body {
	font-family: MuseoSansCyrl;
	position: relative;
	line-height: 1.5;
}

.container {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.titleh2 {
	font-size: 64px;
	font-weight: 700;
	padding-bottom: 50px;
}

@media (max-width: 575px) {
	.titleh2 {
		font-size: 32px;
		text-align: center;
	}
}

.header {
	position: relative;
	z-index: 5;
}

@media (max-width: 575px) {
	.header {
		display: none;
	}
}

.header-wrap {
	padding-top: 40px;
}

.logo {
	width: 200px;
	object-fit: cover;
}

.social_icon_head {
	width: 52px;
	line-height: 52px;
	transition: transform .2s linear;
}

.social_icon_head:hover {
	transform: scale(1.05);
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-left,
.header-right {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.header-right a {
	line-height: 0;
}

.header-tel {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

.header-nav ul {
	display: flex;
	column-gap: 30px;
}

.header-nav li {
	position: relative;
}

.header-nav li a {
	font-size: 24px;
	color: #fff;
}

.header-nav li a::after {
	content: "";
	width: 0;
	height: 2px;
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width .2s linear;
}

.header-nav li a:hover::after {
	width: 100%;
}

/*start*/
.start {
	padding-bottom: 100px;
}

@media (max-width: 575px) {
	.start {
		height: calc(100vh + 100px);
	}
}

.video_back {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 1;
}

.start-wrap {
	position: relative;
	z-index: 5;
	height: calc(100vh - 110px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 575px) {
	.start-wrap {
		height: 100vh;
	}
}

.start-bottom {
	margin-top: auto;
	padding-bottom: 45px;
}

.start-bottom a {
	display: block;
	padding: 22px 45px;
	background-color: #2271B6;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 700;
	border: none;
	color: #fff;
	font-family: MuseoSansCyrl;
	cursor: pointer;
	transition: background-color .2s linear;
	letter-spacing: 1px;
}

.start-bottom a:hover {
	background-color: #1e5b91;
}

.title-page {
	color: #fff;
	text-align: center;
	font-size: 56px;
	font-weight: 700;
}

@media (max-width: 575px) {
	.title-page {
		font-size: 30px;
	}
}

.start-top {
	padding-top: 50px;
}

.list-page {
	color: #fff;
	display: flex;
	column-gap: 40px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	padding-top: 20px;
	flex-wrap: wrap;
	row-gap: 20px;
}

@media (max-width: 575px) {
	.list-page {
		font-size: 16px;
	}
}

/*we-can*/
.we-can {
	padding-bottom: 100px;
}

.we-can-item {
	width: 48%;
	height: 400px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

@media (max-width: 1000px) {
	.we-can-item {
		width: 100%;
	}
}

.we-can-item::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 1.0)
	);
	z-index: 1;
}

.we-can-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.we-can-item-text {
	position: absolute;
	bottom: 50px;
	left: 50px;
	right: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	z-index: 5;
}

@media (max-width: 1000px) {
	.we-can-item-text {
		left: 20px;
		bottom: 20px;
		right: 20px;
	}
}

@media (max-width: 575px) {
	.we-can-item-text {
		font-size: 20px;
	}
}

.we-can-wrap {
	display: flex;
	row-gap: 50px;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*tech-audit*/
.tech-audit {
	padding-bottom: 100px;
}

.tech-audit-text {
	font-size: 24px;
	padding-bottom: 30px;
	color: #333333;
}

@media (max-width: 575px) {
	.tech-audit-text {
		font-size: 20px;
	}
}

.onetothree-tech-title {
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 70px;
}

@media (max-width: 575px) {
	.onetothree-tech-title {
		font-size: 26px;
	}
}

.onetothree-tech-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 50px;
}

.onetothree-tech-item-span {
	width: 60px;
	height: 60px;
	background-color: #2271B6;
	position: absolute;
	top: -30px;
	left: 30px;
	font-size: 36px;
	font-weight: 700;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}

@media (max-width: 575px) {
	.onetothree-tech-item-span {
		font-size: 26px;
	}
}

.onetothree-tech-item {
	max-width: 480px;
	height: 260px;
	background-color: #F5F5F5;
	border-radius: 20px;
	padding: 50px 30px;
	padding-bottom: ;
	position: relative;
	border: solid 1px transparent;
	transition: border .2s linear;
}

.onetothree-tech-item:hover { 
	border: solid 1px #2271B6;
}

.onetothree-tech-item-text {
	font-size: 24px;
	color: #333333;
}

@media (max-width: 575px) {
	.onetothree-tech-item-text {
		font-size: 20px;
	}
}

/*about*/
.about {
	padding-bottom: 100px;
}

.about-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 30px;
}

@media (max-width: 575px) {
	.about-bottom {
		justify-content: center;
	}
}

.about-top {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	padding-bottom: 30px;
}

@media (max-width: 1100px) {
	.about-top {
		flex-direction: column;
		align-items: center;
		row-gap: 50px;
	}
}

.about-img {
	width: 600px;
	height: 310px;
	object-fit: cover;
	border-radius: 20px;
}

@media (max-width: 575px) {
	.about-img {
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
}

.about-text {
	font-size: 24px;
	color: #333333;
	max-width: 860px;
}

@media (max-width: 575px) {
	.about-text {
		font-size: 20px;
	}
}

.about-bottom-item {
	width: 361px;
	height: 260px;
	border-radius: 20px;
	padding: 20px;
	background-color: #F5F5F5;
	transition: border .2s linear;
	border: solid 1px transparent;
}

.about-bottom-item:hover {
	border: solid 1px #2271B6;
}

.about-bottom-item:hover .about-bottom-item-s {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2	);
}

.about-bottom-item-s {
	padding: 11px 25px;
	border-radius: 10px;
	background-color: #2271B6;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	line-height: 1;
	transition: box-shadow .2s linear;
}

@media (max-width: 575px) {
	.about-bottom-item-s {
		font-size: 36px;
	}
}

.about-bottom-item-text {
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
}

/*contact*/
.contact {
	padding-bottom: 100px;
}

.contact-span {
	font-size: 20px;
	padding-bottom: 10px;
	color: #333;
}

.contact-link {
	font-size: 32px;
	color: #333;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 1400px) {
	.contact-link {
		font-size: 26px;
	}
}

.contact-link-adres {
	line-height: 1.5;
}

.contact-info {
	max-width: 720px;
	display: flex;
	flex-direction: column;
	row-gap: 35px;
	justify-content: space-between;
}

.contact-info-i-g {
	display: flex;
	flex-direction: column;
}

.contact-icon {
	width: 38px;
	height: 38px;
}

.contact-social {
	display: flex;
	column-gap: 20px;
}

.contact-social a {
	display: inline-block;
}

.contact-info-i {
	display: flex;
	flex-direction: column;
	row-gap: 35px;
}

.contact-info-v {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1400px) {
	.contact-info-v {
		column-gap: 10px;
	}
}

@media (max-width: 575px) {
	.contact-info-v {
		flex-direction: column;
		row-gap: 35px;
	}
}

.the-form-block {
	width: 700px;
	height: 340px;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	padding: 40px;
	position: relative;
	box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1400px) {
	.the-form-block {
		width: 600px;
	}
}

@media (max-width: 575px) {
	.the-form-block {
		width: 100%;
		justify-content: center;
	}

	.the-form-block span,
	.the-form-block picture {
		display: none;
	}
}

.input-form {
	width: 300px;
	height: 60px;
	border-radius: 10px;
	border: solid 1px #A7A7A7;
	outline: none;
	padding-left: 20px;
	font-size: 24px;
	font-family: MuseoSansCyrl;
	font-weight: bold;
	background-color: #F9F9F9;
}

@media (max-width: 575px) {
	.input-form {
		width: 100%;
		font-size: 20px;
	}
}

.form-btn {
	width: 300px;
	height: 60px;
	border-radius: 10px;
	background-color: #2271B6;
	color: #fff;
	font-size: 24px;
	border: none;
	cursor: pointer;
	transition: background-color .2s linear;
}

@media (max-width: 575px) {
	.form-btn {
		width: 100%;
	}
}

.form-btn:hover {
	background-color: #1d5c93;
}

.the-form {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

.photo-form-decor {
	position: absolute;
	bottom: 0;
	left: 40px;
}

@media (max-width: 1400px) {
	.photo-form-decor {
		left: 20px;
	}
}

@media (max-width: 575px) {
	.photo-form-decor {
		display: none;
	}
}

.contact-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1400px) {
	.contact-wrap {
		column-gap: 20px;
	}
}

@media (max-width: 1190px) {
	.contact-wrap {
		flex-direction: column;
		row-gap: 50px;
	}
}

.contact-form-title {
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 10px;
	text-align: center;
}

@media (max-width: 575px) {
	.contact-form-title {
		font-size: 30px;
	}
}

.contact-form-desc {
	font-size: 20px;
	padding-bottom: 20px;
	text-align: center;
	display: block;
}

/*footer*/
.footer {
	background-color: #F9F9F9;
	padding: 40px 0;
	color: #929292;
}

.footer a {
	color: #929292;
}

.footer-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;	
}

@media (max-width: 575px) {
	.footer-wrap {
		justify-content: center;
		row-gap: 30px;
	}
}

.evm-company-name {
	font-size: 38px;
}

.footer-list {
	max-width: 480px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	align-items: flex-end;
}

@media (max-width: 575px) {
	.footer-list {
		align-items: center;
	}
}

.footer-list span {
	text-align: right;
}

@media (max-width: 575px) {
	.footer-list span {
		text-align: center;
	}
}

.footer-list a:hover {
	text-decoration: underline;
}

.privacy {
	padding: 100px 0;
}

.send {
	display: flex;
	align-items: center;
	text-align: center;
	height: calc(100vh - 275px);
}

.msg-text {
	font-size: 24px;
	padding-bottom: 20px;
}