.card.select-type {
  height: 250px;
  width: 170px;
  box-shadow: 1px 1px;
  cursor: pointer;
  color: #000000;
}

.card.socobes {
  height: 180px;
  width: 330px;
  box-shadow: 1px 1px;
  cursor: pointer;
  color: #000000;
}

.link.socobes {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 5px;
}

.img.socobes {
  width: 70px;
}

.paragraph.socobes {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

tbody rtr:hover {
  background: #5aa3e7;
  color: #ffffff;
  cursor: pointer;
  /*font-size: 1.2rem;*/
  /*font-weight: bold;*/
  /*line-height: 1.1rem;*/
}

.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px*7));
  }
}

.slider .slide-track {
  animation: scroll 70s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider:before {
  left: 0;
  top: 0;
}

.blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.index-page {
  width: 400px;
  margin-bottom: 4px;
}

.box-shadow.afisha {
  height: 400px;
}

