.review-status {
  font-size: 10px;
    color: #777777;
  display: block!important;
}
#review-all{
  margin-left: 10px;
}

a.new-review {
    padding: 15px 20px;
    border: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 180px;
    text-align: center;
    display: block;
    color:#fff;
    background-color: #000;
}
a.new-review:hover {

  border: 1px solid #00AD9F;
  color:#fff;
  background-color: #00AD9F;
}

div.new-review-form label {
    font-weight: 500;
  font-size: 14px;
}

div.new-review-form {
    display:none;
    padding:20px;
    background: #f9f9f9;
}
  .new-review-form h3{
    padding:0px;
    margin: 0px;
  }
  .new-review-form .row .form-input{
      display: block;
  }
  .new-review-form .form-input {
    display: inline-block;
    padding: 15px 10px 0px 0px;
  }
   .new-review-form .form-input select,  .new-review-form .form-input input,  .new-review-form .form-input textarea{
      width: 100%;
      height: 30px;
      padding: 5px 10px;
   }
   .new-review-form .form-input textarea{
      min-height: 100px;
   }
   .new-review-form .form-input input[name="captcha_word"]{
    width: auto;
    display: inline-block;
    margin-top: -15px;
   }
   .new-review-form .form-input  #captchaBlock{
    display: inline-block;
    margin: 15px 0px;
   }
   .new-review-form #reviewFormSubmitButton{
    display: block;
   }
.validate-this .reviewerror {
  border-color: #920000;
}

.validate-this .error-text {
  display: block;
  color: #F44336;
}

div.stars {
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 2px 4px;
  font-size: 22px;
  color: #444;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.modern-page-navigation{
    text-align: center;
}
input.star:checked ~ label.star:before {
  content: '\f005';
  color: #00AD9F;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #00AD9F;
  text-shadow: 0 0 20px #00AD9F;
}

input.star-1:checked ~ label.star:before { color: #00AD9F; }

label.star:hover {
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
    cursor: pointer;
}

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

main .review-block{
  margin: 20px 0px;
  min-height: 150px;
}
.review-block .review-personal-info{
  display: flex;
  align-items: center;
}
  .review-block .review-personal-info>*{
    margin: 5px 0px;
    display: inline-block;
  }
    .review-block .review-personal-info .review-autor{
      width: 100%;
      font-weight: 600;
    }
    .review-block .review-personal-info time{
      width: 100%;
      color:#000;
      font-weight: 300;
      font-size: 14px;
      text-align: right;
      margin-right: 10px;
    }
    .review-block .review-stars{
      display: inline-block;
      position: relative;
      background-color: #bbb;
      margin: 0px;
    }
      .review-block .review-stars img{
        position: relative;
        z-index: 1;
      }
      .review-block .review-stars .bg-active {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        background-color: #00AD9F;
      }
  .review-block .review-item-text{
    min-height: 65px;
    margin: 5px 0px;
  }
  .review-block .review-item-replay{
    font-size: 14px;
  }
    .review-item-replay>.review-item-replay{
      margin-left: 30px;
      font-size: 14px;
    }
    .review-block  .review-item-replays {
      background-color: #f9f9f9;
      padding: 15px;
      font-size: 14px;
    }
      .review-block  .review-item-replays span{
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 12px;
      }
  .review-block .favorite-item>*{
    padding:5px;
  }
  .review-block .favorite-item *{
    display: inline-block;
    vertical-align: middle;
  }
    .review-block .favorite-item .fa{
      font-size: 25px;
      color: #bbb;
      margin-right: 2px;
    }
      .review-block .favorite-item .fa:hover,
        .review-block .favorite-item>*.active .fa{
          cursor: pointer;
          color:#920000;
        }
   .review-block .favorite-item .count{
    font-size: 14px;
   }

.review-item-title {
  font-weight: 600;
  margin: 5px 0px;
}
.btn-close-review {float: right;}

.pers-agreemen input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: middle;
}
.pers-agreemen label {
    display: inline-block;
    width: calc( 100% - 55px );
    vertical-align: middle;
    font-size: 12px!important;
	padding-top: 12px;
}

/*--CAPTCHA--*/
#captchaBlock{position:relative;}
#captchaBlock #whiteBlock{display:none; text-align:center; position:absolute; background-color:#FFF; width:180px; height:40px;}
#captchaBlock #whiteBlock #loaderImg{margin-top:3px;    width: 36px;}


.row_images{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
	.row_images .image{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		height: 100px;
		border: 1px solid #00AD9F;
		border-radius: 7px;
		padding: 10px;
		margin-right: 10px;
	}
		.row_images .image img{
			max-width: 100%;
			max-height: 100%;
		}

.btn.btn-review {
    background: #00AD9F;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 12px 20px;
}
  
