
	.global-header__number .phone-number{
		opacity: 0;
		pointer-events: none;
		transition: .3s ease-in-out;
	}
	
	
	.tabs-block__nav {
		display: flex;
	}
	
	.tabs-block__nav-item {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		width: calc(100% / 4);
		justify-content: center;
		height: 0px;
		align-items: center;
		font-size: 22px;
		color: #fff;
		background-color: transparent;
		font-weight: 500;
		cursor: pointer;
	}
	.compare-plans{display:none;}
	.compare-plans.show{display:block;}
	.compare-block.show .compare-block__icon>svg {
		transform: rotate(180deg);
	}
	.tabs-block__nav-small-text {
		font-size: 14px;
		font-weight: 400;
	}
	
	.tabs-block__nav-item--active {
		color: #001138;
		background-color: #FFFFFF;
	}
	
	.tabs-block__content {
		min-height: 400px;
		padding-top: 10px;
		background-color: #fff;
		position: relative;
		padding-bottom:50px;
	}
	@media (min-width:768px){
		.tabs-block__content {padding-bottom:90px;}
	}
	
	.tabs-block__content-item--contact-center {
		padding-top: 97px;
	}
	
	.tabs-block__content:after {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		background-color: #c7c6c5;
		opacity: .3;
		transition: opacity .3s ease-in-out, opacity .3s ease-in-out;
	}
	
	.tabs-block--loaded .tabs-block__content:after {
		opacity: 0;
		z-index: -1;
	}
	
	.tabs-block__content-item {
		display: none;
	}
	
	.tabs-block__content-item--active {
		display: block;
	}
	
	.tabs-block__content-item--meet {
		padding-top: 125px;
	}
	
	.tabs-block__nav-item:nth-child(2) .tabs-block__nav-ico>div {
		height: 33px;
		max-width: 40px;
	}
	
	.pricing-info {
		display: flex;
		justify-content: space-between;
		margin-bottom: 67px;
	}
	
	.pricing-info__switcher {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 30px 0;
	}

	/*Toggler start*/
    .pricing-info__toggler {
		display: flex;
		align-items: center;
		color: #001138;
		font-weight: 400;
        position: relative;
		cursor: pointer;
	}

    .pricing-info__toggler-text {
		min-width: 75px;
	}

	.pricing-info__toggler-text-additional {
		font-size: 12px;
		text-transform: uppercase;
		color: #F9A23D;
		white-space: nowrap;
		line-height: 14px;
		font-weight: 400;
		position: absolute;
        left: 0;
    	top: 28px;
		padding-left: 77px;
	}

    .pricing-info__toggler label {
  		position: relative;
  		z-index: 2;
	}

	.pricing-info__toggler input{
		opacity: 0;
  		position: absolute;
	}
	.pricing-info__toggler input:last-of-type{
		right: 0;
	}

    .pricing-info__toggler label:first-of-type {
        padding-right: 60px;
        margin-right: 17px;
		line-height: 28px;
    }

    .pricing-info__toggler label:last-child {
        margin-left: -60px;
        padding-left: 77px;
    }

    .pricing-info__toggler:focus-within label:first-of-type:after,
    .pricing-info__toggler.focus-within label:first-of-type:after {
        outline: 3px solid #5580F7;
        outline-offset: 3px;
    }

    .pricing-info__toggler label:first-of-type:before,
    .pricing-info__toggler label:first-of-type:after {
        content: "";
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        vertical-align: middle;
        height: 28px;
        box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.08);
    }

	.pricing-info__toggler label:first-of-type:after {
		background-color: #DBD9D6;
        border-radius: 18px;
        margin: 0 17px 0 17px;
        width: 60px;
    }

    .pricing-info__toggler label:first-of-type:before {
        position: absolute;
        width: 22px;
        height: 22px;
        background: #001138;
        border-radius: 50%;
        top: 0;
        right: 21px;
        transform: translate(34px, 3px);
        transition: transform .3s ease-in-out;
        z-index: 2;
    }

    .pricing-info__toggler input:first-of-type:checked ~ label:first-of-type:before {
        transform: translate(3px, 3px);
    }

    .pricing-info__toggler input:last-of-type:checked ~ label:last-of-type {
        z-index: 1;
    }
	/*Toggler end*/
		
	.pricing-info__phone {
		width: 170px;
		display: none;
		flex-wrap: wrap;
		font-size: 18px;
		color: #001138;
		padding: 20px 0;
		transform: translate(12px, 12px);
	}
	
	.pricing-info__phone-title {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.pricing-info__phone-content {
		color: #002FA7;
	}
	
	.pricing-info__phone-content>a {
		color: #002FA7;
	}
	
	.pricing-info__phone-content>a:hover {
		text-decoration: underline;
	}
	.pricing-info__range {
		cursor: pointer;
	}
	.pricing-info__range-block {
		width: calc(100% - 255px);
		padding-left: 169px;
		display: flex;
		align-items: center;
	}
	
	.pricing-info__range-input-help-bg {
		position: absolute;
		left: 0;
		width: 33.33333%;
		height: 4px;
		background: linear-gradient(90.07deg, #EE8E36 0.06%, #DF5B59 59%, #653ADD 90.58%);
		z-index: 1;
		border-radius: 2px;
		transform: translateY(-50%);
		top: 50%;
	}
	
	.tabs-block__content-item--glip .pricing-info__range-input-help-bg{
		width: 0;
	}
	
	.pricing-info__range-text {
		white-space: nowrap;
		margin-right: 37px;
		font-weight: 500;
	}
	
	.pricing-info__range-content {
		width: 100%;
		position: relative;
		cursor: pointer;
	}
	
	.tabs-block__content-item--glip .pricing-info__range-content{
		max-width: 234px;
	}
	
	.pricing-info__range-number-users {
		display: flex;
		position: relative;
		font-size: 14px;
		width: 100%;
	}
	
	.pricing-info__range-number-users-item {
		position: absolute;
		top: 11px;
		left: 9px;
		color: #6F6F6F;
		font-weight: 500;
	}
	
	.tabs-block__content-item--glip .pricing-info__range-number-users-item--first{
		left: 0;
	}
	.pricing-info__range-number-users-item--active {
		color: #222222;
	}
	
	.pricing-info__range-number-users-item--second {
		left: 33.33333%;
		transform: translateX(-5px);
	}
	
	.pricing-info__range-number-users-item--third {
		left: 66.6666%;
		transform: translateX(-16px);
	}
	
	.pricing-info__range-number-users-item--fourth {
		left: calc(100% - 55px)
	}
	
	.tabs-block__content-item--glip .pricing-info__range-number-users-item--fifth{
		left: calc(100% - 24px);
	}
	.pricing-info__range-input-block:before {
		content: "";
		height: 4px;
		width: 100%;
		background-color: #DBD9D6;
		position: absolute;
		border-radius: 2px;
		top: 50%;
		transform: translateY(-50%);
	}
	/*Style Range*/
	
	input[type=range] {
		-webkit-appearance: none;
		background-color: transparent;
		padding: 0;
		height: 24px;
		width: 100%;
		font-size: 0;
		position: relative;
		z-index: 2;
	}
	
	input[type=range]::-webkit-slider-runnable-track {
		width: 100%;
		cursor: pointer;
		border-radius: 2px;
		border: none;
		position: relative;
		z-index: 999;
	}
	
	input[type=range]::-webkit-slider-thumb {
		height: 24px;
		width: 24px;
		border-radius: 50%;
		background-color: #001138;
		cursor: pointer;
		-webkit-appearance: none;
		z-index: 2;
	}
	
	input[type=range]::-moz-range-track {
		width: 100%;
		height: 24px;
		cursor: pointer;
		border-radius: 2px;
		border: none;
		position: relative;
		z-index: 3;
	}
	
	input[type=range]::-moz-range-thumb {
		height: 24px;
		width: 24px;
		border-radius: 50%;
		background-color: #001138;
		cursor: pointer;
		-webkit-appearance: none;
		z-index: 4;
	}
	
	input[type=range]::-ms-track {
		width: 100%;
		height: 24px;
		cursor: pointer;
		position: absolute;
		background: transparent;
		border-color: transparent;
		color: transparent;
		z-index: 3;
	}
	
	input[type=range]::-ms-fill-lower {
		background: transparent;
		border: none;
		border-radius: 2px;
		box-shadow: none;
	}
	
	input[type=range]::-ms-fill-upper {
		background: transparent;
		border: none;
		border-radius: 2px;
		box-shadow: none;
	}
	
	input[type=range]::-ms-thumb {
		height: 24px;
		width: 24px;
		border-radius: 50%;
		background-color: #001138;
		cursor: pointer;
		-webkit-appearance: none;
		z-index: 4;
	}
	
	input[type=range]::-ms-tooltip {
		display: none;
	}
	
	input[type=range]:focus::-ms-fill-lower {
		background: transparent;
	}
	
	input[type=range]:focus::-ms-fill-upper {
		background: transparent;
	}
	
	.tabs-block__content-item--show-add-btn .cta:not(.cta--hidden-btn) {
		display: none;
	}
	
	.tabs-block__content-item--show-add-btn .cta--hidden-btn,
	.tabs-block__content-item--show-add-btn .cta:not(.cta--hidden-btn).cta--visible {
		display: block;
		width: 100%;
	}
	
	.cta--hidden-btn {
		display: none;
	}
	
	.tabs-block__content-item:not(.tabs-block__content-item--show-add-btn) .plans-header.sticky-js__el--sticked .cta__el--hidden-btn {
		display: none;
	}
	
	.tabs-block__content-item--show-add-btn .plans-header.sticky-js__el--sticked .plans-header__plan-button:not(.cta__el--hidden-btn),
	.tabs-block__content-item--show-add-btn .plans-header.sticky-js__el--sticked .plans-header__plan-link:not(.cta__el--hidden-btn) {
		display: none;
	}
	
	.tabs-block__content-item--show-add-btn .plans-header.sticky-js__el--sticked .plans-header__plan-button.cta--visible,
	.tabs-block__content-item--show-add-btn .plans-header.sticky-js__el--sticked .plans-header__plan-link.cta--visible {
		display: block;
	}
	
	@media (max-width: 767px) {
		.pricing-info__range-number-users{
			font-size: 12px;
		}
		.pricing-info__range-number-users-item--fifth {
			left: calc(100% - 52px);
		}
	}
	.card-block {
		margin: 0 -15px 35px;
		display: flex;
		justify-content: center;
		color: #001138;
	}
	
	.card-block__item {
		padding: 0 15px;
		min-height: 400px;
		position: relative;
	}
	
	.card-block__item--33 {
		width: 33.3333%;
	}
	
	.card-block__item--25 {
		width: 25%;
	}
	
	.card-block__item-content {
		padding: 29px 21px 24px;
		height: 100%;
		position: relative;
		border: 1px solid #DBD9D6;
	}
	
	.card-block__item--most-popular .card-block__item-content {
		border-color: #FF7A00;
	}
	
	.tabs-block__content-item--meet .card-block__item--most-popular .card-block__item-content {
		border-color: #FF7A00;
	}
	
	.card-block__most-popular {
		position: absolute;
		width: calc(100% + 2px);
		left: -1px;
		top: -36px;
		background-color: #FF7A00;
		color: #222222;
		font-weight: 700;
		padding: 13px 0;
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		border-radius: 4px 4px 0 0;
	}
	
	.card-block__item-btn-block .cta--btn .cta__el {
		width: 100%;
		min-width: 104px;
		padding: 5px;
		border-radius: 2px;
		font-weight: 500;
	}
	
	.card-block__item-features-dropdown {
		display: none;
	}
	
	.cta--btn-style--bordered-orange .cta__el {
		color: #FF8800;
		border: 1px solid #FF8800;
	}
	
	.cta--btn-style--bordered-orange .cta__el:hover {
		background-color: #f90;
		color: #fff;
	}
	
	.cta--btn-style--bordered-orange .cta__el:active {
		background-color: #eb6321;
		color: #fff;
	}
	
	.not-available-block {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: -1;
		border-radius: 6px;
		color: rgba(0, 17, 56, .5);
		padding: 0 30px;
		opacity: 0;
		transition: opacity .3s ease-in-out;
		font-weight: 500;
	}
	
	.not-available-block__text {
		padding: 17px 0;
		border-radius: 4px;
		background-color: #EFF3F4;
		width: 100%;
		text-align: center;
		position: relative;
		top: 214px;
	}
	
	.tabs-block__content-item--not-available .not-available-block {
		opacity: 1;
		z-index: 9;
	}
	
	.tabs-block__content-item--office .plans-header__column .not-available-block__text {
		top: 0;
		font-size: 14px;
		max-width: 123px;
		margin: 0 auto;
		padding: 10px 0;
		opacity: 0;
		transition: none;
	}
	
	.tabs-block__content-item--office.tabs-block__content-item--not-available .card-block__item:first-child .card-block__item-btn-block {
		opacity: 0;
	}
	
	.tabs-block__content-item--office .plans-header.sticky-js__el--sticked .plans-header__column .not-available-block__text {
		opacity: 1;
		top: 60px;
		transition: opacity .3s .3s ease-in-out;
	}
	
	.tabs-block__content-item--not-available.tabs-block__content-item--office .plans-header__column:nth-child(2) .plans-header__plan-button,
	.tabs-block__content-item--not-available.tabs-block__content-item--office .plans-header__column:nth-child(2) .plans-header__plan-link {
		opacity: 0;
	}
	
	.card-block__item-content .not-available-block {
		max-width: unset;
	}
	
	.card-block__item-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 6px;
		white-space: nowrap;
		font-weight: 500;
	}
	
	.card-block__item-subtitle {
		margin-bottom: 16px;
		font-size: 14px;
		line-height: 14px;
		min-height: 28px;
	}
	
	.tabs-block__content-item--contact-center .card-block__item-title {
		margin-bottom: 7px;
	}
	
	.tabs-block__content-item--contact-center .card-block__item-subtitle {
		font-size: 14px;
		margin-bottom: 28px;
	}
	
	.card-block__item-btn-block {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 -6px 35px;
	}
	
	.card-block__item-btn-block>* {
		margin-bottom: 10px;
		padding: 0 6px;
		width: auto;
	}
	
	.card-block__item-btn-block .cta--btn-size--small .cta__el {
		min-height: 40px;
	}
	
	.card-block__item-list {
		font-size: 16px;
		position: relative;
		margin-right: -15px;
	}
	
	.card-block__item-list-item {
		padding: 3px 11px 0 17px;
		position: relative;
		line-height: 24px;
		margin-bottom: 9px;
	}
	
	.card-block__item-list-item:before {
		content: "";
		width: 6px;
		height: 6px;
		background-color: #F9A23D;
		position: absolute;
		border-radius: 50%;
		left: 0;
		top: 10px;
	}
	
	.card-block__item--bg-fff .card-block__item-list-item:before {
		background-color: #2f2f2f;
	}
	
	.card-block__item-price {
		margin-bottom: 13px;
		position: relative;
		min-height: 65px;
		display: flex;
		flex-direction: column;
		color: #002FA7;
	}
	
	.card-block__price-sup {
		font-size: 16px;
	}
	
	.card-block__price-content {
		display: flex;
		flex-wrap: wrap;
		min-height: 78px;
	}
	
	.card-block__price-text {
		font-size: 14px;
		margin-bottom: 5px;
		color: #001138;
	}
	
	.card-block__price-text > a,
	.card-block__item-title > a,
	.card-block__item-list-item > a,
	.plans-table__value-text > a{
		color: #001138;
	}
	
	.card-block__price-content .card-block__price-text {
		margin-top: 10px;
		margin-bottom: 0;
		margin-right: 5px;
	}
	
	.tabs-block__content-item--meet .card-block__price-text:first-child {
		position: absolute;
		left: 0;
		right: 0;
		top: -15px;
	}
	
	.card-block__price--mon {
		font-size: 20px;
		padding-top: 5px;
		font-weight: 300;
		margin: 0;
		line-height: 0.9;
		position: relative;
		bottom: 6px;
		color: rgba(0, 17, 56, .4);
		transition: font-size .5s ease-in-out, padding-top .5s ease-in-out, color .5s ease-in-out, transform .5s ease-in-out;
	}
	
	.card-block__price--mon.card-block__price--text {
		opacity: 0;
	}
	
	.card-block__price--single {
		font-size: 36px;
		font-weight: 500;
	}
	
	.card-block__price--mon:before {
		content: "";
		position: absolute;
		width: calc(100% + 3px);
		height: 3px;
		top: 15px;
		left: 0;
		background-color: #99A0Af;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #FFFFFF;
	}
	
	.card-block__price--ann {
		display: flex;
		font-size: 55px;
		width: 100%;
		line-height: 0.9;
		color: #001138;
		transition: opacity .5s ease-in-out, font-size .5s ease-in-out;
	}
	
	.card-block--mon .card-block__price--ann:not(.card-block__price--text) {
		font-size: 0;
		opacity: 0;
	}
	
	.card-block--mon .card-block__price--mon:not(.card-block__price--text) {
		font-size: 55px;
		font-weight: 400;
		padding: 0;
		color: #001138;
		transform: translateY(29px);
	}
	
	.card-block--mon .card-block__price--mon:before {
		content: none;
	}
	
	.card-block__label {
		position: absolute;
		top: 0;
		transform: translate(-50%, -50%);
		margin: 0 auto;
		left: 50%;
		width: auto;
		padding: 5px 17px 4px;
		font-size: 12px;
		font-weight: 500;
		line-height: 12px;
		text-transform: uppercase;
		border-radius: 11px;
		min-width: 144px;
		text-align: center;
		white-space: nowrap;
		color: #fff;
	}
	
	.card-block__item-btn-block--single-btn .cta {
		width: 100%;
	}
	
	.card-block__item-up-to {
		position: absolute;
		bottom: 25px;
		padding-top: 20px;
		font-size: 14px;
		text-align: center;
		width: 100%;
		border-top: 1px solid #c7c6c5;
		color: #333;
		left: 0;
		right: 0;
	}
	
	.compare-block {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		color: #001138;
		width: fit-content;
		margin: 0 auto;
		font-weight: 500;
	}
	
	.compare-block__icon {
		width: 40px;
		height: 40px;
		border: 2px solid #001138;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 13px;
	}
	
	.compare-block__icon>svg {
		width: 20px;
		height: 20px;
	}
	
	.card-block__features-title {
		font-size: 16px;
		font-weight: 500;
		color: #001138;
		line-height: 18px;
		min-height: 30px;
		margin-bottom: 13px;
	}
	
	.tabs-block__content-item--show-add-btn .plans-help-block__btn-block .cta {
		display: block;
	}
	.compare-plans {
		background-color: #fff;
		margin-top: 37px;
	}
	/* plans-table - start */
	
	.plans-table-wrapper {
		position: relative;
		display: block;
		width: 100%;
	}
	
	.plans-table-wrapper + .plans-table-wrapper {
		margin-top: 40px;
	}
	
	.plans-table-wrapper--stop-header-scroll .sticky-js__wrapper--sticked {
		position: absolute !important;
		top: auto !important;
		bottom: 204px !important;
		display: none;
	}
	
	.plans-header {
		height: 72px;
		display: flex;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 4px 2px -2px rgba(47, 47, 47, 0.25);
		transition: none;
		will-change: height;
	}
	
	.plans-table__value-text {
		font-weight: 500;
	}
	
	.plans-header.sticky-js__el--sticked {
		height: 145px;
		transition: height .5s ease-in-out;
	}
	
	.plans-header.sticky-js__el--sticked .plans-header__plan-button,
	.plans-header.sticky-js__el--sticked .plans-header__plan-link {
		opacity: 1;
		visibility: visible;
		transition: opacity .3s .4s ease-in-out;
	}
	
	.plans-header__wrap {
		display: flex;
		flex-direction: row;
		height: 100%;
		width: 100%;
		max-width: 1164px;
		margin: 0 auto;
	}
	
	.plans-header__columns {
		display: flex;
		height: 100%;
	}
	
	.plans-header__column {
		display: flex;
		align-items: center;
	}
	
	.plans-header__column--plan.plans-header__column--empty,
	.plans-table__cell--value.plans-table__cell--empty{
		display: none;
	}
	
	.plans-header__column--full-width {
		width: calc(100% - 350px);
		align-items: baseline;
		justify-content: center;
	}
	
	.plans-header__badge--popular {
		width: 103px;
		position: absolute;
		background-color: #FF7A00;
		text-align: center;
		padding: 3px 0;
		font-size: 14px;
		color: #222222;
		font-weight: 700;
		top: 0;
		border-radius: 91px;
	}
	
	.plans-header__column .not-available-block {
		border-radius: 0;
		height: 100%;
		top: 0;
	}
	
	.plans-header__column--phone {
		width: 405px;
		padding-left: 28px;
		align-items: flex-end;
		padding-bottom: 28px;
	}
	
	.plans-header__column--plan {
		position: relative;
		display: flex;
		flex-direction: column;
		padding-top: 27px;
		width: calc((100% - 350px) / 4);
	}
	
	.compare-plans--contact-center .plans-header__column--plan,
	.compare-plans--glip .plans-header__column--plan{
		width: 169px;
	}
	
	.compare-plans--contact-center .plans-header__column--phone,
	.compare-plans--contact-center .plans-table__cell--title,
	.compare-plans--glip .plans-header__column--phone,
	.compare-plans--glip .plans-table__cell--title{
		width: 388px;
		margin-right: auto;
	}
	
	.compare-plans--contact-center .plans-header__column:last-child,
	.compare-plans--contact-center .plans-table__cell--value:last-child,
	.compare-plans--glip .plans-header__column:last-child,
	.compare-plans--glip .plans-table__cell--value:last-child{
		margin-right: auto;
	}
	
	
	.compare-plans--glip .plans-table-wrapper{
		margin-bottom: 100px;
	}
	.plans-header__column--info {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
	
	.plans-header__column--info .plans-tooltip {
		margin-left: 5px;
	}
	
	.plans-header__column--info .plans-tooltip__modal {
		width: 200px;
	}
	
	.plans-header__column--info .plans-tooltip__modal-text:first-child:last-child {
		margin-bottom: 0;
	}
	
	.plans-header__phone {
		font-weight: 500;
		font-size: 16px;
		color: #2F2F2F;
		letter-spacing: 0.05px;
		display: flex;
		margin: 84px auto -44px;
		max-width: 1164px;
		padding-left: 28px;
	}
	
	.plans-header__phone-title {
		margin-right: 5px;
		color: #001138;
		position: relative;
		z-index: 1;
		font-weight: 400;
	}
	
	.plans-header__phone-title span {
		color: #001138;
		font-weight: 500;
	}
	
	.plans-header__phone-number {
		color: #001138;
		text-decoration: none;
		position: relative;
		z-index: 1;
	}
	.plans-header__phone-number:hover{
		text-decoration: underline;
	}
	.plans-header__title {
		font-weight: 500;
		font-size: 16px;
		color: #001138;
		letter-spacing: 0.05px;
		line-height: 19px;
		text-align: center;
	}
	
	.plans-header__plan-button {
		font-weight: 500;
		font-size: 14px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		line-height: 1;
		width: 114px;
		padding: 12px 0 11px;
		margin-top: 17px;
		border-radius: 4px;
		background-color: #2C41DF;
		opacity: 0;
		transition: unset;
		visibility: hidden;
	}
	
	.compare-plans--contact-center .plans-header__plan-button,
	.compare-plans--glip .plans-header__plan-button{
		margin-top: 30px;
	}
	
	.plans-header__plan-button:hover {
		background-color: #101CC1;
	}
	
	.plans-header__plan-link {
		font-weight: 500;
		font-size: 14px;
		color: #2C41DF;
		margin-top: 10px;
		text-decoration: underline;
		opacity: 0;
		transition: unset;
		visibility: hidden;
	}
	
	.plans-header__plan-link:hover {
		text-decoration: underline;
	}
	
	.compare-plans--message .plans-header__plan-link {
		margin-top: 15px;
		margin-bottom: -32px;
	}
	
	.plans-table {
		display: flex;
		flex-direction: column;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.25;
		color: #001138;
		margin: 40px auto 0;
		max-width: 1164px;
	}
	
	.plans-table__row {
		display: flex;
		flex-wrap: nowrap;
		height: 80px;
	}
	
	.plans-table__row:nth-child(2n) {
		background-color: #F1F0EF;
	}
	
	.plans-table__row--features {
		background: none !important;
		border-radius: 0;
		border-top: 1px solid rgba(26, 29, 51, .5);
	}
	
	.plans-table__cell {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px 20px;
	}
	
	.plans-table__cell--full-width {
		width: calc(100% - 350px);
		flex-direction: row;
		padding: 0;
	}
	
	.plans-table__cell--small-paddings {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.compare-plans--contact-center .plans-table__cell--value,
	.compare-plans--glip .plans-table__cell--value{
		width: 169px;
		padding: 0;
	}
	
	.plans-table__cell--title {
		width: 405px;
		position: relative;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	
	.compare-plans--office .plans-table__cell--title,
	.compare-plans--call .plans-table__cell--title,
	.compare-plans--video .plans-table__cell--title,
	.compare-plans--message .plans-table__cell--title {
		width: 405px;
		padding-left: 28px;
		padding-right: 30px;
	}
	
	.plans-table__cell--value {
		align-items: center;
		text-align: center;
	}
	
	.compare-plans--office .plans-table__cell--value {
		width: calc((100% - 350px) / 4);
	}
	
	.compare-plans--call .plans-table__cell--value,
	.compare-plans--video .plans-table__cell--value,
	.compare-plans--message .plans-table__cell--value {
		width: calc((100% - 350px) / 3);
	}
	
	.plans-table__cell--more-features {
		padding: 0;
	}
	
	.plans-table__value-text span {
		font-weight: 500;
	}
	
	.plans-table__circle {
		width: 14px;
		height: 14px;
		min-width: 14px;
		background-color: #001138;
		border-radius: 50%;
		overflow: hidden;
		text-indent: 100px;
	}
	
	.plans-table__circle--gray {
		background-color: transparent;
		border: 1px solid #001138;
		border-radius: 50%;
	}
	
	.plans-tooltip {
		position: relative;
		margin-left: 10px;
	}
	
	.plans-tooltip:hover .plans-tooltip__modal {
		display: block;
	}
	
	.plans-tooltip__icon {
		width: 20px;
		height: 20px;
		border: 2px solid rgba(0, 17, 56, .3);
		border-radius: 50%;
		cursor: pointer;
	}
	
	.plans-tooltip__icon::after,
	.plans-tooltip__icon::before {
		content: '';
		display: block;
	}
	
	.plans-tooltip__icon::after {
		height: 5px;
		width: 2px;
		background-color: rgba(0, 17, 56, .3);
		position: absolute;
		top: 9px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 10px;
	}
	
	.plans-tooltip__icon::before {
		width: 2px;
		height: 2px;
		background-color: rgba(0, 17, 56, .3);
		border-radius: 50%;
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.plans-tooltip:hover .plans-tooltip__icon {
		border-color: #002FA7;
	}
	
	.plans-tooltip:hover .plans-tooltip__icon::before,
	.plans-tooltip:hover .plans-tooltip__icon::after {
		background-color: #002FA7;
	}
	
	.plans-tooltip__modal {
		width: 350px;
		position: absolute;
		left: 30px;
		top: -12px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
		background-color: #fff;
		border-radius: 4px;
		padding: 12px;
		z-index: 9;
		display: none;
	}
	
	.plans-tooltip__modal::before {
		content: '';
		display: block;
		position: absolute;
		top: 16px;
		left: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 10px 7.5px 0;
		border-color: transparent #fff transparent transparent;
	}
	
	.plans-tooltip__modal-text {
		font-weight: 400;
		font-size: 12px;
		line-height: 1.4;
		color: #001138;
		margin-bottom: 9px;
		font-weight: normal;
	}
	
	.plans-tooltip__modal-text--no-margin {
		margin-bottom: 0;
	}
	
	.plans-tooltip__modal-text--magagement-features ul {
		column-count: 2;
	}
	
	.plans-tooltip__modal-text li {
		position: relative;
		padding-left: 15px;
		margin-bottom: 3px;
	}
	
	.plans-tooltip__modal-text li::before {
		content: "";
		position: absolute;
		width: 5px;
		height: 5px;
		border-radius: 50px;
		background: #585858;
		top: 5px;
		left: 0;
	}
	
	.plans-tooltip__modal-link {
		font-size: 12px;
		color: #002FA7;
		text-decoration: none;
	}
	
	.plans-tooltip__modal-link:hover {
		text-decoration: underline;
	}
	
	.plans-table__coming-soon {
		border: 1px solid #9298a7;
		border-radius: 20px;
		padding: 4px 6px;
		font-size: 12px;
		color: #9298a7;
		margin-left: 10px;
	}
	
	.more-features-block {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.more-features-block__icon {
		width: 41px;
		height: 16px;
		margin-bottom: 12px;
		margin-top: 30px;
	}
	
	.more-features-block__link {
		font-weight: 500;
		font-size: 18px;
		color: #002FA7;
		line-height: 1;
		display: flex;
		align-items: center;
	}
	
	.more-features-block__link-text {
		margin-right: 7px;
	}
	
	.more-features-block__link-icon {
		width: 24px;
		height: 11px;
		overflow: hidden;
	}
	
	.more-features-block__link-icon>* {
		transform: translateX(-7px);
		transition: transform .3s ease-in-out;
	}
	
	.more-features-block__link:hover .more-features-block__link-icon>* {
		transform: translateX(0);
	}
	/* plans-table - end */
	/* features-button - start */
	
	.features-button {
		display: flex;
		justify-content: center;
		margin-bottom: 62px;
	}
	
	.features-button__element {
		font-weight: 400;
		font-size: 18px;
		letter-spacing: 0.34px;
		line-height: 1;
		color: #0684BD;
		text-align: center;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 177px;
		height: 51px;
		border: 1px solid #0684BD;
		border-radius: 4px;
	}
	/* features-button - end */
	/* plans-additional - start */
	
	.plans-additional {
		color: #001138;
		padding-bottom: 75px;
		position: relative;
		margin-top: 80px;
		font-weight: 500;
	}
	
	.plans-additional__wrap {
		max-width: 1164px;
		border-top: 1px solid #B7ADA5;
		padding-top: 35px;
		margin: 0 auto;
	}
	
	.plans-additional__title {
		font-size: 36px;
		margin-bottom: 13px;
	}
	
	.tabs-block__content-item--call .plans-additional__title {
		margin-bottom: 54px;
	}
	
	.plans-additional__subtitle {
		margin-bottom: 45px;
		color: #001138;
		font-size: 24px;
		font-weight: 400;
	}
	
	.plans-additional__subtitle>a {
		color: #001138;
		text-decoration: none;
		font-weight: 500;
	}
	
	.plans-additional__subtitle>a:hover {
		text-decoration: underline;
	}
	
	.compare-plans--message .plans-additional__title {
		margin-bottom: 23px;
	}
	
	.compare-plans--message .plans-additional__wrap,
	.compare-plans--video .plans-additional__wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.compare-plans--message .plans-additional__title,
	.compare-plans--video .plans-additional__title {
		max-width: 270px;
		font-size: 36px;
		text-align: left;
	}
	
	.additional-blocks__columns {
		display: flex;
		flex-wrap: wrap;
		margin: -15px;
	}
	
	.additional-blocks__column {
		width: 50%;
		padding: 15px;
	}
	
	.additional-block {
		display: flex;
		align-items: center;
		min-height: 160px;
		background: #fff;
		border-radius: 4px;
		position: relative;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
		padding: 17px 10px 50px;
	}
	
	.additional-block__left-part {
		margin-right: auto;
		padding-left: 20px;
		padding-right: 10px;
	}
	
	.additional-block__title {
		line-height: 1;
		margin-bottom: 5px;
		font-size: 24px;
	}
	
	.additional-block__subtitle {
		font-size: 12px;
		font-weight: 400;
	}
	
	.additional-block__right-part {
		width: 175px;
		padding-left: 20px;
		padding-right: 5px;
		padding-top: 35px;
	}
	.additional-block__price-bottom.additional-block-txt-top-position {
		margin-bottom: 5px;
	}
	
	
	.additional-block__price-number {
		font-weight: 500;
		font-size: 36px;
		line-height: 29px;
		letter-spacing: 0.08px;
		margin-bottom: 10px;
	}
	
	.additional-block__price-top,
	.additional-block__price-bottom {
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
		color: #001138;
	}
	
	.addons-blocks__columns {
		display: flex;
		padding: 0 20px;
		margin: 0 -15px;
	}
	
	.addons-blocks__column {
		width: 25%;
		padding: 0 15px;
	}
	
	.addons-block {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 173px;
		background: #fff;
		border-radius: 6px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 35px;
		padding-top: 29px;
	}
	
	.addons-block__title {
		font-weight: 400;
		font-size: 16px;
		color: #2F2F2F;
		text-align: center;
		margin-top: auto;
	}
	
	.integration-blocks {
		width: 58.3333333%;
	}
	
	.integration-blocks__columns {
		display: flex;
		flex-wrap: wrap;
		margin: -16px 0;
	}
	
	.integration-blocks__column {
		width: 50%;
		padding: 16px 0;
	}
	
	.integration-block {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	
	.integration-block__icon {
		width: 45px;
		height: 43px;
		margin-right: 20px;
	}
	
	.integration-block__title {
		font-weight: 500;
		font-size: 20px;
		color: #001138;
	}
	/* plans-additional - end */
	/* plans-footnote - start */
	
	.plans-footnote {
		font-size: 13px;
		line-height: 1.4;
		color: #001138;
		margin-bottom: 80px;
	}
	
	.compare-plans--message .plans-footnote {
		padding-bottom: 85px;
	}
	
	.plans-footnote a {
		color: #001138;
		text-decoration: underline;
	}
	
	.plans-footnote__wrap {
		max-width: 1164px;
		margin: 0 auto;
	}
	
	.plans-footnote__title {
		font-weight: 500;
		font-size: 18px;
		padding-bottom: 28px;
		margin-bottom: 43px;
		border-bottom: 1px solid rgba(18, 5, 57, .2);
	}
	
	.plans-footnote__subtitle {
		padding-left: 5px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(18, 5, 57, .2);
	}
	
	.compare-plans--message .plans-footnote__subtitle {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	
	.plans-footnote__columns {
		display: flex;
		margin: 0 -10px;
	}
	
	.plans-footnote__column {
		width: 50%;
		padding: 0 10px;
	}
	
	.plans-footnote__item {
		position: relative;
		padding-left: 18px;
		margin-bottom: 10px;
	}
	.plans-footnote__asteriks {
		position: absolute;
		top: 3px;
		left: 0;
		width: 14px;
		text-align: right;
	}
	
	.plans-footnote__item:last-child {
		margin-bottom: 0;
	}
	
	.plans-footnote__item--padding-left--10 {
		padding-left: 10px;
	}
	
	.plans-footnote__item--padding-left--12 {
		padding-left: 12px;
	}
	
	.plans-footnote__item--text-indent--12 {
		text-indent: -12px;
	}
	
	.plans-footnote__item--text-indent--7 {
		text-indent: -7px;
	}
	
	.plans-footnote__item--max-width--510 {
		max-width: 510px;
	}
	
	.plans-footnote__block {
		padding-bottom: 15px;
		margin-bottom: 13px;
		border-bottom: 1px solid #E4E5E6;
	}
	/* plans-footnote - end */
	
	.plans-help-block {
		background-image: url("/content/dam/rc-www/en_us/images/content/office/plansandpricing/bottom-bg.jpg");
		background-position: center right;
		background-size: cover;
	}
	
	.plans-help-block__content {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 386px;
		flex-wrap: wrap;
		color: #fff;
	}
	
	.plans-help-block__title {
		font-size: 48px;
		line-height: 52px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	
	.plans-help-block__left-block,
	.plans-help-block__right-block {
		width: 50%;
	}
	.plans-help-block__subtitle {
		max-width: 500px;
		font-size: 22px;
		line-height: 28px;
	}
	.plans-help-block__btn-block {
		padding-right: 168px;
	}
	.plans-help-block .cta__wrapper {
		justify-content: flex-end;
	}
	
	.plans-help-block .cta__el--contact-sales{
		font-weight: 500;
	}
	
	.plans-help-block__form .glip-form__wrapper {
		align-items: center;
	}
	
	.plans-help-block__form .glip-form__input {
		color: #001138;
		font-weight: 400;
	}
	
	.plans-help-block__form .glip-form__input:focus {
		border: 1px solid #002FA7;
	}
	
	.plans-help-block__form .glip-form__input::-webkit-input-placeholder {
		color: #001138;
		opacity: .4;
		text-transform: none;
		font-weight: 400;
	}
	
	.plans-help-block__form .glip-form__input::placeholder {
		color: #001138;
		opacity: .4;
		text-transform: none;
		font-weight: 400;
	}
	
	.plans-help-block__form .glip-form__input:-ms-input-placeholder {
		color: #001138;
		opacity: .4;
		text-transform: none;
		font-weight: 400;
	}
	
	.plans-help-block__form .glip-form__input:-moz-placeholder {
		color: #001138;
		opacity: .4;
		text-transform: none;
		font-weight: 400;
	}
	
	.plans-help-block__form .glip-form__submit {
		height: 50px;
		color: #001138;
		background-color: #99ACDC;
		font-weight: 500;
	}
	
	.plans-help-block__form .glip-form__submit:hover {
		color: #002FA7;
		background-color: #99ACDC;
	}
	
	.plans-additional__btn {
		width: 100%;
		margin-top: 60px;
	}
	
	.plans-help-block__form.rc-meetings-form .meetings-form__form {
		width: 536px;
		max-width: 100%;
		margin: 0 auto;
		display: flex;
	}
	
	.plans-help-block__form.rc-meetings-form .meetings-form__input {
		color: #001138;
		font-weight: 400;
		height: 50px;
		box-shadow: 1px 0 10px 5px rgba(46, 46, 55, 0.15);
		border-radius: 5px;
		font-size: 16px;
		border: 1px solid transparent;
		padding: 0 20px;
		width: 100%;
	}
	
	.plans-help-block__form.rc-meetings-form .meetings-form__input::placeholder {
		color: #001138;
		font-size: 18px;
		opacity: .4;
		text-transform: none;
		font-weight: 400;
	}
	
	.plans-help-block__form.rc-meetings-form .meetings-form__input--error {
		border-color: red;
	}
	
	.plans-help-block__form.rc-meetings-form .meetings-form__submit {
		height: 50px;
		color: #001138;
		background-color: #99ACDC;
		font-weight: 500;
		padding: 0 30px;
		border-radius: 5px;
		font-size: 18px;
		white-space: nowrap;
		margin-left: 20px;
	}
	
	.plans-help-block__form.rc-meetings-form .meetings-form__submit:hover {
		color: #002FA7;
		background-color: #99ACDC;
	}
	
	.plans-table__title-text--features {
		position: relative;
		padding-left: 30px;
		margin-left: 15px;
	}
	
	.plans-table__title-text--features:before {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #001138;
		left: 10px;
		top: 50%;
		transform: translatey(-50%);
	}
	
	.compare-plans--contact-center {
		padding-bottom: 140px;
	}
	.tabs-block--loaded .tab-block__loader {
		display: none;
	}
	
	.tab-block__loader {
		display: inline-block;
		position: absolute;
		width: 80px;
		height: 80px;
		z-index: 9;
		top: 50%;
		left: 50%;
		transform: translate(-50%);
	}
	
	.tab-block__loader div {
		transform-origin: 40px 40px;
		animation: tab-loader 1.2s linear infinite;
	}
	
	.tab-block__loader div:after {
		content: " ";
		display: block;
		position: absolute;
		top: 3px;
		left: 37px;
		width: 6px;
		height: 18px;
		border-radius: 20%;
		background: #2C41DF;
	}
	
	.tab-block__loader div:nth-child(1) {
		transform: rotate(0deg);
		animation-delay: -1.1s;
	}
	
	.tab-block__loader div:nth-child(2) {
		transform: rotate(30deg);
		animation-delay: -1s;
	}
	
	.tab-block__loader div:nth-child(3) {
		transform: rotate(60deg);
		animation-delay: -0.9s;
	}
	
	.tab-block__loader div:nth-child(4) {
		transform: rotate(90deg);
		animation-delay: -0.8s;
	}
	
	.tab-block__loader div:nth-child(5) {
		transform: rotate(120deg);
		animation-delay: -0.7s;
	}
	
	.tab-block__loader div:nth-child(6) {
		transform: rotate(150deg);
		animation-delay: -0.6s;
	}
	
	.tab-block__loader div:nth-child(7) {
		transform: rotate(180deg);
		animation-delay: -0.5s;
	}
	
	.tab-block__loader div:nth-child(8) {
		transform: rotate(210deg);
		animation-delay: -0.4s;
	}
	
	.tab-block__loader div:nth-child(9) {
		transform: rotate(240deg);
		animation-delay: -0.3s;
	}
	
	.tab-block__loader div:nth-child(10) {
		transform: rotate(270deg);
		animation-delay: -0.2s;
	}
	
	.tab-block__loader div:nth-child(11) {
		transform: rotate(300deg);
		animation-delay: -0.1s;
	}
	
	.tab-block__loader div:nth-child(12) {
		transform: rotate(330deg);
		animation-delay: 0s;
	}
	
	@keyframes tab-loader {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	@media only screen and (max-width: 1230px) {
		.card-block__item-btn-block {
			justify-content: space-between;
		}
		.card-block__item-btn-block .cta--btn .cta__el {
			min-width: 75px;
		}
	}
	
	@media only screen and (max-width: 1095px) {
		.card-block__features-title {
			line-height: 21px;
			min-height: 50px;
		}
	}
	
	@media only screen and (max-width: 991px) {
		.plans-table-wrapper + .plans-table-wrapper {
			margin-top: 60px;
		}
		.plans-additional {
			border-top: 1px solid #B7ADA5;
			margin-top: 60px;
		}
		.plans-additional__wrap {
			border: 0;
			padding-top: 60px;
		}
		.pricing-info {
			margin-bottom: 60px;
		}
		.pricing-info__switcher {
			margin-top: 30px;
		}
		.pricing-info__range-text {
			display: none;
		}
		.item-tab--50 {
			width: 50%;
		}
		.IID-grid-5f29c6ba>.grid__parsys {
			flex-direction: column;
			align-items: baseline;
		}

		.tabs-block__nav-item {
			font-size: 18px;
		}
		.tabs-block__nav-small-text {
			font-size: 12px;
		}
		.pricing-info__range-block {
			width: 100%;
			padding-left: 0;
			max-width: 440px;
			margin-left: auto;
		}
		.card-block {
			flex-wrap: wrap;
			justify-content: space-between;
			margin-bottom: 60px;
		}
		.card-block__item--25:nth-of-type(3),
		.card-block__item--25:nth-of-type(4) {
			margin-top: 80px;
		}
		.card-block__item--33:nth-of-type(3) {
			margin-top: 30px;
		}
		.card-block__item-content {
			padding: 30px 31px 60px;
		}
		.card-block__item-subtitle {
			min-height: auto;
			margin-bottom: 20px;
			font-size: 13px;
		}
		.card-block__item-btn-block .cta--btn .cta__el {
			min-width: 130px;
		}
		.card-block__price--mon {
			margin-right: 20px;
		}
		.card-block__price--mon:before {
			width: 114%;
			transform: translateX(-50%);
			left: 50%;
		}
		.card-block__price-text {
			margin-top: 10px;
		}
		.card-block__features-title {
			min-height: 45px;
		}
		.compare-plans {
			margin-top: 45px;
		}
		.plans-header {
			height: 97px;
		}
		.plans-header.sticky-js__el--sticked {
			height: 150px;
		}
		.plans-header__phone {
			display: flex;
			flex-direction: column;
			margin: 75px auto -70px;
		}
		.plans-header.sticky-js__el--sticked .plans-header__column--phone {
			padding-bottom: 47px;
		}
		.plans-table {
			margin-top: 5px;
		}
		.compare-plans--office .plans-table__cell--value {
			width: calc((100% - 155px) / 4);
			padding: 10px 5px;
		}
		.plans-header__column--plan {
			width: calc((100% - 155px) / 4);
		}
		.compare-plans--office .plans-table__cell--title,
		.plans-header__column--phone,
		.plans-table__cell--title {
			width: 310px;
		}
		.compare-plans--contact-center .plans-header__column--phone,
		.compare-plans--contact-center .plans-table__cell--title {
			width: 262px;
		}
		.plans-additional__subtitle {
			margin-bottom: 50px;
		}
		.plans-additional__title {
			margin-bottom: 25px;
		}
		.additional-block__title br {
			display: none;
		}
		.additional-block {
			padding: 55px 10px;
			max-height: 160px;
		}
		.additional-block__right-part {
			padding-top: 0;
		}
		.plans-footnote__title {
			padding-bottom: 30px;
			margin-bottom: 30px;
		}
		.plans-footnote {
			margin-bottom: 60px;
		}
		.plans-help-block__title {
			margin-bottom: 20px;
		}
		.plans-table__cell--full-width {
			width: calc(100% - 180px);
		}
		.compare-plans--contact-center .plans-header {
			height: 72px;
		}
		.compare-plans--contact-center .plans-header.sticky-js__el--sticked {
			height: 150px;
		}
		.compare-plans--contact-center .plans-header__phone {
			flex-direction: row;
		}
		.compare-plans--contact-center {
			padding-bottom: 0;
		}
		.plans-header__column .not-available-block {
			padding: 0 10px;
		}
		.plans-header__plan-button {
			margin-top: 14px;
		}
		.plans-table__title-text br {
			display: none;
		}
		.compare-plans--contact-center .plans-header__column--plan .plans-tooltip__modal {
			left: -170px;
			top: 32px;
		}
		.compare-plans--contact-center .plans-header__column--plan .plans-tooltip__modal::before {
			top: -14px;
			left: auto;
			right: 10px;
			border-width: 7.5px 10px 7.5px 10px;
			border-color: transparent transparent #fff transparent;
		}
		.card-block__price-text {
			padding-left: 62px;
		}
		.plans-help-block__btn-block {
			padding-right: 65px;
		}
		.plans-help-block__left-block{
			width: 65%;
		}
		.plans-help-block__right-block{
			width: 35%;
		}
		.tabs-block__content-item--glip .pricing-info__toggler{
			margin-right: 140px;
		}
	}
	
	@media only screen and (max-width: 767px) {
		.plans-additional {
			border: none;
			margin-top: 0;
		}
		.plans-additional__wrap {
			padding-top: 0;
		}
		.item-mob--100 {
			width: 100%;
		}
		.plans-table-wrapper,
		.compare-block,
		.plans-header__phone {
			display: none;
		}
		.plans-footnote__columns {
			flex-direction: column;
		}
		.tabs-block{
			margin-top: 0;
			position: relative;
		}
		.tabs-block>.l-container {
			padding: 0;
		}
		.tabs-block__nav {
			flex-wrap: wrap;
			background: #fff;
			max-height: 68px;
			border-radius: 4px;
			position: absolute;
			top: -100px;
			left: 0;
			right: 0;
			margin: 0 auto;
			overflow: hidden;
			width: calc(100% - 38px);
			z-index: 9;
			padding: 0 16px;
			transition: max-height .3s ease-in-out;
		}
		.tabs-block__nav--active {
			max-height: 304px;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
		}
		.tabs-block__nav-item{
			order: 1;
			text-align: left;
			align-items: flex-start;
			font-size: 20px;
			height: 68px;
			width: 100%;
			color: #001138;
			border-bottom: 1px solid transparent;
		}
		.tabs-block__nav-small-text {
			font-size: 14px;
		}
		.tabs-block__nav-item--active{
			order: 0;
			pointer-events: none;
		}
		.tabs-block__nav--active .tabs-block__nav-item--active {
			border-color: #DBD9D6;
		}
		.pricing-info__switcher {
			flex-direction: column;
		}
		.pricing-info__range-block {
			margin-top: 35px;
			flex-direction: column;
			margin-left: 0;
			max-width: 100%;
		}
		.pricing-info__range-text {
			display: block;
			margin-right: 0;
			margin-bottom: 25px;
		}
		input[type=range]{
			height: 27px;
		}
		input[type=range]::-webkit-slider-thumb {
			width: 27px;
			height: 27px;
		}
		input[type=range]::-moz-range-thumb {
			width: 27px;
			height: 27px;
		}
		input[type=range]::-ms-thumb {
			width: 27px;
			height: 27px;
		}
		.pricing-info {
			margin-bottom: 50px;
		}
		.card-block__item-content {
			padding: 30px 25px 20px!important;
		}
		.card-block__item-btn-block>*{
			width: 50%;
		}
		.card-block__item-btn-block {
			justify-content: center;
			margin-bottom: 26px;
		}
		.card-block__item-btn-block .cta--btn .cta__el {
			min-width: 109px;
		}
		.card-block__item--25:nth-of-type(3),
		.card-block__item--25:nth-of-type(4),
		.card-block__item--33:nth-of-type(3) {
			margin-top: 0;
		}
		.card-block__item {
			padding: 15px;
			min-height: auto;
		}
		.card-block__features-title {
			min-height: auto;
			margin-bottom: 15px;
		}
		.item-mob--100.card-block__item--most-popular {
			margin-top: 40px;
		}
		.plans-additional__title {
			font-size: 31px;
		}
		.plans-additional__subtitle {
			font-size: 16px;
		}
		.card-block__item-title,
		.card-block__item-subtitle {
			text-align: left;
		}
		.card-block__item-price {
			align-items: flex-start;
		}
		.additional-block__title {
			font-size: 14px;
		}
		.additional-block__price-number {
			font-size: 24px;
		}
		.additional-block__price-bottom {
			font-size: 12px;
		}
		.additional-block {
			min-height: auto;
			padding: 15px;
		}
		.additional-block {
			justify-content: space-between;
		}
		.additional-block__left-part,
		.additional-block__right-part {
			padding: 0;
		}
		.additional-block__left-part {
			width: 137px;
		}
		.additional-block__right-part {
			width: 100px;
		}
		.additional-block__title {
			max-width: 137px;
		}
		.plans-footnote__column:nth-of-type(2) {
			margin-top: 30px;
		}
		.plans-help-block__content {
			padding: 50px 30px 30px;
		}
		.plans-help-block {
			background-color: #001138;
			background-image: url(/content/dam/rc-www/en_us/images/content/office/plansandpricing/pnp-hero-mob.jpg);
			background-size: auto;
			background-repeat: no-repeat;
			background-position: top right;
		}
		.plans-help-block__subtitle {
			font-size: 20px;
			line-height: 26px;
		}
		.plans-help-block__btn-block {
			margin-top: 32px;
			padding-right: 0;
			display: flex;
		}
		.plans-help-block__btn-block>.cta__el {
			min-width: 190px;
		}
		.tabs-block__content-item--contact-center {
			padding-top: 30px;
		}
		.tabs-block__content-item--contact-center .card-block__item-title,
		.tabs-block__content-item--contact-center .card-block__item-subtitle {
			text-align: center;
		}
		.card-block__item-features-dropdown {
			display: flex;
			align-items: center;
			text-align: center;
			font-size: 16px;
			font-weight: 500;
			background-color: #fff;
		}
		.card-block__item-features-dropdown-icon {
			width: 11px;
			margin-left: 10px;
		}
		.card-block__item-features {
			max-height: 0;
			transition: max-height 0.15s ease-out;
			overflow: hidden;
		}
		.card-block__item-features--active {
			max-height: 500px;
			transition: max-height 0.25s ease-in;
		}
		.card-block__item-features--active+.card-block__item-features-dropdown {
			margin-top: 20px;
		}
		.card-block__item-features--active+.card-block__item-features-dropdown .card-block__item-features-dropdown-icon {
			transform: rotate(180deg);
		}
		.card-block__price-text {
			padding-left: 0;
		}
		.plans-help-block__content {
			padding: 60px 0;
			min-height: auto;
		}
		.plans-help-block__title{
			font-size: 38px;
			line-height: 42px;
		}
		.plans-help-block__left-block, .plans-help-block__right-block{
			width: 100%;
		}
		.pricing-info__switcher{
			margin-top: 0;
		}
		.tabs-block__content-item--glip .pricing-info__range-content{
			max-width: inherit;
		}
		.tabs-block__nav:after {
			content: "";
			background: url(/content/dam/rc-www/en_us/images/content/office/plansandpricing/arrow-down.svg);
			width: 16px;
			height: 9px;
			position: absolute;
			top: 29px;
			right: 16px;
			background-size: contain;
			transition: transform .3s ease-in-out;
		}
		.tabs-block__nav--active:after {
			transform: rotate(180deg);
		}
		.tabs-block__content-item--glip .pricing-info__toggler{
			margin-right: 0;
		}
	}
