
.horizontal-devider {
    width: 100%;
    height: 1px;
    background-color: rgba(51, 51, 51, 0.1);
}

.section__first {
    padding-top: calc(40px + var(--breadcrumbs-height));
}

.section__first h1,
.section__first .h1 {
    margin: 0 !important;
}

.section-half {
    margin-top: 54px;
    padding-bottom: 120px;
    position: relative;
}

.border-top {
    border-top: 1px solid rgba(51, 51, 51, .1);
}

.section-half__container {
    padding-top: 60px;
}

.section-half__container.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-half__container .h1-hero {
    margin-bottom: 40px;
}

.section-half__description {
    font-size: 14px;
    line-height: 1.2;
}

.file-item,
.link-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.link-icon {
    margin-bottom: 10px;
}

.file-item__icon-wrapper,
.link-icon__icon-wrapper {
    background-color: var(--color-light-gray);
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.file-item__title {
    color: var(--color-black);
    margin-bottom: 2px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.file-item__title._bold {
    font-weight: 700;
    font-size: 14px;
}

.file-item__text {
    font-size: 12px;
    color: rgba(51, 51, 51, .4);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.file-item__text._big {
    font-size: 14px;
    line-height: 16px;
}

.link-icon__text {
    font-size: 16px;
    line-height: 1;
    color: var(--color-black);
}

.vacancies-text {
    margin-top: 25px;
    margin-bottom: 30px;
    color: var(--color-black);
}

.vacancies-sub-text {
    margin: 40px 0;
    color: var(--color-black);
}

.site-list ul {
    padding-left: 0;
    list-style-type: none;
}

.site-list ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 11px;
}

.site-list ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: var(--color-red);
}



.section-company {
    background-color: var(--color-white);
    position: relative;
    margin-top: calc(-1.4px * var(--scroll));
    z-index: 2;
    -webkit-transition: margin-top .5s ease-out;
    -o-transition: margin-top .5s ease-out;
    transition: margin-top .5s ease-out;
}

.company-title {
    text-transform: unset !important;
    margin: 0 !important;
}

.site-section.company-stats {
    padding-top: 0;
}

.company-stats__row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
}

.company-stats__row-col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    margin-right: -1px;
    margin-bottom: -1px;
}

.company-stats__row-col:last-of-type {
    padding-right: 1px;
}

.company-stats__row-item {
    position: relative;
    border-top: 1px solid rgb(234 234 234);
    border-right: 1px solid rgb(234 234 234);
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company-stats__row-col:last-of-type .company-stats__row-item {
    border-right: unset;
}

.company-stats__row-num {
    padding: 30px;
    font-family: 'Intro';
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: rgba(51, 51, 51, .1);
}

.company-stats__row-inner {
    background-color: rgba(51, 51, 51, 0.04);
    border-top: 8px solid var(--color-red);
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company-stats__row-number {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Intro';
    font-size: 59px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #333333;
    height: 0;
}

.company-stats__row-inner.anim-visible .company-stats__row-number {
    opacity: 1;
    height: auto;
}

.company-stats__row-text {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.9);
}

@media (hover: hover) {
    .file-item:hover .file-item__icon-wrapper,
    .link-icon:hover .link-icon__icon-wrapper {
        background-color: var(--color-red);
    }

    .file-item:hover .icon,
    .link-icon:hover .icon {
        background-color: white;
    }

    .file-item:hover .file-item__title {
        color: var(--color-red);
    }
}

@media only screen and (max-width: 1599px) {
    .company-stats__row-inner {
        padding: 25px;
    }
    .company-stats__row-text {
        font-size: 18px;
    }
    .section-half {
        margin-top: 44px;
        padding-bottom: 100px;
    }

    .section-half__container {
        padding-top: 50px;
    }

    .company-stats__row-number {
        font-size: 46px;
    }
    .company-stats__row-item {
        height: 500px;
    }
    .company-stats__row-num {
        padding: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .company-stats__row-item {
        height: 470px;
    }
    .section-half {
        margin-top: 34px;
        padding-bottom: 80px;
    }

    .section-half__container {
        padding-top: 40px;
    }

    .horizontal-devider {
        margin-top: 40px;
    }
    .company-stats__row-inner {
        padding: 20px;
    }
    .company-stats__row-number {
        font-size: 40px;
    }
    .company-stats__row-num {
        padding: 20px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 959px) {
    .section-company {
        margin-top: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .company-stats__row-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px;
    }
    .company-stats__row-text {
        font-size: 16px;
        -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
        writing-mode: sideways-lr;
    }
    .company-stats__row-number {
        font-size: 32px;
        -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
        writing-mode: sideways-lr;
    }
    .company-stats__row-item {
        height: 510px;
    }
    .company-stats__row-num {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .company-stats__row-num {
        padding: 10px;
        font-size: 20px;
    }
    .section-half {
        padding-bottom: 60px;
    }

    .section-half__container {
        padding-top: 30px;
    }

    .horizontal-devider {
        margin-top: 30px;
    }
}
