@font-face {
	font-family: 'Cygre-SemiBold';
	src: url('../fonts/cygre-semibold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/cygre-semibold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/cygre-semibold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/cygre-semibold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/cygre-semibold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/cygre-semibold.svg#cygre-semibold') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'Cygre-Light';
	src: url('../fonts/cygre-light.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/cygre-light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/cygre-light.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/cygre-light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/cygre-light.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/cygre-light.svg#cygre-light') format('svg'); /* Chrome < 4, Legacy iOS */
}

.text_to_team{
    font-family: 'Cygre-SemiBold';
    font-size: 40px;
    color: #616161;
    text-align: center;
}

body{
    background-color: #f2f2f2;
    margin: 0;
}

.nav_container{
    height: 100px;
    width: 100%;
    background: white;
}
.nav_container_glav{
    height: 100px;
    width: 100%;
}

.nav_menu{
    margin-left: 150px;
    margin-right: 150px;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
}

.logo_components{
    display: flex;
    gap: 10px;
    align-items: center;
    height: 100px;
}
.logo_img{
    height: 40px;
}
.logo_img:hover{
    opacity: 50%;
}
.logo_big_text{
    font-family: 'Cygre-SemiBold';
    font-size: 24px;
    margin: 0;
}
.logo_small_text{
    font-family: 'Cygre-SemiBold';
    font-size: 12px;
    color: #616161;
    margin: 0;
}
.logo_big_text_w{
    font-family: 'Cygre-SemiBold';
    font-size: 24px;
    margin: 0;
    color: white;
}
.logo_small_text_w{
    font-family: 'Cygre-SemiBold';
    font-size: 12px;
    color: white;
    margin: 0;
}

.nav_buttons{
    display: flex;
    gap: 20px;
    align-items: center;
}
.nav_img{
    width: 40px;
    height: 40px;
}
.nav_img:hover{
    opacity: 50%;
}
.chat_img{
    width: 30px;
    height: 30px;
}
.chat_img:hover{
    opacity: 50%;
}

.banner_components{
    margin-left: 150px;
    margin-right: 150px;
    height: 400px;
}

.banner_main_title{
    color: white;
    font-family: 'Cygre-SemiBold';
    font-size: 64px;
    margin-bottom: 40px;
}
.banner_second_title{
    color: white;
    font-family: 'Cygre-SemiBold';
    font-size: 20px;
}
.banner_buttons{
    margin-top: 60px;
}
.banner_first_button{
    color: white;
    font-family: 'Cygre-SemiBold';
    font-size: 20px;
    padding: 10px 40px 10px 40px;
    background: #A30D0D;
    border-radius: 25px;
}
.banner_first_button:hover{
    color: #A30D0D;
    background: white;;
}
.banner_second_button{
    color: white;
    font-family: 'Cygre-SemiBold';
    font-size: 20px;
    padding: 8px 40px 8px 40px;
    border: white 2px solid;
    border-radius: 25px;
}
.banner_second_button:hover{
    color: black;
    background: white;
    border: black 2px solid;
}
.glav_img{
    width: 100%;
    height: 58%;
    position: absolute;
    z-index: -1;
}
.main_container{
    margin-left: 150px;
    margin-right: 150px;
}
.first_part_container{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.big_red_text{
    font-family: 'Cygre-SemiBold';
    font-size: 50px;
    color: #A30D0D;
    margin: 0;
    margin-bottom: 5px;
}
.small_grey_text{
    font-family: 'Cygre-SemiBold';
    font-size: 16px;
    color: #616161;
    max-width: 150px;
    margin: 0;
}
.second_part_container{
    margin-top: 70px;
}
.title_index{
    font-family: 'Cygre-SemiBold';
    font-size: 28px;
}
.second_part_items_container{
    display: flex;
    margin-top: 40px;
    gap: 15px;
}
.second_part_container_item{
    height: 250px;
    width: 33.33%;
    background: linear-gradient(#BD0F0F, #A30D0D);
    border-radius: 40px;
}
.big_number{
    font-family: 'Cygre-SemiBold';
    font-size: 50px;
    color: #FFFFFF;
    margin: 0;
    opacity: 50%;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 70px;
}
.part_container_item_title{
    font-family: 'Cygre-SemiBold';
    font-size: 24px;
    color: #FFFFFF;
    margin: 0;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.part_container_item_text{
    font-family: 'Cygre-Light';
    font-size: 18px;
    color: #FFFFFF;
    opacity: 75%;
    margin: 0;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
}
.part_container_item_title_b{
    font-family: 'Cygre-SemiBold';
    font-size: 24px;
    color: #000000;
    margin: 0;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.part_container_item_text_b{
    font-family: 'Cygre-Light';
    font-size: 18px;
    color: #000000;
    opacity: 75%;
    margin: 0;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
}
.third_part_container{
    margin-top: 70px;
}

.third_part_items_container_1{
    display: flex;
    margin-top: 30px;
    gap: 15px;
}
.third_part_container_item_1_1{
    position: relative;
    height: 320px;
    width: 50%;
    background: linear-gradient(#BD0F0F, #A30D0D);
    border-radius: 40px;
}
.third_part_container_item_1_2{
    position: relative;
    height: 320px;
    width: 50%;
    background: linear-gradient(#D9D9D9, #CCCCCC);
    border-radius: 40px;
}
.third_part_items_container_2{
    display: flex;
    margin-top: 20px;
    gap: 15px;
}
.third_part_container_item_2{
    position: relative;
    height: 300px;
    width: 33.33%;
    background: linear-gradient(#D9D9D9, #CCCCCC);
    border-radius: 40px;
}
.third_part_container_item_2_2{
    position: relative;
    height: 300px;
    width: 33.33%;
    background: linear-gradient(#313131, #242424);
    border-radius: 40px;
}
.decor_index{
    width: 105px;
    height: 94px;
    opacity: 25%;
    position: absolute;
    bottom: 50px;
    right: 50px;
}






.auth_reg_title{
    font-family: 'Cygre-SemiBold';
    font-size: 40px;
    color: #000000;
    text-align: center;
}


.container{
    background: white;
    width: 1000px;
    border-radius: 25px;
    padding: 20px;
    margin: auto;
}

.reg_auth_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.reg_auth_input{
    border-radius: 15px;
    padding: 10px;
    width: 400px;
    font-family: 'Cygre-SemiBold';
    font-size: 16px;
}

.reg_auth_input_s{
    border-radius: 15px;
    padding: 10px;
    width: 425px;
    font-family: 'Cygre-SemiBold';
    font-size: 16px;
}

.reg_auth_button{
    color: white;
    background: #A30D0D;
    border: none;
    padding: 15px;
    border-radius: 25px;
    font-family: 'Cygre-SemiBold';
    font-size: 16px;
}

.reg_auth_button:hover{
    color: #A30D0D;
    background: white;
    border: #A30D0D 2px solid;
    padding: 13px;
}

.reg_auth_a{
    text-decoration: none;
    color: #616161;
    font-family: 'Cygre-SemiBold';
    font-size: 14px;
}

.reg_auth_a:hover{
    color: #A30D0D;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-file {
    position: relative;
    display: flex;
    justify-content: center;
}
.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Cygre-SemiBold';
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: #A30D0D;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
/* Hover/active */
.input-file:hover span {
    background-color: white;
    color: #A30D0D;
    border: #A30D0D 2px solid;
    padding: 8px 18px;
}

.input-group{
    display: flex;
    gap: 50px;
}

.first-group{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.second-group{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.second-group_title{
   font-size: 18px;
    font-family: 'Cygre-SemiBold'; 
}
.second-group_title_g{
   font-size: 18px;
    font-family: 'Cygre-SemiBold'; 
    color: #616161;
}

.reg_change{
    color: white;
    font-family: 'Cygre-SemiBold';
    font-size: 25px;
    padding: 20px 40px;
    background: #A30D0D;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
}
.reg_change:hover{
    color: #A30D0D;
    background: white;
    padding: 18px 38px;
    border: #A30D0D 2px solid;
}

.hierarchy{
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.path{
    display: flex;
}
.logout{
    font-size: 18px;
    font-family: 'Cygre-SemiBold'; 
    color: #A30D0D;
    text-decoration: none;
}

.cabinet_cells{
    margin-left: 150px;
    margin-right: 150px;
    display: flex;
    gap: 30px;
}
.container_personal_info{
    width: 360px;
    height: 655px;
    background: white;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container_personal_info_content{
    margin: 30px;
}
.personal_img{
    object-fit: cover;
    border-radius: 25px;
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
}
.personal_names{
    font-weight: bold;
    font-size: 34px;
    font-family: 'Cygre-SemiBold'; 
    margin: 0;
}
.personal_name{
    font-weight: bold;
    font-size: 34px;
    font-family: 'Cygre-SemiBold'; 
    margin: 0;
    margin-bottom: 20px;
}

.personal{
    display: flex;
    font-family: 'Cygre-SemiBold'; 
    font-size: 16px;
    font-weight: 100;
    margin-top: 15px;
}
.personal_title{
    color: #616161;
    margin: 0;
}
.personal_content{
    margin: 0;
}
.micro_links{
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
.micro_icon_img{
    width: 30px;
    height: 30px;
}
.edit_button_img{
    width: 35px;
    height: 35px;
    margin-top: 30px;
}
.personal_links{
    display: flex;
    justify-content: space-between;
}
.container_others{
    width: 100%;
    height: 655px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.container_my_projects{
    background: white;
    height: 50%;
    border-radius: 25px;
}
.container_my_projects_emp{
    background: white;
    border-radius: 25px;
}
.container_my_projects_content{
    margin: 30px;
}
.container_my_careers{
    background: white;
    height: 50%;
    border-radius: 25px;
}
.container_my_careers_content{
    margin: 30px;
}
.container_my_projects_up{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.title_my_cabinet{
    font-size: 24px;
    font-family: 'Cygre-SemiBold';
    margin: 0;
}
.container_my_projects_up_button{
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #A30D0D;
    border-radius: 25px;
    font-family: 'Cygre-SemiBold';
    font-size: 16px;
}
.container_my_projects_up_button:hover{
    color: #A30D0D;
    padding: 3px 8px;
    background-color: white;
    border: #A30D0D 2px solid;
}
.container_my_projects_body{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.container_my_projects_child{
    background: #f2f2f2;
    height: 60px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}
.name_my_project{
    font-family: 'Cygre-SemiBold';
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
}
.more_my_project{
    display: flex;
    align-items: center;
    gap: 20px;
}
.more_button_img{
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.type_my_project{
    font-family: 'Cygre-SemiBold';
    font-size: 16px;
    color: #616161;
}
.more_button{
    height: 20px;
}



.container_my_careers_up{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.edit_button_img_2{
    width: 30px;
    height: 30px;
}
.container_my_careers_body{
    display: flex;
    gap: 15px;
    justify-content: center;
}
.container_my_careers_child{
    background: #A30D0D;
    height: 160px;
    width: 160px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.career_child_img{
    margin-top: 15px;
    width: 90px;
    height: 90px;
}
.career_child_text{
    font-family: 'Cygre-SemiBold';
    font-size: 12px;
    color: white;
    max-width: 130px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}





.vacancies{
    margin-left: 150px;
    margin-right: 150px;
    display: flex;
    gap: 30px;
}
.filter{
    min-width: 360px;
    height: 520px;
    background: white;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.filter_up{
    display: flex;
    width: 300px;
    align-items: center;
}
.filter_content{
    margin: 30px;
}
.filter_type{
    font-family: 'Cygre-SemiBold';
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkbox{
    display: flex;
    flex-direction: column;
}
input[type="checkbox"]{
    accent-color: #A30D0D;
    width: 15px;
    height: 15px;
}
.checkbox_item{
    margin-bottom: 5px;
    font-family: 'Cygre-SemiBold';
    font-size: 16px;
}
.filter_button{
    margin-top: 30px;
    width: 100%;
    padding: 10px;
    font-family: 'Cygre-SemiBold';
    font-size: 24px;
    color: white;
    border-radius: 25px;
    border: none;
    background: #A30D0D;
}

.container_vacancies_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.container_vacancies_child{
    background: white;
    height: 320px;
    border-radius: 25px;
}
.container_vacancies_content{
    margin: 30px;
}
.container_vacancies_up{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.title_vacancies{
    font-size: 24px;
    font-family: 'Cygre-SemiBold';
    margin: 0;
    max-width: 900px;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.favourite_button_img{
    width: 40px;
    height: 40px;
}
.experience_vacancies{
    font-size: 12px;
    font-family: 'Cygre-SemiBold';
    color: #616161;
    padding: 5px;
    background: #f2f2f2;
    width: 90px;
    text-align: center;
    border-radius: 25px;
    margin-bottom: 30px;
}
.vacancies_personal{
    display: flex;
    font-family: 'Cygre-SemiBold'; 
    font-size: 16px;
    font-weight: 100;
    margin-top: 15px;
}
.vacancies_personal_title{
    color: #616161;
    margin: 0;
}
.vacancies_personal_content{
    margin: 0;
}
.vacancies_buttons{
    margin-top: 30px;
}
.vacancies_button_1{
    text-decoration: none;
    font-family: 'Cygre-SemiBold'; 
    font-size: 20px;
    color: white;
    background: #A30D0D;
    border-radius: 25px;
    padding: 5px 15px;
}
.vacancies_button_2{
    text-decoration: none;
    font-family: 'Cygre-SemiBold'; 
    font-size: 20px;
    color: #A30D0D;
    background: #F8D0D0;
    border-radius: 25px;
    padding: 5px 15px;
    margin-left: 5px;
}


.button_img_back{
    width: 100px;
    padding: 20px;
    background-image: url(wave.png);
    background-color: #A30D0D;
}

.form__error{
    font-family: 'Cygre-SemiBold'; 
    font-size: 15px;
    color: #A30D0D;
    margin: 0;
}

.form-group label {
    display: block; 
    margin-bottom: 8px; 
    font-family: 'Cygre-SemiBold'; 
    font-size: 15px;
}
