@media (max-width: 1600px) {
  .select2-dropdown {
    padding: 0.66667vw; }
  .rating-page .chart .title-organization {
    top: -4.66667rem; }
  .rating-page .chart-wrapper.column .chart:first-child, .rating-page .chart-wrapper.column .chart:last-child {
    height: 50rem; }
  .rating-page .chart-wrapper .with-shadow .shadow {
    width: 9.16667rem; }
  .rating-page .chart-wrapper .chart.small {
    height: 39rem; }
  .select2-results__option {
    padding: 0.66667vw;
    font-size: 0.93333vw;
    line-height: 1.13333vw; }
  .popup.download-app .popup-content {
    width: calc(552 / 1500 * 100vw - 150 / 1500 * 100vw);
    padding: 3.33333vw 3.90625vw 3.33333vw; }
    .popup.download-app .popup-content strong {
      font-weight: 500;
      font-size: 1.6vw;
      line-height: 2.4vw;
      letter-spacing: -0.03309vw; }
    .popup.download-app .popup-content a {
      width: 3.2vw;
      margin-right: 1.33333vw;
      height: 3.2vw; }
      .popup.download-app .popup-content a:last-child {
        margin-right: 0; } }

@media (max-width: 1022px) {
  .rating-page {
    width: 90%; }
  .rating-page .chart-wrapper .with-shadow .shadow {
    width: 10.16667rem; }
  .rating-page .chart-wrapper .with-shadow {
    position: relative;
    width: 39rem; }
  .rating-page .chart .chart-graph {
    padding-right: 10px; }
  .rating-page .tabs-content .buttons-list li:nth-child(2), .rating-page .tabs-content .buttons-list li:nth-child(3) {
    display: none; }
  .rating-page .chart-wrapper .with-shadow .chart.district {
    height: 43rem; }
  .content {
    height: auto; }
  .rating-page .chart-wrapper.column .chart:first-child, .rating-page .chart-wrapper.column .chart:last-child {
    height: auto; }
  .rating-page .chart .title-organization {
    position: static; }
  .rating-page .chart-wrapper .chart.small {
    height: 43rem; }
  .rating-page .chart-wrapper .with-shadow .chart {
    height: 550px; } }

@media (max-width: 768px) and (max-height: 1024px) {
  .popup.popup-detail {
    background: transparent; }
    .popup.popup-detail .overlay {
      display: block; }
    .popup.popup-detail .popup-content {
      background: #fff;
      margin: 0;
      padding: 0;
      width: 462px;
      border-radius: 16px;
      overflow: hidden;
      height: auto;
      position: relative; }
      .popup.popup-detail .popup-content a {
        right: 24px;
        position: absolute;
        top: 24px; }
      .popup.popup-detail .popup-content h3 {
        display: none; }
      .popup.popup-detail .popup-content .thumbs.emergency .title, .popup.popup-detail .popup-content .thumbs.planned .title {
        width: 281px;
        display: block;
        padding: 24px 0 16px;
        font-size: 18px;
        line-height: 24px;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
      .popup.popup-detail .popup-content .thumbs.emergency .edit, .popup.popup-detail .popup-content .thumbs.planned .edit {
        display: none; }
      .popup.popup-detail .popup-content .thumbs.emergency .img, .popup.popup-detail .popup-content .thumbs.planned .img {
        height: 256px;
        margin-top: 88px;
        position: static;
        width: 100%;
        display: block;
        overflow: hidden; }
        .popup.popup-detail .popup-content .thumbs.emergency .img img, .popup.popup-detail .popup-content .thumbs.planned .img img {
          width: 100%;
          height: 256px; }
      .popup.popup-detail .popup-content .thumbs.emergency .desktop, .popup.popup-detail .popup-content .thumbs.planned .desktop {
        display: block;
        margin-top: 16px; }
      .popup.popup-detail .popup-content .thumbs.emergency .description, .popup.popup-detail .popup-content .thumbs.planned .description {
        padding: 16px 32px 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .popup.popup-detail .popup-content .thumbs.emergency .description strong, .popup.popup-detail .popup-content .thumbs.planned .description strong {
          font-weight: 600;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: -0.165px;
          -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
          color: #000000; }
        .popup.popup-detail .popup-content .thumbs.emergency .description p, .popup.popup-detail .popup-content .thumbs.planned .description p {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          margin-bottom: 16px;
          letter-spacing: -0.165px; }
        .popup.popup-detail .popup-content .thumbs.emergency .description em, .popup.popup-detail .popup-content .thumbs.planned .description em {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: -0.165px;
          -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
          color: #000000; }
        .popup.popup-detail .popup-content .thumbs.emergency .description .status, .popup.popup-detail .popup-content .thumbs.planned .description .status {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1;
          margin-top: 8px; }
          .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag {
            border-radius: 2px;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
            font-feature-settings: 'pnum' on, 'lnum' on;
            color: #FFFFFF;
            padding: 8px 16px; }
            .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.yellow, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.yellow {
              background: #FFA515; }
            .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.red, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.red {
              background: #FF5555;
              padding: 0;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.blue, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.blue {
              background: #007BEC;
              padding: 0;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.icon, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.icon {
              width: 32px;
              height: 32px;
              margin-left: 8px; }
            .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.default, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.default {
              background: #97A6B7; }
      .popup.popup-detail .popup-content .thumbs.news .status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .popup.popup-detail .popup-content .thumbs.news .status .tag {
          border-radius: 2px;
          font-weight: 600;
          font-size: 14px;
          line-height: 16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
          color: #FFFFFF;
          padding: 8px 16px; }
          .popup.popup-detail .popup-content .thumbs.news .status .tag.default {
            background: #97A6B7; }
      .popup.popup-detail .popup-content .thumbs.news .edit {
        display: none; }
      .popup.popup-detail .popup-content .thumbs.news .img {
        position: static;
        height: 256px;
        display: block; }
        .popup.popup-detail .popup-content .thumbs.news .img img {
          height: 100%;
          width: 100%; }
      .popup.popup-detail .popup-content .thumbs.news .title {
        display: block;
        margin-top: 12px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.165px;
        -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #000000; }
      .popup.popup-detail .popup-content .thumbs.news .desktop {
        display: block;
        margin-top: 16px; }
        .popup.popup-detail .popup-content .thumbs.news .desktop p {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: -0.165px;
          -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on; }
      .popup.popup-detail .popup-content .thumbs.news .description {
        padding: 16px 32px 32px; }
  .center-content, body.oz .wrapper .center-content, body.uz .wrapper .center-content {
    width: 704px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  .content .news-page {
    padding: 0; }
  .content .news-page .ideas-search form .searchlist {
    display: none; }
  .content .news-page .tabs-news .tabs-links a.mobile {
    display: block; }
  .content .news-page .ideas-page .ideas-panel {
    margin-top: 16px; }
  .popup .popup-content form.auth {
    margin: 0 30px; }
  .popup .popup-content form .input-thumbs input[type=email], .popup .popup-content form .input-thumbs input[type=password], .popup .popup-content form .input-thumbs input[type=tel], .popup .popup-content form .input-thumbs input[type=text] {
    font-size: 16px;
    height: 48px; }
  .popup .popup-content form .remember-me a {
    font-size: 12px; }
  .popup .popup-content form .remember-me label span {
    width: 15px;
    height: 15px; }
  .popup .popup-content form .remember-me label, .popup .popup-content form .registration-link span {
    font-size: 13px; }
  .popup .popup-content form button {
    height: 48px;
    border-radius: 35px;
    font-size: 16px; }
  form .helper-text, .popup .popup-content form .recover-code, .popup .popup-content form .recover-number, .popup .popup-content form .recover-code sub, .popup .popup-content form .recover-number sub {
    font-size: 12px; }
  .popup .popup-content form strong {
    font-size: 14px; }
  .popup .popup-content.person {
    width: 500px; }
  .popup .popup-content.person form {
    margin: 0 auto;
    width: 80%; }
  .popup .popup-content.person form .serias-passport .series-input {
    width: 50px; }
  .popup .popup-content.person form .calendar-input i {
    width: 24px;
    height: 24px; }
  .datepicker td, .datepicker th {
    font-size: 14px; }
  .content .selected-list .thumbs ul {
    font-size: 14px; }
  .content .selected-list .thumbs {
    margin-bottom: 16px;
    border-radius: 10px; }
  .content .news-page .tabs-news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .show-popup {
    overflow: hidden; }
  .content .news-page .create-news-button {
    display: none; }
  .popup-sort .popup-content {
    padding: 32px;
    width: 461px;
    border-radius: 8px;
    position: relative; }
    .popup-sort .popup-content h3 {
      font-weight: 600;
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      margin-bottom: 44px;
      letter-spacing: -0.165px;
      color: #000000; }
    .popup-sort .popup-content a {
      position: absolute;
      top: 24px;
      right: 24px; }
    .popup-sort .popup-content form label {
      display: block;
      font-size: 16px;
      margin-bottom: 24px;
      position: relative;
      line-height: 24px;
      color: #000000; }
    .popup-sort .popup-content form .select2-container {
      margin-top: 4px; }
    .popup-sort .popup-content form button {
      margin: 56px 0 0;
      border: none;
      background: -webkit-linear-gradient(266.42deg, #12B79B 5.89%, #00AC8A 94.11%);
      background: -o-linear-gradient(266.42deg, #12B79B 5.89%, #00AC8A 94.11%);
      background: linear-gradient(183.58deg, #12B79B 5.89%, #00AC8A 94.11%);
      border-radius: 28px;
      font-weight: 600;
      height: 48px;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: -0.165px;
      color: #FFFFFF; }
  .content .news-page .ideas-search form .search-side {
    height: 48px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .content .news-page .ideas-search form .search-side input {
      height: 100%;
      padding: 0 32px;
      font-size: 16px; }
    .content .news-page .ideas-search form .search-side button {
      height: 100%; }
      .content .news-page .ideas-search form .search-side button svg {
        width: 24px;
        height: 24px; }
  .content .news-page .ideas-search form .mobile-sort {
    display: block;
    margin-left: 16px; }
    .content .news-page .ideas-search form .mobile-sort button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #1ABC9C;
      border-radius: 50px;
      height: 48px;
      outline: none;
      border: none;
      font-size: 16px;
      margin-right: 0;
      padding: 0 32px;
      line-height: 24px;
      color: #FFFFFF; }
      .content .news-page .ideas-search form .mobile-sort button svg {
        width: 24px;
        height: 24px;
        margin-right: 8px; }
  .content .problems-form .caption-problems .left-side {
    width: 40.27778rem; }
  .desktop {
    display: none; }
  .content .selected-list {
    width: 100%; }
  header nav ul li:nth-child(2), header nav ul li:last-child {
    display: none; }
  header nav ul li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px; }
  header .logo {
    margin-right: 15px; }
    header .logo a {
      width: 96px;
      height: 32px; }
  .content .subcategory-block {
    margin: 0; }
  .content .news-page .news-thumbs {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 16px; }
  .banner .title, .banner.news .title, .banner.problems .title {
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    line-height: 40px; }
  .banner.news p, .banner p, .banner.problems p {
    text-align: center;
    margin: 16px auto 0;
    font-size: 16px;
    line-height: 24px;
    width: 64%; }
  .content .news-page .tabs-news .tabs-links a {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 35px; }
  .report-page {
    margin-bottom: 80px; }
    .report-page .report-banner {
      padding-bottom: 24px;
      margin-bottom: 24px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-bottom: 1px solid #BDC1D4; }
      .report-page .report-banner:before {
        width: 100%;
        top: 0;
        height: 216px; }
      .report-page .report-banner h1 {
        font-size: rem(56);
        font-style: normal;
        color: #313B6C;
        font-weight: 700;
        margin-bottom: rem(24); }
      .report-page .report-banner p {
        color: #666F76;
        width: 300px;
        font-size: 14px;
        text-align: left;
        margin: 0;
        line-height: 20px; }
    .report-page .filters {
      margin-bottom: 24px; }
      .report-page .filters ul li:first-child {
        border-radius: 4px 0 0 4px; }
      .report-page .filters ul li:last-child {
        border-radius: 0  4px 4px 0; }
      .report-page .filters ul li a {
        padding: 8px 12px;
        font-size: 12px; }
        .report-page .filters ul li a:hover, .report-page .filters ul li a.active {
          border-radius: 4px; }
      .report-page .filters .picker {
        border-radius: 4px;
        padding: 0 8px;
        height: 40px;
        width: 255px; }
        .report-page .filters .picker input {
          font-size: 12px; }
        .report-page .filters .picker h3 {
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #002930;
          margin-bottom: 25px; }
        .report-page .filters .picker .period-actions {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 15px;
          margin-bottom: 24px; }
          .report-page .filters .picker .period-actions button {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 40px;
            font-size: 14px;
            border: none;
            cursor: pointer;
            border-radius: 8px;
            background: #F0F2F5;
            outline: none;
            width: 100%; }
            .report-page .filters .picker .period-actions button:hover, .report-page .filters .picker .period-actions button.active {
              color: #fff;
              background: var(--primary); }
        .report-page .filters .picker .daterangepicker {
          width: 516px;
          padding: 24px; }
          .report-page .filters .picker .daterangepicker:after, .report-page .filters .picker .daterangepicker:before {
            display: none; }
          .report-page .filters .picker .daterangepicker .closePicker {
            position: absolute;
            right: 20px;
            width: 14px;
            height: 14px;
            top: 20px;
            background: transparent;
            border: none;
            outline: none;
            cursor: pointer; }
            .report-page .filters .picker .daterangepicker .closePicker svg {
              width: 100%;
              height: 100%; }
              .report-page .filters .picker .daterangepicker .closePicker svg path {
                stroke: var(--close-color); }
          .report-page .filters .picker .daterangepicker .drp-buttons {
            border: none;
            padding: 15px 0 0; }
            .report-page .filters .picker .daterangepicker .drp-buttons .drp-selected {
              margin-bottom: 0;
              font-weight: 400;
              float: left;
              font-size: rem(14);
              line-height: em(16, 14);
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              z-index: 2;
              word-spacing: 15px;
              position: relative; }
              .report-page .filters .picker .daterangepicker .drp-buttons .drp-selected span {
                background: url("../img/d-bg.png") no-repeat left top/cover;
                padding: 0;
                font-weight: 400;
                font-size: rem(14);
                width: rem(124);
                position: relative;
                height: 100%; }
                .report-page .filters .picker .daterangepicker .drp-buttons .drp-selected span:first-child {
                  margin-right: rem(16); }
                  .report-page .filters .picker .daterangepicker .drp-buttons .drp-selected span:first-child:after {
                    width: 8px;
                    height: 1px;
                    background: #D0D0D0;
                    position: absolute;
                    right: rem(-12);
                    top: 50%;
                    content: "";
                    display: block; }
                .report-page .filters .picker .daterangepicker .drp-buttons .drp-selected span input {
                  border: none;
                  height: vw(40);
                  padding: 0 rem(37) 0 rem(12);
                  background: transparent;
                  outline: none;
                  font-size: rem(12);
                  width: 100%;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
            .report-page .filters .picker .daterangepicker .drp-buttons .btn {
              font-weight: 500;
              font-size: 16px;
              line-height: 24px;
              background: #F0F2F5;
              border-radius: 4px;
              height: 40px;
              width: auto;
              color: #000;
              border: none;
              text-transform: none;
              margin: 0;
              outline: none;
              cursor: pointer; }
              .report-page .filters .picker .daterangepicker .drp-buttons .btn:hover, .report-page .filters .picker .daterangepicker .drp-buttons .btn.active {
                background: #00BFAF;
                color: #fff; }
              .report-page .filters .picker .daterangepicker .drp-buttons .btn:before {
                display: none; }
              .report-page .filters .picker .daterangepicker .drp-buttons .btn.cancelBtn {
                display: none; }
              .report-page .filters .picker .daterangepicker .drp-buttons .btn.applyBtn {
                float: right;
                padding: 0 22px;
                font-size: 16px;
                background: #00BFAF;
                color: #fff; }
        .report-page .filters .picker .daterangepicker .calendar-table th, .report-page .filters .picker .daterangepicker .calendar-table td {
          width: 36px;
          height: 36px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: none;
          font-size: 14px;
          line-height: 16px; }
        .report-page .filters .picker .daterangepicker .calendar-table th {
          font-size: 12px;
          line-height: 16px;
          font-weight: 400;
          color: #919EAB; }
          .report-page .filters .picker .daterangepicker .calendar-table th.month {
            color: #002930;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px; }
          .report-page .filters .picker .daterangepicker .calendar-table th.next span {
            border: none;
            background: url("../img/IconForward.png") no-repeat;
            width: 24px;
            height: 24px;
            padding: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; }
          .report-page .filters .picker .daterangepicker .calendar-table th.prev span {
            border: none;
            background: url("../img/IconForward.png") no-repeat;
            width: 24px;
            height: 24px;
            padding: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        .report-page .filters .picker .daterangepicker .drp-calendar.left, .report-page .filters .picker .daterangepicker .drp-calendar.right {
          padding: 0; }
        .report-page .filters .picker .daterangepicker td.active, .report-page .filters .picker .daterangepicker td.active:hover, .report-page .filters .picker .daterangepicker td.end-date:not(.ends).in-range {
          background: var(--primary); }
        .report-page .filters .picker .daterangepicker td.start-date.active {
          position: relative;
          background: #D6F5F2;
          border-radius: 50% 0 0 50%;
          z-index: 1; }
          .report-page .filters .picker .daterangepicker td.start-date.active:after {
            width: 100%;
            height: 100%;
            position: absolute;
            background: #00BFAF;
            top: 0;
            left: 0;
            z-index: -1;
            content: "";
            border-radius: 32px; }
        .report-page .filters .picker .daterangepicker td.end-date:not(.ends).active {
          position: relative;
          z-index: 1;
          background: #D6F5F2;
          border-radius: 0 50% 50% 0; }
          .report-page .filters .picker .daterangepicker td.end-date:not(.ends).active:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #00BFAF;
            z-index: -1;
            content: "";
            border-radius: 32px; }
        .report-page .filters .picker .daterangepicker td.start-date, .report-page .filters .picker .daterangepicker td.end-date {
          border-radius: 32px; }
        .report-page .filters .picker .daterangepicker td.in-range {
          background: #D6F5F2; }
        .report-page .filters .picker .daterangepicker td.off.start-date.active, .report-page .filters .picker .daterangepicker td.off.end-date:not(.ends).active {
          background: #D6F5F2;
          border-radius: 0; }
        .report-page .filters .picker .daterangepicker td.off, .report-page .filters .picker .daterangepicker td.off.in-range, .report-page .filters .picker .daterangepicker td.off.start-date, .report-page .filters .picker .daterangepicker td.off.end-date {
          color: #919EAB; }
        .report-page .filters .picker .daterangepicker td.off, .report-page .filters .picker .daterangepicker td.off.in-range, .report-page .filters .picker .daterangepicker td.off.start-date.active, .report-page .filters .picker .daterangepicker td.off.start-date, .report-page .filters .picker .daterangepicker td.off.end-date {
          background-color: #fff;
          border-color: transparent;
          color: #919EAB; }
          .report-page .filters .picker .daterangepicker td.off:after, .report-page .filters .picker .daterangepicker td.off.in-range:after, .report-page .filters .picker .daterangepicker td.off.start-date.active:after, .report-page .filters .picker .daterangepicker td.off.start-date:after, .report-page .filters .picker .daterangepicker td.off.end-date:after {
            display: none; }
    .report-page .report-list {
      overflow: hidden; }
      .report-page .report-list.row {
        gap: rem(24); }
        .report-page .report-list.row.loading {
          opacity: 0;
          visibility: hidden; }
        .report-page .report-list.row .block.loaded:last-child {
          width: rem(402); }
      .report-page .report-list .block {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .report-page .report-list .block.loaded:first-child {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
        .report-page .report-list .block.loaded:last-child {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          width: 100%; }
        .report-page .report-list .block.remove-item {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          position: absolute;
          display: none; }
        .report-page .report-list .block:first-child {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%); }
        .report-page .report-list .block:last-child {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%); }
      .report-page .report-list h2 {
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 32px; }
      .report-page .report-list ul {
        list-style: none; }
        .report-page .report-list ul.full li {
          width: 100%; }
          .report-page .report-list ul.full li:not(:last-child) {
            margin-bottom: rem(16); }
          .report-page .report-list ul.full li.thumb {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 14px; }
            .report-page .report-list ul.full li.thumb .img {
              width: 90px;
              height: 80px; }
              .report-page .report-list ul.full li.thumb .img svg {
                width: 70px;
                height: 18px;
                display: block; }
        .report-page .report-list ul.row {
          display: -ms-grid;
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(217px, 1fr)); }
          .report-page .report-list ul.row li {
            width: 100%; }
            .report-page .report-list ul.row li:hover .description {
              opacity: 1;
              visibility: visible;
              pointer-events: auto; }
            .report-page .report-list ul.row li .img {
              padding: 12px 0;
              height: 290px; }
              .report-page .report-list ul.row li .img .header svg {
                width: 94px;
                height: 24px;
                margin: 0 auto 24px; }
              .report-page .report-list ul.row li .img .header h3 {
                font-size: 18px;
                width: 150px;
                line-height: 24px; }
              .report-page .report-list ul.row li .img .header p {
                font-size: 12px;
                font-weight: 500;
                line-height: 16px;
                width: 132px;
                margin: 0 auto 8px; }
              .report-page .report-list ul.row li .img .header strong {
                font-size: 18px;
                line-height: 24px; }
              .report-page .report-list ul.row li .img .footer {
                font-size: 12px;
                line-height: 16px; }
            .report-page .report-list ul.row li .description {
              position: absolute;
              bottom: 0;
              left: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: end;
              -ms-flex-align: end;
              align-items: flex-end;
              -webkit-transition: all .4s linear;
              -o-transition: all .4s linear;
              transition: all .4s linear;
              padding: 40px 41px;
              top: 0;
              visibility: hidden;
              pointer-events: none;
              opacity: 0;
              right: 0; }
              .report-page .report-list ul.row li .description a {
                width: 100%;
                text-align: center; }
        .report-page .report-list ul li {
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .report-page .report-list ul li.thumb {
            border-radius: 8px;
            background: #F0F2F5;
            padding: 8px; }
            .report-page .report-list ul li.thumb .img {
              gap: 8px; }
              .report-page .report-list ul li.thumb .img strong {
                font-size: 14px;
                line-height: 20px; }
            .report-page .report-list ul li.thumb .description strong {
              font-size: 14px;
              line-height: 20px; }
            .report-page .report-list ul li.thumb .description .tags span {
              border-radius: 2px;
              background: #FFF;
              font-size: 12px;
              line-height: 18px; }
            .report-page .report-list ul li.thumb .description .tags a {
              border-radius: 2px;
              font-size: 12px;
              line-height: 18px; }
            .report-page .report-list ul li.thumb a {
              border-radius: 8px;
              background: #00BFAF;
              color: #FFF;
              font-size: 18px;
              font-weight: 600;
              display: block;
              padding: rem(16);
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              text-decoration: none;
              line-height: 24px; }
    .report-page .report-pagination ul {
      list-style: none;
      margin-top: rem(32);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 6px; }
      .report-page .report-pagination ul li.disabled a, .report-page .report-pagination ul li.disabled:hover a {
        background: #ccc;
        border-color: #ccc;
        color: #000;
        cursor: not-allowed; }
      .report-page .report-pagination ul li:hover a, .report-page .report-pagination ul li.active a {
        background: #00BFAF;
        border-color: #00BFAF;
        color: #fff; }
      .report-page .report-pagination ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        min-width: 40px;
        min-height: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 8px;
        color: #0F172A;
        text-decoration: none;
        text-align: center;
        border-radius: 8px;
        border: 1px solid #E5E8EB;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px; }
  footer {
    height: 9.94444rem;
    padding-top: 6.38889rem; }
    footer .f-logo {
      margin-left: 0; }
  .content .news-page .ideas-search .sort-panel.column {
    display: none; }
  .content .news-page .ideas-search form .search-side {
    margin-left: 0; }
  .content .problems-form .caption-problems .left-side input[type=text] {
    font-size: 13px; }
  .content .news-page .news-thumbs .thumbs strong.title {
    font-size: 16px;
    line-height: 24px; }
  .content .news-page .news-thumbs .thumbs.news .description .status .tag.default, .content .news-page .news-thumbs .thumbs .description .status .tag {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px; }
  .content .news-page .news-thumbs .thumbs a.edit {
    width: 40px;
    height: 40px; }
    .content .news-page .news-thumbs .thumbs a.edit svg {
      width: 20px;
      height: 20px; }
  .content .news-page .news-thumbs .thumbs .description .status .tag.icon {
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .content .news-page .news-thumbs .thumbs .description .status .tag.icon svg {
      width: 16px;
      height: 16px; }
  .banner.news, .banner, .banner.problems {
    padding-top: 0;
    height: 43.66667rem; }
  .banner.news:before, .banner:before {
    left: 0;
    top: 120px;
    width: 100%;
    height: 372px;
    right: 0;
    margin: 0 auto; }
  .banner.news.report-banner {
    height: 21.66667rem; }
  .banner.news.report-banner:before, .banner.report-banner:before {
    left: 0;
    top: 0;
    width: 100%;
    background-position: center right;
    height: 221px;
    right: 0;
    margin: 0 auto; }
  .banner.problems:before {
    left: 0;
    top: 120px;
    width: 100%;
    height: 330px;
    right: 0;
    margin: 0 auto; }
  .content .problems-header .stepper-panel {
    margin: 0 14px; }
  .banner.problems.active p {
    width: 56.66667rem; }
  .content .subcategory-content .subSubcategory li ul li a {
    font-size: 11px;
    line-height: 14px; }
  .content .subcategory-content .subSubcategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
  .content .subcategory-content .subSubcategory li {
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%; }
  .content .problems-form .caption-problems .left-side textarea {
    font-size: 13px;
    line-height: 17px; }
  .content .subcategory-content .subSubcategory li ul li {
    margin-bottom: 10px; }
  .content .problems-header .stepper-panel ul li {
    width: auto; }
  .content .problems-header .stepper-panel ul li:after {
    width: 4.16667rem; }
  .content .problems-header .stepper-panel ul li:nth-child(2) {
    width: auto; }
  .mobile-list-news-type {
    display: none; } }

@media (max-width: 767px) {
  .content .comments-block form div {
    border: none;
    padding-left: 0; }
  .empty-problem-list {
    font-size: 16px;
    text-align: center; }
  .popup.popup-subregion .popup-content form ul li button {
    font-size: 14px; }
  .popup.popup-subregion .popup-content .popup-header .back-dialog {
    width: 16px;
    height: 16px;
    left: -24px;
    top: -16px; }
  .content .profile-page .profile-problem-content .profile-filters .list li ul li a {
    font-size: 14px;
    padding: 8px 12px; }
  header .region-list ul li a span {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit; }
  .popup.popup-subregion .popup-content form ul li.suggestion {
    height: 40px;
    padding-right: 12px;
    margin: 12px 0; }
    .popup.popup-subregion .popup-content form ul li.suggestion input {
      font-size: 14px;
      padding: 0 12px; }
  .popup.popup-subregion .popup-content form ul li .checkbox-wrapper {
    font-size: 14px;
    padding: 12px 0; }
    .popup.popup-subregion .popup-content form ul li .checkbox-wrapper .checkbox-inner {
      width: 20px;
      height: 20px; }
  .popup.popup-subregion .popup-content form button[type=submit] {
    padding: 8px 50px;
    font-size: 14px; }
  .mobile-list-news-type {
    list-style: none;
    width: 100%;
    display: block; }
    .mobile-list-news-type li {
      position: relative; }
      .mobile-list-news-type li .active {
        background: #FFFFFF;
        border: 1px solid #1ABC9C;
        border-radius: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 16px;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;
        color: #100F0F; }
        .mobile-list-news-type li .active svg {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .mobile-list-news-type li ul {
        list-style: none;
        position: absolute;
        display: none;
        top: 100%;
        z-index: 50;
        margin-top: 8px;
        width: 100%;
        left: 0;
        overflow: hidden;
        background: #FFFFFF;
        border: 1px solid #D9DCE7;
        -webkit-box-shadow: 0px 144px 58px rgba(0, 0, 0, 0.01), 0px 81px 49px rgba(0, 0, 0, 0.05), 0px 36px 36px rgba(0, 0, 0, 0.09), 0px 9px 20px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 144px 58px rgba(0, 0, 0, 0.01), 0px 81px 49px rgba(0, 0, 0, 0.05), 0px 36px 36px rgba(0, 0, 0, 0.09), 0px 9px 20px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
        border-radius: 16px; }
        .mobile-list-news-type li ul li:not(:last-child) {
          border-bottom: 1px solid #D9DCE7; }
        .mobile-list-news-type li ul a {
          text-decoration: none;
          color: #000;
          font-weight: 600;
          font-size: 18px;
          line-height: 24px;
          padding: 15px;
          display: block; }
          .mobile-list-news-type li ul a:hover, .mobile-list-news-type li ul a.active {
            background: #F5F6F9; }
  .content .news-page .ideas-search form .mobile-sort {
    margin-left: 8px; }
    .content .news-page .ideas-search form .mobile-sort button {
      font-size: 0;
      width: 48px;
      height: 48px;
      padding: 0; }
  .content .news-page {
    padding: 0 5vw; }
  .content .selected-list {
    width: 100%; }
  .select-box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .content .news-page .create-news .select-box-content .input-thumbs {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin-right: 0;
    margin-bottom: 16px; }
  .content .news-page .create-news label span {
    font-size: 12px;
    line-height: 16px; }
  .content .news-page .create-news .input-thumbs .caption {
    padding: 16px; }
    .content .news-page .create-news .input-thumbs .caption strong {
      font-size: 16px;
      line-height: 24px; }
  .select2-dropdown .select2-results__option {
    font-size: 14px;
    padding: 8px 16px; }
  .content .news-page .create-news .input-thumbs .caption ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px; }
    .content .news-page .create-news .input-thumbs .caption ul li em {
      font-size: 16px;
      line-height: 24px; }
    .content .news-page .create-news .input-thumbs .caption ul li input {
      margin: 0 0 4px;
      width: 100% !important;
      height: 48px;
      font-size: 14px;
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit; }
    .content .news-page .create-news .input-thumbs .caption ul li span {
      font-size: 12px;
      max-width: 100% !important;
      width: 100%;
      margin-bottom: 4px;
      line-height: 16px; }
    .content .news-page .create-news .input-thumbs .caption ul li .input-panel {
      -webkit-box-flex: inherit !important;
      -ms-flex: inherit !important;
      flex: inherit !important;
      margin: 0 !important;
      width: 100%; }
      .content .news-page .create-news .input-thumbs .caption ul li .input-panel span {
        margin-bottom: 0; }
      .content .news-page .create-news .input-thumbs .caption ul li .input-panel textarea {
        font-size: 14px;
        padding: 8px;
        line-height: 18px; }
  .content .news-page .create-news .btn {
    height: 48px;
    font-size: 14px; }
  .content .news-page .create-news .input-thumbs .select2-container--default .select2-selection--single {
    height: 48px; }
  .content .news-page .create-news label span.select2-selection__rendered {
    line-height: 48px;
    font-size: 16px; }
  body.uz .wrapper .center-content, body.uz .wrapper .center-content.executor-center-content, body.oz .wrapper .center-content, body.oz .wrapper .center-content.executor-center-content {
    width: 100%;
    padding: 0 15px; }
  body.ru .rating-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body.show-popup header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .testing {
    height: 12.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4vw;
    color: #fff;
    font-weight: 500; }
    .testing.mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .content .profile-page .profile-problem-content .profile-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .content .profile-page .profile-problem-content .profile-filters .list:first-child {
    margin-right: 0; }
  .content .profile-page .profile-problem-content .profile-filters .list {
    width: 100%;
    margin-bottom: 16px; }
  .content .profile-page .profile-problem-content .profile-filters .list li .selected {
    height: 48px;
    padding: 0 15px;
    font-size: 14px; }
  .content .profile-page .profile-problem-content .profile-filters .list li .selected:after {
    width: 15px;
    height: 9px; }
  .center-content {
    width: 100%;
    padding: 0 5vw;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .center-content.profile-center-content {
      margin: 0 auto;
      width: 100%; }
    .center-content.executor-center-content {
      margin: 0 auto;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .center-content.executor-center-content .profile-page .profile-content {
        margin-right: 8.5vw; }
  .desktop {
    display: none !important; }
  .mobile {
    display: block; }
  .alert {
    padding: 5vw 4.75vw;
    border: 0.25vw solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3.75vw;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4vw;
    line-height: 4.75vw; }
    .alert i {
      margin-right: 1.5vw;
      margin-top: 1.25vw;
      width: 6vw;
      height: 6vw; }
      .alert i svg {
        width: 100%;
        height: 100%; }
    .alert span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .btn {
    position: relative;
    border-radius: 5.75vw;
    padding: 2.75vw 7vw;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    outline: none;
    text-transform: none;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    overflow: hidden;
    font-weight: 500;
    font-size: 4vw;
    line-height: 4.5vw; }
    .btn:before {
      position: absolute;
      width: 100%;
      border-radius: 5.75vw;
      height: 100%;
      content: "";
      top: -10%;
      visibility: hidden;
      opacity: 0;
      z-index: -1;
      -webkit-transition: all .4s ease-in;
      -o-transition: all .4s ease-in;
      transition: all .4s ease-in;
      -webkit-box-shadow: 0vw 1vw 1vw rgba(0, 0, 0, 0.25);
      box-shadow: 0vw 1vw 1vw rgba(0, 0, 0, 0.25); }
    .btn:hover:before {
      top: 0;
      visibility: visible;
      left: 0;
      opacity: 1; }
    .btn.bordered {
      font-size: 4vw;
      line-height: 4.75vw;
      color: #000000;
      border: 0.25vw solid #B2B7D0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 6.25vw; }
    .btn.large {
      padding: 3vw 0 3.25vw;
      width: 100%;
      font-size: 4vw;
      text-transform: none;
      border-radius: 6.25vw; }
      .btn.large:before {
        border-radius: 6.25vw; }
  form input {
    height: 10vw;
    width: 100%;
    background: #F8F9FA;
    border: 0.125vw solid rgba(178, 183, 208, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8.75vw;
    font-weight: 500;
    font-size: 3.25vw;
    line-height: 4vw;
    padding: 0 5vw; }
  form textarea {
    border: 0.25vw solid rgba(178, 183, 208, 0.25);
    border-radius: 2.5vw; }
  form button[disabled] {
    cursor: default;
    border: none;
    background: rgba(178, 183, 208, 0.5) !important; }
    form button[disabled]:focus, form button[disabled].active {
      background: rgba(178, 183, 208, 0.5); }
    form button[disabled]:hover:before {
      display: none !important; }
  form .helper-text {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 500;
    font-size: 3.5vw;
    margin-bottom: 3.75vw;
    margin-top: 2.5vw;
    line-height: 4.25vw; }
    form .helper-text.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    form .helper-text i {
      width: 10vw;
      height: 6.25vw;
      display: block;
      margin-right: 2.5vw; }
    form .helper-text.error svg path {
      fill: #FF5555; }
    form .helper-text.warning svg path {
      fill: #FFA514; }
  .datepicker {
    position: absolute;
    background: #fff;
    z-index: 9999;
    border: 0.25vw solid #ccc; }
  .mobile-menu {
    position: fixed;
    z-index: 11;
    display: none;
    left: 0;
    padding: 15vw 0;
    top: 0;
    overflow-y: scroll;
    right: 0;
    background: #fff;
    height: calc(100% - 30vw); }
    .mobile-menu .send-problems {
      text-align: center;
      margin-top: 30px;
      padding: 5vw 4.75vw;
      background: #F8F9FA; }
      .mobile-menu .send-problems strong {
        display: block;
        font-size: 4.5vw;
        line-height: 5.5vw;
        font-weight: 600;
        margin: 0 7.5vw 5vw; }
    .mobile-menu .profile-link {
      display: block;
      margin-bottom: 2vw;
      padding: 0 5vw 5vw;
      width: calc(100% - 40/ 400 * 100vw);
      border-bottom: 0.125vw solid rgba(178, 183, 208, 0.5);
      text-decoration: none; }
      .mobile-menu .profile-link strong {
        font-weight: 600;
        font-size: 5vw;
        line-height: 6.25vw;
        letter-spacing: -0.04125vw;
        display: block;
        margin-bottom: 2.5vw;
        color: #000000; }
      .mobile-menu .profile-link span {
        background: var(--primary);
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 24px;
        min-width: 130px;
        padding: 0 3.75vw;
        font-size: 3vw;
        line-height: 3.5vw;
        color: #fff; }
    .mobile-menu ul {
      margin-bottom: 6.25vw;
      border-bottom: 0.125vw solid rgba(178, 183, 208, 0.5); }
      .mobile-menu ul.user-menu li.title {
        padding: 3vw 4.75vw;
        font-weight: 600;
        font-size: 5vw;
        line-height: 5.75vw;
        color: #B2B7D0; }
      .mobile-menu ul.user-menu li a {
        font-weight: 400; }
      .mobile-menu ul li {
        display: block;
        list-style: none; }
        .mobile-menu ul li a {
          font-weight: 600;
          font-size: 4.5vw;
          line-height: 5.5vw;
          letter-spacing: -0.04125vw;
          color: #000000;
          display: block;
          text-decoration: none;
          padding: 3vw 4.75vw;
          width: calc(100% - 38/ 400 * 100vw); }
          .mobile-menu ul li a:hover, .mobile-menu ul li a.active {
            background: #F8F9FA; }
    .mobile-menu p {
      font-weight: 600;
      text-align: center;
      font-size: 4.5vw;
      line-height: 5.5vw;
      letter-spacing: -0.04125vw;
      margin: 0 5vw 4.5vw;
      color: #B2B7D0;
      width: calc(100% - 40/ 400 * 100vw); }
    .mobile-menu .btn {
      padding: 0;
      min-height: 45px;
      margin: 0 5vw 2.5vw;
      width: calc(100% - 40/ 400 * 100vw); }
  header {
    position: relative;
    z-index: 99999;
    background: #fff; }
    header .executor-center-content .logo {
      margin-right: 7.29167vw; }
      header .executor-center-content .logo a {
        display: block;
        width: 24.5vw;
        height: 7.5vw; }
    header .logo {
      margin: 3.5vw 0 3vw; }
      header .logo a {
        display: block;
        width: 24.5vw;
        height: 7.5vw; }
    header .header-nav {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
    header .mobile-header {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      header .mobile-header .region-list {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 12px;
        margin-left: 12px;
        max-width: 100%; }
        header .mobile-header .region-list ul li {
          position: relative; }
          header .mobile-header .region-list ul li a {
            font-size: 10px; }
            header .mobile-header .region-list ul li a.selected:after {
              margin-top: -2.5px;
              width: 10px;
              height: 5px; }
            header .mobile-header .region-list ul li a svg {
              display: none; }
          header .mobile-header .region-list ul li ul {
            margin-top: 1.55556rem;
            width: 25.66667rem;
            padding: 8px 0;
            border-radius: 4px; }
            header .mobile-header .region-list ul li ul li {
              margin-bottom: 0; }
              header .mobile-header .region-list ul li ul li a {
                font-size: 14px;
                line-height: 18px;
                width: 100%;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding: 8px 12px; }
                header .mobile-header .region-list ul li ul li a svg {
                  display: block;
                  width: 20px;
                  height: 20px; }
      header .mobile-header .burger {
        display: block;
        margin-top: 1.5vw; }
        header .mobile-header .burger.open {
          background: url("../img/close-burger.svg") no-repeat center center/contain;
          width: 5vw;
          height: 4vw; }
          header .mobile-header .burger.open svg {
            opacity: 0; }
      header .mobile-header .language {
        margin-right: 3vw; }
        header .mobile-header .language li {
          position: relative;
          cursor: pointer;
          padding: 1.25vw 3.75vw;
          font-weight: 500;
          font-size: 3.25vw;
          line-height: 4.5vw;
          display: inline-block;
          background: #F8F9FA;
          border: 0.125vw solid rgba(178, 183, 208, 0.5);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 3.75vw; }
          header .mobile-header .language li ul {
            padding: 3.75vw 2.5vw;
            display: none;
            background: #FFFFFF;
            margin-right: 0;
            border: 0.125vw solid #B2B7D0;
            z-index: 111;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 0vw 0vw 5vw rgba(0, 0, 0, 0.05);
            box-shadow: 0vw 0vw 5vw rgba(0, 0, 0, 0.05);
            border-radius: 3.75vw;
            position: absolute;
            top: 100%;
            right: 0;
            list-style: none;
            margin-top: 1vw; }
            header .mobile-header .language li ul li {
              display: block;
              border-radius: 6.375vw;
              text-align: center;
              margin-bottom: 1.25vw; }
              header .mobile-header .language li ul li:last-child {
                margin-bottom: 0; }
              header .mobile-header .language li ul li.active {
                background: #1ABC9C; }
                header .mobile-header .language li ul li.active a {
                  color: #fff; }
              header .mobile-header .language li ul li a {
                text-decoration: none;
                color: #000;
                display: block; }
    header .notification-ring {
      margin-right: 12px;
      margin-left: 0; }
      header .notification-ring ul li {
        position: inherit; }
        header .notification-ring ul li a {
          width: 24px;
          height: 24px; }
          header .notification-ring ul li a span {
            position: absolute;
            width: 11.67px;
            height: 11.67px;
            right: 0;
            top: 0;
            display: none;
            font-weight: 600;
            text-align: center;
            border-radius: 100%;
            font-size: 7px;
            line-height: 11px;
            letter-spacing: -0.165px;
            background: #FF5555;
            color: #fff; }
        header .notification-ring ul li ul {
          border-radius: 8px;
          position: absolute;
          right: 20px;
          top: 100%;
          left: 20px;
          margin-top: 0;
          min-width: auto; }
          header .notification-ring ul li ul li {
            padding: 15px;
            position: relative;
            border-bottom: 0.5px solid rgba(178, 183, 208, 0.5); }
            header .notification-ring ul li ul li:hover {
              background: rgba(235, 237, 243, 0.25); }
            header .notification-ring ul li ul li:last-child {
              border-bottom: 0; }
            header .notification-ring ul li ul li .notification-item .tags {
              margin-bottom: 10px; }
              header .notification-ring ul li ul li .notification-item .tags .tag {
                font-size: 10px;
                line-height: 12px;
                display: block;
                padding: 5px 7px;
                margin-right: 5px;
                font-weight: bolder;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 2.54237px; }
                header .notification-ring ul li ul li .notification-item .tags .tag.default {
                  background: rgba(178, 183, 208, 0.25);
                  border: 0.254237px solid #B2B7D0; }
                header .notification-ring ul li ul li .notification-item .tags .tag.primary {
                  background: rgba(26, 188, 156, 0.15);
                  border: 0.254237px solid #1ABC9C; }
            header .notification-ring ul li ul li .notification-item p {
              font-size: 14px;
              line-height: 17px; }
            header .notification-ring ul li ul li a {
              display: block;
              right: 19px;
              top: 19px;
              width: 12px;
              height: 12px;
              position: absolute; }
              header .notification-ring ul li ul li a svg {
                width: 100%;
                height: 100%; }
    header nav, header .sign-up-button, header .region-list, header .lang-switcher, header .search-panel {
      display: none; }
  .banner {
    padding-top: 4.75vw;
    margin-bottom: 30.25vw;
    position: relative;
    height: 60.25vw; }
    .banner.news {
      height: 42.25vw;
      padding-top: 0;
      margin-bottom: 25vw; }
      .banner.news.report-banner {
        height: 37.66667rem;
        padding-top: 24px; }
        .banner.news.report-banner:before {
          top: inherit;
          bottom: 0;
          width: 100%;
          background-position: bottom center;
          height: 100%;
          left: 0;
          right: 0; }
      .banner.news:before {
        top: 20vw;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0; }
      .banner.news .title {
        margin: 0;
        text-align: center; }
      .banner.news p {
        text-align: center;
        width: 84vw;
        margin: 2.75vw auto 0;
        font-size: 3.25vw;
        line-height: 4vw; }
    .banner.ideas {
      height: 42.25vw;
      padding-top: 0;
      margin-bottom: 27.5vw; }
      .banner.ideas:before {
        background: url(../img/ideas-banner.svg) no-repeat center 0/contain;
        top: 28.25vw;
        width: 100%;
        height: 100%; }
      .banner.ideas .title {
        margin: 0;
        text-align: center; }
      .banner.ideas p {
        text-align: center;
        width: 84vw;
        margin: 2.75vw 0 0;
        font-size: 3.25vw;
        line-height: 4vw; }
    .banner.problems {
      height: 50vw;
      margin-bottom: 17vw;
      padding-top: 4.5vw; }
      .banner.problems:before {
        background: url(../img/banner.svg) no-repeat center 0/contain;
        top: 27.5vw;
        height: 100%;
        width: 100%; }
      .banner.problems.active p {
        width: 84vw; }
      .banner.problems .title {
        width: auto;
        margin: 0;
        text-align: center; }
      .banner.problems p {
        text-align: center;
        width: 84vw;
        margin: 2.75vw auto 0;
        font-size: 3.25vw;
        line-height: 4vw; }
    .banner.about {
      height: 43.5vw;
      margin-bottom: 10vw;
      padding-bottom: 62.5vw;
      padding-top: 5.25vw; }
      .banner.about:before {
        background: url(../img/about1-mobile.svg) no-repeat center 0/contain;
        position: absolute;
        height: 76.3375vw;
        width: 100%;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: inherit;
        bottom: 0; }
      .banner.about .title {
        margin: 0;
        text-align: center; }
      .banner.about p {
        text-align: center;
        width: 84vw;
        margin: 2.75vw auto 0;
        font-size: 3.25vw;
        line-height: 4vw; }
    .banner:before {
      background: url(../img/banner-mobile.svg) no-repeat center 0/contain;
      position: absolute;
      height: 96%;
      width: 100%;
      content: "";
      z-index: -1;
      left: 0;
      right: 0;
      top: 26.25vw; }
    .banner:after {
      display: none; }
    .banner .title {
      font-weight: 900;
      font-size: 6vw;
      line-height: 7.25vw;
      text-align: center;
      color: #313B6C;
      margin: 0;
      position: relative;
      z-index: 1; }
    .banner p {
      margin: 2.5vw auto 0;
      display: block;
      font-size: 3.5vw;
      width: 84vw;
      position: relative;
      z-index: 1;
      line-height: 4.25vw;
      color: #100F0F; }
  .report-page {
    margin-bottom: 80px; }
    .report-page .report-banner {
      padding-bottom: 24px;
      margin-bottom: 24px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: none; }
      .report-page .report-banner:before {
        width: 100%;
        top: 0;
        height: 216px; }
      .report-page .report-banner h1 {
        font-size: 24px;
        display: block;
        font-style: normal;
        text-align: center;
        color: #313B6C;
        font-weight: 700;
        margin-bottom: 16px; }
      .report-page .report-banner p {
        color: #666F76;
        width: 100%;
        font-size: 14px;
        margin: 0 auto;
        line-height: 20px; }
    .report-page .filters {
      margin-bottom: 12px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .report-page .filters ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 12px;
        gap: 8px; }
        .report-page .filters ul li {
          width: 100%; }
          .report-page .filters ul li:first-child {
            border-radius: 4px 0 0 4px;
            display: none; }
          .report-page .filters ul li:last-child {
            border-radius: 0  4px 4px 0; }
          .report-page .filters ul li a {
            display: block;
            text-align: center;
            padding: 8px 12px;
            font-size: 12px; }
            .report-page .filters ul li a:hover, .report-page .filters ul li a.active {
              border-radius: 4px; }
      .report-page .filters .picker {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 0 8px;
        height: 40px;
        width: 100%; }
        .report-page .filters .picker input {
          font-size: 12px; }
        .report-page .filters .picker h3 {
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #002930;
          margin-bottom: 5px; }
        .report-page .filters .picker .period-actions {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 8px;
          margin-bottom: 12px; }
          .report-page .filters .picker .period-actions button {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 40px;
            font-size: 14px;
            border: none;
            cursor: pointer;
            border-radius: 8px;
            background: #F0F2F5;
            outline: none;
            width: 100%; }
            .report-page .filters .picker .period-actions button:hover, .report-page .filters .picker .period-actions button.active {
              color: #fff;
              background: var(--primary); }
        .report-page .filters .picker .daterangepicker {
          width: 71%;
          padding: 12px; }
          .report-page .filters .picker .daterangepicker:after, .report-page .filters .picker .daterangepicker:before {
            display: none; }
          .report-page .filters .picker .daterangepicker .closePicker {
            position: absolute;
            right: 20px;
            width: 14px;
            height: 14px;
            top: 20px;
            background: transparent;
            border: none;
            outline: none;
            cursor: pointer; }
            .report-page .filters .picker .daterangepicker .closePicker svg {
              width: 100%;
              height: 100%; }
              .report-page .filters .picker .daterangepicker .closePicker svg path {
                stroke: var(--close-color); }
          .report-page .filters .picker .daterangepicker .drp-buttons {
            border: none;
            padding: 15px 0 0; }
            .report-page .filters .picker .daterangepicker .drp-buttons .drp-selected {
              margin-bottom: 0;
              font-weight: 400;
              float: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              z-index: 2;
              padding-right: 0;
              word-spacing: 15px;
              position: relative; }
              .report-page .filters .picker .daterangepicker .drp-buttons .drp-selected span {
                background: url("../img/d-bg.png") no-repeat left top/cover;
                padding: 0;
                font-weight: 400;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                position: relative;
                height: 100%; }
                .report-page .filters .picker .daterangepicker .drp-buttons .drp-selected span:first-child {
                  margin-right: rem(16); }
                  .report-page .filters .picker .daterangepicker .drp-buttons .drp-selected span:first-child:after {
                    width: 8px;
                    height: 1px;
                    background: #D0D0D0;
                    position: absolute;
                    right: rem(-12);
                    top: 50%;
                    content: "";
                    display: block; }
                .report-page .filters .picker .daterangepicker .drp-buttons .drp-selected span input {
                  border: none;
                  height: vw(40);
                  padding: 0 rem(37) 0 rem(12);
                  background: transparent;
                  outline: none;
                  font-size: rem(12);
                  width: 100%;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
            .report-page .filters .picker .daterangepicker .drp-buttons .btn {
              font-weight: 500;
              font-size: 16px;
              line-height: 24px;
              background: #F0F2F5;
              border-radius: 4px;
              height: 40px;
              width: auto;
              color: #000;
              border: none;
              text-transform: none;
              margin: 0;
              outline: none;
              cursor: pointer; }
              .report-page .filters .picker .daterangepicker .drp-buttons .btn:hover, .report-page .filters .picker .daterangepicker .drp-buttons .btn.active {
                background: #00BFAF;
                color: #fff; }
              .report-page .filters .picker .daterangepicker .drp-buttons .btn:before {
                display: none; }
              .report-page .filters .picker .daterangepicker .drp-buttons .btn.cancelBtn {
                display: none; }
              .report-page .filters .picker .daterangepicker .drp-buttons .btn.applyBtn {
                float: none;
                width: 100%;
                padding: 0 22px;
                margin-top: 12px;
                font-size: 16px;
                background: #00BFAF;
                color: #fff; }
        .report-page .filters .picker .daterangepicker .calendar-table th, .report-page .filters .picker .daterangepicker .calendar-table td {
          width: 36px;
          height: 36px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: none;
          font-size: 14px;
          line-height: 16px; }
        .report-page .filters .picker .daterangepicker .calendar-table th {
          font-size: 12px;
          line-height: 16px;
          font-weight: 400;
          color: #919EAB; }
          .report-page .filters .picker .daterangepicker .calendar-table th.month {
            color: #002930;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px; }
          .report-page .filters .picker .daterangepicker .calendar-table th.next span {
            border: none;
            background: url("../img/IconForward.png") no-repeat;
            width: 24px;
            height: 24px;
            padding: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; }
          .report-page .filters .picker .daterangepicker .calendar-table th.prev span {
            border: none;
            background: url("../img/IconForward.png") no-repeat;
            width: 24px;
            height: 24px;
            padding: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        .report-page .filters .picker .daterangepicker .drp-calendar.left, .report-page .filters .picker .daterangepicker .drp-calendar.right {
          padding: 0; }
        .report-page .filters .picker .daterangepicker td.active, .report-page .filters .picker .daterangepicker td.active:hover, .report-page .filters .picker .daterangepicker td.end-date:not(.ends).in-range {
          background: var(--primary); }
        .report-page .filters .picker .daterangepicker td.start-date.active {
          position: relative;
          background: #D6F5F2;
          border-radius: 50% 0 0 50%;
          z-index: 1; }
          .report-page .filters .picker .daterangepicker td.start-date.active:after {
            width: 100%;
            height: 100%;
            position: absolute;
            background: #00BFAF;
            top: 0;
            left: 0;
            z-index: -1;
            content: "";
            border-radius: 32px; }
        .report-page .filters .picker .daterangepicker td.end-date:not(.ends).active {
          position: relative;
          z-index: 1;
          background: #D6F5F2;
          border-radius: 0 50% 50% 0; }
          .report-page .filters .picker .daterangepicker td.end-date:not(.ends).active:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #00BFAF;
            z-index: -1;
            content: "";
            border-radius: 32px; }
        .report-page .filters .picker .daterangepicker td.start-date, .report-page .filters .picker .daterangepicker td.end-date {
          border-radius: 32px; }
        .report-page .filters .picker .daterangepicker td.in-range {
          background: #D6F5F2; }
        .report-page .filters .picker .daterangepicker td.off.start-date.active, .report-page .filters .picker .daterangepicker td.off.end-date:not(.ends).active {
          background: #D6F5F2;
          border-radius: 0; }
        .report-page .filters .picker .daterangepicker td.off, .report-page .filters .picker .daterangepicker td.off.in-range, .report-page .filters .picker .daterangepicker td.off.start-date, .report-page .filters .picker .daterangepicker td.off.end-date {
          color: #919EAB; }
        .report-page .filters .picker .daterangepicker td.off, .report-page .filters .picker .daterangepicker td.off.in-range, .report-page .filters .picker .daterangepicker td.off.start-date.active, .report-page .filters .picker .daterangepicker td.off.start-date, .report-page .filters .picker .daterangepicker td.off.end-date {
          background-color: #fff;
          border-color: transparent;
          color: #919EAB; }
          .report-page .filters .picker .daterangepicker td.off:after, .report-page .filters .picker .daterangepicker td.off.in-range:after, .report-page .filters .picker .daterangepicker td.off.start-date.active:after, .report-page .filters .picker .daterangepicker td.off.start-date:after, .report-page .filters .picker .daterangepicker td.off.end-date:after {
            display: none; }
    .report-page .report-list {
      overflow: hidden; }
      .report-page .report-list.row {
        gap: rem(24); }
        .report-page .report-list.row.loading {
          opacity: 0;
          visibility: hidden; }
        .report-page .report-list.row .block.loaded:last-child {
          width: rem(402); }
      .report-page .report-list .block {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .report-page .report-list .block.loaded:first-child {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
        .report-page .report-list .block.loaded:last-child {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          width: 100%; }
        .report-page .report-list .block.remove-item {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          position: absolute;
          display: none; }
        .report-page .report-list .block:first-child {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%); }
        .report-page .report-list .block:last-child {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%); }
      .report-page .report-list h2 {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 24px; }
      .report-page .report-list ul {
        list-style: none; }
        .report-page .report-list ul.full li {
          width: 100%; }
          .report-page .report-list ul.full li:not(:last-child) {
            margin-bottom: rem(16); }
          .report-page .report-list ul.full li.thumb {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 14px; }
            .report-page .report-list ul.full li.thumb .img {
              width: 104px;
              height: 104px;
              position: absolute;
              top: 16px;
              left: 16px; }
              .report-page .report-list ul.full li.thumb .img svg {
                width: 70px;
                height: 18px;
                display: block; }
            .report-page .report-list ul.full li.thumb .description {
              padding: 0 0 67px 120px;
              position: relative; }
        .report-page .report-list ul.row {
          display: -ms-grid;
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); }
          .report-page .report-list ul.row li {
            width: 100%; }
            .report-page .report-list ul.row li.thumb {
              padding: 8px; }
            .report-page .report-list ul.row li:hover .description {
              opacity: 1;
              visibility: visible;
              pointer-events: auto; }
            .report-page .report-list ul.row li .img {
              padding: 8px 0;
              height: 220px; }
              .report-page .report-list ul.row li .img .header svg {
                width: 62px;
                height: 16px;
                margin: 0 auto 24px; }
              .report-page .report-list ul.row li .img .header h3 {
                font-size: 14px;
                width: 150px;
                line-height: 20px; }
              .report-page .report-list ul.row li .img .header p {
                font-size: 8px;
                font-weight: 500;
                line-height: 12px;
                width: 100px;
                margin: 0 auto 8px; }
              .report-page .report-list ul.row li .img .header strong {
                font-size: 14px;
                line-height: 20px; }
              .report-page .report-list ul.row li .img .footer {
                font-size: 12px;
                line-height: 16px; }
            .report-page .report-list ul.row li .description {
              position: absolute;
              bottom: 0;
              left: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: end;
              -ms-flex-align: end;
              align-items: flex-end;
              -webkit-transition: all .4s linear;
              -o-transition: all .4s linear;
              transition: all .4s linear;
              padding: 12px;
              top: 0;
              visibility: hidden;
              pointer-events: none;
              opacity: 0;
              right: 0; }
              .report-page .report-list ul.row li .description a {
                width: 100%;
                text-align: center; }
        .report-page .report-list ul li {
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .report-page .report-list ul li.thumb {
            border-radius: 8px;
            background: #F0F2F5;
            padding: 16px; }
            .report-page .report-list ul li.thumb .img {
              gap: 8px; }
              .report-page .report-list ul li.thumb .img strong {
                font-size: 14px;
                line-height: 20px; }
            .report-page .report-list ul li.thumb .description strong {
              font-size: 14px;
              line-height: 20px; }
            .report-page .report-list ul li.thumb .description .tags span {
              border-radius: 2px;
              background: #FFF;
              font-size: 12px;
              line-height: 18px; }
            .report-page .report-list ul li.thumb .description .tags a {
              border-radius: 2px;
              font-size: 12px;
              position: absolute;
              bottom: 0;
              left: 0;
              line-height: 18px; }
            .report-page .report-list ul li.thumb a {
              border-radius: 4px;
              background: #00BFAF;
              color: #FFF;
              font-size: 10px;
              font-weight: 600;
              display: block;
              padding: 4px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              text-decoration: none;
              line-height: 24px; }
    .report-page .report-pagination ul {
      list-style: none;
      margin-top: rem(32);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 6px; }
      .report-page .report-pagination ul li.disabled a, .report-page .report-pagination ul li.disabled:hover a {
        background: #ccc;
        border-color: #ccc;
        color: #000;
        cursor: not-allowed; }
      .report-page .report-pagination ul li:hover a, .report-page .report-pagination ul li.active a {
        background: #00BFAF;
        border-color: #00BFAF;
        color: #fff; }
      .report-page .report-pagination ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        min-width: 40px;
        min-height: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 8px;
        color: #0F172A;
        text-decoration: none;
        text-align: center;
        border-radius: 8px;
        border: 1px solid #E5E8EB;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px; }
  .content {
    padding-bottom: 10vw;
    position: relative;
    z-index: 10; }
    .content .how-made-it {
      display: none !important; }
    .content .news-page {
      margin-top: 6.25vw;
      margin-bottom: 0; }
      .content .news-page .sort-panel {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 24px !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .content .news-page .tabs-news {
        display: none; }
      .content .news-page h1 {
        font-weight: bold;
        font-size: 6.25vw;
        margin-left: 0;
        line-height: 7.5vw;
        margin-bottom: 7.75vw;
        color: #313B6C; }
      .content .news-page .ideas-search {
        margin-bottom: 16px; }
        .content .news-page .ideas-search form {
          width: 100%;
          position: relative;
          margin: 0;
          background: transparent;
          border-radius: 8.75vw; }
          .content .news-page .ideas-search form .searchlist {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .content .news-page .ideas-search form .searchlist .sort-panel {
              width: 100%; }
              .content .news-page .ideas-search form .searchlist .sort-panel:not(:last-child) {
                margin: 0 0 10px; }
          .content .news-page .ideas-search form .search-side {
            margin-left: 0;
            margin-right: 0;
            border-radius: 8.75vw; }
          .content .news-page .ideas-search form input {
            background: none;
            height: 40px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            font-size: 3.75vw;
            padding: 0 5vw; }
          .content .news-page .ideas-search form button {
            right: 0;
            top: 0;
            bottom: 0;
            cursor: pointer;
            border: none;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 8.75vw;
            padding: 0 15px;
            font-weight: 500;
            font-size: 3.75vw;
            line-height: 4.5vw; }
            .content .news-page .ideas-search form button.clear {
              width: 15px;
              height: 15px;
              margin-right: 10px;
              padding: 0; }
              .content .news-page .ideas-search form button.clear svg {
                margin: 0; }
            .content .news-page .ideas-search form button svg {
              -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
              flex: 1 0 auto;
              width: 3.5vw;
              height: 3.5vw;
              margin-left: 2.5vw; }
          .content .news-page .ideas-search form .sort-panel {
            display: none; }
      .content .news-page .create-news-button {
        width: 100%; }
        .content .news-page .create-news-button .btn {
          font-size: 3.5vw;
          line-height: 4.25vw;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding: 3vw 3.75vw;
          border-radius: 8.75vw; }
      .content .news-page .news-thumbs {
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr)); }
        .content .news-page .news-thumbs .thumbs {
          display: inline-block; }
          .content .news-page .news-thumbs .thumbs.news-list, .content .news-page .news-thumbs .thumbs.fetures-list {
            border-bottom: 0.25vw solid rgba(49, 59, 108, 0.4);
            width: 100%;
            padding: 0 5vw 5vw;
            margin: 0 -5vw 5vw; }
            .content .news-page .news-thumbs .thumbs.news-list:nth-child(2n), .content .news-page .news-thumbs .thumbs.fetures-list:nth-child(2n) {
              margin-right: 0; }
            .content .news-page .news-thumbs .thumbs.news-list img, .content .news-page .news-thumbs .thumbs.fetures-list img {
              width: 100%;
              border-radius: 2.5vw;
              margin-bottom: 3vw;
              height: 52.5vw; }
            .content .news-page .news-thumbs .thumbs.news-list a, .content .news-page .news-thumbs .thumbs.fetures-list a {
              display: block; }
              .content .news-page .news-thumbs .thumbs.news-list a.tags, .content .news-page .news-thumbs .thumbs.fetures-list a.tags {
                font-size: 3.5vw;
                line-height: 4vw;
                color: #B2B7D0;
                margin-bottom: 2.5vw; }
              .content .news-page .news-thumbs .thumbs.news-list a.title, .content .news-page .news-thumbs .thumbs.fetures-list a.title {
                font-weight: 600;
                font-size: 3.5vw;
                line-height: 4vw;
                color: #000000; }
            .content .news-page .news-thumbs .thumbs.news-list ul, .content .news-page .news-thumbs .thumbs.fetures-list ul {
              margin-top: 4.25vw; }
              .content .news-page .news-thumbs .thumbs.news-list ul li, .content .news-page .news-thumbs .thumbs.fetures-list ul li {
                margin-bottom: 2vw;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start; }
                .content .news-page .news-thumbs .thumbs.news-list ul li:last-child, .content .news-page .news-thumbs .thumbs.fetures-list ul li:last-child {
                  margin-bottom: 0; }
                .content .news-page .news-thumbs .thumbs.news-list ul li svg, .content .news-page .news-thumbs .thumbs.fetures-list ul li svg {
                  margin-right: 2.5vw;
                  display: inline-block; }
                .content .news-page .news-thumbs .thumbs.news-list ul li p, .content .news-page .news-thumbs .thumbs.fetures-list ul li p {
                  font-size: 3vw;
                  margin-top: 1vw;
                  line-height: 3.75vw;
                  -webkit-box-flex: 1;
                  -ms-flex: 1;
                  flex: 1;
                  word-break: break-word; }
            .content .news-page .news-thumbs .thumbs.news-list p, .content .news-page .news-thumbs .thumbs.fetures-list p {
              color: #000;
              font-size: 3.25vw;
              line-height: 4.25vw; }
            .content .news-page .news-thumbs .thumbs.news-list span.date, .content .news-page .news-thumbs .thumbs.fetures-list span.date {
              display: block;
              font-size: 3.5vw;
              line-height: 4vw;
              color: #B2B7D0;
              margin: 0 0 10px; }
          .content .news-page .news-thumbs .thumbs a {
            display: block;
            text-decoration: none; }
            .content .news-page .news-thumbs .thumbs a.img {
              height: 123px; }
          .content .news-page .news-thumbs .thumbs span {
            display: block;
            font-size: 4.5vw;
            line-height: 5.5vw;
            color: #B2B7D0;
            margin: 3.75vw 0; }
          .content .news-page .news-thumbs .thumbs p {
            color: #000;
            font-size: 4.5vw;
            line-height: 5.5vw; }
      .content .news-page .left-side {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: 100%;
        margin-left: 0;
        margin-top: 0; }
        .content .news-page .left-side img {
          display: block;
          height: 52.5vw;
          width: 100%;
          border-radius: 1vw;
          -o-object-fit: cover;
          object-fit: cover; }
        .content .news-page .left-side .date {
          font-size: 3.5vw;
          line-height: 4.25vw;
          color: #B2B7D0;
          display: block;
          margin: 2.5vw 0; }
        .content .news-page .left-side strong {
          font-weight: 600;
          font-size: 5vw;
          line-height: 6vw;
          display: block;
          margin-bottom: 5.75vw;
          color: #100F0F; }
        .content .news-page .left-side p {
          font-size: 3.5vw;
          margin-bottom: 5vw;
          line-height: 4.25vw; }
          .content .news-page .left-side p span, .content .news-page .left-side p b, .content .news-page .left-side p p, .content .news-page .left-side p sub {
            margin: 0 !important;
            font-size: 3.5vw !important;
            line-height: 4.25vw !important; }
        .content .news-page .left-side ul {
          margin-left: 3.5vw; }
          .content .news-page .left-side ul li {
            list-style: none;
            font-size: 3.5vw;
            line-height: 140.5%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .content .news-page .left-side ul li:before {
              content: "";
              width: 1.5vw;
              height: 1.5vw;
              background: #1ABC9C;
              border-radius: 100%;
              margin-right: 2.5vw; }
      .content .news-page .action-panel {
        margin-top: 7.5vw; }
        .content .news-page .action-panel .share-panel {
          margin-bottom: 7.5vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .content .news-page .action-panel .share-panel strong {
            margin-bottom: 0;
            font-weight: 600;
            font-size: 3.5vw;
            line-height: 4.25vw;
            color: #100F0F; }
          .content .news-page .action-panel .share-panel ul {
            margin-left: 6.75vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .content .news-page .action-panel .share-panel ul li {
              margin-right: 4.25vw;
              list-style: none; }
              .content .news-page .action-panel .share-panel ul li:before {
                display: none; }
              .content .news-page .action-panel .share-panel ul li a {
                display: block; }
                .content .news-page .action-panel .share-panel ul li a svg path {
                  fill: #989DB5; }
                .content .news-page .action-panel .share-panel ul li a:hover svg path, .content .news-page .action-panel .share-panel ul li a:focus svg path {
                  fill: #1ABC9C; }
        .content .news-page .action-panel .news-link {
          background: #F8F9FA;
          color: #000;
          text-decoration: none;
          text-transform: none;
          border: 0.25vw solid rgba(178, 183, 208, 0.5);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-weight: 500;
          font-size: 2.75vw;
          line-height: 3.25vw;
          border-radius: 4.5vw; }
          .content .news-page .action-panel .news-link.all {
            padding: 2.5vw 6vw; }
            .content .news-page .action-panel .news-link.all svg {
              margin-right: 1.25vw;
              width: 1.75vw; }
          .content .news-page .action-panel .news-link.next {
            padding: 2.5vw 6vw;
            margin-left: 0; }
            .content .news-page .action-panel .news-link.next svg {
              width: 1.75vw;
              margin-left: 1.25vw; }
          .content .news-page .action-panel .news-link.prev {
            display: none; }
      .content .news-page .right-side {
        display: none; }
    .content .index-content {
      width: calc(400/ 400 * 100vw - 40/ 400 * 100vw);
      padding: 0 5vw;
      margin: 0 auto; }
      .content .index-content .center-content {
        width: auto;
        padding: 0; }
    .content .comments-block {
      margin-top: -5vw; }
      .content .comments-block .comments-area {
        width: 100%; }
        .content .comments-block .comments-area .message-scroll {
          height: 75vw;
          opacity: 1;
          overflow-x: hidden;
          overflow-y: scroll; }
          .content .comments-block .comments-area .message-scroll::-webkit-scrollbar {
            -webkit-appearance: none; }
          .content .comments-block .comments-area .message-scroll::-webkit-scrollbar:vertical {
            width: 8px; }
          .content .comments-block .comments-area .message-scroll::-webkit-scrollbar:horizontal {
            height: 2px; }
          .content .comments-block .comments-area .message-scroll::-webkit-scrollbar-thumb {
            background-color: #989DB5;
            border-radius: 10px;
            border: 2px solid #ffffff; }
          .content .comments-block .comments-area .message-scroll::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #989DB5; }
        .content .comments-block .comments-area .messages {
          padding-right: 6px; }
          .content .comments-block .comments-area .messages .date {
            border-radius: 5.25vw;
            margin-left: -1.75vw;
            margin-top: 5vw;
            margin-bottom: 5vw;
            padding: 2vw 3.5vw;
            font-size: 3.5vw;
            line-height: 4.25vw; }
          .content .comments-block .comments-area .messages .scrollmenu {
            height: 150vw; }
          .content .comments-block .comments-area .messages ul {
            margin: 0 auto; }
            .content .comments-block .comments-area .messages ul li {
              list-style: none;
              font-weight: 500;
              font-size: 3.5vw;
              line-height: 4.25vw;
              margin-bottom: 7.5vw;
              color: #000000; }
              .content .comments-block .comments-area .messages ul li:last-child {
                margin-bottom: 0; }
              .content .comments-block .comments-area .messages ul li.to {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-item-align: end;
                align-self: flex-end;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                margin-bottom: 2.5vw; }
                .content .comments-block .comments-area .messages ul li.to .letter {
                  border-radius: 2.5vw;
                  padding: 2.5vw 5vw;
                  background: #EEEFF4;
                  width: calc(100% - 40/ 400 * 100vw);
                  margin-bottom: 3.5vw;
                  text-align: left;
                  position: relative; }
                  .content .comments-block .comments-area .messages ul li.to .letter:before {
                    content: "";
                    border-left: 5vw solid #EEEFF4;
                    border-right: 0 solid transparent;
                    border-top: 5vw solid transparent;
                    position: absolute;
                    right: -3.25vw;
                    bottom: 0; }
                  .content .comments-block .comments-area .messages ul li.to .letter.image {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    padding: 2.5vw;
                    width: auto;
                    word-break: break-all;
                    min-width: 62.5vw; }
                    .content .comments-block .comments-area .messages ul li.to .letter.image img {
                      width: 11.25vw;
                      height: 11.25vw; }
                    .content .comments-block .comments-area .messages ul li.to .letter.image .info {
                      -webkit-box-flex: 1;
                      -ms-flex: 1;
                      flex: 1;
                      margin-left: 3.75vw; }
                      .content .comments-block .comments-area .messages ul li.to .letter.image .info strong {
                        display: block;
                        font-weight: 500;
                        font-size: 3.5vw;
                        line-height: 3.75vw; }
                      .content .comments-block .comments-area .messages ul li.to .letter.image .info span {
                        display: block;
                        font-weight: 300;
                        font-size: 3vw;
                        line-height: 3.5vw;
                        margin: 0.5vw 0 2vw; }
                      .content .comments-block .comments-area .messages ul li.to .letter.image .info a {
                        display: block;
                        font-weight: 500;
                        font-size: 3vw;
                        line-height: 3.5vw;
                        text-decoration: none;
                        color: #000000; }
                  .content .comments-block .comments-area .messages ul li.to .letter.file {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    word-break: break-all;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    padding: 2.5vw;
                    width: 74.75vw; }
                    .content .comments-block .comments-area .messages ul li.to .letter.file .files {
                      display: block;
                      width: 11.25vw;
                      height: 11.25vw;
                      background: url("../img/File 24px.svg") no-repeat center center/20px #989DB5;
                      border-radius: 9.75vw; }
                    .content .comments-block .comments-area .messages ul li.to .letter.file .info {
                      -webkit-box-flex: 1;
                      -ms-flex: 1;
                      flex: 1;
                      margin-left: 3.75vw; }
                      .content .comments-block .comments-area .messages ul li.to .letter.file .info strong {
                        display: block;
                        font-weight: 500;
                        font-size: 3.5vw;
                        line-height: 3.75vw; }
                      .content .comments-block .comments-area .messages ul li.to .letter.file .info span {
                        display: block;
                        font-weight: 300;
                        font-size: 3vw;
                        line-height: 3.5vw;
                        margin: 0.5vw 0 2vw; }
                      .content .comments-block .comments-area .messages ul li.to .letter.file .info a {
                        display: block;
                        font-weight: 500;
                        font-size: 3vw;
                        line-height: 3.5vw;
                        text-decoration: none;
                        color: #000000; }
                  .content .comments-block .comments-area .messages ul li.to .letter sub {
                    font-size: 2.5vw;
                    position: absolute;
                    right: 2vw;
                    bottom: 2.5vw;
                    line-height: 3.25vw; }
              .content .comments-block .comments-area .messages ul li.from {
                width: 100%;
                margin-bottom: 2.5vw; }
                .content .comments-block .comments-area .messages ul li.from .letter {
                  margin-bottom: 3.5vw;
                  border-radius: 2.5vw;
                  padding: 2.5vw 5vw;
                  text-align: left;
                  width: calc(100% - 40/ 400 * 100vw);
                  position: relative;
                  background: #FFFFFF; }
                  .content .comments-block .comments-area .messages ul li.from .letter:before {
                    content: "";
                    border-left: 0 solid transparent;
                    border-right: 5vw solid #fff;
                    border-top: 5vw solid transparent;
                    position: absolute;
                    left: -3.25vw;
                    bottom: 0; }
                  .content .comments-block .comments-area .messages ul li.from .letter.image {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    padding: 2.5vw;
                    word-break: break-all;
                    width: auto;
                    min-width: 62.5vw; }
                    .content .comments-block .comments-area .messages ul li.from .letter.image img {
                      width: 11.25vw;
                      height: 11.25vw; }
                    .content .comments-block .comments-area .messages ul li.from .letter.image .info {
                      -webkit-box-flex: 1;
                      -ms-flex: 1;
                      flex: 1;
                      margin-left: 3.75vw; }
                      .content .comments-block .comments-area .messages ul li.from .letter.image .info strong {
                        display: block;
                        font-weight: 500;
                        font-size: 3.5vw;
                        line-height: 3.75vw; }
                      .content .comments-block .comments-area .messages ul li.from .letter.image .info span {
                        display: block;
                        font-weight: 300;
                        font-size: 3vw;
                        line-height: 3.5vw;
                        margin: 0.5vw 0 2vw; }
                      .content .comments-block .comments-area .messages ul li.from .letter.image .info a {
                        display: block;
                        font-weight: 500;
                        font-size: 3vw;
                        line-height: 3.5vw;
                        text-decoration: none;
                        color: #000000; }
                  .content .comments-block .comments-area .messages ul li.from .letter.file {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    padding: 2.5vw;
                    word-break: break-all;
                    width: 74.75vw; }
                    .content .comments-block .comments-area .messages ul li.from .letter.file .files {
                      display: block;
                      width: 11.25vw;
                      height: 11.25vw;
                      background: url("../img/File 24px.svg") no-repeat center center/20px #989DB5;
                      border-radius: 9.75vw; }
                    .content .comments-block .comments-area .messages ul li.from .letter.file .info {
                      -webkit-box-flex: 1;
                      -ms-flex: 1;
                      flex: 1;
                      margin-left: 3.75vw; }
                      .content .comments-block .comments-area .messages ul li.from .letter.file .info strong {
                        display: block;
                        font-weight: 500;
                        font-size: 3.5vw;
                        line-height: 3.75vw; }
                      .content .comments-block .comments-area .messages ul li.from .letter.file .info span {
                        display: block;
                        font-weight: 300;
                        font-size: 3vw;
                        line-height: 3.5vw;
                        margin: 0.5vw 0 2vw; }
                      .content .comments-block .comments-area .messages ul li.from .letter.file .info a {
                        display: block;
                        font-weight: 500;
                        font-size: 3vw;
                        line-height: 3.5vw;
                        text-decoration: none;
                        color: #000000; }
                  .content .comments-block .comments-area .messages ul li.from .letter sub {
                    font-size: 2.5vw;
                    position: absolute;
                    right: 2vw;
                    bottom: 2.5vw;
                    line-height: 3.25vw; }
                  .content .comments-block .comments-area .messages ul li.from .letter .caption {
                    width: 100%;
                    margin-bottom: 10px; }
                    .content .comments-block .comments-area .messages ul li.from .letter .caption strong {
                      font-weight: 600;
                      font-size: 5vw;
                      line-height: 6.25vw;
                      color: #000000;
                      display: block;
                      margin-right: 2.5vw;
                      margin-bottom: 2.5vw; }
                    .content .comments-block .comments-area .messages ul li.from .letter .caption .category {
                      background: rgba(178, 183, 208, 0.25);
                      border: 0.125vw solid #B2B7D0;
                      margin-right: 10px;
                      margin-bottom: 10px;
                      display: block;
                      padding: 1vw 2.5vw 1.25vw;
                      font-size: 3.5vw;
                      line-height: 4vw;
                      color: #100F0F;
                      -webkit-box-sizing: border-box;
                      box-sizing: border-box;
                      border-radius: 1.25vw; }
                      .content .comments-block .comments-area .messages ul li.from .letter .caption .category:last-child {
                        margin-right: 0; }
      .content .comments-block form {
        margin-bottom: 0.75vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #FFFFFF;
        border: 0.25vw solid rgba(178, 183, 208, 0.25);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 3vw;
        border-radius: 10vw; }
        .content .comments-block form .preview {
          bottom: 132%;
          left: 0; }
          .content .comments-block form .preview:before {
            width: 0;
            content: "";
            position: absolute;
            bottom: -10px;
            left: 7%;
            right: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #fff; }
          .content .comments-block form .preview .file {
            text-align: center; }
            .content .comments-block form .preview .file img {
              width: 17.5vw;
              margin: 0 auto 10px;
              height: 17.5vw;
              display: none; }
            .content .comments-block form .preview .file .files {
              margin: 0 auto 10px;
              display: none;
              width: 17.5vw;
              height: 17.5vw;
              background: url("../img/File 24px.svg") no-repeat center center/36px #989DB5;
              border-radius: 9.75vw; }
            .content .comments-block form .preview .file .info {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              margin-left: 0; }
              .content .comments-block form .preview .file .info strong {
                display: block;
                font-weight: 500;
                font-size: 5vw;
                line-height: 6vw; }
              .content .comments-block form .preview .file .info span {
                display: block;
                font-weight: 300;
                font-size: 3.5vw;
                line-height: 4.25vw;
                margin: 0.5vw 0 2vw; }
              .content .comments-block form .preview .file .info a {
                display: block;
                font-weight: 500;
                font-size: 3.5vw;
                line-height: 4.25vw;
                text-decoration: none;
                color: #000000; }
        .content .comments-block form i {
          position: relative;
          width: 5vw;
          height: 5vw;
          display: block; }
          .content .comments-block form i svg {
            width: 100%;
            height: 100%; }
        .content .comments-block form textarea {
          min-height: 43px;
          line-height: 20px;
          font-size: 13px;
          padding: 11px; }
        .content .comments-block form .loader {
          position: absolute;
          right: 11.75vw; }
        .content .comments-block form button {
          width: 5vw;
          height: 5vw;
          border: none;
          padding: 0;
          outline: none;
          background: transparent; }
          .content .comments-block form button[disabled] {
            background: none !important; }
            .content .comments-block form button[disabled] svg path {
              fill: #D3D3DE; }
          .content .comments-block form button svg {
            width: 100%;
            height: 100%; }
            .content .comments-block form button svg path {
              fill: #1ABC9C; }
    .content .rating.ideas-page {
      margin-bottom: 4vw; }
      .content .rating.ideas-page .ideas-panel .sort-panel:nth-child(1) {
        margin-right: 5vw; }
        .content .rating.ideas-page .ideas-panel .sort-panel:nth-child(1) .select2-container {
          width: 68vw !important; }
      .content .rating.ideas-page .ideas-panel .sort-panel .select2-container {
        width: 77.5vw !important; }
      .content .rating.ideas-page .ideas-panel .sort-panel .select2-container .select2-selection--single {
        height: 11.75vw; }
        .content .rating.ideas-page .ideas-panel .sort-panel .select2-container .select2-selection--single .select2-selection__rendered {
          padding: 0 6.25vw;
          font-weight: 500;
          font-size: 3.77188vw; }
        .content .rating.ideas-page .ideas-panel .sort-panel .select2-container .select2-selection--single .select2-selection__arrow b {
          right: 5vw; }
    .content .rating-search {
      margin-bottom: 7.5vw; }
      .content .rating-search form {
        position: relative; }
        .content .rating-search form button {
          position: absolute;
          right: inherit;
          left: 5vw;
          top: 0.25vw;
          width: 3.5vw;
          bottom: 0;
          padding: 0;
          cursor: pointer;
          border: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background: transparent;
          border-radius: 0 8.75vw 8.75vw 0;
          font-weight: 500;
          font-size: 0.9400vw;
          line-height: 1.14583333vw;
          color: #B2B7D0; }
          .content .rating-search form button svg {
            height: 3.5vw; }
            .content .rating-search form button svg path {
              fill: #B2B7D0; }
        .content .rating-search form input {
          padding: 0 5vw 0 11vw; }
    .content .raiting-table {
      overflow-x: auto; }
      .content .raiting-table .table-theads {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 2.5vw; }
      .content .raiting-table .table-head {
        font-weight: 600;
        font-size: 6vw;
        line-height: 7.25vw;
        color: #313B6C; }
        .content .raiting-table .table-head:first-child {
          width: auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .content .raiting-table .table-head:nth-child(2) {
          width: 100%;
          margin-left: 2.25vw; }
        .content .raiting-table .table-head:nth-child(3) {
          display: none; }
        .content .raiting-table .table-head:nth-child(4) {
          display: none; }
      .content .raiting-table .table-body .table-row {
        padding: 2.5vw 0; }
        .content .raiting-table .table-body .table-row:nth-child(odd) {
          background: #F5F6F9; }
        .content .raiting-table .table-body .table-row .center-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .content .raiting-table .table-body .table-cell {
        position: relative;
        font-weight: 500;
        font-size: 4.5vw;
        line-height: 5.5vw;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        color: #100F0F; }
        .content .raiting-table .table-body .table-cell:first-child {
          width: auto;
          margin-right: 5vw;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .content .raiting-table .table-body .table-cell:nth-child(2) {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          width: auto;
          font-size: 4vw;
          line-height: 4.75vw; }
          .content .raiting-table .table-body .table-cell:nth-child(2) .person {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
        .content .raiting-table .table-body .table-cell:nth-child(3) {
          display: none; }
        .content .raiting-table .table-body .table-cell:nth-child(4) {
          display: none; }
        .content .raiting-table .table-body .table-cell img {
          width: 10vw;
          height: 10vw;
          display: inline-block;
          margin-right: 3.25vw; }
        .content .raiting-table .table-body .table-cell strong {
          font-weight: 500;
          font-size: 4vw;
          line-height: 4.75vw;
          text-decoration: none;
          color: #100F0F; }
        .content .raiting-table .table-body .table-cell span {
          font-size: 4vw;
          line-height: 4.75vw;
          text-decoration: none;
          color: #100F0F; }
        .content .raiting-table .table-body .table-cell .star-panel {
          position: relative;
          margin-right: 2vw;
          margin-top: 1.25vw; }
          .content .raiting-table .table-body .table-cell .star-panel:last-child {
            margin-right: 2.5vw; }
          .content .raiting-table .table-body .table-cell .star-panel .star svg {
            width: 8vw;
            height: 8vw; }
        .content .raiting-table .table-body .table-cell.stars:after {
          content: attr(data-text);
          font-weight: 500;
          font-size: 6vw;
          line-height: 7.25vw;
          color: #100F0F; }
    .content .about-page .about-portal {
      margin-top: 0;
      margin-bottom: 0; }
      .content .about-page .about-portal h3 {
        font-weight: bold;
        font-size: 6.25vw;
        margin-left: 0;
        line-height: 7.75vw;
        color: #000000;
        margin-bottom: 6.25vw; }
        .content .about-page .about-portal h3 span {
          color: #1ABC9C; }
      .content .about-page .about-portal .thumbnail {
        width: auto;
        margin: 0; }
      .content .about-page .about-portal .thumbs {
        display: inline-block;
        padding: 7.5vw 5vw;
        margin-right: 0;
        margin-bottom: 2.5vw;
        width: 100%;
        background: #F5F6F9;
        vertical-align: top;
        min-height: 56vw;
        border: 0.25vw solid rgba(178, 183, 208, 0.5);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 2.5vw; }
        .content .about-page .about-portal .thumbs:nth-child(4n) {
          margin-right: 0; }
        .content .about-page .about-portal .thumbs:nth-child(2) strong, .content .about-page .about-portal .thumbs:nth-child(3) strong, .content .about-page .about-portal .thumbs:nth-child(4) strong {
          margin-bottom: 3.75vw; }
        .content .about-page .about-portal .thumbs:nth-child(2) i, .content .about-page .about-portal .thumbs:nth-child(3) i, .content .about-page .about-portal .thumbs:nth-child(4) i {
          margin-bottom: 3.5vw; }
        .content .about-page .about-portal .thumbs i {
          margin-bottom: 5vw;
          display: block; }
        .content .about-page .about-portal .thumbs strong {
          margin-bottom: 2.5vw;
          font-weight: 600;
          font-size: 5.5vw;
          line-height: 6.5vw;
          color: #000000; }
        .content .about-page .about-portal .thumbs p {
          font-size: 3.5vw;
          line-height: 4.25vw;
          color: #000000; }
    .content .about-page .about-title {
      width: calc(100% - 40/ 400 * 100vw);
      margin: 0 5vw 10vw; }
      .content .about-page .about-title h4 {
        font-weight: bold;
        margin-bottom: 5vw;
        font-size: 6.25vw;
        line-height: 7.5vw;
        color: #313B6C; }
      .content .about-page .about-title p {
        font-size: 3.5vw;
        line-height: 4.25vw;
        text-align: center;
        color: #000000; }
    .content .about-page .card-panel.gray-bg {
      padding: 7.5vw 4.75vw 27.5vw;
      background: #F8F9FA;
      border-radius: 0;
      margin: 0 -5vw 7.5vw;
      position: relative; }
      .content .about-page .card-panel.gray-bg .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
      .content .about-page .card-panel.gray-bg .link-panel {
        position: absolute;
        bottom: 7.5vw;
        left: 7.5vw;
        right: 7.5vw;
        width: auto !important; }
      .content .about-page .card-panel.gray-bg .about-img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0; }
    .content .about-page .card-panel:nth-child(2) {
      padding-bottom: 26.75vw;
      margin-bottom: 8vw; }
      .content .about-page .card-panel:nth-child(2) .how-registration {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
        .content .about-page .card-panel:nth-child(2) .how-registration p {
          margin-bottom: 3.75vw; }
      .content .about-page .card-panel:nth-child(2) .about-img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0;
        width: 100%;
        height: 67.2775vw;
        -o-object-position: top;
        object-position: top; }
    .content .about-page .card-panel:nth-child(3) {
      position: relative;
      padding-bottom: 27.5vw; }
      .content .about-page .card-panel:nth-child(3) .about-img {
        height: 67.2775vw; }
      .content .about-page .card-panel:nth-child(3) .link-panel {
        position: absolute;
        bottom: 7.5vw;
        left: 7.5vw;
        right: 7.5vw;
        width: auto !important; }
    .content .about-page .card-panel .d-flex .d-flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
    .content .about-page .about-registration-panel {
      margin-bottom: 9.75vw; }
      .content .about-page .about-registration-panel .d-flex {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .content .about-page .how-registration {
      margin-right: 0;
      margin-left: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100%; }
      .content .about-page .how-registration h2 {
        font-weight: bold;
        font-size: 6vw;
        line-height: 7.25vw;
        color: #313B6C; }
      .content .about-page .how-registration p {
        font-size: 3.5vw;
        line-height: 4.25vw;
        margin: 2.25vw 0 7.5vw;
        color: #000000; }
      .content .about-page .how-registration .about-link {
        margin-bottom: 7.5vw;
        margin-right: 0; }
        .content .about-page .how-registration .about-link a {
          text-decoration: none;
          margin-bottom: 2.75vw;
          background: #F5F6F9;
          padding: 3.75vw 3.5vw 3.5vw;
          border: 0.25vw solid rgba(178, 183, 208, 0.5);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 2.5vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .content .about-page .how-registration .about-link a.active {
            padding-bottom: 4vw;
            background: rgba(26, 188, 156, 0.1);
            border-color: #1ABC9C; }
            .content .about-page .how-registration .about-link a.active span {
              font-size: 3.5vw;
              line-height: 4.25vw;
              display: block;
              margin-top: 1vw;
              color: #100F0F; }
          .content .about-page .how-registration .about-link a i {
            margin-right: 3.25vw;
            width: 4.5vw;
            height: 4.5vw; }
            .content .about-page .how-registration .about-link a i svg {
              width: 100%;
              height: 100%; }
          .content .about-page .how-registration .about-link a .caption {
            width: 100vw; }
          .content .about-page .how-registration .about-link a strong {
            font-size: 4vw;
            line-height: 4.75vw;
            color: #100F0F; }
      .content .about-page .how-registration .icon {
        display: none; }
    .content .about-page .about-img {
      width: 100%;
      height: 50.36vw;
      margin: 0;
      -o-object-position: top;
      object-position: top;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 2.5vw; }
    .content .results-list {
      margin-top: 10.25vw;
      margin-bottom: 25vw; }
      .content .results-list .header-title {
        margin-bottom: 5vw; }
        .content .results-list .header-title h2 {
          font-size: 6.25vw;
          line-height: 7.75vw; }
      .content .results-list .idea-inner-header .filter-all-ideas {
        margin-bottom: 7.25vw; }
    .content .pictures {
      font-size: 0;
      line-height: 0; }
      .content .pictures.bordered {
        margin-top: 7.5vw;
        margin-bottom: 6vw;
        border-bottom: 0.125vw solid rgba(0, 0, 0, 0.15);
        padding-bottom: 9.75vw; }
      .content .pictures a {
        width: 22.5vw;
        height: 22.5vw;
        display: inline-block;
        text-decoration: none;
        margin-right: 2.5vw;
        margin-bottom: 2.5vw; }
        .content .pictures a:last-child {
          margin-right: 0; }
        .content .pictures a img {
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
    .content .problems {
      padding: 0; }
    .content .card-panel {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 0; }
      .content .card-panel.gray-bg {
        background: transparent;
        margin-bottom: 7.5vw;
        padding: 0;
        position: relative; }
        .content .card-panel.gray-bg:after {
          display: none; }
      .content .card-panel:nth-child(2) .card-description {
        margin-top: 4.75vw;
        margin-left: 0;
        width: auto; }
        .content .card-panel:nth-child(2) .card-description h3 {
          margin-bottom: 2.5vw; }
        .content .card-panel:nth-child(2) .card-description p {
          width: auto;
          height: auto;
          overflow: inherit; }
        .content .card-panel:nth-child(2) .card-description .link-panel {
          margin-top: 5.25vw;
          margin-left: 0; }
          .content .card-panel:nth-child(2) .card-description .link-panel a {
            padding: 3vw 0 4vw; }
      .content .card-panel:nth-child(2) .card-image {
        display: none; }
      .content .card-panel .card-description {
        width: auto;
        margin-top: 0; }
        .content .card-panel .card-description h3 {
          font-weight: bold;
          font-size: 6vw;
          line-height: 7.5vw;
          color: #313B6C;
          margin-bottom: 2.5vw; }
        .content .card-panel .card-description p {
          font-size: 3vw;
          line-height: 3.5vw;
          color: #100F0F;
          margin-bottom: 2.5vw; }
          .content .card-panel .card-description p:last-child {
            margin-bottom: 20.75vw; }
        .content .card-panel .card-description .link-panel {
          margin-left: 0;
          margin-top: 5vw; }
        .content .card-panel .card-description .icon {
          display: none; }
      .content .card-panel .card-image img {
        width: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        position: relative;
        height: auto;
        right: 0; }
    .content .result-panel {
      line-height: 0;
      padding: 0;
      font-size: 0;
      display: block;
      margin-bottom: 3.5vw; }
      .content .result-panel .btn {
        font-size: 4vw;
        padding: 2.75vw 0 3.25vw;
        margin: 2.75vw 0; }
        .content .result-panel .btn svg {
          margin-left: 2.25vw;
          height: 3.75vw; }
      .content .result-panel.all-results .bordered {
        padding-bottom: 2vw;
        margin-bottom: 5vw;
        border-bottom: 0.25vw solid rgba(178, 183, 208, 0.5); }
        .content .result-panel.all-results .bordered:last-child {
          margin: 0;
          padding: 0;
          border: none; }
      .content .result-panel .items-carousel {
        display: inline-block;
        margin-right: 0;
        background: #F5F6F9;
        border: 0.25vw solid rgba(178, 183, 208, 0.5);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5.5vw 0;
        border-radius: 2.5vw;
        width: 100%;
        margin-bottom: 5vw; }
        .content .result-panel .items-carousel:nth-child(3n) {
          margin-right: 0; }
        .content .result-panel .items-carousel .before-container {
          border-bottom: 0.125vw solid #D9DBE8;
          padding-bottom: 5vw;
          margin-bottom: 4.75vw; }
        .content .result-panel .items-carousel .before-container, .content .result-panel .items-carousel .after-container {
          padding-left: 5vw;
          padding-right: 5vw; }
          .content .result-panel .items-carousel .before-container strong, .content .result-panel .items-carousel .after-container strong {
            font-size: 5vw;
            line-height: 6vw;
            margin-bottom: 2.75vw;
            display: block; }
          .content .result-panel .items-carousel .before-container .result-slider, .content .result-panel .items-carousel .after-container .result-slider {
            position: relative;
            width: 100%;
            margin: 0 -1.25vw; }
            .content .result-panel .items-carousel .before-container .result-slider .slick-prev, .content .result-panel .items-carousel .before-container .result-slider .slick-next, .content .result-panel .items-carousel .after-container .result-slider .slick-prev, .content .result-panel .items-carousel .after-container .result-slider .slick-next {
              width: 7vw;
              height: 7vw;
              font-size: 0;
              outline: none;
              line-height: 0;
              position: absolute;
              top: -9.25vw;
              right: 1.5vw;
              border: 0.25vw solid #1ABC9C;
              background: url("../img/slider-arrow.svg") no-repeat center center/6px #fff;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              z-index: 1;
              border-radius: 3.5vw; }
            .content .result-panel .items-carousel .before-container .result-slider .slick-prev, .content .result-panel .items-carousel .after-container .result-slider .slick-prev {
              right: 11vw; }
            .content .result-panel .items-carousel .before-container .result-slider .slick-next, .content .result-panel .items-carousel .after-container .result-slider .slick-next {
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
            .content .result-panel .items-carousel .before-container .result-slider .slide-items, .content .result-panel .items-carousel .after-container .result-slider .slide-items {
              margin: 0 1.25vw;
              width: 30vw;
              height: auto; }
              .content .result-panel .items-carousel .before-container .result-slider .slide-items a, .content .result-panel .items-carousel .after-container .result-slider .slide-items a {
                display: block; }
                .content .result-panel .items-carousel .before-container .result-slider .slide-items a img, .content .result-panel .items-carousel .after-container .result-slider .slide-items a img {
                  width: 100%;
                  height: 100%;
                  border-radius: 0.5vw; }
        .content .result-panel .items-carousel .description {
          line-height: normal;
          padding: 0 6vw;
          margin-top: 5.5vw; }
          .content .result-panel .items-carousel .description ul li {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            word-break: break-word;
            margin-bottom: 3.75vw;
            font-size: 4vw; }
            .content .result-panel .items-carousel .description ul li:last-child {
              margin-bottom: 0; }
            .content .result-panel .items-carousel .description ul li strong {
              width: 27.25vw;
              display: block;
              font-weight: 600; }
            .content .result-panel .items-carousel .description ul li span {
              display: block;
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              word-break: break-word; }
      .content .result-panel .items {
        display: inline-block;
        margin-right: 0;
        width: calc(100%); }
        .content .result-panel .items:nth-child(n + 2) {
          display: none; }
        .content .result-panel .items:nth-child(3n) {
          margin-right: 0; }
        .content .result-panel .items .ba-slider {
          position: relative;
          border-radius: 2.5vw;
          overflow: hidden;
          width: 100%;
          height: 60.75vw; }
          .content .result-panel .items .ba-slider img {
            width: 100%;
            height: 100%;
            display: block;
            -o-object-fit: cover;
            object-fit: cover; }
          .content .result-panel .items .ba-slider:before {
            content: attr(data-title);
            position: absolute;
            bottom: 3.5vw;
            color: #fff;
            background: rgba(26, 188, 156, 0.5);
            padding: 0.75vw 2.5vw;
            border-radius: 0.75vw;
            right: 3.5vw;
            font-weight: 500;
            font-size: 3.25vw;
            line-height: 4vw;
            text-align: center; }
          .content .result-panel .items .ba-slider .resize {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 52%;
            overflow: hidden; }
            .content .result-panel .items .ba-slider .resize:before {
              content: attr(data-title);
              position: absolute;
              bottom: 3.5vw;
              color: #fff;
              background: rgba(26, 188, 156, 0.5);
              padding: 0.75vw 3.75vw;
              border-radius: 0.75vw;
              left: 3.5vw;
              font-weight: 500;
              font-size: 3.25vw;
              line-height: 4vw;
              text-align: center; }
          .content .result-panel .items .ba-slider .handle {
            /* Thin line seperator */
            position: absolute;
            left: 52%;
            top: 0;
            bottom: 0;
            width: 0.25vw;
            margin-left: 0;
            background: #fff;
            cursor: ew-resize; }
          .content .result-panel .items .ba-slider .handle:after {
            /* Big orange knob  */
            position: absolute;
            top: 50%;
            width: 8.75vw;
            height: 8.75vw;
            margin: -4.25vw 0 0 -4.5vw;
            content: '';
            background: url("../img/resize.svg") no-repeat #1ABC9C center center;
            background-size: 10vw;
            color: white;
            font-weight: bold;
            font-size: 4.25vw;
            text-align: center;
            border: 0.25vw solid #1ABC9C;
            /* darken(@orange, 5%) */
            border-radius: 50%;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        .content .result-panel .items .description {
          line-height: normal;
          margin-top: 4.75vw; }
          .content .result-panel .items .description ul li {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            word-break: break-word;
            margin-bottom: 3vw;
            font-size: 3.5vw; }
            .content .result-panel .items .description ul li strong {
              width: 27vw;
              display: block;
              font-weight: 600; }
            .content .result-panel .items .description ul li span {
              display: block;
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              word-break: break-word; }
    .content .header-title {
      margin-bottom: 7.5vw;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content .header-title h2 {
        font-weight: bold;
        font-size: 6vw;
        line-height: 7.25vw;
        color: #313B6C; }
      .content .header-title .btn {
        padding: 4.5vw 8vw 4.5vw 8.5vw;
        font-size: 5.5vw;
        margin-top: 3vw;
        margin-bottom: 2vw; }
        .content .header-title .btn svg {
          margin-left: 5.5vw; }
    .content .statistic-panel.gray-bg {
      margin: 7.5vw -5vw 5.75vw;
      background: #F8F9FA;
      padding: 10vw 5vw; }
    .content .statistic-panel .center-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .content .statistic-panel .thumbs {
      margin-bottom: 9.75vw; }
      .content .statistic-panel .thumbs i {
        width: 20vw;
        height: 20vw;
        border-radius: 18.75vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .content .statistic-panel .thumbs i svg {
          width: 10.5vw;
          height: 10.5vw; }
      .content .statistic-panel .thumbs .statistic {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .content .statistic-panel .thumbs strong {
        font-size: 9vw;
        line-height: 11.25vw;
        display: block;
        margin-top: -3.25vw;
        margin-bottom: 2.25vw; }
      .content .statistic-panel .thumbs p {
        font-weight: 500;
        font-size: 5vw;
        width: auto;
        margin-right: 10vw;
        line-height: 6vw; }
    .content .how-made-it {
      background-size: cover;
      padding: 0; }
      .content .how-made-it img {
        display: none; }
      .content .how-made-it.hide {
        display: none !important; }
      .content .how-made-it .description {
        margin-top: 0;
        width: auto; }
        .content .how-made-it .description h3 {
          font-weight: bold;
          font-size: 6vw;
          line-height: 7.25vw;
          margin-bottom: 2.5vw;
          color: #000; }
        .content .how-made-it .description p {
          font-style: normal;
          font-weight: normal;
          font-size: 3.5vw;
          line-height: 4.25vw;
          margin-bottom: 7.5vw;
          color: #100F0F; }
        .content .how-made-it .description a {
          background: #F8F9FA;
          text-decoration: none;
          border-radius: 2.5vw;
          display: block;
          padding: 3.5vw;
          margin-bottom: 2.5vw;
          margin-right: 0; }
          .content .how-made-it .description a.active {
            background: rgba(0, 133, 255, 0.05);
            border: 0.25vw solid #0085FF;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 2.5vw; }
            .content .how-made-it .description a.active strong {
              font-size: 4vw;
              line-height: 5vw;
              margin-bottom: 1vw;
              margin-top: 0; }
            .content .how-made-it .description a.active p {
              display: block;
              font-size: 3.5vw;
              line-height: 4.25vw; }
            .content .how-made-it .description a.active i {
              display: none; }
          .content .how-made-it .description a .title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .content .how-made-it .description a .title p {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1; }
          .content .how-made-it .description a i {
            display: block;
            margin-right: 2.5vw; }
            .content .how-made-it .description a i svg {
              width: 4.5vw;
              height: 4.5vw; }
          .content .how-made-it .description a strong {
            font-weight: 600;
            font-size: 4vw;
            line-height: 5vw;
            color: #100F0F; }
          .content .how-made-it .description a p {
            display: none;
            font-weight: normal;
            font-size: 4.5vw;
            line-height: 5.25vw;
            margin-bottom: 0; }
    .content .category-list {
      margin: 6.25vw -5vw 5vw; }
      .content .category-list ul {
        padding: 7.5vw;
        margin: 0;
        background: #F8F9FA;
        border-top: 0.125vw solid rgba(178, 183, 208, 0.5);
        border-bottom: 0.125vw solid rgba(178, 183, 208, 0.5);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0vw 0vw 5vw 5vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .content .category-list ul li {
          list-style: none;
          margin-bottom: 3.25vw;
          width: 100%;
          display: block; }
          .content .category-list ul li:last-child {
            margin-bottom: 0; }
          .content .category-list ul li a {
            padding: 2.75vw 0;
            font-weight: 600;
            font-size: 4vw;
            line-height: 5vw;
            text-decoration: none;
            display: block;
            color: #100F0F;
            -webkit-transition: all .4s linear;
            -o-transition: all .4s linear;
            transition: all .4s linear;
            display: block;
            background: #FFFFFF;
            text-align: center;
            border: 0.125vw solid #B2B7D0;
            border-radius: 7.5vw; }
            .content .category-list ul li a:hover, .content .category-list ul li a.active {
              background: #1ABC9C;
              color: #fff; }
    .content .map-container {
      margin: 0 0 7.5vw;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content .map-container .subcategory-list {
        width: calc(100% + 40/ 400 * 100vw);
        margin: 0 -5vw 7.5vw;
        background: #F8F9FA;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 2.5vw;
        height: 76vw;
        padding: 4.75vw 0 7.5vw; }
        .content .map-container .subcategory-list .simplebar-track {
          bottom: 24vw;
          display: none; }
        .content .map-container .subcategory-list .all-category {
          padding: 3.25vw 9.75vw 3.25vw 5vw;
          background: #1ABC9C;
          color: #fff;
          margin-bottom: 2.5vw;
          display: block;
          font-weight: 600;
          font-size: 4vw;
          line-height: 5vw;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          text-decoration: none;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 2.5vw; }
        .content .map-container .subcategory-list .subcategory li {
          list-style: none;
          margin-bottom: 3vw;
          background: #FFFFFF;
          -webkit-box-shadow: 0vw 1.5vw 4.5vw rgba(0, 0, 0, 0.06);
          box-shadow: 0vw 1.5vw 4.5vw rgba(0, 0, 0, 0.06);
          border-radius: 2.5vw;
          padding: 2vw 7.25vw 2.5vw 5vw; }
          .content .map-container .subcategory-list .subcategory li .category {
            font-weight: 600;
            font-size: 4vw;
            line-height: 5vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-decoration: none;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #100F0F; }
            .content .map-container .subcategory-list .subcategory li .category svg {
              z-index: 0;
              margin-top: 0.5vw;
              -webkit-transition: all .4s linear;
              -o-transition: all .4s linear;
              transition: all .4s linear; }
              .content .map-container .subcategory-list .subcategory li .category svg path {
                stroke: #100F0F; }
            .content .map-container .subcategory-list .subcategory li .category:hover {
              color: #1ABC9C; }
              .content .map-container .subcategory-list .subcategory li .category:hover svg path {
                stroke: #1ABC9C; }
            .content .map-container .subcategory-list .subcategory li .category.active svg {
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
              .content .map-container .subcategory-list .subcategory li .category.active svg path {
                stroke: #1ABC9C; }
          .content .map-container .subcategory-list .subcategory li ul {
            display: none;
            margin-top: 3vw; }
            .content .map-container .subcategory-list .subcategory li ul li {
              background: transparent;
              -webkit-box-shadow: none;
              box-shadow: none;
              padding: 1.25vw 0;
              border-radius: 0;
              border-bottom: 0.125vw solid rgba(0, 0, 0, 0.15); }
              .content .map-container .subcategory-list .subcategory li ul li:first-child {
                padding: 1.25vw 0;
                background: transparent; }
                .content .map-container .subcategory-list .subcategory li ul li:first-child a {
                  color: #100F0F; }
              .content .map-container .subcategory-list .subcategory li ul li a {
                font-size: 3.75vw;
                line-height: 4.5vw;
                color: #100F0F;
                display: block;
                text-decoration: none; }
      .content .map-container .map {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 0; }
        .content .map-container .map .filter-block {
          position: relative;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          z-index: 1;
          width: 100%; }
          .content .map-container .map .filter-block .filter-button {
            font-weight: 500;
            font-size: 3vw;
            line-height: 3.75vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 3.25vw 4vw 3vw;
            background: #F5F6F7;
            -webkit-transition: all .4s linear;
            -o-transition: all .4s linear;
            transition: all .4s linear;
            border-radius: 8.25vw;
            color: #100F0F;
            text-decoration: none; }
            .content .map-container .map .filter-block .filter-button.active {
              border-radius: 8.25vw 8.25vw 0 8.25vw;
              background: #1ABC9C;
              color: #fff; }
              .content .map-container .map .filter-block .filter-button.active svg {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
                .content .map-container .map .filter-block .filter-button.active svg path {
                  stroke: #fff; }
            .content .map-container .map .filter-block .filter-button svg {
              -webkit-transition: all .4s ease-in-out;
              -o-transition: all .4s ease-in-out;
              transition: all .4s ease-in-out;
              margin-left: 16.25vw; }
            .content .map-container .map .filter-block .filter-button.icon {
              width: 10vw;
              height: 10vw;
              margin-left: 5vw;
              padding: 0;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
              .content .map-container .map .filter-block .filter-button.icon.active svg {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none; }
                .content .map-container .map .filter-block .filter-button.icon.active svg path {
                  fill: #fff; }
              .content .map-container .map .filter-block .filter-button.icon svg {
                width: 4vw;
                height: 4.5vw;
                margin: 0; }
                .content .map-container .map .filter-block .filter-button.icon svg path {
                  fill: #100F0F; }
          .content .map-container .map .filter-block .filter-district {
            position: relative; }
            .content .map-container .map .filter-block .filter-district .district-list {
              height: 58.75vw; }
            .content .map-container .map .filter-block .filter-district ul {
              margin-right: 10vw; }
              .content .map-container .map .filter-block .filter-district ul li {
                margin-bottom: 1.25vw;
                margin-right: 0;
                width: 100%; }
                .content .map-container .map .filter-block .filter-district ul li a {
                  display: block;
                  padding: 2vw 0 1.75vw;
                  background: #F8F9FA;
                  border: 0.125vw solid #B2B7D0;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box;
                  border-radius: 6.375vw;
                  font-size: 3vw;
                  line-height: 3.75vw;
                  text-align: center; }
                  .content .map-container .map .filter-block .filter-district ul li a:hover, .content .map-container .map .filter-block .filter-district ul li a.active {
                    background: #1ABC9C;
                    color: #fff; }
          .content .map-container .map .filter-block .filter-status {
            position: relative; }
            .content .map-container .map .filter-block .filter-status .dropdown {
              padding: 3.75vw 1.25vw 3.75vw 1.25vw; }
            .content .map-container .map .filter-block .filter-status ul li {
              font-weight: 600;
              font-size: 3.5vw;
              line-height: 4.25vw;
              color: #100F0F;
              text-align: center;
              margin-bottom: 0.5vw;
              padding: 0 2.5vw; }
              .content .map-container .map .filter-block .filter-status ul li:first-child {
                padding: 0;
                margin-bottom: 3vw; }
              .content .map-container .map .filter-block .filter-status ul li a {
                padding: 2.5vw 0;
                display: block;
                text-align: center;
                font-weight: 400;
                font-size: 3vw;
                line-height: 3.75vw; }
                .content .map-container .map .filter-block .filter-status ul li a.complate-problem {
                  background: #1ABC9C;
                  border-radius: 6.375vw;
                  color: #fff; }
                  .content .map-container .map .filter-block .filter-status ul li a.complate-problem:hover, .content .map-container .map .filter-block .filter-status ul li a.complate-problem.active {
                    background: #1ABC9C;
                    border-radius: 6.375vw;
                    color: #fff; }
                .content .map-container .map .filter-block .filter-status ul li a.progress-problem {
                  background: #FAB74B;
                  border-radius: 6.375vw;
                  color: #fff; }
                  .content .map-container .map .filter-block .filter-status ul li a.progress-problem:hover, .content .map-container .map .filter-block .filter-status ul li a.progress-problem.active {
                    background: #FAB74B;
                    border-radius: 6.375vw;
                    color: #fff; }
                .content .map-container .map .filter-block .filter-status ul li a.all {
                  background: #7E888C;
                  border-radius: 6.375vw;
                  color: #fff; }
                  .content .map-container .map .filter-block .filter-status ul li a.all:hover, .content .map-container .map .filter-block .filter-status ul li a.all.active {
                    background: #7E888C;
                    border-radius: 6.375vw;
                    color: #fff; }
          .content .map-container .map .filter-block .dropdown {
            background: #FFFFFF;
            position: absolute;
            right: 0;
            display: none;
            margin-top: 1.25vw;
            width: 50.5vw;
            padding: 3.75vw;
            border: 0.125vw solid rgba(178, 183, 208, 0.5);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 0vw 0.5vw 2.5vw rgba(0, 0, 0, 0.08);
            box-shadow: 0vw 0.5vw 2.5vw rgba(0, 0, 0, 0.08);
            border-radius: 3.75vw; }
            .content .map-container .map .filter-block .dropdown .simplebar-track {
              right: 8.5vw;
              top: 0; }
            .content .map-container .map .filter-block .dropdown li {
              text-align: right;
              list-style: none;
              margin-bottom: 2.5vw; }
              .content .map-container .map .filter-block .dropdown li a {
                padding: 1.5vw 6.25vw;
                border-radius: 6.375vw;
                display: inline-block;
                text-decoration: none;
                font-size: 4.5vw;
                line-height: 5.5vw;
                -webkit-transition: all .4s linear;
                -o-transition: all .4s linear;
                transition: all .4s linear;
                color: #100F0F; }
        .content .map-container .map #map {
          border: 0.125vw solid rgba(49, 59, 108, 0.5);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 2.5vw;
          height: 95vw;
          margin: 5vw -5vw 0;
          overflow: hidden; }
    .content .statistic-panel-location {
      margin: 0 6vw;
      padding: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content .statistic-panel-location .thumbs {
        padding-top: 0;
        margin-bottom: 7.5vw; }
        .content .statistic-panel-location .thumbs:nth-last-child(-n + 2) {
          margin-bottom: 0; }
        .content .statistic-panel-location .thumbs svg {
          display: block;
          margin: 0 auto 2.75vw;
          width: 8.3925vw;
          height: 8.2625vw; }
        .content .statistic-panel-location .thumbs strong {
          font-size: 7.83193vw;
          line-height: 9.75vw;
          display: block;
          margin-bottom: 1vw; }
        .content .statistic-panel-location .thumbs p {
          color: #100F0F;
          font-weight: 500;
          font-size: 2.56015vw;
          line-height: 3vw; }
    .content .subcategory-block {
      margin: 0; }
    .content .problems-header {
      -webkit-box-shadow: none;
      box-shadow: none;
      padding-bottom: 4vw;
      margin-bottom: 0;
      padding-top: 10vw;
      border: none; }
      .content .problems-header.ideas-header {
        padding-top: 5.25vw;
        padding-bottom: 5vw; }
      .content .problems-header h1 {
        display: none; }
        .content .problems-header h1.f-80 {
          display: block;
          font-weight: 600;
          font-size: 6.25vw;
          line-height: 7.5vw;
          letter-spacing: -0.04125vw;
          color: #313B6C; }
          .content .problems-header h1.f-80 span {
            font-weight: 400;
            color: #989DB5;
            display: block; }
      .content .problems-header .stepper-panel {
        margin-top: 5vw;
        margin-left: 0.75vw;
        padding-top: 10vw;
        position: relative; }
        .content .problems-header .stepper-panel ul li {
          font-size: 4vw;
          line-height: 4.5vw;
          padding-bottom: 0;
          list-style: none;
          position: inherit;
          width: 38.75vw; }
          .content .problems-header .stepper-panel ul li:after {
            width: 37vw;
            margin-right: 1.25vw;
            height: 0.25vw;
            margin-left: 1.25vw;
            background: url("../img/line.png") repeat-x;
            content: "";
            display: inline-block; }
          .content .problems-header .stepper-panel ul li div {
            display: inline-block; }
          .content .problems-header .stepper-panel ul li:nth-child(2) {
            width: 38.75vw; }
          .content .problems-header .stepper-panel ul li:last-child {
            width: auto; }
            .content .problems-header .stepper-panel ul li:last-child:after {
              display: none; }
          .content .problems-header .stepper-panel ul li.active {
            color: #000; }
            .content .problems-header .stepper-panel ul li.active span {
              color: #fff; }
            .content .problems-header .stepper-panel ul li.active strong {
              display: block; }
          .content .problems-header .stepper-panel ul li.done strong {
            display: none; }
          .content .problems-header .stepper-panel ul li.done span {
            font-size: 0; }
          .content .problems-header .stepper-panel ul li strong {
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            font-weight: 600;
            color: #000;
            font-size: 4vw;
            line-height: 4.75vw; }
          .content .problems-header .stepper-panel ul li span {
            width: calc(32/ 400 * 100vw - 2/ 400 * 100vw);
            height: calc(32/ 400 * 100vw - 2/ 400 * 100vw);
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 100%;
            margin-right: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #C1C5D9;
            border: 0.25vw solid #C1C5D9; }
      .content .problems-header .search-panel {
        display: none; }
        .content .problems-header .search-panel.ideas-search {
          display: block;
          border-bottom: 0.0625vw solid rgba(49, 59, 108, 0.4);
          margin: 5.5vw -5vw 0;
          padding: 0 5vw 4.5vw; }
          .content .problems-header .search-panel.ideas-search form {
            position: relative;
            border-radius: 8.75vw; }
            .content .problems-header .search-panel.ideas-search form input {
              padding-left: 11vw;
              font-size: 3vw; }
            .content .problems-header .search-panel.ideas-search form button {
              position: absolute;
              left: 4.5vw;
              background: none;
              border: none;
              width: 3.5vw;
              height: 3.5vw;
              top: 3.25vw; }
              .content .problems-header .search-panel.ideas-search form button svg {
                width: 3.5vw;
                height: 3.5vw; }
                .content .problems-header .search-panel.ideas-search form button svg path {
                  fill: #B2B7D0; }
          .content .problems-header .search-panel.ideas-search .search {
            display: none; }
    .content .problems-page {
      position: relative; }
      .content .problems-page .tabs {
        display: none; }
        .content .problems-page .tabs.active {
          display: block;
          visibility: visible;
          z-index: 1;
          position: relative;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
        .content .problems-page .tabs#tabs-1.active {
          display: block; }
    .content .problems-category {
      margin-bottom: 7vw;
      width: auto;
      max-height: 100%;
      border: none;
      padding: 0; }
      .content .problems-category ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .content .problems-category ul li {
          list-style: none;
          margin-bottom: 1.75vw;
          margin-right: 2.5vw;
          width: calc(33.3333% - 7/ 400 * 100vw); }
          .content .problems-category ul li:not(:last-child) {
            border: none; }
          .content .problems-category ul li:last-child {
            margin-right: 0; }
            .content .problems-category ul li:last-child a.active {
              border-radius: 2.5vw; }
          .content .problems-category ul li:nth-child(3n) {
            margin-right: 0; }
          .content .problems-category ul li:first-child a.active {
            border-radius: 2.5vw; }
          .content .problems-category ul li svg {
            display: block;
            height: 4.75vw; }
          .content .problems-category ul li a {
            width: 100%;
            padding: 4.75vw 0 3.5vw;
            background: #F8F9FA;
            border: 0.1875vw solid rgba(178, 183, 208, 0.5);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 2.5vw;
            box-sizing: border-box;
            min-height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            font-weight: 500;
            font-size: 2.75vw;
            line-height: 3.25vw;
            letter-spacing: -0.06vw;
            color: #000000;
            overflow: hidden;
            position: relative;
            -webkit-transition: all .4s linear;
            -o-transition: all .4s linear;
            transition: all .4s linear;
            text-decoration: none; }
            .content .problems-category ul li a:before {
              display: none; }
            .content .problems-category ul li a.emergency {
              color: #fff; }
              .content .problems-category ul li a.emergency:hover, .content .problems-category ul li a.emergency.active {
                color: #fff; }
                .content .problems-category ul li a.emergency:hover i, .content .problems-category ul li a.emergency.active i {
                  border-color: transparent; }
              .content .problems-category ul li a.emergency i {
                border-color: transparent; }
            .content .problems-category ul li a:hover, .content .problems-category ul li a.active {
              color: #000;
              background: rgba(0, 141, 255, 0.16);
              -webkit-box-shadow: 0.25vw 1vw 2vw rgba(26, 188, 156, 0.1);
              box-shadow: 0.25vw 1vw 2vw rgba(26, 188, 156, 0.1);
              border-color: var(--hover); }
            .content .problems-category ul li a i {
              width: 8.25vw;
              height: 8.25vw;
              overflow: hidden;
              margin: 0 auto 1vw; }
    .content .subcategory-content {
      background: #F8F9FA;
      border: 0.125vw solid rgba(178, 183, 208, 0.5);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5vw 7.5vw;
      margin: 0 -5vw 0;
      -webkit-transition: all .4s linear;
      -o-transition: all .4s linear;
      transition: all .4s linear;
      border-radius: 0vw 0vw 5vw 5vw; }
      .content .subcategory-content.first {
        border-radius: 0vw 0vw 5vw 5vw;
        max-height: 100%;
        height: auto; }
      .content .subcategory-content.last {
        border-radius: 0vw 0vw 5vw 5vw; }
      .content .subcategory-content .filter-panel {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 1.5vw;
        margin-bottom: 7vw;
        border-bottom: 0.125vw solid rgba(0, 0, 0, 0.25); }
        .content .subcategory-content .filter-panel .chip {
          margin-right: 0;
          font-weight: 600;
          width: 100%;
          font-size: 4vw;
          line-height: 4.75vw;
          display: block;
          cursor: pointer;
          text-align: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 2.75vw 0;
          background: #FFFFFF;
          border: 0.125vw solid #B2B7D0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 7.5vw;
          color: #11201D;
          -webkit-transition: all .4s linear;
          -o-transition: all .4s linear;
          transition: all .4s linear; }
          .content .subcategory-content .filter-panel .chip:hover {
            color: #fff;
            border-color: transparent; }
          .content .subcategory-content .filter-panel .chip.active {
            color: #fff;
            border-color: transparent; }
          .content .subcategory-content .filter-panel .chip a {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: none;
            margin-top: 1.25vw;
            margin-left: 1.25vw;
            width: 4vw;
            height: 4vw; }
        .content .subcategory-content .filter-panel ul {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-top: 3.5vw; }
          .content .subcategory-content .filter-panel ul li {
            list-style: none;
            display: block;
            margin-bottom: 3.5vw;
            width: 100%; }
            .content .subcategory-content .filter-panel ul li.active .chip {
              background: #1ABC9C;
              color: #fff;
              border-color: transparent; }
            .content .subcategory-content .filter-panel ul li .chip {
              margin-right: 0;
              padding: 2.75vw 0;
              background: #FFFFFF;
              border-color: #B2B7D0; }
      .content .subcategory-content .subSubcategory {
        height: auto !important;
        margin: 0 -3.25vw; }
        .content .subcategory-content .subSubcategory .simplebar-track {
          right: -7vw; }
        .content .subcategory-content .subSubcategory .simplebar-track.simplebar-vertical {
          top: -10.75vw; }
        .content .subcategory-content .subSubcategory li {
          font-weight: 600;
          font-size: 5.5vw;
          line-height: 6.5vw;
          margin-bottom: 5.75vw;
          padding-bottom: 0.5vw;
          border-bottom: 0.125vw solid rgba(0, 0, 0, 0.25);
          list-style: none;
          color: #11201D;
          width: 100%;
          margin-right: 0; }
          .content .subcategory-content .subSubcategory li:nth-child(2n), .content .subcategory-content .subSubcategory li:nth-child(4n) {
            width: 100%;
            margin-right: 0; }
          .content .subcategory-content .subSubcategory li a {
            font-style: normal;
            font-weight: normal;
            font-size: 3.5vw;
            line-height: 4.25vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-decoration: none;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            color: #000; }
            .content .subcategory-content .subSubcategory li a:before {
              width: 0;
              height: 0.5vw;
              margin-top: 1.5vw;
              background: #1ABC9C;
              content: "";
              -webkit-transition: all .4s linear;
              -o-transition: all .4s linear;
              transition: all .4s linear;
              margin-right: 2.5vw; }
            .content .subcategory-content .subSubcategory li a span {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              display: block; }
            .content .subcategory-content .subSubcategory li a:hover, .content .subcategory-content .subSubcategory li a.active {
              color: #1ABC9C; }
              .content .subcategory-content .subSubcategory li a:hover:before, .content .subcategory-content .subSubcategory li a.active:before {
                width: 3.75vw; }
          .content .subcategory-content .subSubcategory li ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 5vw 0 2.5vw; }
            .content .subcategory-content .subSubcategory li ul li {
              border: none;
              width: 100%;
              font-size: 3.5vw;
              line-height: 4.25vw;
              margin-bottom: 5vw; }
              .content .subcategory-content .subSubcategory li ul li:nth-child(2n) {
                width: 100%;
                margin-left: 0; }
              .content .subcategory-content .subSubcategory li ul li:last-child {
                border: none;
                margin: 0; }
              .content .subcategory-content .subSubcategory li ul li a {
                font-size: 3.5vw;
                line-height: 4.25vw; }
                .content .subcategory-content .subSubcategory li ul li a:before {
                  margin-right: 0; }
                .content .subcategory-content .subSubcategory li ul li a:hover:before {
                  margin-right: 2.5vw; }
    .content .problems-form {
      position: relative; }
      .content .problems-form .crumbs {
        border-bottom: 0.125vw solid rgba(0, 0, 0, 0.25);
        padding-bottom: 6.5vw;
        margin-bottom: 7.5vw; }
        .content .problems-form .crumbs ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .content .problems-form .crumbs ul li {
            font-size: 3.5vw;
            line-height: 4.25vw;
            color: #B2B7D0;
            position: relative;
            list-style: none;
            margin-right: 0;
            padding-right: 0;
            margin-bottom: 5vw; }
            .content .problems-form .crumbs ul li:first-child {
              white-space: nowrap; }
            .content .problems-form .crumbs ul li:last-child {
              padding: 0;
              margin: 0; }
            .content .problems-form .crumbs ul li strong {
              display: block;
              color: #000;
              font-weight: 600;
              font-size: 3.25vw;
              line-height: 4vw;
              margin-top: 1.25vw; }
            .content .problems-form .crumbs ul li:after {
              display: none; }
            .content .problems-form .crumbs ul li:last-child:after {
              display: none; }
      .content .problems-form .heading {
        font-weight: 600;
        font-size: 4vw;
        line-height: 4.75vw;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #000000; }
        .content .problems-form .heading a {
          font-weight: 500;
          font-size: 6vw;
          text-decoration: none;
          line-height: 7vw;
          margin-top: 0;
          color: #1ABC9C;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          .content .problems-form .heading a span {
            position: relative;
            display: none; }
            .content .problems-form .heading a span:before {
              width: 100%;
              left: 0;
              -webkit-transition: all .4s ease-in-out;
              -o-transition: all .4s ease-in-out;
              transition: all .4s ease-in-out;
              bottom: 0.75vw;
              height: 0.25vw;
              background: #1ABC9C;
              opacity: .5;
              content: "";
              position: absolute; }
            .content .problems-form .heading a span:hover:before {
              width: 0;
              left: 50%; }
            .content .problems-form .heading a span.icon {
              margin-right: 2.75vw;
              width: 4.5vw;
              height: 4.5vw;
              margin-left: 2.75vw;
              border: 0.25vw solid #989DB5;
              color: #989DB5;
              font-size: 2.5vw;
              text-decoration: none;
              border-radius: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .content .problems-form .heading a span.icon:before {
                display: none; }
      .content .problems-form .caption-problems .left-side {
        border: none;
        width: 100%;
        padding: 0;
        margin: 0; }
        .content .problems-form .caption-problems .left-side .fileUpload {
          margin-top: 3.75vw;
          margin-bottom: 3.75vw; }
          .content .problems-form .caption-problems .left-side .fileUpload .thumbs {
            margin-right: 7.75vw;
            height: 15vw;
            border: 0.75vw dashed #B2B7D0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            width: 15vw; }
            .content .problems-form .caption-problems .left-side .fileUpload .thumbs:last-child {
              margin-right: 0; }
            .content .problems-form .caption-problems .left-side .fileUpload .thumbs span {
              width: 6.75vw;
              height: 6.75vw; }
              .content .problems-form .caption-problems .left-side .fileUpload .thumbs span svg {
                width: 100%;
                height: 100%; }
            .content .problems-form .caption-problems .left-side .fileUpload .thumbs .preview {
              position: absolute;
              z-index: -1;
              left: 0;
              right: 0;
              height: 100%;
              width: 100%;
              overflow: hidden;
              border-radius: 100%; }
              .content .problems-form .caption-problems .left-side .fileUpload .thumbs .preview.active {
                z-index: 2; }
              .content .problems-form .caption-problems .left-side .fileUpload .thumbs .preview img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover; }
            .content .problems-form .caption-problems .left-side .fileUpload .thumbs input {
              opacity: 0;
              cursor: pointer;
              width: 100%;
              padding: 0;
              position: absolute;
              left: 0;
              right: 0;
              z-index: 11;
              top: 0;
              height: 100%;
              bottom: 0; }
        .content .problems-form .caption-problems .left-side .alert {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin-bottom: 5vw;
          padding: 0; }
          .content .problems-form .caption-problems .left-side .alert span {
            margin-top: 1.25vw; }
        .content .problems-form .caption-problems .left-side .tin-action {
          width: 100%; }
        .content .problems-form .caption-problems .left-side textarea {
          margin-top: 2.75vw;
          height: 50vw;
          display: block;
          font-style: normal;
          font-weight: normal;
          font-size: 3.5vw;
          line-height: 4.5vw;
          color: #000;
          padding: 3vw 5vw;
          width: 100%; }
          .content .problems-form .caption-problems .left-side textarea::-webkit-input-placeholder {
            font-size: 3.5vw;
            line-height: 4.5vw; }
          .content .problems-form .caption-problems .left-side textarea:-ms-input-placeholder {
            font-size: 3.5vw;
            line-height: 4.5vw; }
          .content .problems-form .caption-problems .left-side textarea::-ms-input-placeholder {
            font-size: 3.5vw;
            line-height: 4.5vw; }
          .content .problems-form .caption-problems .left-side textarea::placeholder {
            font-size: 3.5vw;
            line-height: 4.5vw; }
        .content .problems-form .caption-problems .left-side input[type='text'] {
          width: 100%; }
        .content .problems-form .caption-problems .left-side .address-house input[type='text'] {
          width: calc(100% - 20px);
          margin: 10px; }
        .content .problems-form .caption-problems .left-side .address {
          margin-top: 5vw;
          width: 100%;
          margin-right: 0; }
          .content .problems-form .caption-problems .left-side .address label {
            margin-bottom: 2.5vw;
            margin-left: 0;
            font-size: 3.25vw;
            line-height: 4.5vw; }
        .content .problems-form .caption-problems .left-side .address-description {
          margin-top: 5vw;
          width: 100%; }
          .content .problems-form .caption-problems .left-side .address-description label {
            margin-bottom: 2.5vw;
            margin-left: 0;
            font-size: 3.25vw;
            line-height: 4.5vw; }
        .content .problems-form .caption-problems .left-side .policy {
          margin-bottom: 7.5vw;
          clear: both; }
          .content .problems-form .caption-problems .left-side .policy label {
            font-weight: 500;
            font-size: 3vw;
            line-height: 3.75vw;
            position: relative;
            display: inherit;
            float: right; }
            .content .problems-form .caption-problems .left-side .policy label span {
              float: left;
              width: 7.5vw;
              height: 7.5vw;
              border: 0.125vw solid rgba(178, 183, 208, 0.5);
              margin-right: 3.75vw;
              border-radius: 1.25vw;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .content .problems-form .caption-problems .left-side .policy label span svg {
                width: 4vw;
                height: 4vw;
                display: none; }
            .content .problems-form .caption-problems .left-side .policy label a {
              color: #B2B7D0;
              margin: 0 2vw;
              padding-bottom: 1.125vw;
              word-break: break-word;
              text-decoration: none;
              position: relative; }
              .content .problems-form .caption-problems .left-side .policy label a:before {
                display: none; }
            .content .problems-form .caption-problems .left-side .policy label input {
              position: absolute;
              left: 0;
              opacity: 0;
              top: 0;
              width: 7.5vw; }
              .content .problems-form .caption-problems .left-side .policy label input:checked ~ span {
                background: #1ABC9C;
                border-color: transparent; }
                .content .problems-form .caption-problems .left-side .policy label input:checked ~ span svg {
                  display: block; }
        .content .problems-form .caption-problems .left-side .map {
          height: 62.5vw; }
        .content .problems-form .caption-problems .left-side .get-location-mobile {
          position: relative; }
          .content .problems-form .caption-problems .left-side .get-location-mobile .get-location {
            position: absolute;
            display: block;
            bottom: 20px;
            right: 20px;
            z-index: 444; }
            .content .problems-form .caption-problems .left-side .get-location-mobile .get-location a {
              line-height: 16.25vw;
              width: 11.25vw;
              height: 11.25vw;
              background: #1ABC9C;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              border-radius: 100%; }
      .content .problems-form .caption-problems .right-side {
        display: none; }
      .content .problems-form .caption-problems.active {
        display: block; }
      .content .problems-form .caption-problems .house .dropwdown-address {
        margin-bottom: 7.5vw; }
        .content .problems-form .caption-problems .house .dropwdown-address:last-child {
          margin-bottom: 0; }
        .content .problems-form .caption-problems .house .dropwdown-address.read-only li a {
          font-size: 3.5vw;
          line-height: 4.5vw; }
        .content .problems-form .caption-problems .house .dropwdown-address li a {
          border-radius: 10px;
          font-size: 3.5vw;
          line-height: 4.5vw;
          padding: 5.75vw 7.75vw; }
        .content .problems-form .caption-problems .house .dropwdown-address li ul {
          border-radius: 5vw; }
          .content .problems-form .caption-problems .house .dropwdown-address li ul li a {
            border-radius: 0;
            border: none;
            background: transparent;
            padding: 2.5vw 7.25vw; }
            .content .problems-form .caption-problems .house .dropwdown-address li ul li a:hover, .content .problems-form .caption-problems .house .dropwdown-address li ul li a.active {
              background: rgba(178, 183, 208, 0.15); }
          .content .problems-form .caption-problems .house .dropwdown-address li ul li .search-strret {
            font-size: 16px;
            line-height: 19px;
            margin: 5vw 5vw;
            color: #100F0F; }
            .content .problems-form .caption-problems .house .dropwdown-address li ul li .search-strret input {
              background: #F5F6F9;
              margin-bottom: 2.5vw;
              border: 1px solid #1ABC9C;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              width: 100%;
              height: 9vw;
              border-radius: 6.25vw;
              padding: 0 5vw; }
      .content .problems-form .caption-problems .house .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .content .problems-form .caption-problems .house .address-field {
        width: 100%; }
        .content .problems-form .caption-problems .house .address-field label {
          margin-bottom: 20px; }
        .content .problems-form .caption-problems .house .address-field input.community[disabled] {
          margin-bottom: 30px; }
        .content .problems-form .caption-problems .house .address-field .item {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        .content .problems-form .caption-problems .house .address-field span {
          font-size: 12px;
          line-height: 17px;
          margin-bottom: 10px; }
        .content .problems-form .caption-problems .house .address-field .dropwdown-address {
          margin-bottom: 5vw; }
          .content .problems-form .caption-problems .house .address-field .dropwdown-address li a {
            padding: 3.25vw 5vw;
            font-size: 16px;
            border-radius: 10px;
            line-height: 19px; }
          .content .problems-form .caption-problems .house .address-field .dropwdown-address li ul {
            border-radius: 10px; }
      .content .problems-form .caption-problems .house .map {
        width: 100%;
        height: 250px;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; }
      .content .problems-form .caption-problems .house .policy {
        margin: 20px 0; }
      .content .problems-form .caption-problems textarea {
        margin-top: 2.75vw;
        height: 50vw;
        display: block;
        font-style: normal;
        font-weight: normal;
        font-size: 3.5vw;
        line-height: 4.5vw;
        color: #000;
        padding: 3vw 5vw;
        width: 100%; }
      .content .problems-form .caption-problems .charecter {
        display: block;
        margin-top: 2.5vw;
        font-weight: 500;
        font-size: 2.5vw;
        line-height: 3vw;
        color: #B2B7D0;
        margin-bottom: 6.25vw; }
      .content .problems-form .caption-problems .fileUpload {
        margin-top: 5vw;
        margin-bottom: 3.75vw; }
        .content .problems-form .caption-problems .fileUpload .thumbs {
          margin-right: 3.75vw;
          height: 16.75vw;
          border: 0.28517vw dashed #B2B7D0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          width: calc(25% - 12/ 400 * 100vw); }
          .content .problems-form .caption-problems .fileUpload .thumbs:last-child {
            display: none; }
          .content .problems-form .caption-problems .fileUpload .thumbs span {
            width: 6.75vw;
            height: 6.75vw; }
            .content .problems-form .caption-problems .fileUpload .thumbs span svg {
              width: 6.75vw;
              height: 6.75vw; }
          .content .problems-form .caption-problems .fileUpload .thumbs:last-child {
            margin-right: 0; }
          .content .problems-form .caption-problems .fileUpload .thumbs:nth-child(4) {
            margin-right: 0; }
          .content .problems-form .caption-problems .fileUpload .thumbs .preview {
            position: absolute;
            z-index: -1;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            overflow: hidden;
            border-radius: 100%; }
            .content .problems-form .caption-problems .fileUpload .thumbs .preview.active {
              z-index: 2; }
            .content .problems-form .caption-problems .fileUpload .thumbs .preview img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
          .content .problems-form .caption-problems .fileUpload .thumbs input {
            opacity: 0;
            cursor: pointer;
            position: absolute;
            left: 0;
            right: 0;
            z-index: 11;
            top: 0;
            height: 100%;
            bottom: 0; }
      .content .problems-form .caption-problems .alert {
        margin-bottom: 7.5vw;
        padding: 0;
        background: none;
        border: none; }
        .content .problems-form .caption-problems .alert span {
          margin-top: 1.25vw;
          font-size: 3vw;
          line-height: 3.5vw; }
        .content .problems-form .caption-problems .alert svg {
          width: 5vw;
          height: 5vw; }
      .content .problems-form .caption-problems .address {
        margin-top: 5vw;
        width: 100%;
        margin-right: 0; }
        .content .problems-form .caption-problems .address label {
          margin-bottom: 2.5vw;
          margin-left: 0;
          font-size: 3.25vw;
          line-height: 4.5vw; }
      .content .problems-form .caption-problems .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .content .problems-form .caption-problems .address-description {
        margin-top: 5vw;
        width: 100%; }
        .content .problems-form .caption-problems .address-description label {
          margin-bottom: 2.5vw;
          margin-left: 0;
          font-size: 3.25vw;
          line-height: 4.5vw; }
      .content .problems-form .caption-problems input[type='text'] {
        width: 100%;
        font-size: 3vw;
        line-height: 4.5vw;
        padding: 0 5vw;
        height: 11.25vw; }
        .content .problems-form .caption-problems input[type='text'].full {
          width: 100%;
          margin: 2.5vw 0 7.5vw; }
      .content .problems-form .caption-problems .helper-text {
        display: block;
        font-weight: 500;
        font-size: 2.5vw;
        line-height: 3vw;
        margin-top: 1.25vw;
        margin-bottom: 0;
        color: #B2B7D0;
        text-align: right; }
      .content .problems-form .caption-problems .map {
        height: 62.5vw;
        margin: 7.5vw 0 5vw; }
      .content .problems-form .caption-problems .policy {
        margin-bottom: 7.5vw;
        clear: both; }
        .content .problems-form .caption-problems .policy label {
          font-weight: 500;
          font-size: 3vw;
          line-height: 3.75vw;
          position: relative;
          display: inherit;
          float: right; }
          .content .problems-form .caption-problems .policy label span {
            float: left;
            width: 7.5vw;
            height: 7.5vw;
            border: 0.125vw solid rgba(178, 183, 208, 0.5);
            margin-right: 3.75vw;
            border-radius: 1.25vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .content .problems-form .caption-problems .policy label span svg {
              width: 4vw;
              height: 4vw;
              display: none; }
          .content .problems-form .caption-problems .policy label a {
            color: #B2B7D0;
            margin: 0 2vw;
            padding-bottom: 1.125vw;
            word-break: break-word;
            text-decoration: none;
            position: relative; }
            .content .problems-form .caption-problems .policy label a:before {
              display: none; }
          .content .problems-form .caption-problems .policy label input {
            position: absolute;
            left: 0;
            opacity: 0;
            top: 0;
            width: 7.5vw; }
            .content .problems-form .caption-problems .policy label input:checked ~ span {
              background: #1ABC9C;
              border-color: transparent; }
              .content .problems-form .caption-problems .policy label input:checked ~ span svg {
                display: block; }
    .content .executor-center-content.profile-page .profile-content {
      margin: 0; }
    .content .profile-page {
      margin-top: 5vw;
      margin-bottom: 0; }
      .content .profile-page .profile-content .carousel-panel .caption {
        padding: 5vw 4.75vw;
        background: #F8F9FA;
        margin-bottom: 2.25vw;
        border: 0.25vw solid rgba(178, 183, 208, 0.5);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 2.5vw; }
        .content .profile-page .profile-content .carousel-panel .caption .d-flex {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .content .profile-page .profile-content .carousel-panel .caption .status {
          margin-top: 3.5vw;
          min-width: 41.5vw; }
        .content .profile-page .profile-content .carousel-panel .caption h3 {
          font-size: 5.5vw;
          line-height: 6.5vw; }
        .content .profile-page .profile-content .carousel-panel .caption .date {
          margin-bottom: 1.25vw; }
        .content .profile-page .profile-content .carousel-panel .caption p {
          font-size: 3.5vw;
          line-height: 4.25vw; }
        .content .profile-page .profile-content .carousel-panel .caption .pictures {
          margin: 6.75vw 0 0; }
        .content .profile-page .profile-content .carousel-panel .caption .like-button {
          margin-top: 7.5vw; }
        .content .profile-page .profile-content .carousel-panel .caption .vote-panel {
          margin-top: 0;
          margin-bottom: 5.25vw; }
          .content .profile-page .profile-content .carousel-panel .caption .vote-panel .like-button {
            margin-top: 6.5vw; }
      .content .profile-page .profile-content .ideas-button {
        margin-bottom: 5vw;
        margin-top: 10vw; }
        .content .profile-page .profile-content .ideas-button a {
          background: #F8F9FA;
          color: #000;
          text-decoration: none;
          text-transform: none;
          border: 0.25vw solid rgba(178, 183, 208, 0.5);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-weight: 500;
          font-size: 2.75vw;
          line-height: 3.25vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border-radius: 7.5vw; }
          .content .profile-page .profile-content .ideas-button a:first-child {
            padding: 2.5vw 6vw; }
            .content .profile-page .profile-content .ideas-button a:first-child svg {
              margin-right: 1.25vw; }
          .content .profile-page .profile-content .ideas-button a svg {
            width: 2vw; }
          .content .profile-page .profile-content .ideas-button a:last-child {
            padding: 2.5vw 6vw; }
            .content .profile-page .profile-content .ideas-button a:last-child svg {
              margin-left: 1.25vw; }
      .content .profile-page .profile-content .ideas-search {
        margin-bottom: 3.75vw; }
        .content .profile-page .profile-content .ideas-search form {
          width: 100%;
          position: relative;
          margin: 7.5vw 0 0;
          background: #F8F9FA;
          border-radius: 8.75vw; }
          .content .profile-page .profile-content .ideas-search form input {
            background: none;
            height: 10vw;
            padding: 0 5vw 0 11vw; }
          .content .profile-page .profile-content .ideas-search form button {
            position: absolute;
            right: inherit;
            left: 4vw;
            top: 0;
            width: 3.5vw;
            bottom: 0;
            padding: 0;
            font-size: 0;
            cursor: pointer;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: transparent;
            border-radius: 0 8.75vw 8.75vw 0;
            font-weight: 500;
            color: #B2B7D0; }
            .content .profile-page .profile-content .ideas-search form button svg {
              -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
              flex: 1 0 auto;
              height: 3.5vw;
              margin-right: 0; }
              .content .profile-page .profile-content .ideas-search form button svg path {
                fill: #B2B7D0; }
        .content .profile-page .profile-content .ideas-search .search {
          display: none;
          width: 100%;
          background: #F5F6F9;
          border: 0.125vw solid rgba(178, 183, 208, 0.25);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-shadow: 0vw 0.5vw 2.5vw rgba(0, 0, 0, 0.08);
          box-shadow: 0vw 0.5vw 2.5vw rgba(0, 0, 0, 0.08);
          border-radius: 2.5vw;
          position: absolute;
          top: 17vw;
          overflow: auto;
          z-index: 2; }
          .content .profile-page .profile-content .ideas-search .search li {
            list-style: none;
            display: block;
            text-decoration: none;
            font-weight: 500;
            font-size: 4vw;
            line-height: 4.75vw;
            color: #100F0F;
            border-radius: 6.375vw;
            cursor: pointer;
            padding: 2.5vw 6.25vw; }
            .content .profile-page .profile-content .ideas-search .search li:hover {
              background: #1ABC9C; }
              .content .profile-page .profile-content .ideas-search .search li:hover a {
                color: #FFFFFF; }
            .content .profile-page .profile-content .ideas-search .search li a {
              display: block;
              text-decoration: none;
              color: #100F0F; }
      .content .profile-page .profile-content .changeProfile .old-password .input-thumbs {
        width: 100%;
        margin-right: 0; }
        .content .profile-page .profile-content .changeProfile .old-password .input-thumbs label {
          margin-bottom: 15px; }
      .content .profile-page .ideas-page .ideas-panel {
        margin: 0; }
        .content .profile-page .ideas-page .ideas-panel .sort-panel {
          margin-bottom: 7.5vw; }
          .content .profile-page .ideas-page .ideas-panel .sort-panel.mobile-sort {
            border-bottom: 0.0625vw solid rgba(49, 59, 108, 0.4);
            margin: 0 -5vw 7.25vw;
            padding: 0 5vw 5vw; }
          .content .profile-page .ideas-page .ideas-panel .sort-panel .select2-container {
            width: 43vw !important; }
            .content .profile-page .ideas-page .ideas-panel .sort-panel .select2-container .select2-selection--single {
              height: 7.5vw; }
              .content .profile-page .ideas-page .ideas-panel .sort-panel .select2-container .select2-selection--single .select2-selection__rendered {
                font-size: 3vw;
                line-height: 3.75vw;
                padding: 0 4vw; }
              .content .profile-page .ideas-page .ideas-panel .sort-panel .select2-container .select2-selection--single .select2-selection__arrow b {
                right: 5.25vw; }
        .content .profile-page .ideas-page .ideas-panel .inner-thumbs .thumbs {
          padding: 3.75vw 5.25vw;
          margin-bottom: 2.25vw; }
          .content .profile-page .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea .title {
            margin-top: 0; }
            .content .profile-page .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea .title a {
              margin-top: 1.75vw;
              margin-bottom: 0; }
          .content .profile-page .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea img {
            width: 15vw;
            height: 15vw;
            margin-bottom: 1.25vw; }
          .content .profile-page .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea .date {
            display: block;
            margin-left: 3.75vw;
            font-size: 3.5vw;
            margin-top: 3vw;
            line-height: 4.25vw;
            color: #B2B7D0; }
          .content .profile-page .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel {
            margin-top: 0;
            top: 7vw;
            right: 9.25vw; }
            .content .profile-page .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .status {
              font-weight: 500;
              margin-bottom: 0;
              white-space: nowrap;
              font-size: 3vw;
              line-height: 3.75vw;
              min-width: 31.75vw;
              margin-right: 5.5vw;
              padding: 1.75vw 3vw; }
            .content .profile-page .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .vote-panel {
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              margin-right: 0; }
              .content .profile-page .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .vote-panel span {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-right: 4.5vw;
                font-size: 2.73vw;
                line-height: 3.25vw; }
                .content .profile-page .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .vote-panel span svg {
                  margin-right: 1.25vw;
                  width: 4.25vw;
                  height: 4.25vw; }
        .content .profile-page .ideas-page .ideas-panel .thumbs {
          margin-bottom: 2vw; }
          .content .profile-page .ideas-page .ideas-panel .thumbs h2 {
            font-size: 8.75vw; }
          .content .profile-page .ideas-page .ideas-panel .thumbs .title-idea .title p {
            margin-top: 1.75vw; }
      .content .profile-page aside {
        display: none;
        padding-right: 16.75vw;
        margin-right: 12.5vw;
        width: calc(354/ 400 * 100vw - 73/ 400 * 100vw);
        border-right: none; }
        .content .profile-page aside.mobile-page-menu {
          display: block;
          padding: 0;
          margin: 0;
          width: 100%;
          border: none; }
        .content .profile-page aside.executer-menu {
          width: calc(370/ 400 * 100vw - 73/ 400 * 100vw);
          padding-right: 13.25vw; }
          .content .profile-page aside.executer-menu ul {
            margin-bottom: 8.75vw; }
            .content .profile-page aside.executer-menu ul li {
              font-size: 7vw;
              line-height: 9.75vw;
              margin-bottom: 0; }
              .content .profile-page aside.executer-menu ul li:first-child {
                margin-bottom: 2.75vw; }
              .content .profile-page aside.executer-menu ul li a {
                padding: 3.25vw 3.5vw; }
        .content .profile-page aside ul {
          margin-bottom: 6vw; }
          .content .profile-page aside ul:last-child {
            margin-top: 10.75vw; }
          .content .profile-page aside ul li {
            list-style: none;
            font-weight: 600;
            letter-spacing: 0.425vw;
            font-size: 7vw;
            line-height: 8vw;
            margin-bottom: 0.75vw; }
            .content .profile-page aside ul li.title {
              margin-bottom: 5vw; }
            .content .profile-page aside ul li a {
              font-weight: 500;
              font-size: 5vw;
              line-height: 6vw;
              letter-spacing: 0;
              display: block;
              border: 0.125vw solid transparent;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              border-radius: 2.5vw;
              text-decoration: none;
              padding: 2.75vw 2.5vw;
              color: #000000; }
              .content .profile-page aside ul li a:hover {
                background: rgba(26, 188, 156, 0.1); }
              .content .profile-page aside ul li a.active {
                background: #1ABC9C;
                color: #fff; }
        .content .profile-page aside p {
          font-weight: 500;
          font-size: 5vw;
          line-height: 6vw;
          color: #000000;
          margin-left: 3.25vw; }
          .content .profile-page aside p a {
            color: #000000;
            text-decoration: none; }
            .content .profile-page aside p a:hover {
              color: #1ABC9C; }
      .content .profile-page h1 {
        font-weight: bold;
        font-size: 5.5vw;
        line-height: 6.5vw;
        margin-bottom: 8.25vw;
        color: #313B6C; }
      .content .profile-page .back {
        width: 9vw;
        height: 9vw;
        background: #EBEDF3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 100%;
        margin-right: 4.25vw;
        border: 0.125vw solid #B2B7D0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .content .profile-page .mobile-back-link {
        border-bottom: 0.0625vw solid rgba(49, 59, 108, 0.4);
        padding: 0 5vw 7.5vw;
        margin: 0 -5vw 7vw; }
        .content .profile-page .mobile-back-link.no-bordered {
          border: none;
          padding-bottom: 0;
          margin-bottom: 0; }
        .content .profile-page .mobile-back-link a {
          text-decoration: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .content .profile-page .mobile-back-link h1 {
          margin-bottom: 0;
          margin-top: 1.5vw;
          word-break: break-word;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .content .profile-page .profile-content {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .content .profile-page .profile-content .changeExecuter {
          position: relative; }
          .content .profile-page .profile-content .changeExecuter .d-flex {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
          .content .profile-page .profile-content .changeExecuter .img {
            width: 50vw;
            height: 50vw;
            border-radius: 100%;
            overflow: hidden;
            margin: 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .content .profile-page .profile-content .changeExecuter .img.active:before {
              display: block; }
            .content .profile-page .profile-content .changeExecuter .img input {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: 1;
              height: 100%;
              top: 0;
              padding: 0;
              opacity: 0; }
            .content .profile-page .profile-content .changeExecuter .img:before {
              width: 100%;
              height: 100%;
              display: none;
              content: "";
              background: url("../img/pen.svg") no-repeat center center rgba(0, 0, 0, 0.25);
              background-size: 9vw;
              position: absolute; }
            .content .profile-page .profile-content .changeExecuter .img .preview {
              display: block;
              width: 100%;
              height: 100%; }
              .content .profile-page .profile-content .changeExecuter .img .preview img {
                display: block;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover; }
          .content .profile-page .profile-content .changeExecuter .user-info {
            margin-left: 0;
            margin-bottom: 7.5vw;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-top: 5vw; }
            .content .profile-page .profile-content .changeExecuter .user-info ul {
              width: 100%;
              text-align: center;
              -webkit-column-count: 2;
              column-count: 2; }
              .content .profile-page .profile-content .changeExecuter .user-info ul li {
                margin-bottom: 3.75vw;
                list-style: none; }
                .content .profile-page .profile-content .changeExecuter .user-info ul li span {
                  display: block;
                  font-size: 3.5vw;
                  line-height: 4.25vw;
                  margin-bottom: 1.25vw;
                  color: rgba(16, 15, 15, 0.5); }
                .content .profile-page .profile-content .changeExecuter .user-info ul li strong {
                  font-weight: 600;
                  font-size: 4vw;
                  line-height: 4.5vw;
                  display: block;
                  color: #000000; }
          .content .profile-page .profile-content .changeExecuter .input-thumbs {
            width: 100%;
            margin-bottom: 3.75vw; }
            .content .profile-page .profile-content .changeExecuter .input-thumbs .calendar-input {
              position: relative; }
              .content .profile-page .profile-content .changeExecuter .input-thumbs .calendar-input i {
                cursor: pointer;
                position: absolute;
                right: 5vw;
                width: 6vw;
                top: 2.5vw; }
                .content .profile-page .profile-content .changeExecuter .input-thumbs .calendar-input i svg {
                  width: 100%;
                  height: 100%; }
            .content .profile-page .profile-content .changeExecuter .input-thumbs label {
              font-weight: 500;
              font-size: 4vw;
              margin-bottom: 2.75vw;
              line-height: 4.5vw;
              display: block;
              color: #100F0F; }
              .content .profile-page .profile-content .changeExecuter .input-thumbs label.title {
                font-size: 4vw;
                font-weight: normal;
                line-height: 4.5vw; }
            .content .profile-page .profile-content .changeExecuter .input-thumbs input {
              background: #F5F6F9;
              border: 0.125vw solid rgba(178, 183, 208, 0.25);
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              border-radius: 2.5vw;
              height: 11.25vw;
              padding: 0 4.75vw;
              font-size: 4.5vw;
              line-height: 5.5vw; }
              .content .profile-page .profile-content .changeExecuter .input-thumbs input::-webkit-input-placeholder {
                color: rgba(16, 15, 15, 0.5); }
              .content .profile-page .profile-content .changeExecuter .input-thumbs input:-ms-input-placeholder {
                color: rgba(16, 15, 15, 0.5); }
              .content .profile-page .profile-content .changeExecuter .input-thumbs input::-ms-input-placeholder {
                color: rgba(16, 15, 15, 0.5); }
              .content .profile-page .profile-content .changeExecuter .input-thumbs input::placeholder {
                color: rgba(16, 15, 15, 0.5); }
          .content .profile-page .profile-content .changeExecuter button {
            text-transform: none;
            font-weight: bold;
            padding: 3.25vw 15.75vw;
            font-size: 4vw;
            width: 100%;
            line-height: 4.5vw;
            border-radius: 25vw; }
        .content .profile-page .profile-content .executor-problems-filter {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 12px; }
          .content .profile-page .profile-content .executor-problems-filter .problems-map-btn {
            border-radius: 8px;
            padding: 10px 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 8px; }
          .content .profile-page .profile-content .executor-problems-filter .input {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
            .content .profile-page .profile-content .executor-problems-filter .input label {
              -webkit-box-flex: 1;
              -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
            .content .profile-page .profile-content .executor-problems-filter .input input {
              width: 100%;
              margin: 0;
              height: 40px;
              font-size: 12px;
              padding: 0 12px;
              border-radius: 8px; }
          .content .profile-page .profile-content .executor-problems-filter .select {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            gap: 12px; }
            .content .profile-page .profile-content .executor-problems-filter .select .select-item {
              -webkit-box-flex: 1;
              -ms-flex: 1 0 calc(50% - 6px);
              flex: 1 0 calc(50% - 6px);
              margin: 0;
              width: auto; }
            .content .profile-page .profile-content .executor-problems-filter .select .sort-panel.column .dropdown-sort li a {
              height: 40px;
              padding: 0 12px;
              font-size: 12px;
              border-radius: 8px;
              line-height: 16px; }
              .content .profile-page .profile-content .executor-problems-filter .select .sort-panel.column .dropdown-sort li a:after {
                width: 12px;
                height: 8px; }
        .content .profile-page .profile-content .executer-problems .small-popup {
          position: absolute;
          left: 0;
          top: 0;
          display: none;
          width: 100%;
          z-index: 1111;
          height: 100%;
          bottom: 0;
          overflow: hidden; }
          .content .profile-page .profile-content .executer-problems .small-popup.show {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .content .profile-page .profile-content .executer-problems .small-popup .close {
            position: absolute;
            top: 7.5vw;
            right: 7.5vw;
            z-index: 1; }
          .content .profile-page .profile-content .executer-problems .small-popup .overlay {
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            top: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.6);
            -webkit-backdrop-filter: blur(14.15vw);
            backdrop-filter: blur(14.15vw);
            border-radius: 2.5vw; }
          .content .profile-page .profile-content .executer-problems .small-popup .popup-content {
            background: #FFFFFF;
            position: relative;
            z-index: 1;
            -webkit-box-shadow: 0vw 1vw 12.5vw rgba(0, 0, 0, 0.5);
            box-shadow: 0vw 1vw 12.5vw rgba(0, 0, 0, 0.5);
            border-radius: 2.5vw;
            padding: 12.5vw 31.25vw; }
            .content .profile-page .profile-content .executer-problems .small-popup .popup-content strong {
              font-size: 6vw;
              line-height: 7.25vw;
              width: 90%;
              display: block;
              margin: 0 auto 7.5vw; }
            .content .profile-page .profile-content .executer-problems .small-popup .popup-content a {
              text-transform: none; }
              .content .profile-page .profile-content .executer-problems .small-popup .popup-content a.primary {
                margin-bottom: 5vw; }
        .content .profile-page .profile-content .executer-problems .person-answer {
          padding: 12px 15px 0; }
          .content .profile-page .profile-content .executer-problems .person-answer .bordered {
            border-bottom: 0.125vw solid rgba(178, 183, 208, 0.5);
            padding-bottom: 12px;
            margin-bottom: 12px; }
          .content .profile-page .profile-content .executer-problems .person-answer .slide .person-select {
            overflow-y: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 12px;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch; }
            .content .profile-page .profile-content .executer-problems .person-answer .slide .person-select .thumbs {
              -webkit-box-flex: 1;
              -ms-flex: 1 0 280px;
              flex: 1 0 280px;
              margin-bottom: 0; }
          .content .profile-page .profile-content .executer-problems .person-answer .title {
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            display: block;
            margin-bottom: 12px;
            color: #100F0F; }
          .content .profile-page .profile-content .executer-problems .person-answer .pictures {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 8px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .content .profile-page .profile-content .executer-problems .person-answer .pictures a {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              margin: 0;
              width: auto;
              height: auto; }
              .content .profile-page .profile-content .executer-problems .person-answer .pictures a .file {
                margin: 0; }
          .content .profile-page .profile-content .executer-problems .person-answer .numberDoc {
            font-size: 14px;
            padding: 1vw 1.5vw;
            line-height: 20px;
            margin: 0;
            display: inline-block; }
          .content .profile-page .profile-content .executer-problems .person-answer p {
            width: 80%;
            margin: 12px 0 0;
            font-size: 14px;
            line-height: 20px; }
          .content .profile-page .profile-content .executer-problems .person-answer .executer-caption strong {
            font-weight: 600;
            font-size: 16px;
            display: block;
            margin-bottom: 4px;
            line-height: 24px; }
          .content .profile-page .profile-content .executer-problems .person-answer .img {
            width: 60px;
            margin-right: 12px;
            border-radius: 100%;
            overflow: hidden;
            height: 60px; }
            .content .profile-page .profile-content .executer-problems .person-answer .img img {
              width: 100%;
              height: 100%;
              display: block;
              -o-object-fit: cover;
              object-fit: cover; }
        .content .profile-page .profile-content .executer-problems .person-select {
          margin-bottom: 13.75vw; }
          .content .profile-page .profile-content .executer-problems .person-select .thumbs {
            background: #FFFFFF;
            border: 0.125vw solid #B2B7D0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 8px;
            padding: 12px;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            margin-bottom: 12px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .content .profile-page .profile-content .executer-problems .person-select .thumbs:last-child {
              margin-bottom: 0; }
            .content .profile-page .profile-content .executer-problems .person-select .thumbs .person {
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
              .content .profile-page .profile-content .executer-problems .person-select .thumbs .person i {
                margin-right: 0; }
                .content .profile-page .profile-content .executer-problems .person-select .thumbs .person i svg {
                  width: 22.5vw;
                  height: 22.5vw; }
              .content .profile-page .profile-content .executer-problems .person-select .thumbs .person .caption {
                width: 100%;
                margin-top: 12px; }
                .content .profile-page .profile-content .executer-problems .person-select .thumbs .person .caption .d-flex {
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center; }
                .content .profile-page .profile-content .executer-problems .person-select .thumbs .person .caption .executor-phone p {
                  font-size: 12px; }
                .content .profile-page .profile-content .executer-problems .person-select .thumbs .person .caption strong {
                  font-weight: 600;
                  font-size: 16px;
                  line-height: 24px;
                  color: #000000;
                  display: block;
                  margin-right: 0; }
                .content .profile-page .profile-content .executer-problems .person-select .thumbs .person .caption .category {
                  background: rgba(178, 183, 208, 0.25);
                  border: 0.125vw solid #B2B7D0;
                  display: block;
                  padding: 1vw 2.5vw 1.25vw;
                  font-size: 3.5vw;
                  line-height: 4vw;
                  color: #100F0F;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box;
                  margin-bottom: 12px;
                  border-radius: 1.25vw; }
                .content .profile-page .profile-content .executer-problems .person-select .thumbs .person .caption p {
                  font-size: 14px;
                  line-height: 20px;
                  text-align: center;
                  width: auto;
                  color: #000000; }
            .content .profile-page .profile-content .executer-problems .person-select .thumbs button {
              font-weight: bold;
              font-size: 14px;
              line-height: 20px;
              padding: 8px 12px;
              border-radius: 8px;
              width: 100%;
              margin-top: 12px;
              text-transform: none;
              color: #FFFFFF; }
        .content .profile-page .profile-content .executer-problems .problems-content {
          padding: 3.75vw 0;
          margin: 0 0 2.5vw;
          border-color: #B2B7D0;
          position: relative;
          overflow: hidden; }
          .content .profile-page .profile-content .executer-problems .problems-content h3 {
            margin-bottom: 7.75vw;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
          .content .profile-page .profile-content .executer-problems .problems-content:last-child {
            padding: 7.25vw 6.5vw 7.5vw 7vw; }
          .content .profile-page .profile-content .executer-problems .problems-content .status {
            margin-left: 0;
            margin-right: 0; }
          .content .profile-page .profile-content .executer-problems .problems-content .numberDoc {
            margin-right: 0;
            margin-left: 0;
            font-size: 12px;
            line-height: 16px; }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-content .tabs .uploadForm textarea[name=content] {
            margin-bottom: 0.5vw; }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-content .tabs .uploadForm button {
            margin-top: 3.75vw; }
          .content .profile-page .profile-content .executer-problems .problems-content .back {
            width: 12.5vw;
            height: 12.5vw;
            background: #E6E9EF;
            margin-right: 3.75vw;
            margin-bottom: 4vw;
            border-radius: 100%;
            border: 0.125vw solid #B2B7D0; }
          .content .profile-page .profile-content .executer-problems .problems-content h3 {
            margin: 0; }
          .content .profile-page .profile-content .executer-problems .problems-content .problems-content-title {
            background: #fff;
            border-bottom: 0.125vw solid #B2B7D0;
            padding: 12px 0;
            font-weight: 600;
            font-size: 20px;
            line-height: 26px; }
            .content .profile-page .profile-content .executer-problems .problems-content .problems-content-title .d-flex {
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              gap: 8px; }
              .content .profile-page .profile-content .executer-problems .problems-content .problems-content-title .d-flex:first-child {
                display: none; }
          .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list {
            padding: 0;
            margin-top: 12px; }
            .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li {
              list-style: none;
              padding-bottom: 12px;
              margin-bottom: 12px;
              margin-top: 0;
              border-bottom: 0.25vw solid rgba(178, 183, 208, 0.5);
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              gap: 12px; }
              .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li.address strong, .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li.caption strong {
                width: 100%; }
              .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li.address .onmap, .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li.caption .onmap {
                font-size: 14px;
                line-height: 20px; }
              .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li .author-problem {
                margin-right: 0; }
                .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li .author-problem:last-child {
                  margin-right: 0; }
              .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li:last-child {
                padding-bottom: 0;
                border-bottom: none; }
                .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li:last-child .author-problem {
                  width: 100%; }
                  .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li:last-child .author-problem span {
                    font-size: 14px;
                    line-height: 20px; }
              .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li span {
                font-size: 12px;
                line-height: 16px;
                margin-bottom: 0;
                color: rgba(16, 15, 15, 0.5); }
              .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li strong {
                font-weight: 600;
                font-size: 14px;
                line-height: 20px;
                color: #100F0F; }
              .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li .pictures {
                margin-top: 12px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 8px; }
                .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list li .pictures a {
                  width: auto;
                  -webkit-box-flex: 1;
                  -ms-flex: 1;
                  flex: 1;
                  height: auto;
                  margin: 0; }
          .content .profile-page .profile-content .executer-problems .problems-content .problems-content-title, .content .profile-page .profile-content .executer-problems .problems-content .author-problem-list {
            padding-left: 15px;
            padding-right: 15px; }
          .content .profile-page .profile-content .executer-problems .problems-content .charecter {
            font-size: 4vw;
            line-height: 4.75vw;
            color: #B2B7D0;
            margin-right: 0.5vw; }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .tabs-link {
            margin: 0;
            padding: 12px; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .tabs-link ul {
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              gap: 8px; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .tabs-link ul li {
                margin: 0;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                min-height: auto; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .tabs-link ul li:first-child {
                  -webkit-box-flex: 1;
                  -ms-flex: 1 0 100%;
                  flex: 1 0 100%; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .tabs-link ul li a {
                  border: 0.125vw solid #B2B7D0;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box;
                  border-radius: 8px;
                  font-weight: 500;
                  font-size: 12px;
                  line-height: 16px;
                  color: #100F0F;
                  height: 40px;
                  padding: 8px 12px;
                  margin-bottom: 0; }
                  .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .tabs-link ul li a.active, .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .tabs-link ul li a:hover {
                    color: #fff;
                    border-color: transparent; }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .tabs-content {
            margin-top: 12px; }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add-panel {
            display: none;
            position: absolute;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            top: 0;
            left: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0); }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add-panel.active {
              position: relative;
              display: block;
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add {
            margin: -12px 0 0; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .executer-links {
              margin: 0 -7vw;
              background: #FFFFFF;
              line-height: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              font-size: 0;
              border-bottom: 0.02604vw solid rgba(0, 0, 0, 0.15); }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .executer-links a {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                color: #000000;
                text-decoration: none;
                -webkit-box-flex: 0;
                -ms-flex: 0 1 42%;
                flex: 0 1 42%;
                text-align: center;
                padding: 16px 16px;
                position: relative;
                display: block; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .executer-links a:before {
                  width: 0;
                  left: 50%;
                  bottom: 0;
                  height: 0.5vw;
                  background: #1ABC9C;
                  content: "";
                  position: absolute;
                  -webkit-transition: all .4s ease-in-out;
                  -o-transition: all .4s ease-in-out;
                  transition: all .4s ease-in-out; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .executer-links a.active, .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .executer-links a:hover {
                  background: rgba(26, 188, 156, 0.1); }
                  .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .executer-links a.active:before, .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .executer-links a:hover:before {
                    width: 100%;
                    left: 0; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person {
              margin-top: 6.25vw; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form {
                list-style: none;
                font-size: 0; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs {
                  display: inline-block;
                  text-align: left;
                  vertical-align: top;
                  margin-bottom: 12px;
                  margin-right: 0;
                  width: 100%; }
                  .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs:nth-child(2n) {
                    margin-right: 0; }
                  .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs label {
                    font-size: 14px;
                    line-height: 20px;
                    margin-bottom: 4px;
                    display: block;
                    color: #100F0F; }
                  .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs input {
                    background: #FFFFFF;
                    height: 40px;
                    padding: 0 5vw;
                    border: 0.125vw solid #B2B7D0;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    font-size: 12px;
                    line-height: 16px;
                    border-radius: 8px; }
                    .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs input::-webkit-input-placeholder {
                      color: rgba(16, 15, 15, 0.5); }
                    .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs input:-ms-input-placeholder {
                      color: rgba(16, 15, 15, 0.5); }
                    .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs input::-ms-input-placeholder {
                      color: rgba(16, 15, 15, 0.5); }
                    .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs input::placeholder {
                      color: rgba(16, 15, 15, 0.5); }
                  .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs .sort-panel select {
                    border: none;
                    background: transparent;
                    width: 61.25vw; }
                  .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs .sort-panel .select2-container {
                    height: 100%; }
                    .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs .sort-panel .select2-container .select2-selection--single {
                      background: #fff;
                      border: 0.125vw solid #B2B7D0;
                      -webkit-box-sizing: border-box;
                      box-sizing: border-box;
                      height: 40px;
                      border-radius: 8px; }
                      .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs .sort-panel .select2-container .select2-selection--single .select2-selection__rendered {
                        height: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        font-size: 12px;
                        padding: 0 12px;
                        line-height: 16px;
                        font-weight: 500;
                        color: #100F0F; }
                      .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form .input-thumbs .sort-panel .select2-container .select2-selection--single .select2-selection__arrow b {
                        background: url(../img/arr1.svg) no-repeat center center/contain;
                        height: 2.5vw;
                        width: 4vw;
                        right: 3vw;
                        margin-left: 0;
                        margin-top: -1vw;
                        position: absolute;
                        top: 50%; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .executer-add .add-person form button {
                  margin: 12px auto 0; }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-change .title {
            font-weight: 600;
            font-size: 6vw;
            line-height: 7.25vw;
            margin: 7.5vw 0;
            display: block; }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date h4 {
            font-weight: bold;
            font-size: 9vw;
            line-height: 11vw;
            margin: 7.5vw 0 10vw; }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date .expired-date {
            border-bottom: 0.25vw solid #B2B7D0;
            padding-bottom: 10vw;
            margin-bottom: 10vw; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date .expired-date p {
              font-size: 16vw;
              line-height: 19.25vw;
              color: #1ABC9C;
              font-weight: bold; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date .expired-date strong {
              display: block; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date .expired-date strong:first-child span {
                padding-left: 1.5vw; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date .expired-date strong small {
                margin: 0 3.75vw 0 2.5vw; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date .expired-date strong span {
                display: block;
                font-weight: 500;
                font-size: 6vw;
                line-height: 7vw;
                color: #000000; }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form {
            margin-bottom: 12.5vw; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form label {
              display: block;
              font-size: 4.5vw;
              line-height: 5.25vw;
              color: #100F0F;
              margin-bottom: 3.25vw; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form .calendar-input {
              position: relative;
              width: 70vw; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form .calendar-input input {
                background: #FFFFFF;
                border: 0.125vw solid #B2B7D0;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 2.5vw;
                width: 100%;
                padding: 0 5vw;
                height: 13.5vw;
                font-size: 4.5vw;
                line-height: 5.25vw;
                font-family: Gilroy; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form .calendar-input input::-webkit-input-placeholder {
                  color: rgba(16, 15, 15, 0.5); }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form .calendar-input input:-ms-input-placeholder {
                  color: rgba(16, 15, 15, 0.5); }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form .calendar-input input::-ms-input-placeholder {
                  color: rgba(16, 15, 15, 0.5); }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form .calendar-input input::placeholder {
                  color: rgba(16, 15, 15, 0.5); }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form .calendar-input i {
                cursor: pointer;
                position: absolute;
                right: 5vw;
                width: 6vw;
                top: 3.5vw; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form .calendar-input i svg {
                  width: 100%;
                  height: 100%; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form button {
              margin: 0 auto; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .add-expired-date form textarea {
              margin-top: 5.25vw;
              width: calc(100% - 40/ 400 * 100vw);
              font-family: Gilroy;
              margin-bottom: 18.75vw;
              resize: vertical;
              min-height: 50.5vw;
              font-size: 4.5vw;
              padding: 5vw;
              line-height: 5.25vw;
              color: #100F0F;
              background: #FFFFFF;
              border: 0.25vw solid rgba(178, 183, 208, 0.25);
              border-radius: 2.5vw; }
          .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list {
            margin-top: 6.25vw; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list form {
              margin-bottom: 5vw;
              position: relative; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list form input {
                background: #FFFFFF;
                border: 0.125vw solid #B2B7D0;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 8px;
                height: 40px;
                font-weight: 500;
                font-size: 12px;
                padding: 0 12px 0 12px;
                line-height: 1; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list form input::-webkit-input-placeholder {
                  color: #B2B7D0; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list form input:-ms-input-placeholder {
                  color: #B2B7D0; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list form input::-ms-input-placeholder {
                  color: #B2B7D0; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list form input::placeholder {
                  color: #B2B7D0; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list form button {
                position: absolute;
                right: 0;
                height: 40px;
                top: 0;
                border-radius: 8px;
                width: 40px;
                border: none;
                cursor: pointer;
                font-weight: 500;
                font-size: 0;
                line-height: 0;
                color: #FFFFFF;
                background: #1ABC9C; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list form button svg {
                  width: 4.19vw;
                  height: 4.39vw;
                  margin-left: 0; }
                  .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list form button svg path {
                    fill: #fff; }
            .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list .sort-panel {
              margin-bottom: 20px;
              margin-right: 0; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list .sort-panel .d-flex {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                width: 100%;
                gap: 12px; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list .sort-panel .sort-panel {
                margin-bottom: 0;
                width: 100%; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list .sort-panel select {
                border: none;
                background: transparent;
                width: 100%; }
              .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list .sort-panel .select2-container {
                height: 100%;
                width: 100% !important; }
                .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list .sort-panel .select2-container .select2-selection--single {
                  background: #fff;
                  border: 0.125vw solid #B2B7D0;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box;
                  height: 40px;
                  border-radius: 8px; }
                  .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list .sort-panel .select2-container .select2-selection--single .select2-selection__rendered {
                    height: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: 12px;
                    padding: 0 3vw;
                    line-height: 4vw;
                    font-weight: 500;
                    color: #100F0F; }
                  .content .profile-page .profile-content .executer-problems .problems-content .tabs-panel .person-list .sort-panel .select2-container .select2-selection--single .select2-selection__arrow b {
                    background: url(../img/arr1.svg) no-repeat center center/contain;
                    height: 2.5vw;
                    width: 4vw;
                    right: 3vw;
                    margin-left: 0;
                    margin-top: -1vw;
                    position: absolute;
                    top: 50%; }
        .content .profile-page .profile-content .executer-problems .expired-date-panel {
          background: #EBEDF3;
          text-align: center;
          border-radius: 0 0 10px 10px;
          font-size: 14px;
          padding: 12px;
          line-height: 20px; }
          .content .profile-page .profile-content .executer-problems .expired-date-panel p {
            margin-bottom: 0; }
          .content .profile-page .profile-content .executer-problems .expired-date-panel strong {
            font-weight: 600;
            font-size: 18px;
            line-height: 24px; }
        .content .profile-page .profile-content .executer-problems .sort-panel.column {
          width: calc(33.33333% - 20/ 400 * 100vw);
          margin-right: 5vw;
          margin-bottom: 10vw; }
        .content .profile-page .profile-content .executer-problems .sort-panel:last-child {
          margin-right: 0; }
        .content .profile-page .profile-content .executer-problems .sort-panel select {
          border: none;
          background: transparent;
          width: 61.25vw; }
        .content .profile-page .profile-content .executer-problems .sort-panel .select2-container {
          height: 100%; }
          .content .profile-page .profile-content .executer-problems .sort-panel .select2-container .select2-selection--single {
            background: #F5F6F9;
            border: 0.125vw solid #B2B7D0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 11.75vw;
            border-radius: 10.47743vw; }
            .content .profile-page .profile-content .executer-problems .sort-panel .select2-container .select2-selection--single .select2-selection__rendered {
              height: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              font-size: 3.77188vw;
              padding: 0 6.25vw;
              line-height: 4.5vw;
              font-weight: 500;
              color: #100F0F; }
            .content .profile-page .profile-content .executer-problems .sort-panel .select2-container .select2-selection--single .select2-selection__arrow b {
              background: url(../img/arr2.svg) no-repeat center center/contain;
              height: 2.5vw;
              width: 4vw;
              right: 7vw;
              margin-left: 0;
              margin-top: -1vw;
              position: absolute;
              top: 50%; }
        .content .profile-page .profile-content .executer-problems .filter-buttons {
          margin: 2.5vw 0 10vw; }
          .content .profile-page .profile-content .executer-problems .filter-buttons a {
            border: 0.125vw solid #B2B7D0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 25.75vw;
            padding: 3.75vw 10vw;
            font-weight: 500;
            font-size: 5.5vw;
            line-height: 6.5vw;
            text-decoration: none;
            color: #000000;
            margin-right: 9.25vw;
            display: inline-block; }
            .content .profile-page .profile-content .executer-problems .filter-buttons a:hover, .content .profile-page .profile-content .executer-problems .filter-buttons a.active {
              background: #1ABC9C;
              color: #fff;
              border-color: #1ABC9C;
              -webkit-box-shadow: 0vw 1vw 6.25vw rgba(26, 188, 156, 0.16);
              box-shadow: 0vw 1vw 6.25vw rgba(26, 188, 156, 0.16); }
        .content .profile-page .profile-content .executer-problems .problem {
          display: block;
          background: #F8F9FA;
          border: 0.25vw solid #B2B7D0;
          padding: 16px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 12px;
          margin-bottom: 15px;
          text-decoration: none;
          position: relative;
          color: #000; }
          .content .profile-page .profile-content .executer-problems .problem .d-flex {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
          .content .profile-page .profile-content .executer-problems .problem .message-notification {
            position: absolute;
            right: 12px;
            top: 12px; }
            .content .profile-page .profile-content .executer-problems .problem .message-notification strong {
              font-size: 12px;
              line-height: 16px; }
          .content .profile-page .profile-content .executer-problems .problem .notification {
            width: 20px;
            height: 20px;
            font-size: 11px; }
          .content .profile-page .profile-content .executer-problems .problem.report {
            background: #F8F9FA;
            border: 0.125vw solid rgba(178, 183, 208, 0.25);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 5vw;
            padding: 5vw 6.25vw; }
          .content .profile-page .profile-content .executer-problems .problem .file {
            width: 15.25vw;
            margin-top: 1.75vw;
            height: 15.25vw;
            position: relative; }
            .content .profile-page .profile-content .executer-problems .problem .file:before {
              content: attr(data-format);
              font-weight: bold;
              font-size: 3vw;
              line-height: 3.75vw;
              position: absolute;
              bottom: 2vw;
              font-style: normal;
              left: 0;
              right: 0;
              text-align: center;
              text-transform: uppercase;
              color: #FFFFFF; }
            .content .profile-page .profile-content .executer-problems .problem .file svg {
              width: 100%;
              height: 100%; }
          .content .profile-page .profile-content .executer-problems .problem img {
            width: 90px;
            height: 90px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 8px;
            margin-right: 0; }
          .content .profile-page .profile-content .executer-problems .problem .caption {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            margin-top: 12px; }
            .content .profile-page .profile-content .executer-problems .problem .caption strong {
              font-weight: 600;
              font-size: 16px;
              line-height: 20px;
              display: block;
              color: #100F0F;
              margin-bottom: 10px; }
            .content .profile-page .profile-content .executer-problems .problem .caption p {
              font-size: 16px;
              line-height: 5.25vw;
              color: rgba(0, 0, 0, 0.5);
              margin-bottom: 3.75vw; }
            .content .profile-page .profile-content .executer-problems .problem .caption .tags {
              margin-bottom: 3.75vw;
              gap: 8px; }
              .content .profile-page .profile-content .executer-problems .problem .caption .tags:last-child {
                margin-bottom: 0; }
              .content .profile-page .profile-content .executer-problems .problem .caption .tags .category {
                padding: 1.5vw 3.5vw 2vw;
                background: rgba(178, 183, 208, 0.25);
                border: 0.125vw solid #B2B7D0;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 1.25vw;
                font-weight: 500;
                line-height: 16px; }
                .content .profile-page .profile-content .executer-problems .problem .caption .tags .category p {
                  font-size: 12px;
                  line-height: 16px;
                  color: #100F0F;
                  margin: 0; }
                  .content .profile-page .profile-content .executer-problems .problem .caption .tags .category p span {
                    margin: 0; }
              .content .profile-page .profile-content .executer-problems .problem .caption .tags span {
                font-size: 12px;
                line-height: 16px;
                margin-right: 0;
                color: #100F0F; }
              .content .profile-page .profile-content .executer-problems .problem .caption .tags i {
                margin-right: 4px; }
              .content .profile-page .profile-content .executer-problems .problem .caption .tags .status {
                font-weight: 500;
                line-height: 16px;
                font-size: 12px;
                padding: 1.5vw 3.5vw 2vw;
                margin-right: 0;
                border-color: transparent; }
                .content .profile-page .profile-content .executer-problems .problem .caption .tags .status.warning {
                  color: #FFA515;
                  background: #FEF0DB;
                  border-color: rgba(255, 165, 21, 0.5); }
          .content .profile-page .profile-content .executer-problems .problem .status {
            font-weight: 500;
            font-size: 3.5vw;
            line-height: 4.25vw;
            display: inline-block;
            margin-top: 2.5vw;
            padding: 1.5vw 3.5vw; }
        .content .profile-page .profile-content .executer-messages .sort-panel {
          margin-bottom: 10vw; }
          .content .profile-page .profile-content .executer-messages .sort-panel select {
            border: none;
            background: transparent;
            width: 68vw; }
          .content .profile-page .profile-content .executer-messages .sort-panel .select2-container {
            height: 100%;
            width: 68vw !important; }
            .content .profile-page .profile-content .executer-messages .sort-panel .select2-container .select2-selection--single {
              background: #F5F6F9;
              border: 0.125vw solid rgba(178, 183, 208, 0.25);
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              height: 11.75vw;
              border-radius: 12.5vw; }
              .content .profile-page .profile-content .executer-messages .sort-panel .select2-container .select2-selection--single .select2-selection__rendered {
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-weight: 500;
                font-size: 4.5vw;
                padding: 0 6.25vw;
                line-height: 5.25vw;
                color: #B2B7D0; }
              .content .profile-page .profile-content .executer-messages .sort-panel .select2-container .select2-selection--single .select2-selection__arrow b {
                background: url(../img/arr1.svg) no-repeat center center/contain;
                height: 2.5vw;
                width: 4vw;
                right: 7vw;
                margin-left: 0;
                margin-top: -1vw;
                position: absolute;
                top: 50%; }
        .content .profile-page .profile-content .executer-messages .message-area {
          background: #F8F9FA;
          border: 0.25vw solid rgba(178, 183, 208, 0.25);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 2.5vw; }
          .content .profile-page .profile-content .executer-messages .message-area .message-title {
            padding: 5.5vw 10vw 4.5vw 6.75vw;
            margin-bottom: 10vw;
            background: #FFFFFF;
            border-bottom: 0.25vw solid rgba(178, 183, 208, 0.25);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 2.5vw 2.5vw 0vw 0vw; }
            .content .profile-page .profile-content .executer-messages .message-area .message-title .back {
              width: 12.5vw;
              height: 12.5vw;
              background: #F8F9FA;
              margin-right: 7.25vw;
              border-radius: 100%;
              border: 0.25vw solid rgba(178, 183, 208, 0.25); }
            .content .profile-page .profile-content .executer-messages .message-area .message-title strong {
              font-weight: 600;
              font-size: 9vw;
              line-height: 11vw;
              color: #000000;
              margin-right: 3.75vw;
              display: block; }
            .content .profile-page .profile-content .executer-messages .message-area .message-title a:hover svg path {
              fill: #1ABC9C; }
          .content .profile-page .profile-content .executer-messages .message-area .comments-block {
            margin: 0 8vw 10vw 7vw; }
        .content .profile-page .profile-content .executer-messages .title-span {
          display: block;
          margin-right: 3.75vw;
          padding: 1.75vw 3.5vw;
          border: 0.125vw solid transparent;
          border-radius: 1.25vw;
          font-weight: 500;
          font-size: 3.5vw;
          line-height: 4vw; }
          .content .profile-page .profile-content .executer-messages .title-span.category {
            background: #fff;
            border-color: #B2B7D0; }
        .content .profile-page .profile-content .executer-messages .message {
          display: block;
          background: #F5F6F9;
          border: 0.25vw solid rgba(178, 183, 208, 0.25);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 2.5vw;
          margin-bottom: 3.75vw;
          padding: 5vw 7.5vw 7.5vw;
          color: #000000;
          text-decoration: none; }
          .content .profile-page .profile-content .executer-messages .message .message-title strong {
            font-weight: 600;
            font-size: 6vw;
            margin-right: 3.75vw;
            line-height: 7.25vw;
            display: block; }
          .content .profile-page .profile-content .executer-messages .message .message-title p {
            font-size: 4.5vw;
            line-height: 5.25vw;
            margin-top: 5vw; }
          .content .profile-page .profile-content .executer-messages .message .message-notification .date {
            font-size: 4.5vw;
            line-height: 5.25vw;
            display: block; }
          .content .profile-page .profile-content .executer-messages .message .message-notification .notification {
            display: none;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 5vw;
            font-weight: 600;
            font-size: 4.5vw;
            line-height: 5.5vw;
            width: 7.5vw;
            float: right;
            height: 7.5vw;
            border-radius: 100%;
            color: #FFFFFF; }
            .content .profile-page .profile-content .executer-messages .message .message-notification .notification.active {
              background: #EE4323;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
        .content .profile-page .profile-content .changeProfile {
          width: 100%;
          font-size: 0;
          line-height: 0;
          margin: 0; }
          .content .profile-page .profile-content .changeProfile .input {
            position: relative; }
            .content .profile-page .profile-content .changeProfile .input .helper-input {
              position: absolute;
              right: 0;
              cursor: pointer;
              bottom: 0;
              height: 100%;
              width: 15vw;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              background: #E5E7EC;
              border: 0.125vw solid #B2B7D0;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              border-radius: 0vw 5.625vw 5.625vw 0vw; }
              .content .profile-page .profile-content .changeProfile .input .helper-input span {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 5.5vw;
                height: 5.5vw;
                font-weight: 600;
                font-size: 2.5vw;
                line-height: 3vw;
                color: rgba(49, 59, 108, 0.5);
                border: 0.32813vw solid rgba(49, 59, 108, 0.5);
                border-radius: 100%; }
          .content .profile-page .profile-content .changeProfile .pinfl-user {
            margin: 0 0 6.25vw; }
          .content .profile-page .profile-content .changeProfile .old-password, .content .profile-page .profile-content .changeProfile .change-number {
            margin-bottom: 3.75vw; }
          .content .profile-page .profile-content .changeProfile .alert {
            margin: 0 0 7.5vw;
            padding: 5vw;
            width: auto; }
            .content .profile-page .profile-content .changeProfile .alert span {
              font-size: 4vw;
              line-height: 5.25vw; }
          .content .profile-page .profile-content .changeProfile .change-number .input-thumbs {
            margin-right: 0;
            width: 100%; }
          .content .profile-page .profile-content .changeProfile .input-thumbs {
            margin-bottom: 4.5vw;
            display: inline-block;
            vertical-align: top;
            margin-right: 0;
            position: relative;
            width: 100%; }
            .content .profile-page .profile-content .changeProfile .input-thumbs.delete-profile-input {
              margin: 0; }
            .content .profile-page .profile-content .changeProfile .input-thumbs.one {
              display: block;
              width: 100%;
              margin-right: 0; }
              .content .profile-page .profile-content .changeProfile .input-thumbs.one:last-child {
                margin-bottom: 4.25vw; }
            .content .profile-page .profile-content .changeProfile .input-thumbs .edited-input a {
              right: 4vw;
              width: 5.5vw;
              top: 3vw;
              height: 5.5vw; }
            .content .profile-page .profile-content .changeProfile .input-thumbs .edited-input input {
              padding-right: 13vw; }
            .content .profile-page .profile-content .changeProfile .input-thumbs .dropdown {
              position: absolute;
              top: 24.25vw;
              background: #F5F6F9;
              padding: 5vw 5.5vw 6.25vw;
              height: calc(210/ 400 * 100vw - 47/ 400 * 100vw);
              -webkit-box-shadow: 0vw 0.5vw 2.5vw rgba(0, 0, 0, 0.08);
              box-shadow: 0vw 0.5vw 2.5vw rgba(0, 0, 0, 0.08);
              border-radius: 2.5vw;
              display: none;
              width: calc(100% - 44/ 400 * 100vw);
              border: 0.125vw solid rgba(178, 183, 208, 0.25);
              z-index: 1; }
              .content .profile-page .profile-content .changeProfile .input-thumbs .dropdown.noscroll {
                width: 100%;
                padding: 0; }
                .content .profile-page .profile-content .changeProfile .input-thumbs .dropdown.noscroll .simplebar-track {
                  display: none; }
            .content .profile-page .profile-content .changeProfile .input-thumbs .scrollbar {
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              width: 100%;
              position: relative; }
              .content .profile-page .profile-content .changeProfile .input-thumbs .scrollbar .simplebar-track {
                bottom: 4.75vw;
                right: 0; }
              .content .profile-page .profile-content .changeProfile .input-thumbs .scrollbar li {
                list-style: none;
                display: block;
                text-decoration: none;
                font-weight: 500;
                font-size: 4vw;
                line-height: 4.75vw;
                color: #100F0F;
                border-radius: 6.375vw;
                cursor: pointer;
                margin-right: 1vw;
                padding: 2.5vw 6.25vw; }
                .content .profile-page .profile-content .changeProfile .input-thumbs .scrollbar li:hover {
                  background: #1ABC9C;
                  color: #FFFFFF; }
            .content .profile-page .profile-content .changeProfile .input-thumbs.full {
              width: 100%; }
            .content .profile-page .profile-content .changeProfile .input-thumbs .select2-container--default .select2-results__option--highlighted[aria-selected] {
              background: #313B6B; }
            .content .profile-page .profile-content .changeProfile .input-thumbs .recover-code, .content .profile-page .profile-content .changeProfile .input-thumbs .recover-number {
              font-size: 4vw;
              text-decoration: none;
              line-height: 4.75vw;
              text-align: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin-top: 3.75vw;
              color: rgba(16, 15, 15, 0.5); }
              .content .profile-page .profile-content .changeProfile .input-thumbs .recover-code span, .content .profile-page .profile-content .changeProfile .input-thumbs .recover-number span {
                text-decoration: underline; }
              .content .profile-page .profile-content .changeProfile .input-thumbs .recover-code sub, .content .profile-page .profile-content .changeProfile .input-thumbs .recover-number sub {
                margin-top: 0;
                color: #313B6C;
                margin-left: 2.5vw;
                vertical-align: middle;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                font-size: 4vw;
                line-height: 4.75vw; }
            .content .profile-page .profile-content .changeProfile .input-thumbs .eye {
              position: absolute;
              right: 5vw;
              height: 5.5vw;
              margin-top: -2.75vw;
              width: 5.5vw;
              z-index: 1;
              cursor: pointer; }
            .content .profile-page .profile-content .changeProfile .input-thumbs:nth-child(2n) {
              margin-right: 0; }
            .content .profile-page .profile-content .changeProfile .input-thumbs label {
              font-weight: 500;
              font-size: 4vw;
              line-height: 4.5vw;
              margin-bottom: 3.25vw;
              display: block;
              color: #100F0F; }
              .content .profile-page .profile-content .changeProfile .input-thumbs label.title {
                font-size: 4vw;
                line-height: 4.5vw;
                font-weight: normal; }
            .content .profile-page .profile-content .changeProfile .input-thumbs input {
              background: #F5F6F9;
              border: 0.125vw solid rgba(178, 183, 208, 0.25);
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              border-radius: 5.625vw;
              height: 11.25vw;
              padding: 0 5vw;
              font-size: 4vw;
              line-height: 4.5vw; }
              .content .profile-page .profile-content .changeProfile .input-thumbs input::-webkit-input-placeholder {
                color: rgba(16, 15, 15, 0.5); }
              .content .profile-page .profile-content .changeProfile .input-thumbs input:-ms-input-placeholder {
                color: rgba(16, 15, 15, 0.5); }
              .content .profile-page .profile-content .changeProfile .input-thumbs input::-ms-input-placeholder {
                color: rgba(16, 15, 15, 0.5); }
              .content .profile-page .profile-content .changeProfile .input-thumbs input::placeholder {
                color: rgba(16, 15, 15, 0.5); }
            .content .profile-page .profile-content .changeProfile .input-thumbs textarea {
              width: 100%;
              resize: vertical;
              background: #F8F9FA;
              border: 0.25vw solid rgba(178, 183, 208, 0.25);
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              height: 40vw;
              padding: 5vw;
              font-size: 4.5vw;
              border-radius: 2.5vw; }
            .content .profile-page .profile-content .changeProfile .input-thumbs .helper-text {
              display: none;
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start;
              font-weight: 500;
              font-size: 3.5vw;
              margin-bottom: 3.75vw;
              margin-top: 2.5vw;
              line-height: 4.25vw; }
              .content .profile-page .profile-content .changeProfile .input-thumbs .helper-text.active {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
              .content .profile-page .profile-content .changeProfile .input-thumbs .helper-text i {
                display: block;
                margin-right: 2.5vw; }
            .content .profile-page .profile-content .changeProfile .input-thumbs .gender {
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              position: relative;
              margin-top: 2.25vw;
              -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
              flex: 0 1 auto;
              margin-right: 13vw;
              cursor: pointer;
              font-size: 4.5vw;
              line-height: 5.5vw;
              color: #100F0F; }
              .content .profile-page .profile-content .changeProfile .input-thumbs .gender:last-child {
                margin-right: 0; }
              .content .profile-page .profile-content .changeProfile .input-thumbs .gender i {
                width: 9vw;
                height: 9vw;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background: #F5F6F9;
                border: 0.125vw solid rgba(178, 183, 208, 0.25);
                border-radius: 1vw;
                margin-right: 3vw; }
                .content .profile-page .profile-content .changeProfile .input-thumbs .gender i svg {
                  opacity: 0; }
              .content .profile-page .profile-content .changeProfile .input-thumbs .gender input {
                position: absolute;
                left: 0;
                cursor: pointer;
                opacity: 0;
                right: 0;
                z-index: 11;
                width: 100%;
                height: 100%; }
                .content .profile-page .profile-content .changeProfile .input-thumbs .gender input:checked ~ i svg {
                  opacity: 1; }
          .content .profile-page .profile-content .changeProfile button {
            padding: 3.75vw 0;
            width: 100%;
            margin: 2.5vw 0; }
            .content .profile-page .profile-content .changeProfile button.changepassBtn {
              margin-left: 0;
              margin-top: 20px; }
      .content .profile-page .profile-problem-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        margin-right: 0;
        max-width: 100%; }
      .content .profile-page .problems-content {
        padding: 3.75vw 2.5vw;
        background: #F8F9FA;
        border: 0.125vw solid rgba(178, 183, 208, 0.25);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 2.5vw; }
        .content .profile-page .problems-content .pictures a {
          height: 22.5vw; }
        .content .profile-page .problems-content.accordion-thumbs {
          margin: 0 0 3.75vw; }
          .content .profile-page .problems-content.accordion-thumbs.active {
            position: relative;
            z-index: 999999; }
          .content .profile-page .problems-content.accordion-thumbs:first-child {
            margin-top: 7.75vw; }
        .content .profile-page .problems-content .accordion-button {
          position: relative;
          padding-right: 10px; }
          .content .profile-page .problems-content .accordion-button .arrow {
            width: 6vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 6vw;
            background: #E6E9EF;
            border-radius: 100%;
            cursor: pointer;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-top: 0; }
            .content .profile-page .problems-content .accordion-button .arrow.active {
              -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
              transform: rotate(0); }
            .content .profile-page .problems-content .accordion-button .arrow svg {
              width: 2vw; }
        .content .profile-page .problems-content h3 {
          font-weight: 600;
          font-size: 4vw;
          line-height: 5.25vw;
          width: 70%;
          margin-bottom: 3vw; }
        .content .profile-page .problems-content .status {
          border-radius: 1.25vw;
          font-weight: 500;
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1;
          font-size: 2.5vw;
          line-height: 3vw;
          padding: 1.5vw 1.25vw 1.5vw;
          margin-bottom: 0; }
        .content .profile-page .problems-content .notification-block {
          margin-left: 3.75vw;
          margin-top: 1vw;
          position: absolute;
          top: 2px;
          right: 13vw;
          width: 4.5vw;
          height: 4.5vw; }
          .content .profile-page .problems-content .notification-block.active svg path {
            fill: #000; }
          .content .profile-page .problems-content .notification-block.active span {
            top: 0;
            right: 0;
            border-radius: 100%;
            width: 1.5vw;
            position: absolute;
            display: block;
            height: 1.5vw;
            background: #FF5555; }
          .content .profile-page .problems-content .notification-block svg {
            width: 100%;
            height: 100%; }
            .content .profile-page .problems-content .notification-block svg path {
              fill: #B2B7D0; }
        .content .profile-page .problems-content .numberDoc {
          border-radius: 1.25vw;
          font-size: 2.5148vw;
          line-height: 3vw;
          padding: 1.25vw 1vw 1vw 1.25vw;
          margin-bottom: 0;
          border: 0.125vw solid #B2B7D0;
          margin-left: 1vw; }
          .content .profile-page .problems-content .numberDoc:nth-child(1) {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
            margin-left: 0;
            margin-right: 1vw; }
        .content .profile-page .problems-content .caption {
          font-weight: 500;
          margin-top: 5vw;
          font-size: 3.75vw;
          line-height: 4.5vw; }
        .content .profile-page .problems-content strong.address {
          font-weight: 500;
          font-size: 3.75vw;
          line-height: 4.5vw; }
        .content .profile-page .problems-content .tabs-panel .tabs-link {
          padding-bottom: 1.25vw;
          position: relative;
          z-index: 10;
          margin-bottom: 6.25vw;
          border-bottom: 0.125vw solid rgba(0, 0, 0, 0.15); }
          .content .profile-page .problems-content .tabs-panel .tabs-link .dropdown-tabs a {
            font-weight: 500;
            font-size: 4.5vw;
            line-height: 5.5vw;
            width: 100%;
            padding: 3.75vw 7.5vw;
            text-decoration: none;
            color: #fff;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            background: #1ABC9C;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 6.375vw; }
            .content .profile-page .problems-content .tabs-panel .tabs-link .dropdown-tabs a .counter {
              width: 5vw;
              height: 5vw;
              display: none;
              margin-right: 5vw;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              background: #FF5555;
              border-radius: 100%;
              font-weight: 600;
              font-size: 3vw;
              line-height: 3.5vw;
              color: #FFFFFF; }
              .content .profile-page .problems-content .tabs-panel .tabs-link .dropdown-tabs a .counter.active {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
          .content .profile-page .problems-content .tabs-panel .tabs-link ul {
            line-height: 0;
            font-size: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; }
            .content .profile-page .problems-content .tabs-panel .tabs-link ul li {
              display: block;
              list-style: none;
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              margin-right: 3vw;
              min-height: 13.75vw;
              margin-bottom: 9.25vw;
              position: relative; }
              .content .profile-page .problems-content .tabs-panel .tabs-link ul li span.counter {
                right: 0;
                top: -5px;
                width: 5vw;
                height: 5vw;
                display: none;
                font-size: 3vw;
                line-height: 3.5vw; }
              .content .profile-page .problems-content .tabs-panel .tabs-link ul li:last-child {
                margin-bottom: 0;
                margin-right: 0; }
              .content .profile-page .problems-content .tabs-panel .tabs-link ul li:nth-child(3) a:after {
                bottom: -36px; }
              .content .profile-page .problems-content .tabs-panel .tabs-link ul li a {
                font-weight: 500;
                line-height: 5.5vw;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                height: 55px;
                width: 100%;
                background: #F8F9FA;
                padding: 0;
                white-space: nowrap;
                border: 0.125vw solid #B2B7D0;
                border-radius: 6.375vw; }
                .content .profile-page .problems-content .tabs-panel .tabs-link ul li a.active {
                  border-color: transparent; }
                  .content .profile-page .problems-content .tabs-panel .tabs-link ul li a.active svg path {
                    fill: #fff; }
                  .content .profile-page .problems-content .tabs-panel .tabs-link ul li a.active:after {
                    color: #1ABC9C; }
                .content .profile-page .problems-content .tabs-panel .tabs-link ul li a:after {
                  content: attr(data-text);
                  font-weight: 600;
                  font-size: 3vw;
                  vertical-align: top;
                  text-align: center;
                  line-height: 4vw;
                  display: block;
                  color: #A8ACBE;
                  white-space: normal;
                  position: absolute;
                  bottom: -20px; }
                .content .profile-page .problems-content .tabs-panel .tabs-link ul li a svg {
                  width: 8vw;
                  height: 8vw; }
                  .content .profile-page .problems-content .tabs-panel .tabs-link ul li a svg path {
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
        .content .profile-page .problems-content .tabs-panel .tabs-content {
          position: relative; }
          .content .profile-page .problems-content .tabs-panel .tabs-content .tabs {
            position: absolute;
            left: 0;
            top: 0;
            visibility: hidden;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0); }
            .content .profile-page .problems-content .tabs-panel .tabs-content .tabs.active {
              visibility: visible;
              opacity: 1;
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1);
              z-index: 1;
              position: relative; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .status-header {
              padding: 0 2.75vw;
              margin-bottom: 4.25vw; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .status-header strong {
                display: inline-block;
                font-weight: 500;
                font-size: 5vw;
                line-height: 6vw; }
                .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .status-header strong:first-child {
                  width: 80.5%; }
                .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .status-header strong:last-child {
                  display: none; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .status-body {
              height: 50vw;
              overflow-y: scroll; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .status-body .body-row {
                padding: 0 2.75vw 3.5vw;
                font-size: 3.5vw;
                line-height: 4.25vw;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin-bottom: 5vw;
                border-bottom: 0.125vw solid rgba(0, 0, 0, 0.15); }
                .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .status-body .body-row.added {
                  background: rgba(0, 133, 255, 0.05); }
                .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .status-body .body-row:last-child {
                  border: none;
                  padding-bottom: 0;
                  margin: 0; }
                .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .status-body .body-row span {
                  display: inline-block;
                  vertical-align: top;
                  font-size: 3vw;
                  line-height: 3.5vw;
                  color: #B2B7D0; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .status-body .body-row span:first-child {
                    width: 70.5%;
                    font-size: 3.5vw;
                    line-height: 4.25vw;
                    margin-bottom: 1.25vw;
                    color: #000; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm {
              padding: 0 0.5vw; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm.orderingMobile {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column; }
                .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm.orderingMobile .order {
                  -webkit-box-ordinal-group: 0;
                  -ms-flex-order: -1;
                  order: -1; }
                .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm.orderingMobile .fileUpload {
                  margin-bottom: 10px; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm .d-flex {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm label {
                font-weight: bold;
                display: block;
                margin-right: 1.25vw;
                font-size: 4.5vw;
                line-height: 5.5vw; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm .fileUpload {
                margin-left: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-top: 3.75vw;
                width: 100%;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
                .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm .fileUpload .thumbs {
                  margin-left: 0;
                  margin-right: 2.5vw;
                  margin-bottom: 2.5vw;
                  width: calc(25% - 10/ 400 * 100vw);
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  border: 0.28517vw dashed #B2B7D0;
                  height: 20vw;
                  border-radius: 100%;
                  position: relative; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm .fileUpload .thumbs:nth-child(4n) {
                    margin-right: 0; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm .fileUpload .thumbs input {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    cursor: pointer;
                    z-index: 1;
                    left: 0;
                    top: 0;
                    opacity: 0; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm .fileUpload .thumbs svg {
                    width: 6.845vw;
                    height: 6.845vw; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm .fileUpload .thumbs .preview {
                    width: 100%;
                    height: 100%;
                    position: absolute; }
                    .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm .fileUpload .thumbs .preview img {
                      border-radius: 100%;
                      display: block;
                      width: 100%;
                      height: 100%;
                      -o-object-fit: cover;
                      object-fit: cover; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm textarea {
                border: 0.25vw solid rgba(178, 183, 208, 0.25);
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 2.5vw;
                resize: vertical;
                width: 100%;
                padding: 5vw;
                font-family: 'Gilroy';
                font-size: 5vw;
                line-height: 6vw;
                min-height: 55.5vw;
                background: #fff;
                margin: 5vw 0 3.25vw; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm .charecter {
                margin-bottom: 20px;
                color: #777; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .tabs .uploadForm button {
                margin: 0 auto;
                padding: 4vw 13vw; }
          .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems {
            margin-top: 0;
            width: 100%;
            padding: 0 0 1.25vw;
            margin-right: 0;
            border-right: none; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .d-flex .caption {
              width: 48%; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption {
              padding-bottom: 5vw;
              margin-bottom: 5vw;
              margin-top: 0;
              border-bottom: 0.125vw solid rgba(0, 0, 0, 0.15); }
              .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption.files-panel {
                margin: 0;
                padding-bottom: 1.25vw;
                border-bottom: 0.125vw solid rgba(0, 0, 0, 0.15); }
                .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption.files-panel a {
                  display: inline-block;
                  width: 15vw;
                  height: 15vw; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption.files-panel a img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption span {
                font-size: 3vw;
                line-height: 3.5vw;
                margin-bottom: 2.5vw; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption strong {
                font-weight: 600;
                font-size: 3.5vw;
                line-height: 4.25vw; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption p {
                font-weight: 600;
                font-size: 3.5vw;
                line-height: 4.25vw; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files {
                line-height: 0;
                font-size: 0; }
                .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files a {
                  -webkit-box-align: start;
                  -ms-flex-align: start;
                  align-items: flex-start;
                  display: -webkit-inline-box;
                  display: -ms-inline-flexbox;
                  display: inline-flex;
                  text-decoration: none;
                  width: calc(50% - 30/ 400 * 100vw);
                  margin-right: 5vw;
                  margin-bottom: 2.5vw; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files a:nth-child(2n) {
                    margin-right: 0; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files a:nth-last-child(-n +2) {
                    margin-bottom: 0; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files a i {
                    position: relative; }
                    .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files a i:before {
                      content: attr(data-format);
                      position: absolute;
                      bottom: 1.25vw;
                      text-align: center;
                      left: 0;
                      right: 0;
                      font-weight: bold;
                      font-size: 1.50677vw;
                      line-height: 1.75vw;
                      color: #FFFFFF;
                      text-transform: uppercase; }
                    .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files a i svg {
                      width: 6.75vw;
                      height: 6.75vw; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files a .file-info {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    margin-left: 0.75vw;
                    line-height: 0;
                    font-size: 0; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files a strong {
                    font-weight: 600;
                    font-size: 3vw;
                    line-height: 3.5vw;
                    display: block;
                    color: #252429;
                    margin-bottom: 1.5vw; }
                  .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files a span {
                    font-size: 2.5vw;
                    line-height: 3vw;
                    color: #66676C; }
                    .content .profile-page .problems-content .tabs-panel .tabs-content .results-problems .caption .files a span.date {
                      display: inline-block;
                      margin-right: 3.75vw; }
          .content .profile-page .problems-content .tabs-panel .tabs-content .results-prictures {
            width: 100%;
            margin-top: 2.5vw; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .results-prictures .result-panel .items {
              width: 100%;
              margin-right: 0; }
          .content .profile-page .problems-content .tabs-panel .tabs-content .results {
            display: none; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .results:first-child.active {
              display: block; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .results:first-child.active .alert {
                margin: 0;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start; }
                .content .profile-page .problems-content .tabs-panel .tabs-content .results:first-child.active .alert i {
                  -webkit-box-flex: 1;
                  -ms-flex: 1 0 5vw;
                  flex: 1 0 5vw;
                  height: 5vw; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .results.active {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .results .d-flex {
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .results.d-flex {
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .results .result-status {
              padding: 5vw;
              margin: -6.25vw -2.5vw 5.25vw;
              font-size: 4.5vw;
              border-radius: 2.5vw 2.5vw 0 0;
              line-height: 5.5vw; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .results .message-block {
              position: relative; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .results .message-block i {
                position: absolute;
                left: 3.5vw;
                top: 10vw;
                z-index: 1;
                width: 10vw;
                height: 10vw; }
                .content .profile-page .problems-content .tabs-panel .tabs-content .results .message-block i input {
                  width: 10vw;
                  position: absolute;
                  left: 0;
                  top: 0;
                  padding: 0;
                  height: 100%;
                  opacity: 0; }
          .content .profile-page .problems-content .tabs-panel .tabs-content .problems-button {
            margin-top: 7.5vw; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .problems-button a {
              padding: 4vw 12.5vw; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .problems-button a:first-child {
                margin-right: 0;
                margin-bottom: 3.75vw; }
          .content .profile-page .problems-content .tabs-panel .tabs-content .person-info {
            margin-top: 0;
            width: 100%;
            text-align: center;
            padding: 0 0 5vw;
            margin-bottom: 1.5vw;
            margin-right: 0;
            border-right: none;
            border-bottom: 0.125vw solid rgba(178, 183, 208, 0.5); }
            .content .profile-page .problems-content .tabs-panel .tabs-content .person-info img {
              display: block;
              border-radius: 100%;
              margin: 0 auto 3.75vw;
              width: 20vw;
              height: 20vw; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .person-info strong {
              display: block;
              font-weight: bold;
              font-size: 6.25vw;
              line-height: 7.75vw;
              margin-bottom: 1.25vw; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .person-info span {
              display: block;
              font-size: 4.5vw;
              line-height: 5.5vw; }
          .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting {
            margin-top: 6vw;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting strong {
              font-weight: bold;
              font-size: 4vw;
              line-height: 4.75vw;
              display: block;
              margin-bottom: 7.5vw; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting .rating-panel {
              position: relative;
              text-align: center;
              height: 11vw;
              margin: 0 auto 7.5vw;
              width: 100%; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting .rating-panel .starRating:not(old) {
                position: revert;
                display: inline-block;
                height: 11vw;
                width: auto;
                overflow: hidden;
                vertical-align: bottom; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting .rating-panel .starRating:not(old) > input {
                height: auto;
                width: 100%;
                display: inline-block;
                opacity: 0;
                position: absolute; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting .rating-panel .starRating:not(old) > label {
                display: inline-block;
                position: relative;
                float: right;
                height: 11vw;
                background: url("../img/star.svg");
                background-size: contain;
                margin-left: 7vw; }
                .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting .rating-panel .starRating:not(old) > label:last-child {
                  margin-left: 0; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting .rating-panel .starRating:not(old) > label:before {
                content: '';
                display: block;
                width: 11vw;
                height: 11vw;
                background: url("../img/star-on.svg");
                background-size: contain;
                opacity: 0;
                -webkit-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting .rating-panel .starRating:not(old) > label:hover:before,
              .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting .rating-panel .starRating:not(old) > label:hover ~ label:before,
              .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting .rating-panel .starRating:not(:hover) > :checked ~ label:before {
                opacity: 1; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting form {
              margin-top: 5.5vw;
              margin-right: 0; }
            .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting textarea {
              background: #FFFFFF;
              border: 0.25vw solid rgba(178, 183, 208, 0.25);
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              border-radius: 2.5vw;
              min-height: 33.75vw;
              width: 100%;
              padding: 5vw;
              font-weight: normal;
              font-size: 4.5vw;
              line-height: 5.5vw;
              resize: vertical; }
              .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting textarea:focus {
                border-color: rgba(26, 188, 156, 0.5); }
            .content .profile-page .problems-content .tabs-panel .tabs-content .person-raiting button {
              margin: 6.5vw auto 0;
              text-transform: capitalize;
              padding: 4vw 0;
              width: 100%; }
    .content .idea-inner-header {
      margin-top: 6.5vw;
      margin-bottom: 8.5vw; }
      .content .idea-inner-header.create-ideas-header {
        margin-bottom: 0; }
      .content .idea-inner-header.mb-28 {
        margin-bottom: 7.5vw; }
      .content .idea-inner-header.mb-46 {
        margin-bottom: 0; }
      .content .idea-inner-header .thumbs {
        background: #F8F9FA;
        border: 0.125vw solid rgba(178, 183, 208, 0.25);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 3.75vw;
        padding: 3.75vw 4.75vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        margin: 0 -5vw 12.5vw;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        color: #000;
        text-decoration: none; }
        .content .idea-inner-header .thumbs.ideas-view-header {
          margin-bottom: 10vw; }
        .content .idea-inner-header .thumbs.person-ideas-header {
          margin-bottom: 8.5vw; }
        .content .idea-inner-header .thumbs.create-ideas-header {
          margin-bottom: 4.25vw; }
        .content .idea-inner-header .thumbs:hover {
          background: rgba(26, 188, 156, 0.15); }
        .content .idea-inner-header .thumbs .title-idea {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .content .idea-inner-header .thumbs .title-idea i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-right: 9.75vw;
            background: #FFFFFF;
            border-radius: 100%;
            padding: 3.5vw;
            width: calc(80/ 400 * 100vw - 28/ 400 * 100vw);
            height: calc(80/ 400 * 100vw - 30/ 400 * 100vw);
            border: 0.25vw solid rgba(178, 183, 208, 0.25); }
            .content .idea-inner-header .thumbs .title-idea i svg {
              width: 22.5vw;
              height: 22.5vw; }
          .content .idea-inner-header .thumbs .title-idea .title {
            margin-top: 3vw;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
            .content .idea-inner-header .thumbs .title-idea .title strong {
              font-weight: 600;
              font-size: 5.5vw;
              line-height: 6.5vw;
              color: #100F0F; }
            .content .idea-inner-header .thumbs .title-idea .title p {
              font-weight: normal;
              font-size: 3vw;
              margin-bottom: 1.25vw;
              line-height: 3.5vw;
              margin-top: 1.75vw; }
        .content .idea-inner-header .thumbs a {
          font-size: 4.5vw;
          line-height: 4.5vw;
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1;
          right: 4.25vw;
          top: 7.25vw;
          font-weight: 400;
          position: absolute;
          width: auto;
          white-space: nowrap;
          padding: 4vw 8.75vw;
          border-radius: 6.25vw; }
          .content .idea-inner-header .thumbs a:hover {
            -webkit-box-shadow: 0vw 1vw 2.5vw rgba(26, 188, 156, 0.24);
            box-shadow: 0vw 1vw 2.5vw rgba(26, 188, 156, 0.24); }
            .content .idea-inner-header .thumbs a:hover:before {
              display: none; }
      .content .idea-inner-header .filter-all-ideas {
        border-bottom: 0.0625vw solid rgba(49, 59, 108, 0.4);
        margin: 0 -5vw 7.5vw;
        padding: 0 5vw 5vw; }
        .content .idea-inner-header .filter-all-ideas form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border: 0.0303vw solid rgba(178, 183, 208, 0.5);
          border-radius: 2.12121212vw;
          background: #F8F9FA; }
          .content .idea-inner-header .filter-all-ideas form input {
            background: transparent;
            border: none;
            font-weight: 500;
            padding: 0 2.5vw;
            letter-spacing: 0.025vw;
            font-size: 3vw;
            line-height: 4vw;
            width: calc(100% - 34/ 400 * 100vw); }
          .content .idea-inner-header .filter-all-ideas form select {
            border: none;
            display: none;
            background: transparent;
            width: calc( 326/ 400 * 100vw - 21/ 400 * 100vw); }
          .content .idea-inner-header .filter-all-ideas form .select2-container {
            width: calc( 326/ 400 * 100vw - 21/ 400 * 100vw) !important;
            display: none; }
            .content .idea-inner-header .filter-all-ideas form .select2-container .select2-selection--single {
              border-radius: 0;
              height: 100%;
              border-top: none;
              border-bottom: none;
              border-left: 0.125vw solid rgba(178, 183, 208, 0.5);
              border-right: 0.125vw solid rgba(178, 183, 208, 0.5); }
              .content .idea-inner-header .filter-all-ideas form .select2-container .select2-selection--single .select2-selection__rendered {
                height: 100%;
                padding: 0 5.75vw;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-weight: 500;
                font-size: 4.5vw;
                line-height: 5.25vw;
                color: #B2B7D0; }
              .content .idea-inner-header .filter-all-ideas form .select2-container .select2-selection--single .select2-selection__arrow b {
                background: url(../img/arr1.svg) no-repeat center center/contain;
                height: 2.5vw;
                width: 4vw;
                right: 4.25vw;
                margin-left: 0;
                margin-top: -1.5vw;
                position: absolute;
                top: 50%; }
          .content .idea-inner-header .filter-all-ideas form button {
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            background: transparent;
            padding-left: 0;
            padding-right: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: none;
            margin-top: 3.25vw;
            cursor: pointer;
            width: 3.5vw;
            height: 3.5vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 0 2.12121212vw 2.12121212vw 0;
            font-weight: 500;
            font-size: 0;
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
            line-height: 0;
            color: #B2B7D0; }
            .content .idea-inner-header .filter-all-ideas form button svg {
              margin-left: 4.75vw;
              width: 3.5vw; }
              .content .idea-inner-header .filter-all-ideas form button svg path {
                fill: #B2B7D0; }
    .content .ideas-page .ideas-panel {
      margin: 0; }
      .content .ideas-page .ideas-panel strong.title {
        font-weight: 600;
        font-size: 5.5vw;
        line-height: 6.75vw;
        margin-bottom: 5vw;
        color: #100F0F; }
      .content .ideas-page .ideas-panel .sort-panel {
        margin-bottom: 8vw; }
        .content .ideas-page .ideas-panel .sort-panel select {
          border: none;
          background: transparent;
          width: calc( 293/ 400 * 100vw - 21/ 400 * 100vw); }
        .content .ideas-page .ideas-panel .sort-panel .select2-container {
          height: 100%;
          width: 43vw !important; }
          .content .ideas-page .ideas-panel .sort-panel .select2-container .select2-selection--single {
            background: #F5F6F9;
            border: 0.125vw solid rgba(178, 183, 208, 0.25);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 7.5vw;
            border-radius: 12.5vw; }
            .content .ideas-page .ideas-panel .sort-panel .select2-container .select2-selection--single .select2-selection__rendered {
              height: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              font-weight: 500;
              font-size: 3vw;
              line-height: 3.75vw;
              padding: 0 4vw;
              color: #B2B7D0; }
            .content .ideas-page .ideas-panel .sort-panel .select2-container .select2-selection--single .select2-selection__arrow b {
              background: url(../img/arr1.svg) no-repeat center center/contain;
              height: 1vw;
              width: 2.5vw;
              right: 3vw;
              margin-left: 0;
              margin-top: -0.25vw;
              position: absolute;
              top: 50%; }
      .content .ideas-page .ideas-panel .inner-thumbs {
        margin: 0 -5vw; }
        .content .ideas-page .ideas-panel .inner-thumbs .thumbs {
          padding: 3.75vw 5vw 1.5vw 4.5vw;
          position: relative;
          border-radius: 3.75vw;
          margin-bottom: 2.5vw;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          .content .ideas-page .ideas-panel .inner-thumbs .thumbs:hover {
            background: #F8F9FA; }
          .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea img {
              width: 15vw;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover;
              border-radius: 100%;
              display: block;
              margin-right: 0;
              margin-bottom: 2.5vw; }
            .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea .whom {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin-top: 3.5vw; }
              .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea .whom span {
                margin-right: 2.5vw;
                font-size: 2.5vw;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                line-height: 3vw;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
                .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea .whom span:last-child {
                  margin-right: 0; }
            .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea i {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              margin-right: 1vw;
              background: transparent;
              border-radius: 0;
              margin-top: 0;
              padding: 0;
              width: 3vw;
              height: 3vw;
              border: none; }
              .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea i svg {
                width: 22.5vw;
                height: 22.5vw; }
            .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea .title {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              margin-top: 0.75vw; }
              .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea .title a {
                font-weight: 600;
                font-size: 4vw;
                line-height: 4.75vw;
                display: inline-block;
                text-decoration: none;
                margin-bottom: 1.75vw;
                color: #100F0F; }
                .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea .title a:hover {
                  color: #1ABC9C; }
              .content .ideas-page .ideas-panel .inner-thumbs .thumbs .title-idea .title p {
                font-weight: normal;
                font-size: 3vw;
                line-height: 3.5vw; }
          .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
            position: absolute;
            right: 2.5vw;
            top: 7.5vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .status {
              display: block;
              padding: 1.5vw 3vw;
              margin-right: 5vw;
              min-width: 31.5vw;
              text-align: center;
              white-space: nowrap;
              margin-bottom: 0;
              font-size: 3vw;
              line-height: 3.75vw;
              border-radius: 1.25vw; }
              .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .status.warning {
                border: 0.125vw solid rgba(178, 183, 208, 0.25); }
              .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .status.primary {
                border: 0.125vw solid rgba(178, 183, 208, 0.25); }
              .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .status.error {
                border: 0.125vw solid rgba(178, 183, 208, 0.25); }
            .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .vote-panel {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start; }
              .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .vote-panel span {
                margin-right: 4.5vw;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-weight: 500;
                font-size: 2.73vw;
                line-height: 3.25vw;
                color: #100F0F;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end; }
                .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .vote-panel span:hover svg path {
                  -webkit-box-shadow: 0vw 1vw 1vw rgba(0, 0, 0, 0.25);
                  box-shadow: 0vw 1vw 1vw rgba(0, 0, 0, 0.25); }
                .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .vote-panel span svg {
                  width: 4.25vw;
                  height: 4.25vw;
                  margin-right: 1.5vw; }
                .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .vote-panel span:last-child {
                  margin-right: 0;
                  margin-top: 0; }
                  .content .ideas-page .ideas-panel .inner-thumbs .thumbs .status-panel .vote-panel span:last-child svg {
                    position: relative;
                    top: 0.5vw; }
      .content .ideas-page .ideas-panel .thumbs {
        background: #F8F9FA;
        border: 0.125vw solid rgba(178, 183, 208, 0.25);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 2.5vw;
        margin-bottom: 3.75vw;
        padding: 2.25vw 4.75vw;
        color: #000;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-decoration: none; }
        .content .ideas-page .ideas-panel .thumbs:hover {
          background: rgba(26, 188, 156, 0.15); }
        .content .ideas-page .ideas-panel .thumbs .title-idea {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          .content .ideas-page .ideas-panel .thumbs .title-idea i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-right: 2vw;
            background: #FFFFFF;
            border-radius: 100%;
            margin-top: 1.5vw;
            padding: 2.41vw;
            width: calc(43/ 400 * 100vw - 18/ 400 * 100vw);
            height: calc(43/ 400 * 100vw - 18/ 400 * 100vw);
            border: 0.25vw solid rgba(178, 183, 208, 0.25); }
          .content .ideas-page .ideas-panel .thumbs .title-idea .title {
            margin-top: 0;
            margin-bottom: 1.75vw;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
            .content .ideas-page .ideas-panel .thumbs .title-idea .title strong {
              font-weight: 600;
              margin-bottom: 0.75vw;
              font-size: 3.5vw;
              line-height: 4.25vw;
              color: #100F0F; }
            .content .ideas-page .ideas-panel .thumbs .title-idea .title p {
              font-weight: normal;
              font-size: 2.5vw;
              line-height: 3vw; }
        .content .ideas-page .ideas-panel .thumbs h2 {
          font-weight: bold;
          font-size: 3.25vw;
          margin-top: -1.25vw;
          line-height: 4vw;
          margin-left: 13.75vw; }
          .content .ideas-page .ideas-panel .thumbs h2 span {
            color: #989DB5;
            font-weight: 300; }
    .content .ideas-page .carousel-panel {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      .content .ideas-page .carousel-panel .slider {
        height: auto;
        margin-right: 0;
        margin-bottom: 8vw; }
        .content .ideas-page .carousel-panel .slider .slide {
          position: relative;
          border-radius: 1vw;
          overflow: hidden;
          height: 50vw; }
          .content .ideas-page .carousel-panel .slider .slide a {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            visibility: hidden; }
            .content .ideas-page .carousel-panel .slider .slide a.active {
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1);
              visibility: visible;
              z-index: 1; }
            .content .ideas-page .carousel-panel .slider .slide a img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
            .content .ideas-page .carousel-panel .slider .slide a:hover {
              background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 188, 156, 0.1)), to(rgba(26, 188, 156, 0.1))), -webkit-gradient(linear, left bottom, left top, from(rgba(16, 15, 15, 0.3)), to(rgba(16, 15, 15, 0.3))), url(id105_file2_date2020-06-15_033011.514188.jpg);
              background: -webkit-linear-gradient(bottom, rgba(26, 188, 156, 0.1), rgba(26, 188, 156, 0.1)), -webkit-linear-gradient(bottom, rgba(16, 15, 15, 0.3), rgba(16, 15, 15, 0.3)), url(id105_file2_date2020-06-15_033011.514188.jpg);
              background: -o-linear-gradient(bottom, rgba(26, 188, 156, 0.1), rgba(26, 188, 156, 0.1)), -o-linear-gradient(bottom, rgba(16, 15, 15, 0.3), rgba(16, 15, 15, 0.3)), url(id105_file2_date2020-06-15_033011.514188.jpg);
              background: linear-gradient(0deg, rgba(26, 188, 156, 0.1), rgba(26, 188, 156, 0.1)), linear-gradient(0deg, rgba(16, 15, 15, 0.3), rgba(16, 15, 15, 0.3)), url(id105_file2_date2020-06-15_033011.514188.jpg); }
        .content .ideas-page .carousel-panel .slider .slider-pagination {
          margin-top: 3.75vw; }
          .content .ideas-page .carousel-panel .slider .slider-pagination .prevBtn, .content .ideas-page .carousel-panel .slider .slider-pagination .nextBtn {
            background: #F5F6F9;
            border: 0.25vw solid rgba(178, 183, 208, 0.25);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 10vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-right: 2vw;
            height: 10vw;
            border-radius: 6.625vw; }
            .content .ideas-page .carousel-panel .slider .slider-pagination .prevBtn svg, .content .ideas-page .carousel-panel .slider .slider-pagination .nextBtn svg {
              width: 1.75vw;
              height: 3.5vw; }
          .content .ideas-page .carousel-panel .slider .slider-pagination .next {
            margin-right: 0; }
          .content .ideas-page .carousel-panel .slider .slider-pagination .slider-badge {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-left: 12.5vw; }
            .content .ideas-page .carousel-panel .slider .slider-pagination .slider-badge span {
              vertical-align: middle;
              font-weight: 500;
              font-size: 3.5vw;
              line-height: 4.25vw;
              display: inline-block;
              color: #100F0F; }
              .content .ideas-page .carousel-panel .slider .slider-pagination .slider-badge span.line {
                width: 17.5vw;
                background: #BFC0CF;
                border-radius: 0.5vw;
                margin: 0 1.5vw;
                height: 0.25vw; }
      .content .ideas-page .carousel-panel .caption {
        background: #F5F6F9;
        padding: 5vw 4.75vw;
        margin: 0 -5vw 7.5vw;
        border-radius: 2.5vw; }
        .content .ideas-page .carousel-panel .caption h3 {
          font-weight: 600;
          font-size: 5.5vw;
          line-height: 6.75vw;
          color: #100F0F; }
        .content .ideas-page .carousel-panel .caption .status {
          display: block;
          padding: 2vw 6vw;
          min-width: 41.75vw;
          text-align: center;
          font-size: 3.5vw;
          line-height: 4.25vw;
          border-radius: 1.25vw;
          margin-top: 3.5vw; }
          .content .ideas-page .carousel-panel .caption .status.warning {
            border: 0.125vw solid rgba(178, 183, 208, 0.25); }
          .content .ideas-page .carousel-panel .caption .status.primary {
            border: 0.125vw solid rgba(178, 183, 208, 0.25); }
          .content .ideas-page .carousel-panel .caption .status.error {
            border: 0.125vw solid rgba(178, 183, 208, 0.25); }
        .content .ideas-page .carousel-panel .caption .date {
          font-size: 3.5vw;
          line-height: 4.25vw;
          color: #B2B7D0;
          margin-top: 4.5vw;
          margin-bottom: 1.25vw; }
        .content .ideas-page .carousel-panel .caption p {
          font-weight: normal;
          margin-right: 0;
          font-size: 3.5vw;
          line-height: 4.25vw; }
        .content .ideas-page .carousel-panel .caption .vote-panel {
          -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
          justify-content: inherit;
          margin: 7.75vw 0 0.75vw 4.5vw; }
        .content .ideas-page .carousel-panel .caption .like-button {
          padding: 0;
          margin-top: 0;
          border-radius: 7.5vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: 600;
          background: transparent;
          border: none;
          color: #B2B7D0;
          font-size: 5.5vw;
          line-height: 6.75vw;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 5vw; }
          .content .ideas-page .carousel-panel .caption .like-button.active {
            width: 58.75vw;
            height: 12.5vw; }
          .content .ideas-page .carousel-panel .caption .like-button.like.active {
            border-color: transparent;
            background: #1ABC9C;
            color: #fff;
            margin-right: 0;
            margin-left: 1.5vw; }
            .content .ideas-page .carousel-panel .caption .like-button.like.active .icon {
              background: url("../img/like.svg") no-repeat 0.25vw -0.25vw; }
              .content .ideas-page .carousel-panel .caption .like-button.like.active .icon svg {
                opacity: 0; }
          .content .ideas-page .carousel-panel .caption .like-button.dislike {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1; }
            .content .ideas-page .carousel-panel .caption .like-button.dislike.active {
              border-color: transparent;
              background: #FF5555;
              color: #fff;
              margin-right: 2.5vw; }
              .content .ideas-page .carousel-panel .caption .like-button.dislike.active .icon {
                background: url("../img/dislike.svg") no-repeat 0vw 0.75vw; }
                .content .ideas-page .carousel-panel .caption .like-button.dislike.active .icon svg {
                  opacity: 0; }
          .content .ideas-page .carousel-panel .caption .like-button span {
            margin-top: 0.75vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .content .ideas-page .carousel-panel .caption .like-button span span {
              margin: 0; }
          .content .ideas-page .carousel-panel .caption .like-button:last-child {
            margin-right: 0; }
            .content .ideas-page .carousel-panel .caption .like-button:last-child span {
              margin: 0; }
              .content .ideas-page .carousel-panel .caption .like-button:last-child span span {
                margin: 0; }
              .content .ideas-page .carousel-panel .caption .like-button:last-child span svg {
                position: relative;
                top: 1.25vw; }
          .content .ideas-page .carousel-panel .caption .like-button svg {
            margin-right: 1.25vw; }
            .content .ideas-page .carousel-panel .caption .like-button svg path {
              fill: #B2B7D0;
              stroke: #B2B7D0; }
    .content .ideas-page .right {
      width: 108vw;
      margin-right: 0; }
      .content .ideas-page .right .person-ideas {
        background: #F5F6F9;
        border-radius: 2.5vw;
        padding: 5vw 4.75vw;
        margin: 0 -5vw 7.5vw; }
        .content .ideas-page .right .person-ideas h3 {
          font-weight: 500;
          font-size: 5.5vw;
          line-height: 6.75vw;
          margin-bottom: 3vw; }
        .content .ideas-page .right .person-ideas a {
          display: inline-block;
          font-weight: 500;
          font-size: 3.5vw;
          line-height: 4.25vw;
          -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
          color: #100F0F; }
        .content .ideas-page .right .person-ideas span {
          font-size: 3.5vw;
          line-height: 4.25vw;
          margin: 3.25vw 0 4vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .content .ideas-page .right .person-ideas span i {
            margin-top: 0.75vw; }
          .content .ideas-page .right .person-ideas span svg {
            margin-right: 2.25vw;
            width: 4.5vw;
            height: 4.5vw; }
        .content .ideas-page .right .person-ideas #map {
          width: 100%;
          height: 62.5vw;
          border-radius: 2.5vw;
          overflow: hidden; }
      .content .ideas-page .right .person-other-ideas {
        display: none; }
    .content .ideas-page .other-ideas {
      margin: 0 -5vw;
      line-height: 0;
      font-size: 0; }
      .content .ideas-page .other-ideas .thumbs {
        background: #F5F6F9;
        border-radius: 1vw;
        display: inline-block;
        margin-right: 0;
        padding: 4.25vw;
        margin-bottom: 3.75vw;
        width: calc(100% - 34/ 400 * 100vw);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; }
        .content .ideas-page .other-ideas .thumbs:hover {
          -webkit-box-shadow: 0vw 1vw 12.5vw rgba(0, 0, 0, 0.15);
          box-shadow: 0vw 1vw 12.5vw rgba(0, 0, 0, 0.15); }
        .content .ideas-page .other-ideas .thumbs:last-child {
          margin-bottom: 0;
          margin-right: 0; }
        .content .ideas-page .other-ideas .thumbs .caption .d-flex {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .content .ideas-page .other-ideas .thumbs img {
          height: 64.25vw;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 0.5vw;
          display: block;
          margin-bottom: 3.5vw; }
        .content .ideas-page .other-ideas .thumbs a {
          font-weight: 500;
          font-size: 4.5vw;
          line-height: 5.25vw;
          display: block;
          text-decoration: none;
          min-height: 10.5vw;
          margin-bottom: 4.25vw;
          color: #000; }
        .content .ideas-page .other-ideas .thumbs .ideas-author {
          margin-left: 0.75vw; }
          .content .ideas-page .other-ideas .thumbs .ideas-author .author {
            margin-right: 4.75vw; }
          .content .ideas-page .other-ideas .thumbs .ideas-author span {
            margin-bottom: 1.75vw; }
            .content .ideas-page .other-ideas .thumbs .ideas-author span:nth-child(2) {
              margin-bottom: 0; }
        .content .ideas-page .other-ideas .thumbs span {
          font-size: 3vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          line-height: 3.5vw; }
          .content .ideas-page .other-ideas .thumbs span svg {
            margin-right: 1.25vw; }
        .content .ideas-page .other-ideas .thumbs .status {
          display: inline-block;
          margin-left: 1vw;
          padding: 1.25vw 4.25vw;
          margin-top: 2vw;
          min-width: calc(132/ 400 * 100vw - 30/ 400 * 100vw);
          text-align: center;
          font-size: 3vw;
          line-height: 3.5vw;
          border-radius: 1.25vw;
          font-weight: 500; }
  footer {
    height: calc(500/ 400 * 100vw - 40/ 400 * 100vw);
    overflow: hidden;
    position: relative;
    padding-top: 10vw; }
    footer:before {
      height: 77%;
      border-radius: 46%;
      width: 159%;
      left: -28.5vw; }
    footer .center-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    footer .f-logo {
      margin: 0 0 5vw; }
      footer .f-logo a {
        display: block;
        width: auto;
        height: auto; }
        footer .f-logo a svg {
          width: 29.315vw;
          height: 7.5vw; }
    footer .f-menu {
      margin-bottom: 1vw;
      width: 100%; }
      footer .f-menu:first-child {
        margin-right: 0; }
      footer .f-menu:nth-child(2) {
        margin-right: 0; }
      footer .f-menu:last-child ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        footer .f-menu:last-child ul li a {
          width: 48px;
          height: 48px; }
      footer .f-menu ul li {
        margin-bottom: 4vw;
        font-style: normal;
        font-weight: 500;
        font-size: 4.5vw;
        line-height: 5.5vw;
        list-style: none; }
        footer .f-menu ul li a {
          font-style: normal;
          font-weight: normal;
          display: block;
          font-size: 3.5vw;
          margin-bottom: 1.25vw;
          line-height: 4.25vw;
          text-decoration: none; }
  .pagination {
    margin-top: 5vw;
    text-align: center;
    line-height: 0;
    font-size: 0; }
    .pagination li {
      display: inline-block;
      margin-right: 2.5vw;
      list-style: none;
      height: 7.5vw;
      font-weight: 500;
      font-size: 4vw;
      line-height: 4.75vw;
      color: #100F0F; }
      .pagination li:last-child {
        margin-right: 0; }
      .pagination li a {
        padding: 0 3vw;
        width: calc(30/ 400 * 100vw - 24/ 400 * 100vw);
        height: 7.5vw;
        border: none;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        font-size: 4vw;
        line-height: 5vw;
        text-decoration: none;
        color: #100F0F; }
        .pagination li a:hover, .pagination li a.active {
          background: #1ABC9C;
          color: #fff; }
  .pinfl-user {
    line-height: 0;
    font-size: 0;
    margin: 0  0; }
    .pinfl-user li {
      width: calc(50% - 10/ 400 * 100vw);
      display: inline-block;
      margin-right: 5vw;
      vertical-align: top;
      list-style: none;
      margin-bottom: 6.25vw; }
      .pinfl-user li:nth-child(2), .pinfl-user li:nth-child(5) {
        margin-right: 0; }
      .pinfl-user li:nth-child(3), .pinfl-user li:nth-child(4) {
        width: 100%;
        margin-right: 0; }
      .pinfl-user li span {
        display: block;
        font-size: 4vw;
        line-height: 4.5vw;
        margin-bottom: 3vw;
        color: rgba(16, 15, 15, 0.5); }
      .pinfl-user li strong {
        font-weight: 600;
        font-size: 5vw;
        line-height: 4.5vw;
        display: block;
        color: #000000; }
  .popup-rating {
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    display: none;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 130000; }
    .popup-rating.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .popup-rating .overlay {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background: #E5E5E5;
      opacity: 0.5; }
    .popup-rating .popup-content {
      width: 100%;
      background: #FFFFFF;
      margin: 0 5vw;
      padding: 7.5vw 0;
      -webkit-box-shadow: 0vw 1.5vw 12.5vw rgba(0, 0, 0, 0.1);
      box-shadow: 0vw 1.5vw 12.5vw rgba(0, 0, 0, 0.1);
      border-radius: 2.5vw;
      position: relative;
      z-index: 1; }
      .popup-rating .popup-content .title {
        font-weight: 600;
        font-size: 5.5vw;
        line-height: 6.5vw;
        margin-bottom: 5vw; }
      .popup-rating .popup-content ul li {
        list-style: none;
        padding: 3.5vw 4vw; }
        .popup-rating .popup-content ul li:nth-child(odd) {
          background: #F5F6F9; }
        .popup-rating .popup-content ul li .star-panel {
          margin-right: 1.25vw;
          width: 5.25vw;
          height: 5.25vw; }
          .popup-rating .popup-content ul li .star-panel:last-child {
            margin-right: 0; }
          .popup-rating .popup-content ul li .star-panel svg {
            width: 100%;
            height: 100%; }
        .popup-rating .popup-content ul li span {
          font-size: 4vw;
          line-height: 4.75vw;
          color: #989DB5; }
        .popup-rating .popup-content ul li strong {
          font-size: 4vw;
          line-height: 4.75vw;
          color: #100F0F; }
      .popup-rating .popup-content a {
        margin: 7.5vw 7.5vw 0; }
  .popup {
    background: #fff;
    min-height: calc(100% - 21.5vw);
    padding: 16.5vw 0 5vw;
    overflow-y: scroll; }
    .popup.popup-map {
      padding: 0;
      min-height: 100%;
      overflow-y: hidden;
      z-index: 999999; }
      .popup.popup-map .popup-content {
        padding: 0;
        width: 100%; }
        .popup.popup-map .popup-content #onmap {
          height: 100%; }
        .popup.popup-map .popup-content ul {
          display: none; }
    .popup.popup-scaner-result .popup-content {
      height: 100vh;
      max-height: 100%;
      min-height: 100%;
      overflow-y: auto; }
      .popup.popup-scaner-result .popup-content .popup-header {
        margin-top: 15px;
        margin-bottom: 7vw; }
        .popup.popup-scaner-result .popup-content .popup-header a {
          margin-right: 8px; }
        .popup.popup-scaner-result .popup-content .popup-header h3 {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
    .popup.popup-scaner-result .result-scaner-content {
      height: 100%;
      margin: 0 19px; }
    .popup.popup-scaner-result .btn {
      margin: 0 26px 20px; }
    .popup.popup-scaner-result strong {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 8px;
      color: #313B6C; }
    .popup.popup-scaner-result img {
      margin: 0 auto 25px;
      max-width: 100%;
      display: block; }
    .popup.popup-scaner-result .place-photo {
      border: 1px dashed #B2B7D0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 42px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px;
      position: relative; }
      .popup.popup-scaner-result .place-photo img {
        margin: 0;
        z-index: 1; }
      .popup.popup-scaner-result .place-photo span {
        font-weight: 600;
        font-size: 14px;
        position: absolute;
        line-height: 17px;
        display: block;
        text-align: center;
        color: #B2B7D0; }
    .popup.popup-scaner-result .upload-scan-photo {
      border-bottom: 1px solid #B2B7D0;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative; }
      .popup.popup-scaner-result .upload-scan-photo input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0; }
      .popup.popup-scaner-result .upload-scan-photo button {
        background: rgba(26, 188, 156, 0.14);
        border: 1px solid #1ABC9C;
        height: 35px;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #1ABC9C; }
    .popup.popup-scaner-result .hint-panel {
      padding: 15px 16px;
      background: rgba(255, 165, 21, 0.1);
      border: 1px solid #FFA515;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 5px;
      margin-bottom: 22px; }
      .popup.popup-scaner-result .hint-panel strong {
        color: #000; }
      .popup.popup-scaner-result .hint-panel p {
        font-size: 14px;
        line-height: 17px;
        color: #000;
        margin-bottom: 10px; }
      .popup.popup-scaner-result .hint-panel ul li {
        list-style: none;
        font-size: 12px;
        line-height: 14px;
        color: #313B6C;
        margin-bottom: 5px; }
    .popup .helper-text {
      font-size: 12px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .popup .helper-text i {
        width: 6vw;
        height: 6vw; }
    .popup.popup-scaner, .popup.popup-scaner-manual {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .popup.popup-scaner .popup-content, .popup.popup-scaner-manual .popup-content {
        height: auto; }
        .popup.popup-scaner .popup-content .popup-header, .popup.popup-scaner-manual .popup-content .popup-header {
          margin-top: 15px;
          margin-bottom: 7vw; }
          .popup.popup-scaner .popup-content .popup-header a, .popup.popup-scaner-manual .popup-content .popup-header a {
            margin-right: 8px; }
          .popup.popup-scaner .popup-content .popup-header h3, .popup.popup-scaner-manual .popup-content .popup-header h3 {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
      .popup.popup-scaner span, .popup.popup-scaner-manual span {
        font-weight: 500;
        font-size: 4vw;
        display: block;
        line-height: 4.75vw;
        margin: 0 auto 7vw;
        background: #FF5555;
        padding: 10px 22vw;
        color: #fff; }
      .popup.popup-scaner .manual-scaner-img, .popup.popup-scaner-manual .manual-scaner-img {
        padding: 0 19px;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .popup.popup-scaner .manual-scaner-img p, .popup.popup-scaner-manual .manual-scaner-img p {
          margin: 13.75vw 0 0;
          font-size: 3.5vw;
          line-height: 4.25vw;
          padding: 3.5vw 4.25vw 3.5vw 4vw;
          background: rgba(255, 85, 85, 0.1);
          border: 1px solid #FF5555;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 5px;
          position: relative; }
          .popup.popup-scaner .manual-scaner-img p:after, .popup.popup-scaner-manual .manual-scaner-img p:after {
            background: url("../img/arrow-scaner.svg") no-repeat;
            position: absolute;
            left: -6.5vw;
            bottom: -23.25vw;
            width: 27.75vw;
            height: 30.5vw;
            content: '';
            display: block; }
      .popup.popup-scaner p, .popup.popup-scaner-manual p {
        font-weight: 500;
        font-size: 4vw;
        line-height: 4.75vw;
        text-align: center;
        margin: 0 4.75vw 4.75vw 14px;
        color: #313B6C; }
      .popup.popup-scaner ul, .popup.popup-scaner-manual ul {
        margin: 0 7vw 14px;
        padding: 0; }
        .popup.popup-scaner ul li, .popup.popup-scaner-manual ul li {
          list-style: none;
          font-weight: 500;
          font-size: 15px;
          line-height: 17.61px;
          color: #313B6C;
          margin-bottom: 15px; }
          .popup.popup-scaner ul li:nth-child(2), .popup.popup-scaner-manual ul li:nth-child(2) {
            color: #DE1B1B; }
      .popup.popup-scaner img, .popup.popup-scaner-manual img {
        margin: 0 auto 27px;
        width: 190px;
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -o-object-fit: contain;
        object-fit: contain; }
      .popup.popup-scaner .scaner-button, .popup.popup-scaner-manual .scaner-button {
        margin: 0 7.75vw 5vw; }
    .popup.popup-how-work {
      background: transparent;
      z-index: 9999999; }
      .popup.popup-how-work .overlay {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-filter: blur(100%);
        filter: blur(100%);
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        -webkit-backdrop-filter: blur(14.15vw);
        backdrop-filter: blur(14.15vw);
        border-radius: 0.60606vw;
        display: block; }
      .popup.popup-how-work .popup-content {
        background: #fff;
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(337/400 *100vw - 68/400 *100vw);
        padding: 7.75vw 8.5vw 7.75vw; }
        .popup.popup-how-work .popup-content .popup-header {
          display: none; }
        .popup.popup-how-work .popup-content img {
          height: 100vw; }
    .popup.popup-how-registration {
      background: transparent;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      z-index: 1111111; }
      .popup.popup-how-registration .overlay {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-filter: blur(100%);
        filter: blur(100%);
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        -webkit-backdrop-filter: blur(14.15vw);
        backdrop-filter: blur(14.15vw);
        border-radius: 0.60606vw;
        display: block; }
      .popup.popup-how-registration .popup-content {
        margin: 0 5vw;
        width: calc(100% - 32/ 400 * 100vw);
        height: auto;
        background: #fff;
        padding: 7.5vw 4vw; }
        .popup.popup-how-registration .popup-content .popup-header {
          text-align: center;
          margin: 0; }
          .popup.popup-how-registration .popup-content .popup-header .d-flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .popup.popup-how-registration .popup-content .popup-header .d-flex a {
              width: 6vw;
              height: 6vw; }
              .popup.popup-how-registration .popup-content .popup-header .d-flex a svg {
                width: 2.5vw; }
        .popup.popup-how-registration .popup-content img {
          -o-object-fit: contain;
          object-fit: contain;
          margin: 0 auto; }
    .popup.popup-district {
      background: none;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      z-index: 999999; }
      .popup.popup-district .overlay {
        display: block; }
      .popup.popup-district .popup-content {
        background: #fff;
        height: auto;
        z-index: 10;
        padding: 32px 24px;
        width: calc(100% - 32px); }
        .popup.popup-district .popup-content .close {
          width: 16px;
          height: 16px; }
        .popup.popup-district .popup-content .error-text svg {
          width: 64px;
          height: 64px;
          margin-bottom: 16px; }
        .popup.popup-district .popup-content .error-text p {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 16px; }
        .popup.popup-district .popup-content .error-text a {
          padding: 12px 56px;
          font-size: 16px;
          line-height: 24px; }
    .popup.popup-subregion {
      background: none;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      z-index: 999999; }
      .popup.popup-subregion .overlay {
        display: block; }
      .popup.popup-subregion .popup-content {
        background: #fff;
        height: auto;
        z-index: 10;
        padding: 32px 24px;
        width: calc(100% - 32px); }
        .popup.popup-subregion .popup-content .popup-header a {
          width: 16px;
          height: 16px;
          right: -24px;
          top: -16px; }
        .popup.popup-subregion .popup-content form {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .popup.popup-subregion .popup-content form label.suggestion {
            height: 40px;
            padding-right: 16px;
            margin-bottom: 16px; }
            .popup.popup-subregion .popup-content form label.suggestion input {
              padding: 0 16px;
              font-size: 12px;
              line-height: 16px; }
            .popup.popup-subregion .popup-content form label.suggestion svg {
              width: 16px;
              height: 16px; }
          .popup.popup-subregion .popup-content form label:not(.suggestion).disabled .warning {
            position: static;
            display: block;
            margin-top: 4px; }
          .popup.popup-subregion .popup-content form label:not(.suggestion) p {
            font-size: 14px;
            line-height: 20px; }
          .popup.popup-subregion .popup-content form label:not(.suggestion) span {
            font-size: 14px;
            line-height: 20px; }
          .popup.popup-subregion .popup-content form label:not(.suggestion) .radio .radio-inner {
            width: 16px;
            height: 16px;
            padding: 2px; }
    .popup.popup-passport {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .popup.popup-passport .popup-content {
        padding: 4vw;
        width: calc(100% - 32/ 400 * 100vw);
        height: auto;
        margin: 0; }
        .popup.popup-passport .popup-content .popup-header {
          margin: 0 0 5vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          .popup.popup-passport .popup-content .popup-header a {
            right: 0;
            top: 0;
            width: 7.5vw;
            height: 7.5vw;
            position: relative; }
            .popup.popup-passport .popup-content .popup-header a svg {
              width: 2.5vw;
              height: 2.5vw; }
        .popup.popup-passport .popup-content .address-field span {
          font-size: 16px;
          margin-bottom: 10px; }
          .popup.popup-passport .popup-content .address-field span.house-id {
            margin-top: 0; }
        .popup.popup-passport .popup-content .address-field ul {
          margin-bottom: 15px; }
          .popup.popup-passport .popup-content .address-field ul li a {
            font-size: 14px;
            padding: 15px 20px; }
        .popup.popup-passport .popup-content .address-field .place-type a {
          width: calc(50% - 5px); }
        .popup.popup-passport .popup-content .address-field .place-result {
          margin-bottom: 20px; }
          .popup.popup-passport .popup-content .address-field .place-result .place-table .thead {
            padding: 12px 20px; }
            .popup.popup-passport .popup-content .address-field .place-result .place-table .thead strong {
              font-size: 14px; }
              .popup.popup-passport .popup-content .address-field .place-result .place-table .thead strong:first-child {
                width: 69%;
                margin-right: 0; }
          .popup.popup-passport .popup-content .address-field .place-result .place-table .tbody {
            padding: 0 20px;
            height: 62vw; }
            .popup.popup-passport .popup-content .address-field .place-result .place-table .tbody.active {
              height: 70vw; }
            .popup.popup-passport .popup-content .address-field .place-result .place-table .tbody span {
              font-size: 3vw; }
              .popup.popup-passport .popup-content .address-field .place-result .place-table .tbody span:first-child {
                -webkit-box-flex: inherit;
                -ms-flex: inherit;
                flex: inherit;
                margin-right: 0;
                width: 60%; }
            .popup.popup-passport .popup-content .address-field .place-result .place-table .tbody .item {
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start;
              padding: 10px 0; }
        .popup.popup-passport .popup-content .address-field .address-house input {
          height: 13.5vw;
          width: calc( 100% - 30 / 400 * 100vw);
          background: #F8F9FA;
          border: 0.25vw solid rgba(178, 183, 208, 0.25);
          border-radius: 2.5vw;
          font-weight: 500;
          outline: none;
          font-size: 3.5vw;
          line-height: 4.25vw;
          padding: 0 5vw;
          color: #000;
          margin: 15px; }
        .popup.popup-passport .popup-content .address-field input.community, .popup.popup-passport .popup-content .address-field input[name=serach_place], .popup.popup-passport .popup-content .address-field .flat-panel input {
          height: 13.5vw;
          width: 100%;
          background: #F8F9FA;
          border: 0.25vw solid rgba(178, 183, 208, 0.25);
          border-radius: 2.5vw;
          font-weight: 500;
          font-size: 3.5vw;
          line-height: 4.5vw;
          padding: 0 5vw;
          outline: none;
          color: #000;
          margin-bottom: 20px; }
          .popup.popup-passport .popup-content .address-field input.community[disabled], .popup.popup-passport .popup-content .address-field input[name=serach_place][disabled], .popup.popup-passport .popup-content .address-field .flat-panel input[disabled] {
            color: #444;
            cursor: no-drop; }
    .popup.popup-alert {
      background: transparent;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .popup.popup-alert .overlay {
        display: block; }
      .popup.popup-alert .popup-content {
        background: #fff;
        width: 390px;
        padding: 30px 20px;
        height: auto; }
        .popup.popup-alert .popup-content .popup-header {
          margin-left: 0;
          margin-bottom: 20px; }
        .popup.popup-alert .popup-content span {
          font-size: 18px;
          text-align: left; }
        .popup.popup-alert .popup-content img {
          margin: 30px auto 0;
          width: 80%;
          display: block; }
    .popup.popup-archive .popup-content {
      width: calc(826/ 400 * 100vw - 100/ 400 * 100vw);
      padding: 12.5vw 12.5vw 20vw; }
      .popup.popup-archive .popup-content .archive-title {
        font-weight: 600;
        font-size: 9vw;
        line-height: 11vw;
        color: #000000; }
      .popup.popup-archive .popup-content .confirm-button {
        margin-top: 10vw; }
        .popup.popup-archive .popup-content .confirm-button a {
          text-decoration: none;
          padding: 3.5vw 15vw 3.25vw;
          border-radius: 7.5vw;
          font-weight: 600;
          font-size: 6vw;
          line-height: 7.25vw; }
          .popup.popup-archive .popup-content .confirm-button a:hover:before {
            display: none; }
          .popup.popup-archive .popup-content .confirm-button a.default {
            background: transparent;
            border: 0.25vw solid #B2B7D0;
            margin-right: 7.5vw;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #989DB5; }
    .popup .overlay {
      display: none; }
    .popup #popup-main, .popup #popup-recover-main {
      width: 100%;
      height: 100%; }
    .popup .popup-content {
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 2.5vw;
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      width: 100%;
      padding: 0; }
      .popup .popup-content.registrationForm {
        width: 100%;
        margin-bottom: 20px;
        padding: 0; }
        .popup .popup-content.registrationForm .popup-header {
          margin-top: 0;
          margin-bottom: 20px; }
          .popup .popup-content.registrationForm .popup-header .back {
            display: none; }
        .popup .popup-content.registrationForm p {
          font-size: 12px;
          margin: 0 5vw 4px; }
        .popup .popup-content.registrationForm strong {
          font-size: 12px;
          margin: 0 5vw 20px; }
        .popup .popup-content.registrationForm .helper-text strong {
          font-size: 11px;
          margin-right: 0; }
        .popup .popup-content.registrationForm .helper-text a {
          font-size: 11px; }
        .popup .popup-content.registrationForm form {
          line-height: 0;
          margin: 0 5vw 5vw;
          font-size: 0;
          width: calc(100% - 10vw);
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .popup .popup-content.registrationForm form .agreement {
            margin-top: 0;
            margin-bottom: 7.5vw; }
          .popup .popup-content.registrationForm form .address-field {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            width: 100%; }
            .popup .popup-content.registrationForm form .address-field .agreement {
              margin-top: 7.5vw; }
              .popup .popup-content.registrationForm form .address-field .agreement span {
                margin-bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
            .popup .popup-content.registrationForm form .address-field span {
              font-weight: 500;
              font-size: 4vw;
              line-height: 6vw;
              color: #100F0F;
              display: block;
              margin-bottom: 2.5vw; }
            .popup .popup-content.registrationForm form .address-field .dropwdown-address {
              margin-bottom: 7.5vw; }
              .popup .popup-content.registrationForm form .address-field .dropwdown-address li a {
                padding: 2.725vw 5vw;
                border-radius: 5.625vw;
                font-size: 4vw; }
            .popup .popup-content.registrationForm form .address-field .place-type {
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              .popup .popup-content.registrationForm form .address-field .place-type a {
                width: calc(50% - 10px);
                margin-right: 10px;
                margin-bottom: 10px;
                text-align: center; }
                .popup .popup-content.registrationForm form .address-field .place-type a:nth-child(2n) {
                  margin-right: 0; }
            .popup .popup-content.registrationForm form .address-field .flat-panel {
              margin-top: 20px;
              margin-bottom: 10px; }
            .popup .popup-content.registrationForm form .address-field input[type="text"].registration, .popup .popup-content.registrationForm form .address-field input[name="serach_place"], .popup .popup-content.registrationForm form .address-field input[type="text"].houses, .popup .popup-content.registrationForm form .address-field input[type="text"].community, .popup .popup-content.registrationForm form .address-field .flat-panel input[type="text"] {
              border-radius: 5.625vw;
              height: 11.25vw;
              padding: 0 5vw;
              font-size: 4vw;
              line-height: 4.5vw; }
              .popup .popup-content.registrationForm form .address-field input[type="text"].registration::-webkit-input-placeholder, .popup .popup-content.registrationForm form .address-field input[name="serach_place"]::-webkit-input-placeholder, .popup .popup-content.registrationForm form .address-field input[type="text"].houses::-webkit-input-placeholder, .popup .popup-content.registrationForm form .address-field input[type="text"].community::-webkit-input-placeholder, .popup .popup-content.registrationForm form .address-field .flat-panel input[type="text"]::-webkit-input-placeholder {
                color: rgba(16, 15, 15, 0.3); }
              .popup .popup-content.registrationForm form .address-field input[type="text"].registration:-ms-input-placeholder, .popup .popup-content.registrationForm form .address-field input[name="serach_place"]:-ms-input-placeholder, .popup .popup-content.registrationForm form .address-field input[type="text"].houses:-ms-input-placeholder, .popup .popup-content.registrationForm form .address-field input[type="text"].community:-ms-input-placeholder, .popup .popup-content.registrationForm form .address-field .flat-panel input[type="text"]:-ms-input-placeholder {
                color: rgba(16, 15, 15, 0.3); }
              .popup .popup-content.registrationForm form .address-field input[type="text"].registration::-ms-input-placeholder, .popup .popup-content.registrationForm form .address-field input[name="serach_place"]::-ms-input-placeholder, .popup .popup-content.registrationForm form .address-field input[type="text"].houses::-ms-input-placeholder, .popup .popup-content.registrationForm form .address-field input[type="text"].community::-ms-input-placeholder, .popup .popup-content.registrationForm form .address-field .flat-panel input[type="text"]::-ms-input-placeholder {
                color: rgba(16, 15, 15, 0.3); }
              .popup .popup-content.registrationForm form .address-field input[type="text"].registration::placeholder, .popup .popup-content.registrationForm form .address-field input[name="serach_place"]::placeholder, .popup .popup-content.registrationForm form .address-field input[type="text"].houses::placeholder, .popup .popup-content.registrationForm form .address-field input[type="text"].community::placeholder, .popup .popup-content.registrationForm form .address-field .flat-panel input[type="text"]::placeholder {
                color: rgba(16, 15, 15, 0.3); }
            .popup .popup-content.registrationForm form .address-field input[type="text"].houses {
              margin: 5vw 5vw;
              width: calc(100% - 40 / 400 * 100vw); }
            .popup .popup-content.registrationForm form .address-field .place-result {
              margin-bottom: 20px; }
              .popup .popup-content.registrationForm form .address-field .place-result .place-table .thead {
                padding: 12px 20px; }
                .popup .popup-content.registrationForm form .address-field .place-result .place-table .thead strong {
                  font-size: 14px; }
                  .popup .popup-content.registrationForm form .address-field .place-result .place-table .thead strong:first-child {
                    width: 69%;
                    margin-right: 0; }
              .popup .popup-content.registrationForm form .address-field .place-result .place-table .tbody {
                padding: 0 20px;
                height: 62vw; }
                .popup .popup-content.registrationForm form .address-field .place-result .place-table .tbody.active {
                  height: 70vw; }
                .popup .popup-content.registrationForm form .address-field .place-result .place-table .tbody span {
                  font-size: 3vw; }
                  .popup .popup-content.registrationForm form .address-field .place-result .place-table .tbody span:first-child {
                    -webkit-box-flex: inherit;
                    -ms-flex: inherit;
                    flex: inherit;
                    margin-right: 0;
                    width: 60%; }
                .popup .popup-content.registrationForm form .address-field .place-result .place-table .tbody .item {
                  -webkit-box-align: start;
                  -ms-flex-align: start;
                  align-items: flex-start;
                  padding: 10px 0; }
          .popup .popup-content.registrationForm form .password-place {
            margin-left: 0;
            margin-top: 20px;
            width: 100%; }
          .popup .popup-content.registrationForm form .input-thumbs {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            margin-right: 0;
            margin-bottom: 5vw; }
            .popup .popup-content.registrationForm form .input-thumbs:nth-child(2n) {
              margin-right: 0; }
          .popup .popup-content.registrationForm form button {
            width: 100%;
            height: 14vw;
            border-radius: 25vw;
            margin: 5vw auto;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out; }
            .popup .popup-content.registrationForm form button:hover {
              -webkit-box-shadow: 0vw 1vw 2.5vw rgba(26, 188, 156, 0.24);
              box-shadow: 0vw 1vw 2.5vw rgba(26, 188, 156, 0.24); }
            .popup .popup-content.registrationForm form button:before {
              display: none; }
      .popup .popup-content.person {
        width: 100%;
        padding: 0; }
        .popup .popup-content.person form {
          width: calc(100% - 40/ 400 * 100vw);
          margin: 0 5vw 15vw; }
          .popup .popup-content.person form .passport-image img {
            width: 100%;
            height: 223px; }
          .popup .popup-content.person form button {
            width: 100%; }
          .popup .popup-content.person form .input .counter-text {
            margin-right: 13px; }
          .popup .popup-content.person form .pinfl-imgae {
            margin-top: 0;
            font-size: 12px;
            line-height: 16px; }
            .popup .popup-content.person form .pinfl-imgae.active {
              margin-bottom: 20px; }
          .popup .popup-content.person form .passport-image span {
            font-size: 12px;
            line-height: 16px; }
            .popup .popup-content.person form .passport-image span strong {
              font-size: 12px;
              line-height: 16px;
              margin-bottom: 0; }
          .popup .popup-content.person form .serias-passport .series-input {
            width: 18.25vw; }
          .popup .popup-content.person form .pinfl-user li {
            width: 47%; }
            .popup .popup-content.person form .pinfl-user li:nth-child(3n) {
              margin-right: 5vw; }
            .popup .popup-content.person form .pinfl-user li:nth-child(4) {
              margin-right: 0; }
        .popup .popup-content.person .confirm-person {
          margin: 2.5vw auto 0;
          width: 100%;
          height: 12.5vw; }
        .popup .popup-content.person .popup-header a {
          top: 0;
          position: relative; }
          .popup .popup-content.person .popup-header a.close {
            right: 0; }
          .popup .popup-content.person .popup-header a.prev {
            left: 0; }
        .popup .popup-content.person form .input {
          position: relative; }
          .popup .popup-content.person form .input .helper-input {
            position: absolute;
            right: 0;
            cursor: pointer;
            bottom: 0;
            height: 100%;
            width: 15vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #E5E7EC;
            border: 0.125vw solid #B2B7D0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 0vw 5.625vw 5.625vw 0vw; }
            .popup .popup-content.person form .input .helper-input span {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              width: 5.5vw;
              height: 5.5vw;
              font-weight: 600;
              font-size: 2.5vw;
              line-height: 3vw;
              color: rgba(49, 59, 108, 0.5);
              border: 0.32813vw solid rgba(49, 59, 108, 0.5);
              border-radius: 100%; }
      .popup .popup-content .error-hint {
        background: #FF5555;
        padding: 10px 18.5vw;
        display: none;
        font-size: 4vw;
        line-height: 4.75vw;
        text-align: center;
        margin: 0 -5vw 8.75vw;
        color: #FFFFFF; }
      .popup .popup-content .popup-header {
        position: relative;
        margin: 0 5vw 12.5vw; }
        .popup .popup-content .popup-header .d-flex {
          display: none; }
        .popup .popup-content .popup-header h3 {
          font-weight: bold;
          font-size: 5.5vw;
          line-height: 6.75vw;
          white-space: normal;
          color: #313B6C;
          text-align: left; }
        .popup .popup-content .popup-header a, .popup .popup-content .popup-header button {
          border: none;
          cursor: pointer;
          width: 10.5vw;
          height: 10.5vw;
          background: #F5F6F9;
          border-radius: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .popup .popup-content .popup-header a svg, .popup .popup-content .popup-header button svg {
            width: 4vw;
            height: 4.25vw; }
      .popup .popup-content .mobile-registration {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
        margin-bottom: 0; }
      .popup .popup-content form {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .popup .popup-content form.auth {
          margin: 0 5vw 0; }
        .popup .popup-content form .agreement {
          margin-top: 7.675vw; }
          .popup .popup-content form .agreement label {
            position: relative;
            font-size: 3vw;
            display: inline-block;
            line-height: 150%;
            color: rgba(5, 6, 50, 0.5); }
            .popup .popup-content form .agreement label input {
              position: absolute;
              left: 0;
              top: 0;
              width: 5vw;
              height: 5vw;
              opacity: 0; }
              .popup .popup-content form .agreement label input:checked ~ span svg {
                opacity: 1; }
            .popup .popup-content form .agreement label span {
              border-radius: 1vw;
              width: 5vw;
              height: 5vw;
              margin-right: 2.5vw;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .popup .popup-content form .agreement label span svg {
                opacity: 0; }
                .popup .popup-content form .agreement label span svg path {
                  stroke: #1ABC9C; }
            .popup .popup-content form .agreement label a:hover {
              text-decoration: none; }
        .popup .popup-content form .input-thumbs {
          width: 100%;
          position: relative;
          margin-bottom: 5vw; }
          .popup .popup-content form .input-thumbs.scaner .scaner-button {
            width: 11vw;
            height: 11vw;
            border-radius: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #1ABC9C;
            margin-left: 2.25vw; }
            .popup .popup-content form .input-thumbs.scaner .scaner-button svg {
              width: 4vw;
              height: 4vw; }
          .popup .popup-content form .input-thumbs.communities, .popup .popup-content form .input-thumbs.flat {
            display: none; }
            .popup .popup-content form .input-thumbs.communities.active, .popup .popup-content form .input-thumbs.flat.active {
              display: block; }
          .popup .popup-content form .input-thumbs:first-child {
            margin-bottom: 5vw; }
          .popup .popup-content form .input-thumbs .dropdown {
            position: absolute;
            top: 24.25vw;
            background: #F5F6F9;
            padding: 5vw 5.5vw 6.25vw;
            height: calc(210/ 400 * 100vw - 47/ 400 * 100vw);
            -webkit-box-shadow: 0vw 0.5vw 2.5vw rgba(0, 0, 0, 0.08);
            box-shadow: 0vw 0.5vw 2.5vw rgba(0, 0, 0, 0.08);
            border-radius: 2.5vw;
            display: none;
            width: calc(100% - 44/ 400 * 100vw);
            border: 0.125vw solid rgba(178, 183, 208, 0.25);
            z-index: 20; }
            .popup .popup-content form .input-thumbs .dropdown.noscroll {
              width: 100%;
              padding: 0; }
              .popup .popup-content form .input-thumbs .dropdown.noscroll .simplebar-track {
                display: none; }
          .popup .popup-content form .input-thumbs .scrollbar {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            position: relative; }
            .popup .popup-content form .input-thumbs .scrollbar .simplebar-track {
              bottom: 4.75vw;
              right: 0; }
            .popup .popup-content form .input-thumbs .scrollbar li {
              list-style: none;
              display: block;
              text-decoration: none;
              font-weight: 500;
              font-size: 4vw;
              line-height: 4.75vw;
              color: #100F0F;
              border-radius: 6.375vw;
              cursor: pointer;
              margin-right: 1vw;
              padding: 2.5vw 6.25vw; }
              .popup .popup-content form .input-thumbs .scrollbar li:hover {
                background: #1ABC9C;
                color: #FFFFFF; }
          .popup .popup-content form .input-thumbs label {
            font-weight: 500;
            font-size: 4vw;
            line-height: 4.5vw;
            color: #100F0F;
            display: block;
            margin-bottom: 2.5vw; }
          .popup .popup-content form .input-thumbs input[type='text'], .popup .popup-content form .input-thumbs input[type='tel'], .popup .popup-content form .input-thumbs input[type='email'], .popup .popup-content form .input-thumbs input[type='password'] {
            border-radius: 5.625vw;
            height: 11.25vw;
            padding: 0 5vw;
            font-size: 4vw;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            line-height: 4.5vw; }
            .popup .popup-content form .input-thumbs input[type='text']::-webkit-input-placeholder, .popup .popup-content form .input-thumbs input[type='tel']::-webkit-input-placeholder, .popup .popup-content form .input-thumbs input[type='email']::-webkit-input-placeholder, .popup .popup-content form .input-thumbs input[type='password']::-webkit-input-placeholder {
              color: rgba(16, 15, 15, 0.3); }
            .popup .popup-content form .input-thumbs input[type='text']:-ms-input-placeholder, .popup .popup-content form .input-thumbs input[type='tel']:-ms-input-placeholder, .popup .popup-content form .input-thumbs input[type='email']:-ms-input-placeholder, .popup .popup-content form .input-thumbs input[type='password']:-ms-input-placeholder {
              color: rgba(16, 15, 15, 0.3); }
            .popup .popup-content form .input-thumbs input[type='text']::-ms-input-placeholder, .popup .popup-content form .input-thumbs input[type='tel']::-ms-input-placeholder, .popup .popup-content form .input-thumbs input[type='email']::-ms-input-placeholder, .popup .popup-content form .input-thumbs input[type='password']::-ms-input-placeholder {
              color: rgba(16, 15, 15, 0.3); }
            .popup .popup-content form .input-thumbs input[type='text']::placeholder, .popup .popup-content form .input-thumbs input[type='tel']::placeholder, .popup .popup-content form .input-thumbs input[type='email']::placeholder, .popup .popup-content form .input-thumbs input[type='password']::placeholder {
              color: rgba(16, 15, 15, 0.3); }
          .popup .popup-content form .input-thumbs .eye {
            right: 7.5vw;
            margin-top: -2.75vw;
            height: 5.5vw;
            width: 5.5vw; }
        .popup .popup-content form .remember-me label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          font-size: 4vw;
          margin-bottom: 0;
          line-height: 150%;
          color: rgba(5, 6, 50, 0.5); }
          .popup .popup-content form .remember-me label span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 4.75vw;
            height: 4.75vw;
            background: #F5F6F9;
            margin-right: 2.5vw;
            border: 0.5vw solid #F5F6F9;
            border-radius: 1vw; }
            .popup .popup-content form .remember-me label span svg {
              display: none; }
          .popup .popup-content form .remember-me label input {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 5.15vw;
            height: 5.15vw; }
            .popup .popup-content form .remember-me label input:checked ~ span svg {
              display: block; }
        .popup .popup-content form .remember-me a {
          font-size: 3.5vw;
          line-height: 150%;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
          color: rgba(5, 6, 50, 0.5); }
        .popup .popup-content form strong {
          font-weight: 500;
          font-size: 4.5vw;
          line-height: 5.5vw;
          color: #100F0F;
          display: block;
          margin-bottom: 2.5vw; }
        .popup .popup-content form .recover-code, .popup .popup-content form .recover-number {
          font-size: 4vw;
          text-decoration: none;
          line-height: 4.75vw;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 3.75vw;
          color: rgba(16, 15, 15, 0.5); }
          .popup .popup-content form .recover-code span, .popup .popup-content form .recover-number span {
            text-decoration: underline; }
          .popup .popup-content form .recover-code sub, .popup .popup-content form .recover-number sub {
            margin-top: 0;
            color: #313B6C;
            margin-left: 2.5vw;
            vertical-align: middle;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            font-size: 4vw;
            line-height: 4.75vw; }
        .popup .popup-content form .tab:not(:first-of-type) {
          display: none; }
        .popup .popup-content form button {
          border-radius: 7.30963vw;
          height: 12.5vw;
          display: block;
          margin-bottom: 7.5vw;
          width: 100%;
          text-transform: none;
          position: relative; }
          .popup .popup-content form button:before {
            border-radius: 2.5vw;
            left: 0; }
        .popup .popup-content form .registration-link span {
          font-size: 4vw;
          line-height: 4.75vw;
          text-align: center;
          color: rgba(5, 6, 50, 0.5); }
    .popup.download-app {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow-y: scroll;
      z-index: 9999999;
      background: transparent; }
      .popup.download-app .overlay {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        -webkit-backdrop-filter: blur(14.15vw);
        backdrop-filter: blur(14.15vw);
        border-radius: 0.60606vw;
        display: block; }
      .popup.download-app .popup-content {
        background: #fff;
        width: calc(100% - 80 / 400 * 100vw);
        padding: 7.5vw 10vw;
        height: auto; }
        .popup.download-app .popup-content .popup-header {
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 18px; }
          .popup.download-app .popup-content .popup-header .d-flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
        .popup.download-app .popup-content strong {
          font-size: 4.5vw;
          line-height: 7.25vw;
          letter-spacing: -0.1241vw; }
        .popup.download-app .popup-content a {
          width: 12vw;
          height: 12vw;
          margin-right: 5vw; }
          .popup.download-app .popup-content a:last-child {
            margin-right: 0; }
    .popup.popup-rules1 .overlay, .popup.popup-rules2 .overlay {
      display: block; }
    .popup.popup-rules1 .popup-content, .popup.popup-rules2 .popup-content {
      width: calc(100% - 30px);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: 300;
      height: auto;
      margin: 0 15px;
      background: #fff;
      font-size: 3.5vw;
      line-height: 5.75vw;
      padding: 32px 16px; }
      .popup.popup-rules1 .popup-content br, .popup.popup-rules2 .popup-content br {
        display: none; }
      .popup.popup-rules1 .popup-content .popup-header, .popup.popup-rules2 .popup-content .popup-header {
        margin-bottom: 8px; }
        .popup.popup-rules1 .popup-content .popup-header .d-flex, .popup.popup-rules2 .popup-content .popup-header .d-flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .popup.popup-rules1 .popup-content .popup-header h3, .popup.popup-rules2 .popup-content .popup-header h3 {
          font-weight: 600;
          font-size: 16px;
          width: 100%;
          margin: 0 auto;
          white-space: normal;
          line-height: 24px;
          text-align: center;
          -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
          color: #000000; }
        .popup.popup-rules1 .popup-content .popup-header .action-panel-popup, .popup.popup-rules2 .popup-content .popup-header .action-panel-popup {
          position: absolute;
          top: -24px;
          right: -24px; }
          .popup.popup-rules1 .popup-content .popup-header .action-panel-popup a, .popup.popup-rules2 .popup-content .popup-header .action-panel-popup a {
            background: none;
            width: 24px;
            height: 24px; }
            .popup.popup-rules1 .popup-content .popup-header .action-panel-popup a svg, .popup.popup-rules2 .popup-content .popup-header .action-panel-popup a svg {
              width: 12px;
              height: 12px; }
              .popup.popup-rules1 .popup-content .popup-header .action-panel-popup a svg path, .popup.popup-rules2 .popup-content .popup-header .action-panel-popup a svg path {
                stroke-width: 2.5px;
                stroke: #000; }
      .popup.popup-rules1 .popup-content strong, .popup.popup-rules2 .popup-content strong {
        font-weight: 600;
        margin-bottom: 5px;
        display: inline-block; }
      .popup.popup-rules1 .popup-content img, .popup.popup-rules2 .popup-content img {
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        width: auto !important;
        max-width: 100%; }
        .popup.popup-rules1 .popup-content img.small, .popup.popup-rules2 .popup-content img.small {
          width: 30% !important; }
      .popup.popup-rules1 .popup-content p, .popup.popup-rules2 .popup-content p {
        margin-bottom: 10px !important;
        text-align: left !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .popup.popup-rules1 .popup-content p strong, .popup.popup-rules2 .popup-content p strong {
          margin-bottom: 0; }
        .popup.popup-rules1 .popup-content p span, .popup.popup-rules2 .popup-content p span {
          font-size: 14px !important; }
      .popup.popup-rules1 .popup-content ul, .popup.popup-rules2 .popup-content ul {
        list-style: none;
        margin-bottom: 20px; }
        .popup.popup-rules1 .popup-content ul li, .popup.popup-rules2 .popup-content ul li {
          display: block; }
          .popup.popup-rules1 .popup-content ul li.start, .popup.popup-rules2 .popup-content ul li.start {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; }
            .popup.popup-rules1 .popup-content ul li.start:first-child, .popup.popup-rules2 .popup-content ul li.start:first-child {
              margin-bottom: 12px; }
          .popup.popup-rules1 .popup-content ul li .text, .popup.popup-rules2 .popup-content ul li .text {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
    .popup.popup-rules, .popup.popup-reglament {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      overflow-y: scroll;
      z-index: 9999999;
      background: transparent; }
      .popup.popup-rules .overlay, .popup.popup-reglament .overlay {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        -webkit-backdrop-filter: blur(14.15vw);
        backdrop-filter: blur(14.15vw);
        border-radius: 0.60606vw;
        display: block; }
      .popup.popup-rules .popup-content, .popup.popup-reglament .popup-content {
        padding: 7.5vw 1.75vw;
        background: #fff;
        margin: 0 5vw;
        height: auto;
        width: calc(100% - 14/ 400 * 100vw); }
        .popup.popup-rules .popup-content .popup-header, .popup.popup-reglament .popup-content .popup-header {
          margin: 0 3vw 5.75vw; }
          .popup.popup-rules .popup-content .popup-header h3, .popup.popup-reglament .popup-content .popup-header h3 {
            text-align: center; }
          .popup.popup-rules .popup-content .popup-header .d-flex, .popup.popup-reglament .popup-content .popup-header .d-flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .popup.popup-rules .popup-content .popup-header a.close, .popup.popup-reglament .popup-content .popup-header a.close {
            right: 0;
            width: 6vw;
            height: 6vw; }
            .popup.popup-rules .popup-content .popup-header a.close svg, .popup.popup-reglament .popup-content .popup-header a.close svg {
              width: 2.5vw; }
        .popup.popup-rules .popup-content h1, .popup.popup-reglament .popup-content h1 {
          font-size: 12vw;
          line-height: 14.75vw; }
        .popup.popup-rules .popup-content ul, .popup.popup-reglament .popup-content ul {
          margin-bottom: 40px; }
          .popup.popup-rules .popup-content ul li, .popup.popup-reglament .popup-content ul li {
            list-style: none;
            font-weight: 600;
            font-size: 3.5vw;
            line-height: 4.25vw;
            margin-bottom: 2.5vw; }
            .popup.popup-rules .popup-content ul li p, .popup.popup-reglament .popup-content ul li p {
              font-weight: normal;
              font-size: 2.75vw;
              line-height: 3.25vw; }
            .popup.popup-rules .popup-content ul li ul, .popup.popup-reglament .popup-content ul li ul {
              margin-left: 3.5vw;
              margin-top: 1.25vw;
              margin-bottom: 2.5vw; }
              .popup.popup-rules .popup-content ul li ul li, .popup.popup-reglament .popup-content ul li ul li {
                font-weight: normal;
                font-size: 2.75vw;
                line-height: 3.25vw;
                margin-bottom: 1.25vw; }
                .popup.popup-rules .popup-content ul li ul li ul, .popup.popup-reglament .popup-content ul li ul li ul {
                  margin-left: 3vw;
                  margin-top: 1.25vw; }
                  .popup.popup-rules .popup-content ul li ul li ul li, .popup.popup-reglament .popup-content ul li ul li ul li {
                    margin-bottom: 1.25vw;
                    font-weight: lighter;
                    font-size: 2.5vw;
                    line-height: 3vw; }
  .overlay-accordion {
    z-index: 99999;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    display: none;
    right: 0;
    position: fixed; }
  .content .selected-list .thumbs strong {
    font-size: 14px; }
  .content .selected-list .thumbs ul {
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .content .selected-list .selected-header a {
    font-size: 13px; }
  .content .selected-list .add-to-favorite {
    font-size: 13px; }
  .content .selected-list .thumbs.editing .action {
    padding: 15px; }
  .content .selected-list .thumbs .action {
    top: 15px;
    right: 15px; }
    .content .selected-list .thumbs .action a, .content .selected-list .thumbs .action svg {
      width: 20px;
      height: 20px; }
  .content .selected-list .thumbs {
    margin-bottom: 16px;
    border-radius: 8px; }
    .content .selected-list .thumbs .title {
      padding: 10px; }
  .content .selected-list .thumbs ul li:not(:last-child):after {
    width: 15px;
    height: 10px; }
  .content .problems-form .caption-problems .house .select-address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .content .problems-form .caption-problems .house .select-address label span:before {
    width: 21px;
    height: 21px; }
  .content .problems-form .caption-problems .house .select-address label input:checked ~ span:after {
    width: 15px;
    top: 5px;
    left: 5px;
    height: 15px; }
  .content .problems-form .caption-problems .house .select-address label span {
    font-size: 14px; }
  .address-field span {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 6vw;
    margin-left: 0.75vw; }
    .address-field span.house-id {
      margin-top: 7.5vw; }
  .address-field .flat-panel {
    margin-bottom: 7.5vw; }
  .address-field .place-type {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5vw; }
    .address-field .place-type a {
      border-radius: 0.5vw;
      font-size: 3.5vw;
      line-height: 4.75vw;
      padding: 2vw 2.5vw;
      width: calc(50% - 10px);
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center; }
      .address-field .place-type a:nth-child(2n) {
        margin-right: 0; }
  .address-field .place-result {
    margin: 3.75vw 0 0;
    display: none; }
    .address-field .place-result .emptyText {
      display: none; }
    .address-field .place-result .place-table {
      border: 0.5px solid rgba(178, 183, 208, 0.5);
      border-radius: 10px;
      overflow: hidden; }
      .address-field .place-result .place-table .thead {
        padding: 3.75vw 5vw;
        font-weight: 600;
        font-size: 4vw;
        line-height: 4.75vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #F5F6F9;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .address-field .place-result .place-table .thead strong:first-child {
          -webkit-box-flex: inherit;
          -ms-flex: inherit;
          flex: inherit;
          width: 90%;
          margin-right: 0; }
        .address-field .place-result .place-table .thead strong:nth-child(2) {
          width: 153px; }
      .address-field .place-result .place-table .tbody {
        padding: 0 5vw 20px;
        height: 62vw;
        overflow-y: auto; }
        .address-field .place-result .place-table .tbody .simplebar-track {
          bottom: 20px; }
        .address-field .place-result .place-table .tbody.active {
          height: 104vw; }
        .address-field .place-result .place-table .tbody .item {
          padding: 3.75vw 0;
          font-weight: 500;
          font-size: 3.5vw;
          cursor: pointer;
          line-height: 4vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          position: relative;
          border-bottom: 0.5px solid rgba(178, 183, 208, 0.5); }
          .address-field .place-result .place-table .tbody .item:last-child {
            border-bottom: none; }
          .address-field .place-result .place-table .tbody .item.active:before {
            width: calc(100% + 62px);
            background: #E8F0FE;
            content: "";
            position: absolute;
            z-index: -1;
            left: -31px;
            right: -31px;
            top: 0;
            bottom: -1px;
            display: block; }
          .address-field .place-result .place-table .tbody .item span {
            margin: 0; }
            .address-field .place-result .place-table .tbody .item span:first-child {
              -webkit-box-flex: inherit;
              -ms-flex: inherit;
              flex: inherit;
              width: 61%;
              margin-right: 0; }
            .address-field .place-result .place-table .tbody .item span:nth-child(2) {
              width: auto; }
  .address-field .dropwdown-address {
    margin-bottom: 7.5vw; }
    .address-field .dropwdown-address:last-child {
      margin-bottom: 0; }
    .address-field .dropwdown-address.read-only {
      margin-bottom: 7.5vw; }
      .address-field .dropwdown-address.read-only li a {
        font-size: 4.5vw;
        line-height: 5.5vw; }
    .address-field .dropwdown-address.disabled li a {
      font-size: 4.5vw;
      line-height: 5.5vw; }
    .address-field .dropwdown-address li {
      position: relative;
      list-style: none; }
      .address-field .dropwdown-address li a {
        background: #F8F9FA;
        border: 1px solid rgba(178, 183, 208, 0.25);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        font-size: 4.5vw;
        line-height: 5.5vw;
        padding: 5.75vw 7.75vw;
        display: block;
        text-decoration: none;
        color: #11201D; }
        .address-field .dropwdown-address li a.active {
          border-color: #1ABC9C;
          border-radius: 10px 10px 0 0; }
        .address-field .dropwdown-address li a.arrow {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .address-field .dropwdown-address li a.arrow:after {
            background: url(../img/arr2.svg) no-repeat center center/contain;
            width: 24px;
            height: 10px;
            content: '';
            display: inline-block; }
      .address-field .dropwdown-address li ul {
        background: #FFFFFF;
        position: absolute;
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
        top: 100%;
        z-index: 9;
        margin-top: 4px;
        width: 100%;
        border: 1px solid #1ABC9C;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
        border-radius: 5vw; }
        .address-field .dropwdown-address li ul li a {
          border-radius: 0;
          border: none;
          background: transparent;
          padding: 2.5vw 7.25vw; }
          .address-field .dropwdown-address li ul li a:hover, .address-field .dropwdown-address li ul li a.active {
            background: rgba(178, 183, 208, 0.15); }
        .address-field .dropwdown-address li ul li .search-strret {
          font-size: 16px;
          line-height: 19px;
          margin: 5vw 7.5vw;
          color: #100F0F; }
          .address-field .dropwdown-address li ul li .search-strret input {
            background: #F5F6F9;
            margin-bottom: 2.5vw;
            border: 1px solid #1ABC9C;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            height: 14vw;
            border-radius: 8.75vw;
            padding: 0 5vw; }
  .container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1; }
    .container.recorder {
      z-index: 999999;
      visibility: visible;
      opacity: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .container .video-wrap {
      position: relative;
      visibility: hidden;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
    .container a {
      position: absolute;
      display: none;
      bottom: 40px;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 80px;
      height: 80px;
      z-index: 999;
      background: #fff;
      border-radius: 100%; }
    .container #video {
      display: block; }
    .container #preview2 {
      /* opacity: 0.5; */
      border: 1px solid #ffffff;
      position: absolute;
      top: 50%;
      z-index: 111;
      margin-top: -50px;
      left: 0;
      right: 0;
      margin-left: 0; }
    .container .video-wrap::after {
      content: '';
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
    .container .timer-video {
      position: fixed;
      top: 30px;
      left: 0;
      right: 0;
      -webkit-transition: all .4s ease-in;
      -o-transition: all .4s ease-in;
      transition: all .4s ease-in;
      text-align: center;
      z-index: 999;
      -webkit-animation: timerDown 1s ease-in infinite;
      animation: timerDown 1s ease-in infinite;
      color: red;
      font-size: 60px; }
  @-webkit-keyframes timerDown {
    from {
      -webkit-transform: scale(1);
      transform: scale(1); }
    to {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); } }
  @keyframes timerDown {
    from {
      -webkit-transform: scale(1);
      transform: scale(1); }
    to {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); } }
  .container-ios.recorder {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    bottom: 0;
    left: 0; }
  .container-ios .video-wrap1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto; }
    .container-ios .video-wrap1:after {
      content: '';
      position: absolute;
      z-index: 10;
      bottom: 0;
      left: 0;
      right: 0;
      height: 45%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
    .container-ios .video-wrap1:before {
      content: '';
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      right: 0;
      height: 45%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
    .container-ios .video-wrap1 #video1 {
      position: relative;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      color: #fff; }
    .container-ios .video-wrap1 #preview {
      position: absolute;
      top: 45%;
      left: 0;
      right: 0;
      width: 100%;
      height: 10%; }
  .container-ios .timer-video1 {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    text-align: center;
    z-index: 999;
    -webkit-animation: timerDown 1s ease-in infinite;
    animation: timerDown 1s ease-in infinite;
    color: red;
    font-size: 60px; }
  @keyframes timerDown {
    from {
      -webkit-transform: scale(1);
      transform: scale(1); }
    to {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); } }
  .rating-page {
    width: 100%; }
    .rating-page .raiting-banner {
      border-bottom: none;
      padding-bottom: 0;
      padding-top: 6.25vw;
      margin-bottom: 5vw;
      position: relative; }
      .rating-page .raiting-banner.ru:after {
        background: url(../img/3-mobile.svg) no-repeat center top/contain;
        width: 100%;
        height: 75.25vw;
        position: absolute;
        right: 0;
        content: "";
        top: 30vw; }
      .rating-page .raiting-banner.uz:after {
        background: url(../img/3-uz.svg) no-repeat center top/cover;
        width: 100%;
        height: 75.25vw;
        position: absolute;
        right: 0;
        content: "";
        top: 30vw; }
      .rating-page .raiting-banner.oz:after {
        background: url(../img/3-uz.svg) no-repeat center top/cover;
        width: 100%;
        height: 75.25vw;
        position: absolute;
        right: 0;
        content: "";
        top: 30vw; }
      .rating-page .raiting-banner h1 {
        font-weight: bold;
        font-size: 6.25vw;
        line-height: 7.5vw;
        width: 100%; }
      .rating-page .raiting-banner p {
        font-size: 3.5vw;
        line-height: 4.25vw;
        margin-top: 2.75vw;
        width: auto; }
      .rating-page .raiting-banner .counter {
        margin-top: 88vw; }
        .rating-page .raiting-banner .counter strong {
          margin-right: 4vw;
          width: 36.75vw;
          font-size: 4.5vw;
          line-height: 5.25vw; }
        .rating-page .raiting-banner .counter .timer-rating {
          font-size: 8vw;
          line-height: 11vw;
          padding: 1vw 3vw;
          border-radius: 2vw; }
      .rating-page .raiting-banner .title {
        width: 100%; }
    .rating-page .title {
      display: block;
      font-weight: 600;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 8px; }
    .rating-page h4 {
      font-weight: 700;
      font-size: 4.5vw;
      line-height: 6vw;
      margin-bottom: 2.5vw; }
    .rating-page .accordion {
      position: relative;
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out; }
      .rating-page .accordion:before {
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 100%;
        content: "";
        height: 85%; }
      .rating-page .accordion.active:before {
        display: none; }
      .rating-page .accordion.active .caption {
        height: 100%; }
      .rating-page .accordion.active button {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .rating-page .accordion .caption {
        height: 35vw;
        overflow: hidden; }
      .rating-page .accordion button {
        border: none;
        width: 100%;
        height: 10vw;
        outline: none;
        cursor: pointer;
        position: relative;
        z-index: 2;
        background: transparent; }
        .rating-page .accordion button svg {
          animation: slideToggle 1s ease-in-out alternate-reverse infinite;
          width: 5vw;
          height: 2.5vw; }
    .rating-page p {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 16px; }
    .rating-page .list {
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style: none; }
      .rating-page .list a {
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #04B894; }
        .rating-page .list a:hover {
          text-decoration: none; }
    .rating-page em {
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      margin-top: 16px;
      margin-bottom: 24px;
      display: block; }
    .rating-page .tabs-content {
      height: 100%; }
      .rating-page .tabs-content .chart-header {
        padding: 16px; }
        .rating-page .tabs-content .chart-header span {
          display: block;
          font-size: 16px;
          font-weight: 600;
          line-height: 24px;
          margin-bottom: 8px; }
          .rating-page .tabs-content .chart-header span.large {
            font-weight: 600;
            font-size: 20px; }
          .rating-page .tabs-content .chart-header span.medium {
            font-weight: 600;
            font-size: 18px;
            width: 100%;
            -webkit-box-flex: inherit;
            -ms-flex: inherit;
            flex: inherit;
            margin-bottom: 0; }
          .rating-page .tabs-content .chart-header span.regular {
            font-weight: 500; }
        .rating-page .tabs-content .chart-header .buttons-list {
          gap: 8px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          font-weight: 500;
          width: 100%;
          margin-left: 0;
          margin-top: 16px;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          font-size: 12px;
          line-height: 16px; }
          .rating-page .tabs-content .chart-header .buttons-list li {
            width: 100%; }
            .rating-page .tabs-content .chart-header .buttons-list li:nth-child(2), .rating-page .tabs-content .chart-header .buttons-list li:nth-child(3) {
              display: none; }
            .rating-page .tabs-content .chart-header .buttons-list li.dropdown-item {
              -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
              order: -1;
              margin-left: 0; }
              .rating-page .tabs-content .chart-header .buttons-list li.dropdown-item button, .rating-page .tabs-content .chart-header .buttons-list li.dropdown-item a {
                font-size: 13px;
                height: 28px; }
                .rating-page .tabs-content .chart-header .buttons-list li.dropdown-item button.selected, .rating-page .tabs-content .chart-header .buttons-list li.dropdown-item a.selected {
                  border: 1px solid var(--border-color);
                  height: 28px;
                  -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                  justify-content: space-between;
                  padding: 0 15px;
                  background: var(--link-color); }
                  .rating-page .tabs-content .chart-header .buttons-list li.dropdown-item button.selected:after, .rating-page .tabs-content .chart-header .buttons-list li.dropdown-item a.selected:after {
                    width: 10px;
                    height: 10px; }
              .rating-page .tabs-content .chart-header .buttons-list li.dropdown-item ul {
                width: 100%;
                border-radius: 8px;
                padding: 10px;
                margin-top: 4px;
                z-index: 100; }
                .rating-page .tabs-content .chart-header .buttons-list li.dropdown-item ul li {
                  display: block !important; }
          .rating-page .tabs-content .chart-header .buttons-list a {
            display: block;
            padding: 6px 12px;
            text-align: center;
            background: var(--link-color);
            border-radius: 4px;
            text-decoration: none; }
            .rating-page .tabs-content .chart-header .buttons-list a:hover, .rating-page .tabs-content .chart-header .buttons-list a.active {
              color: #fff;
              background: #04B894; }
    .rating-page .chart {
      border-radius: 16px;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      color: #212121;
      display: none; }
      .rating-page .chart .title-organization {
        left: 5vw;
        top: -65;
        position: static; }
      .rating-page .chart .highcharts-tooltip {
        z-index: 1000;
        width: 260px;
        height: 236px !important;
        pointer-events: auto !important;
        border: none;
        border-radius: 13.0761px; }
      .rating-page .chart .tooltip {
        padding: 18px 8px;
        width: 244px;
        max-height: 100%; }
        .rating-page .chart .tooltip button {
          position: absolute;
          right: 20px;
          height: 20px;
          width: 20px;
          display: block;
          border: none;
          z-index: 200;
          outline: none;
          background: transparent;
          cursor: pointer; }
          .rating-page .chart .tooltip button svg {
            width: 100%;
            height: 100%;
            pointer-events: none;
            border-radius: 0; }
        .rating-page .chart .tooltip .title {
          font-weight: 700;
          padding-left: 10px;
          font-size: 14.7107px;
          line-height: 20px;
          display: block;
          margin-bottom: 12px; }
        .rating-page .chart .tooltip .list {
          padding: 0 10px;
          display: block;
          margin-bottom: 0; }
          .rating-page .chart .tooltip .list:not(:last-child) {
            padding-bottom: 0;
            margin-bottom: 0; }
          .rating-page .chart .tooltip .list.border {
            margin-bottom: 11px;
            padding-bottom: 11px; }
          .rating-page .chart .tooltip .list .li {
            font-weight: 400;
            font-size: 14.7107px;
            list-style: none;
            line-height: 20px; }
            .rating-page .chart .tooltip .list .li .values {
              font-weight: 800;
              font-size: 14.7107px;
              display: inline-block; }
              .rating-page .chart .tooltip .list .li .values strong {
                display: inline-block;
                font-size: 14.7107px; }
              .rating-page .chart .tooltip .list .li .values strong {
                color: #000; }
              .rating-page .chart .tooltip .list .li .values.error {
                color: #EA3323; }
              .rating-page .chart .tooltip .list .li .values.warning {
                color: #FFA515; }
              .rating-page .chart .tooltip .list .li .values.success {
                color: #00B490; }
              .rating-page .chart .tooltip .list .li .values.purple {
                color: #906DEA; }
            .rating-page .chart .tooltip .list .li ul {
              margin-left: 9px; }
              .rating-page .chart .tooltip .list .li ul li {
                list-style: none;
                position: relative;
                padding-top: 6px;
                padding-left: 15px;
                font-size: 14.7107px;
                line-height: 20px; }
                .rating-page .chart .tooltip .list .li ul li:before {
                  background: url("../img/rec.svg") no-repeat;
                  width: 11px;
                  height: 21px;
                  display: block;
                  top: -1px;
                  left: 0;
                  position: absolute;
                  content: ""; }
      .rating-page .chart span {
        display: block;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        margin-bottom: 8px; }
        .rating-page .chart span.large {
          font-weight: 600;
          font-size: 16px; }
        .rating-page .chart span.medium {
          font-weight: 600;
          font-size: 18px;
          margin-bottom: 0; }
        .rating-page .chart span.regular {
          font-weight: 500; }
        .rating-page .chart span.chart-graph-title {
          font-size: 12px;
          line-height: 16px;
          padding-left: 16px;
          padding-right: 16px; }
      .rating-page .chart .chart-graph {
        padding: 0; }
        .rating-page .chart .chart-graph:last-child {
          padding-bottom: 10px; }
      .rating-page .chart strong {
        display: block;
        font-weight: 800;
        font-size: 12px;
        line-height: 16px; }
      .rating-page .chart .reset-btn {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        padding: 8px 15px;
        color: #FFFFFF;
        text-decoration: none;
        background: #F54C4C;
        border-radius: 4px; }
      .rating-page .chart #general {
        overflow: visible !important; }
        .rating-page .chart #general .highcharts-data-label {
          visibility: visible; }
      .rating-page .chart .chart-bottom, .rating-page .chart .chart-graph, .rating-page .chart #container, .rating-page .chart #general {
        overflow: visible !important;
        -webkit-box-flex: inherit !important;
        -ms-flex: inherit !important;
        flex: inherit !important; }
        .rating-page .chart .chart-bottom div, .rating-page .chart .chart-graph div, .rating-page .chart #container div, .rating-page .chart #general div {
          overflow: visible !important;
          height: 100%; }
      .rating-page .chart .bottom {
        position: static;
        bottom: 0;
        margin: 24px 16px 16px;
        right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: calc(100% - 32px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .rating-page .chart .bottom a {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-align: center; }
      .rating-page .chart .data-cards {
        margin-top: 32px; }
        .rating-page .chart .data-cards .card-wrapper {
          list-style: none;
          display: -ms-grid;
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
          grid-gap: 24px; }
          .rating-page .chart .data-cards .card-wrapper .card {
            border: 1px solid #EAEAEA;
            border-radius: 8px;
            padding: 16px;
            color: #100F0F; }
            .rating-page .chart .data-cards .card-wrapper .card .card-header strong {
              display: block;
              font-weight: 600;
              font-size: 18px;
              line-height: 21px;
              margin-bottom: 8px; }
            .rating-page .chart .data-cards .card-wrapper .card .card-header .rating {
              margin-bottom: 4px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              gap: 4px;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .rating-page .chart .data-cards .card-wrapper .card .card-header .rating svg {
                width: 16px;
                height: 16px; }
                .rating-page .chart .data-cards .card-wrapper .card .card-header .rating svg.active path {
                  fill: #FFC30B; }
                .rating-page .chart .data-cards .card-wrapper .card .card-header .rating svg path {
                  stroke: transparent;
                  fill: #F2F2F7; }
              .rating-page .chart .data-cards .card-wrapper .card .card-header .rating span {
                font-weight: 400;
                font-size: 14px;
                margin-bottom: 0;
                line-height: 20px; }
            .rating-page .chart .data-cards .card-wrapper .card p {
              font-weight: 400;
              font-size: 12px;
              line-height: 16px;
              color: #657C8D;
              margin-bottom: 12px; }
            .rating-page .chart .data-cards .card-wrapper .card .progress-list {
              list-style: none; }
              .rating-page .chart .data-cards .card-wrapper .card .progress-list li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 9px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 16px;
                color: #100F0F; }
                .rating-page .chart .data-cards .card-wrapper .card .progress-list li:not(:last-child) {
                  margin-bottom: 12px; }
                .rating-page .chart .data-cards .card-wrapper .card .progress-list li .progress {
                  background: #F2F2F7;
                  border-radius: 2px;
                  height: 16px;
                  font-weight: 500;
                  -webkit-box-flex: 1;
                  -ms-flex: 1;
                  flex: 1;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  position: relative;
                  font-size: 12px;
                  line-height: 16px;
                  white-space: nowrap; }
                  .rating-page .chart .data-cards .card-wrapper .card .progress-list li .progress.full {
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center; }
                    .rating-page .chart .data-cards .card-wrapper .card .progress-list li .progress.full span {
                      color: #fff; }
                    .rating-page .chart .data-cards .card-wrapper .card .progress-list li .progress.full .bg {
                      left: 0;
                      top: 0;
                      position: absolute;
                      width: 100%; }
                  .rating-page .chart .data-cards .card-wrapper .card .progress-list li .progress span {
                    font-size: 12px;
                    line-height: 16px;
                    position: relative;
                    z-index: 1;
                    margin-left: 4px; }
                  .rating-page .chart .data-cards .card-wrapper .card .progress-list li .progress .bg {
                    background: #FFC30B;
                    border-radius: 2px;
                    height: 100%;
                    width: 30%;
                    display: block; }
      .rating-page .chart .chart-cards {
        padding: 0 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .rating-page .chart .chart-cards .chart-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 16px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .rating-page .chart .chart-cards .chart-title .title {
            font-weight: 700;
            margin-bottom: 8px;
            font-size: 16px;
            line-height: 20px; }
          .rating-page .chart .chart-cards .chart-title ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 8px; }
            .rating-page .chart .chart-cards .chart-title ul li {
              font-size: 13px;
              line-height: 12px; }
              .rating-page .chart .chart-cards .chart-title ul li strong {
                font-size: 13px;
                line-height: 12px; }
    .rating-page .chart-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .rating-page .chart-wrapper.full #container {
        height: 200px; }
        .rating-page .chart-wrapper.full #container div {
          height: 100% !important; }
      .rating-page .chart-wrapper.column {
        gap: 15px; }
        .rating-page .chart-wrapper.column .chart:first-child, .rating-page .chart-wrapper.column .chart:last-child {
          width: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          position: relative;
          height: 1015px; }
      .rating-page .chart-wrapper .with-shadow {
        position: relative;
        width: 100%; }
        .rating-page .chart-wrapper .with-shadow .district_name2 {
          font-weight: 800;
          font-size: 12px;
          line-height: 16px; }
        .rating-page .chart-wrapper .with-shadow .shadow {
          position: absolute;
          right: 16px;
          left: 16px;
          bottom: -58px;
          width: calc(100% - 32px);
          height: 116px;
          top: inherit;
          display: block;
          background: url("../img/m-shadow.png") repeat-x center center/contain;
          content: "";
          z-index: 1; }
        .rating-page .chart-wrapper .with-shadow .chart {
          position: relative;
          height: 100%; }
          .rating-page .chart-wrapper .with-shadow .chart.district {
            height: 100%;
            padding-bottom: 5px; }
            .rating-page .chart-wrapper .with-shadow .chart.district .highcharts-container {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start; }
          .rating-page .chart-wrapper .with-shadow .chart .chart-header .reset-btn {
            display: none !important; }
          .rating-page .chart-wrapper .with-shadow .chart .reset-btn {
            position: absolute;
            bottom: 16px;
            right: 16px;
            text-align: center;
            left: 16px; }
            .rating-page .chart-wrapper .with-shadow .chart .reset-btn.mobile {
              margin: 0 16px 20px;
              position: static; }
      .rating-page .chart-wrapper .chart-bottom .highcharts-axis-labels {
        z-index: 0; }
      .rating-page .chart-wrapper .chart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: visible; }
        .rating-page .chart-wrapper .chart:first-child {
          height: auto;
          width: 100%;
          position: relative;
          overflow: visible;
          z-index: 2; }
        .rating-page .chart-wrapper .chart .chart-header {
          padding: 16px; }
          .rating-page .chart-wrapper .chart .chart-header span {
            display: block;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            margin-bottom: 8px; }
            .rating-page .chart-wrapper .chart .chart-header span.large {
              font-size: 16px; }
            .rating-page .chart-wrapper .chart .chart-header span.medium {
              font-size: 18px;
              margin-bottom: 0; }
            .rating-page .chart-wrapper .chart .chart-header span.regular {
              font-weight: 600; }
          .rating-page .chart-wrapper .chart .chart-header ul {
            gap: 8px;
            font-size: 14px;
            line-height: 20px;
            font-weight: 500; }
            .rating-page .chart-wrapper .chart .chart-header ul a {
              color: #575757;
              display: block;
              padding: 6px 12px;
              background: #F4F4F4;
              border-radius: 4px;
              text-decoration: none; }
              .rating-page .chart-wrapper .chart .chart-header ul a:hover, .rating-page .chart-wrapper .chart .chart-header ul a.active {
                color: #fff;
                background: #04B894; }
        .rating-page .chart-wrapper .chart.small {
          height: 100%;
          margin-left: 0;
          bottom: 0;
          margin-top: -48px;
          padding-top: 69px;
          width: 100%; }
          .rating-page .chart-wrapper .chart.small .chart-header {
            padding: 16px;
            border-bottom: 1px solid #EAEAEA; }
  .preloader {
    font-size: 6.25vw; }
  .popup.popup-sort {
    background: transparent; }
    .popup.popup-sort .overlay {
      display: block; }
    .popup.popup-sort .popup-content {
      background: #fff;
      margin: 0 16px;
      padding: 24px 15px;
      height: auto; }
      .popup.popup-sort .popup-content a {
        right: 16px;
        top: 16px; }
      .popup.popup-sort .popup-content h3 {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px; }
      .popup.popup-sort .popup-content form label {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 16px; }
      .popup.popup-sort .popup-content form .select2-container--default .select2-selection--single {
        height: 40px; }
      .popup.popup-sort .popup-content form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
        font-size: 16px;
        padding: 0 16px; }
      .popup.popup-sort .popup-content form button {
        margin-top: 8px;
        margin-bottom: 0; }
  .popup.popup-detail {
    background: transparent; }
    .popup.popup-detail .overlay {
      display: block; }
    .popup.popup-detail .popup-content {
      background: #fff;
      margin: 0 15px;
      padding: 0;
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      height: auto;
      position: relative; }
      .popup.popup-detail .popup-content a {
        right: 24px;
        position: absolute;
        top: 24px; }
      .popup.popup-detail .popup-content h3 {
        display: none; }
      .popup.popup-detail .popup-content .thumbs.emergency .title, .popup.popup-detail .popup-content .thumbs.planned .title {
        width: 201px;
        display: block;
        padding: 24px 0 16px;
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
      .popup.popup-detail .popup-content .thumbs.emergency .edit, .popup.popup-detail .popup-content .thumbs.planned .edit {
        display: none; }
      .popup.popup-detail .popup-content .thumbs.emergency .img, .popup.popup-detail .popup-content .thumbs.planned .img {
        height: 256px;
        margin-top: 88px;
        position: static;
        width: 100%;
        display: block;
        overflow: hidden; }
        .popup.popup-detail .popup-content .thumbs.emergency .img img, .popup.popup-detail .popup-content .thumbs.planned .img img {
          width: 100%;
          height: 256px; }
      .popup.popup-detail .popup-content .thumbs.emergency .desktop, .popup.popup-detail .popup-content .thumbs.planned .desktop {
        display: block !important;
        margin-top: 16px; }
      .popup.popup-detail .popup-content .thumbs.emergency .description, .popup.popup-detail .popup-content .thumbs.planned .description {
        padding: 16px 32px 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .popup.popup-detail .popup-content .thumbs.emergency .description strong, .popup.popup-detail .popup-content .thumbs.planned .description strong {
          font-weight: 600;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: -0.165px;
          -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
          color: #000000; }
        .popup.popup-detail .popup-content .thumbs.emergency .description p, .popup.popup-detail .popup-content .thumbs.planned .description p {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          margin-bottom: 10px;
          letter-spacing: -0.165px; }
        .popup.popup-detail .popup-content .thumbs.emergency .description em, .popup.popup-detail .popup-content .thumbs.planned .description em {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: -0.165px;
          -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
          color: #000000; }
        .popup.popup-detail .popup-content .thumbs.emergency .description .status, .popup.popup-detail .popup-content .thumbs.planned .description .status {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1;
          margin-top: 8px; }
          .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag {
            border-radius: 2px;
            font-weight: 600;
            font-size: 12px;
            line-height: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
            font-feature-settings: 'pnum' on, 'lnum' on;
            color: #FFFFFF;
            padding: 4px 8px; }
            .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.yellow, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.yellow {
              background: #FFA515; }
            .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.blue, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.blue {
              background: #007BEC;
              padding: 0;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.red, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.red {
              background: #FF5555;
              padding: 0;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
            .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.icon, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.icon {
              width: 24px;
              height: 24px;
              margin-left: 8px; }
              .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.icon svg, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.icon svg {
                width: 16px;
                height: 16px; }
            .popup.popup-detail .popup-content .thumbs.emergency .description .status .tag.default, .popup.popup-detail .popup-content .thumbs.planned .description .status .tag.default {
              background: #97A6B7; }
      .popup.popup-detail .popup-content .thumbs.news .status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .popup.popup-detail .popup-content .thumbs.news .status .tag {
          border-radius: 2px;
          font-weight: 600;
          font-size: 12px;
          line-height: 16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
          color: #FFFFFF;
          padding: 4px 8px; }
          .popup.popup-detail .popup-content .thumbs.news .status .tag.default {
            background: #97A6B7; }
      .popup.popup-detail .popup-content .thumbs.news .edit {
        display: none; }
      .popup.popup-detail .popup-content .thumbs.news .img {
        position: static;
        height: 256px;
        display: block; }
        .popup.popup-detail .popup-content .thumbs.news .img img {
          height: 100%;
          width: 100%; }
      .popup.popup-detail .popup-content .thumbs.news .title {
        display: block;
        margin-top: 12px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.165px;
        -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #000000; }
      .popup.popup-detail .popup-content .thumbs.news .desktop {
        display: block !important;
        margin-top: 16px; }
        .popup.popup-detail .popup-content .thumbs.news .desktop p {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: -0.165px;
          -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on; }
      .popup.popup-detail .popup-content .thumbs.news .description {
        padding: 16px 16px 24px; } }
