* {
	margin: 0;
	padding: 0;
	outline: none;
}


#wrapper_parent {
	max-width: 1440px;
	margin: 0 auto;
	height: auto !important;
	animation-duration: 2s !important;
}
#wrapper_header {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	height: auto;
/*	height: 800px;*/
	background-image: linear-gradient(45deg, rgb(193,206,10), rgb(134,142,1));
	border-bottom-right-radius: 210px;
	position: sticky;
/*	position: relative;*/
	overflow: hidden !important;
	box-shadow: 5px 5px 5px olive;
}

/* @media screen and (min-width: 768px) */
@media screen and (min-width: 320px) {
	#wrapper_header {
		padding-top: 60px;
	}
}

/*#wrapper_header:after {
	content: "";
	width: 100%;
	height: 250px !important;
background-image: linear-gradient(45deg, rgb(193,206,10) 60%, rgb(134,142,1, 0.7), rgb(193,206,10));
	border-bottom-right-radius: 200px;
	display: block;
	position: absolute;
	top: 560px;
	z-index: -1;
}*/
@media screen and (min-width: 1440px) {
	#wrapper_header {
		border-bottom-right-radius: 260px;
	}
/*	#wrapper_header:after {
		border-bottom-right-radius: 240px;
	}*/
}

/* главный заголовок */
#wrapper_header h1 {
	text-transform: uppercase;
	color: white;
	font-size: calc( (100vw - 320px)/(1440 - 320) * (46 - 32) + 32px);
	line-height: calc( (100vw - 320px)/(1440 - 320) * (55 - 40) + 40px);
	padding-left: 5vw;
	padding-right: 30px;
	animation-delay: 1.2s !important;
}
#wrapper_header h1>span {
	font-weight: 400;
}
@media screen and (min-width: 1440px) {
	#wrapper_header h1 {
		font-size: 46px;
		line-height: 4rem;
	}
}

/* текст подзаголовок */
p.second_text_header {
	color: white;
	max-width: 760px;
	padding-left: 5vw;
	padding-top: 50px;
	font-family: 'Montserrat', sans-serif;
	font-size: calc( (100vw - 320px)/(1440 - 320) * (30 - 16) + 16px);
	line-height: calc( (100vw - 320px)/(1440 - 320) * (40 - 20) + 20px);
	font-weight: 400;
	padding-right: 30px;
	animation-delay: 2s !important;
}
@media screen and (min-width: 1440px) {
	p.second_text_header {
		font-size: 30px;
		line-height: 40px;
		max-width: 820px !important;
	}
}
@media screen and (max-width: 920px) {
	p.second_text_header {
		width: 80%;
		padding-top: 30px;
	}
}

/* логотип в header баннер */
img.logo_image_header {
	width: 330px;
	height: auto;
	margin-left: 5vw;
	margin-top: 80px;
	margin-bottom: 20px;
	animation-delay: 0.6s !important;
}
@media screen and (max-width: 768px) {
	#wrapper_header img.logo_image_header {
		margin-top: 60px;
	}
}
@media screen and (max-width: 360px) {
	img.logo_image_header {
		width: 200px;
	}
}

/* items values */
ul.items_header li {
	list-style: none;
	display: flex;
	color: rgb(90,90,90);
/*	font-size: 18px;*/
	font-size: calc( (100vw - 320px)/(1440 - 320) * (18 - 12) + 12px);
	line-height: calc( (100vw - 320px)/(1440 - 320) * (22 - 16) + 16px);
	width: 220px;
	animation-delay: 2.6s !important;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 1440px) {
	ul.items_header li {
		font-size: 18px;
		line-height: 20px;
	}
}
ul.items_header {
	display: flex;
	gap: 0 60px;
	padding-left: 5vw;
	padding-top: 40px;
	margin-bottom: 80px !important;
}

ul.items_header li img.icon_item_header {
/*	width: 30px;*/
/*	width: calc( (100vw - 320px)/(1440 - 320) * (32 - 16) + 16px);*/
	margin-right: 5px;
	align-self: baseline;
	padding-top: 4px;
}
@media screen and (min-width: 1440px) {
	ul.items_header li img.icon_item_header {
/*		width: 30px !important;*/
	}
}

@media screen and (max-width: 960px) {
	ul.items_header {
		flex-direction: column;
		gap: 30px 0;
	}
	ul.items_header li {
		width: 100%;
	}
	ul.items_header li img.icon_item_header {
		justify-content: center;
		padding-top: 0;
	}
}
@media screen and (max-width: 605px) {
	ul.items_header {
		gap: 10px 0;
	}
}


/* background-logo header svg */
.wrapper_logo_background {
	display: flex;
	position: absolute;
	top: 210px;
	right: 10%;
/*	right: 250px;*/
}
@media screen and (max-width: 768px) {
	.wrapper_logo_background {
		top: 200px;
		right: 5%;
	}
}
@media screen and (max-width: 560px) {
	.wrapper_logo_background {
		top: 140px;
		right: 5%;
	}
}
@media screen and (max-width: 400px) {
	.wrapper_logo_background {
		top: 140px;
		right: 10%;
	}
}
.left_side_logo {
	display: flex;
}
.right_side_logo {
	display: flex;
	flex-direction: column;
}
.wrapper_logo_background img {
}
/* элементы логотипа */
.item_logo_1 {
	width: 152.69px;
	animation-delay: 3s !important;
}
.item_logo_2 {
	width: 126.92px;
	margin-top: 0px;
	margin-left: -12px;
	animation-delay: 5.8s !important;
}
.item_logo_3 {
	width: 126.92px;
	margin-left: 10px;
	position: relative;
	top: 60px;
	height: 254.34px;
	animation-delay: 3.2s !important;
}


.wrapper_header .animated {
	animation-duration: 1.2s !important;
}

/* animated */














/*aaa*/
