/*General F*/
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("./fonts/MuseoSansCyrl-500.otf"); /* IE9 Compat Modes */
  src: url("./fonts/MuseoSansCyrl-500.otf") format("opentype"); /* Super Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MuseoSansCyrl-900";
  src: url("./fonts/MuseoSansCyrl-900.otf"); /* IE9 Compat Modes */
  src: url("fonts/MuseoSansCyrl-900.otf") format("opentype"); /* Super Modern Browsers */
}


html,
body {
  font-family: MuseoSansCyrl, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
}
body.modalOpened {
  height: 100vh;
  overflow: hidden;
}

.mobile-hidden {
  display: none;
}



body {
  font-size: 14px;
  line-height: 1.4em;
  background: FFF;
  color: #4d4d4d;
  min-width: 230px;
  /* margin: 65px auto auto 0; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}
/* .select,
.option,
.input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
} */
/* .select,
.input {
  height: 25px;
  background-color: white;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
  width: 100%;
  padding: 0;
  padding-left: 5px;
}
.input {
  height: 23px;
}
 */
:focus {
  outline: 0;
}
h1 {
  font-size: 24px;
}
h5,
h6,
h4 {
  margin: 5px 0;
}
.review a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #00a3d7;
  height: 15px;
}
.hideOverflow {
  overflow: hidden;
}
/* .inputwrapper {
  position: relative;
}
.inputWrapper span {
  position: absolute;
  right: -6px;
  top: 3px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  text-align: center;
}
 */
/* .controlWrapper {
  width: 30%;
  position: relative;
}
.controlWrapper label {
  font-size: 10px;
  position: absolute;
  left: 0;
  top: -17px;
  margin-bottom: 5px;
}
 */
.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48;
  z-index: 1000;
  padding: 10px 15px;
  color: #ffffff;
  height: 68px;
}
.fixed-nav-bar .logo {
  max-width: 100px;
  height: 72px;
}
.fixed-nav-bar img {
  vertical-align: middle;
}
.how-to-button {
  vertical-align: middle;
  /* display: none; */
  background: #96d9e8;
  border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 200;
  /* height: 40px; */
  left: 22px;
  top: 332px;
  width: 331px;
  font-size: 18px;
  line-height: 22px;
  /* position: relative; */
  /* left: 13px; */
  padding-bottom: 6px;
}

.how-to-button__question-mark {
  /* font-family: MuseoSansCyrl; */
  /* font-weight: 900; */
  /* font-size: 14px; */
  /* font-size: 30px; */
  /* line-height: 36px; */
  /* padding-right: 15px; */
  /* position: relative; */
  /* left: -6px; */
}



.scroll-top-button {
  position: fixed;
  bottom: 1em;
  color: rgba(4,4,4,0.5);
  font-size: 5em;
  z-index: 2000;
}

.dropdown-filter {
  width: 100%;
}

.dropdown-filter__toggle {
  width: 100%;
}

.dropdown-filter__menu {
  width: 100%;
}

.last-updated {
  /* display: none; */
  /* font-family: MuseoSansCyrl; */
  /* font-size: 12px; */
  line-height: 144%;
}

.last-updated-nav {
  color: #ffffff;
}
.donate-btn {
  /* display: none; */
  /* identical to box height */
  text-align: center;
  border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  color: #ffffff;
  /* display: block; */
  font-family: Museo Sans Cyrl;
  font-size: 12px;
  /* height: 30px; */
  height: 30px;
  line-height: 14px;
  text-decoration: none;
  width: 169px;
  height: 40px;
  vertical-align: top;
  display: block;
  /* vertical-align: middle; */
  background-color: transparent;
}

.results {
  /* background: #96d9e8; */
  background: #96d9e8;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 1em;
  /* line-height: 1.5em; */
  padding-top: 1em;
  padding-right: 1em;
  /* padding-bottom: 20px; */
  text-align: left;
  padding-left: 1em;
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  display: flex;
  color: #ffffff;
}

.results__header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  /* padding-top: 10px; */
  /* text-align: left; */
  padding-bottom: 12px;
}

.results__column-frist-row {
  padding-bottom: 15px;
  padding-top: 5px;
}

.results__column {
  padding-left: 5px;
  padding-right: 5px;
}

.results__column-value {
  font-weight: 700;
}

.result-list {
  margin-bottom: 20px;
}

.results__quanity {
  margin-bottom: 20px;
}

.results__quanity-number {
  font-weight: 700;
}

.kkd-link__images {
  margin-bottom: 1em;
  width: 100%;
}

.kkd-link__btn {
  width: 100%;
}

/* Result is deuputat list */

.result-card {
  position: relative;
  /* max-height: 254px; */
  /* max-width: 156px; */
  margin-bottom: 30px;
  /* background-color: rgb(255, 209, 81); */
}
.result-card__avatar-container {
  height: 100%;
  /* display: inline-block; */
  position: relative;
}
.result-card__avatar-container img {
  /* щоб усі фото були чорнобілі*/
  /* filter: grayscale(1); */
}

.filters-block__clear-button {
  padding-left: 0.5rem;
}

.result-card__white {
  color: white;
}

.result-card__avatar-overlay {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 100%;
  /* border-radius: 5px; */
  /* font-size: 18px; */
  text-align: center;
  padding-top: 0.5em;
  z-index: 1000;
  border-radius: 5px;
  height: 110%;
  width: 110%;
  box-shadow: 0 0 12px #919191;
}

@media (min-width: 992px) {
  .result-card__avatar-overlay {
    /* height: 120%; */
    width: 120%;
    top: -10%;
    left: -10%;
    font-size: 0.9em;
    height: calc(100% + 48px);
  }
}

@media (min-width: 1200px) {
  .result-card__avatar-overlay {
    /* height: 120%; */
    width: 110%;
    top: -7%;
    left: -5%;
    font-size: 1em;
    height: calc(120%);
  }
}

@media (min-width: 1430px) {
  .result-card__avatar-overlay {
    /* height: 120%; */
    width: 110%;
    top: -5%;
    left: -5%;
    font-size: 1.2em;
    height: calc(110%);
    padding-top: 0.8em;
  }

  .result-card__details {
    margin-bottom: 1em !important;
  }
}

.result-card__avatar-overlay--sn {
  color: black;
  background: #37A94A88;
}

.result-card__avatar-overlay--opzzh {
  color: #ffffff;
  background: linear-gradient(180deg, rgba(1, 23, 101, 0.76) -13.68%, #150388 123.86%);
}

.result-card__avatar-overlay--es {
  background: #ffd25a88;
}
.result-card__avatar-overlay--but {
  color: #ffffff;
  background: linear-gradient(180deg, rgba(255, 139, 139, 0.76) -13.68%, rgba(255, 88, 88, 0.98) 123.86%);
}
.result-card__avatar-overlay--hls {
  color: black;
  background: #f7792566;
}
.result-card__avatar-overlay--zm {
  color: #ffffff;
  background: #692bc688;
}
.result-card__avatar-overlay--dvr {
  color: #ffffff;
  background: #48bec988;
}
.result-card__avatar-overlay--nofr {
  color: black;
  background: linear-gradient(180deg, rgba(245,245,245,0.5) 0%, rgba(82,84,84,1) 100%);
}
.result-card__avatar-overlay--out {
  color: #ffffff;
  background: linear-gradient(180deg, rgba(245,245,245,0.5) 0%, rgba(82,84,84,1) 100%);
}
.result-card__avatar-overlay--other {
  color: #ffffff;
  background: linear-gradient(180deg, rgba(245,245,245,0.5) 0%, rgba(82,84,84,1) 100%);
}

.result-card__body {
  padding-top: 0;
  position: relative;
  margin-top: -16px;
  text-align: center;
  color: #ffffff;
}

.result-card__details {
  margin-bottom: 0.5em;
}

.result-card__place {
  position: absolute;
  top: -13px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
}

.result-card__text {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 0.9em;
}

.result-card__bold {
  font-weight: 900;
  /* font-size: 0.9em; */
}

.result-card__separator {
  padding-bottom: 0.5em;
}

.result-card__col {
  padding-left: 5px;
  padding-right: 5px;
}

.result-card__row {
  margin-left: -5px;
  margin-right: -5px;
}


.result-card__footer {
  background-color: #444444;
  height: 27px;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: -16px;
}

.result-card__foter-name {
  /* padding: 0; */
  text-align: center;
  position: relative;
  top: 16px;
}

.result-card__avatar {
  /* max-height: 156px; */
  width: 100%;
  margin-bottom: 5px;
  position: inherit;
  display: block;
}

.fbWrapper {
  height: 20px;
  display: inline-block;
  /* margin-top: 8px; */
  /* margin-left: 10px; */
  /* margin-right: 10px; */
}
.hidden {
  display: none;
}
.flexRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.noBreak {
  white-space: nowrap;
}
.top-links {
  justify-content: space-around;
}
.fbWrapper {
  /* margin-right: 5px; */
}

.search-button-append {
  background: #96d9e8;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 3px;
  color: #ffffff;
}

/*Layout*/
/* .container {
  max-width: 1440px;
  background: white;
  min-height: 90vh;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
 */

.kkd_container {
  display: none;
}
.kkd_container.sucsess {
  display: flex;
  padding: 0 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1050px;
  margin: 0 auto;
}

.container.modalOpened {
  overflow: hidden;
}


.social-wrapper {
  float: left;
}
.facebook-share-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/facebook.svg) no-repeat;
  background-size: contain;
}
.twitter-share-button {
  display: inline-block;
  background: url(../images/twitter.svg) no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  /* margin-top: 8px; */
}

.infografic {
  /* background: url(../images/infografic_small.svg) no-repeat; */
  /* background-size: contain; */
  /* height: 100%; */
  /* width: 100%; */
  /* min-height: 138px; */
  /* margin-bottom: 20px; */
}

.infografic > img {
  width: 100%;
  /* min-height: 76px; */
}

.fb-link,
.twitter-share-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/fb.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.twitter-share-button {
  background: url(../images/twitter-icon.png) no-repeat;
  background-size: contain;
  border-radius: 2px;
}

.experimental {
  display: none;
  position: relative;
  height: 50px;
}
.experimental.sucsess {
  display: block;
}
#navbar {
  display: inline-block;
  transition: left 0.5s;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
}
#navbar.mobile-opened {
  left: 0;
}
#top-nav {
  position: absolute;
  padding: 10px;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#left-nav {
  /*position: absolute;*/
  margin-top: 70px;
  left: 0;
  width: 190px;
  height: 500px;
  display: inline-block;
}
#cards_list {
  /*border-top: 1px solid gray ;*/
  /* max-height: 85vh; */
  /* margin: 90px auto 0 auto; */
  /* display: inline-block; */
  /* overflow-y: auto; */
  /* width: calc(100% - 160px); */
  /* max-width: 650px; */
  /* min-width: 251px; */
  /* min-height: 800px; */
  /* position: relative; */
}

.hack-i {
  width: 30px;
  height: 30px;
}
/* .mobile_panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
 {
  display: none;
  padding: 0 5px;
  margin-bottom: 5px;
}
.sidebarBtn {
  display: none;
}

.mobile_panel .result {
  display: inline-block;
  padding: 2px;
  border: 3px;
}
#main-footer {
  background-color: #262625;
  color: #ffffff;
  padding: 10px 25px;
  display: flex;
}
.logo.inFooter {
  width: 110px;
}
*/
.footer {
  background-color: #444444;
  color: #ffffff;
  padding-top: 20px;
}

.footer__text {
  font-weight: 900;
}

@media (min-width: 768px) {
  .footer__text {
    text-align: right;
  }
}


.voxAbout {
  max-width: 25%;
  padding-right: 15px;
}
.columnsInfo {
  column-count: 2;
  max-width: calc(75% - 125px);
  align-self: flex-start;
}

@media (max-width: 960px) {
  .statisticWrapper.top,
  .top .statistic {
    display: block !important;
  }
  .statisticWrapper.side,
  .side .statistic {
    display: none;
  }
}
@media (max-width: 768px) {
  .fixed-nav-bar {
    /* height: 45px; */
  }
  #left-nav {
    width: 137px;
    margin-top: 75px;
  }
  #top-nav {
    margin-left: 0;
  }
  #cards_list {
    /* max-width: calc(100% - 137px); */
  }
  #navbar {
    font-size: 12px;
  }
}
@media (max-width: 525px) {
  #top-nav {
    position: static;
    height: auto;
  }
  .sorting .sortItem {
    display: block;
  }
  .sorting .sortItem:before {
    content: "" !important;
  }
  #left-nav {
    margin-top: 10px;
  }
  /* .mobile_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
  } */
  .statisticWrapper.top {
    width: 100%;
    max-width: 600px !important;
    margin-top: 15px;
  }
  .sidebarBtn {
    display: block;
  }
  #navbar {
    position: fixed;
    height: 100vh;
    width: 130px;
    left: -133px;
    top: 0;
    z-index: 10;
    background: white;
    border-right: 2px solid #00aeff;
    overflow-y: auto;
  }
  #cards_list {
    /* margin-top: 0; */
    /* max-width: 100%; */
    /* width: 100%; */
  }
  .sorting .labels {
    display: block !important;
  }
  .bulletList {
    display: none;
  }
  .statistic,
  .statisticWrapper {
    display: none;
  }
  .logo.inFooter {
    /* display: none; */
  }
  .columnsInfo {
    column-count: 1;
    max-width: 100%;
  }
  .voxAbout {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
/*  -------------   NavBars -----------------*/
.sorting {
  white-space: nowrap;
}

.sorting .sortItem:not(:nth-child(7n + 1)):before {
  content: " | ";
  color: #00aeff;
}
.sorting .sortItem.break:before {
  display: block;
  content: "" !important;
}
.sorting .sortItem {
  color: #00aeff;
  cursor: pointer;
  display: inline;
}
.sortItem span {
  padding: 2px;
}
.sorting .active span,
.sorting span:hover {
  color: #fff000;
  background-color: rgba(0,0,0,0.8);
}
.sorting span:hover {
  opacity: 0.9;
}
.sorting .sortItem.active:after {
  content: " ";
}
.sorting .active.des span:after {
  content: "↑";
}
.sorting .active span:after {
  content: "↓";
}
.sorting .labels,
.sorting .links {
  display: inline-block;
  min-width: 75px;
}
#left-nav .inputWrapper {
  width: 90%;
}

.filters-block {
  background: #ffffff;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 2em;
}

.filters__count {
  color: #cac9c9;
  /* color: black; */
}

.selected .filters__count {
  color: #eddd;
}

.filters-block__header {
  /* padding-left: 1.25em; */
  padding-bottom: 0.5rem;
}

.filters-block__header-text {
  /* padding-left: 1.25em; */
  font-weight: 900;
  padding-top: 0.1rem;
}

.filters {
  margin: 0;
  padding: 0;
  padding-left: 0.25rem;
  list-style: none;
  right: 0;
  left: 0;
  height: 100%;
}

.filters .candidate {
  font-weight: 900;
}

.filters__form-check {
  /* padding-top: 0.2rem; */
}

.filters__check-label {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
}

.filters li {
  /* height: 25px; */
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 3px solid transparent;
  color: #444444;
  display: flex;
  /* align-items: center; */
  margin-bottom: 0.3em;
  padding-bottom: 0.2em;
  padding-left: 0.25rem;
  padding-top: 0.1rem;
  cursor: pointer;
  /* height: 1.3em; */
}
.filters li.all,
.filters li.out,
.filters li.males,
.filters li.old {
  /* margin-bottom: 20px; */
}
.filters li span {
  /* color: inherit; */
  /* margin: 3px; */
  /* padding: 3px 7px; */
  /* cursor: pointer; */
  /* width: 100%; */
}

.filters li:hover {
  color: white;
  background-color: #808080 !important;
  font-weight: bold;
  opacity: 0.8;
}
/*.filters li.bpp:hover {*/
/*  background: #ca124a !important;*/
/*}*/
/*.filters li.som:hover {*/
/*  background: #37a94a !important;*/
/*}*/
/*.filters li.nf:hover {*/
/*  background: #ffd151 !important;*/
/*}*/
/*.filters li.vidro:hover {*/
/*  background: #4d7ea8 !important;*/
/*}*/
/*.filters li.opo:hover {*/
/*  background: #1c5f88 !important;*/
/*}*/
/*.filters li.but:hover {*/
/*  background: #e8404b !important;*/
/*}*/
/*.filters li.rp:hover {*/
/*  background: #e481a0 !important;*/
/*}*/
/*.filters li.volia:hover {*/
/*  background: #56cbf9 !important;*/
/*}*/
/*.filters li.nofr:hover {*/
/*  background: #90a4ae !important;*/
/*}*/
.filters li.selected {
  color: white;
  background-color: #808080;
  /* font-weight: bold; */
}

.sort-block {
  margin-bottom: 2em;
}

.sort-block__header {
  font-weight: 900;
}

.sort-block__type {
  background: #ffffff;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding-top: 1em;
  padding-bottom: 1.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.sort-block__order-button {
  color: #e5e5e5;
  font-size: 28px;
}

.sort-block__order-button--active {
  font-size: 28px;
  color: #96d9e8;
}

.sort-block__button {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  /* font-weight: 600; */
  padding: 0.25rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.sort-block__button-empty {
  /* color: #96d9e8; */
  /* border-color: #96d9e8; */
  /* display: none; */
  visibility: hidden;
}

.sort-block__button-reform {
  color: #96d9e8;
  border-color: #96d9e8;
}

.sort-block__button-reform--active,
.sort-block__button-reform:hover {
  color: #ffffff;
  background-color: #96d9e8;
  border-color: #96d9e8;
}

.sort-block__button-demographics {
  border-color: #fff67b;
}

.sort-block__button-demographics--active,
.sort-block__button-demographics:hover {
  color: #000000;
  background-color: #fff67b;
  border-color: #fff67b;
}

/*------------ List ------------- */
.item-list,
.bulletList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}

.item {
  display: inline-block;
  margin: 0 5px 10px 5px;
  width: 120px;
  height: 180px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.item:hover:before {
  content: "Докладніше...";
  position: absolute;
  display: inline-block;
  font-weight: bold;
  background-color: #d3335b;
  color: white;
  padding: 2px;
  z-index: 9000;
  top: 120px;
  width: 100%;
  text-align: center;
  left: 0;
}
.inlist_name {
  padding: 5px;
}
.inlist_icon {
  height: 140px;
  box-shadow: 5px 5px gray;
  position: relative;
  background-size: cover;
  background: gray;
}
.icon_info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: rgba(0,0,0,0.55);
  color: yellow;
  padding: 3px;
  height: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.postfix {
  font-size: 8px;
}
.inlisticoninfo_name {
  display: none;
  color: white;
}
.hover-info {
  display: none;
  background: rgba(0,0,0,0.7);
  color: white;
  width: 110px;
  max-width: 98%;
  height: 130px;
  position: absolute;
  padding: 5px;
  font-size: 12px;
  line-height: 1.43;
}
.item:hover .hover-info {
  display: block;
}
.bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  margin: 1px;
}
.bulletList {
  width: 50px;
  height: 0;
  margin-top: 50px;
  transform: rotate(-90deg);
}
/* .vox-description {
  /* padding: 15px 15px 0; */
/* max-width: 1444px;
  margin: 0 auto;
  text-align: center;
}
.vox-description p { */
/* max-width: 600px; */
/* margin: auto 48px;
  text-align: center;
} */

.header {
  font-family: MuseoSansCyrl;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #4d4d4d;
  padding-top: 14px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .header {
    text-align: right;
  }
}

.header__main {
  font-weight: 900;
  /* text-align: right; */
}

.header__secondary {
  /* text-align: right; */
}

@media (min-width: 992px) {
  .header__main {
    /* text-align: right; */
  }

  .header__secondary {
    /* text-align: right; */
  }
}



/* .vox-description .updated {
  text-align: center;
  color: #acacac;
  font-size: 0.8em;
}
 */
.methodology-block {
  background-color: #e0e0e0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
}
/* .statistic {
  color: white;
  padding: 10px;
  font-size: 12px;
  background-color: grey;
  /*position: absolute;*/
/*left: 0;*/
/*bottom: 0px;*/
/* }
.statisticWrapper.top {
  display: none;
  color: white;
  text-align: center;
  padding-top: 10px;
  max-width: 290px;
}
.statisticWrapper.side {
  flex-basis: 120px;
  flex-grow: 1;
  margin-left: 10px;
  max-width: 200px;
  margin-top: 70px;
}
.top .statistic {
  background-color: inherit;
  column-count: 2;
  text-align: left;
}
.statistic.nf,
.statisticWrapper.nf {
  color: #333333;
}
.statistic span {
  font-weight: bold;
  white-space: nowrap;
}
.statistic h4 {
  margin: 0;
} */
@media (min-width: 768px) {
  .item {
    max-width: 18%;
  }
}
@media (max-width: 768px) and (min-width: 320px) {
  .item {
    width: 90px;
    height: 105px;
    font-size: 12px;
  }
  .hover-info {
    width: 80px;
    max-width: 90%;
    height: 95px;
    font-size: 9px;
    line-height: 1.5;
  }
  .item:hover:before {
    bottom: 0;
    top: inherit;
  }
  .inlist_icon {
    height: 105px;
    background-size: cover;
  }
  .inlist_name {
    display: none;
  }
  .icon_info {
    width: 84px;
    max-width: 94%;
    padding: 0 3px;
  }
  .inlisticoninfo_name {
    display: inline-block;
    margin-left: 5px;
  }
  .bulletList {
    display: none;
  }
}
@media (min-width: 630px) and (max-width: 680px) {
  .item {
    max-width: 17%;
  }
}
/* ----------- ANIMATIONS -------------------*/
.cards-move {
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
.result-col {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}

.cards-enter-active,
.cards-leave-active {
  opacity: 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

[v-cloak] {
  display: none;
  opacity: 0;
}


@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
}

.share-or-contact-container img {
  width: 30px;
  height: 30px;
}