@font-face {
    font-family: "Exo2";
    src: url("../fonts/exo2/exo2_0_black.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Exo2Bold";
    src: url("../fonts/exo2/exo2_0_bold.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Exo2ExtraBold";
    src: url("../fonts/exo2/exo2_0_extrabold.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Exo2ExtraLight";
    src: url("../fonts/exo2/exo2_0_extralight.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Exo2Italic";
    src: url("../fonts/exo2/exo2_0_italic.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Exo2Light";
    src: url("../fonts/exo2/exo2_0_light.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Exo2Medium";
    src: url("../fonts/exo2/exo2_0_medium.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Exo2Regular";
    src: url("../fonts/exo2/exo2_0_regular.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Exo2Variable";
    src: url("../fonts/exo2/exo2_0_variablefont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/static/Raleway-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html{
    width: 100vw;
}
body{
    font-family: Raleway;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    width: 100vw;
    overflow-x: hidden;
}
:root {
    --main-black: #191300;
    --main-gray: #F5F5F5;
    --main-green: #D5F1D5;
    --main-white: #FFFFFF;
    --main-yellow: #FDCF47;
    --main-red: #FD4747;
    --main-light-yellow: #FFF8E6;
    --main-yellow-0: #FFFFFF;
    --main-yellow-50: #FFF8E6;
    --main-yellow-100: #FEF2CD;
    --main-yellow-200: #FEE59A;
    --main-yellow-300: #FDD868;
    --main-yellow-400: #FDCB35;
    --main-yellow-500: #FDCF47;
    --main-yellow-600: #CA9802;
    --main-yellow-700: #977202;
    --main-yellow-800: #654C01;
    --main-yellow-900: #322601;
    --main-yellow-950: #191300;

    --card-color-1: #FFECEC;
    --card-color-2: #FFECDF;
    --card-color-3: #FEF2CD;
    --card-color-4: #DAF4DA;
    --card-color-5: #DAF0ED;
    --card-color-6: #D6F0FA;
    --card-color-7: #D6E7FA;
    --card-color-8: #EBEDFF;
    --card-color-9: #F4ECFF;
    --card-color-10: #FFF3EC;
    --card-color-11: #FFFADF;
    --card-color-12: #F5FFDF;
    --card-color-13: #E6FFF4;
    --card-color-14: #E5FAFF;
    --card-color-15: #E5F7FF;
    --card-color-16: #E8F3FF;
    --card-color-17: #E9E5FF;
    --card-color-18: #FFECFF;

    --card-line-1: #F7CDCD;
    --card-line-2: #F5D9C5;
    --card-line-3: #F2E4B9;
    --card-line-4: #D9E8D9;
    --card-line-5: #D1E6E3;
    --card-line-6: #C5E3EF;
    --card-line-7: #BDD1EA;
    --card-line-8: #BBC0DE;
    --card-line-9: #CAB8E1;
    --card-line-10: #E5CDBF;
    --card-line-11: #E7DEAB;
    --card-line-12: #CFDFAE;
    --card-line-13: #BADBCD;
    --card-line-14: #BFDCE2;
    --card-line-15: #B2CFDB;
    --card-line-16: #B4C9E0;
    --card-line-17: #C0BBDD;
    --card-line-18: #DBB9DC;

    --card-line-text-1: #D67C7C;
    --card-line-text-2: #D49A6A;
    --card-line-text-3: #C8B16A;
    --card-line-text-4: #9FBF9F;
    --card-line-text-5: #8DBDB7;
    --card-line-text-6: #7AB9D3;
    --card-line-text-7: #7A96C0;
    --card-line-text-8: #7E84B5;
    --card-line-text-9: #9A7ABD;
    --card-line-text-10: #C08E74;
    --card-line-text-11: #C5B86A;
    --card-line-text-12: #9BB17A;
    --card-line-text-13: #7AB89A;
    --card-line-text-14: #7AB2BD;
    --card-line-text-15: #6A9CB0;
    --card-line-text-16: #7A94C0;
    --card-line-text-17: #8A7AB5;
    --card-line-text-18: #B87AB8;
}
h1, h2, h3, h4{
    font-family: Exo2Regular;
}
h1, h2{
    font-weight: 600;
}
h3, h4{
    font-weight: 500;
}
h1{
    font-size: 72px;
    line-height: 79px;
}
h2{
    font-size: 48px;
    line-height: 58px;
}
h3{
    font-size: 32px;
    line-height: 38px;
}
h4{
    font-size: 24px;
    line-height: 29px;
}
pre, .texample{
    color: #A30000;
}
form .texample{
    color: unset;
}
.keyword_def, .xml_em_bold{
    font-weight: bold;
}
.white{
    background: var(--main-white);
}
.gray{
    background: var(--main-gray);
}
.black{
    background: var(--main-black);
}
.green{
    background: var(--main-green);
}
.yellow{
    background: var(--main-yellow);
}
.yellow-0{
    background: var(--main-yellow-0);
}
.yellow-50{
    background: var(--main-yellow-50) !important;
}
.yellow-100{
    background: var(--main-yellow-100);
}
.yellow-200{
    background: var(--main-yellow-200);
}
.yellow-300{
    background: var(--main-yellow-300);
}
.yellow-400{
    background: var(--main-yellow-400);
}
.yellow-500{
    background: var(--main-yellow-500);
}
.yellow-600{
    background: var(--main-yellow-600);
}
.yellow-700{
    background: var(--main-yellow-700);
}
.yellow-800{
    background: var(--main-yellow-800);
}
.yellow-900{
    background: var(--main-yellow-900);
}
.yellow-950{
    background: var(--main-yellow-950);
}
a:hover{
    color: initial;
}
ul.menu li a:hover{
    border-bottom:2px solid var(--main-yellow);
}
.themeBlock a:hover{
    text-decoration: underline;
    text-decoration-color: var(--main-yellow);
    text-decoration-thickness: 2px;
}
.title{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.title.small{
    font-size: 18px;
    line-height: 27px;
}
.text-big{
    font-size: 18px;
    line-height: 25px;
}
.text-small{
    font-size: 14px;
    line-height: 16px;
}
a, button, summary{
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    cursor: pointer;
    color: var(--main-black);
    text-decoration: none;
}
.menu a{
    text-decoration: none !important;
}
td, th {
    padding: 0;
    text-align: center;
}
details {
    background: var(--main-gray);
    padding: 16px 20px;
    border-radius: 8px;
    margin: 20px;
}
details.light {
    background: var(--main-white);
    border: 1px solid var(--main-yellow);
}
details summary::marker {
    content: "";
}
details summary{
    position: relative;
}
details summary:before {
    position: absolute;
    right: 3px;
    top: calc(50% - 5px);
    width: 17px;
    height: 10px;
    display: block;
    content: "";
    background: url("../img/icons/arrow.svg");
}
details[open] summary:before {
    transform: rotate(180deg)
}
details[open] summary {
    margin-bottom: 16px;
}
details li {
    list-style-type: disc;
}
select:focus{
    border: none;
}
.listElements {
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.listElements.wrap{
    flex-wrap: wrap;
}
.listElements.vertical{
    flex-direction: column;
}
.listElements *{
    flex-grow: 1;
    flex-basis: 0;
}
.listElements.noBasis *{
    flex-basis: auto;
}
.select {
    margin: 20px;
    position: relative;
    font-size: 18px;
}
.select .select_block{
    height: 100%;
    position: relative;
}
.select .select_block:before {
    position: absolute;
    right: 23px;
    top: calc(50% - 5px);
    width: 17px;
    height: 10px;
    display: block;
    content: "";
    background: url("../img/icons/arrow.svg");
}
.select .select_block.on:before {
    transform: rotate(180deg)
}
.select_block__list {
    background: var(--main-gray);
    border-radius: 8px;
    padding-top: 10px;
    top: 42px;
    position: absolute;
    z-index: 10;
    width: 100%;
}
.select .select_block {
    height: 54px;
    position: relative;
    padding: 14px 20px;
    cursor: pointer;
    user-select: none;
    background: var(--main-gray);
    border-radius: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 50px;
}
.select_block__item {
    padding: 14px 20px;
    cursor: pointer;
}
.select.light .select_block {
    background: var(--main-yellow-200);
}
.select.light .select_block__list {
    background: var(--main-yellow-200);
}
section{
    max-width: 1230px;
    margin: 96px auto;
}
details.tableEl {
    background: none;
    padding: 0;
    margin: 5px;
    width: 100%;
}
details.tableEl summary {
    padding: 4px 12px 4px 36px;
    background: var(--main-gray);
    width: fit-content;
    border-radius: 8px;
    line-height: 27px;
}
details.tableEl.light{
    border: none;
}
details.tableEl.light summary {
    background: none;

}
details.tableEl summary::before {
    left: 12px;
    right: auto;
}
details .detailRight {
    display: inline-block;
    float: right;
    font-weight: 600;
}
.faq {
    max-width: 150px;
    background: var(--main-gray);
    border-radius: 8px;
    flex-grow: initial;
    position: absolute;
    z-index: 9;
}
.faq .btn {
    width: 20px;
    height: 20px;
    background: url("../img/icons/question.svg");
    cursor: pointer;
}
.faq .text {
    font-size: 12px;
    line-height: 14px;
    display: none;
    width: max-content;
    max-width: calc(100% - 36px);
    margin-left: 36px;
}
.faq-wrap{
    position: relative;
}
.faq:hover{
    padding: 5px;
    top: -5px;
    left: -5px;
}
.faq:hover .text{
    display: block;
}
.faq:hover .btn{
    position: absolute;
    left: 2px;
}
button, a.button{
    background: var(--main-white);
    border: none;
    width: 100%;
    padding: 17px 0px;
    text-align: center;
    margin: 20px 0;
    border-radius: 8px;
    height: 56px;
    display: inline-block;
}
button{
    height: 56px;
}
button.black, a.button.black{
    color: var(--main-white);
}
button.black:disabled{
    background: #555;
    cursor: default;
}
.plan_table a{
    display: block;
}
.plan_table tr:hover{
    background: #eee;
}
.plan_table tr.yellow-100:hover{
    background: #E4D9B8;
}
.plan_table tr.yellow-200:hover{
    background: #D5C081;
}
.plan_table .lessonDetail{
    display: block;
    margin-top: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.plan_table .lessonDetail .fullText{
    display: inline;
}
.plan_table .lessonDetail .shortText{
    display: none;
}
.plan_table .lessonDetail.short .fullText{
    display: none;
}
.plan_table .lessonDetail.short .shortText{
    display: inline;
}
.plan_table .lessonDetail .openBtn{
    padding-left: 5px;
    font-family: 'Exo2Regular';
}
.plan_table .number {
    max-width: 50px;
    padding: 16px 12px;
    vertical-align: top;
}
.plan_table_semestr a{
    font-size: 24px;
    font-weight: 600;
}
.plan_table .time a{
    white-space: nowrap;
    font-size: 18px;
}
button.yellow-950, a.button.yellow-950{
    color: var(--main-white);
}
button.yellow, a.button.yellow{
    background: var(--main-yellow);
}
button.black, a.button.black{
    color: var(--main-white);
}
.arrow-right {
    padding-right: 30px;
    position: relative;
}
.arrow-right::after{
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    background: url("../img/icons/arrow-right.svg");
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
}
.arrow-right{
    outline: none !important;
}
.program_author_el_descriprion {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    text-align: left;
    color: #828282;
    padding-top: 4px;
}
.program_author_el_name {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
}
.arrow-left {
    padding-left: 40px;
    position: relative;
}
.arrow-left::after{
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    background: url("../img/icons/arrow-left.svg");
    position: absolute;
    left: 15px;
    top: calc(50% - 8px);
}
button.update{
    flex-basis: auto;
    padding: 0;
    border-radius: 8px 8px 0px 8px;
}
button.delete{
    flex-basis: auto;
    padding: 0;
    border-radius: 8px 8px 8px 0px;
}
.card *{
    z-index: 2;
    position: relative;
}
svg.card-bg.replaced-svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.card {
    height: 450px;
    width: 390px;
    flex-basis: initial;
    flex-grow: initial;
    border-radius: 12px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    border: none;
}
.card .text-big {
    margin-top: 12px;
}
.card .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.card .title.video::before{
    content: ' ';
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    background-image: url("../img/icons/video.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.card .title.small {
    margin-top: 12px;
}
.card img.icon {
    width: 182px;
    height: 182px;
    right: 23px;
    position: absolute;
    bottom: 92px;
}
.card .card-bottom-info .text-small.any-price-block{
    width: max-content;
    max-width: 61%;
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    display: table-cell;
    vertical-align: bottom;
}
.card .card-bottom-info .priceInfo .title.free{
    font-size: 21px;
    margin-bottom: 20px;
}

.card.card-color-1 .card-bottom-info .text-small.any-price-block{
    border: 1px solid var(--card-line-1);
}
.card.card-color-1 .card-bottom-info .text-small.any-price-block .textDecor{
    color: var(--card-line-text-1);
}

.card.card-color-2 .card-bottom-info .text-small.any-price-block{
    border: 1px solid var(--card-line-2);
}
.card.card-color-2 .card-bottom-info .text-small.any-price-block .textDecor{
    color: var(--card-line-text-2);
}

.card.card-color-3 .card-bottom-info .text-small.any-price-block{
    border: 1px solid var(--card-line-3);
}
.card.card-color-3 .card-bottom-info .text-small.any-price-block .textDecor{
    color: var(--card-line-text-3);
}

.card.card-color-4 .card-bottom-info .text-small.any-price-block{
    border: 1px solid var(--card-line-4);
}
.card.card-color-4 .card-bottom-info .text-small.any-price-block .textDecor{
    color: var(--card-line-text-4);
}

.card.card-color-5 .card-bottom-info .text-small.any-price-block{
    border: 1px solid var(--card-line-5);
}
.card.card-color-5 .card-bottom-info .text-small.any-price-block .textDecor{
    color: var(--card-line-text-5);
}

.card.card-color-6 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-6);
}
.card.card-color-6 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-6);
}

.card.card-color-7 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-7);
}
.card.card-color-7 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-7);
}

.card.card-color-8 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-8);
}
.card.card-color-8 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-8);
}

.card.card-color-9 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-9);
}
.card.card-color-9 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-9);
}

.card.card-color-10 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-10);
}
.card.card-color-10 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-10);
}

.card.card-color-11 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-11);
}
.card.card-color-11 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-11);
}

.card.card-color-12 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-12);
}
.card.card-color-12 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-12);
}

.card.card-color-13 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-13);
}
.card.card-color-13 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-13);
}

.card.card-color-14 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-14);
}
.card.card-color-14 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-14);
}

.card.card-color-15 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-15);
}
.card.card-color-15 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-15);
}

.card.card-color-16 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-16);
}
.card.card-color-16 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-16);
}

.card.card-color-17 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-17);
}
.card.card-color-17 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-17);
}

.card.card-color-18 .card-bottom-info .text-small.any-price-block {
    border: 1px solid var(--card-line-18);
}
.card.card-color-18 .card-bottom-info .text-small.any-price-block .textDecor {
    color: var(--card-line-text-18);
}

.card .card-bottom-info {
    position: absolute;
    bottom: 32px;
    max-width: 85%;
}
.card .card-bottom-info .priceInfo {
    display: table-cell;
    vertical-align: bottom;
    min-width: 120px;
}
.card-bottom-info .title, .card-bottom-info .old-price{
    margin-bottom: 8px;
}
.listElements.cards {
    flex-wrap: wrap;
    justify-content: start;
    grid-gap: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.card .old-price {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: line-through;
    color: #82828280;
}
.card svg rect{
    opacity: 0;
}
.card svg path{
    stroke: var(--main-white);
}
.card.bg-arrows svg path{
    stroke: var(--main-white);
    fill: var(--main-white);
}
.card svg g rect{
    opacity: 1;
    stroke: var(--main-white);
}

.card.card-color-1{
    background: var(--card-color-1);
}
.card.card-color-1:hover svg path{
    stroke: var(--card-line-1);
}
.card.bg-arrows.card-color-1:hover svg path{
    stroke: var(--card-line-1);
    fill: var(--card-line-1);
}
.card.card-color-1:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-1);
}

.card.card-color-2{
    background: var(--card-color-2);
}
.card.card-color-2:hover svg path{
    stroke: var(--card-line-2);
}
.card.bg-arrows.card-color-2:hover svg path{
    stroke: var(--card-line-2);
    fill: var(--card-line-2);
}
.card.card-color-2:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-2);
}

.card.card-color-3{
    background: var(--card-color-2);
}
.card.card-color-3:hover svg path{
    stroke: var(--card-line-3);
}
.card.bg-arrows.card-color-3:hover svg path{
    stroke: var(--card-line-3);
    fill: var(--card-line-3);
}
.card.card-color-3:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-3);
}

.card.card-color-4{
    background: var(--card-color-4);
}
.card.card-color-4:hover svg path{
    stroke: var(--card-line-4);
}
.card.bg-arrows.card-color-4:hover svg path{
    stroke: var(--card-line-4);
    fill: var(--card-line-4);
}
.card.card-color-4:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-4);
}

.card.card-color-5{
    background: var(--card-color-5);
}
.card.card-color-5:hover svg path{
    stroke: var(--card-line-5);
}
.card.bg-arrows.card-color-5:hover svg path{
    stroke: var(--card-line-5);
    fill: var(--card-line-5);
}
.card.card-color-5:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-5);
}

.card.card-color-6{
    background: var(--card-color-6);
}
.card.card-color-6:hover svg path{
    stroke: var(--card-line-6);
}
.card.bg-arrows.card-color-6:hover svg path{
    stroke: var(--card-line-6);
    fill: var(--card-line-6);
}
.card.card-color-6:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-6);
}

.card.card-color-7{
    background: var(--card-color-7);
}
.card.card-color-7:hover svg path{
    stroke: var(--card-line-7);
}
.card.bg-arrows.card-color-7:hover svg path{
    stroke: var(--card-line-7);
    fill: var(--card-line-7);
}
.card.card-color-7:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-7);
}

.card.card-color-8{
    background: var(--card-color-8);
}
.card.card-color-8:hover svg path{
    stroke: var(--card-line-8);
}
.card.bg-arrows.card-color-8:hover svg path{
    stroke: var(--card-line-8);
    fill: var(--card-line-8);
}
.card.card-color-8:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-8);
}

.card.card-color-9{
    background: var(--card-color-9);
}
.card.card-color-9:hover svg path{
    stroke: var(--card-line-9);
}
.card.bg-arrows.card-color-9:hover svg path{
    stroke: var(--card-line-9);
    fill: var(--card-line-9);
}
.card.card-color-9:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-9);
}

.card.card-color-10{
    background: var(--card-color-10);
}
.card.card-color-10:hover svg path{
    stroke: var(--card-line-10);
}
.card.bg-arrows.card-color-10:hover svg path{
    stroke: var(--card-line-10);
    fill: var(--card-line-10);
}
.card.card-color-10:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-10);
}


.card.card-color-11{
    background: var(--card-color-11);
}
.card.card-color-11:hover svg path{
    stroke: var(--card-line-11);
}
.card.bg-arrows.card-color-11:hover svg path{
    stroke: var(--card-line-11);
    fill: var(--card-line-11);
}
.card.card-color-11:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-11);
}

.card.card-color-12{
    background: var(--card-color-12);
}
.card.card-color-12:hover svg path{
    stroke: var(--card-line-12);
}
.card.bg-arrows.card-color-12:hover svg path{
    stroke: var(--card-line-12);
    fill: var(--card-line-12);
}
.card.card-color-12:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-12);
}

.card.card-color-13{
    background: var(--card-color-13);
}
.card.card-color-13:hover svg path{
    stroke: var(--card-line-13);
}
.card.bg-arrows.card-color-13:hover svg path{
    stroke: var(--card-line-13);
    fill: var(--card-line-13);
}
.card.card-color-13:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-13);
}

.card.card-color-14{
    background: var(--card-color-14);
}
.card.card-color-14:hover svg path{
    stroke: var(--card-line-14);
}
.card.bg-arrows.card-color-14:hover svg path{
    stroke: var(--card-line-14);
    fill: var(--card-line-14);
}
.card.card-color-14:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-14);
}

.card.card-color-15{
    background: var(--card-color-15);
}
.card.card-color-15:hover svg path{
    stroke: var(--card-line-15);
}
.card.bg-arrows.card-color-15:hover svg path{
    stroke: var(--card-line-15);
    fill: var(--card-line-15);
}
.card.card-color-15:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-15);
}

.card.card-color-16{
    background: var(--card-color-16);
}
.card.card-color-16:hover svg path{
    stroke: var(--card-line-16);
}
.card.bg-arrows.card-color-16:hover svg path{
    stroke: var(--card-line-16);
    fill: var(--card-line-16);
}
.card.card-color-16:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-16);
}

.card.card-color-17{
    background: var(--card-color-17);
}
.card.card-color-17:hover svg path{
    stroke: var(--card-line-17);
}
.card.bg-arrows.card-color-17:hover svg path{
    stroke: var(--card-line-17);
    fill: var(--card-line-17);
}
.card.card-color-17:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-17);
}

.card.card-color-18{
    background: var(--card-color-18);
}
.card.card-color-18:hover svg path{
    stroke: var(--card-line-18);
}
.card.bg-arrows.card-color-18:hover svg path{
    stroke: var(--card-line-18);
    fill: var(--card-line-18);
}
.card.card-color-18:hover svg g rect{
    opacity: 1;
    stroke: var(--card-line-18);
}

input{
    height: 40px;
    padding: 12px;
    flex-basis: initial;
    font-size: 14px;
    border: none;
    background: var(--main-gray);
    border-radius: 8px;
    margin: 6px 0;
    width: 100%;
}
textarea{
    height: 100px;
    padding: 12px;
    flex-basis: initial;
    font-size: 14px;
    border: none;
    background: var(--main-gray);
    border-radius: 8px;
    margin: 6px 0;
    width: 100%;
    resize: none;
}
input[type=file]{
    background: none;
    border: none;
    width: 100%;
    margin: 3px 0;
    height: 41px;
    display: inline-block;
    padding: 0;
    text-align: left;
}
input[type=file]::file-selector-button {
    background: var(--main-white);
    border: none;
    width: auto;
    padding: 17px 17px;
    text-align: center;
    border-radius: 8px;
    height: 41px;
    display: inline-block;
    line-height: 10px;
    cursor: pointer;
}
input:focus{
    outline: 1px solid;
    outline-color:var(--main-yellow-200);
    background: var(--main-white);
}
input.error{
    outline: 1px solid;
    outline-color:var(--main-red);
}
input.error:focus{
    outline-color:var(--main-red);
}
input:disabled{
    background: #F9F9F9;
}
input::placeholder {
    color: #353535;
}

label>input[type=checkbox], label>input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: auto;
}
label>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin: 6px 0;
}
label>input[type=checkbox]+span::before, label>input[type=radio]+span::before{
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #828282;
    border-radius: 8px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
    background: var(--main-white);
}
label>input[type=radio]+span::before{
    background-size: 80% 80%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 2px;
}
label>input[type=radio]:not(:disabled):not(:checked)+span:hover::before {
    background-color: var(--main-white);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4.2 -3.9 8 8'%3e%3ccircle r='4' fill='%23FEF2CD'/%3e%3c/svg%3e");
}
label>input[type=checkbox]:not(:disabled):not(:checked)+span:hover::before {
    border-color: var(--main-yellow-500);
}
label>input[type=radio]:focus+span::before {
    border-color: var(--main-yellow);
}
label>input[type=checkbox]:focus+span::before {
    border-color: var(--main-yellow);
}
label>input[type=radio]:focus:not(:checked)+span::before {
    border-color: var(--main-yellow);
}
label>input[type=checkbox]:focus:not(:checked)+span::before {
    border-color: var(--main-yellow);
}
label>input[type=radio]:checked+span::before {
    border-color: var(--main-yellow);
    background-color: var(--main-white);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4.2 -3.9 8 8'%3e%3ccircle r='4' fill='%23FDCF47'/%3e%3c/svg%3e");
}
label>input[type=checkbox]:checked+span::before {
    border-color: var(--main-yellow);
    background-color: var(--main-yellow);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M13.5 1.9375L5.375 10.0625L1.3125 6'/%3e%3c/svg%3e");
    background-position-y: 2px;
}
label>input[type=radio]:disabled+span::before {
    background-color: #F9F9F9;
}
label>input[type=checkbox]:disabled+span::before {
    background-color: #F9F9F9;
}
label.error>input[type=checkbox]+span::before{
    border: 1px solid var(--main-red);
}
label.error>input[type=checkbox]:not(:disabled):not(:checked)+span:hover::before {
    border: 1px solid var(--main-red);
}
label.error>input[type=radio]+span::before{
    border: 1px solid var(--main-red);
}
label.error>input[type=radio]:not(:disabled):not(:checked)+span:hover::before {
    border: 1px solid var(--main-red);
}
label.error>input[type=radio]:checked+span::before {
    border-color: var(--main-yellow);
}
label.error>input[type=checkbox]:checked+span::before {
    background-color: var(--main-yellow);
    border-color: var(--main-yellow);
}

header section{
    text-align: right;
    margin: 24px auto;
}
header .logo{
    margin-right: 78px;
    float: left;
}
ul{
    list-style-type: none;
}
.lectionContent h1{
    font-size: 36px;
    line-height: 42px;
}
.lectionContent ul{
    list-style-type: disc;
}
.lectionContent ol b{
    display: contents;
}
.mainThingsText ul{
    list-style-type: initial;
}
.mainThingsText ul{
    margin: 24px 0;
}
.mainThingsText {
    margin-bottom: 20px;
}
ul.menu {
    padding: 0;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 13px;
}
ul.menu li {
    display: inline-block;
    margin-right: 40px;
}
form.headerSearch {
    vertical-align: top;
    height: min-content;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
form.headerSearch a{
    margin: 0;
    max-width: 285px;
    margin-left: 30px;
    height: 52px;
    padding: 15px 0px;
}
header form.headerSearch {
    padding-top: 36px;
}
form.headerSearch button{
    width: auto;
    padding: 0 24px;
    margin: 0;
    margin-left: 10px;
    height: 51px;
}
form.headerSearch input{
    height: 51px;
    font-size: 18px;
    font-weight: 700;
}
form.headerSearch.onPage {
    width: 600px;
    margin: 0;
}
form.headerSearch.onPage input{
    width: 480px;
    margin-right: 10px;
}
form.headerSearch.onPage button{
    width: 105px;
}
form.headerSearch input::placeholder {
    color: #353535 !important;
}
footer {
    background: var(--main-black);
    color: var(--main-white);
    padding: 1px 0px;
}
footer section{
    margin-bottom: 0;
}
footer ul li a{
    color: var(--main-white);
}
header .burger-menu{
    background-image: url("../img/icons/burger-menu.svg");
    width: 30px;
    height: 30px;
    margin: 0;
    margin-left: 30px;
    background-size: contain;
    vertical-align: top;
    margin-top: 11px;
    display: none;
}
header .cabinet{
    background-image: url("../img/icons/cabinet.svg");
    width: 30px;
    height: 30px;
    margin: 0;
    margin-left: 30px;
    background-size: contain;
    vertical-align: top;
    margin-top: 11px;
    background-repeat: no-repeat;
    display: inline-block;
}
header .login{
    background-image: url("../img/icons/login.svg");
    width: 30px;
    height: 30px;
    margin: 0;
    margin-left: 30px;
    background-size: contain;
    vertical-align: top;
    margin-top: 11px;
    background-repeat: no-repeat;
    display: inline-block;
}

footer .logo{
    margin-bottom: 45px;
    display: inline-block;
}
footer ul.menu{
    margin: 45px 0;
}
footer ul.menu a{
    font-size: 16px;
    text-transform: none;
}
footer ul.menu a:hover{
    color: var(--main-white);
}
footer ul.menu li{
    display: block;
    margin-bottom: 24px;
}
footer ul.menu li:last-child{
    margin-bottom: 0px;
}
footer ul.menu.big{
    font-size: 18px;
}
footer ul.menu.big li{
    margin-bottom: 30px;
}
footer ul.menu a.phone{
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}
footer ul.menu{
    text-transform: none;
}
footer ul.menu a.mail {
    font-size: 24px;
}
footer ul.soc{
    margin: 45px 0;
}
footer ul.soc a{
    width: 40px;
    height: 40px;
    display: inline-block;
}
footer ul.soc li{
    margin-right: 30px;
    display: inline-block;
}
a.telegram{
    background: url("../img/icons/telegram.svg");
}
a.skype{
    background: url("../img/icons/skype.svg");
}
a.viber{
    background: url("../img/icons/viber.svg");
}
a.whatsapp{
    background: url("../img/icons/whatsapp.svg");
}
footer hr{
    background: 1px solid var(--main-gray);
    border: 1px solid;
    opacity: 1;
}
section.videoBlock{
    max-width: 1230px;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
}
section.videoBlock.full .iframeBlock{
    overflow: initial;
}
section.videoBlock .iframeBlock{
    width: 100%;
    height: 400px;
    position: relative;
    top: -100px;
    overflow: hidden;
}
section.videoBlock .listener{
    width: 90%;
}
section.videoBlock .listener h3{
    margin-bottom: 11px;
    margin-left: 8%;
}
section.videoBlock .listener hr, section.videoBlock .opened hr{
    border: 1px solid var(--main-yellow);
}
section.videoBlock a.button{
    width: 285px;
    text-transform: uppercase;
    margin-right: 8%;
    margin-left: 32px;
}
section.videoBlock h1.indexTitle{
    font-size: 96px;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 0px;
}
section.videoBlock h1.indexTitle.white{
    color: var(--main-white);
    z-index: 2;
    position: relative;
    background: none;
    text-shadow: #656565 1px 1px 2px;
}
section.videoBlock .opened{
    width: 35%;
    margin-top: 45px;
}
section.videoBlock iframe{
    position: absolute;
    top: -200px;
    z-index: 1;
}
.themeEl{
    width: calc(33% - 50px);
    padding: 16px 40px 16px 10px;
    flex-basis: auto;
}
.listElements.filter {
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listElements.filter .select{
    width: 390px;
    margin: 6px 0;
    max-width: 390px;
}
.listElements.filter label{
    width: 390px;
    margin: 6px 0;
    max-width: 390px;
}
a.button.card-other{
    width: 390px;
    margin: auto;
    display: block;
}
section.form{
    background: var(--main-yellow);
    max-width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}
section.form section{
    z-index: 1;
    position: relative;
}
section.form .union, .window.form .union{
    position: absolute;
    z-index: 0;
    height: 566px;
    left: 0;
    top: calc(50% - 287px);
}
section.form .rock, .window.form .rock{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
section.form h2{
    margin-top: 0;
    margin-bottom: 102px;
}
section.form button{
    text-transform: uppercase;
    font-weight: 100;
}
section.form .infoBlock{
    width: 35%;
    margin-right: 50px;
}
section.auth form{
    width: 30%;
    margin-right: 135px;
}
section.auth form button{
    margin: 10px 0;
}
section.auth form a.arrow-right{
    display: block;
    margin: auto;
    width: max-content;
    margin-top: 30px;
    padding-right: 50px;
}
section.auth .socLogin {
    margin-top: 50px;
}
section.auth .socLogin a.arrow-right{
    padding-right: 50px;
}
section.auth .arrow-right::after{
    background: url("../img/icons/arrow-yellow.svg");
}
section.auth .socBlock {
    margin-top: 88px;
}
section.auth .socBlock a{
    width: 75px;
    height: 75px;
    background: #F5F5F5;
    flex-grow: 0;
    border-radius: 8px;
    margin-right: 30px;
    display: flex;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
section.auth .socBlock a img{
    margin: 10px;
}
.error-text{
    color: var(--main-red);
}
.bgModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--main-gray);
    opacity: 0.8;
    z-index: 999;
    cursor: pointer;
}
.modalWindow {
    display: none;
}
.modalWindow .window{
    position: fixed;
    background: var(--main-white);
    z-index: 9999;
    border-radius: 8px;
    overflow: hidden;
}
.modalWindow .window *:not(input){
    z-index: 2;
    position: relative;
}
.modalWindow .window form{
    width: 100%;
}
.modalWindow .window form .select{
    height: 40px;
    width: 100%;
    margin: 12px 0;
    z-index: 3;
}
.modalWindow .window form .select .select_block{
    height: 40px;
    padding: 12px;
    flex-basis: initial;
    font-size: 14px;
    border: none;
    background: var(--main-gray);
    border-radius: 8px;
    margin: 6px 0;
    width: 100%;
    text-align: left;
    line-height: 18px;
}

.modalWindow .window form .select .select_block__list{
    top: -4px;
    font-size: 16px;
}
.modalWindow .window form .select .select_block__list .select_block__item {
    padding: 12px 20px;
    cursor: pointer;
}
.modalWindow .window.info{
    width: 1020px;
    height: 555px;
    top: calc(50% - 278px);
    left: calc(50% - 510px);
}
.modalWindow.modalPay .window.info{
    height: 685px;
}
.modalWindow .window.info .rock{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}
.modalWindow .window.info .cone{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.modalWindow .window.info .union{
    width: 700px;
    top: -200px;
    position: absolute;
    left: -267px;
    z-index: 1;
}
.modalWindow .window button.close{
    width: 30px;
    height: 30px;
    background: url(../img/icons/close.svg);
    background-size: 100%;
    background-position: center;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 999999999;
}
.modalWindow .window .windowContent{
    width: 650px;
    margin: auto;
    margin-top: 100px;
    margin-top: 40px;
    text-align: center;
}
.modalWindow .window.form .listElements{
    align-items: end;
}
.modalWindow .window.form #formConfirm_btn span{
    text-align: left;
}
.modalWindow .window.form .windowContent button{
    width: 100%;
}
.modalWindow .window.form .windowContent{
    width: 850px;
    margin-bottom: 64px;
    max-width: 100%;
}
.modalWindow .window.form .windowContent .infoBlock{
    width: 90%;
    margin-right: 30px;
}
.modalWindow .window.form.info{
    height: auto;
}
.modalWindow .window.form.info h2{
    text-align: left;
    margin-bottom: 32px;
}
.modalWindow .window.form.info .title{
    text-align: left;
}
.modalWindow.modalPay .window .windowContent{
    width: 850px;
}
.modalWindow .window .windowContent h3{
    display: block;
    width: 100%;
    margin-bottom: 48px;
}
.modalWindow .window .addedProducts .title {
    text-align: left;
    margin-bottom: 25px;
}
.modalWindow .window .addedProducts span {
    text-align: left;
}
.modalWindow .window .addedProducts:not(:last-child){
    margin-right: 32px;
}
.modalWindow .window .addedProducts{
    text-align: left;
    display: flex;
    flex-direction: column;
}
.payStep .control_buttons{
    width: 100%;
    margin: 30px 0;
}
.paySteps button.yellow {
    margin-top: 0px !important;
}
.modalWindow .window .windowContent .windowText{
    display: block;
    width: 100%;
    border: 1px solid var(--main-yellow);
    background: var(--main-white);
    border-radius: 8px;
    padding: 20px;
}
.modalWindow .window .windowContent button{
    width: 380px;
    margin: auto;
    margin-top: 30px;
    max-width: 100%;
}
.modalWindow .window .windowContent a{
    width: 380px;
    margin: auto;
    margin-top: 30px;
    padding: 18px;
    border-radius: 8px;
}
.modalWindow .window .windowContent p a{
    padding: 0;
}
.backgroundBlock {
    width: 100%;
    height: 390px;
    position: absolute;
    z-index: -1;
    overflow: hidden;
}
.backgroundBlock_yellowLine {
    position: absolute;
    width: 75%;
    height: 200px;
    background: var(--main-yellow);
    right: 0;
    border-radius: 8px;
    z-index: -2;
}
.backgroundBlock.search .backgroundBlock_yellowLine{
    height: 140px;
}
.backgroundBlock.search .union{
    top: -310px;
}
.backgroundBlock.search .backgroundBlock_yellowLine .cone {
    top: -89px;
}
.backgroundBlock .union {
    position: absolute;
    left: 0;
    top: -117px;
    width: 30%;
}
.backgroundBlock_yellowLine .base {
    position: absolute;
    bottom: 0;
    left: 290px;
}
.backgroundBlock_yellowLine .cone {
    position: absolute;
    right: 230px;
    top: -36px;
}
h1.mainTitle{
    text-transform: uppercase;
    margin-top: 120px;
}
.elementBackgroundBlock{
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: -1;
    overflow: hidden;
}
.elementBackgroundBlock .cone {
    position: absolute;
    right: 100px;
}
.elementBackgroundBlock .union {
    position: absolute;
    top: 0;
    left: 0px;
}
.infoProgram{
    width: 50%;
}
.photoProgram{
    width: 50%;
    position: relative;
}
.photoProgram button {
    width: 285px;
    position: absolute;
    right: 0;
    bottom: -40px;
}
.photoProgram button.gray {
    font-size: 14px;
    color: #191300;
    font-weight: 400;
    line-height: 100%;
}
.photoProgram button.green {
    font-size: 14px;
    color: #191300;
    font-weight: 400;
    line-height: 100%;
}
.photoProgram img {
    margin-bottom: 92px;
    position: relative;
    right: -21%;
    border-radius: 8px;
    width: 100%;
    max-width: 490px;
    object-fit: cover;
    text-align: right;
    max-height: 490px;
}
.card-main-info {
    z-index: 3;
}
.program_disable{
    background: #FFECF3;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.card-main-info .card-time{
    font-weight: 400;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.mainPrice label span{
    font-family: Raleway;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.infoProgram .shortDescription {
    padding: 16px;
    background: #F5F5F5;
    border-radius: 8px;
}
.infoProgram .shortDescription .descWords{
    margin-top: 10px;
}
.infoProgram .shortDescription .descWords span{
    padding: 10px;
    background: var(--main-yellow-200);
    border-radius: 8px;
    margin-right: 10px;
    font-size: 14px;
}
.infoProgram .priceInfo {
    margin-top: 24px;
    padding: 32px;
    text-align: center;
    background: var(--main-white);
    border: 1px solid var(--main-yellow);
    border-radius: 8px;
}
.infoProgram .priceInfo .pay_info{
    border-radius: 8px;
    font-family: Raleway;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 3px 70px;
    margin: 0 30px;
    margin-bottom: 13px;
}
.infoProgram .priceInfo .mainPrice {
    font-size: 48px;
    font-weight: 600;
    font-family: 'Exo2Variable';
    line-height: 48px;
    margin-bottom: 10px;
}
.infoProgram .priceInfo .oldPrice {
    font-size: 32px;
    text-decoration: line-through;
    color: #C3C3C3;
}
.infoProgram .priceInfo .title.small{
    display: inline;
}
.infoProgram .priceInfo .faq-wrap{
    display: inline-block;
    bottom: 25px;
}
.infoProgram .programThemes {
    font-size: 16px;
    font-weight: 600;
    margin-top: 46px;
}
.programTags {
    margin-top: 32px;
}
.infoProgram .programThemes .title{
    margin-bottom: 12px;
}

.infoProgram h1{
    font-size: 48px;
    line-height: 58px;
    margin: 30px 0;
}
.programTags span{
    padding: 6px;
    border-radius: 8px;
    margin-right: 16px;
}
.programTags span:nth-child(3n){
    background: #FFECF3;
    color: #87284A;
}
.programTags span:nth-child(3n+1){
    background: #D6F0FA;
    color: #24596F;
}
.programTags span:nth-child(3n+2){
    background: #FEF2CD;
    color: #977202;
}
section.program_black {
    max-width: none;
    width: 100%;
    padding: 48px 0;
    margin: auto;
    background: #42716B;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.program_black .union {
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.program_black .cone {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
section.program_black .listElements{
    max-width: 1230px;
    text-align: center;
    margin: auto;
    background: var(--main-white);
    border-radius: 8px;
}
section.program_black .listElements .programInfoList {
    margin: 38px 42px;
}
section.program_black .listElements .programInfoList hr{
    width: 160px;
    border: 1px solid #42716B;
    margin: 15px auto;
}
section.program_black .listElements .infoText span{
    font-size: 16px;
    color: #C3C3C0;
}
.program_authors{
    width: 390px;
}
.program_text_blocks{
    width: calc(100% - 390px);
}
.program_text_blocks details {
    width: calc(100% - 70px);
    margin: 12px 0;
}
.program_authors {
    background: var(--main-yellow-200);
    padding: 24px;
    border-radius: 8px;
    margin-top: 12px;
}
.windowContent .program_authors {
    background: none;
}
.program_authors h4{
    margin: 0;
    margin-bottom: 16px;
}
#modal_authors h4{
    margin: 24px;
    margin-bottom: 0px;
    text-align: left;
}
.program_author_el {
    background: var(--main-white);
    width: 100%;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid var(--main-yellow);
}
.program_author_el img{
    width: 48px;
    height: 48px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: top;
}
.program_author_el_info {
    display: inline-block;
    width: calc(100% - 72px);
}
.news_sections a {
    padding: 20px 10px;
    border-radius: 8px;
    width: 100%;
    margin: 5px 0;
    padding-right: 22px;
}
.news_sections a:hover{
    background: var(--main-yellow-200);
    position: relative;
}
.news_sections a.current{
    background: var(--main-yellow-300);
    position: relative;
}
.news_sections a.current::after {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    background: url('../img/icons/arrow-right.svg');
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
}
.news_sections.listElements.vertical {
    width: 285px;
    margin-right: 30px;
}
.news_element {
    border: 1px solid var(--main-yellow-100);
    border-radius: 8px;
    margin: 8px 0;
    padding: 24px;
    background: var(--main-white);
    width: 100%;
}
.news_element iframe{
    max-width: 100%;
}
.news_title{
    margin: 56px auto;
}
.news_element h4 {
    margin: 0;
    display: inline-block;
    font-weight: 600;
}
.news_element_title {
    position: relative;
}
.news_element_preview {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.news_element a {
    scroll-margin-top: 2rem;
}
.news_element .news_date {
    display: inline-block;
    margin-right: auto;
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #828282;
    background: #F5F5F5;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
}
.news_detail .news_date {
    display: inline-block;
    margin-right: auto;
    position: absolute;
    right: 0;
    font-size: 16px;
    color: var(--main-yellow-700);
    background: #FEF2CD;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
}
.news_detail h4 {
    margin: 0;
    display: inline-block;
    font-weight: 600;
}
.news_detail .news_element_title{
    margin-top: 32px;
}
.news_element_text {
    border-radius: 8px;
    background: var(--main-white);
    border: 1px solid var(--main-yellow);
    padding: 32px;
    margin-top: 20px;
}
.news_element .title.small{
    margin-top: 16px;
}
.pay_budget{
    width: 100%;
    margin-bottom: 36px;
    margin-top: -32px;
}
.modalWindow .errors {
    color: red;
    margin-bottom: 16px;
}
.registerForm .text-small{
    margin-top: 30px;
}
.registerForm .text-small a{
    font-size: 14px;
    text-decoration: underline;
}
section.personal_info {
    margin-top: 192px;
}
.personal_photo {
    width: 285px;
    height: 285px;
    position: relative;
    flex-basis: 0 !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 285px;
    min-width: 285px;
    border-radius: 8px;
    max-height: 285px;
}
.personal_photo .personalPhoto{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
label.update.gray {
    position: absolute;
    width: calc(50% - 1px);
    left: 0;
    bottom: 0;
    margin: 0;
    background: #82828280;
    flex-basis: auto;
    padding: 0;
    border-radius: 8px 8px 0px 8px;
    text-align: center;
}
label.update.gray img{
    margin: 13px 0;
}
button.delete.gray {
    position: absolute;
    width: calc(50% - 1px);
    right: 0;
    bottom: 0;
    margin: 0;
    background: #82828280;
}
.personal_info_text h3 {
    margin-top: 0;
    margin-bottom: 9px;
}
.personal_info_text {
    margin-left: 30px;
    overflow: hidden;
    overflow-wrap: break-word;
}
.hidden_authors {
    display: none;
}
td.infoName {
    padding-right: 20px;
    text-align: left;
    min-width: 80px;
}
td.infoValue {
    text-align: left;
    padding: 5px 0;
    word-break: break-all;
}
button.updateProfile {
    font-size: 18px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 9px 0;
    text-align: left;
    padding-left: 30px;
}
button.updateProfile:before {
    content:"";
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/icons/mingcute_pencil-line.png");
}
.personal_pay_block {
    border: 1px solid var(--main-yellow);
    padding: 32px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 32px;
}
.personal_info_block {
    width: 40%;
}
.personal_pay_info {
    width: 10%;
}
.personal_pay_block .pay_title{
    margin: 0;
    position: relative;
    display: flex;
    align-items: self-end;
    margin-bottom: 24px;
}
.personal_pay_block h4{
    margin: 0;
    margin-bottom: 24px;
}
.personal_pay_block .pay_title h4{
    margin-bottom: 0;
}
.personal_pay_block .pay_title a#pay_history{
    margin: 0;
    display: inline-block;
    text-align: right;
}
.pay_info table{
    width: 100%;
}
a#pay_history {
    font-size: 14px;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}
.pay_info td.infoName {
    vertical-align: top;
    text-align: left;
}
.pay_info .infoValue{
    width: 40%;
}
.programms_list {
    background: #F9F9F9;
    padding: 32px;
    border-radius: 8px;
    padding-bottom: 16px;
}
.my_programm {
    position: relative;
    margin-bottom: 16px;
    display: block;
}
.my_programm .status {
    display: inline-block;
    right: 0;
    position: absolute;
    top: -3px;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 18.78px;

}
.my_programm .status.success{
    background: #D6F0FA;
    color: #24596F;
}
.my_programm .status.process{
    background: #FEF2CD;
    color: #977202;
}
.my_programm .status.new{
    background: #DAF0ED;
    color: #42716B;
}

.plan_table_course_status .status {
    display: inline-block;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 18.78px;

}
.plan_table_course_status .status.failed{
    background: #FFECF3;
    color: #87284A;
}
.plan_table_course_status .status.success{
    background: #D6F0FA;
    color: #24596F;
}
.plan_table_course_status .status.process{
    background: #FEF2CD;
    color: #977202;
}
.plan_table_course_status .status.new{
    background: #DAF0ED;
    color: #42716B;
}

.status {
    display: inline-block;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 18.78px;
    width: max-content;
}
.status.failed{
    background: #FFECF3;
    color: #87284A;
}
.status.success{
    background: var(--main-green);
    color: #386237;
}
.status.process{
    background: #FEF2CD;
    color: #977202;
}
.status.new{
    background: #DAF0ED;
    color: #42716B;
}
section.my_programms {
    margin-top: -156px;
}
section.my_diploms h3 {
    position: relative;
}
section.my_diploms h3 .hide_diploms_input{
    font-family: Raleway;
    font-size: 18px;
    line-height: 25.2px;
    position: absolute;
    right: 0;
}
section.my_diploms .diplom_element {
    width: calc(50% - 15px);
}
section.my_diploms .diplom_preview {
    width: 100%;
    flex-grow: inherit;
    max-height: 360px;
    object-fit: contain;
}
section.my_diploms h4 {
    text-align: left;
    margin-bottom: 16px;
}
section.my_diploms .text{
    text-align: left;
    margin-bottom: 16px;
    height: 46px;
}
section.my_diploms h3 {
    margin-bottom: 14px;
}
section.my_diploms .fancy-image{
    height: fit-content;
    align-items: end;
    display: flex;
}
section.my_diploms .diploms_list{
    align-items: stretch;
}
.diploms_list.listElements {
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 20px;
}
.diplom_element {
    width: 390px;
    flex-grow: initial;
    text-align: center;
    padding: 32px;
    background: #F9F9F9;
    border-radius: 8px;
    margin-bottom: 20px;
}
.diplom_element .wait{
    color: var(--main-red);
    margin-bottom: 0 !important;
    margin-top: 20px;
}
.diplom_element .diplom_btns a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    margin: 15px;
}
.diplom_element .diplom_btns a.download{
    background: url("../img/icons/download.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.diplom_element .diplom_btns a.open{
    background: url("../img/icons/link.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.diplom_element .diplom_btns a.share{
    background: url("../img/icons/share.svg");
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px solid #C68F00;
    background-position-x: 35%;
    background-position-y: 50%;
    background-size: 73%;
}
.diplom_element .title, .diplom_element .dates, .diplom_element .text-small{
    text-align: left;
}
label.input-file input[type="file"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
label.input-file{
    position: absolute;
    width: calc(50% - 1px);
    left: 0;
    bottom: 0;
    margin: 0;
    height: 56px;
}
.modalWindow .window.info.update{
    width: 392px;
    padding: 32px;
    height: auto;
    left: calc(50% - 180px);
    top: 50px;
}
.modalWindow .window.info.update .windowContent{
    width: 100%;
    margin: auto;
}
.modalWindow .window.info.update .windowContent button{
    width: 100%;
    margin-top: 16px;
}
.modalWindow .window.info.update .title.small{
    text-align: left;
    margin-bottom: 16px;
}
#modal_pay_history table{
    width: 100%;
    border-spacing: 0;
}
#modal_pay_history table tr.pay_title{
    background: var(--main-yellow-100);
    border-radius: 8px;
}
#modal_pay_history table tr {
    margin-bottom: 16px;
    display: flex;
}
#modal_pay h3.sale-acountpay-title{
    margin: 0;
    font-size: 18px;
}
#modal_pay .sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item{
    height: 30px;
    line-height: 30px;
    background: var(--main-yellow);
}
#modal_pay .sale-acountpay-input{
    font-size: 18px;
}
#modal_pay label.control-label.input-lg.input-lg.col-sm-1 {
    text-align: left;
    padding-left: 0;
}
#modal_pay input[type=checkbox].sale-acountpay-pp-company-checkbox{
    width: 20px;
    height: 20px;
    right: 7px;
    left: auto;
}
#modal_pay .sale-acountpay-pp-company-image{
    height: 66px;
    display: block;
    top: 0;
    position: absolute;
}
#modal_pay .sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-graf-container{
    overflow: hidden;
}
#modal_pay.modalWindow .window .windowContent{
    margin-top: 50px;
}
#modal_pay.modalWindow .window.info{
    height: auto;
    top: 5vh;
    min-height: 455px;
    max-height: 90vh;
    padding-bottom: 30px;
    overflow-y: auto;
}
#modal_pay.modalWindow .btn.sale-account-pay-button{
    margin: 0;
    background: var(--main-yellow);
    color: var(--main-black);
    padding: initial;
    font-size: 18px;
    font-family: Raleway;
    height: 55px;
    line-height: 55px;
}
#modal_pay.modalWindow .btn-success{
    background: var(--main-yellow);
    color: var(--main-black);
    padding: initial;
    font-size: 18px;
    font-family: Raleway;
    height: 55px;
    line-height: 55px;
    border-radius: 8px !important;
    border: none;
    margin: 15px 0 !important;
}
#modal_pay.modalWindow .alert.alert-info {
    background: var(--main-yellow-200);
    border-color: var(--main-yellow);
    color: var(--main-black);
    margin-top: 15px;
}
.burger_menu_block {
    position: fixed;
    height: 100vh;
    top: 0;
    background: var(--main-white);
    z-index: 999;
    width: 400px;
    right: -400px;
}
.burger_menu_block.active {
    right: 0;
    animation-duration: 1s;
    animation-name: open;
}
.burger_menu_block.unactive {
    right: -400px;
    animation-duration: 1s;
    animation-name: close;
}

@keyframes open {
    from {
        right: -400px;
    }

    to {
        right: 0;
    }
}
@keyframes close {
    from {
        right: 0;
    }

    to {
        right: -400px;
    }
}
.burger_menu_block .menu li{
    width: 100%;
    padding: 8px 40px;
}
.burger_menu_block .menu{
    margin-top: 100px;
}
.burger_menu_block button.close {
    width: 30px;
    height: 30px;
    background: url("../img/icons/close.svg");
    background-size: 100%;
    background-position: center;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 30px;
}
.burger-menu.mobile{
    display: none;
}
.burger_menu_block.mobile{
    display: none;
}
.videoBlock.mobile{
    display: none;
}
.menu.big.mobile{
    display: none;
}
.mobile{
    display: none;
}
section.auth form a.arrow-right.mobile{
    display: none;
}
.modalWindow#modal_buy .window.info {
    width: 1020px;
    height: auto;
    top: 20px;
    left: calc(50% - 510px);
    max-height: 100vh;
    overflow-y: auto;
}
#modal_buy.modalWindow .window .windowContent {
    width: auto;
    margin-top: 70px;
    margin-bottom: 60px;
}
#modal_buy.modalWindow .window .windowContent {
    width: auto;
}
#modal_buy.modalWindow .window form{
    width: 100%;
    padding: 0 75px;
}
#modal_buy.modalWindow .window form .title{
    text-align: left;
}
#modal_buy.modalWindow .mainPrice {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Exo2Variable';
    line-height: 48px;
    margin-bottom: 10px;
}
#modal_buy.modalWindow .oldPrice {
    font-size: 24px;
    text-decoration: line-through;
    color: #C3C3C3;
}
#modal_buy.modalWindow .windowText {
    text-align: left;
    padding: 32px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#modal_buy.modalWindow .windowText .mainPrice .text-small{
    font-weight: 100;
    margin: 16px 0;
    font-family: 'Raleway';
}
#modal_buy.modalWindow .totalPrice{
    margin-top: 32px;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Exo2Variable';
    line-height: 48px;
}
#modal_buy.modalWindow .windowText .mainPrice .min_info{
    font-size: 14px;
    font-weight: 200;
    font-family: 'Raleway';
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.modalWindow#modal_pay_history .window .windowContent .windowText {
    overflow: auto;
    flex-basis: 300px;
}
.suitableForBlock {
    padding: 68px 32px;
    background: var(--main-yellow-50);
    border: 1px solid var(--main-yellow);
    border-radius: 8px;
    width: 285px;
    flex-basis: 285px;
    flex-grow: initial;
    height: 356px;
    position: relative;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 46px;
}
.owl-item {
    display: inline-block;
}
.owl-stage-outer {
    overflow: hidden;
}
.owl-nav.disabled {
    display: none;
}
.suitableForBlock:last-child{
    margin-right: 0;
}
.suitableForBlock_icon {
    width: 88px;
    height: 88px;
    position: absolute;
    top: -46px;
    text-align: center;
    vertical-align: middle;
    background: var(--main-yellow-200);
    border-radius: 8px;
    border: 1px solid var(--main-yellow);
}
.suitableForBlock_icon img {
    width: 88px;
    height: 88px;
    padding: 24px;
}
.suitableForBlock .title{
    margin-bottom: 16px;
}
.listSuitableFor{
    justify-content: space-between;
    margin-top: 110px;
}
.program_banner {
    width: 1230px;
    height: 391px;
    border-radius: 8px;
    padding: 64px 96px;
}
.banner_content {
    width: 50%;
}
.banner_content a{
    padding: 17px 42px;
    margin-top: 50px;
    display: inline-block;
    border-radius: 8px;
}
section.price_block {
    width: 100%;
    max-width: none;
    position: relative;
    height: 657px;
}
section.price_block .union{
    position: absolute;
    left: 0;
}
.black_bg_block {
    background: #2F2F2F;
    width: 70%;
    position: absolute;
    right: 0;
    top: 96px;
    border-radius: 8px 0 0 8px;
    height: 467px;
}
.black_bg_block .rock{
    position: absolute;
    right: 30%;
    bottom: 0;
}
.black_bg_block .cone{
    position: absolute;
    top: 0;
    right: 11px;
}
section.price_block .priceInfo {
    width: 684px;
    padding: 48px;
    background: var(--main-white);
    z-index: 1;
    position: absolute;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    top: 144px;
    left: 18%;
}
section.price_block .priceInfo .mainPrice {
    font-size: 48px;
    font-weight: 600;
    font-family: 'Exo2Variable';
    line-height: 48px;
    margin-bottom: 24px;
    margin-top: 24px;
}
section.price_block .priceInfo .oldPrice {
    font-size: 32px;
    text-decoration: line-through;
    color: #C3C3C3;
}
section.price_block .priceInfo .title.small {
    display: inline;
}
section.price_block .priceInfo .faq-wrap {
    display: inline-block;
    bottom: 25px;
}
.photoProgram a{
    width: 285px;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 17px 0;
    border-radius: 8px;
}
a.otherProgram {
    display: block;
    width: 100%;
    margin: 14px;
}
.otherPrograms {
    margin-top: 32px;
}
.plan_table {
    width: 100%;
    border: 1px solid var(--main-yellow);
    border-radius: 8px;
    background: var(--main-white);
    border-collapse: separate;
    border-spacing: 0px;
}
.plan_table th{
    padding: 16px 24px;
    font-size: 24px;
    font-weight: 600;
}
.plan_table td{
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
}
.plan_table_title_number, .plan_table_title_name, .plan_table_title_duration, .plan_table_title_graf, .plan_table_title_status{
    display: inline-block;
    padding: 16px 24px;
    font-size: 24px;
    font-weight: 600;
}
.plan_table_title_name{
    width: 70%;
}
.plan_table_title_duration{
    width: calc(30% - 90px);
    text-align: right;
}
.plan_table.detail .plan_table_title_name{
    width: 63%;
}
.plan_table.detail .plan_table_title_duration{
    width: calc(20% - 90px);
    text-align: center;
}
.plan_table_semestr .plan_table_course_duration {
    margin-left: 10px;
}
.plan_table_semestr .plan_table_course_status {
    margin-left: 30px;
}
.plan_table.detail .plan_table_title_graf{
    width: 24%;
    text-align: center;
}
.plan_table.detail .plan_table_title_status{
    width: 15%;
    text-align: center;
}
.plan_table_semestr {
    padding: 12px 48px;
    background: #F5F5F5;
    font-size: 24px;
    font-weight: 600;
    padding-right: 0;
}
.plan_table_course_name {
    padding: 12px 24px;
    font-size: 18px;
    display: inline-block;
    width: 69%;
}
.plan_table.detail .plan_table_course_name {
    width: 63%;
}
.plan_table_course_number {
    padding: 8px 24px;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
    width: 66px;
}
.plan_table_course_duration {
    padding: 8px 24px;
    padding-right: 46px;
    font-size: 18px;
    display: inline-block;
    width: calc(30% - 72px);
    text-align: right;
    font-weight: 600;
    vertical-align: top;
}
.plan_table.detail .plan_table_course_duration{
    width: calc(20% - 72px);
}
.plan_table.detail .plan_table_course_graf{
    padding: 8px 24px;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
    width: 23%;
    text-align: center;
}
.plan_table.detail .plan_table_course_status{
    padding: 8px 0;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
    width: 15%;
    text-align: center;
}
.plan_table.detail .plan_table_semestr .plan_table_course_status{
    padding: 0px 0px;
}
.plan_table_course_name details{
    background: none;
    padding: 0;
    margin: 0;
}
.plan_table_course_name details summary:before {
    right: auto;
    left: 0;
}
.plan_table_course_name details summary {
    padding-left: 24px;
}
.plan_table_semestr .plan_table_course_name{
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    width: 100% !important;
}
.plan_table_semestr.yellow-200 .plan_table_course_name, .plan_table_semestr.yellow-100 .plan_table_course_name{
    width: 64% !important;
    margin-right: 10px;
}
.plan_table_semestr .plan_table_course_duration{
    width: calc(34% - 35px);
    padding: 0 24px;
}

.courseResults .resultName{
    text-align: left;
    padding: 13px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}
.backLink{
    padding: 10px;
    padding-right: 50px;
    margin-bottom: 10px;
    display: inline-block;
}
.lectionDescription {
    width: 70%;
    margin-right: 40px;
    margin-bottom: 30px;
}
.lectionTags {
    width: 30%;
}
.lectionTags span{
    padding: 6px;
    border-radius: 8px;
    margin-right: 16px;
}
.lectionTags span:nth-child(3n){
    background: #FFECF3;
    color: #87284A;
}
.lectionTags span:nth-child(3n+1){
    background: #D6F0FA;
    color: #24596F;
}
.lectionTags span:nth-child(3n+2){
    background: #FEF2CD;
    color: #977202;
}
section.mainThings {
    margin: 32px auto;
}
.lectionPagList{
    text-align: center;
}
.paginationText{
    font-family: Exo2Medium;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
}
.lectionContent {
    border-radius: 0 0 8px 8px;
    font-size: 1.2em;
    margin-bottom: 32px;
    display: none;
    overflow-wrap: break-word;
    padding-top: 10px;
    color: #000;
}
.lectionContent.active{
    display: block;
    overflow: hidden;
}
.lectionContent .applications a{
    display: block;
    margin-bottom: 10px;
}
.lectionContent .applications a img{
    width: 100px;
    object-fit: cover;
    height: 100px;
    border: 1px solid;
}
.lectionContent p.MsoNormal{
    text-indent: initial !important;
}
.lectionContent p.MsoNormal span{
    display: inline;
}
.lectionContent .page{
    display: none;
}
.lectionContent .page.active{
    display: block;
}
.lectionPagination{
    display: inline-block;
}
.lectionPagination .pag_btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    padding: 3px 3px;
    cursor: pointer;
    margin: 3px;
    border-radius: 5px;
}
.lectionPagination .pag_btn:hover{
    background: var(--main-gray);
}
.lectionPagination .pag_btn.active{
    background: var(--main-yellow-300);
}
.lectionPagination .pag_btn.active:hover{
    background: var(--main-yellow-300);
}
.lectionControlTabs {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
}
.lectionControlTabs .lectionBtn {
    padding: 16px;
    border: 1px solid var(--main-yellow);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    cursor: pointer;
}
.lectionControlTabs .lectionBtn.active {
    background: var(--main-yellow-100);
}
.lectionContent img{
    max-width: 100%;
    object-fit: contain;
    height: auto;
}
.lectionContent table{
    max-width: 100%;
    overflow: auto;
    display: block;
    border: none;
}
.lectionContent td, .lectionContent th{
    text-align: left;
    padding: 5px;
    border-width: 1px;
}
td.orang, td.ltxt{
    display: none;
}
.lectionContent span{
    display: inline-block;
}
.lectionControl{
    margin-top: 40px;
}
.lectionControl a{
    line-height: 26px;
}
.lectionControl .arrow-right{
    text-align: right;
    padding-right: 40px;
}
.lectionControl label{
    text-align: center;
}
.lectionControl .arrow-left{
    padding-left: 40px;
}
.lectionControl a.disabled{
    color: #82828280;
    cursor: default;
}
.testInfo {
    margin: 48px auto;
}
.testInfo .title {
    margin-bottom: 30px;
}
.testInfo .text {
    margin-bottom: 20px;
}
.testInfo h3{
    margin-bottom: 64px;
}
.testInfo ul {
    list-style-type: circle;
}
.testButtons button{
    width: 285px;
}
button.testStart.disabled {
    background: #F5F5F5;
    color: #82828280;
}
button.testStart {
    background: var(--main-yellow);
}
.testControlVisual button {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 16px;
    border-radius: 8px 8px 0 0;
    background: var(--main-white);
    border: 1px solid var(--main-yellow);
}
.testControlVisual button.active{
    background: var(--main-yellow-100);
}
.testControlVisual {
    position: relative;
}
.testTimer {
    position: absolute;
    width: 390px;
    height: 36px;
    border: 1px solid var(--main-yellow);
    border-radius: 8px;
    right: 0;
    top: 8px;
    overflow: hidden;
}
.testTimer_fill {
    height: 100%;
    position: absolute;
    background: var(--main-yellow);
    z-index: -1;
}
.testTimer_text {
    height: 100%;
    line-height: 34px;
    padding-left: 17px;
}
.testVisual {
    border: 1px solid var(--main-yellow);
    border-radius: 0 8px 8px 8px;
    padding: 32px;
}
.testQuestionBlock .title.small {
    margin: 16px 0;
}
.testQuestionBlock .text {
    margin: 16px 0;
}
.testQuestionBlock {
    margin: 48px 0;
    display: none;
}
.testQuestionBlock.show {
    display: block;
}
.testQuestionBlock input[type="text"]{
    width: 285px;
}
.listElements.correlateQuestion {
    width: min-content;
}
.correlateQuestion span{
    padding: 6px 10px;
    margin: 5px;
    border-radius: 8px;
    cursor: pointer;
}
.correlateQuestion .first span{
    background: #FEF2CD;
    color: var(--main-yellow-700);
}
.correlateQuestion .second span{
    background: #F5F5F5;
    color: #828282;
}
.correlateQuestion .drop1, .correlateQuestion .drop2{
    height: 40px;
    width: 100%;
}
#testForm button{
    width: 285px;
}
.testVisual.all .testQuestionBlock {
    display: block;
}
.testVisual.all button {
    display: none;
}
.allSubmit{
    display: none;
}
details.empty_detail summary:before {
    content: none;
}
img.diplom_preview {
    max-width: 100%;
}

#modal_sessionMessage.modalWindow .window.info{
    height: 355px;
    top: calc(50% - 178px);
}
.staticTest {
    margin-bottom: 16px;
}
.staticTest.big {
    font-size: 24px;
}
.staticTest.red {
    color: var(--main-red);
}
.backProgram{
    width: auto !important;
    flex-grow: unset;
    flex-basis: auto;
    padding-left: 40px !important;
}
.backList{
    justify-content: center;
}
.window.form{
    background: var(--main-yellow);
    max-width: 100%;
    margin: 0;
    overflow: hidden;
}
.window.form section{
    z-index: 1;
    position: relative;
}

.themesSection .listElements{
    column-count: 3;
    display: inherit;
}
.themesSection .themeEl,.themesSection .subThemeEl{
    width: 100%;
    display: inline-block;
}
.themesSection h2{
    margin-bottom: 48px;
}
.themesSection .themeEl{
    font-family: Exo2Medium;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    padding: 0;
    margin: 6px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.themesSection .subThemeEl{
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding: 0;
    margin: 6px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.themesSection .themeBlock{
    margin-bottom: 48px;
    display: inline-table;
    width: 100%;
}
.themesSection .back_link{
    margin-bottom: 24px;
    display: inline-block;
}
.sectionsBlock{
    margin-top: 42px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.sectionsBlock .blockSection{
    padding: 64px 32px 30px 32px;
    background: #FFF8E6;
    border: 2px solid #FDCF47;
    border-radius: 8px;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    height: 150px;
    margin-top: 44px;
}

.testResults, .courseResults{
    border: 1px solid var(--main-yellow);
    border-radius: 8px;
    padding: 32px;
    background: var(--main-white);
}
.testResults table, .courseResults table{
    width: 100%;
}
.testResults .resultName{
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    padding: 13px 0;
}
.sectionsBlock .blockSection .sectionImg{
    position: absolute;
    padding: 24px;
    background: #FEE59A;
    border-radius: 8px;
    border: 1px solid #FDCF47;
    box-shadow: 2px 2px 5px 1px rgba(32, 26, 1, 0.3);
    left: 32px;
    top: -44px;

}

.windowContent .program_authors{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    margin-bottom: 40px;
}
.windowContent .program_author_el {
    justify-self: stretch;
    align-self: stretch;
}
#modal_authors .window{
    overflow: auto;
    max-height: 555px;
    min-height: 452px;
    height: auto;
}
#modal_authors .windowContent{
    margin: 0;
    width: 100%;
}
#modal_authors .windowContent{
    margin: 0;
    width: 100%;
}
#modal_authors .window{
    background: var(--main-yellow-200);
}
.plan-title.success{
    padding-right: 110px;
    position: relative;
}
.plan-title{
    font-size: 48px;
    line-height: 58px;
}
.plan-title.success::after{
    background: var(--main-green);
    color: #386237;
    display: inline-block;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 18.78px;
    width: max-content;
    content: 'Завершено';
    top: 20px;
    right: 0;
    position: absolute;
}
@media (max-width: 1400px) {
    h1{
        font-size: 64px;
        line-height: 70px;
    }
    section {
        max-width: 1080px;
        margin: 82px auto;
    }
    .backgroundBlock_yellowLine .base {
        left: 130px;
    }
    .backgroundBlock_yellowLine .cone {
        right: 120px;
    }
    header .logo {
        margin-right: 54px;
    }
    a, button, summary {
        font-size: 16px;
    }
    .listElements.filter .select{
        width: 320px;
        margin: 6px 0;
        max-width: 320px;
    }
    .listElements.filter label{
        width: 320px;
        margin: 6px 0;
        max-width: 320px;
    }
    form.headerSearch {
        margin-left: -10px;
    }
    section.videoBlock h1.indexTitle {
        font-size: 82px;
    }
    section.videoBlock .iframeBlock {
        height: 400px;
    }
    .card {
        height: 390px;
        width: 320px;
    }
    .card img.icon {
        width: 182px;
        height: 182px;
        right: 23px;
        bottom: 62px;
    }
    .title {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }
    .text-big {
        font-size: 16px;
        line-height: 22px;
    }
    .title.small {
        font-size: 16px;
        line-height: 23px;
    }
    .card .title.small {
        margin-top: 8px;
    }
    .card .text-big {
        margin-top: 8px;
    }
    a.button.card-other {
        width: 320px;
    }
    .modalWindow .window.info {
        width: 820px;
        height: 480px;
        top: calc(50% - 210px);
        left: calc(50% - 410px);
    }
    .modalWindow#modal_buy .window.info {
        width: 820px;
        height: 480px;
        top: calc(50% - 210px);
        left: calc(50% - 410px);
    }
    .listElements.filter {
        align-items: center;
        margin-top: 0px;
    }
    section.program_black .listElements {
        max-width: 1020px;
    }
    section.program_black .listElements .programInfoList {
        margin: 38px 21px;
    }
    .modalWindow .window.info.update {
        padding: 22px;
        top: 20px;
    }
    .personal_info_block {
        width: 65%;
    }
    .personal_pay_info {
        width: 35%;
    }
    .personal_pay_block {
        width: 100%;
    }
    section.my_programms {
        margin-top: -117px;
    }
    .diplom_element {
        width: 340px;
    }
    .modalWindow .window.form .windowContent {
        padding: 40px;
    }
}
header ul.menu{
    display: inline-flex;
    max-width: 540px;
    white-space: nowrap;
    justify-content: space-around;
}
header ul.menu li {
    display: inline-block;
    margin-right: 20px;
}
header ul.menu a.selected{
    padding: 4px;
    border-bottom: 2px solid var(--main-yellow);
}

form.feedbackForm .error_text{
    color: var(--main-red);
}
@media (max-width: 1040px) {
    h1{
        font-size: 64px;
        line-height: 70px;
    }
    header ul.menu{
        display: none;
    }
    header section{
        display: flow-root;
    }
    .burger-menu.mobile{
        display: block;
    }
    .videoBlock .images img{
        width: 100%;
    }
    .listElements.cardsTitle {
        flex-direction: column;
    }
    .burger-menu{
        display: inline-block;
        position: absolute;
        right: 60px;
    }
    header a.login{
        display: none;
    }
    header a.cabinet{
        display: none;
    }
    .burger_menu_block.mobile{
        display: block;
    }
    .burger_menu_block .menu {
        margin-top: 0px;
    }
    .burger_menu_block form.headerSearch {
        display: block;
        margin: 10px 25px;
        width: calc(100% - 50px);
    }
    .burger_menu_block.mobile {
        padding-top: 75px;
    }
    section {
        max-width: 900px;
        margin: 62px auto;
        padding: 0 15px;
    }
    .university-item-title{
        font-size: 16px;
        line-height: 17px;
    }
    .university-item-text{
        font-size: 14px;
    }
    .backgroundBlock_yellowLine .base {
        left: 80px;
    }
    .backgroundBlock_yellowLine .cone {
        right: 60px;
    }
    header .logo {
        margin-right: 34px;
    }
    a, button, summary {
        font-size: 16px;
    }
    form.headerSearch {
        display: none;
    }
    .backgroundBlock_yellowLine {
        height: 150px;
    }
    ul.menu li {
        margin-right: 25px;
    }
    section.videoBlock h1.indexTitle {
        font-size: 72px;
        margin-top: 25px;
    }
    section.videoBlock .iframeBlock {
        height: 300px;
    }
    section.videoBlock iframe {
        top: -100px;
    }
    h2 {
        font-size: 44px;
    }
    .card {
        height: 482px;
        width: 408px;
    }
    .card img.icon {
        width: 231px;
        height: 231px;
        right: 23px;
        bottom: 92px;
    }
    .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 26px;
    }
    .text-big {
        font-size: 18px;
        line-height: 26px;
    }
    .title.small {
        font-size: 18px;
        line-height: 27px;
        width: 90%;
    }
    .card .title.small {
        margin-top: 8px;
    }
    .card .text-big {
        margin-top: 8px;
    }
    a.button.card-other {
        width: 408px;
        margin-top: 20px;
    }
    .modalWindow .window.info {
        width: 100%;
        height: 480px;
        top: 30px;
        left: 0;
    }
    .modalWindow#modal_buy .window.info {
        width: 100%;
        height: 480px;
        top: 30px;
        left: 0;
    }
    .listElements.filter {
        align-items: center;
        margin-top: 0px;
        width: 60%;
    }
    section.program_black .listElements {
        max-width: 1020px;
        width: 90%;
    }
    section.program_black .listElements .programInfoList {
        margin: 38px 21px;
    }
    .modalWindow .window.info.update {
        padding: 22px;
        top: 20px;
    }
    .personal_info_block {
        width: 100%;
    }
    .personal_pay_info {
        width: 100%;
        margin-top: 50px;
    }
    .personal_pay_block {
        width: 100%;
        margin-right: 40px;
    }
    section.my_programms {
        margin-top: -40px;
    }
    .diplom_element {
        width: 408px;
        margin-top: 20px;
    }
    .themeEl {
        width: calc(45% - 50px);
    }
    .form .listElements.noBasis {
        flex-direction: column;
    }
    section.form .infoBlock {
        width: 70%;
        margin: auto;
    }
    section.form .infoBlock h2{
        margin-bottom: 24px;
    }
    form.feedbackForm {
        width: 70%;
        margin: auto;
        margin-top: 24px;
    }
    .personal_info_list{
        flex-direction: column;
    }
    .personal_pay_info .listElements{
        flex-direction: row;
    }
    .diploms_list.listElements {
        flex-wrap: wrap;
    }
    .personals_list table{
        width: 100%;
    }
    section.program_black .listElements .programInfoList {
        margin: 38px 0;
    }
    .newsList{
        flex-direction: column;
    }
    .sectionsBlock {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .themesSection .listElements {
        column-count: 2;
        display: inherit;
    }
}
@media (max-width: 900px) {
    .testControlVisual {
        padding-top: 60px;
    }
    section.videoBlock .iframeBlock {
        height: 300px;
        top: -135px;
    }
    .card{
        width: 360px;
        height: 400px;
    }
    .listElements.cards{
        justify-content: center;
    }
    .sectionsBlock {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .themesSection .listElements {
        column-count: 2;
        display: inherit;
    }
}
@media (max-width: 600px) {

    header .logo {
        float: initial;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    a, button{
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }
    header .logo img{
        width: 40%;
    }
    section {
        max-width: 900px;
        margin: 42px 16px;
        padding: 0;
    }
    section.mainThings {
        margin: 32px 16px;
    }
    header section {
        text-align: initial;
        margin: 24px 16px;
    }
    .burger_menu_block {
        width: 100%;
    }
    .videoBlock{
        display: none;
    }
    .videoBlock.mobile{
        display: block;
    }
    .videoBlock.mobile .images img{
        max-width: 100%;
    }
    section.videoBlock {
        max-width: 100%;
        margin: 42px 0;
    }
    section.videoBlock .opened {
        width: 240px;
        margin-top: 45px;
        display: inline-block;
        flex-grow: initial;
        text-align: right;
    }
    section.videoBlock .arrow-right::after{
        background: url("../img/icons/arrow-yellow.svg");
    }
    section.videoBlock h1.indexTitle {
        font-size: 40px;
        line-height: 40px;
        margin-top: 0px;
    }
    section.videoBlock .iframeBlock {
        height: max-content;
        position: relative;
        top: -36px;
        overflow: hidden;
    }
    section.videoBlock iframe {
        position: relative;
        height: max-content !important;
        top: 0;
    }

    .testInfo .listElements {
        flex-direction: column;
    }
    .testInfo .infoTest {
        margin-left: 0;
    }
    .testInfo .infoTest .testText{
        position: relative !important;
    }
    .title {
        font-size: 20px;
        font-weight: 600;
        line-height: 22px;
    }
    .card .title{
        font-size: 26px;
        font-weight: 600;
        line-height: 29px;
    }
    .card .card-bottom-info .text-small.any-price-block{
        max-width: 62%;
        padding: 6px 12px;
        font-size: 16px;
    }
    section.videoBlock .listener {
        width: 240px;
        margin-left: auto;
    }
    .burger_menu_block {
        right: -100vw;
    }
    .burger_menu_block.active {
        right: 0;
        animation-duration: 1s;
        animation-name: open;
    }
    section.videoBlock a.button{
        margin: 0 16px;
        width: calc(100% - 32px);
    }
    header .burger-menu{
        margin-top: -30px;
        display: block;
    }
    h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .listElements.filter {
        align-items: center;
        margin-top: 0px;
        width: 100%;
        flex-direction: column;
    }
    .listElements.filter .select {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
    }
    .testResults .resultName{
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
    }
    .card {
        height: 482px;
        width: 100%;
    }
    .listElements.filter {
        margin-top: 0px;
        width: 100%;
        flex-direction: column;
        align-items: baseline;
    }
    a.button.card-other {
        width: auto;
        margin-top: 20px;
    }
    .themeEl {
        width: 100%;
        position: relative;
    }
    .themeEl::after {
        content: "";
        display: block;
        width: 10px;
        height: 16px;
        background: url("../img/icons/arrow-yellow.svg");
        position: absolute;
        right: 15px;
        top: calc(50% - 6px);
    }
    .themesSection .themeEl {
        padding-right: 30px;
    }
    .burger-menu {
        display: inline-block;
        right: 30px;
        margin-top: 0;
    }
    section.form .infoBlock {
        width: 100%;
        margin: auto;
    }
    section.form .infoBlock h2 {
        width: 70%;
    }
    form.feedbackForm {
        width: 100%;
    }
    .modalWindow .window.info {
        width: 100%;
        height: auto !important;
        top: 10px;
        left: 0;
        max-height: 100vh;
    }

    .modalWindow#modal_buy .window.info {
        width: 100%;
        height: auto;
        top: 10px;
        left: 0;
        max-height: 100vh;
    }
    #modal_buy.modalWindow .window form{
        padding: 15px;
    }
    .modalWindow#modal_buy .window.info .listElements {
        flex-direction: column;
    }
    .modalWindow .window .windowContent {
        width: auto;
        margin: 64px 12px;
        text-align: center;
    }
    .plan_table_semestr a{
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
    }
    .modalWindow .window .windowContent .windowText{
        margin: auto;
    }
    .title.small {
        width: 100%;
    }
    section.form .rock {
        display: none;
    }
    section.form .union {
        height: 350px;
        left: initial;
        top: calc(50% - 435px);
        right: -127px;
    }
    footer .listElements {
        flex-direction: column;
    }
    footer ul.menu {
        margin: 0;
        padding: 16px 0;
        border-bottom: 1px solid var(--main-yellow-200);
    }
    footer ul.menu:last-child {
        border-bottom: none;
    }
    .listElements.footer-info{
        flex-direction: column-reverse;
    }
    .menu.big.desktop{
        display: none;
    }
    .menu.big.mobile {
        display: block;
        border-bottom: none;
    }
    .listElements.footer-info ul.menu {
        border-bottom: none;
    }
    footer ul.soc {
        margin: 16px 0;
        padding-left: 0;
    }
    section.auth .listElements{
        flex-direction: column;
    }
    section.auth form {
        width: 100%;
        margin-right: 0;
    }
    section.auth form a.arrow-right {
        display: block;
        margin: 30px 0;
        width: 100%;
        padding-right: 0;
    }
    section.auth form a.arrow-right.mobile{
        display: block !important;
    }
    section.auth .socLogin {
        margin-top: 0;
        width: 100%;
    }
    section.auth .socBlock {
        margin-top: 0;
    }
    section.auth .socBlock h4 {
        margin-bottom: 24px;
    }
    section.auth .socBlock a{
        width: 100%;
        margin: 4px 0;
        align-items: center;
        height: 46px;
        text-indent: 0%;
        white-space: initial;
    }
    section.auth .socBlock a img {
        margin: 10px;
        flex-grow: initial;
        width: 30px;
        height: 30px;
    }
    .registerForm .text-small {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .modalWindow .window.info .rock, .modalWindow .window.info .cone{
        display: none;
    }
    .modalWindow .window.info .union {
        width: 500px;
        bottom: auto;
        top: 70px;
        right: -80px;
    }
    .backgroundBlock_yellowLine {
        height: 150px;
        width: 100%;
        border-radius: 0;
    }
    .backgroundBlock_yellowLine .base, .backgroundBlock_yellowLine .cone{
        display: none;
    }
    .backgroundBlock .union {
        position: absolute;
        left: -48px;
        top: -248px;
        width: 100%;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 107px;
    }
    .personal_info_block .listElements.noBasis{
        flex-direction: column-reverse;
        align-items: center;
    }
    .personal_photo {
        flex-basis: max-content !important;
    }
    .personal_info_text {
        margin-left: 30px;
        width: 100%;
    }
    section.personal_info {
        margin-top: 42px;
    }
    #modal_pay.modalWindow .btn-success{
        width: 150px;
    }
    .personal_pay_info .listElements {
        flex-direction: column;
    }
    .my_programm .status {
        position: relative;
        display: inline-block;
        margin-top: 8px;
    }
    .modalWindow .window.info.update {
        left: 0;
        width: 100%;
    }
    section.my_diploms h3 .hide_diploms_input {
        position: relative;
        margin-top: 30px;
    }
    td, th {
        padding: 0;
        text-align: center;
    }
    .program_main .listElements.noBasis{
        flex-direction: column;
    }
    .elementBackgroundBlock .cone {
        display: none;
    }
    .elementBackgroundBlock .union {
        top: 20px;
        right: 0px;
        left: initial;
        transform: scaleX(-1);
        width: 300px;
    }
    .infoProgram {
        width: 100%;
    }

    .infoProgram h1{
        font-size: 48px;
        line-height: 58px;
        margin: 30px 0;
    }
    .infoProgram h2 {
        margin: 30px 0;
    }
    .photoProgram {
        width: 100%;
    }
    .photoProgram img {
        margin-top: 0;
        position: initial;
        border-radius: 8px;
        width: 100%;
        display: block;
    }
    .infoProgram .shortDescription {
        margin-top: 12px;
    }
    .infoProgram .shortDescription .descWords span {
        margin-top: 10px;
        display: inline-block;
    }
    .infoProgram .priceInfo {
        padding: 16px;
    }
    section.program_black .listElements {
        flex-direction: column;
    }
    section.program_black .listElements .programInfoList {
        margin: 38px 0;
        width: 160px;
    }
    section.program_black .listElements .programInfoList {
        margin: 0 auto;
        width: 160px;
        padding: 16px;
    }
    section.program_black .listElements .programInfoList hr {
        display: none;
    }
    section.program_black .listElements .programInfoList {
        margin: 0 auto;
        width: 160px;
        padding: 16px;
        border-bottom: 2px solid #42716B;
    }
    section.program_black .listElements .programInfoList:last-child{
        border-bottom: none;
    }
    .program_black .union {
        width: 204px;
        bottom: -16px;
        top: auto;
    }
    .program_black .cone {
        bottom: auto;
        top: 0;
    }
    .program_info_block .listElements{
        flex-direction: column;
        width: 100%;
    }
    .program_text_blocks details {
        width: 100%;
    }
    .plan_table_course_duration{
        display: none;
    }
    .plan_table_semestr{
        padding: 12px;
    }
    .plan_table.detail .plan_table_course_duration {
        width: calc(20% - 72px);
        display: none;
    }
    .plan_table_course_status .status{
        width: 25px;
        height: 25px;
        display: block;
        min-width: 0;
        font-size: 0;
    }
    .plan_table_course_number{
        width: 40px;
    }
    .plan_table.detail .plan_table_course_name {
        width: 67%;
    }
    .news_section_block .news_section_block_list{
        flex-direction: column;
    }
    .news_sections.listElements.vertical{
        width: 100%;
    }
    .plan_table.detail .plan_table_title_status {
        display: none;
    }
    .plan_table .plan_table_title_name {
        width: 52%;
    }
    .plan_table_title{
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 24px;
    }
    .plan_table th{
        font-family: Raleway;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
    }
    .infoProgram a.arrow-right{
        display: inline-block;
    }
    section.my_diploms.program_page .diploms_list {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }
    section.my_diploms.program_page .diplom_element{
        width: 100%;
    }
    section.my_diploms.program_page .text {
        height: auto;
    }
    button.testStart {
        width: 100%;
    }
    .testButtons a{
        width: 100% !important;
    }
    .testControlVisual{
        padding-top: 60px;
        display: flex;
    }
    .testTimer{
        width: 100%;
    }
    .testControlVisual button{
        padding: 3px;
        width: 50%;
    }
    .testVisual{
        border-radius: 0 0 8px 8px;
    }
    .university-item-title{
        font-size: 20px;
        line-height: 26.8px;
    }
    .university-item-text{
        font-size: 18px;
    }
    .sectionsBlock {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .sectionsBlock .blockSection {
        padding: 48px 16px 16px 16px;
        background: #FFF8E6;
        border: 2px solid #FDCF47;
        border-radius: 8px;
        position: relative;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        height: 136px;
        margin-top: 44px;
    }
    .sectionsBlock .blockSection .sectionImg {
        padding: 16px;
    }
    .themesSection .listElements {
        column-count: 1;
    }
    section.price_block{
        margin: 0;
        height: 746px;
    }
    section.price_block .union{
        display: none;
    }
    section.price_block .black_bg_block{
        border-radius: 0;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
    }
    section.price_block .priceInfo{
        width: -moz-available;
        width: auto;
        margin: 96px 10px;
        position: relative;
        left: 0;
    }
    section.price_block .priceInfo .listElements{
        flex-direction: column;
    }

    .windowContent .program_authors{
        grid-template-columns: 1fr;
    }
    .lectionControlTabs {
        grid-template-columns: 1fr;
    }
    .lectionContent h3 {
        font-size: 24px;
    }
    .plan-title{
        font-weight: 500;
        font-size: 32px;
        line-height: 100%;
        padding-top: 138px;
    }
    .status::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .status {
        position: relative;
    }

    .plan_table.detail .status.failed::after{
        background-image: url("../img/icons/cross_status.svg");
    }
    .plan_table.detail .status.success::after{
        background-image: url("../img/icons/daw_status.svg");
    }
    .plan_table.detail .status.process::after{
        background-image: url("../img/icons/arrow_status.svg");
    }
    .plan_table.detail .status.new::after{
        background-image: url("../img/icons/arrows_status.svg");
    }
    .diplom_btns_main{
        max-height: none !important;
        height: auto !important;
    }
    .testResults .status{
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
    }
    .testInfo h3{
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
    }
    .testInfo .infoTest .testText {
        padding-top: 32px;
    }
    .testResults, .courseResults {
        padding: 16px;
    }
}
@media (max-width: 360px) {
    .sectionsBlock .blockSection {
        padding: 36px 8px 8px 8px;
        height: 106px;
    }
}
button.diplom_buy{
    flex-grow: 0;
}
.yellow-200{
    background: var(--main-yellow-200);
}
.yellow-100{
    background: var(--main-yellow-100);
}
.testResults .resultValue, .courseResults .resultValue{
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    min-width: 170px;
}
.courseResults{
    background: var(--main-yellow-50);
    margin: 13px 0;
}
.courseResults .status{
    margin-left: 16px;
}
.infoTest {
    margin-left: 30px;
}
button.program_list_btn {
    margin: 0;
    flex-grow: initial;
    padding: 17px 20px;
    border: 1px solid var(--main-yellow);
    border-radius: 8px 8px 0 0;
    background: var(--main-yellow-100);
}
button.program_list_btn.active {
    background: var(--main-white);
}
.bx-session-message {
    display: none;
}
.startLink{
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 50px;
    height: 50px;
    background: #FEE59A;
    border-radius: 50%;
    text-align: center;
    font-size: 31px;
    line-height: 56px;
    color: #322601;
    font-weight: 100;
    display: none;
    cursor: pointer;
    z-index: 99999;
}
.my_diploms .filter{
    margin-bottom: 20px;
}
.deliveryInfo{
    flex-direction: column;
    display: flex;
}
.lectionContent list{
    padding-left: 2rem;
}
.lectionContent list li{
    list-style-type: disc;
}
.lectionContent table list li{
    margin-left: 20px;
}
.lectionContent list[type='number'] li{
    list-style-type: decimal;
}
.lectionContent list[type='point'] li{
    list-style-type: disc;
}
span.image-title {
    display: block;
    margin: 10px 0;
}
iframe.blocked {
    filter: blur(3px);
    pointer-events: none;
}
.videoBlocked{
    position: relative;
}
.videoBlocked .cone{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.videoBlocked .rock{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.videoBlocked::after {
    content: "Для просмотра видео, пожалуйста, запишитесь на программу.";
    position: absolute;
    width: auto;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    padding: 58px 110px;
    font-family: 'Exo2Regular';
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.lectionContent a.sound::before{
    content: ' ';
    display: inline-block;
    width: 12px;
    margin-right: 5px;
    height: 12px;
    background-image: url(../img/icons/sound.png);
}
.lectionContent p a, .news_element a{
    color: #DE6020;
    text-decoration: underline;
}
.parentSections h2 a, .cardsTitle h2 a, .themesSection h2 a{
    font-size: 48px;
    line-height: 58px;
}
.parentSections h2 a:hover, .cardsTitle h2 a:hover, .themesSection h2 a:hover{
    border-bottom: 2px solid var(--main-yellow);
}
.katex-display>.katex>.katex-html {
    display: inline-block;
    position: relative;
    max-width: 100%;
    white-space: normal;
}
section.personal_info {
    margin-top: 60px !important;
}
button#deleteWindowOpen{
    width: 285px;
}
.confirmInfo {
    padding: 10px;
    flex-direction: column;
    width: calc(100% - 315px) !important;
    margin-left: 0;
    margin-top: 20px;
    margin-right: 30px;
}
.confirmInfo .text.red {
    color: #87284A !important;
}
.confirmInfo .text {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16.44px !important;
    margin-bottom: 16px;
}
.confirmInfo button {
    width: 100% !important;
    padding: 17px 10px;
    margin: 0;
    flex-shrink: 0;
}
section.my_programms {
    margin-top: 64px !important;
}
.programms_list_block{
    border: 1px solid #FDCF47;
    border-radius: 8px;
}
.programs_table {
    width: 100%;
}
.programs_table td{
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}
.programs_table .title td{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.programs_table td.name{
    text-align: left;
}
.programs_table a{
    text-decoration: none;
}
.programs_list_filter{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 36px;
}
.programs_list_filter .status{
    cursor: pointer;
}
.programs_list_filter .status.new{
    color: #583586;
    border: 1px solid #F4ECFF;
    background: none;
}
.programs_list_filter .status.process{
    border: 1px solid #FEF2CD;
    color: #977202;
    background: none;
}
.programs_list_filter .status.success{
    border: 1px solid #D6F0FA;
    color: #24596F;
    background: none;
}
.programs_list_filter .status.new.active{
    background: #F4ECFF;
}
.programs_list_filter .status.process.active{
    background: #FEF2CD;
}
.programs_list_filter .status.success.active{
    background: #D6F0FA;
}
.programs_list_filter label{
    margin-left: 36px;
}
.diploms_program_list {
    display: flex;
    gap: 30px;
    margin-top: 36px;
    flex-wrap: wrap;
}
.diplom_element {
    width: calc(50% - 30px) !important;
}
.diplom_element .title{
    margin-bottom: 30px;
}
button.diplom_buy {
    width: 252px;
    margin: 0;
}
.diplom_btns_main {
    display: flex;
    align-items: center;
    margin-top: 16px;
    height: 56px;
    flex-shrink: 0;
    max-height: 56px;
}
.diplom_btns {
    width: calc(100% - 252px);
    text-align: left;
}
.modalWindow .window .windowContent .error a{
    padding: 0;
    color: red;
}
.university-slider h2 a span{
    display: none;
}
@media screen and (max-width: 600px) {
    .personal_tabs {
        margin-top: 36px;
    }
    section.my_programms {
        margin-top: 36px !important;
    }
    .sortBlock{
        display: flex;
        gap: 30px;
    }
    .sortBlock label > span{
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
    }
    .personal_tabs .tabs_list {
        flex-direction: column;
    }
    .confirmInfo {
        width: 100% !important;
        margin-top: 30px;
    }
    .pay_info .infoValue {
        width: 50% !important;
    }
    .programs_list_filter {
        flex-wrap: wrap;
    }
    .programs_table .title {
        display: none;
    }
    .programs_table tr {
        display: inline-block;
    }
    .programs_table td {
        display: inline-block;
    }
    .programs_table td:nth-child(3) {
        width: 49%;
        padding-left: 84px;
    }
    .programs_table td:nth-child(4) {
        width: 49%;
        text-align: right;
    }
    .programs_table td.name {
        width: 80%;
    }
    .programs_table td.number {
        padding: 16px 16px;
    }
    .programs_list_filter label {
        margin-left: 0px;
    }
    .videoBlocked .cone {
        width: 60px;
    }
    .videoBlocked .rock {
        width: 90px;
    }
    .videoBlocked::after {
        font-size: 26px;
        padding: 10px;
    }
    .diplom_element {
        width: 100% !important;
    }
    .plan_table th.time{
        display: none;
    }
    .plan_table td.time{
        display: none;
    }
    .plan_table td .lessonDetail{
        display: none;
    }
    .plan_table .number {
        padding: 16px;
    }
    .plan_table th {
        padding: 16px 16px;
    }
    .plan_table th.status {
        background: url("../img/icons/clock.svg");
        background-position: center;
        background-repeat: no-repeat;
        text-indent: -9999px;
        width: 100%;
        background-size: 50%;
    }
    .plan_table td {
        padding: 8px 10px;
    }
    .plan_table td .status {
        font-size: 0;
        padding: 15px 15px;
        line-height: 0;
    }
    .plan_table td.status{
        width: -webkit-fill-available;
    }
    .plan_table a {
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
    }
    #testForm button {
        width: 100%;
    }
    .testResults .resultValue, .courseResults .resultValue {
        min-width: 0px;
    }
    .university-slider h2 a{
        font-size: 32px;
        line-height: 100%;
        font-weight: 100;
        display: block;
        position: relative;
        padding-right: 85px;
    }
    .university-slider h2 a .arrow-right{
        font-family: Raleway;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-left: auto;
        display: block;
        width: fit-content;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .university-slider h2 a .arrow-right::after{
        background: url("../img/icons/arrow-yellow.svg");
    }
    .university-slider-wrap.owl .owl-nav {
        display: none;
    }
    .payDiplom{
        height: 785px !important;
    }
    .payDiplom h3{
        margin-bottom: 24px !important;
    }
    .payDiplom .listElements.productsBlock{
        flex-direction: column;
        gap: 30px;
        max-height: 340px;
        overflow: auto;
        margin-bottom: 20px;
    }
    .payDiplom .windowContent{
        max-width: calc(100% - 24px);
    }
    section.my_diploms .text {
        height: auto;
    }
}
@media screen and (max-width: 1200px) {
    .diplom_btns_main {
        flex-direction: column;
    }
    .diplom_btns {
        width: auto;
        margin: auto;
    }
    button.diplom_buy {
        width: 100%;
    }
}
.fancybox__content{
    padding: 0px !important;
}
.share-btn{
    padding: 0 !important;
    margin: 15px !important;
    text-decoration: none !important;
}
.share-btn i{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: var(--main-yellow);
}
.share-btn.vk i{
    background: url("../img/icons/vk-blue.svg");
    background-size: contain;
}
.share-btn.telegram i{
    background: url("../img/icons/tg.svg");
    background-size: contain;
}
.share-btn.whatsapp i{
    background: url("../img/icons/whatsapp_color.svg");
    background-size: contain;
}
 .share-btn.viber i{
     background: url("../img/icons/viber-color.svg");
     background-size: contain;
 }
.share-btn.mail i{
    background: url("../img/icons/mail.png");
    background-size: contain;
}
 .list_share{
     display: flex;
 }
 .shareBtn{
     background: var(--main-yellow-500);
 }
#modal_infoDiplomMessage .window.info{
    overflow: auto;
    padding-bottom: 40px;
}
#modal_infoDiplomMessage .windowText{
    text-align: left;
    list-style-type: initial;
}
.bg_block.mobile {
    position: absolute;
    left: 0;
    right: 0;
    background: var(--main-yellow);
    padding-bottom: 40px;
    z-index: -1;
}

@media (max-width: 600px) {
    .diploms_program_list{
        margin-top: 0;
    }
    .diplom_element{
        margin-top: 0;
    }
}
.diploma-info {
    max-width: 170px;
    padding-bottom: 85px;
    align-items: end;
    display: flex;
}
.person_confirm_message {
    border: 1px solid #DE3F3F;
    background: #FFECF3;
    padding: 12px 16px;
    border-radius: 16px;
    margin: 22px 0;
    display: inline-block;
    color: #DE3F3F;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}
.person_confirm_message .PersonalConfirm_btn {
    display: inline-block;
    width: auto;
    padding: 12px 32px;
    height: auto;
    margin: 0;
    margin-left: 32px;
    background: none;
    border: 1px solid #DE3F3F;
    color: #DE3F3F;
    background: #FFECF3;
}
.infoBlock {
    max-width: 100%;
}
#successOrder .windowText{
    text-align: left;
}
#successOrder table{
    width: 100%;
}
#successOrder table td{
    text-align: left;
}
#successOrder ul{
    list-style-type: disc;
    margin-top: 10px;
}
#successOrder li::marker{
    color: var(--main-yellow);
}