

/* Start:/local/templates/ncrdo_visually/components/bitrix/news.detail/blog/style.css?177746990412941*/
.programm__block__request__modal-link.news__backwards:hover{
	background: #34404e;
}


.article_content img{
	max-width: 100%;
	height: auto;
}
.article_content h3{
    font-family: 'Mulish', serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
}
.blog-pages-block-top{
    display: flex;
    justify-content: flex-start;
    padding-bottom: 2rem;
    align-items: center;
    gap: 16px;
}

.blog-pages-block-top__category {
    border: 1px solid #E8E8EB;
    border-radius: 16px;
    background: #F8F8F8;
    padding: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #A4A4B1;
}
.blog-pages-block-top__author {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
}
.blog-pages-block-top__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    display: flex;
    align-items: center;
    gap: 4px;
}


/* Блок курса */
.course-card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    padding: 24px 16px;
    grid-gap: 20px;
    border-radius: 4px;
    background: #3F4E5F;
    margin-top: 25px;
	margin-bottom: 25px;
}
.course-card__label{
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;

    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}
.course-card__title{
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;    
}
.course-card__block.document{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 4px;
    align-self: stretch;
}

.course-card__block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 10px;
    align-self: stretch;
}

.course-card__meta-label{
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.course-card__meta-value{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.course-card__price-row{
    display: flex;
    align-items: flex-start;
    grid-gap: 24px;
    align-self: stretch;
    margin-top: 12px;
}
.course-card__price-cards-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 12px;
    width: 100%;
}
.course-card__price-cards{
    display: flex;
    align-items: stretch;
    grid-gap: 10px;
    align-self: stretch;
    width: 100%;
}
.course-card__price{
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    border-radius: 4px;
    background: #F4F4F4;
    width: 100%;
}
.course-card__price-old{
    color: #323232;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    text-decoration: line-through;
    opacity: 0.7;
}
.course-card__price-current{
    color: #FF5736;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.installment .course-card__price-current{
    color: #323232;
}
.course-card__price span{
    color: #323232;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.course-card__pricelabel{
    color: #323232;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}
.course-card__button{
    display: flex;
    padding: 16px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #B8976C;
    color: #FFF;

    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.course-card__button:hover{
    color: #FFF;
}
.course-card__discount{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    color: #FF903F;
    font-family: Montserrat;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.course-card__discount_mobile{
    display: none;
}
@media (max-width: 991px) {
    .course-card__discount {
        font-size: 52px;
    }
}

@media (max-width: 540px) {
    .course-card__title{
        font-size: 18px;
    }
    .course-card__discount{
        display: none;
    }
    .course-card__discount_mobile{
        display: flex;
        padding: 0px 12px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 5.526px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #FF903F;

        color: #FF903F;
        text-align: right;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; 
    }
    .course-card__price-cards-wrap{
        grid-gap: 8px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .course-card__price-cards{
        grid-gap: 4px; 
        flex-direction: column;
        flex: 1 0 0;
    }
    .course-card__button{
        width: 100%;
    }
}




/* Блок подарка */
.present-card{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    padding: 24px 16px;
    grid-gap: 20px;
    border-radius: 4px;
    background: #3F4E5F;
    margin-top: 25px;
	margin-bottom: 25px;
}
.present-card-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    justify-content: space-between;
}
.present-card__label{
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #34404E;

    color: #FFF;

    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
}
.present-card__title{
    color: #FFF;

    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 20px;
}
.present-card__desc{
    color: #FFF;

    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 32px;
}
.present-card__img {
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #F4EAE2;
    border-radius: 10px;
}
.present-card__img img{
    width: 100%;
}
.present-card__img.mobile {
    display: none;
    width: 100%;
    margin-bottom: 12px;
}
@media (max-width: 991px) {
    .present-card {
        grid-template-columns: repeat(1, 1fr);
    }
    .present-card__img {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: #F4EAE2;
        border-radius: 10px;
    }
    
    .present-card__img img {
        max-height: none;
        max-width: 100%;
        width: 50%;
    }
    .present-card__img {
        display: none;
    }
    .present-card__img.mobile {
        display: flex;
    }
}

@media (max-width: 768px) {
    .present-card {
        grid-template-columns: repeat(2, 1fr);
    }
    .present-card__title{
        font-size: 18px;
    }
    .present-card__img {
        align-items: flex-start;
    }
    .present-card__img img {
        max-height: none;
        max-width: 100%;
        width: 80%;
    }
    .present-card__img {
        display: flex;
    }
    .present-card__img.mobile {
        display: none;
    }
}

@media (max-width: 540px) {
    .blog-pages-block-top {
        gap: 10px;
    }
    .blog-pages-block-top__author {
        font-size: 12px;
    }
    .blog-pages-block-top__date {
        font-size: 12px;
    }

    .present-card {
        grid-template-columns: repeat(1, 1fr);
    }
    .present-card__desc {
        margin-bottom: 12px;
    }
    .present-card__img {
        display: none;
    }
    .present-card__img.mobile {
        display: flex;
    }
    .present-card__img {
        height: 150px;
        align-items: flex-end;
        justify-content: flex-end;
        height: auto;
    }
    .present-card__img img {
        margin-right: 20px;
        width: 58%;
    }
    .present-card{
        grid-gap: 12px;
    }
    .left-menu {
        display: none;
    }
}

.programm__tabs__body__faq {
    margin: 40px 0;
}
.programm__tabs__body__faq_title {
    font-family: 'Mulish', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 113%;
    color: #524EAB;
    margin-bottom: 20px;
}
.programm__tabs__body__faq_container {
    font-family: 'Mulish', serif;
    margin: 0 auto;
}
.programm__tabs__body__faq_item {
    border: 1px solid #e1e4ed;
    border-radius: 10px;
    margin-bottom: 10px;
}

.programm__tabs__body__faq_question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.programm__tabs__body__faq_question:hover {
    background: rgba(30, 58, 138, 0.03);
}

.programm__tabs__body__faq_question h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #323232;
    margin: 0;
}

.programm__tabs__body__faq_question_icon {
    width: 14px;
}

.programm__tabs__body__faq_item.active .programm__tabs__body__faq_question_icon {
    transform: rotate(180deg);
}

.programm__tabs__body__faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.programm__tabs__body__faq_item.active .programm__tabs__body__faq_answer {
    max-height: 2000px;
}

.programm__tabs__body__faq_answer_text {
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
}

.programm__tabs__body__sources {
    background: #F2F3F5;
    border-radius: 10px;
    padding: 24px;
    margin: 40px 0;
}
.programm__tabs__body__sources_title {
    font-family: 'Mulish', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 24px;
}
.programm__tabs__body__sources_items {

}
.programm__tabs__body__sources_item {
    display: flex;
    margin-bottom: 20px;
    gap: 16px;
}
.programm__tabs__body__sources_item_icon {

}
.programm__tabs__body__sources_item_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #8D8D9D;
}
.programm__tabs__body__sources_item_text a {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #8D8D9D;
    text-decoration: underline;
}

.wrap_item_quote {
    font-family: 'Mulish', serif;
    position: relative;
    margin: 80px 0;
    padding: 8px 0;
    background: linear-gradient(90deg, rgba(108, 93, 209, 0.1) 0%, rgba(255, 255, 255, 0) 19.71%);
}
.item_quote_icon {
    position: absolute;
    top: 10px;
    left: 22px;
}
.item_quote {
    border-left: 4px solid #635ECC;
    padding-left: 50px;
}
.item_quote_text {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 24px;
}
.item_quote_author {
    display: flex;
    gap: 10px;
    align-items: center;
}
.item_quote_author_img img {
    border-radius: 50%;
}
.item_quote_author_desc_title {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 5px;
    opacity: 0.4;
}
.item_quote_author_desc_name {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #323232;
}

.blog_detail_expert {
    font-family: 'Mulish', serif;
    display: flex;
    padding: 24px;
    background: #E8E8FC;
    border-radius: 20px;
    margin: 24px 0;
    gap: 24px;
}
.blog_detail_expert_img img {
    border-radius: 50%;
    border: 3px solid #6C5DD1;
    width: 134px;
    height: 134px;
}
.blog_detail_expert_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 24px;
}
.blog_detail_expert_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #4d4d4d;
    margin-bottom: 16px;
}
.blog_detail_expert_regalia_item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.blog_detail_expert_regalia_item:last-child {
    margin-bottom: 0;
}
.blog_detail_expert_regalia_item_icon {
    display: flex;
    align-items: center;
}
.blog_detail_expert_regalia_item_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #4d4d4d;
}
/* End */


/* Start:/local/templates/ncrdo_visually/components/bitrix/system.pagenavigation/modern/style.css?1758702475754*/
div.modern-page-navigation {
	padding: 0.5em 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	border-left-width: 0px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous {
	border-right-width: 0px;
	border-right-style: solid;
	border-left: none; }
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
	border-left: none;
	padding-left: 0.5em; }

span.modern-page-current {
	font-weight: var(--ui-font-weight-bold);
}
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
	border-color: #cdcdcd; }

/* End */
/* /local/templates/ncrdo_visually/components/bitrix/news.detail/blog/style.css?177746990412941 */
/* /local/templates/ncrdo_visually/components/bitrix/system.pagenavigation/modern/style.css?1758702475754 */
