@import url(https://fonts.googleapis.com/css?family=Roboto:300&subset=latin,cyrillic);
@import "../fonts/icons.css";
@import "fonts/etelka/stylesheet.css";
@import "home/footer.css";
@import "home/header.css";
@import "catalog/catalog-form.css";
@import "catalog/catalog-form-second.css";
@import "home/home.css";
@import "home/owl-carousel.css";
@import "home/dealer-block.css";
@import "home/mark-links-block.css";
@import "home/home-blog.css";
@import "home/secondary-menu.css";
@import "catalog/catalog-models.css";
@import "catalog/catalog-bodies-and-years.css";
@import "catalog/catalog-vehicle.css";
@import "icons.css";
@import "part/part.css";
@import "part/part-search.css";
@import "static-pages/contacts.css";
@import "static-pages/about.css";
@import "static-pages/pu_vs_rubber.css";
@import "static-pages/exhibition.css";
@import "cart/cart.css";
@import "cart/modal-cart.css";
@import "order/order.css";
@import "exception/exception.css";
@import "security/login-register.css";
@import "animations.css";
@import "youtube/youtube.css";
@import "account/account.css";

body{
    overflow-x: hidden;
    width: 100%;
    z-index: 1;
}
.h1, h1, .h2, h2{
    font-size: 25px;
}
.h2, h2{
    color: #666;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    /*font-family: 'Roboto', sans-serif !important;*/
}
.main-container{
    min-height: 400px;
}
.row:before, row:after {
    display: inline-block;
}
.no-wrap{
    white-space: nowrap;
}
.beauty-border {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.19);
    border: 1px solid #fff;
    background-color: #F1F1F1;
}
.p-0{
    padding: 0!important;
}
.pl-0{
    padding-left: 0!important;
}
.pr-0{
    padding-right: 0!important;
}

.p-1{
    padding: 1rem!important;
}


/*--new button--*/
.btn-blue {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-blue.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-blue[disabled],
fieldset[disabled] .btn-blue {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-blue .badge {
    text-shadow: none;
}

.btn-blue {
    background-image: -webkit-linear-gradient(top, #0063c6 0%, #0077ff 100%);
    background-image:      -o-linear-gradient(top, #0063c6 0%, #0077ff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0063c6), to(#0077ff));
    background-image:         linear-gradient(to bottom, #0063c6 0%, #0077ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0063c6', endColorstr='#0077ff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #0077ff;
    color: #ffffff;
}
.btn-blue:hover,
.btn-blue:focus {
    background-color: #0077ff;
    background-position: 0 -15px;
    color: #ffffff;
}
.btn-blue:active,
.btn-blue.active {
    background-color: #0077ff;
    border-color: #0077ff;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
    background-color: #0077ff;
    background-image: none;
}
.position-relative{
    position: relative!important;
}
.position-absolute{
    position: absolute!important;
}
.br-0{
    border-right: 0!important;
}
.bl-0{
    border-left: 0!important;
}
.bt-0{
    border-top: 0!important;
}
.pointer{
    cursor: pointer;
}
@media (max-width: 767px){
    .catalog-columns{
        column-count: 1;
    }
    input, select, textarea, #search-part-btn-mobile{
        font-size: 16px!important;
    }
    .form-control{
        height: auto;
    }

    .p-xs-0{
        padding: 0!important;
    }
    .pl-xs-0{
        padding-left: 0!important;
    }
    .pr-xs-0{
        padding-right: 0!important;
    }
    .br-xs-0{
        border-right: 0!important;
    }
    .bl-xs-0{
        border-left: 0!important;
    }
    .bt-xs-0{
        border-top: 0!important;
    }
    .text-right-xs{
        text-align: right!important;
    }

}


