.glossay-s {
  padding: 40px 0;
}
.glossay-s:before, .glossay-s:after {
  display: none;
}
.glossay-s input {
  height: 50px;
}

.gl__filter {
  background-color: var(--light);
}
.gl__filter .active {
  background-color: #5694ff !important;
}

.gl__filter__btn {
  min-width: 35px;
  height: 30px;
}
.gl__filter__btn:hover {
  background: var(--primary-hover);
}

.sitemap-c p {
  position: relative;
}
.sitemap-c p svg {
  position: absolute;
  top: 4px;
  right: 0;
}
.sitemap-c a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-color);
  padding-right: 15px;
  line-height: 20px;
}

.js-append-sitemap-casino > .gl__items {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.gl__items .col-u-sm-4 {
  padding-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}