.tabs__tabs-wrapper{display:flex;flex-wrap:wrap}
.tabs__content-wrapper{position:relative;transition:height 2s;overflow:hidden}
.tabs__item{flex-grow:1;text-align:center;border-radius:4px;padding:34px 10px 26px;cursor:pointer;margin-left:24px;color:#676767;flex-basis:10%}
.tabs__item:first-child{margin-left:0}
.tabs__item--active{background-color:#f0f8fc;color:#0684bd}
.tabs__content{width:100%;order:1}
.tabs__icon-block{height:64px;margin:0 auto 19px;display:flex;align-items:center;justify-content:center}
.tabs__icon{max-height:100%;width:auto}
.tabs__arrow{display:none}
.tabs--switch-type--default .tabs__content{display:none}
.tabs--switch-type--default .tabs__content--active{display:block}
.tabs--switch-type--fade .tabs__content{position:absolute;top:0;z-index:1;opacity:0;transition:none;pointer-events:none}
.tabs--switch-type--fade .tabs__content--active{transition:opacity 1s ease;position:relative;z-index:2;opacity:1;pointer-events:auto}
.tabs--arrows .tabs__tabs-stage{overflow:auto;padding-bottom:25px;display:flex}
.tabs--arrows .tabs__tabs-wrapper{justify-content:center;flex-wrap:nowrap;flex-grow:1;position:relative;border-bottom:1px solid #d2d2d3}
.tabs--arrows .tabs__item{display:flex;justify-content:center;align-items:center;position:relative;font-size:18px;font-weight:200;font-style:normal;text-transform:uppercase;flex-basis:auto;flex-grow:0;padding-left:30px;padding-right:30px;margin:0}
.tabs--arrows .tabs__item--active{background-color:transparent;font-weight:700;font-style:normal;color:#0684bd}
.tabs--arrows .tabs__arrow{width:48px;height:11px;padding:0 14px;position:absolute;left:50%;transform:translateX(-50%);bottom:-7px;background-color:#fff;color:#0684bd}
.tabs--arrows .tabs__item--active .tabs__arrow{display:block}
.tabs--phoenix .tabs__arrows{display:none}
.tabs--phoenix .tabs__tabs-wrapper{justify-content:space-between;display:flex;flex-flow:wrap}
.tabs--phoenix .tabs__item{display:flex;flex-wrap:wrap;justify-content:center;font-size:20px;color:#001138;opacity:.7;max-width:211px;padding:34px 0 26px;margin:0 15px 50px;position:relative;font-weight:600;font-style:normal}
.tabs--phoenix .tabs__item::after{content:'';display:block;opacity:.2;height:4px;background-color:#001138;width:100%;position:absolute;bottom:0;left:0}
.tabs--phoenix .tabs__item--active{background-color:transparent;opacity:1;color:#001138;font-weight:600;font-style:normal}
.tabs--phoenix .tabs__item--active::after{background-color:#002fa7;opacity:1}
.tabs--phoenix-dark .tabs__arrows{display:none}
.tabs--phoenix-dark .tabs__tabs-wrapper{justify-content:left;position:relative}
.tabs--phoenix-dark .tabs__tabs-wrapper:before{position:absolute;content:'';top:47px;width:100%;height:1px;background-color:#9d9d9d}
.tabs--phoenix-dark .tabs__item{position:relative;display:flex;flex-wrap:wrap;justify-content:center;font-size:18px;color:#001138;max-width:fit-content;padding:0 0 26px;margin:0 60px 50px 0;font-weight:400;font-style:normal}
.tabs--phoenix-dark .tabs__item::after{content:'';display:block;height:2px;background-color:transparent;width:calc(100% + 4px);position:absolute;bottom:0;left:0}
.tabs--phoenix-dark .tabs__item--active{font-weight:600;font-style:normal;background-color:transparent}
.tabs--phoenix-dark .tabs__item--active::after{background-color:#001138}
.tabs--title-wrap--wrap .tabs__item{white-space:normal}
.tabs--title-wrap--nowrap .tabs__item{white-space:nowrap}
.tabs--title-style--normal .tabs__item{text-transform:none;font-weight:400;font-style:normal}
.tabs--title-style--uppercase .tabs__item{text-transform:uppercase;font-weight:200;font-style:normal}
.tabs--title-style--uppercase .tabs__item--active{font-weight:700;font-style:normal}
.tabs--freemium .tabs__selected-item{display:none}
.tabs--freemium .tabs__tabs-stage{display:flex;justify-content:center}
.tabs--freemium .tabs__tabs-wrapper{background-color:#f6f5f1;border-radius:100px;flex-wrap:nowrap;flex-grow:0;padding-left:8px;padding-right:8px;justify-content:center}
.tabs--freemium .tabs__item{display:flex;justify-content:center;align-items:center;font-size:20px;line-height:1.2;font-weight:500;font-style:normal;flex-basis:auto;flex-grow:0;margin:8px 0;color:#222;padding:18px 80px}
.tabs--freemium .tabs__item--active{background-color:#fff;color:#066fac;box-shadow:0 3px 3px rgba(0,0,0,0.07);border-radius:100px}
.tabs--freemium-dark .tabs__selected-item{display:none}
.tabs--freemium-dark .tabs__tabs-wrapper{justify-content:center;background-color:transparent;flex-wrap:wrap}
.tabs--freemium-dark .tabs__item{display:flex;font-size:14px;line-height:1.71;font-weight:500;font-style:normal;flex-basis:auto;flex-grow:0;color:rgba(34,34,34,0.6);padding:10px 20px 12px;border-radius:30px;border:1px dashed rgba(34,34,34,0.2);margin-left:16px}
.tabs--freemium-dark .tabs__item:first-child{margin-left:0}
.tabs--freemium-dark .tabs__item--active{background-color:#222;color:#fff}
@media only screen and (max-width:1099px){.tabs__item{padding:20px 0 15px;margin-left:18px}
.tabs__icon-block{height:50px;margin-bottom:11px}
.tabs--phoenix .tabs__item{font-size:17px;margin:0 10px 30px}
.tabs--arrows .tabs__item{flex-grow:1}
.tabs--phoenix-dark .tabs__item{margin-right:40px}
.tabs--freemium-dark.tabs--disable-dropdown-mode .tabs__item{display:flex;font-size:14px;line-height:1.5;font-weight:500;font-style:normal;flex-basis:auto;flex-grow:0;color:rgba(34,34,34,0.6);padding:10px 20px 12px;border-radius:30px;border:1px dashed rgba(34,34,34,0.2);margin-left:16px}
.tabs--freemium-dark.tabs--disable-dropdown-mode .tabs__item:first-child{margin-left:0}
.tabs--freemium-dark.tabs--disable-dropdown-mode .tabs__item--active{background-color:#222;color:#fff}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__tabs-stage{display:flex;position:relative;justify-content:center}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__selected-item{display:flex;padding:10px 25px 12px;background-color:#222;justify-content:space-between;align-items:center;border-radius:30px;color:#fff;min-width:186px;font-weight:500;font-style:normal}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__selected-item-arrow{width:14px;height:8px;margin-left:33px;transition:transform .3s ease-in-out}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper{opacity:0;flex-wrap:wrap;flex-direction:column;position:absolute;left:0;right:0;width:max-content;min-width:186px;margin:0 auto;background-color:#fff;z-index:9;border-radius:5px;top:calc(107%);max-height:0;overflow:hidden;padding:0 15px}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper .tabs__item{font-size:16px;line-height:2.5;justify-content:flex-start;padding:0;font-weight:400;font-style:normal;border:0;box-shadow:none;color:#222;margin:0}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper .tabs__item:not(:last-child){margin-right:0}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper .tabs__item:not(:first-child){margin-left:0}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper .tabs__item--active{background-color:transparent;font-weight:500;font-style:normal}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode-active .tabs__selected-item-arrow{transform:rotate(180deg)}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode-active .tabs__tabs-wrapper{opacity:1;max-height:1000px;padding:10px 15px;box-shadow:rgba(0,0,0,0.1) 0 0 7px 2px}
.tabs--freemium .tabs__item{font-size:18px;line-height:1.33;padding:14px 60px}
}
@media only screen and (max-width:619px){.tabs--default .tabs__item{flex-basis:100%;display:flex;align-items:center;padding:12px 20px 12px 10px;text-align:left;margin:0;border-radius:0}
.tabs--default .tabs__content{order:0}
.tabs--default .tabs__item:not(:first-child){border-top:1px solid #e4e5e6}
.tabs--default .tabs__icon-block{width:40px;height:40px;margin:0 22px 0 0}
.tabs--default .tabs__title{flex-grow:1}
.tabs--default .tabs__arrow{display:block;width:14px;height:8px;margin-left:22px;transform:rotate(0);transition:transform .2s ease}
.tabs--default .tabs__item--active .tabs__arrow{transform:rotate(-180deg)}
.tabs--default.tabs--switch-type--fade .tabs__content{display:none}
.tabs--default.tabs--switch-type--fade .tabs__content--active{display:block}
.tabs--phoenix .tabs__phoenix{position:relative}
.tabs--phoenix .tabs__phoenix .tabs__tabs-wrapper{display:flex;justify-content:flex-start;flex-direction:column;align-items:center}
.tabs--phoenix .tabs__arrows{position:absolute;z-index:10;display:flex;width:25px;height:25px;top:50px}
.tabs--phoenix .tabs__arrows--prev{left:0}
.tabs--phoenix .tabs__arrows--next{transform:rotate(180deg);right:0}
.tabs--phoenix .tabs__arrows--disabled{color:#001138;opacity:.2}
.tabs--phoenix .tabs__dots{display:flex;height:10px;justify-content:center;margin:0 auto;position:relative;z-index:10}
.tabs--phoenix .tabs__dots .tabs__dot{background:#001138;opacity:.2;border-radius:50%;height:9px;width:9px;margin:4px}
.tabs--phoenix .tabs__dots .tabs__dot--active{background:#002fa7;opacity:1}
.tabs--phoenix .tabs__item{font-size:16px;display:flex;justify-content:center;max-width:211px;padding:34px 0 26px;margin:0 auto 27px}
.tabs--phoenix .tabs__item::after{display:none}
.tabs--phoenix.tabs--switch-type--default .tabs__content{display:block}
.tabs--phoenix.tabs--switch-type--fade .tabs__content{display:flex;position:relative;order:0;opacity:1}
.tabs--phoenix-dark .tabs__tabs-wrapper:before{display:none}
.tabs--phoenix-dark .tabs__item{font-weight:500;font-style:normal;max-width:100%;flex-basis:100%;padding:25px 0;text-align:left;margin:0;justify-content:space-between;align-items:center}
.tabs--phoenix-dark .tabs__arrow{display:block;width:14px;height:8px;margin-left:22px;transform:rotate(0);transition:transform .2s ease;color:#002fa7}
.tabs--phoenix-dark .tabs__item--active{color:#002fa7}
.tabs--phoenix-dark .tabs__item--active:after{display:none}
.tabs--phoenix-dark .tabs__item--active:before{content:'';position:absolute;top:0;left:-20px;width:calc(140%);height:100%;background-color:#f2f4fa;z-index:-1}
.tabs--phoenix-dark .tabs__item--active .tabs__arrow{transform:rotate(-180deg)}
.tabs--phoenix-dark .tabs__content{order:0}
.tabs--phoenix-dark .tabs__item:not(:first-child){border-top:1px solid #d8d9d6}
.tabs--arrows .tabs__tabs-wrapper{justify-content:flex-start}
.tabs--arrows .tabs__item{font-size:12px;padding-left:24px;padding-right:24px}
.tabs--arrows.tabs--switch-type--fade .tabs__content{display:none}
.tabs--arrows.tabs--switch-type--fade .tabs__content--active{display:block}
.tabs--freemium .tabs__wrapper--dropdown-mode .tabs__tabs-stage{flex-direction:column;position:relative;margin-left:19px;margin-right:19px}
.tabs--freemium .tabs__wrapper--dropdown-mode .tabs__selected-item{display:flex;padding:14px 25px;background-color:#f6f5f1;justify-content:space-between;align-items:center;border-radius:30px;color:#066fac;font-weight:500;font-style:normal;font-size:18px;line-height:1.33}
.tabs--freemium .tabs__wrapper--dropdown-mode .tabs__selected-item-arrow{width:14px;height:8px;transition:transform .3s ease-in-out}
.tabs--freemium .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper{opacity:0;flex-wrap:wrap;flex-direction:column;position:absolute;left:0;right:0;width:100%;margin:0 auto;background-color:#fff;z-index:9;border-radius:5px;top:calc(107%);max-height:0;overflow:hidden;padding:0 15px}
.tabs--freemium .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper .tabs__item{font-size:16px;line-height:2.5;justify-content:flex-start;padding:0;font-weight:400;font-style:normal;border:0;box-shadow:none;margin:0}
.tabs--freemium .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper .tabs__item:not(:last-child){margin-right:0}
.tabs--freemium .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper .tabs__item:not(:first-child){margin-left:0}
.tabs--freemium .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper .tabs__item--active{font-weight:500;font-style:normal;color:#222}
.tabs--freemium .tabs__wrapper--dropdown-mode-active .tabs__selected-item-arrow{transform:rotate(180deg)}
.tabs--freemium .tabs__wrapper--dropdown-mode-active .tabs__tabs-wrapper{opacity:1;max-height:1000px;padding:10px 15px;box-shadow:rgba(0,0,0,0.1) 0 0 7px 2px}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__tabs-stage{margin-left:19px;margin-right:19px}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__tabs-wrapper{width:100%}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__selected-item{width:100%;color:#fff;background-color:#222}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__item{margin:0 !important;padding:0 !important;font-size:16px !important;line-height:2.5 !important}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__item:not(:last-child){margin-right:0 !important}
.tabs--freemium-dark .tabs__wrapper--dropdown-mode .tabs__item:not(:first-child){margin-left:0 !important}
}