/*каталог запчастей марки*/
.catalog_model_list
{
    display: flex;
    flex-direction: column;
}
.catalog_model_list .js-catalog-open-cat
{
    order: 3;
}
.catalog_model_list .b-text
{
    margin-bottom: 20px;
}


.nomrb{
	margin-bottom:10px;
}

.question-icon
{
	border: 1px solid blue;
    padding: 0px 5px;
    font-size: 12px;
    margin: 0px 4px;
    color: blue;
    position: relative;
}

.obreshetka-block
{
	display:flex;justify-content: space-between;align-items: center;width:88%
}
.prop_order_description
{
	position: absolute;
    border: 1px solid #7f7f7f;
    box-shadow: 0 0 3px 0px #c3c3c3;
    padding: 10px;
    font-size: 12px;
    right: -370px;
    top: -50px;
    color: black;
    width: 350px;
    z-index: 1;
    background-color: white;
    display: none;
}
.prop_order_description:before
{
	content: '';
    border-color: transparent;
    border-width: 10px;
    border-right-color: #626262;
    left: -21px;
    top: 45px;
    position: absolute;
    display: block;
    border-style: solid;

}

.prop_order_description_mobile
{
    border: 1px solid #7f7f7f;
    box-shadow: 0 0 3px 0px #c3c3c3;
    padding: 10px;
    font-size: 12px;
    color: black;
    width: 100%;

    display: none;
}

.question-icon:hover > .prop_order_description 
{
	display: flex;
}



.clear_detail_img
{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(images/clear_detail.png), #28313a;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/*Таблицы в статьях*/
.text-page-content table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
}
.text-page-content table thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #d8d8d8;
    font-size: 14px;
}
.text-page-content table thead tr th:first-child {
    border-radius: 8px 0 0 8px;
}
.text-page-content table thead tr th:last-child {
    border-radius: 0 8px 8px 0;
}
.text-page-content table tbody td {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: top;
}
.text-page-content table tbody tr:nth-child(even){
    background: #f3f3f3;
}
.text-page-content table tbody tr td:first-child {
    border-radius: 8px 0 0 8px;
}
.text-page-content table tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
}




@media screen and (max-width:992px) {
	.prop_order_description{display: none;}
	.prop_order_description_mobile{display:flex;}
	.b-form-row__label .question-icon{display:none;}
	.obreshetka-block{width:100%;}

    /*Статьи*/
    .news-detail img
    {
        max-width: 100%;
        height: auto;
    }
    .news-detail iframe
    {
        max-width: 100%;
        min-height: 300px;
        height: auto;
    }
}

/*форма обратной связи в каталоге*/
.catalog_callback
{
    border: 2px solid #f1f1f1;
    padding: 25px 50px 50px 50px;
    margin-bottom: 15px;
}
.catalog_callback_form
{

}
.catalog_callback_title
{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    color: #575757;
}
.catalog_callback_step
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.catalog_callback_step.step2, .catalog_callback_step.step3
{
    display: none;
}
.catalog_callback_input
{
    width: 35%;
    flex-grow: 2;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.catalog_callback_step_title
{
    margin-bottom: 15px;
    font-size: 16px;
    color: #575757;
    width: 100%;
    text-align:center;
}
.catalog_callback_step_button_next
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
    max-width: 120px;
    padding: 9px 20px;
    background-color: #fe9e36;
    color: white;
    cursor: pointer;
}
.catalog_callback_step_button
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
    max-width: 120px;
    padding: 9px 20px;
    background-color: #fe9e36;
    color: white;
    border: none;
    cursor: pointer;
}
.catalog_callback_step_politic
{
    font-size: 10px;
}

.catalog_callback_step_button_next:hover, .catalog_callback_step_button:hover
{
    background-color: #666666;
}

@media screen and (max-width: 992px) {
    .catalog_callback{padding: 25px 10px 50px 10px;}
    .catalog_callback_input{width: 100%; margin-right: 0}
    .catalog_callback_step_button_next, .catalog_callback_step_button{width: 100%;margin-left: auto;}
}