 #comment-component-text {
        color: #000;
        line-height: 1.3;
        font-size: 14px;
        font-family: "Tahoma", sans-serif;
      }
      #comment-component-text * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      #comment-component-text #comment_num {
        border-bottom: 1px dashed #365398;
        color: #365398;
        font-weight: bold;
      }
      #comment-component-text img {
        max-width: 100%;
        line-height: 1;
        display: inline-block;
        border-radius: 50%;
      }
      #comment-component-text .comment {
        transition: height, opacity 1000ms ease-in-out;
        overflow: hidden;
      }
      #comment-component-text .firstComment,
      #comment-component-text .newComment {
        display: none;
        opacity: 0;
        max-height: 0;
      }
      #comment-component-text .txt-content {
        width: 100%;
        min-height: 40px;
        display: block;
        margin: 15px 0;
        padding: 10px;
        resize: none;
        border: 1px solid #ddd;
        box-sizing: border-box;
        font-family: Arial, sans-serif;
      }
      #comment-component-text .txt-cmt {
        display: flex;
        align-items: flex-start;
        padding: 10px 0;
        margin: 0 -5px;
      }
      #comment-component-text .txt-cmt .form-comment__img {
        padding: 0 5px;
        width: 80px;
      }
      #comment-component-text .your-name {
        border: 1px solid #ddd;
        padding: 5px 10px;
        width: auto !important;
        margin-bottom: 0;
        font-family: Arial, sans-serif;
      }
      #comment-component-text .form-comment__content {
        width: 100%;
        padding: 0 5px;
      }
      #comment-component-text .comment {
        border-bottom: 1px dashed #ccc;
        display: flex;
        align-items: flex-start;
        padding: 15px 0;
        margin: 0 -10px;
      }
      #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;
        display: inline-block;
      }
      #comment-component-text .comment__image {
        flex-grow: 0;
        padding: 0 10px;
        width: 70px;
        height: 50px;
        border-radius: 50%;
      }
      #comment-component-text .comm__content__img {
        display: flex;
        align-items: center;
      }
      #comment-component-text .comment .comment__text {
        margin: 8px 0;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 400;
      }
      #comment-component-text .comment .comment__text img {
        display: block;
        margin: 8px 0 0;
        border-radius: 0 !important;
        display: block;
        width: 100%;
        max-width: 400px;
      }
      #comment-component-text .comment__details {
        font-size: 12px;
        color: #365398;
        line-height: 1.4;
      }
      #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;
        /* transform: translateY(-2px); */
      }

      #comment-component-text .comment__time {
        color: rgb(158, 158, 158);
        font-size: 11px;
        line-height: 1.4;
        cursor: normal;
      }
      #comment-component-text .add-comment-button {
        background-color: #4267b2;
        border-color: 1px solid #4267b2;
        border: none;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        padding: 0 8px;
        line-height: 22px;
        cursor: pointer;
        font-weight: bold;
      }
      #comment-component-text .reply {
        padding-left: 65px;
      }

      /* RTL */

      #comment-component-text.rtl {
        direction: rtl;
        text-align: right;
      }

      #comment-component-text.rtl .comment__content .comment__name {
        text-align: right;
        text-align-last: right;
      }
      .comment__name > a {
        color: #365398 !important;
        text-decoration: none;
      }
      #comment-component-text.rtl .reply {
        padding-right: 65px;
        padding-left: 0;
      }
      .comments__like {
        cursor: pointer;
      }
      .comment-img img,
      .comment__details img {
        border-radius: 0 !important;
      }

      .apply {
        padding-left: 60px !important;
    }

    .special-btn {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      background-color: red;
      padding: 20px 20px !important;
      border-radius: 10px;
      font-weight: 900;
      box-shadow: 0px 0px 8px 1px #6e6e6e;
      margin-top: 20px !important;
    }
    .pulse {
      animation: pulse 2s infinite;
    }
  
    @keyframes pulse {
      0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
      }
    
      50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
      }
    
      100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
      }
    }

    .time_site {
      padding-left: 20px;
      margin: 20px 0 !important;
      display: block;
    }

    .site-box {
      text-align: left;
      padding: 20px 20px 10px 40px!important;
      border: 0;
      box-sizing: border-box;
      box-shadow: none;
      border-radius: 0;
      margin-bottom: 25px;
      background: #faf1f1;
    }


  .effects ul {
      list-style-type: none;
  }
  .site-box  li {
      display: block;
      margin-bottom: 0px;
      position: relative;
    padding: 0px 0 0px 20px;
  }
  .site-box  li::before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      left: -15px;
      top: 3px;
      background: url(../images/check_red.png) center center no-repeat;
      background-size: contain;
  }

  .site-garant {
    padding: 20px;
    background: #fff8e0;
    border: 0;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 100px;
  }

  .site-garant img {
    display: table;
    width: 130px; 
    margin: -100px auto 10px; 
  }

  .red-link {
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    color: red!important;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 700;
    max-width: 80%;
    margin: 20px auto;
    margin-bottom: 30px;
    font-family: "Helvetica Neue", sans-serif;
  }
  .red-link:hover {
    text-decoration: underline;
  }
  .red-link::after {
    display: inline-block;
    -webkit-animation: dotty steps(1, end) 2s infinite;
    animation: dotty steps(1, end) 2s infinite;
    content: '';
    position: absolute;
    margin-left: 10px;
  }
  @keyframes dotty {
    0% {
      content: '';
    }
    25% {
      content: '>';
    }
    50% {
      content: '>>';
    }
    75% {
      content: '>>>';
    }
    100% {
      content: '';
    }
  }

  .orieta {
    padding-left: 80px !important;
    margin-left: 15px !important;
    background-image: url(../images/orieta.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 65px 65px;
  }

  @media(max-width: 992px) {
    .nobold {
      font-size: 20px !important;
      line-height: 1.3 !important;
    }
  }



  @media (max-width: 480px) {
    .orieta {
      background-position: top 15px left;
    }
  }


  .nobold {
    font-weight: normal !important;
  }

  .margnone {
    margin: 10px 0 !important;
  }