

/* 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/catalog.section.list/courses_img/style.css?172674757021646*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
        
        
        
        
.intensive-main-b_bg {
	width: 100%;
	padding-bottom: 56.25%;
	margin-bottom: -56.25%;
}

.intensive-main-b_bg > img {
	width: 100%;
	z-index: 1;
}

.intensive-main-b_items {
	margin: auto;
	width: 90%;
	transform: translateY(-50px);
	font: 400 16px/25px "Fira Sans", sans-serif;
	display: flex;
	flex-wrap: wrap;
	padding-top: 25px;
	padding-bottom: 65px;
	background-color: rgba(9, 53, 137, 0.9) !important;
	position: relative;
}

.intensive-main-b_items > img {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.intensive-main-b_items > a {
	display: flex;
	width: calc(50% - 40px);
	align-items: center;
	font-size: 19px;
	line-height: 22px;
	color: white;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
	margin: 0 20px;
	padding: 5px 0;
}

.intensive-main-b_items > a > img {
	margin: 10px 20px 10px 0px;
	border-radius: 50%;
	width: 42px;
	height: 42px;
}

.intensive-main-b_items > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 62px;
	width: calc(100% - 62px);
	height: 1px;
	background: #89d6df;
}

.intensive-main-b_items > a:hover {
	color: #eee;
}.intensive-main-b_bg {
	width: 100%;
	padding-bottom: 56.25%;
	margin-bottom: -56.25%;
}

.intensive-main-b_bg > img {
	width: 100%;
	z-index: 1;
}

.intensive-main-b_items {
	margin: auto;
	width: 90%;
	transform: translateY(-50px);
	font: 400 16px/25px var(--default-font-name), sans-serif;
	display: flex;
	flex-wrap: wrap;
	padding-top: 25px;
	padding-bottom: 65px;
	background-color: rgba(0, 188, 198, 0.9); 	
	position: relative;
}

.intensive-main-b_items > img {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.intensive-main-b_items > a {
	display: flex;
	width: calc(50% - 40px);
	align-items: center;
	font-size: 19px;
	line-height: 22px;
	color: white;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
	margin: 0 20px;
	padding: 5px 0;
}

.intensive-main-b_items > a > img {
	margin: 10px 20px 10px 0px;
	border-radius: 50%;
	width: 42px;
	height: 42px;
}

.intensive-main-b_items > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 62px;
	width: calc(100% - 62px);
	height: 1px;
	background: #89d6df;
}

.intensive-main-b_items > a:hover {
	color: #eee;
}

@media (max-width: 575px) {
	.intensive-main-b_items {
		padding-left: 10px;
		padding-right: 10px;
	}

	.intensive-main-b_items > a {
		font-size: 18px;
		width: calc(50% - 20px);
		margin: 0 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.intensive-main-b_items > a > img {
		margin-right: 12px;
	}

	.intensive-main-b_items > a::before {
		left: 52px;
	}
}

.left+.content {
	overflow: visible;
}

.content * {
	box-sizing: border-box;
}

.category-main-img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.course-about {
	margin-bottom: 35px;
}

.why-teach-wrap {
	padding-left: 130px;
	position: relative;
	margin-bottom: 50px;
}

.why-teach-wrap .title-large {
	margin-top: 0;
	padding-top: 26px;
}

.why-teach-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 112px;
}

.learning-wrap {
	display: flex;
	max-width: 870px;
	margin: 0 auto 50px;
}

.learning-wrap .course-small-list {
	padding-top: 20px;
}

.learning-scheme {
	width: 363px;
	flex-shrink: 0;
}

.learning-scheme img {
	width: 100%;
}

.order-plate {
	display: flex;
	color: #fff;
	background: #F71425;
	padding: 25px 25px 18px 20px;
	margin-bottom: 50px;
}

.order-plate-text {
	font-weight: 700;
	font-size: 20px;
	padding: 0 20px;
}

.order-plate .btn-link {
	background: #fff;
	color: #1B1919;
	font-weight: 400;
	padding: 13px 12px;
}

.order-plate .btn-link:hover {
	background: #FFD05E;
}

.order-plate-btn {
	flex-shrink: 0;
}

.red-text,
.red .order-online-title {
	color: #F71425;
}

.red .order.online-order .form-submit input {
	background-color: #F71425;
}

.red .online-order .check_rules:checked::after {
	color: #F71425 !important;
}

.form-light-fields {
	margin-bottom: 50px;
}

.online-form-price-note {
	margin-bottom: 10px;
}

.online-form-price-note:last-child {
	margin-bottom: 0;
}

.online-card,
.online-card-content-wrap,
.online-card-list,
.online-card-content-right,
.online-card-img-col {
	display: flex;
}

.online-card-wrap {
	margin-bottom: 65px;
}

.online-card {
	font-family: 'Fira Sans', sans-serif;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #E2E6E7;
	box-shadow: 0 4px 25px rgba(9, 54, 139, 0.25);
	border-radius: 15px;
	margin-bottom: 50px;
}

.online-card h3,
.online-card h3 a,
.webinar-title,
.webinar-title a {
	font-size: 24px;
	line-height: 1.2;
}

.online-card h3 {
	color: #F71425;
	margin: 0 0 10px;
}

.online-card h3 a,
.webinar-title a {
	color: inherit;
}

.online-card h3 a {
	text-decoration: none;
}

.online-card h3 a:hover {
	text-decoration: underline;
}

.online-card p,
.webinar-item p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.online-card p:last-child {
	margin-bottom: 0;
}

.online-card-img-col {
	width: 150px;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	position: relative;
	background: linear-gradient(203.62deg, #F71425 7.5%, #FFD05E 112.62%);
}

.online-card-img-col::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/local/layout/images/courses/col-bg.svg) no-repeat center bottom;
	background-size: cover;
}

.online-card-img-col img {
	position: relative;
	max-width: 136px;
}

.card-info-link {
	color: inherit;
	text-decoration: underline;
}

.card-info-link:hover {
	text-decoration: none;
}

.online-card-content-right {
	width: 200px;
	flex-shrink: 0;
}

.online-card-col,
.online-card-content-left {
	width: calc(100% - 150px);
}

.online-card-content-left {
	border-right: 1px solid #E8EAEE;
	padding-right: 10px;
}

.online-card-col,
.webinar-body {
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 22px;
}

.online-card-content-right {
	padding: 0 20px;
	text-align: center;
	line-height: 1.1;
	flex-direction: column;
}

.online-card-content {
	margin-bottom: 25px;
	min-height: 120px;
}

.online-card-list {
	flex-wrap: wrap;
	font: 300 18px/1.1 "Fira Sans Condensed", sans-serif;
	margin: 0 -20px -20px;
	position: relative;
	max-width: 486px;
}

.online-card-list::before {
	content: '';
	display: block;
	width: 1px;
	background: #E8EAEE;
	position: absolute;
	top: 0;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

.online-card-item {
	width: 50%;
	padding: 0 20px 20px;
}

.online-card-item-title {
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
}

.online-card-item-info {
	padding-left: 36px;
	position: relative;
}

.online-card-icon {
	width: 26px;
	position: absolute;
	left: 0;
	top: 0;
}

.online-card-icon img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.online-card-price {
	font-size: 15px;
	margin: 10px 0 40px;
}

.online-card-price-large {
	display: flex;
	align-items: flex-end;
	justify-content: center;

	font-size: 24px;
	line-height: .7;
	font-weight: 600;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.online-card-link-wrap {
	margin-top: auto;
}

.online-card-link {
	font-size: 14px;
	line-height: 1.1;
	color: #555;
	text-decoration: underline;
}

.online-card-link::after {
	content: '>>';
}

.online-card-link:hover {
	text-decoration: none;
}

.online-card-price-large span {
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	margin-left: 5px;
}

.online-card-btn-wrap {
	margin-bottom: 10px;
}

.online-card-content-right .btn-link {
	padding: 12px;
}

.online-card-price-format {
	font-size: 15px;
	color: #555;
	font-weight: 400;
	margin-bottom: 4px;
}

.icon-descr::before {
	content: "";
	display: block;
	width: 26px;
	height: 21px;
	background: url(/local/layout/images/courses/icons/icon-description.svg);
	margin-bottom: 10px;
}

.collage {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
	margin: 0 auto 50px;
	max-width: 870px;
}

.collage-bg {
	background: linear-gradient(115.76deg, #F71425 27.9%, #FCB200 96.29%);
}

.collage-item {
	font-size: 24px;
	border-radius: 25px;
	background-size: cover;
	padding: 5px;
}

.wide {
	-ms-grid-column-span: 2;
	grid-column: span 2;
}

.tall {
	-ms-grid-row-span: 2;
	grid-row: span 2;
}

.collage-item,
.collage-item a,
.collage-title {
	color: #fff;
}

.collage-item-square {
	display: flex;
	font-size: 24px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
}

.collage-item img {
	display: block;
	width: 100%;
}

.collage-title {
	line-height: 1.2;
	font-weight: 600;
}

.collage-title.large {
	font-size: 45px;
}

a.collage-title:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.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;
	}

	.why-teach {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.why-teach .course-small-list {
		width: 50%;
	}

	.learning-wrap .course-small-list li {
		padding: 0 8px;
		margin-bottom: 45px;
	}

	.learning-wrap .course-small-list:first-child li {
		margin-bottom: 28px;
	}

	.learning-wrap .course-small-list li::before {
		display: none;
	}

	.learning-wrap .course-small-list:first-child {
		text-align: right;
	}

	.online-card-content-right .btn-link {
		width: 100%;
	}

	.webinar-item .online-card-list::before {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.learning-wrap .course-small-list {
		width: 255px;
	}

	.learning-wrap .course-small-list li {
		line-height: 1.2;
	}

	.learning-wrap .course-small-list:first-child li {
		margin-bottom: 18px;
		padding-left: 0;
	}

	.learning-wrap {
		max-width: 750px;
	}
}

@media (min-width: 901px) {
	.online-card-icon-mobile {
		display: none;
	}

	.online-card-price-large span {
		display: block;
		margin-top: 8px;
	}
}

@media (max-width: 1199px) {
	.collage {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 900px) {
	.learning-scheme {
		width: 300px;
	}

	.learning-wrap .course-small-list {
		padding-top: 10px;
	}

	.order-plate {
		align-items: center;
		padding: 15px 20px;
	}

	.online-card-img-col {
		display: none;
	}

	.online-card-col {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}

	.online-card-header {
		padding: 20px 20px 20px 45px;
		background: linear-gradient(201.2deg, #F71425 5.47%, #FFD05E 100.07%);
	}

	.blue .online-card-header {
		background: linear-gradient(114.24deg, #00267F 13.71%, #8CA6E3 55.06%, #F31830 93.37%);
	}

	.online-card-content-wrap {
		padding-top: 30px;
	}

	.online-card-content {
		min-height: 100px;
	}

	.online-card h3 {
		color: #fff;
		margin: 0;
	}

	.online-card-content-left {
		padding-left: 45px;
		padding-right: 20px;
		border-right: 1px solid #E8EAEE;
	}

	.online-card-header {
		display: flex;
		align-items: center;
	}

	.online-card-icon-mobile {
		width: 60px;
		height: 60px;
		flex-shrink: 0;
		margin-right: 18px;
		text-align: center;
	}

	.online-card-icon-mobile img {
		max-width: 100%;
		max-height: 100%;
	}

	.dark-yellow .online-card-header {
		background: linear-gradient(202.81deg, #FF7B01 13.45%, #FFA300 90.24%);
	}
}

@media (max-width: 767px) {
	.learning-scheme {
		display: none;
	}

	.learning-wrap .course-small-list {
		width: 50%;
		padding-top: 0;
		margin: 0;
	}

	.learning-wrap .course-small-list li::before {
		background: #F71425;
	}

	.order-plate {
		flex-direction: column;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.order-plate-text {
		text-align: center;
		margin-bottom: 15px;
	}

	.order-plate .btn-link {
		padding-left: 42px;
		padding-right: 42px;
	}

	.online-card-content-wrap {
		flex-direction: column;
	}

	.online-card-content-left {
		width: 100%;
		border-right: 0;
		padding: 0 45px 25px;
	}

	.online-card-content {
		min-height: 0;
	}

	.online-card-content-right,
	.our-principles-item {
		width: 100%;
	}

	.online-card-line-order {
		background: #F0F2F1;
		padding: 25px 45px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.online-card-line-order {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}

	.online-card-price-large {
		display: block;
		line-height: 1;
		margin-bottom: 5px;
	}

	.online-card-price {
		margin: 0 30px 0 0;
	}

	.online-card-btn-wrap {
		margin: 0;
	}

	.online-card-list {
		margin-left: auto;
		margin-right: auto;
	}

	.online-card-link,
	.online-card p {
		font-size: 18px;
	}

	.online-card-col {
		padding-bottom: 0;
	}

	.online-card-btn-wrap .btn-link {
		min-width: 150px;
	}

	.online-card-link-wrap {
		display: none;
	}
}

@media (max-width: 500px) {
	.why-teach-wrap {
		padding-left: 0;
		padding-top: 100px;
	}

	.online-card-line-order {
		flex-direction: column;
	}

	.online-card-price {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.online-card-content-left {
		padding: 0 20px 25px;
	}

	.online-card-header {
		padding: 20px;
	}

	.collage {
		grid-template-columns: 1fr;
	}

	.tall,
	.wide {
		grid-column: span 1;
	}

	.intensive-main-b_items > a {
		width: 100%;
	}
}


/* End */
/* /local/templates/.default/components/bitrix/catalog.section/courses_list_razdel/exam-preparation.css?176374124227528 */
/* /local/templates/.default/components/bitrix/catalog.section.list/courses_img/style.css?172674757021646 */
