

/* Start:/bitrix/templates/newstom/css/job.css?17829932202950*/
.hero-job {
    width: 100%;
    height: auto;
    aspect-ratio: 1360 / 660;

    /*background-image: url(/bitrix/templates/newstom/css/../images_2/hero_job.png.webp);*/
    background-image: url(/bitrix/templates/newstom/css/../images_2/hero_job--2.webp);
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    border-radius: 16px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: end;
    
}

.hero-job::after {
	content: '';
	
	position: absolute;
	top: 0;
	right: 0;
	/*bottom: 0;*/
	left: 0;
	
	width: 100%;
	height: auto;
	aspect-ratio: 1360 / 660;
	
	display: block;
	
	background-image: url(/bitrix/templates/newstom/css/../images_2/hero_job--gradient.webp);
    background-repeat: no-repeat;
    background-size: cover;
    
    z-index: 0;
}

.hero-job__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 10cqw;
    z-index: 1;
}

.hero-job__wrapper-slogan {
    margin-left: 3.7cqw;
    margin-bottom: 3.7cqw;

    display: flex;
    column-gap: 3cqw;
    align-items: end;
    white-space: nowrap;
}

.hero-job__wrapper-slogan_logo {
    width: 6.7cqw;
    height: auto;
}

.hero-job__wrapper-slogan_text {
    color: #fff;
    font-size: 1.7cqw;
    letter-spacing: -0.01em;
}

.hero-job__wrapper-slogan_text > p {
	margin: 0;
}

.hero-job__wrapper-slogan_text p:first-child {
    font-size: 4.5cqw;
    font-weight: 500;
    margin-left: -0.1cqw;
}

.hero-job__wrapper-about {
    border-radius: 16px 16px 0 0;
    background: linear-gradient(270deg, #cbe1f3 0%, #e9eef3 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.1) 86.38%, rgba(0, 0, 0, 0.1) 100%);
    padding: 3.6cqw;
    margin-right: 2.3cqw;
    font-size: 1.3cqw;

    position: relative;
}

.hero-job__wrapper-about::after {
    content: '';
    background-image: url(/bitrix/templates/newstom/css/../images_2/job-abut.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    width: 3.7cqw;
    height: 3.7cqw;

    position: absolute;
    bottom: 0;
    right: 10%;
}

@media (max-width: 767px) {
    .hero-job {
        aspect-ratio: 1360 / 1450;
        background-size: contain;
        background-color: #F3F4F6;
    }

    .hero-job__wrapper {
        flex-wrap: wrap;
        column-gap: 0;

    }

    .hero-job__wrapper-slogan {
        margin-bottom: 0.7cqw;
    }

    .hero-job__wrapper-slogan_logo {
        width: 8.7cqw;
    }

    .hero-job__wrapper-slogan_text {
        color: #315294;
        font-size: 2.8cqw;
    }

    .hero-job__wrapper-slogan_text p:first-child {
        font-size: 7.5cqw;
    }

    .hero-job__wrapper-about {
        margin: 3.7cqw;
        font-size: 3.3cqw;
        padding: 4.6cqw 4.6cqw 6.6cqw 4.6cqw;
        border-radius: 16px;
    }

    
    .hero-job__wrapper-about::after {
        width: 6.7cqw;
        height: 6.7cqw;
    }
    
}
/* End */


/* Start:/bitrix/templates/newstom/css/job-2.css?17696714223309*/
.job-2 {
    display: flex;
    column-gap: 20px;
}

.job-2__school {
    aspect-ratio: 670 / 550;
    width: 50%;
    border-radius: 16px;
    padding: 3.7cqw;

    background-color: #e7f0f7;
    background-image: url(/bitrix/templates/newstom/css/../images_2/own-school.png.webp);
    background-repeat: no-repeat;
    background-size: cover;

    /*font-size: 2.7cqw;*/
    font-size: 2.3cqw;
    letter-spacing: -0.01em;
    line-height: 1.07766;
    color: #111827;
    font-weight: 500;
}

.job-2__school p:first-child {
    width: 78%;
}

.job-2__principles {
    aspect-ratio: 670 / 550;
    width: 50%;
    border-radius: 16px;
    padding: 3.7cqw;

    background: #d9d9d9;
    background: linear-gradient(270deg, #cbe1f3 0%, #e9eef3 100%);

    position: relative;
}

.job-2__principles::after {
    content: '';
    aspect-ratio: 244 / 155;

    width: 18cqw;
    height: auto;

    background-image: url(/bitrix/templates/newstom/css/../images_2/icon-principles.svg);
    background-repeat: no-repeat;
    background-size: cover;

    position: absolute;
    bottom: 0;
    right: 50px;
}

.job-2__principles p:first-child {
    font-weight: 500;
    font-size: 1.8cqw;
    letter-spacing: -0.01em;
    color: #111827;
    width: 78%;
}

.job-2__principles ul {
    display: inline-block;
    margin-top: 2.7cqw;
}

.job-2__principles ul li {
    font-weight: 400;
    font-size: 1.4cqw;
    line-height: 1.4cqw;
    color: #4b5563;
    padding-bottom: 1.8cqw;
    margin-bottom: 1.8cqw;
    border-bottom: 1px solid rgba(17, 24, 39, 0.12);
/* 
    list-style-image: url("/bitrix/templates/newstom/css/../images_2/job-2-list.svg");
    list-style-position: outside;
    margin-left: 15px; */

    position: relative;
    padding-left: calc(8px + 1cqw);
}

.job-2__principles ul li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 9px;

    background-image: url(/bitrix/templates/newstom/css/../images_2/job-2-list.svg);
    background-repeat: no-repeat;
    /* background-size: cover; */

    /* margin-right: 1.2cqw; */
    background-size: contain;

    position: absolute;
    left: 0;

    width: 8px;
    height: 1.4cqw;
    background-position: center;

}

.job-2__principles ul li:last-child {
    border: none;
}

@media (max-width: 767px) {
    .job-2 {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .job-2__school, .job-2__principles {
        width: 100%;
        padding: 6.7cqw;
    }

    .job-2__school {
        font-size: 5.7cqw;
    }
    
    .job-2__school p:first-child {
    	width: 100%;
    }

    .job-2__principles p:first-child {
        font-size: 4.8cqw;
    }

    .job-2__principles ul {
        margin-top: 5.7cqw;
    }

    .job-2__principles ul li {
        font-size: 4cqw;
        line-height: 4cqw;
        padding-bottom: 3.8cqw;
        margin-bottom: 3.8cqw;

        position: relative;
        padding-left: calc(8px + 3cqw);
    }

    .job-2__principles ul li::before {
        /* margin-right: 3.2cqw;
        margin-bottom: 0.7cqw; */
/* 
        width: 1.9cqw;
        height: 2.2cqw; */

        background-size: contain;

        position: absolute;
        left: 0;

        width: 8px;
        height: 4cqw;
        background-position: center;
    }
}
/* End */


/* Start:/bitrix/templates/newstom/css/job-values.css?17696719302899*/
.job-values {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}

.job-values__item-blue, .job-values__item-green {
    border-radius: 16px;
    width: 100%;
    padding: 4.4cqw 4.4cqw 0 4.4cqw;
}

.job-values__item-blue {
    background: rgba(255, 255, 255, 0.8);
    background: linear-gradient(270deg, #cbe1f3 0%, #e9eef3 100%);
}

.job-values__item-green {
    background: linear-gradient(270deg, #caf2e2 0%, #e7f1ef 100%);
}

.job-values__item-header {
    display: flex;
    column-gap: 24px;
    justify-content: space-between;
    align-items: center;
}

.job-values__item-header-title {
    font-weight: 500;
    font-size: 4.8cqw;
    letter-spacing: -0.01em;
    background: linear-gradient(180deg, rgba(59, 137, 228, 0.35) 0%, rgba(59, 137, 228, 0.2) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.job-values__item-header-bage {
    background: #3b89e4;
    border-radius: 200px;
    padding: 0.6cqw 1.2cqw;

    font-weight: 500;
    font-size: 1.2cqw;
    letter-spacing: -0.01em;
    color: #fff;
}

.job-values__item-body {
    display: flex;
    column-gap: 20px;
    margin-top: 2.2cqw;
    /*min-height: 24cqw;*/
    min-height: 33cqw;
}

.job-values__item-blue .job-values__item-body {
	min-height: 20cqw;
}

.job-values__item-body-item {
    background: rgba(255, 255, 255, 0.6);
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 89.84%, rgba(0, 0, 0, 0.25) 100%); */
    width: 35%;

    border-radius: 16px 16px 0 0;
    padding: 2.9cqw 2.9cqw 0 2.9cqw;

    position: relative;

    font-size: 1.4cqw;
}

.job-values__item-body-item .icon {
    width: 6cqw;
    height: 6cqw;

    position: absolute;
    left: 2.9cqw;
    bottom: 0;
}

.job-values__item-body-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.job-values__item-green .job-values__item-header-title {
    background: linear-gradient(180deg, rgba(66, 157, 120, 0.35) 0%, rgba(66, 157, 120, 0.2) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.job-values__item-green .job-values__item-header-bage {
    background: #429d78;
}

@media (max-width: 767px) {
    .job-values__item-blue, .job-values__item-green {
        padding: 4.4cqw;
    }

    .job-values__item-body {
        flex-wrap: wrap;
        row-gap: 3cqw;
        /* margin-bottom: 3cqw; */
    }

    .job-values__item-body-item {
        width: 100%;
        border-radius: 16px;
        font-size: 3.4cqw;
        padding: 4.2cqw 4.2cqw 8.2cqw 4.2cqw;
    }

    .job-values__item-header-bage {
        padding: 1.1cqw 1.9cqw;
        font-size: 2.5cqw;
    }

    .job-values__item-body-item .icon {
        left: 4.2cqw;
    }
}
/* End */


/* Start:/bitrix/templates/newstom/components/bitrix/news.list/job/style.css?175993447049*/
#job--vacancies-list h1 {
	margin-bottom: 20px;
}
/* End */


/* Start:/bitrix/templates/newstom/js-slide-toggle/js-slide-toggle.css?175380733592*/
.hidden-area {
    transition:height 0.2s ease-out;
    height:0;
    overflow:hidden;
}
/* End */


/* Start:/bitrix/templates/newstom/css/job-vacancies.css?17696721313475*/
.job-vacancies {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.job-vacancies__vacancy {
    border-radius: 16px;
    padding: 3cqw;
    background: #f3f4f6;

    width: 100%;
}

.job-vacancies__vacancy-name {
    font-weight: 500;
    font-size: 1.8cqw;
    letter-spacing: -0.01em;
    color: #111827;
    margin-bottom: 1cqw;
}

.job-vacancies__vacancy-cb {
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
}

.job-vacancies__vacancy-criteria {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 8px;
    align-items: end;
}

.job-vacancies__vacancy-criteria li {
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.08);
    background: #f7f8fa;

    font-weight: 400;
    font-size: 1.3cqw;
    color: #4b5563;
}
/* 
.job-vacancies__vacancy-criteria li.pay::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;

    background-image: url(/bitrix/templates/newstom/css/../images_2/icon-vacancy-pay.svg);
    background-size: cover;
} */

.job-vacancies__vacancy-criteria li.pay {
    padding-left: 33px;

    background-image: url(/bitrix/templates/newstom/css/../images_2/icon-vacancy-pay.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.job-vacancies__vacancy-criteria li.schedule {
    padding-left: 33px;

    background-image: url(/bitrix/templates/newstom/css/../images_2/icon-vacancy-schedule.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.job-vacancies__vacancy-criteria li.experience {
    padding-left: 33px;

    background-image: url(/bitrix/templates/newstom/css/../images_2/icon-job-experience.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.job-vacancies__vacancy-btns {
    display: flex;
    column-gap: 1.2cqw;
}

.vacancy-text-body {
    margin-top: 1.8cqw;
    padding-top: 1.8cqw;
    border-top: 1px solid rgba(17, 24, 39, 0.12);
    font-size: 1.2cqw;
}

.vacancy-text-body p {
    margin-bottom: 1rem;
}

button.open-vacancy::after {
    content: '';
    display: inline-block;
    width: 1.3cqw;
    height: 1.4cqw;

    background-image: url(/bitrix/templates/newstom/css/../images_2/icon-slide-toggle-btn.svg);
    background-repeat: no-repeat;
    background-size: contain;

    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition:    -moz-transform 0.2s ease-out;
    -o-transition:      -o-transform 0.2s ease-out;
    -ms-transition:     -ms-transform 0.2s ease-out;
    transition:         transform 0.2s ease-out;
}

button.open-vacancy.active::after {
    transform: rotate(180deg);
}

.job-vacancies__vacancy-btns .btn--l {
    padding: 1.2cqw 1.8cqw;
    font-size: 1.3cqw;
}

@media (max-width: 767px) {
    .job-vacancies__vacancy {
        padding: 5cqw;
    }

    .job-vacancies__vacancy-cb {
        flex-wrap: wrap;
        row-gap: 2cqw;
    }

    .job-vacancies__vacancy-criteria {
        width: 100%;
    }

    .job-vacancies__vacancy-btns {
        width: 100%;
        column-gap: 8px;
    }

    .job-vacancies__vacancy-name {
        font-size: 3.8cqw;
        margin-bottom: 2cqw;
    }

    .job-vacancies__vacancy-criteria li {
        font-size: 2.3cqw;
    }

    .job-vacancies__vacancy-btns .btn--l {
        font-size: 2.6cqw;
    }

    .vacancy-text-body {
        font-size: 2.5cqw;
        margin-top: 2.8cqw;
        padding-top: 2.8cqw;
    }
}
/* End */


/* Start:/bitrix/templates/newstom/css/job-welcome.css?17605521665301*/
.job-welcome {
    display: flex;
    column-gap: 20px;
}

.job-welcome__welcome, .job-welcome__ticket {
    width: 50%;
    border-radius: 16px;
    overflow: hidden;

    aspect-ratio: 670 / 518;
    padding: 3cqw;
}

.job-welcome__welcome {
    
    background: linear-gradient(180deg, #3b89e4 0%, #336edc 100%);
    position: relative;
    z-index: 1;
}

.job-welcome__welcome::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/* 
    background: #d9d9d9;
    background: linear-gradient(270deg, #cbe1f3 0%, #e9eef3 100%);
     */

    background-image: url(/bitrix/templates/newstom/css/../images_2/job-welcome-welcome.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.job-welcome__ticket {
    background-image: url(/bitrix/templates/newstom/css/../images_2/job-welcome-ticket-bg.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
    z-index: 1;
}

.job-welcome__ticket::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    /* backdrop-filter: blur(10.199999809265137px); */
    /* background: linear-gradient(180deg, rgba(27, 35, 51, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%); */
    background-color: #285992;
    opacity: 0.5;
}

.job-welcome__ticket::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    backdrop-filter: blur(5px);
}

.job-welcome__welcome-title {
    font-weight: 500;
    font-size: 4.4cqw;
    line-height: 4.4cqw;

    letter-spacing: -0.01em;
    color: #fff;
}

.job-welcome__welcome-text {
    margin-top: 1.8cqw;
    font-size: 1.3cqw;
    color: #e1ebfa;

    width: 60%;
}

.job-welcome__ticket-title {
    font-weight: 500;
    font-size: 2.6cqw;

    line-height: 2.6cqw;
    letter-spacing: -0.01em;
    color: #fff;

    text-align: center;
}

.job-welcome__ticket-text {
    text-align: center;
    margin-top: 0.9cqw;

    font-size: 1.3cqw;
    color: #fff;
}

.job-welcome__ticket-form {
    margin-top: 2.4cqw;

    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
    
    color: #fff;
}

.job-welcome__ticket-form input {
	color: rgb(17, 24, 39);
}

.job-welcome__ticket-form .w50 {
    width: calc(50% - 4px);
}

.job-welcome__ticket-form .w100 {
    width: 100%;
}

.job-welcome__ticket-form-submit {
    border-radius: 12px;
    padding: 1.8cqw 2.2cqw;
    /* background: linear-gradient(180deg, #3b89e4 0%, #336edc 100%); */
    background: #336edc;
    width: 100%;
    font-weight: 500;
    font-size: 1.3cqw;
    color: #fff;
    text-align: center;

    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.job-welcome__ticket-form-submit:hover, .job-welcome__ticket-form-submit:focus, .job-welcome__ticket-form-submit:active {
    background: #b2ceef;
    /* background: linear-gradient(180deg, #3b89e4 50%, #336edc 100%); */
    /* opacity: 0.9; */
}

.job-welcome__ticket-confirm {
    display: flex;
    column-gap: 1.2cqw;
    align-items: center;

    font-size: 1cqw;
    color: #fff;
}
/*
.job-welcome__ticket-confirm label {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    aspect-ratio: 1;
}
*/
.job-welcome__ticket-confirm input {
/*    display: none;*/
	transform: scale(2);
	cursor: pointer;
	margin: 10px;
}

.job-welcome__ticket-confirm input:checked ~ label {
    background-image: url(/bitrix/templates/newstom/css/../images_2/form-check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #d9d9d9;
}

.job-welcome__ticket-form .form-control {
    font-size: 1.3cqw;
    padding: 1.2cqw 1.8cqw;
}

.job-welcome__ticket-form .form-control::placeholder {
    font-size: 1.3cqw;
}

@media (max-width: 767px) {
    .job-welcome {
        flex-wrap: wrap;
        row-gap: 1.8cqw;
    }

    .job-welcome__welcome, .job-welcome__ticket {
        width: 100%;
        padding: 6cqw;
    }

    .job-welcome__welcome-title {
        font-size: 8.4cqw;
        line-height: 8.4cqw;
    }

    .job-welcome__welcome-text {
        margin-top: 2.8cqw;
        font-size: 3.3cqw;
    }

    .job-welcome__ticket-title {
        font-size: 5cqw;
        line-height: 5cqw;
    }

    .job-welcome__ticket-text {
        margin-top: 2.9cqw;
        font-size: 2.6cqw;
    }

    .job-welcome__ticket-form {
        margin-top: 4.4cqw;
        row-gap: 1.2cqw;
        column-gap: 1.2cqw;
    }

    .job-welcome__ticket-form .w50 {
        width: calc(50% - 0.6cqw);
    }

    .job-welcome__ticket-form .form-control {
        font-size: 3.3cqw;
        padding: 3.2cqw 3.8cqw;
    }

    .job-welcome__ticket-form .form-control::placeholder {
        font-size: 3.3cqw;
    }

    .job-welcome__ticket-form-submit {
        font-size: 3.3cqw;
        padding: 3.2cqw 3.8cqw;
    }

    .job-welcome__ticket-confirm {
        font-size: 2.3cqw;
        column-gap: 3cqw;
    }
}
/* End */
/* /bitrix/templates/newstom/css/job.css?17829932202950 */
/* /bitrix/templates/newstom/css/job-2.css?17696714223309 */
/* /bitrix/templates/newstom/css/job-values.css?17696719302899 */
/* /bitrix/templates/newstom/components/bitrix/news.list/job/style.css?175993447049 */
/* /bitrix/templates/newstom/js-slide-toggle/js-slide-toggle.css?175380733592 */
/* /bitrix/templates/newstom/css/job-vacancies.css?17696721313475 */
/* /bitrix/templates/newstom/css/job-welcome.css?17605521665301 */
