.top-black-block-wrapper {
  background-color: #282828;
  position: relative;
  background-image: url("/local/templates/universesite_s1/images/bg-figure/company_and_video/gray-bg-figure.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.top-black-block-wrapper .yellow-figure {
  position: absolute;
  top: 0;
  right: 250px;
}


.top-black-block-wrapper {
  padding: 222px 0;
  margin-bottom: 120px;
}

.top-black-block-content {
  gap: 50px;
}

.black-block-text {
  margin-left: 30px;
}

.black-block-text span {
  color: #FFAA00;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
}

.black-block-text span::before {
  content: "";
  display: block;
  border: 3px solid #FFAA00;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: -24px;
  position: absolute;
}

.black-block-text p {
  color: #FFF;
  font-size: 22px;
}


.video-gallery-list .video-gallery-list-item {
  position: relative;
  display: inline-block;
  padding-bottom: 19%;
  width: 33.33333%;
  height: 0;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  transition: 300ms linear;
}

.video-gallery-list-header {
  display: block;
  padding: 20px 5px;
}

.video-gallery-list-header .video-gallery-list-header-h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

.video-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.video-tabs-wrapper {
  position: relative;
  border-radius: 50px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.video-tabs-wrapper .video-tabs-background {
  position: absolute;
  left: 0;
  border-radius: 50px;
  background: #FA0;
  width: 67%;
  height: 100%;
  transition: all .3s ease;
}

.video-tabs ul {
  overflow: hidden;
}

.video-tabs li:nth-child(2)[data-active="true"]~.video-tabs-background {
  right: 0;
  left: 67%;
}

.video-tabs li {
  position: relative;
  z-index: 1;
  border: none !important;
}

.video-tabs li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #626262;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 45px !important;
  transition: color .3s ease-out;
}

.video-tabs li[data-active="true"] a {
  color: #282828;
}

.video-gallery-list-item-first-big:hover .video-gallery-list-item-wrapper {
  filter: grayscale(1);
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-wrapper,
.video-gallery-list .video-gallery-list-item .video-gallery-list-item-wrapper {
  height: 245px;
  background-size: /*110% 140%;*/ 120%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 134px;
  cursor: pointer;
  transition: filter .2s;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-wrapper-dark,
.video-gallery-list .video-gallery-list-item .video-gallery-list-item-wrapper-dark {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  transition: 300ms linear;
  border-radius: 134px;
  cursor: pointer;
}

.video-gallery-list .video-gallery-list-item-first-big:hover .video-gallery-list-item-wrapper-dark,
.video-gallery-list .video-gallery-list-item:hover .video-gallery-list-item-wrapper-dark {
  opacity: 0.5;
  transition: 300ms linear;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-icon,
.video-gallery-list .video-gallery-list-item .video-gallery-list-item-icon {
  position: absolute;
  left: calc(50% - 43px);
  top: calc(50% - 43px);
  font-size: 30px;
  color: #FFF;
  background-color: #FFAA00;
  height: 86px;
  width: 86px;
  border-radius: 1000px;
  display: flex;
  transition: 300ms linear;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-icon i,
.video-gallery-list .video-gallery-list-item .video-gallery-list-item-icon i {
  margin-left: 6px;
}

.video-gallery-list .video-gallery-list-item-first-big {
  width: 32%;
  margin-bottom: 70px;
}

.video-gallery-list .video-wrapper {
  position: relative;
}

.video-gallery-list-item-first-big:hover .video-gallery-list-item-icon {
  color: #000;
  background-color: #FFF;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-name,
.video-gallery-list .video-gallery-list-item .video-gallery-list-item-name {
  font-size: 22px;
  line-height: normal;
  overflow: hidden;
  color: #282828;
  font-weight: 600;
  cursor: pointer;
  margin-top: 40px;
}

.video-gallery-list .video-gallery-list-item-first-big:hover .video-gallery-list-item-name,
.video-gallery-list .video-gallery-list-item:hover .video-gallery-list-item-name {
  opacity: 1;
  transition: 300ms linear;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-preview,
.video-gallery-list .video-gallery-list-item .video-gallery-list-item-preview {
  font-size: 16px;
  color: #626262;
  margin-top: 13px;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-file {
  margin-top: 33px;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-file a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #282828;
  width: fit-content;
  transition: color .2s;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-file a path {
  transition: stroke .2s;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-file a:hover {
  color: #FFAA00;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-file a span {
  margin-right: 10px;
}

.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-file a:hover path {
  stroke: #FFAA00;
}

.video-gallery-list .video-gallery-list-item-first-big:hover .video-gallery-list-item-icon,
.video-gallery-list .video-gallery-list-item:hover .video-gallery-list-item-icon {
  transition: 300ms linear;
  opacity: 1;
}

.video-gallery-list .video-gallery-list-item img {
  width: 100%;

}

.video-gallery-list .video-gallery-list-item-first-big iframe,
.video-gallery-list .video-gallery-list-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper-link {
  text-decoration: none !important;
}
@media all and (max-width: 1000px) {
  .video-gallery-list .video-gallery-list-item-first-big {
    width: 45%;
  }
}

@media (max-width: 990px) {
  .video-gallery-list .video-gallery-list-item {
    padding-bottom: 38%;
  }

  .video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-name,
  .video-gallery-list .video-gallery-list-item .video-gallery-list-item-name {
    font-size: 14px;
    max-height: 80px;
  }

  .video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-icon,
  .video-gallery-list .video-gallery-list-item .video-gallery-list-item-icon {
    font-size: 35px;
    line-height: 35px;
  }
}

.video-tab-text {
  margin-bottom: 35px;
  color: #626262;
}

@media (max-width: 660px) {

  .top-black-block-wrapper {
    padding: 70px 0;
    margin-bottom: 100px;
  }

  .black-block-text span,
  .black-block-text p {
    font-size: 16px;
    margin: 0;
  }

  .top-black-block-wrapper .yellow-figure {
    display: none;
  }

  .video-gallery-list .video-gallery-list-item-first-big {
    width: 100%;
  }

  .video-tabs {
    margin-bottom: 40px;
  }

  .video-tabs li a {
    padding: 10px 20px !important;
  }

  .video-tabs-wrapper .video-tabs-background {
    width: 70%;
  }

  .video-tabs li:nth-child(2)[data-active="true"]~.video-tabs-background {
    left: 70%;
  }
}

@media (max-width: 500px) {

  .video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-icon,
  .video-gallery-list .video-gallery-list-item .video-gallery-list-item-icon {
    font-size: 25px;
  }

  .video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-wrapper,
  .video-gallery-list .video-gallery-list-item .video-gallery-list-item-wrapper {
    height: 200px;
    border-radius: 60px;
  }

  .video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-name,
  .video-gallery-list .video-gallery-list-item .video-gallery-list-item-name {
    margin-top: 15px;
  }

  .video-gallery-list .video-gallery-list-item-first-big {
    margin-bottom: 0px;
  }

  .video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-file {
    margin-top: 10px;
  }

  .video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-icon,
  .video-gallery-list .video-gallery-list-item .video-gallery-list-item-icon {
    height: 70px;
    width: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
  }

  .video-tabs-wrapper .video-tabs-background {
    width: 60%;
  }

  .video-tabs li:nth-child(2)[data-active="true"]~.video-tabs-background {
    left: 60%;
  }
}