@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*font-family: "Inter", sans-serif;*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

ul {
    margin-left: 20px;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    
}

a {
    text-decoration: none;
}

/**/

.wrapper {
    max-width: 378px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

/**/

.body {
    background-color: #111113;
}

/**/

.main {
    overflow: hidden;
}

/**/

.header {
    padding: 24px 0;
}

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

.header img {
    max-width: 48px;
}

.header .button {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #111113;
    text-align: center;
    background-color: #F8981D;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s;
}

.header .button:hover {
    opacity: 0.7;
}

/**/

.intro {
    padding-top: 8px;
}

.intro .title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.intro .title .part {
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 65%, rgba(0, 0, 0, 0.3) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;*/
}

.intro .title .label {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.intro .title img {
    height: 42px;
}

.intro .text {
    position: relative;
    top: -32px;
}

.intro p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.intro .image {
    position: relative;
    top: 12px;
}

.intro .image .spot {
    background: radial-gradient(39.39% 33.74% at 54.33% 40.61%, rgba(255, 255, 255, 0.2) 0%, rgba(17, 17, 19, 0.2) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1.3);
}

.intro .buttonGroup {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    max-width: 310px;
    margin: 0 auto;
}

.intro .buttonGroup .download,
.comparison .buttonWrapper .download {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #111113;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    padding: 8px 11px;
    border-radius: 8px;
    background-color: #F8981D;
    transition: 0.3s;
}

.intro .buttonGroup .download:hover,
.comparison .buttonWrapper .download:hover {
    opacity: 0.7;
}

.intro .buttonGroup .button {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #F5F5F5;
    text-align: center;
    padding: 11px;
    border: 1px solid #989699;
    border-radius: 8px;
}

/**/

.about {
    padding-top: 32px;
}

.about .content {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.about .content .item {
    background-color: rgba(255,255,255,0.96);
    border-radius: 8px;
    padding: 24px;
    width: 100%;
}

.about .content .item .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 8px;
}

.about .content .item .head h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #343434;
}

.about .content .item .head img {
    width: 100%;
    max-width: 44px;
}

.about .content .item p,
.about .content .item li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #111113;
}

.about .content .image {
    position: relative;
    height: 260px;
}

.about .content .image img {
    position: absolute;
    top: -40px;
}

.about .content .bottom {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    position: relative;
    top: -32px;
}

.about .content .cover {
    position: relative;
    z-index: 1;
}

/**/

.features {
    padding-top: 32px;
}

.features h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #F5F5F5;
    text-align: center;
    max-width: 329px;
    margin: 0 auto;
}

.features .image {
    margin-top: 11px;
}

.features .group {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-top: 32px;
}

.features .group h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #111113;
    padding: 8px 10px;
    border-radius: 8px;
    display: inline-block;
}

.features .group .strengths h3 {
    background-color: #F8981D;
}

.features .group .weaknesses h3 {
    border: 2px solid #F8981D;
    background-color: #292929;
    color: #FFFFFF;
}

.features .group ul {
    margin-top: 10px;
}

.features .group li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.features .list {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.features .list .item {
    display: flex;
    column-gap: 14px;
}

.features .list .item .icon {
    min-width: 38px;
    max-width: 38px;
}

.features .list .item h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #F5F5F5;
}

.features .list .item p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #989699;
    margin-top: 8px;
}

/**/

.comparison {
    padding-top: 24px;
}

.comparison .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.comparison .top img {
    width: 72px;
    height: 72px;
    min-width: 72px;
}

.comparison h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #F5F5F5;
    text-align: center;
}

.comparison .short {
    max-width: 192px;
    text-align: left;
}

.comparison .buttonWrapper {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.comparison .buttonWrapper .download {
    max-width: 310px;
}

.faqImg {
    max-width: 438px;
    margin: 20px auto 0;
}

.girl {
    background-image: url('../img/background.png');
    background-size: auto;
    background-position: 46.5% top;
    height: 382px;
    width: 100%;
    max-width: 438px;
    margin: 0 auto;
    filter: blur(3px);
    position: relative;
    margin-top: 40px;
}

.girl .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(162.87deg, rgba(17, 17, 19, 0) 64.62%, #111113 88.22%);
}

.comparison .list {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
}

.comparison .list h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #111113;
    margin-bottom: 8px;
}

.comparison .list ol {
    margin-bottom: 16px;
    margin-left: 20px;
}

.comparison .list li,
.comparison .list p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #111113;
}

.comparison .list .inner {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.comparison .list .item {
    display: flex;
    column-gap: 12px;
}

.comparison .list .item .icon {
    min-width: 22px;
    max-width: 22px;
}

.comparison .list .item p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #111113;
}

.secondtitle {
    margin-top: 30px;
    margin-bottom: 30px;
}

/**/

.permissions {
    padding-top: 24px;
}

.permissions h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.permissions .inner {
    background-image: url('../img/image7.png');
    background-position: -30px center;
    background-size: 180px;
    background-repeat: no-repeat;
}

.permissions .list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 24px;
    margin-left: auto;
    max-width: 227px;
}

.permissions .list h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.permissions .list p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

/**/

.conclusion {
    padding-top: 24px;
}

.conclusion h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #F5F5F5;
}

.conclusion p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 16px;
}

.conclusion .image {
    margin-top: 32px;
}

/**/

.faq {
    position: relative;
    top: -48px;
}

.faq h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #F5F5F5;
    text-align: center;
}

.faq .list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 24px;
}

.faq .list .item {
    padding-bottom: 16px;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
}

.faq .list .item .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
}

.faq .list .item .head h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.faq .list .item .head .plus {
    min-width: 24px;
    max-width: 24px;
}

.faq .list .item .head .plus img {
    transition: 0.3s;
}

.faq .list .item p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 16px;
    display: none;
}

.faq .list .item.active .head .plus img {
    transform: rotate(45deg);
}

/**/

.footer {
    background-color: #FFFFFF;
    padding: 32px 0;
}

.footer .group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.footer .group a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #111113;
    padding: 10px;
}

.footer .group a:hover {
    text-decoration: underline;
}

.footer p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #111113;
    text-align: center;
}

.footer .bottom {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}







