body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: #ffff;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

/* HEADER */

.header {
	position: fixed;
	width: 100vw;
	height: 70px;
	z-index: 100;
	/*    max-width: 1300px;*/
	margin: 0px auto;
	padding: 0;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .1);

}

.menu__block {
	/*    position: fixed;*/
	width: 100%;
	z-index: 100;
	max-width: 1300px;
	height: 70px;
	margin: 0 auto;

	/*    border-radius: 10px;*/


	background: rgba(255, 255, 255, 1);
}


.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-logo {
	margin: 0 20px;
	max-width: 100%;
}

.nav__items {
	height: 70px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.nav__item {
	text-decoration: none;

	font-size: 14px;
	font-weight: 600;
	color: #000;

	margin: 0 20px;

	cursor: pointer;
	border-bottom: 3px solid transparent;

	transition: all .3s linear;
}

.nav__item:hover {
	color: #00a4ff;
	border-bottom: 3px solid #00a4ff;
}


section {
	width: 100%;
	background: #f4f4f4;
}

.container {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0;
}

.section__bg-1 {
	/*    background: #a4b2ba;*/
	background: #a4b2ba url("../images/image_1.jpg") center no-repeat;
	background-size: cover;
	height: 100vh;
	overflow: hidden;

}

.bg-2 {
	background: #fff;
}

.bg-blue {
	background: #00a4ff;
	background-image: url(../images/image_3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.main__title {
	position: absolute;
	bottom: 200px;
	width: 860px;
	padding: 40px;
	background: rgba(0, 165, 255, .7);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);

	border: 1px solid #00a4ff;
	box-shadow: 0 0 20px 0 #00a4ff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);

}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 500;

}

.second__title {
	margin: 0 auto;
	text-align: center;
	width: 800px;
	padding-bottom: 40px;
	color: #fff;

}

.section__title-w {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;

	color: #fff;

}

.section__stand {
	padding-top: 100px;
	padding-bottom: 20px;
}

.section__title {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;

	color: #555;

}


.services__block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;

}

.services-items {
	width: 33.3%;
	padding: 20px 10px;
	display: flex;
}


.services-item {
	position: relative;
	width: 100%;
	/*    height: 220px;*/
	padding: 30px;
	padding-top: 50px;

	background: #fff;
	border-radius: 15px;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .0);
	transition: all .3s linear;
	cursor: default;
}

.services-item:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	border: 1px solid #ebebeb;
}

.services-icon {
	position: absolute;
	top: -20px;
	left: 30px;
	z-index: 10;
	width: 50px;
	height: 50px;
	background: #fc5e5c;
	border-radius: 15px;
	box-shadow: 0 10px 20px -10px #ff7573;
	transition: all .2s linear;

	display: flex;
	align-items: center;
	justify-content: center;
}

.services-icon-img {
	fill: #fff;
	width: 30px;
	height: 30px;

}

.services-item:hover .services-icon {
	top: -25px;
	box-shadow: 0 20px 20px -10px #ff7573;
}


.lab-items {
	width: 20%;
	padding: 20px 4px;
	display: flex;
}

.lab-item {
	position: relative;
	width: 100%;
	/*    height: 220px;*/
	padding: 20px;
	padding-top: 40px;
	/*    margin-left: 40px;*/

	background: #fff;
	border-radius: 15px;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .0);
	transition: all .3s linear;
	cursor: default;
}


.lab-item:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	border: 1px solid #ebebeb;
}


.lab-icon {
	position: absolute;
	top: -25px;
	left: 15px;
	z-index: 10;
	width: 50px;
	height: 50px;
	background: #00a4ff;
	border-radius: 15px;
	box-shadow: 0 10px 20px -10px #39b8ff;
	transition: all .2s linear;

	display: flex;
	align-items: center;
	justify-content: center;
}

.lab-item:hover .lab-icon {
	top: -30px;
	box-shadow: 0 20px 20px -10px #39b8ff;
}


.services-text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.text-hl {
	font-weight: 700;
	color: #fc5e5c;
}

.about__block {
	width: 100%;
	height: auto;
	background: #fff;
	margin: 20px 0;
	padding: 60px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about__text {
	width: 45%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;

}

.about__image {
	position: relative;
	width: 50%;
	/*    height: 400px;*/
	background: #111;
	overflow: hidden;
}

.about__image-img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}


.section__contacts {

	/*    padding-top: 140px;*/
	padding-bottom: 20px;
}


.content {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0;
}


.contacts__block {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 400px;
	margin: 100px;
	padding: 60px;

	background: rgba(255, 255, 255, .5);
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, .3);

	border: 2px solid #00a4ff;

	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.contact-title {
	font-size: 14px;
	font-weight: 500;
	margin: 20px 0 4px;
	color: #00a4ff;
}

.contact-text {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	text-decoration: none;
	color: #000;
}


.we__block {
	width: 100%;
	height: auto;
	/*    background: #f1f1f1;*/
	margin: 20px 0;
	/*    padding: 60px;*/

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.we-items {
	width: 33.3%;
	padding: 20px 10px;
	display: flex;

}

.we-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	/*    height: 220px;*/
	padding: 20px;
	/*    padding-top: 50px;*/

	/*    background: #f1f1f1;*/
	border-radius: 15px;
	border: 1px solid transparent;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .0);
	transition: all .3s linear;
	cursor: default;
}

.we-text {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	margin: 10px 0;
	font-size: 31px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: -1px
}

.we-icon {
	/*    position: absolute;*/
	top: -85px;
	left: 50%;
	z-index: 10;
	width: 200px;
	height: 120px;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 10px;
	box-shadow: 0 10px 10px -20px #fff;
	transition: all .2s linear;
	text-align: center;
	align-content: center;
}

.we-icon-img {
	fill: #39b8ff;
	width: 100px;
	height: 100px;
	transition: fill .3s linear;
}

.we-item:hover .we-icon {
	top: -30px;
	box-shadow: 0 20px 20px -20px #39b8ff;
}

.we-item:hover .we-icon-img {
	fill: #fc5e5c;
}


.contact-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 0 20px 40px;
}

.contact-link {
	display: block;
	max-width: 100%;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 4px;
	background: rgba(0, 30, 55, .75);
	color: #fff;
	font-size: clamp(16px, 3vw, 24px);
	font-weight: 600;
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: background .2s linear;
}

.contact-link span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

.contact-link:hover,
.contact-link:focus-visible {
	background: #005580;
	outline: 2px solid #fff;
	outline-offset: 3px;
}

footer {
	width: 100%;
	height: 60px;
	background: #f1f1f1;

	display: flex;
	align-content: center;
}

.footer__text {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	margin: 10px 0;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: -1px
}
.section__docs {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 20px;
}
.section__docs a {
	display: inline-block;
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
}
.section__docs img {
	max-width: 100%;
}


/* = = = = = = = = = = = MEDIA */

@media (max-width: 1030px) {

	.header {
		position: fixed;
		width: 100vw;
		height: 60px;
		z-index: 100;
		/*    max-width: 1300px;*/
		margin: 0px auto;
		padding: 0;
		background: #fff;
		box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .1);

	}

	.menu__block {
		position: absolute;
		width: 300px;
		/*    z-index: 100;*/
		/*    max-width: 1300px;*/
		/*    height: 100vh;*/
		margin: 0;
		/*    left: -100px;*/

		/*    border-radius: 10px;*/
		background: none;
	}

	.menu {
		display: flex;
		flex-direction: column;
		align-items: baseline;

	}

	.nav__items {
		position: absolute;
		top: 60px;
		left: -400px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: baseline;

		background: #00a4ff;;
		width: 100%;
		height: 100vh;
		box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, .1);
		transition: all .2s linear;
	}

	.nav__items.show {
		left: 0;
	}

	.nav__item {
		color: #fff;
		font-size: 18px;
		margin: 0 30px;
		margin-top: 30px;
		border-bottom: 3px solid #fff;
	}


	.menu-logo {
		height: 40px;
		margin-top: 10px;
	}


	/*  MENU BURGER  */
	.menu-burger {
		position: absolute;
		z-index: 200;
		right: 20px;
		top: 13px;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}

	.menu-burger .burger-line {
		height: 3px;
		background: #00a4ff;
		margin-bottom: 6px;
		margin-top: 6px;
		transition: all .3s linear;
	}

	.menu-burger.active .burger-line {
		background: red;
		display: none;
		z-index: 200;
		width: 100%;
	}
	.menu-burger.active .burger-line:first-child {
		transform: rotate(-45deg);
		display: block;
		position: absolute;
		top: 13px;
		margin: 0;
	}
	.menu-burger.active .burger-line:last-child {
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 13px;
		margin: 0;
	}

	.main__title {
		bottom: 200px;
		width: calc(100% - 20px);
		margin: 10px;
		padding: 40px;
	}

	h1 {
		font-size: 30px;
	}

	.services-items {
		width: 50%;
	}

	.lab-items {
		width: 33.3%;
	}

	.about__block {
		flex-direction: column;
	}

	.about__text {
		width: 100%;
	}

	.about__image {
		width: 100%;
		height: 300px;
	}

	.about__image-img {
		width: 100%;
		height: auto;
	}
}


@media (max-width: 800px) {

	.we__block {
		flex-direction: column;
		align-items: center;
	}

	.services-items {
		width: 100%;
	}

	.lab-items {
		width: 50%;
	}

	.second__title {
		width: 100%;
		color: #fff;

	}

	.contacts__block {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 40px;

	}

	.section__contacts iframe {
		height: 800px;
	}

}

@media (max-width: 576px) {

	.main__title {
		bottom: 0px;
		width: calc(100% - 20px);
	}

	h1 {
		font-size: 20px;
	}

	.section__stand {
		padding-top: 60px;
	}

	.section__title, .section__title-w {
		margin-bottom: 10px;
		padding: 0 30px;
		font-size: 18px;
	}

	.we-items {
		width: 100%;
		padding: 0;
	}

	.we-text {
		font-size: 20px;
	}

	.we-icon {
		width: 100px;
		height: 100px;
	}

	.we-icon-img {
		width: 80px;
		height: 80px;
	}


	.lab-items {
		width: 100%;
	}

	.about__block {
		padding: 30px;
	}

	.about__text {
		width: 100%;
		font-size: 16px;
		line-height: 1.2;
	}

	.about__image {
		width: auto;
		height: 200px;
	}

	.about__image-img {
		width: 100%;
		height: auto;
	}

	h2 {
		font-size: 16px;
	}

	.section__contacts iframe {
		height: 600px;
	}

}
