*{
    padding: 0;
    margin: 0;
}
body {
    font-family: HelveticaNeueCyr, Arial, sans-serif, monospace;
}

button{
    outline:none;
}
button::-moz-focus-inner {
    border: 0;
}


.container {
    /*    padding: 0;*/
    /*    border: 1px solid #000;*/
}
header {
    padding: 33px 0 20px 0;
}
header img, footer img {
    margin: -10px 0 0 0;/*margin-left: -15px;*/
    /*padding-top: 20px;*/
}
.bg {
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 600px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
footer .made-in-germany, header .made-in-germany {
    padding: 29px 0 0 0;
    width: 268px;
    color: #3b3b3b;
    font-size: 22px;
    font-weight: bold;
    line-height: 18px;
    margin-left: -5px;
}
footer .modern-chiptuning, header .modern-chiptuning {
    border-left: 2px solid #e21a1c;
    margin: 20px 0 0 2px;
    padding: 0 0 0 9px;
    width: 311px;
    color: #000;
    font-size: 16px;
    font-weight: 200;
    line-height: 18px;
    text-transform: uppercase;
}
footer .phones, header .phones {
    padding: 0;
    margin-left: 76px;
    width: 216px;
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    footer .logo, header .logo {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 991px) {
    footer .slogan div.row, header .slogan div.row {
        width: 580px;
        margin: 0 auto;
        text-align: left;
    }
    footer .phones, header .phones {
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 771px) {
    footer .slogan div.row,  header .slogan div.row,  footer .slogan div.row div,  header .slogan div.row div {
        width: 100%;
    }
    footer .modern-chiptuning, footer .made-in-germany, header .modern-chiptuning, header .made-in-germany {
        text-align: center;
        margin: 0 auto;
        border: 0;
        padding: 20px 0 0 0;
    }
}

@media (max-width: 400px) {
    footer .modern-chiptuning, header .modern-chiptuning {
        width: 100%;
    }
}
.testdrive {
    background: url(../images/testdrive-bg.jpg) no-repeat center top;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.testdrive .btn-testdrive {
    margin: 47px 0 0 0;
    border-radius: 50px;
    width: 420px;
    height: 80px;
    background-image: -webkit-linear-gradient(left, #ed2224 0%, #dc3234 50%, #e21a1c 100%);
    background-image: -o-linear-gradient(left, #ed2224 0%, #dc3234 50%, #e21a1c 100%);
    background-image: linear-gradient(to right, #ed2224 0%, #dc3234 50%, #e21a1c 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}
.testdrive .btn-testdrive span {
    width: 261px;
    height: 25px;
    color: white;
    font-family: HelveticaNeueCyr;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 35px;
    text-transform: uppercase;
    padding: 15px 0 0 40px;
    display: block;
}
.testdrive h1 {
    padding-top: 74px;
    margin: 0;
    color: #3b3b3b;
    font-family: HelveticaNeueCyr;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
}
.testdrive ul {
    margin-top: 47px;
    margin-left: 15px;
}
.testdrive ul li {
    text-align: left;
    list-style: none;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 32px;
    text-transform: uppercase;
    margin-left: 82px;
    position: relative;
}
.testdrive h2 {
    margin: 0;
    padding-top: 14px;
    font-size: 40px;
    font-weight: 100;
    font-style: italic;
}
.testdrive hr {
    margin: 0;
    padding: 0;
    width: 80px;
    border-top: 2px solid #e21a1c;
    text-align: center;
    display: inline-block;
}
.testdirve-icon {
    display: inline-block;
    position: absolute;
    left: -78px;
}
.testdrive .dark-blue {
    color: #e21a1c;
    font-size: 23px;
    font-weight: 900;
}
.icon-calendar {
    background-image: url("../images/calendar.png");
    width: 40px;
    height: 40px;
    top: -5px;
}
.icon-speedometer {
    background-image: url("../images/speedometer.png");
    width: 48px;
    height: 32px;
    top: -3px;
}
.icon-credit {
    background-image: url("../images/credit.png");
    width: 45px;
    height: 34px;
    top: -4px;
}
.testdirve-btn-icon {
    background-image: url("../images/testdrive-btn-arrow.png");
    display: inline-block;
    position: absolute;
    right: 2px;
    width: 76px;
    height: 76px;
    top: 1px;
    z-index: 10;
}

@media (max-width: 1000px) {
    .testdrive .container h1 {
        padding-top: 34px;
    }
}

@media (max-width: 768px) {
    .testdrive .container ul li {
        font-size: 16px;
        margin-bottom: 22px;
        text-transform: uppercase;
        margin-left: 20px;
    }
    .testdrive .testdirve-icon {
        display: none;
    }
}

@media (max-width: 500px) {
    .testdrive .row {
    }
    .testdrive .container h1 {
        padding-top: 24px;
        font-size: 40px;
        line-height: 40px
    }
    .testdrive .container h2 {
        font-size: 30px;
    }
    .testdrive .btn-testdrive {
        margin: 47px 0 0 0;
        border-radius: 50px;
        width: 300px;
        height: 80px;
    }
    .testdirve-btn-icon {
        display: none;
    }
    .testdrive .btn-testdrive span {
        width: 100%;
        height: 25px;
        font-size: 20px;
        line-height: 35px;
        text-transform: uppercase;
        padding: 15px 0 0 0;
    }
}
.car-selection {
    margin-top: 82px;
    background: url(../images/car-selection-bg.jpg) no-repeat center top;
    text-align: center;
    background-attachment: relative;
    background-position: right center;
    min-height: 817px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.car-selection .container {
    position: relative;
    top: -10px;
}
.car-selection .icon {
    margin-left: -29px;
}
.car-selection .title {
    border-left: 2px solid #e21a1c;
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
}
.car-selection .row:first-child {
}
.form-group {
    width: 357px;
}
.car-selection form input, form.modal-form input, .car-selection form select, .wpcf7-form-control-wrap text-190 input {
    width: 357px;
    height: 56px;
    background-color: #f6f6f6;
    border: 2px solid #bdc4c7;
    border-radius: 35px;
    padding-right: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 40px;
    color: #6d8691;
}


 .form {
    width: 357px;
    height: 56px;
    background-color: #f6f6f6;
    border: 2px solid #bdc4c7;
    border-radius: 35px;
    padding-right: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 40px;
    color: #6d8691;
}


.car-selection form select {
    padding-left: 25%;
}
.car-selection form select option {
    text-align: center;
}
.dark-blue-btn {
    width: 385px;
    height: 60px;
    background-image: linear-gradient(to right, #ed2224 0%, #dc3234 50%, #e21a1c 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    border-radius: 35px;
    text-transform: uppercase;
    border: 0;
    display: block;
    outline: none;
}
.car-selection form .form-group {
    margin-bottom: 20px;
}
footer .menu, .car-selection .menu {
    list-style: none;
    margin: 0;
    padding: 60px 0 59px 0;
}
footer .menu li, .car-selection .menu li {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    margin-left: 18px;
    padding: 0;
    padding-right: 18px;
    border-right: 2px solid #e21a1c;
}
footer .menu li:last-child, .car-selection .menu li:last-child {
    border: 0;
    padding-right: 0;
}
.car-selection .tip {
    font-size: 30px;
    font-weight: 100;
    font-style: italic;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
}
footer .menu li a, .car-selection .menu li a {
    color: #3b3b3b;
}

@media (max-width: 1200px) {
    .car-selection .tip {
        margin-left: 50px;
    }
}

@media (max-width: 1000px) {
    .car-selection .tip {
    }
}

@media (max-width: 1000px) {
    .car-selection .icon {
        padding-top: 20px;
    }
}

@media (max-width: 600px) {
    .car-selection .title {
        border-left: 0;
        font-size: 26px;
        text-align: center;
    }
    .car-selection form div {
        margin: 0 auto;
    }
    .car-selection .menu {
        padding: 20px 0 20px 0;
    }
    .car-selection ul.menu {
        width: 300px;
        margin: 0 auto;
    }
    .car-selection .menu li {
        float: none;
        line-height: 18px;
        margin-left: 68px;
        padding: 0 0 0 15px;
        border: 0;
        border-left: 2px solid #e21a1c;
        margin-bottom: 10px;
        text-align: left;
    }
    .car-selection .menu li:last-child {
        border-left: 2px solid #e21a1c;
    }
}

@media (max-width: 500px) {
    .car-selection .title {
        border-left: 0;
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        font-style: italic;
        text-align: center;
    }
    .car-selection form select, .car-selection form .form-group, .car-selection form input, form.modal-form input, .wpcf7-form-control-wrap text-190 input {
        width: 300px;
    }
    .dark-blue-btn {
        width: 300px;
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    .car-selection form select, .car-selection form .form-group, .car-selection form input, form.modal-form input, .wpcf7-form-control-wrap text-190 input {
        width: 270px;
    }
    .dark-blue-btn {
        width: 270px;
        font-size: 20px;
    }
    label.error {
        width: 270px;
    }
}
/*  selectric ----------------------------------------- */
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    border-radius: 6px;
    border: 2px solid #bdc4c7;
    border-radius: 35px;
    background: #f6f6f6;
    position: relative;
}
.selectric .label {
    padding-top: 6px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-family: HelveticaNeueCyr;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 40px;
    color: #6d8691;
    height: 52px;
    margin: 0 auto;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 20px;
    top: 5px;
    width: 38px;
    height: 38px;
    color: #000;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    border-bottom: none;
}
.selectric-hover .selectric {
    /*  background: #008ec0;*/
}
.selectric-hover .selectric .button {
    color: #cccccc;
}
.selectric-hover .selectric .button:after {
    border-top-color: #e6e6e6;
}
.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-disabled {
    /*
  filter: alpha(opacity=50);
  opacity: 0.5;
*/

    cursor: default;
    user-select: none;
}
.selectric-disabled .selectric p {
    color: #cccccc;
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}
.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}
.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}
/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
    height: 100%;/*overflow: auto;*/
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    font-size: 14px;
    padding: 8px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}
.selectric-items li.selected {
    background: #EFEFEF;
    color: #444;
}
.selectric-items li:hover {
    background: #F0F0F0;
    color: #444;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
/*  !selectric ----------------------------------------- */

.car-results .row {
    margin: 0;
}
.car-results h3 {
    padding: 78px 0 0 0;
    margin: 0;
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 40px
}
.car-results h3 span {
    color: #e21a1c;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
}
.car-results h4 {
    margin: 0;
    padding: 0;
    line-height: 45px;
    color: #3b3b3b;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
.car-results .result-image {
    position: relative;
    margin-top: 78px;
}
.car-results .result-image img {
    margin: 0 auto;
}
.car-results .result-image .default, .car-results .result-image .adds {
    position: absolute;
    line-height: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.car-results .result-image .adds {
    top: 35px;
    left: 65%;
    color: #e21a1c;
}
.car-results .result-image .default {
    position: absolute;
    bottom: 25px;
    left: 17%;
    color: #3b3b3b;
}
.car-results .result-image .default strong, .car-results .result-image .adds strong {
    font-size: 60px;
    font-weight: 900;
}

@media (max-width: 1200px) {
    .car-results .result-image .adds {
        left: 70%;
    }
    .car-results .result-image .default {
        left: 10%;
    }
}

@media (max-width: 1000px) {
    .car-results .result-image .default {
        left: 6%;
    }
}

@media (max-width: 800px) {
    .car-results .result-image .adds {
        left: 70%;
        top: 15px;
    }
    .car-results h4, .car-results h3 span {
        font-size: 28px;
    }
    .car-results h3 {
        padding: 48px 0 0 0;
        font-size: 20px;
        line-height: 40px;
    }
    .car-results .result-image .default, .car-results .result-image .adds {
        font-size: 16px;
    }
    .car-results .result-image .default {
        bottom: 15px;
    }
    .car-results .result-image .default strong, .car-results .result-image .adds strong {
        font-size: 30px;
        font-weight: 900;
    }
}

@media (max-width: 500px) {
    .car-results .result-image .default strong, .car-results .result-image .adds strong {
        font-size: 20px;
    }
    .car-results .result-image .default {
        left: 3%;
    }
}
.car-name {
    padding: 80px 0 0;
}
.car-name .row {
    padding: 0;
}
.car-name .row div:first-child {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-align: right;
}
.car-name .row div:last-child {
    padding-left: 16px;
    line-height: 20px;
    text-align: left;
    color: #3b3b3b;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    border-left: 2px solid #e21a1c;
}
.car-name .row div:last-child span {
    font-weight: bold;
    color: #e21a1c;
}

@media (max-width: 767px) {
    .car-name .row div:last-child {
        border-left: none;
    }
    .car-name .row div:last-child, .car-name .row div:first-child {
        text-align: center;
    }
    .car-name .row div:last-child {
        padding-top: 10px;
    }
}
.car_graph {
    margin-top: 80px;
    background: url(../images/car-results-graph-bg.jpg) no-repeat center top;
    background-attachment: relative;
    background-position: center center;
    min-height: 328px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.car_graph .container {
    position: relative;
    width: 800px;
}
.car_adds li {
    color: #e21a1c;
}
.car_base li, .car_adds li {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
    text-align: center;
}
.car_base span, .car_adds span {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
.car_base > li > p {
    font-size: 16px;
}
.car_adds .hp {
    top: 17px;
    left: 30px;
}
.car_adds .nm {
    top: 0px;
    left: 250px;
}
.car_adds .sec {
    top: 26px;
    left: 470px;
    width: 55px;
}
.car_adds .pedal {
    top: -29px;
    left: 680px;
    width: 55px;
}
.car_base .hp {
    top: 145px;
    left: 30px;
}
.car_base .nm {
    top: 145px;
    left: 211px;
}
.car_base .sec {
    top: 145px;
    left: 417px;
    width: 150px
}
.car_base .pedal {
    top: 145px;
    left: 646px;
    width: 120px
}

@media (max-width: 810px) {
    .car_graph {
        background: url(../images/car-results-graph-bg_small.jpg) no-repeat center top;
        min-height: 228px;
    }
    .car_graph .container {
        width: 400px;
    }
    .car_base li, .car_adds li, .car_base span, .car_adds span, .car_base > li > p {
        font-size: 16px;
    }
    .car_adds .hp {
        top: -7px;
        left: 20px;
        width: 60px
    }
    .car_adds .nm {
        top: -12px;
        left: 120px;
        width: 60px;
    }
    .car_adds .sec {
        top: -5px;
        left: 215px;
        width: 50px
    }
    .car_adds .pedal {
        top: -24px;
        left: 304px;
    }
    .car_base .hp {
        top: 58px;
        left: 20px;
    }
    .car_base .nm {
        top: 58px;
        left: 90px;
        width: 100px;
    }
    .car_base .sec {
        top: 58px;
        left: 190px;
        width: 100px;
    }
    .car_base .pedal {
        top: 58px;
        left: 300px;
        width: 60px
    }
}

@media (max-width: 420px) {
    .car_graph .container {
        width: auto;
    }
    .car_base li, .car_adds li, .car_base span, .car_adds span, .car_base > li > p {
        font-size: 14px;
    }
    .car_adds .hp {
        left: 0px;
    }
    .car_adds .nm {
        left: 100px;
    }
    .car_adds .sec {
        left: 195px;
    }
    .car_adds .pedal {
        left: 280px;
    }
    .car_base .hp {
        left: 0px;
    }
    .car_base .nm {
        left: 70px;
    }
    .car_base .sec {
        left: 170px;
    }
    .car_base .pedal {
        left: 270px;
    }
}

@media (max-width: 350px) {
    .car_base li, .car_adds li, .car_base span, .car_adds span, .car_base > li > p {
        font-size: 12px;
    }
    .car_adds .hp {
        left: -10px;
    }
    .car_adds .nm {
        left: 80px;
    }
    .car_adds .sec {
        left: 175px;
    }
    .car_adds .pedal {
        left: 255px;
        width: 50px;
    }
    .car_base .hp {
        left: -10px;
    }
    .car_base .nm {
        left: 50px;
    }
    .car_base .sec {
        left: 140px;
    }
    .car_base .pedal {
        left: 240px;
    }
}
.safe-tuning {
    margin-top: 30px;
    background: url(../images/safe-tuning-top-bg1.jpg) no-repeat center top;
    background-attachment: relative;
    background-position: center center;
    min-height: 519px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10;
}
.safe-tuning .consultation {
    position: relative;
    top: -40px;
    text-align: center;
    margin-bottom: 255px;
}
.safe-tuning .consultation .dark-blue-btn {
    font-size: 20px;
}

@media (max-width: 500px) {
    .safe-tuning .consultation .dark-blue-btn {
        font-size: 18px;
    }
}
.safe-tuning .text {
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
}
.safe-tuning .text .green {
    color: #e21a1c;
}
.safe-tuning .text2 {
    font-weight: 100;
    line-height: 30px;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .safe-tuning .text, .safe-tuning .text2 {
        text-align: center;
        position: relative;
        top: -80px;
    }
    .safe-tuning .text2 {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .safe-tuning .text {
        font-size: 30px;
    }
    .safe-tuning .text2 {
        font-size: 20px;
    }
}
.safe-tuning-bottom {
    margin-top: 0px;
    background: url(../images/safe-tuning-bottom-bg.png) no-repeat center top;
    background-attachment: relative;
    background-position: center center;
    min-height: 455px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.safe-tuning-bottom .row {
    padding-top: 155px;
}
.safe-tuning-bottom .row div {
    color: white;
    font-size: 16px;
    text-align: left;
    font-weight: 100;
    font-style: italic;
    border-left: 2px solid #e21a1c;
}
.safe-tuning-bottom .row div:before {
    content: " ";
    position: absolute;
    top: -100px;
    left: 60px;
    background-image: url("../images/calendar.png");
    width: 40px;
    height: 40px;
}
.safe-tuning-bottom .row div.garanty:before {
    background-image: url("../images/garanty.png");
    width: 67px;
    height: 67px;
    left: 48px;
}
.safe-tuning-bottom .row div.safe-engine:before {
    background-image: url("../images/gears.png");
    width: 88px;
    height: 68px;
    left: 40px;
}
.safe-tuning-bottom .row div.programs:before {
    background-image: url("../images/coding.png");
    width: 46px;
    height: 73px;
    top: -105px;
}
.safe-tuning-bottom .row div.german-product:before {
    background-image: url("../images/star.png");
    width: 68px;
    height: 65px;
    left: 45px;
}
.safe-tuning-bottom .row div.defaults-anytime:before {
    background-image: url("../images/package.png");
    width: 66px;
    height: 72px;
    top: -104px;
    left: 45px;
}
.safe-tuning-bottom .row div.install:before {
    background-image: url("../images/shuffle.png");
    width: 66px;
    height: 71px;
    top: -102px;
    left: 42px;
}

@media (max-width: 992px) {
    .safe-tuning-bottom .row div:before {
        display: none;
    }
    .safe-tuning-bottom .row div {
        margin-top: 10px;
    }
    .safe-tuning-bottom .row {
        margin-top: -100px;
    }
}

@media (max-width: 768px) {
    .safe-tuning-bottom .row {
        margin: -140px 0 0 10px;
    }
}

@media (max-width: 420px) {
    .safe-tuning-bottom .row div {
        font-size: 13px;
        padding-left: 10px;
    }
    .safe-tuning-bottom .row {
        margin: -140px 0 0 0;
    }
}
.engines {
    margin-top: 0px;
    background: url(../images/engine-big.jpg) no-repeat center 55px;
    min-height: 400px;
}
.engines h3 {
    position: relative;
    top: -97px;
    padding-left: 15px;
    margin-left: 60px;
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;
    border-left: 2px solid #e21a1c;
}

@media (max-width: 550px) {
    .engines h3 {
        top: -97px;
        padding-left: 15px;
        margin-left: 0;
        font-size: 24px;
        font-weight: 100;
        line-height: 30px;
        text-align: center;
        border-left: 0;
    }
    .engines h3:before {
        display: none;
    }
}
.engines h3:before {
    content: " ";
    position: absolute;
    top: 10px;
    left: -64px;
    background-image: url("../images/lock.png");
    width: 42px;
    height: 60px;
}
.engines .turbo, .engines .atmo {
    margin-top: 20px;
}
.engines .turbo:before {
    content: " ";
    background-image: url("../images/engine-turbo-small.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 98px;
    height: 92px;
    top: -12px;
    left: 295px;
}
.engines .atmo:before {
    content: " ";
    background-image: url("../images/engine-atmo-small.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 98px;
    height: 75px;
    top: -12px;
    right: 295px;
}
.engines .turbo a, .engines .atmo a {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px dotted #000;
    color: #000;
}
.engines a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #000;
}
.engines .atmo {
    border-right: 2px solid #e21a1c;
    text-align: right;
}
.engines .turbo {
    border-left: 2px solid #e21a1c;
}

@media (max-width: 1400px) {
    .engines .atmo:before {
        right: 245px;
    }
    .engines .turbo:before {
        left: 245px;
    }
}

@media (max-width: 1200px) {
    .engines .atmo:before {
        right: 225px;
    }
    .engines .turbo:before {
        left: 225px;
    }
}

@media (max-width: 992px) {
    .engines {
        background: none;
    }
    .engines .atmo:before {
        right: 225px;
    }
    .engines .turbo:before {
        left: 225px;
    }
}

@media (max-width: 767px) {
    .engines .turbo, .engines .atmo {
        text-align: center;
        margin-bottom: 120px;
    }
    .engines .atmo:before, .engines .turbo:before {
        left: -100px;
    }
    .engines .atmo, .engines .turbo {
        border: 0;
    }
}
.certificates {
    background-color: #f4f4f4;
    padding-top: 80px;
}
.certificates h3 {
    margin: 0;
    padding: 0 0 47px 50px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
    text-transform: uppercase;
}
.certificates h3 span {
    font-weight: bold;
    color: #e21a1c;
}
.certificates h4 {
    margin: 0 0 0 -55px;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 100;
    line-height: 17px;
    color: #3b3b3b;
    border-left: 2px solid #e21a1c;
    text-transform: uppercase;
}
.certificates h4:after {
    content: " ";
    background-image: url("../images/safe.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 27px;
    height: 31px;
    top: 0px;
    left: 105px;
}

@media (max-width: 1199px) {
    .certificates h3 {
        padding-left: 0;
    }

    .certificates h4 {
        margin: 0 0 0 -30px;
        width: 150px
    }
    .certificates h4:after {
        left: 125px;
    }
}


@media (max-width: 1192px) {

}

@media (max-width: 991px) {
    .certificates h3 {
        text-align: center;
    }
    .certificates h4 {
        margin: 0 auto 45px;
        text-align: center;
        width: 100%;
        display: block;
        border: 0;
        line-height: 28px;
        font-size: 24px;
    }
    .certificates h4:after {
        display: none;
    }
}
.certificates .certs > div {
    margin-bottom: 40px;
}
.certificates .certs {
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 450px) {
    .certificates .certs div {
        width: 100%;
    }
}
.installation {
    background: url(../images/install-bg.jpg) no-repeat center top;
    background-attachment: relative;
    background-position: top center;
    min-height: 876px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.installation h3 {
    padding: 126px 0 0 0;
    margin: 0;
    color: #f8f8f8;
    font-size: 70px;
    font-weight: bold;
    font-style: italic;
    line-height: 60px;
    text-transform: uppercase;
    width: 450px;
}
.installation h3 span {
    color: #e21a1c;
}
.installation h4 {
    padding: 0;
    margin: 0;
    color: #f8f8f8;
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
    width: 420px;
    text-transform: uppercase;
}
.installation p {
    width: 487px;
    height: 27px;
    font-family: HelveticaNeueCyr;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 60px;
    text-transform: uppercase;
    color: #f8f8f8;
    margin-bottom: 32px;
}
.installation p span {
    color: #e21a1c;
}
.service, .self {
    padding: 0;
}
.self button:after, .service button:after {
    content: " ";
    background-image: url("../images/settings2.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 8px;
    right: 20px;
}
.self button:after {
    background-image: url("../images/settings.png");
}
.green-btn {
    position: relative;
    padding: 0 0 0 35px;
    margin: 25px 0 0;
    width: 429px;
    height: 60px;
    background-image: linear-gradient(to right, #e21a1c 0%, #da3c3d 50%, #e21a1c 100%);
    box-shadow: 0 3px 5px #be7573;
    border-radius: 30px;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 60px;
    text-transform: uppercase;
    text-align: left;
    color: #FFF;
}

@media (max-width: 800px) {
    .installation .row {
        padding-left: 15px;
    }
}

@media (max-width: 550px) {
    .installation {
        background-position: -920px 0;
    }
    .installation h3 {
        font-size: 40px;
        width: 100%;
        line-height: 44px;
        padding: 186px 0 0 0;
    }
    .installation h4 {
        font-size: 30px;
        width: 100%;
        line-height: 34px;
    }
    .installation p {
        padding-top: 10px;
        font-size: 24px;
        width: 100%;
        line-height: 26px;
    }
    .installation .green-btn {
        width: 300px;
        font-size: 16px;
        padding: 0px;
        text-align: center;
    }
    .self button:after, .service button:after {
        display: none;
    }
}
.car-power {
    margin-top: 0px;
    background: url(../images/power-bg.jpg) no-repeat center -32px;
    min-height: 540px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.car-power h3 {
    padding: 0;
    margin: 0 0 60px 0;
    width: 553px;
    text-align: right;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
}
.car-power h3 span {
    color: #e21a1c;
}
.car-power h4 {
    padding: 0 0 0 15px;
    margin: 0 0 30px -15px;
    width: 272px;
    font-size: 35px;
    font-weight: 100;
    line-height: 39px;
    text-transform: uppercase;
    border-left: 2px solid #e21a1c;
}
.car-power h3, .car-power h4 {
    margin-top: 90px;
}
.car-power ul {
    padding: 0;
    margin: 0;
    font-weight: 100;
    font-style: italic;
    list-style: none;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
}
.car-power ul strong {
    font-weight: bold;
    font-style: normal;
}
.car-power ul li {
    margin-bottom: 25px;
    width: 400px;
    position: relative;
}
.car-power ul li:after {
    content: " ";
    background-image: url("../images/power-speedometer.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 43px;
    height: 43px;
    top: 0px;
    right: 4px;
}
.car-power ul li.power-speedometer:after {
    background-image: url("../images/power-speedometer.png");
    right: 0;
    top: 0;
    height: 35px;
}
.car-power ul li.power-steering-wheel:after {
    background-image: url("../images/power-steering-wheel.png");
    right: 0;
    top: 0;
}
.car-power ul li.power-settings:after {
    background-image: url("../images/power-settings.png");
    right: 0;
    top: 0;
}
.car-power ul li.power-rotate:after {
    background-image: url("../images/power-rotate.png");
    left: 0;
    top: 0;
    height: 41px;
}
.car-power ul li.power-gasoline:after {
    background-image: url("../images/power-gasoline.png");
    left: 0;
    top: 0;
    width: 41px;
}
.car-power ul li.power-timer:after {
    background-image: url("../images/power-timer.png");
    left: 0;
    top: 0;
    width: 39px;
}
.car-power .first-column ul li {
    text-align: right;
    padding-right: 70px;
    width: 440px
}
.car-power .second-column ul li {
    padding-left: 70px;
    width: 480px;
    margin-left: 20px;
}

@media (max-width: 1200px) {
    .car-power .first-column ul li {
        width: 320px;
    }
    .car-power ul {
        font-size: 20px;
    }
    .car-power .second-column ul li {
        width: 395px;
        margin-left: 0px;
    }
    .car-power h4 {
        font-size: 30px;
    }
    .car-power h3 {
        width: 100%;
        font-size: 36px;
    }
}

@media (max-width: 900px) {
    .car-power .first-column ul li {
        width: 320px;
    }
    .car-power ul {
        font-size: 18px;
    }
    .car-power .second-column ul li {
        width: 395px;
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .car-power h3, .car-power h4 {
        text-align: center;
        width: 100%;
        border: none;
    }
    .car-power h4 {
        margin: 0px auto 40px;
    }
    .car-power h3 {
        margin: 0px auto 20px;
    }
    .car-power .first-column ul li {
        text-align: left;
        padding-right: 0px;
        padding-left: 70px;
        width: 390px;
    }
    .car-power ul {
        margin-left: 50px;
        font-size: 24px;
    }
    .car-power .first-column ul li:after {
        left: 0;
    }
    .car-power .second-column ul li {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 550px) {
    .car-power ul {
        margin-left: 10px;
        font-size: 18px;
    }
    .car-power .first-column ul li {
        padding-left: 70px;
        width: 100%;
    }
    .car-power .second-column ul li {
        width: 100%;
    }
}

@media (max-width: 410px) {
    .car-power ul {
        margin-left: 5px;
        font-size: 16px;
    }
}
.garanty-block {
    position: relative;
    min-height: 388px;
    -moz-box-shadow: inset 0 10px 100px rgba(0, 0, 0, 0.15), inset 0 -10px 100px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 10px 100px rgba(0, 0, 0, 0.15), inset 0 -10px 100px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 10px 100px rgba(0, 0, 0, 0.15), inset 0 -10px 100px rgba(0, 0, 0, 0.15);
}
.blue-lines {
    min-height: 109px;
    background: url(../images/garanty-btns.png) no-repeat 130px top;
    top: 184px;
    right: 0px;
    position: absolute;
}
.blue-lines a {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
}
.blue-lines a:after {
    content: " ";
    background-image: url("../images/garanty-btn-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 43px;
    height: 43px;
    top: 6px;
    left: 269px;
}
.blue-lines a.evidence:after {
    left: 255px;
}
.blue-lines a:hover {
    text-decoration: none;
}
.blue-lines .agreement {
    margin: 11px 0 0 163px;
    display: block;
}
.blue-lines .evidence {
    margin: 33px 0 0 150px;
    display: block;
}
.garanty-block h3 {
    margin: 80px 0 50px -15px;
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 2px solid #e21a1c;
}
.garanty-block p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 25px;
}

@media (max-width: 1000px) {
    .blue-lines {
        top: 250px;
    }
    .garanty-block h3 {
        margin-bottom: 10px;
    }
    .garanty-block p {
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .garanty-block h3 {
        margin: 30px 0 10px -15px;
        border-left: 0;
    }
}

@media (max-width: 500px) {
    .garanty-block h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .garanty-block p {
        font-size: 18px;
    }
    .blue-lines {
        top: 260px;
        background-position: 20px top;
    }
    .blue-lines .agreement {
        margin: 11px 0 0 33px;
    }
    .blue-lines .evidence {
        margin: 40px 0 0 20px;
    }
    .blue-lines a {
        font-size: 16px;
    }
    .blue-lines a:after {
        top: 4px;
        left: 229px;
    }
    .blue-lines a.evidence:after {
        left: 215px;
    }
}
.car-safe {
    margin-top: 0px;
    background: url(../images/car-safe-bg3.jpg) no-repeat center center;
    min-height: 826px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.car-safe h3 {
    margin: 70px 0 48px -15px;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    border-left: 2px solid #e21a1c;
    padding: 0 0 0 15px;
}
.car-safe h3 span {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    max-width: 515px;
    width: 100%;
    display: block;
}
.car-safe p {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 25px;
    color: #3b3b3b;
    max-width: 517px;
    width: 100%;
    display: block;
}
.car-safe h4 {
    padding-top: 127px;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    text-transform: uppercase;
}
.car-safe .testdrive-block button {
    margin-top: 24px;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .car-safe h3 {
        margin-bottom: 10px
    }
    .car-safe h4 {
        padding-top: 150px;
    }
}

@media (max-width: 1199px) {
    .car-safe h4 {
        padding-top: 50px;
    }
}

@media (max-width: 1000px) {
    .car-safe h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .car-safe h3 span {
        font-size: 25px;
        line-height: 28px;
    }
    .car-safe h4 {
        padding-top: 150px;
        font-size: 30px;
        max-width: 400px;
    }
    .car-safe p {
        padding-top: 0;
        font-size: 18px;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .car-safe {
        background: none;
        min-height: unset;
    }
    .car-safe .container {
        padding: 0;
    }
    .car-safe h3, .car-safe h4 {
        text-align: center;
        border: 0;
    }
    .car-safe .testdrive-block {
        margin-top: 40px;
        background: url(../images/car-safe-bg1.jpg) no-repeat center center;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-bottom: 50px;
    }
    .car-safe .row {
        margin-right: 0;
        margin-left: 0;
    }
    .car-safe h4 {
        padding-top: 70px;
        max-width: 90%;
        margin: 0 auto;
    }
    .car-safe button {
        margin: 0 auto;
    }
    .car-safe h3 span {
        margin: 0 auto;
        padding-top: 10px;
    }
    .car-safe p {
        width: 90%;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
    }
}
footer {
    padding: 72px 0 0 0;
}
footer .menu {
    padding: 50px 0 37px 0;
}
footer .menu.first {
    margin-left: 57px
}
footer .menu.first li {
    padding-right: 16px;
}
footer .menu.first li:last-child {
    padding-right: 16px;
    border-right: 2px solid #e21a1c;
}
footer .menu.second {
    margin-left: -30px;
}
footer .menu li {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-transform: none;
}

@media (max-width: 1200px) {
    footer .menu.first {
        margin-left: 0;
    }
    footer .menu.second {
        margin-left: 0;
    }
    footer ul.menu li {
        float: none;
        margin-bottom: 10px;
        border: 0;
        text-align: center;
    }
    footer .menu.first li:last-child {
        border: 0;
    }
}

@media (max-width: 768px) {
    footer ul.menu li {
        text-align: center;
    }
    footer .menu {
        padding: 0;
    }
    footer .menu first {
        margin-top: 20px;
    }
}
footer .bottom-line {
    padding-top: 10px;
    background-color: #e21a1c;
    height: 50px;
}
footer .work-with-us {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 50px;
}
footer .work-with-us a {
    color: #3b3b3b;
    cursor: pointer;
}
footer .bottom-line .mail {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: white;
    text-align: right;
}

@media (max-width: 1000px) {
    footer {
        padding: 32px 0 0 0;
    }
    footer .bottom-line .mail {
        text-align: center;
    }
}

@media (max-width: 768px) {
    footer .work-with-us {
        padding-top: 20px;
        margin-bottom: 30px;
    }
}
.modal-form .form-group {
    margin: 16px auto;
}
.modal-header {
    background-color: #e21a1c;
}
.close {
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
}
.close:focus, .close:hover {
    color: #FFF;
}
label.error {
    margin: 3px 0 0 25px;
    color: red;
}
#avtoform .message {
    text-align: center;
    display: none;
}
#infomodal .modal-header h2,
#avtoform .modal-header h2 {
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.car-power .container {
    position: relative;
}
.callback {
    position: absolute;
    top: -32%;
    left: 10%;
    padding: 45px 0 0 42px;
    width: 165px;
    height: 165px;
    background-image: -webkit-linear-gradient(left, #e21a1c 0%, #da3c3d 50%, #e21a1c 100%);
    background-image: -o-linear-gradient(left, #e21a1c 0%, #da3c3d 50%, #e21a1c 100%);
    background-image: linear-gradient(to right, #e21a1c 0%, #da3c3d 50%, #e21a1c 100%);
    box-shadow: 0 3px 5px rgba(45, 190, 147, 0.4);
    border-radius: 50%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    cursor: pointer;
}
.callback-container {
    position: relative;
}
.callback-text {
    position: absolute;
    width: 137px;
    font-size: 25px;
    font-weight: 100;
    line-height: 25px;
    text-transform: uppercase;
    left: -180px;
    top: 50px;
}
.callback-text span {
    padding-left: 35px;
}

@media (max-width: 1300px) {
    .callback-container .callback-text {
        left: 110px;
        padding-left: 35px;
    }
    .callback-text span {
        padding-left: 0;
        margin-left: -20px;
    }
}

@media (max-width: 800px) {
    .callback-container .callback-text {
        top: -30%;
        color: #b1f94a;
        font-weight: bold;
    }
    .callback-text span {
        margin-left: 0;
    }
    .callback-container .callback-text {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .callback {
        top: -46%;
    }
}

@media (max-width: 767px) {
    .callback {
        top: -32%;
    }
    .callback-container .callback-text {
        top: -10%;
    }
}

@media (max-width: 400px) {
    .callback {
        left: 3%;
    }
}
#infomodal ul {
    margin-left: 30px;
}
#modal-dealers {
    padding-bottom: 10px;
}


/* pins start */



.pins a {
    border: 0 !important;
    text-decoration: none;
}
.pins a:hover, .pins a:active, .pins a:visited {
    text-decoration: none;
}
.pins {
    position: relative;
    width: 400px;
    height: 268px;
    overflow: hidden;
    margin-bottom: 22px;
    float: left;
    margin-left: 40px;
}
.pin_wire {
    position: absolute;
    width: 35px;
}
#pin_wire_1, #pin_wire_2, #pin_wire_3, #pin_wire_4, #pin_wire_5, #pin_wire_6, #pin_wire_7, #pin_wire_8 {
    top: 0;
    height: 143px;
}
#pin_wire_9, #pin_wire_10, #pin_wire_11, #pin_wire_12, #pin_wire_13, #pin_wire_14, #pin_wire_15, #pin_wire_16 {
    bottom: 0;
    height: 119px;
}
#pin_wire_1 {
    left: 43px;
}
#pin_wire_2 {
    left: 84px;
}
#pin_wire_3 {
    left: 126px;
}
#pin_wire_4 {
    left: 167px;
}
#pin_wire_5 {
    left: 208px;
}
#pin_wire_6 {
    left: 249px;
}
#pin_wire_7 {
    left: 291px;
}
#pin_wire_8 {
    left: 332px;
}
#pin_wire_9 {
    left: 43px;
}
#pin_wire_10 {
    left: 84px;
}
#pin_wire_11 {
    left: 126px;
}
#pin_wire_12 {
    left: 167px;
}
#pin_wire_13 {
    left: 208px;
}
#pin_wire_14 {
    left: 249px;
}
#pin_wire_15 {
    left: 291px;
}
#pin_wire_16 {
    left: 332px;
}
.pin_connector {
    display: block;
    width: 35px;
    height: 46px;
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-family: "Arial Narrow", LocalArialNarrow, Arial, Verdana;
    font-stretch: condensed;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    background: url('../images/pins/pin_bg.png') 0 0 no-repeat
}
#pins_1_conn, #pins_2_conn, #pins_3_conn, #pins_4_conn, #pins_5_conn, #pins_6_conn, #pins_7_conn, #pins_8_conn {
    left: 0;
    bottom: 0;
    height: 52px;
    padding-top: 15px;
}
#pins_9_conn, #pins_10_conn, #pins_11_conn, #pins_12_conn, #pins_13_conn, #pins_14_conn, #pins_15_conn, #pins_16_conn {
    left: 0;
    top: 0;
}
.pin_wire_hover, .pin_wire_click {
    background: url('../images/pins/top_wire.gif') 14px 0 no-repeat;
}
.pin_wire_hover#pin_wire_9, .pin_wire_hover#pin_wire_10, .pin_wire_hover#pin_wire_11, .pin_wire_hover#pin_wire_12, .pin_wire_hover#pin_wire_13, .pin_wire_hover#pin_wire_14, .pin_wire_hover#pin_wire_15, .pin_wire_hover#pin_wire_16, .pin_wire_click#pin_wire_9, .pin_wire_click#pin_wire_10, .pin_wire_click#pin_wire_11, .pin_wire_click#pin_wire_12, .pin_wire_click#pin_wire_13, .pin_wire_click#pin_wire_14, .pin_wire_click#pin_wire_15, .pin_wire_click#pin_wire_16 {
    background: url('../images/pins/bot_wire.gif') 14px 45px no-repeat;
}
.pin_wire_hover .pin_connector, .pin_wire .pin_connector:hover {
    background: url('../images/pins/pin_h_bg.png') 0 0 no-repeat;
    color: #fff
}
.pin_wire_click .pin_connector, .pin_wire_click .pin_connector:hover {
    background: url('../images/pins/pin_s_bg.png') 0 0 no-repeat;
    color: #fff
}
.pin_in {
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/pins/wires.png') left top no-repeat;
    width: 400px;
    height: 268px;
}
.pin_in_selected#pin_in_2 {
    background-position: -400px 0;
}
.pin_in_selected#pin_in_4 {
    background-position: -800px 0;
}
.pin_in_selected#pin_in_5 {
    background-position: -1200px 0;
}
.pin_in_selected#pin_in_6 {
    background-position: -1600px 0;
}
.pin_in_selected#pin_in_7 {
    background-position: -2000px 0;
}
.pin_in_selected#pin_in_10 {
    background-position: -2400px 0;
}
.pin_in_selected#pin_in_14 {
    background-position: -2800px 0;
}
.pin_in_selected#pin_in_15 {
    background-position: -3200px 0;
}
.pin_in_selected#pin_in_16 {
    background-position: -3600px 0;
}
.pin_in_selected#pin_in_9 {
    background-position: -4000px 0;
}
.pin_in_selected#pin_in_12 {
    background-position: -4400px 0;
}
.pin_in_selected#pin_in_13 {
    background-position: -4800px 0;
}
.no_wire {
    background: transparent!important;
}
.pin_error {
    display: none;
    background: url('../images/pins/error.gif') left top no-repeat;
    width: 400px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
}
.pin_helper {
    position: relative;
}
.pin_no_js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff
}
.pin_answer {
    font: 16px/25px Arial;
    padding-top: 39px;
}
.pin_error {
    display: none;
    background: url('../images/pins/error.gif') left top no-repeat;
    width: 400px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
}
.pin_in {
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/pins/wires.png') left top no-repeat;
    width: 400px;
    height: 268px;
}
.l-comm-inner {
    width: 980px;
    margin: 0 auto;
}
.cf {
    display: block;
}
.l-comm-inner h1 {
    color: #000;
    font-size: 2.6em;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dbdbdb;
}
h1, h2, h3, h4, h5 {
    margin: 0 0 20px 0;
    padding: 0;
}
.l-comm-inner .article h2 {
    color: #000;
    font-size: 1.8em;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.l-comm-inner .article p {
    color: #515151;
    font-size: 1.4em;
    line-height: 20px;
}
.steps-box-short {
    padding: 23px 0 33px 0;
    overflow: hidden;
}
.steps-box-short .steps-one {
    float: left;
    width: 302px;
    margin-right: 29px;
}
.steps-box-short .steps-one .number {
    display: inline-block;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
}
.steps-box-short .steps-one p {
    color: #000;
    margin: 8px 0 0 0;
}
.steps-box-short .steps-one:last-child {
    margin-right: 0;
}
.scheme-box {
    overflow: hidden;
    /*margin-top: 50px;*/
}
.l-comm-inner .article a {
    color: #515151;
    border-bottom: 1px solid #515151;
}
.scheme-box {
    overflow: hidden;
}
.scheme-box img {
    margin-right: 70px;
    float: left;
}
.scheme-box .right {
    padding-top: 15px;
    float: right
}
.scheme-box .right form {
    display: inline-block;
}
.scheme-box .right .print {
    margin-top: 20px;
    background-color: #232323;
    color: #FFF;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    padding: 9px 10px;
}
.scheme-box .right button span {
    margin-right: 10px;
}
.scheme-box .right button {
    margin: 5px;
}
.scheme-box .right p {
    color: #000;
    padding-top: 25px;
}
.chip-scheme {
    margin-top: 30px;
}
.chip-scheme p {
    font-size: 1em;
    color: #000;
}
.chip-scheme span.scheme-steps-num {
    display: inline-block;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 5px;
}
.instructions-container {
    margin-top: 50px;
}
body {
    min-width: 365px;
}

@media (max-width:480px) {
    .pins {
        margin-left: -10px;
    }
}

@media (max-width:400px) {
    .pins {
        width: 370px;
        margin-left: -40px;
    }
    .scheme-box .right {
        padding-top: 0;
    }
}

.modal-content img {
    display: block;
    margin: 0 auto;
}
.pull-right {
    position: fixed;
    bottom:0;
    right:0;
}

.rus-delivery {
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color: #e21a1c;
}


@media (max-width: 1200px) {
    .pb {
        margin-left: 50px
    }
}

.pb, .visa-master {
    cursor: help
}

.visa-master {
    margin-left: 10px
}


