@font-face{
	font-family: 'BroadwayNeon';
	src: url('../fonts/Broadway-Neon/Broadway-Neon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'DejaVuSans';
	src: url('../fonts/DejaVuSans/DejaVuSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'DejaVuSansBold';
	src: url('../fonts/DejaVuSans/DejaVuSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html, body {
	padding: 0;
	margin: 0;
	background: #fbfbfb;
	font-family: DejaVuSans;
	color: #f1f1f1;
	scroll-behavior: smooth;
}
a {
	color: #e31e24;
	text-decoration: none;
	transition: 0.2s;
}
a:hover {
	color: #ffed00;
	text-decoration: none;
}
h1, h2, h3 {
	color: #393185;
	margin: 0 auto 30px;
}
/*flex*/
.f-c{
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;	
}
.f-s{
	display: flex;
	-webkit-justify-content: start;
	justify-content: start;
}
.f-a{
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.f-b{
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f-wr{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap{
	width: auto;
	margin: 0 auto;
	padding: 0px 40px;
}
.container{
	align-items: center;
}
#header {
	background: url(../img/bg.jpg) top;
	width: 100%;
	height: 100vh;
	position: relative;
	border-top: 9px solid #3c2b99;
/*    box-shadow: 0 10px 40px rgb(0 0 0 / 50%);*/
}
.header_head {
	background: rgb(30 26 55 / 90%);
	padding: 10px;
}
.head_container{
	align-items: center;
}
.head_logo{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.head_logo img{
	width: 350px;
}

.header_news {
	position: absolute;
	left: 0;
	width: 80%;
	height: 100%;
	background: #ffffff29;
	display: flex;
	justify-content: center;
	flex-direction: column;
	clip-path: polygon(0 0%, 65% 0, 20% 100%, 0% 100%);
}
.header_news_container{
	width: 450px;
}
/*preim*/
.preim {
	padding: 40px 0px;
	font-size: 16px;
	text-align: center;
}
.preim_img{
	width: 45%;
}
.preim_img img {
	width: 100%;
	border-radius: 1em;
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 11%);
}
.preim_desc {
	width: 45%;
	text-align: left;
	font-size: 16px;
}

.preim_desc h1 {
	font-size: 26px;
	margin: 0;
	margin-bottom: 40px;
	font-family: DejaVuSansBold;
}
.preim_txt {
	color: #393185;
	font-size: 16px;
	line-height: 28px;
	font-family: 'DejaVuSansBold';
}
.preim_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #393185;
	text-align: center;
	justify-content: center;
	border-radius: 50px;
	margin-right: 20px;
	padding: 15px;
}
.preim_txt i {
	font-size: 24px;
	color: #ffed00;
}
span.preim_secondary {
	margin-top: 50px;
	display: block;
	/* background: #ededed; */
	border-radius: 25px;
	padding: 20px;
	color: #a5a5a5;
	line-height: 26px;
	border: 1px dashed #39318533;
}
a.preim_btn {
	background: #393185;
	display: table;
	padding: 15px 40px;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 40px;
	width: 200px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-right: 6px solid #d1d0e16b;
	border-left: 6px solid #d1d0e16b;
	font-family: 'DejaVuSansBold';
	transition: 0.2s;
}
a.preim_btn:hover {
	background: #d1d0e16b;
	color: #393185;
}
/*work*/
.work{
	background-color: #393185;
	color: #fff;
	padding: 40px 0;
}
.work_info {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	background: #ffed00;
	padding: 10px 40px;
	border-radius: 50px;
	color: #393185;
	display: flex;
	align-items: center;
}

.work_info i{
	font-size: 32px;
	margin-right: 40px;
}
.work h2 {
	text-align: center;
	margin: 40px;
	color: #fff;
}
.work_block{
	list-style: none;
	flex-wrap: wrap;
}
.work_block li {
	background: rgb(255 255 255 / 3%);
	padding: 20px;
	margin: 5px;
	width: 25%;
	border-radius: 50px;
	color: #ffffff;
	text-align: center;
	transition: 0.2s;
}
.work_block li:hover {
	background: rgb(255 255 255 / 5%);
}
/*services*/
.services{
	padding: 40px 0px;

}
.service_img{
	width: 45%;
}
.service_img img{
	width: 100%;
	border-radius: 1em;
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 11%);
}
.service_content{
	width: 50%;
}
.service_blocks{
	flex-wrap: wrap;
}
.service_block {
	width: calc(50% - 50px);
	background: #f1f1f1;
	margin: 5px;
	padding: 20px;
	border-radius: 1em;
	color: #a5a5a5;
}
.service_block h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: #393185;
}
.service_block i {
	margin-right: 10px;
	color: #e31e24;
}
.title_over {
	color: #e31e24;
}
/*smallinfo*/
.smallinfo {
	text-align: center;
	padding: 40px;
	background: #f1f1f1;
}
.smallinfo_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.smallinfo_list li {
	padding: 10px 20px;
	background: #393185;
	margin: 5px;
	border-radius: 50px;
	color: #fff;
	display: flex;
	align-items: center;
}
/*footer*/
.footer {
	padding: 10px;
	background: #393185;
}
.footer_copy{
	align-items: center;
	font-size: 14px;
}
.footer_logo {
	background: #d9d9d9fc;
	padding: 10px;
	border-radius: 1em;
}
.footer_logo img{
	width: 70px;
}
.footer_info{
	color: #f1f1f1;
	margin-left: 20px;
}
.footer_info a{
	color: #e31e24;
}
.footer_info a:hover{
	color: #fff;
}
.footer_contact {
	width: 300px;
	background: #ffffff0a;
	padding: 10px;
	border-radius: 1em;
}
.footer_contact_item {
	font-size: 18px;
	padding: 10px 20px;
	background: #ffed00;
	border-radius: 50px;
	color: #393185;
	margin-bottom: 5px;
	text-align: center;
}
.footer_street_item{
	font-size: 14px;
	margin-top: 10px;
}
.footer-totop{
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: rgb(255 255 255 / 50%);
}
.footer-totop a {
	background: rgb(255 255 255 / 10%);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 24px;
	color: #fff500;
	transition: 0.2s;
	margin: 0 auto;
	margin-bottom: 10px;
}
.footer-totop a:hover {
	background: rgb(255 255 255 / 20%);
}

.footer_contact_item, .head_logo{
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@media screen and (max-width: 1400px) {
	.header_news {
		background: transparent; 
	}
	.head_logo img {
		width: 300px;
	}
	.preim_txt {
		line-height: 22px;
	}
	span.preim_secondary {
		line-height: 22px;
	}

}

@media screen and (max-width: 1180px) {
	html, body {
		font-size: 14px;
	}
	.preim_img {
		display: none;
	}
	.preim_desc {
		width: 100%;
	}
	.work_info {
		line-height: 22px;
		font-size: 14px;
	}
	.container {
		flex-wrap: wrap;
	}
	.service_content {
		width: 100%;
	}
	.service_img {
		width: 300px;
		order: 2;
		margin: 20px auto 0;
	}
	.header_news {
		width: 80%;
		clip-path: none;
	}
	.smallinfo_list li {
		width: 40%;
		padding: 15px;
	}
	.smallinfo_list {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 780px) {
	.wrap {
		padding: 0px 20px;
	}
	.header_news {
		width: 80%;
		clip-path: none;
		justify-content: start;
		padding-top: 100px;
	}
	.head_logo img {
		width: 210px;
	}
	.work_info_icon{
		display: none;
	}
	.work_block li {
		padding: 15px;
		margin: 5px;
		width: 40%;
	}
	.work_block {
		list-style: none;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.service_block {
		width: 100%;
	}
	.smallinfo_list li {
		width: 100%;
		justify-content: center;
	}
	.footer_copy {
		align-items: center;
		font-size: 14px;
		width: 100%;
		background: #00000038;
		padding: 5px;
		border-radius: 1em;
	}
	.footer-totop {
		order: 3;
		margin: 0 auto;
	}
	.footer_contact {
		width: 100%;
		margin: 10px 0px;
		text-align: center;
	}
	.smallinfo {
		padding: 40px 0px;
	}
}

@media screen and (max-width: 480px) {
	.header_news_container {
		width: auto;
	}
	#header {
		background: linear-gradient(180deg, #3c2b99, #d7bf89);
		width: 100%;
		height: 400px;
		position: relative;
		border-top: 9px solid #3c2b99;
	}
	.header_news {
		width: 100%;
	}
	.head_logo img {
		width: 180px;
	}
	.preim_icon{
		display: none;
	}
	.preim_desc h1 {
		font-size: 21px;
	}
	.work_block li {
		width: 100%;
	}
	.work h2 {
		font-size: 18px;
	}
}