.programm__tabs__marketing--wrapper {
    position: relative;
}

.modal-body__img {
    display: block;
    max-width: 100%;
    margin: 0 auto 25px auto;
}

.modal-content__blocks {
    overflow: hidden;
}

.modal-content__blocks .modal-footer {
    border-top: none;
    margin-top: 0;
}

.program-psyclub__item {
    cursor: pointer;
}

.modal-content__blocks .btn-modal {
    color: #fff;
    line-height: 30px;
    width: 165px;
    height: 30px;
    display: block;
    border: 1px solid #000;
    background: #000;
    border-radius: 4px;
    padding: 0px 12px 0px 12px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    transition: .2s;
    outline: none !important;
}

.modal-content__blocks .btn-modal:hover {
    opacity: .8;
    background: #000;
    border-color: #000;
    color: #fff;

}

.certificate_wrapper {
    background-color: #fff;
}

.certificate_imageRow {
    max-height: 120px;
    overflow: hidden;
}

.certificate_wrapper img:hover {
    opacity: 0.8;
}

.certificate_wrapper h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

.certificate_wrapper .programm__block__request__modal-link,
.certificate_wrapper .programm__block__request__modal-link:hover {
    color: #fff;
    background-color: #102989;
    margin-top: 30px;
}

.certificate_textWrapper {
    padding: 15px;
}

@media (min-width: 768px) {
    .certificate_textWrapper {
        padding: 30px 30px 30px 0px;
    }

    .certificate_wrapper .programm__block__request__modal-link,
    .certificate_wrapper .programm__block__request__modal-link:hover {
        margin-left: 0;
    }

    .certificate_imageRow {
        max-height: 100%;
    }
}

.diplom_example_pic {
    max-height: 362px;
}

.modal-price-block {
    font-size: 16px;
    font-weight: bold;
}

.modal-price-block .price-kredit {
    color: #b8976c;
}


.beggin__education {
    margin: 25px 0;
    background-color: #8d8ec0;
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #fff;
    padding: 20px 0;
}

.type__education {
    background: url(images/icon-intensive.svg) no-repeat 20px center/contain;

    font-size: 14px;
    font-weight: 700;
}

.start__education {
    background: url(images/icon-start-education.svg) no-repeat 20px center/contain;

    border-left: 1px solid #fff;
    font-size: 13px;
}

.start__education,
.type__education {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px;
}

.start__education span {
    font-weight: 700;
    display: block;
}

@media (max-width:1199px) {
    .type__education {
        background: url(images/icon-intensive.svg) no-repeat 10px center/contain;
        padding-left: 70px;

    }

    .start__education {
        background: url(images/icon-start-education.svg) no-repeat 10px center/contain;
        padding-left: 70px;

    }
}

@media (max-width:991px) {
    .beggin__education {

        width: 100%;

    }
}

@media (max-width: 520px) {
    .beggin__education {

        grid-template-columns: 1fr;
        padding: 20px;
    }

    .start__education {
        border: 0;
        border-top: 1px solid #fff;
    }

    .type__education,
    .start__education {
        min-height: 60px;
        padding: 10px 10px 10px 90px;
        background-size: 50px;
    }
}

div.programm__tabs__marketing--wrapper {
    border: 0;
}

.programm__tabs__marketing--benefits-wrapper {
    border: 1px solid #d5d5d5;
}



.section__1c {
    background: url(images/bg-1c.png) no-repeat right center/contain, #0E1D25;
    padding: 80px 50px;
    margin: 50px 0;
}

.section__1c h2 {
    max-width: 550px;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #B8976C;
    margin: 0;
    margin-bottom: 10px;
}

.section__1c p {
    max-width: 550px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}

@media (max-width: 1199px) {
    .section__1c {
        /* background-position: ; */
        background-size: cover;
        /* padding: 80px 50px; */
        /* margin: 50px 0; */
    }

}

@media (max-width: 991px) {
    .section__1c {
        background-position: 5% center;
        padding: 40px 30px;
        /* margin: 50px 0; */
    }

}

@media (max-width: 767px) {
    .section__1c {
        background-position: 50% center;
        padding: 40px 30px;
        /* margin: 50px 0; */
    }

    .section__1c h2 {

        font-size: 24px;

    }

    .section__1c p {
        font-size: 18px;
    }

}

@media (max-width: 520px) {
    .section__1c {
        background-position: 50% center;
        padding: 20px 20px;
        /* margin: 50px 0; */
    }

    .section__1c h2 {

        font-size: 18px;

    }

    .section__1c p {
        font-size: 14px;

    }

    .section__1c h2,

    .section__1c p {
        line-height: 100%;
        max-width: 300px;
    }

}

.programm-hint--anons {
    position: absolute;
    top: 0;
    right: 0;

    background: linear-gradient(to bottom, #ff3033 0%, #ba2325 100%);
    padding: 0 16px;

    height: 27px;
    line-height: 27px;

    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

div.programm__tabs__header {

    display: flex;
    justify-content: space-between;
}

div.programm__tabs__header h2 {
    padding: 20px 0;
    width: 100%;
    line-height: 20px;
}

@media (max-width: 767px) {
    div.programm__tabs__header {

        flex-direction: column;
    }
}


.hr-content .top-content {
    padding: 30px;
    background-color: #34404e;
    color: #fff;

    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 20px;
    grid-template-areas:
        'tTitle tform'
        'tList tform';
}

.hr-content .top-content__title {
    grid-area: tTitle;
}

.hr-quality {
    grid-area: tList;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: flex-end;

    background: url(images/hr-bg.jpg) no-repeat center/ cover;
    padding: 20px;

}

.hr-quality__list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: auto;

    display: flex;
    flex-wrap: wrap;
    gap: 20px 18px;
}

.hr-quality__item {
    border: 1px solid #FFFFFF;
    background-color: #B8976C;
    padding: 10px 20px;
    border-radius: 100px;
}

.form__wrapper {
    grid-area: tform;
}

.top-content__title {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.top-content__title span {
    color: #b8976c;
}

.form__wrapper {
    padding: 20px;
    max-width: 366px;
    border-radius: 4px;
    background-color: #fff;
    color: #2D3844;
    min-height: 420px;
}

.form__wrapper h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    color: #2d3844;
}

.form__wrapper>p {
    font-size: 16px;
    font-weight: 400;
    color: #2d3844;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.form__wrapper .hr-block-form__input-wrapper {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.form__wrapper form {
    display: block;
    margin: 0;
    padding: 0;
}

.form__wrapper form .hr-block-form__row {
    margin: 0;
    padding: 0;
    flex-direction: column;
}

.form__wrapper form input {
    padding: 14px 15px;
    font-size: 12px;
    border: 1px solid #34404e;
    border-radius: 4px;

}

.form__wrapper form .hr-block-form__submit {
    padding: 14px 15px;
    border: none;
    background-color: #b8976c;
}

.form__wrapper form .hr-block-form__submit:hover,
.form__wrapper form .hr-block-form__submit:active {
    background-color: #deb073;
}

.personal-data__form {
    margin: 0;
    font-size: 10px;
    color: #868E96;
}

.personal-data__form a {
    text-decoration: underline;
    color: #868E96;
    cursor: pointer;
}

.personal-data__form a:hover {
    color: #a9afb6;
}

.hr-block-form__row .hr-block-form__input-wrapper {}

.hr-content .middle-content {
    padding: 30px;
    background-color: #b8976c;
    color: #fff;

    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        'bTitle bTitle'
        'bImage bExpert';
    gap: 40px 20px;
}

.hr-content .middle-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    grid-area: bTitle;
}

.hr-content .middle-content h4 span {
    font-weight: 400;
}

.hr-content .wrapper__img {
    max-width: 260px;
    max-height: 260px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #C6AC89;
    grid-area: bImage;
}



.hr-expert {
    grid-area: bExpert;
    align-self: center;
}

.hr-expert h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}

.hr-expert__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hr-expert__item {
    font-size: 14px;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 100px;
}

.hr-content .bottom-content {
    padding: 30px;
    padding-top: 10px;
    background-color: #b8976c;
}

.hr-description {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}

.hr-advantages__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    overflow-x: auto;
}

.hr-advantages__item {
    border: 1px solid #9FA19F;
    border-radius: 4px;
    padding: 20px;
    padding-left: 60px;
    background: url(images/star.svg) no-repeat 20px 20px/26px;

    min-width: 191px;
}

.hr-advantages__item span {
    font-weight: 700;
}

.hr-description h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.hr-description__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    overflow-x: auto;
}

.hr-description__item {
    border: 1px solid #9FA19F;
    border-radius: 4px;
    padding: 20px;
    min-width: 182px;
}

.hr-advantages__list,
.hr-description__list {
    padding-bottom: 0px;

    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.hr-advantages__list::-webkit-scrollbar,
.hr-description__list::-webkit-scrollbar {
    width: 0;
    height: 0;

}

/* .hr-description__list::-webkit-scrollbar-track,
.hr-advantages__list::-webkit-scrollbar-track {
    background: #9FA19F;
    cursor: pointer;
}

.hr-advantages__list::-webkit-scrollbar-thumb,
.hr-description__list::-webkit-scrollbar-thumb {
    background-color: #b8976c;
    border-radius: 20px;
} */


@media (max-width:991px) {
    .hr-content .top-content {
        padding: 20px;
        grid-template-columns: 1fr;
        /* grid-template-rows: auto 1fr; */
        grid-template-areas:
            'tTitle '
            'tList '
            ' tform';
    }

    .hr-quality {
        background: none;
        padding: 0;
    }

    .form__wrapper {
        padding: 20px;
        max-width: 100%;
        border-radius: 4px;
        background-color: #fff;
        color: #2D3844;
        min-height: inherit;
    }

    .form__wrapper .hr-block-form__input-wrapper {
        width: 100%;
    }

    .hr-advantages__list,
    .hr-description__list {
        gap: 10px;

    }

    .hr-description__item,
    .hr-advantages__item {
        font-size: 12px;
        padding: 10px;
    }

    .hr-advantages__item {

        padding-left: 50px;
        background-position: 10px 10px;
    }

    .hr-content .middle-content {
        padding: 20px;
    }

    .hr-content .bottom-content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .top-content__title {
        font-size: 20px;
    }

    .hr-quality__item {
        font-size: 12px;
    }

    .hr-content .middle-content {
        grid-template-areas:
            'bImage bTitle'
            'bExpert bExpert';
        gap: 20px 10px;
    }

    .hr-content .middle-content h4 {
        align-self: center;
        font-size: 20px;
    }

    .hr-content .wrapper__img {
        max-width: 26vw;
        max-height: 26vw;
        min-width: 100px;
        min-height: 100px;

    }

    .hr-content .wrapper__img img {
        width: 100%;
        height: 100%;
    }

    .hr-expert h5 {
        font-size: 16px;
    }

    .hr-expert__item {
        font-size: 12px;
        padding: 5px 20px;
    }

    .hr-description h5 {
        font-size: 16px;
    }


    .form__wrapper h5,
    .form__wrapper>p {
        font-size: 14px;
    }


}



/*--------------- tariffs block start  -----------------*/
.tariffs-counter {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    gap: 20px;
    padding: 20px 0;
    color: #fff;
    flex-wrap: wrap;
    margin-top: 50px;
	margin-bottom: 50px;
}

.tariffs-items-default {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
    gap: 24px;
    background: #3F4E5F;
    border-radius: 4px;
    align-self: stretch;
    flex: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}
.tariff-start{background: #3F4E5F;}
.tariff-pro{background: #34404e;}
.tariff-master{background: #27323e;}

.tariff-name {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
}
.tariff-master .tariff-name{color: #B8976C;}

.tariff-description {
    font-size: 18px;
    line-height: 125%;
}

.tariffs-buy {
    width: 100%;
}

.tariffs-buy button {
    text-align: center;
    height: 52px;
    line-height: 52px;
    background: #B8976C;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    border: 0px solid #B8976C;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
}

.tariffs-benefits ul {
    margin-top: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 10px;
    justify-content: stretch;
}
.tariffs-benefits li.tariff-default{
    min-height: 40px;
    width: 100%;
    line-height: 125%;
    background-position: left top;
    background-repeat: no-repeat;
}
li.tariff-notactive{
    background-image: url(/local/templates/ncrdo_visually/images/tariffs/tariff-default.png);    
    opacity: 0.2;    
    padding: 0 0 0 35px;
}
.tariffs-benefits span {
    font-weight: 400;
    font-size: 13.5px;
    line-height: 120%;
    color: #ffffffb3;
    display: block;
    box-sizing: border-box;
    margin-top: 5px;
}
.tariff-notactive,.item-lectures, .item-exercises, .item-online-practice,.item-career-track,.item-personal-supervisor,.item-diploma,.item-consulting-services,.item-additional-practice,.item-access{padding: 0 0 0 35px;}
.item-lectures{ background-image: url(/local/templates/ncrdo_visually/images/tariffs/lectures.png); }
.item-exercises{ background-image: url(/local/templates/ncrdo_visually/images/tariffs/exercises.png); }
.item-online-practice{ background-image: url(/local/templates/ncrdo_visually/images/tariffs/online-practice.png); }
.item-career-track{ background-image: url(/local/templates/ncrdo_visually/images/tariffs/career-track.png); }
.item-personal-supervisor{ background-image: url(/local/templates/ncrdo_visually/images/tariffs/personal-supervisor.png); }
.item-diploma{ background-image: url(/local/templates/ncrdo_visually/images/tariffs/diploma.png); }
.item-consulting-services{ background-image: url(/local/templates/ncrdo_visually/images/tariffs/consulting-services.png); }
.item-additional-practice{ background-image: url(/local/templates/ncrdo_visually/images/tariffs/additional-practice.png); }
.item-access{ background-image: url(/local/templates/ncrdo_visually/images/tariffs/access.png); }

.tariff-buy{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;    
    gap: 20px;    
}
.tariff-price,
.tariff-instalment{
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;    
}
.tariff-buy span{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    opacity: 0.5;
    display: block;
    white-space: nowrap;
}
.tariff-buy span.old-price{
    font-weight: 500;
    text-decoration-line: line-through;
    opacity: 0.7;
    white-space: nowrap;    
}
.tariff-price>div,
.tariff-instalment>div{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #F5C07A;
    white-space: nowrap;
}



@media (min-width: 641px) and (max-width: 1199px)  {
    .tariffs-items-default{
        flex-basis: calc(32% - 1px);
    }
    .tariff-buy{
        flex-direction: column;
    }
}
@media (min-width: 641px) and (max-width: 990px)  {    
    .tariff-master .tariff-buy{
        flex-direction: row !important;
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 380px){
    .tariffs-items-default{
        flex-basis: 100%;
    }
    .tariff-price > div, 
    .tariff-instalment > div {
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;
    }   
}
@media screen and (max-width: 380px){
    .tariff-buy{
        flex-direction: column;
    }
}

/*--------------- tariffs block end  -----------------*/