

/* Start:/local/templates/belkorm/components/bitrix/news.detail/vavancy/style.css?16933102092907*/
.vacancy__container {
    max-width: 1520px;
    margin: 150px auto 50px auto;
    padding: 0 20px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #686868;
}
.vacancy__container h2 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 79px;
    color: #454545;
    margin-bottom: 30px;
}
.vacancy__container h3 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #454545;
}
.vacancy__name {
    display: block;
    font-size: 12px;
    line-height: 140%;
    color: #606060;
    margin-bottom: 20px;
}
.vacancy__salary {
    margin-bottom: 30px;
}
.vacancy__experience {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 140%;
}
.vacancy__experience span {
    font-weight: 600;
}
.vacancy__time {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 140%;
}
.vacancy__list h3 {
    margin-bottom: 14px;
}
.vacancy__list li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 7px;
}
.vacancy__list li::before {
    position: absolute;
    content: "";
    width: 3.5px;
    height: 3.5px;
    border-radius: 50%;
    background-color: #686868;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}
.vacancy__list:first-child {
    margin-bottom: 30px;
}
.vacancy__list:last-child {
    margin-top: 20px;
    margin-bottom: 40px;
}
.vacancy__button {
    background-color: #c00d0d;
    padding: 14px 36px;
    border-radius: 4px;
    color: #fff;
    transition: 0.5s ease;
}
.vacancy__button:hover {
    background-color: #b00d0d;
    transition: 0.5s ease;
}
.vacancy__button:active {
    background-color: #9b0b0b;
}
@media (max-width: 1400px) {
    .vacancy__container {
        max-width: 1144px;
    }
}
@media (max-width: 990px) {
    .vacancy__name {
        display: none;
    }
}
@media (max-width: 767px) {
    .vacancy__list li::before {
        top: 9px !important;
        transform: translateY(0) !important;
    }
    .vacancy__container {
        margin: 105px auto 40px auto;
        font-size: 14px;
        line-height: 140%;
    }
    .vacancy__container h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .vacancy__container h3 {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 24px;
    }
    .vacancy__experience {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 140%;
    }
    .vacancy__time {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 140%;
    }
    .vacancy__container h3 {
        margin-bottom: 16px;
    }
    .vacancy__list:first-child {
        margin-bottom: 24px;
    }
    .vacancy__list:last-child {
        margin-top: 24px;
    }
}
























/* End */


/* Start:/local/components/belkorm/add.resume/templates/.default/style.css?16933102098804*/

.modal-vacancy {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f3f3f3;
    z-index: 99;
}
.modal-vacancy__container {
    position: relative;
    padding: 40px 140px 70px 140px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 118.01%;
}
.modal-vacancy__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 37px;
    top: 34px;
    padding: 0;
}
.modal-vacancy__close-overlay {
    width: 100%;
    height: 100%;
    position: relative;
}
.modal-vacancy__close-overlay::before,
.modal-vacancy__close-overlay::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(128, 128, 128, 1);
    right: 0;
    top: 50%;
}
.modal-vacancy__close-overlay::before {
    transform: rotate(45deg);
}
.modal-vacancy__close-overlay::after {
    transform: rotate(-45deg);
}
.modal-vacancy__title {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
.modal-vacancy__description {
    text-align: center;
    font-size: 14px;
    line-height: 118.01%;
    color: #9c9c9c;
    margin-bottom: 20px;
}
.modal-vacancy__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
}
.modal-vacancy__form input {
    padding: 14px 20px 15px 24px;
    background-color: #fff;
    font-size: 16px;
    line-height: 118.01%;
}
.modal-vacancy__input {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
}
.modal-vacancy__input:last-of-type {
    margin-bottom: 21px;
}
.modal-vacancy__wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.modal-vacancy__wrapper input {
    width: 100%;
    padding-left: 87px;
}
.modal-vacancy__country {
    position: absolute;
    left: 0;
}
.modal-vacancy__country-button {
    position: relative;
    display: flex;
    align-items: center;
    left: 24px;
    top: 50%;
    transform: translateY(15%);
}
.modal-vacancy__country-image {
    margin-right: 8px;
}
.modal-vacancy__country-overlay {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.modal-vacancy__select {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.modal-vacancy__select input {
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    line-height: 118.01%;
}
.modal-vacancy__select-item {
    font-size: 16px;
    line-height: 118.01%;
}
.modal-vacancy__select svg {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.modal-vacancy__select-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}
.modal-vacancy__select-list {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #fff;
    z-index: 2;
}
.modal-vacancy__select-list--active {
    display: block;
}
.modal-vacancy__select-item {
    transition: 0.5s ease;
    padding: 14px 20px;
    cursor: pointer;
}
.modal-vacancy__select-item:hover {
    transition: 0.5s ease;
    background-color: rgba(51, 51, 51, 0.4);
}
.modal-vacancy__file {
    position: relative;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 21px;
    background-color: #fff;
    border-radius: 4px;
}
.modal-vacancy__file input {
    position: absolute;
    top: -150%;
    opacity: 0;
}
.modal-vacancy__file label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.modal-vacancy__file div {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 118.01%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #848484;
    padding: 16px 24px;
}
.modal-vacancy__agree {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 118.01%;
    color: #848484;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    width: 100%;
}
.modal-vacancy__check {
    margin-right: 14px;
    position: relative;
    overflow: hidden;
}
.modal-vacancy__agree p {
    font-size: 14px !important;
    line-height: 118.01%;
}
.modal-vacancy__check-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.modal-vacancy__check-wrapper svg {
    opacity: 0;
}
.modal-vacancy__check input {
    position: absolute;
    top: -150%;
    opacity: 0;
}
.modal-vacancy__check-wrapper--active svg {
    opacity: 1;
}
.modal-vacancy__agree span {
    color: rgba(192, 13, 13, 1);
}
@media (max-width: 767px) {
    .overlay-vacancy {
        display: none;
    }
    .modal-vacancy {
        position: static;
        transform: translate(0%, 0%);
        margin-top: 64px;
    }
    .modal-vacancy__container {
        padding: 50px 0 100px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .modal-vacancy__form {
        width: 320px;
    }
    .modal-vacancy__description {
        font-size: 12px;
        line-height: 118.01%;
    }
    .modal-vacancy__form input {
        font-size: 14px;
        line-height: 118.01%;
    }
    .modal-vacancy__select-item {
        font-size: 14px;
        line-height: 118.01%;
    }

    .modal-vacancy__agree p {
        display: inline-block;
        font-size: 11px !important;
        line-height: 118.01%;
    }
    .modal-vacancy__file div {
        padding: 14.6px 24px;
        font-size: 14px;
    }
}

.feedback__container {
    padding-top: 48px;
    padding-bottom: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 118.01%;
    background: #f3f3f3;
}
.feedback .mfeedback{
  margin-top: 10px;
}
.feedback__container--hozaystvam {
    margin-bottom: 50px;
}
.feedback__container--zavodchikam {
    margin-top: 60px;
}
.feedback__title {
    font-size: 28.5px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 11px !important;
}
.feedback__description {
    color: #9c9c9c;
    margin-bottom: 30px;
}
.feedback__form {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feedback__input {
    width: 100%;
    padding: 14px 20px 14px 24px;
    background-color: #fff;
    border-radius: 4px;
}
.feedback__input-wrapper {
    position: relative;
    margin-top: 23px;
    margin-bottom: 23px;
    width: 100%;
}
.feedback__country {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
}
.feedback__country-button {
    position: relative;
    display: flex;
    align-items: center;
}
.feedback__country-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.feedback__country-image {
    width: 36px;
    height: 36px;
    margin-right: 8px;
}
.feedback__input-wrapper .feedback__input {
    padding-left: 87px;
}
.feedback__textarea {
    width: 100%;
    height: 140px;
    padding: 14px 24px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 29px;
}
.feedback__button{
    padding: 10px 66px;
    background-color: #c00d0d !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 4px;
    transition: 0.5s ease;
    margin-left: 21px;
}
.feedback__button:hover {
    transition: 0.5s ease;
    background-color: #b00d0d;
}
.feedback__button:active {
    background-color: #9b0b0b;
}
@media (max-width: 1400px) {
    .feedback__container--hozaystvam {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .feedback__container--zavodchikam {
        margin-top: 40px;
    }
    .feedback__container--hozaystvam {
        margin-bottom: 48px;
    }
    .feedback__title {
        font-size: 20px !important;
        line-height: 118.01% !important;
        margin-bottom: 17px !important;
    }
    .feedback__container {
        font-size: 14px;
        line-height: 118.01%;
        padding-top: 73px;
    }
    .feedback__description {
        font-size: 11px;
        line-height: 118.01%;
        margin-bottom: 33px;
    }
    .feedback__form {
        width: 320px;
    }
    .feedback__button {
        margin-left: 0;
    }
    .feedback__textarea {
        margin-bottom: 31px;
    }
}
/*  */
.success{
    color:green;
}


/* End */
/* /local/templates/belkorm/components/bitrix/news.detail/vavancy/style.css?16933102092907 */
/* /local/components/belkorm/add.resume/templates/.default/style.css?16933102098804 */
