.body_couple_details #content {
    background: #fff;
}

.body_couple_details .wrap {
    width: 1200px;
}

.body_couple_details .story {
    padding-top: 60px;
    padding-right: 0 !important;
    font-family: Montserrat, sans-serif !important;
    color: #000 !important;
}

.story__content {
    display: inline-block;
    vertical-align: top;
    width: 700px;
    margin-right: 100px;
}

.story__sidebar {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    padding-bottom: 60px;
}

.story__title {
    margin: 0 0 20px 0 !important;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 36px;
}

.story__text iframe {
    width: 100%;
    margin-top: 20px;
    height: 400px;
}

.story-navigation {
    height: 38px;
    margin-bottom: 50px;
    display: flex;
}

.story-navigation__prev,
.story-navigation__all,
.story-navigation__next {
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    flex: 1 1 auto;
    border: 1px solid rgba(230, 230, 243, 1);
    background: rgba(247, 247, 249, 1);
    margin-right: 15px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.story-navigation__next {
    margin-right: 0;
}

.story-navigation__prev_disabled,
.story-navigation__next_disabled {
    color: #afb6c6;
}

.story-navigation__prev:hover,
.story-navigation__all:hover,
.story-navigation__next:hover {
    color: #fff;
    background: #8d75eb;
    border-color: rgba(110, 73, 255, 1);
}

.body_couple_details .registration-page__form {
    margin-top: 0;
    box-shadow: 0 5px 20px 0 rgba(1, 0, 2, 0.1);
}

.story-photo {
    margin-bottom: 17px;
}

.story-photo__title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.story-photo__list {
    font-size: 0;
    width: 420px;
}

.story-photo__item {
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 94px;
    height: 94px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.story-photo__item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    text-align: center;
    padding-top: 38px;
    box-sizing: border-box;
}

.gallery {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.67);
    display: none;
    z-index: 100;
}

.gallery.gallery_opened {
    display: block;
}

.gallery__inner {
    position: absolute;
    left: 162px;
    right: 162px;
}

.gallery__photo {
    position: absolute;
    left: 200px;
    right: 200px;
    top: 50px;
    bottom: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.gallery__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 39px;
    height: 39px;
    background: url(/images/new-frontend/icons/gallery-close-icon.svg) no-repeat;
    background-size: 39px 39px;
    cursor: pointer;
}

.gallery__prev {
    position: absolute;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    top: 50%;
    left: 90px;
    background: url(/images/new-frontend/icons/gallery-left.svg) no-repeat 80% 50%;
    background-size: 72px 72px;
    cursor: pointer;
}

.gallery__next {
    position: absolute;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    top: 50%;
    right: 90px;
    background: url(/images/new-frontend/icons/gallery-right.svg) no-repeat 20% 50%;
    background-size: 72px 72px;
    cursor: pointer;
}

.gallery__header {
    display: none;
}

.gallery__next-photo {
    display: none;
}
