.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;
}





.consent-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 15px 0;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .checkbox-container {
    /* display: flex; */
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    user-select: none;
  }

  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: 0.3s;
  }

  .checkbox-container:hover .checkmark {
    background-color: #ddd;
  }

  .checkbox-container input:checked ~ .checkmark {
    background-color: #0077cc;
    border-color: #0077cc;
  }

  .checkbox-container a{
    position: relative;
    z-index: 50;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }

  .checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .consent-box a {
    color: #0077cc;
    text-decoration: none;
  }

  .consent-box a:hover {
    text-decoration: underline;
  }