/*
* common.scss
*/
.polls * {
  box-sizing: border-box; }

.polls-item {
  margin: 2em 0; }
  .polls-item:after, .polls-item:before {
    content: '';
    display: table;
    clear: both;
    width: 100%; }
  .polls-item + .polls-item {
    border-top: 1px solid;
    padding-top: 2em; }

.polls-title {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  margin-bottom: 1em !important; }

.polls label {
  display: block;
  margin: 0.5em 0; }

.polls textarea {
  width: 100%;
  min-height: 4.1em;
  height: 4.1em;
  resize: vertical; }

.polls .errorlist {
  margin: 1em 0 !important;
  font-size: 16px !important;
  color: red; }

.polls img {
  max-height: 300px;
  max-width: 100%; }

.polls-image {
  display: block;
  margin: 1em 0; }
  .polls-image img {
    margin: 0 !important; }

#content .polls-item ul {
  padding: 0; }
  #content .polls-item ul:last-child {
    margin-bottom: 0; }
  #content .polls-item ul + label {
    clear: both; }
  #content .polls-item ul li {
    list-style: none none;
    margin: .5em 0; }
    #content .polls-item ul li:last-child {
      margin-bottom: 0; }
    #content .polls-item ul li label {
      margin: 0; }
  #content .polls-item ul.star {
    float: left;
    overflow: hidden; }
    #content .polls-item ul.star li {
      display: inline-block;
      float: right;
      width: 24px;
      height: 24px;
      overflow: hidden;
      margin: 0;
      background: transparent url("../img/star_grey.758e0f85cd2d.svg") no-repeat center center;
      background-size: 24px 24px;
      cursor: pointer; }
      #content .polls-item ul.star li label {
        padding: 0 !important;
        margin: 0 !important;
        display: block;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
        text-indent: 120px;
        white-space: nowrap; }
      #content .polls-item ul.star li input {
        visibility: hidden; }
      #content .polls-item ul.star li:hover, #content .polls-item ul.star li:hover ~ li, #content .polls-item ul.star li.checked, #content .polls-item ul.star li.checked ~ li {
        background: transparent url("../img/star.fac9a2ca5512.svg") no-repeat center center; }
  #content .polls-item ul.rating li label {
    padding: 1rem;
    background: #E7EAEF; }
  #content .polls-item ul.rating li img {
    margin-top: 1em; }

#content .polls-results .polls-item ul {
  padding: 0; }
  #content .polls-results .polls-item ul + label {
    clear: both; }
  #content .polls-results .polls-item ul li {
    list-style: none none;
    margin: 0 0 1em;
    position: relative;
    padding-right: 150px;
    font-weight: 700; }
    #content .polls-results .polls-item ul li .polls-choice {
      font-weight: 100;
      margin-left: 1em;
      display: block;
      position: absolute;
      right: 0;
      top: 0; }

#content .polls-results ul.star {
  margin-top: 0; }
  #content .polls-results ul.star li {
    cursor: default;
    padding: 0;
    background: transparent url("../img/star_grey.758e0f85cd2d.svg") no-repeat center center !important; }
    #content .polls-results ul.star li.checked, #content .polls-results ul.star li.checked ~ li {
      background: transparent url("../img/star.fac9a2ca5512.svg") no-repeat center center !important; }

.filter {
  margin: 20px 0;
  border: 0 none !important;
  padding: 0 !important; }
  .filter label {
    display: inline-block;
    float: left;
    line-height: 30px; }
  .filter .input {
    margin-left: 160px;
    display: block; }
    .filter .input select {
      max-width: 100%; }
  .filter-date-range {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between; }
  .filter-date-input input {
    width: 100%;
    box-sizing: border-box; }
  .filter-date-separator {
    line-height: 30px;
    text-align: center;
    padding: 0 10px; }
  .filter .clear {
    display: inline;
    text-decoration: underline;
    padding: 0;
    margin-left: 20px;
    outline: none;
    color: #292929;
    font-weight: 100; }

.mb-0 {
  margin-bottom: 0 !important; }

.promo-news {
  margin: 35px 0;
  display: flex;
  flex-direction: row;
  height: 235px; }
  @media (max-width: 599px) {
    .promo-news {
      border-bottom: 1px solid #D3D6E9;
      border-top: 1px solid #D3D6E9;
      overflow-x: scroll;
      margin-left: -12px;
      padding-right: 10px;
      margin-top: 0;
      margin-bottom: 20px;
      height: auto; } }

.promo-news__container {
  width: 100%; }
  @media (max-width: 599px) {
    .promo-news__container {
      display: flex;
      width: auto; } }

.promo-news__preview {
  background: #ECECEC no-repeat center center;
  min-width: 54.876033058%;
  width: 54.876033058%; }
  @media (max-width: 599px) {
    .promo-news__preview {
      display: none; } }

.promo-news__list-container {
  position: relative;
  height: 33.34%;
  border-bottom: 1px solid #D3D6E9;
  border-top: 1px solid #D3D6E9;
  overflow: hidden; }
  .promo-news__list-container + .promo-news__list-container {
    border-top: 0 none; }
  @media (max-width: 599px) {
    .promo-news__list-container {
      height: auto;
      border: 0 none; }
      .promo-news__list-container + .promo-news__list-container .promo-news__list {
        border-left: 1px solid #D3D6E9; } }

.promo-news__controll {
  position: absolute;
  right: 10px;
  bottom: 6px;
  width: 25px;
  height: 10px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 599px) {
    .promo-news__controll {
      display: none; } }

.promo-news__next,
.promo-news__prev {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
  border-color: transparent #dadfef;
  cursor: pointer; }
  .promo-news__next:hover,
  .promo-news__prev:hover {
    border-color: transparent #4f74a6; }

.promo-news__next {
  border-width: 5px 0 5px 10px; }

.promo-news__prev {
  border-width: 5px 10px 5px 0; }

.promo-news__list--current {
  background-color: #f4f5fa; }

@media (max-width: 599px) {
  .promo-news__list {
    display: flex;
    padding-right: 10px; }
    .promo-news__list--current {
      background-color: transparent; } }

.promo-news__item {
  font-size: 12px;
  padding: 6px 10px;
  height: 67px; }
  .promo-news__item a {
    color: #000;
    width: 100%;
    height: inherit;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: column; }
    @media (max-width: 599px) {
      .promo-news__item a {
        height: 100%; } }
  .promo-news__item:hover a {
    color: #d8411e !important; }
  .promo-news__item + .promo-news__item {
    display: none; }
  @media (max-width: 599px) {
    .promo-news__item {
      display: block !important;
      min-width: 80vw;
      width: 80vw;
      height: auto;
      padding: 10px 0 10px 10px; } }

.promo-news__image {
  background: #ECECEC no-repeat center center;
  background-size: contain;
  margin-bottom: 10px;
  display: none; }
  @media (max-width: 599px) {
    .promo-news__image {
      display: block !important; } }
  .promo-news__image:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 70.78313%; }

.promo-news__text {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  max-height: 3.8em;
  height: 3.8em;
  position: relative; }
  .promo-news__text:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1.3em;
    width: 5em;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%); }
    @media (min-width: 600px) {
      .promo-news__list--current .promo-news__text:after {
        background: linear-gradient(90deg, rgba(244, 245, 250, 0), #f4f5fa 70%); } }

.promo-news__date {
  color: #8E8E8E;
  margin-top: auto; }

div.captcha {
  position: relative;
  vertical-align: middle;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 400px; }
  div.captcha label {
    width: 100%;
    order: 0 !important;
    margin-bottom: 10px !important;
    display: block; }
  div.captcha img {
    order: 1; }
  div.captcha a {
    display: inline-block;
    font-size: 13px;
    color: #252525;
    padding-left: 24px;
    order: 1;
    background: url("../img/refresh.10f3048d6586.png") 0 50% no-repeat; }
  div.captcha a:hover {
    text-decoration: none; }
  div.captcha input[type="text"] {
    margin: 15px 0 !important;
    height: 28px;
    order: 2;
    width: 100%; }
  div.captcha .error {
    order: 3;
    width: 100%; }
    div.captcha .error .errorlist {
      margin-top: 0 !important; }

.way,
.navMenu {
  font-size: 13px; }
