@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap);ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

a {
    color: #33354d;
    line-height: 160%
}

a:hover {
    text-decoration: none
}

a,a svg path,section.account .left ul li a svg path {
    transition: all .15s
}

*,body,h2 {
    color: #0b0f19
}

*,body {
    font-family: "Roboto",sans-serif;
    font-size: 14px
}

button,input,textarea {
    outline: 0!important
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.row>div {
    padding-left: 12px;
    padding-right: 12px
}

.container {
    max-width: 1330px;
    width: 100%
}

@media (max-width: 767px) {
    .container {
        padding-left:16px;
        padding-right: 16px
    }
}

.btn-black {
    background: #292929;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    white-space: nowrap;
    padding: 0 20px;
    outline: 0;
    transition: all .3s;
    border: 0
}

.btn-black.large,.btn-more {
    line-height: 52px;
    font-size: 14px;
    padding: 0 32px
}

.btn-black img,.btn-more img,section.home_general .calendar-content .content .studys ul li a img,section.home_general .main-content .content .studys ul li a img {
    margin-right: 10px
}

.btn-black:hover {
    color: #fff;
    background: #2b2b2b
}

.btn-more {
    border: 1px solid rgba(232,117,37,.35);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    color: #e87525
}

.btn-more.all_picture img {
    margin-left: 10px;
    margin-right: 0
}

h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    h2 {
        font-size:28px
    }
}

header {
    background: #292929;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 1000
}

header .hdr__main {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1250px) {
    header .hdr__main .btn-black {
        margin-right:20px;
        margin-left: 20px
    }
}

@media (max-width: 991px) {
    header .hdr__main .btn-black {
        display:none!important
    }
}

footer .ftr_right .social_links,footer form,header .hdr__main .logout {
    display: flex;
    align-items: center
}

header .hdr__main .logout div {
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px
}

header .hdr__main .logout div span {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px
}

.mobile__menu,header .open_sidebar {
    display: none
}

@media (max-width: 1250px) {
    header .open_sidebar {
        display:block!important;
        border: 0;
        background: 0 0
    }
}

body.opened {
    height: 100vh;
    overflow: hidden
}

@media (max-width: 1250px) {
    .mobile__menu {
        display:flex;
        justify-content: flex-end;
        position: fixed;
        z-index: 10;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,.65);
        opacity: 0;
        pointer-events: none;
        transition: all .15s
    }
}

.mobile__menu.active {
    opacity: 1;
    pointer-events: auto
}

.mobile__menu.active .right_block {
    transform: translateX(0)
}

.mobile__menu button.close {
    margin-left: auto;
    margin-right: 0;
    padding: 5px;
    opacity: 1;
    transform: scale(2)
}

@media (max-width: 767px) {
    .mobile__menu button.close {
        transform:scale(1)
    }
}

.mobile__menu .right_block {
    max-width: 50%;
    width: 100%;
    padding: 44px;
    background-color: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: all .3s;
    transform: translateX(100%)
}

@media (max-width: 767px) {
    .mobile__menu .right_block {
        max-width:90vw;
        padding: 24px;
        width: 100%
    }
}

.mobile__menu .menus {
    width: 100%
}

@media (max-width: 767px) {
    .mobile__menu .menus {
        margin-top:60px
    }

    .mobile__menu .menus li {
        margin-bottom: 24px;
        text-align: center;
        width: 100%
    }
}

.mobile__menu .menus li a {
    font-size: 30px;
    font-weight: 600
}

@media (max-width: 767px) {
    .mobile__menu .menus li a {
        font-size:16px;
        line-height: 160%
    }
}

.mobile__menu .menus li a.active,a:hover {
    color: #e87525
}

.mobile__menu .languages,section.home_general .sidebar .sidebar-content ul li {
    width: 100%
}

@media (max-width: 767px) {
    .mobile__menu .languages {
        display:flex;
        align-items: center;
        margin-top: auto;
        margin-bottom: 32px;
        justify-content: center
    }
}

.mobile__menu .languages li {
    margin: 15px 0
}

@media (max-width: 767px) {
    .mobile__menu .languages li {
        margin:0 12px
    }
}

.mobile__menu .languages li a {
    font-size: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center
}

@media (max-width: 767px) {
    .mobile__menu .languages li a {
        font-size:0;
        line-height: 160%;
        background: #eff2fc;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px
    }

    .mobile__menu .languages li a.active {
        background: #e875258f
    }
}

.mobile__menu .languages li a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767px) {
    .mobile__menu .languages li a img {
        max-width:100%;
        width: 100%;
        margin-right: 0;
        height: auto
    }
}

.language_block .body_dropdown li a:hover,.mobile__menu .languages li a.active,footer .privacy div a:hover {
    color: #e87525
}

.mobile__menu .enter-site {
    transform: scale(1.2)
}

@media (max-width: 767px) {
    .mobile__menu .enter-site {
        transform:scale(1);
        width: 100%
    }
}

.language_block {
    position: relative
}

.language_block .active_language {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding-right: 20px;
    background: url(../images/select_arrow.svg) no-repeat center right
}

.language_block .active_language img,.language_block .body_dropdown li a img {
    margin-right: 6px
}

.language_block.active .body_dropdown {
    opacity: 1;
    pointer-events: all
}

.language_block .body_dropdown {
    opacity: 0;
    pointer-events: none;
    transition: all .1s;
    position: absolute;
    top: calc(100% + 16px);
    left: -16px;
    right: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4.4px 20px -1px rgba(19,16,34,.05),0 4px 9px -1px rgba(19,16,34,.03);
    padding: 8px 0
}

.language_block .body_dropdown li a {
    padding: 6px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #33354d;
    display: inline-flex;
    align-items: center
}

footer {
    background: #fff;
    padding-top: 72px
}

@media (max-width: 767px) {
    footer {
        padding-top:56px
    }
}

footer .logo {
    margin-bottom: 24px;
    display: inline-block
}

footer .ftr_left {
    padding-right: 200px
}

@media (max-width: 1250px) {
    footer .ftr_left {
        padding-right:30px
    }
}

@media (max-width: 767px) {
    footer .ftr_left {
        padding-right:0
    }
}

footer .ftr_left p {
    font-weight: 400;
    color: #565973;
    margin-bottom: 40px
}

footer .ftr_left p,footer form input,footer h5 {
    font-size: 14px;
    line-height: 160%
}

footer h5 {
    color: #0b0f19;
    margin-bottom: 8px;
    font-weight: 700
}

@media (max-width: 767px) {
    footer form {
        margin-bottom:32px
    }
}

footer form input {
    background: #fff url(../images/bx-envelope.svg) no-repeat center left 16px;
    background-size: 20px auto;
    height: 44px;
    padding-left: 44px;
    border: 1px solid #d4d7e5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-weight: 400;
    padding-right: 10px;
    width: 100%;
    outline: 0
}

footer form input::-moz-placeholder {
    color: #b4b7c9
}

footer form input::placeholder {
    color: #b4b7c9
}

footer form button.btn-black {
    height: 44px;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

footer .ftr_right h5 {
    margin-bottom: 16px
}

footer .ftr_right ul {
    margin-bottom: 40px
}

footer .ftr_right ul li {
    margin-bottom: 8px
}

footer .ftr_right ul li a {
    font-weight: 600;
    font-size: 16px
}

@media (max-width: 767px) {
    footer .ftr_right .social_links {
        margin-bottom:32px
    }
}

footer .ftr_right .social_links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    background: #eff2fc;
    border-radius: 4px
}

footer .ftr_right .social_links a:hover {
    background: #eff2fcdc
}

footer .ftr_right .contacts .item {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start
}

footer .ftr_right .contacts .item a {
    font-weight: 400;
    font-size: 16px
}

footer .ftr_right .contacts .item img {
    margin-right: 16px
}

footer .privacy {
    align-items: center;
    padding: 50px 0
}

@media (max-width: 767px) {
    footer .privacy {
        display:block;
        text-align: center;
        padding: 34px 0 48px
    }

    footer .privacy p {
        margin-bottom: 24px!important
    }
}

footer .privacy a,footer .privacy p {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #9397ad;
    margin-bottom: 0
}

footer .privacy div a {
    display: inline-block;
    margin-left: 24px
}

@media (max-width: 767px) {
    footer .privacy div a {
        margin-left:12px;
        margin-right: 12px
    }
}

section.home_general {
    background: #fff;
    padding: 79px 0;
    display: flex
}

section.home_general .sidebar {
    max-width: 160px;
    width: 100%;
    min-height: 100vh;
    background: #2e2e2e;
    top: 79px;
    position: fixed;
    z-index: 10
}

section.home_general .sidebar .sidebar-content ul {
    padding: 25px 0
}

section.home_general .sidebar .sidebar-content ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    transition: .3s ease;
    border-left: 6px solid #2e2e2e
}

section.home_general .sidebar .sidebar-content ul li a:hover {
    background-color: #292929;
    border-left: 6px solid #ff1a36;
    color: #ff1a36
}

section.home_general .sidebar .sidebar-content ul li a.active path,section.home_general .sidebar .sidebar-content ul li a:hover path {
    fill: red
}

section.home_general .sidebar .sidebar-content ul li a.active {
    background-color: #292929;
    border-left: 6px solid #ff1a36
}

section.home_general .calendar-content,section.home_general .main-content {
    padding: 0 0 0 160px;
    width: 100%
}

section.home_general .calendar-content .content,section.home_general .main-content .content {
    padding: 15px 20px
}

section.home_general .calendar-content .content h1,section.home_general .main-content .content h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #292929
}

section.home_general .calendar-content .content h1 span,section.home_general .main-content .content h1 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #959595
}

section.home_general .calendar-content .content .studys ul,section.home_general .main-content .content .studys ul {
    display: flex;
    list-style: none
}

section.home_general .calendar-content .content .studys ul li a,section.home_general .main-content .content .studys ul li a {
    color: #292929;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 2px;
    border-right: 2px solid #ff1a36;
    box-shadow: 1px 0 5px 0 #00000014;
    transition: .3s ease-in-out
}

section.home_general .calendar-content .content .studys ul li a.active,section.home_general .calendar-content .content .studys ul li a:hover,section.home_general .main-content .content .studys ul li a.active,section.home_general .main-content .content .studys ul li a:hover {
    background-color: #ff1a36;
    color: #fff
}

section.account .left ul li a.active svg path,section.home_general .calendar-content .content .studys ul li a.active path,section.home_general .calendar-content .content .studys ul li a:hover path,section.home_general .main-content .content .studys ul li a.active path,section.home_general .main-content .content .studys ul li a:hover path {
    fill: #fff
}

.btn-history a,.btn-save a,section.home_general .calendar-content .content .studys ul li a.active span,section.home_general .calendar-content .content .studys ul li a:hover span,section.home_general .main-content .content .studys ul li a.active span,section.home_general .main-content .content .studys ul li a:hover span {
    color: #fff
}

section.home_general .calendar-content .content .studys ul li a span,section.home_general .main-content .content .studys ul li a span {
    font-size: 12px;
    font-weight: 500;
    color: #292929
}

section.home_general .calendar-content .content .admin-content table tbody td a,section.home_general .calendar-content .content .studys ul li a input,section.home_general .main-content .content .admin-content table tbody td a,section.home_general .main-content .content .studys ul li a input {
    font-size: 12px
}

section.home_general .calendar-content .content .studys ul li button.add-button1,section.home_general .main-content .content .studys ul li button.add-button1 {
    border: 0;
    background: 0 0;
    padding: 7px 20px;
    border-right: 2px solid #ff1a36;
    box-shadow: 1px 0 5px 0 #00000014
}

section.home_general .calendar-content .content .videos-content,section.home_general .main-content .content .videos-content {
    margin: 20px 0
}

section.home_general .calendar-content .content .videos-content .box,section.home_general .main-content .content .videos-content .box {
    cursor: pointer;
    border-radius: 2px;
    position: relative
}

section.home_general .calendar-content .content .videos-content .box img.vidos-gallery,section.home_general .main-content .content .videos-content .box img.vidos-gallery {
    border-radius: 2px;
    top: 0;
    left: 0;
    width: 100%
}

section.home_general .calendar-content .content .videos-content .box .box-info,section.home_general .main-content .content .videos-content .box .box-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #eee;
    padding: 7px 12px;
    border-radius: 2px
}

section.home_general .calendar-content .content .videos-content .box .box-info h2,section.home_general .main-content .content .videos-content .box .box-info h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

footer .privacy,section.home_general .calendar-content .content .videos-content .box .box-info div,section.home_general .main-content .content .videos-content .box .box-info div {
    display: flex;
    justify-content: space-between
}

section.home_general .calendar-content .content .videos-content .box .box-info div span,section.home_general .calendar-content .download-content span.gray-color,section.home_general .main-content .content .videos-content .box .box-info div span,section.home_general .main-content .download-content span.gray-color {
    font-size: 14px;
    font-weight: 400;
    color: #959595
}

section.home_general .calendar-content .content .videos-content .box .actions-video,section.home_general .main-content .content .videos-content .box .actions-video {
    z-index: 6;
    position: absolute;
    padding: 0 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

section.home_general .calendar-content .content .videos-content .box .actions-video button,section.home_general .main-content .content .videos-content .box .actions-video button {
    margin-top: 10px;
    background: 0 0;
    border: 0
}

section.home_general .calendar-content .content .videos-content .box .actions-video .checkbox.style-d,section.home_general .main-content .content .videos-content .box .actions-video .checkbox.style-d {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

section.home_general .calendar-content .content .videos-content .box .actions-video .checkbox.style-d input,section.home_general .main-content .content .videos-content .box .actions-video .checkbox.style-d input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

section.home_general .calendar-content .content .videos-content .box .actions-video .checkbox.style-d input:checked~.checkbox__checkmark,section.home_general .calendar-content .content .videos-content .box .actions-video .checkbox.style-d:hover input:checked~.checkbox__checkmark,section.home_general .main-content .content .videos-content .box .actions-video .checkbox.style-d input:checked~.checkbox__checkmark,section.home_general .main-content .content .videos-content .box .actions-video .checkbox.style-d:hover input:checked~.checkbox__checkmark {
    background-color: #fff
}

section.home_general .calendar-content .content .videos-content .box .actions-video .checkbox.style-d input:checked~.checkbox__checkmark:after,section.home_general .main-content .content .videos-content .box .actions-video .checkbox.style-d input:checked~.checkbox__checkmark:after {
    opacity: 1
}

section.home_general .calendar-content .content .videos-content .box .actions-video .checkbox.style-d:hover input~.checkbox__checkmark,section.home_general .main-content .content .videos-content .box .actions-video .checkbox.style-d:hover input~.checkbox__checkmark {
    background-color: none
}

section.home_general .calendar-content .content .videos-content .box .actions-video .checkbox.style-d:hover input~.checkbox__body,section.home_general .main-content .content .videos-content .box .actions-video .checkbox.style-d:hover input~.checkbox__body {
    color: #f7cb15
}

section.home_general .calendar-content .content .videos-content .box .actions-video .checkbox.style-d .checkbox__checkmark,section.home_general .main-content .content .videos-content .box .actions-video .checkbox.style-d .checkbox__checkmark {
    position: absolute;
    border: 2px solid #fff;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: none;
    transition: background-color .25s ease;
    border-radius: 11px
}

section.home_general .calendar-content .content .videos-content .box .actions-video .checkbox.style-d .checkbox__checkmark:after,section.home_general .main-content .content .videos-content .box .actions-video .checkbox.style-d .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .25s ease
}

section.home_general .calendar-content .content .videos-content .box .actions-video .checkbox.style-d .checkbox__body,section.home_general .main-content .content .videos-content .box .actions-video .checkbox.style-d .checkbox__body {
    color: #333;
    line-height: 1.4;
    font-size: 16px;
    transition: color .25s ease
}

section.home_general .calendar-content .content .videos-content .box::after,section.home_general .main-content .content .videos-content .box::after {
    content: "";
    position: absolute;
    height: calc(100% - 50px);
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ff1a36;
    opacity: 0;
    z-index: 5;
    transition: .3s ease-in-out
}

section.home_general .calendar-content .content .videos-content .box:hover::after,section.home_general .main-content .content .videos-content .box:hover::after {
    opacity: .9
}

section.home_general .calendar-content .content .admin-content table thead th,section.home_general .main-content .content .admin-content table thead th {
    color: #959595;
    font-weight: 500;
    font-size: 14px;
    overflow-wrap: break-word;
}

section.home_general .calendar-content .content .admin-content table tbody td,section.home_general .main-content .content .admin-content table tbody td {
    color: #292929;
    font-weight: 400;
    font-size: 12px;
}

section.home_general .calendar-content .download-content,section.home_general .main-content .download-content {
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center
}

section.home_general .calendar-content .download-content h5,section.home_general .main-content .download-content h5 {
    font-size: 16px;
    font-weight: 500;
    color: #292929
}

@media (max-width: 767px) {
    section.home_general {
        padding: 79px 0 0;
    }
}

section.home_general .row {
    align-items: center
}

section.home_general h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 130%;
    color: #0b0f19;
    margin-bottom: 24px;
    padding-right: 40px
}

@media (max-width: 991px) {
    section.home_general h1 {
        padding-right:0;
        font-size: 32px;
        line-height: 130%
    }
}

section.home_general h1 span {
    font-size: inherit;
    font-weight: inherit;
    color: #e87525
}

section.home_general .users p,section.home_general p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #565973;
    margin-bottom: 48px
}

section.home_general .btn-black {
    margin-bottom: 100px
}

@media (max-width: 991px) {
    section.home_general .btn-black {
        margin-bottom:48px
    }
}

@media (max-width: 767px) {
    section.home_general .btn-black {
        width:100%
    }
}

section.home_general .general_img {
    max-width: 100%
}

section.home_general .users,section.home_general .users .imgs {
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    section.home_general .users {
        margin-bottom:40px
    }
}

section.home_general .users img {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

section.home_general .users img+img {
    margin-left: -20px
}

section.home_general .users p {
    margin-left: 16px;
    margin-bottom: 0;
    font-size: 14px
}

section.home_general .users p span {
    font-weight: 700;
    color: #e87525
}

.calendar {
    cursor: pointer
}

.calendar tbody td,.calendar thead th {
    color: #959595;
    font-size: 14px;
    text-align: center
}

.calendar thead th {
    width: 12.5%;
    font-weight: 500
}

.calendar tbody td {
    position: relative;
    font-weight: 400;
    padding: 40px 10px;
    height: 100px
}

.calendar tbody td:first-child {
    border-bottom-color: #fff
}

.calendar tbody td .calendar-box {
    text-align: left;
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #eee
}

.calendar tbody td .calendar-box img {
    width: 100%;
    display: block
}

.calendar tbody td .calendar-box span {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #292929
}

.calendar tbody tr:last-child td {
    border-bottom-color: #eee
}

.manger-settings-content h3 {
    font-size: 16px;
    font-weight: 400;
    color: #292929
}

span.color-green {
    color: #029319;
    font-size: 12px;
    font-weight: 400
}

.calendar-content .date-content {
    margin-bottom: 30px
}

.calendar-content .date-content span {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    margin-right: 20px
}

.calendar-content .date-content button {
    background: 0 0;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 400;
    color: #292929;
    vertical-align: middle;
    border: 1px solid #959595;
    border-radius: 2px;
    margin: 0 5px
}

.calendar-content .date-content button img {
    vertical-align: inherit
}

.calendar-content .date-content input {
    padding: 7px;
    border: 1px solid #959595;
    font-size: 12px;
    font-weight: 400;
    color: #292929
}

.search-content {
    background-color: #eee;
    height: 60px;
    min-width: 100%;
    display: flex;
    justify-content: space-between
}

.search-content form label {
    padding-left: 20px
}

.search-content form input {
    max-width: 500px;
    background: #eee;
    font-size: 20px;
    height: 60px;
    outline: 0;
    border: 0;
    background-color: none
}

.device-editing-content {
    max-width: 400px
}

.device-editing-content form label {
    font-weight: 500
}

.btn-add {
    min-width: 200px
}

.btn-history {
    width: 100%;
    margin: 20px 0;
    background-color: #292929;
    color: #fff;
    padding: 10px 50px
}

.btn-history:hover {
    background-color: #313131
}

.btn-add,.btn-delete,.btn-history {
    border: 1px solid #292929;
    transition: .3s ease
}

.btn-add {
    margin: 12px;
    float: right;
    padding: 7px 30px
}

.btn-add:hover,.btn-delete:hover {
    background-color: #e1e1e1
}

.btn-delete {
    padding: 10px 50px;
    font-size: 14px
}

.edit-button-name {
    background: 0 0;
    border: 0
}

.nav-tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.nav-tabs .nav-item {
    margin-bottom: 0
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #ff1a36;
    border-bottom: 2px solid #ff1a36;
    border-color: #fff #fff #ff1a36
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #fff #fff #ff1a36;
    border-width: 2px;
    color: #ff1a36
}

.player-content .content-box,.title-history {
    display: flex;
    justify-content: space-between
}

.title-history span {
    color: #ff1a36!important;
    font-size: 20px!important;
    font-weight: 400!important
}

.player-content {
    left: 160px;
    width: 100%;
    height: 180px;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    bottom: 0;
    z-index: 7;
    transform: translateY(100%);
    pointer-events: none;
    transition: all .3s
}

.player-content .content-box {
    width: 88%;
    height: 180px;
    align-items: center
}

.player-content .content-box .video-box {
    height: 100%
}

.player-content .content-box .video-box h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: inline;
    margin-left: 30px
}

.player-content .content-box .video-box h4 span {
    font-size: 14;
    color: #959595;
    font-weight: 400
}

.player-content .content-box .close-btn {
    background: 0 0;
    border: 0
}

.player-content h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    cursor: pointer
}

.player-content.active {
    transform: translateY(0%);
    pointer-events: auto
}

span.active-color,span.red-color {
    color: #029319;
    font-size: 14px;
    font-weight: 500
}

span.red-color {
    color: #ff1a36;
    font-size: 16px
}

span.color-gray {
    font-size: 20px;
    font-weight: 500;
    color: #959595
}

.checkbox-style {
    position: relative;
    background: #eee;
    width: 30px;
    height: 15px;
    border-radius: 100vh;
    transition: background .4s ease
}

.checkbox-style::before {
    content: "";
    position: absolute;
    inset-block: 0;
    left: 1px;
    width: 15px;
    border-radius: 100vh;
    background: #fff;
    transition: transform .4s ease
}

.checkbox-style:has(input[type=checkbox]:checked) {
    background: #029319
}

.checkbox-style:has(input[type=checkbox]:checked)::before {
    transform: translateX(14px)
}

.checkbox-style input[type=checkbox] {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer
}

.btn-save {
    margin: 12px;
    border: 1px solid #292929;
    background-color: #292929;
    color: #fff;
    padding: 10px 50px;
    transition: .3s ease
}

.btn-save:hover {
    background-color: #313131
}

.calendar-content,.main-content,.manager-settings-content,.settings-content {
    position: relative
}

.calendar-content .modal-dialog,.main-content .modal-dialog,.manager-settings-content .modal-dialog,.settings-content .modal-dialog {
    max-width: 700px
}

.modal-title {
    font-size: 20px;
    font-weight: 500;
    color: #292929
}

.modal-footer {
    padding: 10px 20px;
    background-color: #eee
}

.modal-header {
    padding: 20px 30px;
    border-bottom: none
}

.modal-body {
    padding: 10px 30px
}

section.home_about {
    padding: 112px 0
}

@media (max-width: 1250px) {
    section.home_about {
        padding:72px 0
    }
}

@media (max-width: 767px) {
    section.home_about {
        padding:56px 0
    }
}

section.home_about .row {
    align-items: center
}

section.home_about .full_img {
    max-width: 100%
}

@media (max-width: 767px) {
    section.home_about .full_img {
        margin-bottom:48px
    }
}

section.home_about p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #565973;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    section.home_about p {
        font-size:16px
    }

    section.home_about .btn-more {
        width: 100%
    }
}

section.home_about .right__text {
    padding-left: 100px
}

@media (max-width: 1250px) {
    section.home_about .right__text {
        padding-left:10px
    }
}

section.home_faq .faq_main {
    background-color: #e87525;
    background-position: center top;
    border-radius: 8px;
    padding: 80px 220px
}

@media (max-width: 1250px) {
    section.home_faq .faq_main {
        padding:80px
    }
}

@media (max-width: 991px) {
    section.home_faq .faq_main {
        padding:40px
    }
}

@media (max-width: 767px) {
    section.home_faq .faq_main {
        padding:48px 16px
    }
}

section.home_faq .faq_main h2 {
    color: #fff;
    text-align: center
}

section.home_faq.in_contact_us h2 {
    color: #0b0f19
}

section.home_faq.in_contact_us h5 span {
    box-shadow: none
}

section.home_faq.in_contact_us .faq_main {
    background: #f3f6ff
}

.accardion_custom {
    margin-bottom: 16px;
    background-color: #fff;
    padding: 0 24px;
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
    border-radius: 8px
}

.accardion_custom:last-child {
    margin-bottom: 0
}

.accardion_custom .accardion-header {
    padding: 20px 0
}

.accardion_custom .accardion-header h5 {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding-right: 50px;
    color: #0b0f19;
    margin-bottom: 0;
    cursor: pointer
}

@media (max-width: 767px) {
    .accardion_custom .accardion-header h5 {
        line-height:1.4
    }
}

.accardion_custom .accardion-header h5.collapsed span {
    background: #f3f6ff;
    transform: rotate(0deg)
}

.accardion_custom .accardion-header h5.collapsed span svg path {
    fill: #33354d
}

.accardion_custom .accardion-header h5 span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s;
    position: absolute;
    right: 0;
    top: -5px;
    transform: rotate(180deg);
    box-shadow: 0 8px 18px -8px rgba(232,117,37,.9);
    background: #e87525
}

.accardion_custom .accardion-header h5 span svg path {
    transition: all .35s;
    fill: #fff
}

.accardion_custom .accardion-body p {
    margin-bottom: 0;
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #565973
}

.item_news {
    background: #fff;
    border-radius: 8px;
    transition: all .35s;
    overflow: hidden
}

.item_news:hover {
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03)
}

.item_news_img {
    display: block;
    height: 300px;
    width: 100%;
    cursor: pointer;
    overflow: hidden
}

@media (max-width: 1250px) {
    .item_news_img {
        height:250px
    }
}

.item_news_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.item_news_body {
    padding: 24px
}

.item_news_body .top,section.home_news .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.item_news_body .top .category_news,.item_news_body .top .time_news {
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 21px;
    -webkit-box-orient: vertical
}

.item_news_body .top .category_news {
    padding: 0 8px;
    background: #eff2fc;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    color: #33354d
}

.item_news_body .top .time_news {
    font-weight: 400;
    text-align: right;
    color: #9397ad;
    padding-left: 10px
}

.item_news_body .about_author h5,.item_news_body .about_author p,.item_news_body .title_news {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #33354d;
    margin-bottom: 24px
}

.item_news_body .title_news:hover {
    color: #e87525
}

.item_news_body .about_author {
    display: flex;
    align-items: center;
    border-top: 1px solid #e2e5f1;
    padding-top: 24px
}

.home_reviews .author .about_author img,.item_news_body .about_author img {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    flex: 0 0 48px
}

.item_news_body .about_author h5,.item_news_body .about_author p {
    font-weight: 700;
    font-size: 16px;
    color: #0b0f19;
    margin-bottom: 2px;
    line-height: 25px;
    height: 25px;
    -webkit-line-clamp: 1
}

.item_news_body .about_author p {
    font-weight: 400;
    font-size: 14px;
    color: #9397ad;
    margin-bottom: 0
}

section.home_news {
    padding: 112px 0;
    background: #f3f6ff
}

section.home_news .top {
    margin-bottom: 40px
}

section.home_news .top h2 {
    margin-bottom: 0
}

@media (max-width: 767px) {
    section.home_news .top h2 {
        text-align:left
    }
}

section.home_news .top+.swiper_news {
    padding: 0
}

section.home_news .top+.swiper_news .swiper-button-next,section.home_news .top+.swiper_news .swiper-button-prev {
    display: none!important
}

@media (max-width: 1250px) {
    section.home_news {
        padding:72px 0
    }
}

section.home_news h2 {
    margin-bottom: 40px;
    text-align: center
}

section.home_news .swiper_news {
    position: relative;
    padding-left: 38px;
    padding-right: 38px
}

@media (max-width: 767px) {
    section.home_news .swiper_news {
        padding-left:0;
        padding-right: 0
    }
}

section.home_news .swiper_news .swiper-container {
    padding-bottom: 60px;
    padding-left: 12px;
    padding-right: 12px
}

@media (max-width: 767px) {
    section.home_news .swiper_news .swiper-container {
        padding-left:0;
        padding-right: 0
    }
}

section.home_news .swiper_news .swiper-button-prev {
    left: 0;
    top: 44%
}

@media (max-width: 767px) {
    section.home_news .swiper_news .swiper-button-prev {
        display:none
    }
}

section.home_news .swiper_news .swiper-button-next {
    right: 0;
    top: 44%
}

@media (max-width: 767px) {
    section.home_news .swiper_news .swiper-button-next {
        display:none
    }
}

.swiper-button-next,.swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    margin: 0;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03)
}

.swiper-button-next img,.swiper-button-prev img {
    max-width: 10px
}

.swiper-pagination.swiper-pagination-bullets {
    bottom: 0
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 8px;
    background: #b4b7c9;
    opacity: 1;
    transition: all .15s;
    border-radius: 4px
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    background: #e87525
}

.btn_favourite {
    position: absolute;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-image: url(../images/bookmark.svg);
    right: 16px;
    top: 16px;
    z-index: 2;
    transition: all .15s;
    border-radius: 50%;
    overflow: hidden
}

.btn_favourite:hover {
    background-image: url(../images/bookmark_hover.svg);
    box-shadow: 0 8px 18px -8px rgba(19,16,34,.15)
}

.btn_favourite.active {
    background-image: url(../images/bookmark_active.svg)
}

.home_partners {
    padding: 112px 0
}

@media (max-width: 1250px) {
    .home_partners {
        padding:72px 0
    }
}

@media (max-width: 767px) {
    .home_partners {
        padding:48px 0
    }
}

.home_partners h2,.home_videos h2 {
    text-align: center;
    margin-bottom: 32px
}

@media (max-width: 1250px) {
    .home_partners_swiper {
        padding-bottom:40px
    }
}

.home_partners .swiper-slide {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.home_partners .swiper-slide img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.home_partners .swiper-pagination {
    display: none
}

@media (max-width: 1250px) {
    .home_partners .swiper-pagination {
        display:block
    }
}

.home_reviews {
    padding-top: 112px
}

@media (max-width: 1250px) {
    .home_reviews {
        padding-top:72px
    }
}

.home_reviews.in_about_page {
    padding-top: 0
}

.home_reviews.in_about_page .title_section {
    border-radius: 8px
}

@media (max-width: 991px) {
    .home_reviews.in_about_page .title_section {
        background:#00264b
    }

    .home_reviews.in_about_page .title_section>div {
        width: 100%;
        text-align: center
    }
}

.home_reviews.in_about_page h3,.home_reviews.in_about_page h5 {
    font-weight: 800;
    font-size: 56px;
    line-height: 130%;
    color: #e87525
}

@media (max-width: 767px) {
    .home_reviews.in_about_page h3 {
        font-size:36px
    }
}

.home_reviews.in_about_page h3 span {
    font-size: inherit;
    color: inherit
}

.home_reviews.in_about_page h5 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 55px
}

@media (max-width: 767px) {
    .home_reviews.in_about_page h5 {
        margin-bottom:20px;
        font-size: 24px
    }
}

.home_reviews.in_about_page .block_count_review {
    display: inline-flex;
    align-items: center;
    background: #33354d;
    box-shadow: 0 4.8px 24.4px -6px rgba(19,16,34,.1),0 4px 13px -2px rgba(19,16,34,.06);
    border-radius: 8px;
    padding: 16px 24px
}

.home_reviews.in_about_page .block_count_review img.gogle {
    max-width: 50px;
    margin-right: 20px
}

.home_reviews.in_about_page .block_count_review .stars {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.home_reviews.in_about_page .block_count_review .stars img {
    margin-right: 3px
}

.home_reviews.in_about_page .block_count_review p {
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    opacity: .7;
    margin-bottom: 0
}

.home_reviews.in_faculty_page .title_section {
    min-height: inherit;
    margin-bottom: 16px
}

@media (max-width: 767px) {
    .home_reviews.in_faculty_page .title_section {
        text-align:center
    }
}

.home_reviews.in_faculty_page .title_section p {
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    opacity: .7;
    margin-bottom: 48px
}

@media (max-width: 767px) {
    .home_reviews.in_faculty_page .title_section p {
        color:#565973;
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px
    }
}

.home_reviews.in_faculty_page .title_section .btn-black {
    line-height: 52px;
    font-size: 16px;
    padding: 0 30px
}

@media (max-width: 1250px) {
    .home_reviews.in_faculty_page {
        padding-bottom:56px
    }
}

.home_reviews .title_section {
    background: #00264b;
    padding: 56px;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

@media (max-width: 1250px) {
    .home_reviews .title_section {
        padding:20px
    }
}

@media (max-width: 991px) {
    .home_reviews .title_section {
        background:0 0;
        min-height: inherit
    }
}

.home_reviews .title_section h2 {
    color: #fff;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .home_reviews .title_section h2 {
        color:#0b0f19;
        text-align: center;
        padding: 0 15px
    }
}

.home_reviews_right {
    background: #fff;
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
    border-radius: 8px;
    padding: 48px;
    height: 100%
}

@media (max-width: 1250px) {
    .home_reviews_right {
        padding:20px
    }
}

.home_reviews_right .swiper-slide p,.home_videos p.subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #565973
}

.home_reviews .home_reviews_swiper {
    padding-bottom: 50px
}

.home_reviews .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px
}

.home_reviews .top .quote {
    background: #e87525;
    box-shadow: 0 8px 18px -8px rgba(232,117,37,.9);
    border-radius: 8px;
    padding: 16px 14px
}

.home_faculty .right__faculty .btns>div,.home_reviews .top .btns>div {
    position: static!important;
    margin-left: 16px
}

.home_reviews .author {
    margin-top: 60px
}

.home_reviews .author,.home_reviews .author .about_author {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home_reviews .author .about_author img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    flex: 0 0 60px
}

.home_reviews .author .about_author h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #0b0f19;
    margin-bottom: 4px
}

.home_reviews .author .about_author p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #9397ad;
    margin-bottom: 0
}

.home_reviews .author .socials {
    display: inline-flex;
    align-items: center
}

.home_reviews .author .socials a {
    display: inline-block
}

.home_reviews .author .socials a:hover {
    transform: translateY(-1px)
}

.home_reviews .author .socials img {
    margin-left: 8px;
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0
}

.fancybox-button svg path,.fancybox-toolbar svg path {
    fill: #fff!important
}

.home_videos h2 {
    margin-bottom: 24px
}

.home_videos p.subtitle {
    color: #9397ad
}

@media (max-width: 767px) {
    .home_videos p.subtitle {
        margin-bottom:32px!important
    }
}

.home_videos .start_video {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden
}

@media (max-width: 767px) {
    .home_videos .start_video {
        min-height:200px
    }
}

.home_videos .start_video:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0b0f19;
    opacity: .35;
    z-index: 2
}

.bc_img img,.home_videos .start_video img,.item_faculty_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.home_videos .start_video .play_btn {
    position: absolute;
    z-index: 3;
    background: #fff url(../images/bx-play.svg) no-repeat center;
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    transition: all .15s
}

.home_advantages {
    padding-bottom: 112px
}

@media (max-width: 1250px) {
    .home_advantages {
        padding-bottom:72px
    }
}

@media (max-width: 767px) {
    .home_advantages {
        padding-bottom:48px
    }
}

@media (max-width: 991px) {
    .home_advantages .swiper-container {
        padding-bottom:60px
    }
}

.home_advantages h2,.home_videos p.subtitle {
    text-align: center;
    margin-bottom: 48px
}

@media (max-width: 767px) {
    .home_advantages h2 {
        margin-bottom:32px
    }
}

.home_advantages .item {
    background: #fff;
    border: 1px solid #e2e5f1;
    border-radius: 8px;
    height: 100%;
    padding: 24px
}

.home_advantages .item img {
    padding: 18px;
    background: rgba(0,38,75,.08);
    border-radius: 50%;
    margin-bottom: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.home_advantages .item h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 140%;
    color: #0b0f19;
    margin-bottom: 12px
}

.home_advantages .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #565973;
    margin-bottom: 0
}

.home_advantages .swiper-wrapper {
    align-items: stretch;
    display: flex
}

.home_advantages .swiper-wrapper .swiper-slide {
    height: auto
}

.home_advantages .swiper-pagination {
    opacity: 0;
    pointer-events: none
}

@media (max-width: 991px) {
    .home_advantages .swiper-pagination {
        opacity:1;
        pointer-events: auto
    }
}

.home_faculty,section.faculty {
    padding-bottom: 112px
}

@media (max-width: 1250px) {
    .home_faculty {
        padding-bottom:72px
    }
}

@media (max-width: 767px) {
    .home_faculty {
        padding-bottom:48px
    }
}

.home_faculty h2,.top_title h2,section.picture_say .top h2 {
    margin-bottom: 0
}

.home_faculty ul {
    margin-bottom: 36px;
    display: flex;
    flex-direction: column
}

@media (max-width: 991px) {
    .home_faculty ul {
        flex-direction:row;
        overflow-x: auto;
        padding-bottom: 18px;
        margin-bottom: 18px
    }
}

.home_faculty ul li {
    display: block;
    margin-bottom: 12px
}

@media (max-width: 991px) {
    .home_faculty ul li {
        margin-right:12px
    }
}

.home_faculty ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    padding: 8px 16px;
    background: #eff2fc;
    display: inline-block;
    border-radius: 6px;
    color: #33354d
}

@media (max-width: 1250px) {
    .home_faculty ul li a {
        font-size:14px
    }
}

@media (max-width: 991px) {
    .home_faculty ul li a {
        white-space:nowrap
    }
}

.home_faculty ul li a.active {
    background: #e87525;
    color: #fff
}

@media (max-width: 991px) {
    .home_faculty .all_faculty {
        margin-left:auto;
        margin-right: auto;
        display: flex;
        max-width: 300px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .home_faculty .all_faculty {
        max-width:100%
    }
}

.home_faculty .all_faculty img {
    margin-left: 8px;
    transition: all .25s
}

.home_faculty .all_faculty:hover img {
    transform: translateX(2px)
}

.home_faculty .right__faculty .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

.home_faculty .swiper-container {
    padding: 0 12px 60px;
    margin: 0 -12px;
    width: calc(100% + 24px)
}

@media (max-width: 991px) {
    .home_faculty .swiper-container {
        margin-bottom:40px;
        padding-bottom: 40px
    }
}

.item_faculty {
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
    border-radius: 8px;
    overflow: hidden
}

.item_faculty_img {
    height: 200px;
    overflow: hidden
}

.item_faculty_body {
    padding: 24px
}

.item_faculty_body .title_faculty,.item_faculty_body p {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    color: #33354d;
    margin-bottom: 8px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.item_faculty_body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #565973;
    height: 23px;
    -webkit-line-clamp: 1
}

.item_faculty_body .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #e87525;
    margin-bottom: 24px;
    display: block
}

@media (max-width: 1250px) {
    section.faculty {
        padding-bottom:72px
    }
}

@media (max-width: 767px) {
    section.faculty {
        padding-bottom:28px
    }
}

.top_title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between
}

@media (max-width: 767px) {
    .top_title {
        flex-direction:column-reverse;
        margin-bottom: 20px
    }
}

.item_faculty {
    margin-bottom: 40px
}

.my_pagination {
    margin: 0
}

.my_pagination .pagination {
    justify-content: center;
    align-items: center
}

.my_pagination .pagination li a {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #33354d;
    padding: 8px;
    margin: 0 4px;
    display: inline-block;
    min-width: 36px;
    border: 0;
    border-radius: 4px;
    outline: 0;
    box-shadow: none
}

.my_pagination .pagination li a:hover {
    background: #eff2fc
}

.my_pagination .pagination li a.active,section.account .left ul li a.active {
    background: #e87525;
    box-shadow: 0 8px 18px -8px rgba(232,117,37,.9);
    color: #fff
}

.breadcrumbs {
    display: flex;
    align-items: center;
    margin: 40px 0 32px
}

.breadcrumbs li {
    font-weight: 400;
    font-size: 14px;
    color: #e87525;
    line-height: 1
}

.breadcrumbs li:after {
    padding: 0 8px;
    content: "\2012"
}

.breadcrumbs li:last-child::after {
    display: none
}

.breadcrumbs li a,.search_form input {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #9397ad
}

.search_form {
    position: relative
}

@media (max-width: 767px) {
    .search_form {
        width:100%;
        margin-bottom: 20px
    }
}

.search_form input {
    background: #fff;
    border: 1px solid #d4d7e5;
    border-radius: 6px;
    padding: 11px 30px 11px 16px;
    color: #b4b7c9;
    max-width: 300px
}

@media (max-width: 767px) {
    .search_form input {
        width:100%;
        min-width: 100%
    }
}

.search_form button {
    border: 0;
    outline: 0!important;
    box-shadow: none!important;
    cursor: pointer;
    background: 0 0!important;
    position: absolute;
    right: 10px;
    top: 50%;
    padding: 0 10px;
    transform: translateY(-50%)
}

.bc_img {
    height: 100vh;
    max-height: 700px;
    position: relative
}

.bc_img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(0,38,75,0) 0%,rgba(232,117,37,.6) 120.21%)
}

section.about .about_text {
    -moz-column-count: 2;
    column-count: 2;
    border-top: 1px solid #e2e5f1;
    padding-top: 30px;
    margin-bottom: 70px
}

@media (max-width: 991px) {
    section.about .about_text {
        -moz-column-count:1;
        column-count: 1
    }
}

.form_style .form-group label,section.about .about_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #565973;
    margin-bottom: 15px
}

.about_numbers {
    background: #f3f6ff;
    border-radius: 8px;
    padding: 70px 110px 50px
}

@media (max-width: 1250px) {
    .about_numbers {
        padding:70px 50px
    }
}

@media (max-width: 991px) {
    .about_numbers {
        padding:50px 30px
    }
}

.about_numbers .item {
    display: flex;
    align-items: center;
    padding: 55px 48px;
    background: #fff;
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
    border-radius: 8px;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .about_numbers .item {
        padding:20px
    }
}

.about_numbers .item img {
    margin-right: 30px;
    margin-bottom: -4px
}

@media (max-width: 991px) {
    .about_numbers .item img {
        margin-right:15px
    }
}

.about_numbers .item h4 {
    font-weight: 800;
    font-size: 48px;
    line-height: 130%;
    color: #0b0f19;
    margin-bottom: 8px
}

@media (max-width: 991px) {
    .about_numbers .item h4 {
        font-size:36px;
        margin-bottom: 0
    }
}

.about_numbers .item h4 span {
    line-height: inherit;
    font-size: inherit
}

.about_numbers .item p {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #565973
}

section.our_specials {
    padding-top: 112px;
    padding-bottom: 112px
}

@media (max-width: 1250px) {
    section.our_specials {
        padding:72px 0
    }
}

section.our_specials h2 {
    text-align: center;
    margin-bottom: 40px
}

section.our_specials .item img,section.picture_say .boxes a img {
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

section.our_specials .item img {
    overflow: hidden;
    margin-bottom: 16px;
    height: 320px
}

section.our_specials .item h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 8px
}

section.our_specials .item p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    text-align: center;
    color: #565973;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

section.our_specials .swiper-container {
    padding-bottom: 40px
}

section.contacting_us_in_about {
    padding-bottom: 112px
}

@media (max-width: 991px) {
    section.contacting_us_in_about {
        padding-bottom:72px
    }
}

@media (max-width: 767px) {
    section.contacting_us_in_about {
        padding-bottom:56px
    }
}

section.contacting_us_in_about .main {
    background: #f3f6ff url(../images/shape_contact_us.png) no-repeat right bottom -10%;
    border-radius: 8px;
    padding: 90px 110px
}

@media (max-width: 1250px) {
    section.contacting_us_in_about .main {
        padding:50px
    }
}

@media (max-width: 991px) {
    section.contacting_us_in_about .main {
        padding:50px 30px
    }
}

@media (max-width: 767px) {
    section.contacting_us_in_about .main {
        padding:50px 15px
    }
}

@media (max-width: 991px) {
    section.contacting_us_in_about .main .row {
        display:block
    }
}

section.contacting_us_in_about .left {
    flex: 0 0 300px
}

@media (max-width: 991px) {
    section.contacting_us_in_about .left {
        text-align:center
    }
}

section.contacting_us_in_about .left p {
    font-size: 24px;
    line-height: 160%;
    color: #565973;
    margin-bottom: 16px
}

section.contacting_us_in_about .right {
    padding-left: 130px
}

@media (max-width: 1250px) {
    section.contacting_us_in_about .right {
        padding-left:35px
    }
}

@media (max-width: 991px) {
    section.contacting_us_in_about .right {
        padding-left:15px
    }
}

.form_style .form-row {
    gap: 12px
}

@media (max-width: 767px) {
    .form_style .form-row {
        display:block
    }
}

.form_style .form-group {
    margin-bottom: 24px
}

.form_style .form-group label {
    font-size: 12px;
    color: #959595;
    margin-bottom: 4px
}

.form_style .form-group input {
    background: #fff!important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 13px 16px;
    height: 25px;
    width: 100%
}

.form_style .form-group textarea {
    background: #fff;
    border: 1px solid #d4d7e5;
    border-radius: 8px;
    padding: 13px 16px;
    width: 100%;
    resize: none;
    min-height: 104px
}

.form_style button {
    border: 0!important
}

section.picture_say {
    padding-top: 112px
}

@media (max-width: 1250px) {
    section.picture_say {
        padding-top:72px
    }
}

@media (max-width: 767px) {
    section.picture_say {
        padding-top:56px
    }
}

section.picture_say .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    section.picture_say .top {
        flex-direction:column;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    section.picture_say .top h2 {
        margin-bottom:20px
    }

    section.picture_say .top .all_picture {
        margin-left: auto;
        margin-right: 0
    }
}

section.picture_say .boxes {
    display: flex;
    justify-content: space-between;
    gap: 24px
}

@media (max-width: 767px) {
    section.picture_say .boxes {
        display:block
    }
}

section.picture_say .boxes a {
    display: inline-block;
    width: 100%
}

section.picture_say .boxes a img {
    height: 100%
}

@media (max-width: 767px) {
    section.picture_say .boxes .column {
        max-width:100%;
        width: 100%;
        height: 220px;
        margin-bottom: 20px
    }
}

section.picture_say .boxes .column>* {
    margin-bottom: 24px
}

@media (max-width: 767px) {
    section.picture_say .boxes .column a {
        min-width:100%!important;
        height: 100%!important
    }
}

section.picture_say .boxes .column1>a {
    height: 600px;
    min-width: 526px
}

@media (max-width: 1250px) {
    section.picture_say .boxes .column1>a {
        min-width:400px;
        height: 500px
    }
}

section.picture_say .boxes .column2>a {
    height: 288px;
    min-width: 288px
}

@media (max-width: 1250px) {
    section.picture_say .boxes .column2>a {
        height:238px
    }
}

section.picture_say .boxes .column3>a:first-child {
    height: 360px
}

@media (max-width: 1250px) {
    section.picture_say .boxes .column3>a:first-child {
        height:268px
    }
}

section.picture_say .boxes .column3>a:nth-child(2) {
    height: 216px
}

@media (max-width: 1250px) {
    section.picture_say .boxes .column3>a:nth-child(2) {
        height:208px
    }
}

.item_vacancy,.start_video {
    border-radius: 8px;
    overflow: hidden
}

.start_video {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center
}

.start_video:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 3;
    width: 72px;
    height: 72px;
    transform: translate(50%,-50%);
    border-radius: 50%;
    background: #fff url(../images/bx-play.svg) no-repeat center
}

@media (max-width: 767px) {
    .start_video:before {
        width:46px;
        height: 46px;
        background-size: 20px auto
    }
}

.start_video:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0b0f19;
    opacity: .35;
    z-index: 2
}

section.vacancy {
    padding-bottom: 112px
}

section.vacancy .item_vacancy {
    margin-bottom: 40px
}

.item_vacancy {
    background: #fff;
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03)
}

.item_vacancy_img {
    height: 240px;
    position: relative
}

.item_vacancy_img img,section.faculty_inner .main .right img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.item_vacancy_body {
    padding: 24px
}

.item_vacancy_body .infos {
    min-height: 85px;
    margin-bottom: 20px
}

.item_vacancy_body .title_vacancy,.item_vacancy_body p {
    font-weight: 800;
    font-size: 20px;
    color: #33354d;
    margin-bottom: 8px;
    line-height: 28px;
    height: 28px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.item_vacancy_body p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 23px;
    height: 23px
}

.item_vacancy_body .meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.item_vacancy_body .meta span,.type_vacancy {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%
}

.item_vacancy_body .meta span {
    display: inline-flex;
    align-items: center;
    padding-right: 24px;
    color: #9397ad
}

.item_vacancy_body .meta span img,section.news_inner .likes a img,section.vacancy_inner .meta span img {
    margin-right: 4px
}

.type_vacancy {
    position: absolute;
    left: 16px;
    top: 16px;
    border-radius: 4px;
    display: inline-block;
    padding: 0 8px;
    color: #fff
}

.type_vacancy.education {
    background: #22c55e
}

.type_vacancy.management {
    background: #4c82f7
}

.type_vacancy.office {
    background: #ffba08
}

section.faculty_inner {
    padding-top: 24px
}

@media (max-width: 767px) {
    section.faculty_inner {
        padding-top:0
    }
}

section.faculty_inner .main {
    display: flex
}

@media (max-width: 767px) {
    section.faculty_inner .main {
        display:block
    }
}

section.faculty_inner .main .body {
    background: #f3f6ff;
    border-radius: 8px;
    padding: 84px 96px
}

@media (max-width: 1250px) {
    section.faculty_inner .main .body {
        padding:50px 30px
    }
}

@media (max-width: 767px) {
    section.faculty_inner .main .body {
        padding:0;
        background-color: transparent
    }
}

section.faculty_inner .main .body h2,section.section_in_info h2 {
    margin-bottom: 32px
}

section.faculty_inner .main .body p {
    font-size: 18px;
    line-height: 160%;
    color: #565973;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    section.faculty_inner .main .body p {
        font-size:16px
    }
}

section.faculty_inner .main .body .btn-black {
    line-height: 52px;
    font-size: 16px
}

@media (max-width: 767px) {
    section.faculty_inner .main .body .btn-black {
        margin-bottom:30px
    }
}

section.faculty_inner .main .right {
    flex: 0 0 50%;
    border-radius: 8px 8px 8px 0;
    overflow: hidden
}

section.faculty_inner .main .right img {
    -o-object-position: bottom;
    object-position: bottom
}

.ul_style {
    margin-bottom: 40px
}

.ul_style li,section.section_in_info p {
    font-size: 16px;
    line-height: 160%;
    color: #565973
}

.ul_style li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px
}

.ul_style li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px
}

.ul_style.check_ul li:before {
    background: url(../images/bx-check-circle.svg) no-repeat center
}

.ul_style.minus_ul li:before {
    background: url(../images/bx-minus.svg) no-repeat center
}

section.section_in_info {
    padding-top: 112px
}

@media (max-width: 1250px) {
    section.section_in_info {
        padding-top:72px
    }
}

@media (max-width: 767px) {
    section.section_in_info {
        padding-top:56px
    }
}

@media (max-width: 767px) {
    section.section_in_info h2 {
        margin-bottom:20px
    }
}

section.section_in_info p {
    font-weight: 400;
    margin-bottom: 40px
}

section.section_in_info .info {
    display: flex;
    gap: 130px;
    align-items: flex-start
}

@media (max-width: 1250px) {
    section.section_in_info .info {
        gap:60px
    }
}

@media (max-width: 991px) {
    section.section_in_info .info {
        display:block
    }
}

section.section_in_info .info h3,section.section_in_info .info_right .price {
    font-weight: 800;
    font-size: 24px;
    line-height: 140%;
    color: #0b0f19;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    section.section_in_info .info h3 {
        font-size:18px;
        margin-bottom: 10px
    }
}

section.section_in_info .info_right {
    flex: 0 0 420px;
    background: #fff;
    border: 1px solid #e2e5f1;
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
    border-radius: 8px;
    padding: 40px
}

@media (max-width: 767px) {
    section.section_in_info .info_right {
        padding:30px 15px
    }
}

section.section_in_info .info_right .price {
    font-size: 32px;
    line-height: 130%
}

@media (max-width: 767px) {
    section.section_in_info .info_right .price {
        font-size:24px
    }
}

section.plan_curriculum {
    padding-top: 70px
}

@media (max-width: 767px) {
    section.plan_curriculum {
        padding-top:56px
    }
}

section.plan_curriculum h2 {
    margin-bottom: 56px
}

@media (max-width: 767px) {
    section.plan_curriculum h2 {
        margin-bottom:35px
    }
}

section.plan_curriculum ul {
    padding-left: 0;
    max-width: 750px
}

section.plan_curriculum ul li {
    padding-left: 110px;
    padding-bottom: 48px;
    margin-bottom: 0;
    position: relative
}

@media (max-width: 767px) {
    section.plan_curriculum ul li {
        padding-left:55px
    }
}

section.plan_curriculum ul li:last-child:after {
    display: none!important
}

section.plan_curriculum ul li:after {
    content: "";
    position: absolute;
    left: 40.5px;
    z-index: 1;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(232,117,37,.15)
}

@media (max-width: 767px) {
    section.plan_curriculum ul li:after {
        left:24.5px
    }
}

section.plan_curriculum ul li .number {
    position: absolute;
    left: 0;
    background: #eff2fc url(../images/circle_bc.png) no-repeat center top 2px;
    background-size: contain;
    width: 80px;
    height: 80px;
    display: flex;
    flex: 0 0 80px;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-radius: 50%;
    font-size: 24px;
    line-height: 140%;
    color: #e87525;
    z-index: 2
}

section.plan_curriculum ul li .number:after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 4px solid #fff;
    border-radius: 50%
}

@media (max-width: 767px) {
    section.plan_curriculum ul li .number {
        width:50px;
        height: 50px;
        flex: 0 0 50px;
        font-size: 18px;
        background: #eff2fb;
        background-size: contain
    }
}

section.plan_curriculum ul li h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 140%;
    color: #0b0f19;
    margin-bottom: 8px
}

@media (max-width: 767px) {
    section.plan_curriculum ul li h4 {
        padding-top:10px;
        font-size: 16px
    }
}

section.plan_curriculum ul li p {
    font-size: 16px;
    line-height: 160%;
    color: #565973;
    margin-bottom: 0
}

@media (max-width: 767px) {
    section.plan_curriculum ul li p {
        font-size:14px
    }
}

section.contract_faculty .right {
    background: #f3f6ff;
    border-radius: 8px;
    padding: 25px 40px
}

@media (max-width: 767px) {
    section.contract_faculty .right {
        margin-top:30px;
        padding: 40px 15px
    }
}

section.contract_faculty .right .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 27px;
    padding-top: 27px;
    border-bottom: 1px solid #e2e5f1
}

@media (max-width: 767px) {
    section.contract_faculty .right .list {
        padding-top:10px;
        padding-bottom: 10px
    }
}

section.contract_faculty .right .list:first-child {
    padding-top: 0
}

section.contract_faculty .right .list:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

section.contract_faculty .right .list span {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #565973
}

@media (max-width: 767px) {
    section.contract_faculty .right .list span {
        font-size:14px
    }
}

section.contract_faculty .right .list span strong {
    font-weight: 800;
    font-size: inherit
}

section.contract_faculty .right .list b {
    font-weight: 800;
    font-size: 24px;
    line-height: 140%;
    text-align: right;
    color: #131022
}

@media (max-width: 767px) {
    section.contract_faculty .right .list b {
        font-size:18px
    }
}

section.contract_faculty .right .list .discount {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: right;
    padding-left: 20px;
    color: #565973;
    max-width: 310px
}

@media (max-width: 767px) {
    section.contract_faculty .right .list .discount {
        font-size:14px;
        max-width: 200px
    }
}

@media (max-width: 1250px) {
    section.contract_faculty .left p {
        margin-bottom:50px
    }
}

section.why_us {
    padding-top: 72px
}

@media (max-width: 767px) {
    section.why_us {
        padding-top:56px
    }
}

section.why_us .swiper-container {
    padding-bottom: 60px
}

@media (max-width: 767px) {
    section.why_us .swiper-container {
        padding-bottom:40px
    }
}

section.why_us h2 {
    text-align: center;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    section.why_us h2 {
        margin-bottom:20px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 22px
    }
}

section.why_us .swiper-slide {
    width: 306px;
    padding-top: 50px
}

section.why_us .swiper-slide .item {
    flex: 0 0 306px;
    padding: 48px 24px 24px;
    position: relative;
    background: #fff;
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
    border-radius: 8px
}

section.why_us .swiper-slide .item .quote {
    background: #e87525;
    box-shadow: 0 8px 18px -8px rgba(232,117,37,.9);
    border-radius: 6px;
    width: 44px;
    height: 44px;
    padding: 12px;
    position: absolute;
    top: 0;
    left: 24px;
    transform: translateY(-50%)
}

section.why_us .swiper-slide .item p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    height: 126px
}

section.why_us .swiper-slide .about_author {
    display: flex;
    align-items: center;
    margin: 24px
}

section.why_us .swiper-slide .about_author img {
    border-radius: 4px;
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin-right: 16px;
    flex: 0 0 48px
}

section.why_us .swiper-slide .about_author h5,section.why_us .swiper-slide .about_author p {
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

section.why_us .swiper-slide .about_author h5 {
    font-weight: 700;
    font-size: 14px;
    color: #0b0f19;
    line-height: 21px;
    height: 21px
}

section.why_us .swiper-slide .about_author p {
    font-size: 12px;
    color: #9397ad;
    line-height: 20px;
    height: 20px
}

section.vacancy_inner {
    background-position: center;
    background-size: cover;
    min-height: 460px;
    background-repeat: no-repeat;
    padding: 40px 0;
    position: relative
}

section.vacancy_inner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg,rgba(19,16,34,.7),rgba(19,16,34,.7)),url(image-8.jpg);
    z-index: 2
}

section.vacancy_inner .breadcrumbs {
    margin-top: 0;
    margin-bottom: 70px
}

section.vacancy_inner .breadcrumbs li {
    color: #fff
}

section.vacancy_inner>* {
    position: relative;
    z-index: 3
}

section.vacancy_inner h2 {
    color: #fff;
    margin-bottom: 16px
}

section.vacancy_inner p {
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    opacity: .7;
    margin-bottom: 88px
}

section.vacancy_inner .meta {
    margin-bottom: 50px
}

section.vacancy_inner .meta span {
    display: inline-flex;
    align-items: center;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid rgba(255,255,255,.15);
    color: rgba(255,255,255,.7);
    font-size: 16px;
    line-height: 160%
}

section.vacancy_inner .meta span:last-child {
    border-right: 0
}

section.news {
    padding-bottom: 112px
}

section.news .my_pagination {
    margin-top: 40px
}

.category_select {
    margin-left: auto;
    margin-right: 24px;
    background: #fff;
    max-width: 240px;
    width: 100%
}

@media (max-width: 767px) {
    .category_select {
        max-width:100%;
        margin-bottom: 30px
    }
}

.category_select select,select.select_style {
    cursor: pointer;
    width: 100%;
    border: 1px solid #d4d7e5;
    border-radius: 6px;
    outline: 0!important;
    padding: 11px 40px 11px 16px;
    font-size: 14px;
    line-height: 160%;
    color: #565973;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-position: right 10px center!important;
    background: url(../images/select_arrow.svg) no-repeat center right 5px
}

select.select_style {
    height: 52px
}

.event {
    background: #fff;
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start
}

@media (max-width: 767px) {
    .event {
        display:block
    }
}

.event_img {
    flex: 0 0 416px;
    position: relative;
    height: 284px
}

@media (max-width: 767px) {
    .event_img {
        height:250px
    }
}

.event .bottom .author img,.event_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.event_body {
    padding: 24px
}

@media (max-width: 767px) {
    .event_body {
        padding:24px 12px
    }
}

.event_body .title,.event_body p {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.event_body .title {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 34px;
    height: 34px;
    -webkit-line-clamp: 1
}

@media (max-width: 767px) {
    .event_body .title {
        font-size:18px;
        line-height: 24px;
        -webkit-line-clamp: inherit;
        height: auto
    }
}

.event_body p {
    font-size: 16px;
    color: #565973;
    margin-bottom: 24px;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2
}

@media (max-width: 767px) {
    .event_body p {
        font-size:14px
    }
}

.event .top {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.event .top span {
    background: #eff2fc;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #33354d;
    padding: 0 8px;
    margin-right: 12px
}

.event .top .date {
    font-size: 14px;
    line-height: 160%;
    color: #9397ad;
    border-left: 1px solid #e2e5f1;
    padding-left: 12px
}

.event .bottom {
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid #e2e5f1
}

.event .bottom a {
    display: inline-flex;
    align-items: center;
    margin-left: 16px;
    color: #9397ad;
    line-height: 160%
}

.event .bottom a:hover {
    color: #4f5055
}

.event .bottom a:hover img {
    filter: brightness(.8)
}

.event .bottom a img {
    margin-right: 4px;
    transition: all .15s
}

.block_call,.event .bottom,.event .bottom .author {
    display: flex;
    align-items: center
}

.event .bottom .author img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    margin-right: 16px
}

.event .bottom .author h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #0b0f19;
    margin-bottom: 0
}

section.contact_us {
    padding-bottom: 80px;
    position: relative;
    padding-top: 40px;
    background: url(../images/contact_bg.svg) no-repeat center bottom;
    background-size: cover
}

section.contact_us .breadcrumbs {
    margin-top: 0;
    z-index: 3;
    position: relative
}

section.contact_us .main {
    text-align: center;
    max-width: 650px;
    margin: 0 auto
}

section.contact_us h2 {
    text-align: center
}

section.contact_us p {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #565973;
    margin-bottom: 32px
}

section.contact_us .main,section.contact_us .socials {
    position: relative;
    z-index: 3
}

section.contact_us .socials a {
    display: inline-block;
    margin: 0 8px
}

section.contact_us .socials a:hover {
    filter: grayscale(.8)
}

.block_call {
    padding-top: 90px;
    padding-bottom: 112px;
    justify-content: center
}

@media (max-width: 767px) {
    .block_call {
        display:block;
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.block_call .item {
    flex: 0 0 415px;
    text-align: center;
    padding: 0 64px
}

@media (max-width: 767px) {
    .block_call .item {
        padding:0 30px
    }
}

.block_call .item:first-child {
    position: relative
}

@media (max-width: 767px) {
    .block_call .item:first-child {
        margin-bottom:30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e2e5f1
    }
}

.block_call .item:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 152px;
    border-right: 1px solid #e2e5f1
}

@media (max-width: 767px) {
    .block_call .item:first-child:after {
        display:none
    }
}

.block_call .item img,.qrcode img {
    -o-object-fit: contain;
    object-fit: contain
}

.block_call .item img {
    background: #f3f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 16px;
    margin: 0 auto 16px;
    width: 60px;
    height: 60px
}

.block_call .item p,section.sign_in .forget a {
    font-size: 16px;
    line-height: 160%;
    text-align: center
}

.block_call .item p,section.sign_in .main p {
    margin-bottom: 32px;
    color: #565973
}

.block_call .item .btn-black {
    height: 52px;
    font-size: 16px;
    padding: 0 32px
}

section.sign_in {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #fff
}

section.sign_in .container-login {
    justify-content: space-between
}

section.sign_in .container-login,section.sign_in .login-form {
    height: 100vh;
    width: 100%;
    display: flex
}

section.sign_in .login-image {
    max-width: 400px;
    width: 25%;
}

section.sign_in .login-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    float: right;
    padding: 0;
    margin: 0
}

section.sign_in .main {
    max-width: 300px;
    width: 100vh;
    margin-left: auto;
    margin-right: auto
}

section.sign_in .main h2 {
    text-align: center;
    margin-bottom: 16px
}

section.sign_in .main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center
}

section.sign_in .main p a {
    color: #e87525
}

@media (max-width: 767px) {
    section.sign_in .main p a {
        display:block
    }
}

section.account .left ul li,section.sign_in .main .btn-black {
    width: 100%
}

section.sign_in .forget {
    margin-top: 21px;
    text-align: center
}

section.sign_in .forget a {
    font-weight: 600;
    color: #e87525
}

.checkbox_privacy a {
    cursor: pointer;
    float: right;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #959595!important;
    margin-bottom: 20px
}

.toggle_password {
    position: relative
}

.avatar .user_img label,.toggle_password span {
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer
}

.toggle_password span {
    top: -1px;
    background: url(../images/bx-hide.svg) no-repeat center;
    background-size: 24px auto;
    height: 52px;
    width: 52px
}

.toggle_password.show span {
    background-image: url(../images/bx-show.svg)
}

@media (max-width: 991px) {
    section.account .account_main {
        display:block
    }
}

section.account .left {
    flex: 0 0 330px;
    padding: 12px;
    border-right: 1px solid #e2e5f1
}

section.account .left ul {
    width: 100%;
    border-bottom: 0
}

@media (max-width: 991px) {
    section.account .left ul {
        display:flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 15px
    }
}

@media (max-width: 767px) {
    section.account .left ul {
        display:block
    }
}

.result_table thead tr td,section.account .left ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #33354d
}

section.account .left ul li a {
    border-radius: 8px;
    padding: 12px 24px;
    white-space: nowrap
}

section.account .left ul li a svg {
    margin-right: 12px
}

section.account .right {
    padding-top: 56px;
    padding-left: 112px
}

@media (max-width: 1250px) {
    section.account .right {
        padding-left:30px
    }
}

@media (max-width: 991px) {
    section.account .right {
        padding-left:15px
    }
}

section.account .right h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 140%;
    color: #e87525;
    margin-bottom: 24px
}

.avatar p,section.account h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 130%
}

@media (max-width: 767px) {
    section.account h2 {
        font-size:26px
    }
}

.avatar,.buttons,section.account .left ul li a {
    display: flex;
    align-items: center
}

.buttons {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e2e5f1
}

.buttons .btn-more {
    color: #33354d
}

.buttons button {
    margin-right: 16px;
    border-radius: 6px!important
}

.avatar {
    padding: 40px 20px 32px;
    flex-direction: column
}

@media (max-width: 991px) {
    .avatar {
        padding:30px
    }
}

@media (max-width: 767px) {
    .avatar {
        flex-direction:row;
        padding: 0;
        margin-bottom: 15px;
        align-items: center
    }
}

.avatar .user_img {
    flex: 0 0 120px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    background-size: cover;
    background-position: center;
    border: 1px solid #eee
}

@media (max-width: 767px) {
    .avatar .user_img {
        margin-right:20px;
        flex: 0 0 80px;
        height: 80px;
        width: 80px;
        margin-bottom: 0
    }
}

.avatar .user_img input {
    display: none
}

.avatar .user_img label {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #e2e5f1;
    box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.avatar p {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #0b0f19;
    margin-bottom: 4px
}

.avatar span,.delete_account p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #565973
}

.avatar span {
    text-align: center;
    display: block
}

.delete_account p {
    margin-bottom: 24px
}

.delete_account .checkbox_privacy {
    margin-bottom: 32px
}

.result_table tr,.result_table tr td {
    border: 1px solid #d4d7e5
}

.result_table tr td {
    padding: 8px 16px
}

.result_table thead tr td {
    background: #eff2fc
}

.result_table tbody tr td,section.news_inner .likes a {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #565973
}

.qrcode img {
    width: 250px;
    height: 250px
}

.payment_details table td,.payment_details table th {
    color: #fff
}

.scrolls {
    overflow: hidden;
    overflow-x: auto
}

section.news_inner {
    padding-bottom: 110px
}

@media (max-width: 991px) {
    section.news_inner {
        padding-bottom:56px
    }
}

section.news_inner .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    section.news_inner .top.top_news {
        display:block!important
    }
}

section.news_inner .top .info {
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    section.news_inner .top .info {
        justify-content:space-between;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 15px
    }
}

.comment_item .body p,section.news_inner .badge,section.news_inner .date {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%
}

section.news_inner .date {
    margin-left: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 16px;
    border-left: 1px solid #e2e5f1;
    border-right: 1px solid #e2e5f1;
    font-weight: 400;
    color: #565973
}

.step__progress__main,section.news_inner .author,section.news_inner .likes {
    display: flex;
    align-items: center
}

section.news_inner .likes a {
    display: inline-block;
    margin-right: 12px;
    font-weight: 400;
    font-size: 14px
}

section.news_inner .author {
    justify-content: space-between;
    max-width: 500px
}

@media (max-width: 767px) {
    section.news_inner .author {
        justify-content:flex-start
    }
}

section.news_inner .author img {
    margin-right: 16px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 60px
}

section.news_inner .author h5,section.news_inner .author p {
    font-weight: 700;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    color: #0b0f19;
    margin-bottom: 4px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

section.news_inner .author p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #9397ad;
    margin-bottom: 0
}

section.news_inner .big_img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 70px
}

@media (max-width: 767px) {
    section.news_inner .big_img {
        margin-bottom:30px
    }
}

.comment_item .top {
    margin-bottom: 12px!important
}

@media (max-width: 767px) {
    .comment_item .top {
        display:flex!important
    }
}

.comment_item .body p {
    font-weight: 400;
    color: #565973;
    margin-bottom: 32px
}

@media (max-width: 767px) {
    .comment_item .author img {
        margin-bottom:0
    }
}

.comment_item .comment_item {
    border-left: 1px solid #e87525;
    padding-left: 40px
}

@media (max-width: 767px) {
    .comment_item .comment_item {
        padding-left:20px
    }
}

section.register {
    padding: 50px 0 72px
}

section.register h2 {
    margin-bottom: 30px
}

.step__progress__main {
    margin-bottom: 50px;
    text-align: left
}

.step__progress__main>div {
    min-width: 250px;
    position: relative
}

.step__progress__main>div:first-child:after {
    display: none
}

.step__progress__main>div.active span {
    background: #e87525 url(../images/check.svg) no-repeat center;
    color: #fff;
    font-size: 0;
    border-color: #e87525
}

.step__progress__main>div.active span:after {
    background-color: #e87525
}

.step__progress__main>div p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .step__progress__main>div p {
        font-size:12px;
        line-height: 16px
    }
}

.image_diplom,.step__progress__main>div span {
    justify-content: center;
    align-items: center;
    position: relative
}

.step__progress__main>div span {
    display: inline-flex;
    color: #d1d5db;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.01em;
    z-index: 2;
    border: 2px solid #d1d5db;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: #f3f7f9
}

@media (max-width: 767px) {
    .step__progress__main>div span {
        margin-bottom:5px
    }
}

.step__progress__main>div:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    left: -250px;
    width: 250px;
    height: 2px;
    background-color: #d1d5db;
    z-index: 1
}

@media (max-width: 767px) {
    .step__progress__main>div:after {
        width:100%;
        left: -50%
    }

    .step__progress__main>div {
        min-width: 25%;
        text-align: center
    }
}

.image_diplom {
    border-radius: 0;
    overflow: hidden;
    width: 160px;
    height: 120px;
    display: flex;
    margin-left: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease-in-out 750ms;
    background-color: #8b8888;
    background-size: cover;
    border: 1px solid #8b8888;
    cursor: pointer;
    margin-bottom: 0
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 60;
    opacity: 0;
    text-indent: -9999px;
    border-radius: 50%;
    background: #e87525 url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5775 7.74414L9.99997 11.3216L6.42247 7.74414L5.24414 8.92247L9.99997 13.6783L14.7558 8.92247L13.5775 7.74414Z" fill="%23fff"/></svg>') no-repeat center;
    transform: rotate(180deg);
    transition: all .35s;
    pointer-events: none
}

.scrollup.showed {
    opacity: 1;
    pointer-events: auto
}

@media (max-width: 767px) {
    .scrollup {
        right:30px;
        bottom: 30px
    }
}

section.gallery {
    padding-bottom: 112px
}

@media (max-width: 1250px) {
    section.gallery {
        padding-bottom:56px
    }
}

@media (max-width: 767px) {
    section.gallery {
        padding-bottom:20px
    }

    section.gallery .row {
        margin-left: -5px;
        margin-right: -5px
    }

    section.gallery .row>div {
        padding-left: 5px;
        padding-right: 5px
    }
}

section.gallery .gallery_main a {
    display: block;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    section.gallery .gallery_main a {
        height:160px;
        margin-bottom: 10px;
        border-radius: 5px
    }
}

section.gallery .gallery_main a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.file-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    position: relative;
    background-color: #eee;
    cursor: pointer
}

.file-wrapper img {
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 20px
}

.file-wrapper:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    display: block;
    max-height: 85px;
    font-size: 70px;
    font-weight: bolder;
    color: gray
}

.file-wrapper:hover:after {
    font-size: 73px
}

.file-wrapper .close-btn {
    display: none
}

input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99999;
    cursor: pointer
}

.file-set {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    border-width: 0
}

.file-set:hover {
    transition: all .5s ease-out;
    filter: brightness(110%)
}

.file-set,.file-set:after,.file-set:before {
    color: transparent
}

.file-set .close-btn {
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    color: #292929;
    top: 0;
    right: 0;
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    opacity: .8
}

.file-set>input {
    pointer-events: none
}

.tab-content .dropzone {
    min-height: 150px;
    border: 0;
    background: #fff;
    padding: 20px
}

.add-study-content {
    width: 100%;
    overflow-x: auto
}

.add-study-button {
    background-color: #fff;
    position: sticky;
    right: 0
}

* {
    scrollbar-width: thin;
    scrollbar-color: gray white
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 10px
}

@media (max-width: 991px) {
    section.home_general .sidebar {
        max-width: 50px;
    }

    section.home_general .sidebar .sidebar-content ul li svg {
        width: 25px;
        height: 25px;
    }

    section.home_general .calendar-content,section.home_general .main-content {
        padding: 0 0 0 50px;
    }

    section.home_general .sidebar .sidebar-content ul {
        padding: 0px 0
    }
}

@media (max-width: 567px) {
section.sign_in .main {
    max-width: 200px;}
    .search-content .btn-add {
        display: none;
    }
    .table-bordered td.d-flex{
    flex-wrap: wrap;
    line-height: 1;
}
    .table-bordered td .btn{
    font-size: 12px;
}
section.home_general .calendar-content .content .admin-content table thead th, section.home_general .main-content .content .admin-content table thead th{
    font-size: 12px;
}
}
