@-webkit-keyframes moveReverse {
    0% {
        -webkit-transform: translateX(-webkit-calc(0vw - 0px)) scale(1, 1);
        transform: translateX(calc(0vw - 0px)) scale(1, 1);
    }
    1% {
        -webkit-transform: translateX(-webkit-calc(0vw - 160px)) scale(1, 1);
        transform: translateX(calc(0vw - 160px)) scale(1, 1);
    }
    49% {
        -webkit-transform: translateX(-webkit-calc(100vw + 640px)) scale(1, 1);
        transform: translateX(calc(100vw + 640px)) scale(1, 1);
    }
    50% {
        -webkit-transform: translateX(-webkit-calc(100vw + 640px)) scale(-1, 1);
        transform: translateX(calc(100vw + 640px)) scale(-1, 1);
    }
    51% {
        -webkit-transform: translateX(-webkit-calc(100vw + 640px)) scale(-1, 1);
        transform: translateX(calc(100vw + 640px)) scale(-1, 1);
    }
    99% {
        -webkit-transform: translateX(-webkit-calc(0vw - 160px)) scale(-1, 1);
        transform: translateX(calc(0vw - 160px)) scale(-1, 1);
    }
    100% {
        -webkit-transform: translateX(-webkit-calc(0vw - 0px)) scale(1, 1);
        transform: translateX(calc(0vw - 0px)) scale(1, 1);
    }
}
@keyframes moveReverse {
    0% {
        -webkit-transform: translateX(-webkit-calc(0vw - 0px)) scale(1, 1);
        transform: translateX(calc(0vw - 0px)) scale(1, 1);
    }
    1% {
        -webkit-transform: translateX(-webkit-calc(0vw - 160px)) scale(1, 1);
        transform: translateX(calc(0vw - 160px)) scale(1, 1);
    }
    49% {
        -webkit-transform: translateX(-webkit-calc(100vw + 640px)) scale(1, 1);
        transform: translateX(calc(100vw + 640px)) scale(1, 1);
    }
    50% {
        -webkit-transform: translateX(-webkit-calc(100vw + 640px)) scale(-1, 1);
        transform: translateX(calc(100vw + 640px)) scale(-1, 1);
    }
    51% {
        -webkit-transform: translateX(-webkit-calc(100vw + 640px)) scale(-1, 1);
        transform: translateX(calc(100vw + 640px)) scale(-1, 1);
    }
    99% {
        -webkit-transform: translateX(-webkit-calc(0vw - 160px)) scale(-1, 1);
        transform: translateX(calc(0vw - 160px)) scale(-1, 1);
    }
    100% {
        -webkit-transform: translateX(-webkit-calc(0vw - 0px)) scale(1, 1);
        transform: translateX(calc(0vw - 0px)) scale(1, 1);
    }
}
@-webkit-keyframes moveReverseWide {
    0% {
        -webkit-transform: translateX(0px) scale(1, 1);
        transform: translateX(0px) scale(1, 1);
    }
    1% {
        -webkit-transform: translateX(-160px) scale(1, 1);
        transform: translateX(-160px) scale(1, 1);
    }
    49% {
        -webkit-transform: translateX(2560px) scale(1, 1);
        transform: translateX(2560px) scale(1, 1);
    }
    50% {
        -webkit-transform: translateX(2560px) scale(-1, 1);
        transform: translateX(2560px) scale(-1, 1);
    }
    51% {
        -webkit-transform: translateX(2560px) scale(-1, 1);
        transform: translateX(2560px) scale(-1, 1);
    }
    99% {
        -webkit-transform: translateX(-160px) scale(-1, 1);
        transform: translateX(-160px) scale(-1, 1);
    }
    100% {
        -webkit-transform: translateX(0px) scale(1, 1);
        transform: translateX(0px) scale(1, 1);
    }
}
@keyframes moveReverseWide {
    0% {
        -webkit-transform: translateX(0px) scale(1, 1);
        transform: translateX(0px) scale(1, 1);
    }
    1% {
        -webkit-transform: translateX(-160px) scale(1, 1);
        transform: translateX(-160px) scale(1, 1);
    }
    49% {
        -webkit-transform: translateX(2560px) scale(1, 1);
        transform: translateX(2560px) scale(1, 1);
    }
    50% {
        -webkit-transform: translateX(2560px) scale(-1, 1);
        transform: translateX(2560px) scale(-1, 1);
    }
    51% {
        -webkit-transform: translateX(2560px) scale(-1, 1);
        transform: translateX(2560px) scale(-1, 1);
    }
    99% {
        -webkit-transform: translateX(-160px) scale(-1, 1);
        transform: translateX(-160px) scale(-1, 1);
    }
    100% {
        -webkit-transform: translateX(0px) scale(1, 1);
        transform: translateX(0px) scale(1, 1);
    }
}
/*mixin*/
.header .landing__drop_item {
    font-size: 14px;
}
.landing .top_block__illustration-image:before,
.landing .top_block__illustration-image:after {
    position: absolute;
    display: block;
    width: 281px;
    height: 78px;
    content: '';
    background: url(/front/img/top_img/two_yellow_parallelograms.svg) center no-repeat transparent;
    -webkit-background-size: cover;
    background-size: cover;
}
@media (max-width: 1199px) {
    .landing .top_block__illustration-image:before,
    .landing .top_block__illustration-image:after {
        display: none;
    }
}
.landing .top_block__illustration-image:before {
    bottom: 0;
    left: 0;
    -ms-transform: scale(-1, -1) translate(-30%, -106px);
    -webkit-transform: scale(-1, -1) translate(-30%, -106px);
    transform: scale(-1, -1) translate(-30%, -106px);
}
.landing .top_block__illustration-image:after {
    top: 0;
    right: 0;
    -ms-transform: translateY(-106px);
    -webkit-transform: translateY(-106px);
    transform: translateY(-106px);
}
.landing_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto -webkit-calc(50% - 216px) auto auto;
    margin: auto calc(50% - 216px) auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.landing__nav_list {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.landing__drop_item {
    margin: auto 18px;
}
.landing__drop_item:first-child {
    margin-left: auto;
}
.landing__drop_item:last-child {
    margin-right: auto;
}
.landing__drop_item a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.apply_form .top_block__wrapper {
    height: 300px;
}
.apply_form .top_block {
    height: 300px;
}
.apply_form .top_block__title {
    font-size: 46px;
    line-height: 56px;
}
.landing__drop_item a:visited {
    text-decoration: none;
    color: inherit;
}
.landing__drop_item a:hover,
.landing__drop_item a:focus,
.landing__drop_item a:active {
    text-decoration: underline;
    color: inherit;
}
.landing_form__section {
    width: 720px;
    margin: -10px auto 120px auto;
    text-align: center;
    color: #000;
}
.landing_form__section .alert-box {
    font-weight: 500;
    max-width: 660px;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.landing_form__section .alert-box.success {
    margin: -45px auto 0 auto;
    background-color: #3BB0B0;
}
.landing_form__section .block__title {
    font-size: 45px;
    line-height: 57px;
    margin: 0 auto 20px auto;
    color: #5A5A5A;
}
.landing_form__section .block__subtitle {
    font-family: Lato;
    font-size: 16px;
    line-height: 29px;
    display: block;
    margin: 0 auto 75px auto;
}
.landing_form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.landing_form__row .input-placeholder {
    width: 100%;
    padding: 0 15px;
}
.landing_form__input {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border: 1px solid transparent;
    border-bottom-color: #3BB0B0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.landing_form__input::-webkit-input-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #3BB0B0;
}
.landing_form__input::-moz-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #3BB0B0;
    opacity:1;
}
.landing_form__input:-ms-input-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #3BB0B0;
}
.landing_form__input:-moz-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #3BB0B0;
}
.landing_form__input:focus::-webkit-input-placeholder {
    color: transparent;
}
.landing_form__input:focus::-moz-placeholder {
    color: transparent;
}
.landing_form__input:focus:-ms-input-placeholder {
    color: transparent;
}
.landing_form__input:focus:-moz-placeholder {
    color: transparent;
}
.landing_form__select {
    cursor: pointer;
    color: #3BB0B0;
    background: url(/front/img/chevron-down-green.svg) -webkit-calc(100% - 10px) center no-repeat transparent;
    background: url(/front/img/chevron-down-green.svg) calc(100% - 10px) center no-repeat transparent;
}
.landing_form__recaptcha {
    margin-top: 30px;
    padding: 0 15px;
}
.landing_form__recaptcha .g-recaptcha > * {
    margin: 0 auto 0 -webkit-calc(50% - 152px);
    margin: 0 auto 0 calc(50% - 152px);
}
.landing_form__recaptcha .notification-block {
    margin-top: 10px;
}
.landing_form__submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    width: 200px;
    margin: 30px auto 0 auto;
    padding: 7px 15px;
    cursor: pointer;
    -o-transition: box-shadow 0.5s ease, color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
    -webkit-transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
    transition: box-shadow 0.5s ease, color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, -webkit-box-shadow 0.5s ease;
    text-align: center;
    color: #fff;
    border: 1px solid #3BB0B0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    outline: none;
    background: #3BB0B0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    will-change: box-shadow, color, background-color, border-color;
}
.landing_form__submit[disabled] {
    pointer-events: none !important;
    color: #fff;
    border-color: #5798C2;
    background-color: #5798C2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.landing_form__submit:focus {
    color: #fff;
    border-color: #57c7c7;
    background-color: #57c7c7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.landing_form__submit:focus-within {
    color: #fff;
    border-color: #44c0c0;
    background-color: #44c0c0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.landing_form__submit:hover {
    color: #3BB0B0;
    border-color: #3BB0B0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.landing_form__submit:active {
    color: #3BB0B0;
    border-color: #3BB0B0;
    background-color: transparent;
    -webkit-box-shadow: 0 0 2px #3BB0B0;
    box-shadow: 0 0 2px #3BB0B0;
}
.landing .block_with_illustration__title {
    text-transform: none;
}
.tos-body {
    background-position-y: -webkit-calc(100% + 900px);
    background-position-y: calc(100% + 900px);
}
.contact-us .block_with_plane_text .block__title {
    text-transform: uppercase;
}
.contact-us .about_contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.contact-us .about_contact-form-textarea {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}
.footer-info-item {
    margin: 0 50px 20px 50px;
}
.footer-info-item-title {
    font-size: 14px;
    margin-bottom: 0;
}
.footer-info-item-title a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.footer-info-item-title a:visited {
    text-decoration: none;
    color: inherit;
}
.footer-info-item-title a:hover,
.footer-info-item-title a:focus,
.footer-info-item-title a:active {
    text-decoration: underline;
    color: inherit;
}
.apply_form {
    margin-bottom: -45px;
    padding-bottom: 45px;
    background: url(/front/img/content_bkg/referral-partnerships.svg) -webkit-calc(50% + 450px) bottom no-repeat transparent;
    background: url(/front/img/content_bkg/referral-partnerships.svg) calc(50% + 450px) bottom no-repeat transparent;
}
.apply_form .top_block__illustration-image {
    left: 44%;
}
.apply_form .top_block__illustration-image:before {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 0 solid transparent;
    border-bottom: 120px solid transparent;
    border-left: 60px solid #3BB0B0;
    background: transparent;
}
@media (max-width: 1199px) {
    .apply_form .top_block__illustration-image:before {
        display: none;
    }
}
.apply_form .top_block__illustration-image img {
    display: block;
    -webkit-box-shadow: 20px 20px 0px #F8FA9B;
    box-shadow: 20px 20px 0px #F8FA9B;
}
@media (max-width: 1199px) {
    .apply_form .top_block__illustration-image img {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.apply_form_job {
    margin-top: 90px;
}
.apply_form_job__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: center;
    color: #3BB0B0;
}
.apply_form_job .subtitle {
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    display: block;
    margin-bottom: 60px;
    text-align: center;
    color: #3BB0B0;
}
.apply_form_job__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.apply_form_job-poster {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.apply_form_job-poster-wrapper {
    width: 152px;
    height: 211px;
    margin-right: 110px;
    background: #F8FA9B;
    -webkit-box-shadow: 4px 4px 0px rgba(248, 250, 155, 0.25);
    box-shadow: 4px 4px 0px rgba(248, 250, 155, 0.25);
}
.apply_form_job-link {
    display: block;
    width: 156px;
    margin: 0 auto 0 0;
    color: #3BB0B0;
    background-color: #F8FA9B;
}
.apply_form_job-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.apply_form_job-link-list {
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    display: block;
    margin: 0 auto auto 0;
    color: #000;
}
.apply_form_job-link-item {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    position: relative;
    display: block;
    margin-bottom: 10px;
    text-decoration: inherit;
    text-transform: inherit;
    color: inherit;
}
.apply_form_job-link-item:before {
    position: absolute;
    top: 8px;
    left: -26px;
    width: 6px;
    height: 6px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
}
.apply_form_job-link-item:last-child {
    margin-bottom: 0;
}
.apply_form_job-link.mobile {
    display: none;
}
.apply_form_job + .apply_form__title {
    margin-top: 70px;
}
.apply_form__title {
    margin: 90px auto 40px auto;
    text-align: center;
}
.apply_form__title-heading {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: #3BB0B0;
    text-transform: uppercase;
}
.apply_form .alert {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    max-width: 630px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eb0b0b;
}
.apply_form .alert:empty {
    display: none;
}
.apply_form .alert.empty {
    margin: -70px auto 30px auto;
}
.apply_form .alert.success {
    margin-bottom: 5px;
    background-color: #3BB0B0;
}
.apply_form .form_container {
    overflow: hidden;
    max-width: 920px;
    margin: 0 auto 95px auto;
    padding: 20px 15px 0 15px;
}
.radios {
    padding: 0 15px;
}
.radios label {
    display: block;
    color: #3BB0B0;
}
.radios label:not(:last-child) {
    margin-bottom: 12px;
}
.apply_form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 auto 20px -15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.apply_form .form-row.phone-row {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.apply_form .form-row.phone-row.last {
    margin: 0 0 0 auto;
}
.apply_form .form-row.phone-row .input-placeholder__placeholder {
    left: 10px;
}
.apply_form .form-row .phone-row-static-input {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 15px;
    display: block;
    -webkit-order: 1;
    order: 1;
    width: 40px;
    height: 42px;
    margin: 0;
    padding: 11px 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-transition: border-color 0.5s 0.5s ease;
    -webkit-transition: border-color 0.5s 0.5s ease;
    transition: border-color 0.5s 0.5s ease;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5A5A5A;
    border: 1px solid #5A5A5A;
    border-right: 0;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
}
.apply_form .form-row .phone-row .input-placeholder__input {
    margin-left: 40px;
    border-left: 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.apply_form .form-row .phone-row .input-placeholder__input:focus ~ .phone-row-static-input {
    -o-transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
    border-color: #3BB0B0;
}
.apply_form .form-row .input_wr_right {
    width: 100%;
}
.apply_form .form-apply__submit {
    display: block;
    width: 260px;
    margin: 0 auto;
    color: #3BB0B0;
    border: 0;
    background-color: #F8FA9B;
    font-size: 17px;
    padding: 12px 30px;
}
.apply_form .req-text {
    display: none;
}
.apply_form .btn-wrap {
    padding-top: 60px;
    margin-bottom: 80px;
}
.apply_form .btn-wrap a {
    margin: 0 auto;
}
.apply_form .input-placeholder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 15px;
}
.apply_form .input-placeholder__placeholder {
    font-family: Lato;
    font-size: 8px;
    line-height: 11px;
    position: absolute;
    top: -4px;
    left: 22px;
    padding: 0 3px;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    color: #3BB0B0;
    background: #fff;
}
.apply_form .input-placeholder__label {
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    padding: 11px 10px;
    -o-transition: border-color 0.5s 0.5s ease;
    -webkit-transition: border-color 0.5s 0.5s ease;
    transition: border-color 0.5s 0.5s ease;
    color: #5A5A5A;
    border: 1px solid #5A5A5A;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.apply_form .input-placeholder__input::-webkit-input-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input::-moz-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input:-ms-input-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input:-moz-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input:focus::-webkit-input-placeholder {
    color: transparent;
}
.apply_form .input-placeholder__input:focus::-moz-placeholder {
    color: transparent;
}
.apply_form .input-placeholder__input:focus:-ms-input-placeholder {
    color: transparent;
}
.apply_form .input-placeholder__input:focus:-moz-placeholder {
    color: transparent;
}
.apply_form .input-placeholder__input:focus {
    -o-transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
    border-color: #3BB0B0;
}
.apply_form .input-placeholder__input:focus + .input-placeholder__placeholder {
    -o-transition: opacity 0.5s 0.5s ease;
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 1;
}
.apply_form .input-placeholder__select {
    cursor: pointer;
    white-space: normal;
    color: #5A5A5A;
    background: url(/front/img/chevron-down.svg) -webkit-calc(100% - 11px) center no-repeat transparent;
    background: url(/front/img/chevron-down.svg) calc(100% - 11px) center no-repeat transparent;
}
.apply_form .input-placeholder__select option {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}
.apply_form .half-width {
    width: 50%;
}
.apply_form .full-width {
    width: 100%;
}
.apply_form .cv-uploader__description {
    position: relative;
    width: 895px;
    margin: 115px auto 100px 20px;
    padding: 45px 75px 50px 75px;
    color: #5A5A5A;
    border: 2px solid #3BB0B0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: #F8FA9B;
}
.apply_form .cv-uploader__description * {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
}
.apply_form .cv-uploader__description:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -o-transition: transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
    pointer-events: none;
    border: 2px solid #3BB0B0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    will-change: transform;
}
.apply_form .cv-uploader__description:hover:before {
    -ms-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
}
.apply_form .cv-uploader__description .subtitle {
    font-size: 24px;
    line-height: 35px;
    display: block;
    margin-bottom: 20px;
    color: #3BB0B0;
}
.apply_form .cv-uploader__description .text_after_subtitle {
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}
.apply_form .cv-title {
    font-family: Geometria;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.apply_form .cv-description {
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.apply_form .cv-hint {
    margin-bottom: 35px;
    text-transform: none;
}
.apply_form .cv-list {
    padding-left: 85px;
}
.apply_form .cv-list-item {
    position: relative;
    margin-bottom: 25px;
}
.apply_form .cv-list-item:before {
    position: absolute;
    top: 50%;
    right: -webkit-calc(100% + 40px);
    right: calc(100% + 40px);
    width: 45px;
    height: 2px;
    content: '';
    -o-transition: width 0.5s linear;
    -webkit-transition: width 0.5s linear;
    transition: width 0.5s linear;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #3BB0B0;
    will-change: width;
}
.apply_form .cv-list-item:hover:before {
    width: 30px;
}
.apply_form .cv-list-item:nth-child(even):before {
    width: 30px;
}
.apply_form .cv-list-item:nth-child(even):hover:before {
    width: 45px;
}
.apply_form .some-info h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
}
.apply_form .badge-container {
    width: 660px;
    margin: 0 auto;
    padding: 0 15px;
}
.apply_form .badge-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 auto 30px -15px;
    text-align: center;
    text-transform: uppercase;
    color: #3BB0B0;
}
.apply_form .badge-description {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 auto 45px -15px;
    text-align: center;
    color: #5A5A5A;
}
.apply_form .custom-file {
    font-family: Lato;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    min-height: 96px;
    padding: 30px;
    border: 3px solid #3BB0B0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -o-border-image: url(/front/img/border_dashed.svg) 3;
    -webkit-border-image: url(/front/img/border_dashed.svg) 3;
    border-image: url(/front/img/border_dashed.svg) 3;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.apply_form .custom-file .select-file {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    cursor: pointer;
    border: none;
    background: 0 0;
    tap-highlight-color: transparent;
}
.apply_form .custom-file .select-file:before {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 39px;
    height: 37px;
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/front/img/upload.svg) center no-repeat;
}
.apply_form .custom-file .inner {
    font-family: Lato;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 106px;
    width: -webkit-calc(100% - 128px);
    width: calc(100% - 128px);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    color: #5A5A5A;
}
.apply_form .custom-file .inner:before {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    height: 37px;
    padding: 8px 70px;
    content: 'Browse';
    cursor: pointer;
    -o-transition: box-shadow 0.5s ease;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3BB0B0;
    border: 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    outline: none;
    background-color: #F8FA9B;
    -webkit-box-shadow: 3px 3px 0px #3BB0B0;
    box-shadow: 3px 3px 0px #3BB0B0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.apply_form .custom-file .inner.succ {
    color: #3BB0B0;
}
.apply_form .custom-file .inner.succ strong {
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    float: left;
    overflow: hidden;
    max-width: -webkit-calc(100% - 370px);
    max-width: calc(100% - 370px);
    margin-right: 5px;
    text-align: right;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.apply_form .custom-file .inner.err {
    color: #eb0b0b;
}
.apply_form .custom-file .progress {
    font-size: .75rem;
    position: absolute;
    top: 36px;
    right: 218px;
    left: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    overflow: hidden;
    max-width: 100%;
    height: 1rem;
    height: 22px;
    margin: 0 auto;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    background-color: #dad9d9;
}
.apply_form .custom-file .progress-bar {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 0;
    height: 25px;
    -o-transition: width .6s ease;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #3BB0B0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.apply_form + .bottom-part .faq-section {
    display: none;
}
.careers .top_block__illustration-image:before,
.careers .top_block__illustration-image:after {
    position: absolute;
    display: block;
    width: 281px;
    height: 78px;
    content: '';
    background: url(/front/img/top_img/two_yellow_parallelograms.svg) center no-repeat transparent;
    -webkit-background-size: cover;
    background-size: cover;
}
@media (max-width: 1199px) {
    .careers .top_block__illustration-image:before,
    .careers .top_block__illustration-image:after {
        display: none;
    }
}
.careers .top_block__illustration-image:before {
    bottom: 0;
    left: 0;
    -ms-transform: scale(-1, -1) translate(-30%, -106px);
    -webkit-transform: scale(-1, -1) translate(-30%, -106px);
    transform: scale(-1, -1) translate(-30%, -106px);
}
.careers .top_block__illustration-image:after {
    top: 0;
    right: 0;
    -ms-transform: translateY(-106px);
    -webkit-transform: translateY(-106px);
    transform: translateY(-106px);
}
.careers__info {
    text-align: center;
}
.careers__info-link {
    display: inline-block;
    margin-top: 50px;
    -o-transition: margin-top 0.25s 0.5s linear;
    -webkit-transition: margin-top 0.25s 0.5s linear;
    transition: margin-top 0.25s 0.5s linear;
    will-change: margin-top;
}
.careers .one-rectangle-list_section {
    overflow: hidden;
    margin: -20px auto 85px auto;
    padding-top: 20px;
}
.careers .one-rectangle-list_section .block__title {
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #3BB0B0;
}
.careers .one-rectangle-list_section .block__title_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 45px;
    padding: 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.careers .one-rectangle-list_section .block__title:before,
.careers .one-rectangle-list_section .block__title:after {
    position: absolute;
    top: 50%;
    left: -175px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    content: '';
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.careers .one-rectangle-list_section .block__title:before {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/front/img/green-dots.svg);
}
.careers .one-rectangle-list_section .block__title:after {
    -o-transition: transform 0.5s ease, opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.3s ease;
    transition: transform 0.5s ease, opacity 0.3s ease, -webkit-transform 0.5s ease;
    -ms-transform: translate(-20px, calc(-50% - 20px));
    -webkit-transform: translate(-20px, -webkit-calc(-50% - 20px));
    transform: translate(-20px, calc(-50% - 20px));
    background-image: url(/front/img/yellow-dots.svg);
    will-change: transform, opacity;
}
.careers .one-rectangle-list_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.careers .one-rectangle-list_block__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 0 40px 0 20px;
    padding: 45px 70px 115px 70px;
    color: #5A5A5A;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.careers .one-rectangle-list_block__content * {
    font-family: Lato;
}
.careers .one-rectangle-list_block__content:before,
.careers .one-rectangle-list_block__content:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    content: '';
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.careers .one-rectangle-list_block__content:before {
    left: -20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    -o-transition: width 0.25s 0.5s linear, left 0.25s 0.5s linear, transform 0.25s 0.25s linear;
    -webkit-transition: width 0.25s 0.5s linear, left 0.25s 0.5s linear, -webkit-transform 0.25s 0.25s linear;
    transition: width 0.25s 0.5s linear, left 0.25s 0.5s linear, -webkit-transform 0.25s 0.25s linear;
    transition: width 0.25s 0.5s linear, left 0.25s 0.5s linear, transform 0.25s 0.25s linear;
    transition: width 0.25s 0.5s linear, left 0.25s 0.5s linear, transform 0.25s 0.25s linear, -webkit-transform 0.25s 0.25s linear;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    background: #F8FA9B;
    will-change: width, left, transform;
}
.careers .one-rectangle-list_block__content:after {
    width: 100%;
    border: 3px solid #3BB0B0;
    background: #fff;
}
.careers .one-rectangle-list_block__decoration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 305px;
    margin: 0 0 0 auto;
    padding: 15px;
    -o-transition: background-color 0.25s 0.5s linear;
    -webkit-transition: background-color 0.25s 0.5s linear;
    transition: background-color 0.25s 0.5s linear;
    border: 3px solid #3BB0B0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: transparent;
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    will-change: background-color;
}
.careers .one-rectangle-list_block__title {
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    width: 100%;
    margin: 0 auto 30px auto;
    text-transform: capitalize;
    color: #3BB0B0;
}
.careers .one-rectangle-list_block__list .item {
    position: relative;
    position: relative;
    margin-bottom: 24px;
    padding-left: 65px;
    padding-left: 65px;
}
.careers .one-rectangle-list_block__list .item:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 44px;
    height: 3px;
    content: '';
    -o-transition: left 0.5s linear, background-color 0.5s linear, width 0.5s linear;
    -webkit-transition: left 0.5s linear, background-color 0.5s linear, width 0.5s linear;
    transition: left 0.5s linear, background-color 0.5s linear, width 0.5s linear;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #3BB0B0;
}
.careers .one-rectangle-list_block__list .item:nth-child(even):before {
    left: 13px;
    width: 31px;
}
.careers .one-rectangle-list_block__list .item:last-child {
    margin-bottom: 0;
}
.careers .block_with_border {
    color: #5A5A5A;
}
.careers .block_with_border__inner {
    padding: 85px 95px 115px 95px;
    border: 2px solid #000;
    -o-border-image: url(/front/img/dashed-border.svg) 2;
    -webkit-border-image: url(/front/img/dashed-border.svg) 2;
    border-image: url(/front/img/dashed-border.svg) 2;
}
.careers .block_with_border .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 30px;
    color: #3BB0B0;
}
.careers .block_with_border .item {
    font-family: Lato;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}
.careers .block_with_border .item:last-child {
    margin-bottom: 0;
}
.text-center {
    text-align: center;
}
.careers .block_with_border .btn--shadow {
    display: inline-block;
    color: #3BB0B0;
    background-color: #F8FA9B;
    font-size: 17px;
    line-height: 28px;
    padding: 14px 27px;
}
.careers .block_with_border__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 75px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.careers .block_with_border__list > li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 50%;
    -ms-flex-negative: 0;
}
.careers .block_with_border__list > li:only-child {
    width: 100%;
}
.careers .block_with_border__list > li + li {
    margin-top: 20px;
}
.careers .block_with_border__list_block .item {
    position: relative;
    padding-left: 65px;
}
.careers .block_with_border__list_block .item:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 44px;
    height: 3px;
    content: '';
    -o-transition: left 0.5s linear, background-color 0.5s linear, width 0.5s linear;
    -webkit-transition: left 0.5s linear, background-color 0.5s linear, width 0.5s linear;
    transition: left 0.5s linear, background-color 0.5s linear, width 0.5s linear;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #3BB0B0;
}
.careers .block_with_border__list_block .item:nth-child(even):before {
    left: 13px;
    width: 31px;
}
.careers .resume__item {
    margin-bottom: 150px;
}
.careers .resume__item:last-child {
    margin-bottom: 180px;
}
.careers .resume__item:hover .careers__info-link {
    margin-top: 25px;
}
.careers .resume__item:hover .one-rectangle-list_section .block__title:after {
    -o-transition: transform 0.5s ease, opacity 0.2s 0.3s ease;
    -webkit-transition: opacity 0.2s 0.3s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.2s 0.3s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.2s 0.3s ease;
    transition: transform 0.5s ease, opacity 0.2s 0.3s ease, -webkit-transform 0.5s ease;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
}
.careers .resume__item:hover .one-rectangle-list_block__content:before {
    left: 0;
    width: 100%;
    -o-transition: width 0.25s linear, left 0.25s linear, transform 0.25s 0.5s linear;
    -webkit-transition: width 0.25s linear, left 0.25s linear, -webkit-transform 0.25s 0.5s linear;
    transition: width 0.25s linear, left 0.25s linear, -webkit-transform 0.25s 0.5s linear;
    transition: width 0.25s linear, left 0.25s linear, transform 0.25s 0.5s linear;
    transition: width 0.25s linear, left 0.25s linear, transform 0.25s 0.5s linear, -webkit-transform 0.25s 0.5s linear;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.careers .resume__item:hover .one-rectangle-list_block__content + .one-rectangle-list_block__decoration {
    -o-transition: background-color 0.25s 0.5s linear;
    -webkit-transition: background-color 0.25s 0.5s linear;
    transition: background-color 0.25s 0.5s linear;
    background-color: #F8FA9B;
}
.careers .resume__item:hover .one-rectangle-list_block__list .item:before {
    left: 13px;
    width: 31px;
    background-color: #F8FA9B;
}
.careers .resume__item:hover .one-rectangle-list_block__list .item:nth-child(even):before {
    left: 0;
    width: 44px;
}
.careers .resume__item:hover .block_with_border__list_block .item:before {
    left: 13px;
    width: 31px;
    background-color: #F8FA9B;
}
.careers .resume__item:hover .block_with_border__list_block .item:nth-child(even):before {
    left: 0;
    width: 44px;
}
.careers + .bottom-part {
    background: url(/front/img/bottom_img/who_is_hubgeo.svg) -webkit-calc(50% - 511px) top no-repeat transparent;
    background: url(/front/img/bottom_img/who_is_hubgeo.svg) calc(50% - 511px) top no-repeat transparent;
    -webkit-background-size: 900px 900px;
    background-size: 900px;
}
.recaptcha-wrap .g-recaptcha,
.recaptcha-wrap .g-recaptcha {
  margin: 10px auto 0;
  display: block;
}
.g-recaptcha > * {
    margin: 10px auto 0;
    display: block;
}
#not-identical,
.form-apply .note {
    top: 100%;
    left: 15px;
    color: red;
    font-size: 14px;
    line-height: 14px;
    padding-top: 2px;
    font-weight: 300;
    position: absolute;
}
@media only screen and (max-width: 1600px) {
    .careers .top_block__illustration-image {
        left: 60%;
    }
    .apply_form .top_block__illustration-image {
        left: 48%;
    }
}
@media only screen and (max-width: 1400px) {
    .careers .top_block__illustration-image {
        left: 55%;
    }
    .apply_form .top_block__illustration-image {
        left: 41%;
    }
    .landing .top_block__title {
        font-size: 57px;
    }
}
@media only screen and (max-width: 1300px) {
    .careers .top_block__illustration-image {
        left: 60%;
    }
    .apply_form .top_block__illustration-image {
        left: 48%;
    }
}
@media only screen and (max-width: 1199px) {
    .landing .top_block__title {
        font-size: 46px;
        line-height: 56px;
    }
    .header .landing_nav {
        display: none;
    }
    .mobile_menu .header__drop_item {
        padding: 0;
    }
    .mobile_menu .header__drop_item.open {
        margin-bottom: 0;
    }
    .mobile_menu .header__drop_item a {
        display: block;
        padding: 5px 8px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    .landing_form__section {
        width: 100%;
    }
    .landing_form__section .container {
        max-width: 720px;
    }
    .landing_form__inner {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .landing + .bottom-part .faq-section {
        padding-top: 100px;
        background: transparent;
    }
    .tos + .bottom-part .faq-section {
        display: none;
    }
    .footer-copyright-links {
        display: block;
    }
    .apply_form {
        min-height: -webkit-calc(100vh - 85px);
        min-height: calc(100vh - 85px);
    }
    .apply_form .top_block__illustration-image {
        left: 55%;
    }
    .apply_form .form_container {
        width: 970px;
        max-width: unset;
    }
    .apply_form .form-apply__submit {
        margin-bottom: 100px;
    }
    .apply_form .cv-uploader {
        width: 630px;
    }
    .apply_form .cv-uploader__description {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .apply_form .alert.not-empty {
        width: 100%;
        margin: 15px auto 50px auto;
    }
    .apply_form .some-info h2 {
        margin-bottom: 70px;
    }
    .careers .top_block__illustration-image {
        left: 70%;
    }
    .careers .resume__item {
        margin-bottom: 100px;
    }
    .careers .resume__item:last-child {
        margin-bottom: 50px;
    }
    .careers .one-rectangle-list_section {
        margin-bottom: 50px;
    }
    .careers .one-rectangle-list_block {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .careers .one-rectangle-list_block__content {
        max-width: unset;
        margin: 0 20px 40px 0;
    }
    .careers .one-rectangle-list_block__content:before {
        left: 20px;
        width: 100%;
    }
    .careers .one-rectangle-list_block__decoration {
        width: 100%;
    }
    .careers__info-link {
        margin-bottom: 0;
        -o-transition: margin 0.5s linear;
        -webkit-transition: margin 0.5s linear;
        transition: margin 0.5s linear;
    }
    .careers .resume__item:hover .careers__info-link {
        margin: 25px auto;
    }
    .apply_form {
        min-height: -webkit-calc(100vh - 85px);
        min-height: calc(100vh - 85px);
    }
    .apply_form .top_block__illustration-image {
        left: 55%;
    }
    .apply_form .form_container {
        width: 970px;
        max-width: unset;
    }
    .apply_form .form-apply__submit {
        margin-bottom: 100px;
    }
    .apply_form .cv-uploader {
        width: 630px;
    }
    .apply_form .cv-uploader__description {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .apply_form .alert.not-empty {
        width: 100%;
        margin: 15px auto 50px auto;
    }
    .apply_form .some-info h2 {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .landing .top_block__title {
        font-size: 35px;
        line-height: 39px;
    }
    .landing_form__section {
        margin: -10px auto 60px auto;
    }
    .landing_form__section .block__title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 10px;
    }
    .landing_form__section .block__subtitle {
        margin-bottom: 45px;
    }
    .landing + .bottom-part .faq-section {
        display: none;
    }
    .tos + .bottom-part {
        margin-top: 60px;
    }
    .contact-us .about_contact-form {
        display: block;
        height: auto;
    }
    .apply_form .top_block__illustration-image {
        left: 75%;
    }
    .apply_form_job {
        margin-top: 40px;
    }
    .apply_form_job__title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 10px;
    }
    .apply_form_job + .apply_form_job {
        margin-top: 50px;
    }
    .apply_form_job .subtitle {
        margin-bottom: 15px;
    }
    .apply_form_job + .apply_form__title {
        margin-top: 50px;
    }
    .apply_form__title {
        margin-top: 40px;
        margin-bottom: 5px;
    }
    .apply_form__title-heading {
        font-size: 30px;
        line-height: 39px;
    }
    .apply_form .form_container {
        width: 750px;
        margin-bottom: 30px;
    }
    .apply_form .form-apply__submit {
        margin-bottom: 50px;
    }
    .apply_form .badge-title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 10px;
    }
    .apply_form .badge-description {
        margin-bottom: 25px;
    }
    .apply_form .cv-uploader__description {
        margin: 70px auto 50px auto;
        padding: 10px 35px 45px 10px;
    }
    .apply_form .cv-title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 25px;
    }
    .apply_form .alert.empty {
        margin-top: -20px;
    }
    .apply_form .some-info h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 50px;
    }
    .careers .top_block__illustration-image {
        left: 90%;
    }
    .careers .resume__item {
        margin-bottom: 50px;
    }
    .careers .resume__item:hover .one-rectangle-list_block__list .item:before,
    .careers .resume__item:hover .one-rectangle-list_block__list .item:nth-child(even):before {
        left: 0;
        width: 15px;
    }
    .careers .resume__item:hover .one-rectangle-list_block__content {
        background-color: transparent;
    }
    .careers .resume__item:hover .one-rectangle-list_block__content + .one-rectangle-list_block__decoration {
        background-color: transparent;
    }
    .careers .resume__item:hover .block_with_border__list_block .item:before,
    .careers .resume__item:hover .block_with_border__list_block .item:nth-child(even):before {
        left: 0;
        width: 15px;
    }
    .careers .one-rectangle-list_section {
        margin-bottom: 75px;
    }
    .careers .one-rectangle-list_section .block__title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: -5px;
    }
    .careers .one-rectangle-list_section .block__title_wrapper {
        margin-bottom: 0;
        padding: 0;
    }
    .careers .one-rectangle-list_section .block__title:before,
    .careers .one-rectangle-list_section .block__title:after {
        display: none;
    }
    .careers .one-rectangle-list_block__content {
        margin: 0 20px 35px 0;
        padding: 35px 35px 25px 35px;
    }
    .careers .one-rectangle-list_block__list .item {
        margin-bottom: 20px;
        padding-left: 50px;
    }
    .careers .one-rectangle-list_block__list .item:before,
    .careers .one-rectangle-list_block__list .item:nth-child(even):before {
        left: 0;
        width: 15px;
    }
    .careers .one-rectangle-list_block__decoration {
        border: 0;
    }
    .careers__info {
        margin-bottom: 0;
        color: #5A5A5A;
    }
    .careers__info-link {
        display: none;
    }
    .careers .block_with_border__inner {
        padding: 30px 35px 50px 35px;
    }
    .careers .block_with_border .title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 25px;
    }
    .careers .block_with_border__list {
        margin-bottom: 35px;
    }
    .careers .block_with_border__list_block .item {
        margin-bottom: 20px;
        padding-left: 50px;
    }
    .careers .block_with_border__list_block .item:before,
    .careers .block_with_border__list_block .item:nth-child(even):before {
        left: 0;
        width: 15px;
    }
    .apply_form .top_block__illustration-image {
        left: 75%;
    }
    .apply_form_job {
        margin-top: 40px;
    }
    .apply_form_job__title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 10px;
    }
    .apply_form_job + .apply_form_job {
        margin-top: 50px;
    }
    .apply_form_job .subtitle {
        margin-bottom: 15px;
    }
    .apply_form_job + .apply_form__title {
        margin-top: 50px;
    }
    .apply_form__title {
        margin-top: 40px;
        margin-bottom: 5px;
    }
    .apply_form__title-heading {
        font-size: 30px;
        line-height: 39px;
    }
    .apply_form .form_container {
        width: 750px;
        margin-bottom: 30px;
    }
    .apply_form .form-apply__submit {
        margin-bottom: 50px;
    }
    .apply_form .badge-title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 10px;
    }
    .apply_form .badge-description {
        margin-bottom: 25px;
    }
    .apply_form .cv-uploader__description {
        margin: 70px auto 50px auto;
        padding: 10px 35px 45px 10px;
    }
    .apply_form .cv-title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 25px;
    }
    .apply_form .alert.empty {
        margin-top: -20px;
    }
    .apply_form .some-info h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 50px;
    }
}
@media only screen and (width: 768px) {
    .apply_form .top_block__illustration-image {
        left: 85%;
    }
    .apply_form .form_container {
        width: 738px;
    }
    .apply_form .cv-uploader__description {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    #not-identical,
    .form-apply .note {
        font-size: 12px;
        line-height: 12px;
    }
    .landing_form__section .block__title {
        font-size: 24px;
        line-height: 30px;
    }
    .landing_form__section .block__subtitle {
        font-size: 14px;
        line-height: 180%;
    }
    .landing_form__section .alert-box.success {
        font-size: 14px;
        max-width: 400px;
        margin: 60px auto 0 auto;
    }
    .landing_form__inner {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .landing_form__recaptcha {
        padding: 0;
    }
    .landing_form__row {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .landing_form__row .input-placeholder {
        padding: 0;
    }
    .landing_form__row .input-placeholder + .input-placeholder {
        margin-top: 10px;
    }
    .apply_form_job__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .apply_form_job .subtitle {
        font-family: Lato;
        font-size: 14px;
        line-height: 17px;
    }
    .apply_form_job-link {
        display: none;
        margin: 30px auto 0 auto;
    }
    .apply_form_job-link.mobile {
        display: block;
    }
    .apply_form_job-link-wrapper {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .apply_form_job-link-list {
        margin: auto auto auto 0;
        color: #5A5A5A;
    }
    .apply_form_job-link-item {
        font-family: Lato;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .apply_form_job-link-item:before {
        top: 6px;
        left: -16px;
        background-color: #5A5A5A;
    }
    .apply_form_job-poster-wrapper {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 116px;
        height: 161px;
        margin-right: 50px;
        -ms-flex-negative: 0;
    }
    .apply_form .form_container {
        width: 100%;
    }
    .apply_form .form-row {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .apply_form .half-width {
        width: 100%;
    }
    .apply_form .input-placeholder + .input-placeholder {
        margin-top: 20px;
    }
    .apply_form__title-heading {
        font-size: 24px;
        line-height: 28px;
    }
    .apply_form .badge-title,
    .apply_form .cv-title {
        font-size: 24px;
        line-height: 28px;
    }
    .apply_form .badge-description,
    .apply_form .cv-description {
        font-size: 14px;
        line-height: 140%;
    }
    .apply_form .badge-container {
        width: 100%;
        padding: 0;
    }
    .apply_form .badge-description {
        width: 100%;
        margin: 0 auto 25px auto;
        color: #000;
    }
    .apply_form .cv-uploader {
        width: 100%;
    }
    .apply_form .cv-uploader__description {
        margin-right: 0;
        padding: 10px 30px 45px 10px;
    }
    .apply_form .cv-title {
        margin-bottom: 5px;
    }
    .apply_form .cv-description {
        font-size: 12px;
        line-height: 18px;
    }
    .apply_form .cv-list {
        padding-left: 50px;
    }
    .apply_form .cv-list-item {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .apply_form .cv-list-item:before,
    .apply_form .cv-list-item:nth-child(even):before {
        left: -50px;
        width: 15px;
    }
    .apply_form .cv-list-item:hover:before,
    .apply_form .cv-list-item:nth-child(even):hover:before {
        width: 30px;
    }
    .apply_form .cv-hint {
        margin-bottom: 45px;
    }
    .apply_form .custom-file .progress {
        right: 111px;
        left: 45px;
    }
    .apply_form .custom-file .inner {
        font-size: 14px;
        left: 45px;
        width: -webkit-calc(100% - 55px);
        width: calc(100% - 55px);
    }
    .apply_form .custom-file .inner:before {
        font-size: 14px;
        width: 91px;
        padding: 8px;
    }
    .apply_form .custom-file .inner.succ strong {
        max-width: -webkit-calc(100% - 240px);
        max-width: calc(100% - 240px);
    }
    .apply_form .custom-file .select-file:before {
        left: 10px;
        width: 25px;
        height: 25px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .apply_form .alert {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        max-width: unset;
    }
    .apply_form .alert.not-empty {
        margin-bottom: 50px;
    }
    .apply_form .some-info h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .careers .one-rectangle-list_section .block__title {
        font-size: 24px;
        line-height: 28px;
    }
    .careers .one-rectangle-list_block__list .item {
        font-size: 12px;
        line-height: 17px;
    }
    .careers .block_with_border .title {
        font-size: 24px;
        line-height: 28px;
    }
    .careers .block_with_border__list > li {
        width: 100%;
    }
    .careers .block_with_border__list_block .item {
        font-size: 12px;
        line-height: 17px;
    }
    .careers .block_with_border .btn--shadow {
        display: block;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        max-width: 400px;
        margin-left: -20px;
    }
    .apply_form_job__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .apply_form_job .subtitle {
        font-family: Lato;
        font-size: 14px;
        line-height: 17px;
    }
    .apply_form_job-link {
        display: none;
        margin: 30px auto 0 auto;
    }
    .apply_form_job-link.mobile {
        display: block;
    }
    .apply_form_job-link-wrapper {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .apply_form_job-link-list {
        margin: auto auto auto 0;
        color: #5A5A5A;
    }
    .apply_form_job-link-item {
        font-family: Lato;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .apply_form_job-link-item:before {
        top: 6px;
        left: -16px;
        background-color: #5A5A5A;
    }
    .apply_form_job-poster-wrapper {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 116px;
        height: 161px;
        margin-right: 50px;
        -ms-flex-negative: 0;
    }
    .apply_form .form_container {
        width: 100%;
    }
    .apply_form .form-row {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .apply_form .half-width {
        width: 100%;
    }
    .apply_form .input-placeholder + .input-placeholder {
        margin-top: 20px;
    }
    .apply_form__title-heading {
        font-size: 24px;
        line-height: 28px;
    }
    .apply_form .badge-title,
    .apply_form .cv-title {
        font-size: 24px;
        line-height: 28px;
    }
    .apply_form .badge-description,
    .apply_form .cv-description {
        font-size: 14px;
        line-height: 140%;
    }
    .apply_form .badge-container {
        width: 100%;
        padding: 0;
    }
    .apply_form .badge-description {
        width: 100%;
        margin: 0 auto 25px auto;
        color: #000;
    }
    .apply_form .cv-uploader {
        width: 100%;
    }
    .apply_form .cv-uploader__description {
        margin-right: 0;
        padding: 10px 30px 45px 10px;
    }
    .apply_form .cv-title {
        margin-bottom: 5px;
    }
    .apply_form .cv-description {
        font-size: 12px;
        line-height: 18px;
    }
    .apply_form .cv-list {
        padding-left: 50px;
    }
    .apply_form .cv-list-item {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .apply_form .cv-list-item:before,
    .apply_form .cv-list-item:nth-child(even):before {
        left: -50px;
        width: 15px;
    }
    .apply_form .cv-list-item:hover:before,
    .apply_form .cv-list-item:nth-child(even):hover:before {
        width: 30px;
    }
    .apply_form .cv-hint {
        margin-bottom: 45px;
    }
    .apply_form .custom-file .progress {
        right: 111px;
        left: 45px;
    }
    .apply_form .custom-file .inner {
        font-size: 14px;
        left: 45px;
        width: -webkit-calc(100% - 55px);
        width: calc(100% - 55px);
    }
    .apply_form .custom-file .inner:before {
        font-size: 14px;
        width: 91px;
        padding: 8px;
    }
    .apply_form .custom-file .inner.succ strong {
        max-width: -webkit-calc(100% - 240px);
        max-width: calc(100% - 240px);
    }
    .apply_form .custom-file .select-file:before {
        left: 10px;
        width: 25px;
        height: 25px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .apply_form .alert {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        max-width: unset;
    }
    .apply_form .alert.not-empty {
        margin-bottom: 50px;
    }
    .apply_form .some-info h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 567px) {
    .apply_form .top_block__title {
        font-size: 35px;
        line-height: 39px;
    }
    .apply_form .custom-file .progress {
        right: 81px;
        left: 40px;
    }
    .apply_form .custom-file .select-file:before {
        left: 5px;
    }
    .apply_form .custom-file .inner {
        font-size: 12px;
        left: 40px;
        width: -webkit-calc(100% - 45px);
        width: calc(100% - 45px);
    }
    .apply_form .custom-file .inner:before {
        width: 71px;
        padding: 8px 4px;
    }
    .apply_form .custom-file .inner.err {
        width: -webkit-calc(100% - 121px);
        width: calc(100% - 121px);
    }
    .apply_form .custom-file .inner.err:before {
        right: -76px;
    }
    .apply_form .custom-file .inner.succ {
        visibility: hidden;
        width: -webkit-calc(100% - 121px);
        width: calc(100% - 121px);
    }
    .apply_form .custom-file .inner.succ:before {
        right: -76px;
        visibility: visible;
    }
    .apply_form .custom-file .inner.succ strong {
        display: none;
    }
    .apply_form .custom-file .inner.succ:after {
        position: absolute;
        top: 50%;
        left: 0;
        visibility: visible;
        width: 100%;
        content: 'Upload completed';
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        white-space: nowrap;
    }
    .apply_form .cv-uploader .custom-file .inner:before {
        background: #fff;
    }
}

