:root {
  --black: #1e242e;
  --green: #a9ff35;
  --blue: #e5effe;
  --font-family: "Montserrat", sans-serif;
  --second-family: "Open Sans", sans-serif;
  --third-family: "Roboto", sans-serif;
}

.new-reviews {
  background-color: #F1F7FF;
  padding-top: 55px;
}
.new-reviews .dreview_h1 {
  font-family: var(--font-family);
  margin: 0;
  text-align: left;
  padding: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--black);
}
@media (min-width: 768px) {
  .new-reviews .dreview_h1 {
    font-size: 40px;
  }
}
.new-reviews .dreview_h1_block {
  display: block;
}
.new-reviews .rate-container {
  margin-top: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .new-reviews .rate-container {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .new-reviews .rate-container {
    display: flex;
    margin-top: 55px;
  }
}
.new-reviews .rate-container .d-coll.overall-rate {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .new-reviews .rate-container .d-coll.overall-rate {
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .new-reviews .rate-container .d-coll.overall-rate {
    flex-flow: row nowrap;
    gap: 94px;
  }
}
@media (min-width: 992px) {
  .new-reviews .rate-container .d-coll.overall-rate {
    flex: 0 0 59.5%;
    max-width: 59.5%;
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .new-reviews .rate-container .d-coll.overall-rate {
    flex: 0 0 59.5%;
    max-width: 59.5%;
    gap: 94px;
  }
}
.new-reviews .rate-container .d-coll.overall-rate .d-coll.d-coll-35 {
  flex: 0 0 314px;
  max-width: 314px;
  height: 314px;
}
@media (max-width: 768px) {
  .new-reviews .rate-container .d-coll.overall-rate .d-coll.d-coll-35 {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 1350px) and (min-width: 992px) {
  .new-reviews .rate-container .d-coll.overall-rate .d-coll.d-coll-35 {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
.new-reviews .rate-container .d-coll.overall-rate .rate-diagram {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 100px;
  line-height: 314px;
  color: var(--black);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .new-reviews .rate-container .d-coll.overall-rate .rate-diagram {
    width: 200px;
    line-height: 200px;
    font-size: 60px;
    height: 200px;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .new-reviews .rate-container .d-coll.overall-rate .rate-diagram {
    font-size: 60px;
  }
}
.new-reviews .rate-container .d-coll.overall-rate .rate-diagram svg {
  width: 100%;
  height: 100%;
}
.new-reviews .rate-container .d-coll.overall-rate .rate-diagram svg circle:nth-child(2n) {
  stroke: var(--green);
}
@media (min-width: 992px) {
  .new-reviews .rate-container .d-filters {
    flex: 1 0 0;
  }
}
.new-reviews .rate-container .title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  color: #202732;
}
.new-reviews .rate-container .overall-rate .rate-block .rate-stars {
  position: relative;
  height: 40px;
  width: 200px;
  background-size: 40px;
  background: url(/local/templates/gix_2023_upd/img/star-gray.svg) repeat-x;
}
.new-reviews .rate-container .fill-stars {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: 40px;
  background: url(/local/templates/gix_2023_upd/img/star.svg) repeat-x;
}
.new-reviews .marks ul.marks-list {
  margin: 34px 0 0 !important;
  max-width: 100%;
}
.new-reviews .marks ul.marks-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #ABACB2;
}
@media (max-width: 767px) {
  .new-reviews .marks ul.marks-list li {
    font-size: 14px;
    line-height: 17px;
  }
}
.new-reviews .marks ul.marks-list li img {
  flex: 0 0 18px;
  max-width: 18px;
  height: 18px;
}
.new-reviews .marks ul.marks-list li .count {
  flex: 0 0 20px;
  max-width: 20px;
}
.new-reviews .marks ul.marks-list li .mark-item {
  display: flex;
  flex: 1 0 0;
  align-items: center;
}
.new-reviews .marks ul.marks-list li .rate-bar-container {
  align-items: center;
  flex: 1 0 0;
  position: relative;
  max-width: 188px;
  background: linear-gradient(135deg, #abacb2 0%, rgba(53, 55, 68, 0.4) 100%);
  border-radius: 10px;
  width: 188px;
  height: 13px;
}
.new-reviews .marks ul.marks-list li .rate-bar-container .rate-bar {
  background: var(--green);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.new-reviews .marks ul.marks-list li a {
  border: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #000;
}
@media (max-width: 767px) {
  .new-reviews .marks ul.marks-list li a {
    font-size: 14px;
    line-height: 17px;
  }
}
.new-reviews .yandex-market__ttl {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 15px;
  color: #000;
}
@media (max-width: 767px) {
  .new-reviews .yandex-market__ttl {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .new-reviews .yandex-market__ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.new-reviews .yandex-market__lnk {
  display: inline-flex;
  align-items: center;
  border: 1px solid #82d900;
  border-radius: 8px;
  padding: 20px;
  width: 240px;
  height: 70px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: #202732;
  transition: background-color 0.3s, color 0.3s;
}
.new-reviews .yandex-market__lnk:hover {
  background-color: #82d900;
}
@media (max-width: 1400px) and (min-width: 992px) {
  .new-reviews .d-filters {
    padding-left: 32px;
  }
}
.new-reviews .d-filters .d-cols {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .new-reviews .d-filters .d-cols {
    flex-flow: row nowrap;
    margin-top: 33px;
    gap: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .new-reviews .d-filters .d-cols {
    flex-direction: column;
    margin-top: 15px;
    gap: 15px;
  }
}
.new-reviews .d-filters p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #000;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .new-reviews .d-filters p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .new-reviews .d-filters p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.new-reviews .d-filters .d-coll {
  float: none;
  max-width: 240px;
  flex: 1 0 0;
}
.new-reviews .dreview_block {
  position: static;
}
.new-reviews .dreview_block .dr-select-selection {
  background-color: transparent;
}
.new-reviews .dreview_block .dr-select-selection-input {
  position: relative;
  border: 1px solid #8e9297;
  border-radius: 4px;
  padding: 15px 16px;
  width: 240px;
  height: 47px;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: #202732;
}
.new-reviews .dreview_block .dr-select-selection-input:after {
  content: "";
  width: 5px;
  height: 5px;
  border-left: 1px solid #202732;
  border-top: 1px solid #202732;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: rotate(45deg);
}
.new-reviews .dreview_block .dr-select-selection .dr-select_drop_down {
  border: 1px solid #8e9297;
  border-radius: 4px;
  top: 46px;
  background-color: #F1F7FF;
  padding: 7.5px 0;
}
.new-reviews .dreview_block .dr-select-selection .dr-select_drop_down > div {
  padding: 7.5px 16px;
  border: none;
  background-color: #F1F7FF;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: #202732;
}
.new-reviews .dreview_block .dr-select-selection .dr-select_drop_down > div.active {
  font-weight: 600;
  color: #202732 !important;
  background-color: transparent !important;
}
.new-reviews .dreview_send_form {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .new-reviews .dreview_send_form {
    margin-top: 33px;
  }
}
.new-reviews .dreview_send_form .d-btn {
  border-radius: 8px;
  padding: 10px 20px;
  width: 240px;
  height: 50px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: #202732;
  background-color: transparent;
  transition: background-color 0.3s, border-color 0.3s;
  border: 1px solid #8e9297;
}
.new-reviews .dreview_send_form .d-btn:hover {
  background-color: #82d900;
  border-color: #82d900;
}
.new-reviews .dymarket-add-box {
  margin: 0;
}
.new-reviews .dreview_block.dr-new.padding {
  padding: 0;
}
.new-reviews .dreview_list_new {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .new-reviews .dreview_list_new {
    margin-top: 122px;
  }
}
.new-reviews .dreview_list_new .star-item {
  height: 30px;
  display: flex;
  width: 30px;
  background: url(/local/templates/gix_2023_upd/img/star-gray.svg);
  background-size: 30px;
}
.new-reviews .dreview_list_new .star-item.active {
  background: url(/local/templates/gix_2023_upd/img/star.svg);
  background-size: 30px;
}
.new-reviews .dreview_list_new .dr-item {
  border-radius: 10px;
  margin-top: 25px;
  background-color: #FFF;
  padding: 10px;
  border: none;
}
@media (min-width: 768px) {
  .new-reviews .dreview_list_new .dr-item {
    padding: 35px 45px;
    border-radius: 32px;
  }
}
.new-reviews .dreview_list_new .dr-item.yellow {
  background-color: #FFF;
}
.new-reviews .dreview_list_new .dr-item .marks-list {
  display: flex;
}
.new-reviews .dreview_list_new .dr-item .dr-item-coll-l {
  margin: 0;
}
@media (min-width: 768px) {
  .new-reviews .dreview_list_new .dr-item .dr-item-coll-l {
    padding-right: 27px;
    flex: 0 0 227px;
    max-width: 227px;
  }
}
.new-reviews .dreview_list_new .dr-item .dr-item-coll-r {
  flex: 1 0 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #000;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .new-reviews .dreview_list_new .dr-item .dr-item-coll-r {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .new-reviews .dreview_list_new .dr-item .dr-item-coll-r {
    margin-top: 0;
    max-width: calc(100% - 227px);
    min-width: calc(100% - 227px);
  }
}
.new-reviews .dreview_list_new .dr-item .dr-item-coll-r p {
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
}
@media (max-width: 767px) {
  .new-reviews .dreview_list_new .dr-item .dr-item-coll-r p {
    font-size: 14px;
    line-height: 17px;
  }
}
.new-reviews .dreview_list_new .dr-item .dr-show_item_comments {
  border-bottom: none;
}
.new-reviews .dreview_list_new .dr-item .dr-show_item_comments:after {
  display: none;
}
.new-reviews .dreview_list_new .dr-item .dr-show_item_comments,
.new-reviews .dreview_list_new .dr-item .dr-item_h2, .new-reviews .dreview_list_new .dr-item .dr-comment_name, .new-reviews .dreview_list_new .dr-item .dr-item_h2,
.new-reviews .dreview_list_new .dr-item .dr-item_name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  color: #202732;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .new-reviews .dreview_list_new .dr-item .dr-show_item_comments,
  .new-reviews .dreview_list_new .dr-item .dr-item_h2, .new-reviews .dreview_list_new .dr-item .dr-comment_name, .new-reviews .dreview_list_new .dr-item .dr-item_h2,
  .new-reviews .dreview_list_new .dr-item .dr-item_name {
    font-size: 18px;
    line-height: 21px;
  }
}
.new-reviews .dreview_list_new .dr-item .dr-comment_date,
.new-reviews .dreview_list_new .dr-item .dr-item_date {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #ABACB2;
}
@media (max-width: 767px) {
  .new-reviews .dreview_list_new .dr-item .dr-comment_date,
  .new-reviews .dreview_list_new .dr-item .dr-item_date {
    font-size: 14px;
    line-height: 17px;
  }
}
.new-reviews .dr-edit-container .vote-widget-container {
  display: flex;
  align-items: center;
}
.new-reviews .dr-edit-container .vote-widget-container .vote-sum {
  margin-bottom: 0;
  margin-top: 0;
}
.new-reviews .dr-edit-container .vote-widget-container .vote-action .vote-positive svg {
  fill: #A9FF35;
}
.new-reviews .dr-edit-container .vote-widget-container .vote-action .vote-negative svg {
  fill: #ABACB2;
}
.new-reviews .dr-edit-container .vote-widget-container .vote-action .vote-positive, .new-reviews .dr-edit-container .vote-widget-container .vote-action .vote-negative {
  border: none;
  padding: 0;
}
.new-reviews .dr-edit-container .vote-widget-container .vote-action .vote-positive svg, .new-reviews .dr-edit-container .vote-widget-container .vote-action .vote-negative svg {
  display: block;
  width: 40px;
  height: 40px;
}
.new-reviews .dr-edit-container .vote-widget-container .vote-action .vote-positive:before, .new-reviews .dr-edit-container .vote-widget-container .vote-action .vote-negative:before {
  display: none;
}
.new-reviews .dreview_block .more-load button {
  border-radius: 8px;
  padding: 10px 20px;
  width: 240px;
  height: 50px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: #202732;
  background-color: transparent;
  transition: background-color 0.3s, border-color 0.3s;
  border: 1px solid #8e9297;
  text-align: center;
}
.new-reviews .dreview_block .more-load button:hover {
  background-color: #82d900;
  border-color: #82d900;
}
.new-reviews .pagination_block {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #202732;
  margin: 40px 0;
}
.new-reviews .pagination_block font {
  display: flex;
  align-items: center;
  gap: 5px;
}
.new-reviews .pagination_block font a:first-child {
  margin-left: -6px;
}
.new-reviews .pagination_block font b,
.new-reviews .pagination_block font a {
  border-radius: 4px;
  padding: 6px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  color: #8e9297;
}
.new-reviews .pagination_block font b {
  background-color: #A9FF35;
}
.new-reviews #form-send {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 40px 10px 10px;
  align-items: center;
  z-index: 10000;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: opacity 0.3s, visibility 0.3s;
}
.new-reviews #form-send.d-hidden {
  opacity: 0;
  visibility: hidden;
}
.new-reviews #form-send .close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 11;
  cursor: pointer;
}
.new-reviews #form-send .close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.new-reviews #form-send .overflow {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-reviews #form-send .add-opinion-form {
  position: relative;
  z-index: 1;
  flex: 1 0 0;
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 674px;
}
@media (min-width: 768px) {
  .new-reviews #form-send .add-opinion-form {
    padding: 50px;
    border-radius: 24px;
  }
}
.new-reviews #form-send .add-opinion-form {
  display: block;
}
.new-reviews #form-send .dymarket_add {
  width: 100%;
  max-width: 100%;
  float: none;
}
.new-reviews #form-send .d-coll.d-coll-35 {
  width: 100%;
  max-width: 100%;
  float: none;
}
.new-reviews #form-send h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #202732;
}
.new-reviews #form-send .d-btn.new-send {
  width: 260px;
}
.new-reviews #form-send .disclaimer.alert {
  margin: 15px 0 0;
}
.new-reviews .dreview_block .form-group textarea, .new-reviews .dreview_block .form-group input[type=text] {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background-color: #FFF;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #8e9297;
}
.new-reviews .dreview_block .sources-container div label {
  padding: 0;
  display: block;
}
.new-reviews .dreview_block .star-item {
  width: 30px;
  height: 30px;
  background: url(/local/templates/gix_2023_upd/img/star-gray.svg) repeat-x;
  background-size: 30px;
}
.new-reviews .dreview_block .star-item.active {
  background: url(/local/templates/gix_2023_upd/img/star.svg);
  background-size: 30px;
}

.add-reviews-visible {
  overflow: hidden;
}
.add-reviews-visible body {
  overflow: hidden;
}

/*# sourceMappingURL=new-reviews.css.map */
