body {
            font-family: Noto Sans;
            text-align: center;


            margin: 0;
            padding: 0;
        }

        .wrap {
            margin: auto;
            max-width: 380px;
            color: #0a2c1a;
            font-size: 24px;
        }

        .head-pic {
            background-image: url('/static/images/header.jpg');
            background-size: cover;
            background-position: center;
            height: 400px; /* можно изменить под нужный размер */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
        }

        .overlay-text {
            color: #fff;
            font-family: 'Great Vibes', cursive;
            background-color: rgba(193, 188, 188, 0.6); /* полупрозрачная подложка для читаемости */
            padding: 20px;
            border-radius: 10px;

        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
                color: #0a2c1a;

            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
                color: #0a2c1a;
            }
        }

        .fade-in-left {
            animation: fadeInLeft 1s ease-out forwards;
            opacity: 0;
        }

        .fade-in-right {
            animation: fadeInRight 1s ease-out forwards;
            opacity: 0;
            animation-delay: 0.5s;
        }

        .overlay-text h1,
        .overlay-text h2 {
            margin: 0;
        }

        .first-pic {
            background-image: url('/static/images/header1.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 300px;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            transition: transform 0.5s ease;
            transform-origin: center; /* Центр увеличения */
        }

        .calendar-pic {
            background-image: url('/static/images/calendar.png');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 350px;
            transition: transform 0.5s ease;
            transform-origin: center; /* Центр увеличения */
        }

        .bottom-pic {
            background-image: url('/static/images/bottom.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 2050px;
            transition: transform 0.5s ease;
            transform-origin: center; /* Центр увеличения */
        }

        .health-pic {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;

        }

        .pic_res {
            width: 100%;
        }

        .one {
            background-color: #ffffff;
        }

        .two {
            background-color: #ffffff;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        h1, h2 {
            margin: 10px;
            color: #0a2c1a;
            font-family: 'Great Vibes', cursive;
            font-size: 48px;
        }

        p {
            padding-right: 5px;
            padding-left: 5px;
            max-width: 450px;
            color: #0a2c1a;
            font-size: 24px;
        }

        .geo {
            margin-top: 0px;
            padding: 0px;
            padding-top: 20px;

            border-radius: 10px;

            animation: fadeIn 2s ease-in-out;
        }

        .geo p {
            margin: auto;
            max-width: 450px;
            color: #0a2c1a;
            font-size: 24px;
        }

        .details {
            display: flex;
            color: #0a2c1a;
            font-size: 24px;
            margin: 20px 0;
        }

        .map {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            margin-top: 20px;
            width: 100%;
            height: 400px;
            border-radius: 10px;
            overflow: hidden;
            background-color: #333;
            animation: fadeIn 2s ease-in-out;
        }

        .container {
            display: flex;
            justify-content: center;
            color: #0a2c1a;
            font-size: 24px;
            color: #0a2c1a;
            font-family: Noto Sans;
            text-align: center;
            animation: fadeIn 2s ease-in-out;
        }

        .countdown {
            display: flex;
            gap: 24px;
            padding-bottom: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .schedule {
            display: flex;
            flex: 1;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            text-align: center;
            max-width: 400px;
            margin: auto;
        }

        .pic {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-basis: 25%;
            height: 120px;

        }

        schedule-item-time {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            flex-basis: 35%;
        }

        p.schedule-item-time {
            width: 100px;
            color: #0a2c1a;
            font-size: 24px;
        }

        .schedule-item {
            display: flex;
            justify-content: center;
            flex-basis: 40%;
            font-size: 24px;

        }

        .circle {
            position: relative;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            overflow: hidden;
            flex-direction: column;
        }

        .progress {
            position: absolute;
            width: 110%;
            height: 110%;
            border-radius: 50%;
            border: 5px solid rgba(10, 44, 26, 0.99);
            clip-path: inset(0 0 100% 0);
            box-sizing: border-box;
        }

        .label {
            font-size: 8px;
            font-weight: normal;
            position: absolute;
            bottom: 10px;
            text-transform: uppercase;

        }

        .survey form {
            text-align: left;
            justify-content: center;
            color: #0a2c1a;
            width: 85%;
            margin: auto;
            padding-left: 25px;
            padding-right: 25px;
            padding-bottom: 35px;
        }

        .survey label {
            display: flex;
            flex-grow: 1;
            margin: 5px 0;
        }

        .survey button {
            display: flex;
            width: 90%;
            height: 36px;
            margin: auto;
            justify-content: center;
            /*padding: 5px;*/
            background: #0a2c1a;
            font-size: 28px;
            color: white;
            border: none;
            border-radius: 15px;
            cursor: pointer;
        }

        .checkbox {
            display: inline-block;
            padding-left: 25px;

        }

        .checkbox__inp {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
            appearance: none;
        }

        .checkbox__inner {
            display: inline-block;
            position: relative;
            color: #0a2c1a;
            font-size: 24px;
            padding: 8px;
            padding-left: 74px;
        }

        .checkbox__inner::before {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
            height: 36px;
            border-radius: 18px;
            background-color: #c3e8b7;
            transition: background-color .3s;
        }

        .checkbox__inner::after {
            display: block;
            content: '';
            position: absolute;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #0a2c1a;
            left: 3px;
            top: 3px;
            transition: background-color .3s, left .3s;
        }

        .checkbox__inp:checked + .checkbox__inner::before {
            background-color: #0a2c1a;

        }

        .checkbox__inp:checked + .checkbox__inner::after {
            background-color: #baeca9;
            left: 27px;


        }

        .bottom-word h2 {
            margin: 0;
            padding: 0;
        }

        .name {
            border: 2px solid white;;
            border-bottom: 2px solid #0a2c1a;
            background: #ffffff !important;
            outline: none;
            height: 36px;
            width: 95%;
            color: #0a2c1a;
            font-size: 24px;
            text-align: center;
            margin: auto;

        }

        .color-box {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

        .dress-colors {
            display: flex;
            justify-content: center;
            flex-basis: 100%;
            gap: 10px;
            margin-top: 0px;
            padding-bottom: 10px;

        }

        @media (max-width: 450px) {
            .bottom-pic {
                background-image: url('/static/images/bottom.jpg');
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                height: 450px;
            }
        }

        @media (max-width: 300px) {
            .countdown {
                flex-direction: column;
                gap: 10px;
            }

            .circle {
                width: 80px;
                height: 80px;
                font-size: 20px;
            }

            .label {
                font-size: 12px;
                bottom: 5px;
            }

        }