/* * * Main page :: advices * * */
.b-mp-advices { position: relative; margin-top: 80px; }

@media (max-width: 1199px) {

    .b-mp-advices { margin-top: 80px; }

}

@media (max-width: 767px) {

    .b-mp-advices { margin-top: 60px; }

}

/* * * Main page :: rubrics * * */
@media (min-width: 768px) and (max-width: 1199px) {

    .b-mp-advices_rubrics { margin-bottom: 40px !important; }
    .b-mp-advices_rubrics .b-sidebar_rubrics_list { columns: 2; column-gap: 30px; }

}

@media (max-width: 767px) {

    .b-mp-advices_rubrics { margin-bottom: 22px !important; }
    .b-mp-advices_rubrics .b-sidebar_widget_caption { font-size: 16px; color: #37474F; }

}

/* * * Main page :: question * * */
.b-mp-advices_question { position: relative; margin-top: 66px; }

.b-mp-advices_question_text { position: relative; font: 400 18px 'Open Sans', sans-serif; color: #37474F; }
.b-mp-advices_question_text_caption { margin-bottom: 2px; font: 700 18px 'Open Sans', sans-serif; }

.b-mp-advices_question_btn { margin-top: 22px; padding: 18px 38px 20px; border-radius: 4px; }

@media (max-width: 1169px) {

    .b-mp-advices_question { margin-top: 40px; padding: 20px 34px 24px; background: #fff; border: 1px dashed #FB6A95; border-radius: 4px; box-shadow: 0 8px 16px rgba(0, 0, 0, .16); box-sizing: border-box; }

}

@media (max-width: 767px) {

    .b-mp-advices_question { margin-top: 34px; padding: 20px 20px 26px; }

}

/* * * Main page :: items * * */
.b-mp-advices_item { position: relative; margin-bottom: 24px; padding: 20px 24px 24px; font: 400 18px/1.888888888888889 'Open Sans', sans-serif; color: #37474F; background: #fff; border: 1px solid rgba(0, 0, 0, .12); border-radius: 10px; box-sizing: border-box; }

.b-mp-advices_item_pic { display: block; position: relative; margin: 0 0 12px; width: 124px; text-decoration: none; color: inherit; }
.b-mp-advices_item_pic img { display: block; position: relative; width: 100%; height: auto; backface-visibility: hidden; border-radius: 4px; }

.b-mp-advices_item_caption { margin-bottom: 24px; font: 700 24px 'Open Sans', sans-serif; color: #37474F; }

.b-mp-advices_item_caption a { text-decoration: none; color: inherit; }
.b-mp-advices_item_caption a:hover { color: #FB6A95; }

.b-mp-advices_item_more { display: inline-block; position: relative; margin-top: 30px; padding-right: 36px; font: 600 18px/1 'Open Sans', sans-serif; text-decoration: none; text-transform: uppercase; color: #37474F; }
.b-mp-advices_item_more:hover { color: #FB6A95; }

.b-mp-advices_item_more .i-svg { position: absolute; right: 0; top: 1px; font-size: 16px; color: #FB6A95; }

@media (min-width: 768px) {

    .b-mp-advices_item_pic { top: 4px; float: left; margin: 0; width: 200px; }
    .b-mp-advices_item_pic ~ * { margin-left: 226px; }

}

@media (max-width: 767px) {

    .b-mp-advices_item { margin-bottom: 24px; padding: 14px 16px 18px; font: 400 14px/1.857142857142857 'Open Sans', sans-serif; }
    .b-mp-advices_item_caption { margin-bottom: 8px; font: 700 16px 'Open Sans', sans-serif; }

    .b-mp-advices_item_more { display: none; }

}

/* * * Main page :: all * * */
.b-mp-advices_all { position: relative; margin-top: 40px; }

.b-mp-advices_all_link { display: inline-block; position: relative; padding: 18px 54px 22px; width: 262px; font: 600 18px/1 'Open Sans', sans-serif; border-radius: 30px; }
.b-mp-advices_all_link .i-svg { margin-left: 10px; font-size: 16px; }

@media (max-width: 1169px) {

    .b-mp-advices_all { text-align: center; }

}

@media (max-width: 767px) {

    .b-mp-advices_all { margin-top: 24px; }

}

@media (min-width: 1170px) {

    .b-mp-advices_all_link { left: 25%; margin-left: -131px; }

}

