@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 {
	min-width: 320px;
	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: fixed;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	height: 70px;
	z-index: 99;
	background-color: rgba(255, 255, 255, .8);
}

.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;
}

.menu-color {
	fill: rgb(0, 0, 0);
}

.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);
}

.title-objects {
	//border: 1px solid red;
	text-align: center;
	font-size: 2em;
	padding-top: 120px;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
	color: rgb(225, 0, 0);
}

.text-objects {
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
	padding-top: 20px;
	line-height: 1.5em;
	color: rgb(60, 60 ,60);
	text-align: center;
}

.container-objects {
	//border: 1px solid red;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 50px;
}

.objects {
	//border: 1px solid red;
	margin: 1%;
	display: flex;
	flex-direction: column;
	width: 40%;
	min-width: 320px;
}

.container-objects-photo {
	//outline: 1px solid red;
	min-width: 320px;
	width: 100%;
	height: 300px;
}

.slider_1 {
	//border: 1px solid red;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.slider_1-container {
	//border: 1px solid red;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	user-select: none;
	width: 100%;
	height: 280px;
}

.slider_1-block {
	//border: 1px solid red;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	min-height: 280px;
	cursor: pointer;
	left: 0%;
	transition: 0s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider_1-total-container {
	//border: 1px solid red;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	height: 30px;
}

.slider_1-total-block {
	border: 1px solid rgb(200, 200, 200);
	margin: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.slider_1-total-block-colorWhite {
	background-color: rgb(255, 255, 255);
}

.slider_1-total-block-colorBlack {
	background-color: rgb(200, 200, 200);
}

.objects-photo {
	min-width: 320px;
	min-height: 200px;
	width: 450px;
	height: 280px;
	background-image: url(../images/41001.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.container-objects-text {
	width: 100%;
}

.objects-text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 30px;
}

.objects-text h2 {
	font-family: 'Roboto-Regular';
	font-size: 2em;
	padding-top: 14px;
	padding-bottom: 10px;
	font-weight: bold;
}

.objects-text h3 {
	font-family: 'Roboto-MediumItalic';
	font-size: 1.2em;
	color: rgb(120, 120, 120);
	padding-top: 5px;
	padding-bottom: 5px;
}

footer {
	padding-top: 100px;
	//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: 2.4em;
	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;
}

@media (max-width: 1200px) {
	#menu-block-a1 {
		display: flex;
	}

	#menu-block-a3 {
		display: none;
	}

	.services {
		flex-direction: column;
	}

	.text-services {
		width: 85%;
	}

	.photo-services-container {
		width: 70%;
	}
}

