@font-face{
	font-family:"Segoe UI";
	src:local("Segoe UI Light"),
	url("./../fonts/SegoeUI-Light.95f80f601aea.woff") format("woff"),
	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.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.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.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.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.2c48da0a7ef8.ttf") format("ttf"),
	url("./../fonts/SegoeUI-Black.4d2356b53aba.eot") format("eot");
	font-weight:900;
}

html {
	scroll-behavior: smooth;
}

* {
	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;
}

.bh-s-hero {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 30px 0;
}

.bh-s-hero__slider {
	display: flex;
	flex-flow: row nowrap;
	overflow-y: hidden;
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.bh-s-hero__thumbnails {
	display: none;
}

.bh-s-hero__text-title {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0 15px;
	text-align: center;
}

.bh-s-hero__stars {
	width: 107px;
	margin: 0 auto;
	display: block;
}

.bh-s-hero__stars img {
	width: 100%;
	height: auto;
}

.bh-s-hero__text-desc {
	font-size: 15px;
	line-height: 1.12;
	margin: 20px 48px 0;
}

.bh-s-hero__list {
	font-size: 15px;
	line-height: 1.12;
	padding: 0 48px;
	margin: 19px 0 60px;
	list-style: none;
}

.bh-s-hero__list li {
	padding: 0;
	margin-bottom: 12px;
	position: relative;
}

.bh-s-hero__list li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: -8px;
	background: #2f2f2f;
}

.bh-s-hero__action {
	border: 1px solid #2f2f2f;
	border-width: 1px 0;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	margin-top: 26px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.bh-s-hero__slider li {
	width: 100vw;
	text-align: center;
	scroll-snap-align: center;
	flex: none;
}

.bh-s-hero__slider li img,
.bh-s-hero__slider li video {
	max-width: 100%;
}

.bh-s-hero__more {
	margin: 0 22px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	font-size: 15px;
	color: #2f2f2f;
	text-decoration: none;
	font-weight: 500;
}

.bh-s-hero__more::after {
	content: '';
	width: 21px;
	height: 11px;
	display: inline-block;
	background: url('./../img/arrow.jpg') no-repeat 0 0;
	background-size: 100% auto;
}

.bh-s-hero__price {
	font-size: 26px;
	color: #ff00ff;
	font-weight: 500;
}

.bh-s-hero__button {
	background: #0078d3;
	color: #ffffff;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 600;
	padding: 14px 24px 18px;
	text-align: center;
	text-decoration: none;
	margin: 0 30px;
	display: block;
	width: calc(100% - 60px);
}

/* VIDEO SECTION */
.bh-video {
	margin-bottom: 30px;
}

.bh-video__title sup {
	font-size: 14px;
}

.bh-video__video video {
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	cursor: pointer;
}

/* RESULTS SECTION */

.bh-results {
	position: relative;
	margin-bottom: 30px;
}

.bh-results__image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.bh-results__text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10% 6%;
}

.bh-results__mo {
	width: 160px;
	height: 28px;
	max-width: 160px;
	margin: 0 0 20px;
}

.bh-results__mo img {
	max-width: 100%;
	height: auto;
}

.bh-results__title {
	margin: 0 0 10px;
	font-size: 45px;
	line-height: 1.02;
	display: inline-block;
	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;
}

.bh-results__subtitle {
	font-size: 25px;
	line-height: 1.28;
	margin: 0;
}

/* SLIDER SECTION */

.bh-s-slider__title {
	font-size: 24px;
	line-height: 1.08;
	margin: 0 15px 17px;
	font-weight: 500;
	text-align: center;
}

.bh-s-slider__desc {
	margin: 0 15px 40px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.bh-s-slider__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bh-s-slider .tns-nav {
	position: absolute;
	top: 74.2vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	gap: 8px;
	z-index: 3;
}

.bh-s-slider .tns-nav button {
	border: 1px solid #1b1b1b;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: transparent;
	padding: 0;
}

.bh-s-slider .tns-nav button.tns-nav-active {
	background-color: #1b1b1b
}

.bh-s-slider__text {
	padding: 15vw 15px 60px;
	text-align: center;
}


.bh-s-slider__item-image img,
.bh-s-slider__item-image video {
	max-width: 100%;
	width: 100%;
}


.tns-outer {
	position: relative;
}

.bh-s-slider .tns-nav {
	position: absolute;
	top: 74.2vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	gap: 8px;
	z-index: 3;
}

.bh-s-slider {
	margin-bottom: 20px;
}

.bh-s-slider__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bh-s-slider__item-image-desktop {
	display: none;
}

.bh-s-slider .tns-nav button {
	border: 1px solid #1b1b1b;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: transparent;
	padding: 0;
}

.bh-s-slider .tns-nav button.tns-nav-active {
	background-color: #1b1b1b
}

.bh-s-slider__text-title {
	font-size: 24px;
	line-height: 1.12;
	margin: 0;
}

.bh-s-slider__text-desc {
	font-size: 15px;
	line-height: 1.5;
}

/* DESIGN + SECTION */

.bh-s-design__desktop {
	display: none;
}

.bh-s-design__title {
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	padding: 0 15px;
	margin: 0 0 20px
}

.bh-s-design__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bh-s-design .tns-nav {
	position: absolute;
	top: 74.2vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	gap: 8px;
	z-index: 3;
}

.bh-s-design .tns-nav button {
	border: 1px solid #1b1b1b;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: transparent;
	padding: 0;
}

.bh-s-design .tns-nav button.tns-nav-active {
	background-color: #1b1b1b
}

.bh-s-design__text {
	padding: 15vw 15px 60px;
	text-align: center;
}

.bh-s-design__text-title {
	font-size: 24px;
	line-height: 1.08;
	margin: 0 0 17px;
	font-weight: 500;
}

.bh-s-design__text-desc {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
}

.bh-s-design__item-image img {
	max-width: 100%;
	width: 100%;
}

.bh-s-design__image,
.bh-s-design__item-image-desktop {
	display: none;
}

/* GRADIENTTEXT SECTION */

.bh-s-gradtext {
	margin-bottom: 40px;
	position: relative;
}

.bh-s-gradtext__image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.bh-s-gradtext__title {
	position: absolute;
	bottom: 40px;
	text-align: center;
	z-index: 3;
	margin: 0 15px;
	font-size: 32px;
	line-height: 1.04;
	display: inline-block;
	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;
	width: 100%;
}

.bh-s-cols__title {
	font-size: 24px;
	line-height: 1.22;
	font-weight: 400;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 41px;
}

.bh-s-cols__image {
	max-width: 100%;
	height: auto;
	margin-bottom: 37px;
}

.bh-s-cols__col-title {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 0 10px;
	margin: 0 0 3px;
}

.bh-s-cols__col-desc {
	padding: 0 10px;
	text-align: center;
	margin: 0 0 44px;
}

/* TEXTIMG SECTION */

.bh-s-textimg {
	margin-bottom: 40px;
}

.bh-s-textimg__image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.bh-s-textimg__text {
	background: #e7f1f8;
	padding: 40px 20px;
	text-align: center;
}

.bh-s-textimg__text-title {
	font-size: 24px;
	line-height: 1.08;
	margin: 0 0 16px;
}

.bh-s-textimg__text-desc {
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

/* DETAILS SECTION */
.bh-s-details {
	margin-bottom: 40px;
	position: relative;
}

.bh-s-details__image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.bh-s-details__title {
	font-size: 24px;
	line-height: 1.22;
	font-weight: 400;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 41px;
	position: absolute;
	top: 10px;
	left: 15px;
	right: 15px;
}

.bh-s-office {
	border: 4px solid #77797b;
	border-radius: 24px;
	padding: 30px 30px 20px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.bh-s-office__center {
	order: -1;
}

.bh-s-office__title {
	font-size: 36px;
	line-height: 1.17;
	margin: 0 0 20px;
	font-weight: 400;
	padding: 0 10px 0 16px;
}

.bh-s-office__icons {
	width: auto;
	height: 32px;
	margin: 0 0 30px 16px;
	display: block;
}

.bh-s-office__image {
	margin-bottom: 50px;
}

.bh-s-office__image img{
	max-width: 100%;
	height: auto;
}

.bh-s-office__button {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 0 16px;
	font-size: 23px;
	color: #0078d4;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.1px;
	margin-bottom: 45px;
}

.bh-s-office__button::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url('../img/circle-caret-blue.jpg') no-repeat 0 0;
	background-size: 100%;
}

.bh-s-office__list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 19px;
	line-height: 1.12;
	color: #2e2e2e;
}

.bh-s-office__list li {
	padding-left: 7px;
	margin-bottom: 23px;
	position: relative;
}

.bh-s-office__list li::before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #2e2e2e;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -5px;
}

.bh-s-office__list li:last-child {
	margin-bottom: 0;
}

.bh-s-table {
	display: none;
	margin-bottom: 40px;
}

.bh-s-table img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.bh-s-plan {
	padding: 32px 0 50px;
	overflow: hidden;
}

.tns-outer {
	position: relative;
}

.bh-s-plan .tns-controls {
	position: relative;
}

.bh-s-plan .tns-controls [data-controls="prev"],
.bh-s-plan .tns-controls [data-controls="next"] {
	position: absolute;
	width: 11px;
	height: 24px;
	border: transparent;
	font-size: 0;
	background: url('./../img/bh-s-plan-arrow-left.jpg') no-repeat 0 0;
	background-size: 100% auto;
	top: 36px;
}
.bh-s-plan .tns-controls [data-controls="prev"] {
	left: 16px;
}

.bh-s-plan .tns-controls [data-controls="next"] {
	right: 16px;
	transform: scaleX(-1);
}

.bh-s-plan .tns-nav {
	position: absolute;
	top: 94px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	gap: 8px;
	z-index: 3;
}

.bh-s-plan .tns-nav button {
	border: 1px solid #1b1b1b;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: transparent;
	padding: 0;
}

.bh-s-plan .tns-nav button.tns-nav-active {
	background-color: #1b1b1b
}

.bh-s-plan__item-title {
	text-align: center;
	padding: 0 15px;
	font-size: 19px;
	line-height: 1.12;
	margin-bottom: 14px;
}

.bh-s-plan__item-more {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 0 16px;
	font-size: 19px;
	color: #0078d4;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.1px;
	margin-bottom: 40px;
}

.bh-s-plan__item-more::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url('../img/circle-caret-blue.jpg') no-repeat 0 0;
	background-size: 100%;
	transition: .3s ease;
}

.bh-s-plan__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	width: fit-content;
	position: relative;
}

.bh-s-plan__list li {
	width: 100vw;
}

.bh-s-plan__box {
	border: 4px solid #77797b;
	border-top: 0;
	border-radius: 0 0 16px 16px;
	padding: 0 22px 20px 22px;
	position: relative;
}

.bh-s-plan__box.personal {
	border-color: #eb6428;
}

.bh-s-plan__box.personal .bh-s-plan__box-more {
	color: #eb6428;
}

.bh-s-plan__box.family {
	border-color: #473768;
}

.bh-s-plan__box.family .bh-s-plan__box-more {
	color: #473768;
}

.bh-s-plan__box-image {
	margin: 0 -26px 25px;
	overflow: hidden;
}

.bh-s-plan__box-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.bh-s-plan__box-item {
	display: flex;
	flex-direction: column;
	font-size: 22px;
	color: #575c5e;
	font-weight: 600;
	border-top: 1px solid #b0b1b2;
	padding: 26px 10px 30px;
	line-height: 1.32;
}

.bh-s-plan__box-item p {
	min-height: 71px;
}

.bh-s-plan__box-item img {
	margin: 0 auto;
	max-width: 100%;
}

.bh-s-plan__box-more {
	text-transform: uppercase;
	font-size: 31px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 40px;
	cursor: pointer;
}

.bh-s-plan__box-more::before {
	content: '+';
	margin-right: 10px;
}

/* 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: 960px) {
	.main {
		max-width: 680px;
	}

	.bh-s-slider .tns-nav {
		top: 480px;
	}

	.bh-s-design .tns-nav,
	.bh-s-slider .tns-nav {
		top: 480px;
	}

	.bh-s-design__text {
		padding-top: 60px;
	}

	.bh-s-gradtext__title {
		font-size: 50px;
		bottom: 70px;
	}

	.bh-s-details__title {
		font-size: 30px;
		left: 40px;
		right: 40px;
		top: 90px;
	}
}

@media screen and (min-width: 1230px) {	
	.main {
		max-width: 920px;
	}

	.main {
		max-width: 1200px;
	}

	.bh-s-hero {
		flex-direction: row;
		overflow: initial;
		align-items: flex-start;
	}

	.bh-s-hero__thumbnails {
		display: flex;
		flex-direction: column;
		width: 76px;
		margin: 0;
		padding: 0;
		list-style: none;
		margin-right: 63px;
		gap: 20px;
	}

	.bh-s-hero__thumbnails li.tns-nav-active img {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .26);
	}

	.bh-s-hero__thumbnails li img {
		max-width: 100%;
		height: auto;
		border: 1px solid #2f2f2f;
		border-radius: 2px;
	}

	.bh-s-hero__slides {
		width: 57%;
		display: flex;
		flex-wrap: nowrap;
	}

	.bh-s-hero__slides .tns-outer {
		width: calc(100% - 200px);
	}

	.bh-s-hero__slides .tns-controls [data-controls="prev"],
	.bh-s-hero__slides .tns-controls [data-controls="next"] {
		position: absolute;
		width: 11px;
		height: 24px;
		border: transparent;
		font-size: 0;
		background: url('./../img/bh-s-plan-arrow-left.jpg') no-repeat 0 0;
		background-size: 100% auto;
		top: 40%;
		margin-top: -22px;
		z-index: 10;
	}
	.bh-s-hero__slides .tns-controls [data-controls="prev"] {
		left: -24px;
	}

	.bh-s-hero__slides .tns-controls [data-controls="next"] {
		right: -24px;
		transform: scaleX(-1);
	}

	.bh-s-hero__slides .tns-outer {
		position: relative;
	}

	.bh-s-hero__text {
		width: 43%;
	}

	.bh-s-hero__text-title {
		text-align: left;
		padding: 0;
		margin-bottom: 0;
	}

	.bh-s-hero__stars {
		margin: 20px 0 0;
	}

	.bh-s-hero__text-desc {
		font-size: 19px;
		line-height: 1.25;
		margin-left: 0;
		margin-right: 0;
	}

	.bh-s-hero__list {
		font-size: 19px;
		line-height: 1.25;
		margin: 20px 0 0;
		padding-left: 20px;
	}

	.bh-s-hero__list li {
		margin-bottom: 8px;
	}

	.bh-s-hero__list li::before {
		left: -11px;
		top: 11px;
	}

	.bh-s-hero__more {
		display: none;
	}

	.bh-s-hero__action {
		border-width: 0;
		flex-direction: row;
		gap: 52px;
		margin-top: 0;
	}

	.bh-s-hero__button {
		width: fit-content;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 24px;
		margin-left: 20px;
	}

	.bh-s-hero__price {
		font-size: 55px;
		font-weight: 400;
	}

	/* VIDEO SECTION */
	.bh-video {
		margin-bottom: 50px;
	}
	
	.bh-video__title sup {
		font-size: 15px;
	}

	/* RESULTS SECTION */

	.bh-results {
		margin-bottom: 40px;
	}

	.bh-results__image img {
		max-width: 100%;
	}

	.bh-results__text {
		padding: 90px 66px 70px;
		max-width: 520px;
	}
	
	.bh-results__mo {
		width: 192px;
		height: 30px;
		max-width: 192px;
		margin-bottom: 40px;
	}
	
	.bh-results__title {
		margin: 0;
		padding-bottom: 12px;
		font-size: 55px;
	}
	
	.bh-results__subtitle {
		font-size: 30px;
		line-height: 1.28;
		margin: 0 0 24px;
	}

	/* SLIDER SECTION */

	.bh-s-slider__item-image-mobile {
		display: none;
	}
	.bh-s-slider__item-image-desktop {
		display: block;
	}

	.bh-s-slider__title {
		font-size: 31px;
		line-height: 1.08;
		margin-left: 40px;
		margin-right: 40px;
	}
	
	.bh-s-slider__desc {
		font-size: 20px;
		line-height: 1.5;
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 40px;
	}
	
	
	.bh-s-slider__item-image img {
		max-width: 100%;
		width: 100%;
	}

	.bh-s-slider {
		margin-bottom: 40px;
	}

	.bh-s-slider .tns-item {
		background-color: #f1f1f1;
		border-radius: 32px 32px 0 0;
	}

	.bh-s-slider .tns-nav {
		position: static;
	}
	.bh-s-slider__item {
		position: relative;
		text-align: left;
		border-radius: 32px;
		overflow: hidden;
	}
	.bh-s-slider__text {
		position: absolute;
		z-index: 3;
		width: 45%;
		padding: 0 120px 0 75px;
		top: 0;
		left: 0;
		text-align: left;
		bottom: 0;
		display: flex;
    flex-direction: column;
    justify-content: center;
	}

	.bh-s-slider .tns-outer {
		display: flex;
		flex-direction: column;
		position: relative;
	}

	.bh-s-slider .tns-outer .tns-nav {
		order: 2;
		padding: 42px 90px;
		background-color: #f1f1f1;
	}

	.bh-s-slider .tns-controls {
		position: absolute;
		bottom: 106px;
		left: 0;
		right: 0;
		z-index: 5;
	}

	.bh-s-slider .tns-controls [data-controls="prev"],
	.bh-s-slider .tns-controls [data-controls="next"] {
		position: absolute;
		width: 14px;
		height: 36px;
		border: transparent;
		font-size: 0;
		background: url('./../img/arrow.png') no-repeat 0 0;
		background-size: 100% auto;
		top: 46px;
	}
	.bh-s-slider .tns-controls [data-controls="prev"] {
		left: 50px;
		transform: scaleX(-1);
	}

	.bh-s-slider .tns-controls [data-controls="next"] {
		right: 50px;
	}

	.bh-s-slider__text-title {
		font-size: 31px;
		text-align: left;
		margin: 0;
	}

	.bh-s-slider__text-desc {
		font-size: 19px;
		text-align: left;
		margin-bottom: 0;
	}

	.bh-slider__item-image-mobile {
		display: none;
	}
	.bh-slider__item-image-desktop {
		display: block;
	}

	/* DESIGN + SECTION*/
	 
	.bh-s-design {
		margin-bottom: 50px;
	}

	.bh-s-design__title {
		font-size: 31px;
		margin-bottom: 24px;
	}

	.bh-s-design__list {
		display: none;
	}

	.bh-s-design__image {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.bh-s-design__desktop {
		display: block;
		position: relative;
	}

	.bh-s-design-item-01 {
		position: absolute;
		top: 26.6%;
		left: 41%;
	}

	.bh-s-design-item-02 {
		position: absolute;
		top: 48.3%;
		left: 41.3%;
	}

	.bh-s-design-item-03 {
		position: absolute;
		top: 30.3%;
		left: 55.8%;
	}
	.bh-s-design-item-04 {
		position: absolute;
		top: 49.3%;
		left: 57.8%;
	}

	.bh-s-design-item-05 {
		position: absolute;
		top: 41.3%;
		left: 63.7%;
	}

	.bh-s-design-item-06 {
		position: absolute;
		top: 54.3%;
		left: 63.3%;
	}

	.bh-s-design-item-01 .bh-s-design__content,
	.bh-s-design-item-06 .bh-s-design__content {
		position: absolute;
		left: 40px;
		top: -120px;
		z-index: 10;
		box-shadow: 0 0 16px 0 rgba(0,0,0 .13);
	}

	.bh-s-design-item-02 .bh-s-design__content,
	.bh-s-design-item-03 .bh-s-design__content,
	.bh-s-design-item-04 .bh-s-design__content,
	.bh-s-design-item-05 .bh-s-design__content {
		position: absolute;
		left: 40px;
		top: -150px;
		z-index: 10;
		box-shadow: 0 0 16px 0 rgba(0,0,0 .13);
	}

	.bh-s-design-item-01 .bh-s-design__content::before,
	.bh-s-design-item-06 .bh-s-design__content::before {
		content: '';
		display: block;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #f2f2f2;
		position: absolute;
		left: -8px;
		top: 120px;
	}

	.bh-s-design-item-02 .bh-s-design__content::before,
	.bh-s-design-item-03 .bh-s-design__content::before,
	.bh-s-design-item-04 .bh-s-design__content::before,
	.bh-s-design-item-05 .bh-s-design__content::before  {
		content: '';
		display: block;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #f2f2f2;
		position: absolute;
		left: -8px;
		top: 150px;
	}

	.bh-s-design__button {
		width: 20px;
		height: 20px;
		background: url('./../img/hotspot.png') no-repeat 0 0;
		background-size: 100%;
		transition: .3s ease;
	}

	.bh-s-design__button:hover {
		filter: grayscale(100%);
		transform: rotate(135deg);
	}

	.bh-s-design__content {
		background: #f2f2f2;
		width: 241px;
		padding: 11px;
		opacity: 0;
		visibility: hidden;
		transition: .3s ease;
		position: relative;
	}

	.bh-s-design__button:hover + .bh-s-design__content {
		opacity: 1;
		visibility: visible;
	}

	.bh-s-design__content img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.bh-s-design__content-title {
		font-size: 19px;
		color: #000000;
		font-weight: 600;
		margin: 8px 0 0;
	}

	.bh-s-design__content-description {
		font-size: 19px;
		margin: 14px 0 20px;
	}
	.bh-s-design__item-image-mobile {
		display: none;
	}
	.bh-s-design__item-image-desktop {
		display: block;
	}

	/* GRADIENT TEXT SECTION */

	.bh-s-gradtext__title {
		font-size: 48px;
		max-width: 360px;
		text-align: left;
		left: 70px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}

	.bh-s-cols {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.bh-s-cols__columns {
		display: flex;
		gap: 33px;
	}

	.bh-s-cols__title {
		font-size: 31px;
		letter-spacing: -0.4px;
	}

	.bh-s-cols__col {
		width: 33.33%;
	}

	.bh-s-cols__image {
		margin-bottom: 28px;
	}

	.bh-s-cols__col-title,
	.bh-s-cols__col-desc {
		text-align: left;
	}

	.bh-s-cols__col-title {
		font-size: 19px;
		padding: 0;
		margin-bottom: 12px;
	}

	.bh-s-cols__col-desc {
		font-size: 19px;
		line-height: 1.5;
		padding: 0;
		margin-bottom: 0;
	}

	/* TEXTIMG SECTION */
	.bh-s-textimg {
		position: relative;
	}

	.bh-s-textimg__text {
		position: absolute;
		top: 0;
		bottom: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: left;
		z-index: 5;
		background: transparent;
		width: 400px;
		left: 55px;
	}

	.bh-s-textimg__text-title {
		font-size: 31px;
	}

	.bh-s-textimg__text-desc {
		font-size: 19px;
		line-height: 1.43;
	}

	/* DETAILS SECTION */

	.bh-s-details__title {
		position: static;
		font-size: 31px;
		letter-spacing: -0.4px;
		max-width: 800px;
		margin: 0 auto;
	}

	/* TABLE SECTION */
	.bh-s-table {
		display: block;
	}

	.bh-s-plan {
		padding-top: 23px;
	}

	.bh-s-plan__item-title {
		margin-bottom: 7px;
	}

	.bh-s-plan__item-more {
		font-weight: 400;
		gap: 12px;
		margin-bottom: 30px;
		cursor: pointer;
	}
	
	.bh-s-plan__item-more::after {
		transition: .3s ease;
	}

	.bh-s-plan__item-more:hover:after {
		transform: translateX(10px);
	}

	.bh-s-plan__list {
		gap: 30px;
		padding: 0 16px;
	}

	.bh-s-plan__list li {
		width: 33.333%;
	}

	.bh-s-plan__box-item {
		font-weight: 400;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 10px;
		font-size: 23px;
		padding-bottom: 22px;
		min-height: 208px;
	}

	.bh-s-plan__box-item p {
		margin-bottom: 16px;
	}

	/* Office */

	.bh-s-office {
		flex-direction: row;
	}

	.bh-s-office__center {
		order: 2;
	}
	.bh-s-office__image {
		order: 1;
	}
	.bh-s-office__right {
		order: 3;
	}

	.bh-s-office__center,
	.bh-s-office__image,
	.bh-s-office__right {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.bh-s-office {
		padding-top: 26px;
		padding-bottom: 24px;
	}

	.bh-s-office__image {
		text-align: right;
		padding: 0 38px 0;
		margin-bottom: 0;
	}

	.bh-s-office__title {
		line-height: 1.20;
		margin-bottom: 36px;
	}

	.bh-s-office__image img {
		max-width: 258px;
	}

	.bh-s-office__center {
		padding: 17px 30px 0 19px;
	}

	.bh-s-office__icons {
		margin-bottom: 34px;
	}
	
	.bh-s-office__button {
		font-weight: 400;
		margin-bottom: 0;
		cursor: pointer;
	}

	.bh-s-office__list {
		margin: 22px 0 0 -4px;
	}

	.bh-s-office__list li {
		padding-left: 0;
		letter-spacing: -0.1px;
	}

	.bh-s-office__list li::before {
		left: -12px;
		width: 5px;
		height: 5px;
	}

	.bh-s-office__button::after {
		transition: .3s ease;
	}

	.bh-s-office__button:hover::after {
		transform: translateX(10px);
	}
}