@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,100,200,300,400,500,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700&display=swap);
* {
	margin: 0;
	border: 0;
	padding: 0;
}
*,
*::after,
*::before {
	box-sizing: border-box;
}
*::after,
*::before {
	display: inline-block;
}
body,
html {
	height: 100%;
	min-width: 320px;
}
body {
	color: #fff;
	line-height: 1;
	font-family: Montserrat;
	font-size: totoRem(19);
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
video {
	min-width: 100% !important;
}
button,
input {
	font-family: Montserrat;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
}
body {
	background-size: 12%;
	background-image: url(../images/res.png);
	background-position: center;
}
@media (max-width: 650px) {
	body {
		background-size: 55%;
		background-image: url(../images/res.png);
		background-position: center;
	}
}
h1 {
	font-family: 'Oswald';
	text-transform: uppercase;
	font-weight: 400 !important;
}
input {
	width: 100%;
}
button {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3 {
	font-weight: inherit;
	font-size: inherit;
}
body {
	padding-right: 0 !important;
	background-color: #000;
}
.wrapper {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
@supports (overflow: clip) {
	.wrapper {
		overflow: clip;
	}
}
.wrapper > main {
	flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}
[class*='__container'] {
	max-width: 78.125rem;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
[class*='__container-big'] {
	max-width: 81.8125rem;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 0.625rem;
}
.icon-menu {
	display: none;
}
.ibg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.header {
	background-color: #848181;
	border-bottom: 0.1px solid #ffba00;
}
.trt {
	max-width: 40%;
}
.header {
	background-size: 70%;
	background-image: url(../images/Rectangle.png);
	background-position: center;
}
.header__container-big {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__logo {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 5;
}
.header__logo img {
	margin-right: 10px;
	max-width: 6.8125rem;
}
.header__actions {
	position: relative;
	z-index: 5;
	display: flex;
	gap: 1rem;
	align-items: center;
}
.fd {
	font-size: 18px;
	color: #e6e6e6;

	text-align: center;
}
.menu__body {
	z-index: 7;
}
.menu__list {
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 0.625rem;
	-webkit-column-gap: 2.9375rem;
	-moz-column-gap: 2.9375rem;
	column-gap: 2.9375rem;
}
.menu__link {
	color: #424141;
	font-weight: 600;
}
/* body {
  background-image: url(../img/fon.webp);
  background-position: center
} */
.banner::after {
	filter: drop-shadow(0 0 153px rgba(255, 213, 0, 0.499));
	content: '';
	display: inline-block;
	width: 592px;
	height: 689px;
	position: absolute;
	right: 103px;
	bottom: -5px;
	z-index: -1;
	background-image: url(../images/123.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.banner__container {
	position: relative;
}
.h3 {
	text-transform: uppercase;
	/* border-bottom: 1px solid #fff; */
	max-width: 500px;
	color: #ffba00;
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 7px;
}
.bn {
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* Стиль для экрана планшета (с 600px до 1024px) */
@media screen and (max-width: 1024px) and (min-width: 600px) {
	.bn {
		min-height: 55vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
#time {
	font-weight: 700;
	border-radius: 5px;
	display: flex;
	background-color: #f89c26;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	padding: 5px 0;
	color: #000;
}
.timer h2 {
	font-family: Oswald;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffba00;
	letter-spacing: -0.8px;
}
.timer__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.timer__wrap {
	gap: 20px;
	display: flex;
	align-items: center;
	flex-direction: row;
	width: 100%;
	justify-content: center;
}
.timer__wrap2 {
	display: flex;
	gap: 15px;
	align-content: center;
	align-items: center;
}
.timer__wrap2 p {
	color: #cdcdcd;
}
.timer__img {
	max-width: 60px;
}
.timer__p {
	width: 30%;
	font-size: 18px;
	color: #e6e6e6;
	line-height: 19px;
}
.timer__p p {
	color: #e6e6e6 !important;
}

.bn__title {
	max-width: 38.75rem;
	font-weight: 600;
	line-height: 59px;
	color: #ffba00;
}
.bn__title::after {
	content: '';
	display: inline-block;
	width: 142px;
	height: 169px;
	position: absolute;
	top: 108px;
	left: -80px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	background-image: url(../images/11.svg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.bn__title span {
	color: #fff;
}
.bn__btn-start {
	box-shadow: 0 0 50px 0 rgba(255, 204, 0, 0.5019607843);
	font-weight: 600;
	width: 18.75rem;
	height: 2.8125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #040404;
	background: #ffba00;
	border-radius: 5px;
}
.jk {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.jk::before {
	content: '';
	display: inline-block;
	width: 192px;
	height: 169px;
	position: absolute;
	bottom: -44px;
	right: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	background-image: url(../images/11.svg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
/* .nv {
  background-size: 76%;
  background-image: url(../images/Rectangle.png);
  background-position: center
}
@media (max-width:650px) {
  .nv {
    background-size: 176%;
    background-image: url(../images/Rectangle.png);
    background-position: center
  }

} */
.naviky__title {
	font-weight: 800;
}
.naviky__title h2 {
}
.naviky__wrapper {
	align-items: center;
	flex-wrap: wrap;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: flex;
	justify-content: space-around;
}
.naviky__item {
	position: relative;
	min-width: 18.75rem;
	max-width: 31.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.navyk__subtitle {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.navyk__subtitle p {
	position: relative;
	z-index: 999;
	line-height: 24px;
	color: #d9d9d9;
}
.navyk__img img {
	max-height: 300px;
	border-radius: 15px;
}
.img-2 {
	position: relative;
	border-radius: 15px;
	z-index: 444;
}
.resultat {
	/* background-color: #272727;
  position: relative;
  z-index: 0 */
}
.resultat__title {
	position: relative;
	text-align: center;
	font-weight: 600;
}
.resultat__title::after {
	content: '';
	display: inline-block;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0;
	bottom: -89px;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: cover;
	background-image: url(../images/11.svg.webp);
}
.resultat__wrapper {
	position: relative;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.resultat__wrapper::after {
	content: '';
	display: inline-block;
	width: 254px;
	height: 200px;
	position: absolute;
	right: 1px;
	bottom: -40px;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: contain;
	background-image: url(../images/11.svg.webp);
}
.resultat__item {
	max-width: 31.25rem;
}
.resultat__punkt ul {
	gap: 20px;
	display: flex;
	flex-direction: column;
}
.resultat__punkt ul li {
	max-width: 300px;
	/* padding-bottom: 45px; */
	min-height: 45px;
	display: flex;
	margin-left: 60px;
	position: relative;
	list-style-type: none;
	align-items: center;
}
.resultat__punkt ul li::after {
	content: '';
	display: inline-block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: -30px;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size: cover;
	background-repeat: no-repeat;
}
.resultat__img {
	position: relative;
}
.resultat__img img {
	max-width: 350px;
	position: relative;
	z-index: 44;
}
.l1::after {
	background-image: url(../images/1.webp);
}
.l2::after {
	background-image: url(../images/2.webp);
}
.l3::after {
	background-image: url(../images/3.webp);
}
.l4::after {
	background-image: url(../images/de.png);
}
.l11::after {
	background-image: url(../images/re.png);
}
.l22::after {
	background-image: url(../images/re1.png);
}
.l33::after {
	background-image: url(../images/re2.png);
}
.bul-1 {
	z-index: 1;
	position: absolute;
	width: 307px;
	height: 243px;
	top: 84px;

	-webkit-filter: blur(150px);
	filter: blur(112px);
	background: linear-gradient(41.59deg, #eac63547 0, rgb(208 175 0 / 89%) 100%);
}
.form-bl {
	background-color: #010100;
	position: relative;
	z-index: 0;
}
.form-bl::after {
	content: '';
	display: inline-block;
	width: 345px;
	height: 298px;
	position: absolute;
	left: -10px;
	bottom: -20px;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: auto;
	background-position: center;
	background-image: url(../images/11.svg.webp);
}
.form-bl::before {
	content: '';
	display: inline-block;
	width: 131px;
	height: 135px;
	position: absolute;
	right: 50px;
	top: 50px;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: contain;
	background-position: center;
	background-image: url(../images/11.svg.webp);
}
.form-bl__wrapper {
	justify-content: center;
	display: flex;
	align-content: center;
	align-items: center;
}
.form-bl__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.blf2__wraper {
	display: flex;
	justify-content: center;
	border-radius: 15px 15px 0 0;
	flex-direction: column;
	align-items: center;
}
#leadform {
	display: flex;
	gap: 11px;
	flex-direction: column;
}
.input-form {
	width: 100%;
	min-width: 300px;
	padding-left: 15px;
	border-radius: 10px;
	background-color: #fff;
}
.in2 {
	color: #000;
	width: 100%;
	min-width: 401px;
	padding-left: 15px;
	border-radius: 10px;
	background-color: #fff;
}
.submitbtn {
	height: 40px;
	background: #ffba00;
	color: #101010;
	font-weight: 600;
	border-radius: 10px;
	width: 100%;
	min-width: 300px;
}
.trt {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bl-center,
.fd,
.gf {
	position: relative;
	z-index: 0;
}
/*.fd::after {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  width: 354px;*/
/*  height: 400px;*/
/*  position: absolute;*/
/*  right: 1px;*/
/*  bottom: -40px;*/
/*  background-repeat: no-repeat;*/
/*  z-index: -1;*/
/*  background-size: cover;*/
/*  background-image: url(../img/sign-big.webp)*/
/*}*/
/*.gf::after {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  width: 250px;*/
/*  height: 250px;*/
/*  position: absolute;*/
/*  left: -233px;*/
/*  top: -32px;*/
/*  background-repeat: no-repeat;*/
/*  z-index: -1;*/
/*  background-size: cover;*/
/*  background-image: url(../img/BNB.webp)*/
/*}*/
.gf::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 150px;
	position: absolute;
	left: -93px;
	bottom: 40px;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: contain;
	background-position: center;
	background-image: url(../images/11.svg.webp);
}
.bl-center::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-repeat: no-repeat;
	z-index: -1;
	background-size: contain;
	background-position: center;
	background-image: url(../images/11.svg.webp);
}
@media (min-width: 83.0625em) {
	.header {
		padding-top: 1.25rem;
	}
	.header {
		padding-bottom: 1.25rem;
	}
	.header__logo img {
		width: 18.75rem;
	}
	.menu__list {
		-webkit-column-gap: 2.75rem;
		-moz-column-gap: 2.75rem;
		column-gap: 2.75rem;
	}
	.banner {
		padding-bottom: 6.25rem;
	}
	.bn__title {
		padding-top: 1.875rem;
	}
	.bn__title {
		padding-bottom: 2.5rem;
	}
	.bn__title {
		font-size: 3rem;
	}
	.bn__btn-start {
		margin-top: 4.0625rem;
	}
	.nv {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.naviky__title {
		font-size: 2.375rem;
	}
	.naviky__title {
		padding-bottom: 3.125rem;
	}
	.navyk__subtitle p {
		font-size: 1.25rem;
	}
	.resultat {
		padding-top: 4.375rem;
	}
	.resultat__title {
		padding-bottom: 2.8125rem;
	}
	.resultat__title {
		font-size: 2.875rem;
	}
	.resultat__punkt {
		padding-top: 1.875rem;
	}
	.resultat__punkt {
		padding-bottom: 1.875rem;
	}
	.resultat__punkt ul li {
		line-height: 1.6875rem;
	}
	.form-bl {
		padding-bottom: 5rem;
	}
	.form-bl {
		padding-top: 5rem;
	}
	.form-bl__wrapper {
		gap: 2.5rem;
	}
	#leadform {
		padding-left: 1.875rem;
	}
	#leadform {
		padding-right: 1.875rem;
	}
	.input-form {
		height: 2.5rem;
	}
	.submitbtn {
		margin-bottom: 1.25rem;
	}
}
@media (max-width: 20em) {
	.header {
		padding-top: 0.9375rem;
	}
	.header {
		padding-bottom: 0.9375rem;
	}
	.header__logo img {
		width: 8.75rem;
	}
	.menu__list {
		-webkit-column-gap: 0.9375rem;
		-moz-column-gap: 0.9375rem;
		column-gap: 0.9375rem;
	}
	.banner {
		padding-bottom: 1.5625rem;
	}
	.bn__title {
		padding-top: 0.625rem;
	}
	.bn__title {
		padding-bottom: 1.875rem;
	}
	.bn__title {
		font-size: 1.875rem;
	}
	.bn__btn-start {
		margin-top: 2.5rem;
	}
	.nv {
		padding-top: 3.125rem;
	}
	.naviky__title {
		font-size: 1.875rem;
	}
	.naviky__title {
		padding-bottom: 1.875rem;
	}
	.navyk__subtitle p {
		font-size: 1.1875rem;
	}
	.resultat {
		padding-top: 1.875rem;
	}
	.resultat__title {
		padding-bottom: 1.875rem;
	}
	.resultat__title {
		font-size: 1.875rem;
	}
	.resultat__punkt {
		padding-top: 0.9375rem;
	}
	.resultat__punkt {
		padding-bottom: 0.9375rem;
	}
	.resultat__punkt ul li {
		line-height: 1.25rem;
	}
	.form-bl {
		padding-bottom: 3.125rem;
	}
	.form-bl {
		padding-top: 3.125rem;
	}
	.form-bl__wrapper {
		gap: 1.25rem;
	}
	#leadform {
		padding-left: 1.25rem;
	}
	#leadform {
		padding-right: 1.25rem;
	}
	.input-form {
		height: 2.1875rem;
	}
	.submitbtn {
		margin-bottom: 0.9375rem;
	}
}
.footer__container {
	text-align: center;
}
@media (max-width: 61.99875em) {
	.menu__body {
		position: fixed;
		width: 60%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		top: 0;
		left: -100%;
		transition: all 0.3s ease 0s;
		overflow: auto;
		background-color: #1b2327;
		gap: 1.875rem;
		z-index: 4;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		padding-bottom: 1.875rem;
	}
	.menu__body::before {
		content: '';
		position: fixed;
		top: 0;
		left: -100%;
		transition: all 0.3s ease 0s;
		width: 100%;
		height: 5.125rem;
		background-color: #848181;
		z-index: 2;
	}
	.menu__list {
		flex-direction: column;
		text-align: center;
		row-gap: 1.875rem;
	}
	.menu__link {
		font-size: 1.5rem;
		color: #fff;
	}
	.icon-menu {
		display: block;
		position: relative;
		width: 1.875rem;
		height: 1.125rem;
		cursor: pointer;
		z-index: 5;
	}
	.icon-menu span,
	.icon-menu::after,
	.icon-menu::before {
		content: '';
		transition: all 0.3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		height: 0.125rem;
		background-color: #002846;
	}
	.icon-menu::before {
		top: 0;
	}
	.icon-menu::after {
		bottom: 0;
	}
	.icon-menu span {
		top: calc(50% - 0.0625rem);
	}
	.form-bl__wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.in2 {
		min-width: 301px;
	}
}
@media (max-width: 61.99875em) and (max-width: 0.125em) {
	.menu__body {
		padding-top: 7.5rem;
	}
}
@media (max-width: 61.99875em) and (max-width: 20em) {
	.menu__body::before {
		padding-top: 1.375rem;
	}
	.menu__body::before {
		padding-bottom: 0.625rem;
	}
}
@media (max-width: 47.99875em) {
	.menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		left: -100%;
		top: 0;
		overflow: auto;
		padding: 3.125rem 0.9375rem 0.9375rem 1.875rem;
		transition: left 0.3s;
	}
	.menu__body::before {
		content: '';
		position: fixed;
		width: 100%;
		height: 4.375rem;
		left: -100%;
		top: 0;
		transition: left 0.3s;
		z-index: 2;
	}
	.icon-menu {
		display: block;
		position: relative;
		width: 1.875rem;
		height: 1.125rem;
		z-index: 5;
	}
	.icon-menu span,
	.icon-menu::after,
	.icon-menu::before {
		content: '';
		transition: all 0.3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		height: 0.125rem;
		background-color: #424141;
	}
	.icon-menu::before {
		top: 0;
	}
	.icon-menu::after {
		bottom: 0;
	}
	.icon-menu span {
		top: calc(50% - 0.0625rem);
	}
	.banner::after {
		content: '';
		display: inline-block;
		width: 252px;
		height: 353px;
		position: absolute;
		right: 0;
		top: 0px;
		z-index: -1;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #00000000),
			url(../images/123.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.bn {
		justify-content: flex-end;
	}
	.bn__title {
		line-height: 34px;
	}
	.naviky__title h2 {
		text-align: center;
	}
	.naviky__wrapper {
		flex-direction: column-reverse;
	}
	.navyk__subtitle p {
		line-height: 22px;
		text-align: center;
	}
	.navyk__img img {
		max-height: 250px;
	}
	.form-bl {
		padding-bottom: 0;
	}
	.form-bl::after {
		width: 70px;
		height: 70px;
		left: 0;
		bottom: 0;
		background-size: contain;
	}
	.form-bl::before {
		width: 91px;
		height: 91px;
		right: 19px;
		top: 3px;
	}
}
@media (max-width: 47.99875em) and (any-hover: none) {
	.icon-menu {
		cursor: default;
	}
}
@media (max-width: 43.75em) {
	.bn__title::after {
		width: 120px;
		height: 230px;
	}
	.jk::before {
		width: 120px;
		height: 230px;
	}
	.resultat__wrapper::after {
		width: 261px;
		height: 324px;
		right: 1px;
		bottom: 138px;
	}
	.resultat__wrapper {
		flex-direction: column-reverse;
	}
	.resultat__img img {
		max-width: 250px;
	}
	.fd::after {
		display: none;
		width: 261px;
		height: 324px;
		right: 1px;
		bottom: 138px;
	}
}
.banner__container {
	z-index: 10;
}
@media (max-width: 29.99875em) {
	.banner::after {
		filter: none;
		content: '';
		display: inline-block;
		width: 400px;
		height: 521px;
		position: absolute;
		right: 0;
		top: 0px;
		z-index: 1;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #00000029),
			url(../images/123.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.bn {
		min-height: 595px;
	}
}
.sl__container {
	padding-bottom: clamp(1.875rem, 1.082135778rem + 3.96432111vw, 4.375rem);
	padding-top: clamp(1.875rem, 1.082135778rem + 3.96432111vw, 4.375rem);
}
@media (min-width: 20em) and (max-width: 83.0625em) {
	.header {
		padding-top: clamp(0.9375rem, 0.8383919722rem + 0.4955401388vw, 1.25rem);
	}
	.header {
		padding-bottom: clamp(0.9375rem, 0.8383919722rem + 0.4955401388vw, 1.25rem);
	}
	.header__logo img {
		width: clamp(8.75rem, 5.578543112rem + 15.85728444vw, 18.75rem);
	}
	.menu__list {
		-webkit-column-gap: clamp(
			0.9375rem,
			0.362673439rem + 2.8741328048vw,
			2.75rem
		);
		-moz-column-gap: clamp(0.9375rem, 0.362673439rem + 2.8741328048vw, 2.75rem);
		column-gap: clamp(0.9375rem, 0.362673439rem + 2.8741328048vw, 2.75rem);
	}
	.banner {
		padding-bottom: clamp(1.5625rem, 0.0758795837rem + 7.4331020813vw, 6.25rem);
	}
	.bn__title {
		padding-top: clamp(0.625rem, 0.228567889rem + 1.982160555vw, 1.875rem);
	}
	.bn__title {
		padding-bottom: clamp(0.875rem, 1.6767839445rem + 0.9910802775vw, 0.5rem);
	}
	.bn__title {
		font-size: clamp(1.875rem, 1.5182111001rem + 1.7839444995vw, 3rem);
	}
	.bn__btn-start {
		margin-top: clamp(0.5rem, 1.00446rem + 0.477701vw, 4.0625rem);
	}
	.nv {
		padding-bottom: clamp(1.875rem, 1.082135778rem + 3.96432111vw, 4.375rem);
		padding-top: clamp(1.875rem, 1.082135778rem + 3.96432111vw, 4.375rem);
	}
	.naviky__title {
		font-size: clamp(1.875rem, 1.7164271556rem + 0.792864222vw, 2.375rem);
	}
	.naviky__title {
		padding-bottom: clamp(1.875rem, 1.478567889rem + 1.982160555vw, 3.125rem);
	}
	.navyk__subtitle p {
		font-size: clamp(1.1875rem, 1.1676783944rem + 0.0991080278vw, 1.25rem);
	}
	.resultat {
		padding-bottom: clamp(1.875rem, 1.082135778rem + 3.96432111vw, 4.375rem);
		padding-top: clamp(1.875rem, 1.082135778rem + 3.96432111vw, 4.375rem);
	}
	.resultat__title {
		padding-bottom: clamp(
			1.875rem,
			1.5776759167rem + 1.4866204163vw,
			2.8125rem
		);
	}
	.resultat__title {
		font-size: clamp(1.875rem, 1.5578543112rem + 1.585728444vw, 2.875rem);
	}
	.resultat__punkt {
	}
	.resultat__punkt {
		padding-bottom: clamp(
			0.9375rem,
			0.6401759167rem + 1.4866204163vw,
			1.875rem
		);
	}
	.resultat__punkt ul li {
		line-height: clamp(1.25rem, 1.1112487611rem + 0.6937561943vw, 1.6875rem);
	}
	.form-bl {
		padding-bottom: clamp(3.125rem, 2.5303518335rem + 2.9732408325vw, 5rem);
	}
	.form-bl {
		padding-top: clamp(1.875rem, 1.082135778rem + 3.96432111vw, 4.375rem);
	}
	.form-bl__wrapper {
		gap: clamp(1.25rem, 0.853567889rem + 1.982160555vw, 2.5rem);
	}
	#leadform {
		padding-left: clamp(1.25rem, 1.0517839445rem + 0.9910802775vw, 1.875rem);
	}
	#leadform {
		padding-right: clamp(1.25rem, 1.0517839445rem + 0.9910802775vw, 1.875rem);
	}
	.input-form {
		height: clamp(2.1875rem, 2.0883919722rem + 0.4955401388vw, 2.5rem);
	}
	.submitbtn {
		font-size: 14px;
		margin-bottom: clamp(0.9375rem, 0.8383919722rem + 0.4955401388vw, 1.25rem);
	}
}
@media (max-width: 61.99875em) and (min-width: 20em) {
	.menu__body {
		padding-top: 11.25rem;
	}
}
@media (max-width: 61.99875em) and (min-width: 0.125em) and (max-width: 20em) {
	.menu__body {
		padding-top: clamp(7.5rem, 7.4764150943rem + 18.8679245283vw, 11.25rem);
	}
}
@media (max-width: 61.99875em) and (min-width: 83.0625em) {
	.menu__body::before {
		padding-top: 1.875rem;
	}
	.menu__body::before {
		padding-bottom: 1.25rem;
	}
}
@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 83.0625em) {
	.menu__body::before {
		padding-top: clamp(1.375rem, 1.2164271556rem + 0.792864222vw, 1.875rem);
	}
	.menu__body::before {
		padding-bottom: clamp(0.625rem, 0.4267839445rem + 0.9910802775vw, 1.25rem);
	}
}
@media (any-hover: hover) {
	.menu__link:hover {
		color: #fff;
		transition: all 0.3s ease 0s;
	}
}

@media (max-width: 650px) {
	.h3,
	.bn__title h1 {
		text-align: center;
	}

	.h3 {
		text-align: center;
		font-size: 18px;
		line-height: 20px;
	}
	.ff {
		display: flex;
		justify-content: center;
	}
	.imn {
		display: none;
	}
	.resultat__wrapper::after {
		display: none;
	}
}

#time {
	font-weight: 700;
	border-radius: 5px;
	display: flex;
	background-color: #f89c26;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	padding: 5px 0;
	color: #000;
}

.rt {
	text-shadow: 0 0.25rem 1.75rem rgb(255 186 0 / 83%);
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	color: #ffba00;
	line-height: 31px;
	letter-spacing: -0.8px;
}
.timer__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.timer__wrap {
	gap: 20px;
	display: flex;
	align-items: center;
	flex-direction: row;
	width: 100%;
	justify-content: center;
}
.timer__wrap2 {
	padding-bottom: 25px;
	display: flex;
	gap: 15px;
	align-content: center;
	align-items: center;
}
.timer__wrap2 p {
	font-family: 'Inter';
	font-size: 17px;
	font-weight: 500;
	line-height: 16px;
}
.timer__img {
	max-width: 40px;
}
.timer__p {
	padding-top: 15px;
	padding-bottom: 25px;
	width: 80%;
	font-size: 18px;
	color: #e6e6e6;
	line-height: 19px;
}
.hot {
	padding-top: 5px;
	font-size: 12px;
	color: #878787;
	padding-bottom: 5px;
}
@media (max-width: 650px) {
	.timer__p {
		padding-top: 15px;
		padding-bottom: 15px;
		width: 100%;
		font-size: 16px;
		color: #222121;
		line-height: 15px;
	}
	.trt {
		font-size: 16px !important;
		text-align: left;
		max-width: 100%;
	}
	.bul-1 {
		background: linear-gradient(
			41.59deg,
			#eac63547 0,
			rgb(208 175 0 / 89%) 100%
		);
	}
	.hot {
		padding-top: 5px;
		font-size: 12px;
		color: #878787;
		padding-bottom: 5px;
	}
	.header {
		background-size: 255%;
		background-image: url(../images/Rectangle.png);
		background-position: center;
	}
	.rt {
		padding-top: 20px;
		padding-bottom: 20px;
		font-family: 'Oswald';
		text-transform: uppercase;
		font-weight: 700;
		font-size: 26px;
		color: #ffba00;
		letter-spacing: -0.8px;
	}
	.sl__container {
		padding-left: 35px;
		padding-right: 35px;
	}
	.timer__p {
		padding-top: 15px;
		padding-bottom: 15px;
		width: 91%;
		font-size: 18px;
		color: #e6e6e6;
		line-height: 19px;
	}
	.timer h2 {
		text-align: center;
	}
}

.imn {
	display: none;
}

.resultat {
	padding-bottom: clamp(1.875rem, 1.082135778rem + 3.96432111vw, 4.375rem);
}

.slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swiper-container {
	width: 100%;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 400px;
	background-size: 100%;
	border: 1px solid #ffae006b;
	background-image: url(../images/res2.png);
	background-position: center;
	border-radius: 10px;
	/* padding: 20px; */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	position: relative;
}
.swiper-slide img {
	width: 100%;
	max-height: 425px;
	border-radius: 10px;
	object-fit: cover;
}
.swiper-slide h3 {
	margin: 10px 0;
}
.swiper-slide .play-button {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ff5722;
	padding: 10px 10px 11px 12px;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	font-size: 18px;
}
.swiper-slide .play-button:active {
	background-color: #e64a19;
}

/* Попап */
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.popup iframe {
	height: 90%; /* Увеличиваем высоту с 70% до 90% */
	width: 95%; /* Увеличиваем ширину с 80% до 95% */
	max-width: none; /* Убираем ограничение max-width */
	border-radius: 5px; /* Немного уменьшаем радиус для мобильных */
}
.popup .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: transparent;
	color: white;
	font-size: 30px;
	border: none;
	cursor: pointer;
}

.gft {
	display: flex;
	gap: 7px;
	flex-direction: column;
}

.fo-pw {
	margin-bottom: 7px;
	display: flex;
	gap: 7px;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.hov {
	color: #ffba00b3;
}
