* {
    /*outline: 4px solid green !important;*/
    /*box-sizing: border-box;*/
    /*background: rgb(0 100 0 / 0.05) !important;*/
}

body {
    font-family: 'SF Pro Display', sans-serif;
    background-color: #fef9f5;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none !important;
}

/* header */

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    max-width: 1280px;
    margin: 0 auto 30px;
}

.header {
    display: flex;
    gap: 24px;
    margin-top: 20px;
}

.header span {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.19px;
    text-align: left;

}

.divider {
    height: 40px;
    border: 1px solid #000000;
    opacity: 0.25;
}

.logo {
    color: #e95421;
    font-size: 24px;
    font-weight: bold;
}
.subtitle {
    align-self: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;

}
.cta-button {

    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;

    background-color: #e95421;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 12px;
    margin-left: 12px;

}
.cta-button:hover {
    background-color: #d1451a;
}

@media (max-width: 1024px) {
    .header-container {
        max-width: 980px;
    }

    .subtitle {
        display: none;
    }

    .divider {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .header-container {
        max-width: 700px;
    }

    .subtitle {
        display: none;
    }

    .divider {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-container {
        max-width: 343px;
        /*padding: 0 ;*/
        /*margin: 0;*/
    }

    .subtitle {
        display: none;
    }

    .divider {
        display: none;
    }
}

/* hero section */

.hero-section {
    background-color: #ED5311;
    color: white;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 48px;
    height: 710px;

}



.hero-section h1 {
    font-size: 54px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -0.0225em;
    text-align: center;
    width: 55%;
    margin: 0 auto 36px auto;
}

.hero-section p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: center;
}

.feature {
    background: #ffffff40;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: center;
}

.feature-text-mobile {
    display: none;
}

.feature:not(:first-child) {
    margin-left: -15px;
}

.phones {
    display: flex;
    justify-content: center;
    overflow: hidden;
    animation: fade-in-bottom 1500ms ease forwards;
    opacity: 0;
}

.phones.mobile {
    display: none;
}

.phones img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .hero-section {
        max-width: 980px;
    }

    .feature-text {
        display: none;
    }

    .feature-text-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media (min-width: 768px) and (max-width: 960px){
    .hero-section {
        max-width: 700px;
    }

    .hero-section h1 {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .hero-section {
        max-width: 343px;
        height: 526px;
        padding: 30px 20px;
        /*padding: 0;*/
        /*margin: 0;*/
    }

    .phones.desktop {
        display: none;
    }

    .phones.mobile img {
        max-width: inherit;
    }

    .hero-section h1 {
        width: 100%;
        padding: 0 16px;
        font-size: 32px;
        font-weight: 800;
        line-height: 32px;
        letter-spacing: -0.0225em;
        text-align: center;
        margin: 0;
        margin-bottom: 16px;
    }

    .feature-text {
        display: none;
    }

    .feature-text-mobile {
        display: flex;
    }

    .feature-text-mobile span {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.005em;
        text-align: center;

    }

    .feature {
        padding: 8px 12px;
    }

    .features {
        display: flex;
        text-wrap: nowrap;
        text-align: start;
        align-items: start;
    }

    .feature:not(:first-child) {
        margin-left: -7px;
    }

    .feature-text-mobile p {
        text-align: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.005em;
        opacity: 0.75;
    }

    .phones {
        width: 372px;
        translate: -8%;
        margin-top: 5px;

    }


    .phones.mobile {
        display: block;
    }

    .phones img {
        overflow-x: hidden;
        margin-top: 0;
    }
}

/* icons section */

.icons-section {
    padding: 0px 20px;
    max-width: 1280px;
    margin: 280px auto 91px auto
}

.icons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 98px;
}

.icon:first-child span {
    width: 120px;
}

.icon {
    display: flex;
    max-width: 177px;
    gap: 16px;
}

.icon img {
    width: 32px;
    height: 32px;
}

.icon span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #ED5311;
    align-self: center;
    text-wrap: balance;
}

.content-section {
    margin-bottom: 96px;
}

@media (max-width: 1024px) {
    .icons-section {
        max-width: 980px;
        padding: 0 20px;

    }

    .icons::-webkit-scrollbar { width: 0; }

    .icons {

        gap: 63%;
        overflow: hidden;
        margin-bottom: 44px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }



    .icon {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 250px;
    }

    .icon span {
        width: 152px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .icons-section {
        margin: 0;
        padding: 0 48px;
    }

    .icons {
        margin: 70px 0;
        gap: 45%;
    }
}

@media (max-width: 767px) {
    .icons-section {
        overflow: hidden;
        max-width: 343px;
        margin: 0 auto;
        padding: 20px 10px 0;
    }

    .icons {
        gap: 0;

    }

    .icon {
        max-width: 178px;
        gap: 8px;
    }

    .icon img {
        margin-top: 2px;
    }

    .icons span {
        width: 135px;
        text-wrap: balance;
    }

    .content-section {
        max-width: 343px;
        /*padding: 30px 20px;*/
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

}


/* chat-block */

.chat-block {
    display: flex;
    gap: 78px;
    padding: 48px;
    max-width: 1280px;
    margin: 0 auto;
    border: 1px solid #0000001A;
    border-radius: 24px;
    background-color: #fff;
    animation: fade-in-bottom 1500ms ease forwards;
    overflow-x: hidden;
}

.chat-box {
    width: 48%;
    background-color: #fff;
    padding: 24px 32px;
    border-radius: 10px;
}

.message {
    margin-bottom: 2px;
}



.user {
    text-align: left;
}

.user p {
    box-shadow: 32px 64px 48px 0px #2C3B7626, 8px 12px 24px 0px #2C3B7626;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    opacity: 0.75;

}

.message:nth-child(6n) {
    display: flex;
    flex-direction: column;
}

.message:nth-child(6n) p {
    width: 236px;
}

.message:nth-child(6n) img {
    width: 48px;
    height: 48px;
    margin-top: 2px;
}

.bot {
    text-align: right;

}

.bot img {
    margin-top: 4px;
}

.bot p {
    box-shadow: -45px 24px 64px 0px #EEC3BF80;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;

}

.message p {
    background-color: #ffffff;
    display: inline-block;
    padding: 16px 24px;
    border-radius: 24px;
    max-width: 80%;
    border: 1px solid #0000001A;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;

}

.message {
    opacity: 0;
}

.message.animate {
    opacity: 0;
    animation: slideIn 0.5s ease-in-out forwards;
}

/*.message:nth-child(1) {*/
/*    animation-delay: 1s;*/
/*}*/

/*.message:nth-child(2) {*/
/*    animation-delay: 2s;*/
/*}*/

/*.message:nth-child(3) {*/
/*    animation-delay: 4s;*/
/*}*/

/*.message:nth-child(4) {*/
/*    animation-delay: 5s;*/
/*}*/

/*.message:nth-child(5) {*/
/*    animation-delay: 7s;*/
/*}*/

/*.message:nth-child(6) {*/
/*    animation-delay: 9s;*/
/*}*/


/*.message:nth-child(7) {*/
/*    animation-delay: 11s;*/
/*}*/

.appointment-options {
    opacity: 0;
    animation: slideIn 0.5s ease-in-out forwards;
    animation-delay: 13s;
}

.bot-icon {
    opacity: 0;
    animation: slideIn 0.5s ease-in-out forwards;
    animation-delay: 13s;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bot p:nth-last-child(3n-2) {
    background-color: #ffffff;

}



.bot.map-link {
    color: #ED5311;
    cursor: pointer;
}

.bot a {
    border: 1px solid #0000001A;
    border-radius: 24px;
    padding: 16px 24px;
    background-color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-top: 10px;

}

a {
    color: #ff5722;
    text-decoration: none;
}



.appointment-options {
    margin-top: 10px;
}

.appointment-button {
    background-color: white;
    color: #ff5722;
    border: 1px solid #ED5311;
    padding: 12px 24px;
    border-radius: 20px;
    margin-right: 2px;
    cursor: pointer;
}





.info-box {
    width: 44%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    align-self: center;
}

.info-box-title {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.info-box-info {
    width: 95%;
}

.info-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #ED5311;
    margin-bottom: 10px;
    margin-top: 10px;
}

.info-box p {

    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;
}

.info-box .highlighter {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;
}

@media (max-width: 1024px) {
    .chat-block {
        max-width: 980px;
    }

    .chat-box {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .chat-block {
        max-width: 700px;
        flex-direction: column-reverse;
        gap: 0;
        padding: 36px;
    }

    .chat-block .info-box {
        width: 100%;
        padding: 0;
    }


    .chat-block .info-box h3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.005em;
        text-align: left;


    }

    .chat-block .info-box p {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.005em;
        margin-bottom: 24px;
        width: 89%;


    }

    .chat-box {
        width: 100%;
        animation: fadeIn 1s ease-in-out;
        margin: 0 auto;
    }

    .message p {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: left;
        padding: 12px 16px;
    }

    .message a {
        padding: 12px 16px;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: left;

    }

    .message {
        opacity: 0;
    }

    .message.animate {
        opacity: 0;
        animation: slideIn 0.5s ease-in-out forwards;
    }

    .message:nth-child(1) {
        animation-delay: 1s;
    }

    .message:nth-child(2) {
        animation-delay: 2s;
    }

    .message:nth-child(3) {
        animation-delay: 4s;
    }

    .message:nth-child(4) {
        animation-delay: 5s;
    }

    .message:nth-child(5) {
        animation-delay: 7s;
    }

    .message:nth-child(6) {
        animation-delay: 9s;
    }

    .message:nth-child(6n) img {
        width: 32px;
        height: 32px;
        margin-top: 2px;
    }

    .message:nth-child(7) {
        animation-delay: 11s;
    }

    .appointment-options {
        opacity: 0;
        animation: slideIn 0.5s ease-in-out forwards;
        animation-delay: 13s;
        flex-wrap: wrap;
        display: flex;
        width: 100%;
        align-self: end;
        justify-content: flex-end;
        flex-direction: row;
        gap: 2px;
    }

    .message .bot img {
        animation: slideIn 0.5s ease-in-out forwards;
        animation-delay: 13s;
    }

    .appointment-button {
        padding: 12px;
        margin-top: 10px;
    }

    @keyframes slideIn {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .info-box {
        width: 60%;
    }
}

@media (max-width: 767px) {

    .chat-block {
        max-width: 343px;
        flex-direction: column-reverse;
        gap: 0;
        padding: 0;
        margin-top: 24px;
    }

    .chat-block .info-box h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.005em;
        text-align: left;

    }

    .chat-box {
        width: 100%;
        animation: fadeIn 1s ease-in-out;
        padding: 24px;
    }

    .chat-block .info-box p {
        margin-left: 0;
        text-align: left;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: -0.0075em;
        text-align: left;
        width: 95%;
    }

    .chat-block .info-box-title {
        justify-content: start;
    }

    .message p {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: left;
        padding: 12px 16px;
    }

    .message a {
        padding: 12px 16px;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: left;

    }



    .message {
        opacity: 0;
    }

    .message.animate {
        opacity: 0;
        animation: slideIn 0.5s ease-in-out forwards;
    }

    .message.bot p {
        border: 1px solid #ED531140
    }

    /*.message:nth-child(1) {*/
    /*    animation-delay: 1s;*/
    /*}*/

    /*.message:nth-child(2) {*/
    /*    animation-delay: 2s;*/
    /*}*/

    /*.message:nth-child(3) {*/
    /*    animation-delay: 4s;*/
    /*}*/

    /*.message:nth-child(4) {*/
    /*    animation-delay: 5s;*/
    /*}*/

    /*.message:nth-child(5) {*/
    /*    animation-delay: 7s;*/
    /*}*/

    /*.message:nth-child(6) {*/
    /*    animation-delay: 9s;*/
    /*}*/

    .message:nth-child(6n) img {
        width: 32px;
        height: 32px;
        margin-top: 2px;
    }

    /*.message:nth-child(7) {*/
    /*    animation-delay: 11s;*/
    /*}*/

    .appointment-options {
        opacity: 0;
        animation: slideIn 0.5s ease-in-out forwards;
        animation-delay: 12s;
        flex-wrap: wrap;
        display: flex;
        width: 104%;
        align-self: end;
        justify-content: flex-end;
        flex-direction: row;
        gap: 2px;
    }

    .bot-icon {
        animation: slideIn 0.5s ease-in-out forwards;
        animation-delay: 12s;
        opacity: 0;
    }

    .appointment-button {
        padding: 12px;
        margin-top: 10px;
    }

    @keyframes slideIn {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .chat-block .info-box {
        width: 100%;
        padding: 24px 24px 0 24px;
    }
}

/* management-block */

.management-block {
    display: flex;
    gap: 24px;
    padding: 20px 0;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 24px;
    animation: fade-in-bottom 1ms ease forwards;
}

.client-management-box {
    flex: 1;
    background-color: #fff;
    border-radius: 24px;
    padding: 48px;
    border: 1px solid #0000001A;
    height: 781px;
    animation: fade-in-bottom 1ms ease forwards;
}



.client-management-box-info {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;
    width: 85%;

}

.client-management-box .highlighter {

    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;
}



/*.info-box-title {*/
/*    padding: 0 28px;*/
/*}*/

.client-management-box h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #ED5311;
}



/* Client Card */
.client-card {
    width: 320px;
    margin-top: 90px;
    border-radius: 24px;
    box-shadow: 24px 32px 64px 0px #42110A26, 16px 24px 24px 0px #31100226;

    padding: 0 28px;
    position: relative;
    /*animation: fade-in-bottom 1500ms ease forwards;*/

}

/* Client Header */
.client-header {
    display: flex;
    align-items: center;
}

/* Client Photo */
.client-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}


.client-info {
    text-align: center;
    padding: 20px 0;
}

.client-info h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: center;

}

.client-info p {
    color: grey;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 0;
    margin-left: 5px;
    margin-top: 2px;
}


.client-metrics {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 17px;
}


.purchases,
.revenue,
.months {
    display: flex;
    flex: 1;
    text-align: center;
    flex-direction: column;

    width: 64px;
}

.purchases span:last-child,
.revenue span:last-child {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: end;
    color: grey;
    width: 64px;
}

.purchases span:first-child,
.revenue span:first-child {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: center;
}

.months span:first-child {

    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: center;

}

.links {

    display: flex;
    gap: 4px;
    margin-bottom: 24px;
}

.link {
    border: 1px solid #0000001A;
    border-radius: 24px;
    padding: 4px 8px;
}

.link:last-child {
    display: none;
}

.link img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
}


.link a {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #000000;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: 1px;
}

.most {
    display: flex;
    margin-top: 8px;
}

.most img {
    margin-right: 8px;

}

.most p {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    padding: 0;
    margin-top: 2px;

}

.most span {
    text-wrap: nowrap;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: right;
    margin-left: 57px;
}

.client-card-buttons {
    margin-top: 24px;
    justify-content: space-between;
    display: flex;
}

.client-card-button {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;

}

.client-card-button span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.32px;
    letter-spacing: -0.0075em;
    text-align: center;
    opacity: 0.5;
}

.client-card-buttons button {
    width: 56px;
    height: 56px;
    border-radius: 24px ;
    border: 2px solid #D9D9D9;
    margin-bottom: 8px;
}

.client-card-buttons button:last-child {
    margin-left: 44px;

}


.schedule-card {
    width: 328px;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 32px 64px 48px 0px #42110A26,
    8px 12px 24px 0px #31100226;

    position: absolute;
    top: 416px;
    left: 247px;
    /*animation: fade-in-bottom 1500ms ease forwards;*/
    animation-delay: 500ms;
    /*opacity: 0;*/
}

.timeline {
    position: relative;
    margin-left: 40px;
    padding-left: 20px;
}

.event {
    position: relative;
    margin-bottom: 20px;
}

.event:last-child {
    margin-bottom: 0;
}

.event-icon {
    position: absolute;
    left: -40px; /* Aligning with the timeline line */
    top: 0;
    width: 32px;
    height: 32px;
}

.event-icon img {
    width: 100%;
    height: auto;
}

.event-details h3 {

    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;

}

.event-title {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.event-title h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    text-wrap: nowrap;
    margin-top: 5px;
}

.event-title .date {
    margin-top: 5px;
    opacity: 0.5;
    text-align: end;
    text-wrap: nowrap;
    padding: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;


}

.event-subdetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 5px;
    color: grey;
}

.event-subdetails-icon {
    display: flex;
    gap: 4px;
}

.event-subdetails p {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    width: 80%;
    text-wrap: nowrap;
    padding: 0;
    color: black;
}

.event:last-child .event-subdetails p {
    opacity: 0.5;
}

.event-subdetails .date {
    font-size: 12px;
    color: #999;
    text-align: end;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 2px;
    background-color: grey;
    opacity: 0.1;
    height: 190px;
}

@media (max-width: 767px) {
    .client-management-box h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.005em;
        text-align: left;
        margin-top: 3px;
    }
}

/* review block */

.review-management-box {
    width: 48%;
    background-color: #fff;
    border-radius: 24px;
    padding: 48px;
    border: 1px solid #0000001A
}

.review-management-box-info {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;
    padding: 0;
    width: 95%;
}



.review-management-box .highlighter {

    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;
}



/*.info-box-title {*/
/*    padding: 0 28px;*/
/*}*/

.review-management-box h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #ED5311;
}


.review-card {
    margin-top: 78px;
    box-shadow: 32px 64px 48px 0px #42110A26, 8px 12px 24px 0px #31100226;
    width: 372px;
    border-radius: 24px;
    height: 280px;
    z-index: 0;
    /*animation: fade-in-bottom 1500ms ease forwards;*/

}

.review-card:last-child {
    position: absolute;
    top: 387px;
    right: 44px;
    background-color: #fff;
    /*animation: fade-in-bottom 1500ms ease forwards;*/
    /*opacity: 0;*/
    animation-delay: 500ms;
}

.review-header {
    padding: 24px;
    display: flex;
    gap: 12px;
}

.review-title {
    display: flex;
    flex-direction: column;
}

.review-title h3 {

    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;

}

.review-title p {
    padding: 0;
    color: #70757A;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;

}

.review-header img {
    width: 40px;
    height: 40px;
}

.rating {
    display: flex;
    padding: 0 24px;
}

.rating p {
    color: #70757A;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    padding: 0;
    margin-left: 7px;
}

.rating-category {
    margin-top: 14px;
    display: flex;
    padding: 0 24px;
    gap: 7px;
    margin-bottom: 14px;
}

.rating-category p {
    color: #70757A;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    padding: 0;


}

.review-text {
    padding: 0 24px;
}

.review-text p {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;


}

.review-text.user-review p {
    opacity: 0.5;
}

.review-controls {
    margin-top: 14px;
    padding: 0 24px;
    display: flex;
    gap: 37px;

}

.review-controls button {
    padding: 8px 16px;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #ED5311;
    color: #ED5311;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;

}

.review-controls-switch {
    display: flex;
    gap: 6px;
    align-self: center;
}

.review-controls-switch span {
    color: #ED5311;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;

}

.review-controls-switch input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.review-controls-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 26px;
    height: 16px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.review-controls-switch label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 90px;

}

.review-controls-switch input:checked + label {
    background: #ED5311;
}

.review-controls-switch input:checked + label:after {
    left: calc(100% - 13px);
}


@media (max-width: 1024px) {
    .management-block {
        max-width: 980px;
    }

    .schedule-card {
        top: 471px;
        left: 150px;
    }

    .review-card:last-child {
        right: -12px;
        top: 424px;
    }
}


@media (min-width: 768px) and (max-width: 960px) {
    .management-block {
        max-width: 700px;
        flex-direction: column;
        margin-top: 24px;
        height: 1488px;
    }

    .client-management-box {
        margin: 0 auto;
        width: 100%;
        box-shadow: none;
        padding: 36px;
    }


    .client-management-box .client-management-box-info {

        width: 80%;
    }

    .review-management-box {
        width: 100%;
        margin: 0 auto;
        height: 744px;
        padding: 36px;
    }



    .review-management-box .review-management-box-info {

        width: 80%;
    }

    .client-card {
        margin-top: 48px;
        margin-left: 60px;
    }

    .client-card .client-metrics {
        margin-top: 24px;
    }

   .most {
    }

    .schedule-card {
        top: 360px;
        left: 304px;
    }

    .review-card {
        margin-top: 48px;
    }

    .review-card:last-child {
        margin-top: 0;
        width: 372px;
        height: 294px;
        top: 1130px;
        right: 44px;
    }

    .review-card:last-child .review-controls {

        gap: 10px;
    }
}


@media (max-width: 767px) {
    .client-card {
        border: 1px solid #0000001A;
        box-shadow: 24px 32px 64px 0px #42110A26, 16px 24px 24px 0px #31100226;

        margin-left: -12px;
        margin-top: 20px;
    }

    .client-card .client-card-button span {

        font-size: 12px;
        font-weight: 500;
        line-height: 14.32px;
        letter-spacing: -0.0075em;
        text-align: center;

    }

    .client-management-box span {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.0075em;
        text-align: left;


    }



    .review-management-box .review-management-box-info {
        width: 95%;
    }

    .client-management-box .client-management-box-info {
        width: 100%;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: -0.0075em;
        text-align: left;
        margin-left: 0;
    }

    .review-management-box h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.005em;
        text-align: left;
        margin-top: 3px;
    }

    .client-person h3 {

        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.005em;
        text-align: center;

    }

    .client-person p {
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;

    }

    .client-info .client-metrics {
        gap: 32px;
    }

    .client-person {
        margin-left: 6px;
        margin-bottom: 15px;
    }


    .client-metrics .purchases {
        padding: 0;
    }

    .links {
        gap: 0;
    }

    .link {
        padding: 3px 6px;
    }

    .link:last-child {
        display: block;
    }

    .most img {
        width: 13px;
        height: 13px;
    }

    .most p {
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: left;
        padding: 0;
        width: 140px;
        margin-top: 0;
    }

    .most span {
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: right;
        color: grey;
        margin-top: 2px;
    }

    .management-block {
        overflow: hidden;
        max-width: 343px;
        flex-direction: column;
        border-radius: 0px;
        height: auto;
    }

    .client-management-box {
        flex: auto;
        flex-direction: column;
        width: 100%;
        height: 920px;
        padding: 24px;
        border-radius: 24px;

    }

    .client-management-box .info-box-title {
        justify-content: start;
    }



    .review-management-box {
        height: 845px;
        width: 100%;
        padding: 24px;
        /*margin-top: 200px;*/
        border-radius: 24px;
    }



    .review-card {
        overflow: hidden;
        width: 372px;
        height: 284px;
        margin-top: 24px;

    }

    .review-card:last-child {
        width: 232px;
        height: 352px;
        right: 25px;
        top: 1370px;
    }

    .review-card:last-child .review-controls {
        flex-direction: column;
        gap: 10px;
    }

    .schedule-card {
        top: 525px;
        left: 99px;
        width: 328px;
        height: 300px;
        box-shadow: 32px 64px 48px 0px #42110A26, 8px 12px 24px 0px #31100226;

    }



    .event-details h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.01em;
        text-align: left;

    }

    .event-details p {
        padding: 0;
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: left;


    }

    .review-card .review-text p {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.01em;
        text-align: left;


    }

    .review-card:nth-of-type(2) .review-text p {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.01em;
        text-align: left;
        color: grey;

    }
}


/* services block */

.services-block {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid #0000001A;
}

.first-box {
    width: 50%;
    padding: 48px;
    border-radius: 24px;
    height: 900px;
    position: relative;
}

.first-box:first-child {
    display: flex;
    flex-direction: column;
    position: static;
    justify-content: center;
}

.first-box .info-box-title {
    padding: 0;
}

.services-block .info-box-title h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #ED5311;
}

.services-block span {

    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;

}
.services-block p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;

}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.services-block .tag {
    margin-top: 8px;
    background-color: #ED53111A;
    border-radius: 24px;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;

}

.session-card {
    border: 1px solid #0000001A;
    border-radius: 12px;
    box-shadow: 16px 32px 40px 0px #42110A1A;
    width: 252px;
}


.card-content {
    padding: 12px;
}

.card-content .price {
    margin-bottom: 4px;
}

.card-content .price span:first-child {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: left;

}
.card-content .price span:last-child {

    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    color: grey;
}

.card-content .title p {
    margin-top: 4px;
    color: grey;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: left;

}

.card-content .title h3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.32px;
    letter-spacing: 0.005em;
    text-align: left;

}

.card-content button {
    margin-top: 8px;
    padding: 2px 12px;
    border-radius: 24px;
    background-color: #ED5311;
    color: white;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;

}

.services-title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;

}

.services-card {
    box-shadow: 16px 32px 40px 0px #42110A1A, 12px 24px 24px 0px #3110021A;
    border-radius: 24px;
    width: 282px;
    background-color: #FFFFFFBF;
    backdrop-filter: blur(32px);
    padding: 24px;
    position: absolute;
    top: 330px;
    left: 310px;
    opacity: 0.95;
}

.services-tags {
    text-wrap: nowrap;
    overflow: hidden;
    margin-bottom: 12px;
    height: 24px;
}

.services-tags span {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: center;
    border-radius: 24px;
    padding: 4px 8px;
    width: 90px;
}

.services span:first-child {
    border: 1px solid #0000001A;
    color: grey;
}

.services span:not(:first-child) {
    border: 1px solid #ED531180;
    color: #ED5311;
}

.services-featured {
    margin-bottom: 12px;
}

.services-featured h4 {

    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.005em;
    text-align: left;

}

.services-group h4 {

    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.005em;
    text-align: left;

}

.services-group .service .service-info span {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.32px;
    letter-spacing: 0.005em;
    text-align: left;

}

.service {
    display: flex;
    justify-content: space-between;
    width: 224px;
    height: 50px;
    padding: 10px 15px 10px 20px;
    gap: 8px;
    border-radius: 100px;
    background: #0000000A;
    margin-top: 4px;

}

.service img {
    width: 14px;
    height: 14px;
    align-self: center;
}

.service span {

}

.service-info {
    display: flex;
    flex-direction: column;
}

.service span:first-child {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.32px;
    letter-spacing: 0.005em;
    text-align: left;

}

.service span:last-child {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    color: grey;
}

.services-group .service:nth-child(1) .service-info span:last-child {
    color: grey;
}

.services-group .service:nth-child(2) .service-info {
    align-self: center;
}

.first-box-image {
    position: absolute;
    top: 61px;
    right: 145px;
    opacity: 0;
}

@media (max-width: 1024px) {
    .services-block {
        max-width: 980px;
    }

    .first-box-image {
        right: 20px;
    }

    .services-card {
        left: 210px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .services-block {
        max-width: 700px;
        flex-direction: column;
        background-color: white;
        gap: 0;
    }

    .first-box {
        padding: 36px;
        width: 100%;

    }

    .first-box:first-child {
        justify-content: start;
        height: auto;
    }

    .first-box:last-child {
        padding: 0;
    }

    .session-card {
        margin-left: 60px;
    }

    .services-card {
        left: 352px;
    }

    .first-box-image {
        right: 182px;
    }
}

@media (max-width: 767px) {
    .services-block {
        flex-direction: column;
        max-width: 343px;
        gap: 0;
        margin: 0;
        padding: 0;
    }

    .first-box {
        width: 100%;
        margin: 0;
        padding: 24px;
        border-radius: 24px;
    }

    .first-box:first-child {
        justify-content: flex-start;
        height: 410px;
        z-index: 9999;
    }

    .first-box:last-child {
        height: 600px;
    }

    .session-card {
        display: none;
    }


    .first-box-image {
        width: 370px;
        top: 77px;
        left: 6px;
        z-index: 999;
    }

    .services-card {
        top: 47px;
        left: 20px;
        padding: 8px;
    }

    .first-box .tags {
        gap: 4px
    }

    .first-box .tag {
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: left;

    }

    .services-block .info-box-title h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.005em;
        text-align: left;
        margin-top: 3px;
    }
}

@media (max-width: 390px) {
    .first-box-image {
        width: 330px;
        top: 88px;
        left: 27px;
        z-index: 999;
    }
}

/* social-block */

.social-block {
    display: flex;
    gap: 24px;
    padding: 20px 0;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 24px;
    animation: fade-in-bottom 1ms ease forwards;
}

.social-box {
    width: 50%;
    background-color: #fff;
    padding: 48px;
    border-radius: 24px;
    align-self: center;
    height: 920px;
    border: 1px solid #0000001A
}

.social-box-title {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.social-box-info {
    width: 90%;
}

.social-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #ED5311;
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-box p {

    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;
}

.ad-campaigns-info {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;
    margin-bottom: 78px;
    width: 90%;
}

.social-box .highlighter {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;
}

.post-mockup {
    height: 500px;
}

.post-mockup-images {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}



.first-image {
    position: absolute;
    right: 60px;
    top: 100px;
    z-index: 9999;
}

.second-image {
    position: absolute;
    z-index: 9998;
    right: 104px;
    top: 80px;
}

.third-image {
    position: absolute;

    right: 11px;
    top: 100px;

}

.buttons {
    display: flex;
    margin-top: -15px;
    justify-content: center;
    margin-bottom: 70px;
}

.button {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;

    text-align: center;
    cursor: pointer;

}

.button:hover {

}

.emoji {
    font-size: 50px;
}

.button .text {
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;

}

.button .subtext {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    color: grey;
}

.audience-card {
    max-width: 325px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 32px 64px 48px 0px #42110A26, 8px 12px 24px 0px #31100226;

    position: absolute;
    top: 404px;
    right: 64px;
}
.audience-card-header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0.005em;

}
.audience-card-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 20px;
    justify-content: center;
}
.keyword {
    padding: 4px 8px;
    border-radius: 24px;
    font-size: 14px;
    border: 1px solid #0000001A
}
.more-keywords {
    border: 1px solid #ED531180;
    border-radius: 24px;
    padding: 4px 8px;

    font-weight: bold;
    cursor: pointer;
}
.audience-group {
    margin-bottom: 15px;
}

.audience-group-header {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
}

.group-icon {
    width: 32px;
    height: 32px;
    padding: 8px 11px;
    border-radius: 8px;

    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: center;
}

#a {
    background-color: #ED5311;
}

#b {
    background-color: #0A84FF;
}

#other {
    background-color: #9747FF;
}



.group-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.percent-arrow {
    display: flex;
    align-items: center;
}

.percent-arrow span {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.audience-group-content {
    padding: 0 10px;
}

.content-info {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    padding: 0px 23px 0px 37px;
}

.content-info .info-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    opacity: 0.5;
    width: 134px;
}

.content-info .percent {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: right;
    color: grey;
}


.gauge-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 24px 32px 64px 0px #42110A26, 16px 24px 24px 0px #31100226;
    padding: 20px;
    width: 350px;
    text-align: center;
    margin-left: 40px;
}

.gauge-card h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: center;
    color: black;
}

.gauge-stats {
    position: relative;
}

.pageviews {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.text {

    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: center;


}

.mobile-card {
    display: none;
}


.leads, .clients, .conversion {
    margin: 5px 0;
}

.leads, .clients, .conversion {
    margin: 5px 0;
}

.leads .count {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;

}

.clients .count {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;
}

.conversion .count {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;
}

.gauge-actions {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gauge-details {
    display: flex;
    justify-content: center;
    margin-top: -100px;
    gap: 30px;
}

.gauge-actions button {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.gauge-actions button.pause {
    border: 1px solid #ff4400;
    color: #ff4400;
    margin-right: 10px;
}


@media (max-width: 1024px) {
    .social-block {
        max-width: 980px;
    }

    .first-image {
        right: 0;
    }

    .social-box {
        height: 940px;
    }

    .second-image {
        right: 50px;
    }

    .third-image {
        right: 0px;
    }

    .buttons {
        margin-top: -15px;
    }

    .audience-card {
        top: 480px;
        right: -20px;
    }

    .gauge-card {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .social-block {
        flex-direction: column;
        max-width: 700px;
    }

    .social-box {
        width: 100%;
        padding: 36px;
        border-radius: 24px;
    }


    .ad-campaigns-info {
        margin-bottom: 24px;
    }
    .social-box:first-child {
        height: 804px;
    }

    .social-box:last-child {
        height: 1020px;

    }

    .social-box-info {
        width: 80%;
        margin-bottom: 24px;
    }


    .first-image {
        left: 88px;
        top: 20px;
    }

    .second-image {
        left: 133px;
        width: 320px;
        top: 0;
    }

    .third-image {
        left: 170px;
        top: 20px;
    }

    .buttons {
        margin-top: -90px;
    }

    .audience-card{
        display: none;
    }

    .gauge-card {
        display: none;
    }

    .mobile-card {
        display: block;
        height: auto;
        width: 330px;
        margin: 0 auto;
        box-shadow: 32px 64px 48px 0px #42110A26, 8px 12px 24px 0px #31100226;
        border-radius: 24px;

    }

    .mobile-card .gauge {
        padding: 0 30px;
    }

    .mobile-card .content-info {
        padding: 0px 58px 0px 37px;
    }

    .mobile-card h3 {
        color: black;
        text-align: center;
        margin-bottom: 20px;
        padding: 30px;
    }

    .mobile-card .audience-group img {
        padding: 0 0 0 30px;
    }

    .mobile-card  .count {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: center;


    }

    .mobile-card .audience-group {
        padding: 0 16px;
    }

    .mobile-card .gauge-actions {
        padding: 0 36px 24px;
    }

    .gauge-details {
        margin-top: -90px;
        margin-bottom: 24px;
    }

}

@media (max-width: 767px) {
    .social-block {
        flex-direction: column;
        max-width: 343px;
        margin: 0;
        padding: 24px;

    }

    .social-box {
        width: 343px;
        padding: 24px;
        margin: 0;
        height: auto;
        border-radius: 24px;
    }

    .social-box-info {
        width: 95%;
        margin-bottom: 24px;
    }




    .social-box p:first-child {
        margin: 0 0 10px;
        width: 110px;
    }

    .ad-campaigns-info {
        margin: 0 0 24px;
    }

    .social-box h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.005em;
        text-align: left;
        margin-top: 11px;
    }

    .social-box:first-child {
        justify-content: center;
        height: 840px;
    }

    .social-box:last-child {
        height: auto;
    }

    .post-mockup {
        height: auto;
        margin-bottom: 50px;
    }

    .first-image {
        position: absolute;
        top: 25px;
        z-index: 9999;
        left: -40px;
        width: 360px;
        overflow: hidden;
    }

    .second-image {
        position: absolute;
        z-index: 9998;
        top: 6px;
        left: -2px;
    }

    .third-image {
        overflow: hidden;
        left: 74px;
        width: 260px;
        top: 19px;
    }



    .social-box .buttons {
        margin-top: 350px;
        gap: 0;
        z-index: 99999;
    }

    .social-box .buttons .button {
        padding: 5px;
    }

    .social-box .buttons .emoji {
        font-size: 30px;
    }

    .gauge-card {
        margin-top: 20px;
        width: auto;
        display: none;
    }

    .audience-card {
        position: static;
        display: none;
    }

    .audience-group-header {
        gap: 10px;
    }

    .content-info {
        padding: 0;
    }

    .mobile-card {
        display: block;
        box-shadow: 32px 64px 48px 0px #42110A26, 8px 12px 24px 0px #31100226;
        padding: 24px;
        border-radius: 24px;
        height: 760px;
        width: 301px;
    }

    .mobile-card h3 {
        color: black;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.005em;
        text-align: center;
        padding: 0;
    }

    .mobile-card .gauge {
        padding: 0;
    }

    .mobile-card img {
        margin: 0;
    }

    .mobile-card .audience-group {
        padding: 0;
    }

    .gauge-actions img {
        margin-top: 1px;
    }

    .mobile-card .gauge-stats .pageviews {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0.01em;


    }

    .mobile-card .gauge-stats .text {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.01em;
        text-align: center;
        color: grey;
    }

    .mobile-card .audience-group img {
        padding: 0px 0px 0px 16px;
    }

    .content-info {
        margin-right: 15px;
    }

    .mobile-card .gauge-details {
        display: flex;
        justify-content: space-around;
        margin-top: -80px;
        margin-bottom: 24px;

    }

    .mobile-card  .count {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: center;


    }

    .mobile-card .audience-card-keywords {
        justify-content: center;
    }

    .mobile-card .keyword {
        padding: 4px 8px;
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: center;

    }

    .mobile-card .more-keywords {
        padding: 4px 8px;
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: center;

    }

    .mobile-card .content-info {
        padding: 0 28px;
    }
}

/* analytics-block */

.analytics-block {
    display: flex;
    gap: 24px;
    padding: 20px 0;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 24px;
}


.analytics-box {
    width: 50%;
    background-color: #fff;
    border-radius: 24px;
    padding: 48px;
    border: 1px solid #0000001A;
    height: 853px;
}

.analytics-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #ED5311;
}

.analytics-box .service-analytics-card h3 {
    color: black;
}


.analytics-cards {
    position: relative;
}

.analytics-box-title {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.analytics-box-info {
    margin-bottom: 78px;
    width: 90%;
}

.analytics-box:last-child .analytics-box-info {
    margin-bottom: 112px;
    width: 100%;
}



.analytics-box p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;

}

.analytics-box .highlighter {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.0075em;
    text-align: left;
}

.accupancy-card {
    width: 320px;
    margin-top: 50px;
    border-radius: 24px;
    box-shadow: 24px 32px 64px 0px #42110A26, 16px 24px 24px 0px #31100226;

    position: relative;
    padding: 24px;
}

.accupancy-card h3 {
    color: black;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;

}

.chart-container {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-top: 24px;

}

.bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 20px;

}

.bar div {
    width: 100%;
}

.bar span {
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.01em;
    text-align: center;
    color: grey;
}

.no-show {
    background-color: #843513;
}

.usual {
    background-color: #ED5311;
}

.fully-booked {
    background-color: #F2C8B6;
}


.bar:nth-child(1) .fully-booked { height: 14px; }
.bar:nth-child(1) .usual { height: 38px; }
.bar:nth-child(1) .no-show { height: 16px; }
.bar:nth-child(2) .fully-booked { height: 10px; }
.bar:nth-child(3) .fully-booked { height: 12px; }
.bar:nth-child(3) .usual { height: 15px; }
.bar:nth-child(4) .fully-booked { height: 10px; }
.bar:nth-child(4) .usual { height: 23px; }
.bar:nth-child(4) .no-show { height: 3px; }
.bar:nth-child(5) .fully-booked { height: 8px; }
.bar:nth-child(5) .usual { height: 47px; }
.bar:nth-child(6) .fully-booked { height: 26px; }
.bar:nth-child(6) .usual { height: 42px; }
.bar:nth-child(7) .fully-booked { height: 23px; }
.bar:nth-child(7) .usual { height: 10px; }
.bar:nth-child(8) .fully-booked { height: 12px; }
.bar:nth-child(8) .usual { height: 19px; }
.bar:nth-child(9) .fully-booked { height: 10px; }
.bar:nth-child(9) .usual { height: 30px; }
.bar:nth-child(10) .fully-booked { height: 32px; }
.bar:nth-child(10) .usual { height: 22px; }
.bar:nth-child(11) .usual { height: 12px; }
.bar:nth-child(11) .fully-booked { height: 24px; }
.bar:nth-child(12) .usual { height: 26px; }
.bar:nth-child(12) .fully-booked { height: 23px; }

.chart-details {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 24px;
}

.detail {
    display: flex;
    gap: 4px;
}

.detail span {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.01em;
    text-align: left;
    color: grey;
}

.detail .fully-booked, .no-show, .usual {
    width: 8px;
    height: 8px;
    align-self: center;

}

.chart-info {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.chart-info-element {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
}

.service-analytics-card .chart-info-element:nth-child(2n+1) {
    display: none;
}

.chart-info-element div {
    display: flex;
    gap: 8px;
}

.chart-info-element img {
}

.chart-info-element p {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    padding: 0;
    align-self: center;
}

.chart-info-element span {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: right;
    color: grey;
}

.service-analytics-card {
    width: 352px;
    margin-top: 50px;
    border-radius: 24px;
    box-shadow: 24px 32px 64px 0px #42110A26, 16px 24px 24px 0px #31100226;
    position: absolute;
    padding: 24px;
    top: 75px;
    left: 100px;
    background-color: #fff;

}

.service-analytics-card .links .link:last-child {
    display: block;
}

.service-analytics-card .chart-details {
    margin-bottom: 27px;
}

.service-analytics-card .purchases span {
    width: auto;
    text-align: center;
}

.service-analytics-card .client-metrics {
    gap: 0;
    margin-bottom: 24px;
}

.service-analytics-card .purchases, .revenue, .months {
    padding: 0;
}

.service-analytics-card .purchases span:last-child {
    width: auto;
    text-align: center;
    color: black;
    opacity: 0.5;
}

.service-analytics-card .revenue span {
    width: auto;
    text-align: center;
}

.service-analytics-card .revenue span:last-child {
    width: auto;
    text-align: center;
    color: black;
    opacity: 0.5;
}


.service-analytics-card .months span {
    width: auto;
    text-align: center;
}

.service-analytics-card .months span:last-child {
    width: auto;
    text-align: center;
    opacity: 0.5;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;

}



.service-analytics-card .chart-container {

}

.service-analytics-card .bar {
    width: 40px;
}

.service-analytics-card .bar div {
    width: 40px;
}

.service-analytics-card .links {
    justify-content: center;
}

.price-analysis-cards {
    display: flex;
    position: relative;
    margin-top: 55px;
    justify-content: center;
}

.price-analysis-card {
    box-shadow: 24px 32px 64px 0px #42110A26 ,16px 24px 24px 0px #31100226;
    width: 372px;
    height: 342px;
    padding: 32px 24px;
    background-color: #ED5311;
    border-radius: 32px;
    position: relative;
    z-index: 2;
}

.price-analysis-card p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.005em;
    text-align: left;
    color: white;
    width: 300px;
}

.analytics-box .buttons .emoji {
    font-size: 40px;
}



.price-analysis-card p:last-child {
    margin-top: 32px;
}

.price-analysis-card .feature {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
}

.price-analysis-card .feature:not(:first-child) {
    margin-left: 0;
}

.price-analysis-card .feature:nth-child(2n) {
    margin-left: -15px;
}

.price-analysis-card .feature:last-child {
    margin-left: 10px;
}


.second-card {
    position: absolute;
    background-color: #ED5311;
    opacity: 0.5;
    width: 372px;
    height: 342px;
    border-radius: 24px;
    rotate: 7deg;
    top: 0;
    z-index: 1;
}

.analytics-box .buttons {
    position: relative;
    z-index: 3;
    margin-top: -50px;
    gap: 0;
}

.analytics-box .buttons .button:hover {


    background: none;
}

.button:hover {

}

@media (max-width: 1024px) {
    .analytics-block {
        max-width: 980px;
    }

    .service-analytics-card {
        left: 60px;
    }

    .analytics-box .buttons .emoji {
        font-size: 40px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .analytics-block {
        max-width: 700px;
        flex-direction: column;
    }

    .analytics-box {
        width: 100%;
        padding: 36px;
        height: auto;
    }

    .analytics-box-info {
        margin-bottom: 24px;
    }
    .analytics-box .buttons .emoji {
        font-size: 30px;
    }

    .analytics-box .buttons {
        margin-top: -40px;
    }

    .analytics-box:last-child .analytics-box-info {
        margin-bottom: 0;
    }

    .analytics-box:last-child {
        height: 620px;
    }

    .service-analytics-card {
        margin: 0 auto;
    }

    .chart-container {
        width: 240px;
    }

    .service-analytics-card .bar {
        width: 20px;
    }

    .service-analytics-card .bar div {
        width: 20px;
    }

    .accupancy-card {
        display: none;
    }

    .service-analytics-card {
        position: static;
        width: 300px;
    }

    .price-analysis-card {
        width: 314px;
        height: 299px;
    }

    .second-card {
        width: 314px;
        height: 299px;
    }
}


@media (max-width: 767px) {
    .analytics-block {
        flex-direction: column;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 24px;
    }

    .analytics-box .buttons {
        margin-top: -40px;
    }

    .analytics-box .buttons .emoji {
        font-size: 30px;
    }

    .analytics-box {
        width: 343px;
        height: auto;
        padding: 24px;
    }

    .analytics-box:last-child {
        height: 700px;
    }

    .analytics-box-info {
        margin-bottom: 24px;
    }

    .analytics-box:last-child .analytics-box-info {
        margin-bottom: 40px;
        width: 91%;
    }

    .analytics-box h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.005em;
        text-align: left;
        margin-top: 3px;
    }

    .accupancy-card {
        display: none;
    }

    .service-analytics-card {
        width: 295px;
        position: static;
        /*opacity: 0;*/
        /*animation: fade-in-bottom 1ms ease forwards;*/
        border: 1px solid #0000001A;
        padding: 0;
        box-shadow: 24px 32px 64px 0px #42110A26, 16px 24px 24px 0px #31100226;
        margin-top: 0;
    }

    .service-analytics-card h3 {
        padding: 24px 0 0 24px ;
    }

    .service-analytics-card .months:last-child span:last-child {
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: center;
        color: grey;

    }

    .chart-container {
        padding: 0 24px;
        width: 100%;
    }

    .service-analytics-card .bar {
        width: 32px;

    }

    .service-analytics-card .bar div {
        width: 32px;
    }

    .purchases span:last-child, .revenue span:last-child {
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: center;
        color: grey;
        width: auto;
    }

    .chart-details {
        justify-content: center;
        gap: 24px;
        margin-bottom: 24px;
    }

    .client-metrics {
        gap: 0;
    }

    .service-analytics-card .client-metrics .purchases, .revenue, .months {
        gap: 2px;
    }

    .service-analytics-card .links {
        gap: 4px;
        margin-bottom: 0;
    }

    .service-analytics-card .link {
        gap: 4px;
    }

    .chart-info {
        padding: 24px;
        margin-top: 0;
    }

    .service-analytics-card .chart-info-element:nth-child(2n+1) {
        display: flex;
    }

    .price-analysis-cards {
        margin-top: 0;
        opacity: 0;
        /*animation: fade-in-bottom 1500ms ease forwards;*/

    }

    .buttons {
        /*animation: fade-in-bottom 1500ms ease forwards;*/
        /*opacity: 0;*/
    }

    .price-analysis-card {
        width: 300px;
        height: 290px;
    }

    .price-analysis-card p {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.005em;
        text-align: left;
        width: 235px;

    }

    .price-analysis-card .feature {
        padding: 3px 10px;
    }

    .second-card {
        width: 300px;
        height: 290px;
    }
}

/* offer section */

.offer-section {
    max-width: 1280px;
    text-align: center;
    height: 364px;
    margin: 0 auto;
    margin-bottom: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.offer h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.0075em;
    text-align: center;
}



.waitlist-btn {
    align-self: center;
    background-color: #ED5311;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s ease;
    width: 177px;
}

.waitlist-btn a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: white;
}


@media (max-width: 1024px) {
    .content-section {
        margin-bottom: 0;
    }

    .offer-section {
        height: 326px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .offer-section {
        display: flex;
        align-items: center;
        max-width: 343px;
        margin: 0;
        padding: 24px;
        height: 380px;
    }

    .offer h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.0075em;
        text-align: center;
    }

}

.footer-desktop {
    display: flex;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #ccc;
    background-color: #fefaf7;
    max-width: 1280px;
    justify-content: space-between;
    margin: 0 auto 86px;
}

.footer-mobile {
    display: none;
}

.footer-text {

    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;


}

.footer-links {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.footer-links .footer-link:nth-child(3) {
    display: none;
}

.footer-link {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    color: black;
}

.footer-link:nth-child(2) {
    margin-right: 48px;
}

.footer-icon {
    margin-right: 15px;
}

.footer-image {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .footer-desktop {
        display: none;
    }

    .footer-mobile {
        display: flex;
        align-items: flex-start;
        padding: 20px;
        border-top: 1px solid #ccc;
        background-color: #fefaf7;
        max-width: 343px;
        justify-content: space-between;
        margin: 0 auto 46px;
        flex-direction: column;
    }

    .footer-info {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer-image {
        margin: 0;
    }

    .footer-links {
        margin-bottom: 16px;
        align-items: start;
    }

    .footer-link:first-child {
        margin-right: 24px;
    }

    .footer-link:nth-child(2) {
        margin-right: 24px;
    }

    .footer-links .footer-link:nth-child(3) {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-container {
        padding: 0;
        margin: 44px auto 24px;
    }

    .cta-button {
        align-self: end;
    }

    .hero-section {
        padding: 27px 15px;
        margin: 0 auto 88px;
    }

    .icons-section {
        margin: 0 auto;
        padding: 0;
    }

    .content-section {
        margin: 0 auto;
        padding: 0;
    }

    .offer-section {
        margin: 0 auto;
        padding: 24px;


    }

    .footer {
        padding: 0;
        margin: 0 auto 50px;

    }
}

@media (max-width: 320px) {
    .header-container {
        margin: 0 auto 28px;
        padding: 0;
        max-width: 300px;
        overflow-x: hidden;
    }

    .hero-section {
        margin: 0 auto 28px;
        padding: 24px;
        max-width: 300px;

    }

    .phones {
        width: 250px;
    }

    .features {
        flex-wrap: wrap;
    }

    .icons-section {
        margin: 0 auto;
        padding: 0;
        max-width: 300px;
        overflow-x: hidden;

    }

    .icons {
        gap: 25px;
    }

    .content-section {
        margin: 0 auto;
        padding: 0;
        max-width: 300px;
        overflow-x: hidden;

    }

    .offer-section {
        overflow-x: hidden;

    }

    .footer {
        overflow-x: hidden;

    }

    .chat-block .info-box .info-box-title {
        padding: 0;
    }

    .social-box {
        max-width: 300px;
    }


    .audience-card {
        max-width: 284px;
    }

    .offer-section {
        margin: 0 auto;
        padding: 0;
        max-width: 300px;

    }

    .first-image {
        left: 0;
    }

    .second-image {
        left: 30px
    }

    .third-image {
        left: 40px;
    }



    .footer {
        margin: 0 auto;
        padding: 0;
        max-width: 300px;

    }

    .analytics-box {
        max-width: 100%;
    }
}

@keyframes fade-in-bottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;

}


.fade-in.visible {
    opacity: 1;
    animation: fade-in-bottom 1.5s forwards;
}

.schedule-card.visible {
    opacity: 0;
    animation-delay: 500ms;
}

.review-card:last-child.visible {
    opacity: 0;
    animation-delay: 500ms;
}

.first-box-image.visible {
    opacity: 0;
    animation-delay: 500ms;
}




.services-card .fade-in.visible {
    animation-delay: 500ms;
}

@media (max-width: 1024px) {
    .services-card .fade-in.visible {
        animation-delay: 1000ms;
    }

}



@keyframes scrollIconsMobile {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - 10px));
    }
}