@font-face {
	font-family: 'Montserrat-Regular';
	src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: 'Roboto-MediumItalic';
	src: url(../fonts/Roboto-MediumItalic.ttf);
}

body {
	font-family: 'Montserrat-Regular';
	font-size: 10px;
	background-color: rgb(232, 235, 244);
}

#help {
	border: 1px solid red;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 70px;
	z-index: 100;
	background-color: rgb(255, 255, 255);
	margin-left: 100px;
	margin-top: 100px;
	font-size: 1.4em;
}

.container {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	min-height: 100vh;
	background-color: rgb(255, 255, 255);
}

.smartMenu-container {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 101;
}

.smartMenu {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 200px;
	height: 100%;
	background-color: rgb(255, 255, 255);
	z-index: 102;
}

.menu-clear {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 99%;
	height: 80px;
}

.menu-clear-svg {
	cursor: pointer;
}

.menu-clear-svg svg {
	height: 35px;
	width: 35px;
}

.smartMenu-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 4em;
}

.smartMenu-block a {
	margin-left: 1em;
	font-size: 1.5em;
	color: rgb(0, 0, 0);
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.menu {
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	height: 100px;
	z-index: 99;
}

.menu-block {
	//border: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	height: 100%;
	margin-left: 5%;
	margin-right: 5%;
}

#menu-block-a1 {
	display: none;
}

.menu-block-mobile {
	//border: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.menu-block-logo {
	//border: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100%;
}

.menu-block-logo svg {
	width: 100%;
	margin: auto;
}

.cls-2 {
	fill: rgb(255, 255, 255);
}

.menu-color {
	fill: rgb(255, 255, 255);
}

.menu-block-nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.menu-block-nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.menu-block-nav-link a {
	outline: none;
}

.link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-family: 'Montserrat-Bold';
	font-size: 1.6em;
}

.link:hover {
	color: rgb(225, 0, 0);
}

.color-white {
	color: rgb(255, 255, 255);
}

.color-red {
	color: rgb(225, 0, 0);
}

.color-black {
	color: rgb(0, 0, 0);
}

.slider {
	width: 100%;
	height: 45vw;
	max-height: 500px;
	min-height: 200px;
	position: relative;
}

.slide-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide {
	position: absolute;
	width: 101%;
	height: 100%;
	font-size: 0px;
	background-position: top;
	background-size: cover;
}

.text-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
}

.title-text-slide {
	//outline: 1px solid green;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 100%;
	text-align: center;
	font-size: 3vw;
	font-weight: bold;
	color: white;
}

.about-container {
	//border: 1px solid red;
	padding-top: 100px;
	padding-left: 5%;
	padding-right: 5%;
}

#about-title {
	//border: 1px solid red;
	height: 50px;
	font-family: 'Roboto-MediumItalic';
	font-size: 1.4em;
	color: rgb(111, 111, 111);
}

#title {
	//border: 1px solid red;
	padding-bottom: 1em;
	font-size: 2em;
	line-height: 1.4em;
	width: 100%;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
}

#about-text {
	//border: 1px solid red;
	width: 100%;
	color: rgb(80, 80, 80);
	font-size: 1.4em;
	line-height: 1.4em;
	text-indent: 2em;
	text-align: justify;
}

.our-services-container {
	//border: 1px solid red;
	display: flex;
	justify-content: center;
	user-select: none;
	padding-top: 70px;
}

.our-services-a1 {
	//border: 1px solid red;
	display: inline-block;
	margin-bottom: 20px;
}

.title {
	display: flex;
	justify-content: center;
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
	color: rgb(60, 60, 60);
	margin-top: 30px;
}

.line {
	height: 5px;
	border-bottom: 1px solid rgb(200, 200, 200);
}

.title-after-text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	font-family: 'Montserrat-Regular';
	color: rgb(120, 120, 120);
	font-size: 14px;
	text-transform: none;
}

.sliderSwitch {
	//border: 1px solid red;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 5%;
}

.sliderSwitch-button {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 250px;
	height: 60px;
	cursor: pointer;
	user-select: none;
	transition: .3s;
	margin-top: 5px;
}

.backgroundSwitch-white {
	background-color: rgb(255, 255, 255);
	outline: 1px solid rgb(120, 120, 120);
}

.backgroundSwitch-black {
	background-color: rgb(0, 0, 0);
	outline: 1px solid rgb(0, 0, 0);
}

.colorSwitch-white {
	color: rgb(255, 255, 255);
}

.colorSwitch-gray {
	color: rgb(120, 120, 120);
}

.sliderSwitch-button-svg {
	//border: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.sliderSwitch-button-svg svg {
	height: 100%;
}

.st0 {
	fill: rgb(120, 120, 120);
}

.st1 {
	fill: rgb(255, 255, 255);
}

.sliderSwitch-button:hover .st0 {
	fill: rgb(255, 255, 255);
}

.sliderSwitch-button-text {
	//border: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
}

.sliderSwitch-button:hover .sliderSwitch-button-text {
	color: rgb(255, 255, 255);
}

.sliderSwitch-button:hover {
	background-color: rgb(0, 0, 0);
	outline: 1px solid rgb(0, 0, 0);
}

.slider_1-container {
	padding-top: 4%;
}

.slider_1 {
	//border: 1px solid red;
	position: relative;
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	user-select: none;
}

.slider_1-block-left {
	//border: 1px solid green;
	height: 100%;
	width: 10%;
	z-index: 2;
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.slider_1-block-center {
	//border: 1px solid red;
	display: flex;
	height: 95%;
	width: 80%;
	z-index: 1;
	transition: 0s;
}

.slider_1-block-right {
	//border: 1px solid green;
	height: 100%;
	width: 10%;
	z-index: 2;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.slider_1-block-center-content-container {
	//border: 1px solid red;
	position: relative;
	display: flex;
	height: 100%;
}

.slider_1-block-center-content {
	//border: 1px solid red;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 2px 2px 5px 1px rgb(160, 160, 160);
}

.service-content-photo {
	width: 100%;
	height: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.service-content-title {
	//border: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.4em;
	width: 90%;
	height: 20%;
	font-family: "Montserrat-Bold";
}

.service-content-text {
	//border: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 1.4em;
	text-align: center;
	width: 90%;
	height: 30%;
	color: rgb(80, 80, 80);
}

.service-content-button {
	border: 1px solid rgb(160, 160, 160);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
	cursor: pointer;
	font-size: 1.4em;
}

.graph {
	//border: 1px solid red;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-top: 10%;
	user-select: none;
	perspective: 1px;
}

.graph-background {
	//border: 1px solid red;
	position: absolute;
	width: 100%;
	height: 300px;
	background: url(../images/72024.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	filter: brightness(.5);
}

.graph-svg-container {
	//border: 1px solid red;
	position: absolute;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	color: rgb(250, 250, 250);
	width: 100%;
	height: 100%;
}

.svg-container {
	//outline: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 200px;
	height: 100%;
}

.graph-svg {
	//outline: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin:5px;
}

.graph-svg svg {
	padding: 0;
	width: 100%;
	height: 100%;
}

.st2 {
	fill: rgb(250, 250, 250);
}

.graph-number {
	font-size: 24px;
	font-weight: bold;
	margin:5px;
}

.graph-description {
	font-size: 16px;
	font-weight: bold;
	margin:5px;
	text-align: center;
}

.astron-container {
	//border: 1px solid red;
	width: 100%;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-top: 5%;
	font-size: 1.4em;
}

.astron {
	display: block;
	width: 300px;
	height: 100%;
	padding-left: 2%;
	padding-right: 2%;
	line-height: 150%;
	color: rgb(111, 111, 111);
}

.astron-logo {
	width: 70px;
	height: 70px;
	float: left;
	margin-top: 1%;
	padding-right: 3%;
}

.astron-products {
	background-color: rgb(245, 245, 245);
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	color: black;
	text-indent: 10px;
	border-radius: 5px;
	border: 1px solid rgb(180, 180, 180);
	margin-bottom: 5px;
	cursor: pointer;
	user-select: none;
}

.astron-products-menu {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	cursor: pointer;
}

.astron-products-details {
	display: none;
	width: 100%;
	min-height: 200px;
	text-indent: 0px;
	padding-top: 5px;
	padding-left: 2%;
	font-size: 11px;
	background-color: white;
	border-radius: 0 0 5px 5px;
	line-height: 1.7em;
}

.astron-object {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;

}

.astron-object-name {
	width: 80%;
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.astron-object-percent {
	display: inline-block;
	width: 20%;
	text-align: right;
}

.percent-container {
	position: relative;
	width: 100%;
	height: 30px;
}

.percent-100 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(245, 245, 245);
}

#precent-num-0 {
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: rgb(97, 154, 209);
}

#precent-num-1 {
	position: absolute;
	width: 20%;
	height: 100%;
	background-color: rgb(97, 154, 209);
}

#precent-num-2 {
	position: absolute;
	width: 30%;
	height: 100%;
	background-color: rgb(97, 154, 209);
}

footer {
	//border: 1px solid red;
}

.our-contacts-container {
	//border: 1px solid red;
	display: flex;
	align-items: center;
	background-color: rgb(64, 73, 90);
	height: 100px;
}

.contacts-title {
	//border: 1px solid red;
	position: relative;
	display: block;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
	color: rgb(255, 255, 255);
	margin: auto;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	background-color: rgb(64, 73, 90);
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-grid {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 70px minmax(200px, 1fr);
	font-size: 1.4em;
	margin-left: 5vw;
}

.footer-text-2 {
	color: rgb(255, 255, 255);
	padding-left: 5px;
	line-height: 1.8em;
}

.footer-text-1 {
	color: rgb(221, 184, 0);
	text-align: right;
	line-height: 1.8em;
}

.our-objects {
	width: 300px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.about-object {
	//border: 1px solid red;
	position: relative;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	transition: .3s;
	transition-timing-function: ease-in;
	z-index: 1;
}

.our-objects:hover > div {
	top: 0;
}

.about-object-h1 {
	display: inline-block;
	color: white;
	z-index: 2;
	background-color: rgb(97, 154, 209);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	padding: 7px;
	margin-top: 5%;
}

.about-object-h2 {
	color: white;
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5%;
}

.about-object-h3 {	
	color: white;
	padding-left: 20px;	
	font-size: 15px;
	width: 90%;
	margin-top: 7%;
	margin-bottom: 5%;
}

.about-object-h4 {
	color: white;
	padding-left: 20px;
	font-size: 14px;
	margin-top: 2%;
}

span {
	color: rgb(221, 184, 0);
}

.our-contacts-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 200px;
	background-color: rgb(64, 73, 90);
	height: 100px;
}

@media (max-width: 1200px) {
	#menu-block-a1 {
		display: flex;
	}

	#menu-block-a3 {
		display: none;
	}

	.menu-block-logo {
		width: 100px;
	}

	.sliderSwitch {
		flex-direction: column;
	}

	.our-objects:hover > div {
		top: 100%;
	}

	.astron-container {
		flex-direction: column;
		align-items: center;
	}

	.astron {
		max-width: 500px;
		width: 70%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}