

/* Start:/local/templates/redesign_v5/components/bitrix/news/seminar/bitrix/news.detail/.default/style.css?17181992105440*/
/* Верстка страницы Описание курса и ее адаптация */

.course-details-bg {
    position: absolute;
    width: 100%;
    height: 100vw;
    transform: translateY(-60px);
    background-image: url(/local/templates/redesign_v5/components/bitrix/news/seminar/bitrix/news.detail/.default/img/course-details-bg.png);
    background-position: top left ;
    background-repeat: no-repeat;
    z-index: -2;
}

.course-details__header .container {
    display: flex;
    justify-content: space-between;
}
.course-details__header-info {
    flex: 0 0 40%;
}

.course-details__header-info .caption h1{
    font-size: 36px;
    font-weight: 800;
    color: #1C3061;
    text-transform: uppercase;
    line-height: 1.6;
    text-align: left;
}
.course-details__subline {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2deee;
}
.course-details__requirements-headline {
    font-size: 14px;
    padding-top: 12px;
    font-weight: bold;
}
.course-details__requirements-subline {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

.course-details__header-sign-up {
    margin-top: 16px;
    flex: 0 0 270px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(86, 147, 191, 0.3);
    border-radius: 3px;
    margin-right: 100px;
    text-align: center;
    font-size: 14px;
    padding-top: 40px;
    align-self: flex-start;
    text-transform: uppercase;
}

.course-details__header-sign-up span {
    font-weight: bold;
}

.course-details__date {
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 20px;
}
.course-details__duration,
.course-details__price {
    margin-bottom: 30px;
    padding: 0 20px;
}

.course-details .course-details__header .btn-buy {
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    margin: 0;
    width: 100%;
}

.course-details__description {
    overflow-x: hidden;
}

.course-details__description .caption {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-bottom: 0;
    margin-bottom: 16px;
    margin: 40px 0;

}

.course-details__description .caption h2{
    font-size: 24px;
    position: relative;
    background-color: #fff;
    text-transform: uppercase;
}
.course-details__description .caption h2 span {
    font-size: 24px;
}
.course-details__description .caption h2:before,
.course-details__description .caption h2:after {
    content: '';
    width: 10000px;
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background-color: #d2deee;
}
.course-details__description .caption h2:before {
    left: 0;
    transform: translateX(calc(-100% - 40px));
}

.course-details__description .caption h2:after {
    right: 0;
    transform:translateX(calc(100% + 40px));
}

.course-details__description-text {
    box-shadow: 0px 3px 15px rgba(86, 147, 191, 0.3);
    border-radius: 3px;
    padding: 40px;
    overflow-x: hidden;
    margin-bottom: 40px;
}

.course-details__description-text span {
    font-weight: bold;
}

.course-details__description-headline {
    margin: 40px 0 20px 50px;
    font-size: 18px;
    position: relative;
    color: #1C3061;
    font-weight: bold;
    display: inline-block;
}
.course-details__description-headline:before,
.course-details__description-headline:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 10000px;
    height: 1px;
    background-color: #d2deee;
}
.course-details__description-headline:before {
    left: 0;
    transform: translateX(calc(-100% - 16px));
}

.course-details__description-headline:after {
    right: 0;
    transform:translateX(calc(100% + 16px));
}

.course-details__description-text ul{
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.course-details__description-text ul li {
    position: relative;
    margin-bottom: 15px;
    color: #404040;
    line-height: 1.7;
}
.course-details__description-text ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    background: url(/local/templates/redesign_v5/components/bitrix/news/seminar/bitrix/news.detail/.default/img/triangle-arrow-red.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: -26px;
    top: 6px;
}

.course-details__description-subline {
    margin: 20px 0 20px;
    font-size: 14px;
    font-weight: 800;
    color: #1C3061;
}

.course-details .btn-buy {
    width: 246px;
    margin: 0 auto 40px;
    border-radius: 3px;
}

#btn-up {
    background: #ECECEC;
    border: 2px solid #1C3061;
    box-sizing: border-box;
    box-shadow: 0px 3px 15px rgba(86, 147, 191, 0.3);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    z-index: 1;
    right: 50px;
    bottom: 50px;
}



@media (max-width: 991px) {
    .course-details__header-info .caption h1 {
        font-size: 24px;
        margin-left: 0;
    }
    .course-details__header-info {
        flex-basis: 50%;
    }
    .course-details__header-sign-up {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .course-details__header .container {
        flex-wrap: wrap;
    }
    .course-details__header-info {
        flex-basis: 100%;
    }
    .course-details__header-sign-up {
        margin: 30px auto;
    }
    .course-details__description-text {
        padding: 20px;
    }
}

/* Верстка страницы Описание курса и ее адаптация END */
/* End */
/* /local/templates/redesign_v5/components/bitrix/news/seminar/bitrix/news.detail/.default/style.css?17181992105440 */
