/* ANIMATE */
@import url("animate.css");
/* FONTS */
@font-face {
	font-family: 'Stolzl';
	src: local('Stolzl'),
	url('../fonts/Stolzl-Thin.ttf') format('truetype'),
	url('../fonts/Stolzl-Thin.eot') format('embedded-opentype'),
	url('../fonts/Stolzl-Thin.woff') format('woff'); 
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Stolzl';
	src: local('Stolzl'),
	url('../fonts/Stolzl-Light.ttf') format('truetype'),
	url('../fonts/Stolzl-Light.eot') format('embedded-opentype'),
	url('../fonts/Stolzl-Light.woff') format('woff'); 
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Stolzl';
	src: local('Stolzl'),
	url('../fonts/Stolzl-Regular.ttf') format('truetype'),
	url('../fonts/Stolzl-Regular.eot') format('embedded-opentype'),
	url('../fonts/Stolzl-Regular.woff') format('woff'); 
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Stolzl';
	src: local('Stolzl'),
	url('../fonts/Stolzl-Medium.ttf') format('truetype'),
	url('../fonts/Stolzl-Medium.eot') format('embedded-opentype'),
	url('../fonts/Stolzl-Medium.woff') format('woff'); 
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Stolzl';
	src: local('Stolzl'),
	url('../fonts/Stolzl-Bold.ttf') format('truetype'),
	url('../fonts/Stolzl-Bold.eot') format('embedded-opentype'),
	url('../fonts/Stolzl-Bold.woff') format('woff'); 
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Stolzl';
	src: local('Stolzl'),
	url('../fonts/Stolzl-Book.ttf') format('truetype'),
	url('../fonts/Stolzl-Book.eot') format('embedded-opentype'),
	url('../fonts/Stolzl-Book.woff') format('woff'); 
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* BODY */
html {
	overflow-x: hidden;
	background: #101010;
}
body {
	position: relative;
	width: 100%;
	max-width: 2560px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}
/* body::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1A191A
	top: 0;
	left: 0;
	opacity: .35;
	mix-blend-mode: soft-light;
	z-index: 1; */
}
body::-webkit-scrollbar {
	width: 8px;
}
body::-webkit-scrollbar-track {
	background: #333;
}
body::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 20px;
	border: 3px solid #fff;
}
html, body {}
/* ALL STYLE */
:root {
	--font-family_stolzl: 'Stolzl', sans-serif;
	--color_white: #fff;
}
.container {
	width: 100%;
	max-width: 1270px;
	margin-left: auto;
	margin-right: auto;
}
/* HEADER */
header.header {
	background-color: #1A191A
	background-size: cover;
	min-height: 960px;
	overflow: hidden;
	position: relative;
}
.header-container {}
.head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 0;
	position: relative;
	z-index: 5;
}
.head__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	text-decoration: none;
}
.head__logo svg {}
.head__logo p {
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 135%;
	letter-spacing: 0.02em;
	opacity: 0.35;
	color: var(--color_white);
}
.head__btn {}
.head__btn a,
.head__btn button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 215px;
	height: 55px;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid;
	-o-border-image: linear-gradient(254.2deg, rgb(255 255 255 / 0%) 30.00%, rgb(255 99 51 / 50%) 80.00%) 1 round round;
	border-image: -webkit-linear-gradient(195.8deg, rgb(255 255 255 / 0%) 30.00%, rgb(255 99 51 / 50%) 80.00%) 1 round round;
	border-image: linear-gradient(254.2deg, rgb(255 255 255 / 0%) 30.00%, rgb(255 99 51 / 50%) 80.00%) 1 round round;
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	letter-spacing: 0.02em;
	color: rgb(255 255 255 / 60%);
	text-decoration: none;
	-webkit-transition: ease 0.33s;
	transition: ease 0.33s;
}
.head__btn a:hover,
.head__btn button:hover {
	-o-border-image: linear-gradient(254.2deg, rgb(255 99 51 / 50%) 30.00%, rgb(255 255 255 / 0%) 80.00%) 1 round round;
	border-image: -webkit-linear-gradient(195.8deg, rgb(255 99 51 / 50%) 30.00%, rgb(255 255 255 / 0%) 80.00%) 1 round round;
	border-image: linear-gradient(254.2deg, rgb(255 99 51 / 50%) 26.29%, rgb(255 255 255 / 0%) 80.00%) 1 round round
}
.header-content {
	margin-top: 70px;
	position: relative;
}
.header-content__info {
	position: relative;
	z-index: 5;
}
.header-after {
	position: absolute;
	background: url('../img/header__after.webp') center no-repeat;
	width: 221px;
	height: 221px;
	top: -105px;
	left: -290px;
	-webkit-filter: blur(4px);
	filter: blur(4px);
}
.header-content__title {
	max-width: 800px;
}
.header-content__title h1 {
	display: inline-block;
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 300;
	font-size: 53px;
	line-height: 130%;
	text-transform: uppercase;
	background: -webkit-linear-gradient(349.91deg, #FFFFFF 65%, rgba(255, 255, 255, 0) 99%);
	background: linear-gradient(100.09deg, #FFFFFF 65%, rgba(255, 255, 255, 0) 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	padding: 0;
}
.header-content__title h1 b {
	font-weight: 700;
}
.header-content__title h1 span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color_white);
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	position: relative;
	-webkit-transform: rotate(-0.3deg);
	transform: rotate(-0.3deg);
}
.header-content__title h1 span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px 8px;
	border: 1px solid #FF6333;
	opacity: .5;
	border-radius: 6px;
}
.header-content__title h1 i {
	font-style: normal;
}
.header-content__title h1 mark {
	background: initial;
	color: var(--color_white);
	font-weight: 500;
}
.header-content__title h1 mark::before,
.header-content__title h1 mark::after,
.header-content__title h1 i::before,
.header-content__title h1 i::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #FF6333;
	box-shadow: 0px 4px 10px rgb(255 99 51 / 35%);
	border-radius: 2px;
}
.header-content__title h1 mark::before {
	top: -5px;
	left: -13px;
}
.header-content__title h1 mark::after {
	top: -5px;
	right: -13px;
}
.header-content__title h1 i::before {
	bottom: -5px;
	left: -13px;
}
.header-content__title h1 i::after {
	bottom: -5px;
	right: -13px;
}
.header-content__title h1 span mark b {
	font-weight: normal;
	-webkit-transform: rotate(0.3deg);
	transform: rotate(0.3deg);
}
.header-content__desc {
	width: 100%;
	max-width: 590px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 45px;
}
.header-content__desc p {
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	color: #A1A1A1;
	padding: 20px 0 15px 0;
	margin: 0;
}
.header-content__desc p b {
	font-weight: 400;
	color: var(--color_white);
}
.header-content__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.header-list__div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 48px;
	padding-left: 25px;
	padding-right: 25px;
	border: 1px solid rgb(255 99 51 / 50%);
	border-radius: 900px;
	position: relative;
	overflow: hidden;
}
.header-list__div::before {
	content: '';
	width: 100%;
	height: 100%;
	/*background: url('../img/header-list__noise.webp') center no-repeat;*/
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: soft-light;
	opacity: 0.4;
}
.header-list__div p {
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: var(--color_white);
	opacity: 0.75;
	padding: 0;
}
.header-content__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 15;
}
.btn {    
	margin-top: 15px
}
.btn a,
.btn button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	height: 100px;
	padding-left: 65px;
	padding-right: 65px;
	border-radius: 8px;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgb(255 255 255 / 7%);
	position: relative;
	-webkit-transition: ease 0.27s;
	transition: ease 0.27s;
	cursor: pointer;
}
.btn a::after,
.btn button::after {
	content: '';
	width: 100%;
	height: 100%;
	/*background: url('../img/header-list__noise.webp') center repeat;*/
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: soft-light;
	opacity: 0.25;
}
.btn a p,
.btn button p {
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 135%;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.6);
}
.btn a:hover,
.btn button:hover {
	-webkit-transform: scale(.94) rotate(.8deg);
	transform: scale(.94) rotate(.8deg);
}
.btn-clr {
}
.btn-clr a,
.btn-clr button {
	background: linear-gradient(0deg, #FF6333, #ff6333);
	box-shadow: 0px 25px 55px rgb(255 99 51 / 55%), inset 3px 7px 35px rgb(255 255 255 / 10%);
}
.btn-clr a p,
.btn-clr button,
.btn-clr button p {
	color: var(--color_white);
	font-weight: 400;
}
.header-content__btn {}
.header-content__btn a {}
.header-content__btn a p {}
.header-content__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -110px;
	right: -310px;
	z-index: 1;
}
.header-img__bg {
	background: url('../img/header_png.png') center no-repeat;
	width: 1005px;
	height: 887px;
	position: relative;
	z-index: 5;
}
.header-img__author {
	position: absolute;
	background: url('../img/header-img__author.webp') center no-repeat;
	width: 274px;
	height: 117px;
	left: 280px;
	top: 52%;
}
.header-img__circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 820px;
	height: 820px;
	z-index: -1;
	bottom: -50px
}
.header-img__circle svg {
	position: absolute;
	z-index: -1;
	animation: imgcircle 8s infinite linear;
	-webkit-animation: imgcircle 8s infinite linear;
}
.header-img__circle svg:first-child {
	width: 100%;
	height: 100%;
}
.header-img__circle svg:nth-child(2) {
	width: 80%;
	height: 80%;
}
.header-img__circle svg:last-child {
	width: 65%;
	height: 65%;
}
.header-mouse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: -125px;
	left: 50%;
	margin-left: -17.5px;
	width: 35px;
	z-index: 25;
}
.header-mouse__div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 90px;
	box-sizing: border-box;
}
.header-mouse__div span {
	width: 3px;
	height: 7px;
	background: #ff6333;
	box-shadow: 0px 4px 10px rgba(255, 99, 51, 0.35);
	border-radius: 2px;
	position: relative;
	top: 10px;
	-webkit-transition: ease 0.42s;
	transition: ease 0.42s;
	animation: headermouse 2.3s infinite linear;
	-webkit-animation: headermouse 2.3s infinite linear;
	will-change: transform;
}
.header-mouse__div:hover {}
.header-mouse__div:hover span {
	top: 25px;
}
.header-marquee {
	position: absolute;
	bottom: 40px;
	z-index: 25;
	opacity: .12;
}
.header-marquee p {
	font-family: var(--font-family_stolzl);
	color: var(--color_white);
	font-style: normal;
	font-weight: 250;
	font-size: 29px;
	line-height: 35px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.header-marquee__text {
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
}
.header-marquee__text span {
	display: inline-block;
	-webkit-animation: marquee 80s linear infinite;
	animation: marquee 80s linear infinite;
}
/* STYLE ALL BLOCKS */
main {}
section.block {
	position: relative;
}
.block-container {
	position: relative;
	z-index: 5;
}
.block-content {}
.block-content__title {
	margin-bottom: 60px;
}
.block-content__title h2 {
	display: inline-block;
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 300;
	font-size: 33px;
	line-height: 135%;
	text-transform: uppercase;
	background: -webkit-linear-gradient(350.68deg, #FFFFFF 67.57%, rgba(255, 255, 255, 0) 103.11%);
	background: linear-gradient(99.32deg, #FFFFFF 67.57%, rgba(255, 255, 255, 0) 103.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0;
	margin: 0;
}
.block-content__title h2 span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color_white);
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	position: relative;
	-webkit-transform: rotate(-0.3deg);
	transform: rotate(-0.3deg);
}
.block-content__title h2 span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px 8px;
	border: 1px solid #ff6333;
	opacity: .5;
	border-radius: 6px;
}
.block-content__title h2 mark {
	background: initial;
	color: var(--color_white);
}
.block-content__title h2 b {
	font-weight: 400;
}
.block-content__title h2 i {
	font-style: normal;
}
.block-content__title h2 mark::before, 
.block-content__title h2 mark::after, 
.block-content__title h2 i::before, 
.block-content__title h2 i::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #ff6333;
	box-shadow: 0px 4px 10px rgb(255 99 51 / 35%);
	border-radius: 2px;
}
.block-content__title h2 mark::before {
	top: -5px;
	left: -12px;
}
.block-content__title h2 mark::after {
	top: -5px;
	right: -12px;
}
.block-content__title h2 i::before {
	bottom: -5px;
	left: -12px;
}
.block-content__title h2 i::after {
	bottom: -5px;
	right: -12px;
}
.block-content__title h2 span mark b {
	-webkit-transform: rotate(0.3deg);
	transform: rotate(0.3deg);
}
.block-content__title h2.block-title__fs35 {
	font-size: 35px;
}
.block-content__title h2.block-title__fs40 {
	font-size: 40px;
}
.block-content__title h2.block-title__fs42 {
	font-size: 42px;
}
.block-content__title h2.block-title__fs44 {
	font-size: 44px;
}
.block-title__center {
	text-align: center;
}
.block-title__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.block-content__desc p {
	display: inline-block;
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	background: -webkit-linear-gradient(349.91deg, #FFFFFF 65%, rgba(255, 255, 255, 0) 117%);
	background: linear-gradient(100.09deg, #FFFFFF 65%, rgba(255, 255, 255, 0) 117%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.95;
	padding: 0;
	margin: 0;
}
.block-content__desc p b {
	font-weight: 400;
}
.block-content__div {}
.block-content__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(330px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 30px 20px;
}
.block-content__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}
.block-btn {
	margin-top: 50px;
	position: relative;
	z-index: 5;
}
.block-btn__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
p.fs16 {
	font-size: 16px!important;
}
/* BLOCK 1 */
section.block1 {
	background-color: #1A191A
	background-size: cover;
	padding-top: 430px;
	padding-bottom: 90px;
	margin-top: -360px;
}
section.block1 .block-content__title h2 {
	max-width: 820px;
}
.block1-grid__div {
	background: rgba(255, 255, 255, 0.02);
	box-shadow: inset 3px 8px 35px rgba(255, 255, 255, 0.06);
	border: 1px solid rgb(255 255 255 / 7%);
	border-radius: 12px;
	height: 380px;
}
.block1-div__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 10px;
	border-radius: 12px;
	overflow: hidden;
}
.block1-div__content::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background: url(../img/noise.gif) center repeat;*/
	opacity: .06;
	mix-blend-mode: lighten;
	z-index: 1;
}
.block1-div__content span {
	display: inline;
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 135%;
	letter-spacing: 0.02em;
	background: -webkit-linear-gradient(316.33deg, #FFFFFF 18.87%, rgba(255, 255, 255, 0) 107.59%);
	background: linear-gradient(133.67deg, #FFFFFF 18.87%, rgba(255, 255, 255, 0) 107.59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 5;
}
.block1-div__info {
	font-family: var(--font-family_stolzl);
	color: var(--color_white);
	padding: 40px;
	position: relative;
	z-index: 5;
}
.block1-div__info h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}
.block1-div__info p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	opacity: 0.7;
	padding: 0;
	margin: 0;
}
.block1-content__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.block1-content__img::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	z-index: 1;
}
.block1-content__img img,
.block1-content__img video {
	width: auto;
	height: 115%;
	-webkit-transition: ease 0.25s;
	transition: ease 0.25s
}
.block1-div__content:hover .block1-content__img img,
.block1-div__content:hover .block1-content__img video {
	-webkit-transform: scale(1.12) rotate(3deg);
	transform: scale(1.12) rotate(3deg);
}
/* BLOCK 2 */
section.block2 {
	background-color: #1A191A
	background-size: cover;
	padding-top: 490px;
	padding-bottom: 90px;
	margin-top: -420px;
}
section.block2 .block-content__title h2 {
	max-width: 540px;
}
.block2 .block-content__desc {
	width: 100%;
	max-width: 610px;
	padding: 20px 30px;
	box-sizing: border-box;
	border: 1px solid;
	-o-border-image: linear-gradient(100.18deg, rgba(255, 99, 51) -5.75%, rgba(255, 255, 255, 0) 106.25%) 1 round round;
	border-image: -webkit-linear-gradient(349.82deg, rgba(255, 99, 51) -5.75%, rgba(255, 255, 255, 0) 106.25%) 1 round round;
	border-image: linear-gradient(100.18deg, rgba(255, 99, 51) -50.75%, rgba(255, 255, 255, 0) 106.25%) 1 round round;
}
.block2-content__div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	overflow-y: hidden;
}
.block2-content__wrap {
	max-width: 3840px;
	width: 160%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 270px;
	position: relative;
}
.scrollableArea {
	display: -ms-inline-grid;
	display: inline-grid;
	-ms-grid-columns: (minmax(480px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
	gap: 15px;
}
.block2-grid__div {
	position: relative;
	float: left;
	height: 270px;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*background: #353535;
	opacity: .5;*/
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: ease 0.25s;
	transition: ease 0.25s;
	/*cursor: pointer;*/
}
.block2-grid__div img {
	width: 100%;
	height: 100%;
}
.block2-grid__div:hover {
	/*-webkit-transform: scale(.98) rotate(.5deg);
	transform: scale(.98) rotate(.5deg);
	opacity: .8;*/
}
.block2 .block-btn a:hover {
	background: -webkit-linear-gradient(bottom, #ff6333, #ff6333);
	background: linear-gradient(0deg, #ff6333, #ff6333);
	box-shadow: 0px 25px 55px rgb(255 99 51 / 35%), inset 3px 7px 35px rgb(255 255 255 / 30%);
}
.block2 .block-btn a:hover p {
	color: var(--color_white);
	font-weight: 400;
}
/* BLOCK 3 */
section.block3 {
	background-color: #1A191A
	background-size: cover;
	padding-top: 470px;
	padding-bottom: 90px;
	margin-top: -400px;
}
section.block3 .block-content__title h2 {
	max-width: 1090px;
}
.block3 .block-content__desc,
.block5 .block-content__desc,
.block6 .block-content__desc,
.block7 .block-content__desc {
	width: 100%;
	max-width: 690px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.block6 .block-content__desc {
	margin-left: inherit;
	margin-right: inherit;
}
.block3-wrap__div {
	width: 90%;
	/*background: #1A191A;*/
	border-radius: 12px;
	border: 1px solid;
	-o-border-image: linear-gradient(100.18deg, rgba(255, 99, 51) -5.75%, rgba(255, 255, 255, 0) 106.25%) 1 round round;
	border-image: -webkit-linear-gradient(349.82deg, rgba(255, 99, 51) -5.75%, rgba(255, 255, 255, 0) 106.25%) 1 round round;
	border-image: linear-gradient(100.18deg, rgba(255, 99, 51) -91.00%, rgba(255, 255, 255, 0) 110.00%) 1 round round;
	padding: 40px 40px 40px 60px;
	margin-left: auto;
	margin-right: auto;
}
.block3-wrap__div:hover {
	-webkit-transform: translateY(-12px)!important;
	transform: translateY(-12px)!important;
}
.block3-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: var(--font-family_stolzl);
	color: var(--color_white);
}
.block3-container__info {
	width: 100%;
	max-width: 675px;
}
.block3-info__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -30px;
}
.block3-info__header span {
	display:inline;
	font-style: normal;
	font-weight: 700;
	font-size: 90px;
	letter-spacing: -0.03em;
	background: -webkit-linear-gradient(313.26deg, #FFFFFF 19.26%, rgba(255, 255, 255, 0) 98.16%);
	background: linear-gradient(136.74deg, #FFFFFF 19.26%, rgba(255, 255, 255, 0) 98.16%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.23;
	width: 130px;
}
.block3-info__header h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 140%;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	background: -webkit-linear-gradient(350.68deg, #fff 65%, rgba(255, 255, 255, 0) 110%);
	background: linear-gradient(99.32deg, #fff 65%, rgba(255, 255, 255, 0) 110%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.block3-info__header h3 b {
	font-weight: 500;
}
.block3-info__text {
	margin-top: 10px;
}
.block3-info__text p {
	display: inline;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	padding: 0;
	margin: 0;
	background: -webkit-linear-gradient(349.91deg, #FFFFFF 75%, rgba(255, 255, 255, 0) 135%);
	background: linear-gradient(100.09deg, #FFFFFF 75%, rgba(255, 255, 255, 0) 135%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.95;
}
.block3-container__img {
	width: 406px;
	height: 360px;
	/*width: 367px;
	height: 280px;
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 13.27%, #000000 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 13.27%, #000000 100%);*/
	border-radius: 10px;
	overflow: hidden;
	margin: -40px;
}
.block3-container__img img {
	width: 100%;
	height: 100%;
}
/* BLOCK4 */
section.block4 {
	/*background-color: #1A191A;*/
	background-size: cover;
	padding-top: 175px;
	padding-bottom: 90px;
	margin-top: 10px;
	position: relative;
}
#start {
	position: absolute;
	top: 10%;
	width: 100%;
	height: 1px;
}
section.block4 .block-content__title h2 {
	max-width: 770px;
}
.block4 h2 span b {
	font-weight: 300;
}
.block4-content__desc {
	width: 100%;
	max-width: 590px;
	margin-top: 30px;
}
.block4-content__desc p {
	font-style: normal;
	font-weight: 300;
	font-size: 19px;
	line-height: 145%;
	background: -webkit-linear-gradient(349.88deg, #fff 73.73%, rgba(255, 255, 255, 0) 105.59%);
	background: linear-gradient(100.12deg, #fff 73.73%, rgba(255, 255, 255, 0) 105.59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.block4-content__desc p b {
	font-weight: 400;
}
.block4 .btn a {
	padding-left: 85px;
	padding-right: 85px;
}
.block4-content__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.block4-content__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 700px;
	height: 700px;
	border-radius: 900px;
	position: absolute;
	right: -50px;
	overflow: hidden;
	opacity: 0.1;
}
.block4-content__img::before,
.block4-content__img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 900px;
}
.block4-content__img::before {
	background: #000;
	mix-blend-mode: hue;
}
.block4-content__img video {
	/*width: 100%;
	height: 100%;
	border-radius: 900px;
	mix-blend-mode: luminosity;*/
}
.block4-content__img::after {
	background: url('../img/block4__img.gif') center no-repeat;
	background-size: 148%;
	border-radius: 900px;
	mix-blend-mode: luminosity;
}
/* BLOCK 5 */
section.block5 {
	/*background-color: #1A191A;*/
	background-size: cover;
	padding-top: 490px;
	padding-bottom: 90px;
	margin-top: -420px;
}
section.block5 .block-content__title h2 {
	max-width: 920px;
}
.block5-content__wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	gap: 0px;
}
.block5-wrap__div {
	width: 100%;
	border: 1px solid rgb(255 255 255 / 0%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding: 25px 40px;
	cursor: pointer;
	-webkit-transition: ease 0.3s!important;
	transition: ease 0.3s!important;
	box-sizing: border-box;
	text-decoration: none;
}
.block5-wrap__div:hover {
	width: 100%;
	background: #ff6333;
	border-radius: 13px;
	box-shadow: 0px 25px 55px rgba(255, 99, 51, 0.35), inset 3px 7px 35px rgba(255, 255, 255, 0.3);
	border: 1px solid rgb(255 255 255 / 7%);
}
.block5-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.block5-info__div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--font-family_stolzl);
	color: var(--color_white);
}
.block5-info__div span {
	display: inline;
	width: 88px;
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 140%;
	letter-spacing: -0.03em;
	background: -webkit-linear-gradient(313.26deg, #FFFFFF 19.26%, rgba(255, 255, 255, 0) 98.16%);
	background: linear-gradient(136.74deg, #FFFFFF 19.26%, rgba(255, 255, 255, 0) 98.16%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.35;
}
.block5-info__title {}
.block5-info__title h3,
.block5-info__title p,
.block5-info__cost p {
	padding: 0;
	margin: 0;
}
.block5-info__title h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
}
.block5-info__title p {
	font-style: normal;
	font-weight: 400;
	font-size: 17.5px;
	opacity: 0.5;
	margin-top: 10px;
	background: -webkit-linear-gradient(349.91deg, #FFFFFF 65%, rgba(255, 255, 255, 0) 117%);
	background: linear-gradient(100.09deg, #FFFFFF 65%, rgba(255, 255, 255, 0) 117%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.block5-info__cost {}
.block5-info__cost p {
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	text-align: right;
	color: var(--color_white);
}
/* BLOCK 6 */
section.block6 {
	/*background-color: #1A191A;*/
	background-size: cover;
	padding-top: 520px;
	padding-bottom: 90px;
	margin-top: -420px;
}
section.block6 .block-content__title h2 {
	max-width: 660px;
}
.block6 .block-content__title {
	margin-bottom: 35px!important;
}
.block6-content__wrap {
	width: 100%;
	position: relative;
	z-index: 3;
}
section.block6 .block-content__desc p {
	max-width: 550px;
}
.block6-info {
	padding: 35px 45px;
	/* box-shadow: inset 3px 8px 35px rgb(255 255 255 / 2%);
	background: -webkit-linear-gradient(353.08deg, rgba(255, 255, 255, 0.02) 0.49%, rgba(255, 255, 255, 0) 87.99%);
	background: linear-gradient(96.92deg, rgba(255, 255, 255, 0.02) 0.49%, rgba(255, 255, 255, 0) 87.99%); */
	background: #1A191A
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	border-radius: 5px;
	width: 100%;
	max-width: 950px;
}
.block6-info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 540px;
}
.block6-info ul li {
	display: inline;
	position: relative;
	padding-left: 25px;
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	margin: 5px 0;
	background: -webkit-linear-gradient(349.91deg, #FFFFFF 75%, rgba(255, 255, 255, 0) 135%);
	background: linear-gradient(100.09deg, #FFFFFF 75%, rgba(255, 255, 255, 0) 135%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.95;
	left: 0;
	-webkit-transition: ease 0.25s;
	transition: ease 0.25s;
}
.block6-info ul li::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #ff6333;
	box-shadow: 0px 4px 10px rgba(255, 99, 51, 0.35);
	border-radius: 2px;
	-webkit-transition: ease 0.25s;
	transition: ease 0.25s;
}
.block6-info ul li:hover {
	left: 10px;
}
.block6-info ul li:hover::before {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.block6-content__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -110px;
	right: -310px;
	z-index: 15;
}
.block6-img__bg {
	background: url('../img/header2_png.png') center no-repeat;
	width: 1005px;
	height: 887px;
	position: relative;
	z-index: 5;
}
.block6-img__author {
	position: absolute;
	width: 278px;
	height: 117px;
	left: 280px;
	top: 52%;
}
.block6-img__circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 820px;
	height: 820px;
	z-index: -1;
	bottom: -50px
}
.block6-img__circle svg {
	position: absolute;
	z-index: -1;
	animation: imgcircle 8s infinite linear;
	-webkit-animation: imgcircle 8s infinite linear;
}
.block6-img__circle svg:first-child {
	width: 100%;
	height: 100%;
}
.block6-img__circle svg:nth-child(2) {
	width: 80%;
	height: 80%;
}
.block6-img__circle svg:last-child {
	width: 65%;
	height: 65%;
}
/* BLOCK 7 */
section.block7 {
	/*background-color: #1A191A;*/
	background-size: cover;
	padding-top: 520px;
	padding-bottom: 180px;
	margin-top: -420px;
}
section.block7 .block-content__title h2 {
	max-width: 740px;
}
.block7-content__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 90px;
}
.block7-form {
	width: 100%;
	max-width: 490px;
}
.block7-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.block7-form form input,
.block7-form form textarea {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding-left: 40px;
	padding-right: 40px;
	border: none;
	outline: none;
	/*box-shadow: inset 3px 8px 35px rgb(255 255 255 / 6%);*/
	border: 1px solid;
    -o-border-image: linear-gradient(100.18deg, rgba(255, 99, 51) -5.75%, rgba(255, 255, 255, 0) 106.25%) 1 round round;
    border-image: -webkit-linear-gradient(349.82deg, rgba(255, 99, 51) -5.75%, rgba(255, 255, 255, 0) 106.25%) 1 round round;
    border-image: linear-gradient(100.18deg, rgba(255, 99, 51) -91.00%, rgba(255, 255, 255, 0) 110.00%) 1 round round;
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	box-sizing: border-box;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
	color: #fff;
}
.block7-form form textarea {
	height: 180px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.block7-form form input:hover,
.block7-form form textarea:hover {
	/*border: 1px solid rgb(255 255 255 / 15%);*/
	padding-left: 50px;
}
.block7-info {
	width: 100%;
	max-width: 510px;
}
.block7-info p {
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 145%;
	background: -webkit-linear-gradient(349.88deg, rgba(255, 255, 255, 0.95) 73.73%, rgba(255, 255, 255, 0) 105.59%);
	background: linear-gradient(100.12deg, rgba(255, 255, 255, 0.95) 73.73%, rgba(255, 255, 255, 0) 105.59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0;
	margin: 0;
}
.block7-info p.fs16 {
	width: 392px;
}
.block7-info p b {
	font-weight: 400;
}
.block7-info__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.block7-info__social a.block7-social__div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	text-decoration: none;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
.block7-info__social a.block7-social__div i {
	width: 60px;
	height: 60px;
	-webkit-transition: ease 0.15s;
	transition: ease 0.15s;
	border: 1px solid;
    -o-border-image: linear-gradient(100.18deg, rgba(255, 99, 51) -5.75%, rgba(255, 255, 255, 0) 106.25%) 1 round round;
    border-image: -webkit-linear-gradient(349.82deg, rgba(255, 99, 51) -5.75%, rgba(255, 255, 255, 0) 106.25%) 1 round round;
    border-image: linear-gradient(100.18deg, rgba(255, 99, 51) -91.00%, rgba(255, 255, 255, 0) 110.00%) 1 round round;
}
.block7-info__social a.block7-social__div p {
	font-weight: 300;
	font-size: 17px;
}
.block7-social__tg i {
	background: url('../img/block7-tg__icon.svg') center no-repeat;
}
.block7-social__whats i {
	background: url('../img/whats.png') center no-repeat;
}
.block7-social__phone i {
	background: url('../img/phone.png') center no-repeat;
}
.block7-social__inst i {
	background: url('../img/block7-inst__icon.svg') center no-repeat;
}
.block7-social__vk i {
	background: url('../img/block7-vk__icon.svg') center no-repeat;
}
.block7-info__social a.block7-social__div:hover {
	gap: 25px;
}
.block7-info__social a.block7-social__div:hover i {
	-webkit-transform: scale(1.03) rotate(3deg);
	transform: scale(1.03) rotate(3deg);
}
#block7__success {
	font-family: var(--font-family_stolzl);
	color: var(--color_white);
	margin-top: 20px;
}
/* FOOTER */
footer.footer {
	/*background: #1A191A;*/
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-container {
	position: relative;
	z-index: 15;
}
.footer-container__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-container__div {}
.footer-container__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.footer-container__logo svg {}
.footer-container__logo p {
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 135%;
	letter-spacing: 0.02em;
	opacity: 0.35;
	color: var(--color_white);
}
.footer-container__ip {
	display: none;
	margin-top: 30px;
}
.footer-container__ip p {
	font-family: var(--font-family_stolzl);
	color: var(--color_white)!important;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 150%;
	opacity: 0.5;
	padding: 0;
	margin: 0;
	text-decoration: none!important;
}
.footer-container__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 7px;
}
.footer-container__social a {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: ease 0.15s;
	transition: ease 0.15s;
	text-decoration: none;
}
.footer-container__social a.footer-social__tg {
	background: url(../img/block7-tg__icon.svg) center no-repeat;
	background-size: cover;
}
.footer-container__social a.footer-social__inst {
	background: url(../img/block7-inst__icon.svg) center no-repeat;
	background-size: cover;
}
.footer-container__social a.footer-social__vk {
	background: url(../img/block7-vk__icon.svg) center no-repeat;
	background-size: cover;
}
.footer-container__social a.footer-social__whats {
  background: url(../img/whats.png) center no-repeat;
    background-size: auto;
  background-size: cover;
}
.footer-container__social a.footer-social__phone {
  background: url(../img/phone.png) center no-repeat;
    background-size: auto;
  background-size: cover;
}
.footer-container__social a:hover {
	-webkit-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
}
.footer-container__mail {
	margin-top: 20px;
}
.footer-container__mail a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
	-webkit-transition: ease 0.22s;
	transition: ease 0.22s;
}
.footer-container__mail a i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 16px;
	height: 16px;
	background: url('../img/footer-mail__icon.svg') center no-repeat;
}
.footer-container__mail a p {
	font-family: var(--font-family_stolzl);
	color: var(--color_white);
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	opacity: 0.95;
	padding: 0;
	margin: 0;
}
.footer-container__mail a:hover {
	gap: 18px;
}
.footer-container__conf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
.footer-container__conf a {
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	color: var(--color_white);
	opacity: 0.6;
	text-decoration: none;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
.footer-container__conf a:hover {
	opacity: .35;
}
.footer-container__btn {}
.footer-container__btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 215px;
	height: 55px;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid;
	-o-border-image: linear-gradient(254.2deg, rgb(255 255 255 / 0%) 30.00%, rgb(255 99 51 / 50%) 80.00%) 1 round round;
    border-image: -webkit-linear-gradient(195.8deg, rgb(255 255 255 / 0%) 30.00%, rgb(255 99 51 / 50%) 80.00%) 1 round round;
    border-image: linear-gradient(254.2deg, rgb(255 255 255 / 0%) 30.00%, rgb(255 99 51 / 50%) 80.00%) 1 round round;
	font-family: var(--font-family_stolzl);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	letter-spacing: 0.02em;
	color: rgb(255 255 255 / 60%);
	text-decoration: none;
	-webkit-transition: ease 0.33s;
	transition: ease 0.33s;
}
.footer-container__btn a:hover {
	-o-border-image: linear-gradient(254.2deg, rgb(255 99 51 / 50%) 30.00%, rgb(255 255 255 / 0%) 80.00%) 1 round round;
	border-image: -webkit-linear-gradient(195.8deg, rgb(255 99 51 / 50%) 30.00%, rgb(255 255 255 / 0%) 80.00%) 1 round round;
	border-image: linear-gradient(254.2deg, rgb(255 99 51 / 50%) 26.29%, rgb(255 255 255 / 0%) 80.00%) 1 round round
}
/* PRELOADER */
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #101010;
	z-index: 1001;
	-webkit-transition: 0.5s opacity;
	transition: 0.5s opacity;
}
.preloader__row {
	position: relative;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
	-webkit-animation: preloader-rotate 2s infinite linear;
	animation: preloader-rotate 2s infinite linear;
}
.preloader__item {
	position: absolute;
	display: inline-block;
	top: 0;
	background-color: #ff6333;
	border-radius: 100%;
	box-shadow: 0px 4px 10px rgb(255 99 51 / 35%);
	width: 35px;
	height: 35px;
	-webkit-animation: preloader-bounce 2s infinite ease-in-out;
	animation: preloader-bounce 2s infinite ease-in-out;
}
.preloader__item:last-child {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
@-webkit-keyframes preloader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes preloader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes preloader-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes preloader-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.loaded_hiding .preloader {
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	opacity: 0;
}
.loaded .preloader {
	display: none;
}
/* POPUP */
.popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 255;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all;
	transition: .3s all;
}
.popup-bg::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: url(../img/noise.gif) center repeat;*/
	top: 0;
	left: 0;
	opacity: .04;
	mix-blend-mode: hard-light;
	z-index: 300;
}
.popup-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: fixed;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1200px;
	height: 100vh;
	/*background: #fff;
	border-radius: 20px;*/
	opacity: 0;
	visibility: hidden;
	z-index: 400;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.popup-bg.active {
	opacity: .98;
	visibility: visible;
}
.popup-container.active {
	opacity: 1;
}
.popup-bg.active,
.popup-container.active {
	visibility: visible;
}
.popup-container__close {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 12%;
	right: 25px;
	fill: #fff;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: ease 0.45s;
	transition: ease 0.45s;
}
.popup-container__close:hover {
	opacity: 1;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.popup-container__content {
	width: 100%;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
}
.popup-content {
	font-family: var(--font-family_stolzl);
	color: var(--color_white);
	width: 100%;
}
.popup-content__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
.popup-content__header h3 {
	font-style: normal;
	font-weight: 300;
	font-size: 35px;
	line-height: 130%;
	text-transform: uppercase;
	background: -webkit-linear-gradient(349.91deg, #FFFFFF 65%, rgba(255, 255, 255, 0) 99%);
	background: linear-gradient(100.09deg, #FFFFFF 65%, rgba(255, 255, 255, 0) 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.popup-content__header h3 b {
	font-weight: 500;
}
.popup-content__header p {}
.popup-content__div {}
.popup-content__div form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}
.popup-content__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.popup-content__div form input,
.popup-content__div form select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 90px;
	border: none;
	outline: none;
	background: none;
	border: 1px solid #303030;
	border-radius: 12px;
	padding-left: 50px;
	padding-right: 50px;
	color: var(--color_white);
	box-sizing: border-box;
	font-size: 17px;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.popup-content__div form input:hover,
.popup-content__div form input:focus {
	padding-left: 60px;
	border-color:#ff6333;
	outline: none;
}
.popup-content__div form select option {
	background: #000;
	padding: 10px 0;
}
.popup-content__div .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 15px;
}
.popup-content__div .btn button {
	font-size: 18px;
}
.popup-content__div form .popup-select__content input {
	display: none;
}
.popup-content__radio {
	position: relative;
	width: 100%;
	height: 90px;
	box-sizing: border-box;
}
.popup-content__radio[data-state=active] .popup-select__title::before {
	-webkit-transform: translate(-3px, -50%) rotate(-45deg);
	transform: translate(-3px, -50%) rotate(-45deg);
}
.popup-content__radio[data-state=active] .popup-select__title::after {
	-webkit-transform: translate(3px, -50%) rotate(45deg);
	transform: translate(3px, -50%) rotate(45deg);
}
.popup-content__radio[data-state=active] .popup-select__content {
	opacity: 1;
}
.popup-content__radio[data-state=active] .popup-select__label + .popup-select__input + .popup-select__label {
	max-height: 60px;
	border-top-width: 1px;
}
.popup-select__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 50px;
	border-radius: 12px;
	border: 1px solid #303030;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.popup-select__title::before,
.popup-select__title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 35px;
	display: block;
	width: 10px;
	height: 2px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #333;
	-webkit-transform: translate(-3px, -50%) rotate(45deg);
	transform: translate(-3px, -50%) rotate(45deg);
}
.popup-select__title::after {
	-webkit-transform: translate(3px, -50%) rotate(-45deg);
	transform: translate(3px, -50%) rotate(-45deg);
}
.popup-select__title:hover {
	border-color: #ff6333;
}
.popup-select__title:hover::before,
.popup-select__title:hover::after {
	background-color: #ff6333;
}
.popup-select__content {
	position: absolute;
	top: 90px;
	left: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 6px);
	background-color: #ff6333;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	z-index: 8;
}
.popup-select__input {
	display: none;
}
.popup-select__input:checked + label {
	background-color: #222;
}
.popup-select__input:disabled + label {
	opacity: 0.6;
	pointer-events: none;
}
.popup-select__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	max-height: 0;
	padding: 0 16px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 10px;
}
.popup-select__label + input + .popup-select__label {
	border-top: 0 solid #C7CCD160;
}
.popup-select__label:hover {
	background-color: #222 !important;
	color: #fff;
}
#popup__success {
	line-height: 150%;
	display: none;
}
#block7__success {
	line-height: 150%;
	display: none;
}
.popup-success__info {
	margin-top: 30px;
	line-height: 150%;
	border: 1px solid #ff6333;
	border-radius: 12px;
	padding: 20px 30px;
}
.popup-content__success {
	display: none;
	margin-top: 5%;
}
.popup-content__success h3 {
	text-align: center;
	font-size: 33px;
}
.popup-content__success i {
	color: #ff6333;
	font-size: 110px;
	text-align: center;
	margin-bottom: 20px;
}
.btn-mobile__fixed {
	display: none;
	position: fixed;
	bottom: 30px;
	width: 100%;
	z-index: -9999;
	opacity: 0;
	visibility: hidden;
}

button:disabled {
 background: linear-gradient(0deg, hwb(14 53% 37%), hsl(15, 17%, 58%));
}
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 5%;
	right: 5%;
    max-width: 90%;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index:1000;
	font-size: 12px;
}

#cookie_note p{
    margin: 0;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:100%;
	min-height: 30px;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
.block7-form form [type="checkbox"] {
	height: 20px;
	display: inline;
	width: 20px;
}
.popup-content__div form [type="checkbox"]{
	height: 20px;
	display: inline;
	width: 20px;
}