/* line 1, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.add-comment-row {
  border-top: 10px solid #ececed;
}

/* line 5, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper {
  padding: 30px 0;
}
/* line 8, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .oval-row {
  padding: 0 15px;
}
/* line 11, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .oval-row .oval {
  height: 60px;
  width: 60px;
  background-color: rgba(148, 118, 154, 0.1);
  border-radius: 50%;
}
/* line 17, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .oval-row .oval svg {
  width: 20px;
  height: 20px;
}
/* line 21, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .oval-row .oval svg path {
  fill: #94769A;
}
/* line 28, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .spelling-tips {
  line-height: 20px;
  font-size: 14px;
  color: #A4A4A4;
  padding: 0 15px;
}
/* line 34, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .spelling-tips .spelling-tips-link {
  color: inherit;
}
/* line 39, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comments-title {
  color: #4a4a4a;
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 44, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comments-title .comment-counter {
  color: #cccccc;
}
/* line 49, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container {
  position: relative;
}
/* line 52, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container:before {
  content: '';
  left: -25px;
  position: absolute;
  width: 2px;
  top: 0;
  height: 100%;
  opacity: 0.1;
  background: #94769A;
}
/* line 63, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container .comment-body {
  background: white;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}
/* line 90, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container .comment-head .user-name {
  color: #94769A;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
/* line 97, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container .comment-head .comment-date-time {
  margin-left: 40px;
  display: inline-block;
  color: #9b9b9b;
  font-size: 14px;
}
/* line 105, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container .comment-footer {
  margin-top: 15px;
}
/* line 109, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container .comment-footer .comment-footer-left-part .answer-link {
  color: #94769A;
  font-size: 16px;
  cursor: pointer;
}
/* line 114, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container .comment-footer .comment-footer-left-part .answer-link .answer-icon {
  margin-right: 10px;
  width: 25px;
}
/* line 120, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container .comment-footer .comment-footer-left-part .rating-container {
  display: inline-block;
  margin-left: 35px;
}
/* line 127, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container .comment-footer .comment-footer-right-part .create-complaint-button {
  opacity: 0.7;
  color: #cccccc;
  font-size: 14px;
  cursor: pointer;
}
/* line 133, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-container .comment-footer .comment-footer-right-part .create-complaint-button .comment-complaint-icon {
  opacity: 0.7;
  margin-right: 15px;
}
/* line 164, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .second-floor-comments {
  margin: 25px 0;
}
/* line 167, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .second-floor-comments .second-floor-comment {
  margin-top: 20px;
  display: flex;
}
/* line 171, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .second-floor-comments .second-floor-comment .second-floor-comment-icon {
  margin-right: 40px;
}
/* line 177, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .second-floor-comments .second-floor-comment .second-floor-comment-icon.consultation-second-comment path, .comments-wrapper .second-floor-comments .second-floor-comment .module-icon.consultation-second-comment path {
  fill: #94769A;
}
/* line 183, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .second-floor-comments .second-floor-comment .second-floor-comment-icon.npa-block-second-comment path, .comments-wrapper .second-floor-comments .second-floor-comment .module-icon.npa-block-second-comment path {
  fill: #779a92;
}
/* line 191, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .second-floor-comments .second-floor-comment .comment-container .comment-footer .like-style {
  padding: 0;
}
/* line 196, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .second-floor-comments .second-floor-comment .comment-container .comment-footer .comment-footer-left-part .rating-container {
  margin-left: 0;
}
/* line 205, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .add-second-floor-comment {
  display: none;
}
/* line 209, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .new-comment-title {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 38px;
}
/* line 215, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .send-comment-description {
  color: #cccccc;
  font-size: 14px;
}
/* line 220, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .comment-errors {
  color: #ce0000;
  font-size: 14px;
}
/* line 225, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comments-wrapper .success-message {
  color: #99cb66;
  font-size: 18px;
}

/* line 231, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.result-wrapper {
  margin-top: 10px;
}
/* line 234, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.result-wrapper .comment-line {
  height: 3px;
  background-color: #d5e4f7;
}
/* line 240, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.result-wrapper .comment-button button {
  position: relative;
  top: -18px;
  left: 20px;
  border-radius: 15px;
  border: 1px solid #94769A;
  color: #94769A;
  font-size: 0.8rem;
  padding: 5px 10px;
  background: #fff;
}
/* line 251, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.result-wrapper .comment-button button:active, .result-wrapper .comment-button button:focus {
  outline: none;
}
/* line 255, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.result-wrapper .comment-button button svg {
  margin-left: 10px;
}

@media (max-width: 768px) {
  /* line 263, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
  .comments-wrapper {
    padding: 30px 15px;
  }
  /* line 268, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
  .comments-wrapper .comment-container .comment-head .comment-date-time {
    margin-left: 0;
  }
  /* line 275, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
  .comments-wrapper .comment-container .comment-footer .comment-footer-left-part .answer-link {
    display: flex;
  }
  /* line 279, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
  .comments-wrapper .comment-container .comment-footer .comment-footer-left-part .rating-container {
    margin-left: 0;
    display: flex;
  }
}
/* line 289, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.comment-input {
  margin-top: 15px;
  height: 150px;
  border-radius: 2px;
  border: 2px solid #94769A;
  background-color: #F4F1F4;
  width: 100%;
  resize: none;
}

/* line 299, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.send-comment-button {
  border-radius: 0;
  background-color: #94769A;
}
/* line 303, /usr/share/nginx/e-consultation/app/assets/stylesheets/comments.scss */
.send-comment-button .send-comment-title {
  color: white;
  display: inline-block;
}

/* line 1, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper {
  background: #f4f5f7;
}
/* line 4, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .polls-question, .polls-wrapper .polls-cases {
  color: #4a4a4a;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 9, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .polls-question p, .polls-wrapper .polls-cases p {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* line 18, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .overflow-hide {
  overflow: hidden;
}
/* line 22, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .polls-result {
  vertical-align: inherit;
  margin-top: 10px;
}
/* line 26, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .polls-result a {
  text-decoration: none;
}
/* line 31, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .polls-answer-desc {
  color: #4a4a4a;
  font-size: 0.9em;
}
/* line 36, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values {
  background-color: #f8f8fa;
}
/* line 39, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-case-image {
  max-height: 100px;
  width: inherit;
}
/* line 44, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values {
  margin-bottom: 10px;
  padding: 15px 0 15px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: none;
  background-color: #fff;
  /* slidershell exists only
  to provide a positioning context for the range input and other elements.*/
  /* .slidertrack is the visible track on which the user drags the thumb button. */
  /* .sliderfill adds color (or a gradient as seen here) to the track as the user
      drags the thumb. */
  /* .sliderthumb can be any css you like including an image.
      The dimensions must match those found in the rule for
      input[type=range]::-webkit-slider-thumb. */
  /* .slidervalue can be styled as you see fit */
  /* First we have to make transparent all the default elements of the range input.
      We use color:transparent to eliminate the default tick marks in IE. */
  /* we need a separate rule for when the range input is to be vertical */
  /* Make the thumbs the same size as your custom sliderthumb.
      they will not be visible but they will be draggable.    */
  /* microsoft IE10+ and Edge - eliminates default fills before and after thumb */
}
/* line 51, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .slidecontainer-values {
  margin-left: calc(8.333333% + 15px);
}
/* line 55, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values span.values-counter {
  display: inline-block;
  box-sizing: content-box;
  width: 40px;
  height: 40px;
  color: white;
  background-color: #767a9a;
  font-size: 1.1em;
  border-radius: 50%;
}
/* line 67, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .values label.custom-control-label {
  color: #f4f5f7;
}
/* line 70, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .values label.custom-control-label:after, .polls-wrapper .poll-values .answer-values .values label.custom-control-label:before {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #767a9a;
}
/* line 78, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .values .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #767a9a;
}
/* line 82, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .values .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #767a9a;
}
/* line 88, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .slidercontainer-values .img-direction {
  height: 20px;
}
/* line 91, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .slidercontainer-values .img-direction.down {
  line-height: 0;
}
/* line 96, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .slidercontainer-values .range-estimating-answer-value {
  color: #cbcbcb;
}
/* line 101, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .slider, .polls-wrapper .poll-values .answer-values .slidervertical {
  overflow: visible;
  z-index: 100;
  margin-left: -15px;
}
/* line 109, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .slidershell {
  border: 0 none;
  position: relative;
  left: 0px;
  top: 0px;
  overflow: visible;
}
/* line 118, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .slidertrack {
  border-radius: 4px;
  position: absolute;
}
/* line 125, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .sliderfill {
  border-radius: 4px;
  position: absolute;
  pointer-events: none;
  background: #a6a7bf;
  z-index: 100;
}
/* line 136, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .sliderthumb {
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0 none;
  padding: 0px;
  margin: 0px;
  ext-align: center;
  pointer-events: none;
  z-index: 200;
}
/* line 154, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .slidervalue {
  width: 30px;
  height: 30px;
  color: #767a9a;
  position: absolute;
  left: 0px;
  top: 3px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  pointer-events: none;
  z-index: 300;
}
/* line 168, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .slidervalue::selection {
  background: transparent;
}
/* line 172, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values .slidervalue::-moz-selection {
  background: transparent;
}
/* line 179, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  -ms-appearance: none;
  padding: 0px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  color: transparent;
  overflow: visible;
}
/* line 192, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  -moz-appearance: none;
  padding: 0px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  color: transparent;
  overflow: visible;
}
/* line 205, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range] {
  width: 100%;
  height: 3px;
  -webkit-appearance: none;
  padding: 0px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  color: transparent;
  overflow: visible;
}
/* line 219, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range].slidervertical {
  -webkit-appearance: slider-vertical;
  writing-mode: bt-lr;
  /* IE */
  opacity: 0.01;
  /* needed to hide the default slider-vertical appearance */
}
/* line 225, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}
/* line 230, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range]:focus {
  outline: none;
}
/* line 236, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range]::-ms-thumb {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: 0 none;
  background: transparent;
}
/* line 244, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range]::-moz-range-thumb {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: 0 none;
  background: transparent;
}
/* line 252, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range]::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
}
/* line 262, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}
/* line 267, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}
/* line 272, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=range]::-ms-tooltip {
  display: none;
}
/* line 277, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type="number"] {
  cursor: default;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: none;
  margin-left: 5px;
  padding: 5px 0 5px 14px;
}
/* line 287, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type="number"]:focus {
  outline: none;
  border: none;
}
/* line 292, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type="number"]:disabled {
  background-color: #fff;
}
/* line 297, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type=number]::-webkit-inner-spin-button,
.polls-wrapper .poll-values .answer-values input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
/* line 302, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type="number"]::selection {
  background: transparent;
}
/* line 306, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-values .answer-values input[type="number"]::-moz-selection {
  background: transparent;
}
/* line 312, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper #new-poll {
  padding-top: 15px;
}
/* line 316, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .new-poll-title {
  color: #4a4a4a;
  font-size: 24px;
}
/* line 321, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .poll-input {
  margin-top: 15px;
  height: 100px;
  border-radius: 2px;
  border: 2px solid #767a9a;
  background-color: #ffffff;
  width: 100%;
  resize: none;
}
/* line 331, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .already-voted {
  opacity: 0.5;
  pointer-events: none;
}
/* line 336, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .send-poll-button, .polls-wrapper .drop-poll-button {
  width: 170px;
  height: 50px;
  color: white;
  background-color: #767a9a;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 346, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .send-poll-button .send-poll-icon, .polls-wrapper .drop-poll-button .send-poll-icon {
  width: 25px;
}
/* line 350, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .send-poll-button .send-poll-title, .polls-wrapper .drop-poll-button .send-poll-title {
  display: inline-block;
  margin-left: 10px;
}
/* line 355, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .send-poll-button .refresh-icon, .polls-wrapper .drop-poll-button .refresh-icon {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
/* line 360, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .send-poll-button .refresh-icon path, .polls-wrapper .drop-poll-button .refresh-icon path {
  fill: #e3e3e3;
}
/* line 389, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .glyphicon-move {
  width: 20px;
}
/* line 392, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .glyphicon-move svg {
  height: 20px;
  width: 20px;
}
/* line 395, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .glyphicon-move svg path {
  fill: #e4e4e4;
}
/* line 402, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
.polls-wrapper .glyphicon-move:hover svg path {
  fill: #767a9a;
}

/* line 412, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result {
  padding-bottom: 40px;
}
/* line 414, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .poll-result {
  margin-bottom: 30px;
}
/* line 416, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .poll-result .text {
  line-height: 1.4;
}
/* line 419, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .poll-result .info {
  display: none;
}
/* line 422, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .poll-result .tooltip-info {
  position: absolute;
  width: 180px;
  height: 70px;
  right: -250px;
  bottom: -45px;
}
/* line 429, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .poll-result .circle {
  border: 1px dashed #D0D0D0;
  border-bottom: 0;
  height: 40px;
  width: 80px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  position: absolute;
  right: -100px;
  top: -10px;
}
/* line 441, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .metric {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
}
/* line 446, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .metric span:first-child {
  color: #000;
  padding-right: 5px;
}
/* line 451, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .progress {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
  height: 8px;
  border-radius: 0;
}
/* line 455, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .progress .progress-bar {
  height: 100%;
  background-color: #767A9A;
}
/* line 460, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .switcher {
  margin-bottom: 30px;
}
/* line 463, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .switcher-label {
  padding-left: 10px;
  vertical-align: middle;
  line-height: 34px;
  color: #767A9A;
  font-size: 14px;
}
/* line 470, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .selected-icon {
  display: none;
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 24px;
  height: auto;
}
/* line 477, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .selected-icon polyline {
  stroke: #767A9A;
}
/* line 481, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* line 486, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch-checkbox {
  display: none;
}
/* line 489, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 15px;
}
/* line 496, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
/* line 502, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch-inner:before, #list-polls-result .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  box-sizing: border-box;
}
/* line 511, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch-inner:before {
  content: "";
  padding-left: 5px;
  background-color: #767A9A;
}
/* line 516, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch-inner:after {
  content: "";
  padding-right: 5px;
  color: #999999;
  text-align: right;
}
/* line 522, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch-switch {
  display: block;
  width: 16px;
  margin: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  border: 2px solid #767A9A;
  background-color: #767A9A;
  opacity: .3;
  border-radius: 15px;
  transition: all 0.3s ease-in 0s;
}
/* line 536, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
/* line 539, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch-checkbox:checked + .onoffswitch-label {
  border-color: #767A9A;
}
/* line 541, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
#list-polls-result .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #fff;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  /* line 549, /usr/share/nginx/e-consultation/app/assets/stylesheets/polls.scss */
  #list-polls-result .info.show-info, #list-polls-result .selected-icon {
    display: block;
  }
}

/* line 1, /usr/share/nginx/e-consultation/app/assets/stylesheets/daterangeBar.scss */
.daterangeBar {
  width: 100%;
}

/* line 5, /usr/share/nginx/e-consultation/app/assets/stylesheets/daterangeBar.scss */
.daterangeBar .progress {
  height: 10px;
  background: rgba(45, 120, 217, 0.1);
  border-radius: 2px;
}

/* line 11, /usr/share/nginx/e-consultation/app/assets/stylesheets/daterangeBar.scss */
.daterangeBar .progress .progress-bar {
  box-sizing: content-box;
  width: 100%;
  color: #fff;
  text-align: right;
  padding-right: 7px;
  overflow-x: visible;
  font-size: 12px;
}

/* line 25, /usr/share/nginx/e-consultation/app/assets/stylesheets/daterangeBar.scss */
.daterangeBar.consults-bar .progress .progress-bar, .daterangeBar.color-consultation .progress .progress-bar {
  background-color: #94769a;
}
/* line 30, /usr/share/nginx/e-consultation/app/assets/stylesheets/daterangeBar.scss */
.daterangeBar.polls-bar .progress .progress-bar, .daterangeBar.color-poll .progress .progress-bar {
  background-color: #767a9a;
}
/* line 35, /usr/share/nginx/e-consultation/app/assets/stylesheets/daterangeBar.scss */
.daterangeBar.npas-bar .progress .progress-bar, .daterangeBar.color-npa .progress .progress-bar {
  background-color: #769a92;
}

/* line 3, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind * {
  border-color: black !important;
  background: white;
  color: black !important;
  font-weight: 400 !important;
  fill: black !important;
  transition: none !important;
}
/* line 11, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button, .sand-blind .send-comment-button, .sand-blind .like-style, .sand-blind .send-poll-button, .sand-blind .form-save-btn {
  border: 2px solid black;
  background: white;
  color: black;
  opacity: 1 !important;
}
/* line 16, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button .like-image-container, .sand-blind .send-comment-button .like-image-container, .sand-blind .like-style .like-image-container, .sand-blind .send-poll-button .like-image-container, .sand-blind .form-save-btn .like-image-container {
  background: white !important;
}
/* line 18, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button .like-image-container svg, .sand-blind .send-comment-button .like-image-container svg, .sand-blind .like-style .like-image-container svg, .sand-blind .send-poll-button .like-image-container svg, .sand-blind .form-save-btn .like-image-container svg {
  background: white;
}
/* line 20, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button .like-image-container svg path, .sand-blind .send-comment-button .like-image-container svg path, .sand-blind .like-style .like-image-container svg path, .sand-blind .send-poll-button .like-image-container svg path, .sand-blind .form-save-btn .like-image-container svg path {
  fill: black;
}
/* line 24, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button .like-image-container .like-title, .sand-blind .send-comment-button .like-image-container .like-title, .sand-blind .like-style .like-image-container .like-title, .sand-blind .send-poll-button .like-image-container .like-title, .sand-blind .form-save-btn .like-image-container .like-title {
  background: white;
  color: black;
}
/* line 29, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button .badge.badge-success, .sand-blind .send-comment-button .badge.badge-success, .sand-blind .like-style .badge.badge-success, .sand-blind .send-poll-button .badge.badge-success, .sand-blind .form-save-btn .badge.badge-success {
  border: none !important;
}
/* line 32, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button .badge.badge-danger, .sand-blind .send-comment-button .badge.badge-danger, .sand-blind .like-style .badge.badge-danger, .sand-blind .send-poll-button .badge.badge-danger, .sand-blind .form-save-btn .badge.badge-danger {
  border: none !important;
}
/* line 35, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover, .sand-blind .send-comment-button:hover, .sand-blind .like-style:hover, .sand-blind .send-poll-button:hover, .sand-blind .form-save-btn:hover {
  background: black !important;
  color: white !important;
}
/* line 38, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .like-image-container, .sand-blind .send-comment-button:hover .like-image-container, .sand-blind .like-style:hover .like-image-container, .sand-blind .send-poll-button:hover .like-image-container, .sand-blind .form-save-btn:hover .like-image-container {
  background: black;
}
/* line 40, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .like-image-container svg, .sand-blind .send-comment-button:hover .like-image-container svg, .sand-blind .like-style:hover .like-image-container svg, .sand-blind .send-poll-button:hover .like-image-container svg, .sand-blind .form-save-btn:hover .like-image-container svg {
  background: black;
}
/* line 42, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .like-image-container svg path, .sand-blind .send-comment-button:hover .like-image-container svg path, .sand-blind .like-style:hover .like-image-container svg path, .sand-blind .send-poll-button:hover .like-image-container svg path, .sand-blind .form-save-btn:hover .like-image-container svg path {
  fill: white !important;
}
/* line 46, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .like-image-container .like-title, .sand-blind .send-comment-button:hover .like-image-container .like-title, .sand-blind .like-style:hover .like-image-container .like-title, .sand-blind .send-poll-button:hover .like-image-container .like-title, .sand-blind .form-save-btn:hover .like-image-container .like-title {
  background: black;
  color: white !important;
}
/* line 51, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .badge.badge-success, .sand-blind .send-comment-button:hover .badge.badge-success, .sand-blind .like-style:hover .badge.badge-success, .sand-blind .send-poll-button:hover .badge.badge-success, .sand-blind .form-save-btn:hover .badge.badge-success {
  color: white !important;
  background: black !important;
}
/* line 55, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .badge.badge-danger, .sand-blind .send-comment-button:hover .badge.badge-danger, .sand-blind .like-style:hover .badge.badge-danger, .sand-blind .send-poll-button:hover .badge.badge-danger, .sand-blind .form-save-btn:hover .badge.badge-danger {
  color: white !important;
  background: black !important;
}
/* line 59, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .like-image-container, .sand-blind .send-comment-button:hover .like-image-container, .sand-blind .like-style:hover .like-image-container, .sand-blind .send-poll-button:hover .like-image-container, .sand-blind .form-save-btn:hover .like-image-container {
  background: black !important;
}
/* line 61, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .like-image-container .thumbs-up, .sand-blind .send-comment-button:hover .like-image-container .thumbs-up, .sand-blind .like-style:hover .like-image-container .thumbs-up, .sand-blind .send-poll-button:hover .like-image-container .thumbs-up, .sand-blind .form-save-btn:hover .like-image-container .thumbs-up {
  background: black !important;
}
/* line 63, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .like-image-container .thumbs-up path, .sand-blind .send-comment-button:hover .like-image-container .thumbs-up path, .sand-blind .like-style:hover .like-image-container .thumbs-up path, .sand-blind .send-poll-button:hover .like-image-container .thumbs-up path, .sand-blind .form-save-btn:hover .like-image-container .thumbs-up path {
  fill: white !important;
}
/* line 67, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .like-image-container .thumbs-down, .sand-blind .send-comment-button:hover .like-image-container .thumbs-down, .sand-blind .like-style:hover .like-image-container .thumbs-down, .sand-blind .send-poll-button:hover .like-image-container .thumbs-down, .sand-blind .form-save-btn:hover .like-image-container .thumbs-down {
  background: black !important;
}
/* line 69, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .like-image-container .thumbs-down path, .sand-blind .send-comment-button:hover .like-image-container .thumbs-down path, .sand-blind .like-style:hover .like-image-container .thumbs-down path, .sand-blind .send-poll-button:hover .like-image-container .thumbs-down path, .sand-blind .form-save-btn:hover .like-image-container .thumbs-down path {
  fill: white !important;
}
/* line 74, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind button:hover .like-title, .sand-blind button:hover .dislike-title, .sand-blind .send-comment-button:hover .like-title, .sand-blind .send-comment-button:hover .dislike-title, .sand-blind .like-style:hover .like-title, .sand-blind .like-style:hover .dislike-title, .sand-blind .send-poll-button:hover .like-title, .sand-blind .send-poll-button:hover .dislike-title, .sand-blind .form-save-btn:hover .like-title, .sand-blind .form-save-btn:hover .dislike-title {
  background: inherit !important;
  color: inherit !important;
}
/* line 80, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .polls-wrapper .poll-values .answer-values .values label.custom-control-label:after, .sand-blind .polls-wrapper .poll-values .answer-values .values label.custom-control-label:before {
  border: 2px solid black;
}
/* line 83, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .custom-control-label::before {
  border: 2px solid black;
}
/* line 86, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: black !important;
}
/* line 89, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .custom-control-input:checked ~ .custom-control-label::before {
  background-color: black !important;
}
/* line 92, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .answer-values {
  box-shadow: none !important;
  border: 2px solid black !important;
}
/* line 96, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .answer-values .slidecontainer-values .sliderthumb {
  display: none;
}
/* line 99, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .answer-values .slidecontainer-values .slidervalue {
  padding-top: 2px;
  top: 0 !important;
  border: 1px solid black;
}
/* line 105, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .answer-values span.values-counter {
  background: white !important;
  border: 1px solid black;
}
/* line 110, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .fa-circle.icon-background {
  display: none !important;
}
/* line 117, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind img {
  filter: grayscale(100%);
}
/* line 120, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind #top-menu {
  background: white;
}
/* line 123, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind #sand-blind {
  padding: 5px;
  border: 2px solid black;
}
/* line 126, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind #sand-blind:hover {
  background: black;
  color: white !important;
}
/* line 133, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind #animating-block .link-container .mobile-link {
  opacity: 1;
  color: black;
  border: 2px solid white !important;
}
/* line 137, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind #animating-block .link-container .mobile-link.active {
  border: 2px solid black !important;
  background: white;
}
/* line 141, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind #animating-block .link-container .mobile-link:hover {
  color: white !important;
  background: black;
}
/* line 152, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .header-wrapper nav .close-modal-bar:hover .fa-times {
  background: black;
}
/* line 154, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .header-wrapper nav .close-modal-bar:hover .fa-times path {
  fill: white !important;
}
/* line 158, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .header-wrapper nav .close-modal-bar:hover span {
  background: black;
  color: white !important;
}
/* line 164, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .header-wrapper nav .fa-stack[data-count]:after {
  background: white;
  color: black;
}
/* line 173, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper #your-position-wrapper #animation-container #plane-img.fly-rtl, .sand-blind .content-wrapper #your-position-wrapper #animation-container #plane-img.fly-ltr, .sand-blind .content-wrapper #your-position-wrapper #animation-container #balloon-img.balloon-animation, .sand-blind .content-wrapper #your-position-wrapper #animation-container .mill-container {
  animation: none;
  display: none;
}
/* line 179, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc {
  box-shadow: none !important;
  border: 2px solid black !important;
}
/* line 185, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .rating-block-container .like-image-container {
  background: white;
}
/* line 192, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper #comment-list .comment-container .comment-body, .sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper #comment-list .comment-container .customer-comment {
  background: white;
  filter: none !important;
  border: 2px solid black;
}
/* line 203, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper #comment-list .add-second-floor-comment-wrapper .add-second-floor-comment button {
  background: white;
}
/* line 205, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper #comment-list .add-second-floor-comment-wrapper .add-second-floor-comment button:hover {
  background: black !important;
  color: white !important;
}
/* line 208, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper #comment-list .add-second-floor-comment-wrapper .add-second-floor-comment button:hover .send-comment-title {
  background: black;
  color: white !important;
}
/* line 212, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper #comment-list .add-second-floor-comment-wrapper .add-second-floor-comment button:hover .module-icon {
  background: black !important;
}
/* line 214, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper #comment-list .add-second-floor-comment-wrapper .add-second-floor-comment button:hover .module-icon path {
  fill: white !important;
}
/* line 220, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper #comment-list .add-second-floor-comment-wrapper .add-second-floor-comment .send-comment-button {
  background: white;
}
/* line 223, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper #comment-list .add-second-floor-comment-wrapper .add-second-floor-comment .comment-input {
  border-color: black;
}
/* line 229, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper hr {
  height: 0;
}
/* line 233, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .new-comment .comment-input {
  border-color: black;
}
/* line 236, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .new-comment .send-comment-button {
  width: 170px;
  background: white;
}
/* line 239, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .new-comment .send-comment-button:hover {
  background: black;
}
/* line 241, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .new-comment .send-comment-button:hover .send-comment-title {
  background: black;
  color: white !important;
}
/* line 245, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .new-comment .send-comment-button:hover .module-icon {
  background: black;
}
/* line 247, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .new-comment .send-comment-button:hover .module-icon g {
  background: black;
}
/* line 249, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .new-comment .send-comment-button:hover .module-icon g path {
  fill: white !important;
}
/* line 257, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .comments {
  border: 2px solid black;
  width: 200px;
  font-size: 16px;
}
/* line 261, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .comments:hover {
  background: black !important;
  color: white !important;
}
/* line 264, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .comments:hover svg {
  background: black;
}
/* line 266, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .comments:hover svg path {
  fill: white !important;
}
/* line 272, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .comment-button {
  background: white;
  border: 2px solid black !important;
}
/* line 275, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .comment-button:hover {
  background: black !important;
  color: white !important;
}
/* line 278, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .comment-button:hover .module-icon {
  background: black !important;
}
/* line 280, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper .comment-button:hover .module-icon path {
  fill: white !important;
}
/* line 286, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper hr {
  border-top: 2px solid black;
}
/* line 290, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .npa-doc .list-group .list-group-item .comments-wrapper span .comments.empty {
  box-shadow: none;
  border: 2px solid black;
}
/* line 302, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper .add-second-floor-comment-wrapper .add-second-floor-comment .send-comment-button {
  background: white;
}
/* line 305, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper .add-second-floor-comment-wrapper .add-second-floor-comment .send-comment-button:hover .send-comment-title {
  background: black;
  color: white !important;
}
/* line 309, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper .add-second-floor-comment-wrapper .add-second-floor-comment .send-comment-button:hover .module-icon {
  background: black;
}
/* line 311, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper .add-second-floor-comment-wrapper .add-second-floor-comment .send-comment-button:hover .module-icon g {
  background: black;
}
/* line 313, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper .add-second-floor-comment-wrapper .add-second-floor-comment .send-comment-button:hover .module-icon g path {
  fill: white !important;
}
/* line 320, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper .add-second-floor-comment-wrapper .add-second-floor-comment .send-comment-title {
  margin: 0;
}
/* line 323, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper .add-second-floor-comment-wrapper .add-second-floor-comment .comment-input {
  border-color: black;
}
/* line 329, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper .comment-container .comment-body {
  background: white;
  filter: none;
  border: 2px solid black;
}
/* line 339, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper #new-comment .send-comment-button {
  background: white;
}
/* line 340, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper #new-comment .send-comment-button .send-comment-title {
  margin: 0;
}
/* line 344, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper #new-comment .send-comment-button:hover {
  background: black;
}
/* line 346, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper #new-comment .send-comment-button:hover .send-comment-title {
  background: black;
  color: white !important;
}
/* line 350, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper #new-comment .send-comment-button:hover .module-icon {
  background: black;
}
/* line 352, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper #new-comment .send-comment-button:hover .module-icon g {
  background: black;
}
/* line 354, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper #new-comment .send-comment-button:hover .module-icon g path {
  fill: white !important;
}
/* line 361, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .comments-wrapper #new-comment .comment-input {
  border-color: black;
}
/* line 367, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .header-block .oms-crumb-container {
  background-image: none !important;
}
/* line 369, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .header-block .oms-crumb-container .service-header {
  border-bottom: 2px solid black;
}
/* line 372, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .header-block .oms-crumb-container .service-header .service-navigation .top-border {
  border: 1px solid black;
  opacity: 1;
}
/* line 376, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .header-block .oms-crumb-container .service-header .service-navigation .list-inline-item {
  padding-right: 5px;
  border: 2px solid black;
}
/* line 379, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .header-block .oms-crumb-container .service-header .service-navigation .list-inline-item:hover {
  color: white;
  background: black;
}
/* line 382, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .header-block .oms-crumb-container .service-header .service-navigation .list-inline-item:hover a {
  color: white !important;
  background: black;
}
/* line 385, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .header-block .oms-crumb-container .service-header .service-navigation .list-inline-item:hover a .module-icons-container {
  color: white !important;
  background: black;
}
/* line 388, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .header-block .oms-crumb-container .service-header .service-navigation .list-inline-item:hover a .module-icons-container svg {
  background: black !important;
}
/* line 390, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .header-block .oms-crumb-container .service-header .service-navigation .list-inline-item:hover a .module-icons-container svg path {
  fill: white !important;
}
/* line 398, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .header-block .oms-crumb-container .service-header .service-navigation .list-inline-item .module-icons-container.active:after {
  background: black;
}
/* line 411, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .polls-wrapper .poll-answer-case .answer-cases .estimate-by-range .drop-poll-button {
  background: white;
}
/* line 417, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .polls-wrapper .poll-answer-case .answer-cases .estimate-by-marks .polls-result a {
  padding: 10px;
  border: 2px solid black;
}
/* line 420, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .polls-wrapper .poll-answer-case .answer-cases .estimate-by-marks .polls-result a:hover {
  background: black;
  color: white !important;
}
/* line 426, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .polls-wrapper .poll-answer-case .answer-cases .estimate-by-marks .drop-poll-button {
  background: white;
}
/* line 438, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .home-module-wrapper .home-module-container .objects-wrapper .header-right-part .default-link .fa-arrow-right {
  margin-left: 5px;
}
/* line 444, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .home-module-wrapper .home-module-container .objects-wrapper .object-container .object-comments {
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}
/* line 447, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .home-module-wrapper .home-module-container .objects-wrapper .object-container .object-comments .comments-icon {
  background-color: white;
}
/* line 457, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .module-head-wrapper .module-head-wrapper-container .modules-link {
  border: 3px solid white !important;
}
/* line 459, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .module-head-wrapper .module-head-wrapper-container .modules-link:hover {
  border: 3px solid black !important;
}
/* line 464, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .module-head-wrapper .module-head-wrapper-container .modules-link .head-icon-container .head-icon.blind {
  background-image: none !important;
}
/* line 473, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .oms-head-wrapper .oms-head-container {
  background-image: none;
}
/* line 475, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .oms-head-wrapper .oms-head-container .menu-search-container {
  background: white;
}
/* line 477, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .oms-head-wrapper .oms-head-container .menu-search-container .search-wrapper {
  border: 2px solid black;
}
/* line 481, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .oms-head-wrapper .oms-head-container .menu-search-container .search-wrapper .search-container .lens .svg-inline--fa.fa-search {
  fill: black !important;
}
/* line 484, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .oms-head-wrapper .oms-head-container .menu-search-container .search-wrapper .search-container .lens span.search-text {
  color: black !important;
  opacity: 0.7;
}
/* line 495, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .head-icon.blind {
  background-image: none !important;
}
/* line 499, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .shot-information a#answer-scroller-button {
  background: white;
  border: 2px solid black;
  font-size: 24px !important;
}
/* line 503, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .shot-information a#answer-scroller-button:hover {
  color: white !important;
  background: black;
}
/* line 506, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .shot-information a#answer-scroller-button:hover svg {
  background: black;
}
/* line 508, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .shot-information a#answer-scroller-button:hover svg path {
  fill: white !important;
}
/* line 517, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .tags .badge.badge-default {
  background: white;
}
/* line 523, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info div.service-title.npa_gradiens, .sand-blind .content-wrapper .main-info div.service-title.consultation_gradiens, .sand-blind .content-wrapper .main-info div.service-title.poll_gradiens {
  background: white;
  -webkit-text-fill-color: black !important;
}
/* line 529, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .daterangeBar .progress {
  background-color: white;
  border: 1px solid black;
}
/* line 532, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .daterangeBar .progress .progress-bar {
  background: black;
}
/* line 539, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .btn-sharing .social-share-button .ssb-icon {
  background: white;
  border: 2px solid black;
  border-radius: 0;
}
/* line 543, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .btn-sharing .social-share-button .ssb-icon span {
  padding: 0;
  margin-left: 4px;
  margin-bottom: 2px;
}
/* line 548, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .btn-sharing .social-share-button .ssb-icon:hover {
  background: black !important;
  color: white !important;
}
/* line 551, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .btn-sharing .social-share-button .ssb-icon:hover span {
  background: black;
  color: white !important;
}
/* line 555, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .btn-sharing .social-share-button .ssb-icon:hover .svg-inline--fa {
  background: black !important;
}
/* line 557, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .content-wrapper .main-info .btn-sharing .social-share-button .ssb-icon:hover .svg-inline--fa path {
  fill: white !important;
}
/* line 570, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .footer-wrapper .footer-container .right-footer-block .user-add-button {
  background: white;
}
/* line 573, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .footer-wrapper .footer-container .right-footer-block .user-add-button:hover i.material-icons {
  transform: none;
  background: black;
  color: white !important;
}
/* line 583, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .rating-npa-container {
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 587, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .home-module-wrapper .home-module-container .objects-wrapper .tags-container .first-tag {
  color: black !important;
  border: 2px solid black;
  opacity: 1;
}
/* line 594, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .progress-bar-container .daterangeBar.tiny .progress {
  background: white;
  border: 1px solid black;
}
/* line 597, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .progress-bar-container .daterangeBar.tiny .progress .progress-bar {
  background: black !important;
}
/* line 603, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .home-module-wrapper .home-module-container {
  border: 2px solid black;
  box-shadow: none;
}
/* line 607, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .sliderfill {
  background: black !important;
}
/* line 610, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .slidertrack {
  border: 1px solid black !important;
}
/* line 613, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .slidervalue {
  border-radius: 50%;
}
/* line 616, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .radius-triangle {
  display: none;
}
/* line 619, /usr/share/nginx/e-consultation/app/assets/stylesheets/sand_blind.scss */
.sand-blind .badge {
  background: white;
  font-size: 18px !important;
  border: 1px double black !important;
}

/* line 3, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header {
  height: 50px;
}
/* line 6, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header.module-header-consult {
  background-color: #94769a;
}
/* line 10, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header.module-header-polls {
  background-color: #767a9a;
}
/* line 14, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header.module-header-npa {
  background-color: #769a92;
}
/* line 18, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header .module-header-arrow {
  padding-right: 10px;
}
/* line 22, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header .module-header-arrow .index-link .index-arrow {
  transform: rotate(180deg);
}
/* line 25, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header .module-header-arrow .index-link .index-arrow path {
  fill: white;
}
/* line 32, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header .modules-icon {
  width: 35px;
  stroke: white;
  margin-left: 10px;
}
/* line 37, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header .modules-icon g {
  stroke: white;
}
/* line 41, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header .modules-icon path {
  fill: white;
}
/* line 46, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .module-header .modules-list-title {
  text-transform: uppercase;
  color: white;
  position: relative;
  bottom: -3px;
}
/* line 54, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper {
  width: 100%;
}
/* line 57, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container {
  background: white;
  margin: 10px 0;
  padding: 0 15px;
}
/* line 62, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .date-container {
  text-align: right;
  padding: 20px 0;
}
/* line 65, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .date-container a {
  text-decoration: none;
}
/* line 68, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .date-container .title {
  padding: 15px;
  width: 160px;
  margin: -20px 0 0 -16px;
  text-align: left;
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
/* line 79, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .date-container .date {
  margin-top: -20px;
}
/* line 83, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .date-container svg path {
  fill: #c4c4c7;
}
/* line 88, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .date-container .dead-time {
  color: #c4c4c7;
  font-size: 14px;
  padding: 7px 0 0 10px;
}
/* line 95, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .city-name {
  margin-left: 25px;
  color: #8e8e8e;
  font-size: 21px;
  font-weight: 400;
}
/* line 102, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .object-title {
  color: #414249;
  font-size: 21px;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  transition: all 0.2s linear;
}
/* line 111, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .object-title:hover span {
  color: white;
  transition: all 0.2s linear;
}
/* line 119, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .object-title.consults:hover span {
  background: #94769a;
}
/* line 127, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .object-title.poll:hover span {
  background: #767a9a;
}
/* line 134, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .object-title.npas:hover span {
  background: #779a92;
}
/* line 142, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .object-title.npa:hover span {
  background: #769a92;
}
/* line 149, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .object-title.consult:hover span {
  background: #94769a;
}
/* line 156, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .object-title.polls:hover span {
  background: #767a9a;
}
/* line 162, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-container .object-title span {
  padding: 5.5px;
  transition: all 0.2s linear;
}
/* line 169, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .progress-container {
  padding: 15px 0 5px 0;
}
/* line 172, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .progress-container .end-time {
  padding-top: 15px;
  text-align: right;
  opacity: 0.6;
  color: #333333;
  font-size: 14px;
}
/* line 181, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-comments-container {
  padding-bottom: 10px;
}
/* line 184, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-comments-container .object-icon {
  width: 20px;
  stroke: #C7C7CA;
}
/* line 188, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-comments-container .object-icon g {
  stroke: #C7C7CA;
}
/* line 191, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-comments-container .object-icon g path {
  fill: #C7C7CA;
}
/* line 197, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-comments-container .size-container {
  padding: 3px 0 0 10px;
}
/* line 200, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.home-module-wrapper-v2 .objects-wrapper .object-comments-container .size-container .counter {
  line-height: 2.1;
}

/* line 208, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.first-tag-v2 {
  border: 2px solid #cccccc;
  border-radius: 25px;
  padding: 3px 10px;
  margin-bottom: 15px;
  opacity: 0.7;
  margin-right: 10px;
  cursor: pointer;
}
/* line 217, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.first-tag-v2:hover {
  text-decoration: none;
  border-color: #a6a6a6;
}
/* line 222, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.first-tag-v2 .tag-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: -2px;
}
/* line 227, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.first-tag-v2 .tag-title.consults-tag {
  color: #824d8d;
}
/* line 230, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.first-tag-v2 .tag-title.consults-tag:hover {
  color: #52315a;
}
/* line 235, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.first-tag-v2 .tag-title.polls-tag {
  color: #767a9a;
}
/* line 238, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.first-tag-v2 .tag-title.polls-tag:hover {
  color: #52556b;
}
/* line 243, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.first-tag-v2 .tag-title.npas-tag {
  color: #769a92;
}
/* line 246, /usr/share/nginx/e-consultation/app/assets/stylesheets/module-styles.scss */
.first-tag-v2 .tag-title.npas-tag:hover {
  color: #5d7a74;
}

/* line 1, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
body.about-body {
  background: #cccccc;
}

/* line 5, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper {
  padding: 30px 0;
}
/* line 8, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper .services-container {
  background: white;
  width: 75%;
  margin: 0 auto;
  padding: 60px 60px 20px 60px;
}
/* line 14, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper .services-container .about-us-header {
  margin-bottom: 40px;
}
/* line 17, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper .services-container .about-us-header .about-us-header-title {
  font-size: 20px;
}
/* line 23, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper .services-container .about-us-body .about-us-body-subtitle {
  margin-bottom: 10px;
}
/* line 27, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper .services-container .about-us-body .about-us-body-service-logo {
  float: right;
  width: 300px;
  padding: 5px;
}
/* line 33, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper .services-container .about-us-body .about-us-body-service-block {
  margin-bottom: 10px;
}
/* line 36, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper .services-container .about-us-body .about-us-body-service-block .about-us-body-service-title {
  color: #967cab;
  text-transform: uppercase;
  padding-right: 7px;
}
/* line 43, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper .services-container .about-us-body .about-us-body-info-block {
  text-indent: 30px;
  margin-bottom: 20px;
}
/* line 48, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper .services-container .about-us-body .about-us-body-feedback {
  margin-bottom: 30px;
}
/* line 53, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
.about-us-wrapper .services-container .about-us-footer {
  font-size: 12px;
  padding-left: 20px;
}

@media (min-width: 1240px) {
  /* line 64, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
  .about-us-wrapper .services-container .services .service-text {
    margin-left: 15%;
  }
}
@media (min-width: 546px) and (max-width: 768px) {
  /* line 74, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
  .about-us-wrapper .services-container {
    width: 95%;
    padding: 20px;
  }
}
@media (max-width: 545px) {
  /* line 83, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
  .about-us-wrapper .services-container {
    width: 100%;
    padding: 5px;
  }
  /* line 88, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
  .about-us-wrapper .services-container .about-us-body .about-us-body-service-logo {
    float: none;
  }
}
@media (max-width: 376px) {
  /* line 97, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
  .about-us-wrapper {
    padding: 15px 5px;
  }
  /* line 102, /usr/share/nginx/e-consultation/app/assets/stylesheets/about_us.scss */
  .about-us-wrapper .services-container .about-us-body .about-us-body-service-logo {
    width: 265px;
  }
}
@font-face {
  font-family: 'Gotham Pro Bold';
  src: url(/assets/GothamProBol-2becfda652ce0a4df16bf4c7c16181f3cd27fba76c22912670cbd05dc9ca2156.otf) format("truetype");
}
@font-face {
  font-family: 'Gotham Pro Reg';
  src: url(/assets/GothamProReg-12940050936a155b6ce63dba4c41cc026fbe46f3fd3fe3f1175844ee463c724d.otf) format("truetype");
}
@font-face {
  font-family: 'Gotham Pro Med';
  src: url(/assets/GothamProMed-3d6693cb498e2a4e05358475c986adfa058901ebc392a95e25d1a55a13406566.otf) format("truetype");
}
/* line 29, /usr/share/nginx/e-consultation/app/assets/stylesheets/font_config.scss */
.name, .module-header, .author-full-name, .shot-information, .tags-container, .comments-title,
.user-name, .like-title, .answer-link, .new-comment-title, .send-comment-title, .you-position-motto,
.motto, .object-info .object-type, .module-name, .npa-title, .upper-text, .rating-npa-container,
.about-us-header-title, .about-us-body-service-title, .create-dislike-button, .like, .rating-block-container {
  font-family: 'Gotham Pro Bold';
}
/* line 35, /usr/share/nginx/e-consultation/app/assets/stylesheets/font_config.scss */
.name *, .module-header *, .author-full-name *, .shot-information *, .tags-container *, .comments-title *,
.user-name *, .like-title *, .answer-link *, .new-comment-title *, .send-comment-title *, .you-position-motto *,
.motto *, .object-info .object-type *, .module-name *, .npa-title *, .upper-text *, .rating-npa-container *,
.about-us-header-title *, .about-us-body-service-title *, .create-dislike-button *, .like *, .rating-block-container * {
  font-family: 'Gotham Pro Bold';
}

/* line 40, /usr/share/nginx/e-consultation/app/assets/stylesheets/font_config.scss */
footer, .new-consultation-request-button, .header-container, .nav-links, .counter-num, .date-container, .time-end-count,
.object-title, .end-time, .size-container, .search-wrapper, .activities-filter, .about-us-body-feedback,
.about-us-body-subtitle {
  font-family: 'Gotham Pro Med';
}
/* line 45, /usr/share/nginx/e-consultation/app/assets/stylesheets/font_config.scss */
footer *, .new-consultation-request-button *, .header-container *, .nav-links *, .counter-num *, .date-container *, .time-end-count *,
.object-title *, .end-time *, .size-container *, .search-wrapper *, .activities-filter *, .about-us-body-feedback *,
.about-us-body-subtitle * {
  font-family: 'Gotham Pro Med';
}

/* line 50, /usr/share/nginx/e-consultation/app/assets/stylesheets/font_config.scss */
*, .all-materials-btn {
  font-family: 'Gotham Pro Reg';
}

/* line 1, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip {
  background-color: #1f1d1d;
  box-sizing: border-box;
  color: #fff;
  max-width: 500px;
  padding: 5px 10px 4px;
  border-radius: 16px;
  z-index: 100;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s, visibility 0.15s;
}
/* line 14, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip.vue-tooltip-hidden {
  opacity: 0 !important;
  visibility: hidden;
  transition: opacity 0.15s, visibility 0.15s;
}
/* line 21, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
/* line 24, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-top-color: #1f1d1d;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -5px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 36, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
/* line 39, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-bottom-color: #1f1d1d;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -5px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 51, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip[x-placement^="right"] {
  margin-left: 5px;
}
/* line 54, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-right-color: #1f1d1d;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  margin-left: 0;
  margin-right: 0;
}
/* line 66, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip[x-placement^="left"] {
  margin-right: 5px;
}
/* line 69, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-left-color: #1f1d1d;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  margin-left: 0;
  margin-right: 0;
}
/* line 81, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip .tooltip-content {
  text-align: center;
}
/* line 85, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip .tooltip-email {
  color: #fff;
}
/* line 89, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
.vue-tooltip .tooltip-arrow {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #1f1d1d;
  z-index: 1;
}

@media (min-width: 375px) and (max-width: 767px) {
  /* line 102, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
  .vue-tooltip {
    max-width: 375px;
  }
}
@media (max-width: 374px) {
  /* line 108, /usr/share/nginx/e-consultation/app/assets/stylesheets/vue-tooltip.scss */
  .vue-tooltip {
    max-width: 300px;
  }
}
/* line 2, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog {
  width: 50%;
  max-width: none;
}
/* line 6, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content {
  padding: 0 10%;
  font-family: 'Gotham Pro Reg';
  font-size: 12px;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
}
/* line 14, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-header {
  border: none;
}
/* line 17, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-header .complaint-modal-title {
  font-family: 'Gotham Pro Bold';
  font-size: 18px;
}
/* line 25, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
  border: 2px #94769a solid;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  background-color: #f4f0f4;
}
/* line 34, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body .form-group .types-container .type-title {
  font-family: 'Gotham Pro Bold';
}
/* line 40, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body #modal-complain-types {
  height: 46px;
}
/* line 43, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body #modal-complain-types * {
  color: #94769a;
}
/* line 47, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body #modal-complain-types .dropdown-toggle {
  border-bottom: none;
}
/* line 50, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body #modal-complain-types .dropdown-toggle input[type="search"] {
  border: none;
}
/* line 54, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body #modal-complain-types .dropdown-toggle .open-indicator:before {
  border-color: #94769a;
}
/* line 58, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body #modal-complain-types .dropdown-toggle .selected-tag {
  font-family: 'Gotham Pro Bold';
  font-size: 14px;
}
/* line 65, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body #modal-complain-types .dropdown-menu * {
  font-family: 'Gotham Pro Bold';
}
/* line 71, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body .complaint-error {
  color: #dc0000;
  text-align: left;
}
/* line 76, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-body .complaint-message {
  border: 2px #94769a solid;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  background-color: #f4f0f4;
}
/* line 85, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-footer {
  border: none;
}
/* line 88, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
#complaint-modal .modal-dialog .modal-content .modal-footer .send-complain-button, #complaint-modal .modal-dialog .modal-content .modal-footer .cancel-complain-button {
  border: none;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  color: white;
  background-color: #94769a;
  font-size: 12px;
  font-family: 'Gotham Pro Bold';
  padding: 15px;
  width: 100px;
}

@media (min-width: 426px) and (max-width: 768px) {
  /* line 107, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
  #complaint-modal .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 425px) {
  /* line 115, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
  #complaint-modal .modal-dialog {
    width: 100%;
  }
  /* line 118, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
  #complaint-modal .modal-dialog .modal-content {
    padding: 0;
  }
  /* line 121, /usr/share/nginx/e-consultation/app/assets/stylesheets/complaint_comment.scss */
  #complaint-modal .modal-dialog .modal-content .modal-header {
    border: none;
  }
}
/* line 2, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index span {
  color: #8e8e8e;
}
/* line 6, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index #animating-block a:hover {
  text-decoration: none;
}
/* line 10, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .search-index-status {
  padding: 0 15px 0 15px;
  float: right;
}
/* line 14, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .list-unstyled {
  margin-top: 15px;
  border-top: 2px solid #e3e3e3;
}
/* line 18, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .search-result-container {
  border-bottom: 2px solid #f9f9fa;
  padding: 7px;
}
/* line 21, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .search-result-container:hover {
  background: #e3e3e3;
}
/* line 24, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .search-result-container:hover .media-body span {
  color: #333333;
  text-decoration: underline;
}
/* line 30, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .search-result-container .media-body {
  font-size: 15px;
}
/* line 32, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .search-result-container .media-body span {
  color: #333333;
}
/* line 37, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .error-message {
  font-size: 26px;
  color: #8e919a;
}
/* line 42, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .poll-type, .global-search-index .consultation-type, .global-search-index .npa-type {
  color: white;
  padding: 4px;
}
/* line 47, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .poll-type {
  background: #767798;
}
/* line 50, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index div.color-poll {
  color: #767798;
}
/* line 53, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .consultation-type {
  background: #94769A;
}
/* line 56, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index div.color-consultation {
  color: #94769A;
}
/* line 59, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index .npa-type {
  background: #769A92;
}
/* line 62, /usr/share/nginx/e-consultation/app/assets/stylesheets/search-page.scss */
.global-search-index div.color-npa {
  color: #769A92;
}

/* line 3, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
.oms-modal-tooltip {
  z-index: 1000;
}

/* line 8, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search {
  height: 100%;
}
/* line 11, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search.active .oms-modal-wrapper {
  display: block;
}
/* line 15, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search #current-government-link {
  height: 100%;
}
/* line 19, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper {
  display: none;
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
  background: white;
}
/* line 32, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-header {
  width: 100%;
  height: 100px;
  background: #414249;
  color: white;
}
/* line 38, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-header .oms-modal-header-title {
  font-size: 36px;
  font-weight: bold;
}
/* line 43, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-header .oms-modal-header-description {
  font-size: 18px;
}
/* line 47, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-header .oms-modal-close {
  text-decoration: none;
  color: white;
}
/* line 51, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-header .oms-modal-close .oms-modal-close-cross {
  height: 30px;
}
/* line 55, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-header .oms-modal-close .oms-modal-close-text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
/* line 64, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-form {
  margin-top: 30px;
}
/* line 67, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-form .oms-modal-form-input {
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #414249;
  padding: 5px;
  font-size: 24px;
}
/* line 75, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-form .oms-modal-form-input::placeholder {
  opacity: 0.3;
}
/* line 80, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-form .find-city {
  font-size: 16px;
  color: #414249;
}
/* line 85, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-form .oms-groups {
  margin-top: 30px;
}
/* line 88, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-form .oms-groups .oms-modal-tab {
  font-size: 18px;
  color: #414249;
}
/* line 92, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-form .oms-groups .oms-modal-tab.active {
  color: #999999;
}
/* line 99, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container {
  margin-top: 30px;
}
/* line 102, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container *:first-letter {
  text-transform: capitalize;
}
/* line 107, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container .oms-modal-container .oms-fill-pointer {
  margin-top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #414249;
}
/* line 115, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container .oms-modal-container .oms-title {
  margin-left: 10px;
  font-size: 24px;
  display: inline-block;
  color: #414249;
}
/* line 122, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container .oms-modal-container .oms-description {
  margin-left: 10px;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  color: #0D235F;
  opacity: 0.3;
}
/* line 131, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container .oms-modal-container .oms-services-indicators-container {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 10px;
}
/* line 136, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container .oms-modal-container .oms-services-indicators-container .service-indicator {
  margin-right: 10px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
/* line 142, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container .oms-modal-container .oms-services-indicators-container .service-indicator.consultations-bg {
  background-color: #967cab;
}
/* line 146, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container .oms-modal-container .oms-services-indicators-container .service-indicator.petition-bg {
  background-color: #f7953d;
}
/* line 150, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container .oms-modal-container .oms-services-indicators-container .service-indicator.budget-bg {
  background-color: #25aae1;
}
/* line 154, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container .oms-modal-container .oms-services-indicators-container .service-indicator.open_city-bg {
  background-color: #71bf44;
}
/* line 160, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-wrapper .oms-modal-list-container .oms-modal-container .region-title {
  color: #999999;
}
/* line 169, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-enter-active, #oms-search .oms-modal-leave-active {
  transition: opacity .5s;
}
/* line 173, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search .oms-modal-enter, #oms-search .oms-modal-leave-to {
  opacity: 0;
}
/* line 177, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
#oms-search [v-cloak] {
  display: none;
}

@media (max-width: 768px) {
  /* line 186, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
  #oms-search .oms-modal-wrapper .oms-modal-header .oms-modal-header-title {
    font-size: 25px;
  }
  /* line 190, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
  #oms-search .oms-modal-wrapper .oms-modal-header .oms-modal-header-description {
    font-size: 12px;
  }
  /* line 195, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
  #oms-search .oms-modal-wrapper .oms-modal-header .oms-modal-close .oms-modal-close-cross {
    height: 20px;
  }
  /* line 199, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
  #oms-search .oms-modal-wrapper .oms-modal-header .oms-modal-close .oms-modal-close-text {
    font-size: 12px;
  }
}
@media (max-width: 492px) {
  /* line 212, /usr/share/nginx/e-consultation/app/assets/stylesheets/oms_search.scss */
  #oms-search .oms-modal-wrapper .oms-modal-header .oms-modal-header-description {
    display: none;
  }
}
/* line 13, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
html {
  height: 100%;
}
/* line 15, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
html body {
  height: 100%;
}
/* line 18, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
html .content-wrapper {
  padding-bottom: 40px;
  background: #ececed;
  min-height: calc(100% - 160px);
}

/* line 26, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.svg-inline--fa.fa-clock, .svg-inline--fa.fa-calendar-alt {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
/* line 30, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.svg-inline--fa.fa-clock path, .svg-inline--fa.fa-calendar-alt path {
  fill: #d0d0d0;
}

/* line 36, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-wrapper {
  padding-top: 15px;
}
/* line 38, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-wrapper .module-container {
  background: #dedede;
}
/* line 40, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-wrapper .module-container .module-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #cbcbcb;
}
/* line 47, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-wrapper .module-container .list-container .record-wrapper {
  text-align: center;
}
/* line 49, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-wrapper .module-container .list-container .record-wrapper .record-container {
  background: white;
  text-align: left;
  padding: 5px;
  height: 100%;
}
/* line 54, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-wrapper .module-container .list-container .record-wrapper .record-container .record-header {
  font-size: 18px;
  border-bottom: 1px solid #cbcbcb;
}
/* line 59, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-wrapper .module-container .list-container .record-wrapper .record-container .record-header .record-time {
  color: grey;
}
/* line 66, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-wrapper .module-container .index-button-container {
  margin-top: 10px;
}

/* line 72, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper {
  position: relative;
  top: -40px;
  z-index: 100;
}
/* line 76, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper .modules-link {
  text-decoration: none;
  color: #2d78d9;
}
/* line 81, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper .module-head-wrapper-container .head-title {
  font-size: 36px;
  padding-bottom: 10px;
  text-align: center;
}
/* line 86, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper .module-head-wrapper-container .head-icon-container {
  text-align: center;
}
/* line 88, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper .module-head-wrapper-container .head-icon-container .head-icon {
  display: inline-block;
  background-repeat: round;
  height: 80px;
  width: 80px;
  line-height: 5;
  border-radius: 50%;
  box-shadow: var(--head-icon-box-shadow);
}
/* line 97, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper .module-head-wrapper-container .head-icon-container .head-icon.blind {
  box-shadow: none;
}
/* line 99, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper .module-head-wrapper-container .head-icon-container .head-icon.blind:after {
  border-top: none;
}
/* line 103, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper .module-head-wrapper-container .head-icon-container .head-icon:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  transform: rotate(-40deg);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: var(--arrow-border-top);
}
/* line 114, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper .module-head-wrapper-container .head-icon-container .head-icon .head-icon-insider {
  height: 30px;
}
/* line 119, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper .module-head-wrapper-container .popularity-filter {
  margin-left: 40px;
}
/* line 121, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-head-wrapper .module-head-wrapper-container .popularity-filter .popularity-arrow {
  background-color: rgba(45, 120, 217, 0.1);
  display: inline-block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

/* line 134, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.header-right-part .show-all-arrow {
  margin-left: 10px;
}

/* line 139, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.default-link {
  color: #2d78d9;
}

/* line 143, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info {
  margin-top: 20px;
  background: white;
}
/* line 146, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .name {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 30px;
}
/* line 152, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .date span {
  color: #9b9b9b;
  font-size: 12px;
}
/* line 157, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .description {
  overflow: hidden;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
/* line 164, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .description img {
  width: 100%;
}
/* line 168, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .description.full {
  max-height: 100%;
}
/* line 172, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .author .title {
  font-size: 12px;
  color: grey;
}
/* line 176, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .author .name {
  font-size: 16px;
}
/* line 180, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .tags {
  clear: both;
}
/* line 182, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .tags > span {
  font-size: 18px;
}
/* line 185, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .tags .files-title {
  font-size: 16px;
}
/* line 188, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .tags .badge-default {
  border-radius: 15px;
  font-size: 12px;
}
/* line 193, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .radius-triangle {
  height: 40px;
  overflow: hidden;
  position: relative;
}
/* line 197, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .radius-triangle:after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  background-color: #f4f5f7;
  width: 30px;
  height: 28px;
  top: 30px;
  left: 15px;
  -moz-border-radius: 20px;
  border-radius: 6px;
}
/* line 214, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .service-title {
  font-size: 20px;
  line-height: 24px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 219, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .service-title hr {
  width: 30px;
}
/* line 223, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .platform-desc {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
/* line 229, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .service-lg-logo {
  width: 95px;
  height: 95px;
  -moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-size: 100% !important;
}
/* line 237, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .shot-information {
  color: #999999;
  font-size: 18px;
  line-height: 35px;
}
/* line 241, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .shot-information #answer-scroller-button {
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  font-size: 16px;
  color: white;
}
/* line 248, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .shot-information #answer-scroller-button svg {
  width: 23px;
  height: 21px;
  margin-right: 15px;
}
/* line 253, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.main-info .shot-information #answer-scroller-button svg path {
  fill: white;
}

/* line 262, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.fa-stack, .fa-circle {
  width: 40px;
  height: 40px;
}

/* line 267, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.icon-background.fa-stack-2x {
  height: 40px;
  width: 40px;
}
/* line 271, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.icon-background.fa-stack-1x {
  height: 20px;
  width: 20px;
}
/* line 275, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.icon-background.fa-circle {
  opacity: 0.5;
}
/* line 278, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.icon-background.blue {
  color: #2d78d9;
}
/* line 281, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.icon-background.purple {
  color: #94769A;
}
/* line 283, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.icon-background.purple path {
  fill: #94769A;
}
/* line 287, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.icon-background.grey {
  color: rgba(45, 120, 217, 0.1);
}

/* line 291, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.circle-icon {
  background: #ffc0c0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding: 30px;
}

/* line 301, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon {
  position: relative;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  fill: white;
}
/* line 307, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon.black {
  fill: black;
}
/* line 310, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon.blue {
  fill: #2d78d9;
}
/* line 313, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon.purple {
  color: #94769A;
}
/* line 315, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon.purple path {
  fill: #94769A;
}
/* line 319, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon.green {
  color: #779a92;
}
/* line 321, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon.green path {
  fill: #779a92;
}

/* line 326, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon-30 {
  position: relative;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  fill: white;
}
/* line 332, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon-30.black {
  fill: black;
}
/* line 335, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon-30.icon-50 {
  height: auto;
  width: 50px;
}
/* line 339, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.module-icon-30.icon-40 {
  height: auto;
  width: 40px;
}

/* line 345, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.npa_gradiens {
  background: -webkit-linear-gradient(-45deg, #eb6363 0%, #cf6119 100%);
}

/* line 348, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.consultation_gradiens {
  background: -webkit-linear-gradient(-45deg, #c86dd7 0%, #3023ae 100%);
}

/* line 351, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.poll_gradiens {
  background: -webkit-linear-gradient(-45deg, #79d76d 0%, #23ae8d 100%);
}

/* line 355, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.image-block {
  width: 150px;
}
/* line 357, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.image-block img {
  width: 60px;
  border-radius: 50%;
}

/* line 363, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.move_reg {
  background: #5ebbe0 !important;
  border: none !important;
}

/* line 368, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style, .dislike-style {
  background: inherit;
  border: none;
  cursor: pointer;
}
/* line 372, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style:focus, .dislike-style:focus {
  border: none;
  outline: none;
}
/* line 376, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style .like-image-container, .dislike-style .like-image-container {
  padding: 5px 10px;
}
/* line 378, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style .like-image-container .thumbs-up, .dislike-style .like-image-container .thumbs-up {
  height: 24px;
}
/* line 380, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style .like-image-container .thumbs-up *, .dislike-style .like-image-container .thumbs-up * {
  fill: #94769A;
}
/* line 385, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style .like-image-container .thumbs-down *, .dislike-style .like-image-container .thumbs-down * {
  fill: #eb6518;
}
/* line 390, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style .like-title, .dislike-style .like-title {
  padding-left: 5px;
  color: #94769A;
  font-size: 16px;
}
/* line 395, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style .dislike-title, .dislike-style .dislike-title {
  padding-left: 5px;
  color: #eb6518;
  font-size: 16px;
}

/* line 403, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style.active .like-image-container {
  background-color: #94769A;
  border-radius: 20px;
  color: white;
}
/* line 408, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style.active .like-image-container .thumbs-up path {
  fill: white;
}
/* line 414, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.like-style .like-image-container {
  background-color: #F4F1F4;
  border-radius: 20px;
  color: #94769A;
}

/* line 422, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.dislike-style.active .like-image-container {
  background-color: #eb6518;
  border-radius: 20px;
}
/* line 427, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.dislike-style.active .like-image-container .thumbs-down path {
  fill: white;
}

/* line 434, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.letter {
  display: inline-block;
  box-sizing: content-box;
  width: 40px;
  height: 40px;
  color: white;
  background-color: #767a9a;
  font-size: 1.1em;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

/* line 446, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
.p-lg-0 {
  padding: 0;
}

/* line 451, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
#user_status_banned_modal .modal-dialog {
  width: 50%;
  max-width: none;
}
/* line 455, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
#user_status_banned_modal .modal-dialog .modal-content {
  padding: 0 10%;
  font-family: 'Gotham Pro Reg';
  font-size: 12px;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
}
/* line 463, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
#user_status_banned_modal .modal-dialog .modal-content .form-error {
  color: #cb0000;
}
/* line 467, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
#user_status_banned_modal .modal-dialog .modal-content .modal-header {
  border: none;
  font-size: 24px;
}
/* line 471, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
#user_status_banned_modal .modal-dialog .modal-content .modal-header .close {
  position: relative;
  right: -13%;
  padding: 25px;
}
/* line 476, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
#user_status_banned_modal .modal-dialog .modal-content .modal-header .close svg {
  width: 20px;
}
/* line 479, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
#user_status_banned_modal .modal-dialog .modal-content .modal-header .close svg g {
  fill: #94769a;
}
/* line 485, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
#user_status_banned_modal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: 'Gotham Pro Bold';
  margin-bottom: 30px;
  font-size: 18px;
}

@media (max-width: 768px) {
  /* line 504, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
  #user_status_banned_modal .modal-dialog .modal-content .modal-header .close span svg g rect {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  /* line 519, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
  #user_status_banned_modal .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 425px) {
  /* line 527, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
  #user_status_banned_modal .modal-dialog {
    width: 100%;
  }
  /* line 530, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
  #user_status_banned_modal .modal-dialog .modal-content {
    padding: 0;
  }
  /* line 533, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
  #user_status_banned_modal .modal-dialog .modal-content .modal-header {
    border: none;
  }
  /* line 536, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
  #user_status_banned_modal .modal-dialog .modal-content .modal-header .close {
    right: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 548, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
  .p-lg-0 {
    padding: 0 15px;
  }

  /* line 553, /usr/share/nginx/e-consultation/app/assets/stylesheets/application.scss */
  .main-info .name {
    margin-top: 25px;
  }
}
