.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.rev_link_mob {
display:none !important;
}
.h2_line {
    position: relative;
    margin-bottom: 20px;
}
.wrap {
    height: 100%;
    overflow: auto !important;
}
.forum__line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    height: 100%;
}
.h2_line h2 {
    z-index: 100;
    position: relative;
    background: #fff;
    width: max-content;.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.h2_line {
    position: relative;
    margin-bottom: 20px;
}
.h2_line h2 {
    z-index: 100;
    position: relative;
    background: #fff;
    width: max-content;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 20px;
}
.h2_line hr {
    color: #02aff1;
    background-color: #02aff1;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 25%;
    z-index: 50;
}
.btns {
    border: none;
    background: #06aef1;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    margin: 5px 0 15px 0;
    cursor: pointer;
}
.box {
    max-width: 85%;
}
.demo {

    height: calc(20px * 2);
    /* не стал писать 40px, чтобы показать, что максимум по высоте на 2 строки выделяю блок */

    overflow: hidden;
    line-height: 20px;
    /* каждая строка будет по высоте 15px, чтобы я точно мог установить высоту блока (это чисто визуально, ни на что не влияет) */
    text-align: start;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.box.active .btns>span {
    display: none;
}

.box.active .btns:after {
    content: "Скрыть текст";
}

.box.active .demo {
    height: initial;
    display: block;
    overflow: initial;
}
.rec_mob {
    display: none;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.cap-post-new {
	max-width: 100%;
    height: 200px;
    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);
}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
/* .single h1 {
display:none;
} */
.for_new_pod {
display:block !important;
font-size: 34px;
}
.cathead img {
    height: 75px;
    width: auto;
    max-width: 100%;
}
.product-body-dop {
    white-space: pre-line;
    color: #000;
    background: #edf9fd;
    padding: 0 30px 35px 40px;
}
.fasovka_varint {
    display: inline-flex;
    min-height: 106px;
    justify-content: space-evenly;
    margin-bottom: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-end;
    width: 100%;
	gap: 15px;
}
.product-content{
    margin-top: 14%;
}
.product-body {
    white-space: pre-line;
}
.product-more-btn {
    padding-right: 15px;
    float: none !important;
    padding-bottom: 40px;
}

.catalogList {
	max-width: 1150px;
    width: 100% !important;
    margin: 0 auto !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	padding: 0 !important;
}
/*.catalogList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 1120px;
}*/
.cathead a {
	text-decoration:none;
}

.cathead p {
	font-size: 18px;
    color: rgb(127 131 139);
    margin: 0;
	padding-top: 10px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}

@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

body {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
/* p {
  margin-top: 50px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14.3px;
  color: #999999;
} */
.main-content a {
  text-decoration: none;
}
.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 a:hover {
  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_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_model:hover {
  text-decoration: none;
  color: rgb(127 131 139);
}
.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;
}
	.rev_link_mob {
display:block;
}
.p_car_obiem img {
  max-width: 130px;
  max-height: 200px;
}
.p_car_obiem span {
  vertical-align: text-bottom;
  min-height: 75px;
}
.p_car_obiem:hover {
  text-decoration: none;
  color: rgb(127 131 139);
}

.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;
min-height: 70px;
}
.p_car_engine:hover {
  text-decoration: none;
  color: rgb(127 131 139);
}

.p_car_brand span {

  vertical-align: text-bottom;
}

.conteiner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.select_wrapper {
  position: relative;
  width: 100%;
}

.select_wrapper select {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding: 14px 40px 14px 15px;
  color: #999999;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #dcdcdc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

/*
.select_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 14px;
  height: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%23011025" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

select {
  width: 100%;
  padding: 15px;
  border: 1px solid #dcdcdc;
} */
.reset-button {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: none;
  color: #0073b2;
  cursor: pointer;
  text-decoration: none;
}

.fast_search {
  margin: 20px;
}

.select_row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.p_main_block {
  display: flex;
}
.search_block {
  width: 100%;
  wight-max: 1110px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.rights {
  margin-top: 50px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14.3px;
  color: #999999;
}

.fast_search form {
  position: relative;
}
.fast_search input {
  width: 100%;
  height: 50px;
  font-size: 19px;
  font-weight: 400;
  background-color: #f3f0f0;
  border: unset;
  padding: 0 15px 0 15px;
  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(../img/p_search.png) 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_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 .b_auto {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_car.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_auto {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_car_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}
.p_car_type_block .b_truck {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_truck.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_truck {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_truck_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}

.p_car_type_block .b_moto {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_moto.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_moto {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_moto_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}
.p_car_type_block .b_agr {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_agriculture.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_agr {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_agriculture_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}
.p_car_type_block .b_off {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_off_road.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_off {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_off_road_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}

.p_car_type_block .b_ind {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_indust.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_ind {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_indust_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}


.p_car_type_block p {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  padding-top: 10px;
}

.p_car_type_block.car_selected {
  transition: 0.3s;
}

.car_selected p {
color:#999999;
}

.p_brands_choise {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.p_brand_line {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  font-family: "FuturisExtraC";
}
.p_brand_line img {
  max-width: 185px;
}
.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: 165px;
  border-radius: 10px;
  color: rgb(102 99 99);
    width: 45%;
}
.p_car_info_left img {
  max-width: 255px;
  width: 100%;
  padding: 50px;
}

.p_car_info_block {
  width: 100%;
}

.car_name {
  font-family: "FuturisExtraC", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 17.55px;
  max-width: 140px;
  margin-bottom: 25px;
}
.p_car_info_name_and_year {
  padding: 0 30px 0 15px;
}
.car_year {
  font-size: 18px;
}

.p_car_info_right {
  width: 100%;
  max-width: 540px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(218, 223, 221, 1);
  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: 15px 25px;
  border: none;
  position: relative;
}

.p_car_info_information:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 1px;
  background-color: #dcdcdc;
}

.p_car_info_information:last-child::after {
  display: none;
}

.p_car_info_information p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.p_product-field {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
.highlight-bar {
  font-family: "FuturisExtraC", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 23.4px;
}
.p_product-field h3 {
  font-size: 24px;
  font-family: "FuturisExtraC";
  font-weight: 400;
  color: white;
  background-color: #00aef1;
  padding: 25px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p_product-body {
  display: none;
  background-color: #00aef1;
  color: white;
  padding: 0 25px 25px;
  margin: 0;
  border-top: 0;
}
.p_product-body2 {
  margin-top: 30px;
  padding-left: 20px;
}

.p_product-field {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-bottom: 30px;
}
.p_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(/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;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
    padding-left: 30px;
}
.p_item_block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #dcdcdc;
}
.p_item_block:last-child::after {
  display: none;
}
.p_item_block a {
  display: contents;
}
.p_item_block img {
  max-width: 95px;
  margin-right: 30px;
  cursor: pointer;
}
.p_item_block_info {
  max-width: 100%;
  width: 730px;
}
.p_item_block_info a {
  color: #000;
  text-decoration: none;
}
.p_item_block_info h2 {
  font-size: 22px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 20px;
}
.p_item_block_info p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  margin-bottom: 25px;
}
.rev_link_desk {
    background: none !important;
    width: max-content !important;
    height: max-content !important;
    margin-right: unset !important;
    display: block !important;
}
.p_fas_line {
  display: flex;
  align-items: center;
}
.rev_file {
    max-width: unset !important;
    height: 55px !important;
}
.p_fas_line a {
  background: rgba(218, 223, 221, 1);
  width: 52px;
  height: 40px;
  margin-right: 13px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  border-radius: 5px;
}
.p_fas_line a:hover {
  outline: 1px solid #112b95;
  transition: 0.2s;
}



.module__select.select2 {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding: 10px 30px 10px 15px;
  color: #999999;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

.module__select.select2-container--default .select2-selection--single {

  border: none;

  width: 100%;
  /* padding: 12px 30px 14px 12px;  */
  /* color:rgba(153, 153, 153, 1); */
  outline: none;
  font-size: 16px;
  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: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 2.071428571428571;
  padding: 4px 30px 6px 15px; */
}

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

.module__select .select2-results__option {
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  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: #0073b2;
}

.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 .2s;
  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;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .conteiner {
    width: unset;
  }
}
@media screen and (max-width: 950px) {
  .conteiner {
    width: unset;
    .fast_search input {
      width: 88%;
    }
  }
}
@media screen and (max-width: 768px) {
  .fast_search input {
    width: 85% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .select_row {
    grid-template-columns: repeat(2, 1fr);
  }
  .fast_search input {
    width: 90% !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 575px) {
  .select_row {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-logo {
    height: 130px;
  }
}
@media screen and (min-width: 480px) and (max-width: 539px) {
  .select_row {
    grid-template-columns: repeat(1, 1fr);
  }
  .fast_search input {
    width: 89% !important;
  }
  .logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 375px) and (max-width: 479px) {
  .select_row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .fast_search input {
    width: 100% !important;
  }

  .brand-logo {
    height: 160px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .select_row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .fast_search input {
    width: 83% !important;
  }

  .brand-logo {
    height: 100px;
  }
  .fast_search input {
    font-size: 15px;
  }
  .select_wrapper select {
    font-size: 15px;
  }
  .reset-button {
    font-size: 15px;
    gap: 3px;
  }
}
@media screen and (min-width: 200px) and (max-width: 319px) {
  .select_row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .logos {
    grid-template-columns: repeat(1, 1fr);
  }
  .fast_search input {
    width: 83% !important;
  }
  .brand-logo {
    height: 160px;
  }
  .fast_search input {
    font-size: 15px;
  }
  .select_wrapper select {
    font-size: 15px;
  }
  .reset-button {
    font-size: 15px;
    gap: 3px;
  }
}
@media screen and (max-width: 1200px) {
.p_car_type_in {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
}
@media screen and (max-width: 700px) {
.p_car_type_in {
    margin-top:0;
}
.for_new_pod {
    display: block !important;
    font-size: 21px;
    margin-bottom: 25px;
}
.cathead img {
        width: unset !important;
        margin-left: unset !important;
	}
.p_car_type {
    margin-top: 0; 
    display: none;
}
.p_car_info_line {
    flex-direction: column;
}
.p_car_info_left {
    margin-bottom: 20px;
	}
.p_item_block {
    flex-direction: column;
    padding-left: 0;
}
.p_fas_line a {
    margin-top: 10px;
	}
.p_fas_line {
    flex-wrap: wrap;
}
	.p_car_info_left {
    width: 100%;
}
	.rev_link_desk {
display:none;
}
	.rev_link_mob {
display:block;
}
}
@media screen and (max-width: 479px) {
    .breadcrumbs {
        display: none;
    }

    h1 {
        margin-top: 150px !important;
        padding-left: 10px !important;
    }

    .search_block {
        border: none;
        margin-bottom: 10px;
    }

    .fast_search {
        margin: 0;
    }

    .select_row {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
        justify-content: space-between;
    }

    .selectlink:not(:first-of-type) {
        width: 48%;
    }

    .selectlink-control {
        padding: 7px 10px !important;
        overflow: hidden;
        white-space: nowrap;
    }

    .reset-button {
        margin: 0 auto;
        padding: 10px 0;
    }

    h2 {
        font-size: 18px !important;
        margin-bottom: 17px !important;
    }

    .p_car_info_left {
        border-bottom: none;
        border-radius: 10px 10px 0 0;
    }

    .p_car_info_right {
        border-radius: 0 0 10px 10px;
    }

    .p_car_info_left {
        margin-bottom: 0 !important;
    }

    .car_name {
        text-align: center;
    }
    .car_name {
        font-size: 16px;
        text-align: center;
        color: black;
        font-weight: bold;
    }
    .car_year {
        font-size: 15px;
    }
    .p_car_info_left {
        justify-content: space-between;
        height: 120px;
    }
    .p_car_info_left img {
        max-width: 170px;
        padding: 0 10px;
    }
    .p_car_info_name_and_year {
        text-align: center;
    }
    .p_car_info_information p {
        font-size: 16px;
    }
    .p_car_info_information {
        padding: 10px 15px;
    }
    .rec_mob {
        display: block !important;
    }
    .rec_desk {
        display: none;
    }
    .p_item_block img {
        width: 100%;
        max-width: 100%;
        height: 150px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .p_item_block_info h2 {
        font-size: 15px !important;
        line-height: 17px !important;
        min-height: 52px;
    }
    .p_product-body2 {
        margin-top: 15px !important;
        padding-left: 0;
        padding: 0 7px !important;
    }
    .p_item_block {
        width: 100%;
    }
    .p_item_block_info p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .p_fas_line a {
        background: rgba(218, 223, 221, 1);
        width: 35px;
        height: 35px;
        margin-right: 5px;
        font-size: 12px;
    }
    .recommended-product-image {
        width: 90%;
    }
    .recommended-products-row {
        justify-content: space-between !important;
        flex-direction: row !important;
    }
    .recommended-product {
        width: 47% !important;
        margin-bottom: 30px !important;
    }
    .recommended-product-name {
        min-height: 73px !important;
    }
    .highlight-bar {
        font-size: 18px;
        line-height: 0.4px;
    }
    .recommended-title {
        font-size: 18px !important;
        margin-left: 0 !important;
    }
    .p_item_block::after {
        display: none;
    }
    .catalogList {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-content: center !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
    }
    .cathead img {
        height: 65px !important;
    }
    .cap-post-new {
        height: max-content;
        width: 47%;
        border: none;
    }
    .cathead p {
        color: #000;
    }
}
@media screen and (max-width: 370px) {
    .two_line {
        width: 12% !important;
    }
    .top_icon1, .top_icon2 {
        margin-right: 5px !important;
    }
    .top_icon1, .top_icon2, .top_icon3 {
        font-size: 10px;
    }
    .row {
        padding: 0px 3px !important;
    }
    h1 {
        line-height: 22px !important;
    }
    .cap-post-new {
        width: 45%;
    }
    .recommended-product-name {
        min-height: 95px !important;
    }
    .for_line_item {
        flex-direction: column !important;
        justify-content: center;
    }
    .p_item_block {
        width: 100% !important;
    }
    .d1, .d2, .d3, .d4, .d5, .d6, .d7, .d8, .d9, .d10, .d11, .d12 {
        width: 100% !important;
    }
    .d1:not(:last-child) {
        width: 100% !important;
    }
}
    margin: 0 auto;
    padding: 0 10px;
    font-size: 20px;
}
.h2_line hr {
    color: #02aff1;
    background-color: #02aff1;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 25%;
    z-index: 50;
}
.btns {
    border: none;
    background: #06aef1;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    margin: 5px 0 15px 0;
    cursor: pointer;
}
.box {
    max-width: 85%;
}
.demo {

    height: calc(20px * 2);
    /* не стал писать 40px, чтобы показать, что максимум по высоте на 2 строки выделяю блок */

    overflow: hidden;
    line-height: 20px;
    /* каждая строка будет по высоте 15px, чтобы я точно мог установить высоту блока (это чисто визуально, ни на что не влияет) */
    text-align: start;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.box.active .btns>span {
    display: none;
}

.box.active .btns:after {
    content: "Скрыть текст";
}

.box.active .demo {
    height: initial;
    display: block;
    overflow: initial;
}
.rec_mob {
    display: none;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.cap-post-new {
    max-width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: black;
    margin-bottom: 20px;
}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
/* .single h1 {
display:none;
} */
.for_new_pod {
display:block !important;
font-size: 34px;
}
.cathead img {
    height: 50px;
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
}
.product-body-dop {
    white-space: pre-line;
    color: #000;
    background: #edf9fd;
    padding: 0 30px 35px 40px;
}
.fasovka_varint {
    display: inline-flex;
    min-height: 106px;
    justify-content: space-evenly;
    margin-bottom: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-end;
    width: 100%;
	gap: 15px;
}
.product-content{
    margin-top: 14%;
}
.product-body {
    white-space: pre-line;
}
.product-more-btn {
    padding-right: 15px;
    float: none !important;
    padding-bottom: 40px;
}

.catalogList {
    max-width: 100%;
    width: 100% !important;
    margin: 0 auto !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 !important;
}
/*.catalogList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 1120px;
}*/
.cathead a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.cathead p {
	font-size: 18px;
    color: black;
    margin: 0;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

body {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
/* p {
  margin-top: 50px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14.3px;
  color: #999999;
} */
.main-content a {
  text-decoration: none;
}
.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 a:hover {
  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_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_model:hover {
  text-decoration: none;
  color: rgb(127 131 139);
}
.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;
  min-height: 75px;
}
.p_car_obiem:hover {
  text-decoration: none;
  color: rgb(127 131 139);
}

.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;
min-height: 70px;
}
.p_car_engine:hover {
  text-decoration: none;
  color: rgb(127 131 139);
}

.p_car_brand span {

  vertical-align: text-bottom;
}

.conteiner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.select_wrapper {
  position: relative;
  width: 100%;
}

.select_wrapper select {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding: 14px 40px 14px 15px;
  color: #999999;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #dcdcdc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

/*
.select_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 14px;
  height: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%23011025" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

select {
  width: 100%;
  padding: 15px;
  border: 1px solid #dcdcdc;
} */
.reset-button {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: none;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    color: #000;
    background: #e7e7e7;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}

.select_row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.p_main_block {
  display: flex;
}
.rights {
  margin-top: 50px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14.3px;
  color: #999999;
}

.fast_search form {
  position: relative;
}
.fast_search input {
  width: 100%;
  height: 50px;
  font-size: 19px;
  font-weight: 400;
  background-color: #f3f0f0;
  border: unset;
  padding: 0 15px 0 15px;
  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(../img/p_search.png) 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_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 .b_auto {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_car.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_auto {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_car_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}
.p_car_type_block .b_truck {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_truck.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_truck {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_truck_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}

.p_car_type_block .b_moto {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_moto.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_moto {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_moto_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}
.p_car_type_block .b_agr {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_agriculture.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_agr {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_agriculture_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}
.p_car_type_block .b_off {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_off_road.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_off {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_off_road_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}

.p_car_type_block .b_ind {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_indust.png);
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
}
.car_selected .b_ind {
	background: url(/local/components/lubribase/podbor.api/templates/.default/img/p_indust_act.png) !important;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain !important;
}


.p_car_type_block p {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  padding-top: 10px;
}

.p_car_type_block.car_selected {
  transition: 0.3s;
}

.car_selected p {
color:#999999;
}

.p_brands_choise {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.p_brand_line {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  font-family: "FuturisExtraC";
}
.p_brand_line img {
  max-width: 185px;
}
.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: 165px;
  border-radius: 10px;
  color: rgb(102 99 99);
    width: 45%;
}
.p_car_info_left img {
    max-width: 120px;
    width: 100%;
    padding: 10px;
}

.p_car_info_block {
  width: 100%;
}

.car_name {
  font-family: "FuturisExtraC", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 17.55px;
  max-width: 220px;
  margin-bottom: 25px;
  word-break: break-all;
}
.sec__list{
    width: 70%;
}
.p_car_info_name_and_year {
  padding: 0 30px 0 15px;
}
.car_year {
  font-size: 18px;
}

.p_car_info_right {
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(218, 223, 221, 1);
  color: rgb(102 99 99);
}
.catalogList_new {
    width: 70%;
}
.p_car_info_information {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 25px;
  border: none;
  position: relative;
}

.p_car_info_information:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 1px;
  background-color: #dcdcdc;
}

.p_car_info_information:last-child::after {
  display: none;
}

.p_car_info_information p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.p_product-field {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
.highlight-bar {
  font-family: "FuturisExtraC", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 23.4px;
}
.p_product-field h3 {
    font-size: 24px;
    font-family: "FuturisExtraC";
    font-weight: 400;
    color: #000;
    padding: 25px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_product-body {
  display: none;
  background-color: #00aef1;
  color: white;
  padding: 0 25px 25px;
  margin: 0;
  border-top: 0;
}
.p_product-body2 {
  margin-top: 30px;
}

.p_product-field {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-bottom: 30px;
}
.p_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(/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;
}
.brf_submit button {
    font-size: 1em !important;
}

.p_item_block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 32%;
}
.p_item_block:not(:nth-child(3n)) {
    margin-right: 16px;
}
.for_line_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.p_item_block:last-child::after {
  display: none;
}
.p_item_block a {
  display: contents;
}
.p_item_block img {
    width: auto;
    height: 180px;
    cursor: pointer;
}
.p_item_block_info {
  max-width: 85%;
}
.p_item_block_info a {
  color: #000;
  text-decoration: none;
}
.p_item_block_info h2 {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 10px;
}
.p_item_block_info p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  margin-bottom: 25px;
}
.rev_link_desk {
    background: none !important;
    width: max-content !important;
    height: max-content !important;
    margin-right: unset !important;
    display: block !important;
}
.rev_link_desk:hover {
outline:unset !important;
}
.p_fas_line {
  display: flex;
  align-items: center;
}
.rev_file {
    max-width: unset !important;
    height: 55px !important;
}
.p_fas_line a {
  background: rgba(218, 223, 221, 1);
  width: 52px;
  height: 40px;
  margin-right: 13px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  border-radius: 5px;
}
.p_fas_line a:hover {
  outline: 1px solid #112b95;
  transition: 0.2s;
}



.module__select.select2 {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding: 10px 30px 10px 15px;
  color: #999999;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

.module__select.select2-container--default .select2-selection--single {

  border: none;

  width: 100%;
  /* padding: 12px 30px 14px 12px;  */
  /* color:rgba(153, 153, 153, 1); */
  outline: none;
  font-size: 16px;
  font-weight: 400;

}
.search_block {
    width: 100%;
}
.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: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 2.071428571428571;
  padding: 4px 30px 6px 15px; */
}

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

.module__select .select2-results__option {
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  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: #0073b2;
}

.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 .2s;
  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;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .conteiner {
    width: unset;
  }
}
@media screen and (max-width: 950px) {
  .conteiner {
    width: unset;
    .fast_search input {
      width: 88%;
    }
  }
}
@media screen and (max-width: 768px) {
  .fast_search input {
    width: 85% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .select_row {
    grid-template-columns: repeat(2, 1fr);
  }
  .fast_search input {
    width: 90% !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 575px) {
  .select_row {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-logo {
    height: 130px;
  }
}
@media screen and (min-width: 480px) and (max-width: 539px) {
  .select_row {
    grid-template-columns: repeat(1, 1fr);
  }
  .fast_search input {
    width: 89% !important;
  }
  .logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 375px) and (max-width: 479px) {
  .logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .fast_search input {
    width: 100% !important;
  }

  .brand-logo {
    height: 160px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .select_row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .fast_search input {
    width: 83% !important;
  }

  .brand-logo {
    height: 100px;
  }
  .fast_search input {
    font-size: 15px;
  }
  .select_wrapper select {
    font-size: 15px;
  }
  .reset-button {
    font-size: 15px;
    gap: 3px;
  }
}
@media screen and (min-width: 200px) and (max-width: 319px) {
  .select_row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .logos {
    grid-template-columns: repeat(1, 1fr);
  }
  .fast_search input {
    width: 83% !important;
  }
  .brand-logo {
    height: 160px;
  }
  .fast_search input {
    font-size: 15px;
  }
  .select_wrapper select {
    font-size: 15px;
  }
  .reset-button {
    font-size: 15px;
    gap: 3px;
  }
}
@media screen and (max-width: 1200px) {
.p_car_type_in {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
}
@media screen and (max-width: 970px) {
.p_fas_line {
    flex-wrap: wrap;
}
}
@media screen and (max-width: 700px) {
.p_car_type_in {
    margin-top:0;
}
.rev_link_desk {
display:none !important;
}
.rev_link_mob {
display:block !important;
text-align: center;
}
.for_new_pod {
    display: block !important;
    font-size: 21px;
    margin-bottom: 25px;
}
.cathead img {
        width: unset !important;
        margin-left: unset !important;
	}
.p_car_type {
    margin-top: 0; 
    display: none;
}
.p_item_block {
    flex-direction: column;
    padding-left: 0;
}
.p_fas_line a {
    margin-top: 10px;
	}
.p_fas_line {
    flex-wrap: wrap;
}
	.p_car_info_left {
    width: 100%;
}
}
@media screen and (max-width: 479px) {
    .breadcrumbs {
        display: none;
    }

    h1 {
        margin-top: 20px !important;
        padding-left: 10px !important;
    }

    .search_block {
        border: none;
        margin-bottom: 10px;
    }

    .fast_search {
        margin: 0;
    }

    .selectlink-control {
        padding: 7px 10px !important;
        overflow: hidden;
        white-space: nowrap;
    }

    .reset-button {
        margin: 0 auto;
        padding: 10px 0;
        margin-left: 10px;
    }

    h2 {
        font-size: 18px !important;
        margin-bottom: 17px !important;
    }

    .p_car_info_left {
        border-bottom: none;
        border-radius: 10px 10px 0 0;
    }

    .p_car_info_right {
        border-radius: 0 0 10px 10px;
    }

    .p_car_info_left {
        margin-bottom: 0 !important;
    }

    .car_name {
        text-align: center;
    }
    .car_name {
        font-size: 16px;
        text-align: center;
        color: black;
        font-weight: bold;
    }
    .car_year {
        font-size: 15px;
    }
    .p_car_info_left {
        justify-content: space-between;
        height: 120px;
    }
    .p_car_info_left img {
        max-width: 170px;
        padding: 0 10px;
    }
    .p_car_info_name_and_year {
        text-align: center;
    }
    .p_car_info_information p {
        font-size: 16px;
    }
    .p_car_info_information {
        padding: 10px 15px;
    }
    .rec_mob {
        display: block !important;
    }
    .rec_desk {
        display: none;
    }
    .p_item_block img {
        width: auto;
        max-width: 100%;
        height: 150px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .p_item_block_info h2 {
        font-size: 15px !important;
        line-height: 17px !important;
        min-height: 52px;
    }
    .p_product-body2 {
        margin-top: 15px !important;
        padding-left: 0;
        padding: 0 7px !important;
    }
    .p_item_block {
        width: 100%;
    }
    .p_item_block_info p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .p_fas_line a {
        background: rgba(218, 223, 221, 1);
        width: 35px;
        height: 35px;
        margin-right: 5px;
        font-size: 12px;
    }
    .recommended-product-image {
        width: 90%;
    }
    .recommended-products-row {
        justify-content: space-between !important;
        flex-direction: row !important;
    }
    .recommended-product {
        width: 47% !important;
        margin-bottom: 30px !important;
    }
    .recommended-product-name {
        min-height: 73px !important;
    }
    .highlight-bar {
        font-size: 18px;
        line-height: 0.4px;
    }
    .recommended-title {
        font-size: 18px !important;
        margin-left: 0 !important;
    }
    .p_item_block::after {
        display: none;
    }
    .catalogList {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-content: center !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
    }
    .cathead img {
        height: 65px !important;
    }
    .cap-post-new {
        height: max-content;
        width: 47%;
        border: none;
    }
    .cathead p {
        color: #000;
    }
}
@media screen and (max-width: 370px) {
    .two_line {
        width: 12% !important;
    }
    .top_icon1, .top_icon2 {
        margin-right: 5px !important;
    }
    .top_icon1, .top_icon2, .top_icon3 {
        font-size: 10px;
    }
    .row {
        padding: 0px 3px !important;
    }
    h1 {
        line-height: 22px !important;
    }
    .cap-post-new {
        width: 45%;
    }
    .recommended-product-name {
        min-height: 95px !important;
    }
    .for_line_item {
        flex-direction: column !important;
        justify-content: center;
    }
    .p_item_block {
        width: 100% !important;
    }
    .d1, .d2, .d3, .d4, .d5, .d6, .d7, .d8, .d9, .d10, .d11, .d12 {
        width: 100% !important;
    }
    .d1:not(:last-child) {
        width: 100% !important;
    }
}
.info_link_1 {
	margin-left: 10px;
    font-size: 11px;
    line-height: 12px;
    max-width: 620px;
    text-decoration: underline;
    cursor: pointer;
}
.for_oils_new {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
}
.forHide {
    width: 110px;
    height: 33px;
    position: absolute !important;
    left: 62px;
    top: 29px;
    z-index: 100;
}
.forCheck {
    display: block !important;
    margin-left: 10px;
    height: 20px;
    width: 20px;
}
.zzz {
    display: none !important;
}
.myModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
	z-index:1;
}

.myModalContent {
    padding: 25px;
    background: white;
    border-radius: 16px;
    max-width: 85%;
}

.myModal.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.myModalContent p {
max-width:max-content;
}
.closeModal {
	text-align: right;
    font-size: 18px;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}
.selMob {
    display: none;
}
@media screen and (max-width: 479px) {
.myModal {
		top: 90px;
}
.myModalContent {
		padding: 15px;
        margin-bottom: 27px;
        background: white;
        border-radius: 16px;
        max-width: 95%;
        overflow: auto;
        max-height: 72vh;
}
    .sec__list {
        width: 100%;
    }
}
@media (max-width:1280px){
    .row, .cathead{
        width: 100% !important;
    }
}
@media (max-width:1140px){
    .p_car_info_right {
        max-width: 340px;
    }
    .p_car_info_left img {
        max-width: 160px;
        padding : 15px;
    }
}
@media screen and (max-width: 1100px) {
    .container {
        margin-left: 0 !important;
    }
    .catalogList {
        flex-wrap: wrap;
        display: flex;
        gap: 40px;
    }
}
@media (max-width:940px){
    .forum__line {
        flex-direction: column;
    }
    .for_height_new, .for_height {
        display: none;
    }
    .breadcrumbs .row {
        margin-bottom: 15px !important;
    }
    .cat__section {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .catalogList_new {
        width: 100% !important;
    }
    .p_car_info_left, .p_car_info_right {
        width: 100%;
        max-width: 100%;
    }
    .p_car_info_left img {
        max-width: 193px;
        width: 100%;
        padding: 40px;
    }
    .select_row {
        display: grid;
        gap: 0;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    .selMob {
        display: block;
    }
    .selDesk {
        display: none;
    }
    .selectlink {
        width: 90% !important;
    }
    .selectlink-control {
        font-size: 13px !important;
    }
    .for_oils_new {
        margin-bottom: 25px;
    }
    .p_main_block {
        display: block;
    }
    .d1 {
        width: 50% !important;
    }
    .p_item_block:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .p_car_info_line {
        flex-direction: column;
    }
    .p_car_info_left {
        margin-bottom: 20px;
    }
    .cat__section {
        position: relative !important;
    }
}
@media (max-width: 768px) {
    h1
{
    line-height: 20px !important;
}
}
@media (max-width: 570px) {
    .selectlink {
        width: 90% !important;
        max-width: 170px;
    }
}
