html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
  	font-family: "Montserrat", sans-serif;
  	font-size: 16px;
}

* {
	box-sizing: border-box;
}

.maintenance {
	width: 100%;
	min-height: 100vh;
	background: url(../images/bg.png) no-repeat center center;
	background-size: cover;

	display: flex;
	align-items: center;
	justify-content: center;
}
.maintenance .content {

}
.maintenance .content .logo {
	text-align: center;
	margin: 0 0 60px 0;
}
.maintenance .content .logo img {
	height: 189.658px;
}
.maintenance .content h1 {
	text-align: center;
	font-family: Kurale;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px; /* 120% */
	text-transform: uppercase;
	background: linear-gradient(80deg, #A2743E -73.47%, #A2743E -27.05%, #DCB969 68.89%, #F6D97D 115.32%, #FEF29E 149.36%, #F6D97D 186.5%, #A2743E 236.02%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 0 20px 0;
}
.maintenance .content .description {
	color: #D4D4D4;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 40px 0;
}
.maintenance .content .description > p:not(:last-child) {
	margin: 0 0 20px 0;
}
.maintenance .content .contacts {
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	padding: 26px 0;
	width: 438px;
	margin: 0 auto;
}
.maintenance .content .contacts ul {
	display: flex;
}
.maintenance .content .contacts ul li {
	min-height: 30px;
	width: 50%;
    padding: 0 0 0 44px;
    display: flex;
    align-items: center;
}
.maintenance .content .contacts ul > li:not(:last-child) {
	
}
.maintenance .content .contacts ul li.phone {
	background: url(../images/phone.svg) no-repeat center left;
}
.maintenance .content .contacts ul li.location {
	background: url(../images/location.svg) no-repeat center left;
}
.maintenance .content .contacts ul li a {
	color: #D4D4D4;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
}













