.form__block.vacancy {
    min-height: 464px;
}

.form__block.vacancy .input__line {
    border-left: 0;
}

.form__block.vacancy .input__line:nth-child(2n+3) {
    border-left: 1px solid rgb(43 42 41 / 15%);
    border-right: 1px solid rgb(43 42 41 / 15%);
}

.form__block.vacancy .input__line:first-child {
    border-top: 0;
}

.w-100 {
    width: 100% !important;
}

.form__block {
    display: flex;
    border-top: 1px solid #c9c9c9;
    min-height: 525px;
}

.form__block__left {
    width: 50%;
    background-image: url("/local/templates/stratech/images/form_background.svg");
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.form__block__right {
    width: 50%;
    background: url("image/fon-form.jpg") scroll no-repeat top left transparent;
    background-size: contain;
}

.form__block__left__info {
    padding: 80px 122px;
}

.contacts__phone-black {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 145%;
    color: #2B2A29;
    text-decoration: none;
    width: fit-content;
}

.contacts__mail-black {
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    color: #2B2A29;
    width: fit-content;
}

.whatsapp_link {
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    color: #E84E26;
    padding: 10px 0;
    width: fit-content;

}

.form__direction {
    width: 100%;
    height: 100%;
    display: flex;
    border: 1px solid #c9c9c9;
    flex-direction: column;
    justify-content: flex-end;
}

.form__direction p {
    padding: 10px 40px;
    background: #F6F6F6;
}

.form__callback {
    width: 100%;
    height: 100%;
    display: flex;
    border-left: 1px solid #c9c9c9;
    flex-direction: column;
    justify-content: flex-end;
}

.button__send {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #E84E26;
    border-radius: 2px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.button__send svg {
    transition: 1s;
}

.button__send svg path {
    fill: #ffffff;
}

.button__send:hover {
    background-color: #D03710;
    transition: 0.3s;
}

.button__send:hover svg {
    transform: translateX(15px);
    transition: 1s;
}

.button__send svg {
    margin-left: 10px;
}

.form__direction form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.form__callback form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.input__line {
    width: 50%;
    background: #F6F6F6;
    height: 85px;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
    position: relative;
}

.input__line label {
    position: absolute;
    padding: 27px 40px;
    transition: 0.5s;
    color: #AFAFAF;
}

.input__line label {
    top: 0;
    left: 0;
    transition: 0.3s;
}

.input__line label span {
    color: #E84E26;
}

.input__line textarea:focus + label,
.input__line textarea:not(:placeholder-shown) + label,
.input__line input:focus + label,
.input__line input:not(:placeholder-shown) + label {
    top: -16px;
    font-size: 12px;
    left: 0;
    transition: 0.3s;
}

.input__line select:not(:placeholder-shown) + label {
    top: 10px;
    font-size: 16px;
    left: 39px;
    transition: 0.3s;
    padding: 0;
}

.input__line input,
.input__line textarea {
    width: 100%;
    height: 100%;
    padding: 27px 40px;
}

.user__accept {
    background-color: #F6F6F6;
    color: #808080;
    padding: 20px 40px;
    font-style: italic;
}

.user__accept span {
    color: #2B2A29;
}

.form__block__left__info h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 116%;
    color: #2B2A29;
}

.form__block__left__info span {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 116%;
    color: #E84E26;;
}

.form__block__left__info p {
    padding: 20px 0 40px 0;
}

select.selection {
    color: rgb(0 0 0 / 90%);
    width: 95%;
    height: 100%;
    border: 0;
    background-color: #F6F6F6;
    padding: 27px 36px;
    font-size: 16px;
    outline: none;
}

@media (max-width: 1270px) {
    .input__line input {
        padding: 20px 20px;
    }
}

@media (max-width: 1090px) {
    .form__direction form {
        flex-direction: column;
    }

    .input__line {
        width: 100%;
    }

    .form__block__left__info {
        padding: 40px 30px;
    }

    .input__line:nth-child(even) {
        border-left: 0;
    }

    .form__block.vacancy .input__line:nth-child(2n+3) {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .form__block__left {
        width: 100%;
    }

    .form__block__right {
        width: 100%;
    }

    .form__block {
        flex-direction: column;
    }

    .form__direction {
        border-left: 0;
    }

    .form__block__left {
        background-size: cover;
    }
}

.input__line textarea {
    width: 100%;
    padding: 27px 40px;
}

.d-none {
    display: none !important;
}

.input__captcha {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.input__captcha .inputtext {
    border: 1px solid #c9c9c9;
    border-left: none;
    border-right: none;
    width: 100%;
    padding-left: 15px;
}

.input__captcha img {
    border-left: none;
}
