.calendarLuckyMain {
    font-family: 'Arial', sans-serif;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
}
.calendarLuckyMain section, .hero-section .wrap{
    margin: 0 auto;
}

@media (min-width: 576px) {
    .calendarLuckyMain section{
        max-width: 540px;
    }
    .hero-section .wrap{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .calendarLuckyMain section{
        max-width: 720px;
    }
    .hero-section .wrap{
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .calendarLuckyMain section{
        max-width: 960px;
    }
    .hero-section .wrap{
        max-width: 960px;
    }
}
@media (min-width: 1260px) {
    .calendarLuckyMain section{
        max-width: 1200px;
    }
    .hero-section .wrap{
        max-width: 1200px;
    }
}

.calendarLuckyMain .hero-section{
    max-width: 100%;
}


.hero-section {
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), 
                      url('../img/imagesLuckyCalendar/banner.png');
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    padding-bottom: 50px;
}

.hero-content {
    color: black;
    z-index: 1;
    max-width: 800px;
    margin: 160px 0 50px;
}

.hero-content h1 {
    margin-bottom: 25px;
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 44px;
    text-align: left;

}

.hero-content h2 {
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}

.hero-content h3 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 300;
}

.wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.banner-list {
    list-style-type: none;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.banner-list li {
    display: flex;
    font-size: 18px;
    margin: 0 130px 40px 0;
    column-gap: 10px;
    align-items: center;
}

.banner-list li p{
    margin-bottom: 0;
}

.banner-list img {
    margin-right: 10px;
}
.wrap .btn, .faq-footer .btn{
    width: 100%;
    max-width: 320px;
    min-width: 75px;
    height: auto;
    text-align: center;
    align-self: center;
    align-items: center;
    align-content: center;
    padding: 20px;
}
.cta-button {
    background-color: #f8a05e;
    color: white;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 18px;
    width: 320px;
    margin: 0 auto;
}

.cta-button:hover {
    background-color: #e68b4a;
}

.calendarLuckyMain .about-section {
    margin: 100px auto 0;
}

.about-section h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
}

.about-section p {
    font-size: 24px;
    margin: 40px 0;
    line-height: 30px;
}

.center-p {
    max-width: 1120px;
    margin: 0 auto;
}

.center-p p {
    line-height: 40px;
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.highlight {
    color: #f8a05e;
    font-weight: bold;
}

.calendarLuckyMain .benefits-section {
    margin-top: 70px;
    text-align: center;
    padding: 50px 0;
    background-color: #fff;
}

.benefits-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.benefits-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.benefit-row {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
    width: 100%;
}

.benefit-item {
    display: none;
}

.benefit-row img, .benefit-item img {
    width: 280px;
    height: 200px;
    height: auto;
}

.benefit-row p, .benefit-item img {
    width: 280px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-left: 15px;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

.why-calendar-section {
    padding: 50px 20px 0;
    background-color: #fff;
}

.why-calendar-section h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.wrap-reason {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
}

.reasons-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.reason-item {
    display: flex;
    width: 48%;
}

.icon-circle {
    margin-right: 20px;
    padding-top: 6px;
}

.icon-circle img {
    width: 40px;
    height: 40px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    padding: 12px;
}

.reason-text h3 {
    font-size: 24px;
    margin-bottom: 5px;
    text-align: left;
}

.reason-text p {
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
    color: #555;
}

.call-to-action {
    margin-top: 30px;
}

.call-to-action p {
    font-size: 18px;
    line-height: 1.6;
}

.highlight {
    color: #f8a05e;
    font-weight: bold;
}

.pricing-section {
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pricing-section .center-p{
    margin-bottom: 110px;
    max-width: 100%;
}
.pricing-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.highlight-text {
    color: #f8a05e;
    font-size: 30px;
    margin-bottom: 10px;
}

.note {
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.timer-block {
    text-align: center;
}

.time {
    font-size: 64px;
}

.label {
    font-size: 16px;
    color: #555;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.pricing-card {
    width: 265px;
    padding-top: 30px;
    background-color: #f2a873;
    color: white;
}

.pricing-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 15px;
}

.price {
    margin-top: 30px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.old-price {
    font-size: 16px;
    margin-bottom: 10px;
}

.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 30px;
    height: 200px;
}
.calendarLuckyMain .description{
    height: 260px;
}

.pricing-grey {
    color: black;
    background: #F5F5F5;
}

.pricing-grey .btn{
    width: 80%;
    margin-bottom: 30px;
    padding: 15px;
}
.pricing-button {
    width: 90%;
    height: 50px;
    margin: 0 10px;
    background-color: #f8a05e;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 20px;
}

.faq-section {
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
}

.faq-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    cursor: pointer;
}

.faq-question {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    font-size: 20px;
    display: none;
    padding: 10px 0;
    color: #333;
    text-align: left;
}

.faq-icon {
    font-size: 30px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg); /* Changes + to X */
}

.faq-footer {
    margin-top: 30px;
}

.faq-footer h3 {
    margin-top: 50px;
    font-size: 36px;
    margin-bottom: 10px;
}

.faq-footer p {
    font-size: 32px;
    margin-bottom: 20px;
}

.faq-button {
    background-color: #f8a05e;
    color: white;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 260px;
    height: 62px;
}

.cta-button:hover {
    background-color: #e68b4a;
}

@media (max-width: 1400px) {
    .reasons-row {
        width: auto;
    }
}

@media (max-width: 1200px) {
    .calendarLuckyMain .pricing-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 70px;
    }
    .calendarLuckyMain .pricing-card{
        width: 300px;
    }
    .center-p {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }
    
    .center-p p {
        width: auto;
        line-height: 28px;
        font-size: 24px;
        margin: 0;
    }

    .benefit-row {
        width: 100%;
        justify-content: center;
    }

    .benefit-row img {
        width: 200px;
        height: 120px;
    }
    
    .benefit-row p {
        width: 200px;
        height: 120px;
        font-size: 14px;
    }

    .reason-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 1100px) {
   
}

@media (max-width: 860px) {
    .benefit-row{
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    .benefits-grid>:last-child{
        flex-direction: column-reverse;
    }
    .benefit-row img{
        width: 80%;
        height: auto;
    }
    .benefit-row p{
        width: 70%;
        height: auto;
        font-size: 22px;
        margin-bottom: 70px;
        margin-top: 25px;
    }
    .reasons-row{
        flex-direction: column;
        margin-bottom: 0;
    }
    .reason-item {
        width: auto;
    }
    .calendarLuckyMain .benefits-section{
        padding: 0;
    }
    .hero-content{
        padding: 0 30px;
    }
}

@media (max-width: 700px) {
    .about-section {
        margin: 60px 20px 0 20px;
    }



    .about-section p {
        font-size: 18px;
    }

    .benefits-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .benefits-section {
        margin-top: 40px;
        padding: 10px;
    }

    .why-calendar-section h2 {
        font-size: 24px;
    }

    .reason-text h3 {
        font-size: 18px;
    }
    
    .reason-text p {
        font-size: 16px;
        line-height: 1.3;
    }

    .center-p p {
        font-size: 18px;
    }

    .highlight {
        font-size: 20px;
    }

    .pricing-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pricing-card {
        width: 80%;
    }
}

@media (max-width: 635px) {
    .calendarLuckyMain section{
        padding: 50px 30px;
    }
    .calendarLuckyMain .hero-section{
        padding: 0 0 50px;
        background-position: 65% center;
    }
    .calendarLuckyMain .about-section {
        padding: 0 30px;
    }
    .benefit-row img{
        width: 80%;
    }
    .benefit-row p{
        width: 70%;
        font-size: 18px;
        margin-bottom: 50px;
        margin-top: 15px;
    }
    .pricing-card {
        width: 100%;
    }
    .faq-footer {
        margin-top: 15px;
    }
    
    .faq-footer h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .faq-footer p {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .faq-button {
        font-size: 14px;
        width: 200px;
        height: 48px;
    }
    
    
    .faq-section h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .faq-question {
        font-size: 18px;
        text-align: left;
    }
    
    .faq-answer {
        font-size: 16px;
    }
    
    .faq-icon {
        font-size: 22px;
    }
}

.imagesIconCheck{
    background-image: url('../img/imagesLuckyCalendar/сheck.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.5rem;
    height: 2.5rem;
}

.imageIcongreenCheck{
    background-image: url('../img/imagesLuckyCalendar/green-check.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    width: 48px;
    height: 48px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    padding: 12px;
}