@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Bebas Neue';
    src: url('/fileservice/file/download/h/c1de34820f3d0ac4a5a06a0845b0190b.otf/a/395873/sc/160') format('opentype'),
        url('/fileservice/file/download/h/3ba061dc2e931028146c52c6e5f75aa5.woff/a/395873/sc/131') format('woff');
}

:root {
    --color-1: #FFFFFF;
    --color-2: #140B1C;
    --color-3: #743DAE;
    --color-4: #7A7E94;
    --color-5: linear-gradient(137deg, #3c205a 0%, #140b1c 37.07%, #140b1c 64.9%, #3e215b 100%);
    --color-6: linear-gradient(170deg, #3c205a 0%, #140b1c 100%);
    --color-7: #3F255A;
    --font-2: 'Inter';
    --font-1: 'Bebas Neue';
}

/*Фон всей страницы*/
body {
    background: var(--color-1);
}

.main-page-block.medium-width .container {
    width: auto !important;
    max-width: inherit;
}

.gc-main-content.with-left-menu .container {
    width: 98%;
    max-width: inherit;
}

/*Логотип школы*/
.logo-link {
    display: none;
}

/*Хлебные крошки*/
.breadcrumbs,
.breadcrumb,
.breadcrumbs a,
.breadcrumb a {
    font-family: var(--font-2);
    font-weight: 400;
    color: var(--color-2);
}

.page-header h1 {
    font-family: var(--font-1);
}

.page-menu {
    font-family: var(--font-2);
}

.page-menu li.active{
    color: var(--color-1)!important;
    background: var(--color-5);
    border-radius: 5px 5px 0 0;
}

.page-menu li.active a{
    color: var(--color-1)!important;
}

.page-menu a{
    color: var(--color-3);
}

.banner_school {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--color-5);
    border-radius: 20px;
    height: 120px;
    font-family: var(--font-1);
    font-size: 30px;
    color: var(--color-1);
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 0 40px;
    position: relative;
}

.banner_school:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 80px;
    width: 207px;
    height: 207px;
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/893040/sc/13/h/435b0f921912381e968c80fa765c463e.png');
    background-size: cover;
    background-position: center;
}

.banner_school .name p {
    margin-bottom: 0px;
}

h3 {
    font-family: var(--font-1);
    font-size: 40px;
    color: var(--color-2);
    margin-bottom: 20px;
}

/*Модули*/
.stream-table {
    margin: 0 auto !important;
}

.stream-table tbody {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.stream-table tbody tr {
    position: relative;
    flex: 0 0 calc(100% - 0px);
    height: 160px;
    border-radius: 20px;
    margin: 10px 0;
    background: var(--color-2);
    transition: 0.5s;
    line-height: 180%;
    overflow: hidden;
}

.stream-table tr td:hover {
    background: none !important;
}

.stream-table tr a {
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.stream-table tbody tr td {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 25px 35px !important;
}

/*Заголовок модуля*/
.stream-table tbody tr .stream-title {
    display: inline-block;
    margin-top: 0px;
    color: var(--color-1);
    font-family: var(--font-1);
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

/*Описание*/
.stream-table tbody tr td div {
    color: var(--color-4);
}

/*Кнопка*/
.stream-table tbody tr td .new_btn {
    background: var(--color-1);
    padding: 15px 50px 12px;
    color: var(--color-3);
    font-family: var(--font-1);
    font-size: 20px;
    border-radius: 90px;
}

/*Эффект при наведении на модуль*/
.stream-table tbody tr:hover {
    transform: scale(1.02);
    transition: 0.3s;
}

.stream-table tbody tr:nth-child(even) td:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 40%;
    width: 147px;
    height: 102px;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='377' height='164' viewBox='0 0 377 164' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_5_2801)'%3E%3Cellipse cx='188.232' cy='136.271' rx='63.5' ry='36' transform='rotate(28.9993 188.232 136.271)' fill='%23743DAE'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_5_2801' x='0' y='-37.7642' width='376.465' height='348.071' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='65' result='effect1_foregroundBlur_5_2801'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.stream-table tbody tr:nth-child(odd) td:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 127px;
    height: 72px;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='226' height='164' viewBox='0 0 226 164' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_33_796)'%3E%3Cellipse cx='32.5' cy='28' rx='63.5' ry='54' fill='%23743DAE'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_33_796' x='-161' y='-156' width='387' height='368' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='65' result='effect1_foregroundBlur_33_796'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");

}

/*Данные ученика*/
.personal_data {
    background: var(--color-6);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.personal_data img {
    border: 1px solid var(--color-4);
    border-radius: 90px;
}

.personal_data .two h1 {
    font-size: 16px;
}

.personal_data .two {
    font-family: var(--font-2);
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: var(--color-1);
}

.personal_data .new_btn {
    background: var(--color-3);
    color: var(--color-1);
    font-family: var(--font-1);
    font-weight: 400;
    font-size: 14px;
    width: 80%;
    padding: 10px 5px;
    border: none;
    border-radius: 90px;
    margin-top: 10px;
}

.btn_wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px
}

.btn_wrapper .new_btn{
    background: var(--color-2);
    border: none;
    border-radius: 20px;
    color: var(--color-1);
    text-align: left;
    font-family: var(--font-1);
    font-size: 18px;
    position: relative;
    height: 70px;
    padding: 15px 30px 12px 60px;
    line-height: 100%;
    transition: .3s;
}

.btn_wrapper .new_btn:hover{
    transition: .3s;
    transform: scale(1.03);
}

.btn_wrapper .new_btn:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

.btn_wrapper .tg:before{
    background: url('https://schoolbeibit.online/pl/fileservice/user/file/download/h/557e3f805cc65e4948313ac5a996c46c.svg');
    background-size: cover;
    background-position: center;
}

.btn_wrapper .sup:before{
    background: url('https://schoolbeibit.online/pl/fileservice/user/file/download/h/e238d55cfc1a7bf1930cdacfc7995172.svg');
    background-size: cover;
    background-position: center;
}

.btn_wrapper .chan:before{
    background: url('https://schoolbeibit.online/pl/fileservice/user/file/download/h/cf67ef5f52a3f0105955146d5205d1d1.svg');
    background-size: cover;
    background-position: center;
}

@media(max-width: 680px) {
    .banner_school {
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 40px 0;
        margin: 0px 0px 30px;
    }
    
    .banner_school:after{
        right: 50%;
        margin-right: -104px;
    }
    
    .banner_school .name p{
        font-size: 24px;
    }

    .stream-table tbody tr {
        height: 200px;
    }

    .stream-table tr a {
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        gap: 20px;
    }

    .stream-table tbody tr .stream-title {
        font-size: 24px;
    }

    .stream-table tbody tr td .new_btn {
        padding: 10px 40px 8px;
        font-size: 18px;
    }
}