.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.div_gorisontal_scroll {
  display: inline-flex;
}

.padding_mobile {
  min-height: 660px;
}


.card_video[disabled] > div:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
}
.card_video[disabled]{
  filter: grayscale(100%);
}

@media (min-width: 360px) {
  .descr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 768px) {
  .descr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 360px) {
  .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 768px) {
  .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}


@media (min-width: 360px) {
  .objects_height {
    height: 360px;
  }
}

@media (min-width: 768px) {
  .objects_height {
    height: 380px;
  }
}

@media (min-width: 360px) {
  .banner {
    height: 320px;
  }
}

@media (min-width: 768px) {
  .banner {
    height: 460px;
  }
}

@media (min-width: 360px) {
  .category {
    height: 230px;
  }
}

@media (min-width: 768px) {
  .category {
    height: 330px;
  }
}

@media (min-width: 360px) {
  .card_descr {
    height: 50px;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .card_descr {
    height: 55px;
    font-size: 16px;
  }
}

@media (min-width: 360px) {
  .padding_mobile {
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .padding_mobile {
    padding-bottom: 0;
  }
}

@media (min-width: 300px) {
  .title_bg {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .title_bg {
    font-size: 16px;
  }
}