.rate-switcher{margin-top:32px;display:flex;justify-content:center;align-items:center}.rate-switcher__label{font-size:18px;font-weight:600;position:relative}.rate-switcher__label_sm{font-size:16px}.rate-switcher__label_inactive{color:var(--grey-color-100)}.rate-switcher__badge{background:var(--color-lavender-bg);color:var(--color-lavender-text);padding:2px 8px;border-radius:4px;font-weight:400;font-size:16px;position:absolute;left:100%;top:0;margin-left:8px;white-space:nowrap}.rate-switcher__badge_sm{font-size:14px;padding:2px 4px}.rate-switcher__control{margin:0 12px}.ui-switch{display:flex;justify-content:space-between;align-items:center;height:28px;background:var(--grey-light-color-60);border-radius:14px;width:48px;cursor:pointer;position:relative;transition:all .2s ease-in}.ui-switch_active{background:var(--primary-color)}.ui-switch_active .ui-switch__circle{left:100%;margin-left:-24px}.ui-switch_size_md{height:20px;width:36px}.ui-switch_size_md .ui-switch__circle{height:16px;left:2px;width:16px;border-radius:8px;top:2px}.ui-switch_size_md.ui-switch_active .ui-switch__circle{left:100%;margin-left:-18px}.ui-switch__circle{background:#fff;width:20px;height:20px;border-radius:10px;position:absolute;left:4px;top:4px;transition:all .2s ease-in;box-shadow:0 1px 4px rgba(34,49,85,.15)}.ui-switch__input{display:none}.ui-switch__field-false{flex:1;display:flex;justify-content:flex-end;padding-right:4px;box-sizing:border-box}.ui-switch__field-true{flex:1;display:flex;justify-content:flex-start;padding-left:4px;box-sizing:border-box}.rate-plan-item{border:1px solid #fff;border-radius:12px;padding:20px;grid-column:span 2/span 2;font-family:Source Sans Pro,sans-serif;box-shadow:0 2px 6px rgba(0,0,0,.08),0 15px 30px rgba(0,0,0,.04);transition:all .2s ease-in}.rate-plan-item:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.rate-plan-item_hit{border:1px solid var(--primary-color)}.rate-plan-item__title{display:flex;align-items:start;justify-content:space-between;margin-bottom:12px}.rate-plan-item__hit{background:#ff6262;padding:2px 8px;border-radius:4px;text-transform:uppercase;font-weight:600;color:#fff;display:flex;align-items:center}.rate-plan-item__hit svg{margin-right:4px}.rate-plan-item__hit svg .path-fill{fill:#fff}.rate-plan-item__name{font-size:18px;font-weight:600}.rate-plan-item__descr{color:var(--text-light-color);margin-bottom:24px;font-size:16px;height:2em}.rate-plan-item__price{font-size:28px;font-weight:700}.rate-plan-item__price-unit{color:var(--text-light-color)}.rate-plan-item__price-save{margin-top:8px;height:1em;font-size:16px;font-weight:500}.rate-plan-item__action{margin-top:20px}.rate-plan-item__btn{font-size:16px;font-weight:500;height:44px}.rate-plan-item__btn.ui-button_inverted{color:var(--primary-color-hover)}.rate-plan-item__btn:hover{color:#fff;background-color:var(--primary-color)}.rate-plan-item__features{margin-top:20px;border-top:1px solid var(--grey-light-color-40);padding-top:20px;grid-row-gap:8px;row-gap:8px;display:flex;flex-direction:column}.rate-plan-item__feature-item{align-items:center;display:flex;font-size:14px}.rate-plan-item__feature-item-icon{width:16px;margin-right:8px}.rate-plan-item__feature-item-icon .path-fill{fill:var(--primary-color)}.rate-plan-item__feature-item-icon .path-stroke{stroke:var(--primary-color)}.rate-plan-item__feature-item-label{flex:1}@media only screen and (max-width:1024px){.rate-plan-item{grid-column:span 4/span 4}}@media only screen and (max-width:768px){.rate-plan-item{grid-column:span 5/span 5}}@media only screen and (max-width:640px){.rate-plan-item{grid-column:span 10/span 10}}.rate-plan-list{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));grid-row-gap:20px;row-gap:20px;grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px;margin-bottom:72px}.rates-section{margin-bottom:60px;font-family:Source Sans Pro,sans-serif}.rates-section h1{font-size:36px;font-weight:800;padding:0;margin:0;text-align:center}.rates-section__descr{margin-top:8px;color:var(--text-light-color);font-size:18px;text-align:center}.rates-section__descr p{margin:0 0 8px;padding:0}.plan-features{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-row-gap:20px;row-gap:20px;grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px;justify-content:center;margin:0 auto 60px;max-width:980px}.plan-features .plan-feature-item{grid-column:span 6/span 6;display:flex;align-items:center}.plan-features .plan-feature-item__icon{margin-right:8px}.plan-features .plan-feature-item__icon .path-fill{fill:var(--primary-color)}.plan-features .plan-feature-item__label{font-size:16px}@media only screen and (max-width:768px){.plan-features{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1024px){.rate-plan-list{grid-template-columns:repeat(12,minmax(0,1fr))}}