


table p{
    color: inherit !important;
}

a {
    text-decoration: none;
    color: white;
    font-style: normal;
    margin: 0;
}

body {
    max-width: 100%;
    height: 100%;
    font-family: 'Century Gothic';
    background-color: black;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#under_block {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 2;
}


/* Buttons */

/* Main */
p {
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 0;
}

/* Page title */
h1 {
    font-style: normal;
    font-weight: 700;
    line-height: 100px;

    margin: 0;
}

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

    margin: 0;
}

/* Text title */
h3 {
    font-style: normal;
    font-weight: 400;
    line-height: 49px;

    margin: 0;
}

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

    margin: 0;
}

/* Description */
h5 {
    font-style: normal;
    font-weight: 400;
    line-height: 22px;

    margin: 0;
}

/* Button text 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: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 1em;

    margin: 0;
}

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










/* ---------------Шапка--------------- */



.dropbtn_1 {
    color: white;
    border: none;
    background-color: black;
}

.dropdown_1 {
    position: relative;
    display: inline-block;
}



@keyframes ani {
    0% {
        transform: translateY(-2%);
        filter: opacity(0%)
    }

    100% {
        transform: translateY(0);
        filter: opacity(100%)
    }
}
.dropdown-content_1 {
    display: none;
    position: absolute;
    left: -30px;
    background-color: #000000f5;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transform: translateY(-150%);
    animation: ani 0.5s forwards;
}

.dropdown-content_1 .adres {
    margin: 20px 30px;
    width: 239px;
}

.dropdown-content_1 .futer_first_number {
    width: 239px;
    margin: 20px 30px;
}

.dropdown-content_1 .futer_second_number {
    width: 239px;
    margin: 20px 30px;
}

.dropdown-content_1 .Socnet_str_1 {
    width: auto;
    margin: 20px 30px;
}



.dropdown-content_1 a {
    color: white;
    text-decoration: none;
    display: flex;
}


.dropdown-content_1 a:hover {background-color: #000000f5;}

.dropdown_1:hover .dropdown-content_1 {display: block;}

.head {
    width: 100%;
    height: auto;
}

.head_gerb {
    display: flex;
    max-width: 1200px;
    margin: 8px auto;
    justify-content: space-between;
}

.gerb_text {
    font-style: normal;
    font-weight: 400;
}

.min_obr {
    text-align: left;
    display: flex;
    width: 327px;
    align-items: center;
}

.min_obr_logo {
    width: 36px;
    height: 46.5px;
    margin-left: auto;
}

.min_obr_text {
    padding-left: 2%;
    margin-right: auto;
    text-decoration: none;
    font-weight: normal;
    color: red;
}

.min_prosv {
    margin-left: 10%;
    display: flex;
    width: 346px;
    align-items: center;
}

.min_prosv_logo {
    width: 43.5px;
    height: 48px;
    margin: auto;
}

.min_prosv_text {
    padding-right: 2%;
    margin: auto;
    text-decoration: none;
    font-weight: normal;
    text-align: right;
}

.search_input::placeholder{
    color: #FFFFFF;
}

.search_input{
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: 400;
    line-height: 25px;

    background: transparent;
    border-color: #FFFFFF;
    height: 25px;
    width: 78px;
    border-width: 0px;
    padding: 0;
    border-bottom: 1px solid black;
    transition-property: width, border-bottom-color;
    transition-duration: 1s;
}

    .search_input:focus {
        width: 200px;
        outline: none;
        border-bottom: 1px solid white;
        color: #FFFFFF;
    }

.search_input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.search_input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.search_input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.search_input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


/* ----------Между чертами---------- */


.lower_btns_1{
    display: none;
}
.dropdown_burg_1{
    display: none;
    height: auto;
}
.shapka_mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.main_head {
    display: grid;
    align-content: space-between;
    margin: 0 auto;
    height: auto;
    max-width: 1200px;
}

.upper_btns {
    margin-top: 20px;
    display: flex;
    width: 1200px;
    justify-content: space-between;
}

.search {
    display: flex;
}

.loup {
    height: 21.75px;
    width: 23px;
    margin: 0 7px 0 0;
}

.header_li2 {
    color: white;
}



/* --------------Выпадающее меню-------------- */



.popup_opened {
    display: block;

}

.btn_text_menu{
    padding: 0;
    height: 25px;
    background: none;
    border: none;
}

.show_menu {
    display: block;
    }


.dropdown-content {
    transform: translateY(-150%);
    animation: ani 0.5s forwards;

    display: none;
    position: absolute;
    max-width: 1200px;
    min-height: 30px;
    right: 0;
    left: 0;
    /*top: 404px;*/
    margin: 0px auto 0 auto;
    z-index: 2;
    transition: 0.2s;
    border: 2px solid white;
    background: black;
}
@keyframes ani {
    0% {
        transform: translateY(-2%);
        filter: opacity(0%)
    }

    100% {
        transform: translateY(0);
        filter: opacity(100%)
    }
}

.dropdown-content li {
    display: inline-block;
}

.text_menu_1:hover .dropdown-content {
    display: block;
}

.ul_dropdown{
    background-color: #000000f5;
    backdrop-filter: blur(5px);
    max-width: 1200px;
    justify-content: flex-start;
    padding-left: 0px;
    min-height: 85px;
    align-items: center;
}

.dropdown-content .text_menu {
    align-items: center;
    width: auto;
    height: 85px;
}

.dropdown-content a {
    display: flex;
    text-align: center;
    align-items: center;
    height: auto;
    margin: 32.5px 30px;

    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.Socnet_str_1{
    filter: saturate(0%) brightness(2000%);
    display: inline-flex;
    margin-bottom: 10px;
    width: auto;
    color: red;
    transition: 0.2s;
}

.Socnet_str_1:hover{
    color: red;
    filter: saturate(100%);
}

.Socnet_str_1 h5 {
    margin: auto 0 auto 4px;
}

.link-hover-center a {
    align-items: center;
    display: inline-block;
    color: white;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.link-hover-center a:after {
    display: block;
    content: "";
    background-color: red;
    height: 3px;
    width: 0%;
    left: 50%;
    position: absolute;
    -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%);
}
.text_menu a:after {
    display: block;
    content: "";
    background-color: red;
    height: 1px;
    width: 0%;
    left: 50%;
    position: absolute;
    -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:hover:after,
.link-hover-center a:focus:after {
    width: 100%;
}


.fzth_logo {
    object-fit: cover;
    width: 100%
}

.fzth_logo_link {
    display: flex;
    margin: 20px auto 30px auto;
}

.lower_btns {
    margin-bottom: 20px;
    width: 100%;
    justify-content: space-between;
    height: 25px;
}

.text_menu, .text_menu_1 {
    list-style: none;
}

.button_menu_burg .text_menu {
    list-style: none;
    margin-bottom: 10px;
    margin-top: 5px;
}




.lower_btns_ul {
    display: flex;
    justify-content: space-between;
    /*flex-direction: column;*/
    /*width: 100%;*/
    padding: 0;
    margin: 0;
}



/*бургер*/
#burgerking_1 {
    fill: white;
    position: relative;
    margin-top: 0;
    z-index: 3;
    transition: 0.5s;
}

#burgerking {
    fill: white;
    position: relative;
    margin-top: 0;
    z-index: 3;
    transition: 0.5s;
}

.dropbtn_burg {
    border: none;
    cursor: pointer;
}

.dropdown_burg {
    background-color: black;
    position: static;
    display: inline-block;
}

@keyframes dropdownMenuAni {
    0% {
        filter: opacity(0%)
    }

    100% {
        filter: opacity(100%)
    }
}

.dropdown-content_burg {
    box-shadow: 0.8em 0.2em 10px rgba(0, 0, 0);
    display: none;
    position: absolute;
    background-color: black;
    border: 2px solid white;
    min-height: 152px;
    width: 392px;
    right: -40px;
    top: -32px;
    z-index: 2;
    animation: dropdownMenuAni 0.5s;
}


.button_burger {
    position: absolute;
}


.show_burg {
    display: block;
}




/*Бургер мобильная версия*/

.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;
    }


.switch-btn_empired_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; /* анимация */
    }
    .switch-btn_empired_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_empired_mob {
       background: red;
    }
    .switch-on_empired_mob::after {
       left: 18px;
    }


    .switch-btn_language {
        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_language::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 {
       background: red;
    }
    .switch-on_language::after {
       left: 18px;
    }


.dropdown_content_menu_burg {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.dropdown-content_burg_1 {
    box-shadow: 0.8em 0.2em 10px rgba(0, 0, 0);
    display: none;
    position: absolute;
    background-color: black;
    border: 2px solid white;
    min-height: 336px;
    width: 265px;
    right: -42px;
    top: -32px;
    z-index: 2;
    animation: dropdownMenuAni 0.5s;
}


.dropdown_burg_1 .version_empired {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 235px;
    height: 17px;
    margin: 49px 15px 15px 15px;

}


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

.dropdown_burg_1 .text_empired {
    width: 186px;
    height: 17px;
}



.dropdown_burg_1 .language {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 26px;
    width: 235px;
    margin: 0 15px 15px 15px;
}

.dropdown_burg_1 .language_text {
    width: 31px;
    height: 17px;
}


.dropdown_burg_1.search {
    display: flex;
}

.dropdown_burg_1 .loup {
    height: 17px;
    width: 16px;
    margin: 4px 7px 0 0;
}

.dropdown_burg_1 .block_search {
    height: 17px;
    width: 235px;
    margin: 0 15px 15px 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid #5A5A5A;
}

.dropdown_burg_1 .block_search .search_input::placeholder{
    color: #FFFFFF;
}

.dropdown_burg_1 .block_search .search_input{
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: 400;
    line-height: 25px;

    background: transparent;
    border-color: #FFFFFF;
    height: 25px;
    width: 66px;
    border-width: 0px;
    padding: 0;
    border-bottom: 1px solid black;
    transition-property: width, border-bottom-color;
    transition-duration: 1s;
}

.dropdown_burg_1 .block_search .search_input:focus {
    width: 211px;
    outline: none;
    border-bottom: 1px solid white;
    color: #FFFFFF;
}

.dropdown_burg_1 .search_input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.dropdown_burg_1 .search_input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.dropdown_burg_1 .search_input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.dropdown_burg_1 .search_input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}





/*бургер конец*/




#list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 105px;
    scroll-padding: 48px;
    padding-bottom: 32px;
    max-width: 1200px;
    color: white;
    -webkit-overflow-scrolling: touch;
}

#list-item {
    scroll-snap-align: start;
}

#list::-webkit-scrollbar {
    background: #1c1c1c;
    height: 5px;
    transition: all 0.3s ease;
}

#list::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

#list::-webkit-scrollbar-thumb:hover {
    background: red;
    transition: all 0.3s ease;
}





/*-------------------Футер-------------------*/





.futer {
    margin: 200px auto 0;
    width: 100%;
    height: 586px;
}

.futer_upper_block {
    width: 100%;
    height: 84px;
    background-color: #1c1c1c;
    display: flex;
}

.futer_upper_block_content {
    margin: auto;
    width: 1200px;
    display: flex;

}

.futer_text_near_logo {
    margin: auto 0 auto 83px;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.futer_lower_block {
    background-color: #161616;
    height: 501px;
    display: flex;
    flex-direction: column;
}

.futer_lower_block_content {
    width: 1200px;
    height: 331px;
    margin: auto;
    display: flex;
}

.futer_lower_block_content {
    justify-content: space-between;
}

.futer_header {
    margin: 0 0 15px 0;
}

.futer_content {
	color: #8D8D8D;
	user-select: none;
	text-decoration: none;
	outline: none;
    margin: 0;
}

#adress_text {
    width: auto;
    max-width: 286px;
}

.futer_content:hover {
    color: red;
}

.futer_first_number {
    margin-bottom: 0;
    width: auto;
}

.adres_block {
    margin: 0 0 20px 0;
}

.phone_number {
    margin: 0 0 20px 0;
    width: 197px;
}

.mail {
    width: 225px;
}



.futer_column_2 {
    width: 194px;
}

.Socnet_str_odn {
    display: inline-flex;
    margin-bottom: 10px;
    width: auto;

    transition: 0.2s;
    filter: saturate(0%)
    brightness(200%);
}

.Socnet_str_odn:hover {
    color: red;
    filter: saturate(100%);
}

.Socnet_str_tg {
    display: inline-flex;
    margin-bottom: 10px;
    width: auto;

    transition: 0.2s;
    filter: saturate(0%)
    brightness(200%);
}

.Socnet_str_tg:hover {
    color: red;
    filter: saturate(100%);
}

.Socnet_str_vk {
    display: inline-flex;
    margin-bottom: 10px;
    width: auto;

    transition: 0.2s;
    filter: saturate(0%)
    brightness(200%);
}

.Socnet_str_vk:hover {
    color: red;
    filter: saturate(100%);
}

.Socnet_str_yt {
    display: inline-flex;
    margin-bottom: 10px;
    width: auto;

    transition: 0.2s;
    filter: saturate(0%)
    brightness(200%);
}

.Socnet_str_yt:hover {
    color: red;
    filter: saturate(100%);
}

.dropdown-content_1 .logos_top {
    filter: saturate(0%) brightness(200%);
}

.Socnet_logos {
    width: 35px;
    height: 35px;
}

.futer_column_3 {
    width: 357px;
    display: grid;
}

a.futer_buttons {
    margin-bottom: 17px;
    text-align: center;
    width: 357px;
	color: #fff;
	user-select: none;
	text-decoration: none;
	outline: none;
	background-color: #ff0000;
	padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.futer_buttons:active {
    background-color: #ee6206;
}

a.futer_buttons:hover {
    transition: 0.2s;
    color: red;
    background-color: #ffffff;
}

.futer_content_socnet {
    margin: auto 0 auto 4px;
    color: red;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    user-select: none;
    transition: 0.2s;
}
/*------------------------Заголовки страниц с информацией---------------------------------*/

.str_title{
    display: block;
    margin: 70px auto;
    max-width: 1200px;
}

.switch-btn_empired_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; /* анимация */
}
.switch-btn_empired_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_empired_mob {
   background: red;
}
.switch-on_empired_mob::after {
   left: 18px;
}


    .language {
        position: relative;
        top: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        width: 361px;
        margin: 25px 16px 20px 15px;
    }

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

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


    .switch-btn_language {
        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 {
        display: block;
        width: 0;
        height: auto;
    }

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

    .switch-btn_language::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 {
        background: red;
    }

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


    .goog-te-combo, .VIpgJd-ZVi9od-ORHb *, .VIpgJd-ZVi9od-SmfZ *, .VIpgJd-ZVi9od-xl07Ob *, .VIpgJd-ZVi9od-vH1Gmf *, .VIpgJd-ZVi9od-l9xktf * {
        width: 140px !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;
    }
.empired-dropdown {
    width: auto;
    position: relative;
    display: inline-block;
}


.empired-dropdown {
    top: 0;
    width: 37px;
    position: relative;
    display: inline-block;
}


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

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


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

.show_empired_mob {
    display: block;
}

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


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

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

.text_empired {
    height: 23px;
    cursor: pointer;
}

.emp_choise {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: 4px 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: -330px;
    width: 371px;
    display: flex;
    justify-content: space-between;
}

.choise_size .line_emp {
    top: 4;
    height: 0;
    width: 90px;
    position: relative;
    border: 2px solid #5A5A5A;
}

.choise_size p {
    color: #8d99a6
}

.choise_indent {
    position: relative;
    left: -330px;
    width: 371px;
    display: flex;
    top: 30px;
    justify-content: space-between;
}

.choise_indent .line_emp {
    top: 4px;
    height: 0;
    width: 123px;
    position: relative;
    border: 2px solid #5A5A5A;
}

.emp_choise_ind {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 359px;
    top: 40px;
    left: -323px;
    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: -330px;
    width: 371px;
    display: flex;
    top: 60px;
    justify-content: space-between;
}

.choise_color .line_emp {
    top: 4px;
    height: 0;
    width: 115px;
    position: relative;
    border: 2px solid #5A5A5A;
}

.choise_color p {
    color: #8d99a6;
}

.emp_choise_color {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 359px;
    top: 70px;
    left: -323px;
    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: 362px;
    display: flex;
    height: 0;
    border: 2px solid #5A5A5A;
    position: relative;
    margin: 10px 6px;
    left: -333px;
    top: 75px;
}


