.instructions-page {
    padding-bottom: 50px;
}

.select-instruction {
    margin-top: 20px;
    margin-bottom: 40px;
}

.select-instruction > .item {

}

.select-instruction .custom_checkbox {
    padding-left: 30px;
}

/*==========  Коллапсы инструкций  ==========*/

.instruction-steps .step {
    font-size: 18px;
    font-weight: 600;
    color: #fed000;
    line-height: 21px;
    text-transform: uppercase;
    padding: 20px 0 7px;
}

.instruction-steps__desc {
    line-height: 1.75;
}

.instruction-steps .item h2 {
    cursor: pointer;
}

.instruction-steps .item h2 span {
    border-bottom: 1px dashed #262e3a;
}

.instruction-steps .item h2:hover span {
    border-bottom-color: transparent;
}

.instruction-steps__desc ul {
    list-style: none;
    margin: 0.67em 0;
    padding: 0;
}

.instruction-steps__desc ul > li {
    position: relative;
    padding-left: 20px;
}

.instruction-steps__desc ul > li:before {
    content: '\2013';
    position: absolute;
    top: 0;
    left: 0;
}

.instruction-one {
    padding-bottom: 31px;
    padding-top: 30px;
}

.instruction-extra,
.instruction-one .blockquote-inner {
    margin: 16px 0;
}

.instruction-one__info {
    padding-top: 25px;
    padding-bottom: 25px;
}

.instruction-one__info-body {
    padding: 13px 0;
}

.instruction-one__info-footer {
    margin-top: 15px;
    padding-top: 13px;
    border-top: 1px solid #dedede;
    line-height: 23px;
}

.instruction-one__info .icon-comment {
    margin-right: 8px;
}

.instruction-one__info .count {
    font-size: 0.8125rem;
    color: #7e848c;
    padding: 13px 0;
}

.lead.colored {
    background: rgba(254, 195, 0, 0.09);
    margin: 0 -10px;
    padding: 20px 10px;
}

.lead p {
    margin: 0;
}

.instruction-one .controls {
    margin-top: 20px;
    border-top: 1px solid #dedede;
    padding: 20px 0 0;
    text-align: center;
}

.instructions-page .rubricator-list .subcategories-div {
    width: 400px;
}

.instructions-page .rubricator-list .subcategories-div .panel {
    box-shadow: none;
}

.instructions-page .rubricator-list .subcat-title {
    background: none;
}

@media (min-width: 768px) {
    .instruction-one {
        padding-top: 0;
    }

    .instruction-one__info {
        padding-top: 0;
    }

    .select-instruction .custom_checkbox {
        padding-left: 58px;
    }

    .instruction-steps .step {
        font-size: 1.25rem;
        line-height: 1.2;
        padding: 18px 0 5px;
    }

    .instruction-one .controls {
        text-align: left;
        margin-top: 23px;
        padding: 22px 0 0;
    }

    .lead {
        padding: 20px 30px 20px;
    }

    .type-select {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .instruction-one__info {
        padding-bottom: 50px;
    }

    .instruction-steps .step {
        padding-top: 7px;
    }

    .instruction-one .controls {
        padding-top: 43px;
        margin-top: 24px;
    }

    .lead {
        margin: 0;
        padding: 20px 40px;
    }

    .type-select {
        padding-top: 40px;
    }

    .instructions-page .rubricator-list .subcategories-div {
        width: 500px;
    }
}

@media (min-width: 1200px) {
    .type-select {
        padding-top: 50px;
    }

    .instructions-page .rubricator-list .subcategories-div {
        width: 560px;
    }
}