img{
max-width: 100%;
}
.btn__group {
    padding: 10px;
}

.slick-prev:before, .slick-next:before {
  font-size: 26px;
  color: #6e6e6e;
}
.review__stars {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    background-repeat: repeat-x;
    background-position: 0 45%;
    background-size: 25px 25px;
    width: 125px;
    background-image: url("../images/star-inactive.png");
}
.review__stars_fill {
    height: 20px;
    background-repeat: repeat-x;
    background-position: 0 45%;
    background-size: 25px 25px;
    background-image: url("../images/star-active.webp");
    display: block;
}
.person {
    vertical-align: middle;
    padding-right: 6px;
    margin-top: -4px;
    max-height: 18px;
    max-width: 20px !important;
}
.review_count {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    line-height: 21px;
    color: #717171;
    cursor: pointer;
    font-size: 14px;
    margin-right: 6px;

}
.reviewAddBtn {
    cursor: pointer;
}
.labelDotted {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    border-bottom: 1px dashed #b9b9b9;
    font-size: 14px;
}
.review_count:hover {
    color: #000;
}

.reviewAddBtn {
    cursor: pointer;
}


.tabs__text_wrap {
    overflow: hidden;
    padding: 20px;
}
.product__tabs_text {
    font-size: 20px;
    text-align: justify;
}
.item__title {
    position: relative;
    z-index: 2;
    margin: 20px 0 10px;
    color: #000;
    font-size: 24px;
}
.reviewAddButton {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px dashed #3d3c3b;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 4px;
    margin-left: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #3d3c3b;
    text-transform: uppercase;
    cursor: pointer;
}
.review__list {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.tabs__text_wrap .offers__content {
    display: flex;
    flex-direction: column;
    position: relative;
    display: none;
}
.tabs__text_wrap .offersClose {
    background: url(/images/exit2.png) 0 0 no-repeat transparent;
    position: absolute;
    display: block;
    height: 18px;
    width: 18px;
    right: 10px;
    top: 10px;
    cursor: pointer;
        z-index: 2;
}
.tabs__text_wrap .offers__form_title {
    margin: 20px 0;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}
.tabs__text_wrap .offers__form_row {
    margin-bottom: 20px;
}
.tabs__text_wrap .offers__form_row {
    font-size: 18px;
    line-height: 1.2;
}
.tabs__text_wrap .offers__form_line {
    margin-bottom: 8px;
}
.tabs__text_wrap .offers__form_header {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.tabs__text_wrap .offers__form_field {
    position: relative;
}
.tabs__text_wrap input[type=text].offers__input, .tabs__text_wrap textarea[type=text].offers__input {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    resize: none;
    outline: 0;
    position: relative;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
    appearance: none;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    height: 40px;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 3px;
    width: 100%;
}
.tabs__text_wrap input[type=text].offers__input_short {
    width: 280px;
}
.tabs__text_wrap .offers__form_checkbox {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    direction: rtl;
    padding-left: 0;
}
.tabs__text_wrap .checkbox__real {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.tabs__text_wrap input[type=checkbox],.tabs__text_wrap  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.tabs__text_wrap input[type=checkbox], .tabs__text_wrap input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.tabs__text_wrap input[type=checkbox]+label, .tabs__text_wrap input[type=radio]+label {
    cursor: pointer;
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 2px 0 2px 26px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tabs__text_wrap input[type=radio]+label.checkbox__faux {
    background: #fff;
    border-radius: 3px;
    position: relative;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    background: 0 0;
    vertical-align: top;
    cursor: pointer;
    padding-right: 0;
    width: 36px;
    height: 36px;
    top: auto;
    left: auto;
    display: inline-block;
}
.tabs__text_wrap input[type=radio]+label.checkbox__faux:before {
    transition: opacity .2s ease;
    background: 0 0 / 36px 36px no-repeat;
    display: block;
    position: absolute;
    content: '';
    background-image: url(/images/star-active-additional.webp);
    opacity: 0;
    z-index: 1;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
}
.tabs__text_wrap input[type=radio]+label.checkbox__faux:after {
    content: '';
    width: 36px;
    height: 36px;
    background: 0 0 / 36px 36px no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-image: url(/images/star-inactive-additional.svg);
}

.tabs__text_wrap .btn {
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 50px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    transition: background .3s;
    background: #00b147;
    font-size: 18px;
}
.showcase__description_title {
    font-size: 30px;
    font-size: 2vw;
    margin: 20px 0;
    font-family: 'OpenSans-Bold', sans-serif;
}
.showcase__description_title {
    font-size: 30px;
}

.tabs__text_wrap .checkbox__real:checked~.checkbox__faux:before {
    opacity: 1;
}
.dignity {
    font-weight: bold;
    color: green;
}
.limitations {
    font-weight: bold;
    color: red;
}
 .tabs__text_wrap textarea{
max-width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    resize: none;
    outline: 0;
    position: relative;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
    appearance: none;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    height: 40px;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 3px;
    width: 100%;
  }  
@media only screen and (max-width: 570px) {

  .slick-next {
    right: 5px;
}
.slick-prev {
  left: 5px;
  z-index: 1;
}
.good__article {
  width: 100%;
}
.views__top {
  padding: 10px;
}
}


