﻿::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--color-primary);
}

body {
    background: var(--surface-1);
}

.container-main {
    width: 100%;
    background-color: var(--surface-0);
}

.main_title h1 {
    font-size: 35px;
    text-align: center;
    color: var(--color-text-inverse);
}

.main_title marquee {
    margin-top: 10px;
    font-size: 18px;
    color: var(--color-text-inverse);
}

.toolbar-contact-tel ul li {
    display: inline-block;
    margin-right: 20px;
}

.toolbar-area .row div {
    position: relative;
}

.gov_logo {
    position: absolute !important;
    top: 0;
    right: 10px;
}

.main_logo {
    position: absolute !important;
    top: 0;
    left: 10px;
}

.documents-list {
    margin: auto;
    text-align: center;
}

.documents-list div {
    background-color: var(--color-primary);
    margin: 0.8em;
    padding: 12px 16px;
    min-height: 44px;
    border-radius: var(--radius-m);
    -webkit-box-shadow: var(--shadow-2);
    -moz-box-shadow: var(--shadow-2);
    box-shadow: var(--shadow-2);
    transition: 0.2s ease-out;
}

.documents-list div:hover {
    transform: scale(1.03);
    -webkit-box-shadow: var(--shadow-3);
    -moz-box-shadow: var(--shadow-3);
    box-shadow: var(--shadow-3);
}

.documents-list div a {
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: var(--color-text-inverse);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.i_agree input {
    margin-left: 0 !important;
    width: 37px;
    height: 37px;
    padding: 0 0 !important;
    margin: 0 20px 0 0 !important;
}

.i_agree label {
    font-size: 18px;
}

.groups_time {
    min-height: 70px;
}

.groups_time a {
    width: 100%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.groups_time a span {
    all: unset;
    font-size: 28px;
}

.table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.timesheet-table {
    font-family: var(--font-sans);
    border-collapse: collapse;
    counter-reset: bubu;
    width: 100%;
    min-width: 560px;
}

.timesheet-table td,
.timesheet-table th {
    border: 1px solid var(--border-color);
    padding: 8px;
}

.timesheet-table tr:nth-child(even) {
    background-color: var(--surface-1);
}

.timesheet-table tr:hover {
    background-color: var(--color-primary-tint);
    color: var(--color-ink);
}

.timesheet-table tr:hover td p a {
    color: var(--color-primary);
}

.timesheet-table th h3 {
    color: var(--color-text-inverse);
}

.timesheet-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: var(--color-primary);
    color: var(--color-text-inverse);
}

.white td:nth-child(1) {
    counter-increment: bubu;
}

.white td:nth-child(1)::before {
    content: counter(bubu) ".";
}

.lesson_teacher p {
    font-size: 0.875rem;
    line-height: 1.4;
}

.lesson_teacher p a {
    font-weight: 100;
}

.timesheet-table .red {
    background-color: var(--color-error) !important;
    color: var(--color-text-inverse) !important;
}

.red p a {
    color: var(--color-text-inverse) !important;
}

.fa-arrow-up {
    font-size: 20px !important;
    transform: scale(-1, 1);
    color: var(--color-text-inverse) !important;
}

.post-thumbnils {
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.post-thumbnils img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.opop_li a {
    font-size: 25px;
    margin-bottom: 22px;
}

.opop_li a:hover {
    color: var(--color-primary);
}

.card_name {
    padding: 5px 10px;
}

.team-card .content {
    padding: 15px;
}

.team-card .content span {
    display: block;
    margin-top: 8px;
}

.team-card .content h3 {
    line-height: 20px;
}

.social-title {
    display: block;
    text-align: center;
}

.social__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social__wrapper-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 10px;
    width: 150px;
    height: 120px;
    box-shadow: var(--shadow-2);
    border-radius: var(--radius-m);
    margin-top: 15px;
    transition: 0.2s;
}

.social__wrapper a:hover .social__wrapper-card {
    background: var(--color-primary);
}

.social__wrapper a:hover .social-icon,
.social__wrapper a:hover .social-name {
    color: var(--color-text-inverse);
}

.social-icon {
    margin-top: 25px;
    font-size: 40px !important;
    color: var(--color-primary-hover);
}

.social-name {
    margin-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--color-primary-hover);
}

.features {
    margin-top: 80px;
    position: relative;
}

.features__container {
    width: 85%;
    margin: auto;
    padding: 20px;
    background-color: var(--color-primary);
    color: var(--color-text-inverse);
    z-index: 2;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature__item {
    padding: 10px;
}

.feature__item__icon {
    font-size: 30px !important;
    padding: 5px;
}

.feature__item .feature__title {
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.feature__item .feature__desc {
    font-size: 18px;
}

.card {
    transition: 0.5s !important;
}

.latest-news-area-link:hover .card {
    background: var(--surface-2) !important;
}

.latest-news-area-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.latest-news-area-title span a {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--color-text-inverse);
    padding: 2px 5px;
}

.latest-news-area-title span a:hover {
    color: var(--color-primary);
    background: transparent;
    border: 2px solid var(--color-primary);
}

.latest-news-area-title span a:active {
    background: var(--color-primary-deep);
    color: var(--color-text-inverse);
}

.card-news {
    border-radius: 0;
    overflow: hidden;
    border: none;
    box-shadow: var(--shadow-1);
}

.category_span p {
    margin-left: 15px;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--color-primary);
    padding: 0 6px;
    border-radius: var(--radius-s);
    font-size: 14px;
    background: var(--color-primary-tint) !important;
}

.sidebar_box .project-sidebar,
.sidebar_box .sidebar {
    position: sticky;
    top: 50px;
}

.priem {
    margin: 0 0 30px 0;
    padding: 0;
}

.priem__block h2 {
    font-size: 30px;
}

.priem__block p {
    font-size: 18px;
    text-align: justify;
    text-indent: 35px;
    line-height: 25px;
    color: var(--color-text);
    margin-top: 10px;
}

.priem__block ul li {
    font-size: 18px;
    line-height: 25px;
    color: var(--color-text);
}

.priem__block-laval-1 p,
.priem__block-laval-2 p {
    text-indent: 0 !important;
}

.priem_main_link {
    background-color: var(--color-primary);
    color: var(--color-text-inverse);
    padding: 3px;
    border: 2px solid var(--color-primary);
    transition: all .3s linear;
}

.priem_main_link:hover {
    background-color: transparent;
    color: var(--color-primary);
}

#student-life {
    padding: 30px 0;
    background: var(--color-primary-tint);
}

.student-life__title {
    margin-bottom: 10px;
}

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

.student-life__items {
    overflow: hidden;
    width: 48%;
}

.student-life__items-slider-for {
    margin: 20px 0;
}

.student-life__items-slider-slide {
    margin: 0 2px;
}

.student-life__items-slider-nav .slick-prev {
    position: absolute !important;
    left: 0 !important;
}

.student-life__items-slider-nav .slick-next {
    position: absolute !important;
    right: 0 !important;
}

.student-life__items-slider-nav .slick-next::before {
    content: '' !important;
    opacity: 1 !important;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 5px;
    background: var(--surface-0);
    transform: rotate(45deg);
}

.student-life__items-slider-nav .slick-next::after {
    content: '' !important;
    opacity: 1 !important;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 5px;
    top: 36px;
    background: var(--surface-0);
    transform: rotate(-45deg);
}

.student-life__items-slider-nav .slick-prev::before {
    content: '' !important;
    opacity: 1 !important;
    position: absolute;
    left: 10px;
    width: 20px;
    height: 5px;
    background: var(--surface-0);
    transform: rotate(-45deg);
}

.student-life__items-slider-nav .slick-prev::after {
    content: '' !important;
    opacity: 1 !important;
    position: absolute;
    left: 10px;
    width: 20px;
    height: 5px;
    top: 36px;
    background: var(--surface-0);
    transform: rotate(45deg);
}

.student-life__content__title {
    margin-bottom: 10px;
}

.card-specialty {
    border-radius: 0;
    overflow: hidden;
    box-shadow: var(--shadow-1);
    border: none !important;
}

.image-link {
    width: 100%;
    padding: 10px 0;
}

.image-link-nap {
    background: var(--color-primary-tint);
    border-radius: var(--radius-m);
    color: var(--color-primary);
    padding: 2px 8px;
    font-weight: 400;
}

.image-link-buy {
    background: var(--color-accent-tint);
    border-radius: var(--radius-m);
    color: var(--color-ink);
    padding: 2px 8px;
    font-weight: 400;
}

.post-details .post-title {
    font-size: 28px;
}

.ckeditor ol,
.ckeditor ul {
    margin-left: 20px !important;
}
