.vacancy h1 {
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 105px
}

.vacancy h2 {
    color: #141414
}

.vacancy h2::after {
    display: none
}

.vacancy h3 {
    margin-bottom: 60px;
    font-size: 48px
}

.vacancy h3 img {
    margin-right: 30px
}

.vacancy h4 {
    color: #141414;
    line-height: 1;
    margin-bottom: 0
}

.vacancy h4.small {
    font-size: 22px
}

.vacancy ul {
    margin-bottom: 0
}

.vacancy ul.dots li {
    line-height: 29px
}

.container .row {
    margin-left: -15px;
    margin-right: -15px
}

.container .row>div {
    padding: 0 15px
}

.vacancy {
    padding-top: 227px;
    min-height: 60vh
}

.vacancy-position img {
    width: 80px;
    height: auto;
    background: url("../img/vacancy/vacancy_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.vacancy-position:last-child .vacancy_action {
    border: none;
    margin-bottom: 0
}

.vacancy-features {
    padding: 30px 0 0
}

.vacancy-features_item:nth-of-type(1),
.vacancy-features_item:nth-of-type(2) {
    margin-bottom: 30px
}

.vacancy-type {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f5f5f5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.vacancy-type h4 {
    margin: 0px 0px 10px 0px;
}

.vacancy-type p {
    margin-bottom: 0px;
    line-height: 1
}

.vacancy_action {
    padding-bottom: 117px;
    padding-top: 45px;
    border-bottom: 1px solid rgba(181, 101, 255, 0.5);
    margin-bottom: 80px
}

.vacancy-position-info-box {
    padding: 0px 15px;
    width: 49%;
    margin-bottom: 15px;
}

.vacancy-position-info-main-block {
    width: 300px;
    flex-shrink: 0;
}

#vacancy-modal .modal-title {
    font-size: 18px;
    font-weight: 600;
    padding-right: 15px;
    text-align: center;
    color: #141414 !important;
}

#vacancy-modal .modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

#vacancy-modal .modal-header {
    border-bottom: none;
}

#vacancy-modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#vacancy-modal .modal-content {
    padding: 15px;
    width: auto;
    max-width: 500px;
}

#vacancy-modal .send-modal-form {
    width: 200px;
    height: 50px;
}

#vacancy-modal .vacancy-modal_form .vacancy-modal_form-input {
    width: 100%;
    border-radius: 20px;
    height: 50px;
    border: 1px solid gray;
    padding: 15px;
    color: #141414 !important;
}

#vacancy-modal .vacancy-modal_form .vacancy-modal_form-label p {
    font-size: 12px;
    padding-left: 10px;
    cursor: pointer;
}

#vacancy-modal .white-popup {
    background: #232c32;
}

#vacancy-modal .thank {
    text-align: center;
}

#vacancy-modal h2 {
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    color: transparent;
    line-height: 1.2;
    background-image: linear-gradient(to left, #ff8d4e 0%, #b565ff 100%);
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    position: relative;
    margin: 0 auto 115px;
}

#vacancy-modal .thank h2 {
    margin-bottom: 80px;
}

#vacancy-modal h2::after {
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 6px;
    content: '';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #141414;
}

#vacancy-modal h2::after {
    background: #fff;
}

#vacancy-modal .help-block {
    font-size: 12px;
    color: red;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.vacancy-position_feature {
    padding-top: 10px;
}
#vacancy-modal .vacancy-modal_form .vacancy-modal_form-label span {
    font-size: 12px;
    padding-left: 10px;
    cursor: pointer;
    color: #798487;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media (max-width: 1650px) {
    div h3 {
        margin-bottom: 70px
    }
    .vacancy {
        padding-top: 200px
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 40px;
        line-height: 46px
    }
    .vacancy-position-info {
        flex-direction: column;
    }
    .vacancy-position-info-main-block {
        width: 100%;
        flex-shrink: initial;
        flex-grow: 1;
    }
    .vacancy-position .vacancy-position_title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .vacancy-position .vacancy-position_title span:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vacancy-position .vacancy-position_title img {
        margin-right: 0px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 500px;
        margin: 0px auto;
    }
    .vacancy-type {
        margin-bottom: 15px;
    }
}

@media(max-width: 768px) {
    .vacancy-position-info-box {
        width: 100%;
    }
    .vacancy_action button {
        width: 200px;
    }
    .vacancy h1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

@media(max-width: 500px) {
    div h1 {
        font-size: 55px;
        line-height: 1.2;
    }
}

@media (max-width: 420px) {
    div h3 {
        margin-bottom: 40px
    }
    div h3 img {
        display: block
    }
    .vacancy-type_item {
        margin-bottom: 30px
    }
    .vacancy-type_item:last-child {
        margin-bottom: 0
    }
}

.type {
    float: right;
}

.request {
    margin-top: 36%;
}

.vacancy_action {
    padding-bottom: 63px !important;
}

@media (max-width: 767px) {
    .request {
        margin-top: 3%;
        margin-bottom: 3%;
    }
}

.end {
    margin-top: 3%;
}

.about {
    margin-bottom: 3%;
}

.btn {
    border-radius: 58px !important;
    font-size: 18px !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #e4e4e4 !important;
}

div h1 {
    background-image: linear-gradient(to left, #ff8d4e 0%, #b565ff 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-filter: drop-shadow(10px 20px 10px rgba(17, 14, 33, 0.25));
    filter: drop-shadow(10px 20px 10px rgba(17, 14, 33, 0.25));
    margin-bottom: 80px;
    margin-top: 0;
    font-weight: bold;
}

div h3 {
    font-weight: bold;
}

body {
    font-family: "Ubuntu", sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

div h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.container:before {
    content: normal !important;
}

.container:after {
    content: normal !important;
}


/*# sourceMappingURL=vacancy.css.map */