p {
    margin: 0;
}

img {
    display: inline-block;
    max-width: 100%;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1640px;
}

.title {
    margin: 0 0 1.8vw;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.35px;
    text-align: center;
    font-weight: 500;
}

.title_white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.mobile {
    max-width: 320px;
}

.app {
    font-family: 'Avenir Next Cyr', Sans-Serif;
    padding-top: 7.7vw;
    background-color: #FCF6F5;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.app__text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.14px;
}

.app__text:not(:last-child) {
    margin-bottom: 40px;
}

.description .app__goal,
.next-issue .app__goal,
.implementation .app__goal,
.main {
    position: relative;
    max-width: 725px;
    margin: 0 auto 10vw;
    padding: 0 20px;
}

.app__client {
    margin-top: 7vw;
}

.description .app__goal,
.next-issue .app__goal,
.implementation .app__goal {
    margin-bottom: 0;
    z-index: 1;
}

.description,
.next-issue,
.implementation {
    padding: 8vw 0 8vw;
    margin-bottom: 0;
    background-color: #fff;
}

.auth {
    padding: 8vw 10px 8vw;
    background-color: #F7F7F7;
}

.auth__img {
    max-width: 1358px;
}

.columns {
    display: flex;
}

.columns__item {
    padding: 6.5vw 7vw;
}

.section-red,
.columns__red {
    background-color: #E11818;
}

.stars,
.columns__gray {
    background-color: #F7F7F7;
}

.stars {
    position: relative;
    overflow: hidden;
    padding-bottom: 25.4vw;
}

.stars__img {
    position: absolute;
    top: auto;
    bottom: -37%;
    left: 0;
    max-width: 58%;
}

.stars__img_small {
    top: -22%;
    left: auto;
    right: 0;
    max-width: 25%;
}

.section-red {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 140px;
    justify-content: center;
    padding: 18.2vw 10vw 7.5vw;
}

.section-red__img {
    max-width: 685px;
    width: calc(50% - 140px);
}

.section-red__img_top {
    position: absolute;
    top: -47%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1146px;
    width: 61%;
}

.columns .title {
    margin-bottom: 70px;
}

.columns__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 550px;
}

.list-white,
.list-red {
    margin: 0;
}

.list-white__item,
.list-red__item {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.14px;
    color: #666;
    margin-bottom: 40px;
}

.list-white__item:last-child,
.list-red__item:last-child {
    margin-bottom: 0;
}

.list-white__item::marker,
.list-red__item::marker {
    color: #E11818;
    font-size: 22px;
}

.list-white__item {
    color: #fff;
}

.list-white__item::marker {
    color: #fff;
}

ul.app__list {
    padding: 0;
    margin: 40px 0;
}

ul.app__list li {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.14px;
}

ul.app__list li:not(:last-child) {
    margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
    .section-red {
        gap: 50px;
    }

    .section-red__img {
        width: calc(50% - 50px);
    }

    .section-red__img_top {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .section-red,
    .columns {
        flex-direction: column;
    }

    .section-red__img {
        width: 100%;
    }

    .section-red__img_top {
        position: unset;
        transform: unset;
    }
}

@media screen and (max-width: 576px) {
    .list-white,
    .list-red {
        padding-left: 30px;
    }

    .list-white__item,
    .list-red__item {
        margin-bottom: 20px;
    }

    .columns .title {
        margin-bottom: 40px;
    }
}

