.firstSection::before {
	display: none;
}

h1 {
	font-size: 30px;
}

.leftMenu,
header {
	position: fixed;
	z-index: 9;
	visibility: hidden;
}

.blooor,
.leftMenu {
	backdrop-filter: blur(20px);
}

.mainBtn,
.mainMenuLink {
	font-weight: 600;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0.2px;
	text-decoration: none;
	text-transform: uppercase;
}

.mainBtn,
.mainBtn:hover,
.mainMenuLink {
	text-decoration: none;
}

.headline,
body {
	font-family: Montserrat, sans-serif;
}

.artDescription,
.mainBtn,
.mainMenuLink {
	text-transform: uppercase;
}

.artDescription i,
h1 i {
	font-family: "Bebas Neue Book", sans-serif;
	font-style: normal;
}

.artDescription i,
.headline i,
h1 i,
h2 i.red,
h2 i.yellow {
	font-style: normal;
}

body {
	font-size: 16px;
	line-height: 160%;
	overflow-x: hidden;
}

h1,
h2,
h3 {
	font-family: "Bebas Neue", sans-serif;
}

header {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid;
}

.leftMenu {
	width: 33px;
	height: 100vh;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	left: 0;
	top: 0;
	border-right: 1px solid;
}

.mainAnimation,
section::before {
	width: 100%;
	position: absolute;
}

.leftMenu .horizontal {
	width: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}

.owl-carousel .owl-stage {
	display: flex;
	padding-left: 6px;
}

.leftMenu .horizontalLi {
	transform: rotate(-90deg);
	margin-right: 0;
}

.blooor {
	background: rgb(0 0 0 / 50%);
}

.verticalCenter {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
}

section {
	padding: 140px 0;
	position: relative;
}

section::before {
	height: 60px;
	background: url(../img/bgDiv.svg);
	content: "";
	z-index: 4;
	top: -30px;
	left: 0;
}

.mainLogo {
	display: block;
	max-width: 100%;
}

.mainMenu {
	display: block;
	margin: 0;
	padding: 0;
}

.horizontalLi,
.mainMenuLi {
	display: inline-lock;
	float: left;
}

.mainMenuLi {
	list-style: none;
	margin-right: 15px;
}

.horizontalLi:last-child,
.mainMenuLi:last-child {
	margin-right: 0;
}

.mainMenuLink {
	color: #fff;
	transition: 0.3s;
}

.mainMenuLink:hover {
	color: #f01010;
	transition: 0.3s;
}

.headline,
.mainBtn,
.mainBtn:hover,
h1,
h2,
h3,
p.white {
	color: #fff;
}

.horizontal {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.horizontalLi,
.mainBtnIcon {
	margin-right: 10px;
}

.mainBtn,
.social {
	display: flex;
	transition: 0.3s;
}

.social {
	background: rgb(255 255 255 / 6%);
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.social:hover {
	background: rgb(45 45 45 / 0%);
	transition: 0.3s;
}

.mainBtn {
	background: #f01010;
	height: 40px;
	align-items: center;
	padding: 0 30px;
	border-radius: 6px;
	border: 0;
}

.headline,
.mainArt,
h1,
h2,
h3 {
	display: block;
}

header .horizontal {
	float: right;
}

.mainBtn:hover {
	background: #131313;
	transition: 0.3s;
}

.firstSection {
	background: #222;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	padding: 100px 0;
}

.firstSection .container::before {
	content: "";
	width: 10000px;
	height: 10000px;
	background: #b60d0d;
	z-index: 0;
	position: absolute;
	transform: rotate(45deg);
	right: -6830px;
}

.firstSection .container .row,
.mainArt {
	position: relative;
	z-index: 2;
}

h1 {
	font-size: 180px;
	line-height: 90%;
	margin: 0;
}

h2 {
	font-size: 80px;
	line-height: 100%;
	margin-bottom: 33px;
}

h2 i.red {
	color: #f01010;
}

h2 i.yellow {
	color: #ffe500;
}

.marginBottomMin {
	margin-bottom: 20px;
}

h3 {
	font-size: 50px;
	line-height: 110%;
	margin-bottom: 25px;
}

.headline,
p {
	line-height: 160%;
}

p {
	font-size: 16px;
	color: #b5b5b5;
	margin: 0 0 25px;
}

.headline {
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 34px;
}

.headline.small,
.logoSymbol {
	margin-bottom: 60px;
}

.headline i {
	color: #ffe500;
	font-weight: 400;
}

.mainArt {
	width: 100%;
	max-width: 706px;
	top: 0;
	left: 0;
	transform: scale(1);
	animation: 2s linear infinite animate;
}

.artDescription,
.bg2lvl,
.logoBlock {
	position: absolute;
}

.logoTrans::before {
	content: "";
	width: 400px;
	height: 400px;
	background: url("../img/art/firstLogo.svg");
	position: absolute;
}

.artDescription {
	line-height: 110%;
	color: #fff;
	font-size: 30px;
	font-family: "Bebas Neue", sans-serif;
	display: block;
	border-left: 5px solid #f01010;
	padding: 6px 0 2px 15px;
	right: 15px;
	bottom: 80px;
}

.artDescription i {
	font-weight: 300;
}

.logoBlock {
	bottom: 0;
	left: 0;
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid;
	padding: 20px 50px 5px;
}

.featuresBg,
.threeSection .col-md-6 > .col-md-6 {
	position: relative;
}

.logoBlockImg,
.twoImg {
	display: block;
	width: 100%;
}

.logoBlockLi {
	max-width: 150px;
	padding: 0 20px;
}

.logoBlockImg {
	max-height: 40px;
}

.twoSection {
	padding: 0;
	background: #000;
}

.twoSection::before {
	display: none;
}

.twoImg {
	max-width: 1600px;
	margin: 0 auto;
}

.threeSection {
	background: url("../img/bg/1.jpg") center/cover;
	overflow-x: hidden;
	overflow-y: visible;
}

.sliderArrowIcon {
	opacity: 1;
	cursor: pointer;
	transition: 0.3s;
}

.sliderArrowIcon:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.arrowRight .sliderArrowIcon {
	transform: rotate(180deg);
}

.mainSlide {
	width: 1200px;
}

.featuresBg {
	background: rgb(27 27 27 / 40%);
	border: 1px solid;
	padding: 45px;
	height: 100%;
}

.featuresBg h3 {
	font-size: 40px;
}

.featuresBg h3,
.featuresBg p,
.featuresBg svg {
	position: relative;
	z-index: 2;
}

.bg2lvl {
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	z-index: 0;
}

.rightBottom,
.rightTop {
	position: absolute;
	right: 0;
}

.leftTop {
	position: absolute;
	top: 0;
	left: 0;
}

.leftBottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.rightTop {
	top: 0;
}

.rightBottom {
	bottom: 0;
}

.featuresIcon {
	width: 150px !important;
	height: 150px;
}

.feaHead {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.feaHead h3 {
	margin-left: 20px;
	margin-bottom: 0;
}

#hellopreloader > p {
	display: none;
}

#hellopreloader_preload {
	display: block;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(28 28 28);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mainLogoload {
	background: url("http://hello-site.ru//main/images/preloads/puff.svg");
	background-position: center center;
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
	background-size: cover;
}

#hellopreloader_preload .mainLogoload2 {
	margin-bottom: 10px;
}

#hellopreloader_preload .loadtext {
	color: #646464;
	font-size: 12px;
}
