body {
    background: #232F24;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    color: white;
    position: relative;
}

p {
    font-family: "Atziluth-Script", serif;
    margin: 0;
    font-optical-sizing: auto;
    font-weight: 400;
}

span {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.flores-del-solr {
    font-family: "Flores del Sol", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.atziluth-script {
    font-family: "Atziluth-Script", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.separator {
    position: absolute;
}

.zero-top {
    top: -110px;
}

.zero-bottom {
    bottom: -110px;
}

.separator img {
    width: 565px;
    height: 181px;
}

.container {
    display: flex;
    justify-content: center;
    background: url("../img/family-photo.png") no-repeat center;
    max-width: 565px;
    margin: 140px auto 189px;
    padding: 0 0;
    max-height: 795px;
    height: 795px;
    position: relative;
}

.container__title {
    text-align: center;
    font-size: 125px;
    line-height: 140%;
    color: #fff;
    margin: 40px 0 0;
}

.container__timer {
    text-align: center;
    font-size: 51px;
    line-height: 100%;
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indentation-left {
    margin: 0 0 0 32px;
}

.indentation-right {
    margin: 0 32px 0 0;
}

.indentation-right--little {
    margin: 0 18px 0 0;
}

.container__timer span{
    height: 43px;
}

.dote-separator {
    width: 3px;
    height: 61px !important;
    background: white;
    display: inline-block;
}

.for-guests {
    display: flex;
    justify-content: center;
    max-width: 565px;
    margin: 0 auto;
    position: relative;
}

.information {
    text-align: center;
    max-height: 700px;
    height: 700px;
}

.text-title {
    font-size: 81px;
    line-height: 100%;
    margin: 0 0 23px;
}

.text_middle-size {
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0;
    display: inline-block;
}

.information__date {
    margin: 25px 0 75px;
}

.information__date span {
    font-size: 32px;
}

.information__background-image {
    background: url("../img/vector.png") no-repeat center;
    width: 612px;
    height: 444px;
    position: absolute;
    bottom: -35px;
}

.location {
    margin: 70px auto 331px;
    justify-content: center;
    max-width: 565px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.main-btn {
    display: block;
    background: #ECE3D7;
    padding: 15px 115px 15px 114px;
    border: none;
    border-radius: 80px;
    font-size: 32px;
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    margin: 44px auto;
    width: 388px;
    transition: background 0.5s ease-in-out;
    cursor: pointer;
}

.main-btn:hover {
    background: #d2a8b6; /* попробовать еще и этот цвет - #d99fa2*/
}

.line {
    height: 294px;
    width: 2px;
    background: #232F24;
    position: absolute;
    left: 105.5px;
    top: 11px;
}

.timings {
    /*text-align: center;*/
    /*padding: 302px 0 0;*/
    max-width: 565px;
    /*width: 565px;*/
    margin: 0 auto;
    background: #ebe2d4;
    color: #232F24;
    position: relative;
}

.timings__containers {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 565px;
    margin: 0 auto;
    padding: 0 20px;
    background: url("../img/frame.png") no-repeat center;
    max-height: 1106px;
    height: 1106px;
    position: relative;
}

.timings__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 565px;
    margin: 0 auto;
    padding: 0 20px;
    max-height: 1106px;
    height: 1106px;
    position: relative;
}

/* Одна строка: время + событие */
.timings__item {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

/* Время */
.timings__time {
    flex-shrink: 0;
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 700;
    min-width: 60px;
    text-align: right;
}

/* Блок с событием */
.timings__event {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.timings__event-title {
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.timings__event-desc {
    font-family: "Merriweather", serif;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.9;
}

.circle {
    background: #232F24;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.text-title__timings {
    margin: 319px 0 0;
    text-align: center;
}

.zero-top--more {
    top: -91px;
}

.zero-bottom--more {
    bottom: -108px;
}

.flowers-block {
    position: absolute;
}

.flowers-block--top {
    top: -595px;
}

.flowers-block--right {
    right: 0;
}

.flowers-block img {
}

.flowers-block--bottom {
    bottom: -265px;
}

.flowers-block--foreground {
    z-index: 1;
}

.dress-code__container {
    display: flex;
    justify-content: space-between;
    width: 358px;
    margin: 92px auto 65px;
}

.dress-code__circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.dress-code__circle--white-women { background: #FBEECC; }
.dress-code__circle--light-blue-women { background: #BFCCD8; }
.dress-code__circle--brown-women { background: #433028; }
.dress-code__circle--green-women { background: #686D45; }
.dress-code__circle--pink-women { background: #F4D5DB; }

.dress-code__circle--dark-white-men { background: #CCBEB6; }
.dress-code__circle--blue-men { background: #C2D2E1; }
.dress-code__circle--grey-men { background: #5D5959; }
.dress-code__circle--green-men { background: #686D45; }
.dress-code__circle--dark-blue-men { background: #3E5169; }

.dress-code {
    max-width: 565px;
    /*width: 565px;*/
    margin: 233px auto 0;
    text-align: center;
}

.wishes {
    max-width: 565px;
    /*width: 565px;*/
    margin: 237px auto 200px;
    position: relative;
    text-align: center;
    background: #ECE3D7;
    color: #232F24;
    padding: 30px 0 225px;
}

.wishes .zero-top {
    top: -83px;
}

.wishes .text-title {
    position: relative;
}

.wishes .zero-bottom {
    bottom: -75px;
}

.mark-img {
    margin: 0 0 49px;
}

.wishes__container span {
    font-size: 22px;
    line-height: 135%;
    letter-spacing: 0;
}

.text-footer {
    font-size: 70px;
    line-height: 150%;
    letter-spacing: 0;
}

.wishlist-btn {
    display: block;
    background: #232F24;
    border-radius: 80px;
    border: none;
    margin: 20px auto 74px;
    color: #fff;
    font-size: 34px;
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    padding: 12px 88px;
    cursor: pointer;
    transition: background 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}

.wishlist-btn:hover {
    background: #cfa5aa;
}

.footer {
    max-width: 565px;
    /*width: 565px;*/
    margin: 0 auto 120px;
    position: relative;
    height: 130px;
}

.family-photo-block {
    position: absolute;
    z-index: 10;
    bottom: -80px;
    margin: 0 auto;

}

.family-photo-block img {
    width: 462px;
}

.flowers-flex {
    display: flex;
    flex-direction: column;
}

.revert {
    transform: rotateY(180deg);
}

.translate {
    transform: translateY(120px);
}

.helper {
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 65px;
}

.animate-from-left,
.animate-from-right,
.animate-from-bottom,
.animate-from-top,
.animate-fade {
    opacity: 0;
    will-change: transform, opacity;
}

.animate-from-left  { transform: translateX(-60px); }
.animate-from-right { transform: translateX(60px); }
.animate-from-bottom { transform: translateY(40px); }
.animate-from-top { transform: translateY(-40px); }
.animate-fade { transform: scale(0.98); }

.animate-active {
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
    transition: none !important;
}

.timings__time.animate-time {
    opacity: 0;
    transform: translateX(-30px);
    will-change: transform, opacity;
}

.circle.animate-circle {
    opacity: 0;
    transform: scale(0);
    will-change: transform, opacity;
}

.timings__event-title.animate-event-title {
    opacity: 0;
    transform: translateX(20px);
    will-change: transform, opacity;
}

.timings__event-desc.animate-event-desc {
    opacity: 0;
    transform: translateX(20px);
    will-change: transform, opacity;
}

.text-title__timings {
    margin: 319px 0 0;
    text-align: center;
    opacity: 0;
    transform: translateY(-30px);
    will-change: transform, opacity;
}

.dress-code__container.animate-from-left .dress-code__circle {
    transform: translateX(-30px);
}

.dress-code__container.animate-from-right .dress-code__circle {
    transform: translateX(30px);
}

.dress-code__container.animate-active .dress-code__circle {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: none !important;
}

.glightbox-desc {
    background: rgba(236, 227, 215, 0.95) !important;
    color: #232F24 !important;
    border-radius: 16px !important;
    padding: 14px 24px !important;
    font-family: "Merriweather", serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    max-width: 90% !important;
    margin: 0 auto !important;
}

.glightbox-title {
    font-family: "Atziluth-Script", serif !important;
    font-size: 26px !important;
    color: #232F24 !important;
    margin-bottom: 6px !important;
    line-height: 1.2 !important;
}

.glightbox-next,
.glightbox-prev {
    background: rgba(35, 47, 36, 0.8) !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    transition: background 0.2s ease !important;
}

.glightbox-next:hover,
.glightbox-prev:hover {
    background: rgba(35, 47, 36, 1) !important;
}

.glightbox-close {
    color: #232F24 !important;
    background: rgba(236, 227, 215, 0.9) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    right: 20px !important;
    top: 20px !important;
}

.gdesc-inner {
    animation: slideUpFade 0.3s ease-out;
}

@keyframes slideUpFade {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .glightbox-desc {
        font-size: 13px !important;
        padding: 12px 20px !important;
        border-radius: 12px !important;
    }
    .glightbox-title {
        font-size: 22px !important;
    }
    .glightbox-next,
    .glightbox-prev,
    .glightbox-close {
        width: 44px !important;
        height: 44px !important;
    }
}

.mark-img img {
    margin: 0 auto;
}

/* адаптивность */

@media (max-width: 768px) {

    .indentation-left {
        margin: 0;
    }

    .separator {
        width: 100%;
    }

    .container,
    .information,
    .timings__containers,
    .timings__container {
        height: auto !important;
        max-height: none !important;
        min-height: auto;
    }

    .container__title {
        font-size: 72px;
        margin-top: 30px;
    }

    .text-title {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .text_middle-size,
    .timings__time,
    .timings__event-title,
    .wishes__container span {
        font-size: 18px;
        line-height: 1.4;
    }

    .information__date span {
        font-size: 24px;
    }

    .helper {
        font-size: 40px;
        margin: 10px 0 0;
    }

    .container__timer {
        margin-bottom: 30px;
    }

    .container__timer span {
        height: auto;
    }

    /*.container__timer {*/
    /*    font-size: 32px;*/
    /*    justify-content: center;*/
    /*    gap: 8px;*/
    /*    flex-wrap: wrap;*/
    /*}*/

    .dote-separator {
        height: 40px !important;
        width: 2px;
    }

    .text-footer {
        font-size: 42px;
        line-height: 1.3;
    }

    .container,
    .for-guests,
    .location,
    .timings,
    .dress-code,
    .wishes,
    .footer {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .for-guests {
        height: 710px;
    }

    .container {
        margin: 100px auto 50px;
        padding: 20px 10px 40px;
        background-size: cover;
        background-position: center top;
    }

    .separator img {
        width: 100%;
        max-width: 565px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .zero-top {
        top: -60px;
    }

    .zero-bottom {
        bottom: -60px;
    }

    .zero-bottom--more {
        bottom: -55px;
    }

    .wishes .zero-top {
        top: -45px;
    }

    .wishes .zero-bottom {
        bottom: -60px;
    }

    .main-btn,
    .wishlist-btn {
        width: 100%;
        max-width: 320px;
        padding: 12px 20px;
        font-size: 20px;
        margin: 25px auto;
        box-sizing: border-box;
    }

    .line {
        transform: translateX(-1px);
        left: 68.5px;
        height: 284px;
    }

    .timings__item {
        position: relative;
        gap: 50px;
    }

    .timings__time {
        text-align: center;
        min-width: auto;
        font-size: 20px;
    }

    .circle {
        position: absolute;
        left: 22%;
        transform: translateX(-50%);
        top: 4px;
        z-index: 2;
    }

    .text-title__timings {
        margin: 100px 0 0;
        font-size: 48px;
        line-height: 50px;
    }

    .timings__containers {
        padding: 225px 0 300px;
        background-position: center;
        background-size: 100%;
    }

    .timings__container {
        padding: 0 0 0;
        background-position: center;
        background-size: 100%;
    }

    .dress-code__container {
        width: 100%;
        max-width: 320px;
        margin: 30px auto 25px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .dress-code__circle {
        width: 40px;
        height: 40px;
    }

    .group-img-women,
    .group-img-men {
        max-width: 350px;
        height: auto;
        display: block;
        margin: 0 auto 15px;
    }

    .dress-code {
        padding: 0 10px;
        margin: 165px 0 100px;
    }

    .wishes {
        margin: 60px auto 40px;
        padding: 25px 0 150px;
    }

    .mark-img {
        margin: 0 0 25px;
    }

    .mark-img img {
        max-width: 115px;
        height: auto;
    }

    .information__background-image {
        width: 100%;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    /*.flowers-block {*/
    /*    position: relative;*/
    /*    top: auto !important;*/
    /*    bottom: auto !important;*/
    /*    left: auto !important;*/
    /*    right: auto !important;*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*    margin: 10px 0;*/
    /*}*/

    /*.flowers-block img {*/
    /*    max-width: 100%;*/
    /*    height: auto;*/
    /*    display: inline-block;*/
    /*}*/

    /*.flowers-block--foreground {*/
    /*    z-index: 0;*/
    /*}*/

    .footer {
        margin: 200px auto 225px;
        height: auto;
        min-height: 100px;
    }

    .family-photo-block {
        bottom: -35px;
    }

    .family-photo-block img {
        max-width: 350px;
        height: auto;
        display: inline-block;
    }

    .information .text-title {
        margin-bottom: 35px;
    }

    .timings .flowers-block--bottom {
        bottom: -185px;
        width: 390px;
    }

    .timings .flowers-block--top {
        top: -520px;
    }

    .footer .flowers-block--right {
        right: -150px;
    }

    .footer .flowers-block--bottom {
        bottom: -570px;
    }
    .dress-code .group-img-women.animate-from-left,
    .dress-code .group-img-men.animate-from-right {
        opacity: 1 !important;
        transform: none !important;
        will-change: auto;
    }

}

@media (max-width: 480px) {

    .group-img-women,
    .group-img-men {
        max-width: 250px;
        height: auto;
        display: block;
        margin: 0 auto 15px;
    }

    .line {
        transform: translateX(-1px);
        left: 66px;
        height: 264px;
    }

    .container__title {
        font-size: 60px;
    }

    .text-title {
        font-size: 60px;
    }

    .text_middle-size,
    .timings__time,
    .timings__event-title {
        font-size: 16px;
    }

    .container__timer {
        font-size: 24px;
    }

    .dote-separator {
        height: 30px !important;
    }

    .helper {
        font-size: 32px;
    }

    .text-footer {
        font-size: 60px;
    }

    .main-btn,
    .wishlist-btn {
        font-size: 18px;
        padding: 10px 15px;
    }

    .dress-code__circle {
        width: 34px;
        height: 34px;
    }

    .information__date span {
        font-size: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .container__title {
        font-size: 96px;
    }

    .text-title {
        font-size: 64px;
    }

    .text_middle-size {
        font-size: 20px;
    }

    .container__timer {
        font-size: 40px;
    }

    .main-btn,
    .wishlist-btn {
        font-size: 26px;
        padding: 14px 40px;
    }

    .dress-code__container {
        width: 90%;
    }

    .dress-code__circle {
        width: 46px;
        height: 46px;
    }
}

html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    overflow: hidden;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Flores del Sol';
    src: url('../fonts/Flores del Sol/Flores del Sol.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Atziluth-Script';
    src: url('../fonts/Atziluth-Script/Atziluth-Script.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}