article .content-text h1, article .content-text h2 {
    color: #732e8f;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -1.2px;
    text-align: center;
    margin: 40px 0 30px 0;
}

.header-box .title {
    color: #fff;
    letter-spacing: .57px;
    text-align: center;
    padding: 174px 0 0 0;
    font-weight: 600;
    font-size: 100px;
    line-height: 136px;
}

.jobs .items > .item:nth-child(4) {
    margin-right: 0;
}

.jobs {
    position: relative;
    padding: 60px 0 97px 0;
    background: no-repeat center top;
    background-size: cover
}

.jobs h2 {
    color: #742282;
    font-size: 50px;
    line-height: 56px;
    font-weight: 400;
    letter-spacing: -1.5px;
    text-align: center;
    margin: 0 0 77px 0
}

.jobs .items {
    font-size: 0;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jobs .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 290px;
    height: 270px;
    padding: 29px 22px 0 22px;
    margin: 0 13px 0 0;
    /*border-right: 2px solid #727272;*/
    background-repeat: no-repeat;
    background-size: cover;
    /*background: rgba(255, 255, 255, 0.8);*/
    margin-bottom: 15px;
}

.jobs .item:first-of-type {
    margin: 0
}
.text-right {
    text-align: right;
}
.jobs .item h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-align: left;
}

.jobs .item p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    height: 70px;
    margin: 0 0 20px 0
}

.jobs .item .link {
    text-align: left
}
.header-box {
    height: 306px
}
.header-box .title {
    padding: 86px 0 0 0;
}
.jobs .item .link a {
    color: #9241a0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    position: absolute;
    left: 23px;
    bottom: 30px;
    width: 138px;
    height: 48px;
    padding: 14px 0 0 0;
    border: 0px solid #9241a0;
    transition: all .2s ease
}

.jobs .item .link a:after {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 12px;
    margin: 0 15px 0px 0px;
    background: url(../images/careers/arrow-purple.svg) no-repeat left top;
    transform: rotate(0deg);
    float: right;
}
.jobs .item .link:hover a:after {
    background: url(../images/careers/arrow2.svg) no-repeat left top;
}
.jobs .item .link a:hover {
    color: #fff;
    background-color: #9241a0
}

.jobs .item .link a:hover:after {
    background: url(../images/careers/arrow3.svg) no-repeat left top
}

#list_vacancies .item .link a:after {
    content: "";
    position: relative;
    top: 3px;
    right: -5px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 12px;
    margin: 0 0px 0px 5px;
    background: url(../images/careers/arrow-purple.svg) no-repeat left top;
    transform: rotate(
            0deg
    );
}

#list_vacancies .item .link a {
    color: #9241a0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    display: flex;
    padding-left: 15px;
    align-items: center;
    width: 142px;
    height: 40px;
    border: 1px solid #9241a0;
    transition: all .2s ease;
    margin-left: auto;
}

img, svg {
    vertical-align: middle;
}

#careers_category {
    padding-top: 90px;
    padding-bottom: 160px;
    background: #F5F3F6;
}

#list_vacancies {
    direction: ltr;
    text-align: left;
    background: white;
    padding: 48px;
}

#list_vacancies .item .title a {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #732281;
    margin-bottom: 10px;
    text-decoration: none;
}

#list_vacancies .item {
    padding-top: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
}

#list_vacancies > .item:first-child {
    padding-top: 0;
}

#list_vacancies .item .hot_vacancy {
    margin-left: 10px;
}

#list_vacancies .item .info_options {
    margin-bottom: 17px;
}

#list_vacancies .item .info_options span {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #009FE3;
}

#list_vacancies .item .info_options span.point {
    padding: 0 5px;
}

.main_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    background: #5D236D;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#list_vacancies .item .desc p {
    font-weight: 300;
    font-size: 14px;
    line-height: 156%;
    color: #8E8E8E;
}

#single_careers {
    background-color: #F5F3F6;
    padding-top: 50px;
    padding-bottom: 100px;
}

.to_all_positions {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #5D236D;
    text-decoration: none !important;
    margin-bottom: 40px;
    display: block;
    direction: ltr;
}

#single_careers .content-text {
    background-color: white;
    padding: 40px;
}

.tax_name {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #009FE3;
    display: block;
    margin-bottom: 10px;
}

#single_careers h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #732281;
}

.responsibilities h3,
.requirements h3 {
    font-size: 18px;
    line-height: 25px;
    color: #732281;
    margin-bottom: 12px;
}

#single_careers .desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #1E335A;
}

/*Bootstrap 5 min config*/

* {
    outline: none !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form_send_request form input, .form_send_request form textarea {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #1E335A;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 15px;
    direction: ltr;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem / 2);
    padding-left: calc(1.5rem / 2);
    margin-top: 0;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

@media (min-width: 1024px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.form_send_request {

}

.form_send_request .title {
    font-size: 24px;
    line-height: 64px;
    text-align: left;
    color: #732281;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 44px;
    color: #732281;
}

.form_send_request form input, .form_send_request form textarea {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #1E335A;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 15px;
    text-align: left;
}

.form_send_request form textarea {
    height: 42px;
    overflow: hidden;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}

label {
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    color: #732281;
}

.form-group label span {
    color: #009FE3;
}

.box.is-dragover {
    background-color: grey;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-print-color-adjust: exact;
}

.box.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
}

.box.has-advanced-upload .box__dragndrop {
    display: inline;
}

.box {
    font-size: 1.25rem; /* 20 */
    position: relative;
    padding: 30px 20px;
    border: 1px dashed #D9DBE1;
    margin: 40px 0 40px 0;
}

.box.has-advanced-upload {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.box.is-dragover {
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: #fff;
}

.box__dragndrop {
    display: none;
}

.box.has-advanced-upload .box__dragndrop {
    display: inline;
}

.box.has-advanced-upload .box__icon {
    width: 20px;
    height: 24px;
    fill: #92b0b3;
    display: block;
    margin: 0 auto 20px auto;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
    visibility: hidden;
}

.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box__uploading {
    font-style: italic;
}

.box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY(-50%) scale(0);
    }
    75% {
        -webkit-transform: translateY(-50%) scale(1.1);
    }
    to {
        -webkit-transform: translateY(-50%) scale(1);
    }
}

@keyframes appear-from-inside {
    from {
        transform: translateY(-50%) scale(0);
    }
    75% {
        transform: translateY(-50%) scale(1.1);
    }
    to {
        transform: translateY(-50%) scale(1);
    }
}

.box__restart {
    font-weight: 700;
}

.box__restart:focus,
.box__restart:hover {
    color: #39bfd3;
}

.js .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.js .box__file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong {
    color: #39bfd3;
}

.js .box__file:focus + label,
.js .box__file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.js .box__file + label * {
    /* pointer-events: none; */ /* in case of FastClick lib use */
}

.no-js .box__file + label {
    display: none;
}

.no-js .box__button {
    display: block;
}

.box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}

.box__button:hover,
.box__button:focus {
    background-color: #0f3c4b;
}

label[for="file"], label[for="ModalFileInput"] {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #969BAB;
    display: block;
}

.box .box__file {
    visibility: hidden;
    position: absolute;
}

.form_send_request .btn-info {
    width: 180px;
    height: 40px;
    border-width: 1px;
    margin-left: auto;
    padding-left: 15px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    background: #713B90;
    color: #fff;
    cursor: pointer;
}

.form_send_request .btn-info img {
    margin-left: 10px;
}

.form_send_request form {
    max-width: 616px;
    margin-right: auto;
}

.form_send_request .blue-text {
    text-align: center;
    font-size: 11px;
    line-height: 170%;
    color: #009FE3;
    margin-top: 26px;
}

.form-check label {
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    color: #8E8E8E;
    display: block;
    text-align: left;
    padding-bottom: 20px;
}

.form_send_request .form-check-input[type=checkbox] {
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 2px;
    width: 16px;
    height: 16px;
}

.box__uploading {
    text-align: center;
}

.animated-images {
    float: right;
    position: relative;
}

.animated-images .main1 {
    position: absolute;
    right: -100px;
}

.animated-images .main2 {
    position: absolute;
    top: 150px;
    right: 400px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-input:checked {
    background-color: #651E71;
    border-color: #651E71;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.jobs .grid {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

#contact_home_form .form-check label {
    display: flex;
}

#contact_home_form .form-check input {
    position: relative;
    top: -2px;
}

#contact_home_form .form-check .wpcf7-list-item-label {
    padding-left: 10px;
}

#submapp {
    background-image: url(/wp-content/themes/matrixbi/images/careers/arrow2.svg);
    background-repeat: no-repeat;
    background-position: 94% 18px;
}
#swal2-content {
    color: #732e8f;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.47px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 4px 0;
}

.footer-form .wpcf7-form label.error {
    color: #900;
    font-size: 11px;
    float: none;
    padding-left: 5px;
    position: absolute;
    right: -82px;
    top: -15px;
    width: 240px!important;
    font-size: 10px!important;
}

.footer-form input[name="acceptance-991"]:checked:after {
    margin-right: 2px;
}

.footer-form .wpcf7-response-output {
    font-size: 12px;
    line-height: 12px;
}

@media(max-width: 1199px) {
    #list_vacancies .item .link a {
        width: 150px;
        margin-left: 0;
    }
    #list_vacancies .item .info_options {
        margin-top: 15px;
    }
    #list_vacancies .item .hot_vacancy {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }
    .jobs .item {
        margin-right: 0;
    }
    .grid,
    .jobs .items {
        width: 100%;
    }
    .jobs .item:first-of-type {
        margin-bottom: 15px;
    }
    .header-box .title {
        font-size: 70px;
        padding: 70px 0 0 0;
    }
    .to_all_positions {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .jobs .slick-dots button {
        display: none;
    }
    .jobs .slick-dots li.slick-active {
        background: #742282;
    }
    .jobs .slick-dots li {
        font-size: 0;
        list-style: none;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        width: 6px;
        height: 6px;
        margin: 3px;
        border-radius: 100%;
        border: 1px solid #742282;
    }
}