.plans-list_plans {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 24px;
    gap: 24px;
}
@media(min-width:767px) {
    .plans-list_plans {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 44px;
    row-gap: 44px;
}
}@media(min-width:1200px) {
    .plans-list_plans {
    grid-gap: 17px;
    gap: 17px;
    grid-template-columns: 2fr 2fr 2fr;
}
}.plans_root__2XDeL {
    padding-bottom: 120px;
}
@media(min-width:767px) {
    .plans_root__2XDeL {
    padding-bottom: 105px;
}
}@media(min-width:1200px) {
    .plans_root__2XDeL {
    padding-bottom: 115px;
}
}.plans_wrapper {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.plans_switcher, .plans_wrapper {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.plans_switcher {
    margin-bottom: 32px;
}

.plan-insert {
	height: auto!important;
    background: #ffffff;
    margin-top: 50px;
}

@media(min-width:767px) {
    .plans_switcher {
    margin-bottom: 64px;
}
}.plans_switcher_text {
    margin: 0 10px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    color: rgba(68, 93, 101, .7);
}
.plans_switcher_text_active {
    color: #445d65;
}
.plans_button__TU6hP {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    margin-top: 44px;
}
@media(min-width:1200px) {
    .plans_button__TU6hP {
    margin-top: 64px;
}
}.plans_switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 27px;
}
.plans_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.plans_slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
}
.plans_slider, .plans_slider:before {
    position: absolute;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.plans_slider:before {
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 3px;
    background-color: #fff;
}
input+.plans_slider, input:checked+.plans_slider {
    background-color: #64db9b;
}
input:focus+.plans_slider {
    -webkit-box-shadow: 0 0 1px #64db9b;
    box-shadow: 0 0 1px #64db9b;
}
input:checked+.plans_slider:before {
    -webkit-transform: translateX(21px);
    -moz-transform: translateX(21px);
    transform: translateX(21px);
}
.plans_slider.plans_round {
    border-radius: 34px;
}
.plans_slider.plans_round:before {
    border-radius: 50%}

	.plan-card_plan {
		border: 1px solid #e1e5f0;
		border-radius: 14px;
		padding: 40px 24px 36px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 100%;
		display: -moz-box;
		display: flex;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
	}
	.card-recommend {
		background-color: #ff980036;
		border: 1px solid transparent;
	}
	.plan-card_plan__mini__1GTBm {
		-moz-box-pack: justify;
		justify-content: space-between;
	}
	@media(min-width:1200px) {
		.plan-card_plan {
		}
	}.plan-card_plan__title__wrapper {
		display: -moz-box;
		display: flex;
		-moz-box-pack: justify;
		justify-content: space-between;
		-moz-box-align: center;
		align-items: center;
		margin-bottom: 19px;
	}
	@media(min-width:767px) {
		.plan-card_plan__title__wrapper {
		height: 60px;
	}
	}@media(min-width:1200px) {
		.plan-card_plan__title__wrapper {
		height: 60px;
	}
	}.plan-card-plan-title {
		font-size: 28px;
		line-height: 30px;
	}
	.plan-card_plan__title__purchase__1Z-rQ {
		font-size: 22px;
	}
	.plan-card_plan-recommended-card {
		padding: 8px 12px;
		background-color: #fff;
		border-radius: 8px;
		font-weight: 600;
		font-size: 12px;
		display: -moz-box;
		display: flex;
		-moz-box-align: center;
		align-items: center;
	}
	.plan-card_plan-recommended-card span {
		margin-left: 7px;
	}
	@media(min-width:767px) {
		.plan-card_plan-recommended-card {
		font-size: 14px;
	}
	}@media(min-width:1200px) {
		.plan-card_plan-recommended-card {
		font-size: 12px;
	}
	}@media screen and (min-width:1360px) {
		.plan-card_plan-recommended-card {
		font-size: 14px;
	}
	}.plan-card-plan-description {
		font-size: 16px;
		line-height: 24px;
		color: #445d65;
		margin-bottom: 35px;
	}
	.plan-card_plan__description__with__from__1oUd3 {
		margin-bottom: 0;
	}
	@media(min-width:767px) {
		.plan-card-plan-description {
		height: 48px;
		margin-bottom: 42px;
	}
	}@media(min-width:1200px) {
		.plan-card-plan-description {
		height: 92px;
		margin-bottom: 35px;
	}
	}@media screen and (min-width:1600px) {
		.plan-card-plan-description {
		height: 72px;
	}
	}.plan-card_plan__price__wrapper {
		margin-bottom: 29px;
	}
	@media(min-width:767px) {
		.plan-card_plan__price__wrapper {
		margin-bottom: 21px;
		height: 62px;
	}
	}.plan-card_plan__from__29vZc {
		font-weight: 700;
		margin-right: 8px;
	}
	.plan-card-plan-price {
		height: 100%;
		display: -moz-inline-box;
		display: inline-flex;
		-moz-box-align: center;
		align-items: center;
		margin-right: 5px;
		font-size: 41px;
		line-height: 45px;
	}
	.plan-card_plan__price__mini__3ESp8 {
		font-size: 24px!important;
		line-height: 30px!important;
	}
	.plan-card_plan__price__mini__3ESp8.plan-card_plan__price__with__from__25vEB {
		font-size: 21px!important;
	}
	.plan-card_plan__price__with__from__25vEB {
		font-size: 26px!important;
		line-height: 30px!important;
	}
	@media(min-width:767px) {
		.plan-card-plan-price {
		font-size: 48px;
		line-height: 53px;
	}
	}@media(min-width:1200px) {
		.plan-card-plan-price {
		font-size: 32px;
	}
	}@media screen and (min-width:1350px) {
		.plan-card-plan-price {
		font-size: 48px;
	}
	}.plan-card_plan__period {
		font-size: 14px;
		line-height: 25px;
		color: #445d65;
	}
	@media(min-width:767px) {
		.plan-card_plan__period {
		font-size: 16px;
	}
	}@media(min-width:1200px) {
		.plan-card_plan__period__pl__obHI6 {
		font-size: 14px;
	}
	}@media screen and (min-width:1440px) {
		.plan-card_plan__period__pl__obHI6 {
		font-size: 16px;
	}
	}.plan-card-plan-btn {
		margin-bottom: 32px;
	}
	.plan-card-plan-btn:last-of-type {
		margin-bottom: 0;
	}
	@media(min-width:767px) {
		.plan-card-plan-btn {
		margin-bottom: 34px;
	}
	}.plan-card-plan-row {
		display: -moz-box;
		display: flex;
		-moz-box-pack: justify;
		justify-content: space-between;
		margin-bottom: 19px;
	}
	.plan-card-plan-row p {
		font-size: 16px;
		line-height: 24px;
		margin-right: 20px;
		color: #445d65;
		align-self: center;
	}
	@media(min-width:767px) {
		.plan-card-plan-row {
		margin-bottom: 16px;
	}
	}.plan-card-plan-row:last-of-type {
		margin-bottom: unset;
	}
	.plan-card-plan-row-value {
		text-align: end;
		padding-right: 5px;
		font-weight: 600;
		font-size: 14px;
	}
	@media(min-width:767px) {
		.plan-card-plan-row-value {
		font-size: 16px;
		white-space: nowrap;
	}
	}.plan-card_qm__2qQih {
		display: inline-block;
		padding-left: 5px;
		position: relative;
	}
	.plan-card_qm__2qQih:focus .plan-card_tooltip__tkNGp, .plan-card_qm__2qQih:hover .plan-card_tooltip__tkNGp {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	.plan-card-plan-btn a:hover {
		color:#d4d4d4!important
	}
	.plan-card_tooltip__tkNGp {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
		transition: opacity .3s ease, -webkit-transform .3s ease;
		-moz-transition: opacity .3s ease, transform .3s ease, -moz-transform .3s ease;
		transition: opacity .3s ease, transform .3s ease;
		transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
		border-radius: 6px;
		padding: 8px;
		top: -40px;
		left: -109px;
		width: 231px;
		-webkit-filter: drop-shadow(0 8px 15px rgba(52, 57, 65, .2));
		filter: drop-shadow(0 8px 15px rgba(52, 57, 65, .2));
		position: absolute;
		background: #03536e;
	}
	.plan-card_plan-recommended-card {
		margin-top: -7px;
		background: #fa7070;
		color: #ffffff;
	}

	.plan-card_tooltip__tkNGp:after {
		content: " ";
		position: absolute;
		top: -webkit-calc(100% - 2px);
		top: -moz-calc(100% - 2px);
		top: calc(100% - 2px);
		left: -webkit-calc(50% + 2px);
		left: -moz-calc(50% + 2px);
		left: calc(50% + 2px);
		margin-left: -10px;
		border: 10px solid transparent;
		border-top-color: #03536e;
	}
	@media(min-width:767px) {
		.plan-card_tooltip__tkNGp {
		padding: 16px;
		top: -70px;
		left: -144px;
		width: 282px;
	}
	}.plan-card_tooltip__tkNGp p {
		font-size: 12px;
		color: #fff;
		padding: 0;
		margin: 0;
		text-align: center;
		word-wrap: break-word;
	}
	@media(min-width:767px) {
		.plan-card_tooltip__tkNGp p {
		font-size: 14px;
	}
	}.plan-card_checkedIcon__highlighted__N0YND circle {
		fill: #fa707087;
	}
	.plan-card_crossIcon__highlighted__2gEZa circle {
		fill: #00546d24;
	}
	.plan-card_icon__placeholder__3UVgg {
		width: 28px;
		height: 28px;
	}

	.container-outer-module {
		height: 100%;
		padding: 0 16px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	@media(min-width:767px) {
		.container-outer-module {
		padding: 0 64px;
	}
	}@media(min-width:1200px) {
		.container-outer-module {
		padding: 0 75px;
		max-width: 1440px;
		margin: auto;
	}
	}.button_link__YAzYi {
		display: -moz-box;
		display: flex;
		-moz-box-pack: center;
		justify-content: center;
		-moz-box-align: center;
		align-items: center;
		background-color: #03536e;
		color: #fff;
		font-family: Aktiv Grotesk, sans-serif;
		border-radius: 8px;
		text-decoration: none;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
		padding: 10px 16px;
		border: 2px solid transparent;
		white-space: nowrap;
	}
	.button_link__YAzYi:hover {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	.button_link__YAzYi:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.button_link__YAzYi:active {
		-webkit-transform: scale(.95);
		-moz-transform: scale(.95);
		transform: scale(.95);
	}
	@media(min-width:767px) {
		.button_link__YAzYi {
		font-size: 18px;
		line-height: 23px;
		padding: 11px 26px 12px;
		border-radius: 10px;
	}
	}@media(min-width:1200px) {
		.button_link__YAzYi {
		padding: 11px 26px 12px;
	}
	}.button_button__1Xi2V {
		background-color: #03536e;
		color: #fff;
		font-family: Aktiv Grotesk, sans-serif;
		border-radius: 8px;
		display: -moz-box;
		display: flex;
		-moz-box-pack: center;
		justify-content: center;
		-moz-box-align: center;
		align-items: center;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		cursor: pointer;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
		padding: 10px 16px;
		border: 2px solid transparent;
		white-space: nowrap;
	}
	.button_button__1Xi2V:hover {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	.button_button__1Xi2V:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.button_button__1Xi2V:active {
		-webkit-transform: scale(.95);
		-moz-transform: scale(.95);
		transform: scale(.95);
	}
	@media(min-width:767px) {
		.button_button__1Xi2V {
		font-size: 18px;
		line-height: 23px;
		padding: 11px 26px 12px;
		border-radius: 10px;
	}
	}@media(min-width:1200px) {
		.button_button__1Xi2V {
		padding: 11px 26px 12px;
	}
	}.button_yellow__3TfFW {
		background-color: #ffeeb4;
		color: #03536e;
	}
	.button_green__2QJ2r {
		background-color: #03536e;
		color: #fff;
	}
	.button_secondary__1tzQs {
		background-color: transparent;
		color: #fff;
		border: 2px solid hsla(0, 0%, 100%, .3);
	}
	.button_secondary_green__Dghs7 {
		background-color: transparent;
		color: #03536e;
		border: 2px solid #03536e;
	}
	.button_transparent_mint__2_Z5T {
		border: 2px solid #00d37f;
		color: #fff;
		background-color: transparent;
	}.button_button__23_Cw {
		display: -moz-box;
		display: flex;
		-moz-box-pack: justify;
		justify-content: space-between;
		-moz-box-align: center;
		align-items: center;
		width: 100%;
		background-color: transparent;
		border: none;
		margin-top: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.button_button__active__318v2 {
		font-weight: 700;
		font-size: 18px;
		line-height: 27px;
	}
	.button_button__active__318v2 .button_icon__1sYQB {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	@media(min-width:767px) {
		.button_button__23_Cw {
		font-size: 20px;
		line-height: 26px;
		margin-top: 40px;
	}
	}.button_icon__1sYQB {
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		-moz-transition: transform .2s ease-in-out, -moz-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out;
		display: -moz-box;
		display: flex;
		width: 16px;
		height: 8px;
	}
	@media(min-width:767px) {
		.button_icon__1sYQB {
		width: 24px;
		height: 14px;
	}
	}.button_icon__1sYQB svg {
		width: 100%;
		height: 100%}