@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-Regular.woff2') format('woff2'),
    url('fonts/Nunito-Regular.woff') format('woff'),
    url('fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Nunito', sans-serif;
}

.mdc-button {
    background-color: #6200EE;
    color: #fff;
    padding: 1rem 2rem;
    margin: 0 0.5em;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.login-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.login-link:hover {
    color: #fff;
    text-decoration: underline;
}

.mdc-typography {
    padding: 4rem;
}

.flex-container {
    display: flex;
    align-items: center;
}

.flex-container--center {
    display: flex; /* Делаем контейнер flex-контейнером */
    justify-content: center; /* Выравниваем элементы по горизонтали по центру */
    flex-wrap: wrap;
}

.mdc-list-item {
    margin: 1rem;
}

.item__text_big {
    width: 220px;
}

textarea {
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    resize: vertical; /* Разрешить изменение размера по вертикали */
    transition: all 0.3s ease;
    border-radius: 12px !important;

    &:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
}

.container {
    display: flex;
    justify-content: space-between;
}

.column {
    width: 45%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.my-table {
    overflow-x: auto;
}

.main-banner {
    padding: 4rem;
    background-image: url('/storage/template/img/Group_banner_1.png'), url('/storage/template/img/Ellipse2.png'), url('/storage/template/img/Ellipse3.png');
    background-repeat: no-repeat;
    background-position-x: right, center, right;
    background-color: rgba(255, 255, 255, 0.5);
    height: 608px;
}

.gradient-text {
    background-image: linear-gradient(90deg, #526FFD 0%, #B736E7 72.39%, #FB66C5 111.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mdc-typography--headline1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 51.83px;
    width: 700px;
    display: block;
}

.main_page_text_block,
.mdc-list-item {
    width: 342px;
    height: 163px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px 1px #015CFF4D;
    margin: 3rem 1rem;
    padding: 0.7rem;
}

.mdc-list-item__long {
    height: 330px;
}

.mdc-list-item {
    text-align: center;
    flex: 1
}

.uppercase-text {
    text-transform: uppercase;
}

.mdc-typography--headline6 {
    font-weight: 800;
    font-size: 28px;
    line-height: 38.19px;
    text-align: center;
}

.mdc-typography .item__text_big {
    font-weight: 700;
    font-size: 24px;
    line-height: 32.74px;
    text-align: center;
    display: block;
    width: 100%;
}

.mdc-list-item__graphic {
    text-align: center;
    padding: 0 1rem;
}



.footer {
    background-color: #263165;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 12px max(44px, (100vw - 1446px) / 2) 64px;
    unicode-bidi: isolate;
    color: #fff;
    position: relative;
    z-index: 1000;
}

.main_block1 {
    background: url(/storage/template/svg/mainpage_Ellipse3.svg), url(/storage/template/svg/mainpage_Ellipse2.svg);
    background-position: -234px -160px, 50px 290px;
    background-repeat: no-repeat, no-repeat;
}

.main_block3 {
    background: url(/storage/template/svg/mainpage_Ellipse3.svg), url(/storage/template/svg/mainpage_Ellipse2.svg);
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
}

.main_text_li {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main_text_li .main-icons {
    text-align: center;
    margin: 0 auto 1em;
}

.main_text_li .text {
    clear: both;
    font-weight: 700;
    font-size: 22px;
    line-height: 30.01px;
    text-align: center;

}

@media (max-width: 768px) {
    .mdc-typography {
        margin: 0.1rem;
        padding: 0;
    }

    .mdc-typography--headline1 {
        font-size: 2rem;
        line-height: normal;
        width: 100%;
    }

    .main-banner {
        padding: 1rem;
        background-image: url('/storage/template/img/Ellipse2.png'), url('/storage/template/img/Ellipse3.png');
        background-repeat: no-repeat;
        background-position-x: center, right;
        height: 100%;
    }

    .flex-container--center {
        flex: none;
        display: block;
    }

    main {
        margin: 0;
    }
}

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    box-shadow: 2px 0px 12px 0px #526FFD33;
    padding: 7em 0em 0 1em;
    display: none;
}

.nav-links {
    list-style: none;
    padding: 0;
}

.nav-links li {
    margin-bottom: 10px;
}
.a_left_menu {
    font-weight: 600;
    font-size: 18px;
    Line-height: 37px;
}

.top_menu {
    padding: 0.5em 0;
    position: relative;
    z-index: 1000;
}
.left_menu{
    z-index: 100;
}

header {
    background: url('/storage/template/img/bg04_1.png');
    height: 134px;
}

.header_h2_text .text-xl {
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 57px;
    padding: 35px 0 0 46px;
}

.header_h2_text button {
    float: right;
    top: -45px;
    position: relative;
}
