.polls-widget {
      font-family: 'Nunito', sans-serif;
    }

    .polls-widget .survey-widget__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 10px;
    }

    .polls-widget .survey-widget__title {
      margin-bottom: 0;
    }

    .polls-widget .survey-widget__nav {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
      -webkit-user-select: none;
      user-select: none;
    }

    .polls-widget .survey-widget__nav .survey-slider__nav {
      position: static;
      top: auto;
      right: auto;
      left: auto;
      transform: none;
      width: 25px;
      height: 25px;
    }

    .polls-widget .survey-widget__nav .survey-slider__nav img {
      width: 16px;
      height: 16px;
    }

    .polls-widget .survey-slider__pagination {
      margin: 12px 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 10px;
    }

    .polls-widget .survey-slider__dot {
      width: 8px;
      height: 8px;
      border: 0;
      border-radius: 50%;
      background: #d3d8df;
      padding: 0;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .polls-widget .survey-slider__dot:hover {
      background: #a7b2bf;
    }

    .polls-widget .survey-slider__dot.is-active {
      width: 18px;
      border-radius: 999px;
      background: #6A7284;
    }

    .polls-widget .survey-slider__dots-gap {
      font-size: 12px;
      line-height: 1;
      color: #a7b2bf;
      user-select: none;
    }

    .polls-widget .survey-slider__slide {
      display: flex;
    }

    .polls-widget .survey-slider__viewport {
      touch-action: pan-y;
    }

    .polls-widget .survey-card,
    .polls-widget .survey__first-block,
    .polls-widget .survey__main-block {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    .polls-widget .survey__first-block,
    .polls-widget .survey__main-block {
      flex: 1;
    }

    .polls-widget .survey__information-imges img {
      width: 100px;
      height: 100px;
      object-fit: contain;
    }

    .polls-widget .survey__information-text {
      margin: 12px;
    }

    .polls-widget .survey__main-block-button {
      width: calc(100% - 24px);
      margin-left: auto;
      margin-right: auto;
    }

    .polls-widget .survey__main-block-button:first-of-type {
      margin-top: auto;
    }

    .polls-widget .survey__main-block-button:last-of-type {
      margin-bottom: 12px;
    }

    .polls-widget .survey-card.is-finished .survey__second-block {
      flex: 1;
    }

    .polls-widget .survey__bookmaker img {
      display: block;

      max-width: 110px;
      object-fit: contain;
      width: auto;
    }

    .polls-widget .survey__coefficient-button {
      margin: 15px;
    }

    .polls-widget .survey__coefficient-button:disabled {
      cursor: default;
      filter: grayscale(1);
      opacity: 0.65;
      pointer-events: none;
    }
