

/* Start:/local/templates/konfiskat/assets/styles/vacancies.css?170773656623244*/
@import url(/local/templates/konfiskat/assets/styles/./style.css);
@import url(/local/templates/konfiskat/assets/styles/./swiper-bundle.min.css);

.vacancies-inner {
    padding-bottom: 50px;
}

.vacancies-inner .vacancies-cards {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.vacancies-inner .vacancies-cards .vacancies-card {
    display: flex;
    gap: 50px;
}

@media (max-width: 768px) {
    .vacancies-inner .vacancies-cards .vacancies-card {
        flex-direction: column;
        gap: 25px;
    }
}

.vacancies-inner .vacancies-cards .vacancies-card:hover .num {
    color: #8AB73A;
}

.vacancies-inner .vacancies-cards .vacancies-card .num {
    color: rgba(85, 203, 32, 0.2);
    font-family: var(--font-family-basic);
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px; /* 75% */
    transition: 0.3s ease;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .vacancies-inner .vacancies-cards .vacancies-card .num {
        font-size: 50px;
        line-height: 55px;
    }
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner h2 {
    color: #090909;
    font-family: var(--font-family-basic);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 45.5px */
}

@media (max-width: 1024px) {
    .vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner h2 {
        max-width: 25px;
    }
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .salary {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .salary span {
    color: #949494;
    font-family: var(--font-family-basic);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .salary p {
    color: #090909;
    font-family: var(--font-family-basic);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    display: flex;
    gap: 10px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .salary p::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 12V12.01M5 18H19C20.1046 18 21 17.1046 21 16V8C21 6.89543 20.1046 6 19 6H5C3.89543 6 3 6.89543 3 8V16C3 17.1046 3.89543 18 5 18ZM21 9H14C12.3431 9 11 10.3431 11 12C11 13.6569 12.3431 15 14 15H21V9Z' stroke='%238AB73A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    margin-top: 3px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .line {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .requirements {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .requirements p {
    color: #1A2A37;
    font-family: var(--font-family-basic);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
    text-transform: uppercase;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .requirements span {
    color: #090909;
    font-family: var(--font-family-basic);
    font-size: var(--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content.active {
    transition: height 0.3s ease;
    height: fit-content;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .requirements {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .requirements p {
    color: #1A2A37;
    font-family: var(--font-family-basic);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .requirements span {
    color: #090909;
    font-family: var(--font-family-basic);
    font-size: var(--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .schedule {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .schedule p {
    color: #1A2A37;
    font-family: var(--font-family-basic);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .schedule ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 50px;
}

@media (max-width: 768px) {
    .vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .schedule ul {
        padding-left: 0;
    }
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .schedule ul li {
    color: #090909;
    font-family: var(--font-family-basic);
    font-size: var(--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .schedule ul li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 7L16 12L10 17L10 7Z' fill='%238AB73A'/%3E%3C/svg%3E");
    display: block;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .contact span {
    color: #949494;
    font-family: var(--font-family-basic);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .contact a {
    color: #090909;
    font-family: var(--font-family-basic);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    display: flex;
    gap: 10px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .contact a::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.9994 16.4767V19.1864C21.0036 20.2223 20.0722 21.0873 19.0264 20.9929C10 21 3 13.935 3.00706 4.96919C2.91287 3.92895 3.77358 3.00106 4.80811 3.00009H7.52325C7.96247 2.99577 8.38828 3.151 8.72131 3.43684C9.66813 4.24949 10.2771 7.00777 10.0428 8.10428C9.85987 8.96036 8.9969 9.55929 8.41019 10.1448C9.69858 12.4062 11.5746 14.2785 13.8405 15.5644C14.4272 14.9788 15.0273 14.1176 15.8851 13.935C16.9855 13.7008 19.7615 14.3106 20.5709 15.264C20.8579 15.6021 21.0104 16.0337 20.9994 16.4767Z' stroke='%238AB73A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .contact p {
    color: #090909;
    font-family: var(--font-family-basic);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    display: flex;
    gap: 10px;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .hidden-content .contact p::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 21V19C20 16.7909 18.2091 15 16 15H8C5.79086 15 4 16.7909 4 19V21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z' stroke='%238AB73A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .show-more {
    color: #8AB73A;
    font-family: var(--font-family-basic);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: 0.3s ease;
    cursor: pointer;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .show-more::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 17L15 12L10 7' stroke='%238AB73A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    transition: 0.3s ease;
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-inner .show-more.active::after {
    transform: rotate(180deg);
}

.vacancies-inner .vacancies-cards .vacancies-card .vacancy-modal-btn {
    border: none;
    cursor: pointer;
}

.vacancies-inner .controls {
    margin-top: 100px;
    display: flex;
    gap: 30px;
}

@media (max-width: 1024px) {
    .vacancies-inner .controls {
        flex-wrap: wrap;
    }
}

.vacancies-inner .controls li {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #F5F5F7;
    cursor: pointer;
    color: #1A2A37;
    transition: 0.3s ease;
    flex-shrink: 0;
}

.vacancies-inner .controls li.active {
    background: #1A2A37;
    color: #FFF;
}

.vacancies-inner .controls li:hover {
    background: #EE8F00;
    color: #fff;
}

.vacancies-inner .controls li:hover span svg path {
    fill: #FFF;
}

.vacancies-inner .controls li span {
    text-align: center;
    font-family: var(--font-family-basic);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: none;
    transition: all 0.5s ease;
    padding: 0 25px;
}

.overlay.open {
    display: block;
}

.vacancy-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 852px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 10px 21px -4px rgba(0, 0, 0, 0.25);
    height: 90vh;
    z-index: 5;
    display: none;
}

.vacancy-modal.active {
    display: flex;
}

@media (max-width: 1024px) {
    .vacancy-modal {
        width: 90%;
    }
}

.vacancy-modal .close-wrap {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
}

.vacancy-modal .modal-wrap {
    display: flex;
    padding: 10px 50px 60px 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    overflow-y: scroll;
    scrollbar-color: #8AB73A #f9f9fd;
    scrollbar-width: thin;
}

@media (max-width: 1024px) {
    .vacancy-modal .modal-wrap {
        padding: 10px 20px 20px 20px;
    }
}

.vacancy-modal .modal-wrap::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

.vacancy-modal .modal-wrap::-webkit-scrollbar-thumb {
    background-color: #8AB73A;
    border-radius: 10px;
}

.vacancy-modal .modal-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #f9f9fd;
    border-radius: 10px;
}

.vacancy-modal .modal-wrap::-webkit-scrollbar-button {
    background: transparent;
    height: 23px;
}

.vacancy-modal .modal-wrap h2 {
    color: #1A2A37;
    font-family: var(--font-family-basic);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

@media (max-width: 1024px) {
    .vacancy-modal .modal-wrap h2 {
        font-size: 30px;
    }
}

.vacancy-modal form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.modal-wrap > div {
    width: 100%;
}


.vacancy-modal .modal-wrap form .input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vacancy-modal .modal-wrap form .input-wrapper p {
    color: #1A2A37;
    font-family: var(--font-family-basic);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.vacancy-modal .modal-wrap form .input-wrapper p span {
    color: #FF7F50;
    font-family: var(--font-family-basic);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.vacancy-modal .modal-wrap form .input-wrapper input {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #FFF;
    border: none;
    border-bottom: 1px solid #1A2A37;
    padding-bottom: 20px;
    outline: none;
    font-size: 16px;
}

.vacancy-modal .modal-wrap form .input-wrapper input::-moz-placeholder {
    color: rgba(26, 42, 55, 0.4);
    font-family: var(--font-family-basic);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.vacancy-modal .modal-wrap form .input-wrapper input::placeholder {
    color: rgba(26, 42, 55, 0.4);
    font-family: var(--font-family-basic);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.vacancy-modal .modal-wrap form .input-wrapper .input-inner {
    width: 100%;
    display: flex;
    gap: 50px;
}

@media (max-width: 560px) {
    .vacancy-modal .modal-wrap form .input-wrapper .input-inner {
        flex-direction: column;
    }
}

.vacancy-modal .modal-wrap form .input-wrapper .input-inner input {
    width: 100%;
}

@media (max-width: 560px) {
    .vacancy-modal .modal-wrap form .input-wrapper .input-inner input {
        width: 100%;
    }
}

.vacancy-modal .modal-wrap form .form-foot {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vacancy-modal .modal-wrap form .form-foot textarea {
    display: flex;
    height: 187px;
    padding: 15px 15px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(26, 42, 55, 0.2);
    background: #FFF;
    resize: none;
    outline: none;
    font-size: 16px;
}

.vacancy-modal .modal-wrap form .form-foot .file-form {
    position: relative;
    cursor: pointer;
}

.vacancy-modal .modal-wrap form .form-foot .file-form .selectbutton {
    cursor: pointer;
}

@media (max-width: 450px) {
    .vacancy-modal .modal-wrap form .form-foot .file-form .selectbutton {
        width: 100%;
        font-size: 16px;
    }
}

.vacancy-modal .modal-wrap form .form-foot .file-form #upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    z-index: 20;
    height: 70px;
    cursor: pointer;
}

.vacancy-modal .modal-wrap form .form-foot .submit-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
}

.captcha-row {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.inner-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.captcha-row input {
    display: flex;
    height: 45px;
    padding: 20px 10px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(26, 42, 55, 0.2);
    background: #FFF;
    resize: none;
    outline: none;
    font-size: 16px;
}

.captcha-row img{
    cursor:pointer;
    width: 180px;
    height: 40px;
}

@media (max-width: 768px) {
    .vacancy-modal .modal-wrap form .form-foot .submit-inner {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 400px) {
    .vacancy-modal .modal-wrap form .form-foot .submit-inner img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.vacancy-modal .modal-wrap form .form-foot .submit-inner .gray-btn {
    border: none;
    cursor: pointer;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.custom-checkbox .checkbox {
    margin-right: 10px;
    flex-shrink: 0;
}

.checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #C6CAE2;
    border-radius: 2px;
    align-items: flex-start;
    margin-top: 5px;
}

.custom-checkbox span {
    color: #1A2A37;
}

.custom-checkbox span a {
    color: #8AB73A;
    font-family: var(--font-family-basic);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    display: none;
}

.custom-checkbox input:checked ~ .checkbox .checkmark {
    display: block;
}

.custom-checkbox input:checked ~ .checkbox {
    background: #8AB73A;
    border: 1px solid #8AB73A;
}

.modal-wrap .form-wrapper {

}

.form-state-inner {
    max-width: 330px;
    text-align: center;
}

.form-success-icon {
    display: inline-block;
    margin: 0 0 26px 0;
    width: 169px;
    height: 169px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%20169%20169%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%2284.5%22%20cy%3D%2284.5%22%20r%3D%2265.5%22/%3E%3Cfilter%20x%3D%22-.8%25%22%20y%3D%22-.8%25%22%20width%3D%22101.5%25%22%20height%3D%22101.5%25%22%20filterUnits%3D%22objectBoundingBox%22%20id%3D%22b%22%3E%3CfeGaussianBlur%20stdDeviation%3D%22.5%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowBlurInner1%22/%3E%3CfeOffset%20dx%3D%22-1%22%20dy%3D%22-1%22%20in%3D%22shadowBlurInner1%22%20result%3D%22shadowOffsetInner1%22/%3E%3CfeComposite%20in%3D%22shadowOffsetInner1%22%20in2%3D%22SourceAlpha%22%20operator%3D%22arithmetic%22%20k2%3D%22-1%22%20k3%3D%221%22%20result%3D%22shadowInnerInner1%22/%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.0886691434%200%22%20in%3D%22shadowInnerInner1%22%20result%3D%22shadowMatrixInner1%22/%3E%3CfeGaussianBlur%20stdDeviation%3D%22.5%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowBlurInner2%22/%3E%3CfeOffset%20dx%3D%221%22%20dy%3D%221%22%20in%3D%22shadowBlurInner2%22%20result%3D%22shadowOffsetInner2%22/%3E%3CfeComposite%20in%3D%22shadowOffsetInner2%22%20in2%3D%22SourceAlpha%22%20operator%3D%22arithmetic%22%20k2%3D%22-1%22%20k3%3D%221%22%20result%3D%22shadowInnerInner2%22/%3E%3CfeColorMatrix%20values%3D%220%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.292285839%200%22%20in%3D%22shadowInnerInner2%22%20result%3D%22shadowMatrixInner2%22/%3E%3CfeMerge%3E%3CfeMergeNode%20in%3D%22shadowMatrixInner1%22/%3E%3CfeMergeNode%20in%3D%22shadowMatrixInner2%22/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20stroke-opacity%3D%22.05%22%20stroke%3D%22%23000%22%20fill-opacity%3D%22.07%22%20fill%3D%22%23000%22%20cx%3D%2284.5%22%20cy%3D%2284.5%22%20r%3D%2284%22/%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22/%3E%3Cuse%20fill%3D%22%23000%22%20filter%3D%22url%28%23b%29%22%20xlink%3Ahref%3D%22%23a%22/%3E%3Cpath%20fill%3D%22%23A0BE47%22%20d%3D%22M76.853%20107L57%2087.651l6.949-6.771%2012.904%2012.576L106.051%2065%20113%2071.772z%22/%3E%3C/g%3E%3C/svg%3E');
    background-repeat: no-repeat;
}

.form-success .form-state-text {
    display: block;
    margin: 0 0 27px;
    color: #000;
    text-align: center;
    opacity: .8;
}

.form-wrapper {
    justify-content: center;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, .08);
    background-color: #fff;
    min-height: 250px;
    max-width: 700px;
    margin: 0 auto;
    transition: min-height 180ms ease;
    word-break: break-word;
    display: none;
}

.window-close {
    position: absolute;
    top: 12px;
    right: 23px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .5;
    cursor: pointer;
    outline: 0;
    z-index: 25;
    background-color: #8AB73A;
}

@media(max-width: 540px){
    .captcha-row{
        width: 100%;
    }
}

.window-close:after, .window-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.window-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.input-file{
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.input-file-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    background: #F5F5F7;
    box-shadow: 0 6px 4px -3px #AEB5C2;
    color: #1A2A37;
    text-align: center;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
    border-radius: 10px;
}

.input-file-text {
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.input-file input[type=file]:focus + .input-file-btn {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.input-file:hover .input-file-btn {
    background-color: #1A2A37;
    color: #fff;
}

.error-msg{
    display: flex;
    color: var(--red);
    padding: 10px 0 10px 0;
}

/* End */


/* Start:/local/templates/konfiskat/components/bitrix/main.userconsent.request/.default/user_consent.css?17077365664470*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 10px;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 10px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #8AB73A;
	color: #fff;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #8AB73A;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/konfiskat/assets/styles/vacancies.css?170773656623244 */
/* /local/templates/konfiskat/components/bitrix/main.userconsent.request/.default/user_consent.css?17077365664470 */
