@-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__drop_item a:visited,
.header .landing__drop_item a:visited {
    text-decoration: none;
}
.landing .top_block {
    margin-bottom: 0;
}
.landing_form__input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.landing_form__section {
    padding: 80px 0 0;
}
.landing .block__subtitle {
    display: inherit;
    margin-top: 30px;
    margin-bottom: 55px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.apply_form_job-link-wrapper .subtitle {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 12px;
    font-weight: 400;
}
.apply_form_job-link-list {
    flex: 1 0 auto;
}
.landing select.landing_form__input {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.landing .form-first-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.landing .form-first-block .input-placeholder {
    width: 50%;
}
.landing .form-first-block .input-placeholder:first-child {
    margin-right: 15px;
}
.landing .form-first-block .input-placeholder:last-child {
    margin-left: 15px;
}
.landing .landing_form__recaptcha {
    text-align: center;
}
.landing .g-recaptcha {
    margin: 16px auto 16px auto;
}
.landing .g-recaptcha div:first-child {
    margin: 0 auto;
}
.landing_form__section .container > * {
    width: 100%;
}
.landing_form__section .desc {
    background: #fff;
    position: relative;
    padding: 170px 7% 150px 0;
}
.landing_form__section .desc:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #fff;
    width: 100vw;
}
.landing_form__section .alert-box {
    padding: 12px 32px;
    text-align: center;
    border-color: #03a08c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #03a08c;
    color: #fff;
}
.notification-block {
    text-align: center;
}
.contact-us span.phone img {
    width: 15px;
    height: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}
.contact-us .notification-block {
    width: 470px;
    max-width: 100%;
    padding: 12px 20px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
}
.contact-us .notification-block.successful {
    padding: 12px 32px;
    text-align: center;
    border-color: #03a08c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #03a08c;
}
.tos .block_with_border .green-title::before {
    display: none;
}
.contact-us + .bottom-part .faq-section,
.unsubscribe + .bottom-part .faq-section,
.careers + .bottom-part .faq-section {
    margin-bottom: 0;
}
.contact-us .about_contact-form-description .block__title span {
    display: block;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + .checkbox-label {
    position: relative;
    padding-left: 24px;
}
input[type=checkbox] + .checkbox-label:before {
    border: 2px solid #0B2148;
    width: 14px;
    height: 14px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 2px;
}
input[type=checkbox]:checked + .checkbox-label:before {
    border-color: transparent;
    background: url(../img/cb-checked.svg) no-repeat center center;
}
.cb-wr {
    margin-bottom: 12px;
}
.recaptcha-wrap {
    padding: 12px 0;
}
input:not([type=radio]),
select,
textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.footer-info-item-title a:visited {
    text-decoration: none;
}
.footer-info-item-title a:hover,
.footer-info-item-title a:focus {
    text-decoration: underline;
}
.apply_form .some-info {
    padding: 50px 0;
    background: #fff;
}
.apply_form .some-info h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #000;
}
.apply_form .apply_form_job .container {
    max-width: 900px;
}
.apply_form .apply_form_job__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.apply_form .apply_form_job__poster-wrapper {
    width: 30%;
}
.apply_form .apply_form_job-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 70%;
    padding: 6px 0 6px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.apply_form .apply_form_job-poster-wrapper {
    display: block;
    width: 300px;
    min-width: 122px;
    height: auto;
    min-height: 166px;
    margin: 0 auto 0px;
    background-color: #fff;
}
.apply_form .apply_form_job {
    margin-bottom: 36px;
    max-width: -webkit-calc(50% - 16px);
    max-width: calc(50% - 16px);
    background: #fff;
}
.apply_form .apply_form_job:first-child {
    margin-bottom: 0;
}
.apply_form .apply_form_job-link-item {
    position: relative;
    padding-left: 30px;
}
.apply_form .apply_form_job-link-item:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 18px;
    height: 2px;
    content: "";
    background: #fff;
}
.apply_form .apply_form_job-link-wrapper .apply_form_job-link-item:before {
    background: #313132;
}
.apply_form .apply_form_job-poster {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 322px;
    -o-object-fit: cover;
    object-fit: cover;
}
.apply_form .form-section {
    padding: 60px 0 48px;
    background: #fff;
}
.apply_form .form-section > .container {
    max-width: 880px;
}
.apply_form .container input:not([type=checkbox], [type=radio]),
.apply_form .container select {
    width: 100%;
}
.apply_form .container select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.apply_form .container select option {
    opacity: 0.3;
}
.apply_form [disabled="disabled"] {
    padding: 0;
    text-align: center;
}
.apply_form .req-text {
    display: none;
}
.apply_form .phone-row.input-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.apply_form .container input.phone-row-static-input {
    width: 12%;
}
.apply_form .container input.phone {
    width: 85% !important;
    margin: 0 0 0 auto;
}
.apply_form .green-under {
    position: relative;
    margin: 70px 0 30px;
}
.apply_form-wrapper .title-2 {
    margin-bottom: 60px;
}
.apply_form-wrapper .cv-wrap .title-4 {
    margin-bottom: 24px;
    color: #fff;
    font-size: 44px;
    line-height: 49px;
}
.apply_form .green-under:after {
    position: absolute;
    z-index: -1;
    top: 21px;
    left: 50%;
    width: 500px;
    height: 20px;
    content: "";
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: #03a08c;
}
.apply_form .apply__uploader_img {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    color: #7a631a;
}
.apply_form .custom-file {
    position: relative;
    max-width: 100%;
    margin: 0 auto 0;
}
.apply_form .custom-file button {
    position: relative;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
}
.apply_form .btn-browse {
    font-size: 18px;
    line-height: 175%;
    display: inline-block;
    min-width: 270px;
    padding: 10px 87px;
    cursor: pointer;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: center;
    color: #ffffff;
    border: 2px solid #03a08c;
    background: #03a08c;
}
.apply_form .inner {
    font-weight: 400;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
.apply_form .inner:after {
    display: inline-block;
    content: "Browse";
    cursor: pointer;
    color: #47D8BF;
    font-size: 24px;
    line-height: 27px;
}
.apply_form .inner.succ:after {
    display: none;
}
.loading2 .cv-uploader {
    position: relative;
}
.loading2 .cv-uploader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(255, 255, 255, .8);
}
.apply_form .select-file:before {
    position: relative;
    z-index: 2;
    top: 0;
    display: inline-block;
    margin: 0 16px 0 0;
    width: 60px;
    height: 62px;
    content: "";
    pointer-events: none;
    vertical-align: middle;
    background: url(../img/img-88.png) no-repeat center center;
}
.apply_form .btn_wr {
    text-align: center;
    position: relative;
}
.apply_form .form-apply .center-title {
    margin-bottom: 50px;
}
.apply_form .apply__uploader_resume {
    padding: 0 0 24px;
}
.apply_form .green-under2 {
    position: relative;
}
.apply_form .cv-uploader__description .title {
    margin-bottom: 30px;
}
.apply_form .info_section__list {
    width: 300px;
    max-width: 100%;
    margin: 24px auto 14px;
}
.apply_form .inner.succ strong {
    line-height: 24px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.apply_form .inner.err {
    color: #da6868;
}
.apply_form .radios {
    padding-top: 12px;
    margin: 0 auto;
    max-width: 270px;
}
.apply-form-wrap {
    background: rgba(35, 54, 67, 0.75);
    padding-top: 38px;
    padding-bottom: 39px;
    color: #fff;
}
.apply_form .alert.empty {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 1170px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    padding: 12px 15px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #da6868;
}
.apply_form .alert.empty:empty {
    display: none;
}
.apply_form .alert.not-empty.success {
    margin-bottom: 120px;
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #03a08c;
}
.careers + .bottom-part .faq-section {
    margin-bottom: 60px;
}
.careers .browser_window {
    border-top: 8px solid #FFFFFF;
    border-right: 8px solid #FFFFFF;
    border-bottom: 8px solid #FFFFFF;
    padding: 40px 40px 40px 0;
    position: relative;
}
.careers .browser_window:after {
    content: '';
    display: block;
    position: absolute;
    border-top: 8px solid #FFFFFF;
    border-bottom: 8px solid #FFFFFF;
    right: 100%;
    width: 100vw;
    top: -8px;
    bottom: -8px;
}
.careers .browser_window .btn-wrap {
    text-align: center;
}
.careers .green-title {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.careers .info_section {
    margin-bottom: 36px;
}
.careers .section_with_browser {
    margin-top: 40px;
}
.careers .careers__info-item {
    margin-bottom: 8px;
}
.careers .careers__info-item span {
    white-space: nowrap;
}
.careers .careers__info-item span:first-child {
    margin-right: 10px;
    font-weight: 700;
}
.resume__item .block_with_border .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
}
.title-decored .info_section__list,
.careers .info_section__list {
    padding-left: 40px;
}
.careers .info_section__list.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.title-decored .info_section__list li,
.careers .info_section__list li {
    position: relative;
    margin-bottom: 10px;
    line-height: 180%;
    width: 100%;
}
.title-decored .info_section__list li:before,
.careers .info_section__list li:before {
    position: absolute;
    left: -36px;
    content: '';
    top: 13px;
    width: 26px;
    background: #47D8BF;
    height: 4px;
}
.lds-dual-ring {
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    background: #fff;
    display: none;
}
.lds-dual-ring.visible {
    display: block;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 6px solid #266B91;
    border-color: #266B91 transparent #266B91 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.careers .info_section__list_block {
    width: 50%;
}
.careers .resume__item {
    margin-bottom: 80px;
}
.no-after:after {
    display: none !important;
}
.block_with_border .title {
    color: #333;
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.block_with_border .container .inner {
    padding: 60px 24px 24px;
    background: #fff;
    position: relative;
}
.block_with_border .container .inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    left: 100%;
    background: #fff;
    width: 100vw;
}
.block_with_border .container .inner > *:nth-child(1) {
    width: 65%;
    flex: 0 0 65%
}
.block_with_border .container .inner > *:nth-child(2) {
    width: 25%;
    flex: 0 0 25%
}
.resume__item .inner {
    position: relative;
}
.resume__item .inner > * {
    margin-left: auto;
    margin-right: auto;
}
.resume__item .inner .text {
    margin-bottom: 24px;
}
.resume__item .img {
    margin-bottom: 24px;
}
.apply_form_job__title {
    margin-bottom: 24px;
    margin-top: -5px;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    color: #333333;
}
.cv-uploader {
    padding: 25px 16px;
    background: rgba(35, 54, 67, 0.34);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2347D8BFFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");    min-width: 61%;
    width: 546px;
    margin: 14px auto 0;
    max-width: 100%;
}
.apply-submit {
    font-size: 18px;
    line-height: 130%;
    height: 56px;
}
.apply-submit:after {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}
.cv-hint {
    padding-top: 12px;
}
@media screen and (min-width: 768px) {
    .careers .column .info_section__list_block:not(:first-child) {
        margin-left: 80px;
    }
    .careers .info_section__list_block {
        width: -webkit-calc(50% - 40px);
        width: calc(50% - 40px);
    }
}
@media only screen and (max-width: 1199px) {
    .apply_form .alert.empty {
        width: 100%;
    }
}
@media only screen and (max-width: 1199px) and (max-width: 1024px) {
    .apply_form .alert.empty {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}
@media only screen and (max-width: 1199px) {
    .apply_form .alert.empty {
        width: 100%;
    }
}
@media only screen and (max-width: 1199px) and (max-width: 1024px) {
    .apply_form .alert.empty {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}
@media only screen and (min-width: 1024px) {
    .landing_form__section .container > * {
        width: 48%;
    }
}
@media only screen and (max-width: 1024px) {
    .contact-us .contact__description .title {
        font-size: 22px;
        line-height: normal;
    }
}
@media only screen and (max-width: 1023px) {
    .footer-info {
        display: none;
    }
    body .resume__item .inner {
        margin-left: 0;
        padding: 160px 24px 52px;
    }
    body .careers .careers__info {
        display: block;
    }
    body .resume__item .inner {
        padding-top: 99px;
    }
    body .resume__item.odd .inner:before {
        height: 95px;
        background-position: top right 24px !important;
    }
    body .resume__item.even .inner:before {
        height: 113px;
    }
    body .careers .resume__item {
        margin-bottom: 32px;
    }
    body .careers .section_with_browser {
        margin-top: 32px;
        margin-bottom: 60px;
    }
    .careers .browser_window .btn-wrap {
        text-align: center;
    }
    .careers .browser_window {
        padding: 60px 11px;
    }
    .resume__item .block_with_border .container {
        padding: 0;
    }
    .apply_form .apply_form_job-poster {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        object-fit: none;
    }
    body .apply_form .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .apply_form .radios {
        width: 100%;
    }
    .apply_form .inner.succ:after {
        display: none !important;
    }
    .apply_form .inner.succ strong {
        display: block !important;
    }
    .apply_form .inner.succ {
        visibility: visible !important;
    }
}
@media only screen and (max-width: 991px) {
    .tos .top_block .bold::after {
        top: -73px;
    }
}
@media only screen and (width: 768px) {
    .apply_form .apply__uploader_resume .container {
        width: 100%;
    }
    .apply_form .form_wr {
        max-width: 100%;
        padding: 0 15px;
    }
    .apply_form .alert.empty {
        margin-bottom: -15px;
    }
    .contact-us .about_contact-form-wrapper {
        padding-top: 107px;
    }
    .tos .top_block .bold::after {
        top: -58px;
    }
}
@media only screen and (max-width: 767px) {
    .apply_form .select-file:before {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .apply_form .inner {
        max-width: -webkit-calc(100% - 72px);
        max-width: calc(100% - 72px);
        text-align: left;
    }
    .landing .form-first-block {
        display: block;
    }
    .landing .form-first-block .input-placeholder {
        width: 100%;
    }
    .landing .form-first-block .input-placeholder:last-child {
        margin-left: 0;
    }
    .landing .g-recaptcha > div:first-child {
        margin: 0 auto 0 -webkit-calc(50% - 152px);
        margin: 0 auto 0 calc(50% - 152px);
    }
    .landing .form-btn {
        min-width: 270px;
    }
    .contact-us .about_contact-form-description .block__title span {
        display: inline;
    }
    .contact-us .title {
        font-size: 18px;
        line-height: 127.5%;
    }
    .apply_form .apply_form_job__content {
        display: block;
    }
    .apply_form .apply_form_job-link-wrapper {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .apply_form .apply_form_job-link-wrapper .btn {
        width: 100%;
        margin-top: 25px;
    }
    .apply_form .apply_form_job-poster-wrapper {
        display: block;
        width: 193px;
        min-width: 122px;
        height: auto;
        min-height: 166px;
        margin: 0 auto 20px;
    }
    .apply_form .apply_form_job__title {
        text-align: center;
    }
    .apply_form .apply_form_job-link-list {
        width: 180px;
        margin: 25px auto;
    }
    .apply_form .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .apply_form .header  {
        background: #fff !important;
    }
    .apply_form .form-row {
        display: block;
    }
    .apply_form .input-placeholder {
        width: 100%;
    }
    .apply_form .input-placeholder:first-child {
        padding-right: 0;
    }
    .apply_form .input-placeholder:last-child {
        padding-left: 0;
    }
    .apply_form .green-under:after {
        top: 10px;
        width: 305px;
        content: "";
    }
    .apply_form .custom-file button {
        overflow: hidden;
    }
    .apply_form .apply__uploader_resume .cv-uploader__description .custom-file {
        margin-right: -10px;
        margin-left: -10px;
    }
    .apply_form .apply__uploader_resume .custom-file {
        max-width: -webkit-calc(100% + 20px);
        max-width: calc(100% + 20px);
    }
    .apply_form .inner.succ strong {
        display: none;
    }
    .apply_form .inner.succ {
        visibility: hidden;
    }
    .apply_form .inner.succ:before {
        visibility: visible;
    }
    .apply_form .inner.succ:after {
        font-size: 18px;
        position: absolute;
        top: 19px;
        left: 40%;
        display: -webkit-box;
        visibility: visible;
        float: left;
        content: "Upload Completed";
        -ms-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
    .apply_form .alert.empty {
        margin-bottom: 0;
    }
    .careers .browser_window {
        padding: 0 30px 30px;
    }
    .careers .info_section__list {
        padding-left: 0;
    }
    .careers .info_section__list.column {
        display: block;
    }
    .careers .info_section__list li {
        padding-left: 30px;
    }
    .careers .info_section__list li:before {
        left: 0px;
    }
    .careers .info_section__list_block {
        width: 100%;
    }
    .careers .careers__info {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }
    .apply_form .apply_form_job__content {
        display: block;
    }
    .apply_form .apply_form_job-link-wrapper {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .apply_form .apply_form_job-link-wrapper .btn {
        width: 100%;
        margin-top: 25px;
    }
    .apply_form .apply_form_job-poster-wrapper {
        display: block;
        width: 193px;
        min-width: 122px;
        height: auto;
        min-height: 166px;
        margin: 0 auto 20px;
    }
    .apply_form .apply_form_job__title {
        text-align: center;
    }
    .apply_form .apply_form_job-link-list {
        width: 180px;
        margin: 25px auto;
    }
    .apply_form .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .apply_form .form-row {
        display: block;
    }
    .apply_form .input-placeholder {
        width: 100%;
    }
    .apply_form .input-placeholder:first-child {
        padding-right: 0;
    }
    .apply_form .input-placeholder:last-child {
        padding-left: 0;
    }
    .apply_form .green-under:after {
        top: 10px;
        width: 305px;
        content: "";
    }
    .apply_form .apply__uploader_resume .cv-uploader__description .custom-file {
        margin-right: -10px;
        margin-left: -10px;
    }
    .apply_form .apply__uploader_resume .custom-file {
        max-width: -webkit-calc(100% + 20px);
        max-width: calc(100% + 20px);
    }
    .apply_form .inner.succ strong {
        display: none;
    }
    .apply_form .inner.succ {
        visibility: hidden;
    }
    .apply_form .inner.succ:before {
        visibility: visible;
    }
    .apply_form .inner.succ:after {
        font-size: 18px;
        position: absolute;
        top: 19px;
        left: 40%;
        display: -webkit-box;
        visibility: visible;
        float: left;
        content: "Upload Completed";
        -ms-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        color: #03a08c;
    }
    .apply_form .alert.empty {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 330px) {
    .contact-us .g-recaptcha > div:first-child {
        margin: 0 auto 0 -webkit-calc(50% - 152px);
        margin: 0 auto 0 calc(50% - 152px);
    }
    .tos .top_block .bold::after {
        top: -58px;
        -ms-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
}

.video-wr {
    margin-bottom: 80px;
}
.video-wr video {
    width: 100%;
    max-width: 720px;
    display: block;
    margin: 0 auto;
}