html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #18191F;
}

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

.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.title {
    font-size: 48px;
    line-height: 64px;
    font-weight: 800;
    color: #000;
}

.header {
    padding: 22px 0;
    margin-bottom: 96px;
    position: relative;
}

.header::after {
    content: '';
    position: absolute;
    top: 0;
    background: url(../images/top-bg.png) no-repeat center / cover;
    height: 100vh;
    width: 100%;
    z-index: -1;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__content {
    display: flex;
}

.logo {
    margin-right: 16px;
}

.menu__list {
    display: flex;
}

.menu__list-item {
    margin: 0 16px;
}

.menu__list-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.menu__list-link--list {
    position: relative;
    padding-right: 20px;
}

.menu__list-link--list::after {
    content: '';
    position: absolute;
    background: url(../images/arrow-down.svg);
    height: 6px;
    width: 12px;
    top: 8px;
    right: 0;
}

.header__markets .markets-link {
    margin-left: 12px;
}

.top__inner {
    display: flex;
    justify-content: space-between;
}

.top__title {
    font-size: 72px;
    line-height: 98px;
    font-weight: 800;
    margin-top: 85px;
    margin-bottom: 40px;
}

.top__btn {
    padding: 16px 41px;
    color: #fff;
    background-color: #8C30F5;
    border-radius: 8px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.partners {
    margin-top: 60px;
    padding: 16px 0;
}

.partners__list {
    display: flex;
    padding: 41px 110px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.partners__list::before, .partners__list::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(192, 204, 218, 0.1) 0%, rgba(192, 204, 218, 0.6) 50.38%, rgba(192, 204, 218, 0.1) 100%);
}

.partners__list::before {
    top: 0;
}

.partners__list::after {
    bottom: 0;
}

.partners__list-item {
    list-style: none;
}

.features {
    margin: 65px 0;
    text-align: center;
}

.features__top {
    max-width: 540px;
    margin: 0 auto;
}

.features__top-title {
    margin-bottom: 8px;
}

.features__items {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.features__item {
    max-width: 350px;
    margin-bottom: 65px;
}

.features__item-img {
    margin-bottom: 25px;
}

.features__item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.features__item-text {
    font-size: 16px;
    line-height: 26px;
}

.story {
    background-color: #D5FAFC;
    padding: 120px 0 80px;
}

.story__inner {
    display: flex;
}

.story__text {
    max-width: 445px;
}

.story__title {
    position: relative;
    margin-bottom: 8px;
}

.story__title::before {
    content: '';
    display: block;
    position: absolute;
    width: 142px;
    height: 120px;
    background: url(../images/quote.png) no-repeat top left / cover;
    top: -50%;
    left: -20%;
}

.story__items {
    position: relative;
}

.story__item {
    padding: 32px;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 8px;
    background: #fff;
    max-width: 445px;
    max-height: 435px;
    margin: 30px;
}

.story__item-top {
    margin-bottom: 32px;
}

.story__item-img {
    width: 140px;
    height: 40px;
}

.story__item-bottom {
    padding-left: 32px;
    position: relative;
}

.story__item-bottom::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 14px;
    background: url(../images/quote-mini.png) no-repeat top left / cover;
    top: 0;
    left: 0;
}

.story__item-text {
    margin-bottom: 25px;
}

.story__item-author {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.story__item-post {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #969BAB;
}

.story__item:nth-child(1) {
    width: 445px;
    min-height: 340px;
}

.story__item:nth-child(2) {
    width: 350px;
    min-height: 435px;
    position: absolute;
    top: 140px;
    right: 470px;
}

.story__item:nth-child(3) {
    width: 350px;
    min-height: 275px;
}

.achievment {
    padding: 80px 0;
}

.achievment__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.achievment__text {
    flex-basis: 540px;
}

.achievment__title {
    margin-bottom: 8px;
}

.achievment__items {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 540px;
}

.achievment__item {
    display: flex;
    align-items: center;
    flex-basis: 255px;
    margin-bottom: 40px;
}

.achievment__item-img {
    margin-right: 16px;
}

.achievment__item-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 800;
}

.achievment__item-subtitle {
    font-size: 16px;
    line-height: 26px;
}

.headline {
    padding: 65px 0;
}

.headline__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.headline__img {
    max-width: 540px;
    width: 100%;
    max-height: 540px;
    background: #F1E4FF;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.headline__img img {
    width: 360px;
    height: 720px;
    object-fit: cover;
    filter: drop-shadow(10px 15px 30px rgba(41, 41, 42, 0.5));
    margin-top: 60px;
}

.headline__content {
    flex-basis: 444px;
}

.headline__title {
    font-size: 40px;
    line-height: 54px;
    font-weight: 800;
    margin-bottom: 32px;
}

.headline__text {
    margin-bottom: 32px;
}

.headline__btn {
    padding-right: 32px;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    font-weight: 700;
    color: #8C30F5;
    position: relative;
}

.headline__btn::after {
    content: '';
    position: absolute;
    background: url(../images/arrow-right.svg) no-repeat center / cover;
    top: 3px;
    right: 0;
    width: 24px;
    height: 24px;
}

.trends {
    padding: 65px 0;
}

.trends__top {
    display: flex;
    margin-bottom: 48px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trends__title {
    flex-basis: 540px;
    font-size: 40px;
    line-height: 54px;
    font-weight: 800;
}

.trends__text {
    flex-basis: 540px;
}

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

.manage {
    padding: 68px 0;
    background: #2EC5CE;
    overflow: hidden;
}

.manage__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.manage__content {
    flex-basis: 540px;
}

.manage__title {
    font-size: 48px;
    line-height: 64px;
    font-weight: 800;
    margin-bottom: 8px;
}

.manage__text {
    margin-bottom: 48px;
}

.manage__download-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 8px;
}

.manage__download-links {
    margin-right: 12px;
}

.manage__picture {
    display: flex;
    flex-basis: 500px;
}

.manage__img {
    object-fit: cover;
    max-width: 232px;
    filter: drop-shadow(10px 15px 30px rgba(41, 41, 42, 0.5));
    position: absolute;
    right: 0;
}

.manage__img:nth-child(1) {
    right: 264px;
    top: -33%;
}

.manage__img:nth-child(2) {
    bottom: -33%;
}

.footer {
    padding: 56px 0;
    background: #0B0D17;
    color: #D9DBE1;
}

.footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__content {
    flex-basis: 550px;
}

.footer__logo {
    margin-bottom: 12px;
}

.footer__menu {
    margin: 12px 0;
    color: #fff;
}

.footer__menu-items {
    display: flex;
}

.footer__menu-item {
    margin-right: 24px;
    font-size: 16px;
    line-height: 26px;
}

.footer__copy {
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
}

.footer__download {
    flex-basis: 160px;
}

.footer__download-text {
    line-height: 28px;
    font-weight: 500;
    color: #D9DBE1;
    margin-bottom: 8px;
}

.footer__download-img {
    margin-top: 8px;
}

@media (max-width: 1400px) {
    .partners__list::before, .partners__list::after {
        width: 90%;
    }
}

@media (max-width: 1100px) {
    .features__items {
        justify-content: space-evenly;
    }
    .manage__img:nth-child(1) {
        right: 200px;
    }
    .manage__picture {
        flex-basis: 250px;
    }
    .achievment__text {
        margin: 0 auto;
        text-align: center;
        flex-basis: 100%;
        margin-bottom: 25px;
    }
    .achievment__items {
        flex-basis: 100%;
        justify-content: space-between;
    }
    .achievment__item {
        flex-basis: auto;
        margin: 0 15px;
    }
    .headline__wrapper {
        justify-content: space-around;
    }
    .headline__img {
        max-width: 500px;
        max-height: 500px;
    }
    .headline__img img {
        width: 320px;
        height: 640px;
    }
    .headline__content {
        flex-basis: 100%;
        margin-bottom: 50px;
    }
    .trends__top {
        justify-content: center;
        text-align: center;
    }
    .trends__title {
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .manage__img:nth-child(1) {
        display: none;
    }
    .partners__list {
        padding: 41px 70px;
    }
}

@media (max-width: 940px) {
    .partners__list {
        padding: 41px 40px;
    }
    .header__markets .markets-link {
        margin: 0;
    }
    .menu__list-item {
        margin: 0 12px;
    }
    .top__title {
        font-size: 66px;
        line-height: 92px;
    }
    .story__item:nth-child(2) {
        top: 200px;
    }
}

@media (max-width: 890px) {
    .story__item:nth-child(2) {
        position: initial;
    }
    .story__inner {
        flex-direction: column;
    }
    .story__item:nth-child(1), .story__item:nth-child(2), .story__item:nth-child(3) {
        min-height: 0;
        max-width: 900px;
        width: 100%;
        margin: 20px 0;
        right: 0;
        left: 0;
    }
}

@media (max-width: 840px) {
    .partners__list {
        padding: 41px 20px;
    }
    .partners__list::before, .partners__list::after {
        width: 80%;
    }
    .top__title {
        font-size: 48px;
        line-height: 72px;
    }
    .header__markets {
        flex-basis: 280px;
    }
    .header {
        margin-bottom: 0;
    }
    .top__title {
        margin-top: 0;
    }
    .header-btn {
        display: block;
        width: 25px;
        height: 25px;
        position: relative;
    }
    .header-btn span {
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #0B0D17;
        top: 11px;
    }
    .header-btn::before, .header-btn::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #0B0D17;
    }
    .header-btn::before {
        top: 0;
    }
    .header-btn::after {
        bottom: 0;
    }
    .menu__list {
        transform: translateY(-200%);
        transition: all .5s;
        display: none;
    }
    .menu__list--active {
        display: block;
        background: rgba(242, 247, 255, 0.7);
        backdrop-filter: blur(100px);
        width: 100%;
        position: absolute;
        text-align: center;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        flex-direction: column;
        padding: 10px 0;
        transform: translateY(0);
    }
    .menu__list-item {
        margin: 10px 0;
    }
    .close-btn {
        height: 30px;
        width: 30px;
        right: 15%;
        position: absolute;
        top: 10%;
        right: 20%;
    }
    .close-btn div {
        display: block;
        width: 25px;
        height: 25px;
        position: relative;
        z-index: 1;
    }
    .close-btn div::before, .close-btn div::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #0B0D17;
        top: 50%;
    }
    .close-btn div::before {
        transform: rotate(45deg);
    }
    .close-btn div::after {
        transform: rotate(-45deg);
    }
    .manage__picture{
        display: none;
    }
    .manage__wrapper{
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 740px) {
    .top__inner {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .top__content {
        max-width: 375px;
        margin-bottom: 50px;
    }
    .top__picture {
        margin-left: auto;
    }
    .top__picture img {
        max-width: 260px;
        object-fit: cover;
    }
    .partners {
        margin-top: 20px;
    }
    .partners__list {
        padding: 31px 20px;
        flex-direction: column;
    }
    .partners__list-item {
        margin: 10px 0;
    }
    .achievment__items {
        justify-content: center;
    }
    .achievment__item {
        margin-bottom: 25px;
    }
    .footer__menu-item {
        margin-right: 18px;
    }
    .footer__wrapper{
        justify-content: initial;
        margin-left: 20px;
    }
    .footer__content{
        margin-bottom: 25px;
    }
    .footer__download {
        flex-basis: 280px;
    }
    .footer{
        padding: 36px 0;
    }
}

@media (max-width: 640px) {
    .title {
        font-size: 42px;
        line-height: 56px;
    }
    .trends__bottom {
        display: none;
    }
    .manage__title {
        font-size: 38px;
        line-height: 54px;
    }
}

@media (max-width: 540px) {
    .footer__content{
        text-align: center;
    }
    .footer__menu-items{
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer__menu-item {
        margin-right: 10px;
    }
}

@media (max-width: 455px) {
    .header__inner {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .header__content {
        margin-bottom: 20px;
    }
    .headline__img {
        max-height: 400px;
    }
    .trends__title {
        font-size: 34px;
        line-height: 48px;
    }
}

@media (max-width: 375px) {
    .title {
        font-size: 38px;
        line-height: 52px;
    }
    .top__title {
        font-size: 36px;
        line-height: 48px;
    }
    .story__item:nth-child(1), .story__item:nth-child(2), .story__item:nth-child(3) {
        padding: 18px;
    }
    .story__item:nth-child(2) {
        min-height: 465px;
    }
    .story__item-top {
        margin-bottom: 26px;
    }
    .story__item-text {
        margin-bottom: 16px;
    }
    .headline__img {
        max-height: 300px;
    }
    .headline__img img {
        max-width: 260px;
        max-height: 480px;
        margin-top: 40px;
    }
    .trends__title {
        font-size: 28px;
        line-height: 42px;
    }
    .manage__download-links {
        margin-right: 5px;
    }
    .footer__download{
        text-align: center;
    }
}