

/* Start:/local/templates/burnout/custom.css?178090106611530*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*vertical-align: baseline;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


@font-face {
	font-family: 'World Class';
	src: url('/local/templates/burnout/fonts/world_class/WorldClass-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'World Class M';
	src: url('/local/templates/burnout/fonts/world_class/WorldClass-Medium.woff') format('woff');
	font-weight: normal;
	font-style: medium;
}

@font-face {
	font-family: 'World Class 2.0';
	src: url('/local/templates/burnout/fonts/world_class_2_0/World_Class_2_0.woff') format('woff');
}


body {
	background: url('/local/templates/burnout/img/mobile.webp') center top no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	body {
		background: url('/local/templates/burnout/img/background_1.webp') center top no-repeat;
		background-size: cover;
	}
}

@media (min-width: 1700px) {
	body {
		background: url('/local/templates/burnout/img/background_2.webp') center top no-repeat;
		background-size: 100%;
	}
}

main {

}

header {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 19px auto;
	width: calc(100% - 36px);
	background: rgba(255, 255, 255, 0.43);
	border-radius: 84px;
	max-width: 1314px;
	padding: 20px 36px 20px 43px;
}

	header .logo {
		width: 36px;
	}

		header .logo img {
			width: 100%;
		}

	header .button {
		display: block;
		text-align: center;
		padding: 12px 30px 12px;
		font-family: 'World Class';
		font-size: 16px;
		color: #000;
		text-decoration: none;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.98);
		border-radius: 39px;
		cursor: pointer;
	}


@media (min-width: 768px) {
	header {
		margin: 33px auto 60px;
		width: calc(100% - 126px);
		padding: 20px 43px;
	}

		header .logo {
			width: 40px;
		}

	header .button {
		display: block;
		text-align: center;
		padding: 14px 46px 10px;
		font-size: 16px;
	}
}


main {
	width: 100%;
}



main .banner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-width: 1370px;
	margin: 30px auto;
	overflow-x: hidden;
}

	main .banner .banner__left {
		width: 27%;
		max-width: 360px;
		min-width: 132px;
		margin-left: 25px;
	}

	main .banner .banner__left img,
	main .banner .banner__right img {
		width: 100%;
	}

	main .banner .banner__right {
		width: 56%;
		max-width: 760px;
		min-width: 255px;
		margin-right: -62px;
	}


@media (min-width: 768px) {
	main .banner {
		width: calc(100% - 72px);
		margin: 30px auto 70px;
	}

	main .banner .banner__left {
		margin-left: 50px;
	}

	main .banner .banner__right {
		margin-right: 0;
	}
}


.plus {
	width: calc(100% - 36px);
	margin: 30px auto 60px;
	gap: 60px;
	text-align: center;
}

	.plus__left {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		padding: 50px;
		gap: 10px;
		background: rgba(255, 255, 255, 0.43);
		border-radius: 32px;
		text-align: left;
		justify-content: center;
	}

	.plus__center {
		font-family: 'World Class 2.0';
		font-weight: 700;
		font-size: 70px;
		line-height: 70px;
		color: #323232;
		padding-top: 17px;
	}

	.plus__right {
		width: calc(100% - 110px);
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 25px 50px;
		gap: 10px;
		background: rgba(255, 255, 255, 0.43);
		border-radius: 21px;
	}

	.plus__procent {
		font-family: 'World Class 2.0';
		font-weight: normal;
		font-size: 47px;
		line-height: 70px;
		align-items: center;
		color: #323232;
		text-align: right;
	}

	.plus__text {
		font-family: 'World Class';
		font-weight: 400;
		font-size: 12px;
		line-height: 80%;
		letter-spacing: -0.04em;
		color: #323232;
	}

		.plus__text span {
			font-family: 'World Class 2.0';
			font-size: 26px;
			line-height: 80%;
			color: #323232;
			display: inline-block;
			margin-bottom: 10px;
		}


@media (min-width: 680px) {

		.plus__left {
			width: calc(100% - 110px);
			margin: 0 auto;
			align-items: flex-start;
		}

		.plus__center {
			font-size: 100px;
			line-height: 120px;
			padding-top: 17px;
		}

		.plus__right {
			width: calc(100% - 210px);
			align-items: flex-start;
		}

		.plus__procent {
			font-weight: 700;
			font-size: 94px;
			line-height: 100px;
		}

		.plus__text {
			font-size: 22px;
			margin: 0 auto;
		}

			.plus__text span {
				font-size: 50px;
			}
}

@media (min-width: 1080px) {
	.plus {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		max-width: 1060px;
		margin: 30px auto 80px;
	}

		.plus__left {
			width: auto;
			align-items: flex-start;
			border-radius: 57px;
			text-align: left;
		}

		.plus__center {
			font-size: 160px;
			line-height: 190px;
			padding-top: 17px;
		}

		.plus__right {
			width: auto;
			padding: 50px;
			border-radius: 57px;
			align-items: flex-start;
			text-align: left;
		}

		.plus__procent {
			font-weight: 700;
			font-size: 94px;
			line-height: 100px;
		}

		.plus__text {
			font-size: 22px;
		}

			.plus__text span {
				font-size: 50px;
			}
}


.form {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 20px;
	gap: 25px;
	width: calc(100% - 36px);
	margin: 40px auto 60px;
	background: rgba(255, 255, 255, 0.43);
	border-radius: 28px;
	max-width: 620px;
}

	.form__title {
		font-family: 'World Class 2.0';
		font-weight: 400;
		font-size: 26px;
		line-height: 92%;
		text-align: center;
		color: #323232;
		padding: 20px 0;
	}

	.form__content {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.form__content input[type="text"] {
		width: calc(100% - 30px);
		background: rgba(255, 255, 255, 0.56);
		border: none;
		border-radius: 73.5604px;
		padding: 6px 15px;
		font-family: 'World Class';
		font-weight: 400;
		font-size: 12px;
		line-height: 92%;
		letter-spacing: -0.04em;
		color: #1F1F1F;
		margin-bottom: 10px;
	}

		.form__content input[type="text"]::placeholder {
			opacity: 0.3;
		}

	.i-checkbox__text {
		font-family: 'World Class';
		font-weight: 400;
		font-size: 9px;
		line-height: 92%;
		letter-spacing: -0.04em;
		color: #4B4B4B;
	}

	.i-checkbox__text a {
		font-family: 'World Class';
		font-weight: 400;
		font-size: 9px;
		line-height: 92%;
		letter-spacing: -0.04em;
		color: #4B4B4B;
	}

	.i-button {
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 11px 60px;
		gap: 10px;
		background: #2F2F2F;
		border-radius: 204px;
		font-family: 'World Class';
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		text-align: center;
		letter-spacing: -0.04em;
		color: #FFFFFF;
		margin-top: 20px;
		cursor: pointer;
	}

	.i-checkbox {
		margin-left: 10px;
	}

	.i-checkbox input[type="checkbox"] {
		top: 5px;
		width: 12px;
		height: 12px;
		appearance: none;
		position: relative;
		background: url('/local/templates/burnout/img/checkbox.svg') center center no-repeat;
		background-size: cover;
		border: none;
		transition: 500ms;
		border-radius: 0;
	}

	.i-checkbox input[type="checkbox"]::after{
		content: "\2714";
		position: absolute;
		top: -5px;
		left: 2px;
		width: 0px;
		height: 0px;
		font-size: 12px;
		transition: 500ms;
		overflow: hidden;
	}

	.i-checkbox input[type="checkbox"]:checked::after {
		width: 12px;
		height: 14px;
		transition: 500ms;
		color: #000;
	}

	.form__text {
		font-family: 'World Class';
		font-weight: 400;
		font-size: 12px;
		line-height: 89%;
		text-align: center;
		letter-spacing: -0.04em;
		color: #323232;
	}


@media (min-width: 768px) {

	.form {
		margin: 60px auto 80px;
	}

		.form__title {
			font-size: 50px;
		}

		.form__content {
			width: calc(100% - 120px);
		}

		.form__content input[type="text"] {
			width: calc(100% - 50px);
			padding: 15px 25px 10px;
			font-size: 16px;
			margin-bottom: 15px;
		}

		.i-checkbox__text {
			font-size: 16px;
			color: rgb(75, 75, 75);
		}

		.i-checkbox__text a {
			font-size: 16px;
			color: rgb(75, 75, 75);
		}


		.i-button {
			font-size: 22px;
			line-height: 100%px;
			width: 100%;
			padding: 20px 86px;
			margin-top: 30px;
		}

		.i-checkbox {
			margin-left: 20px;
			margin-top: 8px;
		}

		.i-checkbox input[type="checkbox"] {
			top: 8px;
			width: 23px;
			height: 23px;
		}

		.i-checkbox input[type="checkbox"]::after{
			top: -2px;
			left: 5px;
			font-size: 18px;
		}

		.i-checkbox input[type="checkbox"]:checked::after {
			width: 23px;
			height: 23px;
		}

		.form__text {
			font-size: 22px;
		}
}

.action {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px 34px;
	gap: 31px;
	width: calc(100% - 36px);
	margin: 40px auto;
	background: rgba(255, 255, 255, 0.43);
	border-radius: 27px;
	max-width: 1314px;
	padding: 20px 36px 20px 43px;
}

	.action__title {
		font-family: 'World Class M';
		font-style: medium;
		font-weight: 400;
		font-size: 20px;
		line-height: 92%;
		color: #2F2F2F;
	}

	.action__text {
		font-family: 'World Class';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 90%;
		color: #2F2F2F;
		opacity: 0.76;
		letter-spacing: -0.04em;
	}


@media (min-width: 768px) {
	.action {
		padding: 35px 34px;
		margin: 40px auto 60px;
		width: calc(100% - 126px);
		gap: 40px;
	}

		.action__text {
			font-size: 16px;
		}
}


footer {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 20px;
	gap: 25px;
	width: calc(100% - 36px);
	margin: 40px auto;
	background: rgba(255, 255, 255, 0.43);
	border-radius: 27px;
	max-width: 1314px;
}

	.footer__logo {
		width: 130px;
	}
		.footer__logo img {
			width: 100%;
		}

	.footer__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 25px;
	}

	.footer__social {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0px;
		margin: 0 auto;
		gap: 15px;
	}

		.footer__social a {
			display: inline-block;
		}

		.footer__social img {
			height: 15px;
		}

	.footer__text {
		width: 100%;
		font-family: 'World Class';
		font-weight: 400;
		font-size: 10px;
		line-height: 13px;
		color: #2F2F2F;
	}



@media (min-width: 768px) {
	footer {
		border-radius: 35px;
		padding: 53px 60px 30px;
	}

		.footer__logo {
			width: 100%;
		}
			.footer__logo img {
				width: 186px;
			}

		.footer__content {
			display: flex;
			flex-direction: row-reverse;
			justify-content: space-between;
			align-items: flex-end;
			width: 100%;
			gap: 25px;
			margin-top: 60px;
		}

		.footer__social {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			padding: 0px;
			margin: 0 auto;
			gap: 15px;
		}

			.footer__social img {
				height: 27px;
			}

		.footer__text {
			font-size: 16px;
			line-height: 100%;
			color: rgba(41, 41, 41, 0.42);
		}
}

/* End */
/* /local/templates/burnout/custom.css?178090106611530 */
