html,
body {
    scroll-behavior: smooth;
}

ul {
    list-style: reset;
    padding-left: 0;
}

ul li {
    list-style-type: none;
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.btn-red {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding-left: 23px;
    padding-right: 23px;
    text-align: center;
    padding: 0 20px;
    background: #e30613;
    font-weight: 700;
    border-radius: 10px;
    transition: .2s;
    text-shadow: 0 0 0 #000;
}

.btn-red:hover {
    text-shadow: 0 1px 4px #000;
}

.btn1 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding-left: 23px;
    padding-right: 23px;
    text-align: center;
    padding: 0 20px;
    background: #e30613;
    font-weight: 700;
    border-radius: 10px;
    transition: .2s;
    border: 1px solid #e30613;
	outline: none !important;
}

.btn1:focus {
    color: #fff;
}

.btn1:hover {
    background: transparent;
    color: #e30613;
}

.project-sl {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.project-sl.open::before {
    z-index: 120;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    opacity: 1;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}

.project-sl.open .project-sl__container {
    opacity: 1;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.project-sl.open .project-sl__container .slick-list {
    overflow: hidden;
}

.project-sl__container {
    width: 100%;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    z-index: 110;
}

@media screen and (max-width: 600px) {
    .project-sl__container {
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
    }
}

.project-sl__container::before {
    content: '';
    width: 50px;
    height: 100%;
    left: -50px;
    top: 0;
    background-color: #F2F2F2;
    position: absolute;
    z-index: 5;
}

@media screen and (max-width: 600px) {
    .project-sl__container::before {
        content: '';
        width: 100px;
        height: 100%;
        left: -100px;
        top: 0;
        background: -webkit-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
        background: -o-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
        background: linear-gradient(87.28deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
        position: absolute;
        z-index: 5;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.project-sl__container::after {
    content: '';
    width: 100px;
    height: 100%;
    right: -100px;
    top: 0;
    background: -webkit-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
    background: -o-linear-gradient(2.72deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
    background: linear-gradient(87.28deg, rgba(242, 242, 242, 0.85) 2.49%, rgba(242, 242, 242, 0) 97.84%);
    position: absolute;
    z-index: 5;
}

.project-sl__container .slick-list {
    overflow: visible;
}

.project-sl__container .arrow {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    width: 50px;
    height: 100%;
    cursor: pointer;
    top: 0;
    opacity: 0.7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.project-sl__container .arrow:hover {
    opacity: 1;
}

.project-sl__container .arrow svg {
    stroke: #55555B;
    width: 30px;
    height: 30px;
}

.project-sl__container .arrow-left {
    left: -50px;
}

.project-sl__container .arrow-right {
    right: -50px;
}

.project-sl__container[data-child='1'] {
    width: 100%;
}

.project-sl__container[data-child='1'] .project-sl__item,
.project-sl__container[data-child='1'] .slick-track {
    width: 100% !important;
}

@media screen and (min-width: 600px) {
    .project-sl__container[data-child='2'] .slick-track {
        width: 100% !important;
    }
}

@media screen and (min-width: 600px) {
    .project-sl__container[data-child='2'] .project-sl__item {
        width: 50% !important;
    }
}

/* line 145, dev/sass/modules/projects/project-sl.scss */
.project-sl__item {
    padding: 50px 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .project-sl__item {
        padding: 0;
    }
}

.project-sl__item::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #74BB20;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.project-sl__item:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.project-sl__item:hover .img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.project-sl__item:hover .project-sl__item-content::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.project-sl__item-content {
    position: relative;
    height: 330px;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1600px) {
    .project-sl__item-content {
        height: 280px;
    }
}

@media screen and (max-width: 600px) {
    .project-sl__item-content {
        height: 200px;
    }
}

.project-sl__item-content::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-sl__item-content .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.project-sl__item-content .name {
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 30px;
}

@media screen and (max-width: 600px) {
    .project-sl__item-content .name {
        font-size: 18px;
    }
}

.project-sl__info {
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 50;
    height: calc(100% - 100px);
    width: 100%;
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

@media screen and (max-width: 600px) {
    .project-sl__info {
        height: 100%;
        top: 0px;
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
    }
}

.project-sl__info.open {
    width: 100%;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

@media screen and (max-width: 600px) {
    .project-sl__info.open {
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
    }
}

.project-sl__info.open .project-sl__info-item .h2,
.project-sl__info.open .project-sl__info-item h2,
.project-sl__info.open .project-sl__info-item p,
.project-sl__info.open .project-sl__info-item .link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.project-sl__info.open .project-sl__info-item .h2,
.project-sl__info.open .project-sl__info-item h2 {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

.project-sl__info.open .project-sl__info-item p {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important;
}

.project-sl__info.open .project-sl__info-item .link {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important;
}

.project-sl__info-item {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.project-sl__info-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.38);
}

.project-sl__info-item__content {
    padding: 50px;
    z-index: 5;
    max-width: 550px;
}

@media screen and (max-width: 600px) {
    .project-sl__info-item__content {
        padding: 15px;
    }
}

.project-sl__info-item .h2,
.project-sl__info-item h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 600px) {

    .project-sl__info-item .h2,
    .project-sl__info-item h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.project-sl__info-item p {
    font-size: 16px;
    line-height: 143.69%;
    color: #FFFFFF;
    opacity: 0.9;
    margin-bottom: 50px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1600px) {
    .project-sl__info-item p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .project-sl__info-item p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.project-sl__info-item .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 600px) {
    .project-sl__info-item .link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.project-sl__info-item .link a {
    margin-right: 11px;
}

@media screen and (max-width: 600px) {
    .project-sl__info-item .link a {
        margin-top: 5px;
    }
}



.project-container.row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sorted .vacancy-row__item_type {
    display: none;
}

.vacancy-row__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vacancy-row__item_link {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.vacancy-row__item_link:hover {
    text-decoration: underline;
}

.vacancy-row__item_type {
    color: var(--text-icon-secondary, #828282);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sort-wrap {
    padding: 50px 0px 50px 0px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .sort-wrap {
        padding-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .sort-wrap {
        padding: 25px 20px;
    }
}

.sort-wrap {
    justify-content: space-between;
    align-items: center;
    gap: 12px 24px;
    flex-wrap: wrap;
}

.sort-wrap__vacancies-titles {
    color: var(--text-icon-primary, #55555B);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sort-wrap__vacancies-title {
    display: none;
}

.sort-wrap__vacancies-title.all {
    display: block;
}

.sort-wrap__vacancies-titles.sorted .all {
    display: none;
}

.sort-wrap__vacancies-title.active {
    display: block;
}

@media (max-width: 500px) {
    .sort-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

.career-vacancy__sort_btn {
    cursor: pointer;
    color: #4D4D4F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: color .3s;
    position: relative;
    padding-right: 30px;
}

.career-vacancy__sort_btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 21px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0.2);
    transition: filter .3s;
    background-image: url(../img/icons/sort-select.svg);
    opacity: .9;
}

.career-vacancy__sort_btn:hover {
    color: #e30613;
}

.career-vacancy__sort_btn:hover::before {
    filter: inherit;
}

.pagination {
    width: 100%;
    padding: 25px 0 75px;
}

@media screen and (max-width: 600px) {

    /* line 1, dev/sass/modules/pagination.scss */
    .pagination {
        padding: 0px 0 30px;
    }
}

/* line 7, dev/sass/modules/pagination.scss */
.pagination__container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 13, dev/sass/modules/pagination.scss */
.pagination-link {
    width: 50px;
    height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .pagination-link {
        width: 35px;
    }
}

.pagination-link .icon {
    stroke: #55555B;
    stroke-width: 2px;
    fill: transparent;
    opacity: 0.8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 5px;
    height: 10px;
}

.pagination-link.disabled {
    opacity: 0.3;
}

.pagination-link:hover:not(.disabled) {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.pagination-link:hover:not(.disabled) .icon {
    opacity: 1;
}

.pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .pagination-list {
        margin: 0 5px;
    }
}

.pagination-list li {
    padding: 12px 0;
}

.pagination-list li.active {
    border-top: 1px solid #55555B;
    border-bottom: 1px solid #55555B;
    pointer-events: none;
}

.pagination-list li:hover a {
    border-color: #55555B;
}

.pagination-list li a {
    min-width: 50px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    font-weight: 300;
    font-size: 15px;
    color: #55555B;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 600px) {
    .pagination-list li a {
        min-width: 30px;
    }
}

.pagination-left .pagination__container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vacancy-p {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: min(80px, 4.5vw);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vacancy-p__wrap {
    width: 100%;
}

.vacancy-p__intro {
    background: #FAFAFA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: min(50px, 2.62vw);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #e5e5e5;
}

.vacancy-p__intro_content {
    padding: 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.vacancy-p__intro_content .vacancy-p__intro_title, .vacancy-p__resp_content .vacancy-p__title  {
    margin-top: 0;
}

.vacancy-p__intro_title {
    color: #55555B;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.18;
    text-transform: unset;
}

.vacancy-p__intro_subtitle {
    font-weight: 600 !important;
}

.vacancy-p__intro_text,
.vacancy-p__intro_text ul,
.vacancy-p__intro_text p,
.vacancy-p__intro_text span {
    color: #55555B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.17;
}

.vacancy-p__intro_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
}

.vacancy-p__intro_char {
    color: #BDBDBD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.19;
    margin-bottom: 8px;
}

.vacancy-p__intro_descr {
    color: #55555B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.17;
}

.vacancy-p__intro_bottom {
    margin-top: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
}

.vacancy-p__intro_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

.vacancy-p__intro_contacts p {
    color: #55555B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}


.vacancy-p__intro_contacts a {
    color: #55555B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.vacancy-p__intro_contacts a:hover {
    color: #74BB20;
}

.vacancy-p__intro_img {
    width: min(673px, 36vw);
    min-width: min(673px, 36vw);
    height: auto;
    position: relative;
    overflow: hidden;
}

.vacancy-p__intro_img img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

.vacancy-p__title {
    color: #55555B;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.18;
    text-transform: unset;
}

.vacancy-p__guarantees_list {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vacancy-p__guarantees_block {
    width: calc((100% - 32px) / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(50% - 8px);
    border: 1px solid #E0E0E0;
    padding: 28px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

.vacancy-p__guarantees_block-ico {
    display: block;
    width: 60px;
    height: 60px;
    min-width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.vacancy-p__guarantees_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.vacancy-p__guarantees_descr p {
    color: #55555B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.17;
}

.vacancy-p__guarantees_descr .vacancy-p__guarantees_block-title {
    color: #55555B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.17;
}

.vacancy-p__resp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(60px, 3.2vw);
    background: #FAFAFA;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #e5e5e5;
}

.vacancy-p__resp_img {
    width: min(484px, 26vw);
    min-width: min(484px, 26vw);
    height: auto;
    position: relative;
    overflow: hidden;
}

.vacancy-p__resp_img img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

.vacancy-p__resp_content {
    padding: 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.vacancy-p__resp_content_text,
.vacancy-p__resp_content_text p,
.vacancy-p__resp_content_text ul {
    color: #55555B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.17;
}

.vacancy-p__wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.vacancy-p__wrap ul li {
    position: relative;
    padding-left: 24px;
}

.vacancy-p__wrap ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 12px;
    background: #90C94D;
}

.vacancy-p__req {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.vacancy-p__req_text {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 54px;
    -moz-column-gap: 54px;
    column-gap: 54px;
    color: #55555B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.17;
}

.vacancy-p__req_text p,
.vacancy-p__req_text ul {
    color: #55555B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.17;
}

#form-block_vacancy {
    width: 100%;
}

.vacancy-form {
    width: 100%;
    background: rgba(116, 187, 32, 0.15);
    padding: 25px min(80px, 4.2vw) 25px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #e5e5e5;
}

.vacancy-form .vacancy-form__title {
    margin-top: 0;
}

.vacancy-form__title {
    color: #55555B;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.18;
    margin-bottom: 16px;
    text-transform: unset;
}

.vacancy-form__text {
    color: #55555B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.17;
}

.vacancy-form__wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: min(130px, 6.8vw);
}

.vacancy-form__wrap>div {
    width: calc(51.3% - min(130px, 6.8vw));
}

.vacancy-form__wrap .vacancy-form__img {
    width: 48.7%;
    min-width: 48.7%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.vacancy-form__img img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

.vacancy-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px 24px;
}

.vacancy-form .form-block {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.vacancy-form .form-block .form-block {
    margin-bottom: 0;
}

.vacancy-form .form-block.error input {
    -webkit-box-shadow: 0 0 0px 1px #dd1515;
    box-shadow: 0 0 0px 1px #dd1515;
}

.vacancy-form .form-block.error .jq-checkbox {
    -webkit-box-shadow: 0 0 0px 1px #dd1515;
    box-shadow: 0 0 0px 1px #dd1515;
}

.vacancy-form .w50 {
    width: calc(50% - 12px);
    margin-right: 0;
    margin-bottom: 0;
}

.vacancy-form .input--text {
    color: #55555B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.19;
    padding: 19px 20px;
    background: white;
    border: unset;
    opacity: 1;
    width: 100%;
}

.vacancy-form .input--text::-webkit-input-placeholder {
    color: #8B8B8B;
}

.vacancy-form .input--text::-moz-placeholder {
    color: #8B8B8B;
}

.vacancy-form .input--text:-ms-input-placeholder {
    color: #8B8B8B;
}

.vacancy-form .input--text::-ms-input-placeholder {
    color: #8B8B8B;
}

.vacancy-form .input--text::placeholder {
    color: #8B8B8B;
}

.vacancy-form .form-block--file {
    padding: 0;
    height: 54px;
    position: relative;
    background: white;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.vacancy-form .form-block--file.form-block label {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 32px;
    overflow: hidden;
}

.vacancy-form .tender-form {
    padding-top: 0;
}

.vacancy-form .form-block--file .form-file-name {
    color: #90C94D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    position: relative;
}

.vacancy-form .form-block--file .form-file-name::after {
    content: "";
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: block;
    background-image: 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='M15.0004 7.49998L7.19103 15.4406C6.93249 15.7259 6.79358 16.0998 6.80306 16.4847C6.81254 16.8696 6.96968 17.2362 7.24194 17.5084C7.51421 17.7807 7.88076 17.9378 8.26568 17.9473C8.65061 17.9568 9.02445 17.8179 9.30978 17.5594L18.6192 8.11873C19.1362 7.54805 19.4141 6.80039 19.3951 6.03053C19.3761 5.26067 19.0619 4.52759 18.5173 3.98305C17.9728 3.43851 17.2397 3.12423 16.4699 3.10528C15.7 3.08633 14.9523 3.36415 14.3817 3.88123L5.07228 13.3219C4.22939 14.1647 3.75586 15.3079 3.75586 16.5C3.75586 17.692 4.22939 18.8352 5.07228 19.6781C5.91517 20.521 7.05838 20.9945 8.25041 20.9945C9.44244 20.9945 10.5856 20.521 11.4285 19.6781L19.1254 12' stroke='%2390C94D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vacancy-form .form-block--file:hover {
    -webkit-box-shadow: 0 0 0px 1px #74BB20;
    box-shadow: 0 0 0px 1px #74BB20;
}

.vacancy-form .form-block label {
    color: #55555B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px;
}

.vacancy-form .changed .allowed-formats {
    display: none;
}

.vacancy-form .changed .form-file-name {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.vacancy-form .changed .form-file-name::after {
    position: absolute;
    right: 0;
    z-index: 1;
    background-color: white;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 20px;
    width: 44px;
    min-width: 44px;
}

.vacancy-form .jq-checkbox {
    margin: 0;
    vertical-align: unset;
    margin-top: -1px;
    margin-left: -1px;
}

.vacancy-form .btn.btn-green {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 13px 32px;
    height: 50px;
    text-transform: unset;
}

.vacancy-form .btn.btn-green:hover {
    border-color: #90C94D;
}

.vacancy-form textarea.input--text {
    height: 106px;
}

@media (max-width: 1536px) {

    .vacancy-p__req_text p,
    .vacancy-p__req_text ul,
    .vacancy-p__req_text,
    .vacancy-p__guarantees_descr p,
    .vacancy-p__intro_text,
    .vacancy-p__intro_text ul,
    .vacancy-p__intro_text p,
    .vacancy-p__intro_text span,
    .vacancy-p__resp_content_text,
    .vacancy-p__resp_content_text p,
    .vacancy-p__resp_content_text ul {
        font-size: 16px;
        line-height: 1.2;
    }

    .vacancy-p__guarantees_block {
        padding: 20px 10px;
    }

    .vacancy-form {
        padding: 40px;
    }

    .vacancy-form__wrap {
        gap: 40px;
    }

    .vacancy-form__wrap>div {
        width: calc(51.3% - 40px);
    }

    .vacancy-form form {
        gap: 20px 10px;
    }

    .vacancy-form .w50 {
        width: calc(50% - 5px);
        min-width: 200px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .vacancy-p__intro_list {
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vacancy-p__intro_content {
        padding-right: 0;
    }

    .vacancy-p__intro_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .vacancy-p__intro_img {
        width: min(673px, 32vw);
        min-width: min(673px, 32vw);
    }

    .vacancy-p__intro {
        gap: 0;
    }

    .vacancy-p__guarantees_block-ico {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .vacancy-p__req_text {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 1180px) {
    .vacancy-form .form-block--file.form-block label {
        margin: 0 16px;
    }

    .vacancy-p__guarantees_block {
        width: calc((100% - 16px) / 2);
    }

    .vacancy-p__resp {
        gap: 0;
    }
}

@media (max-width: 980px) {
    .vacancy-form .form-block--file {
        height: 68px;
    }

    .vacancy-form .form-block--file.form-block label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .vacancy-p__intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vacancy-p__intro_content {
        padding: 24px;
    }

    .vacancy-p__intro_img {
        width: 100%;
        min-width: 100%;
        height: unset;
        aspect-ratio: 1 / .4;
        -webkit-clip-path: unset;
        clip-path: unset;
    }

    .vacancy-p__intro_bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 24px;
    }

    .vacancy-p__resp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vacancy-p__resp_img {
        width: 100%;
        min-width: 100%;
        height: unset;
        aspect-ratio: 1 / .4;
    }

    .vacancy-form__img {
        display: none;
    }

    .vacancy-form__wrap>div {
        width: 100%;
    }

    .vacancy-p__guarantees_block {
        width: 100%;
        max-width: unset;
    }

    .vacancy-p {
        padding: 20px;
    }

    .vacancy-p {
        gap: 50px;
    }
}

@media (max-width: 600px) {
    .vacancy-p {
        padding: 0 16px 50px;
    }

    .vacancy-p__intro {
        width: calc(100% + 32px);
        margin-left: -16px;
    }

    .vacancy-p__intro_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vacancy-p__req_text {
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
    }

    .vacancy-form {
        padding: 24px;
    }

    .vacancy-p__intro_content {
        padding: 32px 16px;
    }
}

@media (max-width: 450px) {
    .vacancy-p__intro_content {
        gap: 16px;
    }

    .vacancy-p__req_text p,
    .vacancy-p__req_text ul,
    .vacancy-p__req_text,
    .vacancy-p__guarantees_descr p,
    .vacancy-p__intro_text,
    .vacancy-p__intro_text ul,
    .vacancy-p__intro_text p,
    .vacancy-p__intro_text span,
    .vacancy-p__resp_content_text,
    .vacancy-p__resp_content_text p,
    .vacancy-p__resp_content_text ul {
        font-size: 18px;
        line-height: 1.20;
    }

    .vacancy-p__intro_list {
        gap: 16px;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin-top: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vacancy-p__intro_bottom {
        margin-top: 16px;
    }

    .vacancy-p__intro_img {
        aspect-ratio: 1 / .53;
    }

    .vacancy-p__intro_img img {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 100%;
        height: 100%;
    }

    .vacancy-p__guarantees_block {
        padding: 20px 16px 18px;
    }

    .vacancy-p__guarantees_descr p {
        line-height: 1.16;
    }

    .vacancy-p__wrap {
        width: calc(100% + 32px);
        margin-left: -16px;
    }

    .vacancy-p__resp_content {
        padding: 24px 16px;
        gap: 20px;
    }

    .vacancy-p__guarantees {
        padding: 0 16px;
    }

    .vacancy-p__wrap ul {
        gap: 14px;
    }

    .vacancy-p__resp_img {
        aspect-ratio: 1 / .69;
        margin-top: 24px;
    }

    .vacancy-p__resp_img img {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 100%;
        height: 100%;
    }

    .vacancy-p__req {
        padding: 0 16px;
    }

    .vacancy-p__req {
        gap: 20px;
    }

    .vacancy-form {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 24px 16px;
    }

    .vacancy-form__wrap {
        margin-top: 32px;
    }

    .vacancy-form form {
        gap: 24px;
    }

    .vacancy-form textarea.input--text {
        height: 115px;
    }

    .vacancy-form .form-block--file {
        height: 84px;
        margin-top: -8px;
    }

    .vacancy-form .form-block--file.form-block label {
        gap: 10px;
    }
}

.form-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

@media (max-width: 450px) {
    .form-flex {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
}