/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ul[role='list'],
ol[role='list'] {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

button {
    cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Oblique.woff2') format('woff2'), url('../fonts/Helvetica-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --ff-firago: 'FiraGO', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
        sans-serif;
    --ff-helvetica: 'Helvetica', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--ff-helvetica);
    color: #000000;
    background-color: #ffffff;
}

.mx-auto {
    margin-inline: auto;
}

.container {
    width: 1306px;
    margin-inline: auto;
}
@media (max-width: 1480px) {
    .container {
        width: 88vw;
    }
}
.grid {
    display: grid;
    grid-template-columns: 225px auto 225px;
}
@media (max-width: 1280px) {
    .grid {
        grid-template-columns: auto 225px;
    }
    .grid > div:nth-child(1) {
        display: none;
    }
}
@media (max-width: 880px) {
    .grid {
        grid-template-columns: 1fr;
    }
    .grid > div:nth-child(3) {
        display: none;
    }
}
.home {
    margin-top: 31px;
}
.home__main {
    background-color: #dfdfdf;
    padding-inline: 39px;
}
.home__main h1 {
    font-size: 35px;
    font-weight: 700;
    color: #ff0000;
    margin-top: 54px;
    margin-left: 51px;
}
.home__main p {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
.home__main div {
    margin-top: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 58px;
}
.home .badge-new {
    margin-left: auto;
    transform: rotate(-15deg) translateY(-10px);
    width: 92px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #f1811f;
    border-radius: 11px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
}
.home__teal {
    margin-top: 20px;
    margin-bottom: 14px;
    padding-left: 21px;
    font-size: 20px;
    font-weight: 700;
    color: #1996a9;
}
.home__red {
    margin-top: 26px;
    padding-left: 21px;
    font-size: 19px;
    font-weight: 700;
    color: #ff0000;
}
.home__teal a,
.home__red a {
    color: inherit;
    text-decoration: none;
    transition: color 150ms ease-in-out;
}
.home__teal a:hover,
.home__red a:hover {
    color: blue;
}
@media (max-width: 1280px) {
    .home {
        margin-top: -29px;
    }
    .home__main {
        padding-block: 20px;
    }
    .home .badge-new {
        transform: rotate(-15deg) translateY(49px);
        font-size: 20px;
    }
    .home__teal,
    .home__red {
        font-size: 16px;
    }
    .home__main p {
        font-size: 20px;
    }
}
.mission__main {
    padding-top: 52px;
    color: #fff;
    text-align: center;
}
.mission__main h2 {
    margin-bottom: 46px;
    font-size: 35px;
    font-weight: 700;
}
.mission__main p {
    font-size: 27px;
    font-weight: 700;
    width: 741px;
    margin-inline: auto;
}
.mission__main p:first-of-type {
    margin-bottom: 40px;
}
.mission__teal {
    background-color: #1996a9;
}
@media (max-width: 1280px) {
    .mission__main {
        padding-block: 50px;
        padding-inline-start: 16px;
        grid-column: 1/3;
    }
    .mission__main h2 {
        font-size: 24px;
    }
    .mission__main p {
        font-size: 20px;
        width: auto;
    }
    .mission__teal {
        display: none;
    }
}
@media (max-width: 880px) {
    .mission__main {
        grid-column: 1/2;
    }
}
.what-we-do {
    padding-top: 70px;
    scroll-margin-top: 100px;
}
.what-we-do__main {
    background-color: #dfdfdf;
    padding-inline: 40px;
    padding-block: 22px 80px;
}
.what-we-do__main h2 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}
.what-we-do__main h3 {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 700;
    color: hsla(188deg, 74%, 38%, 0.7);
}
.what-we-do__main h3 span {
    font-family: Wingdings;
    font-size: 24px;
    color: #ff0000;
}
.what-we-do__main p {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 400;
}
.what-we-do__main p + h3 {
    margin-top: 36px;
}
@media (max-width: 1280px) {
    .what-we-do {
        /* padding-top: 20px; */
        scroll-margin-top: 300px;
    }
    .what-we-do__main h2 {
        font-size: 24px;
    }
    .what-we-do__main h3 {
        font-size: 20px;
    }
    .what-we-do__main p {
        font-size: 16px;
    }
}
.science {
    margin-top: 31px;
}
.science__main {
    padding-block: 13px 64px;
    padding-inline: 31px;
    background-color: #1996a9;
}
.science__main h1 {
    margin-bottom: 17px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.science__main h2 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.science__main h2 span {
    font-family: Wingdings;
    font-size: 24px;
    color: #ff0000;
}
.science__lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.science__text {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.science article {
    position: relative;
    margin-top: 80px;
    padding: 26px 30px 42px;
    background-color: #fff4df;
    box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.34);
}
.science article h3 {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.science article p {
    font-size: 15px;
}
.science article p:not(:first-child) {
    margin-top: 18px;
}
.science article div {
    position: absolute;
    right: 30px;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
}
.science__aside {
    background-color: #dfdfdf;
    padding: 19px 20px;
}
.science__aside figcaption {
    font-size: 12px;
}
.science__figure img {
    margin-bottom: 14.5px;
}
.science__figure--2 {
    margin-top: 132px;
}
.science__figure--2 figcaption {
    font-weight: 700;
}
.science__figure--3 {
    margin-top: 178px;
    border: 2px solid #1996a9;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
    height: 147px;
    width: 100%;
}
.science__figure--3 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.science__footnote {
    margin-top: 46px;
    font-size: 12px;
    font-weight: 700;
}
.science__footnote a {
    color: inherit;
    text-decoration: none;
}
@media (max-width: 1280px) {
    .science {
        margin-top: 0;
    }
}
@media (max-width: 880px) {
    .science__aside {
        display: none;
    }
}
.about-us {
    margin-top: 31px;
}
.about-us__main {
    padding-top: 13px;
    padding-inline: 30px;
    color: #fff;
    background-color: #1996a9;
}
.about-us__main h2 {
    margin-bottom: 17px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.about-us__lead {
    font-size: 18px;
    margin-bottom: 29px;
    font-weight: 700;
}
.about-us__aside {
    padding: 20px;
    padding-bottom: 222px;
    background-color: #dfdfdf;
    display: flex;
    align-items: flex-end;
}
.about-us__aside img {
    margin-bottom: 14px;
}
.about-us__aside p {
    font-size: 18px;
    margin-bottom: 24px;
}
@media (max-width: 1280px) {
    .about-us {
        margin-top: 0;
    }
    .about-us__main {
        padding-block: 20px;
    }
}
.partners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 42px;
}
.partners figcaption {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
.partners p {
    margin-top: 15px;
    font-size: 18px;
    color: #000000;
}
@media (max-width: 1480px) {
    .partners p {
        font-size: 16px;
    }
}
@media (max-width: 1320px) {
    .partners p {
        font-size: 15px;
    }
}
@media (max-width: 1280px) {
    .partners p {
        font-size: 17px;
    }
}
@media (max-width: 1080px) {
    .partners {
        grid-template-columns: 1fr;
    }
}
.header {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 65%, transparent 40%);
}
.header.sticky {
    position: sticky;
    top: 0;
    z-index: 10000;
}
.header__banner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 34px;
}
.header::before {
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    height: 69px;
    background-color: #1996a9;
    z-index: -1;
}
.header__banner a {
    position: relative;
    z-index: 100;
    display: block;
}
.header__banner a::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 23px;
    width: 3px;
    height: 69px;
    background-color: #fff;
}
.header__banner a::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 23px;
    width: 3px;
    height: 69px;
    background-color: #fff;
}
.header__banner img {
    width: 225px;
}
.header__banner p {
    font-size: 27px;
    font-weight: 700;
    color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 1366px) {
    .header__banner p {
        width: unset;
    }
}
@media (max-width: 1080px) {
    .header__banner p {
        font-size: 20px;
    }
}
@media (max-width: 880px) {
    .header__banner p {
        display: none;
    }
}
.header__menu {
    margin-left: auto;
    padding: 0;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 0;
    display: grid;
    place-content: center;
    cursor: pointer;

    display: none;
}
@media (max-width: 1280px) {
    .header__menu {
        display: grid;
    }
}
@media (max-width: 1280px) {
    .header__menu {
        display: grid;
    }
}
.header__menu svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
}
.header__nav .nav {
    position: relative;
    isolation: isolate;
}
.header__nav .nav::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 134%;
    background-image: linear-gradient(to bottom, hsl(0deg, 0%, 100%) 82%, hsla(0deg, 0%, 100%, 0.7), hsla(0deg, 0%, 100%, 0));
    z-index: -1;
}
.header__nav .container {
    position: relative;
}

.lang {
    position: absolute;
    top: 7px;
    right: -61px;
}

.nav {
    margin-top: -29px;
}
.nav__list {
    width: 783px;
    margin: 0;
    margin-left: auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 3px;
}
.nav__item {
    flex: 1 0 auto;
}
.nav__link {
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    text-transform: capitalize;
    background-image: linear-gradient(to bottom, hsl(210deg, 1%, 63%), hsl(0deg, 0%, 78%), hsl(0deg, 0%, 87%), hsl(0deg, 0%, 90%));
    border-radius: 0 0 10px 10px;
}
.nav__link:hover,
.nav__link.active {
    color: #fff;
    background-image: linear-gradient(to bottom, #1a5467, #1996a9 30%);
}
@media (max-width: 1280px) {
    .header__nav {
        max-height: 0;
        overflow: hidden;
        margin-top: -29px;
        background-color: #1996a9;
        transition: max-height 200ms ease-in-out;
    }
    .header__nav.active {
        max-height: 1000px;
    }
    .nav {
        margin-top: 0;
    }
    .nav__list {
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }
    .nav__link {
        background-color: transparent;
        background-image: unset;
    }
    .nav__link:hover,
    .nav__link.active {
        background-image: unset;
    }
    .lang {
        right: 0;
    }
}

.contact {
    padding-top: 70px;
    scroll-margin-top: 100px;
}
.contact__wrapper {
    padding-block: 13px 24px;
    padding-inline: 31px;
    width: 862px;
    margin-inline: auto;
    background-color: #1996a9;
    border: 1px solid #ffffff;
}
.contact__wrapper h2 {
    margin-bottom: 19px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.contact__wrapper p {
    margin-bottom: 35px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.contact__wrapper p a {
    color: inherit;
    text-decoration: none;
}
.contact__form input,
.contact__form textarea {
    width: 100%;
    border: 2px solid #ffffff;
    font-size: 15px;
    color: #fff;
    background-color: #1996a9;
}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
    font-size: 15px;
    color: #fff;
    font-family: inherit;
}
.contact__form input {
    padding-inline: 10px;
    height: 31px;
    margin-bottom: 19px;
}
.contact__form textarea {
    padding: 10px;
    margin-bottom: 24px;
    height: 142px;
}
.contact__form button {
    display: block;
    margin-inline: auto;
    width: 160px;
    height: 32px;
    color: #1996a9;
    font-size: 15px;
    font-weight: 700;
    background-color: #fff;
    border: none;
}
.contact .form-group {
    gap: 24px;
    display: flex;
}
@media (max-width: 1280px) {
    .contact {
        padding-top: 40px;
        scroll-margin-top: 80px;
    }
}
@media (max-width: 880px) {
    .contact__wrapper {
        width: 88vw;
    }
}
@media (max-width: 680px) {
    .contact__form {
        display: flex;
        flex-direction: column;
        gap: 19px;
    }
    .form-group {
        flex-direction: column;
    }
    .contact__form textarea,
    .contact__form input {
        margin-bottom: 0;
    }
}
.footer {
    margin-top: 26px;
    color: #ffffff;
    background-color: #000000;
}
.footer__container {
    width: 862px;
    margin-inline: auto;
}
.footer__news {
    margin-bottom: 10px;
    height: 52px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    font-weight: 700;
    background-color: #f1811f;
    text-align: center;
}
.footer__row {
    display: flex;
    justify-content: space-between;
}
.footer__nav {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer__nav a {
    color: inherit;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}
.footer__address {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.footer address {
    font-style: normal;
    text-align: right;
}
.footer address p,
.footer address a {
    font-size: 18px;
    font-weight: 700;
    color: inherit;
}
.footer address a {
    text-decoration: none;
}
.footer__copy {
    margin-top: 30px;
    padding-bottom: 12px;
}
.footer__copy p {
    font-size: 18px;
    text-align: center;
}
@media (max-width: 1280px) {
    .footer__container {
        width: 88vw;
    }
}
@media (max-width: 680px) {
    .footer__row {
        flex-direction: column;
    }
    .footer__address {
        align-items: flex-start;
    }
    .footer address {
        text-align: left;
    }
    .footer__nav a {
        font-size: 20px;
    }
    .footer__nav {
        margin-bottom: 30px;
    }
}
.home__main div {
    margin-top: 60px;
}
.img-w-height {
    height: 130px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1420px) {
    .img-w-height {
        height: 154px;
    }
}
@media (max-width: 1336px) {
    .img-w-height {
        height: 255px;
    }
}
/*# sourceMappingURL=style.css.map */
