* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li a {
    color: var(--white);
    transition: all 0.4s;
}

@font-face {
    font-family: "Commissioner";
    src: url(/fonts/Commissioner-Regular.woff2);
}

.scale-up-ver-top {
    animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes scale-up-ver-top {
    0% {
        transform: scaleY(0.4);
        transform-origin: 100% 0;
    }
    100% {
        transform: scaleY(1);
        transform-origin: 100% 0;
    }
}

.scale-down-ver-top {
    animation: scale-down-ver-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes scale-down-ver-top {
    0% {
        transform: scaleY(1);
        transform-origin: 100% 0;
    }
    100% {
        transform: scaleY(0);
        transform-origin: 100% 0;
    }
}

html,
body {
    position: relative;
    width: 100vw;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*background-image: url('/img/logo_2023.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: contain;*/
    scrollbar-color: var(--dark-gray) var(--dark-turquoise);
}

body {
    overflow-x: hidden;
    background-color: var(--highlight);
    font-family: "Commissioner", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.global {
    width: 100vw;
    height: auto;
    overflow-x: hidden;
    transition: 0.6s;
    position: relative;
}

.marg_bot100 {
    margin-bottom: 100px;
}

.shirma {
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: none;
    background-color: var(--black-opacity03);
    z-index: 3;
    left: 0;
}

.normat_doc {
    position: absolute;
    padding: 30px 21px 0 46px;
    width: 72.2vw;
    max-width: 1040px;
    /*	height: 400px;*/
    height: auto;
    padding-bottom: 60px;
    background-color: var(--highlight);
    z-index: 14;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: none;
}

.normat_doc-header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.button_flex {
    display: flex;
    width: 100%;
    gap: 18px;
    margin: 60px 0;
}

.slide_button {
    width: 17vw;
    border: 1px solid var(--white);
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.but_start {
    background-color: var(--highlight);
    color: var(--text-dark-turquoise);
}

.more {
    color: var(--white);
    font-size: 18px;
    width: 31.4vw;
    max-width: 452px;
    height: 60px;
}

.but_start {
    background-color: var(--highlight);
    color: var(--text-dark-turquoise);
}

.but_fak-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    border: var(--text-turquoise-opacity08);
}
.but_fak {
    width: 17.3%;
    max-width: 294px;
    height: 65px;
    background-color: var(--highlight);
    border: solid var(--text-turquoise-opacity08) 1px;
    color: var(--text-turquoise-opacity08);
    padding: 16px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
}

.bf_start {
    background-color: var(--bg-turquoise);
    color: var(--white);
}

.entrant_directions_spo,
.entrant_directions_magistr {
    display: none;
}

.programm_flex {
    display: flex;
    width: 100%;
}

.pf_border-top {
    border-top: solid 1px var(--turquoise-opacity05);
    padding-top: 20px;
}

.programm_flex-fakulty {
    width: 23.8vw;
    max-width: 295px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--text-turquoise);
}

.faculty_block {
    width: calc(100% - 157px);
    max-width: 1082px;
    height: auto;
    min-height: 80px;
    color: var(--white);
    margin-left: 157px;
    border-bottom: var(--white-opacity05) 1px solid;
    border-top: var(--white-opacity05) 1px solid;
    cursor: pointer;
}

.fb_edukat {
    margin-left: 0;
    width: 100vw;
    max-width: 1240px;
}

.faculty_block-flex {
    width: 100%;
    max-width: 1082px;
    height: 100%;
    min-height: 60px;
    color: var(--white);
    /*	margin-left: 157px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fbf_blue {
    color: var(--text-turquoise-opacity08);
}

.fb_edukat .faculty_block-flex {
    width: 100vw;
    max-width: 1240px;
}
.faculty_block-text {
    width: 69px;
    height: 20px;
    line-height: 20px;
    opacity: 0.8;
    margin-right: 10px;
}

.faculty_block-number {
    text-transform: uppercase;
    line-height: 20px;
    width: 74.1%;
    max-width: 534px;
    height: auto;
}

.window_spec {
    width: 100%;
    margin-left: 20px;
    height: auto;
    display: none;
    padding-left: 35%;
}

.window_spec-block {
    display: block;
}

.window_spec ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    opacity: 0.8;
}

.window_spec ul {
    margin-bottom: 20px;
}

.li_zagolovok {
    line-height: 23px;
    color: var(--text-turquoise);
}

.li_text {
    line-height: 23px;
    color: var(--text-turquoise-opacity08);
}
.ws_educat {
    padding-left: 0;
}

/*.ttt{
	display: none;
	width: 100%;
	height: auto;
}
.ttt .li_zagolovok{
	color:var(--white);
}

.ttt .li_text{
	color:var(--white);
}
*/

.window_spec-block {
    display: block;
}

.kabinet {
    position: absolute;
    bottom: -110px;
    left: 30px;
    width: 8vw;
    height: auto;
    transition: all 0.6s;
}

.ft2 {
    margin-left: 21.88vw;
}

.sect_bas {
    width: 100%;
    height: auto;
    padding-bottom: 133px;
    border-bottom: var(--turquoise-opacity05) 1px solid;
}

.no_padding_bottom-100 {
    padding-bottom: 100px;
}

.no_padding {
    padding-bottom: 0;
}

.div_granic {
    width: 100%;
    height: 100px;
    border-bottom: var(--turquoise-opacity05) 1px solid;
}

.marg_min {
    margin-top: 13px;
}

.marg_top60 {
    margin-top: 60px;
    padding-bottom: 13px;
}

.marg_bot67 {
    margin-bottom: 67px;
}

.sect_bas-min {
    display: flex;
    gap: 10px;
    height: auto;
    align-items: center;
}

.min_text {
    font-size: 12px;
    color: var(--turquoise);
    text-transform: uppercase;
}

.sect_bas_text {
    display: flex;
    margin-left: calc(157px + 11vw);
    /*		width: calc(89vw - 357px);*/
    max-width: 916px;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
    gap: 30px;
}

.sect_bas_text-item {
    width: 31.4vw;
    color: var(--text-turquoise-opacity08);
    line-height: 144%;
}

.lo_a {
    color: var(--text-turquoise-opacity08);
}

.marg_top60 svg {
    margin-left: 10px;
}

.incognito {
    display: flex;
    justify-content: end;
    margin-left: calc(157px + 11vw);
    max-width: 916px;
    background: url("/img/facult_img_start_fon.webp") left 40px no-repeat;
    height: auto;
    margin-bottom: 60px;
}

.incognito_div {
    overflow: hidden;
    height: auto;
    width: 100%;
}

.marg_left {
    margin-left: 100px;
    padding-top: 50px;
    margin-bottom: 12px;
}

.no_border_bottom {
    border-style: none;
}
.form_lern_flex {
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
}

.form_lern_flex-item img {
    /*width: 50%;
	object-fit: cover;*/
}

.form_lern_flex-item-text {
    line-height: 23px;
    color: var(--text-turquoise-opacity08);
    margin-left: 20px;
}
.form_lern_flex-item-form {
    margin-top: 40px;
    margin-left: 20px;
}

.flflf {
    margin: 60px auto 0 auto;
    width: 49%;
    max-width: 610px;
}

.flfif60top {
    margin-top: 60px;
    width: 61%;
    margin-left: 19%;
}

.flflf-div,
.flflf-bf a {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    border-bottom: solid 1px var(--turquoise-opacity05);
}

.flflf-div:first-child {
    border-top: solid 1px var(--turquoise-opacity05);
}

.form_lern_flex-item-form .flflf-bf:first-child a {
    border-top: solid 1px var(--turquoise-opacity05);
}

.flfif60top div {
    height: 60px;
}

.tfl {
    line-height: 20px;
    text-transform: uppercase;
    color: var(--text-turquoise-opacity08);
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.tf60top {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
}

.tf60top a {
    color: var(--text-turquoise-opacity08);
    transition: all 0.5s;
}

.flflf-bf a {
    height: 80px;
    width: 74.5%;
    margin-left: 25.5%;
}

.spo,
.ped,
.fil {
    display: none;
}

.nd_close {
    stroke: var(--text-turquoise-opacity08);
    transition: all 0.5s;
}

.cfl {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--text-turquoise);
}

.flflf .cfl {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    leading-trim: both;
    text-edge: cap;
}

.flflf .tfl {
    ffont-weight: 400;
    font-size: 16px;
    color: var(--text-turquoise);
}

.entrant_doc {
    width: 100%;
    height: auto;
    margin-top: 70px;
    display: grid;
    grid-template-columns: 22.3% 30px 22.3% 30px 22.3% 30px 22.3%;
    justify-content: space-between;
}

.entrant_doc_komis {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
}

.entrant_doc_komis2 {
    width: 100%;
    height: auto;
    display: grid;
    /*	grid-template-columns:23.3% 30px 7.2% 15.1% 30px 22.3% 30px 22.3%;*/
    grid-template-columns: 23% 30px 8.5% 15% 20px 23% 20px 23%;
    /*	grid-template-rows: 295px 295px;*/
    /*	column-gap: 20px;*/
    /*	row-gap: 30px;*/
}

.entrant_doc_ab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.entrant_doc_stud {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 10px;
}

.g1 {
    grid-column: 1/2;
}

.g2 {
    grid-column: 3/4;
    object-fit: cover;
    width: 20.5vw;
    max-width: 295px;
    margin-bottom: 30px;
}

.g3 {
    grid-column: 5/6;
}

.g4 {
    grid-column: 7/8;
}

.g5 {
    grid-column: 3/4;
}

.g6 {
    grid-column: 7/8;
}

.orn {
    background: url("/img/orn_2.svg") -280px 700px repeat-x;
    /* , url("/img/orn_2.svg") -280px 350px repeat-x; */
}

.orn3 {
    background: url("/img/orn3.webp") -280px 350px repeat-x;
}

.orn_duble {
    background: url("/img/orn_2.svg") -280px 500px repeat-x,
        url("/img/orn_2.svg") -280px 0 repeat-x;
}

.background_ornament {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 300px;
    background: url("/img/orn_2.svg") repeat-x;
    z-index: -1;
}

.entrant_doc-item a,
.nd,
.pp,
.komis6,
.komis7,
.komis8,
.komis9 {
    width: 20.5vw;
    max-width: 295px;
    height: 20.5vw;
    max-height: 296px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--bg-turquoise);
    transition: all 0.5s;
    margin-bottom: 20px;
}

.im1,
.im2,
.im3,
.im4,
.im5,
.im6,
.im7 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.im1 {
    background-image: url("/img/korp1.webp");
}

.im2 {
    background-image: url("/img/korp2.webp");
    background-position: -60px 0;
    background-size: cover;
}
.im3 {
    background-image: url("/img/korp5.webp");
    background-position: -50px 0;
}
.im4 {
    background-image: url("/img/korp1A.webp");
}
.im5 {
    background-image: url("/img/korp5V.webp");
}

.im6 {
    background-image: url("/img/korp5A.webp");
    background-position: -100px 0;
}

.im7 {
    background-image: url("/img/korp10.webp");
    background-position: -100px 0;
}

.im8 {
    background-image: url("/img/korp4.webp");
    background-position: -200px -200px;
}

.edi_min a {
    width: 16.1vw;
    max-width: 232px;
    height: 16.1vw;
    max-height: 232px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--bg-turquoise);
    transition: all 0.5s;
    margin-bottom: 20px;
    padding-right: 10px;
}

.edi_max a {
    width: 32vw;
    max-width: 461px;
}

.edi_null {
    width: 16.1vw;
    max-width: 232px;
    height: 16.1vw;
    max-height: 232px;
}

.edi_ml {
    margin-left: 23.8%;
}

.edi_ml-plus {
    margin-left: 25.8%;
}

.embl {
    background-image: url("/img/emblema.svg?2");
    background-size: contain;
    background-repeat: no-repeat;
}

.marg_bot20 {
    margin-bottom: 20px;
}

.komis1 {
    grid-column: 1/2;
    width: 100%;
    max-width: 100%;
}

.komis2 {
    grid-column: 5/6;
    width: 100%;
    max-width: 100%;
}

.komis3 {
    grid-column: 7/8;
    width: 100%;
    max-width: 100%;
}

.komis4 {
    grid-column: 1/2;
    width: 100%;
    max-width: 100%;
}

.komis5 {
    grid-column: 3/5;
    width: 100%;
    max-width: 100%;
}

.komis6 {
    grid-column: 8/9;
    width: 100%;
    max-width: 100%;
}

.komis7 {
    grid-column: 1/4;
    width: 100%;
    max-width: 100%;
}

.komis8 {
    grid-column: 6/7;
    width: 100%;
    max-width: 100%;
}

.komis9 {
    grid-column: 8/9;
    width: 100%;
    max-width: 100%;
}

.big a {
    width: 25.4vw;
    max-width: 366px;
}

.radius_bot_left,
.radius_bot_left a {
    border-bottom-left-radius: 20px;
}
.radius_top_left,
.radius_top_left a {
    border-top-left-radius: 20px;
}
.radius_bot_right,
.radius_bot_right a {
    border-bottom-right-radius: 20px;
}

.radius_top_right,
.radius_top_right a {
    border-top-right-radius: 20px;
}

.entrant_doc-text {
    line-height: 20px;
    max-width: 262px;

    padding-right: 5px;
    text-transform: uppercase;
    color: var(--white);
    opacity: 0.8;
    margin-bottom: 25px;
    margin-left: 17px;
}

.edt-max {
    width: calc(32vw - 30px);
    max-width: 431px;
}

.edt {
    font-weight: 400;
    color: var(--text-turquoise-opacity08);
    width: 20.5vw;
    max-width: 295px;
}

.entrant_doc-item svg,
.edi_min a svg {
    margin-left: 78%;
    margin-top: 14px;
}

.edi_max a svg {
    margin-left: 91.1%;
}

.entrant_doc-item-flex {
    display: flex;
    gap: 20px;
}

.marg80 {
    margin-bottom: 80px;
}
.kabinet:hover {
    cursor: pointer;
    box-shadow: inset 0 0 60px var(--whitesmoke), inset 20px 0 80px #ffa200,
        inset -20px 0 80px #e95821, inset 20px 0 300px #ffa200,
        inset -20px 0 300px #e95821, 0 0 50px var(--white), -10px 0 80px #ffa200,
        10px 0 80px #e95821;
    transition: all 0.6s;
}

.text_kabinet {
    color: var(--black);
    text-shadow: 0 0 20px #ce6218, 0 0 40px #ce6218, 2px 2px 2px #ce6218;
    position: absolute;
    bottom: -160px;
    left: 25px;
    width: 10vw;
    height: auto;
    font-size: 12px;
    text-align: center;
    transition: all 0.6s;
    opacity: 0;
}

h2 {
    font-size: 36px;
    color: var(--text-turquoise);
    line-height: 44px;
    font-weight: 500;
    text-transform: uppercase;
}

.flex_h2 {
    display: flex;
    justify-content: start;
    width: 75%;
    height: auto;
    gap: 30px;
    margin: 60px auto 0 auto;
}

.h2_marg60 {
    padding: 60px 0;
    text-align: center;
    padding-left: 0px;
    text-indent: 0;
    border-bottom: var(--turquoise-opacity05) 1px solid;
}

.h2_block {
    padding-left: 0px;
    text-indent: 0;
    margin: 13px auto 0 auto;
}

.h2_container {
    display: flex;
    justify-content: end;
}

.h2_but_flex {
    display: flex;
    flex-direction: column;
    align-items: start;
    /*			width: calc(62.8vw + 18px);*/
    width: calc(100% - 157px);

    align-items: start;
}
.spec_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90vw;
    height: auto;
    align-items: start;
    margin: 50px auto 200px auto;
}

.spec_flex_wrap {
    display: flex;
    width: 22%;
    flex-direction: column;
    position: relative;
}

.spec_flex_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--black);
    width: 25vw;
    height: 100px;
    margin-bottom: 50px;
    transition: all 0.6s;
    background-color: #e69373;
    border-radius: 20px;
}

.spec_flex_item_rec {
    width: 100%;
    font-size: 12px;
}

.spec_flex_wrap-title {
    width: 100%;
    background-color: rgba(233, 88, 33, 1);
    min-height: 80px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
    position: sticky;
    top: 100px;
    z-index: 3;
}

.spec_flex_item::after,
.spec_flex_item::before {
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: var(--black-opacity05);
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    transition: all var(--cover-timing) var(--cover-ease);
    z-index: 1;
}

.spec_flex_item-img {
    display: block;
    width: 7vw;
    height: 100px;
    margin-right: 15px;
}

.spec_flex_item-text {
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
    padding-right: 10px;
}

.diplom {
    display: flex;
    justify-content: space-around;
    width: 100vw;
    height: auto;
}
.dip_text {
    width: 45%;
    height: auto;
}

.diplom img {
    width: 45%;
    object-fit: contain;
}

.big_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 97;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    display: none;
}

.scale-up-center {
    animation: scale-up-center 0.6s ease-in both;
}

.scale-out-center {
    animation: scale-out-center 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes scale-up-center {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes scale-out-center {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 1;
    }
}

.cl-btn-6 {
    position: absolute;
    /*    margin: 20px auto;*/
    width: 40px;
    cursor: pointer;
    top: 5vh;
    right: 5vw;
    z-index: 99;
}
.cl-btn-6-in {
    width: inherit;
    text-align: center;
}
.cl-btn-6-txt {
    font-size: 8px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e95821;
    transition: all 0.3s ease-in;
    opacity: 0;
    cursor: pointer;
}
.cl-btn-6-in:before,
.cl-btn-6-in:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 40px;
    background: #e95821;
    left: 0;
    transition: all 0.3s ease-in;
}
.cl-btn-6-in:before {
    top: calc(50% - 4px);
    transform: rotate(45deg);
}
.cl-btn-6-in:after {
    bottom: 50%;
    transform: rotate(-45deg);
}
.cl-btn-6:hover .cl-btn-6-txt {
    opacity: 1;
}
.cl-btn-6:hover .cl-btn-6-in:before,
.cl-btn-6:hover .cl-btn-6-in:after {
    transform: rotate(0);
}
.cl-btn-6:hover .cl-btn-6-in:before {
    top: 0;
}
.cl-btn-6:hover .cl-btn-6-in:after {
    bottom: 0;
}

.diplom_text {
    line-height: 1.5;
    margin-top: 40px;
}

.foto_info {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: auto;
    margin: 50px 0;
}

.foto_info img {
    width: 30vw;
    height: auto;
    object-fit: contain;
    margin-right: 10vw;
}

.foto_info_text {
    line-height: 2;
}
.foto_info_text-name {
    font-size: 28px;
    color: #c6613a;
    margin: 40px 0;
}
.pro_fakulty {
    width: 90vw;
    margin: 0 auto 50px auto;
    text-align: justify;
    line-height: 1.6;
}

.submenu {
    width: 70vw;
    margin: 20px auto 0 auto;
}
.submenu a {
    color: #c6613a;
}

.news {
    width: 100vw;
    height: auto;
    background: linear-gradient(
            310deg,
            #f2c680d4 0%,
            #eab467cc 55.00000000000001%,
            transparent 90%,
            #f095c561 100%
        ),
        linear-gradient(
            335deg,
            #eb6dab 0%,
            #f385a1 50%,
            #eb6a85 50%,
            #ee848d 70%,
            #e78f69 100%
        );
    padding-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.news_item {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 50vh;
    width: 20vw;
    min-width: 300px;
    background-color: #e69373;
    transition: all 0.5s;
    margin-right: 30px;
    margin-bottom: 30px;
}

.news_img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    filter: brightness(84%);
    transition: all 0.5s;
}

.news_text {
    width: 100%;
    height: 50%;

    color: var(--black);
}

.news_text_titul {
    height: auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.news_text_prolog {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.5;
}

.next_news {
    margin: 30px auto;
    width: 15vw;
    height: 50px;
    border: #e95821 solid 6px;
    line-height: 50px;
    color: var(--black);
    text-align: center;
    font-size: 22px;
    transition: all 0.6s;
}

.h2_text {
    font-size: 24px;
    margin-left: 50px;
    line-height: 2;
}

.h2_text li {
    padding-right: 30px;
    color: blue;
    transition: all 0.6s;
    font-size: 24px;
    margin-left: 30px;
}

.h2_text2 li {
    font-size: 16px;
    margin-left: 70px;
    line-height: 2;
}

.h2_a {
    color: blue;
    transition: all 0.6s;
    font-size: 24px;
    display: block;
}

.call_schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 50vw;
    height: auto;
    background-color: #e69373;
    padding: 30px;
    margin-top: 50px;
}

details {
    margin-left: 50px;
    margin-top: 50px;
}

.call_schedule_item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 30px;
    margin-bottom: 20px;
}

.meaning {
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

summary {
    /*	color:#E95821;*/
    font-size: 20px;
}

.address {
    display: flex;
    width: 100vw;
    justify-content: space-around;
    margin-top: 30px;
}

.address_item {
    width: 40%;
    height: 50vh;
    display: flex;
    align-items: center;
    font-size: 30px;
    justify-content: center;
    padding-right: 50px;
}

.address_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.marj {
    margin-top: 70px;
}

.span {
    line-height: 2;
    padding: 0 30px;
    text-align: justify;
}

.text_intellig {
    font-size: 22px;
    width: 80vw;
    margin: 50px auto;
    line-height: 2;
    text-align: center;
    color: #e95821;
}

.question,
.question_a {
    font-size: 18px;
    color: blue;
    width: 96%;
    margin: 20px 0;
    padding-right: 100px;
    padding-left: 30px;
    line-height: 1.5;
    text-align: justify;
}

.question_a {
    color: var(--black);
}

.answer,
.answer_a {
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
    width: 96%;
    display: inline-block;
    text-align: justify;
    padding-left: 2%;
}

.answer_a {
    color: blue;
    transition: all 0.3s;
}

a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
}

a[href^="mailto:"]:before {
    content: "\1F582";
    margin-right: 0.5em;
}

.schema {
    display: block;
    width: 90vw;
    margin: 50px auto;
}

.control {
    display: flex;
    width: 90vw;
    height: auto;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
    margin: 50px auto;
}

.condrol_item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 20%;
    height: 500px;
}

.condrol_item img {
    width: 100%;

    display: block;
}

.condrol_item-text1 {
    font-size: 24px;
    width: 100%;
    text-align: center;
}

.condrol_item-text2 {
    font-size: 14px;
    width: 100%;
    min-height: 200px;
    text-align: center;
    line-height: 1.5;
}

.flex_document {
    width: 100vw;
    height: calc(100vh - 100px);
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.document_list {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    overflow-y: scroll;
    padding-bottom: 30px;
}

.document_view {
    width: 70%;
    height: 100%;
    padding-right: 30px;
    overflow-x: scroll;
}

.list_item {
    width: 90%;
    height: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: blue;
    margin-bottom: 30px;
    cursor: pointer;
}

.lt1 {
    color: #e95821;
}

.flex_urovni {
    display: flex;
    width: 100vw;
    height: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 30px 0;
}

.flex_urovni a {
    color: var(--black);
}

.flex_urovni_item {
    width: 25vw;
    height: 200px;
    font-size: 24px;

    transition: all 0.6s;
    background-color: #e69373;
    margin-right: 20px;
    margin-bottom: 20px;
}

.urovni {
    padding-top: 30px;
    position: relative;
    background: linear-gradient(
            105deg,
            #f8b79f75 0%,
            #febd8fa6 75%,
            transparent 100%
        ),
        linear-gradient(45deg, #6bf8f0 0%, #f74d86 100%);
    min-height: 30vh;
}

.urovni_flex_img {
    width: 25%;
    height: 50%;
    object-fit: contain;
    margin-left: 30px;
}

.flex_urovni_item div {
    text-align: center;
}

.dat {
    font-size: 12px;
    margin: 20px 30px;
    color: var(--black);
}

.backgr_blue {
    background-color: var(--bg-turquoise);
}

.color_white {
    color: var(--white);
}

.but1 {
    width: 30px;
    height: 30px;
    position: relative;
}
.but1 span {
    position: absolute;
    transition: 300ms;
    background: var(--white);
}

.but_color span {
    background: var(--turquoise);
}

.but1 span:first-child {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%;
}
.but1 span:last-child {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%;
}

.rotat {
    transform: rotate(90deg);
}

.checkmark {
    transition: all 0.6s;
}

.checkmark_trans {
    transform: rotate(180deg);
}

.grafik-flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}

.grafik-flex-button {
    width: 23.8%;
}

.swiper-container-graf {
    width: 74.5%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
    display: none;
}

.spec0 img {
    width: 30vw;
    height: 300px;
    object-fit: contain;
}

.swiper-pagination {
    top: 300px;
}

.swm,
.swspo {
    display: none;
}

.swiper_cont {
    width: 20.5vw;
    max-width: 295px;
    height: auto;
    background: var(--turquoise);
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
}

.swiper_cont-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    leading-trim: both;
    text-edge: cap;
    color: var(--white);
    height: 50px;
    border-bottom: 1px solid var(--white-opacity05);
}

.bord-swip-cont {
    border-top: 1px solid var(--white-opacity05);
}

.swiper_cont-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 35px;
}

.border_service_mail {
    border: solid 1px var(--text-turquoise-opacity08);
    /*	width: 100%;*/
    height: 40px;
    background-color: var(--highlight);
    font-size: 18px;
    border-radius: 100px;
    color: var(--text-dark-turquoise);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
    position: relative;
}

.but_menu {
    width: 99.4%;
    height: auto;
    border: var(--turquoise) solid 1px;
    display: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    background-color: var(--highlight);
}

.but_menu-scroll {
    height: 300px;
    overflow-y: scroll;
}

.but_menu-flex {
    display: block;
}

.but_menu-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: var(--text-turquoise-opacity08);
    width: 14.65vw;
    max-width: 211px;
    margin: 0 auto;
    height: 40px;
    transition: all 0.5s;
    border-bottom: 1px solid var(--turquoise-opacity05);
    display: flex;
    align-items: center;
}

/*.but_menu1, .but_menu2, .but_menu3, .but_menu4{
	display: none;
}
*/
.bmi9,
.bmi13,
.bmi19,
.bmi20,
.bmi21,
.bmi34,
.bmi35,
.bmi36,
.bmi37,
.bmi38,
.bmi39,
.bmi40,
.bmi41,
.bmi42,
.bmi45,
.bmi46 {
    height: 80px;
}

.bord-but-menu {
    border-top: 1px solid var(--turquoise-opacity05);
}

.border_service_mail-change {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.grafik-flex-button-flex {
    display: flex;
    justify-content: space-between;
}

.border_service_mail-text {
    line-height: 20px;
    text-transform: uppercase;
    color: var(--text-turquoise-opacity08);
    font-weight: 400;
    font-size: 16px;
}

.kurs_flex {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.kurs_flex-item {
    border-right: var(--text-turquoise) solid 1px;
    height: auto;
    width: 16.5%;
    max-width: 205px;
    padding-left: 15px;
}

.bord-l {
    border-left: var(--text-turquoise) solid 1px;
}
.kurs_flex-item-num {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--text-turquoise);
    margin-bottom: 52px;
}

.kurs_flex-item-text {
    line-height: 20px;
    text-transform: uppercase;
    color: var(--text-turquoise-opacity08);
    margin-bottom: 10px;
}

.kurs_flex-item-bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--text-turquoise-opacity08);
}

.orn100 {
    width: 100vw;
    max-width: 1440px;
    height: 444px;
    background: url("/img/facult_img_start1.svg") 0 100px no-repeat,
        url("/img/facult_img_start1.svg") right 340px no-repeat,
        url("/img/orn100.svg");
    margin: 100px auto 100px auto;
}

.flflf-sov {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    align-items: start;
    border-bottom: solid 1px var(--turquoise-opacity05);
    padding: 20px 0;
}

.flflf-sov:first-child {
    border-top: solid 1px var(--turquoise-opacity05);
}

.flflf-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--text-turquoise-opacity08);
    width: 49.1%;
}

ul {
    list-style-position: inside;
}

.flflf-sov-text1 {
    width: 45.8%;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--text-turquoise);
}

.vypys {
    text-decoration: underline;
    color: var(--link-dark-turquoise);
}

.li_a {
    color: var(--text-turquoise);
}

.entrant_doc_flex {
    display: flex;
    justify-content: space-between;
}

.em_stud {
    display: block;
    width: 20.5vw;
    max-width: 295px;
    height: 20.5vw;
    max-height: 296px;
    margin-bottom: 20px;
}

@media (hover: hover) and (pointer: fine) {
    li a:hover {
        color: var(--dark-gray);
        transition: all 0.4s;
    }

    .mt_hov:hover {
        color: var(--dark-gray);
        transition: all 0.5s;
    }

    .tfl:hover {
        transition: all 0.5s;
        color: var(--dark-gray);
    }

    .tf60top a:hover {
        color: var(--dark-gray);
        transition: all 0.5s;
    }

    .nd_close:hover {
        cursor: pointer;
        stroke: var(--dark-gray);
        transition: all 0.5s;
    }

    .entrant_doc-item a:hover,
    .edi_min a:hover {
        background-color: var(--dark-gray);
        transition: all 0.5s;
    }

    .spec_flex_item:hover {
        background-color: rgba(233, 88, 33, 0.3);
        transition: all 0.6s;
    }

    .diplom img:hover {
        cursor: zoom-in;
    }

    .news_item:hover {
        cursor: pointer;
        background-color: #e95821;
        transition: all 0.5s;
    }

    .next_news:hover {
        cursor: pointer;
        background-color: #e95821;
        transition: all 0.6s;
        color: #dece7e;
    }

    .h2_a:hover {
        transition: color 0.6s;
        color: #6c6ce5;
    }

    summary:hover {
        cursor: pointer;
    }

    .answer_a:hover {
        color: #070786;
        transition: all 0.3s;
    }

    .border_service_mail:hover {
        cursor: pointer;
        transition: all 0.5s;
        color: var(--white);
        background-color: var(--dark-gray);
        border-color: var(--dark-gray);
    }

    .but_menu-item:hover {
        color: var(--dark-gray);
        transition: all 0.5s;
        cursor: pointer;
    }
}

@media only screen and (max-width: 1300px),
    only screen and (max-width: 1300px) {
    .first_text {
        font-size: 70px;
        line-height: 80px;
    }
}
@media only screen and (max-width: 1150px),
    only screen and (max-width: 1150px) {
    .entrant_doc {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
    }

    .ft2 {
        margin-left: 15vw;
    }

    .form_lern_flex {
        flex-direction: column;
        align-items: center;
    }

    .form_lern_flex-item {
        margin-bottom: 30px;
    }

    .incognito {
        margin-left: 0;
    }

    .window_spec {
        padding-left: 20%;
    }
}
@media only screen and (max-width: 1050px),
    only screen and (max-width: 1050px) {
    .next_news {
        font-size: 18px;
    }

    .spec_flex_item {
        width: 35vw;
    }

    .spec_flex_item-text {
        font-size: 14px;
    }

    .svg {
        width: 30px;
        height: auto;
    }

    .window_spec {
        padding-left: 10%;
    }
}
@media only screen and (max-width: 920px), only screen and (max-width: 920px) {
    .entrant_doc-text {
        font-size: 14px;
    }

    .first_text {
        font-size: 45px;
    }

    .sect_bas_text {
        margin-left: 0;
    }

    .sect_bas_text-item {
        width: 40vw;
    }
}
@media only screen and (max-width: 820px), only screen and (max-width: 820px) {
    .next_news {
        font-size: 16px;
    }

    .entrant_doc,
    .entrant_doc_komis,
    .entrant_doc_komis2 {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .g2,
    .entrant_doc-item a,
    .em_stud {
        width: 30vw;
        height: 30vw;
        min-height: 240px;
        min-width: 240px;
        margin-bottom: 30px;
    }

    .entrant_doc-text {
        font-size: 16px;
        width: 200px;
    }

    /* .orn {
        background: url("/img/orn_2.svg") -280px 350px repeat-x,
            url("/img/orn_2.svg") -280px -100px repeat-x,
            url("/img/orn_2.svg") -280px 900px repeat-x,
            url("/img/orn_2.svg") -280px 1350px repeat-x;
    } */

    .h2_container {
        justify-content: center;
    }

    .h2_but_flex {
        width: 100%;
    }

    .faculty_block {
        width: 100%;
        margin-left: 0;
    }

    .window_spec {
        padding-left: 0;
    }

    .svg {
        width: 49px;
        height: auto;
    }
}

@media only screen and (max-width: 710px), only screen and (max-width: 710px) {
    .next_news {
        width: 25vw;
        height: 40px;
        line-height: 40px;
    }

    .incognito_div img {
        object-fit: cover;
        width: 100%;
    }
}

@media only screen and (max-width: 550px), only screen and (max-width: 550px) {
    .sect_bas_text {
        flex-direction: column;
        align-items: center;
    }

    .slide_button {
        font-size: 14px;
    }

    .entrant_doc_stud {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 480px), only screen and (max-width: 480px) {
    .next_news {
        width: 40vw;
    }

    .first_text {
        font-size: 50px;
        line-height: 70px;
    }

    .flfif60top {
        width: 100%;
        margin-left: 0;
    }

    .flfif60top div {
        height: 100px;
    }
}

@media only screen and (max-width: 410px), only screen and (max-width: 410px) {
    .button_flex {
        flex-direction: column;
        align-items: center;
    }
    .slide_button {
        width: 100%;
    }
}

@media only screen and (max-width: 350px), only screen and (max-width: 350px) {
    .faculty_block-number {
        width: 60%;
        font-size: 13px;
    }
}

@media only screen and (max-width: 310px), only screen and (max-width: 310px) {
    .faculty_block-number {
        width: 60%;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1900px) {
    .entrant_doc_stud {
        column-gap: calc(10px * var(--scale));
    }

    .form_lern_flex-item-text,
    .form_lern_flex-item-form {
        margin-left: calc(20px * var(--scale));
    }

    .entrant_doc-item a,
    .marg_bot20 {
        margin-bottom: calc(20px * var(--scale));
    }
}

@media (prefers-color-scheme: dark) {
    .orn {
        background: url("/img/dark_orn_2.svg") -280px 700px repeat-x;
    }

    .background_ornament {
        background: url("/img/dark_orn_2.svg") repeat-x;
    }

    @media (hover: hover) and (pointer: fine) {
        .vypys:hover {
            color: var(--white);
        }

        .tfl:hover {
            transition: all 0.5s;
            color: var(--white);
        }
    }
}

.background_ornament_bottom {
    top: 50%;
    background-position-x: -80px;
}
