.price {
    background: url(../images/pricebg.png) no-repeat center center;
    background-size: cover;
    padding: 75px 72px 100px 72px;
}

.price__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.price__title {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 103%;
    letter-spacing: -1.04px;
}

.price__items {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.price__items-desktop {
    display: flex;
    width: 100%;
    max-width: 100%;
}

.price__items-mobile {
    display: none;
}

.price__item {
    display: flex;
    flex: 1;
    min-width: 0;
    max-width: 501px;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0 0 11.1px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}

.price__item-title-text {
    color: #0B400B;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    width: 100%;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.72px;
}

.price__item-price-value-number {
    color: #0B400B;
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.92px;
}

.price__item-title {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.price__item-title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
}

.price__item-bestseller {
    color: #32DC95;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.48px;
}

.price__item-price p {
    color: #5A5A61;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.36px;
}

.price__item-price {
    display: flex;
    align-items: center;
    gap: 16px;
}

.price__item-price-value {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price__item-price-unit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.price__item-price-currency {
    color: #161620;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.96px;
}

.price__item-price-unit-text {
    color: rgba(22, 22, 32, 0.69);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.54px;
}

.price_line {
    width: 100%;
    height: 1px;
    background: #999999;
}

.price__item-features {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.price__item-features div {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.price__item-features p {
    color: #161620;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.price__item-btn {
    display: flex;
    width: 100%;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 47px;
    background: #0B400B;
    border: none;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.16px;
}

#price__item-best {
    background-color: #161620;
    color: rgba(255, 255, 255, 0.89);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.price__feature p {
    color: rgba(255, 255, 255, 0.89) !important;
}

#green-text {
    color: #32DC95;
    width: fit-content;
}

#ga-text {
    color: #FFFFFFB8;
}

#green-btn {
    background-color: #32DC95;
    color: #161620;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.16px;
}

@media (max-width: 1400px) {
    .price {
        padding: 75px 40px 100px 40px;
    }

    .price__item {
        padding: 24px;
    }

    .price__item-price-value-number {
        font-size: 48px;
    }

    .price__item-price-currency {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .price {
        padding: 60px 24px 80px 24px;
    }

    .price__item {
        padding: 20px;
        gap: 16px;
    }

    .price__item-features p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .price {
        padding: 40px 16px 60px 16px;
    }

    .price__title {
        font-size: 32px;
        line-height: 110%;
    }

    .price__items-desktop {
        display: none;
    }

    .price__items-mobile {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .price__swiper {
        width: 100%;
        overflow: visible;
        padding: 0 8px;
    }

    .price__swiper .swiper-wrapper {
        align-items: stretch;
    }

    .price__swiper .swiper-slide {
        height: auto;
        display: flex;
        align-items: stretch;
    }

    .price__swiper .price__item {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}