body {
    font-size: 16px;
}

/*TITLES*/

h1, h2, h4, h5 {
    letter-spacing: -0.02em;
    color: #141415;
    font-weight: 600;
}

h1 {
    font-size: 4.5rem;
    line-height: 80px;
    white-space: nowrap;
    margin-bottom: 50px;
}

h4 {
    font-size: 2rem;
}

/*MEDICAL TECHNOLOGIES*/

.technologies {
    padding: 72px 0 0 0;
    color: #2E2E2E;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.technologies__content {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.technologies__content > p {
    line-height: 27px;
    font-size: 1.125em;
    font-weight: 500;
    max-width: 420px;
    width: 100%;
}

.technologies__text {
    margin: 0 54px 0 194px;
}

.technologies__img__wrapper {
    width: 100%;
}

.technologies__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*HEALTH TECHNOLOGIES*/

.technologies-info {
    padding: 180px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.technologies-info__header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 56px;
    column-gap:194px;
}

.technologies-info__title {
    min-width: 894px;
    width: 100%;
}

.technologies-info__text {
    line-height: 26px;
    color: #2E2E2E;
    max-width: 690px;
    width: 100%;
    margin-left: 306px;
}

.biotechnology-info-text {
    margin-bottom: 41px;
}

/*UNIQUENESS*/

.uniqueness {
    padding: 180px 0 0 0;
}

.uniqueness__title {
    width: 384px;
}

.uniqueness__title__2 {
    margin-bottom: 56px;
}

.uniqueness__content__first-row, .uniqueness__content__second-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    column-gap: 102px;
}

.uniqueness__content__first-row {
    margin-bottom: 26px;
}

.uniqueness__content__first-row > h3 {
    margin: auto;
}

.uniqueness__content__second-row > div, .uniqueness__content__first-row > div {
    border-left: 2px solid #141415;
}

.uniqueness__content h4{
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.02em;
}

/*пересмотреть при адаптиве*/
.uniqueness__content__first-row__item {
    padding: 21px 0 16px 24px;
    height: 160px;
}
/*пересмотреть при адаптиве*/
.uniqueness__content__second-row__item {
    padding: 21px 0 16px 24px;
    height: 204px;
}

.uniqueness__content__first-child {
    padding: 0 0 0 24px;
    width: 384px;
}

.uniqueness__content__first-row__first-child {
    width: 384px;
}

.uniqueness__content__img {
    width: 32px;
    height: 25px;
    margin-bottom: 16px;
}

/*USED TECHNOLOGIES*/

.used-technologies {
    padding: 180px 0 0 0;
}

.used-technologies__title {
    margin-bottom: 42px;
}

.used-technologies__content {
    display: flex;
    column-gap: 24px;
    position: relative;
}

.used-technologies__content > article {
    border-left: 2px solid #141415;
    padding: 24px 0 24px 26px;
    max-width: 282px;
    width: 100%;
}

.used-technologies__content > article > h4 {
    margin-bottom: 36px;
}

.used-technologies__content > article > ul {
    display: flex;
    flex-direction: column;
    row-gap: 26px;
}

.used-technologies__content > article > ul > li {
    font-size: 1.5em;
    line-height: 29px;
    color: #878787;
    letter-spacing: -0.02em;
}

.used-technologies__item-info {
    padding: 24px 0 24px 0;
    height: 100%;
}

.used-technologies__item-info p {
    font-weight: 400;
    line-height: 26px;
    max-width: 220px;
    width: 100%;
}

.used-technologies__view-all {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
}

/*PARTNERS LOGOS*/


.partners-logo-tech-wrapper {
    padding: 180px 0 0 0;
}

/*PROJECTS*/

.projects {
    padding: 200px 0 0 0;
    color: #141415;
}

.projects__content__title__wrapper {
    width: 384px;
    color: #2E2E2E;
    margin-right: 24px;
}

.projects__content__title__wrapper > h3 {
    margin-bottom: 56px;
}

.projects__content__title__wrapper > p {
    line-height: 26px;
    max-width: 306px;
    width: 100%;
}

/*slider*/

.projects-splide {
    max-width: 800px;
}

.splide__slide {
    display: flex;
    column-gap: 24px;
    cursor: pointer;
}

.project__slide__card {
    width: 384px;
    color: #2E2E2E;
}

.splide__pagination  {
    display: none;
}

/*пересмотреть при адаптиве*/
.projects__slide__img {
    width: 384px;
    height: 306px !important;
    object-fit: cover;
}

.project__slide__card__content {
    padding: 28px 26px 25px;
    border: 1px solid #EAEAEA;

}

.project__slide__card__content > h5 {
    font-size: 2em;
    line-height: 38px;
    margin-bottom: 14px;
}

.project__slide__card__content > ul {
    display: flex;
    align-items: center;
    column-gap: 18px;
}

.project__slide__card__content > ul > li {
    display: flex;
    align-items: center;
    column-gap: 14px;
    font-size: 1.125em;
    line-height: 27px;
    color: #141415;
}

.project__slide__card__content > ul > li > span {
    width: 12px;
    height: 12px;
    background: #7699FF;
    border-radius: 50%;
}

.project__slide__card__content > div {
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.project__slide__card__content > div > img {
    width: 20px;
    height: 20px;
}
.projects__content {
    display: flex;
    justify-content: end;
}

.splide__arrows {
    display: flex;
    column-gap: 16px;
    position: absolute;
    bottom: 0;
    left: -160px;
    transform: translateY(50%);
}