/*PARTS*/
.search-parts-title{
    margin-bottom: 32px;
}
.search-parts-input{
    flex-direction: column;
}
.search-parts-input input {
    font-family: 'AvenirNextCyrLight', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #343434;
    padding: 10px 15px 9px;
    width: 100%!important;
    margin-bottom: 32px!important;
    border-radius: 0;
    border: 1px solid #F4F4F4;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #F4F4F4;
    max-width: 370px;
}
.search-parts-input input:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
    background: #F4F4F4;
    color: #000;
}
.btn-search-parts {
    width: 100%;
    padding: 14px 0 15px;
    cursor: pointer;
    display: block;
    max-width: 130px;
}
.search-parts-result{
    width: 100%;
    padding: 22px 0 27px;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}
.parts-article{
    margin-bottom: 13px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #A9A9A9;
}
.parts-article span{
    color: #CC0000;
    padding-left: 8px;
}
.parts-name{
    font-family: 'AvenirNextCyrDemi', sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #343434;
    font-style: normal;
}
.parts-price{
    font-family: 'AvenirNextCyrDemi', sans-serif;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #CC0000;
}
.order-parts{
    float: right;
    max-width: 150px;
    width: 100%;
    border-radius: 5px;
    background: transparent;
    color: #CC0000;
    padding: 14px 0 15px;
    text-align: center;
}
.order-parts:hover{
    background: #CC0000;
    color: #ffffff;
}
/*ROAD SUPPORT*/
.road-support-info {
    text-align: right;
}
.road-support-info-title {
    font-family: 'AvenirNextCyrBold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    color: #CC0000;
}
.road-support-info-subtitle{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #343434;
}
.road-support-info-subtitle span{
    color: #A9A9A9;
}







.questions-block{
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 17px 0 29px;
}
.questions-block-title{
    font-family: 'AvenirNextCyrDemi', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 11px;
    color: #343434;
}
.questions-block-contacts-wrap{
    display: flex;
    flex-direction: row;
}
.questions-block-contacts span{
    font-family: 'AvenirNextCyrMedium', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    display: block;
    color: #A9A9A9;
    margin-bottom: 2px;
}
.questions-block-contacts-phone{
    margin-right: 27px;
}
.questions-block-contacts a{
    font-family: 'AvenirNextCyrDemi', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #CC0000;
    display: block;
    margin-bottom: 8px;
}
.questions-block-contacts a:hover{
    text-decoration: none;
    color: #CC0000;
}
/*BODY_REPAIR BLOCK*/
.body-repair-img{
    background: #C4C4C4;
    width: 100%;
    max-width: 570px;
    height: 340px;
    overflow: hidden;
}
.body-repair-img img{
    width: 100%;
    height: 100%;
}
/*ORDER_TO*/
section.official-service-content.section-padding.pb-0 {
    padding-bottom: 30px!important;
}
.signin__fieldset-name {
    font-family: 'AvenirNextCyrDemi', sans-serif;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 23px;
}
.official-service-content .form-control {
    -webkit-appearance: none;
    height: auto!important;
    border-color: transparent!important;
    font-family: 'AvenirNextCyrLight', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 15px 9px!important;
    width: 100%!important;
    border-radius: 0!important;
    font-size: 14px;
    letter-spacing: 0.06em;
    background: #F4F4F4!important;
    margin-bottom: 30px!important;
    color: #343434;
    text-transform: none!important;
}
.official-service-content input::placeholder, .official-service-content textarea::placeholder{
    font-size: 14px;
    font-family: 'AvenirNextCyrLight', sans-serif;
    color: #343434;
    text-transform: none!important;
}
.official-service-content .form-control:focus{
    outline: none;
    box-shadow: none;
}
.official-service-content  .btn-service{
    background: #CC0000;
    border-radius: 5px;
    font-family: 'AvenirNextCyrDemi', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 36px 15px;
    border: 1px solid #CC0000;
}
.official-service-content  .btn-service:hover{
    text-decoration: none;
    color: #CC0000;
    background: transparent;
    border: 1px solid #CC0000;
}
.official-service-content .text-center.col-sm-3.text-lg-right.pt-2.pb-2.pt-lg-0.pb-lg-0 {
    padding-left: 0;
}
.official-service-content textarea.form-control {
    height: 164px!important;
}