* {
	box-sizing: border-box;
}

p {
	padding: 0;
	margin: 0;
}

html, body {
	padding: 0;
	margin: 0;
}

.container {
	max-width: 1220px;
	width: 100%;
	margin: auto;
}

.waba-header {
	display: grid;
	padding-bottom: 40px;
	grid-template-columns: 1fr 1fr;
}

h1, h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 120%;
	/* or 74px */

	/* whatsapp-color */
	color: #222222;
}

h2:first-child {
	margin-top: 36px;
}

.waba-header__title span {
	color: #4FC95C;
}

.waba-header__subtitle {
/*	font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 24px;
	line-height: 120%;
	/* or 29px */

	color: #222222;
}

.waba-header__steps-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 10px 0 ;
	border-left: 4px solid #72B634;
	border-radius: 5px 0px 0px 5px;
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 14px;
	line-height: 120%;
	/* or 18px */

	color: #222222;
	position: relative;
}

.waba-header__column {
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
}

.waba-header__step-item-button {
	position: absolute;
	top: -15px;
	right: -15px;
	border: none;
	background: none;
}

.waba-header {
	display: flex;
	position: relative;
}

.waba-header__steps {
	display: grid;
	margin-top: 35px;
	grid-template-columns: 144px 185px 165px;
	gap: 25px;
}

.waba-header__steps-item ul {
	list-style-type: disc; !important;
}

.waba-header__steps-item li {
	line-height: normal;
	display: list-item;
}

.waba-header__steps-item li:before {
	content: "";
	margin-right: 0;
}

.waba-header__image {
	width: 520px;
	height: auto;
}

.waba-header__button {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px;
	gap: 10px;
	background: #72B634;
	border-radius: 10px;
/*	font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 15px;
	line-height: 120%;
	/* identical to box height, or 18px */
	color: #FFFFFF;
	width: fit-content;
}

.waba-header__button:hover {
	color: #FFFFFF; !important;
	background: #0254A2;
}

.waba-tasks {
	background: #F3F8FB;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 13px;
	padding: 60px 0;
}

.waba-tasks__header {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	/* or 62px */
	text-align: center;

	color: #222222;
}

.waba-tasks__subheader {
/*	font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 20px;
	line-height: 120%;
	/* or 24px */
	text-align: center;

	color: #222222;
	max-width: 651px;
}
.waba-tasks__container {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 40px;
}

.waba-tasks__area {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}

.waba-tasks__text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 27px 0;
}

.waba-tasks__text-header {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	/* identical to box height, or 29px */

	color: #222222;
}

.waba-tasks__text-content {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 150%;
	/* or 26px */

	color: #222222;
}

.waba-use {
	padding: 60px 0;
}

.waba-use__container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.waba-use__header {
	max-width: 885px;
	margin: auto;
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	/* or 62px */
	text-align: center;

	/* black */
	color: #222222;
}

.waba-use__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
}


.waba-use__item-content {
	padding-left: 30px;
	border-left: 4px solid #12559D;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.waba-use__item-content-header {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	/* identical to box height, or 36px */

	color: #222222;
}

.waba-use__item-content-body {
/*	font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 16px;
	line-height: 150%;
	/* or 26px */

	color: #222222;
	display: flex;
	flex-direction: column;
}

.waba-use__item {
	display: grid;
	grid-template-columns: 670px 200px;
	gap: 140px;
	align-items: center;
}

.waba-use__item--reverse {
	display: grid;
	grid-template-columns: 200px 670px;
	gap: 140px;
	align-items: center;
	justify-content: flex-end;
}

.waba-use__item--reverse .waba-use__item-content {
	padding-left: 30px;
	border-left: 4px solid #4FC95C;
	max-width: 550px;
}

.waba-use__item-content span {
/*	font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 150%;
	/* or 26px */

	color: #30A7DB;
}

.waba-work__container {
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.waba__title {
	font-family: 'Stem';
	font-size: 52px;
	font-weight: 500;
	line-height: 62px;
	margin-bottom: 40px;
}

.waba__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: flex-start;
	align-items: flex-start;
}

.waba__card {
	max-width: 560px;
	height: 100%;
	padding: 25px;
	background: white;
	box-shadow: 0px 0px 25px rgba(34, 34, 34, 0.10);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.waba__card--primary {
	background: #12559D;
	color: white;
}

.waba__card--primary .waba__card-title,
.waba__card--primary .waba__card-text,
.waba__card--primary .waba__card-hint-text {
	color: white;
}

.waba__card-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	margin: 0;
}

.waba__card-text {
	font-size: 16px;
	font-weight: 350;
	line-height: 25.5px;
	margin: 0;
}

.waba__card-hint {
	border-left: 4px #7DC53F solid;
	padding-left: 15px;
	display: flex;
	align-items: flex-start;
}

.waba__card-line {
	width: 4px;
	min-width: 4px;
	height: 100%;
	background: #7DC53F;
	margin-top: 2px;
}

.waba__card-image {
	width: 410px;
	height: 105px;
	object-fit: cover;
	align-self: center;
}
.waba-how {
	background: #F2F8FB;
	padding: 60px 0;

}
.waba-how__content-container {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.waba-how__container {
	width: 100%;
	height: 100%;
	position: relative;
}

.waba-how__bg-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(250, 250, 250, 0.80) 0%, rgba(250, 250, 250, 0.80) 100%);
}

.waba-how__bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.waba-how__content {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.waba-how__title {
	color: #222222;
	font-size: 52px;
/*	font-family: Stem;*/
	font-weight: 500;
	line-height: 62.40px;
	margin-bottom: 116px;
	align-self: flex-start;
}

.waba-how__image {
	width: 520px;
	height: 520px;
}

.waba-how__area {
	display: grid;
	grid-template-columns: 520px 1fr;
	gap: 40px;
}

.waba-how__steps {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.waba-how__step {
	padding: 20px;
	background: white;
	box-shadow: 0px 0px 25px rgba(34, 34, 34, 0.10);
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}

.waba-how__step::after {
	content: ' ';
	background: url(/im/wa/9.png) no-repeat;
	width: 34px;
	height: 125px;
	position: absolute;
	left: -38px;
	top: 50%;
	bottom: 0;
}

.waba-how__step-image {
	position: absolute;
	top: -20px;
	right: -35px;
}

.waba-how__step:nth-child(2)::after {
	top: calc(50% + 10px);
}
.waba-how__step:nth-child(3)::after {
	top: calc(50% + 20px);
}
.waba-how__step:nth-child(4)::after {
	top: calc(50% + 30px);
}
.waba-how__step:last-child::after {
	display: none;
}

.waba-how__step-number {
	color: #30A7DB;
	font-size: 60px;
	font-family: Stem;
	font-weight: 500;
	line-height: 72px;
	flex-shrink: 0;
}

.waba-how__connectors {
	position: absolute;
	left: 841px;
	top: 224px;
	height: 406px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.waba-how__connector {
	width: 2px;
	background: #12559D;
}

.waba-how__connector:nth-child(1) {
	height: 120px;
}

.waba-how__connector:nth-child(2) {
	height: 103px;
}

.waba-how__connector:nth-child(3) {
	height: 115px;
}

.waba-how__icons {
	position: absolute;
	right: 320px;
	top: 127px;
	height: 492px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.waba-how__icon {
	width: 70px;
	height: 70px;
	position: relative;
	overflow: hidden;
}

.waba-how__icon-shape {
	position: absolute;
	background: #86CFF2;
}

.waba-how__icon-details {
	position: absolute;
	background: #EDEDED;
}

.waba-how__icon-complex {
	position: absolute;
	background: #B9DCFB;
}

.waba-how__icon-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.waba-cost__header {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	/* or 62px */
	text-align: center;
	color: #FFFFFF;
}

.waba-connect__container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 60px 0;
}

.waba-connect__header {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	/* or 62px */

	color: #222222;
	max-width: 860px;
}

.waba-connect__steps {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.waba-connect__area {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.waba-connect__step {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px;
	gap: 15px;
	background: #FFFFFF;
	/* тень */
	box-shadow: 0px 0px 25px rgba(34, 34, 34, 0.1);
	border-radius: 20px;
	width: 460px;
}

.waba-connect__step:nth-child(2n) {
	margin-left: 200px;
}

.waba-connect__step-header {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 120%;
	/* identical to box height, or 72px */

	/* blue-telegram */
	color: #30A7DB;
}

.waba-connect__step-text {
	font-weight: 350;
	font-size: 16px;
	line-height: 120%;
	/* or 20px */
	display: flex;
	align-items: center;
	color: #222222;
}

.waba-connect__button{
	text-decoration: none;
	width: fit-content;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 80px;
	background: #0254A2;
	border: 2px solid #0254A2;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	line-height: 120%;
	/* identical to box height, or 22px */
	color: #FFFFFF;
}

.waba-connect__button:hover {
	color: #FFFFFF; !important;
	background: #72B634;
	border-color: #72B634;
}

.waba-connect__step {
	position: relative;
}

.waba-connect__step:nth-child(1)::after {
	content: ' ';
	position: absolute;
	bottom: -90px;
	width: 120px;
	height: 100px;
	left: 78px;
	background: url(/im/wa/15.png);
}

.waba-connect__step:nth-child(2)::after {
	content: ' ';
	position: absolute;
	bottom: -27px;
	width: 62px;
	height: 65px;
	left: -61px;
	background: url(/im/wa/16.png);
}

.waba-connect__step:nth-child(3)::after {
	content: ' ';
	position: absolute;
	bottom: -27px;
	width: 107px;
	height: 87px;
	right: -108px;
	background: url(/im/wa/17.png);
}

.waba-now {
	background: #ECF6FF;
	padding: 60px 0;
}

.waba-now__container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-direction: column;
}

.waba-now__header {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 51px;
	line-height: 120%;
	/* or 62px */
	text-align: center;
	color: #222222;
	max-width: 916px;
}

.waba-now__desc {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 150%;
	/* or 26px */
	text-align: center;
	color: #222222;
	max-width: 524px;
}

.waba-now .waba-connect__button {
	margin-top: 10px;
}

.waba-faq {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: white;
	padding: 60px 0 0 0;
	font-family: 'Stem', sans-serif;
}

.waba-faq__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: -1;
}

.waba-faq__content {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.waba-faq__title {
	color: #222222;
	font-size: 52px;
	font-weight: 500;
	line-height: 62.40px;
	margin: 0;
}

.faq_items {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.faq_item {
	background: white;
	box-shadow: 0px 0px 25px rgba(34, 34, 34, 0.10);
	border-radius: 20px;
	overflow: hidden;
}

.faq_question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	cursor: pointer;
}

.faq_question-text {
	color: #222222;
	font-size: 24px;
	font-weight: 500;
	line-height: 28.80px;
	margin-right: 20px;
}

.faq_toggle {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq_chevron {
	width: 40px;
	height: 40px;
}

.faq_answer {
	color: #222222;
	font-size: 17px;
	font-weight: 350;
	line-height: 25.50px;
	padding: 0 20px 20px;
	display: none;
}

.faq_item--active .faq_answer {
	display: block;
}

.faq_item--active .faq_chevron {
	transform: rotate(180deg);
}

.waba-faq__form {
	position: relative;
	width: 100%;
	max-width: 560px;
	margin: 120px auto 0;
	background: white;
	box-shadow: 0px 0px 25px rgba(34, 34, 34, 0.10);
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	text-align: center;
}

.waba-faq__form-text {
	font-family: 'Stem';
	color: #222222;
	font-size: 17px;
	font-weight: 350;
	line-height: 25.50px;
	font-style: normal;
	text-align: center;
}

.waba-faq__title {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	/* or 62px */
	color: #222222;
}

.faq_question-text {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	/* identical to box height, or 29px */
	color: #222222;
}

.faq_answer {
	font-weight: 350;
	font-size: 17px;
	line-height: 150%;
	/* or 26px */
	color: #222222;
}

.waba-faq__decoration {
	position: absolute;
	width: 100px;
	height: 100px;
	right: -50px;
	top: -50px;
	background: url(/im/wa/18.png);
	background-size: cover;
}

.waba-faq__manager-image {
}

.waba-faq__footer {
	margin-top: 111px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
	align-items: center;
}

.waba-faq {
	max-width: 1160px;
}

.waba-connect__image{
	width: 100%;
}

.waba-icons {
	margin: 60px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.waba-icons__header {
	max-width: 650px;
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 52px;
	line-height: 120%;
	/* or 62px */
	text-align: center;
	color: #222222;
}

.waba-icons__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.waba-icons__items-item {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.waba-icons__items-item img {
	width: 100px;
	height: 100px;
}

.waba-icons__items-item-content {
	display: flex;
	max-width: 460px;
	flex-direction: column;
	gap: 20px;
}

.waba-icons__items-item-header {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	/* identical to box height, or 29px */
	text-align: center;
	color: #222222;
}

.waba-icons__items-item-text {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 150%;
	/* or 26px */
	text-align: center;
	color: #222222;
}

.bdw table tr {
	vertical-align: middle; !important;
}

@media(max-width: 1300px) {
	.waba-header__image {
		width: 35vw;
	}
	.waba-header__button {
		display: none;
	}
	.container {
		padding: 0 20px;
	}
	.waba-use__item {
		gap: 100px;
	}
	.waba-how__illustration {
		width: fit-content;
	}
	.waba-how__image {
		width: 420px;
		height: 420px;
	}
	.waba-how__area {
		gap: 16px;
	}
	.waba-how__area {
		grid-template-columns: 420px 1fr;
	}
	.waba-how__steps {
		margin-right: 25px;
	}
	.waba-connect__steps {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.waba-connect__area {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.waba-connect__column:last-child {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.waba-connect__image {
		width: 620px !important;
		height: auto;
		margin: auto;
	}
	.waba-faq {
		margin: 60px 0;
	}
	.waba-faq__manager-image {
		width: 420px;
		height: 420px;
	}
	.waba-faq__footer {
		grid-template-columns: 420px 1fr;
		gap: 70px;
	}
	.waba-faq__form {
		padding: 40px 17px;
	}
	.waba-faq__decoration {

		right: -15px;
		top: -66px;
	}
}

@media(max-width: 768px) {
	.waba-header {
		flex-direction: column;
		gap: 40px;
		align-items: center;
	}
	.waba-header__title h1 {
		font-size: 40px;
	}
	.waba-header__image {
		max-width: 440px;
		height: auto;
		width: 100%;
	}
	.waba-tasks__header {
		font-size: 40px;
	}
	.waba-tasks__area {
		grid-template-columns: 1fr 1fr;
		gap: 21px;
	}
	.waba-tasks__image {
		width: 100%;
	}
	.waba-use__header {
		font-size: 40px;
	}
	.waba-use__item {
		gap: 40px;
	}
	.waba-use__item-content {
		max-width: calc(100% - 40px - 240px);
	}
	.waba-use__item {
		display: flex;
	}
	.waba__title {
		font-size: 40px;
	}
	.waba__grid {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.waba__card {
		width: 100%;
		max-width: 100%;
	}
	.waba-cost__header {
		font-size: 40px;
	}
	.waba-how__title {
		font-size: 40px;
	}
	.waba-how__area {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
		gap: 40px;
	}
	.waba-how__steps {
		margin: 0;
		padding: 0 60px;
	}
	.waba-how__image {
		max-width: 440px;
		width: 100%;
		height: auto;
	}
	.waba-connect__header {
		font-size: 40px;
	}
	.waba-icons__header {
		font-size: 40px;
	}
	.waba-now__header {
		font-size: 40px;
	}
	.waba-connect__image {
		max-width: 440px;
		width: 100%;
		height: auto;
	}
	.waba-faq__title {
		font-size: 40px;
	}
	.waba-faq__footer {
		display: flex;
		flex-direction: column-reverse;
		gap: 40px;
	}
	.waba-connect__step:nth-child(2n) {
		margin-left: 0;
	}
	.waba-connect__step:nth-child(1)::after {
		display: none;
	}
	.waba-connect__step:nth-child(2)::after {
		display: none;
	}
	.waba-connect__step:nth-child(3)::after {
		display: none;
	}
}

@media(max-width: 500px) {
	.waba-header__image {
		max-width: 300px;
		height: auto;
		width: 100%;
	}
	.waba-icons__items {
		flex-direction: column;
		display: flex;
	}
	.waba-header__steps {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.waba-header__steps-item {
		max-width: 185px;
	}
	.waba-tasks__area {
		flex-direction: column-reverse;

		display: flex;
	}

	.waba-use__header,
	.waba-tasks__header,
	.waba__title,
	.waba-how__title,
	.waba-connect__header,
	.waba-icons__header,
	.waba-now__header,
	.waba-faq__title

	{
		font-size: 32px;
		line-height: 150%;
	}
	.waba-use__item {
		flex-direction: column;
	}
	.waba-use__item-content {
		width: 100%;
		max-width: 100%;
	}
	.waba-use__item {
		flex-direction: column-reverse;
	}
	.waba-use__item--reverse {
		flex-direction: column;
	}
	.waba-connect__step::after {
		background: url(/im/wa/9.png) !important;
		background-repeat: no-repeat !important;
		left: -38px !important;
		bottom: -84px !important;
		width: 120px !important;
		height: 124px !important;
	}
	.waba-how__steps {
		padding: 0 30px;
	}
	.waba-how__title {
		margin-bottom: 30px;
	}
	.waba-connect__header {
		margin-top: 40px;
	}
	.waba-connect__steps {
		padding: 0 30px;
	}
	.waba-connect__step {
		width: 100%;
	}
	.waba-use__item-content-header {
		font-size: 26px;
		line-height: 150%;
	}
	.waba__card-title {
		font-size: 18px;
	}
	.waba__card-image {
		width: 100%;
	}
	.waba-connect__image, .waba-faq__manager-image{
		max-width: 100%;
	}
	.waba-work__container {
		padding-bottom: 20px;
	}
	.waba-header__title {
		font-size: 48px;
	}
	.waba-header__subtitle {
		font-size: 20px;
		line-height: 150%;
	}
	.waba-connect__button {
		width: 100%;
	}
}
a, button {
	white-space: nowrap;
}
.waba-faq__answer {
	overflow: hidden;
	max-height: 0;
	transition: opacity 0.3s ease, max-height 0.3s ease;
}
.waba-faq__chevron svg {
	transition: transform 0.3s ease;
}
.waba-header__steps-item {
	position: relative;
}
.waba-header__comment {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 350;
	font-size: 14px;
	line-height: 120%;
	/* or 18px */

	color: #FFFFFF;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
	gap: 10px;
	background: #7DC53F;
	border-radius: 10px;
	position: absolute;
	width: 340px;
	z-index: 2;
	display: none;
	top: 0;
	left: 100%;
}
.waba-header__comment--no-bg{
	padding: 0;
	background: none;
}
.waba-header__steps-item:hover .waba-header__comment {
	display: block;
}
.waba-header__steps-item ul {
	padding: 0;
	margin: 0;
}
.waba-header__steps-item li {
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
.waba-cost {
	background: #2F5495;
	padding: 60px 0;
}
.waba-cost .container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.waba-cost__footer {
	display: flex;
	justify-content: center;
}

.waba-cost__button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 20px;
	gap: 10px;
	background: #7DC53F;
	border-radius: 5px;
	font-family: 'Stem';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	/* identical to box height, or 22px */

	color: #FFFFFF;
	text-decoration: none;
}