@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Muller Thin';
    src: url('/fileservice/file/download/h/152c15ab92f76c950258d50f0f4c1708.otf/a/465395/sc/46') format('opentype'),
        url('/fileservice/file/download/h/f91d39fe45f6d96ed485876c0eae1efa.woff/a/465395/sc/365') format('woff');
}

@font-face {
    font-family: 'Muller Regular';
    src: url('/fileservice/file/download/h/4dec50cef08334bde17889f0fe6a1381.otf/a/465395/sc/110') format('opentype'),
        url('/fileservice/file/download/h/ea24b3bba2a9b3ca951fe2273ef0e685.woff/a/465395/sc/326') format('woff');
}

@font-face {
    font-family: 'Muller Bold';
    src: url('/fileservice/file/download/h/54b2bcd75021557c19b0123a6b3ac677.otf/a/465395/sc/79') format('opentype'),
        url('/fileservice/file/download/h/baa031894566c3a6bd1b5f780672855e.woff/a/465395/sc/100') format('woff');
}


:root {
    --container-width: 100%;
    --content-width: 1200px;
    --font-1: 'Muller Regular';
    --font-2: 'Muller Bold';
    --font-3: 'Manrope';
    --font-4: 'Golos Text';
    --font-5: 'Muller Thin';
    --color-1: #F7F7F7;
    /*фон*/
    --color-2: #AB6322;
    /*коричневый*/
    --color-3: #FFFFFF;
    /*белый*/
    --color-4: #292929;
    /*чёрный*/
    --color-5: #934BB3;
    /*фиолетовый*/
    --color-6: #EFE4F4;
    /*фиолетовый для фона*/
    --color-7: #FF3D51;
    /*кнопки*/
    --color-8: #3082FF;
    /*ссылки*/
    --color-9: #FF1C34; /*кнопки ховер*/
    --color-10: #FF7B00;
     /*статус оранж*/
    --color-11: #757AFF;
     /*статус синий*/
    --color-12: #C60202; /*статус красный*/
    --color-13: #40AD6C; /*статус красный*/
}


body {
    background: var(--color-1);
    position: relative;
}

.isTrainingPage .page-header h1,
.gc-account-logo {
    display: none;
}

.page-ready #gcAccountUserMenu~.gc-main-content.with-left-menu {
    transition: margin-left 0.3s, width 0.3s;
}

.newWidthPage #gcAccountUserMenu~.gc-main-content.with-left-menu>.container,
.newWidthPage #gcAccountUserMenu~.gc-main-content.with-left-menu>.page-full-block>.main-page-block>.container {
    width: var(--container-width) !important;
    margin: 0 auto;
    max-width: var(--content-width);
}

.top-menu-block .top-menu-wrapper,
#gcAccountUserMenu~.gc-main-content.with-left-menu>.container,
#gcAccountUserMenu~.gc-main-content.with-left-menu>.page-full-block>.main-page-block>.container,
.header-box,
.chatium-header-box {
    transition: all .3s;
}

.page-header {
    padding-bottom: 30px !important;
    margin: 0 0 20px 0 !important;
}

.xdget-header {
    display: none;
}

.page-header .page-actions button,
.chatium-header-box .page-actions button {
    border: none;
    border-radius: 20px;
    background: var(--color-7) !important;
    outline: none !important;
    color: var(--color-1);
    margin-right: 10px;
}

.top_wrapper{
    z-index: 999!important;
}

.content-menu {
    border: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-1);
}

/*Модули*/
.isTrainingPage .stream-table {
    margin: 0 auto !important;
    counter-reset: list 0;
}

.isTrainingPage .stream-table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    gap: 20px;
}

.isTrainingPage .stream-table tbody tr {
    position: relative;
    flex: 0 0 calc(100% - 0px);
    min-height: 180px;
    border-radius: 16px;
    background: var(--color-3);
    transition: 0.3s;
}

.isTrainingPage .stream-table tbody tr:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 15px 0 rgba(28, 39, 49, 0.03);
    transition: 0.3s;
}

.isTrainingPage .stream-table tr td:hover {
    background: none !important;
}

.isTrainingPage .stream-table tr a {
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 16px;
    padding: 20px !important;
}

.isTrainingPage .stream-table tbody tr td {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    z-index: 9;
}

/*Заголовок модуля*/
.isTrainingPage .stream-table tbody tr .stream-title {
    display: inline-block;
    color: var(--color-4);
    font-family: var(--font-2);
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 110% !important;
    order: 3;
}

.isTrainingPage .stream-table tbody tr div:not(.lesson-num) {
    order: 1;
    font-family: var(--font-5);
}

.isTrainingPage .stream-table tbody tr .lesson-num {
    font-family: var(--font-5);
    font-size: 14px !important;
    background: var(--color-6);
    max-width: max-content;
    padding: 7px 8px;
    border-radius: 6px;
    order: 3!important;
}

.isTrainingPage .xdget-trainingList .btn-success {
    margin-top: 30px;
    background: var(--color-7);
    border: none;
    border-radius: 90px;
}

.xdget-trainingList a {
    color: var(--color-8);
}

/*Правая колонка*/
.xdget-lessonSchedule {
    border-radius: 16px;
    background: var(--color-3);
    padding: 20px;
    margin-bottom: 15px;
}

.xdget-lessonSchedule h3 {
    font-size: 0;
    margin-bottom: 40px;
}

.xdget-lessonSchedule h3:after {
    content: 'График выхода уроков';
    font-family: var(--font-2);
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.xdget-lessonSchedule .bg-block {
    background: transparent;
    padding: 0 !important;
}

.xdget-lessonSchedule .schedule-block {
    font-family: var(--font-1);
}

.xdget-lessonSchedule .day-label {
    font-family: var(--font-2);
    font-weight: 700;
    font-size: 16px;
}

.schedule-block .day {
    margin-bottom: 0px !important;
}

.schedule-block .day.today .day-label{
	color: var(--color-7);
}

.schedule-block .day .record {
    padding-left: 0 !important;
}

.schedule-block .time {
    width: 40px !important;
    display: inline-block;
    color: var(--color-4);
}

.xdget-lessonSchedule .record .event {
    margin: 0 0 0 5px;
    font-size: 0;
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
}

.xdget-lessonSchedule .record .event a {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-8);
    transition: all 0.2s;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
}

.xdget-lessonSchedule .record .event a:hover {
    opacity: .8;
}

.remake-right-box.xdget-common-container {
    border-radius: 16px;
    background: var(--color-3);
    padding: 20px;
    margin-bottom: 15px;
}

.remake-right-box-header {
    color: var(--color-4);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 15px;
}

.remake-right-box>button {
    padding: 0;
    padding-left: 32px;
    border: 0;
    margin-bottom: 16px;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
    color: var(--color-8);
    background: transparent;
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    position: relative;
    transition: 0.3s transform;
}

.remake-right-box>button:hover {
    transform: translateY(-1px);
}

.remake-right-panel-content .remake-icon-inst:before,
.remake-right-panel-content .remake-icon-tg:before,
.remake-right-panel-content .remake-icon-yt:before,
.remake-icon-chat-2:before,
.remake-icon-ruble:before {
    content: "";
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

.remake-right-panel-content .remake-icon-inst:before {
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/124/h/28174ac42d8ff710d60196ca1b11cd02.svg");
}

.remake-right-panel-content .remake-icon-tg:before {
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/179/h/d0c552c90061473dae417cd51eb2d8a6.svg");
}

.remake-right-panel-content .remake-icon-yt:before {
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/250/h/49d2ce0e903f1aaffd697d95d7202c29.svg");
}

.remake-icon-chat-2:before {
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/190/h/2ece8ac73206c67a2866aa33703bdb97.svg");
}

.remake-icon-ruble:before {
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/185/h/14806a33fee33cdbf3f046ab2808590d.svg");
}

.remake-right-box.xdget-common-container {
	font-family: var(--font-1)!important;
}
.remake-right-box.xdget-common-container .sp-header {
    color: var(--color-4) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 14px;
    opacity: 0.5;
}

.remake-right-box .sp-time {
    color: var(--color-4);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
}

.remake-right-box .sp-text {
    color: var(--color-4);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}

.remake-right-panel-toggler,
.remake-right-panel-close-btn {
    display: none;
}

@media (max-width: 1300px) {
    .newWidthPage {
        --container-width: calc(var(--parent-wv, 100vw) - 90px - 20px - 30px);
    }
}

@media (max-width: 991px) {
	.xdget-lessonSchedule {
    	margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .newWidthPage {
        --container-width: 100%;
    }
}