.course-landing {
    position: relative;
    z-index: 1;
    margin: 0 -50px;
    font-family: 'Panton';
    font-size: 20px;
    line-height: 1.5;
}

.course-landing strong {
    font-weight: normal;
    font-family: 'Panton Bold';
}

.course-button {
    display: flex;
    padding: 0 30px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 65px;
    background: #5C39AD;
    border:1px solid #5C39AD;
    color:#fff;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
}

.course-button:hover {
    color:#5C39AD;
    background: #fff;
    border-color:#5C39AD;
}

.course-button.course-button-alt {
    color:#5C39AD;
    background: #fff;
    border-color:#5C39AD;
    max-width: 460px;
}

.course-button.course-button-alt:hover {
    background: #5C39AD;
    border:1px solid #5C39AD;
    color:#fff;
}

.course-button-small {
    padding: 0 10px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    justify-content: center;
}

.course-button-short {
    max-width: 300px;
}

.course-button.is-disabled {
    pointer-events: none;
    border-color: #ccc !important;
    color: #ccc !important;
    background: #f4f4f4 !important;
}

.course-button-arrow {
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/landing-cources/icon-arrow.svg");
    margin-left: 10px;
}

.course-button:hover .course-button-arrow {
    background-image: url("../img/landing-cources/icon-arrow-purpur.svg");
}

.course-button.course-button-alt .course-button-arrow {background-image: url("../img/landing-cources/icon-arrow-purpur.svg");}
.course-button.course-button-alt:hover .course-button-arrow {background-image: url("../img/landing-cources/icon-arrow.svg");}


.course-button small {
    font-size: 15px;
    padding: 0;
    margin: 0;
    display: block;
}

.course-button-buy {
    background: #FF4F00;
    border-color: #FF4F00;
}

.course-button-success {
    background-color: #1876C1;
    color:#fff;
}

.course-button-detele {
    padding-top: 20px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

.course-button-detele a {
    color:#555;
    text-decoration: underline;
}

.course-button-detele a:hover {
    color:#555;
    text-decoration: none;
}

.course-layout {
    max-width: 1100px;
    margin: 0 auto;
    flex-grow: 1;
}


ul.course-list,
.course-resume-item-info ul li,
.course-program-item-spoiler ul li
{
    margin-bottom: 20px;
}

ul.course-list li,
.course-resume-item-info ul li,
.course-program-item-spoiler ul li {
    position: relative;
    padding-left: 20px;
    display: block;
    margin-bottom: 5px;
}

ul.course-list li:last-child,
.course-resume-item-info ul li:last-child,
.course-program-item-spoiler ul li:last-child
{
    margin-bottom: 0;
}

ul.course-list li:before,
.course-resume-item-info ul li:before,
.course-program-item-spoiler ul li:before
{
    display: block;
    content:"\0020";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 0;
    background: #5C39AD;
}

@media screen and (max-width: 767px) {
    ul.course-list li:before,
    .course-resume-item-info ul li:before,
    .course-program-item-spoiler ul li:before {
        width: 6px;
        height: 6px;
        top: 9px;
    }
}

.course-resume-item-info ul li:before {
    background: #fff;
}

.course-hero-info ul.course-list li:before {
    top:6px;
}

.course-hero-info ul.course-list li {
    font-size: 15px;
}

ul.course-list.is-white li:before,
.course-resume-item-info ul.course-list li:before,
.course-hero-info ul.course-list li:before {
    background: #fff;
}

ul.course-list--clean li {
    padding-left: 0;
}
ul.course-list--clean li:before {
    display: none;
}

.course-resume-item-info ul.course-list-alt li:before,
.course-resume-item-info.course-resume-item-info-alt ul li:before
{
    background: #5C39AD;
}

.course-hero-description {
    padding-top: 10px;
}

.course-bg-1 {
    background-image: url("../img/landing-cources/bg-arrows1.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}

.course-bg-2 {
    background-image: url("../img/landing-cources/bg-arrows3.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}

/* Hero */
.course-hero {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}


.course-hero-meta {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 50%;
}

.course-hero-media {
    position: relative;
    z-index: 2;
    flex-grow: 1;
}

.course-hero-media--mk .course-hero-media-bg:after,
.course-hero-media--mk .course-hero-media-bg:before {
    display: none;
}

@media (max-width: 767px) {
    .course-hero-media {
        margin: 0 auto;
    }
}

.course-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.course-hero-media-bg:before {
    content:"\0020";
    display: block;
    width: 40%;
    height: 30%;
    background: #ffe500;
    position: absolute;
    z-index: 1;
    top:-30px;
    left: 0;
}


.course-hero-media-bg:after {
    content:"\0020";
    display: block;
    width: 80%;
    top: 50%;
    background: #ffe500;
    position: absolute;
    z-index: 1;
    bottom:-60px;
    right: 0;
}

.course-hero-media-bg-image {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 30px rgba(0,0,0,0.2);
}

.course-hero-subtitle {
    margin-left: 50px;
    margin-bottom: 20px;
}

.course-hero-title {
    font-size: 45px;
    line-height: 1;
    font-family: 'Panton Bold';
    margin-bottom: .5em;
}

.course-hero-text {
    margin-bottom: 30px;
}

.course-hero-info {
    background: #C9DA31;
    padding: 40px 50px;
    margin-right: -30%;
}

.course-hero-price {
    font-family: 'Panton Bold';
    font-size: 30px;
    line-height: 1;
    padding: 10px 0 20px;
}

.page-refresher-course .m-discount-data-trigger,
.course-hero-price .m-discount-data-trigger {
    margin-left: 10px;
    margin-top: 4px;
}

.course-hero-price-old {
    font-size: 18px;
    font-family: 'Panton';
    margin-left: 10px;
}

.course-hero-price-old span {
    text-decoration: line-through;
}

.course-actions-range {
    margin-bottom: 10px;
    position: relative;
    top:-10px;
}

.course-hero-actions {
    position: relative;
    top:-30px;
}

.course-hero-actions a {
    color: #000;
}

.course-resume-item-options .course-promocode,
.course-hero-actions .course-promocode {
    padding-left: 0;
    width: 300px;
}

.course-resume-item-options .course-promocode .m-form-item-wrap,
.course-hero-actions .course-promocode .m-form-item-wrap {
    position: relative;
    margin: 0;
}

.course-resume-item-options .course-promocode .m-form-actions,
.course-hero-actions .course-promocode .m-form-actions {
    position: absolute;
    right: 6px;
    top: 6px;
    margin: 0;
    width: auto !important;
    max-width: initial !important;
    min-width: auto !important;
    padding: 0;
}

.course-resume-item-options .m-form-promocode .m-form-item-wrap > .form-item,
.course-hero-actions .m-form-promocode .m-form-item-wrap > .form-item {
    width: 100%;
    margin: 0;
}

.course-resume-item-options .m-form-promocode .m-form-item-wrap > .form-item input,
.course-hero-actions .m-form-promocode .m-form-item-wrap > .form-item input {
    padding-right: 145px !important;
}

.course-resume-item-options .m-form-promocode .m-form-actions input[type="submit"],
.course-hero-actions .m-form-promocode .m-form-actions input[type="submit"] {
    padding: 17px 24px 16px 24px !important;
    text-decoration: none;
}

.course-resume-item-actions a.course-button,
.course-hero-actions a.course-button {
    min-width: 300px;
}

.course-resume-item-options {
    align-items: flex-start !important;
}

.course-hero-subactions {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -5px;
    padding-top: 40px;
}

.course-hero-subactions .course-button {
    width: 100%;
    margin: 0 5px;
    box-sizing: border-box;
}

.course-hero-subactions.is-deactivate {
    padding-top: 1px;
}

.course-hero-subactions .course-button.is-deactivate,
.course-hero-subactions.is-deactivate .course-button {
    background: #dcdcdc;
    border-color: #dcdcdc;
    color:#222;
}

.course-hero-subactions .course-button.is-deactivate:hover,
.course-hero-subactions.is-deactivate .course-button:hover {
    background: #cacaca;
    border-color: #cacaca;
    color:#222;
}

.course-hero-subtitle,
.course-hero-title,
.course-hero-text,
.course-hero-actions
{
    margin-left: 50px;
}

.course-promocode {
    padding-top: 20px;
}

.course-promocode input[type="text"] {
    height: 40px;
    width: 130px;
    min-width: 130px;
    font-size: 15px;
    background: #ffffff;
    border:1px solid #000;
    color:#000;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 20px;
}

.course-promocode input[type="submit"],
.course-promocode input[type="submit"]:hover,
.course-promocode input[type="submit"]:focus
{
    border:none;
    color:#000;
    background: transparent;
    font-size: 15px;
    text-decoration: underline;
    line-height: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
}

.course-promocode input[type="submit"]:hover {
    text-decoration: none;
}

.course-section {
    padding: 40px 0;
}

.course-information > div,
.course-block {
    padding: 40px 0;
    max-width: 1100px;
    margin: 0 auto;
    flex-grow: 1;
}

.course-section-title,
.course-information h1,
.course-information h2,
.course-information h3
{
    font-size: 35px;
    font-family: 'Panton Bold';
    line-height: 1.1;
    margin-bottom: 1em;
}

/*
.course-information {
    margin: 0 50px;
}

@media screen and (max-width: 1220px) {
    .course-information {
        margin: 0 20px;
    }
}
 */

.course-facts-list,
.course-information ul
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.course-information ul {
    margin-bottom: 60px;
}

.course-facts-item,
.course-information ul>li
{
    width: 100%;
    max-width: calc( 50% - 20px );
    margin: 0 10px 20px;
    padding: 30px;
    box-sizing: border-box;
    background: #C9DA31;
}

.course-facts-item:first-child,
.course-information ul>li:first-child
{background: #C9DA31;}
.course-facts-item:nth-child(2),
.course-information ul>li:nth-child(2)
{background: #A8D9FF;}
.course-facts-item:nth-child(3),
.course-information ul>li:nth-child(3)
{background: #E5E5E5;}
.course-facts-item:nth-child(4),
.course-information ul>li:nth-child(4)
{background: #FFE600;}
.course-facts-item:nth-child(5),
.course-information ul>li:nth-child(5)
{background: #FFBA71;}
.course-facts-item:nth-child(6),
.course-information ul>li:nth-child(6)
{background: #C59DD8;}
.course-facts-item:nth-child(7),
.course-information ul>li:nth-child(7)
{background: #C9DA31;}
.course-facts-item:nth-child(8),
.course-information ul>li:nth-child(8)
{background: #A8D9FF;}
.course-facts-item:nth-child(9),
.course-information ul>li:nth-child(9)
{background: #E5E5E5;}
.course-facts-item:nth-child(10),
.course-information ul>li:nth-child(10)
{background: #FFE600;}
.course-facts-item:nth-child(11),
.course-information ul>li:nth-child(11)
{background: #FFBA71;}
.course-facts-item:nth-child(12),
.course-information ul>li:nth-child(12)
{background: #C59DD8;}

.course-information ul>li strong,
.course-facts-item-title {
    font-family: 'Panton Bold';
    margin-bottom: 10px;
}

.course-information ul>li strong { display: inline-block; }

.course-highlight-list {
    margin-bottom: 2rem;
    border-radius: 10px;
    padding: 30px;
    border:1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.8);
}

.course-highlight-item {

}

.course-highlight-list ul.c-list li:before {
    top:13px;
}

.course-highlight-item-title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.course-levels-list,
.course-information ol
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.course-information ol {
    padding: 0;
}

.course-levels-item,
.course-information ol>li {
    width: 100%;
    max-width: calc( 25% - 20px );
    margin: 0 10px 20px;
}

.course-levels-item-number,
.course-information ol>li:before {
    font-size: 65px;
    line-height: 1;
    font-family: 'Panton Bold';
    color:#C9DA31;
    margin-bottom: 10px;
}

.course-steps-list--mk {
    max-width: 830px;
    margin: 0 auto;
}

.course-information ol>li:before {
    display: block;
    position: relative !important;
    width: auto;
    left: auto;
    text-align: left;
}

.course-information ol li:before {
    counter-increment: nested-list;
    content: counters(nested-list,".");
}

.course-levels-item-title,
.course-information ol>li strong {
    font-family: 'Panton Bold';
    margin-bottom: 10px;
}

.course-information ol>li strong {
    display: inline-block;
}

.course-program-list {}

.course-program-item {
    margin-bottom: 60px;
    border-bottom: 1px solid #E5E5E5;
}

.course-program-list .course-program-item:last-child {
    margin-bottom: 0;
}

.course-program-item-header {
    border-bottom: 1px solid #E5E5E5;
}

.course-program-item-header-row {
    display: flex;
    flex-wrap: nowrap;
}

.course-program-item-title {
    background: #5C39AD;
    color:#fff;
    padding: 20px 25px;
    line-height: 1.2;
    font-size: 20px;
    font-family: 'Panton Bold';
    flex-grow: 1;
}
.course-program-item-date {
    background: #C9DA31;
    padding: 20px 25px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 1.2;
}

.course-program-item-date-label {
    white-space: nowrap;
}

.course-program-item-date strong {
    white-space: nowrap;
}

.course-program-item-day {
    text-transform: lowercase;
}

.course-program-item-info {
    clear: both;
    padding: 25px;
}

.course-program-item-info:empty {
    display: none;
}

.course-program-item-info p {
    margin-bottom: 0;
}

.course-program-item-body {
    padding: 25px 25px 40px 25px;
}

.course-program-item-spoiler-trigger {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Panton Bold';
    line-height: 1;
    cursor: pointer;
}

.course-program-item-spoiler-trigger:after {
    display: block;
    content:"\0020";
    width: 15px;
    height: 15px;
    min-height: 15px;
    min-width: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/landing-cources/icon-down-purpur.svg");
    margin-left: 10px;
}

.course-program-item-spoiler-trigger:hover:after {
    transform: translateY(4px);
}

.course-program-item-spoiler {
    padding: 0 25px 25px;
    display: none;
}

.course-program-item-spoiler.is-opened {
    display: block;
}

#section-kpk-program .course-program-item-spoiler {
}

.course-lector-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 0 0 50px;
}

.course-lector-item-media {
    width: 100%;
    max-width: 220px;
    position: relative;
    z-index: 2;
    padding-top: 10px;
    margin-right: 20px;
}

.course-lector-item-media img {
    display: block;
    width: 110%;
    height: auto;
}

.course-lector-item-meta {
    flex-grow: 1;
}

.course-lector-item-info {
    background: #C9DA31;
    padding: 30px 50px 60px;
}

.course-lector-item-actions {
    padding-left: 50px;
    position: relative;
    top:-25px;
    max-width: 500px;
}

.course-row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
}

.course-row-item {
    width: 100%;
    max-width: calc( 50% - 20px );
    margin: 0 10px;
}

.course-image {
    display: block;
    width: 100%;
    height: auto;
}

.course-list-block:empty {
    display: none;
}

.course-list-block ol {
    margin-bottom: 20px !important;
}

.course-list-block ol,
ol.course-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 1px;
    padding: 0 !important;
}


.course-list-block ol li,
ol.course-list li {
    display: block;
    width: 100%;
    max-width: calc( 33.33% - 20px );
    margin: 0 10px 30px;
    padding: 0;
    position: relative;
    list-style: none;
    min-height: 90px;
}

.course-list-block.is-alone ol li,
ol.course-list--alone li {
    max-width: calc( 100% - 20px );
}

.course-list-block.is-double ol li,
ol.course-list--double li {
    max-width: calc( 50% - 20px );
}

@media screen and (max-width: 767px) {
    .course-list-block.is-double ol li,
    ol.course-list--double li {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        min-height: 1px;
        margin-bottom: 35px;
    }

}


.course-list-block ol li:before,
ol.course-list li:before {
    display: block;
    content:"1";
    position: absolute;
    z-index: -1;
    top:-20px;
    left: 0;
    font-size: 130px;
    font-family: 'Panton Bold';
    line-height: 1;
    color: #F1F1F1;
}

ol.course-list li:nth-child(2):before,
.course-list-block li:nth-child(2):before{content: "2";}
ol.course-list li:nth-child(3):before,
.course-list-block li:nth-child(3):before {content: "3";}
ol.course-list li:nth-child(4):before,
.course-list-block li:nth-child(4):before {content: "4";}
ol.course-list li:nth-child(5):before,
.course-list-block li:nth-child(5):before {content: "5";}
ol.course-list li:nth-child(6):before,
.course-list-block li:nth-child(6):before {content: "6";}
ol.course-list li:nth-child(7):before,
.course-list-block li:nth-child(7):before {content: "7";}
ol.course-list li:nth-child(8):before,
.course-list-block li:nth-child(8):before {content: "8";}
ol.course-list li:nth-child(9):before,
.course-list-block li:nth-child(9):before {content: "9";}
ol.course-list li:nth-child(10):before,
.course-list-block li:nth-child(10):before {content: "10";}

ol.course-list--alone li:before {
    display: none;
}


.course-materials-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.course-materials-list-alt {
    justify-content: center;
}

.course-materials-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: calc( 50% - 20px );
    margin: 0 10px 20px;
    background: #e6e6e6;
}

.course-materials-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: calc( 50% - 20px );
    margin: 0 10px 20px;

}

.course-materials-list--shadow .course-materials-item {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.course-materials-list-alt .course-materials-item {
    max-width: calc( 33.33% - 20px );
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.course-materials-group .course-materials-item {
    max-width: calc( 100% - 20px );
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    margin-bottom: 0;
}

.course-materials-list-group .course-materials-item {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.course-materials-list--inline {
    flex-wrap: nowrap;
}

.course-materials-list--inline .course-materials-item.course-materials-item--wide {
    max-width: calc( 40% - 20px );
    min-width: calc( 40% - 20px );
}

.course-materials-list--inline .course-materials-item {
    width: 100%;
    max-width: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.course-materials-item img {
    display: block;
    width: 100%;
    height: auto;
}

.course-resume-item {
    margin-left: -50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.course-resume-item-descr {
    padding-top: 10px;
    font-size: 18px;
    font-family: 'Panton';
}

.course-resume-item-info {
    background: #F1F1F1;
    padding: 30px 50px;
    max-width: 45%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.is-record .course-resume-item-info-record {
    display: none !important;
}

.course-resume-item-info-wide {
    max-width: none;
    margin-bottom: 0;
}

.course-resume-item-info:after {
    display: block;
    content: "\0020";
    width: 15%;
    position: absolute;
    top:0;
    bottom: 0;
    left: 100%;
    background: #F1F1F1;
}

.is-promo .course-resume-item-info {
    background: #C9DA31;
}

.is-promo .course-resume-item-info:after {
    background: #C9DA31;
}


.course-resume-item-actions {
    flex-grow: 1;
    position: relative;
    z-index: 3;
}

.course-resume-item-price {
    background: #D6E6F3;
    padding: 50px;
    font-size: 30px;
    line-height: 1;
    font-family: 'Panton Bold';
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.is-promo .course-resume-item-price {
    background: #FFE600;
}

.course-resume-item-price-info {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Panton';
    padding-left: 20px;
    max-width: 50%;
}

.course-resume-item-options {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.course-steps-item {
    margin-bottom: 25px;
}

.course-steps-item-title {
    background: #F3F3F3;
    padding: 25px;
    font-family: 'Panton Bold';
    line-height: 1;
    margin-bottom: 25px;
}

.course-steps-item-content {
    padding: 0 25px;
}

.course-steps-item-body {
    display: flex;
    flex-wrap: nowrap;
}

.course-steps-item-meta {
    flex-grow: 1;
}

.course-steps-item-media {
    max-width: 30%;
    width: 100%;
    margin-left: 20px;
}

.course-steps-item-media img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.course-steps-item-image {
    margin: 0 -50px;
    position: relative;
}

.course-steps-item-image .course-steps-item-image__hero {
    width: 28%;
    height: auto;
    display: block;
    position: absolute;
    top: 10%;
    box-shadow: 0 20px 30px rgb(0,0,0,0.2);
    left: 49%;
    transform: rotate(10deg);
}

.course-steps-item-image img {
    display: block;
    width: 100%;
    height: auto;
}

.course-landing .c-conference-faq__item__header,
.course-landing .c-conference-faq__item__text {
    font-size: 18px;
}

.course-blockquote {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.course-blockquote-avatar {
    width: 100%;
    max-width: 280px;
    margin-right: 20px;
    border-radius: 100%;
    overflow: hidden;
}

.course-blockquote-avatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.course-blockquote-text {
    flex-grow: 1;
}

.course-blockquote-text:empty {
    display: none;
}

.course-blockquote-author {
    font-family: 'Panton Bold';
    text-align: right;
    padding-top: 5px;
}

.course-program-header {
    display: flex;
}

.course-program-header__left {
    width: 50%;
    padding-right: 15px;
}

.course-program-header__right {
    width: 50%;
    padding-left: 15px;
}

.course-program-header__right .course-list li {
    font-size: 16px;
}

.course-program-header__bg {
    background: #C9DA31;
    padding: 40px 50px;
}

.course-program-header__date {
    font-family: 'Panton Bold';
    font-size: 24px;
    color: #000;
}

.course-program-header-link {
    background: #5C39AD;
    width: calc(100% - 50px);
    display: flex;
    margin-left: 50px;
    margin-top: -20px;
    padding: 0 30px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 65px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #5C39AD;
}

.course-program-header-link svg path {
    transition: all .3s ease;
}

.course-program-header-link:hover {
    background: #fff;
    color: #5C39AD;
}

.course-program-header-link:hover svg path {
    fill: #5C39AD;
}

.course-program-header-link svg {
    margin-left: 10px;
}

.course-program-nav {
    padding: 8px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    margin: 40px;
}

.course-program-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.course-program-nav ul li {
    margin-right: 20px;
    transition: all .3s ease;
}

.course-program-nav ul li a {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 14px;
}

.course-program-nav ul li:hover {
    background: #f5f5f5;
}

.course-program-nav ul li.is-selected {
    background: #E6E6E6;
}

.course-program-nav ul li.is-check a:after {
    content: '';
    background: url('/sites/all/themes/mersibo2018/img/i-nav-check.svg') no-repeat;
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
    right: 0;
    display: inline-block;
}

.course-program-nav ul li.is-wrong a:after {
    content: '';
    background: url('/sites/all/themes/mersibo2018/img/i-nav-wrong.svg') no-repeat;
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
    right: 0;
    display: inline-block;
}

.course-program-nav ul li.is-wait a:after {
    content: '';
    background: url('/sites/all/themes/mersibo2018/img/i-nav-wait.svg') no-repeat;
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
    right: 0;
    display: inline-block;
}

.course-program-nav ul li.is-warning a:after {
    content: '';
    background: url('/sites/all/themes/mersibo2018/img/i-nav-warning.svg') no-repeat;
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
    right: 0;
    display: inline-block;
}

.course-program-nav ul li.is-selected a {
    font-family: 'Panton Bold';
}

.course-landing-custom .course-program-item,
.course-landing-custom .course-program-item-header {
    border-bottom: 0;
}

.course-landing-custom .course-program-item-title {
    flex-grow: 1;
}


.course-landing-custom .course-program-item-date {
    width: 100%;
    max-width: 260px;
    text-align: right;
}


@media screen and (max-width: 767px){

    .course-landing-custom .course-program-item-date {
        width: auto;
        flex-grow: 1;
        max-width: none;
        text-align: left;
    }
}

.course-landing-custom .course-program-item-header-row {
    margin-bottom: 30px;
}

.button-darkslateblue {
    background: #5C39AD;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #FFFF;
    padding: 10px 30px;
}

.button-darkslateblue svg {
    width: 24px;
    margin-left: 10px;
}

.course-plan-title {
    margin-top: 30px;
    border-bottom: 1px solid #E6E6E6;
    font-family: 'Panton Bold';
    font-size: 20px;
    color: #000;
    padding: 5px 0 15px 15px;
    display: none;
}

.course-program-item-body ol {
    counter-reset: item;
}

.course-program-item-body ol li {
    margin: 0 0 10px 0;
    list-style-type: none;
    counter-increment: item;
}

.course-program-item-body ol li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-family: 'Panton Bold';
    text-align: right;
    content: counter(item) ".";
}

.course-program-item-body ol li ul {
    margin-left: 20px;
    margin-top: 6px;
    margin-bottom: 16px;
}

.course-program-item-body ol li ul li:before {
    width: 6px;
    height: 6px;
    background: #000;
    content: '';
    border-radius: 10px;
    padding: 0;
    left: -15px;
    top: 13px;
}


/**/

.course-program-item-body ul li {
    position: relative;
    padding-left: 20px;
    display: block;
    margin-bottom: 5px;
}

.course-program-item-body ul li:before {
    display: block;
    content: "\0020";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    background: #5C39AD;
}

@media screen and (max-width: 767px) {
    .course-program-item-body ul li:before {
        width: 6px;
        height: 6px;
        top: 9px;
    }
}

/**/


.course-programm-info {
    border: 5px solid #C9DA31;
    padding: 50px;
}

.course-programm-info__title {
    font-family: 'Panton Bold';
    font-size: 26px;
    color: #000;
    margin-bottom: 26px;
}

.course-programm-info {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.course-programm-info p {
    margin-top: 24px;
}

.course-programm-info strong {
    font-family: 'Panton Bold';
}

.course-programm-info ul li {
    position: relative;
    padding-left: 20px;
}

.course-programm-info ul li:before {
    width: 6px;
    height: 6px;
    background: #000;
    content: '';
    border-radius: 10px;
    padding: 0;
    left: 0;
    top: 13px;
    display: block;
    position: absolute;
}

.course-section-infoblock {
    background: #C9DA31;
    padding: 32px 50px;
    font-weight: normal;
    font-size: 30px;
    color: #000;
}

.course-section-infoblock a {
    color: #000;
    text-decoration: underline;
    font-family: 'Panton Bold';
}

.course-section-document-text {
    padding: 32px 0;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.course-documents {
    display: flex;
    flex-wrap: wrap;
}

.course-documents-item {
    width: calc(33% - 32px);
    margin: 16px;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.course-documents-item-head {
    font-family: 'Panton Bold';
    display: flex;
    font-size: 15px;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 3px solid;
    padding-bottom: 6px;
    margin-bottom: 10px;
}


.course-documents-item-head.is-empty {
    border-color: #DA3131;
}
.course-documents-item-head.is-wrong {
    border-color: #DA3131;
}
.course-documents-item-head.is-agree {
    border-color: #C9DA31;
}
.course-documents-item-head.is-wait {
    border-color: #C4C4C4;
}
.course-documents-item-head.is-warning {
    border-color: #ffd600;
}


.course-documents-item__status {
    border-radius: 6px;
}

.course-documents-item-head.is-empty .course-documents-item__status {
    background: url('/sites/all/themes/mersibo2018/img/i-document-empty.svg') no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    display: inline-flex;
}
.course-documents-item-head.is-wrong .course-documents-item__status {
    background: url('/sites/all/themes/mersibo2018/img/i-document-wrong.svg') no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    display: inline-flex;
}
.course-documents-item-head.is-wait .course-documents-item__status {
    background: url('/sites/all/themes/mersibo2018/img/i-document-wait.svg') no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    display: inline-flex;
}
.course-documents-item-head.is-agree .course-documents-item__status {
    background: url('/sites/all/themes/mersibo2018/img/i-document-agree.svg') no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    display: inline-flex;
}
.course-documents-item-head.is-warning .course-documents-item__status {
    background: url('/sites/all/themes/mersibo2018/img/i-document-warning.svg') no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    display: inline-flex;
}


.course-documents-item.is-wrong {
    background: #fff2f2;
    border: 1px solid #fff;
}

.course-documents-item.is-agree {
    background: #f3fff2;
    border: 1px solid #fff;
}

.course-documents-item.is-warning {
    background: #fff6e1;
    border: 1px solid #fff;
}

.course-documents-item-text {
    font-size: 16px;
}


.course-documents-item-text {
    font-size: 16px;
}

.course-documents-item-text a {
    font-size: 14px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #5C39AD;
    font-family: 'Panton Bold';
}

.course-document-annotate {
    font-size: 13px;
    line-height: 18px;
    color: #DA3131;
}

.course-test-info {
    display: flex;
    margin-bottom: 32px;
}

.course-test-info__text {
    width: 50%;
    padding-right: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.course-test-info__balls {
    width: 50%;
    padding-left: 20px;
    font-family: 'Panton Bold';
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.course-test-info__balls span {
    font-family: 'Panton';
}

.course-test-congrats,
.course-test-congrats p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.course-test-congrats a {
    text-decoration-line: underline;
    color: #5C39AD;
    font-family: 'Panton Bold';
}

.course-test-congrats__title {
    font-size: 40px;
    font-family: 'Panton Bold';
    line-height: 30px;
    color: #000000;
    margin-bottom: 40px;
}

.course-certificate {
    position: relative;
}

.course-certificate__subtitle {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    width: 50%;
    margin-bottom: 20px;
}

.course-certificate__text {
    width: 50%;
}

.course-certificate__text a {
    text-decoration-line: underline;
    color: #5C39AD;
    font-family: 'Panton Bold';
}

.course-certificate__infoblock {
    background: #C9DA31;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    padding: 30px 40px;
    margin: 36px 0;
}

.course-certificate__infoblock a {
    font-family: 'Panton Bold';
    color: #000;
    position: relative;
    z-index: 1;
}

.course-certificate__deadline,
.course-certificate__text {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.course-certificate-convert {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 380px;
    background: url("../img/convert-bg.png") no-repeat bottom right;
    background-size: contain;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: -1;
}

.course-certificate-convert.is-congrat {
    top: auto;
    bottom: -50px;
}

.course-certificate-convert img {
    width: 60%;
    margin-top: -30px;
    margin-right: -30px;
}

.course-certificate-treknumber {
    font-size: 30px;
    color: #000;
    margin: 0 0 36px;
    display: flex;
}

.course-certificate-treknumber__left {
    background: #C9DA31;
    margin-right: 10px;
    padding: 20px 28px;
    width: 100%;
    max-width: 50%;
}

@media screen and (max-width: 767px){
    .course-certificate-treknumber__left {
        max-width: none;
    }
}

.course-certificate-treknumber__left span:first-child {
    margin-right: 10px;
}
.course-certificate-treknumber__left span:last-child {
    white-space: nowrap;
}

.course-certificate-treknumber__right {
    background: #C9DA31;
    margin-left: 10px;
    width: 100%;
    padding: 20px 28px;
    line-height: 1.2;
}

.course-certificate-treknumber__left {
    display: inline-flex;
    font-weight: normal;
    font-size: 30px;
    color: #000;
    justify-content: space-between;
}

.course-certificate-treknumber__right a {
    font-size: 20px;
    text-decoration-line: underline;
    color: #000;
}

.course-certificate__wrong {
    background: url('/sites/all/themes/mersibo2018/img/i-nav-wrong.svg') no-repeat 0 6px;
    padding-left: 26px;
    margin-top: 32px;
    font-size: 20px;
    line-height: 30px;
    color: #DA3131;
    width: 50%;
}

.course-section-materials {
    margin: 36px 0;
    width: 50%;
}

.course-section-materials ol {
    counter-reset: item;
}

.course-section-materials ol li {
    margin: 0 0 10px 0;
    list-style-type: none;
    counter-increment: item;
}

.course-section-materials ol li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-family: 'Panton Bold';
    text-align: right;
    content: counter(item) ".";
}

.course-section-record-list {
    margin: 36px 0;
}
.course-section-record-list a {
    text-decoration-line: underline;
    color: #5C39AD;
    font-family: 'Panton Bold';
}

.course-info-popup {
    box-sizing: border-box;
    position: absolute;
    width: 600px;
    background: #fff;
    padding: 60px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 4px 55px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.course-info-popup p {
    text-align: center;
    margin: 10px 0;
}

.button-red {
    background: #DA3131;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
}

.course-info-popup img {
    margin: 20px 0 0 0;
}

.course-info-popup__title {
    font-family: 'Panton Bold';
    font-size: 35px;
    text-align: center;
    color: #DA3131;
    margin-bottom: 6px;
}

.course-info-popup__text {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
    padding: 0 10px;
}

.course-info-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    box-shadow: none;
}

.course-info-popup-close img {
    margin-top: 0;
}

.course-info__left {
    width: 50%;
}

.course-info__right {
    width: 50%;
}

.course-info__title {
    font-family: 'Panton Bold';
    font-size: 30px;
    color: #000000;
}

.course-info__title.is-medium {
    font-size: 26px;
}

.course-info__title span {
    font-size: 20px;
    color: #000;
}

.course-info__left ul {
    margin: 22px 0 32px;
}

.course-info ul li {
    padding-left: 20px;
    position: relative;
}

.course-info ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 10px;
    top: 12px;
    left: 2px;
}

.course-info ol {
    counter-reset: item;
    margin: 22px 0 32px;
}

.course-info ol li {
    list-style-type: none;
    counter-increment: item;
}

.course-info ol li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-family: 'Panton Bold';
    text-align: right;
    content: counter(item) ".";
}

.course-info__right span {
    overflow: hidden;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: flex;
    margin-top: 20px;
    margin-left: 20px;
}

.course-info__right span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


#course-body-divs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

#course-body-divs > div:first-child {
    order:1;
}

.course-body-divs-actions {
    order:2 !important;
}

#course-body-divs > div:last-child {
    order:3;
}



@media (max-width: 1220px) {
    .course-program-nav {
        margin: 40px 20px;
    }

    .course-landing {
        margin: 0 -20px;
    }

    .course-layout {
        margin: 0 20px;
    }

    .course-hero-subtitle,
    .course-hero-title,
    .course-hero-text,
    .course-hero-actions,
    .course-lector-item,
    .course-resume-item
    {
        margin-left: 20px;
    }
}

@media (max-width: 1023px) {
    .course-documents-item {
        width: calc(50% - 32px);
    }
    .course-program-nav {
        margin: 40px 0;
        white-space: nowrap;
        overflow: auto;
    }

    .course-program-header__left {
        padding-left: 20px;
    }

    .course-hero-subtitle,
    .course-hero-title,
    .course-hero-text,
    .course-hero-actions,
    .course-lector-item,
    .course-resume-item
    {
        margin-left: 0;
    }

    .course-landing {
        font-size: 16px;
    }

    .course-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .course-hero-meta {
        max-width: none;
        padding: 0 20px 30px;
        box-sizing: border-box;
    }

    .course-hero-info {
        margin: 0;
        padding: 20px;
    }

    .course-hero-actions {
        top:auto;
        padding-top: 10px;
    }

    .course-levels-item {
        max-width: calc( 33% - 20px );
    }

    .course-resume-item {
        flex-direction: column;
        display: block;
        margin-left: 0;
    }

    .course-lector-item {
        margin: 0 20px;
    }

    .course-resume-item-info {
        margin-bottom: 20px;
        max-width: none;
    }

    .course-resume-item-info:after {
        display: none;
    }

    .course-steps-item-image {
        margin: 0 -20px;
    }
}

@media (max-width: 767px) {
    .course-certificate-treknumber__left,
    .course-program-header {
        flex-wrap: wrap;
    }
    .course-certificate__text,
    .course-certificate__subtitle,
    .course-test-info__balls,
    .course-test-info__text,
    .course-program-header__right,
    .course-program-header__left {
        width: 100%;
    }

    .course-certificate-convert img {
        width: 80%;
        margin-top: 0;
        margin-right: 0;
    }

    .course-program-header__bg {
        padding: 15px
    }

    .course-test-info__balls,
    .course-test-info__text {
        padding: 8px 0;
    }

    .course-certificate-convert {
        height: auto;
        background-size: contain;
        padding-bottom: 20%;
        width: 100%;
        position: static;
    }

    .course-program-header-link {
        margin-left: 15px;
        margin-top: -10px;
        width: 100%;
        font-size: 24px;
        padding: 0;
    }

    .course-info,
    .course-certificate-treknumber,
    .course-test-info,
    .course-landing-custom .course-program-item-header-row,
    .course-program-item .course-program-item-header-row {
        flex-wrap: wrap;
    }

    .course-program-item .course-program-item-date {
        margin: 0;
        font-size: 15px;
        flex-grow: 1;
    }

    .course-certificate-treknumber__right,
    .course-certificate-treknumber__left {
        margin: 5px 0;
    }

    .course-info__right {
        order: 1;
        margin-bottom: 10px;
    }
    .course-info__left {
        order: 2;
    }

    .course-info-popup {
        padding: 30px 10px;
    }

    .course-info-popup__title {
        font-size: 24px;
        padding: 0 10px;
        line-height: 1.2;
    }

    .course-info-popup__text {
        font-size: 18px;
        line-height: 1.2;
    }

    .course-info-popup,
    .course-info__right,
    .course-info__left,
    .course-section-materials,
    .course-certificate__wrong,
    .course-certificate-treknumber__right,
    .course-certificate-treknumber__left,
    .course-landing-custom .course-program-item-title {
        width: 100%;
    }

    .course-landing-custom .course-program-item-date {
        width: 100%;
        margin-left: 0;
    }

    .course-certificate__infoblock,
    .course-programm-info {
        padding: 16px;
        font-size: 18px;
    }

    .course-section-infoblock {
        padding: 16px;
        font-size: 18px;
    }

    .course-section-document-text {
        padding: 16px 0;
        font-size: 18px;
        font-weight: normal;
    }

    .course-program-header-link svg {
        width: 24px;
        height: 24px;
    }

    .course-documents-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .course-landing-custom .course-program-item-header-row {
        margin-right: -30px;
    }

    .course-info-popup-close {
        top: 10px;
        right: 10px;
        padding: 0;
        font-size: 0;
        width: 18px;
        height: 18px;
    }

    .course-info-popup-close img {
        width: 100%;
    }

    .course-hero-title {
        font-size: 28px;
    }

    .course-button {
        font-size: 14px;
    }

    .course-button-arrow {
        width: 12px;
        max-width: 12px;
        min-width: 12px;
        height: 12px;
        margin-left: 6px;
    }

    .course-levels-list,
    .course-steps-item-body,
    .course-list-block ol,
    ol.course-list,
    .course-row,
    .course-levels-list,
    .course-facts-list,
    .course-information ul,
    .course-information ol {
        display: block;
    }

    ol.course-list--alone li,
    ol.course-list--double li,
    ol.course-list li,
    .course-list-block ol li,
    .course-row-item,
    .course-levels-item,
    .course-facts-item,
    .course-steps-item-media,
    .course-information ul>li,
    .course-information ol>li
    {
        max-width: none;
        width: auto;
    }

    .course-materials-list-alt .course-materials-item,
    .course-materials-item {
        max-width: calc( 50% - 20px );
    }

    .course-materials-list--inline {
        flex-wrap: wrap;
    }

    .course-materials-list--inline .course-materials-item.course-materials-item--wide {
        max-width: none;
        min-width: calc( 40% - 20px );
    }

    .course-list-block ol li,
    .ol.course-list li {
        margin-bottom: 20px;
    }

    ol.course-list li:before,
    .course-list-block ol li:before {
        font-size: 40px;
    }

    .course-row-item {
        margin-bottom: 20px;
    }

    .course-program-item-title {
        float: none;
        margin: 0 -20px;
    }

    .course-program-item-body {
        padding: 20px;
    }

    .course-program-item-spoiler {
        padding: 0 20px 20px
    }

    .course-lector-item {
        display: block;
    }

    .course-lector-item-media {
        margin-bottom: 10px;
    }

    .course-lector-item-info {
        padding: 20px;
    }

    .course-lector-item-actions {
        top:auto;
        padding: 10px 0 0;
    }

    .course-resume-item-info {
        padding: 20px;
    }

    .course-resume-item-price {
        padding: 20px;
        display: block;
    }

    .course-resume-item-price-info {
        padding: 20px 0 0;
        max-width: none;
    }

    .course-blockquote {
        flex-direction: column;
        align-items: flex-start;
    }

    .course-blockquote-avatar {
        margin: 0 auto 20px;
        max-width: 140px;
    }

    .course-info__right span {
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    .course-certificate-treknumber__left span:last-child {
        white-space: normal;
    }
}


/********************************************************* Form */
#frefresher-course-user-documents-form.is-loading {
    pointer-events: none;
    position: relative;
}

#frefresher-course-user-documents-form.is-loading:before {
    display: block;
    content:"\0020";
    position: absolute;
    z-index: 10;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    background-image: url("../img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#frefresher-course-user-documents-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
    background: #f7f7f7;
    padding: 20px;
}

@media (max-width: 480px) {
    #frefresher-course-user-documents-form {
        width: auto;
        padding: 20px 12px;
    }
}

.course-landing-docs-row {
    display: flex;
    flex-wrap: nowrap;
}

#frefresher-course-user-documents-form .form-type-file {
    flex-grow: 1;
    margin-right: 10px;
}

#frefresher-course-user-documents-form .course-landing-docs-row #edit-files {
    display: none;
}

#frefresher-course-user-documents-form input[type="submit"] {
    min-width: 120px;
}

.course-form-descr {
    font-size: 12px;
    padding-top: 20px;
}

#frefresher-course-user-documents-form label {
    width: 100%;
    height: 35px;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    border: 3px dashed #ddd;
    border-radius: 10px;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
}

.c-files-list {
    padding: 6px 0 0 16px;
    font-size: 14px;
}

#frefresher-course-user-documents-form .form-item .description {
    padding-left: 15px;
    padding-top: 10px;
    max-width: 260px;
    box-sizing: border-box;
}


@media (max-width: 480px) {
    #frefresher-course-user-documents-form .c-files-list {
        white-space: nowrap;
    }
}











