* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Gotham,sans-serif
}
a {
  text-decoration: none;
  color: #000
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}
ul {
  list-style-type: none
}
.new-video__wrapper {
  max-width: calc(1170px + 30px);
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative
}
.new-video__wrapper {
  padding-top: 74px;
  padding-bottom: 43px
}
.new-video__sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-left: -135px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.new-video__video {
  max-width: 1051px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.new-video__video video {
  width: 100%
}
.new-video__play {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  width: 100%;
  height: 100%
}
.new-video__play img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: auto;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%
}
.new-video__play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2
}
.new-video__play:hover img {
  -webkit-transform: translate(-50%,-50%) scale(1.1);
  -ms-transform: translate(-50%,-50%) scale(1.1);
  transform: translate(-50%,-50%) scale(1.1)
}
.new-video__lines {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.new-video__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%
}
.new-video__ul li {
  width: 146px;
  position: relative
}
.new-video__ul li:after {
  content: '';
  background: #fdd835;
  height: 44px;
  width: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: auto
}
.new-video__ul li:nth-child(2n):after {
  right: auto;
  left: 0
}
.new-video__ul h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #000
}
.new-video__ul p {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 116px;
  text-align: center
}
.new-video h2 {
  border-left: 4px solid #fdd835;
  padding-left: 35px;
  margin-left: -4px;
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: #000;
  max-width: 894px
}
.new-video__line {
  height: 100%;
  width: 1px;
  background: rgba(0,0,0,.05)
}
@media screen and (max-width:1150px) {
  .new-video__ul li {
    width: 135px
  }
}
@media screen and (max-width:1100px) {
  .new-video__sides {
    display: block;
    margin-left: 0
  }
  .new-video__ul li {
    margin: 20px auto;
    display: block
  }
  .new-video__line:nth-child(4n) {
    display: none
  }
}
@media screen and (max-width:768px) {
  .new-video__video iframe {
    height: 300px
  }
  .new-video__wrapper {
    padding-top: 20px;
    padding-bottom: 20px
  }
  .new-video h2 {
    font-size: 30px;
    line-height: normal
  }
  .new-video__play img {
    width: 70px
  }
}
@media screen and (max-width:576px) {
  .new-video__video iframe {
    height: 200px
  }
  .new-video__line:nth-child(2n) {
    display: none
  }
  .new-video h2 {
    font-size: 22px;
    margin-left: 0
  }
  .new-video__sides {
    margin-top: 15px
  }
}