body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 138.5%;
  letter-spacing: 0.08em;
  color: #616161;
}

/* Utility */

.none {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  margin-left: -10000px;
  background: transparent;
  font-size: 0;
}

/* Grid */

[class*="__container"] {
  max-width: 1087px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Pc */

@media (max-width: 1087px) {
  [class*="__container"] {
    max-width: 970px;
  }
}

/* Tablet */

@media (max-width: 991.98px) {
  [class*="__container"] {
    max-width: 750px;
  }
}

/* Mobile */

@media (max-width: 767.98px) {
  [class*="__container"] {
    max-width: none;
  }
}

/* Mobile small */

@media (max-width: 479.98px) {

}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main {
  flex: 1 1 auto;
}

.no-scroll {
  overflow: hidden;
}