.pricing-wrapper .plan-buttons{display:flex;margin:0 auto 48px;overflow:hidden;width:fit-content}.pricing-wrapper .plan-buttons.inactive{display:none}.pricing-wrapper h6{margin-bottom:8px}.pricing-wrapper .features{display:flex;flex-direction:column;font-size:16px;margin-bottom:40px;width:100%}.pricing-wrapper .price{margin-bottom:8px}.price .money-symbol{font-size:24px;text-transform:uppercase}.price .item-price{font-size:56px;font-weight:700}.price .text-after-price{font-size:32px;font-weight:700}.pricing-wrapper .features .feature{display:flex;gap:16px;margin-bottom:16px}.pricing-wrapper .features .feature svg{min-width:24px;width:24px}.pricing-wrapper .features .feature:last-child{margin-bottom:0}.pricing-wrapper .text-under-price{font-size:16px;margin-bottom:32px}.pricing-wrapper .en-btn{font-size:16px;padding:12px 24px;width:100%}.plans-wrapper{display:none;flex-wrap:wrap;gap:32px;justify-content:center}.plans-wrapper.active{display:flex}.plans-wrapper .plan{border:1px solid #19223f;border-radius:18px;display:flex;flex-direction:column;justify-content:space-between;padding:32px;width:calc(33.33333% - 22px)}.plans-wrapper .price-wrapper{align-items:center;display:flex;flex-direction:column}.plan-buttons{border:1px solid #0e86fe;border-radius:8px}.tab-button{color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:background-color .5s}input[type=radio]{display:none}input[type=radio]:checked+label.tab-button{background-color:#0e86fe}@media (max-width:991px){.plans-wrapper{flex-direction:column}.plans-wrapper .plan{margin:0 auto;max-width:560px;width:100%}}