* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: rgb(153, 236, 197);
    background: linear-gradient(150deg, rgb(255 255 255) 5%, rgba(208, 219, 254, 1) 50%);
    font-family: 'Circe';
    padding: 0 15px;
}

.container {
    padding: 0;
}
.announcement {
    background-color: #FF5858;
    color: white;
    height: auto; /* Автоматична висота, щоб весь текст влазив */
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
}

/* Стилі для мобільних пристроїв */
@media (max-width: 768px) {
    .announcement {
        padding: 5px;
    }
}

.corner-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
}
.page-wrapper {
    max-width: 982px;
    margin: 0 auto;
    padding: 0 0 80px 0;
}
.header {
    margin-top: 40px;
    margin-bottom: 40px;
}
.logo {
    text-align: center;
}
.logo img {
    height: 38px;
    width: auto;
}
.card-wrapper {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 24px 14px;
    height: 100%;
    min-height: 480px;
}

.last-order {
    font-weight: 400;
    font-size: 18px;
}



.form-card h1 {
    font-weight: 700;
    font-size: 28px;
    color: #1E1E1E;
    margin-top: 8px;
}

.form-card form {
    margin-top: 4px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.form-card form input {
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 12px 15px;
    font-family: inherit;
    font-size: 16px;
}

.form-card form button {
    display: block;
    margin-top: 8px;
    padding: 12px 40px;
    max-width: 275px;
    background: #1E1E1E;
    border-radius: 30px;
    color: #fff;
    outline: none;
    font-family: inherit;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.order-info-text {
    margin-top: 11px;
}

.order-info-text h2 {
    font-weight: 700;
    font-size: 28px;
    color: #1E1E1E;
}

.order-info-text__img img {
    width: 100%;
    height: auto;
}
.order-info-text__ready-date {
    margin-top: 12px;
}
.comment-card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.comment-card h2 {
    font-weight: 700;
    font-size: 28px;
    color: #1E1E1E;
}

.order-comment-text {
    margin-bottom: 12px;
}
.comment-card-links {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.need-help1 {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #1E1E1E;
    border-radius: 30px;
    margin-top: 15px;
}
.need-help {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
    text-align: center;
    padding: 14px 20px;
    border: 1px solid #1E1E1E;
    border-radius: 30px;
    /*margin: auto auto 0 auto;*/
}
.open-popup {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    color: #1E1E1E;
    text-align: center;
    padding: 14px 20px;
    border: 1px solid #1E1E1E;
    border-radius: 30px;
}
.faq {
 
    margin-top: 15px;
}

.faq-items-wrapper {
    background: #fff;
    padding: 24px 20px;
    border-radius: 30px;
}

.faq-items-wrapper h2 {
    font-weight: 700;
    font-size: 28px;
    color: #1E1E1E;
    margin-bottom: 27px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h3 {
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 700;
}

.faq-item p {
    margin-top: 8px;
    line-height: 150%;
}

.support {}

.support a {
    display: block;
    position: relative;
    text-align: center;
    background: #1E1E1E;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    max-width: 300px;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 400;
    z-index: 1;
    margin: 0 auto;
}

/*.support a span {
    position: absolute;
    z-index: 1000;
    top: -10px;
    left: -33px;
    }*/
    .wrong-order-id {
        text-align: center;
        color: red;
        margin-top: 8px;
        display: none;
    }
    .popup-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #00000078;
        display: none;
        padding: 15px;
    }
    .popup {
        background: #fff;
        max-width: 790px;
        width: 100%;
        padding: 58px 42px;
        border-radius: 30px;
        position: relative;
        overflow: hidden;
    }
    .popup h2 {
        text-align: center;
        font-size: 25px;
        color: #1e1e1e;
        font-weight: 700;
    }
    .popup-contacts {
        margin-top: 42px;
    }
    .popup-contacts a {
        display: block;
        position: relative;
        border-radius: 30px;
        height: 50px;
        max-width: 300px;
        width: 100%;
        padding: 14px;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin-bottom: 28px;
        margin-left: 33px;
    }
    .popup-contacts a:not(:last-child) {
        background: #229ED9;
    }
    .popup-contacts a:last-child {
        background: #FFA94C;
        margin-bottom: 0;
    }
    .popup-contacts a span {
        position: absolute;
        z-index: 1000;
        top: -10px;
        left: -33px;
    }
    .popup-girl {
        position: absolute;
        bottom: -8px;
        right: 80px;
    }
    .popup-girl img {
        max-height: 335px;
        width: auto;
    }
    .popup p {
        color: #bcbcbc;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 8px;
        margin-left: 72px;
    }
    .close-popup {
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .promo-box {
        margin-top: 50px;
        margin-bottom: 50px;
    }
     .promo-box .container {
        border-radius: 30px;
        background-color: #ffffff;
        box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.1);
        padding: 30px;
     }
    .promo-img img {
        width: 100%;
        height: auto;
        border-radius: 30px;
        border-width: 5px;
        border-radius: 30px;
        overflow: hidden;
        background-position: center center;
        border-color: #98edc4;
        border-style: solid;
        box-shadow: 0px 0px 20px 3px rgba(152,237,196,1);
    }
    .promo-box-content {
        margin-top: 50px;
    }
    .promo-box-content h2 {
        color: #000000;
        font-size: 48px;
        font-weight: 700;
        line-height: 120%;
    }
    .promo-box-content h3 {
        color: #000000;
        font-size: 20px;
        font-weight: normal;
        margin-top: 16px;
    }
    .promo-box-content > a {
        display: block;
        margin-top: 24px;
        width: 100%;
        text-decoration: none;
        padding: 15px;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        border-radius: 30px;
        background-color: #229ed9;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        box-shadow: 0px 0px 20px 0px rgba(34,158,217,1);
        position: relative;
    }
    .promo-box-content a img {
        position: absolute;
        right: 0px;
        top: -4px;
        height: 70px;
        width: 70px;
        object-fit: cover;
        animation: btnimg 1.4s infinite linear;
        backface-visibility: hidden;
    }
    @keyframes btnimg {
        0% {transform:scale(1,1);animation-timing-function:linear;}
        50% {transform:scale(1.15,1.15);animation-timing-function:linear;}
        100% {transform:scale(1,1);}
    }
 
    .promo-box-features {
        margin-top: 24px;
    }
    .promo-box-features__item {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }
    .promo-box-features__item-img img {
        height: 60px;
        width: 60px;
    }
    .promo-box-features__item-text {
        margin-left: 16px;
    }
    .promo-box-features__item-text h4 {
        font-size: 25px;
        font-weight: 700;
        color: #000;
    }
    .promo-box-features__item-text p {
        font-weight: 400;
        font-size: 20px;
        color: #000;
    }
    .promo-more-info {
        display: block;
        max-width: 220px;
        width: 100%;
        text-align: center;
        padding: 15px;
            color: #1e1e1e;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    background-position: center center;
    border-color: #1e1e1e;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    }
    .promo-box-content__title-mob {
        display: none;
    }
    @media only screen and (max-width : 992px) {

        .comment-card {
            margin-top: 30px;
        }

        .faq {
            margin-top: 45px;
        }

        .card-wrapper {
            min-height: 380px;
        }
        .need-help {
            flex: 1 1 auto;
        }
        .open-popup {
            flex: 1 1 auto;
            margin-left: 12px;
        }
        .promo-img img {
            max-width: 400px;
            width: 100%;
            display: block;
            margin: 0 auto;
        }
        .promo-box-content__title-mob {
            display: block;
            margin-bottom: 24px;
        }
        .promo-box-content__title {
            display: none;
        }
    }
    @media only screen and (max-width : 768px) {
        .popup-girl {
            display: none;
        }
        .popup-contacts a {
            max-width: 100%;
            margin-left: 16px;
        }
        .popup p {
            margin-left: 0;
            text-align: center;
        }
    }
    @media only screen and (max-width : 480px) {
        .order-info-text h2 {
            font-size: 20px;
        }
        .form-card h1 {
            font-size: 22px;
        }
        .last-order {
            font-size: 14px;
        }
        .comment-card h2 {
            font-size: 22px;
        }
        .faq-items-wrapper h2 {
            font-size: 26px;
        }
        .support a {

            max-width: 250px;
            font-size: 16px;
        }
        .support a span {
            left: -10px;
        }
        .popup {
            padding: 40px 26px;
        }
        .form-card form button {
            width: 100%;
            max-width: 100%;
        }
        .popup h2  {
            font-size: 19px;
        }
        .comment-card-links {
            flex-direction: column;
        }
        .open-popup {
            margin-left: 0;
            margin-top: 12px;
        }
        .promo-box-content h2 {
            font-size: 32px;
        }
        .promo-box .container {
            padding: 15px;
        }
        .promo-box-content a img {
            display: none;
        }
        h5 {
            font-size: 32px;
            font-weight: normal;
        }
        
    }
