h2 {
  text-align: center;
  font-weight: 300;
}

div.block {
    color: #BD000D;
    height: 5px;
    width: 3em;
    border-style: none;
    background-color: #BD000D;
    margin-top: 0;
    margin-bottom: 10px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 30px; */
  height: 0;
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}
.video_process {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*products*/

.products {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.products a {
  display: block;
}

.products-column-1 {
  -webkit-flex: 948px 0 1;
  flex: 948px 0 1;
  padding-right: 11px;
}

.products-column-2 {
  -webkit-flex: 275px 0 1;
  flex: 275px 0 1;
  padding-left: 11px;
}

/*products end*/

/*patterns*/

.pattern1 {
  margin-top: 4em;
  height: 127px;
  background-image: url(kalugatransmash-pattern1.jpg);
  background-size: contain;
  max-height: 20vh;
}

.pattern2 {
  margin-top: 4em;
  height: 184px;
  background-image: url(kalugatransmash-pattern2.jpg);
  background-size: contain;
  max-height: 20vh;
}

.pattern3 {
  margin-top: 4em;
  height: 191px;
  background-image: url(kalugatransmash-pattern3.jpg);
  background-size: contain;
  max-height: 20vh;
}

.pattern4 {
  margin-top: 4em;
  height: 403px;
  max-height: 55vh;
  background-image: url(kalugatransmash-pattern4.jpg);
  background-size: contain;
}

/*patterns end*/

/*cover*/

.main-cover__light {
  padding-top: 62.5%;
  background: url(kalugatransmash-cover_light-on.jpg) center / cover no-repeat;
  transition: 1000ms ease-out opacity;
  opacity: 0;
}

@media(max-width: 980px) {
  .main-cover__light {
    height: 600px;
    padding: 0;
  }
}

/*cover end*/

/*slowmo*/

/*.slowmo {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.slowmo_button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100px;
    height: 100px;
    background: url(play-button.png);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.slowmo_button:hover {
    background: url(play-button-hover.png);
}

.slowmo video::-webkit-media-controls {
    display:none !important;
}*/

/*slowmo end*/

/*index video*/

.index-video {
  position: relative;
  width: calc(100% - 44px);
  margin-left: auto;
  margin-right: auto;
}

.index-video__intro,
.index-video__loop {
  position: absolute;
  top: 8.2%;
  left: 2.5%;
  width: 95%;
  max-width: 100%;
  height: auto;
  transition: .1s opacity linear;
}

/*index video end*/