*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}
ul, li {
    list-style: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.career {
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
}
.career h4 {
    padding-bottom: 0 !important;
}
.career__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.career__title {
    max-width: 485px;
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 30px;
}
.career__desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
}
.career__text-block {
    max-width: 432px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}
.career__text {
    margin-bottom: 15px;
}
.career__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 584px;
    justify-content: space-between;
}
.career__item {
    display: flex;
    width: 190px;
    margin-bottom: 70px;
    flex-direction: column;
    align-items: baseline;
}
.career__img {
    margin-bottom: 20px;
    display: block;
}
.career__subText {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}
.career__subText span {
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}
.career__fillForm {
    width: 159px;
    height: 46px;
    background-color: #EB5757;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* main */
.career__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.career__moscow {
    /* width: 45%; */
    width: 560px;
}
.career__chekhov {
    /* width: 45%; */
    width: 560px;
}
.career-subHeader {
    position: relative;
    padding-top: 50px;
    min-height: 150px;
    margin-bottom: 30px;
}
.career-subHeader--chekhov {
    background-color: #f2f2f2;
    min-height: 150px;
}
.career-subHeader__title {
    /* position: absolute; */
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #F2F2F2;
    background-color: #2B4F91;
    left: 0;
    top: 50px;
    width: 410px;
    height: 38px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 35px;
    text-align: left;
    margin-bottom: 9px;
    padding-bottom: 0 !important;
}
.career-subHeader__text {
    padding-left: 35px;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
/*  */
.vacansie-list__item {
    /* width: 540px; */
    width: 100%;
    
    margin-bottom: 20px;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
}
.vacansie-list__link {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 26px;
    padding-left: 25px;
    padding-bottom: 25px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    text-decoration: none;
    padding-right: 56px;
    min-height: 122px;
}
.vacansie-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 38px;
    background-image: url(images/arrow-list-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 18px;
    height: 11px;
    pointer-events: none;
}
.vacansie-list__text {
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 9px;
}
.vacansie-list__link span{
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #000000; 
}
/* .list-block {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    height: 100%;
    overflow: hidden;
    transition: .5s;
} */
.list-block__title {
    max-width: 461px;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 10px;
}
.list-block__subTitle {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 15px;
}



.list-block__obligation {
    margin-bottom: 30px;
}
.list-block__obligation-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}
.list-block__obligation-list {
    max-width: 450px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    
}
.list-block__obligation-item {
    padding-left: 33px;
    position: relative;
    margin-bottom: 15px;
}

.list-block__obligation-item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    background-image: url(images/dot-list-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 10px;
    height: 10px;
}
.list-block__requirements {
    margin-bottom: 30px;
}
.list-block__requirements-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}
.list-block__requirements-list {
    max-width: 450px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    
}
.list-block__requirements-item {
    padding-left: 33px;
    position: relative;
    margin-bottom: 15px;
}
.list-block__requirements-item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    background-image: url(images/dot-list-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 10px;
    height: 10px;
}
.list-block__conditions {
    margin-bottom: 30px;
}
.list-block__conditions-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}
.list-block__conditions-list {
    max-width: 450px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    
}
.list-block__conditions-item {
    padding-left: 33px;
    position: relative;
    margin-bottom: 15px;
}
.list-block__conditions-item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    background-image: url(images/dot-list-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 10px;
    height: 10px;
}

.career-chekhov .list-block {
    background-color: #f2f2f2;
}
.career-chekhov .vacansie-list__link {
    background-color: #f2f2f2;
}
.blockHeight {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    transition: .5s;
}
.LinkRotate:before {
    transform-origin: center center;
    transform:translateY(-50%) rotate(90deg);
}
.list-block {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 25px;
    max-height: 2500px;
    overflow: hidden;
    transition: .5s;
}