* {
	box-sizing: border-box;
	outline: none;
}
body {
	margin: 0px;
	color: #333;
	font-family: "Raleway", sans-serif;
}
button {
	border: none;
	color: #fff;
	background: orange;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 20px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
}
h2 {
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
}
a {
	color: inherit;
	text-decoration: none;
}
input, textarea {
	padding: 10px;
	width: 100%;
	border: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	box-shadow: 0 1px 2px rgba(0,0,0,.12) inset;
	background-color: #f2f2f2;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	color: #000;
	border-bottom: 1px solid #fff;
	resize: none;
	font-family: "Raleway", sans-serif;
}
table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}
th, td {
	padding: 15px;	
}
.header {
	height: 75px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 99;
	background: #fff;
	top: 0px;
	box-shadow: 0 5px 10px 0 rgba(50,50,50,.06);
}
.header .container {
	display: flex;
	align-items: center;
}
.header .menu {
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin-left: auto;
}
.header .menu a {
	padding: 0 20px;
	cursor: pointer;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .menu a:hover {
	color: orange;	
}
.header .lg {
	width: 75px;
	height: 75px;
	position: relative;
}
.header .lg .select {
	height: 75px;
	width: 75px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	background: #fff;
}
.header .lg .item {
	height: 75px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}
.header .lg .item img {
	width: 100%;
}
.header .mobile_menu, 
.header .burger {
	display: none;
}
.slider {
	position: relative;
	height: 35vw;
	margin-top: 75px;
}
.slider .slide {
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: 500ms;
	height: 100%;
}
.slider .slide:nth-child(1) {
	opacity: 1;	
}
.slider .slide .background {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider .slide .background {
	background: rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.black {
	background: rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.slider .slide .background .text {
	text-align: center;
	position: relative;
	z-index: 1;
}
.slider .slide .background .text div:nth-child(1) {
	color: #FFF;
	font-size: 75px;
	letter-spacing: 2px;
	line-height: 1.3;
	text-shadow: 0 2px 8px rgba(0,0,0,.15);
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.slider .slide .background .text div:nth-child(2) {
	font-size: 30px;
	font-style: italic;
	letter-spacing: .4px;
	text-shadow: 0 2px 8px rgba(0,0,0,.15);
	color: #FFF;
	text-align: center;
	font-weight: 200;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}
.container {
	margin: auto;
}
.about_us {
	text-align: center;
	padding: 70px 0;
}
.about_us p {
	font-size: 22px;
	margin-top: 40px;
	color: #777;
	line-height: 1.7;
	text-align: justify;
}
.about_us img {
	margin: 50px 0;
	width: 90%;
}
.about_us button {
	margin: auto;
	display: block;	
}
.we_offer {
	text-align: center;
	padding: 70px 0;
	background: #f8f9f9;
}
.we_offer p {
	font-size: 22px;
	margin-top: 40px;
	color: #777;
	line-height: 1.7;
	margin-bottom: 60px;
}
.we_offer .blocks {

}
.we_offer .blocks .item {
	width: calc(50% - 20px);
	display: inline-block;
	background: #fff;
	margin: 0px 30px 30px 0px;
	padding: 30px;
	box-shadow: 0 1px 1px rgba(0,0,0,.08);
	transition: 100ms;
	cursor: pointer;
	text-align: left;
	vertical-align: top;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.we_offer .blocks .item:hover {
	box-shadow: 0 6px 9px rgba(0,0,0,.09);
}
.we_offer .blocks .item:nth-child(2n) {
	margin-right: 0px;	
}
.we_offer .blocks .item .image {
	min-width: 120px;
	min-height: 120px;
	margin-right: 20px;
	border-radius: 5px;
}
.we_offer .blocks .item .info {
	
}
.we_offer .blocks .item .info div:nth-child(1) {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.we_offer .blocks .item .info div:nth-child(2) {
	font-size: 14px;
	color: #777;
	line-height: 1.7;
}
.gallery {
	text-align: center;
	padding: 70px 0 0;
}
.gallery p {
	font-size: 22px;
	margin-top: 40px;
	color: #777;
	line-height: 1.7;
	margin-bottom: 60px;
}
.gallery .photos {
	font-size: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.gallery .photos .block {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery .photos .item {
	width: 20%;
	height: 15vw;
	display: inline-flex;
	overflow: hidden;
	cursor: pointer;
}
.gallery .photos .item img:hover {
	transform: scale(1.5);
}
.gallery .photos .item img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition: 500ms;
}
.contacts {
	text-align: center;
	padding: 70px 0;
	background: #f8f9f9;
}
.contacts .contact_flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contacts .form {
	width: 50%;
	display: inline-block;	
}
.contacts .form p {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: left;
}
.contacts .form .two {
	display: flex;
	align-items: center;	
}
.contacts .form .two div {
	width: 50%;	
}
.contacts .form .two div:nth-child(1) {
	margin-right: 20px;	
}
.contacts .form button {
	width: 100%;
	margin-top: 20px;
}
.contacts .form .done {
	font-size: 20px;
	font-weight: 600;
}
.contacts .text {
	width: 50%;
	display: inline-block;
	text-align: left;
	padding-left: 30px;
}
.contacts .text div,
.contacts .text a {
	color: #777;
	line-height: 1.7;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
.contacts .text a:hover {
	color: orange;
}
.contacts .text div i,
.contacts .text a i {
	color: #fff;
	border-radius: 50%;
	background: #aaa;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-right: 15px;
}
.contacts .text div:nth-child(1) {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
}
.contacts .text div:nth-child(2) {
	margin-bottom: 20px;
}
.footer {
	background: #222;
	color: #bbb;
	padding: 50px;
	text-align: center;
}
.article {
	margin-top: 75px;
}
.article .image {
	width: 100%;
	height: 20vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.article .image span {
	color: #FFF;
	font-size: 75px;
	letter-spacing: 2px;
	line-height: 1.3;
	text-shadow: 0 2px 8px rgba(0,0,0,.15);
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
}
.article .text {
	line-height: 1.7;
	font-size: 20px;
	padding: 60px 0;
}
.article .text img {
	margin-top: 50px;
	width: 100%;
}
.article .text a {
	color: orange;
}
.view_photo {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgb(0 0 0 / 70%);
	z-index: 100;
	display: none;
}
.view_photo .left {
	position: fixed;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	cursor: pointer;
}
.view_photo .right {
	position: fixed;
	right: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	cursor: pointer;
}
.view_photo .left:hover i,
.view_photo .right:hover i {
	color: #fff;
}
.view_photo .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.view_photo .close:hover {
	color: #fff;	
}
.view_photo .photo {
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	margin: auto;
	margin-top: 50;
}
.view_photo .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1024px) {
	button {
		font-size: 14px;
	}
	h2 {
		font-size: 30px;
	}
	.header .logo {
		margin-left: -20px;
	}
	.header .menu {
		display: none;
	}
	.header .container {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.header .burger {
		margin-left: auto;
		font-size: 28px;
		width: 50px;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header .mobile_menu {
		position: absolute;
		top: 75px;
		width: 100%;
		background: #fff;
		height: calc(100vh - 75px);
	}
	.header .mobile_menu a {
		display: block;
		padding: 12px 20px;
		color: #777;
		border-top: 1px solid #e9e9e9;
		font-weight: 500;
	}
	.slider {
		height: 50vh;
	}
	.slider .slide .background .text div:nth-child(1) {
		font-size: 35px;
	}
	.slider .slide .background .text div:nth-child(2) {
		font-size: 20px;
	}
	.container {
		padding: 0 10px;
	}
	.about_us p,
	.we_offer p,
	.gallery p {
		font-size: 16px;
	}
	.we_offer .blocks .item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.gallery .photos {
		white-space: normal;
	}
	.gallery .photos br {
		display: none;	
	}
	.gallery .photos .block {
		display: block;
	}
	.gallery .photos .item {
		width: 50vw;
		height: 40vw;
	}
	.view_photo .photo {
		width: 100%;
		height: 100%;
		margin: auto;
		margin-top: 20px;
	}
	.contacts .contact_flex {
		display: block;
	}
	.contacts .form {
		width: 100%;
		margin-bottom: 30px;
	}
	.contacts .text {
		width: 100%;
		padding: 0px;
	}
	.article .image {
		height: 30vh;
	}
	.article .image span {
		font-size: 35px;
	}
	.article .text {
		padding: 30px 10px;
		font-size: 18px;
	}
	
}
@media (min-width: 576px) {
	.container {
		width: 540px;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 720px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1140px;
		max-width: 100%;
	}
}