

/* Start:/bitrix/templates/redesign2024/components/bitrix_before_update/news.detail/show_room_detail/style.css?17242743825939*/
.vacancy-detail{
    margin-bottom: 20px;
}
.date_create{
    color: #666;
    font-size: 12px;
}
.articlezagolov{
    margin-top: 20px;
}
.vacancy_item{
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgb(0, 0, 0, 0.20);
    padding: 20px;
    display: grid;
    gap: 10px;
    margin-top: 20px;
}
.description_text__title, .requieries_text__title{
    font-weight: bold;
}
.requieries_text ul li{    
    margin-left: 15px;
}
.salary_text{
    font-weight: bold;
    color: #ff7200;
    margin-bottom: 20px;
    font-size: 18px;
}
.form_vacancy_btn{
    border-radius: 4px;
    height: 40px;
    width: 207px;
    padding: 10px;
    background: linear-gradient(#fddc58,#ffc659);
    color: #000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.line_input input.error{
    border: 1px solid red;
}
.line_input textarea.error{
    border: 1px solid red;
}
.form_container{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    z-index: 991;
}
.form_container.active{
    display: block;
}
.form_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 0.7)
}
.form_title{
    font-weight: bold;
    font-size: 18px;
    width: max-content;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffa800;
    margin-left: 10px;
    margin-top: 10px;
}
.form_inner{
    position: absolute;
    background: #fff;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 500px;
    max-height: calc(100% - 70px);
    box-shadow: 0 0 6px 1px rgb(0, 0, 0, 0.2);
    padding: 10px;
}
.close_btn{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.close_btn:before, .close_btn:after{
    content: "";
display: block;
position: absolute;
height: 100%;
width: 2px;
right: 9px;
background: #000;
}
.close_btn:before{
    transform: rotate(45deg)
}
.close_btn:after{
    transform: rotate(-45deg)
}
#form_vacancy{
    height: 100%;
    width: 100%;
    padding: 10px;
}
.line_input{
    padding: 7.5px 0;
}
.line_input input{
    height: 35px;
     width: 100%;
}
.line_input textarea{
    min-height: 165px;
    width: 100%;
}
.line_input.btns_group{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.info {
    background: #e6f6db;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 10px 10px 12px;
    margin: 0;
}
.info.error{
    background: #ffe7d5;
    font-weight: bold;
}
.line_input .file_button {
    border: 0;
    background: #f0f0f0;
    text-align: center;
    height: 40px;
    border-radius: 4px;
    position: relative;
}
.file_button div {
    display: block;
    position: relative;
    top: 10px;
    color: #939393;
    text-decoration: underline;
    padding-left: 10px;
    max-width: 70%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.glyphicon-folder-open {
    background-image: url(/bitrix/templates/redesign2021/images/test-images/folder.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    top: 9px;
    left: 20px;
}
.line_input input[type="file"] {
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
    top: 0;
    position: absolute;
    text-indent: 9999px;
    cursor: pointer;
    text-indent: 0px;
    height: 40px;
}
#sub_form{
    height: 40px;
    background: linear-gradient(#fddc58,#ffc659);
    color: #000;
    font-size: 14px;
    padding-bottom: 6px;
}
.msg_success{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 4px;
	height: 60px;
	border: 1px solid #ff7200;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	width: 70%;
	font-size: 16px;
	font-weight: bold;
	padding-top: 18px;
	background: #fff;
	z-index: 9999;
}
.preloader {
	left: 0px;
	top: 0px;
	margin:0px;
	width:100%;
	height:100%;
	position: fixed;
	z-index: 9999;					
}
.preloader .inner {
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -60px;			
}
@media(max-width: 767px){
	.is_mobile .msg_success{
		position: fixed;
		transform: translateY(-50%);
		left: 30px;
		width: calc(100% - 60px);
	}
}
@media(max-width: 332px){
	.is_mobile .msg_success{
		height: 72px;
	}
}
@media(max-width: 1199px){
    .form_container{
        top: 50px;
    }
}
@media(max-height: 700px){
    .form_inner{
        height: 460px;
    }
    .line_input {
        padding: 5px 0;
    }
    .line_input input{
        height: 30px;
    }
    .line_input textarea{
        min-height: 105px;
    }
}
.is_mobile .form_title{
    margin-top: 0;
}
.is_mobile .line_input {
    padding: 7.5px 0;
}
.is_mobile .line_input input{
    height: 35px;
    font-size: 16px;
}
.is_mobile .line_input textarea{
    min-height: 165px;
    font-size: 16px;
}
.is_mobile .form_container{
    z-index: 9998;
}
.is_mobile .form_inner {
    width: 100%;
    height: calc(100% - 50px);
    overflow-y: scroll;
    max-height: unset;
    border-radius: 0;
    bottom: 0;
    top: unset;
    left: unset;
    transform: unset;
    padding: 20px;
}
.is_mobile .line_input.btns_group {
    grid-auto-flow: row;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
}
.is_mobile #form_vacancy{
    height: auto;
}
.is_mobile .form_container{
    top: 0;
}
.is_mobile .close_btn{
    right: 30px;
    top: 20px;
}
.is_mobile #sub_form{
    font-size: 16px;
    padding-bottom: 5px;
}
.is_mobile .file_button div{
    padding-left: 0;
}
@media(max-width: 767px) and (orientation: portrait){
    .is_tablet .form_container{
        z-index: 9998;
    }
}
/* End */
/* /bitrix/templates/redesign2024/components/bitrix_before_update/news.detail/show_room_detail/style.css?17242743825939 */
