/* .comment__time {
   font-size: 0.8rem !important;
   color: #919191;
}

.comm_content img {
   margin-top: 10px;
}

.comments {
   margin: 20px 0 0 0;
}

.comments .review {
   border-bottom: 1px solid #ddd;
   font-weight: 600;
}

.comm {
   padding: 15px 0;
   border-bottom: 1px solid #ddd;
}

.reply {
   margin-left: 25px;
}

.comm .ava {
   display: inline-block;
   vertical-align: top;
   width: 60px;
   margin: 0 10px 0 0;
}

.comm .comm_content {
   display: inline-block;
   vertical-align: top;
   width: calc(100% - 75px);
}

.comm .comm_content img {
   max-width: 400px;
   width: 100%;
   display: block;
}

.comm .namecomm {
   font-weight: 700;
   color: #4a86e8;
}

.comm .namecomm {
   padding: 0 !important;
}

.btn {
   box-shadow: 0px 1px 0px 0px rgb(245 151 142) inset;
   background: #f24537;
   border-radius: 3px;
   border: 1px solid #d02718;
   display: inline-block;
   max-width: 100%;
   cursor: pointer;
   color: #fff;
   font-family: Arial;
   font-size: 24px;
   font-weight: 500;
   padding: 10px 21px 10px 21px;
   text-decoration: none;
   text-shadow: 0px 1px 0px rgb(129 14 5);
   margin-top: 25px;
   transition: 0.2s;
   line-height: 30px;
   font-family: roboto\condensed;
   font-size: 26px;
   font-weight: 600;
}

.btn:hover {
   text-decoration: none;
   background-color: #f5882d;
}

.pulse {
   -webkit-animation: 1s pulse infinite alternate ease-in-out;
   animation: 1s pulse infinite alternate ease-in-out;
}

@-webkit-keyframes pulse {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   100% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
   }
}

@keyframes pulse {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   100% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
   }
}

a {
   font: inherit;
   color: inherit;
   line-height: inherit;
   text-transform: inherit;
   text-shadow: inherit;
   border: none;
   background: none;
   box-shadow: none;
   border-radius: 0;
   margin: 0;
   padding: 0;
} */

.btn-green {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
  }
  
  .btn-green:hover {
    background-color: #218838;
    border-color: #1e7e34;
  }
  
  .comments {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0;
      margin-top: 20px;
      background: #fff;
  }
  
  .comments-btn-block {
      position: absolute;
      width: 50px;
      height: 100%;
      right: 0;
  }
  
  .comments__btn-up {
      position: absolute;
      top: 65vh;
      display: block;
      width: 50px;
      height: 50px;
      padding: 16px;
      margin-bottom: 160px;
      cursor: pointer;
      background-color: #fff;
      text-align: center;
      -webkit-box-shadow: 0 2px 12px 0 rgba(71, 75, 105, 0.15);
      box-shadow: 0 2px 12px 0 rgba(71, 75, 105, 0.15);
      z-index: 890;
  }
  
  .comments__btn-up svg {
      position: relative;
      top: -4px;
  }
  
  .comments__count {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
  }
  
  .comments .comment-bubble {
      opacity: 1;
      -webkit-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out;
  }
  
  .comments .comments-btns {
      margin: 15px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 40px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  
  .comments .comments-choose {
      top: 40px;
      z-index: 895;
      width: 40%;
      background-color: #f5f7fa;
      border: 1px solid #e2e7ec;
      border-radius: 2px;
  }
  
  .comments .comments-choose__btn {
      height: 38px;
      line-height: 19px;
      width: 100%;
      border: 0;
      border-radius: 2px;
      background-color: #f5f7fa;
      cursor: pointer;
      text-align: center;
      outline: 0;
      -webkit-transition: background-color 0.15s ease-out;
      transition: background-color 0.15s ease-out;
  }
  
  .comments .comments-choose__btn:hover {
      background-color: #e2e7ec;
  }
  
  .comments .comments-choose__btn-name {
      font-size: 12px;
  }
  
  .comments .comments-choose__btn-name::after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 7px;
      margin-left: 5px;
      background-image: url("../img/f3024a0e57ec34cd77b48546a0531850c58a08cd.svg");
      background-repeat: no-repeat;
      background-position: 50%;
  }
  
  .comments .comments-toggle {
      width: 55%;
      z-index: 890;
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      color: #8899a7;
      text-align: center;
      cursor: pointer;
      -webkit-transition: background-color 0.15s ease-out;
      transition: background-color 0.15s ease-out;
      background-color: #f5f7fa;
      outline: 0;
      border-radius: 2px;
  }
  
  .comments .comments-toggle:hover {
      background-color: #e2e7ec;
  }
  
  .comments .comments-list {
      display: none;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #8899a7;
      font-size: 12px;
      text-align: left;
      z-index: 890;
  }
  
  .comments .comments-list__border {
      width: 75%;
      height: 1px;
      margin: 0 auto;
      background-color: #e2e7ec;
  }
  
  .comments .comments-list__item {
      padding: 10px 0 6px calc(50% - 43px);
      cursor: pointer;
      -webkit-transition: background-color 0.15s ease-out;
      transition: background-color 0.15s ease-out;
  }
  
  .comments .comments-list__item:hover {
      background-color: #e2e7ec;
  }
  
  .comments .comments-list__item:last-child {
      padding-bottom: 10px;
  }
  
  .comments .comments-list__item_chosen::after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 7px;
      margin-left: 5px;
      background-image: url("../img/108f29d027c80bb7324e2d98366ad740602d5d96.svg");
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .comments .comments-chat {
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }
  
  .comments .comments-user {
      height: 40px;
      overflow: hidden;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      top: -2px;
  }
  
  .comments .comments-avatar {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      width: 30px;
      height: 30px;
      margin-left: 8px;
      margin-top: 2px;
      margin-right: 2px;
      text-align: center;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 30px;
      border-radius: 50%;
      background-color: #f5f7fa;
  }
  
  .comments .comments-avatar_grey {
      margin-left: 0;
      margin-right: 8px;
  }
  
  .comments .comments-avatar_form {
      margin-left: 0;
      margin-right: 8px;
  }
  
  .comments .comments-avatar_unauthorized {
      background-image: url("../img/92ce419d306134ddb2b2b207dcf1862d5a7070db.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 11px;
  }
  
  .comments .comments-message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 15px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
  
  .comments .comments-message_grey {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
  }
  
  .comments .comments-field {
      position: relative;
      width: 88%;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding: 15px;
      border: 1px solid #e2e7ec;
      border-radius: 12px;
  }
  
  .comments .comments-field__txt {
      display: block;
      margin: 5px 0 0;
      font-size: 15px;
      text-align: left;
      font-weight: 400;
      word-break: break-word;
      overflow-wrap: break-word;
      line-height: 1.42857;
  }
  
  .comments .comments-field__txt p {
      margin: 0;
  }
  
  .comments .comments-field__image {
      text-align: left;
      margin-top: 5px;
  }
  
  .comments .comments-field__image-load {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 200px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  
  .comments .comments-field__image-load .spinner-inner {
      display: block;
  }
  
  .comments .comments-field_grey {
      background-color: #f5f7fa;
      border-color: #f5f7fa;
  }
  
  .comments .comments-like {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      font-size: 14px;
      opacity: 0.9;
      color: #8899a7;
      cursor: pointer;
  }
  
  .comments .comments-like:hover {
      color: #3968a3;
  }
  
  .comments .comments-like__count {
      padding-left: 5px;
  }
  
  .comments .comments-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
  }
  
  .comments .comments-flex__name {
      margin: 0;
      margin-right: 10px;
      font-size: 16px;
      font-weight: bold;
      text-align: left;
  }
  
  .comments .comments-flex__date {
      font-size: 12px;
      font-weight: 400;
      color: #8899a7;
      text-align: right;
      opacity: 0.6;
  }
  
  .comments .comments-flex__answer {
      border-bottom: 1px transparent solid;
      font-size: 12px;
      font-weight: 400;
      color: #8899a7;
      line-height: 22px;
      cursor: pointer;
      -webkit-transition: border-color 0.15s ease-out;
      transition: border-color 0.15s ease-out;
  }
  
  .comments .comments-flex__answer::after {
      content: "";
      display: inline-block;
      height: 8px;
      width: 16px;
      margin-left: 5px;
      background-image: url("../img/001273bf6ab0e4b31f2982548c7caab159327b07.svg");
      background-repeat: no-repeat;
      background-position: 50%;
  }
  
  .comments .comments-flex__answer:hover {
      border-color: #e2e7ec;
  }
  
  .comments .comments-form {
      position: relative;
      z-index: 1;
      max-width: 660px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      border-top: 1px solid transparent;
      -webkit-transition: -webkit-transform 0.15s;
      transition: -webkit-transform 0.15s;
      transition: transform 0.15s;
      transition: transform 0.15s, -webkit-transform 0.15s;
  }
  
  .comments .comments-form__unauthorized {
      padding: 15px;
      font-size: 14px;
      color: #8899a7;
      text-align: center;
      background: #f5f7fa;
      border-radius: 12px;
      cursor: pointer;
  }
  
  .comments .comments-form_unauthorized {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      padding: 0;
  }
  
  .comments-form-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  
  .comments-form-header_unauthorized {
      display: none;
  }
  
  .comments-toggle-md {
      display: none;
  }
  
  @media (min-width: 980px) {
      .comments:not(.comments_forever-small) {
          margin: 0 auto;
      }
  
      .comments:not(.comments_forever-small) .comments-user {
          height: 60px;
          position: relative;
          top: -2px;
      }
  
      .comments:not(.comments_forever-small) .comments-toggle {
          width: 100%;
          font-size: 14px;
      }
  
      .comments:not(.comments_forever-small) .comments-toggle-md {
          position: relative;
          width: 100%;
          margin: 20px 0;
          text-align: center;
      }
  
      .comments:not(.comments_forever-small) .comments-flex_top {
          margin-top: 30px;
      }
  
      .comments:not(.comments_forever-small) .comments-choose {
          position: absolute;
          right: 0;
          top: 30px;
          width: 115px;
          margin: 0;
      }
  
      .comments:not(.comments_forever-small) .comments-choose__btn {
          height: 30px;
          line-height: 15px;
      }
  
      .comments:not(.comments_forever-small) .comments-field__txt {
          font-size: 16px;
      }
  
      .comments:not(.comments_forever-small) .comments-avatar {
          height: 50px;
          width: 50px;
          margin-right: 2px;
          margin-top: 2px;
          margin-left: 15px;
          line-height: 50px;
          font-size: 16px;
      }
  
      .comments:not(.comments_forever-small) .comments-avatar_grey {
          margin: 0;
          margin-right: 15px;
      }
  
      .comments:not(.comments_forever-small) .comments-avatar_form {
          position: absolute;
          margin: 0;
      }
  
      .comments:not(.comments_forever-small) .comments-avatar_unauthorized {
          background-image: url("../img/92ce419d306134ddb2b2b207dcf1862d5a7070db.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 20px;
      }
  
      .comments:not(.comments_forever-small) .comments-form {
          position: relative;
      }
  
      .comments:not(.comments_forever-small) .comments-form__unauthorized {
          width: calc(100% - 135px);
          margin-left: 65px;
      }
  
      .comments:not(.comments_forever-small) .comments-form-header {
          display: none;
      }
  
      .comments:not(.comments_forever-small) .comments-flex {
          line-height: 22px;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      }
  
      .comments:not(.comments_forever-small) .comments-flex__date {
          font-size: 14px;
      }
  
      .comments:not(.comments_forever-small) .comments-flex__answer {
          font-size: 14px;
      }
  
      .comments:not(.comments_forever-small) .comments-btns {
          display: none;
      }
  
      .comments:not(.comments_forever-small) .comments-toggle-md {
          display: block;
      }
  }