<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/topsantehnika/css/vacancy.css?174342484613790*/
.vacancy-page {
    font-family: 'Montserrat';
}

.vacancy-title {
    margin-top: 40px !important;
}

.benefit-title, .conditions-title, .tabs-title, .contacts-title, .slider-title {
    margin: 0;
    color: #2A2A2A;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 40px;
}

.vacancy-benefit, .vacancy-conditions, .vacancy-tabs, .vacancy-form, .vacancy-contacts {
    margin-bottom: 90px !important;
}

.benefit-items {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    max-width: 360px;
    border-radius: 14px;
    border: 1px solid #CCC;
    padding: 40px;
}

.benefit-item span {
    text-align: center;
    color: #2A2A2A;
    font-size: 20px;
    font-weight: 400;
}

.conditions-items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 10%;
    gap: 15px;
}

.conditions-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.conditions-item  p {
    color: #2A2A2A;
    font-size: 22px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 150%;
}

.red, .blue, .green, .orange {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.red {
    background-color: #ED2B32;
}

.blue {
    background-color: #2A7DC0;
}

.green {
    background-color: #9DCB3B;
}

.orange {
    background-color: #F26C21;
}

.tabs-items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.tabs-item {
    position: relative;
    border-radius: 14px;
    border: 1px solid #CCC;
    padding: 30px 20px;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.item-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.item-header:hover {
    opacity: .75;
}

.item-title {
    margin: 0;
    color: #2A2A2A;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    max-width: 70%;
}

.item-arrow {
    transform: rotate(0deg);
    transition: transform .3s ease;
}

.item-arrow.active {
    transform: rotate(180deg);
}

.item-count {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.item-vacancies {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.item-vacancy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.item-name {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin: 0;
}

.item-line {
    display: block;
    width: 1px;
    height: 30px;
    background-color: #000;
}

.item-salary {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.item-btn {
    cursor: pointer;
    border-radius: 7px;
    background: #F5FAEC;
    padding: 8px 36px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border: none;
    outline: none;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.item-btn:hover {
    opacity: .75;
}

.sale {
    width: 100%;
    margin-bottom: 100px;
}

.sale__title {
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    line-height: 150%;
}
.sale__container {
    background: #2A7DC0;
    position: relative;
    padding: 40px 30px;
}
.sale__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #bfdbf1;
    border-top-left-radius: 200px;
}
.sale__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.sale__header {
    margin-bottom: 24px;
}
.sale__form {
    padding: 0 10%;
    display: flex;
    gap: 12px;
}
.sale__btn {
    max-width: 250px;
    width: 100%;
    padding: 20px 50px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    background: #2A7DC0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}
.sale__btn:hover {
    opacity: 0.7;
}
.sale__btn::after {
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    background-image: url("/local/templates/topsantehnika/css/../images/right-arrow2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sale__btn:hover::after {
    left: 5px;
}

.input {
    border: none;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 21px;
    color: #2A2A2A;
    background: #FFFFFF;
}
.input::-webkit-input-placeholder {
    color: #CCCCCC;
}
.input::-moz-placeholder {
    color: #CCCCCC;
}
.input:-ms-input-placeholder {
    color: #CCCCCC;
}
.input::-ms-input-placeholder {
    color: #CCCCCC;
}
.input::placeholder {
    color: #CCCCCC;
}

.sale {
    opacity: 1;
    visibility: visible;
    position: static;
}

.sale.show-message {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.form-send {
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    position: absolute;
    transition: all .5s ease-in;
}

.form-send.show-message {
    opacity: 1;
    visibility: visible;
    position: static;
}

.form-send .sale__title {
    text-align: center;
}

.sale__status {
    text-align: center;
    display: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 18px;
    color: #9DCB3B;
}

.sale__status.error {
    color: red;
}

.form-send .sale__header {
    margin-bottom: 0;
}

.contacts-items {
    margin-top: 40px;
    display: flex;
    gap: 100px;
    align-items: center;
}

.contacts-item {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.contacts-item:hover {
    opacity: .75;
}

.contacts-icon {
    max-width: 24px;
    width: 100%;
}

.contacts-link {
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: #2A2A2A;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.slider {
    margin-top: 40px;
}


.slider-two {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}
.slider-two__items {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    display: none !important;
}
.slider-two__item_mobile {
    width: 100%;
}
.slider-two__item-content_mobile {
    width: 100%;
    height: 120px;
}
.slider-two__item {
    height: 360px;
}
.slider-two__item-content {
    height: 320px;
    width: 100%;
}
.slider-two__content {
    height: 320px;
}
.slider-two__container {
    position: relative;
}
.slider-two__btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    height: 40px;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: none;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, .5);
}
.slider-two__btn_left {
    left: 30px;
}
.slider-two__btn_right {
    right: 30px;
}
.slider-two__btn-img {
    width: 10px;
}
.slider-two__content {
    overflow: hidden;
    width: 100% !important;
}
.slider-two__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.slider-two__item_horizontal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px !important;
}
.slider-two__item_horizontal &gt; * {
    height: 50%;
}

.slider-two__item-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider__item-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.vacancy-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out;
}

.vacancy-popup.active {
    opacity: 1;
    visibility: visible;
}

.vacancy-popup__dialog {
    max-width: 824px;
    width: 100%;
    padding: 0 15px;
}

.vacancy-popup__content {
    position: relative;
    width: 100%;
    padding: 40px;
    background-color: #fff;
    overflow-y: auto;
    max-height: 90vh;
}

.vacancy-popup-close {
    position: absolute;
    top: 30px;
    right: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 15px;
    height: 15px;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.vacancy-popup-close:hover {
    opacity: .75;
}

.popup-title {
    margin: 0;
    color: #2A2A2A;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.popup-salary {
    margin: 0;
    padding: 0;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
}

.popup-requirements {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.requirement {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.requirement-circle {
    width: 10px;
    height: 10px;
    display: block;
    background: #CCC;
    border-radius: 50%;
}

.popup-content {
    margin-top: 40px;
}

.popup-content h5 {
    margin: 0;
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.popup-content ul {
    margin-top: 20px;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}

@media (max-width: 1240px) {
    .conditions-items {
        padding: 0 5%;
    }
    .sale__form {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .input {
        width: 100%;
    }
    .sale__btn {
        max-width: 100%;
    }
}

@media (max-width: 998px) {
    .benefit-items {
        flex-direction: column;
    }
    .benefit-item {
        margin: 0 auto;
    }
    .benefit-title, .conditions-title, .tabs-title, .contacts-title, .slider-title {
        text-align: center;
    }
    .vacancy-benefit, .vacancy-conditions, .vacancy-tabs, .vacancy-form, .vacancy-contacts {
        margin-bottom: 60px !important;
    }
    .conditions-items {
        padding: 0;
    }
    .tabs-items {
        grid-template-columns: 1fr;
    }
    .sale__form {
        grid-template-columns: 1fr;
    }
    .sale__btn {
        padding: 20px;
    }
    .contacts-items {
        gap: 25px;
        justify-content: center;
    }
    .sale__title {
        font-size: 28px;
    }
    .vacancy-popup__content {
        max-height: 85vh;
    }
}

@media (max-width: 768px) {
    .conditions-items {
        display: flex;
        flex-direction: column;
    }
    .conditions-items .conditions-item:nth-child(2n) {
        order: 2;
    }
    .contacts-items {
        flex-direction: column;
        gap: 12px;
    }
    .contacts-link, .benefit-item span, .conditions-item p, .item-name {
        font-size: 18px;
    }
    .benefit-title, .conditions-title, .tabs-title, .contacts-title, .slider-title {
        font-size: 24px;
    }
    .vacancy-title {
        font-size: 26px !important;
    }
    .item-title {
        font-size: 22px;
    }
    .popup-salary {
        font-size: 15px;
    }
    .popup-title {
        max-width: 85%;
        font-size: 20px;
    }
    .popup-requirements, .popup-content {
        margin-top: 25px;
    }
    .vacancy-popup__content {
        padding: 30px;
    }
    .popup-content ul {
        padding-left: 15px;
        font-size: 15px;
        margin-top: 12px;
    }
    .popup-content h5, .requirement {
        font-size: 16px;
    }
    .item-vacancy {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .item-line {
        display: none;
    }
    .item-info {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .benefit-item {
        max-width: 100%;
        width: 100%;
    }
    .vacancy-benefit, .vacancy-conditions, .vacancy-tabs, .vacancy-form, .vacancy-contacts {
        margin-bottom: 45px !important;
    }
    .sale__form {
        padding: 0;
    }
    .sale__title {
        font-size: 24px;
    }
    .item-btn {
        padding: 8px 20px;
    }
    .item-info {
        gap: 10px;
    }
    .tabs-item, .item-vacancies.active {
        padding: 20px 15px;
    }
    .benefit-item {
        gap: 20px;
        padding: 25px;
    }
}
/* End */
/* /local/templates/topsantehnika/css/vacancy.css?174342484613790 */
</pre></body></html>