body {
    background: #000 url("../../imgs/new_main.jpg") no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.kinds_descr {
    margin: 0 auto 100px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: var(--light-text-color);
    max-width: 665px;
    text-align: center;
}

.kinds_descr.vacancies {
    max-width: 365px;
}

.kinds {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 0 auto 110px;
}

.kinds.types {
    margin: 0 auto 92px;
}

.kinds_title {
    margin: 120px auto 50px;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    color: var(--light-text-color);
}

.kind_cards {
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 60px / 3));
    gap: 30px;
    align-items: center;
    margin-bottom: 90px;
}

.kind_card {
    margin: 0;
    height: 265px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgb(256, 256, 256, 0.32);
    background: linear-gradient(0deg, rgb(255, 255, 255, 0.14), rgb(255, 255, 255, 0.14));
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.kind_card_image {
    margin: 0 0 30px;
}

.kind_card_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 30px;
    color: var(--light-text-color);
}

.kind_card_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;

    color: var(--light-text-color-opacity);
    text-decoration: none;
}

.kind_card_link > span {
    margin-inline-end: 12px;
}

.type_blocks {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 0 var(--padding-nav);
}

.big_type_block {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: calc(50% - 14px);
    margin-inline-end: 28px;
}

.small_type_block {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: calc(50% - 14px);
}

.huge_type {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-bottom: 28px;
    border-radius: 14px;
    background-color: var(--light-text-color);
    overflow: hidden;
}

.huge_type:last-child {
    margin-bottom: 0;
}

.type_image {

}

.type_descr {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 21px 21px 45px 28px;
}

.type_arrow_div {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.type_arrow {
    width: 21px;
}

.type_descr_text {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    color: var(--dark-text-color);
    margin: 0;
}

.more_card {
    width: 100%;
    border: 2px solid var(--light-text-color);
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 7px 12px;
}

.start_card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 64px;
}

.start_card > img {
    margin-inline-end: 25px;
}

.start_card > p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--light-text-color);
}
