* {
	outline: none;
}

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, 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;
}

html { 
	width: 100%;
	height: 100%;

}

body { 
	width: 100%;
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 13pt;
    line-height: 1.5;
	background: #000;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0px;
	padding: 0px;
}

ol, ul {
	list-style: none;
}

p {
	padding-bottom: .5em;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:link,
a:visited {
	color: #66aacc;
}

a:hover {
	color: #e5097f;
}

strong {
	font-weight: bold;
}

.container {
	width: 100%;
	padding: 0 1rem;
	margin: 0 auto;
    box-sizing: border-box;
}

.site-header {
	background: #000 url("../img/intro-background-mobile.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
}

.site-header-inner {
	text-align:center;
}

.site-header h1 {
	text-transform: uppercase;
}

.mimimi-logo-container {
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

.mimimi-logo img {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
}

.mapa-link {
	font-size: 120%;
}


.contacts-button-container {
	display: flex;
	justify-content:center;
	padding-top: 16px;
	padding-bottom: 30px;
}

a.contacts-button {
	text-transform: uppercase;
	font-size: 1em;
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	background-color: #e5097f;
	text-align: center;
}

a.contacts-button:hover {
	background-color: #f42794;
}

.contacts-map-outer {
	padding: 50px 0;
}

.contacts-map iframe {
	display: block;
	width: 100%;
	height: 350px;
}

.contacts-inner {
	display: flex;
	flex-flow: row wrap;
	
}

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

.video {
  aspect-ratio: 9 / 16;
  width: 100%;
  max-width: 350px;
}

.section-title {
	padding: 50px 0;
}

.section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
	text-transform: uppercase;
	color: #e5097f;
}

.contacts-item h3 {
	font-size: 1.6em;
	line-height: 1.2;
	color: #e5097f;
}


h1 {
	font-size: 1.2em;
	line-height: 1.2;
	padding: 1em 0;
}

h2 {
	font-size: 1.6em;
	line-height: 1.2;
}

.gallery-outer {
	background-color: #000;
}

.gallery {
	box-sizing: border-box;
	padding: 2px;
	display: flex;
	flex-flow: row wrap;
}

.gallery-item a {
	display: block;
	overflow: hidden;
	
}

.gallery-item a:hover img {
	transform: scale(1.1);
}

.gallery-item img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .2s;
}

.gallery-item {
	box-sizing: border-box;
	padding: 4px;
	width: 33.33%;
}

footer {
	padding: 50px 0;
	text-align: center;
}

.header-services {
	padding-bottom: 18px;
}

.header-services li {
	line-height: 1;
	padding-bottom: 12px;
	font-size: 1em;
}

.site-header-welcome {
	font-size: 1em;
}

.site-header-social {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-footer-social {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-social ul {
	display: flex;
	flex-flow: row nowrap;
}

.site-social li {
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.site-social a {
	display: block;
}

.site-social img {
	display: block;
	width: 32px;
	height: auto;
}

.contacts-item-phone {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

.contacts-item-phone p {
	font-size: 1.4em;
	padding-bottom: 0;
}

.contacts-item-phone span {
	padding-left: 12px;
}

.contacts-item-phone img {
	display: block;
	width: 24px;
	height: auto;
}

.lang-switcher {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.lang-switcher a {
	display: inline-block;
	border-radius: 5px;
	line-height: 1;
	padding: 6px 8px;
}

.lang-switcher .lang-mordor a {
	color: #999;
	font-size: 0.9em;
}

.lang-switcher .lang-active a {
	background-color: #e5097f;
	color: #fff;
	text-decoration: none;
}

.lang-switcher .lang-mordor-active a {
	background-color: #666;
	color: #ccc;
	text-decoration: none;
	font-size: 0.9em;
}

.copyright {
	padding-top: 10px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
	
	.gallery-item {
		width: 33.33%;
	}
	
	.gallery-item-last {
		display: block;
	}
	
	h1 {
		font-size: 1.4em;
	}
	
	.header-services li {
		padding-bottom: 14px;
		font-size: 1.2em;
	}
	
	.site-header-welcome {
		font-size: 1.2em;
	}

}

@media (min-width: 768px) {
	.site-header {
		background: #000 url("../img/intro-background-desktop.jpg") center center no-repeat;
		background-size: cover;
	}
	.container {
		max-width: 720px;
	}
	
	.contacts-item {
		width: 33.33%;
		text-align: left;
	}
	
	h1 {
		font-size: 1.6em;
	}
	
	.header-services li {
		padding-bottom: 16px;
		font-size: 1.4em;
	}
	
	.site-header-welcome {
		font-size: 1.4em;
	}
	
	a.contacts-button {
		font-size: 1.2em;
	}
	.contacts-item-phone,
	.site-footer-social {
		justify-content: flex-start;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
	
	.gallery-item {
		width: 25%;
	}
	
	.gallery-item-last {
		display: none;
	}
	
	h1 {
		font-size: 1.8em;
	}
	
	.header-services li {
		padding-bottom: 18px;
		font-size: 1.6em;
	}
	
	.site-header-welcome {
		font-size: 1.6em;
	}
	
	a.contacts-button {
		font-size: 1.4em;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	  
	h1 {
		font-size: 2em;
	}
}