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


body {
    height: 100%;
    margin: 0;
    font-family: "Manrope", sans-serif;
}

img {
    display: block;
}
.main-page{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.header {
    display: flex;
    align-items: center;
    height: 73px;
    border-bottom: 1px solid #E5E9F2;
}

.header-container {
    width: 1110px;
    margin: 0 auto;
    display: flex;
    align-items: center;

}

.logo {
    margin-right: 40px;
}

.nav {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: #18191f;
}

.nav-link {
    margin-right: 32px;
    color: #18191f;
    text-decoration: none;
}

.nav-link:hover {
    color: #8C30F5;
}

.nav-link:last-child {
    margin-right: 0;
}

.appstore {
    display: flex;
    margin-left: auto;
}

.appstore-item:first-child {
    margin-left: 0;
}




.main {}

.main-container {
    width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 197px;
    padding-bottom: 197px;
}

.main-content {
    width: 540px;
    font-size: 18px;
    color: #18191f;
}

.main-img {}

.main-header {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 72px;
    line-height: 1.36;
    color: #18191f;

}


.main-text {
    margin-bottom: 32px;
}

.main-text p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.78;
}

.button {
    display: inline-block;
    height: 62px;
    padding-left: 35px;
    padding-right: 35px;
    background: #8C30F5;
    border-radius: 8px;
    font-weight: bold;
    font-size: 20px;
    line-height: 62px;

    color: #FFFFFF;
    text-decoration: none;
}

.button:hover {
    opacity: 0.8;
}

.footer {
    display: flex;
    align-items: center;
    height: 72px;
    background: #0b0d17;
    color: #d9dbe1;
}

.footer-container {
    width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-size: 14px;
}
.footer-copyright p{
    margin: 0;
    
}

.footer-socials {
    display: flex;
}
.footer-socials-items{
    margin-left: 16px;
}