a.pro {
    color: #045ada;
    font-weight: 700;
}

.head-image-center {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

.image-center {
    max-width: 600px;
}

@media screen and (max-width: 1023px) {
    .head-image-center {
        width: 100%;
    }
    
    .image-center {
        width: 100%;
    }
}
p {
    font-size: 18px;
    margin-bottom: 1em
}

.top {
    min-height: 120px
}

.menu-ul li {
    padding: 16px 18px;
    position: relative
}

.image-center {
    display: block;
    margin: 40px auto;
    border-top: 5px solid #0f90fa
}

.order-form {
    background: #fff url("../images/formbg.jpg") center no-repeat;
    background-size: 100% 100%
}

.timer {
    background: url("../images/timericon2.png") no-repeat;
    line-height: 15px
}

h2.title::after {
    display: block;
    content: "";
    margin: 15px 0 0;
    width: 62px;
    height: 5px;
    background: url("../images/separator_red.png") center no-repeat
}

#comment-component-text .comment {
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: flex-start;
    padding: 15px 0
}

#comment-component-text .comment__image {
    flex-grow: 0;
    padding: 0 10px;
    width: 70px;
    height: 50px;
    border-radius: 50%
}

#comment-component-text .comment__content {
    padding: 0 10px;
    width: 100%
}

    #comment-component-text .comment__content .comment__name {
        margin-top: 0;
        color: #365398;
        font-size: 14px;
        text-align: left;
        text-align-last: left;
        font-weight: 700
    }

#comment-component-text .comment .comment__text {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.4
}

#comment-component-text .comment__details {
    font-size: 12px;
    color: #365398;
    line-height: 1.4;
    display: flex;
    gap: 4px
}

    #comment-component-text .comment__details a, #comment-component-text .comment__details span {
        text-decoration: none;
        color: #365398;
        font-size: 12px;
        line-height: 1.4;
        font-weight: 400;
        cursor: pointer
    }

    #comment-component-text .comment__details img {
        width: 13px
    }

#comment-component-text .comment .comment__text img {
    display: block;
    margin: 8px 0 0;
    border-radius: 0 !important;
    width: 300px
}

@media screen and (min-width:768px) {
    p {
        font-size: 20px;
        margin-bottom: 1em
    }
}