.movie-page .wrapper {
  padding-top: 40px;
}

.movie-page .title_box {
  background: -webkit-linear-gradient(#3477AC, #4295D5);
  background: -moz-linear-gradient(#3477AC, #4295D5);
  background: -o-linear-gradient(#3477AC, #4295D5);
  -pie-background: -pie-linear-gradient(#3477AC, #4295D5);
  background: linear-gradient(#3477AC, #4295D5);
}

.movie-page .title_box h2 {
  color: #fff;
  text-align: left;
}

.movie-page .main_content__wrapper {
  margin-bottom: 30px;
}

.movie-page .section_menu {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px 1px;
}

@media screen and (max-width: 640px) {
  .movie-page .section_menu {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: -15px;
  }
}

.movie-page .section_menu a:hover {
  text-decoration: none;
}

.movie-page .section_menu__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 27px 0;
  padding-right: 27px;
  padding-left: 27px;
  margin-left: -1px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  color: #333;
}

@media screen and (max-width: 640px) {
  .movie-page .section_menu__item {
    padding: 5px 10px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    width: 100%;
  }
}

.movie-page .section_menu__item p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  color: #333 !important;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .movie-page .section_menu__item p {
    margin-bottom: 8px;
  }
}

.movie-page .section_menu__item .arrow {
  justify-self: flex-end;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #00a4c2;
}

.movie-page .subtitle {
  font-weight: normal;
  font-size: 27.5px;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.4 !important;
  background: url(../img/subtitle_bg.png) no-repeat left 2px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .movie-page .subtitle {
    font-size: 22px;
  }
}

.movie-page .recommended_equipment__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movie-page .recommended_equipment__item {
  width: 405px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .movie-page .recommended_equipment__item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.movie-page .recommended_equipment__item figure {
  box-sizing: border-box;
  padding: 10px;
  border: solid 1px #d1d4d6;
  border-radius: 4px;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  background: #F7F7F7;
}

@media screen and (max-width: 640px) {
  .movie-page .recommended_movie__wrapper {
    width: 100%;
    padding-bottom: 59.53%;
    height: 0px;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .movie-page .recommended_movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.movie-page .recommended_equipment__text {
  margin-top: 16px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.movie-page .contact_text {
  text-align: left;
}