

/* 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/courses_list_exam/style.css?172769430432648*/
/* catalog.section */
.bx-section-desc-post{
	font-size: 12px;
	padding: 0 0 0 15px;
	margin: 15px 0;
}
.bx-section-desc{
	border-left: 3px solid #d3d3d3;
}
.bx_catalog_list_home {
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
	.bx_catalog_list_home {
		border-bottom: 1px solid #e5e5e5;
	}
}
.bx_catalog_list_home .bx_catalog_item {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	margin-bottom: 30px;
}
@media (min-width: 960px) {
	.bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 0 30px 0;
		width: 100%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
	.bx_catalog_list_home.col4 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 23%
	}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1) {
		clear: both
	}
	.bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 18%
	}
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1) {
		clear: both
	}
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 0 0 30px;
		width: 100%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 23%
	}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1) {
		clear: both
	}
}
@media (max-width: 767px) {
	.bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 0 0 30px;
		width: 100%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
	.bx_catalog_list_home.col3 .bx_catalog_item,
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 31.333333%
	}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1) {
		clear: both
	}
}
@media (max-width:767px) {
	.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item {
		padding: 1px 26px;
		margin: 0 0 0 30px;
		width: 100%
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1) {
		clear: none
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 48%;
		clear: none
	}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1) {
		clear: both
	}
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
	border: 1px solid transparent;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: #fff;
	-webkit-animation: borderview 0.5s;
	animation: borderview 0.5s;
}
@media (min-width: 960px) {
	.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
		padding: 0 25px 15px
	}
}
@media (max-width: 960px) {
	.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
		padding: 0 15px 15px
	}
}
@keyframes borderview {
	from {
		border: 1px solid #fdfdfd;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	to {
		border: 1px solid #d3d3d3;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	}
}
@-webkit-keyframes borderview {
	from {
		border: 1px solid #fdfdfd;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	to {
		border: 1px solid #d3d3d3;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	}
}
.bx_catalog_list_home .bx_catalog_item_articul {
	color: #a5a5a5;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title {
	overflow: auto;
	white-space: normal;
}
.bx_catalog_list_home .bx_catalog_item_title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_price {
	color: #3f3f3f;
	font-weight: bold;
}
.bx_catalog_list_home .bx_catalog_item_price span {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_catalog_list_home .bx_catalog_item_controls {
	padding-top: 10px;
	text-align: center;
	opacity: 0;
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_list_home .bx_catalog_item_controls {
		height: auto
	}
}
@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {
		height: auto
	}
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
	color: #3f3f3f;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
	width: 100%;
	text-align: center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
	margin: 1%;
	width: 48%;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
	height: 25px;
}

@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
		float: none;
		width: 100%;
		text-align: center;
	}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text] {
	border: none;
}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {
	opacity: 1
}
.bx_catalog_list_home .bx_cnt_desc {
	text-align: left;
	position: absolute;
	right: -45px;
	top: 2px;
	width: 40px;
}
.bx_catalog_list_home .bx_catalog_item_controls a {
	margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price {
	font-size: 15px;
	padding-top: 5px;
}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images {
	position: relative;
	z-index: 91;
	display: block;
	padding-top: 135%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double {
	z-index: 90;
	margin-top: -135%;
	opacity: 0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images {
	opacity: 0;
	-webkit-animation: rotateimgfirst 0.5s;
	animation: rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double {
	opacity: 1;
	-webkit-animation: rotateimglast 0.5s;
	animation: rotateimglast 0.5s;
}
@keyframes rotateimgfirst {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes rotateimgfirst {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes rotateimglast {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes rotateimglast {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
	display: none
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu {
	display: block
}
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
	padding-top: 10px
}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div {
	margin: 0 auto
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch {
	display: none !important;
}

/* Stickers */
.bx_catalog_list_home .bx_stick {
	position: absolute;
	width: 123px;
	height: 35px;
	background: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/stick.png) left center no-repeat;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #ba3434;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx_catalog_list_home .bx_stick.short {
	font-weight: bold;
	font-size: 18px
}
.bx_catalog_list_home .bx_stick.average {
	font-weight: bold;
	font-size: 13px
}
.bx_catalog_list_home .bx_stick.long {
	font-weight: normal;
	font-size: 11px
}
.bx_catalog_list_home .bx_stick_disc {
	position: absolute;
	width: 72px;
	height: 74px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 23px;
	line-height: 74px;
	background: #f42c2c url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/stick_disc.png) no-repeat center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left {
	left: -2px;
}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right {
	right: 0;
}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top {
	top: 15px;
}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom {
	bottom: 5px;
}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle {
	top: 49%;
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_list_home .bx_stick {
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_catalog_list_home .bx_stick.short {
		font-weight: normal;
		font-size: 14px
	}
	.bx_catalog_list_home .bx_stick.average {
		font-weight: normal;
		font-size: 11px
	}
	.bx_catalog_list_home .bx_stick.long {
		font-weight: normal;
		font-size: 11px
	}
	.bx_catalog_list_home .bx_stick_disc {
		width: 64px;
		height: 65px;
		background-size:100%;
		font-size: 20px;
		line-height: 65px;
	}
}
@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_stick {
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 11px;
		line-height: 30px;
	}
	.bx-touch .bx_catalog_list_home .bx_stick_disc {
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}
/* buttons */

.bx_catalog_list_home .bx_bt_button,
.bx_catalog_list_home .bx_bt_button_type_2 {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
}
.bx_catalog_list_home .bx_bt_button_type_2 {
	border: 1px solid #e9e9e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color: #656565;
	text-shadow: 0 1px 0 #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:hover {
	background: #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:active {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05);
}
.bx_catalog_list_home .bx_bt_button {
	background: #00a2df;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2df), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #00a2df 0%, #006fcb 100%);
	color: #fff;
	text-shadow: 0 1px 0 #006cae;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb', GradientType=0);
}
.bx_catalog_list_home .bx_bt_button:hover {
	background: #21afe4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}
.bx_catalog_list_home .bx_bt_button:active {
	background: #21afe4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}
.bx_catalog_list_home .bx_small.bx_bt_button {
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2 {
	display: inline-block;
	min-width: 18px;
	line-height: 18px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2 {}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:hover {}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:active {}
.bx_catalog_list_home .bx_medium.bx_bt_button {
	padding: 0 13px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
	padding: 0 13px;
	height: 23px;
	font-weight: bold;
	line-height: 23px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {
	font-weight: bold;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}
.bx_catalog_list_home .bx_col_input {
	display: inline-block;
	width: 40px;
	text-align: center;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_list_home .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/.default/components/bitrix/catalog.section/courses_list_exam/images/fade_right.png) repeat-y   right center;background-size: 100% auto}




.course-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.course-items_item {
	width: 270px;
	background-color: #f5fbfb;
	border-top: 2px solid #11c0ca;
	margin-bottom: 25px;
	padding-bottom: 150px;
	position: relative;
}

.course-items_item_title {
	text-decoration: none;
	color: #11c0ca;
	transition: 0.3s;
	min-height: 80px;
    display: flex;
    align-items: center;
    text-align: center;
}

.course-items_item_title:hover {

	color: #0c949c;
	text-decoration: none;
    background: #11c0ca;
	color: white;
}

.course-items_item_title > div {
	font-size: 21px;
	line-height: 20px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	height: 79px;
	min-height: 80px;
}

.course-items_item_title2 {
	font-size: 14px;
	line-height: 16px;
	color: #11c0ca;
	padding: 10px 20px 5px 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.course-items_item_message {
	padding: 0 20px;
	font-size: 12px;
	color: #555555;
}

.course-items_item_info-pos {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.course-items_item_info {
	display: flex;
	padding: 0 20px;
}

.course-items_item_info_item {
	width: calc(50% - 25px);
	margin: 5px 0;
	line-height: 25px;
	padding: 0 0 0 25px;
}


.course-items_item_button {
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	
}

.course-items_item_button:hover {
	text-decoration: none;
}

.course-items_item_button > div {
	text-align: center;
	margin: 20px 35px;
	background: #11c0ca;
	padding: 12px 0;
	transition: 0.3s;
}

.course-items_item_button > div:hover {
	background: #0c949c;
}

.intens-inner,
.intens-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.intens-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -30px;
}

.intens-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	min-height: 50px;
}

.intens-item p {
	line-height: 1.2;
}

.intens-img{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.intens-text--blue{
	font-weight: bold;
	color: #21409A;
}

.intens-center{
	text-align: center;
	margin: 30px 0;
}

.intens-school-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.intens-school{
	width: 415px;
	background-color: #F2F2F2;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.intens-school-name{
	font-size: 24px;
	font-weight: bold;
	color: #B6246E;
}

.intens-school span.intens-school-name--normal{
	font-weight: normal;
	font-size: 24px;
	color: #B6246E;
}

.intens-school span{
	font-size: 16px;
	color: #000;
}

.intens-padding{
	display: block;
	padding-left: 20px;
}

.intens-link{
	color: #000;
}

.intens-btn{
	background: #B6246E;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 12px 50px;
	text-decoration: none;
	margin: 30px auto 0;
}

.intens-btn:hover{
	background: #DC2F87;
	text-decoration: none;
}

.main-map.container{
	display: none;
}

.training-options-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.training-options-item {
	width: 50%;
	margin-bottom: 30px;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: center;
}

.training-options-item-inner {
	margin: 0 auto;
	max-width: 230px;
}

.training-options-icon {
	height: 95px;
	margin-bottom: 12px;
}

.training-options-icon img {
	max-height: 100%;
}

.b-ados {
	display: flex;
	align-items: flex-start;
	padding-bottom: 40px;
	padding-top: 10px;
}

.b-ados > img {
	width: 40%;
	margin-right: 5%;
}

.b-ados-right {
	width: 60%;
}

.b-ados_title {
	color: #10bcc6;
	margin-bottom: 40px;
	font-weight: 400;
}

.b-ados_message {
	position: relative;
	font-weight: 400;
}

.b-ados_ih {
	background: url(/upload/intensive-may-2018/ados-ih.png) no-repeat center;
	background-size: cover;
	width: 250px;
	height: 250px;
	position: absolute;
	left: -125px;
	top: 10px;
	z-index: -1;
}


@media (min-width: 768px) {
	.intens-item {
		width: 50%;
	}
}

@media (max-width: 1199px) {
	.training-options-item {
		width: 33.3%;
	}
}

@media (max-width: 767px) {
	.intens-inner {
		margin: 0 -15px;
	}

	.intens-item {
		padding: 0 15px;
		margin-bottom: 5px;
	}
}

@media (max-width: 650px) {
	.b-ados {
		flex-wrap: wrap;
		justify-content: center;
	}

	.b-ados_title {
		margin-top: 20px;
		text-align: center;
	}

	.b-ados-right {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.training-options-item {
		width: 50%;
	}
}

@media (max-width: 550px){
	.swiper-pagination{
		display: none;
	}

	.intens-school-wrapper{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.intens-school{
		margin-bottom: 20px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section/courses_list_razdel/exam-preparation.css?176374124227528 */
/* /local/templates/.default/components/bitrix/catalog.section/courses_list_exam/style.css?172769430432648 */
