@font-face {
    font-family: Inter;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: local("Inter-Regular"),url(../fonts/Inter-Regular.woff2) format("woff2"),url(../fonts/Inter-Regular.woff) format("woff")
}

@font-face {
    font-family:Inter;font-display:swap;font-weight:500;font-style:normal;src:local("Inter-Medium"),url(../fonts/Inter-Medium.woff2) format("woff2"),url(../fonts/Inter-Medium.woff) format("woff")
}

@font-face {
    font-family:"Nunito Sans";font-display:swap;font-weight:400;font-style:normal;src:local("NunitoSans-Regular"),url(../fonts/NunitoSans-Regular.woff2) format("woff2"),url(../fonts/NunitoSans-Regular.woff) format("woff")
}

@font-face {
    font-family:"Nunito Sans";font-display:swap;font-weight:600;font-style:normal;src:local("NunitoSans-SemiBold"),url(../fonts/NunitoSans-SemiBold.woff2) format("woff2"),url(../fonts/NunitoSans-SemiBold.woff) format("woff")
}

@font-face {
    font-family:"Nunito Sans";font-display:swap;font-weight:600;font-style:italic;src:local("NunitoSans-SemiBoldItalic"),url(../fonts/NunitoSans-SemiBoldItalic.woff2) format("woff2"),url(../fonts/NunitoSans-SemiBoldItalic.woff) format("woff")
}

@font-face {
    font-family:"Nunito Sans";font-display:swap;font-weight:700;font-style:normal;src:local("NunitoSans-Bold"),url(../fonts/NunitoSans-Bold.woff2) format("woff2"),url(../fonts/NunitoSans-Bold.woff) format("woff")
}

@font-face {
    font-family:icons;font-display:swap;font-style:normal;font-weight:400;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff")
}

[class*=icon-],[class^=icon-] {
    font-family: icons!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    color: #242424;
    font-family: "Nunito Sans",sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

body._lock {
    height: 100%;
    overflow: hidden
}

body .page {
    margin-bottom: auto
}

a {
    color: inherit;
    font-family: inherit;
    text-decoration: none
}

li {
    list-style: none
}

button {
    background-color: transparent;
    border: none;
    font-family: inherit
}

button[type=button] {
    cursor: pointer
}

input,textarea {
    background-color: transparent;
    border: none;
    outline: 0
}

textarea {
    resize: none;
    vertical-align: top
}

img {
    vertical-align: top
}

.page {
    padding-top: 10rem
}

.page__header:not(:last-child) {
    margin-bottom: 3.5rem
}

.page__header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.page__header-icon {
    color: #0f5bb6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
    height: 3rem
}

.page__header-icon svg {
    width: .75rem;
    height: 1.625rem
}

.page__title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2
}

.page__title {
    font-size: 2rem
}

.section {
    margin-top: 12.5rem
}

.section__header-container {
    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;
    gap: .5rem
}

.section__header-icon {
    color: #0f5bb6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.75rem;
    height: 2.75rem
}

.section__title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1652px
}

.swiper-button-next,.swiper-button-prev {
    -webkit-transition: background-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5rem
}

.header__wrapper {
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 1.5625rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.5rem
}

.header__logo {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
    line-height: 112.5%
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.25rem
}

.header__menu-item {
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.header__menu-item--active {
    color: #0f5bb6
}

.header__menu-item--active .header__menu-link::after {
    opacity: 1;
    visibility: visible
}

.header__menu-link {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: .8em;
    position: relative;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    white-space: nowrap
}

.header__menu-link::after {
    background-color: #0f5bb6;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .1875rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.header__burger {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    cursor: pointer;
    position: relative;
    padding: 18px 12px;
    width: 42px;
    height: 28px
}

.header__burger:after,.header__burger:before {
    content: "";
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s
}

.header__burger span,.header__burger:after,.header__burger:before {
    background-color: #0f5bb6;
    border-radius: 4px;
    position: absolute;
    left: 12px;
    width: calc(100% - 24px);
    height: 4px
}

.header__burger:before {
    top: 18px
}

.header__burger:after {
    bottom: 18px
}

.header__burger span {
    top: calc(50% - 2px);
    opacity: 1;
    -webkit-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s
}

.header__burger--open:before {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg)
}

.header__burger--open:after {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg)
}

.header__burger--open span {
    opacity: 0
}

.header--menu-open .header__wrapper {
    background-color: #fff
}

.header--menu-open .header__nav {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.about-page__life {
    margin: 0 auto;
    width: 100%;
    max-width: 66.75rem
}

.hero {
    background-color: #bed2e8;
    border-radius: .75rem 3.75rem;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.1339950372% 1.25rem;
    min-height: 20rem
}

.hero__avatar {
    aspect-ratio: 1;
    background-color: #dedede;
    border-radius: 50%;
    width: 23.635235732%;
    min-width: 7.5rem;
    overflow: hidden
}

.hero__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .4166666667em;
    font-family: Inter,sans-serif;
    font-size: 3rem;
    font-weight: 500;
    text-align: center
}

.hero__title:not(:first-child) {
    margin-top: 1.125em
}

.life {
    margin-top: 6.25rem
}

.life__period:not(:last-child) {
    margin-bottom: 6.25rem
}

.period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.75rem .75rem
}

.period__icon {
    background-color: #0f5bb6;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.375rem;
    height: 2.375rem
}

.period__icon img {
    width: 1.5rem;
    height: 1.5rem
}

.period__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 3.125rem);
    flex-basis: calc(100% - 3.125rem);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1875
}

.period__desc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2
}

.footer {
    background-color: #5b7ca1;
    border-top-left-radius: 3.75rem;
    border-top-right-radius: 3.75rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 5.2083333333% 0;
    text-align: center
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%
}

.footer__copyrights:not(:last-child) {
    margin-bottom: 1.2em
}

.footer {
    margin-top: 33.125%
}

@media (min-width:1280px) {
    .header--scroll .header__wrapper {
        background-color: rgba(255,255,255,.9)
    }@    supports ((-webkit-backdrop-filter:blur(15px)) or (backdrop-filter:blur(15px))) {
        .header--scroll .header__wrapper{background-color: rgba(255,255,255,.7);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
    }
}}

@media (max-width:1440px) {
    .header__menu {
        gap: 1.5rem
    }

    .header__menu-link {
        font-size: 1.125rem
    }
}

@media (max-width:1280px) {
    .header__wrapper {
        background-color: rgba(255,255,255,.9);
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .header__nav {
        background-color: #fff;
        border-top: 1px solid rgba(0,0,0,.08);
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 6rem);
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        -webkit-transition: -webkit-transform .3s ease 0s;
        transition: -webkit-transform .3s ease 0s;
        -o-transition: transform .3s ease 0s;
        transition: transform .3s ease 0s;
        transition: transform .3s ease 0s,-webkit-transform .3s ease 0s
    }

    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem
    }

    .header__menu-link {
        font-size: 1.75rem
    }

    .header__burger {
        display: block
    }
}

@media (max-width:1080px) {
    .page {
        padding-top: 8.125rem
    }
}

@media (max-width:992px) {
    .footer {
        padding: 3.125rem 0
    }
}

@media (max-width:768px) {
    .section__header-icon {
        width: 2rem;
        height: 2rem
    }

    .section__header-icon svg {
        width: 31.8181818182%;
        height: auto
    }

    .section__title {
        font-size: 2rem
    }

    .header__container {
        gap: 1.5rem
    }

    .header__logo {
        font-size: 1.75rem
    }

    .header__menu {
        gap: .75rem;
        padding: 1.25rem
    }

    .header__menu-link {
        font-size: 1.25rem
    }

    .header__menu-link:not(:last-child) {
        margin-bottom: .5rem
    }
}

@media (max-width:576px) {
    .page {
        padding-top: 5.625rem
    }

    .page__header:not(:last-child) {
        margin-bottom: 1.75rem
    }

    .page__header-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .page__header-icon svg {
        width: .5rem;
        height: 1rem
    }

    .page__title {
        font-size: 1.5rem
    }

    .section__header-container {
        gap: .25rem
    }

    .section__header-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .section__header-icon svg {
        width: .5rem;
        height: .875rem
    }

    .section__title {
        font-size: 1.5rem
    }

    .container {
        padding: 0 16px
    }

    .header__logo {
        font-size: 1.25rem
    }

    .header__nav {
        height: calc(100% - 67px)
    }

    .header__burger {
        padding: .625rem .375rem;
        width: 1.5rem;
        height: 1rem
    }

    .header__burger span,.header__burger::after,.header__burger::before {
        left: .375rem
    }

    .header__burger::before {
        top: .625rem
    }

    .header__burger span {
        top: calc(50% - 1px)
    }

    .header__burger::after {
        bottom: .625rem
    }

    .header__burger span,.header__burger::after,.header__burger::before {
        width: calc(100% - .75rem);
        height: .125rem
    }

    .header--menu-open .header__burger::before {
        -webkit-transform: translate(0,7px) rotate(45deg);
        -ms-transform: translate(0,7px) rotate(45deg);
        transform: translate(0,7px) rotate(45deg)
    }

    .header--menu-open .header__burger::after {
        -webkit-transform: translate(0,-7px) rotate(-45deg);
        -ms-transform: translate(0,-7px) rotate(-45deg);
        transform: translate(0,-7px) rotate(-45deg)
    }

    .hero {
        border-radius: .75rem 2.5rem
    }

    .life__period:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .period {
        row-gap: 1rem
    }

    .period__title {
        font-size: 1.5rem
    }

    .period__desc {
        font-size: 1rem
    }

    .footer {
        border-top-left-radius: 2.5rem;
        border-top-right-radius: 2.5rem;
        font-size: 1rem;
        padding: 1.875rem 0
    }

    .footer__container {
        width: 100%
    }
}

@media screen and (max-width:576px) {
    .section {
        margin-top: 50px
    }

    .hero__title {
        font-size: 20px
    }

    .life {
        margin-top: 40px
    }
}

@media screen and (max-width:1652px) and (min-width:576px) {
    .section {
        margin-top: calc(50px + 150 * (100vw - 576px)/ (1652 - 576))
    }

    .hero__title {
        font-size: calc(20px + 28 * (100vw - 576px)/ (1652 - 576))
    }

    .life {
        margin-top: calc(40px + 60 * (100vw - 576px)/ (1652 - 576))
    }
}

@media (min-width:576px) and (max-width:1652px) {
    .life__period:not(:last-child) {
        margin-bottom: calc(40px + 60 * (100vw - 576px)/ (1652 - 576))
    }
}

@media screen and (any-hover:hover) {
    .swiper-button-next:not(.swiper-button-disabled):hover,.swiper-button-prev:not(.swiper-button-disabled):hover {
        background-color: #3179d1
    }

    .header__menu-link:hover {
        color: #3179d1
    }
}