

/* Start:/local/templates/.default/components/bitrix/catalog.section/courses_list_razdel/exam-preparation.css?176374124227528*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.feed-item h3,
.feed-item h4,
.feed-item p {
    margin-top: 0;
}

.feed-item h3,
.feed-item h4,
.icon-top-text,
.feed-description-item p,
.order-btn-link,
.feed-price-col {
    letter-spacing: -0.5px;
}

.feed-item h3 {
    font-size: 20px;
    font-weight: 500;
}

.feed-price-col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.feed-item p {
    margin-bottom: 12px;
}

.feed-item p:last-child {
    margin-bottom: 0;
}

.feed-item,
.feed-description-list,
.feed-icons-wrap,
.exam-stat-list,
.feed-price-format-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feed-item {
    border: 1px solid #DADFE3;
    margin-bottom: 40px;
    position: relative;
}

.feed-item:hover {
    cursor: default;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.feed-price-icon {
    text-align: center;
    margin-bottom: 20px;
}

.feed-price-icon-wrap {
    width: 100%;
    text-align: center;
}

.feed-price-note,
.feed-price-price,
.feed-price-format-item {
    color: #000;
    font-weight: 400;
    line-height: 1.3;
}

.feed-price-note {
    text-transform: uppercase;
}

.feed-price-price {
    font-size: 30px;
    line-height: 1.1;
}

.feed-price-old {
    font: 400 24px/1.2 "Fira Sans", sans-serif;
    text-decoration: line-through;
    color: #a3a2a2;
}

.feed-price-discount {
    border-radius: 0 45px 45px 0;
    padding: 10px 15px;
    background: #D66C52;
    position: absolute;
    left: 0;
    top: 0;
    font: 700 30px/1 "Fira Sans", sans-serif;
    color: #fff;
}

.feed-description {
    margin-bottom: 25px;
}

.feed-description-foot {
    margin-top: auto;
    padding-bottom: 15px;
}

.feed-description-list {
    margin: 0 -15px;
}

.feed-description-item {
    width: 50%;
    max-width: 200px;
    padding: 0 15px;
}

.feed-description-item h4,
.feed-description-item p {
    line-height: 1.3;
}

.feed-description-item h4 {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.feed-description-item p {
    font-weight: 400;
}

.feed-title {
    color: #D66C52;
}

.feed-icons-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.feed-price-format-line {
    margin-top: 16px;
}

.feed-price-format-wrap,
.feed-price {
    white-space: nowrap;
}

.feed-price-format-wrap {
    width: 65px;
    flex-shrink: 0;
    font-size: 17px;
    padding-right: 6px;
}

.feed-price-format-item {
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2px;
}

.feed-price-format {
    background: #ECEBE8;
    padding: 4px 6px 2px;
    line-height: .9;
}

.feed-price-format span {
    color: #D66C52;
}

.feed-price {
    font-size: 24px;
}

.icon-top-wrap {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 16px;
    padding: 0 10px;
}

.icon-top-text {
    font-weight: 400;
    color: #000;
    margin-bottom: 2px;
}

.icon-top-note {
    font-size: 10px;
    color: #555;
}

.order-btn-wrap {
    margin-top: auto;
}

.order-btn-link {
    display: inline-block;
    white-space: nowrap;
    padding: 12px 18px;
    color: #000;
    background: #FFF003;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px;
    text-align: center;
    outline: none;
}

.order-btn-link:hover {
    text-decoration: none;
    background-color: #ffde03;
}

.video-column-wrap {
    margin-top: 50px;
    margin-bottom: 30px;
}

.video-column-text h3 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -1px;
}

.faq-item {
    border: 1px solid #DADFE3;
    border-radius: 6px;
    margin-bottom: 12px;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
}

.faq-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
    background: url('/images/icons/exams-prep/question.svg') no-repeat 24px center;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.faq-title,
.faq-content-inner {
    padding-left: 80px;
    padding-right: 50px;
}

.faq-title::before,
.faq-title::after {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    -webkit-transition: linear opacity .1s;
    -o-transition: linear opacity .1s;
    transition: linear opacity .1s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-title::before {
    width: 2px;
    height: 12px;
    right: 27px;
}

.faq-title::after {
    width: 12px;
    height: 2px;
    right: 22px;
}

.faq-content {
    display: none;
}

.faq-content-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}

.faq-item.active {
    border-color: #D8765E;
}

.active .faq-title::before {
    opacity: 0;
}

.exam-stat-list {
    margin: 0 -15px 30px;
}

.exam-stat-item {
    text-align: center;
    padding: 0 15px;
}

.exam-stat {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 600;
    color: #D66C52;
}

.exam-stat-about {
    line-height: 1.2;
}

.virid .feed-title {
    color: #00A5A1;
}

.virid rect,
.virid line,
.virid path {
    stroke: #00A5A1;
}

.virid .feed-price-discount {
    background: #00A5A1;
}

.dark-blue .feed-title {
    color: #0058A4;
}

.dark-blue rect,
.dark-blue line,
.dark-blue path {
    stroke: #0058A4;
}

.dark-blue .feed-price-discount {
    background: #0058A4;
}

.dark-blue .faq-title {
    background-image: url('/images/icons/exams-prep/question-dark-blue.svg');
}

.dark-blue .faq-item.active {
    border-color: #0058A4;
}

.turquoise .feed-title {
    color: #007C92;
}

.turquoise rect,
.turquoise line,
.turquoise path {
    stroke: #007C92;
}

.turquoise .feed-price-discount {
    background: #007C92;
}

.turquoise .faq-title {
    background-image: url('/images/icons/exams-prep/question-dark-blue.svg');
}

.turquoise .faq-item.active {
    border-color: #007C92;
}

.yellow .feed-title {
    color: #F3B702;
}

.yellow rect,
.yellow line,
.yellow path {
    stroke: #F3B702;
}

.yellow .feed-price-discount {
    background: #F3B702;
}

.lilac .feed-title {
    color: #7C3263;
}

.lilac rect,
.lilac line,
.lilac path {
    stroke: #7C3263;
}

.lilac .feed-price-discount {
    background: #7C3263;
}

.light-green .feed-title {
    color: #00BA61;
}

.light-green rect,
.light-green line,
.light-green path {
    stroke: #00BA61;
}

.light-green .order-btn-link {
    background: #00BA61;
    color: #ffffff;
    transition: background .2s ease-in-out;
}

.light-green .order-btn-link:hover {
    background: #04ec7d;
}

.light-green .feed-price-discount {
    background: #00ba61;
}

.light-green2 .feed-title {
    color: #57CC03;
}

.light-green2 rect,
.light-green2 line,
.light-green2 path {
    stroke: #57CC03;
}

.light-green2 .feed-price-discount {
    background: #57CC03;
}

.exam-course-order {
    background: #F5F5F5;
    width: 100%;
    max-width: 870px;
    margin: 50px auto;
}

.exam-course__container {
    display: flex;
    flex-direction: column;
    padding: 50px 54px;
}

.exam-course__content-wrapper {
    display: flex;
    justify-content: space-between;
}

.exam-course__column:first-child {
    margin-right: 15px;
}

.exam-course__column-title-wrapper {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
    color: #DB7F68;
}

.exam-course-order .form-submit {
    margin: 25px 0;
}

.nowrap {
    white-space: nowrap;
}

.exam-course__column-title-wrapper, .exam-course__column-text-wrapper {
    max-width: 330px;
    width: 100%;
}

.exam-course__form-row {
    display: flex;
    width: 380px;
    justify-content: space-between;
    margin-bottom: 17px;
}

.exam-course__form-row:last-child {
    margin-bottom: 0;
}

.exam-course__form-input-width {
    width: 278px;
    flex-shrink: 0;
}

.form-input.exam-course__form-input-width input:hover,
.form-input.exam-course__form-input-width input:focus{
    border: 1px solid #D66C52;
    padding: 8px 19px;
}

.form-input.exam-course__form-input-width {
    -webkit-tap-highlight-color: transparent;
}

.exam-course__form-input-width input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    border-color: #ffffff;
}

.exam-course-order .form-input.exam-course__form-input-width .select2.select2-container,
.exam-course-order .form-input.exam-course__form-input-width:hover .select2.select2-container.select2-container--open {
    border: 1px solid transparent;
    border-radius: 3px;
}

.exam-course-order .form-input.exam-course__form-input-width:hover .select2.select2-container {
    border: 1px solid #D66C52 !important;
    border-radius: 3px;
}

.exam-course-order .select2-container--default.select2-container--open.select2-container--below ,
.exam-course-order .select2-container--default.select2-container--open.select2-container--above  {
    border: 1px solid #D66C52 !important;
}

.exam-course-order .select2-container--default .select2-selection--single {
    border: none !important;
    outline: none !important;
    border-radius: 3px;
}

.form-label.exam-course__form-label {
    line-height: 46px;
    color: #555555;
    padding: 0 30px 0 0;
}

.form-submit input.exam-course__btn {
    background: #FFF003;
    border-radius: 6px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: #000000;
}

.form-submit input.exam-course__btn:hover {
    background: #e7d601;
}

.exam-course-order .rules_confirm {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rules_confirm__checkbox-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.exam-course-order .check_rules {
    margin-right: 15px;
}

.exam-course-order .text_rules {
    font-size: 16px;
    line-height: 25px;
    color: #555555;
    padding-top: 0;
}

input.check_rules[type="checkbox"] + label,
input.check_rules[type="checkbox"] + label a {
    font-weight: 300;
}

input.check_rules[type="checkbox"]:checked + label a.link_rules {
    color: #2b3138;
}

.exam-course-order .link_rules {
    font-weight: normal;
}

.exam-course-order .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_razdel/images/arrow-orange.svg) no-repeat center center;
}

.exam-course-order .select2-container--default.select2-container--above.select2-container--open .select2-selection--single .select2-selection__arrow b,
.exam-course-order .select2-container--default.select2-container--below.select2-container--open .select2-selection--single .select2-selection__arrow b{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-dropdown.exam-select__dropdown.select2-dropdown--below {
    margin-top: -1px;
}

.select2-dropdown.exam-select__dropdown.select2-dropdown--above {
    margin-top: 1px;
}

.select2-dropdown.exam-select__dropdown {
    border: 1px solid #D66C52 !important;
}

.exam-course-order .select2.select2-container--default.select2-container--open.select2-container--below .select2-selection__rendered,
.exam-course-order .select2.select2-container--default.select2-container--open.select2-container--above .select2-selection__rendered{
    left: 0;
    top: 0;
}

.select2-dropdown.exam-select__dropdown,
.select2-container--default.select2-container--open.select2-container--below .select2-dropdown.exam-select__dropdown .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-dropdown.exam-select__dropdown .select2-selection--multiple {
    border: 1px solid #D66C52;
}

.select2-container--default .select2-dropdown.exam-select__dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #DADFE3;
}

.select2-container--default .select2-dropdown.exam-select__dropdown .select2-results__option[aria-selected="true"],
.select2-container--default .select2-dropdown.exam-select__dropdown .select2-results__option--highlighted[aria-selected].select2-results__option[aria-selected="true"] {
    background-color: #DB7F68;
}

.select2-container--default .select2-dropdown.exam-select__dropdown .select2-results__option[aria-selected="true"],
.select2-container--default .select2-dropdown.exam-select__dropdown .select2-results__option--highlighted[aria-selected].select2-results__option[aria-selected="true"] {
    color: white;
}

.select2-container--default .select2-dropdown.exam-select__dropdown .select2-results__option--highlighted[aria-selected] {
    color: black;
}

.exam-course-order .rules_result {
    margin: 0 auto;
}

.exam-course-order .check_rules:checked,
.exam-course-order .check_rules {
    border: 1px solid #C5C9BA;
}

.exam-course-order .check_rules:checked:after {
    color: #DB7F68;
}

.form-line-wrap {
    background: #F9F9F9;
    padding: 20px 15px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #D2D4C9;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.form-line-wrap.blue {
    background: #ECEFF6;
}

.blue .form-line-title {
    color: #09368B;
}

.blue .form-line input[type="submit"] {
    color: #000;
    background: #F0EA60;
}

.blue .form-line input[type="submit"]:hover {
    background-color: #fff003;
}

.form-line input::-webkit-input-placeholder {
    font-size: 18px;
    color: #000 !important;
}

.form-line input::-moz-placeholder {
    font-size: 18px;
    color: #000 !important;
}

.form-line input:-ms-input-placeholder {
    font-size: 18px;
    color: #000 !important;
}

.form-line input::-ms-input-placeholder {
    font-size: 18px;
    color: #000 !important;
}

.form-line input::placeholder {
    font-size: 18px;
    color: #000 !important;
}

.form-line {
    margin: 0;
}

.form-line-inner {
    max-width: 760px;
    margin: 0 auto;
}

.form-line .form-input {
    margin-bottom: 20px;
}

.form-line .form-input input {
    height: 45px;
    border-radius: 0;
}

.form-line input:-webkit-autofill,
.form-line input:-webkit-autofill:hover,
.form-line input:-webkit-autofill:focus,
.form-line input:-webkit-autofill {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: #fff;
}

.form-line .form-input input:hover,
.form-line .form-input input:focus {
    border-color: #505050;
}

.form-line .form-input input, .form-line .form-input textarea {
    border-color: #000;
}

.form-line .form-input label.error {
    width: 100%;
    top: 20px;
}

.form-line .check_rules:checked:after {
    font-size: 22px;
    color: #505050 !important;
    top: -9px;
}

.form-line input[type="submit"] {
    width: 226px;
    outline: none;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-line input[type="submit"], .btn-link {
    display: inline-block;
    font-size: 20px;
    padding: 11px 42px;
    color: #fff;
    background-color: #F71425;
    border-radius: 5px;
}

.form-line input[type="submit"]:disabled,
.form-line input[type="submit"]:disabled:hover {
    cursor: default;
    background: #b6b6b6;
}

.form-line input[type="submit"]:hover,
.btn-link:hover,
.red .order.online-order .form-submit input:hover {
    background-color: #d91414;
    text-decoration: none;
}

.form-line input.check_rules[type="checkbox"]:checked + label,
.form-line input.check_rules[type="checkbox"]:checked + label a,
.form-line input.check_rules[type="checkbox"]:checked + label a:hover,
.form-line input.check_rules[type="checkbox"] + label,
.form-line input.check_rules[type="checkbox"] + label a {
    color: #000;
}

.form-line .link_rules:hover {
    color: #000 !important;
}

.form-line input.check_rules[type="checkbox"]:checked + label a,
.form-line input.check_rules[type="checkbox"] + label a {
    text-decoration: underline;
}

.form-line input.check_rules[type="checkbox"]:checked + label a:hover,
.form-line input.check_rules[type="checkbox"] + label a:hover {
    text-decoration: none;
}

.form-line .check_rules,
.form-line .check_rules:checked {
    border-color: #555;
}

.form-line .rules_confirm,
.order .rules_confirm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}

.form-line .text_rules {
    display: block;
    letter-spacing: 0.3px;
}

.form-line .check_rules {
    position: absolute;
    left: 0;
    padding: 7px;
}

.form-line .check_rules {
    top: 2px;
}

.form-line .rules_result {
    font-weight: 600;
    line-height: 1.3;
}

.form-line-title,
.form-line-note {
    text-align: center;
}

.form-line-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    margin-bottom: 4px;
}

.form-line-note {
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.form-line-note b {
    font-weight: 600;
}

.form-line-radio-row {
    display: flex;
    color: #000;
    margin: 0 -15px;
}

.form-line-radio-row .form-input {
    width: auto;
    padding: 0 15px;
}

.form-line .form-line-radio-row .form-input {
    width: auto;
}

.form-line-radio-title {
    color: #000;
    font-weight: 500;
}

.form-line-radio-row .radio-btn-input + label::before {
    border-color: #000;
}

.form-line-radio-row .radio-btn-input + label::after {
    background: #000;
}

.form-line-info {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    background-color: #999;
    padding: 25px 40px 20px;
}

.form-line-price-note {
    text-align: center;
}

.form-line-price-wrap {
    display: flex;
    justify-content: center;
    max-width: 790px;
    margin: 0 auto 16px;
}

.form-line-price-item {
    font-size: 27px;
    line-height: 1.1;
    padding: 0 30px;
}

.form-line-price-large {
    font-size: 54px;
    font-weight: 700;
    white-space: nowrap;
}

.red.form-line-info {
    background-color: #F71425;
}

.red .form-line-title {
    color: #F71425;
}

.red .form-line input[type="submit"], .red.btn-link {
    background-color: #F71425;
}

.red .form-line input[type="submit"]:hover,
.red.btn-link:hover {
    background-color: #d91414;
}

.new-sign {
    position: absolute;
    left: 5px;
    top: 5px;
}

.first-col-small.four-col .responsive-col:first-child {
    flex-basis: 200px;
}

.first-col-small.four-col .responsive-col:first-child + .responsive-col {
    flex-basis: 300px;
}

@media (min-width: 768px) {
    .feed-price-col,
    .feed-order-col,
    .feed-description-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .feed-description-col {
        width: 80%;
    }

    .feed-price-col {
        width: 190px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 60px 15px 15px;
    }

    .feed-order-col,
    .feed-description-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feed-description-col {
        padding-top: 20px;
    }

    .feed-order-col {
        width: 216px;
        padding: 25px 20px 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .feed-course-duration {
        margin-left: auto;
        max-width: 95px;
    }

    .feed-course-duration-weeks {
        max-width: 100px;
    }

    .form-line-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .form-line .form-input {
        width: 226px;
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    .feed-item h3 {
        margin-bottom: 15px;
    }

    .feed-order-col {
        width: 200px;
        padding-right: 15px;
    }

    .feed-price-col {
        width: 170px;
        padding-top: 15px;
    }

    .feed-description-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .feed-description-item {
        padding: 0 8px;
    }

    .feed-price-note,
    .feed-description-item p {
        font-size: 14px;
    }

    .feed-price-price {
        font-size: 24px;
    }

    .feed-course-duration-weeks {
        max-width: 95px;
    }

    .feed-course-duration {
        max-width: 90px;
    }
}

@media (min-width: 901px) {
    .video-column-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .video-column-text {
        width: 300px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .video-column {
        width: calc(100% - 300px);
    }
}

@media (max-width: 991px) {
    .form-line .form-input,
    .form-line input[type="submit"] {
        width: 218px;
    }
}

@media (max-width: 900px) {
    .video-column-text h3 {
        line-height: 1.2;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0;
        margin-bottom: 15px;
    }

    .feed-price {
        font-size: 20px;
    }

    .feed-price-format-item,
    .feed-price-format-line {
        margin-top: 4px;
    }

    .exam-course__content-wrapper {
        flex-direction: column;
    }

    .exam-course__column:first-child {
        margin-right: 0;
    }

    .exam-course__column {
        margin: 0 auto;
    }

    .exam-course__column-title-wrapper, .exam-course__column-text-wrapper {
        max-width: none;
        margin: 0 auto;
    }

    .exam-course__column-title, .exam-course__column-text {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .rules_confirm__checkbox-wrapper {
        width: 85%;
    }

    .form-line-price-large {
        font-size: 48px;
    }

    .form-line-price-item {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .feed-item {
        padding: 20px;
    }

    .feed-item,
    .exam-stat-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .feed-price-col {
        width: 160px;
    }

    .feed-description-col,
    .feed-order-col {
        width: calc(100% - 160px);
    }

    .feed-order-col {
        margin-left: auto;
    }

    .feed-description-foot,
    .feed-icons-wrap {
        margin-bottom: 10px;
    }

    .feed-price-icon-wrap {
        padding-top: 40px;
        padding-right: 15px;
    }

    .feed-icons-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .feed-price-note {
        font-size: 15px;
    }

    .icon-top-wrap {
        padding: 0 15px;
    }

    .feed-description-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feed-description-item {
        width: auto;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .feed-description-item:last-child {
        margin-bottom: 0;
    }

    .order-btn-link {
        display: block;
    }

    .exam-stat-list {
        margin-bottom: 0;
    }

    .exam-stat-item {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .rules_confirm__checkbox-wrapper {
        width: 100%;
    }

    .form-line-wrap {
        padding: 30px;
    }

    .form-line-inner {
        max-width: 600px;
    }

    .form-line .form-input,
    .form-line input[type="submit"],
    .form-line-confirm .text_rules {
        width: 100%;
    }

    .form-line-confirm {
        margin-bottom: 20px;
    }

    .form-line .check_rules {
        top: 6px;
    }
}

@media (max-width: 600px) {
    .feed-item h3 {
        text-align: center;
    }

    .feed-price-col,
    .feed-description-col,
    .feed-order-col,
    .feed-price-icon img {
        width: 100%;
    }

    .feed-price-icon-wrap {
        padding: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .feed-price-icon {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .feed-price-price {
        font-size: 35px;
    }

    .feed-price-note {
        font-size: 16px;
    }

    .faq-title,
    .faq-content-inner {
        padding-left: 50px;
        padding-right: 30px;
    }

    .faq-title {
        background-size: 15px;
        background-position-x: 18px;
    }

    .faq-title::before {
        right: 21px;
    }

    .faq-title::after {
        right: 16px;
    }

    .faq-content-inner {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .feed-icons-wrap,
    .feed-description-list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .feed-price {
        font-size: 24px;
    }

    .feed-price-format-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .feed-price-format-line {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .exam-course__form-row {
        flex-direction: column;
    }

    .form-label.exam-course__form-label {
        line-height: 34px;
    }

    .form-input.exam-course__form-input-width,
    .exam-course__column,
    .exam-course__form-row {
        width: 100%;
    }

    .exam-course__column-title-wrapper,
    .exam-course__column-text-wrapper {
        margin: 0 auto 10px;
    }

    .exam-course__container .text_rules {
       text-align: center;
    }

    .exam-course__container .rules_result {
        margin-top: 10px;
        margin-left: 30px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/course_det/style.css?1537958584155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog.section/courses_list_razdel/exam-preparation.css?176374124227528 */
/* /local/templates/.default/components/bitrix/news.detail/course_det/style.css?1537958584155 */
