

/* Start:/local/templates/rs.scarlett/assets/hr/hr.css?176666641842268*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease, visibility .35s ease;
    transition: height .35s ease, visibility .35s ease
}

html {
    -webkit-tap-highlight-color: transparent
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.hr__section {
    color: #595959
}

.hr__section h1, .hr__section h2, .hr__section h3, .hr__section h4, .hr__section h5, .hr__section h6, .hr__section p {
    margin: 0
}

.hr__section img {
    display: block;
    max-width: 100%;
    height: auto
}

.hr__section.is--nav {
    display: none;
    background-color: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #f0f0f0;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 29;
    opacity: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

@media (min-width: 768px) {
    .hr__section.is--nav {
        display: block
    }
}

.hr__section.is--nav.is--visible {
    opacity: 1
}

.hr__section.is--header {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px
}

@media (min-width: 992px) {
    .hr__section.is--header {
        padding-bottom: 0
    }
}

.hr__section.is--year {
    background-color: #f0f0f0;
    text-align: center
}

.hr__section.is--team {
    overflow: hidden;
    padding-bottom: 48px
}

@media (min-width: 992px) {
    .hr__section.is--team {
        padding-bottom: 0
    }
}

.hr__section.is--history {
    margin-top: -48px
}

@media (min-width: 992px) {
    .hr__section.is--history {
        margin-top: 0
    }
}

.hr__section.is--numbers {
    position: relative;
    background-color: #00c4d9;
    color: #fff;
    overflow: hidden
}

.hr__section.is--form {
    background-color: rgba(240, 240, 240, .3)
}

.hr__section [data-slick-team] .slick-btn {
    width: 60px;
    height: 60px;
    background: 0 0;
    position: absolute;
    top: initial;
    bottom: 25px
}

.hr__section [data-slick-team] .slick-btn::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center
}

.hr__section [data-slick-team] .slick-btn::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.hr__section [data-slick-team] .slick-btn.is--prev {
    left: 6.2vw
}

.hr__section [data-slick-team] .slick-btn.is--prev::before {
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 13L13 1l2 2L4.2 14l11 11-2.2 2L1 15v-2z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 12px auto
}

.hr__section [data-slick-team] .slick-btn.is--next {
    right: 8.2vw
}

.hr__section [data-slick-team] .slick-btn.is--next::before {
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 15L3 27l-2-2 10.9-11L.9 3l2.2-2 12 12v2z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 12px auto
}

.hr__section [data-slick-history] {
    margin-left: -15px;
    padding-left: 10px
}

@media (min-width: 768px) {
    .hr__section [data-slick-history] {
        margin: 0;
        padding: 0
    }
}

.hr__section .slick-dotted .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hr__section .slick-dotted .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0
}

.hr__section .slick-dotted .slick-dots li button {
    display: block;
    font-size: 0;
    line-height: 0;
    outline: 0;
    border: 0;
    padding: 0;
    background-color: #f0f0f0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 10px;
    height: 10px;
    margin: 0 !important
}

.hr__section .slick-dotted .slick-dots li button::before {
    display: none !important
}

.hr__section .slick-dotted .slick-dots li.slick-active button {
    background-color: #00c4d9
}

.hr__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hr__container.is--nav {
    max-width: 1210px
}

.hr__container.is--holding {
    padding-top: 35px;
    padding-bottom: 45px
}

@media (min-width: 992px) {
    .hr__container.is--holding {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

.hr__container.is--year {
    padding-top: 80px;
    padding-bottom: 73px
}

@media (min-width: 1200px) {
    .hr__container.is--year {
        padding-top: 83px;
        padding-bottom: 75px
    }
}

.hr__container.is--team {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.hr__container.is--history {
    max-width: 1285px;
    padding-bottom: 30px
}

@media (min-width: 1200px) {
    .hr__container.is--history {
        padding-top: 97px;
        padding-bottom: 85px
    }
}

.hr__container.is--numbers {
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 1200px) {
    .hr__container.is--numbers {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.hr__container.is--geo {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 1200px) {
    .hr__container.is--geo {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.hr__container.is--vacancies {
    padding-top: 72px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px
}

.hr__container.is--vacancies > div{
    margin: 0 auto;
}

.hr__container.is--vacancies #vacanciesWidgetContainer{
    width: 100%!important;
}

@media (min-width: 1200px) {
    .hr__container.is--vacancies {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.hr__container.is--form {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1200px) {
    .hr__container.is--form {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.hr__nav {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0
}

.hr__nav li a {
    text-decoration: none;
    color: #595959;
    font-family: Museo-700;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    display: block;
    padding: 25px 0;
    font-size: 9px;
    line-height: 120%;
    text-transform: uppercase
}

.hr__nav li a.is--active, .hr__nav li a:hover {
    color: #4cd6e4
}

@media (min-width: 575px) {
    .hr__nav li a {
        padding: 20px 0;
        text-transform: none;
        font-size: 16px;
        line-height: 125%
    }
}

.hr__bg.is--numbers {
    position: absolute;
    z-index: 1;
    width: 1233px;
    height: 278px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    max-width: initial;
    top: 482px;
    left: -546px
}

@media (min-width: 575px) {
    .hr__bg.is--numbers {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1808px;
        height: 410px;
        top: 85px;
        left: 51%
    }
}

.hr__group.is--header {
    position: relative;
    z-index: 2;
    background-color: #00c4d9;
    margin-top: -35px;
    padding: 27px 15px 0;
    text-align: center
}

@media (min-width: 992px) {
    .hr__group.is--header {
        padding-bottom: 27px;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 23%;
        right: 23%;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hr__group.is--header::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 50%;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#4cd6e4), color-stop(18%, #4cd6e4), color-stop(18%, #00c4d9), color-stop(68%, #00c4d9), color-stop(68%, #4cd6e4), to(#4cd6e4));
        background: linear-gradient(to bottom, #4cd6e4 0, #4cd6e4 18%, #00c4d9 18%, #00c4d9 68%, #4cd6e4 68%, #4cd6e4 100%)
    }

    .hr__group.is--header::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 50%;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#00c4d9), color-stop(18%, #00c4d9), color-stop(18%, #4cd6e4), color-stop(68%, #4cd6e4), color-stop(68%, #00c4d9), to(#00c4d9));
        background: linear-gradient(to bottom, #00c4d9 0, #00c4d9 18%, #4cd6e4 18%, #4cd6e4 68%, #00c4d9 68%, #00c4d9 100%)
    }
}

.hr__group.is--vacancies {
    max-width: 1030px;
    margin: 0 auto
}

.hr__row.is--holding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    gap: 15px
}

/*.hr__row.is--holding::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(76, 214, 228, 0)), color-stop(50%, #00c4d9), to(rgba(76, 214, 228, 0)));
    background: linear-gradient(to left, rgba(76, 214, 228, 0) 0, #00c4d9 50%, rgba(76, 214, 228, 0) 100%)
}*/

/*.hr__row.is--holding::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 214, 228, 0)), color-stop(50%, #00c4d9), to(rgba(76, 214, 228, 0)));
    background: linear-gradient(to top, rgba(76, 214, 228, 0) 0, #00c4d9 50%, rgba(76, 214, 228, 0) 100%)
}*/

.hr__row.is--holding > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 15px);
    flex: 1 0 calc(50% - 15px);
    position: relative;
}

.hr__row.is--holding > *:first-of-type:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 214, 228, 0)), color-stop(50%, #00c4d9), to(rgba(76, 214, 228, 0)));
    background: linear-gradient(to top, rgba(76, 214, 228, 0) 0, #00c4d9 50%, rgba(76, 214, 228, 0) 100%)
}

.hr__row.is--holding > :nth-child(1) a, .hr__row.is--holding > :nth-child(2) a {
    padding-top: 27px;
    padding-bottom: 10px
}

.hr__row.is--holding > :nth-child(1) a, .hr__row.is--holding > :nth-child(3) a {
    padding-left: 35px
}

.hr__row.is--holding > :nth-child(3) a, .hr__row.is--holding > :nth-child(4) a {
    padding-top: 15px;
    padding-bottom: 27px
}

.hr__row.is--holding > :nth-child(2) a, .hr__row.is--holding > :nth-child(4) a {
    padding-left: 18px
}

.hr__row.is--holding > :nth-child(1) a {
    padding-right: 29px
}

.hr__row.is--holding > :nth-child(2) a {
    padding-right: 30px
}

.hr__row.is--holding > :nth-child(3) a {
    padding-right: 30px
}

.hr__row.is--holding > :nth-child(4) a {
    padding-right: 37px
}

@media (min-width: 1200px) {
    .hr__row.is--holding {
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1000px;
    }

    .hr__row.is--holding::before {
        display: none;
    }

    .hr__row.is--holding > * {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 15px);
        flex: 1 0 calc(25% - 15px);
        position: relative
    }

    .hr__row.is--holding:not(:last-of-type) > ::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -7px;
        width: 1px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 214, 228, 0)), to(#00c4d9));
        background: linear-gradient(to bottom, rgba(76, 214, 228, 0) 0, #00c4d9 100%)
    }

    .hr__row.is--holding > * a {
        padding: 0 !important
    }
}

.hr__row.is--team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hr__row.is--team > * {
    max-width: 100%
}

.hr__row.is--team > :nth-child(2) {
    padding: 30px 0 20px
}

@media (min-width: 1200px) {
    .hr__row.is--team > :nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 42%;
        flex: 1 1 42%;
        max-width: 42%
    }

    .hr__row.is--team > :nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 58%;
        flex: 1 1 58%;
        max-width: 58%;
        padding: 0
    }
}

.hr__row.is--history {
    padding-top: 45px
}

@media (min-width: 768px) {
    .hr__row.is--history {
        display: grid;
        grid-gap: 10px 20px;
        grid-template-columns:repeat(3, 1fr);
        padding-top: 0
    }
}

.hr__row.is--numbers {
    display: grid;
    grid-gap: 30px;
    grid-template-columns:100%;
    max-width: 820px;
    margin: 0 auto
}

@media (min-width: 575px) {
    .hr__row.is--numbers {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 768px) {
    .hr__row.is--numbers {
        grid-template-columns:1fr 1fr 1fr;
        grid-gap: 52px 30px
    }
}

@media (min-width: 768px) {
    .hr__row.is--adv {
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }

    .hr__row.is--adv > .hr__card .hr__name {
        margin: 0 auto;
        max-width: 250px
    }

    .hr__row.is--adv > .hr__card:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .hr__row.is--adv > .hr__card:nth-child(2) .hr__name {
        margin: 0 auto;
        max-width: 200px
    }

    .hr__row.is--adv > .hr__card:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        color: #fff;
        background-color: #4cd6e4
    }

    .hr__row.is--adv > .hr__card:nth-child(3) .hr__name {
        margin: 0 auto;
        max-width: 200px
    }

    .hr__row.is--adv > .hr__card:nth-child(7) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        color: #fff;
        background-color: #4cd6e4
    }

    .hr__row.is--adv > .hr__card:nth-child(6) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .hr__row.is--adv > .hr__card:nth-child(6) .hr__name {
        margin: 0 auto;
        max-width: 240px
    }

    .hr__row.is--adv > .hr__card:nth-child(8) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .hr__row.is--adv > .hr__card:nth-child(1) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        color: #fff;
        background-color: #00c4d9
    }

    .hr__row.is--adv > .hr__card:nth-child(5) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        color: #fff;
        background-color: #00c4d9
    }

    .hr__row.is--adv > .hr__card:nth-child(4) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
}

@media (min-width: 992px) {
    .hr__row.is--adv {
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        grid-template-rows:repeat(16, 50px)
    }

    .hr__row.is--adv > .hr__card {
        grid-row: span 7
    }

    .hr__row.is--adv > .hr__card:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .hr__row.is--adv > .hr__card:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-row: span 9
    }

    .hr__row.is--adv > .hr__card:nth-child(6) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .hr__row.is--adv > .hr__card:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        grid-row: span 9
    }

    .hr__row.is--adv > .hr__card:nth-child(1) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        grid-row: span 9
    }

    .hr__row.is--adv > .hr__card:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .hr__row.is--adv > .hr__card:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        grid-row: span 9
    }

    .hr__row.is--adv > .hr__card:nth-child(8) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
}

.hr__form.is--form {
    max-width: 400px;
    margin: 0 auto
}

.hr__form.is--form .hr__btn {
    width: 100%
}

.hr__input {
    width: 100%;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    color: #595959;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    font-family: Museo-300;
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px
}

.hr__input::-moz-placeholder {
    color: #595959;
    opacity: .5
}

.hr__input::-webkit-input-placeholder {
    color: #595959;
    opacity: .5
}

.hr__input:focus {
    border-color: #00c4d9;
    outline: 0
}

.hr__file-input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1px;
    left: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    top: 0
}

.hr__file-area {
    font-family: Museo-300;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    min-height: 50px;
    padding: 15px 30px;
    background-repeat: no-repeat;
    background-size: 12px 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 24c-3.3 0-6-2.5-6-5.5v-12c0-.5.4-1 1-1s1 .5 1 1v12c0 2 1.8 3.7 4 3.7s4-1.7 4-3.7V4.2c0-1.3-1.1-2.4-2.5-2.4S5 2.8 5 4.2v14.3c0 .5.4.9 1 .9s1-.4 1-1v-12c0-.4.4-.9 1-.9s1 .5 1 1v12c0 1.5-1.3 2.7-3 2.7S3 20 3 18.5V4.2C3 1.9 5 0 7.5 0S12 1.9 12 4.2v14.3c0 3-2.7 5.5-6 5.5z' fill='%2300C4D9'/%3E%3C/svg%3E");
    background-position: 0 14px
}

@media (min-width: 1200px) {
    .hr__file-area {
        padding: 10px 30px;
        background-position: 0 9px
    }
}

.hr__file-remove {
    white-space: nowrap;
    margin-left: auto;
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #00c4d9
}

.hr__agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Museo-300;
    font-size: 12px;
    line-height: 14px;
    color: #595959;
    opacity: .5
}

.hr__agreement a {
    color: #595959
}

.hr__agreement-input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0)
}

.hr__agreement-icon {
    position: relative;
    min-width: 15px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin-right: 10px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hr__agreement-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    background-repeat: no-repeat;
    background-position: 50%
}

.hr__agreement-input:checked + .hr__agreement-icon::after {
    background-color: #00c4d9;
    background-image: url(//www.scarlett.ru//local/templates/rs.scarlett/assets/img/checked.png)
}

.hr__card.is--holding a {
    display: block
}

.hr__card.is--holding a img {
    margin: 0 auto;
    height: 30px;
}

.hr__card.is--history {
    position: relative;
    width: 320px;
    margin: 40px 5px 0;
    padding: 0 15px 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c4d9), to(rgba(0, 196, 217, 0)));
    background: linear-gradient(to bottom, #00c4d9 0, rgba(0, 196, 217, 0) 100%)
}

.hr__card.is--history > * {
    position: relative;
    z-index: 2
}

.hr__card.is--history::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: #fff
}

@media (min-width: 768px) {
    .hr__card.is--history {
        width: initial;
        padding: 0 30px 40px;
        margin: 40px 0 0
    }
}

.hr__card.is--numbers {
    text-align: center;
    font-family: Museo-300;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px
}

.hr__card.is--adv {
    background-color: rgba(240, 240, 240, .3);
    font-size: 18px;
    line-height: 23px;
    font-family: Museo-300;
    font-weight: 300;
    color: #595959;
    text-align: center;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .hr__card.is--adv:nth-child(4n+1) {
        color: #fff;
        background-color: #00c4d9
    }

    .hr__card.is--adv:nth-child(4n+3) {
        color: #fff;
        background-color: #4cd6e4
    }


    .hr__row.is--holding > *{
        flex: 1 0 calc(100% - 15px);
    }
    .hr__row.is--holding > *:after{
        display: none;
    }
}

@media (min-width: 768px) {
    .hr__card.is--adv {
        font-size: 24px;
        line-height: 30px
    }
}

.hr__card.is--vacancies {
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    margin-bottom: 10px;
    background: #fff
}

.hr__card.is--vacancies:last-child {
    margin-bottom: 0
}

.hr__card.is--vacancies.is--active {
    -webkit-box-shadow: 0 4px 15px -3px rgba(72, 210, 225, .4);
    box-shadow: 0 4px 15px -3px rgba(72, 210, 225, .4)
}

.hr__card.is--form {
    display: block;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px
}

.hr__card.is--form.is--file {
    margin-bottom: 15px
}

.hr__card.is--form:last-child {
    margin-bottom: 0
}

.hr__img {
    display: block
}

.hr__img.is--header img {
    width: 100%
}

.hr__img.is--holding img {
    margin: 0 auto
}

.hr__img.is--team {
    position: relative;
    margin: 0 5px;
    width: 92vw
}

.hr__img.is--team img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hr__img.is--team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(196, 196, 196, .8);
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hr__img.is--team.slick-current::before {
    background-color: rgba(196, 196, 196, 0)
}

@media (min-width: 1200px) {
    .hr__img.is--team {
        width: 675px
    }
}

.hr__img.is--history {
    border: 1px solid #00c4d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: -37px auto 20px;
    background-color: #fff
}

@media (min-width: 768px) {
    .hr__img.is--history {
        margin-bottom: 35px
    }
}

.hr__img.is--geo {
    margin: 0 auto;
    overflow: auto;
    max-width: 1020px;
    padding-bottom: 6px
}

.hr__img.is--geo::-webkit-scrollbar-track {
    background-color: #fff
}

.hr__img.is--geo::-webkit-scrollbar {
    width: 4px;
    background: #fff
}

.hr__img.is--geo::-webkit-scrollbar-thumb {
    background-color: #00c4d9;
    border-radius: 0
}

.hr__img.is--geo::-webkit-scrollbar-track {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0)), color-stop(80%, rgba(240, 240, 240, 0)), color-stop(80%, #f0f0f0), color-stop(80%, #f0f0f0));
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0, rgba(240, 240, 240, 0) 80%, #f0f0f0 80%, #f0f0f0 80%)
}

.hr__img.is--geo::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0)), color-stop(80%, rgba(240, 240, 240, 0)), color-stop(80%, #f0f0f0), color-stop(80%, #f0f0f0));
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0, rgba(240, 240, 240, 0) 80%, #f0f0f0 80%, #f0f0f0 80%)
}

.hr__img.is--geo::-webkit-scrollbar-thumb {
    background-color: #00c4d9;
    border-radius: 0
}

@media (min-width: 1200px) {
    .hr__img.is--geo {
        padding-bottom: 0
    }
}

.hr__img.is--geo img {
    max-width: 1020px;
    width: 100%;
    display: block
}

.hr__img.is--adv {
    margin-bottom: 20px
}

.hr__img.is--adv img {
    margin: 0 auto
}

.hr__heading.is--header {
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: Museo-700;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 27px
}

@media (min-width: 1200px) {
    .hr__heading.is--header {
        max-width: 600px;
        font-size: 48px;
        line-height: 65px;
        margin-bottom: 30px
    }
}

.hr__heading.is--history {
    font-size: 35px;
    line-height: 53px;
    text-align: center;
    font-family: Museo-700;
    font-weight: 700
}

.hr__heading.is--numbers {
    text-transform: uppercase;
    text-align: center;
    font-family: Museo-700;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #fff
}

@media (min-width: 992px) {
    .hr__heading.is--numbers {
        font-size: 35px;
        line-height: 53px;
        margin-bottom: 50px
    }
}

.hr__heading.is--geo {
    color: #00c4d9;
    text-transform: uppercase;
    text-align: center;
    font-family: Museo-700;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    .hr__heading.is--geo {
        font-size: 35px;
        line-height: 53px
    }
}

.hr__heading.is--vacancies {
    color: #00c4d9;
    text-transform: uppercase;
    text-align: center;
    font-family: Museo-700;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .hr__heading.is--vacancies {
        font-size: 35px;
        line-height: 53px;
        margin-bottom: 33px
    }
}

.hr__heading.is--form {
    color: #00c4d9;
    text-transform: uppercase;
    text-align: center;
    font-family: Museo-700;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .hr__heading.is--form {
        font-size: 35px;
        line-height: 53px;
        margin-bottom: 33px
    }
}

.hr__name.is--numbers {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: Museo-700;
    font-weight: 700
}

.hr__name.is--numbers small {
    font-size: 16px;
    line-height: 24px;
    opacity: .5
}

@media (min-width: 992px) {
    .hr__name.is--numbers {
        font-size: 35px;
        line-height: 53px
    }

    .hr__name.is--numbers small {
        font-size: 18px;
        line-height: 24px
    }
}

.hr__name.is--vacancies.is--collapse {
    display: block;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    background-color: #00c4d9;
    text-decoration: none;
    font-family: Museo-300;
    font-weight: 300;
    color: #fff;
    background-position: calc(100% - 20px) 20px;
    padding: 20px
}

.hr__name.is--vacancies.is--collapse[aria-expanded=true] {
    background-color: #fff;
    color: #595959;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 10H0v3.7h24V10z' fill='%2300C4D9'/%3E%3C/svg%3E")
}

@media (min-width: 992px) {
    .hr__name.is--vacancies.is--collapse {
        padding: 50px 75px;
        background-position: calc(100% - 75px) 53px;
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9 10.1H24V14H13.9V24H10V13.9H0V10h10.1V0H14v10.1z'  fill='%23fff'/%3E%3C/svg%3E")
    }

    .hr__name.is--vacancies.is--collapse[aria-expanded=true] {
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 10H0v3.7h24V10z' fill='%2300C4D9'/%3E%3C/svg%3E")
    }
}

.hr__name.is--vacancies.is--name {
    font-size: 18px;
    line-height: 23px;
    padding-right: 30px
}

@media (min-width: 992px) {
    .hr__name.is--vacancies.is--name {
        font-size: 24px;
        line-height: 30px
    }
}

.hr__name.is--vacancies.is--cost {
    font-size: 16px;
    line-height: 24px;
    font-family: Museo-700;
    font-weight: 700;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    color: #fff
}

@media (min-width: 992px) {
    .hr__name.is--vacancies.is--cost {
        font-size: 18px;
        line-height: 30px
    }
}

[aria-expanded=true] .hr__name.is--vacancies.is--cost {
    color: #00c4d9
}

.hr__name.is--vacancies.is--addr {
    font-family: Museo-300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px
}

.hr__note.is--holding {
    text-align: center;
    font-family: Museo-300;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    margin-top: -55px;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .hr__note.is--holding {
        /*margin-top: -120px;*/
        margin-bottom: 50px
    }
}

.hr__note.is--year {
    font-family: Museo-300;
    font-weight: 300;
    color: #595959;
    font-size: 18px;
    line-height: 30px
}

.hr__note.is--year h2 {
    color: #00c4d9;
    font-family: Museo-700;
    font-weight: 700;
    font-size: 35px;
    line-height: 53px;
    text-transform: uppercase
}

.hr__note.is--year h2 span {
    font-size: 200%
}

@media (min-width: 1200px) {
    .hr__note.is--year {
        font-size: 24px;
        line-height: 30px
    }

    .hr__note.is--year h2 {
        margin-bottom: 8px
    }
}

.hr__note.is--team {
    position: relative;
    font-family: Museo-300;
    font-weight: 400;
    background-color: #00c4d9;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 50px 40px
}

.hr__note.is--team::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 60%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c4d9), color-stop(38%, #00c4d9), color-stop(38%, #4cd6e4), to(#4cd6e4));
    background: linear-gradient(to bottom, #00c4d9 0, #00c4d9 38%, #4cd6e4 38%, #4cd6e4 100%)
}

.hr__note.is--team::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 40%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#4cd6e4), color-stop(38%, #4cd6e4), color-stop(38%, #00c4d9), to(#00c4d9));
    background: linear-gradient(to bottom, #4cd6e4 0, #4cd6e4 38%, #00c4d9 38%, #00c4d9 100%)
}

.hr__note.is--team .is--hidden-xs {
    display: none
}

.hr__note.is--team.is--visible-xs {
    padding-bottom: 0
}

.hr__note.is--team * {
    position: relative;
    z-index: 2
}

.hr__note.is--team * + .hr__btn {
    margin-top: 50px
}

@media (min-width: 1200px) {
    .hr__note.is--team {
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 6.9vw;
        padding-right: 7.2vw;
        font-size: 16px;
        line-height: 24px
    }

    .hr__note.is--team::before {
        width: 43%;
        bottom: 52%;
        background: -webkit-gradient(linear, left top, left bottom, from(#00c4d9), color-stop(54%, #00c4d9), color-stop(54%, #4cd6e4), to(#4cd6e4));
        background: linear-gradient(to bottom, #00c4d9 0, #00c4d9 54%, #4cd6e4 54%, #4cd6e4 100%)
    }

    .hr__note.is--team::after {
        width: 57%;
        bottom: 52%;
        background: -webkit-gradient(linear, left top, left bottom, from(#4cd6e4), color-stop(54%, #4cd6e4), color-stop(54%, #00c4d9), to(#00c4d9));
        background: linear-gradient(to bottom, #4cd6e4 0, #4cd6e4 54%, #00c4d9 54%, #00c4d9 100%)
    }

    .hr__note.is--team p {
        margin-bottom: 25px
    }

    .hr__note.is--team .is--hidden-xs {
        display: block;
        padding: 0;
        position: static
    }

    .hr__note.is--team .is--hidden-xs:before {
        display: none
    }

    .hr__note.is--team .is--hidden-xs::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 65%;
        right: 0;
        bottom: 0;
        width: 57%;
        background: -webkit-gradient(linear, left bottom, left top, from(#4cd6e4), color-stop(50%, #4cd6e4), color-stop(50%, #00c4d9), to(#00c4d9));
        background: linear-gradient(to top, #4cd6e4 0, #4cd6e4 50%, #00c4d9 50%, #00c4d9 100%)
    }

    .hr__note.is--team.is--visible-xs {
        display: none
    }
}

.hr__note.is--history {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: Museo-300;
    font-weight: 300
}

.hr__note.is--vacancies {
    font-family: Museo-300;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px 20px
}

@media (min-width: 992px) {
    .hr__note.is--vacancies {
        padding: 0 75px 50px
    }
}

.hr__note.is--vacancies b, .hr__note.is--vacancies h1, .hr__note.is--vacancies h2, .hr__note.is--vacancies h3, .hr__note.is--vacancies h4, .hr__note.is--vacancies h5, .hr__note.is--vacancies h6 {
    font-size: initial;
    line-height: initial;
    font-family: Museo-700;
    font-weight: 700;
    margin-bottom: 12px
}

.hr__note.is--vacancies * + h1, .hr__note.is--vacancies * + h2, .hr__note.is--vacancies * + h3, .hr__note.is--vacancies * + h4, .hr__note.is--vacancies * + h5, .hr__note.is--vacancies * + h6 {
    padding-top: 33px
}

.hr__note.is--vacancies * + .hr__btn {
    margin-top: 20px
}

.hr__note.is--vacancies .hr__btn {
    width: 100%;
    max-width: 400px
}

@media (min-width: 992px) {
    .hr__note.is--vacancies * + .hr__btn {
        margin-top: 40px
    }
}

.hr__btn {
    border: 0;
    display: block;
    font-family: Museo-700;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    padding: 24px 40px 19px;
    background-color: #00c4d9;
    color: #fff;
    -webkit-box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
    box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.hr__btn:hover {
    -webkit-box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .1);
    box-shadow: 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .1)
}

@media (min-width: 992px) {
    .hr__btn {
        display: inline-block;
        -webkit-box-shadow: 0 100px 80px rgba(0, 0, 0, .07), 0 41.7776px 33.4221px rgba(0, 0, 0, .0503198), 0 22.3363px 17.869px rgba(0, 0, 0, .0417275), 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802);
        box-shadow: 0 100px 80px rgba(0, 0, 0, .07), 0 41.7776px 33.4221px rgba(0, 0, 0, .0503198), 0 22.3363px 17.869px rgba(0, 0, 0, .0417275), 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0 2.76726px 2.21381px rgba(0, 0, 0, .0196802)
    }

    .hr__btn:hover {
        -webkit-box-shadow: 0 100px 80px rgba(0, 0, 0, .07), 0 41.7776px 33.4221px rgba(0, 0, 0, .0503198), 0 22.3363px 17.869px rgba(0, 0, 0, .0417275), 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .1), 0 2.76726px 2.21381px rgba(0, 0, 0, .2);
        box-shadow: 0 100px 80px rgba(0, 0, 0, .07), 0 41.7776px 33.4221px rgba(0, 0, 0, .0503198), 0 22.3363px 17.869px rgba(0, 0, 0, .0417275), 0 12.5216px 10.0172px rgba(0, 0, 0, .035), 0 6.6501px 5.32008px rgba(0, 0, 0, .1), 0 2.76726px 2.21381px rgba(0, 0, 0, .2)
    }
}

.hr__btn.is--white, .hr__btn.is--white:hover, .hr__btn.is--whitefocus {
    background-color: #fff;
    color: #00c4d9
}

.hr__btn.is--header {
    position: relative;
    z-index: 2;
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 1200px) {
    .hr__btn.is--header {
        margin: 0
    }
}

.hr__btn.is--team {
    display: block;
    margin-top: 50px;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1200px) {
    .hr__btn.is--team {
        margin: 0
    }
}

.formError {
    z-index: 990;
    position: absolute;
    bottom: -2px !important;
    top: initial !important;
    left: 0 !important;
    display: block;
    cursor: pointer;
    text-align: left;
    margin-top: 0 !important;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.hr__card.is--file .formError {
    bottom: 5px !important
}

.formError + .hr__input {
    border-color: #db4c4c !important
}

.formError ~ .hr__file-area {
    color: #db4c4c !important;
    background-repeat: no-repeat;
    background-size: 12px 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 24c-3.3 0-6-2.5-6-5.5v-12c0-.5.4-1 1-1s1 .5 1 1v12c0 2 1.8 3.7 4 3.7s4-1.7 4-3.7V4.2c0-1.3-1.1-2.4-2.5-2.4S5 2.8 5 4.2v14.3c0 .5.4.9 1 .9s1-.4 1-1v-12c0-.4.4-.9 1-.9s1 .5 1 1v12c0 1.5-1.3 2.7-3 2.7S3 20 3 18.5V4.2C3 1.9 5 0 7.5 0S12 1.9 12 4.2v14.3c0 3-2.7 5.5-6 5.5z' fill='%23db4c4c'/%3E%3C/svg%3E")
}

.formError .formErrorContent {
    z-index: 991;
    position: relative;
    width: 100%;
    min-width: 120px;
    font-size: 12px;
    line-height: 14px;
    font-family: Museo-500;
    padding-top: 0;
    color: #db4c4c
}

.formError .formErrorContent br {
    display: none
}

.ui-dialog .formError {
    z-index: 5000
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006
}

.inputContainer {
    position: relative;
    float: left
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}
/* End */
/* /local/templates/rs.scarlett/assets/hr/hr.css?176666641842268 */
