

/* Start:/local/templates/.default/components/bitrix/news.list/vacancy.list/style.css?17503279538489*/
.vacancy-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 60px;
}
.list-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.vacancy-wrapper {
    position: relative;
    min-height: 140px;
}
.vacancy-inner > .btn {
    position: absolute;
    bottom: 35px;
}
.vacancy-inner {
    height: 100%;
    display: flex;
    border: 3px solid #898989;
    border-radius: 0 20px 20px 20px;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 35px 35px 25px;
    background-color: white;
}
.btn_container {
    display: flex;
    gap: 26px;
    margin-top: 20px;
}
.btn.vacancy {
    font-size: 18px;
}
.description {
    display: none;
    font-size: 18px;
}
.vacancy-header {
    position: absolute;
    top: -63px;
    background-color: white;
    border: 3px solid #898989;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    left: 0;
    padding: 18px 25px;
    height: 66px;
    width: 400px;
}
.vacancy-header .title {
    font-size: 23px;
    line-height: 1.2;
}
.vacancy-corner {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 397px;
    top: -22px;
    background-color: white;
}
.vacancy-corner__border {
    width: 25px;
    height: 25px;
    position: absolute;
    border: 3px solid #898989;
    border-radius: 0 0 0 51%;
    border-top: none;
    border-right: none;
    background-color: #edeeee;
}
.hidden {
    display: none !important;
}

@media (min-width: 992px) {
    .vacancy-header .title {
        height: 55px;
        display: flex;
        /* align-items: center; */
    }
    .btn.review-btn {
        width: max-content !important;
    }
}
.rev-tab-desk {
	display: block;
}
.rev-tab-mob {
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 580px) {
	.container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo-footer {
        left: 20px !important; 
    }
}
@media screen and (min-width: 320px) and (max-width: 992px) {
    .btn_container {
        display: flex;
        gap: 15px;
        justify-content: space-around;
    }
    .description {
        font-size: 17px;
    }
    .rev-tab-mob {
		display: block !important;
	}
	.rev-tab-desk {
		display: none;
	}
    .btn_container {
        margin-top: 0;
    }
    .title {
        padding-left: 0;
    }
    .btn.review-btn {
        width: 100% !important;
        font-size: 17px !important;
        padding: 0 15px 2px 15px;
        margin-top: 15px;
    }
    .btn.vacancy {
        font-size: 17px !important;
        position: static;
        width: 100%;
    }
    .vacancy-header {
        border-radius: 7px 7px 0 0;
    }
    .vacancy-inner {
        border-radius: 0 7px 7px 7px;
    }
    .vacancy-corner__border {
        border-radius: 0 0 0 7px;
    }
    .vacancy_title {
        font-size: 20px !important;
        line-height: normal !important;
        width: 100% !important;
        padding: 10px 0 !important;
        border-radius: 10px !important;
        margin: 0 0 85px !important;
    }
    .background-container {
        min-height: auto !important;
        padding-bottom: 35px !important;
    }
    .background-container .container {
        padding-top: 35px !important;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .vacancy-header {
        width: 280px;
    }
    .vacancy-header .title {
        font-size: 20px;
    }
    .vacancy-corner {
        left: 277px;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .vacancy-header {
        width: 350px;
    }
    .vacancy-header .title {
        font-size: 24px;
    }
    .vacancy-corner {
        left: 347px;
    }
    .vacancy-list {
        flex-direction: column;
        gap: 100px;
    }
    .list-column {
        width: 100%;
        margin: 0 auto;
    }
    .vacancy-wrapper {
        min-height: 170px;
    }
    .vacancy-inner {
        min-height: 200px;
    }
}
@media (min-width: 993px) and (max-width: 1279px) {
    .vacancy-header {
        width: 360px;
    }
    .vacancy-corner {
        left: 357px;
    }
}
@media (min-width: 501px) and (max-width: 576px) {
    .vacancy-wrapper {
        min-height: 70px;
    }
    .vacancy-list {
        flex-direction: column;
        gap: 100px;
    }
    .list-column {
        width: 100%;
        margin: 0 auto;
    }
    .vacancy-header {
        width: 340px;
        padding: 10px 10px;
    }
    .vacancy-header .title {
        font-size: 20px;
    }
    .vacancy-corner {
        left: 337px;
    }
    .vacancy-inner {
        min-height: 70px;
        padding: 20px 15px 15px;
    }
    .vacancy-inner > .btn {
        bottom: 25px;
    }
    .modal-content {
        z-index: 200000;
        min-height: 420px;
        width: 360px;
        background-color: #FFFFFF;
        padding: 45px 30px;
        border-radius: 10px;
    }
}
@media (max-width: 500px) {
    .vacancy-wrapper {
        min-height: 70px;
    }
    .background-container {
        padding-bottom: 35px;
    }
    .vacancy-list {
        flex-direction: column;
        gap: 100px;
    }
    .list-column {
        width: 100%;
        margin: 0 auto;
        gap: 90px;
    }
    .vacancy-header {
        width: 300px;
        padding: 10px 10px;
    }
    .vacancy-header .title {
        font-size: 20px;
    }
    .vacancy-corner {
        left: 297px;
    }
    .vacancy-inner {
        min-height: 70px;
        padding: 20px 15px 15px;
    }
    .vacancy-inner > .btn {
        bottom: 25px;
    }
    .modal-content {
        z-index: 200000 !important;
        min-height: 420px !important;
        width: 360px !important;
        background-color: #FFFFFF;
        padding: 45px 30px !important;
        border-radius: 10px !important;
    }
}
@media (max-width: 366px) {
    .vacancy-header .title {
        font-size: 20px;
    }
    .vacancy-header {
        width: 250px;
    }
    .vacancy-corner {
        left: 247px;
    }
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 412px;
    width: 434px;
    background-color: #FFFFFF;
    padding: 45px 43px;
    border-radius: 10px;
    z-index: 10;
}
.modal-content .feedback_descr {
    font-size: 17px;
    line-height: 100%;
    color: #898989;
    margin: 12px 0 27px;
}
.modal-content .feedback_policy_descr, .modal-content .feedback_policy {
    margin-bottom: 0 !important;
}
h2.feedback_title {
    font-family: 'AeroportFontMedium';
    margin-bottom: 3px;
}
p.feedback_title {
    font-family: 'AeroportFontMedium';
    margin-bottom: 3px;
    line-height: 110%;
}
.vac-sbmt {
    width: 100% !important;
    height: 50px !important;
    background: #9DFA3A !important;
    font-size: 18px !important;
    text-align: center !important;
    color: #000000 !important;
    border: 2px solid !important;
    padding: 0 0 2.5px 0 !important;
    font-family: 'AeroportFontMedium';
}
.modal .close {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 28px;
    cursor: pointer;
}

#resumeForm div {
    margin-bottom: 15px;
}
#resumeForm label {
    display: block;
    margin-bottom: 5px;
    padding: 10px 19px;
    width: 100%;
    height: 50px;
    background: #F1F1F1;
    border: none;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 150%;
    color: #666666;
    text-align: center;
    padding-bottom: 3px;
    cursor: pointer;
}
input#applicantResume {
    /* display: none; */
    opacity: 0;
    position: absolute;
    left: -999%;
}
#resumeForm input {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    padding-bottom: 3px;
}

#sendForm div {
    margin-bottom: 15px;
}
#sendForm label {
    display: block;
    margin-bottom: 5px;
}
#sendForm input[type='text'] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/vacancy.list/style.css?17503279538489 */
