

/* Start:/local/templates/hartiya/components/bitrix/news/vacancy/style.css?1764928080675*/
.wrapper.vacancies-list-page { margin-top:50px; margin-bottom:50px; }
.vacancys-info{
    width: 300px;
    background: #E5EFF8;
    padding:30px;
    float: right;
    margin-top: 40px; margin-bottom:70px;
}
.vacancys-info .small{
    color: #6B818E;
}
.vacancies-hh {
    float:left; margin: 50px 70px 70px 0; width: 800px;
}
.vacancies-hh>div[class|=hh-widget] { border:none !important; padding:0 !important; }
@media screen and (max-width:600px) {
    .wrapper.vacancies-list-page { margin-top:20px; margin-bottom:20px; }
    .vacancies-hh { float:none; width:auto; margin:20px 0; }
    .vacancys-info { float:none; width:auto; margin:40px -5.5% 0; padding:20px 5.5%; }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1764928080798*/
div.modern-page-navigation {
    padding: 10px 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
    padding: 0 0.4em;
    text-decoration: none;
    color: #6F9CB7;
    font-family: Roboto;
    font-style: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
}
div.modern-page-navigation a.modern-page-previous {}
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {}
span.modern-page-current {
    font-weight: bold;
    color: #253036;
    border-bottom: 4px solid #0A86CC;
}
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {}

.modern-page-title, .modern-page-next, .modern-page-previous{
    display: none;
}
/* End */


/* Start:/local/templates/hartiya/components/bitrix/news/vacancy/bitrix/news.list/.default/style.css?17649280803961*/
.vacancies-wrapper {
    display:flex; gap:80px;
}
.vacancies-wrapper .vacancies {
    flex:1 1 100%;
}
.vacancy {
    /*background: #FFFFFF;
    border: 1px solid #D4E4EF;*/
    box-sizing: border-box;
    /*box-shadow: 0px 5px 15px rgba(146, 194, 220, 0.3);*/
    border-radius: 4px;
    margin-bottom:20px/*10px*/;
}
.vacancy .mini-info{
    padding:40px/* 50px 70px 40px*/; background: #E5EFF8;
}
.vacancy .more-info-link, .more-info{
    background: #E5EFF8;
}
/*.vacancy .more-info-link{
    padding: 18px 70px;
}
.vacancy .more-info-link div{
    display: inline-block;
    vertical-align: middle;
}*/
.vacancy .more-info-link { text-align:right; }
.vacancy .more-info-link span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height:normal/*25px*/;
    color: #01AEEA;
    /*border-bottom: 1px dashed #01AEEA;*/
    cursor: pointer;
    display: inline-block;
}
.vacancy .more-info-link span:after{
    display: inline-block;
    content: ' ';
    width: 10px;
    height:10px/*26px*/;
    background: url(/local/templates/hartiya/images/triangle_sky.png) no-repeat center center;
    vertical-align: middle;
    background-size: contain;
    margin-left: 10px;
    border-bottom: none;
 }
.vacancy .more-info-link.active span:after{
    background: url(/local/templates/hartiya/images/triangle_sky_open.png) no-repeat center center;
}
.vacancy .more-info{
    padding:0 40px 40px/*20px 70px 70px*/;
    font-size: 17px;
    line-height: 25px;
    display: none;
}
.vacancy .more-info.active{
    display: block;
}
.vacancy .more-info>div{
    margin-bottom: 40px;
}
.vacancy .more-info p{
    font-size: 17px;
    line-height: 25px;
}
.vacancy .more-info a:after{
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(/local/templates/hartiya/images/source-bg.png) no-repeat center center;
    margin: 0 5px;
    vertical-align: middle;
}
.vacancy .more-info a:hover:after{
  /*  background: url(/local/templates/hartiya/images/link-blank-after.png) no-repeat center center;*/
}
.vacancy .more-info>div:last-child{
    margin-bottom: 0;
}

.vacancy .mini-info p{
    color: #6B818E;
    margin-bottom:0/*5px*/;
}
.vacancy .h2{
    color: #3B5D70;
    margin-bottom: 20px;
}
.vacancy .h3.pay-info, .vacancy .h3.title {
    color: #6B818E;
    margin-bottom: 15px;
}
.vacancy .h3.title { display:inline-block; text-decoration:none; }
.no-vacancy{
    padding-left: 190px;
    background: url(/local/templates/hartiya/images/no-vacancy.png) no-repeat top left ;
    min-height: 135px;
    color: #253036;
    margin-top: 40px;
}

.vacancies-wrapper .sidebar {
    flex:0 0 300px; margin:0 30px;
}
.vacancies-wrapper .sidebar .contacts {
    background:#e5eff8; margin:0 -30px 30px -30px; padding:30px;
}
.vacancies-wrapper .sidebar .filters { margin-top:20px; color:#6b818e; }
.vacancies-wrapper .sidebar .filters .filter-clear { margin-left:20px; font-size:14px; line-height:18px; font-weight:normal; color:#0a7acc; border-bottom-color:#0a7acc; }
.vacancies-wrapper .sidebar .filters .filter-entry { font-size:18px; line-height:24px; margin-bottom:4px; }
.vacancies-wrapper .sidebar .filters .filter-entry .psevdo { color:#01aeea; text-decoration:underline dashed 1px; border:none; }
.vacancies-wrapper .sidebar .filters .filter-entry.active .psevdo { font-weight:500; text-decoration:none; }

@media screen and (max-width:600px) {
    .vacancies-wrapper { flex-direction:column-reverse; gap:40px; }
    .vacancies-wrapper .vacancies { margin:0; }
    .vacancies-wrapper .vacancies .vacancy .mini-info { padding:20px; }
    .vacancies-wrapper .vacancies .vacancy .more-info { padding:0 20px 20px; }
    .vacancies-wrapper .sidebar { margin:0; }
    .vacancies-wrapper .sidebar .contacts { margin:0 -5.5%; padding:20px 5.5%; }
}
/* End */
/* /local/templates/hartiya/components/bitrix/news/vacancy/style.css?1764928080675 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1764928080798 */
/* /local/templates/hartiya/components/bitrix/news/vacancy/bitrix/news.list/.default/style.css?17649280803961 */
