@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* 
{
    box-sizing: border-box;
    font-family: 'Montserrat';
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li, img
{             
    margin: 0;
   	padding: 0;
    border: 0;
    vertical-align: baseline;

    /* scroll-behavior: smooth; */
}

/* Стили для шапки сайта */
header
{
    width: 90%;
    height: 200px;

    margin: 10px auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

    /* стили для кнопок вызова модальных окон в шапке сайта */
    .modal-window-info
    {
        width: fit-content;
        height: fit-content;
        
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-window-info button
    {
        width: fit-content;
        height: fit-content;

        background-color: #FFF;

        border: none;
        border-left: 5px solid #5C636E;

        padding: 5px 10px;

        cursor: pointer;

        transition: all 0.5s ease; 
    }

    .modal-window-info button:hover
    {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        background-color: #ff910071;
    }


    .modal-window-info p
    {
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        color: #111;
    }
    /* стили для кнопок вызова модальных окон в шапке сайта */

    /* Стили для названия сайта в шапке сайта */
    .name-site p
    {
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        color: #5C636E;
    }
    /* Стили для названия сайта в шапке сайта */

    /* Стили для логотипа сайта в шапке сайта */
    .logo-site img
    {
        width: 140px;
        height: auto;

        display: block;
    }
    /* Стили для логотипа сайта в шапке сайта */
/* Стили для шапки сайта */

/* Стили для тела сайта */
main
{
    width: 90%;

    margin: auto;
}

    /* Стили для названия темы */
    .topic
    {
        width: 100%;
        height: fit-content;

        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    .topic-text
    {
    
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        color: #5C636E;
    
        text-align: center;
    
        flex: 1 1 25%;
    }

    .topic-name
    {
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        color: #111;

        padding-right: 170px;
    
        flex: 1 1 75%;
    }
    /* Стили для названия темы */

    /* Стили для контента ЦОК */
    .content-topic
    {
        width: 100%;
        height: fit-content;

        display: flex;
        justify-content: center;
        align-items: center;
    }


    /* Блок где находятся все ЭОМ */
    .EOMS
    {
        width: 65%;
        height: fit-content;
    }
    /* Блок где находятся все ЭОМ */

        /* Стиль для ЭОМ */
        .EOM
        {
            width: 100%;
            height: fit-content;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .type-EOM
        {
            width: 100%;

            text-decoration: none;

            display: flex;
            justify-content: center;
            align-items: center;
        }

        .type-EOM img
        {
            width: 100px;
            height: auto;

            transition: all 0.5s ease; 
        }

        .type-EOM:hover img
        {
            transform-origin: center;
            transform: scale(1.1);
        }

        .type-EOM p
        {
            width: 100%;
            height: 80px;

            font-size: 28px;
            font-weight: bold;
            color: #FFF;

            padding-left: 10px;

            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            /* Цвета ЭОМ */
            .blue 
            {
                background-color: #F47920;
                border-radius: 30px;
            }
            .red
            {
                background-color: #d4681b ;
                border-radius: 30px;
            }
            .gray
            {
                background-color: #b35817;
                border-radius: 30px;
            }            
            /* Цвета ЭОМ */

        /* Стиль для ЭОМ */

        /* Стили для названия ЭОМ */
        .name-EOM
        {
            width: 100%;
            height: fit-content;


            display: flex;
            justify-content: center;
            align-items: center;
        }

        .name-EOM img
        {
            width: 100px;
            height: auto;

            display: block;

            cursor: pointer;

            transition: all 0.5s ease; 
        }

        .name-EOM img:hover
        {
            transform-origin: center;
            transform: scale(1.1);
        }

        .name-EOM a img
        {
            width: 100px;
            height: auto;

            display: block;

            cursor: pointer;

            transition: all 0.5s ease; 
        }

        .name-EOM a img:hover
        {
            transform-origin: center;
            transform: scale(1.1) rotate(360deg);
        }

        .text-EOM
        {
            width: 100%;

            margin-left: 10px;

            text-decoration: none;

            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        }


        .text-EOM p
        {  
            width: 100%;
            height: fit-content;

            font-size: 25px;
            color:#5C636E;
        }

        .text-EOM p:nth-child(1)
        {  
            font-weight: bold;
        }
        /* Стили для названия ЭОМ */

        /*  */
        .description-speciality
        {
            width: 35%;
            height: 600px;

            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
        }

        .description-speciality img
        {
            width: 300px;
            height: auto;
            margin-right: 20%;
        }

        .description-text
        {
            width: 80%;
            height: fit-content;
        }

        .description-text p
        {
            width: 100%;
            height: fit-content;
    
            font-size: 25px;
            color:#5C636E;
        }
        .description-text p:nth-child(1)
        {
            font-weight: bold;
            text-decoration: underline;
        }
        /*  */

    /* Стили для контента ЦОК */
/* Стили для тела сайта */

/* Стили для подвала сайта */
footer
{
    width: 100%;
    height: fit-content;

    display: flex;
    justify-content: end;
}

footer img
{
    width: 1000px;
    height: auto;
}
/* Стили для подвала сайта */


/* Стили для модальных окон */
/* PopUp */
.PopUp
{
    width: 50%;
    height: fit-content;
    max-height: calc(100vh - 25%);

    background-color: #FFF;
    border-radius: 35px;

    padding: 15px;

    cursor: auto;

    display: none;
}

.PopUp::-webkit-scrollbar { width: 0; }

.PopUp_Header
{
    width: 100%;

    display: flex;
    justify-content: space-around;
    align-items: center;

    margin-top: 10px;
}

.PopUp_Header p
{
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #F47920;

    flex: 1 1 80%;
}

.PopUp_Header img
{
    width: 35px;
    height: auto;

    margin-right: 15px;

    cursor: pointer;

    transition: all 0.5s ease; 
}

.PopUp_Header img:hover
{
    transform-origin: center;
    transform: rotate(270deg);
}

.PopUp_Texts
{
    width: 96%;
    height: 500px;

    margin: 10px auto;

    overflow-y:scroll;
}

    /* Стиль для полосы прокрутки */
    /* Firefox */
    * 
    {
    scrollbar-width: thin;
    scrollbar-color: #5C636E #CFCFCF;
    }

    /* Chrome, Edge and Safari */
    *::-webkit-scrollbar 
    {
    width: 10px;
    }

    *::-webkit-scrollbar-track 
    {
    border-radius: 5px;
    background-color: #cfcfcf00;
    }

    *::-webkit-scrollbar-thumb
    {
    border-radius: 5px;
    background-color: #5C636E;
    }
    *::-webkit-scrollbar-thumb:hover
    {
        cursor: pointer;
    }
    /* Стиль для полосы прокрутки */
    

.PopUp_Text
{
    width: 95%;
    height: auto;

    margin: 15px auto 0 auto;
}

.PopUp_Text p, li
{
    font-size: 25px;
    
    text-align: justify;
    color: #5C636E;
}

.Color_Text_Red
{
    color: #F47920 !important;
}

.PopUp_Text li
{
    margin-left: 25px;
}

.PopUp_Text font
{
    font-weight: bold;
}

.Text_Bold
{
    font-weight: bold;
}
.Text_Indent
{
    margin-top: 20px;
}



/* ModalBlock */
.ModalBlock
{
    width: 100%;
    height: 100%; 

    display: none;
    justify-content: center;
    align-items: center;
    
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    overflow: none;
    backdrop-filter: blur(10px);
    background-color: #00000090;

    cursor: not-allowed;
}

    /* Анимация */
    .animate 
    {
        -webkit-animation: animatezoom 0.6s;
        animation: animatezoom 0.6s;
    }

    @-webkit-keyframes animatezoom 
    {
        from {-webkit-transform: scale(0)}
        to {-webkit-transform: scale(1)}
    }

    @keyframes animatezoom 
    {
        from {transform: scale(0)}
        to {transform: scale(1)}
    }
    /* Анимация */
/* ModalBlock */

/* PopUp */
/* Стили для модальных окон */