/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  font-family: 'HelveticaNeueCyr';
}
.header-logo {
  font-weight: 550;
  font-size: 48px;
  color: #FFFFFF;
  text-decoration: none;
}
.write-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  padding: 5px 25px 5px 15px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.write-button img {
  margin-right: 11px;
  width: 17px;
}
.write-button:hover {
  -webkit-box-shadow: 0 0 2px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 2px 5px rgba(255, 255, 255, 0.5);
}
.login-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  padding: 5px 25px 5px 15px;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.login-button:hover {
  -webkit-box-shadow: 0 0 2px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 2px 5px rgba(255, 255, 255, 0.5);
}
.login-button img {
  margin-right: 11px;
}
.addComment-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0px 15px 0px 15px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #DA5555;
  border-radius: 5px;
  border: 2px solid #DA5555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.addComment-button:hover {
  background-color: transparent;
  color: #DA5555;
}
.addComment-button img {
  margin-right: 11px;
}
h1 {
  margin-bottom: 65px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #000000;
}
h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  margin-bottom: 40px;
}
h3 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}
p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.search__bar{
  width: 100%;
  max-width: 970px;
  margin: 0 auto 100px;
}
.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-bar input {
  font-size: 24px;
  line-height: 1;
  color: #000;
  background: #FFFFFF;
  border: 2px solid #C4C4C4;
  border-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  height: 60px;
  padding: 5px 15px 5px 65px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url('../img/search.svg');
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 100%;
}
.search-bar input::-webkit-input-placeholder {
  color: #C4C4C4;
}
.search-bar input:-ms-input-placeholder {
  color: #C4C4C4;
}
.search-bar input::-ms-input-placeholder {
  color: #C4C4C4;
}
.search-bar input::placeholder {
  color: #C4C4C4;
}
.search-bar button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #DA5555;
  border-radius: 0px 5px 5px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  height: 60px;
  cursor: pointer;
  border: 2px solid #DA5555;
}
.search-bar button:hover {
  background-color: transparent;
  color: #DA5555;
}
.search-bar button img {
  width: 20px;
  display: none;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.showMoreReviews-btn {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  display: inline-block;
}
.back-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-bottom: 25px;
}
.back-link:hover {
  text-decoration: underline;
}
.back-link img {
  margin-right: 5px;
  margin-bottom: 2px;
  width: 11px;
}
.form-addComment {
  margin-bottom: 30px;
}
.form-addComment input,.dropdown-default {
  background: #FFFFFF;
  border: 1px solid #949494;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  padding: 12px 20px;
  width: 100%;
  font-family: 'HelveticaNeueCyr';
  margin-bottom: 30px;
}
.dropdown-default{
  color: #949494;
}
.form-addComment input::-webkit-input-placeholder {
  color: #949494;
  opacity: 1;
  font-weight: 300;
}
.form-addComment input:-ms-input-placeholder {
  color: #949494;
  opacity: 1;
  font-weight: 300;
}
.form-addComment input::-ms-input-placeholder {
  color: #949494;
  opacity: 1;
  font-weight: 300;
}
.form-addComment input::placeholder {
  color: #949494;
  opacity: 1;
  font-weight: 300;
}
.form-addComment textarea {
  background: #FFFFFF;
  border: 1px solid #949494;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  padding: 18px 20px;
  width: 100%;
  font-family: 'HelveticaNeueCyr';
  margin-bottom: 35px;
}
.form-addComment textarea::-webkit-input-placeholder {
  color: #949494;
  opacity: 1;
  font-weight: 300;
}
.form-addComment textarea:-ms-input-placeholder {
  color: #949494;
  opacity: 1;
  font-weight: 300;
}
.form-addComment textarea::-ms-input-placeholder {
  color: #949494;
  opacity: 1;
  font-weight: 300;
}
.form-addComment textarea::placeholder {
  color: #949494;
  opacity: 1;
  font-weight: 300;
}
.form-addComment .textarea-discr {
  font-size: 20px;
  line-height: 1.2;
  color: #949494;
  font-weight: 400;
  margin-bottom: 10px;
}
.form-addComment button {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  height: 40px;
  width: 180px;
  padding: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DA5555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin-right: 20px;
  border: 2px solid #DA5555;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form-addComment button:hover {
  background-color: transparent;
  color: #DA5555;
}
.form-addComment .cancel-btn {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  height: 40px;
  width: 180px;
  padding: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #949494;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form-addComment .cancel-btn:hover {
  border-color: #DA5555;
  color: #DA5555;
}
.star-rating {
  float: left;
  margin-top: 15px;
}
.star-rating label {
  width: 50px;
  height: 50px;
  background-image: url('../img/star-f_gray.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  float: right;
  margin-right: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.star-rating input {
  float: right;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -9999;
}
.star-rating .rating:not(:checked) > label:hover,
.star-rating .rating:not(:checked) > label:hover ~ label {
  background-image: url('../img/star-f_yellow.svg');
}
.star-rating .rating > input:checked ~ label {
  background-image: url('../img/star-f_yellow.svg');
}
.form-newReview {
  margin-bottom: 65px;
}
header {
  background: #3570B6;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 20px 0;
  margin-bottom: 90px;
}
header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-content__btns {
  margin-left: auto;
}
header .header-content .login-button {
  margin-left: 28px;
}
.tabs.reviews {
  margin-bottom: 10px;
}
.tabs.reviews .tabs__caption {
  display: block;
  margin-bottom: 30px;
}
.tabs.reviews .tabs__caption li{
  display: inline-block;
  
}
.tabs.reviews .tabs__caption li a,
.tabs.reviews .tabs__caption li .tab-nav{
  padding: 0;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 28px;
  line-height: 1.2;
  color: #C4C4C4;
  border-bottom: 3px solid transparent;
  margin-right: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tabs.reviews .tabs__caption li a:hover,.tabs.reviews .tabs__caption li .tab-nav:hover {
  color: #000;
}
.tabs.reviews .tabs__caption li a.active,.tabs.reviews .tabs__caption li .tab-nav.active {
  text-decoration: none;
  color: #000;
  border-color: #000;
}
.review {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
  margin-bottom: 30px;
}
.review__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.review__icon {
  width: 70px;
  margin-right: 20px;
}
.review__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 0;
}
.review__company {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-bottom: 5px;
}
.review__rating {
  -ms-flex-item-align: start;
      align-self: start;
}
.review__rating img {
  width: 16px;
}
.review__date {
  font-size: 12px;
  line-height: 1;
  color: #C4C4C4;
  margin-left: 12px;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 3px;
}
.review__name {
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-left: auto;
  padding: 15px 0;
}
.review__body {
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  font-weight: 300;
  margin-bottom: 15px;
}
.review__body p {
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 30px;
}
.review__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review__footer .readAll-btn {
  margin-right: 40px;
}
.review__footer .user-ratings {
  margin-left: auto;
}
.readAll-btn {
  font-size: 18px;
  line-height: 1;
  color: #949494;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.readAll-btn:hover {
  color: #3570B6;
}
.comments-btn {
  font-size: 18px;
  line-height: 1;
  color: #949494;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.comments-btn:hover {
  color: #3570B6;
}
.comments-btn img {
  width: 25px;
  margin-left: 6px;
}
.comments-btn span {
  margin-left: 9px;
}
.user-ratings {
  font-size: 18px;
  line-height: 1;
  color: #949494;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-ratings a {
  font-size: 18px;
  line-height: 1;
  color: #949494;
  text-decoration: none;
  position: relative;
  padding-left: 35px;
  margin-left: 10px;
  margin-right: 10px;
}
.user-ratings a:hover span {
  color: #3570B6;
}
.user-ratings a:last-child {
  margin-right: 0;
}
.user-ratings a img {
  width: 28px;
  position: absolute;
  left: 0;
}
.user-ratings a .like {
  top: -11px;
}
.user-ratings a .dislike {
  top: -2px;
}
.page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-list a,
.page-list span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  margin-right: 15px;
}
.page-list a:hover {
  border-color: #3570B6 !important;
  -webkit-box-shadow: 0 0 5px 2px rgba(53, 112, 182, 0.3);
          box-shadow: 0 0 5px 2px rgba(53, 112, 182, 0.3);
}
.page-list a:last-child,
.page-list span:last-child {
  margin-right: 0;
}
.page-list a:nth-child(-n+2),
.page-list span:nth-child(-n+2) {
  border-color: #000;
}
.page-list a:nth-last-child(-n+2),
.page-list span:nth-last-child(-n+2) {
  border-color: #000;
}
.page-list span.active {
  border: 1px solid transparent;
}
.nav-reviews {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.nav-reviews .showMoreReviews-btn {
  margin-bottom: 45px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav-reviews .showMoreReviews-btn:hover {
  color: #3570B6;
}
.text {
  margin-top: 25px;
  margin-bottom: 65px;
}
.text h2 {
  margin-bottom: 20px;
}
footer {
  padding: 5px 0 0px 0;
  background-color: #F0F0F0;
}
footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #C4C4C4;
}
footer .footer-nav a {
  font-size: 18px;
  color: #000;
  margin: 5px 50px;
  text-decoration: none;
}
footer .footer-nav a:hover {
  text-decoration: underline;
}
footer .footer-copy {
  padding: 20px 0;
  font-size: 18px;
  color: #000;
  text-align: center;
}
footer .footer-copy img {
  width: 12px;
  margin: 0 8px;
}
.comments {
  margin-bottom: 50px;
}
.comments h2 {
  margin-bottom: 25px;
}
.comments .addComment-button {
  margin-bottom: 55px;
}
.showRules_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.showRules_wr h2{
  font-weight: 500;}
.showRules-btn {
  width: 40px;
  height: 40px;
  display: none;
}
.showRules-btn img {
  width: 100%;
}
.comment {
  margin-bottom: 10px;
}
.comment__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}
.comment__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  background: #556080;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  margin-right: 10px;
}
.comment__avatar img {
  width: 65%;
}
.comment__username {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-right: 30px;
}
.comment__date {
  font-size: 16px;
  font-weight: 300;
  color: #949494;
}
.comment__text {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 1.2;
  max-width: 1000px;
  margin-bottom: 20px;
}
.comment__reply {
  font-size: 15px;
  font-weight: 400;
  color: #DA5555;
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}
.comment__answer {
  padding: 25px 0 25px 35px;
  border-left: 0.5px solid #949494;
  margin-left: 7px;
}
.comment__show-answer {
  height: 14px;
  font-size: 16px;
  color: #000;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
  margin-bottom: 4px;
}
.comment__show-answer:hover {
  text-decoration: underline;
}
.comment__show-answer:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  display: inline-block;
  background-image: url('../img/plus.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.comment__show-answer.show:before {
  background-image: url('../img/minus.svg');
}
.comment .form-addComment {
  max-width: 674px;
  display: none;
}
.comment .comment__answer {
  display: none;
}
.commenting-rules {
  height: 300px;
  padding: 15px 30px;
  background: #FFF9DA;
  overflow-y: scroll;
}
.commenting-rules::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  background: #FFF9DA;
}
.commenting-rules::-webkit-scrollbar-button {
  display: none;
}
.commenting-rules::-webkit-scrollbar-track {
  background-color: #999;
}
.commenting-rules::-webkit-scrollbar-track-piece {
  background: #FFF9DA;
}
.commenting-rules::-webkit-scrollbar-thumb {
  height: 76px;
  width: 6px;
  background: #949494;
  border-radius: 3px;
}
.commenting-rules::-webkit-scrollbar-corner {
  background-color: #999;
}
.commenting-rules::-webkit-resizer {
  background-color: #666;
}
.commenting-rules__title {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}
.commenting-rules__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
}
.addCommentWr {
  display: none;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1199px) {
  .form-addComment button {
    font-size: 18px;
  }
  .form-addComment .cancel-btn {
    font-size: 18px;
  }
  .commenting-rules__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
  .tabs.reviews .tabs__caption li {
    font-size: 22px;
  }
  .review__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review__footer .readAll-btn {
    margin-bottom: 20px;
  }
  .review__footer .comments-btn {
    margin-bottom: 20px;
  }
  .review__footer .user-ratings {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    font-size: 24px;
  }
  .search-bar input {
    font-size: 18px;
    background-size: 20px;
    background-position: 15px center;
    padding-left: 50px;
  }
  .search-bar button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    font-size: 18px;
  }
  .tabs.reviews .tabs__caption li {
    font-size: 16px;
  }
  .review__body {
    font-size: 16px;
  }
  .review__body p {
    font-size: 16px;
  }
  .commenting-rules {
    height: auto;
    margin-bottom: 30px;
    display: none;
  }
  .comment__text {
    font-size: 16px;
  }
  .showRules-btn.show {
    display: block;
  }
  .form-addComment input {
    font-size: 16px;
  }
  .form-addComment textarea {
    font-size: 16px;
  }
  .form-addComment button {
    font-size: 16px;
    height: 40px;
  }
  .form-addComment .cancel-btn {
    font-size: 16px;
    height: 40px;
  }
  .star-rating {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  p {
    font-size: 16px;
  }
  header {
    margin-bottom: 20px;
  }
  header .header-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-content .header-logo {
    margin-bottom: 0px;
    font-size: 32px;
  }
  header .header-content__btns {
    text-align: center;
  }
  header .header-content .write-button {
    width: 43px;
    margin-bottom: 0px;
    padding: 0;
  }
  header .header-content .write-button img {
    margin-right: 0;
  }
  header .header-content .write-button span {
    display: none;
  }
  header .header-content .login-button {
    width: 43px;
    margin-left: 10px;
    padding: 0;
  }
  header .header-content .login-button img {
    margin-right: 0;
  }
  header .header-content .login-button span {
    display: none;
  }
  .search__bar {
    margin-bottom: 20px;
  }
  .search-bar input {
    background-image: none;
    padding: 15px;
    font-size: 14px;
    height: 50px;
  }
  .search-bar button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px;
  }
  .search-bar button span {
    display: none;
  }
  .search-bar button img {
    display: block;
  }
  .tabs.reviews .tabs__caption {
    width: 300px;
    height: 25px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tabs.reviews .tabs__caption li {
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .review {
    padding: 20px;
  }
  .review__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review__name {
    display: none;
  }
  .review__name.show-mob {
    display: block;
    width: 100%;
  }
  .review__icon {
    margin-right: 10px;
    width: auto;
    text-align: center;
  }
  .review__icon img {
    display: inline-block;
    width: 50px;
  }
  .review__info {
    padding: 10px 0;
    width: calc(100% - 60px);
  }
  .review__company {
    text-align: right;
  }
  .review__rating {
    margin-left: auto;
  }
  .comments-btn {
    font-size: 16px;
  }
  .readAll-btn {
    font-size: 16px;
  }
  .user-ratings {
    font-size: 16px;
  }
  .user-ratings a {
    font-size: 16px;
  }
  .page-list a:nth-child(3),
  .page-list a:nth-child(4),
  .page-list a:nth-child(8) {
    display: none;
  }
  .text {
    margin-bottom: 20px;
    margin-top: 0;
  }
  footer .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-nav a {
    text-align: center;
  }
  .form-addComment input {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .form-addComment textarea {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .form-addComment button {
    width: 49%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .form-addComment .formgroup-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-addComment .cancel-btn {
    width: 49%;
    margin-bottom: 10px;
  }
  .comment__answer {
    padding-left: 15px;
  }
  .star-rating label {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .page-list {
    display: none;
  }
  .nav-reviews .showMoreReviews-btn {
    margin-bottom: 0;
  }
  .showRules-btn {
    width: 25px;
    height: 25px;
  }
  .showRules_wr {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 340px) {
  h1 {
    font-size: 18px;
  }
}
button{
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
header{margin-bottom: 65px;}
.title-search-result{background-color: #fff;padding: 30px;z-index: 90;-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);display: none;}
.bx_item_block.all_result{text-align: center;}
.bx_item_block.all_result a {font-size: 18px;color: #000;text-decoration: none;border-bottom: 1px dashed #000;display: inline-block;}
.review-comments .comment {margin-bottom: 50px;}
.write-button{background-color: #90CE76;color: #fff;}
.write-button:hover{-webkit-box-shadow: 0 0 5px rgba(255,255,255,.5);box-shadow: 0 0 5px rgba(255,255,255,.5);}
.title{margin-bottom: 15px;width: 100%;font-weight: bold;font-size: 38px;line-height: 1.3;text-align: center;color: #000000;}
.title h1, .title h2, .title h3, .title h4{margin-bottom: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.subtitile{margin-bottom: 40px;text-align: center;width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;font-size: 20px;line-height: 1.2;color: #919191;}
.subtitile p{font-size: inherit;
  line-height: inherit;}
.bx_searche .review{background: none;-webkit-box-shadow: none;box-shadow: none;
  padding: 0;}
.review{-webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);box-shadow: 0 0 20px rgba(0,0,0,.07);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.review:hover{-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);box-shadow: 0 0 20px rgba(0,0,0,.2);}
.review__company{margin-bottom: 10px;font-weight: 500;}
.review__name{color: #949494;}
.comments-btn img.color{display: none;}
.comments-btn:hover img{display: none;}
.comments-btn:hover img.color{display: block;}
.tab-content .content-item{display: none;}
.tab-content .content-item.new{display: block;}
.review-categories {
  background-color: #fafafa;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 30px;
  box-shadow: inset 0 1px 20px rgba(0, 0, 0, 0.05);-webkit-box-shadow: inset 0 1px 20px rgba(0, 0, 0, 0.05);
}
.review-categories .block-title{
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #000000;
}
.review-categories .col-lg-3{
  margin-bottom: 20px;}
.review-categories .category-link{
  text-decoration: none;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}
.review-categories .category-link .count{
  color: #919191;}
.form-newReview{
  margin-bottom: 0;}
.form-addComment .formgroup-btn{
  margin-bottom: 65px;
  margin-top: 30px;}
.commenting-rules__title{
  margin-bottom: 30px;}
.commenting-rules{
  height: auto;
  max-height: 300px;
  overflow-y: auto;
}
.commenting-rules_email{
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.commenting-rules_email span{
  font-weight: 500;
}
.commenting-rules_email a {
  color: #000;
}
.commenting-rules_text{
  font-size: 16px;
  line-height: 1.2;
}
.commenting-rules_text p{
  font-size: inherit;
  line-height: inherit;
}
.commenting-rules_text p:last-child {
  margin-bottom: 0;
}
.formgroup{
  position: relative;
}
.formgroup .error-mess {
  position: absolute;
  bottom: 12px;
  left: 0;
  color: #f00;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.formgroup.select .error-mess {
  bottom: -20px;
}
.formgroup.error .error-mess{
  opacity: 1;
}
.formgroup.error input, .formgroup.error textarea, .formgroup.error .dropdown-default{
  border: 2px solid #f00;
}
.relative{
  position: relative;
}
.success-message {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: green;
}
.page-text{
  margin-bottom: 65px;
}
.review .review__body {
  display: flex;
}
.review-text {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 50px;
}
.review__body-label {
  font-weight: 500;
  font-size: 20px;
  padding-right: 16px;
}
.review__body-label.general{
  max-width: 82px;
  flex: 0 0 82px;
}
.review__body-content{
  flex-grow: 1;
  margin-bottom: 30px;
}
.review-data_item{
  display: flex;
  margin-bottom: 30px;
}
.review-data_item:last-child{
  margin-bottom: 0;
}
.review-data_item .review__body-label{
  max-width: 194px;
  flex: 0 0 194px;
}
.mb-35{
  margin-bottom: 35px;
}
.formgroup select{
  display: none;
}
.form-addComment input,.form-addComment textarea,.dropdown-default{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.masked-select{
  position: relative;
}
.dropdown-default{
  cursor: pointer;
}
.dropdown-default.selected{
  color: #000;
}
.dropdown-default::after{
  position: absolute;
  right: 16px;
  top: 16px;
  width: 22px;
  height: 12px;
  display: block;
  content: '';
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background: url(../img/arrow-down.svg) center no-repeat;
}
.dropdown-default.open::after{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.masked-select .select-dropdown{
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  display: none;
  background-color: #fff;
  z-index: 2;
  border: 1px solid #949494;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.masked-select .select-dropdown .dropdown-inner {
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 300px;
  overflow-y: auto;
}
.dropdown-item {
  color: #949494;
  font-size: 18px;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.dropdown-item:hover{
  background-color: rgba(0,0,0,.1);
}
.tabs.reviews .tabs__caption li:last-child .tab-nav{
  margin-right: 0;
}
.error-404{
  padding-top: 100px;
  margin-bottom: 150px;
}
.error-404 .title{
  font-size: 100px;
}
.error-404 .subtitle {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
.error-404 .buttons {
  text-align: center;
}
.error-404 .buttons a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  display: inline-block;
}
.project-support {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  color: #000;
  background-color: yellow;
  box-shadow: 1px 1px 10px rgba(227,233,234,.95);
  -webkit-box-shadow: 1px 1px 10px rgba(227,233,234,.95);
}
.project-support img{
  width: 26px;
}
@media (max-width: 767px) {
  .search__bar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-bar button {
    text-indent: -9999px;
  }
  .title-search-result{
    padding: 15px;
    left: 15px !important;
    right: 15px;
    width: auto !important;
  }
  .bx_searche .bx_img_element{
    display: none;
  }
  .bx_searche .bx_item_element{
    padding-left: 0;
  }
  .tabs.reviews .tabs__caption{
    width: auto;
    height: auto;
    overflow: visible;
    white-space: normal;
  }
  .tabs.reviews .tabs__caption li {
    margin-right: 0;
  }
  .tabs.reviews .tabs__caption li .tab-nav {
    margin-right: 10px;
    font-size: 18px;
  }
  .review__company{
    text-align: left;
  }
  .review__rating{
    margin-left: 0;
  }
  footer .footer-nav a {
    font-size: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .review .review__body{
    display: block;
  }
  .review-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .review-data_item {
    display: block;
  }
  .review-data_item .review__body-label {
    max-width: 100%;
    padding-right: 0;
    font-size: 18px;
  }
  .formgroup .error-mess {
    bottom: 2px;
  }
  .dropdown-default, .dropdown-item {
    font-size: 16px;
  }
  .error-404{
    padding-top: 50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .title, .subtitile {
    padding-left: 15px;
    padding-right: 15px;
  }
}