

/* Start:/local/templates/tsvostok_v2/components/bitrix/news.list/main_slider/style.css?17719430572661*/
.main-banners{
    max-width: 540px;
    padding-top: 20px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media(min-width: 576px){
    .main-banners{
        max-width: none;
        padding: 0;
    }
}

.main-banner-slide{
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100px;
    aspect-ratio: 4.6 / 2.9;
    background: var(--heading-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    overflow: hidden;
}

.main-banner-slide.main-banner-slide-with-image{
    aspect-ratio: auto;
}

@media(min-width: 576px){
    .main-banner-slide{
        aspect-ratio: 4.6 / 1.9;
    }
}

.main-banner-slide-dark{
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(min-width: 768px){
    .main-banner-slide{
        min-height: 480px;
        aspect-ratio: 4.7 / 1.3;
    }   
}

.main-banner-slide:not(.main-banner-slide-dark):before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0));
    z-index: 1;
}

.main-banner-slide a:not(.btn){
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.main-bannes-info{
    position: relative;
    width: 100%;
    min-height: 100%;
    line-height: 0;
    z-index: 2;
}

.main-bannes-info img{
    margin-bottom: -1px;
}

.main-banner-slide.main-banner-slide-with-image img{
    max-width: 100%;
}

.main-bannes-info-text{
    padding: 30px 0;
}

.main-banner-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.main-banner-slide-dark .main-banner-title{
    color: var(--heading-color);
}

@media(min-width: 768px) {
    .main-banner-title{
        font-size: 46px;
        margin-bottom: 20px;
    }
}

.main-banner-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

.main-banner-slide-dark .main-banner-desc{
    color: var(--heading-color);
}

@media(min-width: 768px) {
    .main-banner-desc{
        font-size: 20px;
        line-height: 1.6;
    }    
}

@media(min-width: 768px) {
    .main-bannes-info .btn{
        margin-top: 40px;
    }
}
/* End */


/* Start:/local/components/tsvostok/vacancies/templates/.default/style.css?17445928643395*/
.vacancies-item{
    border: 2px solid var(--background-color);
    padding: 20px;
}

@media(min-width: 768px){
    .vacancies-item{
        padding: 27px 24px;
    }
}

.vacancies-item-header{
    position: relative;
    gap: 14px 16px;
    cursor: pointer;
}

.vacancies-item-name{
    width: calc(100% - 40px);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--heading-color);
}

@media(min-width: 768px){
    .vacancies-item-name{
        font-size: 24px;
    }
}

.vacancies-item-salary{
    min-width: 35%;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: var(--texxt-color);
}

@media(min-width: 768px){
    .vacancies-item-salary{
        font-size: 24px;
    }
}

@media(min-width: 992px){
    .vacancies-item-salary{
        text-align: right;
    }
}

@media(min-width: 1200px){
    .vacancies-item-salary{
        min-width: 48%;
    }
}

.vacancies-item-salary span{
    white-space: nowrap;
}

.vacancies-item svg{
    position: absolute;
    top: -9px;
    right: 0;
    width: 28px;
}

@media(min-width: 992px){
    .vacancies-item svg{
        position: static;
        width: 48px;
        margin-top: -6px;
    }

    .vacancies-item.is-open svg{
        transform: rotate(180deg)
    }
}

.vacancies-item-line{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: var(--secondary-color);
    margin-top: 14px;
}

.vacancies-item.is-open .vacancies-item-line{
    border-bottom: 1px solid var(--background-color);
    padding-bottom: 12px;
    margin-bottom: 12px;
}

@media(min-width: 992px){
    .vacancies-item-line{
        font-size: 18px;
        margin-top: 24px;
    }

    .vacancies-item.is-open .vacancies-item-line{
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}

.vacancies-item-desc{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: var(--texxt-color);
    margin-top: 14px;
}

@media(min-width: 768px){
    .vacancies-item-desc{
        display: none;
        font-size: 16px;
    }
}

@media(min-width: 1200px){
    .vacancies-item-desc{
        font-size: 18px;
        margin-top: 24px;
    }
}


.vacancies-item.is-open .vacancies-item-desc{
    display: block;
}

.vacancies-item-bottom{
    gap: 12px 24px;
    margin-top: 24px;
}

.vacancies-item-time{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: var(--ghost-color);
}

@media(min-width: 992px){
    .vacancies-item-time{
        font-size: 18px;
    }
}

.vacancies-item-btns{
    gap: 24px;
}

.vacancies-pages-list{
	width: 100%;
	text-align: center;
	margin: 32px 0 32px;
}

@media (min-width: 768px) {
    .vacancies-pages-list {
        margin: 40px 0 60px;
    }
}

.vacancies-pages-item {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--secondary-color);
    text-decoration: none;
    padding: 6px 11px;
}

@media (min-width: 768px) {
    .vacancies-pages-item {
        padding: 10px 16px;
    }
}

.vacancies-pages-item:hover {
    color: var(--heading-color);
}

.vacancies-pages-item.vacancies-pages-item-current{
    color: #fff;
    background-color: var(--primary-color);
}

/* End */
/* /local/templates/tsvostok_v2/components/bitrix/news.list/main_slider/style.css?17719430572661 */
/* /local/components/tsvostok/vacancies/templates/.default/style.css?17445928643395 */
