.appInfo {
    max-width: 670px;
    margin: 0 auto;
}

.appInfo__detail--back {
    display: flex;
    border: 1px solid #BDD0D8;
    border-radius: 4px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    padding: 13px;
    transition: all 0.3s;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #23A4B1;
}

.appInfo__detail--back:hover {
    border: 1px solid #23A4B1;
}

.appInfo__detail--back img {
    margin-right: 5px;
}

.appInfo__container {
    margin: 80px 0;
    width: 670px;
}

.appInfo__product {
    border-bottom: 1px solid #DDE7EB;
}

.appInfo__content ol {
    margin: 0;
    padding: 0;
}

.appInfo__content ol.with_text {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}

.appInfo__content ol.with_text > li {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #303737;
    opacity: 0.7;
    text-decoration: none;
    margin: 0 0 20px;
}

.appInfo__content ol.with_text > li:last-child {
    margin: 0;
}

.appInfo__content ul.with_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #303737;
    opacity: 0.7;
    text-decoration: none;
    margin: 20px 0;
    list-style-type: none;
}

.appInfo__content ol > li {
    list-style-type: none;
    padding: 40px 0 0;
    border-bottom: 1px solid #DDE7EB;
}

.appInfo__content ol > li:last-child {
    border-bottom: none;
}

.appInfo__content ol > li > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.appInfo__content ol > li > div > span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #3DD6E5;
    border-radius: 50%;
    margin-right: 20px;
}

.appInfo__content ol > li > div > h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.appInfo__content ol > li > h2 {
    margin: 20px 0 0 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #303737;
    opacity: 0.7;
}
.appInfo__content ol > li > h3 {
    margin: 20px 0 0 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #303737;
    opacity: 0.7;
}
.appInfo__content ol > li > p {
    margin: 20px 0 0 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #303737;
    opacity: 0.7;
}

.appInfo__content ol > li > ul:not(.with_text) {
    padding: 10px 0 10px 50px;
    list-style: outside;
}
.appInfo__content ol > li > ul:not(.with_text).decimal {
    list-style: decimal;
}

.appInfo__content ol > li > ul:not(.with_text) > li {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #303737;
    opacity: 0.7;
}

.appInfo__content ol > li > .appInfo__img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F6F8;
    border-radius: 12px;
    padding: 75px 40px;
    margin: 40px 0;
}

.appInfo__content ol > li > .appInfo__img img {
    width: 100%;
    cursor: zoom-in;
}

.appInfo__content ol > li > p:last-child {
    margin-bottom: 20px;
}

.appInfo__content a {
    color: #23A4B1;
    text-decoration: none;
}

.appInfo__header {
    display: flex;
    margin-bottom: 40px;
}

.appInfo__header img {
    width: 136px;
    height: 100%;
    margin-right: 50px;
}

.appInfo__header--info h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.03em;
    color: #303737;
    margin: 0;
}

.appInfo__header--info p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #303737;
    opacity: 0.7;
    margin: 30px 0 40px;
}

.appInfo__loading--load {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #303737;
    opacity: 0.5;
    text-decoration: none;
    margin-right: 30px;
    transition: all 0.3s;
}

.appInfo__loading--shop {
    text-decoration: none;
    background: #3DD6E5;
    border-radius: 4px;
    padding: 15px 36px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.3s;
}

.appInfo__loading--shop:hover {
    background: #23A4B1;
}

.appInfo__mobile .appInfo__img-mobile {
    display: none;
}

.appInfo__img--container {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
    cursor: zoom-out;
}

.appInfo__img--container img {
    width: auto;
    max-height: 100vh;
    max-width: 100%;

}

.appInfo__img--background {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}

@media (max-width: 730px) {
    .appInfo__content ol.with_text > li,
    .appInfo__content ul.with_text > li,
    .appInfo__content ul > li {
        font-size: 16px;
    }

    .appInfo__detail--back {
        max-width: initial;
    }

    .appInfo__img-mobile {
        display: block;
        width: initial;
        height: initial;
        margin-right: 30px;
    }

    .appInfo__loading--shop {
        padding: 15px 0;
        width: 100%;
    }

    .appInfo__mobile .appInfo__img-mobile {
        display: block;
    }

    .appInfo__mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .appInfo__loading {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 222px;
    }

    .appInfo__loading--load {
        margin: 0 0 10px;
    }

    .appInfo__img-desktop {
        display: none;
    }

    .appInfo__container {
        margin: 20px 20px 30px;
        width: initial;
    }

    .appInfo {
        margin: 0;
        max-width: initial;
    }

    .appInfo__header--info h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .appInfo__header--info p {
        font-size: 16px;
        margin: 20px 0 30px;
    }

    .appInfo__header {
        margin-bottom: 30px;
    }

    .appInfo__content ol > li {
        padding: 25px 0 0;
    }

    .appInfo__content ol > li > div > h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .appInfo__content ol > li > p {
        font-size: 16px;
    }

    .appInfo__content ol > li > ul:not(.with_text) > li {
        font-size: 16px;
    }

    .appInfo__content ol > li > .appInfo__img {
        width: initial;
        padding: 30px 45px;
        margin: 30px 0;
    }

    .appInfo__img img {
        width: 100%;
    }

    .appInfo__header img {
        margin-right: 30px;
    }
}
