.SelectSets label, .SelectSets2 label  {
  margin: 0 15px;
  transition: 0.35s;
}

.SelectSets img, .SelectSets2 img {
  margin: 0 auto;
  display: block;
  text-align: center;
  transition: 0.35s;
  padding: 15px 0 50px 0;
}

.SelectSets img:hover, .SelectSets2 img:hover {
  cursor: pointer;
  transform: scale(0.96);
}

.SelectSets {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  justify-content: center;
  width: 950px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.SelectSets2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  justify-content: center;
  width: 950px;
  margin: 0 auto;
  position: relative;
}

.SelectSets2 .SelectSets2__ramka {
  position: absolute;
  display: none;
  top: 1px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
}


.SelectSets2__nogrid {
  display: block !important;
  text-align: center;
}



.SelectSets2 p {
  color: #fff;
}

.invisible {
  opacity: 0;
}

input:checked + img {
  /*
  box-shadow: 0 0 0 2px #FFF;
  border-radius: 8px;
   */

}

.SelectSets__paragraph {
  text-align: center;
}

@media screen and (max-width: 999px) {

  .SelectSets, .SelectSets2 {
      width: 90%;
      display: block;
  }

  .SelectSets img, .SelectSets2 img {
      width: 90%;
  }

}