
.title {
    margin-bottom: 32px;
    color: #393939;
    font-family: MonserratBold;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}

.breadcrumbItem {
    color: #7B7B7F !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    white-space: nowrap;
}

.breadcrumbItem img {
    margin-left: 12px;
}

.breadcrumbs {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
}

.activeBreadcrumb img {
    display: none;
}

.activeBreadcrumb {
    color: #4D4D4F;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.csrSection {
    max-width: 1366px;
    width: 100%;
    margin: 100px auto 0;
    padding: 32px 35px 24px;
    border-left: 1px solid #E7E6E4;
    border-right: 1px solid #E7E6E4;
}

.csrSection .innerPageTxt iframe {
    width: 100%;
    height: calc(100vw * 3 / 8);
}

.title {
    color: #393939;
    font-family: MonserratBold;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 48px;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 64px;
}

.pagination a {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 4px 8px;
    display: block;
    margin: 0 8px;
    min-width: 24px;
}

.pagination a:first-child, .pagination a:last-child {
    padding: 0;
    position: relative;
    top: 3px;
}

.pagination .active {
    background: #F1B80E;
    font-weight: 700;
}

.careersSection {
    max-width: 1366px;
    width: 100%;
    margin: 100px auto 0;
    padding: 32px 35px 244px;
    border-left: 1px solid #E7E6E4;
    border-right: 1px solid #E7E6E4;
}

.characteristics__title {
    padding: 35px;
    background: transparent;
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
}

.characteristics__title.active:after {
    bottom: 5px;
}

.characteristics__description {
    margin-top: -1px;
    height: 0;
    overflow: hidden;
    transition: height .4s ease-in-out;
    margin-bottom: 4px;
    border-bottom: 1px solid #E7E6E4;
    background: #fff;
}

.characteristics__title:focus {
    outline: none;
}

.characteristics__description.active {
    height: auto;
}

.characteristics__item-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.characteristics__item-description {
    padding: 15px 0;
}

.characteristics__item-description p {
    margin: 0 15px;
}

.characteristics__item-description p:last-child {
    text-align: right;
}

.characteristics__item-description:first-child {
    padding-top: 30px;
}

.characteristics__item-description:last-child {
    padding-bottom: 30px;
}

.characteristicsContent {
    margin-top: 24px;
}

.characteristics__title:after {
    content: url("/images/plus.svg");
    position: absolute;
    top: 55px;
    right: 10px;
}

.characteristics__title.active:after {
    content: url("/images/grayMinus.svg");
}

.characteristics {
    padding: 32px 35px 16px;
}

.characteristics .error {
    font-size: 12px;
    color: red;
    min-height: 12px;
    margin-left: 3px;
}

.characteristicItem {
    padding: 16px 0;
    border-top: 2px solid #F1B80E;
}

.accordionItem, .jobDate, .jobDateItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordionItemImg {
    width: 288px;
    margin-right: 48px;
}

.jobTitle {
    color: #393939;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: MonserratBold;
}

.jobTxt {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

.jobDateItem {
    color: #7B7B7F;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.jobDateItem strong {
    color: #393939;
    margin-left: 12px;
}

.red {
    color: #E71D36;
}

.jobDate > .jobDateItem:first-child {
    margin-right: 32px;
}

.accordionItem {
    border-bottom: 1px solid #E7E6E4;
    padding: 16px 0;
    width: 86%;
}

.characteristics__item {
    position: relative;
}

.characteristics h4 {
    color: #393939;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
}

.characteristics h4.confirmMessage {
    color: #16c937;
    height: 30px;
}

.characteristics ul li {
    color: #7B7B7F;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
}

.characteristics ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #7B7B7F;
    border-radius: 50%;
    left: 8px;
    top: 8px;
}

.characteristics ul {
    margin-bottom: 32px;
}

.characteristics {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.allNews {
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #F1B80E;
    color: #4D4D4F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    background: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.jobBtns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.allNews img {
    transition: 0.3s;
    position: relative;
    top: 6px;
}

.allNews:hover {
    border: 3px solid #4D4D4F;
}

.arrowContainer {
    display: block;
    overflow: hidden;
    margin-left: 16px;
    transition: 0.3s;
}

.upload {
    padding: 24px;
    border: 1px solid #E7E6E4;
    position: relative;
    margin-right: 24px;
}

.uploadBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uploadBtn img {
    margin-right: 16px;
}

.upload input[type=file] {
    width: 100%;
    height: 74px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.uploadedValue {
    margin-left: 24px;
    color: #7B7B7F;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.careersInner .accordionItem {
    border-bottom: 0;
}

.sliderTitle {
    margin-top: 48px;
    color: #393939;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    text-transform: capitalize;
    font-family: MonserratBold;
}

.careersInner {
    padding-bottom: 24px !important;
}

.otherJobs {
    background: #E7E6E4;
    padding: 40px 0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.emptyDiv {
    border-right: 1px solid #E7E6E4;
    border-left: 1px solid #E7E6E4;
    height: 244px;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    left: 26px;
    top: 29%;
}

.swiper-button-next {
    right: 26px;
    top: 29%;
}

.otherJobsSlider {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
}

.relativesImg {
    max-width: 400px;
    width: 100%;
}

.otherJobsSlider .jobDate > .jobDateItem:first-child {
    margin-right: 18px;
}

.otherJobsSlider .jobDate {
    margin: 22px 0;
}

.relativesTitle {
    color: #393939;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 22px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 49px;
}

.relativesTxt {
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 49px;
}

.more {
    font-family: MonserratBold;
    width: 100%;
    display: block;
    padding: 0 8px;
    border-bottom: 4px solid #4D4D4F;
    position: relative;
    color: #4D4D4F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin-top: 24px;
    transition: 0.3s;
}

.more:after {
    content: url("/images/vec.svg");
    position: absolute;
    right: 0;
    top: -14px;
}

.more:hover {
    background: #4D4D4F;
    color: #F1B80E;
}

.noVacancies {
    max-width: 402px;
    width: 100%;
    margin: 68px auto 244px;
    text-align: center;
}

.noVacanciesTitle {
    color: #393939;
    text-align: center;
    font-family: MonserratBold;
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 40px;
}

.noVacanciesTxt {
    color: #393939;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 66px;
    line-height: 24px;
}

.typeItemImg {
    overflow: hidden;
}

.typeItemImg img {
    transform: scale(1.2);
    transition: 0.3s;
}

.relativesItem:hover img {
    transform: scale(1);
}

.relativesItem:hover .more {
    background: #4D4D4F;
    color: #F1B80E;
}

@media (max-width: 1700px) {
    .title {
        font-size: 34px;
        margin-bottom: 32px;
    }

    .jobTitle {
        font-size: 22px;
        line-height: 22px;
    }

    .jobTxt {
        -font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }

    .noVacancies {
        margin: 48px auto 120px;
    }
}

@media (max-width: 1400px) {
    .careersSection {
        padding: 24px 0 80px;
        border: 0;
        max-width: 93%;
    }

    .jobDuties {
        font-size: 16px;
    }

    .characteristics ul li {
        font-size: 14px;
    }

    .sliderTitle {
        margin-top: 31px;
        font-size: 24px;
        line-height: 24px;
    }

    .emptyDiv {
        max-width: 93%;
        height: 120px;
    }
}

@media (max-width: 960px) {
    .pagination {
        margin-top: 32px;
    }

    .accordionItemImg {
        margin-right: 24px;
    }

    .jobDate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .characteristics {
        padding: 32px 0;
    }

    .otherJobsSlider {
        max-width: 93%;
        padding: 0;
    }

    .swiper-button-prev img, .swiper-button-next img {
        width: 53px;
    }

    .emptyDiv {
        border: 0;
        height: 80px;
    }

    .title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .accordionItem {
        padding-top: 0;
    }

    .noVacanciesTitle {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 32px;
    }

    .noVacanciesTxt {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 32px;
    }

    .noVacanciesImg {
        width: 120px;
    }
}

@media (max-width: 877px) {
    .careersSection {
        margin: 69px auto 0
    }
}

@media (max-width: 777px) {
    .accordionItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .accordionItemImg {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .jobDate {
        position: relative;
    }

    .jobDate {
        position: relative;
    }

    .jobDate:after {
        content: url("/images/plus.svg");
        position: absolute;
        top: 0;
        right: 0;
    }

    .characteristics__title.active + .accordionItem .jobDate:after {
        content: url("/images/grayMinus.svg");
    }

    .characteristics__title:after {
        display: none !important;
    }

    .accordionItem, .accordionItem > div {
        width: 100%;
    }

    .sliderTitle {
        margin-top: 0;
        font-size: 20px;
        line-height: 20px;
    }

    .otherJobs .jobDate:after, .careersInner .jobDate:after {
        display: none !important;
    }

    .otherJobs {
        padding: 24px 0
    }

    .characteristics__item {
        margin-bottom: 16px;
    }

    .jobTitle {
        line-height: 29px;
    }

    .characteristics__title {
        top: 223px;
    }
}

@media (max-width: 573px) {
    .jobBtns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .upload, .allNews {
        width: 100%;
    }

    .allNews {
        margin-top: 24px;
    }

    .uploadedValue {
        margin-left: 0;
        margin-top: 5px;
    }

    .otherJobsSlider {
        max-width: 100%;
        padding: 0 0 0 16px;
    }

    .swiper-button-next {
        right: 17px;
    }

    .upload {
        margin-right: 0;
    }

    .careersInner .characteristics {
        padding: 0 0 32px;
    }

    .careersSection {
        padding: 16px 0 80px;
    }

    .noVacancies {
        margin: 24px auto 39px;
    }

    .noVacanciesImg {
        width: 98px;
    }
}

@media (max-width: 450px) {
    .accordionItemImg, .accordionItem {
        width: 100%;
    }
}
