

/* Start:/local/templates/rtkservice/components/bitrix/news.list/slider/style.css?17696786722008*/
.slider {
    width: 100%;
    overflow: hidden;
    margin: 0 0 80px 0;
    position: relative;
}

.main > .slider:first-child {
    position: relative;
    z-index: 0;
    margin-top: -89px;
}

.slider .slider-item {
    height: auto;
    aspect-ratio: 16/9 auto;
    position: relative;
    z-index: 0;
    background: center no-repeat;
    background-size: cover;
}

.slider-item .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: start;
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main > .slider:first-child .slider-item .wrapper {
    padding-top: 109px;
}

.slider-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: start;
    color: #fff;
}

.slider-backdrop {
    position: relative;
    z-index: 0;
}

.slider-backdrop:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: -15px;
    bottom: -15px;
    left: -15px;
    z-index: -1;
    backdrop-filter: blur(10px);
}

.slider-title {
    font-size: 76px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    line-height: 1.3;
}

.slider-text {
    font-size: 30px;
    line-height: 1.3;
}

.slider-title + .slider-text {
    margin-top: 30px;
}

.slider-btn.btn {
    display: block;
    margin-top: 46px;
}

.slider-background,
.slider-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background: center no-repeat;
    background-size: cover;
}

.slider-background video,
.slider-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-btn-container {
    display: flex;
}

.slider-btn-container a {
    margin-right: 10px;
}

@media (min-width: 1440px) {
    .slider .slider-item {
        aspect-ratio: auto;
        min-height: 800px;
    }
}

/* End */


/* Start:/local/components/local/tabs/templates/career_tab/style.css?1769678672885*/
.career_tab {
    margin: 0 0 80px 0;
}

.career_tab-tabs {
    margin-bottom: 40px;
}

.career_tab-tabs ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0 0;
}

.career_tab-tabs li {
    height: 55px;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    color: #000;
}

.career_tab-tabs a,
.career_tab-tabs a:focus,
.career_tab-tabs a:hover {
    color: inherit;
    text-decoration: none;
}

.career_tab-tabs a {
    display: block;
    height: 100%;
    border-bottom: 6px solid #F2F4F8;
}

.career_tab-tabs li.on a {
    border-color: #D6001C;
}

.career_tab-item {
    display: none;
}

.career_tab-item.on {
    display: block;
}

.career_tab-item .wrapper {
    padding-left: 0;
    padding-right: 0;
}

.career_tab-item > div:last-child {
    margin-bottom: 0;
}

/* End */


/* Start:/local/templates/rtkservice/components/bitrix/news.list/career_people/style.css?17696786721548*/
.career_people {
    margin: 0 0 80px 0;
}

.career_people-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 15px;
}

.career_people-item {
    background: #44A09D;
    color: #fff;
    border-radius: 30px;
    padding: 30px;
    min-height: 329px;
}

.career_people-info {
    display: flex;
    gap: 0 24px;
    margin: 0 0 20px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}

.career_people-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    gap: 4px 0;
}

.career_people-photo {
    flex-grow: 0;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: center no-repeat;
    background-size: cover;
}

.career_people-name {
    display: inline-block;
    background: #005250;
    border-radius: 30px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    padding: 5px 12px 7px 12px;
}

.career_people-post {
    margin: 4px 12px 0 12px;
    font-size: 14px;
    line-height: 1.3;
    color: #B4D9D8;
}

.career_people-text {
    font-size: 16px;
    line-height: 1.3;
}

.career_people-text b,
.career_people-text strong {
    color: #005250;
}

@media (max-width: 1279px) {
    .career_people-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* End */


/* Start:/local/templates/rtkservice/components/bitrix/news.list/career_commands/style.css?17696786721913*/
.career_commands {
    margin: 0 0 60px 0;
}

.career_commands-items {
    overflow: hidden;
}

.career_commands-item {
    float: left;
    width: 50%;
    color: #fff;
    aspect-ratio: 600/342;
    padding-left: 0.833333333%;
    padding-bottom: 1.666666667%;
}

.career_commands-item:nth-child(2n+1) {
    clear: left;
    padding-left: 0;
    padding-right: 0.833333333%;
}

.career_commands-content {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.career_commands-item-front {
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    padding: 60px;
    transition: opacity 0.25s 0s;
}

.career_commands-item:hover .career_commands-item-front {
    opacity: 0;
    transition: opacity 0.25s 0.25s;
}

.career_commands-item-back {
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #44A09D;
    padding: 40px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}

.career_commands-item:hover .career_commands-item-back {
    opacity: 1;
}

.career_commands-item-btn.btn {
    background: transparent;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 20px;
    line-height: 1.3;
    padding: 19px 38px 18px 38px;
    border-radius: 34px;
}

.career_commands-item-btn.btn:hover {
    color: #005250;
    background: #fff;
}

@media (max-width: 1279px) {
    .career_commands-item-front {
        font-size: 20px;
        padding: 30px;
    }
    
    .career_commands-item-back {
        font-size: 15px;
        padding: 20px;
    }

    .career_commands-item-btn.btn {
        bottom: 20px;
        left: 20px;
    }
}

/* End */


/* Start:/local/templates/rtkservice/components/bitrix/news.list/career_map/style.css?1769678672589*/
.career_map {
    margin: 0 0 40px 0;
}

.career_map-map {
    position: relative;
    margin: 0 0 70px 0;
}

.career_map-map img {
    display: block;
    width: 100%;
    height: auto;
}

.career_map-overlay {
    position: absolute;
    z-index: 1;
    top: 61px;
    left: 51px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    width: 521px;
}

.career_map-text {
    border-radius: 30px;
    background: #44A09D;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    padding: 32px;
    margin: 0 0 40px 0;
}

/* End */


/* Start:/local/templates/rtkservice/components/bitrix/news.list/career_office/style.css?1769678672620*/
.career_office {
    margin: 0 0 40px 0;
}

.career_office-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
}

.career_office-item {
    background: center no-repeat;
    background-size: cover;
    border-radius: 30px;
    position: relative;
    padding-bottom: 81.35593220338983%;
}

.career_office-label {
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: #005250;
    border-radius: 30px;
    padding: 11px 17px 12px 17px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

/* End */


/* Start:/local/templates/rtkservice/components/bitrix/news.list/career_advantages/style.css?1769678672768*/
.career_advantages {
    margin: 0 0 80px 0;
}

.career_advantages-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px;
}

.career_advantages-img {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin: 0 auto 20px auto;
    background: #005250;
    border-radius: 50%;
}

.career_advantages-img:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.career_advantages-img img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 50px;
    vertical-align: middle;
}

.career_advantages-text {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
}

/* End */


/* Start:/local/templates/rtkservice/components/bitrix/news.list/career_qa/style.css?17696786722057*/
.career_qa {
    padding: 80px 0 230px 0;
    background: url('/local/templates/rtkservice/components/bitrix/news.list/career_qa/background.jpg') top center no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 150px 150px 0 0;
}

.career_qa:not(:has(+ .overlap-top)) {
    padding-bottom: 80px;
    margin-bottom: 40px;
}

.career_qa-title.h1 {
    color: #fff;
}

.career_qa-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 12px 12px;
}

.career_qa-item {
    background: #F2F4F8;
    border-radius: 30px;
    color: #000;
    padding: 32px 33px;
}

.career_qa-name {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding: 0 165px 0 0;
    cursor: pointer;
    user-select: none;
}

.career_qa-name:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -12px 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDA1MjUwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTEwIDE1IDUgNSA1LTUiLz48cGF0aCBzdHJva2U9IiMwMDUyNTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNCA0aDdhNCA0IDAgMCAxIDQgNHYxMiIvPjwvc3ZnPg==') center no-repeat;
    background-size: 24px 24px;
}

.career_qa-item.on .career_qa-name:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDA1MjUwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTEwIDkgNS01IDUgNSIvPjxwYXRoIHN0cm9rZT0iIzAwNTI1MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik00IDIwaDdhNCA0IDAgMCAwIDQtNFY0Ii8+PC9zdmc+');
}

.career_qa-text {
    display: none;
    padding: 24px 165px 0 0;
    font-size: 16px;
    line-height: 1.3;
}

/* End */


/* Start:/local/components/local/footer_form/templates/form_resume/style.css?17696786724009*/
.form_resume {
    color: #fff;
    background: #005250;
    border-radius: 150px 150px 0 0;
    padding: 80px 0;
}

.form_resume-title.h1 {
    color: #fff;
    margin-bottom: 20px;
}

.form_resume-text {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 40px 0;
}

.form_resume-text a,
.form_resume-text a:focus,
.form_resume-text a:hover {
    color: inherit;
    text-decoration: none;
}

.form_resume-form {
    margin: 0 0 30px 0;
}

.form_resume-form.off {
    opacity: 0.5;
    pointer-events: none;
}

.form_resume-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 40px;
    margin: 0 0 20px 0;
}

.form_resume-input {
    position: relative;
    z-index: 0;
    background: #fff;
    border: 1px solid #C5CFD8;
    border-radius: 39px;
    overflow: hidden;
}

.form_resume-input:nth-child(1) {
     order: 1;
 }

.form_resume-input:nth-child(2) {
    order: 2;
}

.form_resume-input:nth-child(3) {
    order: 7;
}

.form_resume-input:nth-child(4) {
    order: 8;
}

.form_resume-input:nth-child(5) {
    order: 4;
}

.form_resume-input:nth-child(6) {
    order: 3;
}

.form_resume-input:nth-child(7) {
    order: 5;
}

.form_resume-input:nth-child(8) {
    order: 6;
}

.form_resume-input input {
    background: transparent;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 28px 39px 28px 39px;
    position: relative;
    z-index: 0;
}

.form_resume-input-placeholder {
    position: absolute;
    z-index: -1;
    top: 38px;
    left: 40px;
    color: #65798C;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1.3;
}

.form_resume-input-placeholder span {
    color: #FF6857;
}

.form_resume-file {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.form_resume-file:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 39px;
    margin: -12px 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjNjU3OThDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTIxLjQ0IDExLjA1LTkuMTkgOS4xOWE2LjAwMyA2LjAwMyAwIDEgMS04LjQ5LTguNDlsOS4xOS05LjE5YTQuMDAyIDQuMDAyIDAgMCAxIDUuNjYgNS42NmwtOS4yIDkuMTlhMi4wMDEgMi4wMDEgMCAxIDEtMi44My0yLjgzbDguNDktOC40OCIvPjwvc3ZnPg==') center no-repeat;
    background-size: 24px 24px;
}

.form_resume-file input {
    display: block;
    /*width: 0;
    height: 0;*/
    padding: 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.form_resume-file-placeholder,
.form_resume-file-name {
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 83px;
    left: 39px;
    transform: translateY(-50%);
    color: #65798C;
    font-size: 16px;
    line-height: 1.3;
}

.form_resume-file-placeholder span {
    color: #FF6857;
}

.form_resume-file-name {
    display: none;
    color: #000;
}

.form_resume-file.on .form_resume-file-placeholder {
    display: none;
}

.form_resume-file.on .form_resume-file-name {
    display: block;
}

.form_resume-submit.btn {
    display: block;
    padding: 19px 40px 18px 40px;
    margin: 0 0 20px 0;
    background: #44A09D;
    border: 2px solid #44A09D;
}

.form_resume-submit.btn:hover {
    background-color: transparent;
}

.form_resume-privacy {
    font-size: 16px;
    line-height: 1.3;
}

.form_resume-privacy a,
.form_resume-privacy a:focus,
.form_resume-privacy a:hover {
    color: #44A09D;
}

.footer_form-error {
    background: #FF6857;
    padding: 20px;
    border: 1px solid #D6001C;
    margin: 0 0 20px 0;
    border-radius: 39px;
}

.footer_form-success {
    background: #44A09D;
    padding: 20px;
    border: 1px solid #fff;
    margin: 20px 0 0 0;
    border-radius: 39px;
}

/* End */


/* Start:/local/components/local/footer_form/style.css?176967867264*/
body .grecaptcha-badge { 
    visibility: visible !important;
}

/* End */
/* /local/templates/rtkservice/components/bitrix/news.list/slider/style.css?17696786722008 */
/* /local/components/local/tabs/templates/career_tab/style.css?1769678672885 */
/* /local/templates/rtkservice/components/bitrix/news.list/career_people/style.css?17696786721548 */
/* /local/templates/rtkservice/components/bitrix/news.list/career_commands/style.css?17696786721913 */
/* /local/templates/rtkservice/components/bitrix/news.list/career_map/style.css?1769678672589 */
/* /local/templates/rtkservice/components/bitrix/news.list/career_office/style.css?1769678672620 */
/* /local/templates/rtkservice/components/bitrix/news.list/career_advantages/style.css?1769678672768 */
/* /local/templates/rtkservice/components/bitrix/news.list/career_qa/style.css?17696786722057 */
/* /local/components/local/footer_form/templates/form_resume/style.css?17696786724009 */
/* /local/components/local/footer_form/style.css?176967867264 */
