.pricing-page {
    /*position: relative;*/
    /*z-index: -1;*/
    padding-top: 200px;
    background: #FAFAFA;

    @media (max-width: 990px) {
        padding-top: 120px;
    }

}

.pricing-hero {
    margin: 0 auto 70px auto;
    width: 90%;
    max-width: 990px;

    @media (max-width: 990px) {
        width: 100%;
        padding: 0 15px;
    }

    @media (max-width: 600px) {
        margin-bottom: 50px;
    }

}

.pricing-hero h3 {
    margin-bottom: 24px;
    color: #52525B;
    text-align: center;
    font-family: "Axiforma", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 162.5%;
    text-transform: uppercase;

    @media (max-width: 990px) {
        margin-bottom: 16px;
    }

}

.pricing-hero h1 {
    max-width: 670px;
    margin: 0 auto 40px auto;
    color: #18181B;
    text-align: center;
    font-family: "Axiforma", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.286%;

    @media (max-width: 990px) {
        margin-bottom: 30px;
        font-size: 36px;
    }

    @media (max-width: 700px) {
        font-size: 30px;
    }

    @media (max-width: 450px) {
        margin-bottom: 20px;
        font-size: 26px;
    }

}

.pricing-hero .price {
    color: #E52149;
    text-align: center;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.333%;

    @media (max-width: 990px) {
        font-size: 20px;
    }

    @media (max-width: 450px) {
        font-size: 18px;
    }

}

.pricing-hero__wrapper {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    display: flex;
    align-items: center;
    width: 100%;

    @media (max-width: 990px) {
        padding-top: 30px;
    }

}

.pricing-hero__item {
    width: 33%;
    background: #FFFFFF;
}

.pricing-hero__item.test {
    position: relative;
    z-index: -2;
}

.pricing-hero__item.shadow {
    position: relative;
    box-shadow: 0px 42.444px 61.308px 0px rgba(0, 0, 0, 0.08);
}

.pricing-hero__item.shadow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background: linear-gradient(
            90deg,
            rgba(229, 33, 73, 0.7) -0.55%,
            rgba(68, 176, 255, 0.7) 22.86%,
            rgba(139, 68, 255, 0.7) 48.36%,
            rgba(255, 102, 68, 0.7) 73.33%,
            rgba(255, 144, 94, 0.7) 99.34%
    );
    filter: blur(40px);
    z-index: -1; /* Забезпечує, щоб тінь була позаду контенту */
}


.pricing-hero__item-label {
    padding-top: 5px;
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 163.636%;
    text-transform: uppercase;
    background: #E5214C;

    @media (max-width: 450px) {
        padding-top: 3px;
        font-size: 9px;
    }

}

.pricing-hero__item-content {
    padding: 35px 30px 50px 30px;

    @media (max-width: 990px) {
        padding: 25px 20px 40px 20px;
    }

    @media (max-width: 700px) {
        padding: 15px 10px 30px 10px;
    }

    @media (max-width: 600px) {
        padding: 15px 5px 30px 5px;
    }

}

.pricing-hero__item-icon {
    margin-bottom: 26px;
    text-align: center;
    font-size: 52px;

    @media (max-width: 990px) {
        font-size: 48px;
    }

    @media (max-width: 700px) {
        font-size: 36px;
        margin-bottom: 15px;
    }

    @media (max-width: 450px) {
        font-size: 32px;
    }


}

.pricing-hero__item-title {
    margin-bottom: 6px;
    color: #18181B;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 138.462%;
    letter-spacing: 1px;
    text-transform: uppercase;

    @media (max-width: 990px) {
        font-size: 11px;
    }

    @media (max-width: 450px) {
        font-size: 10px;
    }

}

.pricing-hero__item-text {
    margin-bottom: 24px;
    color: #52525B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;

    @media (max-width: 990px) {
        font-size: 11px;
    }

    @media (max-width: 600px) {
        margin-bottom: 15px;
        line-height: 135%;
    }

    @media (max-width: 450px) {
        font-size: 10px;
    }

}

.pricing-hero__item-btn {
    display: block;
    border: none;
    outline: none;
    margin-bottom: 24px;
    background: #F4F4F5;
    width: 100%;
    padding: 13px 0;
    text-align: center;
    color: #18181B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase;

    @media (max-width: 990px) {
        font-size: 12px;
        padding: 8px 0;
    }

    @media (max-width: 600px) {
        font-size: 8px;
        padding: 6px 0;
    }


}

.pricing-hero__item-btn.red {
    background: #E52149;
    color: #FFFFFF;
}

.pricing-hero__item-list-title {
    bottom: 24px;
    color: #18181B;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.462%;
    letter-spacing: 1px;
    text-transform: uppercase;

    @media (max-width: 990px) {
        font-size: 11px;
    }

    @media (max-width: 600px) {
        font-size: 9px;
    }

    @media (max-width: 450px) {
        font-size: 8px;
    }

}

.pricing-hero__item-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;

    @media (max-width: 450px) {
        gap: 10px;
    }
}

.pricing-hero__item-list li {
    position: relative;
    padding-left: 27px;
    color: #18171C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;

    @media (max-width: 990px) {
        font-size: 13px;
    }

    @media (max-width: 600px) {
        padding-left: 20px;
        font-size: 10px;
    }

    @media (max-width: 450px) {
        padding-left: 18px;
        font-size: 9px;
    }

}

.pricing-hero__item-list li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(/assets/images/icons/check-mark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;


    @media (max-width: 600px) {
        width: 12px;
        height: 12px;
        top: 0;
    }

    @media (max-width: 450px) {
        width: 10px;
        height: 10px;
    }

}

.pricing-page .xmas-table {
    background: transparent;
    padding-bottom: 0;
}

.pricing-page #pricing-table {
    padding-bottom: 100px;
}

.pricing-page .xmas-table .pricing-title {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #18181B;
    text-align: center;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: 108.333%;
}

.pricing-page .xmas-table .pricing-title button {
    border: none;
    background: none;
    outline: none;
}

.pricing-page .xmas-table .pricing-title button.expanded {
    transform: rotate(180deg);
}

.pricing-page .xmas-table .xmas-table-row.main {
    padding: 0;
}

.pricing-page .xmas-table .options-box.xmas {
    background: transparent;
}

.pricing-page .xmas-table .xmas-table-row {
    border-color: #E2E8F0;
}

.pricing-page .xmas-table .options-box.xmas .option {
    border: none;
}

.pricing-page .xmas-table .option.main.pricing {
    padding-top: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border-radius: 10px 10px 0px 0px;
    background: #E5214C;
}

.pricing-page .xmas-table .option.main.pricing p {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
}

.pricing-page .xmas-table .option.main.pricing h3 {
    color: #FFF;
}

.get-with-typ {
    padding: 80px 0;
    background: #FAFAFA;
    display: flex;
    justify-content: center;

    @media (max-width: 800px) {
        padding: 60px 0;
    }

    @media (max-width: 600px) {
        padding-top: 30px;
    }

}

.get-with-typ-wrapper {
    max-width: 1500px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 100px;

    @media (max-width: 1700px) {
        gap: 50px;
    }

    @media (max-width: 1100px) {
       flex-direction: column;
    }

}

.get-with-typ-item.left {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 24px;

    @media (max-width: 1500px) {
        width: 40%;
    }

    @media (max-width: 1100px) {
        width: 100%;
        max-width: 500px;
        align-content: center;
    }

}

.get-with-typ-item.left h2 {
    margin: 0;
    color: #18181B;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;

    @media (max-width: 1100px) {
        text-align: center;
    }

    @media (max-width: 800px) {
        font-size: 31px;
    }

    @media (max-width: 600px) {
        font-size: 24px;
    }


}

.get-with-typ-item.left p {
    margin: 0;
    color: #18181B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;

    @media (max-width: 1100px) {
        text-align: center;
    }

    @media (max-width: 600px) {
        font-size: 16px;
    }

}

.get-with-typ-item.left a {
    background: #E5214C;
    max-width: 250px;
    padding: 13px 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    text-transform: uppercase;

    @media (max-width: 1100px) {
        margin: 0 auto;
        width: 250px;
    }

    @media (max-width: 600px) {
        padding: 10px 0;
        font-size: 14px;
    }


}

.get-with-typ-item.right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 30px;

    @media (max-width: 1500px) {
        width: 60%;
        column-gap: 50px;
    }

    @media (max-width: 1100px) {
        width: 90%;
    }

    @media (max-width: 800px) {
        width: 100%;
    }

    @media (max-width: 600px) {
        grid-template-columns: 1fr;
    }

}

.get-with-typ-item.right .item {
    display: flex;
    gap: 16px;
}

.get-with-typ-item.right .item svg {
    width: 50px;
    flex-shrink: 0;
}

.get-with-typ-item.right .item h4 {
    margin-bottom: 2px;
    color: #18181B;
    font-family: "Axiforma", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.get-with-typ-item.right .item p {
    margin-bottom: 0;
    color: #999;
    font-family: "Axiforma", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.75%;
    word-break: break-word;
}

.enterprise-pricing {
    margin-bottom: 100px;
    padding: 90px 0;
    background-image: url(/assets/images/typ/pricing-decor.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.enterprise-pricing h2 {
    margin-bottom: 24px;
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.286%;

    @media (max-width: 800px) {
        font-size: 31px;
    }

    @media (max-width: 600px) {
        font-size: 24px;
    }

}


.enterprise-pricing p {
    margin: 0 auto;
    margin-bottom: 24px;
    max-width: 890px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 166.667%;

    @media (max-width: 980px) {
        width: 90%;
    }

    @media (max-width: 600px) {
        font-size: 16px;
    }

}


.enterprise-pricing a {
    display: block;
    margin: 0 auto;
    background: #FFF;
    padding: 13px 0;
    width: 250px;
    color: #18181B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    text-transform: uppercase;
}

