* {
    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);
}

@keyframes rotate-up-ver-bottom {
    0% {
        transform: rotateX(-90deg);
        transform-origin: 0 100%;
    }

    100% {
        transform: rotateX(0deg);
        transform-origin: 0 100%;
    }
}

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;
}

.but_fak-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--text-turquoise-opacity08);
}

.but_fak {
    width: clamp(210px, 23%, 294px);
    background-color: var(--highlight);
    border: solid var(--turquoise) 1px;
    color: var(--turquoise);
    height: 94px;
    padding: 15px 35px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 100px;
    transition: all 0.5s;
}

.bf_start {
    background-color: var(--bg-turquoise);
    color: var(--white);
}

.sect_bas {
    width: 100%;
    height: auto;
    padding-bottom: 133px;
    border-bottom: var(--turquoise-opacity05) 1px solid;
}

.no_padding {
    padding-bottom: 0;
}

.marg_min {
    margin-top: 13px;
}

.marg_top60 {
    margin-top: 60px;
}

.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;
}

.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;
}

.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;
}

.form_lern_flex-item-form {
    margin-top: 40px;
    margin-left: 20px;
}

.flflf {
    margin: 60px auto 0 auto;
    width: clamp(285px, 49%, 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-bf svg {
    flex-shrink: 0;
}

.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);
}

.tfl {
    line-height: 20px;
    text-transform: uppercase;
    color: var(--text-turquoise);
    display: flex;
    align-items: center;
    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;
    text-wrap: nowrap;
}

.flflf .tfl {
    font-weight: 400;
    color: var(--text-turquoise);
}

.entrant_doc {
    margin-top: 30px;
    display: grid;
    column-gap: 1vw;
    row-gap: 20px;
    grid-template-columns: 24% 24% 24% 24%;
    margin-top: 70px;
}

/* .entrant_doc {
    margin-top: 30px;
    display: grid;
    column-gap: 1vw;
    row-gap: 20px;
    grid-template-areas:
        "A A A   B B B   . . .   C C C"
        ". . .   D D D   E E E   . . ."
        "F F F   G G G   . . .   H H H";
}

.entrant_doc-item:nth-child(1) {
    grid-area: A;
}

.entrant_doc-item:nth-child(2) {
    grid-area: B;
}

.entrant_doc-item:nth-child(3) {
    grid-area: C;
}

.entrant_doc-item:nth-child(4) {
    grid-area: D;
}

.entrant_doc-item:nth-child(5) {
    grid-area: E;
}

.entrant_doc-item:nth-child(6) {
    grid-area: F;
}

.entrant_doc-item:nth-child(7) {
    grid-area: G;
}

.entrant_doc-item:nth-child(8) {
    grid-area: H;
} */

.entrant_doc-im {
    width: clamp(165px, 18vw, 295px);
    height: clamp(165px, 18vw, 295px);
    background-color: var(--bg-turquoise);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: clamp(5px, 1.2vw, 20px);
    transition: all 0.5s;
}

.im1 {
    background-image: url("/img/korp1.webp");
}

.im2 {
    background-image: url("/img/korp2.webp");
    background-position: 50% 0;
}
.im3 {
    background-image: url("/img/korp5.webp");
    background-position: 30% 0;
}
.im4 {
    background-image: url("/img/korp1A.webp");
}
.im5 {
    background-image: url("/img/korp5V.webp");
}

.im6 {
    background-image: url("/img/korp5A.webp");
    background-position: 70% 0;
}

.im7 {
    background-image: url("/img/korp10.webp");
    background-position: 50% 0;
}

.im8 {
    background-image: url("/img/korp4.webp");
    background-size: 300%;
    background-position: 20% 50%;
}

.entrant_doc-im a {
    width: 20.5vw;
    max-width: 295px;
    height: 20.5vw;
    max-height: 296px;
    background-color: var(--bg-turquoise);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s;
}

.entrant_doc-text {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--turquoise);
    opacity: 0.8;
    text-align: center;
}

.edt-max {
    width: calc(32vw - 30px);
    max-width: 431px;
}

.edi_ml-plus {
    margin-left: 25.8%;
}
*/ .orn {
    background: 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;
}

.edi_null {
    width: 16.1vw;
    max-width: 232px;
    height: 16.1vw;
    max-height: 232px;
}

.edi_ml {
    margin-left: 23.8%;
}

.embl {
    background-image: url("/img/emblema.svg?2");
    background-size: contain;
    background-repeat: no-repeat;
}

.marg_bot20 {
    margin-bottom: 20px;
}

.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-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;
}

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;
}

.big_img {
    position: absolute;
    top: 15vh;
    left: 15vw;
    z-index: 97;
    width: 70vw;
    height: clamp(200px, 70vh, 600px);
    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;
    width: 40px;
    cursor: pointer;
    top: 0;
    right: -50px;
    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: var(--text-turquoise-opacity08);
    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: var(--text-turquoise-opacity08);
    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;
}

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;
}

.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(--text-turquoise-opacity08);
}

.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(--text-turquoise-opacity08);
    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(--text-turquoise-opacity08) 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: left calc(100px - 2vw) / 40% 40% no-repeat
            url("/img/facult_img_start1.svg"),
        right clamp(20px, calc(150px + 10vw), 290px) / 40% 40% no-repeat
            url("/img/facult_img_start1.svg"),
        center / contain no-repeat url("/img/orn100.svg");*/
    margin: clamp(25px, calc(30px + 5vw), 125px) auto;
    background: left calc(100px - 2vw) / 40% 40% no-repeat
            url("/img/facult_img_start1.svg"),
        right clamp(20px, calc(150px + 10vw), 290px) / 40% 40% no-repeat
            url("/img/facult_img_start1.svg"),
        url("/img/orn100.svg");
    position: relative;
}

.orn100 img {
    width: clamp(300px, 25vw, 475px);
    display: block;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

@keyframes ani {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.flflf-sov {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    align-items: start;
    border-bottom: solid 1px var(--turquoise-opacity05);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.flflf-sov:first-child {
    border-top: solid 1px var(--turquoise-opacity05);
    padding-top: 20px;
}

.flflf-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--turquoise);
    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);
}

.h2_sect_bas {
    margin-bottom: 0;
    padding-bottom: 60px;
    border-bottom: var(--turquoise-opacity05) 1px solid;
}

@media (hover: hover) and (pointer: fine) {
    li a:hover {
        color: var(--black);
        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(--black);
        transition: all 0.5s;
    }

    .nd_close:hover {
        cursor: pointer;
        stroke: var(--dark-gray);
        transition: all 0.5s;
    }

    .entrant_doc-item:hover {
        cursor: zoom-in;
    }

    .entrant_doc-im:hover,
    .entrant_doc-im 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;
    }

    .h2_a:hover {
        transition: color 0.6s;
        color: #6c6ce5;
    }

    .answer_a:hover {
        color: #070786;
        transition: all 0.3s;
    }

    .border_service_mail:hover,
    .but_fak: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: 1280px) {
    .but_fak {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1180px) {
    .but_fak {
        width: 45%;
    }
    .flflf-bf a {
        margin-left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 1080px) {
    .next_news {
        font-size: 18px;
    }

    .spec_flex_item {
        width: 35vw;
    }

    .spec_flex_item-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 920px) {
    .entrant_doc {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .edi_null {
        display: none;
    }

    .entrant_doc-item {
        width: 170px;
    }
}

@media only screen and (max-width: 820px) {
    .next_news {
        font-size: 16px;
    }
}

@media only screen and (max-width: 700px) {
    .next_news {
        width: 25vw;
        height: 40px;
        line-height: 40px;
    }

    .flflf-sov {
        display: block;
    }

    .flflf-sov-text1 {
        margin-bottom: 20px;
    }

    .flflf-sov-text1,
    .flflf-text {
        width: 100%;
    }
}

@media only screen and (max-width: 667px) {
    .flflf-bf a {
        height: 100px;
        width: 100%;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 545px) {
    .entrant_doc-item {
        width: 260px;
        margin-bottom: 20px;
    }

    .entrant_doc-im {
        width: 260px;
        height: 260px;
    }

    .but_fak-flex {
        flex-direction: column;
        align-items: center;
    }

    .but_fak {
        width: clamp(230px, calc(100% - 50px), 280px);
    }
}

@media only screen and (max-width: 450px) {
    .next_news {
        width: 40vw;
    }
}

@media (prefers-color-scheme: dark) {
    .tfl:hover {
        transition: all 0.5s;
        color: var(--white);
    }

    .orn100 {
        background: left calc(100px - 2vw) / 40% 40% no-repeat
                url("/img/facult_img_start1.svg"),
            right clamp(20px, calc(150px + 10vw), 290px) / 40% 40% no-repeat
                url("/img/facult_img_start1.svg"),
            url("/img/dark_orn100.svg");
    }
}

@media only screen and (min-width: 1900px) {
    .h2_sect_bas {
        padding-bottom: calc(60px * var(--scale));
    }

    .flflf {
        margin: 60px auto 0 auto;
        width: calc(610px * var(--scale));
    }
    .entrant_doc-im {
        width: calc(295px * var(--scale));
        height: calc(295px * var(--scale));
    }

    .entrant_doc-item {
        height: calc(340px * var(--scale)) !important;
    }

    .entrant_doc-text {
        max-width: none !important;
        margin-left: 0 !important;
    }

    .big_img {
        height: calc(800px * var(--scale));
    }

    .but_fak {
        width: calc(285px * var(--scale));
        max-width: none;
        height: calc(94px * var(--scale));
        font-size: calc(14px * var(--scale));
        line-height: calc(20px * var(--scale));
    }

    .but_fak-flex {
        justify-content: space-around;
    }

    .flflf-bf a {
        height: calc(80px * var(--scale));
    }

    .flflf-bf svg {
        transform-origin: bottom right;
        transform: scale(var(--scale));
    }

    .orn100_container {
        margin: calc(125px * var(--scale)) auto;

        max-width: calc(1440px * var(--scale));
        height: calc(444px * var(--scale));
    }

    .orn100 {
        margin-top: 0px;

        transform-origin: top;
        transform: scale(var(--scale));
    }

    .flflf-sov-text1,
    .flflf-text {
        font-size: calc(16px * var(--scale));
        line-height: calc(23px * var(--scale));
    }

    .flflf-sov {
        padding-bottom: calc(20px * var(--scale));
        margin-bottom: calc(20px * var(--scale));
    }
}
