@font-face{
	font-family:"Segoe UI";
	src:local("Segoe UI Light"),
	url("./../fonts/SegoeUI-Light.95f80f601aea.woff") format("woff"),
	url("./../fonts/SegoeUI-Light.123981efb894.svg") format("svg"),
	url("./../fonts/SegoeUI-Light.1e521783eaa8.ttf") format("ttf"),
	url("./../fonts/SegoeUI-Light.7e1f69164d04.eot") format("eot");
	font-weight:100
}
@font-face{
	font-family:"Segoe UI";
	src:local("Segoe UI Semilight"),
	url("./../fonts/SegoeUI-Semilight.23de1e957a5e.woff") format("woff"),
	url("./../fonts/SegoeUI-Semilight.742f32664504.svg") format("svg"),
	url("./../fonts/SegoeUI-Semilight.313d29334ae2.ttf") format("ttf"),
	url("./../fonts/SegoeUI-Semilight.1798e9014287.eot") format("eot");
	font-weight:300
}
@font-face{
	font-family:"Segoe UI";
	src:local("Segoe UI"),
	url("./../fonts/SegoeUI.8905fd43829a.woff") format("woff"),
	url("./../fonts/SegoeUI.49ba53410ab6.svg") format("svg"),
	url("./../fonts/SegoeUI.5e8321676738.ttf") format("ttf"),
	url("./../fonts/SegoeUI.f7fad0fef0e6.eot") format("eot");
	font-weight:400;
}
@font-face{
	font-family:"Segoe UI";
	src:local("Segoe UI SemiBold"),
	url("./../fonts/SegoeUI-SemiBold.16eb5fb1ca40.woff") format("woff"),
	url("./../fonts/SegoeUI-SemiBold.73d261840e46.svg") format("svg"),
	url("./../fonts/SegoeUI-SemiBold.08d792b31297.ttf") format("ttf"),
	url("./../fonts/SegoeUI-SemiBold.bf40deff1380.eot") format("eot");
	font-weight:500;
}
@font-face{
	font-family:"Segoe UI";
	src:local("Segoe UI SegoeUI-Bold"),
	url("./../fonts/SegoeUI-Bold.b59dab9e8f9e.woff") format("woff"),
	url("./../fonts/SegoeUI-Bold.98edc6622a2b.svg") format("svg"),
	url("./../fonts/SegoeUI-Bold.679e63cf6530.ttf") format("ttf"),
	url("./../fonts/SegoeUI-Bold.7556e0d694f1.eot") format("eot");
	font-weight:600;
}
@font-face{
	font-family:"Segoe UI";
	src:local("Segoe UI Black"),
	url("./../fonts/SegoeUI-Black.798167351d62.woff") format("woff"),
	url("./../fonts/SegoeUI-Black.9a6bf642dd94.svg") format("svg"),
	url("./../fonts/SegoeUI-Black.2c48da0a7ef8.ttf") format("ttf"),
	url("./../fonts/SegoeUI-Black.4d2356b53aba.eot") format("eot");
	font-weight:900;
}

html {
	scroll-behavior: smooth;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main {
	max-width: 100%;
	margin: 0 auto;
	font-family: 'Segoe UI', sans-serif;
	font-weight: 400;
	color: #2f2f2f;
}

.bh-hero {
	position: relative;
	margin-bottom: 33px;
}

.bh-hero__image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.bh-hero__text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 18.5% 12%;
}

.bh-hero__mo {
	width: 160px;
	height: 28px;
	max-width: 160px;
	margin: 0 0 24px;
}

.bh-hero__mo img {
	max-width: 100%;
	height: auto;
}

.bh-hero__title {
	margin: 0;
	padding-bottom: 12px;
	font-size: 30px;
	line-height: 1.02;
	display: inline-block;
	background: -webkit-linear-gradient(32deg, #000000 0%, #a5409a 100%);
	background: linear-gradient(32deg, #000000 0%, #a5409a 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bh-hero__subtitle {
	font-size: 19px;
	line-height: 1.28;
	margin: 0 0 24px;
}

.bh-hero__desc {
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

/* VIDEO SECTION */
.bh-video {
	margin-bottom: 30px;
}

.bh-video__title {
	font-size: 24px;
	line-height: 1.08;
	text-align: center;
	padding: 0 15px;
	margin: 0 0 20px;
}

.bh-video__title sup {
	font-size: 14px;
}

.bh-video__video video {
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	cursor: pointer;
}

/* TEXTIMG SECTION */

.bh-textimg {
	margin-bottom: 33px;
}

.bh-textimg__image {
	margin-bottom: -10px;
	position: relative;
	background: #c7d6ed;
	border-radius: 32px 32px 0 0;
}

.bh-textimg__image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}

.bh-textimg__glass {
	position: absolute;
	bottom: 24px;
	color: #ffffff;
	left: 5%;
	font-size: 20px;
	z-index: 3;
	padding: 8px 20px 12px;
	font-size: 26px;
	line-height: 1;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255, .3);
}

.bh-textimg__title {
	display: block;
	padding: 42px 15px 32px;
	background: #c7d6ed;
	border-radius: 0 0 20px 20px;
	text-align: center;
}

.bh-textimg__title span {
	font-size: 24px;
	background: -webkit-linear-gradient(32deg, #000000 0%, #4d87f3 100%);
	background: linear-gradient(32deg, #000000 0%, #4d87f3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.green .bh-textimg__image,
.green .bh-textimg__title {
	background-color: #e0ecdd;
}

.green .bh-textimg__title span {
	background: -webkit-linear-gradient(32deg, #000000 0%, #69bf71 100%);
	background: linear-gradient(32deg, #000000 0%, #69bf71 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* TEXTIMGMORE SECTION */
.bh-textimgmore {
	margin-bottom: 40px;
}

.bh-textimgmore__main {
	font-size: 24px;
	line-height: 1.08;
	text-align: center;
	padding: 0 15px;
	margin: 0 0 30px;
}

.bh-textimgmore__image {
	margin-bottom: -10px;
	position: relative;
	background: #c7d6ed;
	border-radius: 32px 32px 0 0;
}

.bh-textimgmore__image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}

.bh-textimgmore__content {
	position: relative;
	background: #f2f2f2;
	display: block;
	padding: 43px 15px 44px;
	border-radius: 0 0 20px 20px;
	text-align: center;
}

.bh-textimgmore__content-title {
	font-size: 24px;
	line-height: 1.08;
	margin: 0 0 10px;
}

.bh-textimgmore__content-desc {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
}

/* PLANS SECTION */

.bh-plans {
	margin: 0 0 40px;
}

.bh-plans__title {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	padding: 0 15px;
	margin: 0 0 54px;
}

.bh-plans__items {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.bh-plans__item {
	border: 4px solid #58595b;
	border-radius: 8px;
	background: white;
	display: flex;
	flex-direction: column;
}

.bh-plans__item.family {
	border-color: #463668;
}

.bh-plans__item.family .bh-plans__item-btn {
	border-color: #463668;
	color: #463668;
}

.bh-plans__item.personal {
	border-color: #ea6528;
}

.bh-plans__item.personal .bh-plans__item-btn {
	border-color: #ea6528;
	color: #ea6528;
}

.bh-plans__item-image {
	border-radius: 8px;
	overflow: hidden;
}

.bh-plans__item-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.bh-plans__item-content {
	padding: 23px 24px 40px;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	flex-grow: 2;
}

.bh-plans__item-title {
	font-size: 32px;
	line-height: 1.22;
	padding: 0 12px;
	margin-bottom: 0;
}

.bh-plans__item-desc {
	font-size: 19px;
	line-height: 1.47;
	text-align: left;
	padding: 0 12px;
	margin: 0;
}

.bh-plans__item-price {
	font-size: 58px;
	text-align: center;
	font-weight: 600;
	margin: 0;
}

.bh-plans__item-btn {
	border: 3px solid #58595b;
	width: 100%;
	text-align: center;
	padding: 10px 10px 14px;
	display: block;
	border-radius: 10px;
	font-size: 36px;
	line-height: 1;
	font-weight: 500;
	color: #58595b;
	text-decoration: none;
}

.bh-plans__items-disclaimer {
	font-size: 16px;
	line-height: 1.26;
	text-align: center;
	margin: 0;
}

/* LEGAL SECTION */
.legal {
	margin-top: 40px;
	background: #f2f2f2;
	padding: 27px 30px;
	font-size: 14px;
	line-height: 1.25;
	color: #2f2f2f;
}

.legal sup {
	font-size: 12px;
}

.legal a {
	color: #2f2f2f;
}

@media screen and (min-width: 500px) {
	.main {
		max-width: 90%;
	}

	.bh-hero__mo {
		width: 192px;
		height: 32px;
		max-width: 192px;
		margin-bottom: 28px;
	}
	.bh-hero__text {
		padding: 18.5% 14.8%;
	}

	.bh-hero__title {
		font-size: 42px;
		line-height: 1;
	}

	.bh-hero__subtitle {
		font-size: 24px;
	}
}


@media screen and (min-width: 960px) {
	.main {
		max-width: 680px;
	}

	.bh-hero__mo {
		margin-bottom: 50px;
	}

	.bh-hero__title {
		font-size: 60px;
		line-height: 1;
		margin-bottom: 12px;
	}

	.bh-hero__subtitle {
		font-size: 30px;
	}

	.bh-hero__desc {
		font-size: 19px;
	}
}

@media screen and (min-width: 1230px) {	
	.main {
		max-width: 1200px;
	}

	.bh-hero {
		margin-bottom: 23px;
	}

	.bh-hero__text {
		padding: 90px 66px 70px;
		max-width: 520px;
	}
	
	.bh-hero__mo {
		width: 192px;
		height: 30px;
		max-width: 192px;
		margin-bottom: 40px;
	}
	
	.bh-hero__title {
		margin: 0;
		padding-bottom: 12px;
		font-size: 55px;
	}
	
	.bh-hero__subtitle {
		font-size: 30px;
		line-height: 1.28;
		margin: 0 0 24px;
	}
	
	.bh-hero__desc {
		font-size: 19px;
		line-height: 1.5;
		margin: 0;
	}

	/* VIDEO SECTION */
	.bh-video {
		margin-bottom: 50px;
	}

	.bh-video__title {
		font-size: 31px;
		line-height: 1.27;
		margin: 0 0 37px;
	}
	
	.bh-video__title sup {
		font-size: 15px;
	}

	/* TEXTIMG SECTION */
	.bh-textimg {
		position: relative;
		margin-bottom: 37px;
	}

	.green .bh-textimg__image,
	.green .bh-textimg__title {
		background-color: transparent;
	}

	.bh-textimg__title {
		position: absolute;
		background: transparent;
		left: 60.4%;
		top: 20px;
		bottom: 30px;
		right: 40px;
		display: flex;
		align-items: center;
		z-index: 5;
		border-radius: 0;
		padding: 0;
	}

	.bh-textimg__title span {
		font-size: 55px;
		line-height: 1.07;
		text-align: left;
	}

	.bh-textimg__glass {
		font-size: 48px;
		bottom: 37px;
		left: 74px;
		border-radius: 8px;
		padding: 4px 20px 8px;
	}

	/* TEXTIMGMORE SECTION */
	.bh-textimgmore {
		display: flex;
		flex-wrap: wrap;
		background: #f2f2f2;
		border-radius: 26px;
		padding: 0;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.bh-textimgmore__main {
		font-size: 31px;
		margin-bottom: 30px;
	}

	.bh-textimgmore__image {
		width: 50%;
		min-width: 50%;
		background: transparent;
		margin: 0;
	}

	.bh-textimgmore__content {
		width: 50%;
		min-width: 50%;
		border-radius: 0;
		display: inline-flex;
		justify-content: center;
		text-align: left;
		flex-direction: column;
		padding: 5% 5.4%;
		color: #2f2f2f;
	}

	.bh-textimgmore__content-title {
		font-size: 31px;
		line-height: 1.16;
	}

	.bh-textimgmore__content-desc {
		font-size: 19px;
		line-height: 1.47;
	}

	/* PLANS SECTION */
	.bh-plans__title {
		font-size: 31px;
		margin-bottom: 64px;
		margin-top: 84px;
		display: block;
	}

	.bh-plans__items {
		display: flex;
		flex-wrap: wrap;
		gap: 50px 20px;
		justify-content: space-between;
		flex-direction: row;
	}

	.bh-plans__item .bh-plans__item-title {
		margin-bottom: 20px;
	}
	.bh-plans__item + .bh-plans__item .bh-plans__item-title {
		margin-top: 24px;
		margin-bottom: 0;
	}

	.bh-plans__item {
		width: calc(33% - 20px);
	}
}