

/* Start:/local/templates/etvacancy/components/bitrix/news.list/.default/style.css?17877433535937*/
.work-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #F3F3F3;
}
.work-elem a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 35px 30px 25px;
    position: relative;
    border-bottom: 1px solid #F3F3F3;
    text-decoration: none;
}
.work-name{
    color: #1D1D1D;
    font-weight: 600;
    font-style: normal;
    font-size: 23px;
}
.work-region{
    font-size: 14px;
    color: #858585;
    display: flex;
}
.work-region span + span{
    margin-left: 32px;
}
.work-elem a::before{
    content: '';
    position: absolute;
    left: 0;
    height: 30px;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    width: 4px;
}
.work-elem_green a::before{
    background: #35DBBD;
}
.work-elem_blue a::before{
    background: #005DA1;
}
.work-elem_red a::before{
    background: #ED6D39;
}
.work-elem_yellow a::before{
    background: #FFD21F;
}
.work-elem_lgreen a::before{
    background: #D0E500;
}
.work-elem_teal a::before{
    background: #008080;
}
.work-elem_violet a::before{
    background: #6A366B;
}
.work-elem_black a::before{
    background: #1D1D1D;
}
.work-elem_coral a::before{
    background: #ff7f50;
}
.work-elem:hover a:before {
    height: 100%;
}
.work-elem a::after {
    content: '';
    position: absolute;
    right: 0;
    width: 8px;
    height: 14px;
    background: url(/local/templates/etvacancy/components/bitrix/news.list/.default/img/arr.svg) no-repeat center;
}
.work-head {
    font-weight: 800;
    font-size: 39px;
    margin-bottom: 25px;
}
.region_row {
    display: flex;
    padding-bottom: 25px;
    align-items: center;
}
.direct_row {
    display: flex;
    padding-bottom: 25px;
    align-items: center;
}
.region_title,
.direct_title {
    font-weight: bold;
    font-size: 14px;
    color: #8E8E8E;
    text-transform: uppercase;
}
.region_row span{
    margin-left: 25px;
    background: #F3F3F3;
    padding: 5px 10px;
    background: #F3F3F3;
    color: #1D1D1D;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.region_row span.active,
.region_row span:hover{
    background: #E9FAF2;
    color: #2CBD77;
}
.direct_row span{
    margin-left: 0;
	margin-bottom: 25px;
    margin-right: 25px;
    background: #F3F3F3;
    padding: 5px 10px;
    background: #F3F3F3;
    color: #1D1D1D;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.direct_row span.active,
.direct_row span:hover{
    background: #E9FAF2;
    color: #2CBD77;
}
.direct_row span._blue::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #005DA1;
    width: 4px;
}
.direct_row span._green::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #35DBBD;
    width: 4px;
}
.direct_row span._yellow::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #FFD21F;
    width: 4px;
}
.direct_row span._lgreen::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #D0E500;;
    width: 4px;
}
.direct_row span._red::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ED6D39;
    width: 4px;
}
.mobil-filter-btn{
    display: none;
}
@media screen and (max-width: 920px) {
    .region_row,.direct_row{
        display: none
    }
    .work-elem a {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 8px 25px;
    }
    .work-name,
    .load_more{
        font-size: 18px
    }
    .work-elem:hover a:before {
        height: 30px;
    }
    .work-elem a::before {
        top: 50%;
        margin-top: -15px
    }
    .work-elem a::after {
        top: 50%;
        margin-top: -5px
    }
    .load_more_wrap {
        padding: 18px 0;
    }
    .work-head{
        margin-bottom: 25px;
        font-size: 1.8em;
        line-height: normal;
    }
    .mobil-filter-btn {
        display: flex;
        text-transform: uppercase;
        color: #8E8E8E;
        font-size: 12px;
        cursor: pointer;
    }
    .mobil-filter-btn i{
        width: 20px;
        height: 20px;
        background: url(/local/templates/etvacancy/components/bitrix/news.list/.default/img/bars.svg) no-repeat center;
        margin-left: 11px
    }
    .work-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .direct_row._open, .region_row._open {
        display: flex;
    }
    .mobil-filter-btn._open {
        font-size: 0;
    }
    .mobil-filter-btn._open i{
        background: url(/local/templates/etvacancy/components/bitrix/news.list/.default/img/close.svg) no-repeat center;
    }
    .region_row,
    .direct_row {
        flex-wrap: wrap;
    }
    .region_title, .direct_title {
        width: 100%;
        margin-bottom: 10px;
    }
    .region_row span,
    .direct_row span {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 400
    }
    .list-empty{
        padding-top: 30px
    }
}
.direct_row span._violet::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #6A366B;
    width: 4px;
}
.direct_row span._black::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #1D1D1D;
    width: 4px;
}
.direct_row span._teal::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #008080;
    width: 4px;
}
.direct_row span._coral::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ff7f50;
    width: 4px;
}
.direct_row {
    flex-wrap: wrap;
}
.direct_title {
    margin-bottom: 25px;
    margin-right: 25px;
}
@media screen and (max-width: 920px){
.direct_title {
    margin-bottom: 10px;
    margin-right: 0;
}
}	
/* End */


/* Start:/local/templates/etvacancy/components/bitrix/system.pagenavigation/show_more/style.css?1787743339161*/
.load_more {
    font-weight: 600;
    font-size: 23px;
    color: #30CC85;
    cursor: pointer;
    display: inline;
}
.load_more_wrap {
    padding: 30px 0;
}

/* End */


/* Start:/local/templates/etvacancy/components/bitrix/news.list/faq/style.css?17877433561688*/
.faq_list {
    display: flex;
    justify-content: space-between;
}
.faq_col {
    width: 25%;
}
.faq_elem_desc{
    display: none;
}
.faq_elem + .faq_elem{
    margin-top: 25px;
}
.faq_elem_name {
    font-weight: 600;
    font-size: 1.1em;
    color: #1D1D1D;
    cursor: pointer;
}
.faq_elem_name:hover{
    color: #30CC85;
}
.hover-data{
  position: fixed;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%,-50%);
  max-width: 91%;
  left: 50%;
  top: 50%;
  z-index: 1001;
  width: 720px;
  padding: 50px;
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.36);
}
.hover-data .name {
    font-weight: 800;
    font-size: 1.6em;
    margin-bottom: 25px;
    line-height: 27px;
}
.hover-data .description{
    font-weight: 600;
    font-size: 1.1em;
    line-height: 25px;
    margin-bottom: 25px;
}
.hover-data .close-txt{
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
    text-align: center;
    padding: 14px 5px;
    border: 5px solid #1D1D1D;
    color: #1D1D1D;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hover-data .close-txt:hover{
    color: #30CC85;
    border-color: #30CC85;
}
.popup--active{
  overflow-x: hidden;
  height: auto;
  position: relative;
}
.modal-form-cover {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(37, 40, 43, 0.75);
}
.close-btn{
    position: absolute;
    top: 13px;
    right: 13px;
    width: 24px;
    height: 24px;
    background: url(/local/templates/etvacancy/images/close.svg) no-repeat center;
    cursor: pointer;
}
/* End */
/* /local/templates/etvacancy/components/bitrix/news.list/.default/style.css?17877433535937 */
/* /local/templates/etvacancy/components/bitrix/system.pagenavigation/show_more/style.css?1787743339161 */
/* /local/templates/etvacancy/components/bitrix/news.list/faq/style.css?17877433561688 */
