* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 16px;
}
img {
    display: block;
    border: none;
}
p {
    margin-bottom: 10px;
    color: #333;
    line-height: 1.4;
}
iframe {
    border: 0;
}
textarea {
    display: block;
    padding: 10px;
    min-height: 100px;
    width: 100%;
    outline: none;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    color: #404040;
    font-family: "Arial";
    cursor: text;
}
input[type="text"] {
    padding: 8px;
    min-width: 200px;
    outline: none;
    border: 1px solid #D9D9D9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0392157) 0px 2px 4px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0392157) 0px 2px 4px 0px inset;
    font-family: 'Open Sans', sans-serif;
}
a {
    color: #07C;
    cursor: pointer;
}
h1 {
    margin-bottom: 20px;
    line-height: 1;
}
h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
}
h3 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 17px;
    line-height: 1;
}
ul {
    margin-bottom: 10px;
    list-style: none;
}
label {
    display: block;
    margin-bottom: 10px;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container:before, .container:after, .row:before, .row:after {
    display: table;
    content: " ";
}
.container:after, .row:after {
    clear: both;
}
.container {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 1000px;
    max-width: 1200px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.full {
    min-width: 1000px;
    width: 100%;
}
.pull-right {
    float: right;
}
.header {
    overflow: hidden;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #fafafa 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5', GradientType=0);
}
.welcome-inner img {
width: 100%;
}
.welcome-inner {
    padding-top: 40px;
}
.welcome-text {
    font-size: 15px;
}
.welcome-text a {
text-decoration: none;
border-bottom: 1px dotted #07C;
color: #07C;
}

.welcome-text h2 {
        font-family: "Open sans", sans-serif;
        margin-bottom: 20px;
}
.brand {
    float: left;
    margin-top: 8px;
}
.contacts {
    float: right;
}
.request-a-call, .contact-phones {
    float: left;
    padding-left: 30px;
}
.contact-phones ul {
    margin: 0 25px 0 0;
    float: left;
    list-style: none;
}
.contact-item {
    margin-bottom: 12px;
    padding-left: 26px;
    background: url(/img/contacts.png) no-repeat;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.contact-item span {
    margin-right: 4px;
    color: rgb(126, 126, 126);
    vertical-align: top;
    font-size: 12px;
}
.phones-velcom {
    background-position: 0 -18px;
}
.phones-mts {
    margin-bottom: 0;
    background-position: 0 -36px;
}
.phones-life {
    background-position: 0 -54px;
}
.request-a-call a {
    display: inline-block;
    margin-top: 5px;
}
.main-nav .container {
    position: relative;
}
.main-nav li {
    float: left;
    margin: 0 20px 0 0;
    margin-right: 42px;
    padding: 6px 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.43;
    padding: 12px 0;
}
.main-nav li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding: 14px 0;
}
.main-nav li a:hover {
    text-decoration: underline;
}
.main-nav {
    border-bottom: 1px solid #f2f2f2;
    background-color: #FFF;
}
.main-nav-inner {
    margin: 0;
    /* padding: 6px 0; */
}
ul:after {
    display: block;
    clear: both;
    content: "";
}
.active-lnk {
    font-weight: bold;
}
.chosen-select {
    width: 100%;
    outline: 0;
}
.tool-wrap {
    padding: 50px 0;
    min-width: 1000px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDD;
}
.tool-wrap h2 {
    margin-bottom: 40px;
    text-align: center;
    font-family: "Open sans", sans-serif;
}
.tool-wrap label {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
}
#selectBoxInfo {
    display: none;
    margin-top: 40px;
    font-size: 17px;
}
#order-request-popup, #price-request-popup {
    display: none;
    min-width: 600px;
    border: 1px solid #CCC;
    border-color: rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.4);
    color: #111;
}
.pop-header {
    padding: 20px 30px;
    border-bottom: 1px solid #CCC;
    background-color: rgb(255, 255, 255);
}
.pop-header p {
    margin-bottom: 0;
}
.pop-body {
    overflow: hidden;
    padding: 20px 30px;
    background-color: rgb(246, 246, 246);
}
#order-request-popup label, #rice-request-popup {
    display: block;
    margin-bottom: 5px;
}
.b-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 21px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background-image: url(/img/pop-close.png);
    background-repeat: no-repeat;
}
.b-close:hover {
    /* background-color: #EBEBEB; */
}
.btn {
    display: inline-block;
    padding: 8px 10px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    box-shadow: 0px 1px 3px #DEDEDE;
    -moz-box-shadow: 0px 1px 3px #DEDEDE;
    -webkit-box-shadow: 0px 1px 3px #DEDEDE;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69);
    color: #C2C2C2;
    font-weight: bold;
    font-size: 13px;
}
.btn.standart {
    border-color: #C9C9C9 #C9C9C9 #AFAFAF;
    background: #fff;
    background: -moz-linear-gradient(top, #CC0000 0%, #CC0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CC0000), color-stop(100%, #CC0000));
    background: -webkit-linear-gradient(top, #CC0000 0%, #CC0000 100%);
    background: -o-linear-gradient(top, #CC0000 0%, #CC0000 100%);
    background: -ms-linear-gradient(top, #CC0000 0%, #CC0000 100%);
    background: linear-gradient(to bottom, #CC0000 0%, #CC0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#CC0000', endColorstr='#CC0000', GradientType=0);
}
.btn.standart:hover {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
}
.btn-green {
   font-weight: bold;
text-transform: none;
color: #FFFFFF !important;
padding-left: 10px;
font-family: Arial;
font-size: 14px;
padding-right: 10px;
background-color: #00B22D;
border: 1px solid #028A25;
text-shadow: 1px 1px 1px rgba(83, 83, 83, 0.36);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.btn-buy {
    display: none;
}
.visable {
    display: inline-block;
}
.btn-green:hover {
    background-color: #00C532;
}
.btn:active {
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.07);
    /*border-color: #DCDCDC #D9D9D9 #C8C8C8;*/
}
.form-control {

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.form-control:focus {
    outline: 0;
    border-color: #66AFE9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

label.error {
    position: absolute;
    z-index: 999;
    display: block;
    padding: 6px;
    border: 1px solid #D2D2D2;
    border-top-color: #FFF;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #EEEEEE;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    color: #1C1C1C;
    font-size: 11px;
    font-weight: bold;
}
.work-time-box >:first-child {
    color: rgb(126, 126, 126);
    font-size: 14px;
    line-height: 13px;
}
.form-group {
    margin-bottom: 15px;
}
.phones-skype {
    margin-bottom: 0;
    background-position: 0 -110px;
    font-size: 14px;
}
.contact-item.email {
    background-position: 0 -146px;
    font-size: 13px;
}
.contact-item.submit-order {
    background-position: 0 -164px;
    font-size: 13px;
}
.footer-nav-left .contact-item {
    margin-bottom: 6px;
}
.contact b {
    float: left;
    margin-right: 10px;
}
.nav {
    /*float: right;*/
    margin-top: 15px;
    /* margin-right: 60px; */
}
.nav a {
    display: inline-block;
    /* margin-left: 40px; */
    font-size: 14px;
}
.benefits {
    padding: 60px 0;
    box-shadow: inset 0px 3px 7px rgba(0, 0, 0, 0.24);
    min-width: 1000px;
    background: -moz-linear-gradient(top, #3498db 0%, #2c86b7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3498db), color-stop(100%, #2c86b7));
    background: -webkit-linear-gradient(top, #3498db 0%, #2c86b7 100%);
    background: -o-linear-gradient(top, #3498db 0%, #2c86b7 100%);
    background: -ms-linear-gradient(top, #3498db 0%, #2c86b7 100%);
    background: linear-gradient(to bottom, #3498db 0%, #2c86b7 100%);
    background-color: #3498DB;
    color: #FFF;
    text-align: center;
}
.benefits h3 {
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    font-family: "Open sans", sans-serif;
    text-shadow: 1px 1px 1px rgba(23, 87, 129, 0.7);
}
.benefits i {
    display: inline-block;
    padding: 25px;
    background: rgba(37, 110, 158, 0.42);
    border-radius: 50%;
    text-shadow: 1px 1px 1px #175781;
}
.benefits i:before {
    display: inline-block;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 1;
}
.benefits p {
    color: #FFF;
    font-size: 15px;
}
.bestsellers p {
    font-size: 15px;
}
.bestsellers img {
    width: 100%;
}
.bestsellers {
    padding: 40px 0;
    min-width: 1000px;
}
.bestsellers .row {
    padding-bottom: 40px;
}
.bestsellers h2 {
    margin-bottom: 40px;
    text-align: center;
    font-family: "Open sans", sans-serif;
}
.bestsellers h3, .bestsellers h4 {
    text-align: center;
}
.bestsellers h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.bestsellers h4 {
    color: #666;
    font-weight: normal;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.bestsellers .price {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 8px 12px;
    background-color: rgba(255, 250, 0, 0.91);
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
}
.car-brands {
    padding-bottom: 60px;
    text-align: center;
}
.car-brands h2 {
    margin-bottom: 40px;
    text-align: center;
    font-family: "Open sans", sans-serif;
}
.car-logo {
    display: inline-block;
    margin: 10px;
}
.car-logo img {
    width: 65px;
}
.footer-inner {
    overflow: hidden;
    padding: 30px 0;
    font-size: 13px;
}
.footer-nav-left li {
    list-style: none;
}
.footer-nav-right li {
    margin-bottom: 6px;
    margin-left: 20px;
    list-style: none;
}
.footer-nav-left {
    float: left;
    margin-right: 40px;
    line-height: 1.5;
}
.footer-nav-right {
    float: right;
}
.alert-success {
    padding-top: 10px;
    color: green;
    font-weight: bold;
}
.pop-header h3 {
    font-size: 21px;
}
/* Tooltip */

#brand_tooltip, #model_tooltip, #share_tooltip {
    position: absolute;
    top: 0px;
    z-index: 999;
    padding: 5px;
    background-color: #2a3035;
    color: #FFF;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s;
    transition: opacity 0.3s, transform 0.3s;


    transform: translate3d(0,-30px,0);
    -webkit-transform: translate3d(0,-30px,0);
}
#brand_tooltip:after, #model_tooltip:after, #search_filter_tooltip:after, #share_tooltip:after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 999999;
    margin-left: -7px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 7px;
    border-color: transparent;
    border-top-color: #2a3035;
    content: '';
    pointer-events: none;
}
#search_filter_tooltip {
    position: absolute;
    top: 31px;
    z-index: 0;
    padding: 5px;
    width: 270px;
    background-color: #2a3035;
    color: #FFF;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translate3d(0, -10px, 0);
}
#share_tooltip {
    right: 12px;
    background-color: #f5291a;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.13);
}
#share_tooltip:after {
    border-top-color: #f5291a;
}
#share_tooltip span {
    font-size: 17px;
    font-weight: bold;
}
.slider-item {
    padding-top: 30px;
}
.slider-item a {
    text-decoration: none;
    color: #444;
}
.slider-item a:hover {
    color: #EA1B00;
}

.slider-item p {
    color: #444;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2;
}
.text-container-0 {
    margin-top: 100px;
}
.text-container-1 {
    margin-top: 50px;
}
.slider-item h1, .slider-item h2 {
    margin-bottom: 30px;
    color: #444;
    font-size: 52px;
    line-height: 1;
    font-weight: 400;
}
.slider-price {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 30px;
    background: #FFF200;
    color: #444;
    font-weight: 300;
    font-size: 26px;
}
.owl-carousel {
    min-width: 1000px;
    font-family: "Open sans", sans-serif;
}
.footer {
    /* padding: 30px 0; */
    
    min-width: 1000px;
    width: 100%;
    border-top: 1px solid #F5F5F5;
    background: #F9F9F9;
}
.footer .container {
    position: relative;
}
.footer-bottom {
    padding: 10px 0;
    min-width: 1000px;
    width: 100%;
    border-top: 1px solid #EEE;
    background-color: #F6F6F6;
    list-style: none;
    font-size: 11px;
    /* line-height: 2.72; */
}
.footer-bottom img {
    display: inline-block;
    vertical-align: middle;
}
.footer ul, .footer-bottom ul {
    margin-bottom: 0;
    */;
}
.footer ul {
    padding: 30px 0;
}
.footer a, .footer-bottom a {
    text-decoration: none;
}
.footer a:hover, .footer-bottom a:hover {
    text-decoration: underline;
}
.footer li, .footer-bottom li {
    display: inline;
}
.footer li+li:before {
    padding: 0 6px;
    color: #D4D4D4;
    content: "|";
    font-size: 13px;
}
.footer-bottom li+li:before {
    padding: 0 6px;
    color: #D4D4D4;
    content: "|";
    font-size: 10px;
}
.copyright {
    float: right;
    padding-right: 15px;
    font-weight: normal;
    line-height: 3;
}
.footer-logo {
    position: absolute;
    top: -6px;
    right: 15px;
    width: 179px;
    height: 30px;
    background-image: url("/img/autostorm-footer-logo.png");
    background-repeat: no-repeat;
}
.footer-nav-right img {
    display: inline-block;
}
.about, .delivery, .contact-page, .payment {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FDFDFD;
}
.car-parts {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFF;
}
.car-parts p {
    font-size: 15px;
}
.car-parts h2 {
    font-weight: 100;
    font-size: 30px;
    font-family: "Open sans", sans-serif;
    margin: 30px 0;
}
.car-parts img {
    width: 100%;
}
.about h1, .delivery h1, .contact-page h1, .payment h1, .car-parts h1 {
    margin: 30px 0;
    font-weight: 100;
    font-size: 38px;
    font-family: "Open sans", sans-serif;
}
.delivery h2, .payment h3, .about h3, .car-parts h3 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 14px;
}
.contact-page h3 {
    margin-top: 10px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.about ul, .delivery ul, .car-parts ul {
    margin-left: 40px;
    color: #333;
    list-style: square;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
}
.contact-page ul {
    font-weight: normal;
    line-height: 1.8;
}
.about img, .delivery img, .payment img, .contact-page img {
    width: 100%;
}
.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #DDD;
    background: #FFF;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06);
}
.sticky-btn {
    position: absolute;
    top: -40px;
    right: 15px;
    z-index: -1;
}
.main-nav.sticky .sticky-btn {
    top: 5px;
    z-index: 1;
    -webkit-transition: top .3s .1s;
    -moz-transition: top .3s .1s;
    -o-transition: top .3s .1s;
    transition: top .3s .1s;
}
.contact-box-footer h4 {
    font-weight: normal;
    font-size: 16px;
}
.yashare-auto-init {
    display: inline-block;
}
.footer-banner {
    margin-top: 10px;
}
.footer-banner img {
    width: 100%;
}
.b-share {
    font-size: 13px !important;
    vertical-align: inherit !important;
    line-height: 1.2 !important;
}
#map {
    width: 100%;
    height: 370px;
    border: 1px solid #EBEBEB;
}
.contact-form input[type="text"] {
    width: 100%;
}
.flaticon-pins9, .flaticon-clock96, .flaticon-phone16, .flaticon-email27, .flaticon-bank11, .flaticon-edit26 {
    margin-right: 10px;
    font-weight: normal;
    font-size: 17px;
}
.contact-form {
    margin-top: 40px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    font-size: 15px;
    color: #E13838;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
th {
    text-align: left;
}
.table-hover>tbody>tr:hover {
    background-color: #EEFFE8;
}
.price-list tr {
    height: 40px;
}
.price-list td:last-child {
    width: 100px;
}
.price-list td:nth-child(4) {
    width: 200px;
}
.admin-page {
    background-color: rgb(250, 250, 250);
    padding: 40px 0;
}
.admin-table-price {
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.admin-table-price input {
    width: 100%;
    padding: 5px;
    border: none;
}
.admin-table-price input:read-only {
    opacity: 0.2;
}
.admin-page label {
    font-weight: bold;
}
.admin-table-price td {
    border: 1px solid rgb(209, 209, 209);
}
.admin-table-price th {
    padding: 10px 0;
}
.admin-table-price input:focus {
    background-color: rgb(248, 248, 248);
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 602px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    /* padding: 5px 0; */
    
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    border: 1px solid #E9E9E9;
    /* border-top: 0; */
    
    background-clip: padding-box;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
.dropdown-column {
    float: left;
    width: 200px;
    padding: 0;
    margin-bottom: 0;
}
.dropdown-column.general {
    margin-top: 15px;
}
.dropdown-menu li {
    float: none;
    padding: 0;
    margin: 0;
}
.dropdown-heading {
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #EA1B00;
    font-family: Arial;
    text-transform: uppercase;
}
.dropdown-column li a {
    text-align: left;
    padding: 5px 20px;
    display: block;
    /* color: #666; */
}
.dropdown-column a:hover {
    background-color: rgb(246, 246, 246);
}
.ctg-dev {
    font-size: 11px;
    display: block;
    padding: 5px 8px;
    float: right;
    background-color: rgb(246, 246, 246);
    position: absolute;
    right: 0;
    bottom: 0;
}
.tool-wrap.tool-category {
    border-bottom: none;
    background-size: 100%;
    background-repeat: no-repeat;
}
.tool-category.kapoty {
    background: #FFF url("/img/kuzov/kapot-cover.jpg");
}

.tool-category.arki {
    background: #FFF url("/img/kuzov/arki-cover.jpg");
}
.tool-category.porogi {
    background: #FFF url("/img/kuzov/porogi-cover.jpg");
}
.tool-category.krylya {
    background: #FFF url("/img/kuzov/krylya-cover.jpg");
}
.tool-category.bamper {
    background: #FFF url("/img/kuzov/bamper-cover.jpg");
}
.tool-category.fary {
    background: #FFF url("/img/kuzov/fary-cover.jpg");
}
.tool-category.fonari {
    background: #FFF url("/img/kuzov/fonari-cover.jpg");
}
.tool-category.farkopy {
    background: #FFF url("/img/farkopy-cover.jpg");
}
.tool-category.toplivniy-bak {
    background: #FFF url("/img/kuzov/toplivniy-bak-cover.jpg");
}
.tool-category.radiatory {
    background: #FFF url("/img/kuzov/radiatory-cover.jpg");
}
.tool-category.protivotumanki {
    background: #FFF url("/img/kuzov/protivotumanki-cover.jpg");
}
.tool-category.glushitel {
    background: #FFF url("/img/kuzov/glushitel-cover.jpg");
}
.tool-category.zaschita {
    background: #FFF url("/img/kuzov/zaschita-cover.jpg");
}


.tool-wrap.tool-category h2 {
    text-align: left;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.53);
}
.tool-wrap.tool-category label {
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.53);
    /*font-size: 18px;*/
}
.tool-category #selectBoxInfo {
    text-align: right;
    display: block;
}
#selectBoxInfo .btn-green {
    position: absolute;
    top: -40px;
    right: 15px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
}
#selectBoxInfo .btn-green.show-btn {
    top: 25px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
}
.ctg-patr-info {
    padding: 15px;
}
.ctg-patr-info h3 {
    font-size: 30px;
    font-weight: 300;
    font-family: Open sans, sans-serif;
    text-align: center;
    line-height: 1.6;
}
.ctg-patr-info i {
    font-size: 32px;
}
.share-inner .flaticon-price5 {
    font-size: 48px;
    position: absolute;
    color: #f5291a;
}



/* Tabs */
.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.nav-tabs li a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;

}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}


#brand_tooltip.in,
#model_tooltip.in,
#year_tooltip.in {

    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);

}

#share_tooltip.in {
    opacity: 1;
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
}

