
/*-------- DEFAULT --------*/

 html
	{
	height: 100%;
	scroll-behavior: smooth;
	}

 html * 
	{
	box-sizing: border-box;
	max-height: 20000px;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	}

 body
	{
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 0;
	padding-top: 130px;
	background-color: #ffffff;
	background-color: #FBFBFB;
	overflow-x: auto;
	overflow-y: scroll;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #000000;
	}

 .outer
	{
	min-width: 320px;
	padding: 0 40px;
	}

 .wrapper
	{
	margin: 0 auto;
	padding: 55px 0;
	scroll-margin-top: 110px;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	}

 .title
	{
	margin: 0 0 20px 0;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	}

 a
	{
	font: inherit;
	color: #888888;
	text-decoration: none;
	}

 img
	{
	width: auto;
	height: auto;
	border: none;
	}

 input:-webkit-autofill
	{
	box-shadow: 0 0 0 30px white inset !important;
	}


/*-------- HEADER --------*/

 header
	{
	position: fixed;
	top:0; left:0; right:0;
	background-color: RGBA(255,255,255, 0.92);
	border-bottom: 1px solid #dddddd;
	z-index: 100;
	}

 header .wrapper
	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 0;
	}

 header .wrapper > div
	{
	display: flex;
	align-items: center;
	}

 header img
	{
	width: 200px;
	}

 .menu
	{
	margin-left: 60px;
	}

 .menu a
	{
	display: inline-block;
	margin-right: 30px;
	padding: 5px 9px;
	font-family: Mitr;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	transition: color 0.3s ease;
	}
 .menu a:last-child
	{
	margin-right: 0 !important;
	}
 .menu a:hover
	{
	color: #9E7C5D;
	text-decoration: underline;
	}

 .menu.ru a
	{
	font-family: Roboto;
	font-weight: 700;
	}

 .langs .lang
	{
	margin: 0;
	font-weight: 300;
	letter-spacing: 0px;
	}
 .langs .lang.active
	{
	font-weight: 500;
	}

 .langs.ru .lang
	{
	font-family: Roboto;
	font-weight: 400;
	}
 .langs.ru .lang.active
	{
	font-weight: 700;
	}


/*-------- TEXT --------*/

 #top-text
	{
	padding-bottom: 0px;
	text-align: center;
	}

 #top-text h1
	{
	margin: 0;
	font-family: Mitr;
	font-weight: 500;
	}
 #top-text.ru h1
	{
	font-family: Roboto;
	font-weight: 700;
	}

 #top-text p
	{
	margin: 12px 0;
	font-size: 20px;
	line-height: 1.6;
	color: #777;
	}

 #services
	{
	display: flex;
	justify-content: space-between;
	}

 #services section
	{
	display: flex;
	width: 47.5%;
	padding: 35px 20px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 10px 20px RGBA(0,0,0, 0.08);
	*box-shadow: 0 10px 20px RGBA(0,0,0, 0.1), 0 -3px 3px RGBA(0,0,0, 0.03);
	flex-direction: column;
	justify-content: space-between;
	}

 #services h3
	{
	margin: 0 0 30px 0;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	*color: #9E7C5D;
	}

 #services ul
	{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #444;
	}

 #services li
	{
	*display: block;
	margin: 0 auto;
	max-width: 380px;
	padding: 14px 0;
	border-top: 1px solid #dddddd;
	transition: color 0.3s ease;
	}
 #services li:hover
	{
	color: #9E7C5D;
	}

 #services li > span
	{
	display: flex;
	flex-wrap: wrap;
	margin: 4px 0;
	font-size: 14px;
	*text-transform: uppercase;
	color: #808080;
	}

 #services li > span > span
	{
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #dddddd;
	}
 #services li > span > span:first-child
	{
	padding-left: 0;
	}
 #services li > span > span:last-child
	{
	padding-right: 0;
	border: none;
	}

 #services .bottom
	{
	margin: 20px 0;
	text-align: center;
	}

 #services .btn
	{
	display: inline-block;
	padding: 12px;
	width: 100%;
	max-width: 250px;
	background-color: #B9926D;
	border-radius: 30px;
	font-family: Mitr, Roboto;
	color: #ffffff;
	text-align: center;
	transition: background-color 0.3s ease;
	cursor: pointer;
	}
 #services .btn:hover
	{
	background-color: #9E7C5D;
	}


/*-------- CONTACT US --------*/

 #contacts .text
	{
	margin: 20px 0;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	color: #777;
	}

 #contacts .cols
	{
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	align-items: center;
	}

 #contacts .contacts
	{
	width: 36%;
	padding: 20px 40px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 10px 20px RGBA(0,0,0, 0.05);
	}

 #contacts .contacts p
	{ 
	position: relative;
	margin: 0;
	padding: 20px 0 20px 60px;
	border-bottom: 1px solid #dddddd;
	}
 #contacts .contacts p:first-child
	{ 
	*border: none;
	}

/*
 #contacts .contacts .icon
	{ 
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	width: 54px;
	height: 54px;
	line-height: 54px;
	align-items: center;
	justify-content: center;
	*background-color: #000000;
	*border: 1px solid #000000;
	background-color: #B9926D;
	border-radius: 50%;
	}
 #contacts .contacts .icon svg
	{ 
	width: 24px;
	fill: #ffffff;
	}
*/

 #contacts .contacts .icon
	{ 
	position: absolute;
	top: 30px;
	left: 5px;
	}

 #contacts .contacts .icon svg
	{ 
	width: 24px;
	fill: #B9926D;
	}

 #contacts .contacts .label
	{ 
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	}

 #contacts .contacts .data
	{ 
	display: block;
	margin-top: 6px;
	font-size: 18px;
	color: #777;
	}

 #contacts .social
	{ 
	padding-left: 5px !important;
	border: none !important;
	}

 #contacts .social a
	{ 
	display: inline-block;
	margin-right: 14px;
	}
 #contacts .social img
	{ 
	display: block;
	width: 30px;
	border-radius: 3px;
	}

 #contacts .form
	{
	width: 57%;
	}

 #contacts .form .err-msg
	{
	display: none;
	color: #F45048;
	}

 #contacts form p
	{ 
	margin: 16px 0;
	}

 #contacts .field
	{
	width: 100%;
	padding: 14px 20px;
	background-color: #ffffff;
	*background-color: RGBA(0,0,0, 0.05);
	border-radius: 6px;
	*border: 1px solid #c0c0c0;
	border: 1px solid #dddddd;
	font: inherit;
	outline: none;
	}
 #contacts .field:focus
	{
	border: 1px solid #B9926D;
	*outline: 1px solid #000000;
	}
 #contacts .field.not-valid
	{
	border: 1px solid #F45048;
	}

 #contacts .flex
	{
	display: flex;
	justify-content: space-between;
	}

 #contacts .flex .field
	{
	max-width: 48.5%;
	}

 #contacts .notice
	{
	font-size: 15px;
	line-height: 1.5;
	color: #909193;
	}

 #contacts .btn
	{
	display: inline-block;
	padding: 14px 44px;
	background-color: #B9926D;
	border-radius: 6px;
	font: inherit;
	color: #ffffff;
	outline: none;
	user-select: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	}
 #contacts .btn:hover
	{
	background-color: #9E7C5D;
	}


/*-------- GALLERY --------*/

 #gallery .grid
	{
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	}

 #gallery img
	{
	width: 100%;
	cursor: pointer;
	transition: opacity 0.3s ease;
	}
 #gallery img:hover
	{
	opacity: 0.7;
	}

 #gallery span
	{
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	}


/*-------- FOOTER --------*/

 footer
	{
	margin-top: 80px;
	background: #ffffff;
	border-top: 1px solid #eeeeee;
	}

 footer .wrapper
	{
	padding: 26px 0;
	color: #808183;
	text-align: center;
	}

 footer span
	{
	display: inline-block;
	padding: 2px 0;
	}

 #evl
	{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 120px;
	border-radius: 50%;
	}


/*-------- MOBILE HEADER --------*/

@media (max-width: 850px) 
 { 
 header img
	{
	width: 145px;
	}

 .menu
	{
	margin-left: 25px;
	}

 .menu a
	{
	margin: 0px;
	font-size: 14px;
	}
 }


@media (max-width: 667px) 
 {
 body
	{
	padding-top: 0;
	}

 header
	{
	position: static;
	}

 #main
	{
	margin-top: 20px;
	}

 .wrapper
	{
	scroll-margin-top: 5px;
	}

 header .wrapper
	{
	position: relative;
	display: block;
	text-align: center;
	}

 header .wrapper > div
	{
	display: block;
	}

 .menu
	{
	display: block;
	margin: 0;
	text-align: center;
	}

 .langs
	{
	position: absolute;
	top: 32px;
	right: 0;
	}
 }

@media (max-width: 480px) 
 {
 header .wrapper > div
	{
	text-align: left;
	}

 .menu a
	{
	font-size: 13px;
	}
 }


/*-------- MOBILE --------*/

@media (max-width: 1500px) 
 {
 #evl
	{
	position: absolute;
	top: 180px;
	left: 50px;
	right: auto;
	bottom: auto;
	width: 100px;
	}
 }

@media (max-width: 1200px) 
 {
 #services ul
	{
	padding-left: 20px;
	}
 }

@media (max-width: 850px) 
 { 
 .outer
	{
	padding: 0 30px;
	}

 .wrapper
	{
	padding: 20px 0;
	}

 .title
	{
	font-size: 32px;
	}

 .text p
	{
	font-size: 21px !important;
	}

 #services
	{
	display: block;
	justify-content: space-between;
	}

 #services section
	{
	width: 100%;
	max-width: 500px;
	margin: 20px auto;
	}
 #services section:first-child
	{
	margin-top: 0;
	}

 footer .wrapper
	{
	text-align: left;
	}

 #evl
	{
	top: auto;
	left: auto;
	right: 10px;
	bottom: 10px;
	*width: 100px;
	}
 }

@media (max-width: 667px) 
 {
 .outer
	{
	padding: 0 20px;
	}

 .text p
	{
	font-size: 18px !important;
	}

 #gallery .grid
	{
	grid-gap: 18px;
	}
 }

@media (max-width: 480px) 
 {
 .title
	{
	margin-bottom: 18px;
	font-size: 24px;
	}

 #services section
	{
	padding: 30px 12px 5px 12px;
	}

 #services h3
	{
	margin-bottom: 20px;
	font-size: 20px;
	}

 #services ul
	{
	font-size: 16px;
	}

 #services li
	{
	padding: 10px 0;
	}

 #services li > span > span
	{
	padding: 0 6px;
	font-size: 13px;
	}

 #gallery .grid
	{
	margin-top: 25px;
	grid-template-columns: repeat(2, 1fr);
	}

 footer
	{
	margin-top: 20px;
	}

 footer .wrapper
	{
	padding: 12px 0;
	font-size: 14px;
	text-align: center;
	}

 #evl
	{
	position: static;
	display: block;
	margin: 10px auto;
	}
 }

@media (max-width: 360px) 
 {
 .outer
	{
	padding: 0 15px;
	}

 .wrapper
	{
	padding: 12px 0;
	}

 .text p
	{
	margin: 10px 0;
	font-size: 16px !important;
	line-height: 1.5;
	}

 footer
	{
	margin-top: 20px;
	}
 }


/*-------- CONTACTS MOBILE --------*/

@media (max-width: 980px) 
 {
 #contacts
	{
	max-width: 700px;
	}

 #contacts .text
	{
	margin: 0;
	font-size: 18px;
	}

 #contacts .cols
	{
	margin: 0 auto;
	*display: block;
	flex-direction: column-reverse;
	max-width: 500px;
	}

 #contacts .cols > div
	{
	margin-top: 20px;
	width: 100%;
	max-width: 100%;
	}

 #contacts .contacts p
	{
	margin: 0;
	padding-left: 52px;
	}

 #contacts .contacts .icon
	{
	width: 40px;
	height: 40px;
	line-height: 40px;
	}

 #contacts .contacts .label
	{
	font-size: 16px;
	}
 }

@media (max-width: 480px) 
 {
 #contacts .text
	{
	font-size: 16px;
	line-height: 1.5;
	}

 #contacts .text br
	{
	display: none;
	}

 #contacts .contacts
	{
	padding: 0;
	background: none;
	box-shadow: none;
	*padding: 15px 20px 5px 20px;
	}

 #contacts form p
	{ 
	margin: 10px 0;
	}

 #contacts .notice
	{
	font-size: 14px;
	}
 }

@media (max-width: 360px) 
 {
 #contacts .flex
	{
	display: block;
	}

 #contacts .flex .field
	{
	margin-top: 10px;
	max-width: 100%;
	}

 #contacts .btn
	{
	width: 100%;
	text-align: center;
	}
 }
