@font-face {
	src: url("/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-printUfsSA/bhges-montserrat-blackUfsSA.woff2")
		format("truetype");
	font-family: "montserrat-blackUfsSA";
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-printUfsSA/bhges-inter-regUfsSA.woff2")
		format("truetype");
	font-family: "inter-regUfsSA";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-printUfsSA/bhges-montserrat-boldUfsSA.woff2")
		format("truetype");
	font-family: "montserrat-boldUfsSA";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "montserrat-blackUfsSAa", sans-serif;
	--font-text: "inter-regUfsSA", sans-serif;
	--font-btn: "montserrat-boldUfsSA", sans-serif;

	--color-btn: #6de1d2;
	--color-bg: #161616;
	--color-footer: #1a1a1d;
	--color-white: #fff;
	--color-yellow: #ffd900;
	--color-gray: #a1a1a1;
	--color-dgray: #a9a9a9;
	--color-lgray: 8C8C8C;
	--color-secondary: #ffffff1a;
	--color-lsecondary: #ffffff0d;
	--box-shadow: 0px 4px 12px 0px #ffffff4d;

	--transition: all ease-in-out 0.5s;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

body {
	background-color: var(--color-bg);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

html {
	scroll-behavior: smooth;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

header {
	width: 100%;
}

.bhges--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.bhge__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.bhges--header {
	width: 100%;
	background: linear-gradient(146.1deg, #3b391c 16.84%, #161616 86.55%);
}

.bhges--header__container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bhges--header__logo {
	max-width: 194px;
	width: 100%;
	height: 80px;
}

.bhges--menu {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.bhges--menu__list-item {
	width: 100%;
}

.bhges--menu__list {
	gap: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 100%;
}

.bhges--menu---btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 143px;
	width: 100%;
	height: 47px;
	background: var(--color-btn);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	font-family: var(--font-btn);
	font-weight: 900;
	font-size: 0.75rem;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-bg);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	box-shadow: var(--box-shadow);
}

.bhges--menu---btn:hover {
	transform: translateY(-0.25rem);
	-webkit-transform: translateY(-0.25rem);
	-moz-transform: translateY(-0.25rem);
	-ms-transform: translateY(-0.25rem);
	-o-transform: translateY(-0.25rem);
}

/* Slider */
.bhges--header-sliders {
	max-width: 540px;
	width: 100%;
	border: 1px solid #ffd700;
	background: var(--color-bg);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
	position: relative;
	height: 56px;
}

.bhges--header--slide {
	max-width: 540px;
	width: 100%;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.bhges--header--slide.active {
	opacity: 1;
}

.bhges--header---prev {
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-arrow-leftUfsSA.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 16px;
	width: 100%;
	height: 16px;
}
.bhges--header---next {
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-arrow-rightUfsSA.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 16px;
	width: 100%;
	height: 16px;
}

.bhges--header---image {
	max-width: 72px;
	width: 100%;
	height: 56px;
}

.bhges--header---field {
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-fieldUfsSA.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bhges--header---jump {
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-man-jumpUfsSA.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bhges--header---players {
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-playersUfsSA.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bhges--header---info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.675rem 0;
	max-width: 352px;
	width: 100%;
}

.bhges--header----desc {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 120%;
	color: var(--color-white);
}

.bhges--header----bon {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 0.8rem;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--color-white);
}

/* Welcom Section */
.bhges--welcome {
	padding: 5rem 0 2.5rem;
}

.bhges--welcome--blocks {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.bhges--welcome-container {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: flex-end;
}

.bhges--welcome--info {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 610px;
	width: 100%;
	position: absolute;
	left: 0;
}

.bhges--welcome----title {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 3.125rem;
	line-height: 120%;
	color: var(--color-white);
	text-transform: uppercase;
}

.bhges--welcome--btn {
	max-width: 246px;
	width: 100%;
}

.bhges--yellow {
	color: var(--color-yellow);
}

.bhges--welcome--mans {
	max-width: 811px;
	width: 100%;
	height: 530px;
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-play-mansUfsSA.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bhges--welcome--bonus {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.675rem;
	line-height: 120%;
	text-align: center;
	color: #adadad;
}

/* Start play */
.bhges--start {
	padding: 5rem 0;
}

.bhges--start--title {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 2.5rem;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-white);
}

.bhges--start-container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.bhges--start--lists {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1.25rem;
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 0 2.5rem;
	background: var(--color-secondary);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.bhges--start---line {
	content: "";
	max-width: 1px;
	width: 100%;
	height: 80px;
	background: #ffd602;
}

.bhges--start---list {
	max-width: 265px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	height: 180px;
}

.bhges--start---count {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 12.5rem;
	line-height: 100%;
	color: #ffd60233;
	text-transform: uppercase;
	position: absolute;
}

.bhges--start---info {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	max-width: 225px;
	width: 100%;
	margin-left: 1.5rem;
}

.bhges--start---step {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 1.25rem;
	line-height: 120%;
	color: #ffd602;
	text-transform: uppercase;
}

.bhges--start---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 120%;
	color: #c8c8c8;
}

.bhges--start---w {
	max-width: 246px;
	width: 100%;
}

.btn {
	position: relative;
}

.btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
	transform: translateY(-1px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
	background-color: var(--color-btn);
}

.btn::after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.4s;
}

.btn-white::after {
	background-color: var(--color-btn);
}

.btn:hover::after {
	transform: scaleX(1.4) scaleY(1.6);
	opacity: 0;
	-webkit-transform: scaleX(1.4) scaleY(1.6);
	-moz-transform: scaleX(1.4) scaleY(1.6);
	-ms-transform: scaleX(1.4) scaleY(1.6);
	-o-transform: scaleX(1.4) scaleY(1.6);
}

.btn-animated {
	animation: moveInBottom 5s ease-out;
	animation-fill-mode: backwards;
	-webkit-animation: moveInBottom 5s ease-out;
}

@keyframes moveInBottom {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

/* Benefits */
.bhges--benefits--elems {
	display: flex;
	gap: 2.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.bhges--benefits---elem {
	display: flex;
	flex-direction: column;
	max-width: 280px;
	width: 100%;
	position: relative;
	height: 410px;
}

.bhges--benefits----desc {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem;
	position: absolute;
	top: 75%;
}

.bhges--benefits----image {
	max-width: 280px;
	width: 100%;
	height: 353px;
}

.bhges--benefits----cart {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-cartUfsSA.webp);
}
.bhges--benefits----lock {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-lockUfsSA.webp);
}
.bhges--benefits----man {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-manUfsSA.webp);
}
.bhges--benefits----rocket {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-rocketUfsSA.webp);
}

/* Banner */
.bhges--banner {
	background-image: radial-gradient(
			50% 50% at 50% 50%,
			rgba(22, 22, 22, 0) 0%,
			#161616 100%
		),
		url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-players-footballUfsSA.webp);
	background-position: 100% 40%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 687px;
	margin: 2.5rem 0 0;
}

/* Promotions */
.bhges--promo--items {
	display: flex;
	gap: 2.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.bhges--promo---item {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 1.25rem;
	max-width: 386px;
	width: 100%;
}

.bhges--promo---top {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bhges--promo----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 120%;
	color: #c8c8c8;
}

.bhges--promo----title {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 2.5rem;
	line-height: 120%;
	color: #ffd602;
	text-transform: uppercase;
}

.bhges--promo--btn {
	border: 1px solid #6de1d2 !important;
	color: var(--color-btn);
	background: transparent;
}

/* Footer */
.bhges--footer {
	position: relative;
	padding: 3.125rem 0;
	background: var(--color-footer);
}

.bhges--footer-container {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.bhges--footer--info {
	display: flex;
	gap: 2.5rem;
}

.bhges--footer--info li {
	max-width: 600px;
	width: 100%;
}

.bhges--lwhite {
	color: #ffffffcc;
}

.bhges--white-text {
	color: var(--color-white);
	font-weight: 700;
	font-family: var(--font-btn);
}

.bhges--footer--cookies {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bhges--footer--disc {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	justify-content: center;
}

.bhges--footer--age {
	background-image: url(/bhges-visualityUfsSA/bhges-assetsUfsSA/bhges-pictureUfsSA/bhges-ageUfsSA.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 84px;
	width: 100%;
	height: 40px;
}

.bhges--footer--mga {
	max-width: 127px;
	width: 100%;
	height: 40px;
}

.bhges--footer--parthers {
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
	align-items: center;
}

.bhges--footer--autopro {
	max-width: 88px;
	width: 100%;
	height: 55px;
}
.bhges--footer--seguro {
	max-width: 192px;
	width: 100%;
	height: 55px;
}
.bhges--footer--autori {
	max-width: 261px;
	width: 100%;
	height: 35px;
}
.bhges--footer--gamcare {
	max-width: 125px;
	width: 100%;
	height: 36px;
}
.bhges--footer--gambleaware {
	max-width: 130px;
	width: 100%;
	height: 40px;
}

.bhges--footer--navmenu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2.5rem;
}

.bhges--footer---navlink a {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 100%;
	color: var(--color-dgray);
	text-align: center;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.bhges--footer---navlink a:hover {
	color: var(--color-white);
}

.bhges--footer--text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 120%;
	text-align: center;
	color: #8c8c8c;
}

/* Modal Sign up  */
.bhges-modal_sign {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(10px);
	padding: 0 1rem;
}

.bhges-modal--title {
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 2rem;
	line-height: 100%;
	text-align: center;
	color: var(--color-white);
	text-transform: uppercase;
}

.bhges-modal__content-sign {
	box-shadow: 0 0 5px var(--color-white);
	background: var(--color-bg);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border: none;
	width: 100%;
	height: 370px;
	max-width: 420px;
	position: relative;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 1.875rem 1.25rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.bhge__form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	margin-inline: auto;
}

.bhge__form__input {
	outline: none;
	border: 1px solid #ffffff4d;
	padding: 0.675rem 1.25rem;
	color: var(--color-bg);
	font-weight: 700;
	height: 37px;
	line-height: 20px;
	font-size: 0.875rem;
	font-family: var(--font-title);
	background-color: var(--color-white);
}

.bhge__form__input::placeholder {
	color: #656565;
	font-weight: 400;
	line-height: 100%;
	font-size: 1rem;
	font-family: var(--font-text);
}

.bhge__form__button {
	outline: none;
	border: none;
	width: 100%;
	height: 54px;
	font-family: var(--font-btn);
	font-size: 1rem;
	color: var(--color-bg);
	font-weight: 700;
	line-height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-btn);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	box-shadow: var(--box-shadow);
	text-transform: uppercase;
}

.bhge__form__button:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.bhge__form__login {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.bhge__form--text {
	font-family: var(--font-text);
	font-weight: 600;
	font-size: 1rem;
	line-height: 140%;
	text-align: center;
	color: #303030;
}

.bhge__form__reg {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 120%;
	text-align: center;
	color: #b4b4b4;
}

/* Log in */
.bhges-modal_login {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(22.899999618530273px);
	padding: 0 1rem;
}

.bhges-modal__content-login {
	box-shadow: 0 0 5px var(--color-white);
	background: var(--color-bg);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border: none;
	width: 100%;
	height: 320px;
	max-width: 420px;
	position: relative;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 1.875rem 1.25rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.bhges-modal-content.success {
	background-color: #4caf50;
	color: white;
}

.bhges-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.bhges-modal-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.bhges-modal-content.success {
	background-color: #4caf50;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
}

/* Others Styles */
.bhges--privacy--lists {
	display: flex;
	padding: 2.5rem;
	flex-direction: column;
	background: #ffffff0d;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.bhges--privacy---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 120%;
	color: var(--color-white);
}

.bhges--privacy---liststyle li {
	margin-left: 1.25rem;
	list-style-type: disc;
	color: var(--color-white);
}

.bhges--privacy-gap20 {
	gap: 1.25rem;
}

/* Contact */

.bhges__contact--form {
	display: flex;
	gap: 1rem;
	flex-direction: column !important;
	max-width: 900px;
	width: 100%;
	margin-inline: auto;
}

label {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 120%;
	color: var(--color-white);
}

.bhges_contact__input {
	outline: none;
	height: 47px;
	width: 100%;
	background: #ffffff0d;
	box-shadow: 0px 4px 12px 0px #01010b26;

	border: none;
	font-size: 1rem;
	color: var(--color-black);
	font-family: var(--font-text);
	font-weight: 400;
	line-height: 22px;
	padding: 0.875rem 1rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.bhges_contact__input::placeholder {
	font-size: 1rem;
	color: #ffffffb2;
	font-family: var(--font-text);
	font-weight: 400;
	line-height: 130%;
}

.bhges_contact--textarea {
	height: 100px;
	resize: none;
}

.status {
	padding: 10px;
	background-color: rgb(0, 145, 0);
	margin-top: 5px;
	display: none;
	font-family: var(--font-subtitle);
	font-weight: 700;
	font-size: 1rem;
	color: var(--color-white);
	line-height: 120%;
	text-align: center;
	justify-content: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.strongestt--center {
	text-align: center !important;
}

.form.active .status {
	display: block;
}

.bhges--center {
	text-align: center;
}

/* Media */
@media screen and (max-width: 1260px) {
	.bhges--container__main {
		padding: 0 1rem;
	}
	.bhges--benefits----desc {
		top: 67%;
	}

	.bhges--promo---item {
		max-width: 625px;
		width: 100%;
	}
	.bhges--start--lists {
		flex-direction: column;
		padding: 2.5rem;
		max-width: 625px;
		width: 100%;
		margin-inline: auto;
		gap: 1.25rem;
	}

	.bhges--start---line {
		height: 1px;
		width: 100%;
		max-width: 248px;
	}
}

@media screen and (max-width: 1120px) {
	.bhges--menu {
		flex-wrap: wrap;
	}

	.bhges--order:nth-child(2) {
		order: 1;
	}

	.bhges--order:nth-child(2) {
		margin-inline: auto;
	}

	.bhges--header {
		padding: 0 0 0.5rem;
	}
}

@media screen and (max-width: 991px) {
	.bhges--welcome {
		padding: 2.5rem 0 1.25rem;
	}

	.bhges--welcome--info {
		position: relative;
	}

	.bhges--welcome-container {
		flex-direction: column;
		gap: 1.25rem;
	}

	.bhges--welcome--mans {
		max-width: 430px;
		width: 100%;
		height: 330px;
	}

	.bhges--welcome--btn {
		max-width: 425px !important;
		width: 100%;
	}

	.bhges--start {
		padding: 2.5rem 0;
	}

	.bhges--benefits--elems,
	.bhges--start-container,
	.bhges--promo--items,
	.bhges--footer-container,
	.bhges--welcome--info {
		gap: 1.25rem;
	}
	.bhges--banner {
		height: 400px;
	}

	.bhges--footer--parthers {
		justify-content: center;
		gap: 1.25rem;
		flex-wrap: wrap;
	}

	.bhges--footer {
		padding: 1.875rem 0;
	}

	.bhges--footer--info {
		flex-direction: column;
		gap: 1.25rem;
	}

	.bhges--footer--info li {
		max-width: 100%;
		width: 100%;
	}

	.bhges--privacy--lists {
		padding: 1.25rem;
	}
}
@media screen and (max-width: 725px) {
	.bhges--welcome----title {
		font-size: 2rem;
	}

	.bhges--menu__list {
		flex-direction: column;
		max-width: 120px;
		width: 100%;
		gap: 0.25rem;
		padding: 0.5rem 0 0;
	}

	.bhges--menu---btn {
		max-width: 120px;
		width: 100%;
		height: 34px;
	}
	.bhges--header__logo {
		max-width: 114px;
		width: 100%;
		height: 47px;
	}

	.bhges--menu {
		align-items: flex-start;
	}

	.bhges--start--title,
	.bhges--promo----title {
		font-size: 1.5rem;
	}

	.bhges--promo--btn {
		height: 40px;
	}

	.bhges--start---text,
	.bhges--footer--text {
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 520px) {
	.bhges--header-sliders {
		height: 72px;
		display: flex;
		align-items: center;
	}

	.bhges--header----desc {
		font-size: 0.5rem;
		gap: 0.125rem;
	}

	.bhges--header---image {
		max-width: 90px;
		width: 100%;
		height: 65px;
	}

	.bhges--header----bon {
		font-size: 0.675rem;
	}
}

@media screen and (max-width: 359px) {
	.bhges--header--slide {
		padding: 0 0.5rem;
	}
	.bhges--header---image {
		max-width: 80px;
		width: 100%;
		height: 55px;
	}

	.bhges--header----bon {
		font-size: 0.6rem;
	}
}
