@font-face {
    font-family: 'Futuris bold';
    src: local('../fonts/Futura Futuris Bold'), local('../fonts/Futura-Futuris-Bold'),
    url('../fonts/FuturaFuturisC-Bold.woff2') format('woff2'),
    url('../fonts/FuturaFuturisC-Bold.woff') format('woff'),
    url('../fonts/FuturaFuturisC-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Italic';
    src: local('../fonts/Open Sans Italic'), local('../fonts/Open-Sans-Italic'),
    url('../fonts/OpenSans-Italic.woff2') format('woff2'),
    url('../fonts/OpenSans-Italic.woff') format('woff'),
    url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*::-webkit-scrollbar {*/
/*  width: 0;*/
/*}*/
/*Главная*/
.for_height {
    margin-bottom: 350px;
}
.head-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-family: 'Futuris bold';
}
.partner_login {
    max-width: 160px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
}
.searchform form {
    position: relative;
}
.banner h2 {
    font-weight: bold;
    font-size: 23px;
    line-height: 28px;
    color: #000;
    margin-bottom: 14px;
}
.main_head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}
.partner_login:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/person.svg) 0 0 no-repeat;
    background-size: cover;
    margin-right: 5px;
}
.partner_login__link {
    line-height: 14px;
    font-size: 14px;
    color: #fe5000;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Futuris bold';
}
.main_container {
    max-width: 1160px;
    margin: 0 auto;
}

.partner_login__login_form {
    padding: 20px;
    display: none;
    position: absolute;
    top: 41px;
    width: 300px;
    z-index: 999;
    background-color: #2b2b2b;
}
.partner_login__login_form__text {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
}
.search_of_oil {
    display: flex;
    height: 180px;
    width: 100%;
    background: url(../img/search_oil.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    flex-direction: column;
    background-position: center right;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: 'Futuris bold';
    font-size: 46px;
    border-radius: 10px;
    transition: 0.3s;
    margin-bottom: 50px;
}
.search_of_oil2 {
    display: flex;
    height: 180px;
    width: 100%;
    background: url(../img/search_oil.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    flex-direction: column;
    background-position: center right;
    font-family: 'Futuris bold';
    font-size: 16px;
    border-radius: 10px;
    transition: 0.3s;
    /* margin-bottom: 50px; */
}
.search_of_oil2 h3 {
    color: #fff;
    font-size: 30px;
    margin-left: 100px;
}


.search_of_oil2 p {
    margin-left: 100px;
}
.catalog_container a {
    text-decoration: none;
}
.main_container h2 {
    font-size: 26px;
}
.text_block1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}
.text_block1 p {
    font-family: 'Open Sans Italic';
    font-style: italic;
    color: #707070;
    font-size: 24px;
    line-height: 32.68px;
    margin-bottom: 40px;
}
.text_block2 p {
    color: #000;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 21.79px;
}

/* .text_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
} */
.text_block_pre img {
    margin-bottom: 23px;
}
.text_block_pre a {
    text-decoration: none;
}
.search_of_oil2 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.text_block_pre p {
    max-width: 100%;
    width: 857px;
    color: #000;
    font-size: 16px;
    line-height: 21.79px;
    margin-bottom: 40px;
}
.main-news-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
}
.text_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}
.text_block p {
    max-width: 490px;
    font-family: 'Open Sans Italic';
    font-style: italic;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 40px;
}
.main-news-item {
    float: none !important;
    width: 24% !important;
    padding: 0 !important;
}
.all_news {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.all_news a {
    text-decoration: none;
    font-size: 11px;
    line-height: 17px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
    font-family: 'Futuris bold';
}
.single h1 {
    margin: 40px 0 30px 0;
}
.main-news-all {
    display: none;
}
.main-news-anons {
    min-height: 97px;
    font-size: 16px;
    line-height: 24px;
}
.about_our_company {
    background: url(../img/orange_bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
.search_of_oil:hover {
    color: #fe5000;
    transition: 0.3s;
}
.search_of_oil2:hover {
    color: #fe5000;
    transition: 0.3s;
}
.text-left {
    text-align: left;
}
.btn-primary {
    background-color: #fe5000;
    border-radius: 25px;
    font-weight: bold;
}
.partner_login__login_form__input {
    height: 30px !important;
    padding: 0 10px !important;
}
.partner_login__login_form__button {
    text-transform: uppercase;
    padding: 5px 40px !important;
    font-size: 15px !important;
    line-height: 21px !important;
}
.form-group {
    margin-bottom: 15px;
}
.catalog3 {
    margin-bottom: 100px;
}
input[type=text], input[type=password] {
    margin: inherit 4px;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.topnews {
    font-family: 'PFDinTextCondPro-BoldItalic', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px;
}

.ncatalogabout {
    font-family: 'PFDinTextCondPro-Italic', sans-serif;
    font-size: 24px;
    padding-bottom: 50px;
    padding-left:25px;
}
.text-left {
    text-align: left!important;
}
.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*Главная*/
/*О компании*/
    .p-gray {
    font-size: 24px !important;
    line-height: 34px !important;
    color: #707070;
    font-family: 'Open Sans Italic';
    border-bottom: solid 1px #fe5000;
    padding-bottom: 40px;
    margin-bottom: 40px !important;
}
    .contact p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 60px;
    }
.contact img {
    max-width: 100%;
}
/*О компании*/
    /*Контакты*/
.contact-content p {
margin-bottom: 40px !important;
}
.form-submit .btn {
    border-radius: 20px;
}
    /*Контакты*/
.catalog-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 50px 0 60px 0; */
    /* border-bottom: solid 1px #fe5000; */
}
.post-photo {
    text-align: center;
}
.post-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    font-family: 'DinPro';
    /* font-family: 'Futuris bold'; */
    color: #000;
    margin-top: 30px;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
}

.image-container {
    position: relative;
}

.gallery-image {
    width: 100%;
    height: auto;
}

.gallegy-name {
    position: absolute;
    color: white;
    text-decoration: none;
    z-index: 1; 
}
.catalog1 .gallegy-name {
    font-weight: 700; 
    font-size: 28px; 
    line-height: 36.4px;
    max-width: 415px; 
    color: white; 
    position: absolute; 
    top: 30px;
    left: 40px; 
    overflow: visible;
}

.catalog3 .gallegy-name {
    max-width: 482px;
    font-weight: 700;
    font-size: 28px;
    line-height: 36.4px;
    color: white;
    position: absolute;
    top: 30px;
    left: 40px;
    overflow: visible;

}
.post-more-option >ul >li {
    display:inline-block;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    line-height:29px;
    text-transform:uppercase;
    color: #000000;
    margin-bottom: 30px;
}
.descr_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.descr_line_link {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    background: #fe5000;
    text-decoration: none;
    border-radius: 20px;
    color: #fff;
    font-family: 'Futuris bold';
    padding: 10px 20px;
}
.product-anons p {
    font-size: 16px;
    line-height: 26px;
}
.dopusk_block {
    white-space: pre-line;
    font-family: 'Open Sans Italic';
    font-size: 16px;
    line-height: 29px;
    border: solid 1px #fe5000;
    border-radius: 10px;
    padding: 0 0 30px 30px;
}
.product-body {
    font-size: 16px;
    line-height: 26px;
}
.single {
    padding-bottom: 50px;
}
.bx-newslist .row {
    padding: 0;
    margin: 0;
}
.bx-newslist-container {
    padding: 0;
}
.catalog1 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}
.bx-newslist .btn {
    background-color: #fe5000 !important;
    border-color: #fe5000 !important;
    border-radius: 30px;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Futuris bold';
    padding: 15px 25px;
    margin-top: 20px;
}
.news-item-anons {
    font-size: 16px;
    line-height: 24px;
}
.partner_login {
    max-width: 160px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 2px;
}
.up_block {
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-start;
}
.bot-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.two_line {
    width: 87%;
}
.for_forum {
    color: #fe5000;
    text-decoration: underline;
    font-size:14px;
}
.for_forum:before {
    display: inline-block;
    content: "/";
    font-size: 12px;
    line-height: 30px;
    color: #e8e8e8;
    margin: 0 10px;
}
.head-search {
    margin-bottom: 15px;
}
.partner_mobile {
    display: none;
}
/* .b24-form-wrapper form {
    border: 1px solid rgb(216 216 216);
}
.b24-form-wrapper form {
    padding: 15px;
}
.b24-form-wrapper form{
    padding:40px;
    border-radius: 10px;
}
.b24-form-wrapper {
    margin-bottom:24px
} */

/* .b24-form-wrapper form {
    border: unset;
} */

@media (max-width: 1030px) {
    .b24-form-wrapper form {
        padding: 15px;
    }
    .row {
        width: 100% !important;
    }
    .head-menu {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 2px solid #000;
    }
    .head-menu-item {
        font-size: 12px;
    }
    .head-search.current {
        width: 94%;
    }
    .top_slick {
        display: none !important;
    }
    .partner_mobile {
        display: block;
        margin-top: 20px;
    }
    .partner_login__link {
        margin-bottom: 10px;
    }
    .partner_login:before {
        display: none;
    }
    .partner_login__link {
        font-size: 14px;
        color: #000;
    }
    .for_forum:before {
        display: none;
    }
    .for_forum {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }
    .up_block {
        display: none;
    }
    .bot-block {
        justify-content: flex-end;
    }
.foot-menu-item {
    font-size: 10px !important;
}
.foot-menu-item + li:before {
    font-size: 10px !important;
    margin: 0 4px !important;
}
.catalog3 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.gallery-image {
    max-width: 100%; 
    height: auto;
}
h5 {
    margin-top: 20px;
    font-size: 11px;
    max-width: 100%;
    width: 845px;
    line-height: 14.98px;
    opacity: .5;
}
}
@media (max-width: 1170px) {
    .main_head {
        max-width: 95%;
    }
    .head-menu-item {
        font-size: 11px;
    }
    .main_container {
        max-width: 95%;
    }
    .about_our_company img {
        max-width: 100%;
    }
    .catalog1 {
        flex-direction: column;
    }
}
@media (max-width: 1130px) {

    .catalog1 {
        flex-direction: column;
    }
    .head-menu-item {
        line-height: 10px;
    }
    .main-news-row {
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .main-news-item {
        width: 100% !important;
        margin-bottom: 60px;
    }
    .main-news-anons {
        min-height: auto;
    }
    .main_container h3 {
        font-size: 24px;
    }
    .catalog3 .gallegy-name {
        top: 10px;
    }
    .main_container h3 {
        text-decoration: none; 
    }
    .search_of_oil2 p {
        text-decoration: none; 
    }
}

@media (max-width: 767px) {
    .search_of_oil {
        font-size: 33px;
    }
    .catalog1 {
        flex-direction: column;
    }
    .post-anons {
        height: max-content;
        margin-bottom: 20px;
    }
    .partner_login__login_form {
        max-width: 300px;
        margin-left: 0;
        top: 100px;
    }
    .search_of_oil p {
        font-size: 43px;
    }
    .carousel .carousel-control {
        display: none;
    }
    .search_of_oil2 {
        font-size: 33px;
    }
    .main_container h3 {
        font-size: 33px;
        margin: 30px 0 15px 0;
    }
    .all_news a {
        padding: 10px 15px;
        margin-top: 10px;
    }
    .single h1 {
        margin: 20px 0 10px 0;
        font-size: 24px;
        line-height: 32px;
    }
    .catalog-line {
        flex-direction: column;
        padding: 0;
    }  

    .catalog-item {
        border-top: none;
        width:47%;
        padding:0 10px;
        margin-bottom: 40px;
    
    }
    .descr_line {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: self-start;
    }
    .descr_line_link {
        margin-bottom: 20px;
    }
    .product_description_block__text {
        margin-bottom: -25px;
    }
    .catalog-line {
        border-bottom: none;
    }
    
    .post-anons {
        min-height: max-content;

    }
    .post-more-option >ul >li {
        margin-bottom: 10px;
    }
    .post-more {
        padding-top: 0;
    }
	.carousel {
display:none;
}
.foot .social {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .main_container h3 {
        font-size: 19px;
        margin-left: 20px;
        text-decoration: none; 
        margin: 30px 0 0 0;
    }
    .search_of_oil2 p {
        margin-left: 35px;
        font-size: 23px;
        padding-top: 30px;
        text-decoration: none; 
    }
    .catalog1 .gallegy-name {
        font-size: 14px;
        line-height: 25.4px;
        top: 15px;
        left: 15px;
    }
    .catalog3 .gallegy-name {
        font-size: 14px;
        line-height: 18.4px;
        top: 10px;
        left: 20px;
    }
}

.vin_number_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-left: -145px;
}

.vin_number {
    width: 500px;
    height: 35px;
    margin-right: 15px;
}

.car_number_input_in0 {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    color: #000;
    height: 100%;
    padding: 0 0 0 10px !important;
    border-radius: 3px !important;
    background: #fff !important;
    border: 1.5px solid #000 !important;
}
.car_number {
    width: auto;
    height: 35px;
    position: relative;
    margin-right: 15px;
}
.car_number_img {
    height: inherit;
    position: relative;
    z-index: 1;
}

.car_number_img svg {
    display: block;
    position: relative;
    width: 156px;
    /* max-width: 100%; */
    height: inherit;
}

.car_number_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 156px;
    height: 35px;
    z-index: 1;
}
.car_number_input_in1 {
    position: absolute;
    left: 15px;
    top: 3px;
    width: 90px;
    font-size: 20px;
    letter-spacing: 3px;
    display: block;
    color: #000;
    padding: 0 !important;
    text-transform: uppercase;
    border: none !important;
    background: unset !important;
}
.car_number_input_in2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 36px;
    text-transform: uppercase;
    font-size: 17px;
    display: block;
    color: #000;
    padding: 0 !important;
    border: none !important;
    background: unset !important;
}
.search_sub {
    display: flex;
    width: 120px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    background: #fe5000;
    font-size: 16px;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}

.search_sub img {
    height: 22px;
}