* {
	outline: none;
}

body,
html {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #B9BABB;
	line-height: 1.5;
	font-size: 16px;
	background: #16191F;
	scroll-behavior: smooth
}

body.active {
	overflow: hidden
}

.f2 {
	font-family: "Oranienbaum", serif;

}


.c-white {
	color: #fff
}

.c-light {
	color: #B9BABB
}




.c-gold {
	color: #281483;
}

@supports (-webkit-background-clip: text) {
	.c-gold {
		background: linear-gradient(#EFC889 0, #FFE8B5 50%, #EFC889 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}


.bg-dark {
	background: #16191F;
}

.bg-black {
	background-color: #131415;
}

.bg-red {
	background-image: linear-gradient(#491113, #A0262C);
}

.bg-gold {
	background-image: linear-gradient(#EFC889 0, #FFE8B5 50%, #EFC889 100%);
}

.bg-blur {
	background-color: rgba(31, 35, 41, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(2px);

}


.lh-1 {
	line-height: 1;
}

.lh-15 {
	line-height: 1.5;
}

.lh-13 {
	font-size: 1.3;
}

.fsi {
	font-style: italic;
}



.fw-5 {
	font-weight: 500;
}

.fw-7 {
	font-weight: 700;
}

.fz-1 {
	font-size: 1rem;
}

.fz-15 {
	font-size: 1.5rem;
}

.fz-18 {
	font-size: 1.8rem;
}

.fz-35 {
	font-size: 3.5rem;
}

.fz-6 {
	font-size: 6rem;
}

.bdrs-1 {
	border-radius: 1rem;
}

.bdrs-6 {
	border-radius: 6rem;
}

.poa {
	position: absolute;
}

.por {
	position: relative;
}

.fl {
	float: left;
	padding-right: 1rem;
	position: relative;
	top: 0.3rem;
}

.rb {
	right: 0;
	bottom: 0;

}

.cp {
	cursor: pointer;
}

.tdu {
	text-decoration: underline;
}

.h-100p {
	height: 100%;
}


.mw-100p {
	max-width: 100%;
}

.btn {
	cursor: pointer;
	user-select: none;
	display: inline-block;
	background-image: linear-gradient(45deg, #491113, #A0262C);
	color: #fff;
	border-radius: 6rem;
	border-bottom: 4px solid #410a0c;
	font-weight: 500;
	transition: 0.5s
}

.btn:hover {
	box-shadow: inset 0 0 200px #A0262C
}

.btn:active {
	transform: scale(0.95)
}

.element {

	display: flex;
}

.element:before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url(../img/elemant1.png) 50% / cover no-repeat;
	flex-shrink: 0;
	margin-right: 1rem;
}

/*header*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	transition: background 0.5s
}

.header.active {
	background: #16191F
}
