@media screen and (max-width: 1199px) {
    /* Buttons */
    a {
        text-decoration: none;
        color: white;
        font-style: normal;
        line-height: 12px;
        margin: 0;
    }

    /* Main */
    p {
        font-family: 'Century Gothic';
        font-style: normal;
        font-weight: 400;
        line-height: 17px;

        margin: 0;
    }

    /* Page title */
    h1 {
        font-family: 'Century Gothic';
        font-style: normal;
        font-weight: 400;
        line-height: 50px;
        margin: 0;
    }

    /* Block title */
    h2 {
        font-family: 'Montserrat Alternates';
        font-style: normal;
        font-weight: 900;
        line-height: 37px;

        margin: 0;
    }

    /* Text title */
    h3 {
        font-family: 'Century Gothic';
        font-style: normal;
        font-weight: 400;
        line-height: 25px;

        margin: 0;
    }

    /* Big text title */
    h4 {
        font-weight: 400;
        line-height: 37px;

        margin: 0;
    }

    /* Description */
    h5 {
        font-family: 'Century Gothic';
        font-style: normal;
        font-weight: 400;
        line-height: 12px;

        margin: 0;
    }

    /* Button bold style */
    h6 {
        font-weight: 700;
        line-height: 25px;

        margin: 0;
    }

    /* Speech director description */
    h7 {
        font-family: 'Montserrat Alternates';
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        display: flex;
        align-items: center;
        letter-spacing: 1em;

        margin: 0;
    }

    /* Description */
    h8 {
        font-weight: 400;
        line-height: 22px;
    }

    a.buttons {
        padding: 5px 7px;
    }

    hr {
        width: 100vw;
        margin-right: -50vw;
        margin-left: -50vw;
        right: 50%;
        left: 50%;
        position: relative;
    }

    .str_title h1 {
        font-weight: bold;
        line-height: 1.2em;
    }
    /* ---------------Госуслуги--------------- */
    .gosusligi {
        display: flex;
        width: 335px;
        flex-direction: column;
        height: 326px;
        margin: 70px 0;
    }
    .gosusligi_photo{
        width: 335px;
        height: auto !important;
    }
    /* ---------------Госуслуги конец--------------- */



    /*Шапка сайта*/
    .upper_btns {
        display: none;
    }

    .lower_btns {
        display: none;
    }

    .fzth_logo_link {
        margin: 12px 37px 12px 20px;
    }

    .main_head {
        height: auto;
    }


    .min_obr, .min_prosv {
        width: 220px;
        margin: 0 20px;
    }

    .min_obr_logo {
        width: 18.4px;
        height: 25px;
    }

    .min_prosv_logo {
        width: 22px;
        height: 24px;
    }

    .dropdown_burg_1 {
        margin-right: 20px;
        display: block;
        height: auto;
    }

    .lower_btns_ul {
        display: flex;
        padding: 0;
        margin: 0;
        flex-direction: column;

    }

    .btn_text_menu {
        margin-left: 15px;
        padding: 0;
        height: auto;
        fill: white;
        border: none;
        cursor: pointer;
    }

    .btn_text_menu:active {
        display: inline-block;
    }


    .dropdown-content {
        transform: translateY(-150%);
        animation: ani 0.5s forwards;
        position: static;
        margin: 0px auto 0 auto;
        transition: 0.2s;
        overflow: hidden;
        border: none;
        display: none;
        min-width: 160px;
        z-index: 1;
    }

    .switch-btn_empired {
        display: inline-block;
        width: 36px; /* ширина */
        height: 20px; /* высота */
        border-radius: 19px; /* радиус скругления */
        background: white; /* цвет фона */
        z-index: 0;
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
        position: relative;
        transition-duration: 500ms; /* анимация */
    }

    .switch-btn_empired::after {
        content: "";
        height: 15px; /* высота кнопки */
        width: 15px; /* ширина кнопки */
        border-radius: 17px;
        background: black; /* цвет кнопки */
        top: 3px; /* положение кнопки по вертикали относительно основы */
        left: 3px; /* положение кнопки по горизонтали относительно основы */
        transition-duration: 500ms; /* анимация */
        position: absolute;
        z-index: 1;
    }

    .switch-on_empired {
        background: red;
    }

    .switch-on_empired::after {
        left: 18px;
    }

    .drop_lang_mob {
        width: 361px;
        display: none;
        position: static;
    }


    .switch-btn_language_mob {
        display: inline-block;
        width: 36px; /* ширина */
        height: 20px; /* высота */
        border-radius: 19px; /* радиус скругления */
        background: white; /* цвет фона */
        z-index: 0;
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
        position: relative;
        transition-duration: 500ms; /* анимация */
    }
    .show_lang_mob {
        display: block;
        width: 0;
        height: auto;
    }

    #google_translate_element_mob {
        display: flex;
        width: 361px;
        justify-content: flex-start;
        margin: -10px 0 10px 15px;
    }

    .switch-btn_language_mob::after {
        content: "";
        height: 15px; /* высота кнопки */
        width: 15px; /* ширина кнопки */
        border-radius: 17px;
        background: black; /* цвет кнопки */
        top: 3px; /* положение кнопки по вертикали относительно основы */
        left: 3px; /* положение кнопки по горизонтали относительно основы */
        transition-duration: 500ms; /* анимация */
        position: absolute;
        z-index: 1;
    }

    .switch-on_language_mob {
        background: red;
    }

    .switch-on_language_mob::after {
        left: 18px;
    }


    .goog-te-combo, .VIpgJd-ZVi9od-ORHb *, .VIpgJd-ZVi9od-SmfZ *, .VIpgJd-ZVi9od-xl07Ob *, .VIpgJd-ZVi9od-vH1Gmf *, .VIpgJd-ZVi9od-l9xktf * {
        width: 110px !important;
    }
    .goog-te-gadget .goog-te-combo {
        margin: 0 10px 0 0 !important;
        height: 25px;
    }

    .VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
        position: relative !important;
        font-weight: bold !important;
        color: #444 !important;
        display: flex !important;
        text-decoration: none !important;
        flex-direction: row !important;
        top: 13px !important;
        left: -60px !important;
        width: 120px !important;
    }

    .goog-te-gadget {
        width: 361px;
        display: flex;
        font-family: arial;
        color: #666;
        white-space: nowrap;
        flex-direction: row;
        align-items: stretch;
    }


    .rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        fill: red;
    }

    .text_menu svg {
        width: 11px;
        height: 7px;
        position: relative;
        margin-top: 0;
        z-index: 3;
        transition: 0.5s;
    }


    .strelka {
        border: none;
        background: none;
    }


    .header_dropdown {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 235px;
        height: auto;
        position: relative;
        margin: 5px 0 10px;
    }


    .ul_dropdown {
        background-color: #000000f5;
        backdrop-filter: blur(5px);
        padding-left: 0px;
        min-height: auto;
        margin: 0px 0px 0px 15px;
        position: static;
    }

    .dropdown-content .text_menu {
        position: relative;
        align-items: center;
        width: auto;
        height: auto;
    }

    .show_menu {
        display: block;
    }


    .text_menu {
        width: 235px;
        display: block;
        height: auto;
        text-align: left;
    }

    .link-hover-center {
        width: 235px;
        height: auto;
        margin: 5px 0;
    }


    #loading:hover {
        -webkit-animation: rotation 0.5s linear;
    }

    @-webkit-keyframes rotation {
        from {
            -webkit-transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(180deg);
        }
    }

    .content-1 {
        width: 235px;
        height: 17px;
        margin: 0;
    }

    .link-hover-center a {
        display: inline-block;
        text-align: left;
    }

    .link-hover-center a:after {
        display: block;
        content: "";
        background-color: red;
        height: 1px;
        -webkit-transition: width .3s ease-in-out;
        -moz--transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }


    .link-hover-center a {
        color: #A0A0A0;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        position: relative;
    }

    .dropdown-content a {
        font-weight: 400;
        width: auto;
        height: auto;
        margin: 0;
    }

    .header_li2 {
        color: white;
        text-align: left;
    }

    /*Шапка сайта конец*/
    #content {
        width: 335px;
    }

    .text_info_line {
        height: 25px;
        font-family: 'Century Gothic';
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        color: #FFFFFF;
    }
    .text_info_line p {
    margin-top: 0px;
     height: 25px;
    width: 100%;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    line-height: 49px;
    color: white;
}
    /*Новости*/
    .crug {
        display: none;
    }

    #news_title {
        text-align: center;
        height: 73px;
        margin: 35px 0 20px 0;
    }

    .news_image_half {
        display: none !important;
        width: 0;
    }

    .news_slider {
        max-width: 335px;
        display: flex;
        height: 304px;
    }

    .news_text_half {
        width: 335px !important;
        height: 304px;
    }

    .news_text_inner_block {
        margin: 20px;
        height: auto;
    }

    .news_text_1_block {
        height: 75px;
    }

    .news_text_2_block {
        height: 120px;
        margin-top: 20px
    }

    .news_text_3_block {
        height: 22px;
        margin-top: 30px;
    }



    .news_button {
        height: 22px;
        width: 78px;
        outline-width: 1.5px;
        border-radius: 4px;
    }

    .news_button:hover {
        color: black;
        background-color: red;
    }

    .news_button:focus {
        color: white;
        background-color: black;
    }

    .line-top {
        display: none;
    }

    .line_head_lower_new {
        margin: 0 -50vw;
        position: relative;
        top: 0px;
    }

    .news-prev {
        display: none !important;
    }

    .news-next {
        display: none !important;
    }

    /*Новости конец*/
    /*----------------------Инфо слайдер----------------------*/
    .line-top-info {
        margin-top: 70px;
        margin-bottom: -70px;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .info_slider{
        max-width: 335px;
        height: 142px;
        margin: 70px auto;
    }
    .info_photo{
        width: 335px;
        height: 142px;
    }
    .carousel_info{
        width: 335px;
        height: 142px;
    }
    .slick-dots button {
        display: none !important;
    }
.info-prev {
    display: none !important;
}
.info-next {
    display: none !important;
}
    .line-bottom-info {
        margin-top: -70px;
        margin-bottom: 70px;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    /*----------------------Инфо слайдер конец----------------------*/
    .line-top {
        display: none;
    }

    .line-bottom {
        display: none;
    }

    .cont_director {
        margin: 70px 0px
    }

    .dircet_foto {
        width: 108px;
        height: 108px;
        border: none;
        margin: 0 10px 0 0;
        padding: 0;
    }

    .dircet_text_content {
        margin: 0;
        width: 217px;
    }

    .name_dircet {
        width: 217px;
        margin: 0 0 5px 0;
    }

    .disription_dircet {
        width: 197px;
    }

    .buttons_director {
        width: 200.99px;
        margin-top: 20px;
    }

    .number_speach, .description_01, .description_02, .description_03 {
        display: none;
    }

    .speech_director {
        padding: 30px 0;
        width: 100vw;
        margin: 0 -50vw;
        right: 50%;
        left: 50%;
        position: relative;
    }

    .content_speach_director {
        display: flex;
        width: 327px;
        flex-direction: column;
        align-items: center;
    }

    .text_block_01 {
        width: 277px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .speach_03 {
        margin: 0;
    }

    .text_block_02 {
        width: 277px;
        display: flex;
        align-items: center;
        text-align: left;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 0 0 0 9px;
        margin: 0 0 20px;
        border-left: 1px solid #FF0000;
    }

    .upper_01 {
        display: flex;
        justify-content: center;
    }



    .text_block_03_top {
        width: 277px;
        padding: 0;
        border: none;
        margin: 0 0 20px;
    }

    .text_block_01_right, .text_block_01_left {
        width: 278px;
        height: auto;
        padding: 0 0 0 9px;
        margin: 0 0 20px;
        border-left: 1px solid #FF0000;
    }

    .speach_01 {
        height: auto;
	width: 0;
    }

    .speach_02 {
        margin: 0 0 20px;
        height: 100px;
    }

    .left_03 {
        display: flex;
        width: 277px;
        align-items: center;
        flex-direction: column;
        height: auto;
    }

    .left_03 p {
        width: 277px;
        padding: 0 0 0 9px;
        margin: 0 0 20px;
        border-left: 1px solid #FF0000;
    }

    .speach_border {
        margin: 0;
        border: none;
        height: 0;
    }


    /*Все новости*/
    .all_news {
        margin: 10px auto 10px auto;
        max-width: 375px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .news_cart {
        width: 324px;
        height: 497px;
        background-color: red;
        margin: 35px 0;
    }

    /*  Все новости конец  */
    /*  Наши проекты  */
    .cont_circle {
        display: none;
    }

    .container_our_pr{
        height: 452.43px;
    }

    #projects_block_title {
        text-align: center;
        margin: 70px 0 20px 0;
    }

    .carousel_our_pr .slick-list {
        width: 335px;
        overflow: hidden;
        height: 452.43px;
    }

    .our_pr_next {
        display: none;
    }

    .our_pr_prev {
        display: none;
    }

    .carousel_our_pr .slick-slide {
        object-fit: cover;
        width: 335px;
        height: 452.43px;
    }

    .line_project_bottom {
        margin-top: 0px;
        z-index: -6;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .carousel_our_pr {
        height: 452.43px;
    }

    .project_photo {
        height: 452.43px;
        width: 335px;
        object-fit: cover;
        transition: 0.7s;
    }

    .our_pr_description {
        width: 335px;
    }

    /*  Наши проекты конец  */
    /*  Полезные ссылки  */
    .pol_links {
        display: flex;
        height: 195px;
        width: 195px;
        margin: 0 auto 0px auto;
    }

    .links_text_block {
        width: 195px;
        height: 195px;
        display: contents;
    }

    .title_links {
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        width: 177px;
        min-height: 25px;
        display: flex;
        max-width: 552px;
        text-align: center;
        margin: 0 0 20px;
        height: 35px;
        justify-content: center;
    }

    .pol_links .slick-slider {
        width: 195px;
        height: 195px;
        position: absolute;
        z-index: -1;
        filter: blur(2px);
    }

    .links_photo {
        width: 195px;
        height: 195px;
        filter: brightness(35%);
    }

    .pol_links .slick-list {
        width: 195px;
    }

    .line_pol_links {
        margin-top: 70px;
    }

    #all_links_button {
        margin: 0;
    }

    .inner_links_text_block {
        margin: 69px 8px;
        height: 57px;
    }

    /*  Полезные ссылки конец  */
    /*  Наши партнеры  */
    .line_our_partners_up {
        margin-top: 70px;
    }

    .our_partners {
        display: flex;
        height: 195px;
        width: 195px;
        margin: 0 auto 0px auto;
    }

    .our_partners_text_block {
        width: 195px;
        height: 195px;
        display: contents;
    }

    .inner_our_partners_text_block {
        margin: auto;
        text-align: center;
        margin: 69px 8px;
        height: 57px;
    }

    .title_partners {
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        width: 177px;
        min-height: 25px;
        display: flex;
        max-width: 552px;
        text-align: center;
        margin: 0 0 20px;
        height: 35px;
        justify-content: center
    }

    .carousel_partners {
        overflow: hidden;
        width: 195px;
        height: 195px;
        z-index: -1;
        filter: blur(2px);
        position: absolute;
    }

    .carousel_partners .slick-list {
        display: flex;
        flex-direction: row-reverse;
        width: 195px;
        height: 195px;
    }

    .partners_photo {
        width: 195px;
        height: 195px;
        filter: brightness(35%);
    }

    /*  Наши партнеры конец  */
    /*  Противодействие коррупции  */
    .line-top-korup {
        margin: 70px 0 0 0;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .korupcia {
        height: 200px;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: flex-end;
    }

    .kor_hand {
        position: absolute;
        z-index: -1;
        width: 156px;
        height: 194px;
        margin-left: 20px;
        filter: brightness(60%);
    }

    .korup_content {
        display: flex;
        margin: 0px auto;
        height: 200px;
        flex-direction: column;
        justify-content: center;
    }

    .protiv_korup {
        width: auto;
        text-align: center;
        margin: 0 auto;
    }

    .upper_block_korup {
        display: flex;
        height: 25px;
        align-items: flex-start;
    }

    .lower_block_korup {
        justify-content: center;
        margin-top: 30px;
        display: flex;
    }

    /*  Противодействие коррупции конец  */
    /*  Футер  */
    .futer {
        margin-top: 70px;
    }

    .futer_upper_block_content {
        width: 335px;
        margin: 16px auto;
        display: flex;
        justify-content: center;
    }

    .futer_text_near_logo {
        font-weight: 400;
        line-height: 25px;
        margin: auto 0 auto 7px;
    }

    .futer_logo_fizteh {
        width: 100px;
        height: 38px;
        padding-left: 29px;
    }

    .futer_lower_block {
        background-color: #161616;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .futer_lower_block_content {
        width: 335px;
        align-items: center;
        display: flex;
        height: auto;
        align-content: center;
        flex-direction: column;
    }

    a.futer_buttons {
        text-align: center;
        width: 165px;
        user-select: none;
        text-decoration: none;
        outline: none;
        background-color: #ff0000;
        margin: 0;
        padding: 8px 0;
    }

    .futer_content_socnet {
        display: none;
    }

    .futer_column_1 {
        width: 335px;
    }

    .futer_column_2 {
        width: 335px;
        margin: 20px 0px;
    }

    .futer_column_3 {
        display: grid;
        grid-template-columns: repeat(2, 165px);
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        width: 335px;
    }

    /*  Футер конец  */
    /*  Окно вопроса  */
    .modal_window {
        width: 320px;
        padding: 30px;
    }

    #id_vopros_name {
        width: 212px;
    }

    #id_vopros_mail {
        width: 212px;
    }

    textarea {
        width: 320px;
    }



    /*  Окно вопроса конец  */
    /*  Новости  */
    .zagolovok {
        width: auto;
    }

    .news_detail_photo {
        width: 335px;
        height: 304px;
        object-fit: cover;
    }

    .container_news {
        width: auto;
        margin: 0 auto 70px;
        height: auto;
    }

    .background_text_block {
        width: 305px;
        padding: 70px 15px;
        background-color: white;
        margin: 70px 0;
    }

    .detail_news_text_block {
        color: black;
        margin-bottom: 200px;
        width: 320px;
        height: auto;
        margin: auto;
    }

    .detail_news_date {
        margin-top: 20px;
        font-weight: 400;
        line-height: 22px;
        width: 320px;
        color: red;
    }

    .exit_buttons {
        width: 335px;
        display: flex;
        height: 45px;
        background: #ff0000;
        justify-content: center;
    }

    #news_exit_button {
        align-items: center;
        width: auto;
        height: auto;
        padding: 0;
        display: flex;
    }

    /*  Новости конец  */
    .language {
        position: relative;
        top: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        width: 361px;
        margin: 0 16px 20px 15px;
    }

    .language_text {
        width: 44px;
        height: auto;
    }

    .drop_emp {
        height: 275px;
        margin: 10px 0 20px;
        position: static;
        display: none;
        float: left;
    }

    .drop_emp_mob {
        height: 216px;
        margin: 10px 0 20px;
        position: static;
        display: none;
        float: left;
        transition: 2s;
    }

    .drop_emp_mob hr {
        margin: 0;
    }


    .show_empired {
        display: block;
        width: 0;
    }


    .empired_block {
        width: 235px;
        display: flex;
        margin: 65px 16px 15px 15px;
        justify-content: space-between;
    }

    .text_empired {
        height: 23px;
        width: 20px;
    }

    .emp_choise_text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 234px;
        top: 10px;
        left: -197px;
        bottom: 10px;
        position: relative;
    }


    .empired_block {
        width: 235px;
        display: flex;
        margin: 65px 16px 15px 15px;
        justify-content: space-between;
    }

    .text_empired {
        height: 23px;
    }

    .emp_choise {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background: none;
        border: 2px solid red;
        cursor: pointer;
    }

    .emp_choise_text .emp_choise:nth-child(1) p {
        font-weight: bold;
        color: white;
    }

    .emp_choise_text .emp_choise:nth-child(2) p {
        font-weight: bold;
        color: white;
    }


    .emp_choise_text .emp_choise:nth-child(3) p {
        font-weight: bold;
        color: white;
    }


    .choise_size {
        position: relative;
        left: -197px;
        width: 234px;
        display: flex;
        justify-content: space-between;
    }

    .choise_size .line_emp {
        top: 8px;
        left: 0px;
        height: 0;
        width: 55px;
        position: relative;
        border: 1px solid #5A5A5A;
    }

    .choise_size p {
        color: #8d99a6
    }

    .choise_indent {
        position: relative;
        left: -197px;
        width: 234px;
        display: flex;
        justify-content: space-between;
    }

    .choise_indent .line_emp {
        top: 8px;
        left: 0px;
        height: 0;
        width: 78px;
        position: relative;
        border: 1px solid #5A5A5A;
    }

    .emp_choise_ind {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 234px;
        top: 40px;
        left: -197px;
        bottom: 10px;
        position: relative;
    }

    .emp_choise:nth-child(1) .indent_emp {
        width: 20px;
        height: 5px;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    .emp_choise:nth-child(2) .indent_emp {
        width: 20px;
        height: 10px;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }

    .emp_choise:nth-child(3) .indent_emp {
        width: 20px;
        height: 15px;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }


    .choise_indent p {
        color: #8d99a6
    }


    .choise_color {
        position: relative;
        left: -197px;
        width: 234px;
        display: flex;
        justify-content: space-between;
    }

    .choise_color .line_emp {
        top: 8px;
        left: 0px;
        height: 0;
        width: 70px;
        position: relative;
        border: 1px solid #5A5A5A;
    }

    .choise_color p {
        color: #8d99a6;
    }

    .emp_choise_color {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 234px;
        top: 70px;
        left: -197px;
        margin-bottom: 10px;
        position: relative;
    }

    .emp_choise_color .emp_choise p {
        font-weight: bold;
    }

    .emp_choise_color .emp_choise:nth-child(1) {
        background-color: white;
    }

    .emp_choise_color .emp_choise:nth-child(1) p {
        color: black;
    }

    .emp_choise_color .emp_choise:nth-child(2) {
        background-color: #9dd1ff;
    }

    .emp_choise_color .emp_choise:nth-child(2) p {
        color: black;
    }

    .emp_choise_color .emp_choise:nth-child(3) {
        background-color: #945d0b;
    }

    .emp_choise_color .emp_choise:nth-child(3) p {
        color: #7cfc00;
    }

    .bottom_line_emp {
        width: 234px;
        display: flex;
        height: 0;
        border: 1px solid #5A5A5A;
        position: relative;
        margin: 10px 6px;
        left: -197px;
        top: 75px;
    }
    #myDropdownTable{
        margin-left: 75px;
    }
    #zagolovok_text {
        font-family: 'Century Gothic';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: normal;
        color: #FFFFFF;
    }
}




