.slots {
  background: url("../../../images/main/pattern.jpg") repeat top left;
  padding-top: 24px;
  position: relative;
}

.slots__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.slots__item {
  margin: 0 14px 18px;
}

.slots__item-link {
  background-color: #222;
  display: block;
  border-radius: 5px;
  border: 2px solid #4b4c39;
  width: 162px;
  height: 162px;
  overflow: hidden;
}

.content .slots {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  /*height: 429px;*/
  /*overflow-y: scroll;*/
  /*padding-top: 9px;*/
  /*padding-left: 6px;*/
  /*box-sizing: border-box;*/
}

.content .slots__item {
  margin: 0 10px 12px;
}

@media screen and (max-width: 1024px) {
  .slots {
    padding-top: 10px;
    padding-bottom: 26px;
  }
  .slots__item {
    margin: 0 5px 10px;
  }
  .slots__item-link {
    width: 92px;
    height: 92px;
  }
  .slots::before {
    content: none;
  }
  .slots::after {
    content: none;
  }
  .content .slots {
    height: 100%;
    padding-left: 0;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    overflow-y: auto;
  }
  .content .slots__item {
    margin: 0 5px 10px;
  }
}