.header-restyle {
}
.header-restyle .diVHhg {
    height: 60px;
}
.header-restyle .jQYkHW img {
    width: 170px;
}
.header-restyle .gCtcYI {
    height: 2.5rem;
}
.zaebali {
   
}
.zaebali i {
    font-weight: 700;
}
.zaebali img {
    display: block;
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
h2.red {
    color:red;
    text-align: center;
    font-size: 20px;
}
.section-product-counter {
    font-weight: 700;
    display: inline-block;
    font-size: 32px;
    line-height: 37px;
    margin-top: 15px;
    padding: 13px 10px;
    color: #fff !important;
    background-color: #d90303;
    transition: all 0.15s ease-in-out;
    animation: glowing 2000ms infinite both;
    border-radius: 4px;
    text-decoration: none !important;
    display: block;
    margin: 0 auto;
    width: 200px;
}
.banner {
    display: block;
    margin: 0 auto;
}


.comments__item {
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 1em;
    font-size: 14px;
    margin-bottom: 50px;
    font-family: Roboto,arial;
}
.comments__ava img {
    border-radius: 2px;
    width: 100%;
}
.comments__content {
}
.comments__content img {
    margin-top: 15px;
    border-radius: 2px;
    max-width: 100%;
    display: block;
}
.comments__title {
    line-height: 1em;
    margin-bottom: 10px;
    color:#494847;
}
.comment-date {
    color: #235465;
    font-weight: 600;
    font-size: 0.8em;
}
.comment-arrow {
    font-size: 18px;
    color:#a9a9a9;
    padding: 0 5px;
}
.comments__text {
    line-height: 1.4em;
}
.comments__text a {
    color:#0066ff;
    text-decoration: underline;
}
.comments__text a:hover,
.comments__text a:active {
    text-decoration: none;
}
.comments h2 {
    font-size: 26px;
    border-bottom: 3px solid #f56b0d;
    margin-bottom: 30px;
    line-height: 1.2em;
    color: #494847;
}
.container-button-comments .button-comments {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: Roboto, serif;
    font-size: 14px;
    font-weight: 600;
    color: rgb(44, 55, 129);
    border:2px solid  rgb(44, 55, 129);
}

blockquote {
    background:#f9e8e9  url(./images/danger.png) no-repeat left center / 60px;
    margin: 0 0 20px 0;
    padding: 15px 15px 15px 70px;
    border-radius: 40px 0 40px 0;
}