.camera-section {
  position: relative;
  padding-top: 53px;
  font-size: 1.8rem; }

@media (min-width: 60em) {
  .camera-section {
    padding-top: 40px;
    font-size: 2.0rem; } }

.camera-section [class*=h] {
  color: inherit !important; }

.camera-section span {
  display: inline-block; }

.camera-section .desc {
  display: block;
  color: inherit !important;
  font-size: 1.4rem;
  text-align: left;
  opacity: 0.7; }

.camera-section .desc.copy {
  text-align: right;
  margin: 1rem 0; }

@media (max-width: 59.99em) {
  .camera-section .desc {
    font-size: 1.2rem; } }

.camera-section .thumb .caption {
  text-align: right;
  margin-top: 0.5rem;
  color: inherit !important;
  font-size: 1.2rem;
  opacity: 0.7; }

@media (min-width: 60em) {
  .camera-section .thumb .caption {
    margin-top: 1rem;
    font-size: 1.4rem; } }

.camera-section .swiper-pagination {
  text-align: center; }

.camera-section .swiper-pagination-bullet {
  border: 0 !important;
  padding-top: 3px !important;
  height: auto !important;
  background: #fff; }

.camera-section .swiper-pagination-bullet:hover, .camera-section .swiper-pagination-bullet:focus {
  background: rgba(255, 255, 255, 0.5) !important; }

.camera-section .swiper-pagination-bullet-active, .camera-section .swiper-pagination-bullet-active:hover, .camera-section .swiper-pagination-bullet-active:focus {
  background: #000; }

.camera-section .swiper-button-prev::before, .camera-section .swiper-button-next::before {
  color: inherit !important;
  font-size: 3rem;
  font-weight: bold; }

@media (min-width: 45em) {
  .camera-section .swiper-button-prev::before, .camera-section .swiper-button-next::before {
    font-size: 5rem; } }

.hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000; }

@media (min-width: 60em) {
  .hero-section {
    height: calc(100vh - 140px); } }

.hero-section .swiper-slide {
  position: relative; }

.hero-section .swiper-pagination {
  position: absolute;
  z-index: 5;
  bottom: 5%; }

.hero-section .swiper-notification {
  display: none; }

.hero-section__slider {
  height: 100%; }

.hero-section__slider img {
  width: 100%; }

@media (min-width: 60em) {
  .hero-section__slider {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .hero-section__slider img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

.hero-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%; }

.hero-section__item .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%; }

.hero-section__cont {
  position: absolute;
  z-index: 2; }

@media (max-width: 59.99em) {
  .hero-section__cont {
    left: 50%;
    top: 90%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media (min-width: 60em) {
  .hero-section__cont {
    left: 17%;
    right: 53%;
    top: 44%; } }

.cont__section {
  position: relative;
  padding: 5rem 0; }

.cont__section .flexible-obj {
  z-index: 3; }

.cont__section .cont-head {
  text-align: center;
  margin-bottom: 3rem; }

.cont__section .cont-head .img {
  max-width: 18rem; }

@media (min-width: 60em) {
  .cont__section {
    padding: 8rem 0; }
  .cont__section .cont-head {
    margin-bottom: 5rem; } }

@media (min-width: 75em) {
  .cont__section {
    padding: 10rem 0; } }

.dark-section {
  position: relative;
  text-align: center;
  background-color: #0a0a0a;
  color: #fff; }

.reverse__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  text-align: left; }

.reverse__item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.reverse__item .figure.pl15 {
  padding-left: 15%; }

@media (min-width: 60em) {
  .reverse__item {
    gap: 5rem; }
  .reverse__item .video,
  .reverse__item .thumb,
  .reverse__item .cont {
    width: 50%; }
  .reverse__item .rotate {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5; }
  .reverse__item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem; }
  .reverse__item .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .reverse__item .item__flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .reverse__item .cont {
    padding-bottom: 2.5%; }
  .reverse__item--reverse .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .reverse__item--reverse .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

.film__slider {
  position: relative;
  max-width: 821px;
  margin-left: auto;
  margin-right: auto; }

.film__slider .film__item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem; }

.film__slider .film__item .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem; }

.film__slider .film__item .cont-thumb {
  width: 120px; }

.film__slider .film__item .cont-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left; }

.film__slider .swiper-slide .cont {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

.film__slider .swiper-slide.swiper-slide-active .cont {
  opacity: 1; }

.film__slider .swiper-button-prev, .film__slider .swiper-button-next {
  width: 38px;
  height: 38px;
  line-height: 34px;
  background-color: rgba(255, 255, 255, 0.1); }

.film__slider .swiper-button-prev::before, .film__slider .swiper-button-next::before {
  font-size: 1.8rem; }

.film__slider .swiper-button-prev {
  left: 0; }

.film__slider .swiper-button-next {
  right: 0; }
