.about {
    padding: 30px 0 58px;
}
.about h1 {
    margin-bottom: 40px;
}
.about-advantages {

}
.about-advantages__img {
    background-color: #8692FF;
    -webkit-border-radius: 24px 24px 0 0;
    -moz-border-radius: 24px 24px 0 0;
    border-radius: 24px 24px 0 0;
    padding: 22px 46px 0 98px;
    gap: 0 22px;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
}
.about-advantages__img::before,
.about-advantages__img::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    width: 160px;
    height: 270px;
}
.about-advantages__img::before {
    background-image: url("../../../images/about/2.svg");
    left: 10px;
    top: 7px;
}
.about-advantages__img::after {
    background-image: url("../../../images/about/1.svg");
    left: 39px;
    top: 48px;
}
.about-advantages__img img {
    position: relative;
    z-index: 1;
    grid-area: 1 / 1 / 3 / 2;
    align-self: self-end;
    padding-top: 3px;
}
.about-advantages__img-title {
    font-family: 'Inter';
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 39.6px;
    color: #ffffff;
    max-width: 853px;
    padding-top: 38px;
}
.about-advantages__img-subtitle {
    font-family: 'Inter';
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 26.4px;
    color: #ffffff;
    text-align: right;
    max-width: 751px;
    margin-right: 8px;
    justify-self: self-end;
}

/*STEP*/
.about-step {
    padding: 67px 0 20px;
}
.about-step__title {
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 34.2px;
}
.about-step__wrap {
    margin-top: 22px;
}
.about-step__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    gap: 10px;
    background: linear-gradient(269.54deg, #B8BFFF 0%, #EDEEFF 27.81%, #FFFFFF 49.12%, #E0E3FF 70.42%, #B8BFFF 96.85%);
    padding: 15px 10px;
    border-radius: 0 0 24px 24px;
    align-items: center;
}
.about-step__content-title {
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    color: #000000;
}
.about-step__content-text {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: 200px;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.about-step__content-text:not(:last-child)::before {
    content: '';
    background-image: url("../../../images/about/arrow-right.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    right: -24px;
    top: 37px;
}

/*AUTHOR*/
.about-author__con {
    background: linear-gradient(180deg, #F1F4FF 0%, rgba(241, 244, 255, 0) 100%);
    margin: 70px 0 50px;
    padding: 61px 0 20px;
}
.about-author {

}
.about-author__title {
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    display: flex;
    gap: 13px;
}
.about-author__title::before {
    content: '';
    background: #1CD3C7;
    width: 18px;
    height: 42px;
    display: block;
}
.about-author__content {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(3, auto);
    padding-left: 30px;
}
.about-author__content-title {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    grid-area: 1 / 1 / 2 / 4;
    margin-top: 48px;
}
.about-author__content ul {
    grid-area: 2 / 1 / 3 / 4;
    max-width: 867px;
    margin: 0;
    padding: 34px 0 13px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.about-author__content ul li {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: grid;
    gap: 13px;
    align-items: self-start;
    grid-template-columns: 10px 1fr;
}
.about-author__content ul li::before {
    content: '';
    background: #1CD3C7;
    width: 10px;
    height: 10px;
    display: block;
    margin-top: 8px;
}
.about-author__content img {
    /*box-shadow: 0 4px 44px 0 #00000026;*/
}
.about-author__img-first {

}
.about-author__img-second {

}
.about-author__img-third {

}
.about-author__img-fourth {
    grid-area: 1 / 4 / 4 / 5;
}

/*REASON*/
.about-reason {
    background: linear-gradient(180deg, #F1F4FF 0%, rgba(241, 244, 255, 0) 100%);
    margin: 109px 0 30px;
}
.about-reason__wrap {

}
.about-reason__title {
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    display: flex;
    gap: 13px;
    padding: 68px 0 0 0;
}
.about-reason__title::before {
    content: '';
    background: var(--blue);
    width: 18px;
    height: 42px;
    display: block;
}
.about-reason__content-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 121px;
    gap: 103px 28px;
}
.about-reason__content {
    border: 1px solid #BFD9FF;
    box-shadow: 0 4px 44px 0 #2D3D6626;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    position: relative;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 68px 20px 61px;
    background-color: #ffffff;
}
.about-reason__content-icon {
    position: absolute;
    top: -38px;
    width: 74px;
    height: 74px;
    background: var(--blue);
    font-family: 'Inter';
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.about-reason__content-title {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    max-width: 400px;
}
.about-reason__content-text {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    max-width: 400px;
    margin: 0;
}

.about-sub {
    background: linear-gradient(180deg, #F1F4FF 0%, rgba(241, 244, 255, 0) 100%);
}
.about-sub .subscribe {
    background: unset;
}

/*EXPERT BLOCKS*/
.about-expert {
    background: linear-gradient(180deg, #F1F4FF 0%, rgba(241, 244, 255, 0) 100%);
    padding-top: 68px;
    padding-bottom: 16px;
}
.about-expert__con {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto 1fr;
    padding-right: 109px;
    gap: 0 20px;
}
.about-expert__title {
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: left;
    display: flex;
    gap: 13px;
    margin-bottom: 37px;
}
.about-expert__title::before {
    content: '';
    background: #8692FF;
    width: 18px;
    height: 42px;
    display: block;
}
.about-expert__text {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    display: grid;
    grid-template-columns: 10px 1fr;
    margin: 0 0 12px 0;
    padding-left: 31px;
    gap: 12px;
    max-width: 700px;
}
.about-expert__text::before {
    content: '';
    background: #8692FF;
    width: 10px;
    height: 10px;
    display: block;
    margin-top: 9px;
}
.about-expert__img-wrap {
    margin-top: 7px;
    grid-area: 1 / 2 / 4 / 3;
}
.about-expert__img-wrap img {

}

@media (max-width: 1420px) {
    .about-advantages__img {
        padding: 25px 20px 0 50px;
        gap: 10px;
        align-items: flex-end;
    }
    .about-advantages__img-wrap {
        padding-top: 0;
    }
    .about-advantages__img-subtitle {
        padding-bottom: 15px;
    }
    .about-expert__con {
        padding-right: 50px;
    }
}
@media (max-width: 1100px) {
    .about-advantages__img {
        padding: 25px 20px 0 0;
    }
    .about-advantages__img-title {
        font-size: 26px;
        line-height: 28px;
    }
    .about-advantages__img-subtitle {
        font-size: 18px;
        line-height: 20px;
    }
    .about-expert__con {
        padding-right: 32px;
    }
    .about-expert__title {
        grid-area: 1 / 1 / 2 / 3;
    }
    .about-expert__img-wrap {
        margin-top: 0;
        grid-area: 2 / 2 / 4 / 3;
    }
    .about-expert__img-wrap img {
        height: 200px;
        width: 100%;
    }
}
@media (max-width: 1000px) {
    /*author*/
    .about-author__content {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
        padding-left: 0;
    }
    .about-author__content img {
        align-self: self-start;
        justify-self: center;
    }
    .about-author__img-third {
        grid-area: 4 / 1 / 5 / 2;
    }
    .about-author__img-fourth {
        grid-area: 4 / 2 / 5 / 3;
    }
    .about-author__title {
        font-size: 22px;
        line-height: 26px;
        gap: 10px;
    }
    .about-author__content-title {
        font-size: 16px;
        line-height: 18px;
        margin-top: 20px;
    }
    .about-author__content ul {
        padding: 20px 0 10px;
    }
    .about-author__content ul li {
        font-size: 14px;
        line-height: 16px;
        gap: 10px;
    }
    .about-author__title::before {
        width: 12px;
        height: 22px;
    }

    .about-reason__content-wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
        gap: 50px 15px;
    }
}
@media (max-width: 850px) {
    .about-advantages__img img {
        width: 300px;
        height: auto;
    }
    .about-advantages__img-title {
        font-size: 22px;
        line-height: 26px;
    }
    .about-advantages__img-subtitle {
        font-size: 16px;
        line-height: 18px;
        margin-right: 0;
    }
    .about-advantages__img::before,
    .about-advantages__img::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .about h1 {
        margin-bottom: 20px;
    }
    .about-advantages__img {
        -webkit-border-radius: 12px 12px 0 0;
        -moz-border-radius: 12px 12px 0 0;
        border-radius: 12px 12px 0 0;
        padding: 15px 15px 0px 15px;
    }
    .about-advantages__img-wrap {
        gap: 22px;
    }
    .about-advantages__img img {
        grid-area: 2 / 1 / 3 / 2;
    }
    .about-advantages__img-title {
        padding-top: 0;
        align-self: center;
        grid-area: 1 / 1 / 2 / 3;
    }
    .about-advantages__img-subtitle {
        grid-area: 2 / 2 / 3 / 3;
        padding: 0;
        align-self: self-start;
        text-align: left;
    }
    .about-advantages__img-subtitle br,
    .about-advantages__img-title br {
        display: none;
    }

    /*step*/
    .about-step__content {
        padding: 15px 10px;
        border-radius: 0 0 12px 12px;
    }
    .about-step__title {
        font-size: 22px;
        line-height: 26px;
    }
    .about-step__content-title {
        font-size: 20px;
        line-height: 22px;
    }
    .about-step__content-text {
        font-size: 16px;
        line-height: 18px;
        height: 110px;
        max-width: unset;
        gap: 10px;
    }
    .about-step__content-text:not(:last-child)::before {
        top: 0;
        right: -10px;
    }

    /*author*/
    .about-author__con {
        margin-top: 30px;
    }

    /*REASON*/
    .about-reason__content {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        gap: 15px;
        padding: 50px 10px 30px;
    }
    .about-reason__title {
        font-size: 22px;
        line-height: 26px;
        padding: 30px 0 0 0;
    }
    .about-reason__content-title {
        font-size: 16px;
        line-height: 18px;
    }

    /*EXPERT BLOCKS*/
    .about-expert {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .about-expert__con {
        gap: 0 10px;
    }
    .about-expert__title {
        font-size: 22px;
        line-height: 24px;
        align-items: center;
        margin-bottom: 20px;
    }
    .about-expert__text {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px 0;
        padding-left: 0;
        gap: 10px;
    }
}
@media (max-width: 500px) {
    .about-advantages__img {
        display: flex;
        flex-direction: column;
    }
    .about-advantages__img img {
        order: 3;
        align-self: center;
    }
    .about-advantages__img-title {
        order: 1;
    }
    .about-advantages__img-subtitle {
        order: 2;
    }

    .about-step__content {
        justify-items: center;
        gap: 30px;
    }
    .about-step__content-text:not(:last-child)::before {
        top: unset;
        bottom: -66px;
        transform: rotate(90deg);
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    .about-author__content {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .about-reason__content-wrap {
        display: flex;
        flex-direction: column;
    }
    .about-author__content img {
        align-self: center;
    }

    /*EXPERT BLOCKS*/
    .about-expert__con {
        display: flex;
        flex-direction: column;
    }
    .about-expert__img-wrap img {
        width: unset;
    }
    .about-expert__img-wrap {
        margin-top: 10px;
    }
}







