

/* Start:/local/templates/main_en/components/bitrix/catalog.element/courses/style.css?175198116511720*/
.course-header__pic {
    width: 44%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 80px
}

.course-header__pic img {
    display: block;
    border-radius: 100%
}

.course-header__cont {
    width: 56%;
    font-size: 18px;
    color: #2d2d2d
}

.course-header__cont h1 {
    text-transform: none;
    padding: 20px 0 40px;
    color: #000
}

.course-header__cont .default-ui__preview-text {
    color: #000
}

.course-header__params {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px 10px 0;
    font-size: 16px;
    white-space: nowrap
}

.course-header__params svg {
    fill: #2D2D2D;
    margin-right: 10px
}

.course-header__params:last-child {
    margin-right: 0
}

.course-header__label {
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: #5c5c5c;
    padding: 12px;
    margin-right: 40px;
    position: relative;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 15px;
    line-height: normal
}

.course-header__label:after {
    display: block;
    background: #5c5c5c;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    top: 0
}

.course-header__label:before {
    display: block;
    background: #5c5c5c;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    bottom: 0
}

.course-header__btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.course-header__price {
    color: #896752;
    font-size: 18px;
    padding: 20px 0 20px 30px
}

.course-header__price dd {
    letter-spacing: .02em;
    font-weight: 700;
    font-size: 29px;
    line-height: 1.2;
    white-space: nowrap
}

.course-about {
    position: relative;
    background: #2d2d2d;
    padding: 90px 0;
    color: #c9c9c9
}

.course-about__pic, .course-about__pic:before {
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%
}

.course-about__pic {
    right: 0;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .1
}

.course-about__pic:before {
    content: '';
    display: block;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#2d2d2d), to(rgba(74, 74, 74, 0)));
    background: -o-linear-gradient(left, #2d2d2d 0, rgba(74, 74, 74, 0) 100%);
    background: linear-gradient(to right, #2d2d2d 0, rgba(74, 74, 74, 0) 100%)
}

.course-about h2 {
    color: #fff;
    text-transform: none;
    position: relative;
    z-index: 3
}

.course-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 3
}

.course-about__text {
    padding-right: 100px;
    width: 50%;
    font-size: 18px;
    position: relative
}

.course-about__text p {
    line-height: 1.7
}

.course-about__text:before {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    left: -80px;
    top: 15px;
    background: #5c5c5c
}

.course-about__sale {
    border: 1px solid rgba(200, 187, 155, .6);
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 40px 45px 90px;
    position: relative;
    line-height: 1.6;
    font-size: 18px
}

.course-about__sale svg {
    left: 30px;
    top: 50px;
    position: absolute
}

.course-program {
    margin: 20px 80px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.course-program:after {
    position: absolute;
    content: '';
    display: block;
    left: 50px;
    top: 40px;
    background: #2d2d2d;
    right: 0;
    bottom: 0
}

.course-program__pic {
    position: relative;
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2
}

.course-program__pic img {
    display: block;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.course-program__number {
    font-weight: 900;
    font-size: 150px;
    color: #efeceb;
    bottom: -85px;
    z-index: 3;
    position: absolute;
    left: 140px
}

.course-program__text {
    padding: 90px 50px 50px;
    position: relative;
    z-index: 3;
    color: #ffffff
}

.course-program__text h3 {
    font-weight: 700;
}

.course-program__text * {
    color: #ffffff
}

.course-sale {
    background: #3e3e3e;
    padding: 40px 0 15px;
    color: #c9c9c9;
    text-align: center;
    position: relative;
    overflow: hidden
}

.course-sale__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: .7;
    opacity: .1;
    color: #000;
    font-size: 16.3vw;
    z-index: 1;
    font-weight: 900;
    text-align: center;
    width: 100%;
    pointer-events: none
}

.course-sale h2 {
    text-transform: none;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto
}

.course-sale p {
    max-width: 750px;
    margin: 0 auto 30px
}

.course-sale .course-header__btn-row {
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.course-sale .course-header__btn-row .btn:hover {
    border-color: #c9c9c9;
    background: #c9c9c9;
    color: #2d2d2d
}

.course-sale .course-header__price, a.download-btn, a.show-more-btn {
    color: #ffffff;
}

.text-info {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: .01em;
    color: #2D2D2D;
    margin: 15px 0;
}

@media only screen and (min-width: 991px) {
    .text-info {
        margin: 30px 0;
    }
}

span.error {
    color: #c51300;
    font-size: 12px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 100%;
}

.error input {
    border-color: #c51300;
}

.advantage-list-section {
    padding: 1.65rem 0 3.95rem;
}

.bonus-box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.9375rem;
    margin-bottom: 0.9375rem;
    padding: 0 1rem;
}

.bonus-box.bonus-box--100 {
    max-width: 1130px;
}

.bonus-box .p-card {
    border: 5px solid rgb(200 187 155);
    position: relative;
    text-decoration: none !important;
    display: block;
}

.p-card__img {
    display: block;
}

.section-items-list__bul-list li:before {
    top: 5px;
}

.bonus {
    padding: 1.25rem;
    border: 1px solid rgba(200, 187, 155, .6);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
    margin-bottom: 0;
}

.bonus--all-width {
    margin-top: 60px;
    background: #4a4a4a;
    border-width: 0.1625rem;
    width: auto;
    max-width: 67.5rem;
}

.bonus * {
    color: #fff;
}

.bonus.bonus--all-width h3 {
    color: rgba(200, 187, 155, .6);
}

.bonus.bonus--all-width a {
    color: rgb(200 187 155);
}

.bonus-box__title {
    font-size: 1.5625rem;
    font-weight: bold;
    margin: 3.125rem 0 1.25rem;
    text-align: center;
    padding-bottom: 0;
    color: #ffffff;
}

.p-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
}

.bonus-box .p-card:before {
    top: 0;
    left: 0;
    display: block;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 2;
    border: 0.125rem solid rgb(200 187 155);;
    box-shadow: 0 0 0 0.3125rem rgb(92 92 92) inset;
}

.p-card__image {
    width: 100%;
    position: relative;
    display: block;
    height: auto;
}

.p-card__img { /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    display: block;
}

.p-card__descr {
    padding: 1rem 1rem 0;
    padding-top: 0.75rem;
    padding-bottom: 0.475rem;
    flex: 1 1 auto;
}

.p-card__fotter {
    padding: 0 1rem;
}

.p-card__footer {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    align-items: center;
    position: relative;
}

.p-card__rating {
    margin-bottom: 0.8125rem;
}

.p-card__price {
    font-weight: bold;
    font-size: 0.875rem;
    margin: 0 0 2.55rem;
    color: #99d453;
}

.p-card__title {
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    color: #fff;
    padding-bottom: 15px;
}

.rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.rating-list__item svg {
    width: 1.125rem;
    height: 1.125rem;
}

.professionals-benefits-list__item li {
    padding: 0;
    display: block;
    min-height: initial;
}

.professionals-benefits-list__item {
    padding: 40px 0 40px 80px;
    display: block !important;
    min-height: initial !important;
}

.section-more-crs {
    padding: 0;
}

.cd-card__content ul {
    padding-left: 15px;
}

.cd-card__content ul li {
    list-style-type: disc !important;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.btn-wrapper .btn.btn--filled {
    color: #000000 !important;
    border-color: #ffffff !important;
    background: #ffffff !important;
}

.course-sale--light {
    background: #d2d2d2;
    color: #000000;
}

.section-items-list {
    padding: 5.75rem 0 5rem;
    position: relative
}

.section-items-list__title {
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 3.25rem;
    color: #fff;
    padding-bottom: 3.1875rem
}

.section-items-list__bul-list li {
    font-size: 1.125rem;
    padding-left: 2.375rem;
    line-height: 1.5;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 1.875rem;
}

.section-items-list__bul-list li:before {
    background: rgba(200, 187, 155, .6);
    width: 1.25rem;
    height: 1.25rem;
    left: .0625rem
}

.bul-list {
    columns: none;
    max-width: initial;
}

@media only screen and (min-width: 991px) {
    .advantage-list-section {
        padding: 0.95rem 0 3.95rem;
    }

    li.professionals-benefits-list__item {
        padding: 2.5rem 0 2.5rem 6.25rem;
    }
}

@media only screen and (min-width: 768px) {
    .section-items-list__bul-list {
        margin: 0 auto;
        max-width: 67.625rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 2.8625rem;
    }
}

@media only screen and (max-width: 420px) {
    .course-header__price {
        display: block;
    }

    .course-header__price dd {
        padding-left: 0;
    }

    .course-header__price {
        padding-left: 0;
    }
}

.cd-card__content ul {
    margin-bottom: 60px;
}

.cd-card__descr h2 {
    padding-top: 40px;
}

.num-card__inner {
    background-color: transparent;
}

.vertical-section {
    margin: 0 !important;
}

form.load.js-buy-on-telr:before {
    content: "Please wait, you will now be redirected to the payment page.";
    opacity: 1;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-weight: 700;
}

@media only screen and (min-width: 992px) {
    body .professionals-benefits-list--custom li:before {
        font-size: 2.875rem;
    }
}

.info-txt {
    font-size: 14px;
    background: #ffffff;
    padding: 10px !important;
    color: #000;
    border: 1px dashed #000;
    margin-top: 0;
}

.info-txt::before {
    content: "ℹ️";
    font-size: 16px;
    margin-right: 5px;
}

/* End */


/* Start:/local/components/lb/skeleton/templates/section.part.full-width-banner/style.css?175198113746*/
.full-width-banner {
    margin-top: 125px;
}

/* End */
/* /local/templates/main_en/components/bitrix/catalog.element/courses/style.css?175198116511720 */
/* /local/components/lb/skeleton/templates/section.part.full-width-banner/style.css?175198113746 */
