.index__top {
    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;
    padding: 72px 0px 60px 0px;
    color: #2E2E2E;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
}

.index__top a {
    text-decoration: none;
    color: #2E2E2E;
}

.index__top-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index__top-back--arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='7' viewBox='0 0 35 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.075 6.875L0.075 3.875C-0.025 3.675 -0.025 3.275 0.075 3.075L3.075 0.075C3.275 -0.025 3.675 -0.025 3.875 0.075C3.975 0.275 3.975 0.675 3.875 0.775L1.875 2.975H34.975V3.975H1.875L3.875 6.175C3.975 6.375 3.975 6.675 3.875 6.875C3.675 6.975 3.275 6.975 3.075 6.875Z' fill='%232E2E2E' /%3E%3C/svg%3E");
    margin-right: 13px;
    width: 36px;
    height: 7px;
    background-repeat: no-repeat;
}

.index__top-center h1 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 98px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #2E2E2E;
}

.index__top-forward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index__top-forward--arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='7' viewBox='0 0 36 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.9 0.1L34.9 3.1C35.1 3.3 35.1 3.6 34.9 3.8L31.9 6.8C31.7 7 31.4 7 31.2 6.8C31 6.6 31 6.3 31.2 6.1L33.2 3.9H0V2.9H33.1L31.1 0.7C30.9 0.5 30.9 0.2 31.1 0C31.3 0 31.7 0 31.9 0.1Z' fill='%232E2E2E' /%3E%3C/svg%3E");
    margin-left: 13px;
    width: 36px;
    height: 7px;
    background-repeat: no-repeat;
}

.index__top.fixed {
    margin-top: 70px;
}


.container-wrapper {
    padding: 0 100px;
}

.motto {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.35em;
    color: #CEA78F;
    justify-content: center;
}

.front-image-container {
    width: 100%;
    height: auto;
    padding: 40px 0px 90px 0px;
}

.front-image-container img {
    width: 100%;
}

.front-image-text-container {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #2E2E2E;
    margin-bottom: 13px;
}

.benefits-container>.row>div:last-child {
    display: flex;
    justify-content: flex-end;
}

.benefits-title-mobile {
    display: none;
}

.benefits-title {
    display: flex;
}

.benefits-title,
.benefits-title-mobile {
    margin-bottom: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    color: #808080;
}

.benefits-descr,
.experienced-professionals {
    max-width: 517px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    margin-bottom: 78px;
}

.benefits-warning {
    max-width: 401px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #CEA78F;

}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #2E2E2E !important;
}

.accordion-button:not(.collapsed) .benefits-item-container {
    padding: 10px 5px 10px 10px;
    background-color: #F5F5F5 !important;
}

.accordion-button:not(.collapsed)::after {
    right: 10px;
    background:
        linear-gradient(#000, #000);
    background-position: center;
    background-size: 55% 1px;
    background-repeat: no-repeat;
}

.accordion-button {
    outline: none !important;
    box-shadow: none !important;
    color: #2E2E2E !important;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    transition: padding 0.3s ease 0s, background-color 0.3s ease 0s;
}

.accordion-button::after {
    position: absolute;
    right: 20px;
    background:
        linear-gradient(#000, #000),
        linear-gradient(#000, #000);
    background-position: center;
    background-size: 55% 1px, 1px 55%;
    background-repeat: no-repeat;
}

.accordion-button .benefits-item-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    transition: padding 0.3s ease 0s, background-color 0.3s ease 0s;
}

.accordion-button .benefits-item-number {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #808080;
    margin-right: 32px;
}

.accordion-button .benefits-item {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #2E2E2E;
}

.accordion {
    border-top: 1px solid #C7C7C7;
    width: 85%;
}

.accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #C7C7C7;
}

.accordion .accordion-item .accordion-body {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    padding-top: 0px !important;
}

.hr-strat,
.institute-page-h2-wrapper {
    margin-top: 110px;
    margin-bottom: 42px;
}

.institute-page-h2 {}

.hr-strat-info {
    max-width: 406px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

.about-bar {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 32px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #808080;
    margin: 0px 0 90px;
    grid-gap: 12%;
}

.about-bar h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #2E2E2E;
    margin-bottom: 42px;
}

.about-bar img {
    max-height: 60px;
    padding-left: 10px;
}

.about-bar__1 {
    grid-column: 1;
    /* border-left: 1px solid #C7C7C7; */
}

.about-bar__1--top {
    margin-left: 30px;
    color: #808080;
    font-size: 12px;
    line-height: 15px;
}

.about-bar__1--center {
    margin: 20px 30px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C7C7C7;
    width: calc(100% - 30px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-family: 'Manrope', sans-serif;
    font-size: 72px;
    line-height: 98px;
    color: #fff;
    -webkit-text-stroke: 1px #B2B2B2;
}

.about-bar__1--bottom {
    font-size: 14px;
    line-height: 22px;
    /* margin: 10px 30px; */
}

.about-bar__2 {
    grid-column: 2;
    border-left: 1px solid #C7C7C7;
    min-height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-bar__2--top {
    margin-left: 30px;
    color: #808080;
    font-size: 12px;
    line-height: 15px;
}

.about-bar__2--center {
    margin: 20px 155px 10px 30px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #C7C7C7; */
    width: calc(100% - 30px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-family: 'Manrope', sans-serif;
    font-size: 72px;
    line-height: 98px;
    color: #fff;
    -webkit-text-stroke: 1px #B2B2B2;
}

.about-bar__2--bottom {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 30px;
}

.about-bar__3 {
    grid-column: 3;
    border-left: 1px solid #C7C7C7;
    height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-bar__3--top {
    margin-left: 30px;
    color: #808080;
    font-size: 12px;
    line-height: 15px;
}

.about-bar__3--center {
    margin: 20px 155px 10px 30px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #C7C7C7; */
    width: calc(100% - 30px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-family: 'Manrope', sans-serif;
    font-size: 72px;
    line-height: 98px;
    color: #fff;
    -webkit-text-stroke: 1px #B2B2B2;
}

.about-bar__3--bottom {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 30px;
}

.about-bar__4 {
    grid-column: 4;
    border-left: 1px solid #C7C7C7;
    height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-bar__4--top {
    margin-left: 30px;
    color: #808080;
    font-size: 12px;
    line-height: 15px;
}

.about-bar__4--center {
    margin: 20px 155px 10px 30px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #C7C7C7; */
    width: calc(100% - 30px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-family: 'Manrope', sans-serif;
    font-size: 72px;
    line-height: 98px;
    color: #fff;
    -webkit-text-stroke: 1px #B2B2B2;
}

.about-bar__4--bottom {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 30px;
}

.vacancies-table {}

.vacancies-table a {
    color: #808080;
    text-decoration: none !important;
}

.vacancies-table .vacancies-table-header {
    padding: 20px 0px;
    border-bottom: 1px solid #C7C7C7;
}

.vacancies-table .vacancies-table-header .vacancies-table-header-item {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #2E2E2E;
}

.vacancies-table .vacancies-table-header .vacancies-table-header-item:first-child {
    padding-left: 0;
}

.vacancies-table .vacancies-table-row {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #C7C7C7;
}

.vacancies-table .vacancies-table-row .vacancies-table-item:last-child::after {
    content: "";
    position: absolute;
    right: 40px;
    width: 34px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='7' viewBox='0 0 34 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.9227 6.92446L33.9249 3.90288C34.025 3.70144 34.025 3.29856 33.9249 3.09712L30.9227 0.0755396C30.7226 -0.0251799 30.4224 -0.0251799 30.2222 0.0755396C30.0221 0.276978 30.0221 0.679856 30.2222 0.881295L32.1236 2.9964H0V4.0036H32.1236L30.2222 6.1187C30.0221 6.32014 30.0221 6.72302 30.2222 6.92446C30.4224 7.02518 30.7226 7.02518 30.9227 6.92446Z' fill='%23808080'/%3E%3C/svg%3E%0A");
    transition: right 0.3s ease 0s;
}

.vacancies-table .vacancies-table-row .vacancies-table-item {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #808080;
    transition: padding 0.3s ease 0s, background-color 0.3s ease 0s;
}

.vacancies-table .vacancies-table-row .vacancies-table-item:first-child {
    padding-left: 0;
}

.vacancies-table .vacancies-table-row:hover .vacancies-table-item {
    background-color: #F5F5F5;
    padding-left: 30px;
}

.vacancies-table .vacancies-table-row:hover .vacancies-table-item:last-child::after {
    right: 10px;
}

.institute-page-h2 {
    margin-bottom: 40px;
}

.accordion-body ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ikp-h3 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    color: #2E2E2E;
    margin-bottom: 40px;
    width: 85%;
    align-self: flex-end;
}

.ikp-h3-descr {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    width: 85%;
    align-self: flex-end;
}

@media (max-width: 767px) {
    .ikp-h3 {
        width: 100%;
    }
    .ikp-h3-descr {
        width: 100%;
    }
}

.h3-wrapper {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1400px) {
    .container-wrapper {
        padding: 0 40px;
    }
}

@media (max-width: 1200px) {
    .index__top {
        font-size: 10px;
        line-height: 12px;
    }

    .index__top-center h1 {
        font-size: 24px;
        line-height: 33px;
    }

    .hr-strat-info {
        width: 100%;
        max-width: 100%;
    }

    .about-bar {
        margin-top: 32px;
    }

    .about-bar__2 {
        grid-column: 2;
    }

    .about-bar__3 {
        grid-column: 1;
    }

    .about-bar__4 {
        grid-column: 2;
    }
}


@media (max-width: 992px) {
    .about-bar {
        margin-top: 40px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .about-bar__2 {
        grid-column: 1;
        grid-row: 1;
    }

    .about-bar__3 {
        grid-column: 2;
        grid-row: 1;
    }

    .about-bar__4 {
        grid-column: 1;
        grid-row: 2;
    }
}

@media (max-width: 767px) {
    .accordion {
        border-top: 1px solid #C7C7C7;
        width: 100%;
    }

    .container-wrapper {
        padding: 0 20px;
    }

    .benefits-warning {
        margin-bottom: 40px;
    }

    .benefits-title-mobile {
        display: flex;
    }

    .benefits-title {
        display: none;
    }

    .front-image-container {
        padding: 40px 0px 46px 0px;
    }

    .motto {
        display: none;
    }

    .index__top {
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .about-bar {
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: repeat(1, 1fr);
    }

    .about-bar__2 {
        grid-column: 1;
    }

    .about-bar__3 {
        grid-column: 1;
        grid-row: 3;
    }

    .about-bar__4 {
        grid-column: 1;
        grid-row: 4;
    }

    .index__top-back,
    .index__top-forward {
        display: none;
    }

    .index__top-center h1 {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.15em;
    }

    .index__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .front-image-text-container {
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
    }

    .benefits-title-mobile {
        justify-content: flex-start;
        color: #808080;
    }

    .front-image-container {
        padding: 40px 0px 30px 0px;
    }

    .accordion-button .benefits-item {
        max-width: 250px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        display: flex;
        align-items: center;
        color: #2E2E2E;
    }
}

.about-bottom-info .about-accordion .accordion:before {
    content: "+";
    display: block;
    /*width: 24px;
    height: 24px;*/
    font-size: 20px;
    position: absolute;
    /*background: red;*/
    right: 24px;
    top: 50%;
    margin-top: -12px;
}


