.tab-items.blue {
	background: var(--blue100);
	color: var(--blue950);
}
.tab-items.pink {
	background: var(--pink100);
	color: var(--pink700);
}
.tab-items.blue .tab-item.active {
	color: var(--blue950);
}
.tab-items.pink .tab-item.active {
	color: var(--pink700);
}
.tabs .toggle {
	box-shadow: none;
}
.tabs .tab-items.blue .toggle {
	background: var(--blue50);
}
.tabs .tab-items.pink .toggle {
	background: var(--pink50);
}
.button.pink.has-icon svg {
	color: #fff;
}
/* action main */
.action-main .b-head .main {
	display: flex;
	gap: 64px;
	padding-bottom: 96px;
}
.action-main .b-head .head-block {
	flex-grow: 1;
}
.action-main .b-head .image {
	flex-shrink: 0;
	width: 550px;
	height: 300px;
}
.action-main .head-block > div {
	text-align: left;
}
.action-main .b-head .buttons {
	justify-content: flex-start;
}
/* list */
.active-list .item {
	width: calc(50% - 32px);
}
.active-list .im {
	height: 290px;
}
.actions-list .tabs {
	margin-bottom: 0;
}
.actions-list .tab-items {
	height: 36px;
	margin: 0;
	gap: 0;
	padding: 4px;
}
.actions-list .tab-item {
	display: flex;
	align-items: center;
	font-size: 13px;
	padding: 0 12px;
	height: 28px;
}
.actions-list .tabs .toggle {
	height: calc(100% - 8px);
}
.actions-list.grid .item-block {
	padding: 32px 24px;
}
.actions-list .item .button {
	width: 100%;
	background: #F4FAFF;
	color: var(--blue900);
}
.actions-list .item a.button:hover {
	text-decoration: none;
	background: var(--blue100);
}
.actions-list .item .button svg {
	transform: scale(-1,-1);
}
.actions-list .text {
	font-size: 18px;
}
.actions-list .footnotes {
	margin: 32px 0;
}
.actions-list .footnotes svg {
	width: 24px;
	height: 24px;
}
.actions-list .footnotes li {
	gap: 12px;
}
.actions-list .footnotes * {
	font-size: 16px;
	height: 24px;
	white-space: normal;
}
.actions-list .footnotes span {
	line-height: 1.5;
}
.grid:not(.active-list) .items .button {
	display: none;
}
/* text card */
.actions-text .columns {
	justify-content: space-between;
}
.actions-text .column.has-text {
	flex-grow: 1;
	max-width: 768px;
}
.actions-text .subhead {
	text-align: left;
}
.actions-text .title {
	margin-bottom: 20px;
	color: var(--blue950);
	font-size: 36px;
	font-weight: 600;
	line-height: 1.23;
	letter-spacing: -.02em;
}
.actions-text .text {
	font-size: 20px;
}
.actions-text .button {
	white-space: nowrap;
	min-width: 250px;
}
/* referal */
.favor .columns {
	display: flex;
	gap: 100px;
}
.favor .has-text {
	flex-grow: 1;
}
.favor .badge {
	justify-content: flex-start;
}
.favor .has-text .title {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -.02em;
	padding-bottom: 20px;
}
.favor .has-text .text {
	font-size: 20px;
	line-height: 1.5;
}
.favor .button {
	white-space: nowrap;
}
.favor .items {
	display: flex;
	gap: 32px;
}
.favor .item {
	width: calc(50% - 16px);
	position: relative;
	font-size: 16px;
}
.favor .item .block {
	border-radius: 16px;
	padding: 32px 24px;
	text-align: center;
}
.favor .item.blue .block {
	background: var(--blue100);
}
.favor .item.green .block {
	background: #d1fadf;
}
.favor .item .title {
	color: var(--gray900);
	font-size: 24px;
	font-weight: 500;
}
.favor .item .icon {
	position: absolute;
	left: 50%;
	top: -12px;
	z-index: 2;
	height: 24px;
	padding: 0 8px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	transform: translateX(-50%);
}
.favor .item.green .icon {
	color: #027a48;
	background: #d1fadf;
	outline: 8px solid #ecfdf3;
}
.favor .item.blue .icon {
	color: var(--blue900);
	background: var(--blue100);
	outline: 8px solid var(--blue50);
}
.favor .item .text {
	padding: 8px 0 20px;
}
.clients .text {
	padding-bottom: 20px;
}
.conditions .block {
	width: 965px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.5;
	color: var(--gray500);
}
.conditions .block ul li::before {
	content: '-';
	padding-left: 24px;
	padding-right: 6px;
}
.howto .items {
	display: flex;
	flex-direction: column;
	gap: 48px;
	max-width: 1032px;
	margin: auto;
}
.howto .item {
	position: relative;
	background: var(--blue100);
	border-radius: 16px;
	padding: 28px 96px;
	font-weight: 500;
}
.howto .title {
	font-size: 24px;
	color: var(--gray900);
	padding-bottom: 4px;
}
.howto .text {
	font-size: 18px;
	line-height: 1.56;
	font-weight: 500;
}
.howto .text.descr {
	font-weight: 400;
}
.howto .icon {
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
}
.howto .num {
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	outline: 8px solid #F4FAFF;
	font-size: 24px;
	font-weight: 500;
	color: var(--blue900);
}
.howto .item::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -16px);
	border: 72px solid transparent;
	z-index: -1;
	pointer-events: none;
	border-top: 30px solid var(--blue100);
}
.howto .item:last-child::after {
	display: none;
}
.connect {
	color: var(--gray700);
	display: flex;
	gap: 18px;
}
.connect p {
	font-weight: 500;
}
.howto .connect .icons {
	display: flex;
	gap: 18px;
}
.lay-share_ref .connect p, .lay-share_ref .connect a.email {
	display: none;
}
.questions .connect p {
	display: none;
}
.lay-share_ref .connect .icons {
	display: flex;
	gap: 32px;
	margin-left: 16px;
}
.questions .connect .icons {
	display: flex;
	gap: 12px;
}
.connect a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--gray300);
	border-radius: 50%;
	color: var(--gray600);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, .05);
}
.connect a:hover {
	color: #1d2939;
	box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, .08), 0px 8px 8px -4px rgba(16, 24, 40, .03);
	background: #F9FAFB;
}
.howto .connect {
	padding-left: 48px;
}

.calculator .main {
	border-radius: 16px;
	background: var(--gray100);
	overflow: hidden;
	padding: 64px;
}
.calculator .columns {
	display: flex;
	gap: 64px;
}
.calculator .column.has-text {
	flex-grow: 1;
}
.calculator .badge {
	justify-content: flex-start;
}
.calculator .badge span {
	background: none;
	border: 1px solid var(--gray700);
	color: var(--gray700);
}
.calculator .has-text .title {
	font-size: 36px;
	line-height: 1.23;
	font-weight: 600;
	letter-spacing: -.02em;
	color: var(--blue950);
	margin-top: 4px;
}
.calculator .has-text .text {
	position: absolute;
	bottom: 64px;
}
.calculator .im {
	margin-top: -24px;
	margin-bottom: 20px;
	position: relative;
	width: 528px;
	height: 410px;
}
.calculator .column.has-form {
	flex-shrink: 0;
	width: 496px;
	display: flex;
	flex-direction: column;
}
.calculator .nav-tabs ul {
	background: var(--gray200);
}
.calculator .nav-tabs li {
	width: 50%;
}
.calculator .box {
	background: #fff;
	border-radius: 16px;
	padding: 32px 24px;
	margin: 16px 0;
}
.calculator .box .title {
	font-size: 24px;
	font-weight: 500;
	color: var(--gray900);
}
.calculator .form {
	width: 142px;
	margin-top: 20px;
}
.calculator .result {
	display: flex;
	align-items: center;
	gap: 32px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 0 24px;
	position: relative;
	background: var(--blue900);
	border-radius: 16px;
}
.calculator .gift {
	flex-shrink: 0;
	width: 200px;
	height: 184px;
	background: url("/images/gift.webp");
	background-size: cover;
}
.result-block {
	flex-grow: 1;
	padding: 32px 0;
}
.calculator .phys .result-block {
	padding: 54px 0;
}
.calculator .phys .result-block::after, .calculator .phys .result-block::before {
	content: '';
	position: absolute;
	top: 28px;
	left: -10px;
	width: 20px;
	height: calc(100% - 36px);
	background: url("/images/calc_result.png");
	background-size: contain;
}
.calculator .phys .result-block::after {
	left: auto;
	right: -10px;
}
.calculator .give {
	font-size: 24px;
}
.calculator .total {
	padding: 20px 0;
}
.calculator .total div {
	font-size: 36px;
	line-height: 1.23;
	font-weight: 600;
	letter-spacing: -.02em;
}
.calculator .pink-arr {
	color: #fff;
}
.calculator .pink-arr:hover {
	color: #fff;
	border-bottom-color: #fff;
}
.calculator .disclaimer {
	gap: 8px;
	color: var(--pink500);
}
.calculator .disclaimer svg {
	stroke: var(--pink500);
}
.range-slider {
	height: 108px;
	margin: 20px 0;
}
#slider {
	display: none;
}
@media screen and (max-width: 999px) {
	.swiper .tabs {
		margin-bottom: 12px !important;
	}
	.bot-indent-l {
		padding-bottom: 64px !important;
	}
	.b-head .buttons {
		flex-direction: column;
		gap: 16px;
	}
	.favor .screen {
		padding-top: 48px;
	}
	.favor .has-text .title {
		font-size: 30px;
	}
	.favor .columns {
		gap: 32px;
		padding-bottom: 88px !important;
	}
	.favor .button {
		width: 100%;
	}
	.favor .items {
		gap: 56px;
	}
	.howto .b-head .descr {
		margin-top: 20px;
		font-size: 18px;
	}
	.howto .item {
		padding: 28px 24px;
	}
	.howto .num, .howto .icon {
		position: static;
		transform: none;
	}
	.howto .title, .howto .icon {
		margin-top: 24px;
	}
	.howto .buttons {
		padding-top: 64px !important;
		flex-direction: column;
		gap: 32px;
	}
	.howto .connect {
		padding-left: 0;
		padding-top: 32px;
	}
	.howto .connect p {
		font-weight: 600;
	}
	.howto .connect .icons {
		gap: 48px;
	}
	.conditions .block {
		width: auto;
	}
	.calculator .main {
		padding: 64px 16px;
	}
	.calculator .has-text .title {
		font-size: 30px;
	}
	.calculator .has-text .text {
		position: static;
	}
	.calculator .im {
		margin: 32px 0;
		width: auto;
		height: calc((100vw - 32px)*.78);
	}
	.calculator .column.has-form {
		width: auto;
	}
	.calculator .disclaimer {
		padding-right: 32px;
	}
	.calculator .result {
		padding: 32px 0;
		gap: 16px;
	}
	.calculator .result-block {
		padding: 0 24px !important;
		width: 100%;
	}
	.calculator .phys .result-block::after, .calculator .phys .result-block::before {
		top: 16px;
		height: calc(100% - 32px);
	}
	.actions-text .columns {
		gap: 48px;
	}
	.actions-text .title {
		font-size: 30px;
	}
}