.story .breadcrumbs {
  padding: 10px;
  height: 20vh;
  display: flex;
  flex-direction: row;
  z-index: 11;
  position: relative;
  max-height: 120px;
}

@media only screen and (max-width: 769px) {
  .story .breadcrumbs {
    order: 1;
  }
  .story .breadcrumbs .subtitle,
  .story .breadcrumbs .title {
    width: auto;
  }
}
.story .breadcrumbs h1 {
  font-size: inherit;
}

@media only screen and (max-width: 769px) {
  .story {
    padding-top: 45px;
  }
}
.story .story-left .mdm-content__desc {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.story .story-right .mdm-content__desc {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.story .story-right .mdm-content__holder .btn {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--f-main-regular);
  line-height: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.18);
  padding: 21px 36px 21px 27px;
  border: 1px solid #000;
  color: var(--btnSimpleText);
  background-color: var(--btnSimpleBg);
}
@media (hover: hover) {
  .story .story-right .mdm-content__holder .btn:hover {
    color: var(--btnSimpleTextHover) !important;
    background-color: var(--btnSimpleBgHover) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.story .story-right .mdm-content__holder .btn:active {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000;
  box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.18);
}
.story .story-right .mdm-content__holder .btn i {
  margin: 0;
}

@media only screen and (max-width: 769px) {
  .story-left {
    width: 100%;
  }
}
.story-left .story-intro:first-child {
  height: 100vh;
}

@media only screen and (max-width: 769px) {
  .story-left .story-intro:first-child {
    height: auto;
    order: 2;
  }
}
.story-left .split-inner {
  display: flex;
  flex-direction: column;
}

.story-left .mdm-bg__holder {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 769px) {
  .story-left .mdm-bg__holder {
    height: 100vw;
    position: relative;
    border-top: 0;
    padding-top: 6px;
    background-color: transparent !important;
    display: block;
    margin-bottom: 0;
  }
}
.story-left .mdm-bg__holder picture,
.story-left .mdm-bg__holder img {
  height: 100%;
  object-fit: cover;
}

.story-left .mdm-bg__holder.video {
  position: relative;
  overflow: hidden;
  min-width: 100vw;
  transform: translateX(-25%);
}

@media only screen and (max-width: 769px) {
  .story-left .mdm-bg__holder.video {
    transform: translate(0);
    height: auto;
    border-top: 0;
  }
}
.story-left .mdm-bg__holder.video video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  min-width: 100%;
  min-height: 56.25%;
}

@media only screen and (max-width: 769px) {
  .story-left .mdm-bg__holder.video video {
    position: static;
    min-height: 0;
    transform: none;
    display: block;
    height: 100vw;
    width: auto;
    margin-left: -38vw;
  }
}
@media only screen and (max-width: 769px) {
  .story-left .mdm-content__holder {
    display: none;
  }
}
.story-left .mdm-content__holder .btn {
  left: calc(50vw - 270px);
}

.story-left .mdm-content__desc {
  left: 15px;
  top: 15vh;
  max-width: 320px;
}

@media only screen and (max-width: 769px) {
  .story-left .mdm-content__desc {
    left: initial;
    right: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .story-right {
    display: none;
  }
}
.story-right .mdm-bg__holder picture,
.story-right .mdm-bg__holder img {
  object-position: right center;
  border: 1px solid #9e9e9e;
}

.story-right .story-intro {
  position: sticky;
  top: 0;
}

.story-intro {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 769px) {
  .story-intro {
    height: calc(50vh - 27px);
  }
}
.story-info {
  padding: 0 10px 0 var(--side-padding);
  background-color: #fff;
}

@media only screen and (max-width: 769px) {
  .story-info {
    order: 3;
  }
}
.story .background-black .story-info {
  background-color: black;
}

.story-content__item:first-child .heading {
  border-top: 0 !important;
}

.story-content__item:not(:last-child) {
  margin-bottom: 101px;
}

.story-content__text {
  display: flex;
  padding: 0;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  .story-content__text {
    flex-wrap: wrap;
  }
}
.story-content__text .heading {
  padding-top: 4px;
  width: calc(25% - 5px);
  font-weight: 700;
  font-family: var(--f-main-bold);
}

@media only screen and (max-width: 769px) {
  .story-content__text .heading {
    width: 100%;
    margin-bottom: 12px;
  }
}
.story-content__text .heading p {
  width: 95%;
}

.story-content__text .heading h2 {
  font-size: inherit;
}

.story-content__text .text {
  padding-top: 4px;
  width: calc(75% - 5px);
}

@media only screen and (max-width: 769px) {
  .story-content__text .text {
    width: 100%;
  }
}
.story-content__text.b-top .heading {
  border-top: 1px solid #9e9e9e;
}

.story-content__text.b-top .text {
  border-top: 1px solid #9e9e9e;
}

@media only screen and (max-width: 769px) {
  .story-content__text.b-top .text {
    border-top: none;
  }
}
.story-content__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.story-content__gallery .gallery-item {
  width: calc(50% - 5px);
}

@media only screen and (max-width: 769px) {
  .story-content__gallery .gallery-item {
    width: 100%;
  }
  .story-content__gallery .gallery-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.story-content__gallery .gallery-item .img-holder {
  font-size: 0;
  margin-bottom: 6px;
}

.story-content__gallery .gallery-item .img-holder picture,
.story-content__gallery .gallery-item .img-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.story-content__gallery .gallery-item .caption-holder {
  display: flex;
}

.story-content__gallery .gallery-item .caption-holder .img-idx {
  width: 25%;
}

.story-content__gallery .gallery-item .caption-holder .caption {
  width: 75%;
}

.story-content__gallery .gallery-item .caption-holder.show-idx .caption {
  width: 100%;
}

.story-content__image .img-holder {
  font-size: 0;
  margin-bottom: 6px;
}
.story-content__image .img-holder picture,
.story-content__image .img-holder img {
  width: 100%;
  object-fit: fill;
}

.story-content__image .caption-holder {
  padding: 0;
}

.story-content__image.ordinary .inner-holder {
  margin: 0;
}

.story-content__image.ordinary .inner-holder .caption-holder {
  max-width: 300px;
}

.story-content__image.full_width .inner-holder .img-holder,
.story-content__image.full_width .inner-holder .video-holder {
  font-size: 0;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
}

.story-content__image.full_width .inner-holder .img-holder img,
.story-content__image.full_width .inner-holder .img-holder picture,
.story-content__image.full_width .inner-holder .img-holder video,
.story-content__image.full_width .inner-holder .video-holder picture,
.story-content__image.full_width .inner-holder .video-holder img,
.story-content__image.full_width .inner-holder .video-holder video {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.story-content__image.full_width .caption-holder {
  max-width: 800px;
}

.story-content__image.full_width .caption-holder .caption {
  max-width: 360px;
}

.story-content__image.right_caption .inner-holder {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  .story-content__image.right_caption .inner-holder {
    flex-wrap: wrap;
  }
}
.story-content__image.right_caption .img-holder {
  width: calc(50% - 5px);
}

@media only screen and (max-width: 769px) {
  .story-content__image.right_caption .img-holder {
    width: 100%;
    margin-bottom: 12px;
  }
}
.story-content__image.right_caption .caption-holder {
  display: flex;
  width: calc(50% - 5px);
}

@media only screen and (max-width: 769px) {
  .story-content__image.right_caption .caption-holder {
    width: 100%;
  }
}
.story-content__image.right_caption .caption-holder .img-idx {
  width: 25%;
}

.story-content__image.right_caption .caption-holder .caption {
  margin-left: auto;
  width: 75%;
}

.story-content__image.b-top.ordinary .img-holder {
  border-top: 1px solid #9e9e9e;
}

.story-content__image.b-top.full_width .img-holder {
  border-top: 1px solid #9e9e9e;
}

.story-content__image.b-top.right_caption .caption-holder {
  padding-top: 6px;
  border-top: 1px solid #9e9e9e;
}

@media only screen and (max-width: 769px) {
  .story-content__image.b-top.right_caption .caption-holder {
    padding-top: 0;
    border-top: none;
  }
}
.story-content__video .video-holder {
  font-size: 0;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.story-content__video .video-holder video {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.story-content__video .video-holder iframe {
  width: 100%;
}

.story-content__video .caption-holder {
  padding: 10px 12px;
  width: calc(50% - 5px);
}

@media only screen and (max-width: 769px) {
  .story-content__video .caption-holder {
    width: calc(100% - 20px);
  }
}
.story-content__video .caption-holder.show-idx {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
}

.story-content__video .caption-holder.show-idx .img-idx {
  width: calc(25% - 5px);
}

@media only screen and (max-width: 769px) {
  .story-content__video .caption-holder.show-idx .img-idx {
    width: 20px;
  }
}
.story-content__video .caption-holder.show-idx .caption {
  width: calc(75% - 5px);
}

@media only screen and (max-width: 769px) {
  .story-content__video .caption-holder.show-idx .caption {
    width: calc(100% - 20px);
  }
}
.text {
  padding-right: 12px;
}

.image-desktop > picture,
.image-desktop > img {
  height: 50vh;
  float: right;
  margin-right: 20%;
  width: auto;
}
.image-desktop > picture img,
.image-desktop > img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin: 0;
}

.story .story-intro .image-desktop > picture,
.story .story-intro .image-desktop > img {
  margin-right: 30%;
}
@media (hover: hover) {
  .story .story-intro .above-link:hover ~ .separator .btn {
    color: var(--btnSimpleTextHover) !important;
    background-color: var(--btnSimpleBgHover) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  }
}
.story .story-intro .above-link:active ~ .separator .btn {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.18) !important;
}
.story .story-intro .specs {
  display: none;
}
.story .story-intro .separator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .story .story-intro .separator {
    right: 60px;
    top: 72%;
  }
}
@media screen and (max-width: 1200px) {
  .story .story-intro .image-desktop > picture,
  .story .story-intro .image-desktop > img {
    margin-right: 21%;
  }
}

.specs {
  display: flex;
  flex-direction: row-reverse;
}

.specification {
  flex: 0 0 45%;
  text-align: left;
  margin-left: 10px;
}

.description-top {
  display: flex;
}

.description-top > h2 {
  flex: 0 0 32%;
}

.description-top > a {
  flex: 0 0 68%;
  display: flex;
  flex-direction: column-reverse;
}

.single-stories .sticky-mobile .price {
  padding-right: 16px;
}
.single-stories .sticky-mobile a {
  padding: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}

/*# sourceMappingURL=story.css.map */
