@media (max-width: 1200px)
{

}
@media (max-width: 992px)
{

}
@media (max-width: 768px)
{

}

body, html {
    overflow-x: hidden;
}

*  {
    font-family: 'Muller';
}
a {

    color: inherit;
    text-decoration:none;
}

a:hover,  a:focus{

    color: inherit;
    text-decoration:none;
}
a p{

    color: inherit;
    text-decoration:none;
}

img {
    max-width: 100%;
}


input {
    max-width: 100%;
}

.nopad{
    padding: 0px;
}
.btn-default {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #f83433 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
    outline: none;
    transition: 0.3s;
    border-radius: 4px;
    text-transform: uppercase;
}

#fixed_menu .btn {
    width: 100%;
    padding: 15px;
    line-height: normal;
}

#fixed_menu {
    padding: 15px 0px;
    line-height: normal;
    box-shadow: 0 0px 3px 3px #e3e3e3;
}

#article h1 {
    margin: 0;
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #f83433 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
    outline: none;
}

.btn-default:hover {
    color: #fff;
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #ad0001 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
}
.btn-default:focus {
    color: #fff;
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #ad0001 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
    outline:none; 
}   
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #ad0001 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
}
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #ad0001 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
}
.owl-nav {
    position: absolute;
    width: 90%;
    top: 35%;
    left: 5%;
    height: 0px;
}

.owl-next {
    float: right;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}
.owl-prev {
    float: left;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #003f74;
    float: left;
    margin-left: 7px;
    transition: 0.4s;
    background: azure;
}
.owl-dots .owl-dot.active {
    background: #a70007;
    border-color: #a70007;
}
#fixed_menu .menu.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-weight: 500;
    width: 100%;
    height: 100%;
    align-items: center;
    font-size: 13px;
}
.navbar-brand {
    padding: 6px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.menu_mobile .navbar-brand img {
    max-width: 100%;
    height: 100%;
}
.num {
    float: left;
    padding-top: 12px;
    font-size: 15px;
    color: #000000;
}
.mob_logo img {
    width: 40px;
} 


.modal-header .close {
    padding: 0px;
    margin: 0px;
}
#fixed_menu ul.nav.menu li {
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
}
#fixed_menu ul.nav.menu li:before {
    content: ' ';
    height: 1px;
    background: #000;
    width: 0;
    position: absolute;
    bottom: -2px;
    transition: 0.3s;
}
#fixed_menu ul.nav.menu li:hover:before {
    width: 100%;
    transition: 0.3s;
}
#fixed_menu ul.nav.menu li.active:before {
    width: 100%;
    transition: 0.3s;
}
#fixed_menu p.phone{
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.fixed-menu__wrapper-logotype img {
    max-width: unset;
}
.fixed-menu_wrapper-menu {
    height: 100%;
}
.fixed-menu__wrapper-logotype {
    height: 100%;
    display: flex;
    align-items: center;
}
button.navbar-toggler {
    border: 1px solid;
}
.menu_mobile ul.nav.menu {
    flex-direction: column;
    text-align: right;
}
#home .frame {
    background: rgba(0, 0, 0, 0.7);
    width: calc(100% + 20px);
    padding: 32px;
    color: #fff;
    border-radius: 8px;
}
#home .frame_red {
    border: 3px solid #9b090e;
}
#home .frame_blue {
    border: 3px solid #002b73;
}
.frame p {
    font-weight: 500;
    font-size: 19px;
}
.frame .btn {
    padding: 15px 15px;
    line-height: normal;
}

.btn-primary {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #003d9a;
    background: -moz-linear-gradient(top, #003d9a 0%, #002667 100%);
    background: -webkit-linear-gradient(top, #003d9a 0%,#002667 100%);
    background: linear-gradient(to bottom, #003d9a 0%,#002667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d9a', endColorstr='#002667',GradientType=0 );
    border-color: #112255;
    outline: none;
    transition: 0.3s;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background: #003d9a;
    background: -moz-linear-gradient(top, #003d9a 0%, #002667 100%);
    background: -webkit-linear-gradient(top, #003d9a 0%,#002667 100%);
    background: linear-gradient(to bottom, #0f3267 0%,#002667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d9a', endColorstr='#002667',GradientType=0 );
    border-color: #112255;
    outline: none;
}

.btn-primary:hover {
    color: #fff;
    background: #003d9a;
    background: -moz-linear-gradient(top, #003d9a 0%, #002667 100%);
    background: -webkit-linear-gradient(top, #003d9a 0%,#002667 100%);
    background: linear-gradient(to bottom, #0f3267 0%,#002667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d9a', endColorstr='#002667',GradientType=0 );
    border-color: #112255;
}
.btn-primary:focus {
    color: #fff;
    background: #003d9a;
    background: -moz-linear-gradient(top, #003d9a 0%, #002667 100%);
    background: -webkit-linear-gradient(top, #003d9a 0%,#002667 100%);
    background: linear-gradient(to bottom, #0f3267 0%,#002667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d9a', endColorstr='#002667',GradientType=0 );
    border-color: #112255;
    outline:none; 
}   
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background: #003d9a;
    background: -moz-linear-gradient(top, #003d9a 0%, #002667 100%);
    background: -webkit-linear-gradient(top, #003d9a 0%,#002667 100%);
    background: linear-gradient(to bottom, #0f3267 0%,#002667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d9a', endColorstr='#002667',GradientType=0 );
    border-color: #112255;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #003d9a;
    background: -moz-linear-gradient(top, #003d9a 0%, #002667 100%);
    background: -webkit-linear-gradient(top, #003d9a 0%,#002667 100%);
    background: linear-gradient(to bottom, #0f3267 0%,#002667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d9a', endColorstr='#002667',GradientType=0 );
    border-color: #112255;
}


#home .excellence {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 0;
    border-bottom: 1px solid #b8b8b8;
    flex-wrap: wrap;
}
#home .excellence .item_excellence {
    width: 20%;
}
#home .excellence .item_excellence p {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
#home .excellence .item_excellence .excellence_img {
    display: flex;
    align-items: start;
    justify-content: center;
    min-height: 70px;
}
#home .excellence .item_excellence .excellence_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

#home .vinpart h2.title {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#home .vinfeedback h2.title {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 17px;
    text-transform: uppercase;
}

#home .vinfeedback {
    background: #eff0f0;
    padding: 20px 40px;
}
#home .vinfeedback p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 20px;
}
/*#home .vinfeedback .form-group {*/
    /*margin-bottom: 21px;*/
/*}*/
#home .vinfeedback .btn {
    padding: 15px 25px;
}

#home .vinservice h2.title {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#home .vinpart .wrap {
    width: 100%;
    background: url('../images/red_bg.png')no-repeat;
    background-size: cover !important;
    padding:30px 40px 20px 30px;
    position: relative;
    overflow: hidden;
}
#home .vinservice .wrap {
    width: 100%;
    background: url('../images/blue_bg.png')no-repeat;
    background-size: cover !important;
    padding:30px 40px 20px 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#home .vinpart .wrap ul.list_part {
    padding: 0;
    margin-top: 14px;
    list-style: none;
    max-width: 190px;
    position: relative;
    z-index: 2; 
}
#home .vinservice .wrap ul.list_service {
    padding: 0;
    margin-top: 15px;
    list-style: none;
    max-width: 190px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
#home .vinpart .wrap ul.list_part li {
    padding: 17px 0;
    border-bottom: 1px solid #fff;
}
#home .vinpart .wrap ul.list_part li:last-child {
    border-bottom: none;
}
#home .vinservice .wrap ul.list_service li {
    padding: 17px 0;
    border-bottom: 1px solid #fff;
}
#home .vinservice .wrap ul.list_service li:last-child {
    border-bottom: none;
}
#home .vinpart .wrap p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
#home .vinservice .wrap p{
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.btn.btn-default.contrast {
    background: #fff;
    color: #db1f1e;
    border-color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 20px 40px;
}
.btn.btn-primary.contrast {
    background: #fff;
    color: #00307a;
    border-color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 20px 40px;
}
#tabs_home {
    background: url('../images/blue_pattern.png');
    background-size: 20%;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
}
#tabs_home .tabs {
    display: flex;
    padding: 0 15px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}
.tab_item {
    width: 20%;
    padding: 15px 15px 30px 15px;
    background: #eff0f0;
    position: relative;
    transition: 0.3s;
}
.tabs:before {
    content: ' ';
    position: absolute;
    left: -1000%;
    width: Calc(1000% + 15px);
    height: 100%;
    background: #eff0f0;
}
.tabs:after {
    content: ' ';
    position: absolute;
    right: -1000%;
    width: calc(1000% + 15px);
    height: 100%;
    background: #eff0f0;
}
.tab_content {
    padding: 20px;
    color: #fff;
}
.tab_item:hover {
    background: transparent;
    color: #fff;
    transition: 0.3s;
}
#home .vinpart .wrap .images_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding-top: 90px;
    padding-right: 15px;
    padding-bottom: 30px;
}
#home .vinservice .wrap .images_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding-top: 30px;  
}

.sprite {
    background-image: url('../images/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
    transition: 0.3s;
}

.tab_item:hover .sprite {
    transition: 0.3s;
}

.sprite-clipboard {
    width: 34px;
    height: 34px;
    background-position: -5px -5px;
}

.tab_item:hover .sprite-clipboard {
    width: 34px;
    height: 34px;
    background-position: -5px -49px;
}

.sprite-medal {
    width: 26px;
    height: 33px;
    background-position: -5px -93px;
}

.tab_item:hover .sprite-medal {
    width: 26px;
    height: 33px;
    background-position: -5px -136px;
}

.sprite-motor {
    width: 38px;
    height: 27px;
    background-position: -5px -179px;
}

.tab_item:hover .sprite-motor {
    width: 38px;
    height: 27px;
    background-position: -5px -216px;
}

.sprite-timer {
    width: 28px;
    height: 30px;
    background-position: -5px -253px;
}

.tab_item:hover .sprite-timer {
    width: 28px;
    height: 30px;
    background-position: -5px -293px;
}

.sprite-voucher {
    width: 37px;
    height: 21px;
    background-position: -5px -333px;
}

.tab_item:hover .sprite-voucher {
    width: 37px;
    height: 21px;
    background-position: -5px -364px;
}
.tab_item .img_sprite {
    padding-top: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.tab_item .text {
    padding-top: 22px;
}
.tab_item .text p {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0px;
}
.tab_content h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
}
.tab_item .text {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tab_item:after {
    height: 1px;
    width: calc(100% - 30px);
    content: ' ';
    background: #000;
    position: absolute;
    bottom: 30px;
    right: 15px;
    transition: 0.3s;
}
.tab_item:before {
    content: ' ';
    background: #fff;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 30px;
    left: 15px;
    height: 1px;
    transition: 0.3s;
}
.tab_item:hover:after {
    width: 0;
    transition: 0.3s;
}
section#news {
    padding-bottom: 50px;
}
section#news h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top:50px;
    margin-bottom:50px;
}
section#news img {
    margin-bottom: 20px;
}
section#news p.publish_date {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 20px;
}
section#news h3 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
section#news a:hover {
    text-decoration: underline;
}
section#contacts {
    background: url(../images/red_pattern.png);
    background-size: 50%;
    color: #fff;
    padding-top: 42px;
    padding-bottom: 42px;
    margin-right: -15px;
    margin-left: -15px;
}
section#contacts h2 {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
}
section#contacts a h3 {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
}
section#YaMap {
    margin-left: -15px;
    margin-right: -15px;
    min-height: 580px;
}
footer {
    background: #eff0f0;
    padding-top: 44px;
}
footer h2 {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-top:44px;
    margin-bottom: 84px;
}
footer h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 27px;
}
footer p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    min-height: 50px;
}
footer p.phone {
    font-size: 20px;
    font-weight: bold; 
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
}
footer .col-md-4:first-child:after {
    content: ' ';
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #ec2f2b 45%, #f0312e 47%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #ec2f2b 45%, #f0312e 47%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ec2f2b 45%, #f0312e 47%, rgba(255, 255, 255, 0) 100%);
    width: 2px;
    height: 186px;
    position: absolute;
    top: 0;
    right: 0px;
}

footer .col-md-4:last-child:before {
    content: ' ';
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #f0312e 45%, #f0312e 47%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #f0312e 45%, #f0312e 47%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f0312e 45%, #f0312e 47%, rgba(255, 255, 255, 0) 100%);
    width: 2px;
    height: 186px;
    position: absolute;
    top: 0;
    left: 0px;
}

footer .btn {
    padding: 15px 40px;
    line-height: normal;
}
footer .column {
    padding-bottom: 85px;
}
@media(max-width: 992px){
    #home .excellence .item_excellence {
        width: 33%;
    }
    #tabs_home {
        background-size: 40%;
    }
}
@media(max-width: 767px) {
    #home .excellence .item_excellence {
        width: 50%;
    }
    #tabs_home .tab_item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tab_item .img_sprite {
        align-items: start;
    }
    .tab_item .text {
        padding-bottom: 20px;
        width: 85%;
    }
    .footer .btn {
        padding: 15px 20px;
    }
    footer .col-md-4:first-child:after, footer .col-md-4:last-child:before {
        display: none;
    }
    #home .vinpart .wrap .images_right {
        display: none;
    }
    #home .vinpart .wrap ul.list_part {
        max-width: 100%;
    }
    #home .vinservice .wrap .images_right {
        display: none;
    }
    #home .vinservice .wrap ul.list_service {
        max-width: 100%;
    }
}
@media(max-width: 575px){

}
section#autoparts {
    margin-left: -15px;
    margin-right: -15px;
    background: url(../images/autoparts_bg.jpg)no-repeat;
    color: #fff;
    padding-top: 50px;
    background-size: cover;
}

section#autoparts p.text {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
section#autoparts h2 {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}
section#autoparts .wrap_brands {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 60px;
}
section#results {
    padding-top: 60px;
}
section#results thead {
    background: #e9eff4;
}
section#results .result_text {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 40px;
}
section#results table.result {
    margin-bottom: 70px;
}

.label_firm {
    background-image: url('../images/sprite_firm.png');
    background-repeat: no-repeat;
    display: block;
    /*transition: 0.3s;*/
}

.label_firm:hover {
	cursor: pointer;
	/*transition: 0.3s;*/
}

.label_firm.cadillac {
    width: 69px;
    height: 44px;
    background-position: -5px -5px;
}

.label_firm.cadillac:hover, .radio:checked + label.cadillac {
    width: 69px;
    height: 44px;
    background-position: -84px -5px;
}

.label_firm.chevrolet {
    width: 75px;
    height: 34px;
    background-position: -163px -5px;
}

.label_firm.chevrolet:hover, .radio:checked + label.chevrolet {
    width: 75px;
    height: 34px;
    background-position: -248px -5px;
}

.label_firm.daewoo {
    width: 108px;
    height: 51px;
    background-position: -333px -5px;
}

.label_firm.daewoo:hover, .radio:checked + label.daewoo {
    width: 108px;
    height: 51px;
    background-position: -451px -5px;
}

.label_firm.gmc {
    width: 67px;
    height: 15px;
    background-position: -569px -5px;
}

.label_firm.gmc:hover, .radio:checked + label.gmc {
    width: 67px;
    height: 15px;
    background-position: -646px -5px;
}

.label_firm.hummer {
    width: 91px;
    height: 11px;
    background-position: -723px -5px;
}

.label_firm.hummer:hover, .radio:checked + label.hummer {
    width: 91px;
    height: 11px;
    background-position: -824px -5px;
}

.label_firm.hyundai {
    width: 68px;
    height: 43px;
    background-position: -925px -5px;
}

.label_firm.hyundai:hover, .radio:checked + label.hyundai {
    width: 68px;
    height: 43px;
    background-position: -1003px -5px;
}

.label_firm.kia {
    width: 59px;
    height: 30px;
    background-position: -1081px -5px;
}

.label_firm.kia:hover, .radio:checked + label.kia {
    width: 59px;
    height: 30px;
    background-position: -1150px -5px;
}

.label_firm.opel {
    width: 59px;
    height: 62px;
    background-position: -1219px -5px;
}

.label_firm.opel:hover, .radio:checked + label.opel {
    width: 59px;
    height: 62px;
    background-position: -1288px -5px;
}

.label_firm.ss {
    width: 76px;
    height: 50px;
    background-position: -1357px -5px;
}

.label_firm.ss:hover, .radio:checked + label.ss {
    width: 76px;
    height: 50px;
    background-position: -1443px -5px;
}

.label_firm.zaz {
    width: 59px;
    height: 52px;
    background-position: -1529px -5px;
}

.label_firm.zaz:hover, .radio:checked + label.zaz {
    width: 59px;
    height: 52px;
    background-position: -1598px -5px;
}
section#autoservice {
    margin-left: -15px;
    margin-right: -15px;
    background: url(../images/autoservice_bg.jpg)no-repeat;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
}
section#autoservice p{
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
}
section#autoservice h2.select_model {
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.55;
	letter-spacing: normal;
}
section#autoservice input.hidden {
	display: none;
}
section#autoservice .wrap_brands {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
section#autoservice .item_brand {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
	min-width: 107px;
	padding: 0px;
}
section#autoservice_content #wrap_map {
	width: 100%;
	min-height: 310px;
}
section#autoservice_content p.site_price {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
    margin: 0;
}
#autoservice_content {
	padding-top: 60px;
	padding-bottom: 60px;
}
#autoservice_content h1{
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#autoservice_content #wrap_result{
	margin-bottom: 40px;
}
.item_service { 
    padding: 15px;
    background: #e9eff4;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    margin-bottom: 2px;
}
.item_service p { 
	margin:0;
	width: 90%;
	display: inline-block;
}
a.enroll {
	font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    text-decoration: underline;
    color: #e82828;
    display: block;
    padding: 15px;
    text-transform: uppercase;
}
a.enroll:hover {
	text-decoration: none;
	color: #002555;
}
.feedback_service {
    background: url('../images/feedback_service.jpg')no-repeat;
    background-size: cover;
    padding: 40px;
    color: #fff;
}
.feedback_service h3{
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.feedback_service p{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 35px;
}
.feedback_service .form-control {
    line-height: 29px;
    margin-bottom: 8px;
}

.feedback_service .form-group {
    margin-bottom: 8px;
}

.feedback_service button.btn.btn-default {
    padding: 10px 20px;
    margin-top: 16px;
}
#content h1 {
    font-family: Muller;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: 65px;
    margin-bottom: 65px;
}
.item-page h1 {
    font-family: Muller;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: 65px;
    margin-bottom: 65px;
}
#content .page-header h2 {
    font-family: Muller;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #151515;
}
.item-blog-article {
    padding: 15px;
    background:#f7f7f7;
    margin-bottom: 15px;
}
.item-blog-article h2 {
    font-family: Muller;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-top: 18px;
}
.item-blog-article p {
    font-family: Muller;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.item-blog-article p.date {
    font-family: Muller;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #151515;
}
.item-page, .container .blog {
    margin-bottom: 65px;
}

.background_absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.background_absolute .left {
    position: absolute;
    left: -15px;
    right: 50%;
    margin-right: -60px;
    top: 0;
    bottom: 0;
    background: url('/images/pattern.png');
    color: #fff;
}
.background_absolute .right {
    position: absolute;
    left: 50%;
    right: -15px;
    margin-left: 60px;
    top: 0;
    bottom: 0;
    background: #d72516;
    color: #fff;
}
.relative_block {
    position: relative;
}
p.OpelTrade {
    font-family: Muller;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color:#fff;
    margin-top: 23px;
    margin-bottom: 0;
    text-transform: uppercase;
}
p.official {
    font-family: Muller;
    font-size: 9.5px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0;
    letter-spacing: 2.9px;
    margin-bottom: 45px;
    color: #ffffff;
}
h2.partsinstock {
    font-family: Muller;
    font-size: 28.5px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-right: -40px;
    margin-bottom: 30px;
}
h2.partsinstock span {
    font-weight: 800;
    margin-bottom: 28px;
    text-decoration: underline;
}
img.logo_partner {
    margin-bottom: 50px;
    max-width: 100%;
}
.frame {
    margin-bottom: 120px;
}
h2.autoparts {
    font-family: Muller;
    font-size: 44px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 72px;
    margin-bottom: 0;
}
h2.autoservice {
    font-family: Muller;
    font-size: 44px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
}

.wrap_labels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-right: -20px;
}

.item_labels {
    width: 33%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fixed_menu {
    padding: 15px 0px;
    line-height: normal;
    box-shadow: 0 0px 3px 3px #e3e3e3;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: white;
    top: 0;
}



.emitate-content {
    height: 123px;
}

.label_firm.cadillac{
    background: url('/../images/labels/cadillac.png');
    background-size: 88% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.label_firm.cadillac:hover, .radio:checked + label.cadillac{
  background-image: url('../images/sprite_firm.png');
  background-position: -84px -5px;
  background-size: auto;
}

#fixed_menu ul.nav.menu li {
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    font-size: 15px;
    font-weight: 500;
}

#fixed_menu {
    padding: 15px 0px;
    line-height: normal;
    box-shadow: 0 0px 3px 3px #e3e3e3;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #f3f3f3;
    top: 0;
}

#fixed_menu .menu.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-weight: 500;
    width: 100%;
    height: 100%;
    align-items: center;
    font-size: 13px;
    padding-left: 21px;
}

.fake_men_mob{
    height: 66px;
}

.menu_mobile {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #f3f3f3;
    top: 0;
    left: 0;
}
@media(min-width: 992px) AND (max-width: 1200px){
    .frame {
        margin-bottom: 15px;
    }
}
@media(min-width: 320px) AND (max-width: 991px){
    .frame {
        margin-bottom: 15px;
    }
}

.btn-primary.contrast:hover {
    color: #fff;
    background: #003d9a;
    background: -moz-linear-gradient(top, #003d9a 0%, #002667 100%);
    background: -webkit-linear-gradient(top, #003d9a 0%,#002667 100%);
    background: linear-gradient(to bottom, #003d9a 0%,#002667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d9a', endColorstr='#002667',GradientType=0 );
    border-color: #112255;
}
.btn-primary.contrast:focus {
    color: #fff;
    background: #003d9a;
    background: -moz-linear-gradient(top, #003d9a 0%, #002667 100%);
    background: -webkit-linear-gradient(top, #003d9a 0%,#002667 100%);
    background: linear-gradient(to bottom, #003d9a 0%,#002667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d9a', endColorstr='#002667',GradientType=0 );
    border-color: #112255;
    outline:none; 
}   
.btn-primary.contrast:active, .btn-primary.contrast.active, .open>.dropdown-toggle.btn-primary.contrast {
    color: #fff;
    background: #003d9a;
    background: -moz-linear-gradient(top, #003d9a 0%, #002667 100%);
    background: -webkit-linear-gradient(top, #003d9a 0%,#002667 100%);
    background: linear-gradient(to bottom, #003d9a 0%,#002667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d9a', endColorstr='#002667',GradientType=0 );
    border-color: #112255;
}
.btn-primary.contrast:not(:disabled):not(.disabled).active, .btn-primary.contrast:not(:disabled):not(.disabled):active {
    background: #f83433;
    background: #003d9a;
    background: -moz-linear-gradient(top, #003d9a 0%, #002667 100%);
    background: -webkit-linear-gradient(top, #003d9a 0%,#002667 100%);
    background: linear-gradient(to bottom, #003d9a 0%,#002667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d9a', endColorstr='#002667',GradientType=0 );
    border-color: #112255;
}


.btn-default.contrast:active:hover, .btn-default.contrast.active:hover, .open>.dropdown-toggle.btn-default.contrast:hover, .btn-default.contrast:active:focus, .btn-default.contrast.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default.contrast:active.focus, .btn-default.contrast.active.focus, .open>.dropdown-toggle.btn-default.contrast.focus {
    color: #fff;
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #f83433 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
    outline: none;
}

.btn-default.contrast:hover {
    color: #fff;
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #f83433 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
}
.btn-default.contrast:focus {
    color: #fff;
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #f83433 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
    outline:none; 
}   
.btn-default.contrast:active, .btn-default.contrast.active, .open>.dropdown-toggle.btn-default.contrast {
    color: #fff;
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #f83433 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
}
.btn-default.contrast:not(:disabled):not(.disabled).active, .btn-default.contrast:not(:disabled):not(.disabled):active {
    background: #f83433;
    background: -moz-linear-gradient(top, #f83433 0%, #ad0001 100%);
    background: -webkit-linear-gradient(top, #f83433 0%,#ad0001 100%);
    background: linear-gradient(to bottom, #f83433 0%,#ad0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83433', endColorstr='#ad0001',GradientType=0 );
    border-color: #9b090e;
}
section#reviews h1 {
    font-family: Muller;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: 65px;
    margin-bottom: 65px;
    color: #fff;
}
section#reviews h2 {
    font-family: Muller;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-decoration: underline;
    margin-bottom: 30px;
}
section#reviews .form_review {
    background: url('../images/reviews_bg.jpg')no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
}
section#reviews form input, section#reviews form textarea {
    padding: 9px 15px 9px 15px;
}
form#review p {
    font-family: Muller;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0px;
}
form#review a {
    text-decoration: underline;
}
form#review {
    padding-bottom: 45px;
}
span.info {
    display: inline-block;
    vertical-align: top;
}
span.info p.name {
    font-family: Muller;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
span.info p.date {
    font-family: Muller;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #858585;
}
.frame_review:before {
    width: 30px;
    height: 30px;
    content: ' ';
    border-left: 1px solid #858585;
    border-top: 1px solid #858585;
    position: absolute;
    background: #fff;
    left: 15px;
    transform: rotate(-45deg);
    top: 20px;
}
.frame_review {
    border: 1px solid #858585;
    padding: 15px 30px;
    margin-bottom: 30px;
    margin-left: 15px;
}
section#reviews .reviews_list h2 {
    font-family: Muller;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 55px;
    margin-top: 55px;
}
section#reviews p.error {
    color: red !important;
}