li, ol, ul {
    font-size: 18px;
    line-height: 29px;
}
#content {
    padding: 40px 8px 0 8px;
    box-sizing: border-box;
}
#content h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0.67em;
}
#content p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 1em;
    font-weight: 400;
}
#content a {
    color: #0056b3;
}
#content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 23px;
}
.red {
    color: red;
}
.art-img {
    max-width: 650px;
    width: 100%;
    display: block;
    margin: 0 auto 1em;
}
.art-img__text {
    text-align: center;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}
.block {
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.block.--yellow {
    background-color: moccasin;
}
.block.--red {
    background-color: #fccfd7;
}
.block.--green {
    background-color: #cdffcd;
}
.block.--grey {
    background-color: #d4d5d4;
}
.block p:last-child {
    margin-bottom: 0!important;
}
.product {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto 1em;
}
.comment__item {
    display: flex;
    margin-bottom: 1em;
}
.comment__item > div:nth-child(2) {
    background-color: #ebedf0;
    padding: 12px;
    border-radius: 12px;
    width: 100%;
}
.comment__img-wrapper {
    flex: 0 0 50px;
    height: 50px;
    margin-right: 10px;
}
.comment__img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.comment__name {
    margin: 0!important;
}
.comment__text {
    margin-top: 0;
    margin-bottom: 0!important;
}
.comment__text img {
    max-width: 300px;
    width: 100%;
}

.text-center {
    text-align: center !important;
}
.text-big {
    font-size: 24px !important;
    line-height: 30px !important;
}
.reply {
    padding-left: 50px;
}


.mycomment {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}

.mycomment-img {
    width: 50px!important;
    height: 50px!important;
    min-width: 50px!important;
    min-height: 50px!important;
    margin: 0 10px 0 0!important;
    border-radius: 100%!important;
    object-fit: cover!important;
}

.mycomment-name {
    font-weight: 600;
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
}

.mycomment-text {
    font-size: 18px !important;
    line-height: 24px;
    margin: 0!important;
}

.mycomment-text img {
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
}

.mycomment-bottom {
    color: #929292;
    font-weight: 600;
    font-size: 12px!important;
    line-height: 10px!important;
    margin: 6px 0 0!important;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.loading {
    display: flex;
    align-items: center;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-add {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: 0.25em 0 0 currentColor;
    }

    60% {
        100% {
            text-shadow: 0.25em 0 0 currentColor, 0.75em 0 0 currentColor;
        }
    }
}

@keyframes race {
    0% {
        transform: skew(0, -3deg);
    }

    25% {
        transform: skew(0, 3deg);
    }

    50% {
        transform: skew(0, -3deg);
    }

    75% {
        transform: skew(0, 3deg);
    }

    100% {
        transform: skew(0, );
    }
}

.mycomment-info {
    width: 100%;
    max-width: 100%;
}

.mycomment-info__inner {
    background-color: #ebedf0;
    border-radius: 18px;
    line-height: 16px;
    margin-top: 0;
    padding: 0.75rem 12px 1rem 12px;
    position: relative;
}
.textbox {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    border: transparent;
    margin-bottom: 10px;
    outline: none;
    border: none;
}
.error {
    position: relative;
    margin-top: -10px;
    color: red;
    font-size: 13px;
    padding-left: 5px;
    display: none;
}
.sendcomment {
    font-size: 17px;
    cursor: pointer;
    text-decoration: underline;
}