.PriceCards{text-align:center}.PriceCards__toggle{display:inline-block;margin-bottom:65px}.PriceCards__toggleInner{background-color:var(--primary-color);border-radius:35px;display:grid;grid-auto-rows:1fr;grid-template-columns:1fr 1fr;overflow:hidden;position:relative}.PriceCards__toggleInnerPuck{background-color:var(--secondary-color);border:5px solid var(--primary-color);border-radius:35px;content:"";display:block;height:100%;left:0;position:absolute;top:0;transition:top .2s,left .2s;width:50%}.PriceCards__toggleItem{color:#fff;cursor:pointer;font-size:30px;font-weight:700;padding:10px 55px;position:relative;text-align:center;user-select:none;-webkit-user-select:none}.PriceCards__toggleItem--active{color:var(--primary-color)}.PriceCards__section{display:none;flex-wrap:wrap;gap:70px;justify-content:center;margin:0 auto;width:100%}.PriceCards__section--active{display:flex}.PriceCards__sectionItem{background-color:#e0e5e7;border-radius:60px;display:flex;flex-direction:column;max-width:460px;overflow:hidden;text-align:center;width:100%}.PriceCards__sectionItemHeader{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;height:220px;justify-content:space-between;padding:20px}.PriceCards__sectionItemHeaderPrice{font-size:50px;font-weight:700}.PriceCards__sectionItemHeaderPost,.PriceCards__sectionItemHeaderPre{font-size:20px;font-weight:700}.PriceCards__sectionItemBody{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:50px;height:100%;justify-content:space-between;padding:50px 40px}.PriceCards__sectionItemBodyTitle{margin-bottom:50px}.PriceCards__sectionItemHeaderPost>div:after,.PriceCards__sectionItemHeaderPost>div:before,.PriceCards__sectionItemHeaderPre>div:after,.PriceCards__sectionItemHeaderPre>div:before{content:"\00a0"}@media (max-width:750px){.PriceCards__toggleInner{grid-template-columns:1fr}.PriceCards__toggleInnerPuck{height:50%;left:0;top:0;width:100%}}