

/* Start:/local/templates/generator/components/bitrix/system.pagenavigation/smi-navigation/style.css?17211076501455*/
div.modern-page-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 0;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;}

.modern-page-navigation a {
	padding: 4px 8px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #b6b6b6;
}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
/*div.modern-page-navigation a.modern-page-previous {
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }*/
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #b6b6b6;
	border-radius: 2px;}

div.modern-page-navigation a:hover{
	background: #8dc63f;
	border-radius: 2px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #fff;}
span.modern-page-current{
	background: #8dc63f;
	border-radius: 2px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	margin-right: 8px;
	padding: 4px 8px;
}
/* End */


/* Start:/local/templates/generator/components/bitrix/news.list/jobs/style.css?17539770165160*/
section.jobs-list {
    padding-bottom: 50px;
    position: relative;
}

.jobs__info--title {
    font-weight: bold;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: .01em;
    color: #231f20;
    margin-bottom: 40px;
    margin-top: 0;
}

@media (max-width: 1024px) {
    .jobs__info--title {
        margin: 20px 0;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .jobs__info--title {
        margin: 0 0 20px;
    }
}

@media (max-width: 430px) {
    .jobs__info--title {
        font-size: 24px;
    }
}

.jobs__description {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #231f20;
    margin-bottom: 30px;
}
@media (max-width: 430px) {
    .jobs__description  {
        font-size: 16px;
    }
}

span.jobs-count {
    line-height: 20px;
    font-size: 16px;
    color: #231f20;
}

.jobs__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 1440px) {
    .jobs__items {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .jobs__items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 525px) {
    .jobs__items {
        grid-template-columns: 1fr;
    }
}

.jobs__item {
    border: 1px solid rgba(182, 182, 182, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px 32px 32px 32px;
    max-width: 415px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.jobs__item:hover {
    border: 1px solid rgba(121, 121, 121, .1);
    -webkit-box-shadow: 0 3px 59px rgb(39 39 39 / 10%);
    box-shadow: 0 3px 59px rgb(39 39 39 / 10%);
}

.jobs__item .jobs__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    flex: 1 0 auto;
    color: #231f20;
}

.jobs__price, .jobs__city {
    font-size: 16px;
    line-height: 20.8px;
    color: #231f20;
}

.jobs__city {
    padding: 5px 0;
}

.jobs__link {
    color: #8dc63f;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20.8px;
}


/* --- Pagination ---- */
.jobs-pager {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 32px 0;
    font-size: 16px;
    user-select: none;
}

.jobs-pager a {
    min-width: 40px;
    padding: 8px 12px;
    border: 1px solid #d2d5dc;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #262b35;
    background-color: #fff;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.jobs-pager a:hover {
    background-color: #f3f4f6;
    border-color: #adb1ba;
}

.jobs-pager a:active {
    background-color: #e5e7eb;
}

.jobs-pager a.is-active {
    pointer-events: none;   
    background-color: #8dc63f; 
    border-color: #8dc63f;
    color: #fff;
    font-weight: 600;
}


.jobs-pager a:focus {
    outline: none;
}


/* ---------- Jobs filter panel (jobs-filter) ----------- */
.jobs-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
    justify-content: center;
    padding: 16px 20px;
    background: #f9fafb;             
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}


.jobs-filter select,
.jobs-filter button {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 12px;
    border: 1px solid #d2d5dc;
    border-radius: 6px;
    background-color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}


.jobs-filter select {
    min-width: 180px;
    appearance: none;     
    background-image:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3e%3cpath fill='%23262b35' d='M1 1l5 5 5-5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 7px;
    cursor: pointer;
}

.jobs-filter select:focus {
    border-color: #8dc63f;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, .25);
    outline: none;
}

.jobs-filter button {
    cursor: pointer;
    min-width: 120px;
    background-color: #8dc63f;
    color: #fff;
    font-weight: 600;
}

.jobs-filter button:hover   { background-color: #b7ca5e; }
.jobs-filter button:active  { background-color: #183fa9; }
.jobs-filter button:disabled{
    background-color: #a5b4fc;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .jobs-filter {
        flex-direction: column;
        align-items: stretch;
    }
    .jobs-filter select,
    .jobs-filter button {
        width: 100%;
    }
}


.jobs-list__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#loading{
        text-align: center;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 2;
}

.jobs__social {
    display: flex;
    gap: 25px;
    margin-bottom: 60px
}
.jobs__social a {
    text-transform: uppercase;
    text-decoration: underline;
}


@media (max-width: 480px) {
.jobs-list__top{
        flex-direction: column;
    gap: 20px;
    }
}
/* End */
/* /local/templates/generator/components/bitrix/system.pagenavigation/smi-navigation/style.css?17211076501455 */
/* /local/templates/generator/components/bitrix/news.list/jobs/style.css?17539770165160 */
