/*!
Theme Name: Qube Soft Webinar
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: https://tryhuk.pp.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qubesoftwebinar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Qube Soft Webinar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Medium.woff') format('woff'),
		url('fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Bold.woff') format('woff'),
		url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Black.eot');
	src: local('Montserrat Black'), local('Montserrat-Black'),
		url('fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Black.woff') format('woff'),
		url('fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geometria';
	src: url('fonts/Geometria-Bold.eot');
	src: url('fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Geometria-Bold.woff') format('woff'),
		url('fonts/Geometria-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


:root {
	--container: 1200px;

	--text-size: 18px;
	--text-size-sm: 14px;
	--h1-size: 34px;
	--h2-size: 30px;
	--h3-size: 28px;
	--h4-size: 24px;
	--h5-size: 22px;
	--h6-size: 20px;

	--orange: #F65237;
	--white: #FFFFFF;
	--black: #30192D;
}

*, ::after, ::before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 500;
	font-family: 'Montserrat';
	color: var(--black);
	line-height: 1.2;
	background: #FFFFF8;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
   opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}
.bg-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
a, a:hover {
	color: var(--black);
	text-decoration: none;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	font-weight: 900;
	line-height: 1.2;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote, .wp-caption, gallery {
	margin: 0 0 10px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, .wp-caption:last-child, gallery:last-child {
	margin-bottom: 0;
}
.form-field {
	position: relative;
	margin-bottom: 20px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	background: none;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Montserrat';
	line-height: 1.2;
	padding: 4px 0px 9px;
	color: var(--black);
	outline: none;
	border: none;
	border-bottom: 1px solid var(--black);
	text-transform: uppercase;
}
textarea {
	height: 80px;
}
.wpcf7-checkbox label {
	display: flex;
	font-size: var(--text-size-sm);
	font-weight: 500;
	cursor: pointer;
}
.wpcf7-list-item {
	margin: 0;
}
input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: var(--white);
	border: 1px solid #f1f1f1;
	border-radius: 0;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	outline: 0;
	padding: 0px;
	margin: 0px 12px 0 0;
	position: relative;
	cursor: pointer;
}
input[type=checkbox]:checked:after {
	content: "";
	width: 18px;
	height: 13px;
	background: url(images/check.svg) no-repeat center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	z-index: 1;
}
.wpcf7-checkbox label .wpcf7-list-item-label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 24px;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 400;
	margin-top: 3px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	font-size: var(--text-size-sm);
	padding: 8px 15px;
	text-align: center;
}
.screen-reader-text {
	display: none;
}



.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}


.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.heading {
	position: relative;
	margin-bottom: 60px;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	font-size: var(--h1-size);
	text-transform: uppercase;
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	line-height: 1.2;
	padding: 18px 32px;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.btn-primary {
	background: var(--orange);
	color: var(--white);
}
.btn-primary:hover {
	background: var(--black);
	color: var(--white);
}
.btn-secondary {
	background: var(--white);
	color: var(--black);
}
.btn-secondary:hover {
	background: var(--black);
	color: var(--white);
}



.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	/*transition: opacity .15s linear;*/
}
body.modal-open {
	/*overflow: hidden;*/
	/**padding-right: 17px;*/
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 480px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
	/*transition: transform .3s ease-out;*/
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-clip: padding-box;
	outline: 0;
	padding: 50px 40px 40px;
	overflow: hidden;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: var(--black);
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .6;
	z-index: 1049;
}
.modal-title {
	text-align: center;
	font-weight: 700;
	font-size: var(--h6-size);
	margin-bottom: 20px;
	text-transform: uppercase;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cancel.svg);
	mask-image: url(images/cancel.svg);
	background-color: var(--black);
	width: 36px;
	height: 36px;
	top: 10px;
	right: 10px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--orange);
}




.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: grid;
	grid-gap: var(--gap);
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: var(--gap);
	margin-bottom: var(--gap);
}
.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: var(--gap);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}


.wrapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.hero-section {
	background: #FAFAFA;
}
.hero-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hero-left {
	flex: auto;
	max-width: 100%;
	margin-right: 60px;
}
.hero-content {
	position: relative;
	margin-bottom: 60px;
}
.hero-content:last-child {
	margin-bottom: 0;
}
.hero-content p:first-child {
	font-size: var(--h4-size);
	text-transform: uppercase;
	font-weight: 700;
}
.hero-content h1 {
	position: relative;
	text-transform: uppercase;
}
.hero-content h1 strong {
	position: relative;
	display: block;
	line-height: 1;
	font-size: calc(var(--h1-size) * 2.058);
	margin-bottom: 20px;
	font-weight: 900;
}
.hero-content h1 strong em {
	position: relative;
	font-size: 0;
	display: inline-block;
	border: 13px solid var(--orange);
	width: 115px;
	height: 50px;
	border-radius: 25px;
	vertical-align: middle;
	margin: -10px 5px 0;
	z-index: 1;
}
.speakers-heading {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.speakers-items {
	position: relative;
	max-width: 580px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -20px;
}
.speakers-item {
	position: relative;
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	z-index: 1;
}
.speakers-item__image {
	flex: 0 0 60px;
	max-width: 60px;
	height: 60px;
	border: 1px solid #FFBFB0;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.speakers-item__info {
	flex: auto;
	max-width: 100%;
}
.speakers-item__title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.speakers-item__text {
	font-size: var(--text-size-sm);
}
.hero-right {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.hero-form {
	position: relative;
	padding: 40px;
	z-index: 1;
}
.hero-form:before {
	content: '';
	background: var(--white);
	opacity: 0.4;
	box-shadow: 30px 14px 44px rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-form-title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px
}
.hero-element-1 {
	position: absolute;
	top: 105px;
	right: calc((100% - var(--container)) / 2 + 211px);
	width: 253px;
	height: 299px;
	background: #FF6B00;
	filter: blur(130px);
	transform: rotate(-40.27deg);
	border-radius: 50%;
	z-index: -3;
}
.hero-element-2 {
	position: absolute;
	top: 146px;
	right: calc((100% - var(--container)) / 2 - 27px);
	width: 253px;
	height: 253px;
	background: #FFF506;
	filter: blur(110px);
	border-radius: 50%;
	z-index: -2;
}
.hero-element-3 {
	position: absolute;
	top: 361px;
	right: calc((100% - var(--container)) / 2 - 5px);
	width: 310px;
	height: 310px;
	background: #CC3AFF;
	filter: blur(135px);
	border-radius: 50%;
	z-index: -1;
}



.marquee-section {
	position: relative;
	background: var(--orange);
	color: var(--orange);
	overflow: hidden;
	font-weight: 700;
	font-family: 'Geometria';
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	z-index: 1;
}
.marquee-section .js-marquee span {
	margin: 0 20px;
	color: var(--white);
}



.banner-section {
	position: relative;
	z-index: 1;
}
.banner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.banner-info {
	position: relative;
	padding: 80px 0;
	padding-left: 44px;
	flex: auto;
	max-width: calc(50% - 60px);
	z-index: 1;
}
.banner-heading {
	margin-bottom: 20px !important;
}
.banner-heading:last-child {
	margin-bottom: 0;
}
.banner-image {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	padding-top: 80px;
}



.advantages-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
}
.advantages-item {
	position: relative;
	flex: 0 0 20%;
	max-width: 20%;
	margin: 0 0 40px;
	padding: 0 20px;
}
.advantages-item__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.advantages-item__image img {
	max-height: 60px;
}
.advantages-item p {
	text-align: center;
	font-weight: 700;
}



.banner2-section {
	position: relative;
	z-index: 1;
}
.banner2-section:before {
	content: '';
	background: var(--orange);
	opacity: .1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner2-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner2-image {
	flex: 0 0 calc(50% - 90px);
	max-width: calc(50% - 90px);
	text-align: right;
}
.banner2-info {
	flex: 0 0 calc(50% - 30px);
	max-width: calc(50% - 30px);
	padding: 60px 0;
}
.banner2-text-1 {
	font-weight: 900;
	margin-bottom: 20px;
}
.banner2-text-2 {
	font-size: var(--h1-size);
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.banner2-text-2:last-child {
	margin-bottom: 0;
}
.banner2-element-1 {
	position: absolute;
	top: 78px;
	left: calc((100% - var(--container)) / 2 + 320px);
	width: 216px;
	height: 255px;
	background: #8F00FF;
	filter: blur(125px);
	transform: rotate(161.97deg);
	border-radius: 50%;
	z-index: -3;
}
.banner2-element-2 {
	position: absolute;
	top: -14px;
	left: calc((100% - var(--container)) / 2 + 94px);
	width: 253px;
	height: 253px;
	background: #FFF506;
	filter: blur(110px);
	transform: rotate(-157.76deg);
	border-radius: 50%;
	z-index: -2;
}



.forWhom-section {
	padding-bottom: 40px !important;
}
.forWhom-heading {
	margin-bottom: 40px;
}
.forWhom-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px -22px;
}
.forWhom-item {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 22px;
	padding: 0 30px;
	z-index: 1;
}
.forWhom-item__title {
	position: relative;
	padding-top: 24px;
	margin-bottom: 10px;
	font-weight: 900;
	text-transform: uppercase;
	z-index: 1;
}
.forWhom-item__title:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 4px;
	top: 0;
	left: 0;
	background: var(--orange);
	z-index: 1;
}







.counter-items {
	position: relative;
}
.counter-item {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(48, 25, 45, .1);
	display: flex;
	justify-content: space-between;
}
.counter-item:last-child {
	margin-bottom: 0;
}
.counter-item__number {
	line-height: .7;
	font-size: calc(var(--h2-size) * 2);
	font-weight: 700;
	color: rgba(12, 27, 76, 0.2);
	flex: 0 0 90px;
	max-width: 90px;
	margin-right: 20px;
}
.counter-item__info {
	flex: auto;
	max-width: 100;
}
.counter-item__title {
	font-size: var(--h4-size);
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.counter-element-1 {
	position: absolute;
	top: 400px;
	left: calc((100% - var(--container)) / 2 + 580px);
	width: 276px;
	height: 327px;
	background: #FF6B00;
	filter: blur(200px);
	transform: rotate(-40.27deg);
	border-radius: 50%;
	z-index: -2;
}
.counter-element-2 {
	position: absolute;
	top: 160px;
	right: calc((100% - var(--container)) / 2 - 78px);
	width: 305px;
	height: 305px;
	background: #FFF506;
	filter: blur(150px);
	border-radius: 50%;
	z-index: -1;
}






.participants-section {
	position: relative;
	padding-top: 60px;
	background: rgba(246, 82, 55, 0.1);
	z-index: 1;
}
.participants-block {
	position: relative;
	padding: 60px 0;
	z-index: 1;
}
.participants-block:nth-child(2n) {
	background: #FFFFF8;
}
.participants-block-info {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 880px;
	margin-bottom: 60px;
}
.participants-block-info:last-child {
	margin-bottom: 0;
}
.participants-block-image {
	flex: 0 0 218px;
	max-width: 218px;
	margin-right: 40px;
}
.participants-block-text {
	font-weight: 700;
}
.participants-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px -40px;
}
.participants-item {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 40px;
	padding: 0 25px;
}
.participants-item__wrap {
	display: flex;
	justify-content: space-between;
}
.participants-item__image {
	position: relative;
	flex: 0 0 36%;
	max-width: 200px;
	margin-right: 20px;
	z-index: 1;
}
.participants-block:nth-child(2n) .participants-item:nth-child(2n+1) .participants-item__image:before,
.participants-block:nth-child(2n+1) .participants-item:nth-child(2n) .participants-item__image:before {
	content: '';
	position: absolute;
	width: 115px;
	height: 136px;
	top: 70px;
	left: 50px;
	background: #FF6B00;
	filter: blur(70px);
	transform: matrix(0.76, -0.65, 0.65, 0.76, 0, 0);
	z-index: -1;
}
.participants-block:nth-child(2n) .participants-item:nth-child(2n) .participants-item__image:before,
.participants-block:nth-child(2n+1) .participants-item:nth-child(2n+1) .participants-item__image:before {
	content: '';
	position: absolute;
	width: 115px;
	height: 136px;
	top: 75px;
	left: 65px;
	background: #FFD600;
	filter: blur(70px);
	transform: matrix(0.76, -0.65, 0.65, 0.76, 0, 0);
	z-index: -1;
}
.participants-item__info {
	flex: auto;
	max-width: 100%;
}
.participants-item__title {
	position: relative;
	padding-top: 24px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 1;
}
.participants-item__title:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 4px;
	top: 0;
	left: 0;
	background: var(--orange);
	z-index: 1;
}
.participants-item__text {
	font-size: var(--text-size-sm);
}





.features-items {
	position: relative;
	margin: 0 -30px -40px;
	display: flex;
	flex-wrap: wrap;
}
.features-item {
	position: relative;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 40px;
	padding: 0 30px;
	z-index: 1;
}
.features-item__image {
	position: relative;
	display: flex;
	align-items: center;
	height: 80px;
	margin-bottom: 20px;
}
.features-item__image img {
	max-height: 80px;
}
.features-item__title {
	font-weight: 900;
	margin-bottom: 10px;
}



.registration-section {
	position: relative;
	padding: 0 0 60px;
	z-index: 1;
}
.registration-wrap {
	position: relative;
	padding: 60px;
	z-index: 1;
}
.registration-wrap:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FF6B00;
	opacity: 0.2;
	z-index: -1;
}
.registration-form {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.registration-form .form-field {
	margin-bottom: 25px;
}
.registration-element-1 {
	position: absolute;
	top: 16%;
	left: 6%;
	width: 243px;
	height: 287px;
	background: #FF6B00;
	filter: blur(165px);
	transform: rotate(-40.27deg);
	border-radius: 50%;
	z-index: -4;
}
.registration-element-2 {
	position: absolute;
	top: 3%;
	left: 54%;
	width: 229px;
	height: 211px;
	background: #FFF506;
	filter: blur(110px);
	border-radius: 50%;
	z-index: -3;
}
.registration-element-3 {
	position: absolute;
	top: 48%;
	left: 53%;
	width: 563px;
	height: 287px;
	background: #CC3AFF;
	filter: blur(225px);
	border-radius: 50%;
	z-index: -2;
}



.page-wrapper {
	position: relative;
	min-height: 100vh;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.page-header {
	position: relative;
	padding: 80px 0 0;
}
.page-title {
	text-align: center;
}
.page-content {
	position: relative;
	flex: auto;
	max-height: 100%;
}
.error-404-number {
	font-size: calc(var(--h1-size) * 8);
	font-weight: 900;
	color: var(--orange);
	text-align: center;
	margin-bottom: 40px;
}
.error-404-button {
	text-align: center;
}



@media (max-width: 1279px) {
	:root {
		--container: 930px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 30px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.heading {
		margin-bottom: 40px;
	}
	.hero-left {
		margin-right: 30px;
	}
	.hero-right {
    	flex: 0 0 calc(100% / 3 + 40px);
    	max-width: calc(100% / 3 + 40px);
	}
	.hero-form {
		padding: 30px;
	}
	.hero-content h1 strong {
		font-size: calc(var(--h1-size) * 1.75);
	}
	.hero-content h1 strong em {
		border: 11px solid var(--orange);
		width: 90px;
		height: 40px;
	}
	.banner-info {
		padding: 60px 0;
		padding-left: 30px;
	}
	.banner-image {
		padding-top: 60px;
	}
	.advantages-items {
		margin: 0 -15px -30px;
	}
	.advantages-item {
		margin: 0 0 30px;
		padding: 0 15px;
	}
	.banner2-info {
    	flex: 0 0 calc(50% - 15px);
    	max-width: calc(50% - 15px);
 	}
 	.forWhom-items {
 		margin: 0 -15px -22px;
 	}
 	.forWhom-item {
 		margin: 0 0 22px;
 		padding: 0 15px;
 	}
 	.participants-items {
 		margin: 0 -15px -30px;
 	}
 	.participants-item {
 		margin: 0 0 30px;
 		padding: 0 15px;
 	}
 	.features-items {
 		margin: 0 -15px -30px;
 	}
 	.features-item {
 		margin: 0 0 30px;
 		padding: 0 15px;
 	}
}



@media (max-width: 991px) {
	:root {
		--container: 710px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 30px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.hero-wrap {
		flex-wrap: wrap;
	}
	.hero-left {
		margin-right: 0;
		flex: 0 0 100%;
		margin-bottom: 40px;
	}
	.hero-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hero-content {
		margin-bottom: 40px;
	}
	.banner-wrap {
		flex-wrap: wrap;
	}
	.banner-info {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.banner-image {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 0;
	}
	.advantages-items {
		justify-content: center;
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.banner2-image {
		display: none;
	}
	.banner2-info {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.forWhom-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.counter-item__number {
		flex: 0 0 70px;
		max-width: 70px;
	}
	.counter-item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.participants-block-info {
		margin-bottom: 40px;
	}
	.participants-block-image {
		flex: 0 0 150px;
		max-width: 150px;
		margin-right: 30px;
	}
	.participants-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.features-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.features-item__image {
		height: 68px;
		margin-bottom: 16px;
	}
	.features-item__image img {
		max-height: 68px;
	}
}




@media (max-width: 767px) {
	:root {
		--container: 510px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 25px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.hero-content h1 strong em {
		border: 9px solid var(--orange);
		width: 78px;
		height: 36px;
		margin: -8px 5px 0;
	}
	.counter-item__number {
    	flex: 0 0 60px;
    	max-width: 60px;
    	line-height: 1;
	}
}





@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 40px);

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 25px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.section {
    	padding-top: 60px;
    	padding-bottom: 60px;
	}
	.hero-content h1 strong {
    	font-size: calc(var(--h1-size)* 1.5);
    	margin-bottom: 12px;
	}
	.speakers-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.registration-wrap {
		padding: 30px;
	}

	.page-header {
		padding-top: 40px;
	}

	.error-404-number {
    	font-size: calc(var(--h1-size)* 6);
 	}
}



@media (max-width: 479px) {
	:root {
		--container: calc(100vw - 40px);

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 26px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.hero-content h1 {
		font-size: var(--h2-size);
	}
	.hero-content h1 strong {
    	font-size: calc(var(--h1-size)* 1.25);
 	}
	.banner-info,
	.banner2-info {
		padding: 40px 0;
	}
	.participants-block {
		padding: 40px 0;
	}
	.participants-block-info {
		flex-wrap: wrap;
	}
	.participants-block-image {
		flex: 0 0 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.participants-block-text {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.registration-wrap .heading h2 {
		font-size: var(--h2-size);
	}

	.error-404-number {
    	font-size: calc(var(--h1-size)* 5);
 	}
}