

/* Start:/local/components/lubribase/podbor.api/templates/.default/style.css?176806222314669*/
body {
    padding: 0;
    margin: 0;
    font-family: 'HelveticaNeueCyr Roman', sans-serif;
}

h1, h2, h3, p, div {
    margin: 0;
    padding: 0;
}
.logos {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.brand-logo {
    max-width: 100%;
    height: 160px;
    border: 1px solid #dadfdd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-bottom: 12px;
    color: rgb(127 131 139);
}
.brand-logo a {
    text-decoration: none;
    font-size: 18px;
    color: rgb(127 131 139);
    /* vertical-align: text-bottom; */
}
.brand-logo img {
    height: 75px;
    width: auto;
    max-width: 100%;
}
.brand-logo span {
    vertical-align: text-bottom;
}
.p_container {
    border: 1px solid rgba(218, 223, 221, 1);
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    padding: 35px 30px;
    margin-bottom: 50px;
}
.p_container h1 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
.p_main_block {
    display: flex;
}
.search_block {
    width: 335px;
    margin-right: 60px;
    position: sticky;
    height: max-content;
    top: 30px;
}
.p_brand_line {

}
.fast_search {
    width: 335px;
}
.fast_search form {
    position: relative;
    margin-top: 27px;
    border-bottom: 1px solid #e8e8e8;
}
.fast_search input {
    width: 85%;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    background-color: #fff;
    border:unset;
    padding: 0 0 0 7px;
    outline:none;
}
.fast_search label {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.fast_search label:before {
    display: inline-block;
    vertical-align: bottom;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/local/components/lubribase/podbor.api/templates/.default/../img/search_b.svg) 0 0 no-repeat;
    background-size: cover;
}
.fast_search label input, .fast_search label button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.choise_block {
    width: 100%;
}
.p_brand_line {
    text-align: center;
    background: #2f7d55;
    margin-bottom: 50px;
    max-width: 98%;
}
.p_brand_line img {
    max-width: 185px;
}
.p_car_type {
    margin-top: 50px;
}
.p_car_type_in {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-top: 50px;
    justify-content: space-between;
}
.p_car_type_block {
    background: rgba(218, 223, 221, 1);
    width: 155px;
    height: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    transition: 0.3s;
    border: 2px solid #fff;
}
.p_car_type_block img {
    max-width: 125px;
}
.p_car_type_block p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    padding-top: 10px;
}
.p_car_type_block:hover {
    border:2px solid rgba(33, 146, 94, 1);
    transition: 0.3s;
}
.p_car_type_block.car_selected {
    border:2px solid rgba(33, 146, 94, 1);
    transition: 0.3s;
}
.p_option_block {
    margin-top: 25px;
}
.p_option_block select {
    border: none;
    border-bottom: 2px solid rgba(218, 223, 221, 1);
    width: 100%;
    padding: 14px 0 14px 15px;
    color:rgba(153, 153, 153, 1);
    outline: none;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.submit_line {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.p_submit {
    background: rgba(33, 146, 94, 1);
    color: #fff;
    border: none;
    width: 100%;
    display: flex;
    height: 50px;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.print_result {
    background: rgba(33, 146, 94, 1);
    color: #fff;
    border: none;
    width: 30%;
    
    height: 50px;
    /* margin-top: 25px; */
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    cursor:pointer;
}
.p_brands_choise {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.p_car_brand {
    border: 1px solid rgba(218, 223, 221, 1);
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 190px;
	margin-right: 10px;
    color: rgb(127 131 139);
    overflow: hidden;
}
.p_car_brand span {
    vertical-align: text-bottom;
}

.p_car_brand img {
    height: 75px;
    width: auto;
    max-width: 100%;
}

.p_car_model {
	max-width: 100%;
    height: 160px;
    border: 1px solid #dadfdd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-bottom: 12px;
    color: rgb(127 131 139);
    font-size: 18px;
}

.p_car_model img {
    max-width: 130px;
    max-height: 200px;
}
.p_car_brand span {
    vertical-align: text-bottom;
}

.p_car_obiem {
	max-width: 100%;
    height: 180px;
    border: 1px solid #dadfdd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-bottom: 12px;
    color: rgb(127 131 139);
    font-size: 18px;
}

.p_car_obiem img {
    max-width: 130px;
    max-height: 200px;
}
.p_car_obiem span {
    vertical-align: text-bottom;
}

.p_car_engine {
    max-width: 100%;
    height: 160px;
    border: 1px solid #dadfdd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-bottom: 12px;
    color: rgb(127 131 139);
    font-size: 18px;
}

.p_car_engine img {
    max-width: 130px;
    max-height: 200px;
}
.p_car_engine span {
    vertical-align: text-bottom;
}

.p_car_info_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.p_car_info_left {
    border: 1px solid rgba(218, 223, 221, 1);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 172px;
    color: rgb(102 99 99);
}
.p_car_info_left img {
    max-width: 160px;
}
.p_car_info_block {
    width: 100%;
}
.car_name {
    font-size: 18px;
    font-weight: 900;
    line-height: 23px;
    text-transform: uppercase;
    max-width: 140px;
    margin-bottom: 25px;
}
.p_car_info_name_and_year {
    padding: 0 10px 0 15px;
}
.p_car_info_right {
    width: 100%;
    max-width: 375px;
    color: rgb(102 99 99);
}
.p_car_info_information {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    padding: 17px 20px;
    border: 1px solid rgba(218, 223, 221, 1);
}
.p_car_info_information p {
    font-size: 18px;
    font-weight: 400;
}
.product-field h3 {
    cursor:pointer;
    position: relative;
    margin-left: 150px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}
.product-field h3:before {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 2px;
    background-color: #21925E;
    flex: none;
    order: 0;
    flex-grow: 0;
    content:"";
}
.product-field {
    border: 1px solid rgba(218, 223, 221, 1);
    padding: 25px;
    margin-bottom: 30px;
}
.product-field h3:after {
    content: "";
    width: 12px;
    height: 6px;
    background: url(/img/to_up.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    float: inline-end;
    align-content: center;
    justify-content: flex-start;
    align-items: anchor-center;
    margin-right: 10px;

}
.current h3:after {
    content: "";
    width: 12px;
    height: 6px;
    background: url(/local/components/lubribase/podbor.api/templates/.default/img/to_down.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    float: inline-end;
    align-content: center;
    justify-content: flex-start;
    align-items: anchor-center;
    margin-right: 10px;
}
.p_item_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid rgba(218, 223, 221, 1);
    margin-bottom: 30px;
    padding: 20px 0 20px 20px;
}
.p_item_block a {
    display: contents;
}
.p_item_block img {
    max-width: 120px;
    margin-right: 30px;
    cursor: pointer;
}
.p_item_block_info {
    max-width: 420px;
}
.p_item_block_info a {
    color:#000;
    text-decoration: none;
}
.p_item_block_info h2 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.p_item_block_info p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.p_fas_line {
    display: flex;
}
.p_fas_line a {
    background: rgba(218, 223, 221, 1);
    width: 39px;
    height: 32px;
    margin-right: 13px;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
.p_fas_line a:hover {
    background: rgba(33, 146, 94, 1);
    color: #fff;
    transition: 0.2s;
}
.p_not_found {
    padding-top: 30px;
}
.product-body {
    margin-top: 40px;
}

.module__select.select2 {
    padding: 0 0 14px 15px;
    /* font-size: 18px; */
    /* margin-top: 25px; */
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(218, 223, 221, 1);
}

.module__select.select2-container--default .select2-selection--single {
    
    border: none;
    
    width: 100%;
    /* padding: 14px 0 14px 15px; */
    color:rgba(153, 153, 153, 1);
    outline: none;
    font-size: 18px;
    font-weight: 400;
    
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: rgb(255, 255, 255);
    color:rgba(153, 153, 153, 1);
    cursor: default;
}

.module__select.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    font-weight: 400;
    /* line-height: 2.071428571428571; 
    padding: 4px 30px 6px 15px; */
}
/* 
.module__select.select2-container--default .select2-selection--single .select2-selection__arrow {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    height: 8px;
    margin: auto;
    bottom: 0;
    right: 12px;
    transform: rotate(-135deg);
    transition: all .1s;
    width: 8px;
}
.module__select.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    top: 6px;
    transform: rotate(45deg);
}

.module__select.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
*/

.module__select .select2-dropdown {
    border-color: #dcdcdc;
    border-radius: 0;
}

.module__select .select2-results__option {
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    font-weight: 400;
    /* line-height: 1.428571428571429;
    padding-left: 15px;
    padding-right: 15px; */
}
.module__select.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f3f0f0;
}

.module__select.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #21925E;
} 




@media (max-width:1460px) {
.p_car_info_left {
    margin-right: 15px;
}
.p_item_block img {
    max-width: 300px;
    margin-right: 30px;
}
}

@media (max-width:1370px) {
.p_item_block img {
    max-width: 300px;
}

.p_item_block_info {
    max-width: 500px;
    padding: 5px 0;
}
}

@media (max-width:1100px) {
.p_main_block {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.p_brand_line {
    margin-top: 30px;
}
.search_block {
    margin-right: 0;
    position: unset;
}
}

@media (max-width:940px) {
.p_brands_choise {
    justify-content: center;
}
}

@media (max-width:680px) {
.p_brands_choise {
    justify-content: space-evenly;
}
.p_main_block {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.search_block {
    width: 100%;
    max-width: 350px;
    margin-right: 0;
    position: unset;
    top: unset;
    margin-bottom: 40px;
}
.p_brand_line {
    display: none;
}
.p_car_info_line {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p_in_left {
    margin-right: 0 !important;
    margin-bottom: 20px;
    color: rgb(102 99 99);
}
.p_item_block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p_item_block img {
    max-width: 100%;
    margin-right: 0;
}
.p_item_block_info {
    max-width: 100%;
    padding: 15px;
}
.p_container {
    padding: 20px 10px;
}
.product-field h3 {
    margin-left: 40px;
    font-size: 15px;
}
.product-field h3:before {
    left: -55px;
    width: 40px;
}
.logos {
        grid-template-columns: repeat(2, 1fr);
    }
.brand-logo {
        height: 160px;
    }
}

@media print {
    .p_item_block img {
        max-width: 120px;
    }

    body * {
        visibility:hidden;
    }
    #main-content, #main-content * {
        visibility:visible;
    }
    .print_result {
        visibility:hidden;
    }

    #main-content {
        position:absolute;
        left:0;
        top:0;
    }
}

/* End */
/* /local/components/lubribase/podbor.api/templates/.default/style.css?176806222314669 */
