:root {
    --color-white: #fff;
    --color-nero: #212121;
    --color-white-smoke: #f8f8f8;
    --color-whisper: #e4e4e4;
    --color-whisper-light: #ececec;
    --color-ivory: #fbfbf9;
    --color-grey: #7d7d7d;
    --color-tahiti-gold: #e86f2a;
    --color-blue-gem: #534496;
    --color-lavender-blue: #d7ceff;
    --color-apricot: #fed3ac;
    --color-seashell: #fff6ee;
    --color-astronaut-blue: #17455f;
    --color-sapphire: #12326e;
}

.custom-container {
    width: 100%;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

.breadcrumb-container {
    width: 100%;
    max-width: 1380px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

.breadcrumb span {
    justify-content: left;
}

@media (max-width: 992px) {
    .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .breadcrumb-container {
        margin-top: 110px;
    }

    html body .breadcrumb#breadcrumbs {
        margin-left: 0;
        padding-bottom: 20px;
    }
}

.section-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--color-nero);
    margin: 0;
}

.section-title--white {
    color: var(--color-ivory);
}

@media (max-width: 992px) {
    .section-title {
        font-size: 30px;
    }
}

.hero-research {
    margin-bottom: 120px;
}

.hero-research__content {
    padding: 65px 60px 60px;
    border-radius: 50px;
    background-color: var(--color-blue-gem);
}

.hero-research__content-top {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.hero-research__content-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.hero-research__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: var(--color-ivory);
}

.hero-research__title span {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
}

.hero-research__list {
    max-width: 540px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-research__item {
    display: flex;
    gap: 20px;
}

.hero-research__item-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-blue-gem);
    background-color: var(--color-lavender-blue);
    border-radius: 10px;
}

.hero-research__item-text {
    font-size: 18px;
    color: var(--color-ivory);
}

.hero-research__btn {
    max-width: 300px;
}

.hero-research__btn--border {
    border-color: var(--color-ivory);
    color: var(--color-ivory);
}

@media (max-width: 1200px) {
    .hero-research__content-top {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .hero-research {
        margin-bottom: 60px;
    }

    .hero-research__content {
        padding: 60px 20px;
    }

    .hero-research__content-top {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .hero-research__content-bottom {
        align-items: center;
        flex-direction: column;
    }

    .hero-research__title {
        font-size: 20px;
    }

    .hero-research__title span {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .hero-research__list {
        max-width: none;
    }

    .hero-research__item-text {
        font-size: 15px;
    }

    .hero-research__btn {
        max-width: 340px;
    }
}


.partners {
    margin-top: 120px;
    margin-bottom: 120px;
}

.partners__title {
    text-align: center;
    margin-bottom: 40px;
}

.partners__items {
    display: flex;
    gap: 40px;
}

.partners__item {
    width: 100%;
    max-width: 310px;
    padding: 30px 20px;
    border-radius: 30px;
    background-color: var(--color-white-smoke);
}

.partners__item-image {
    margin-bottom: 20px;
}

.partners__item-title {
    font-size: 16px;
    color: var(--color-nero);
    margin-bottom: 10px;
}

.partners__item-text {
    font-size: 16px;
    color: var(--color-nero);
}

@media (max-width: 992px) {
    .partners {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .partners__title {
        margin-bottom: 15px;
    }

    .partners__items {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .partners__item  {
        max-width: 340px;
        padding: 20px;
        border-radius: 20px;
    }

    .partners__item-image {
        margin-bottom: 10px;
    }

    .partners__item-title {
        font-size: 18px
    }

    .partners__item-text {
        font-size: 15px;
    }
}


.about {
    margin-top: 120px;
    margin-bottom: 120px;
}

.about__title {
    text-align: center;
    margin-bottom: 50px;
}

.about__title span {
    display: inline-block;
    vertical-align: baseline;
    border-radius: 10px;
    padding: 0px 10px;
    font-weight: 500;
    text-align: right;
    color: var(--color-blue-gem);
    background-color: var(--color-lavender-blue);
    transform: rotate(-3deg) translateY(2px);
}

.about__content {
    border-radius: 40px;
    background: linear-gradient(transparent 20%, var(--color-blue-gem) 20%);
    background-clip: padding-box;
}

.about__content-top {
    display: flex;
    gap: 50px;
    padding: 30px;
    border-radius: 40px;
    background-color: var(--color-white-smoke);
}

.about__image {
    flex-shrink: 0;
}

.about__image img {
    border-radius: 30px;
}

.about__content-container {
    padding-top: 30px;
}

.about__content-title {
    font-weight: 600;
    font-size: 26px;
    color: var(--color-nero);
    margin-bottom: 30px;
}

.about__content-text {
    font-size: 20px;
    color: var(--color-nero);
}

.about__content-text:not(:last-child) {
    margin-bottom: 20px;
}

.about__content-bottom {
    padding: 60px 55px 65px;
}

.about__items {
    display: flex;
    gap: 40px;
}

.about__item-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-blue-gem);
    background-color: var(--color-lavender-blue);
    border-radius: 10px;
    margin-bottom: 10px;
}

.about__item-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--color-ivory);
    margin-bottom: 10px;
}

.about__item-text {
    font-size: 14px;
    color: var(--color-whisper-light);
}

@media (max-width: 992px) {
    .about {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .about__title {
        margin-bottom: 15px;
    }

    .about__content {
        border-radius: 20px;
    }

    .about__content-top  {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
    }

    .about__content-bottom {
        padding: 20px;
    }

    .about__content-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .about__content-text {
        font-size: 15px;
    }

    .about__content-text:not(:last-child) {
        margin-bottom: 10px;
    }

    .about__items {
        flex-direction: column;
        gap: 15px;
    }

    .about__item-title {
        margin-bottom: 5px;
    }

    .about__item-text {
        font-size: 15px;
    }
}


.research {
    margin-top: 120px;
    margin-bottom: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--color-white-smoke);
}

.research__header {
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 0 50px;
    margin-bottom: 70px;
}

.research__text {
    font-size: 22px;
    color: #212121;
}

.research__table-wrapper {
    overflow-x: auto;
}

.research__table {
    border: 1px solid #ccc0ff;
    border-radius: 20px;
}

.research__table table {
    width: 100%;
    border-radius: 20px;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: fixed
}

.research__table th,
.research__table td {
    padding: 30px;
    border: 1px solid #ccc0ff;
}

.research__table th {
    font-weight: 500;
    font-size: 22px;
    color: var(--color-nero);
    text-align: center;
    background-color: var(--color-lavender-blue);
}

.research__table td {
    font-size: 16px;
    color: var(--color-nero);
    background-color: var(--color-white);
}

.research__table tr td:last-child {
    text-align: center;
}

.research__table tr:first-child th {
    border-top: none;
}

.research__table tr:last-child td {
    border-bottom: none;
}

.research__table tr th:first-child,
.research__table tr td:first-child {
    width: 540px;
    border-left: none;
}

.research__table tr th:last-child,
.research__table tr td:last-child {
    width: 385px;
    border-right: none;
}

.research__table-btn {
    color: var(--color-blue-gem);
    border-color: var(--color-blue-gem);
}

.research__table td p:not(:last-child) {
    margin-bottom: 15px;
}

.research__table td .research__table-btn:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 1250px) {
    .research__table tr th:first-child,
    .research__table tr td:first-child {
        width: 400px;
    }

    .research__table tr th:last-child,
    .research__table tr td:last-child {
        width: 300px;
    }
}

@media (max-width: 992px) {
    .research {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .research__header {
        gap: 0;
        align-items: flex-start;
        flex-direction: column;
        padding: 0;
        margin-bottom: 30px;
    }

    .research__title {
        margin-bottom: 15px;
    }

    .research__text {
        font-size: 15px;
    }

    .research__table {
        border-radius: 0;
        border: none;
    }

    .research__table table {
        display: flex;
        flex-direction: column;
    }

    .research__table tbody {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .research__table thead {
        display: none;
    }

    .research__table tr {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--color-lavender-blue);
        background-color: var(--color-white);
        border-radius: 20px;
        padding: 20px;
    }

    .research__table th,
    .research__table td {
        padding: 0;
        font-size: 15px;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .research__table th:nth-child(2),
    .research__table td:nth-child(2) {
        border-top: 1px dashed var(--color-lavender-blue);
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        flex-direction: column;
    }

    .research__table td:nth-child(2)::before {
        content: "Авторы";
        font-size: 11px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--color-lavender-blue);
    }

    .research__table tr th:first-child,
    .research__table tr td:first-child,
    .research__table tr th:last-child,
    .research__table tr td:last-child {
        width: auto;
        border: none;
    }

    .research__table tr th:first-child,
    .research__table tr td:first-child {
        font-weight: 500;
        padding-bottom: 15px;
    }

    .research__table tr td:last-child {
        text-align: left;
    }
}


.grants {
    margin-top: 120px;
    margin-bottom: 120px;
}

.grants__title {
    text-align: center;
    margin-bottom: 60px;
}

.grants__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.grants__item {
    display: flex;
    gap: 30px;
    padding: 15px;
    border-radius: 40px;
}

.grants__item--grey {
    background-color: var(--color-white-smoke);
}

.grants__item--yellow {
    background-color: #ffeede;
}

.grants__item--lavender {
    background-color: #efe9fe;
}

.grants__item--full {
    align-items: center;
    grid-column: span 2;
    gap: 50px;
}

.grants__item-content {
    padding-top: 45px;
    padding-left: 15px;
}

.grants__item-image {
    flex-shrink: 0;
}

.grants__item-image img {
    border-radius: 30px;
}

.grants__item-title {
    font-weight: 500;
    font-size: 26px;
    color: var(--color-nero);
    margin-bottom: 15px;
}

.grants__item-list {
    list-style: disc;
    padding-left: 18px;
}

.grants__item-list li {
    font-size: 16px;
    color: var(--color-nero);
}

.grants__item--full .grants__item-content {
    padding: 45px 0;
}

.grants__item--full .grants__item-image {
    padding-left: 40px;
}

.grants__item--full .grants__item-image img {
    border-radius: 0;
}

.grants__item--full .grants__item-title {
    font-weight: 700;
    font-size: 18px;
    opacity: 0.6;
}

.grants__item--full .grants__item-text {
    font-size: 18px;
    color: var(--color-nero);
    opacity: 0.6;
}

.grants__btn-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.grants__btn {
    max-width: 440px;
}

.grants__leader {
    display: flex;
    align-items: center;
    gap: 60px;
}

.grants__leader-image {
    flex-shrink: 0;
}

.grants__leader-content {
    padding-top: 50px;
}

.grants__leader-title {
    font-weight: 500;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.grants__leader-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grants__leader-item {
    position: relative;
    padding-left: 46px;
    font-size: 18px;
    color: var(--color-nero);
}

.grants__leader-item span {
    font-size: 16px;
    color: #b0b0b0;
}

.grants__leader-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E%3Crect width='30' height='30' fill='%23fed3ac' rx='15'/%3E%3Cpath stroke='%23e86f2a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m11.379 15 2.41 2.42 4.83-4.84'/%3E%3C/svg%3E");
}

@media (max-width: 1200px) {
    .grants__item {
        flex-direction: column;
    }

    .grants__item--full {
        gap: 0;
    }

    .grants__item-image {
        margin-top: auto;
    }

    .grants__item-image img {
        width: 100%;
    }

    .grants__leader {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .grants {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .grants__title {
        margin-bottom: 15px;
    }

    .grants__items {
        gap: 15px;
        grid-template-columns: 1fr;
    }

    .grants__item {
        gap: 15px;
        border-radius: 20px;
        padding: 20px;
    }

    .grants__item--full {
        grid-column: auto;
    }

    .grants__item-content {
        padding: 0;
    }

    .grants__item-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .grants__item-text {
        font-size: 15px;
    }

    .grants__item-list li {
        font-size: 15px;
    }

    .grants__item-image {
        display: flex;
        justify-content: center;
        width: auto;
    }

    .grants__item--full .grants__item-image {
        padding: 0;
    }

    .grants__leader {
        flex-direction: column;
        gap: 20px;
    }

    .grants__leader-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .grants__leader-item {
        font-size: 15px;
    }
}


.what-does {
    margin-top: 120px;
    margin-bottom: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--color-white-smoke);
}

.what-does__container {
    padding-left: 130px;
    padding-right: 130px;
}

.what-does__title {
    text-align: center;
    margin-bottom: 60px;
}

.what-does__title span {
    display: inline-block;
    vertical-align: baseline;
    border-radius: 10px;
    padding: 0px 10px;
    font-weight: 500;
    text-align: right;
    color: var(--color-blue-gem);
    background-color: var(--color-lavender-blue);
    transform: rotate(-3deg) translateY(-5px);
}

.what-does__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.what-does__item {
    display: flex;
    align-items: center;
    min-height: 170px;
    gap: 20px;
    padding: 30px;
    background-color: var(--color-white);
    border-radius: 20px;
}

.what-does__item--full {
    grid-column: span 2;
    gap: 40px;
    padding: 40px;
}

.what-does__content-full p {
    display: flex;
    flex-direction: column;
}

.what-does__content-full p:not(:last-child) {
    position: relative;
    margin-bottom: 80px;
}

.what-does__content-full p:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
}

.what-does__leader-image {
    flex-shrink: 0;
}

.what-does__leader-image img {
    border-radius: 20px;
    box-shadow: 0 7px 13px 0 rgba(2, 11, 29, 0.14), 0 24px 24px 0 rgba(2, 11, 29, 0.12), 0 54px 33px 0 rgba(2, 11, 29, 0.07), 0 97px 39px 0 rgba(2, 11, 29, 0.02), 0 151px 42px 0 rgba(2, 11, 29, 0);

}

.what-does__item-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: var(--color-white);
    background-color: var(--color-blue-gem);
}

.what-does__item-title {
    font-weight: 600;
    font-size: 24px;
    color: var(--color-nero);
    margin-bottom: 10px;
}

.what-does__item-text {
    font-size: 20px;
    color: var(--color-nero);
}

.what-does__item-text strong {
    font-weight: 600;
}

@media (max-width: 1250px) {
    .what-does__item--full {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .what-does {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .what-does__container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .what-does__title {
        margin-bottom: 15px;
    }

    .what-does__items {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .what-does__item {
        align-items: flex-start;
        min-height: auto;
        padding: 20px;
    }

    .what-does__item--full {
        grid-column: auto;
    }

    .what-does__item-icon {
        width: 45px;
        height: 45px;
    }

    .what-does__item-icon svg {
        width: 20px;
        height: 20px;
    }

    .what-does__leader-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .what-does__item-title {
        font-size: 15px;
    }

    .what-does__item-text {
        font-size: 15px;
    }
}


.principles {
    margin-top: 120px;
    margin-bottom: 120px;
}

.principles__title {
    text-align: center;
    margin-bottom: 60px;
}

.principles__items {
    counter-reset: count-principle 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.principles__item {
    counter-increment: count-principle 1;
    display: flex;
    align-items: flex-start;
    max-width: 325px;
    min-height: 365px;
}

.principles__item-content {
    position: relative;
    min-height: 325px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='325' height='325' fill='none' viewBox='0 0 325 325'%3E%3Cpath fill='%23f8f8f8' d='m265 0 60 60v245c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20V20C0 8.954 8.954 0 20 0z'/%3E%3C/svg%3E");
}

.principles__item-content::before {
    content: '0'counter(count-principle);
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    font-size: 14px;
}

.principles__item:nth-child(even) .principles__item-content {
    align-self: flex-end;
}

.principles__item:nth-child(odd) .principles__item-content::before {
    color: var(--color-blue-gem);
}

.principles__item:nth-child(even) .principles__item-content::before {
    color: var(--color-tahiti-gold);
}

.principles__item-title {
    font-weight: 600;
    font-size: 26px;
}

.principles__item:nth-child(odd) .principles__item-title {
    color: var(--color-blue-gem);
}

.principles__item:nth-child(even) .principles__item-title {
    color: var(--color-tahiti-gold);
}

.principles__item-text {
    margin-top: auto;
    font-size: 18px;
    color: var(--color-grey);
}

@media (max-width: 992px) {
    .principles {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .principles__title {
        margin-bottom: 15px;
    }

    .principles__items {
        align-items: center;
        flex-direction: column;
    }

    .principles__item {
        min-height: auto;
    }

    .principles__item-content {
        min-height: auto;
        padding: 25px;
        border-radius: 20px;
        background-color: var(--color-white-smoke);
        background-image: none;
    }

    .principles__item-content::before {
        top: 10px;
        right: 10px;
    }

    .principles__item-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .principles__item-text {
        margin-top: 0;
        font-size: 15px;
    }
}


.form-research {
    margin-top: 120px;
    margin-bottom: 120px;
}

.form-research__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.form-research__content-text {
    width: 100%;
    max-width: 520px;
}

.form-research__content-form {
    width: 100%;
    padding: 20px;
    max-width: 660px;
    border-radius: 40px;
    background-color: var(--color-white-smoke);
}

.form-research__title {
    margin-bottom: 30px;
}

.form-research__text {
    font-size: 18px;
    color: var(--color-nero);
}

.form-research__text:not(:last-child) {
    margin-bottom: 30px;
}

.form-research__form-wrapper {
    border-radius: 20px;
    padding: 20px 40px 40px;
    background-color: var(--color-white);
}

.form-research__fields-columns {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.form-research__fields-columns .custom-fieldset {
    max-width: 250px;
    width: 100%;
}

@media (max-width: 992px) {
    .form-research {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .form-research__title {
        margin-bottom: 15px;
    }

    .form-research__text {
        font-size: 15px;
    }

    .form-research__text:not(:last-child) {
        margin-bottom: 20px;
    }

    .form-research__container {
        flex-direction: column;
        gap: 10px;
    }

    .form-research__content-text {
        max-width: none;
    }

    .form-research__content-form {
        max-width: none;
    }

    .form-research__fields-columns {
        flex-direction: column;
    }

    .form-research__fields-columns .custom-fieldset {
        max-width: none;
    }
}

.conduct-research {
    margin-top: 120px;
    margin-bottom: 120px;
}

.conduct-research__content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 50px 40px 60px;
    border-radius: 30px;
    background-color: var(--color-apricot);
}

.conduct-research__content-text {
    width: 100%;
    max-width: 590px;
}

.conduct-research__text {
    font-size: 18px;
    line-height: 120%;
    color: var(--color-nero);
    margin-bottom: 30px;
}

.conduct-research__btn {
    max-width: 320px;
}

@media (max-width: 992px) {
    .conduct-research {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .conduct-research__content {
        border-radius: 20px;
        padding: 30px 20px;
        flex-direction: column;
        gap: 10px;
    }

    .conduct-research__title {
        font-size: 24px;
        text-transform: none;
    }

    .conduct-research__text {
        font-size: 14px;
    }
}
