body {
	min-width: 320px;
	max-width: 1140px;
	font-family: 'Montserrat';
	font-size: 14px;
	margin: 0 auto;
	background-color: #1B232B;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 0.3em;

}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.3em;

}

p {
	margin-top: 0px;
	margin-bottom: 2em;
}

a, .logo, .callout, .services_post {
	cursor: pointer;
	text-decoration: none;
	color: #55CBF2;
}

header {
	padding: 12px;
	z-index: 2;
	top: 0px;
	position: sticky;
	background-color: #1B232B;
}

.nav {
	border-radius: 12px;
	background-color: #0D1114;
	padding: 12px;
}

.top_buttons {
	font-size: 16px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 12px;
}

.logo {
	font-size: 20px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: first baseline;
	margin-bottom: 12px;
}

.location {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 10px;
	font-weight: 400;
	color: #55CBF2;;
	margin-top: 6px;
}

.location img {
	margin-right: 8px;
}

.callout {
	width: 100%;
	background-color: #000;
	padding: 12px 0px;
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.callout img {
	margin-right: 8px;
	height: 16px;
}

.title a{
	font-size: 24px;
	font-weight: bold;
	color: #55CBF2;
	
}

/* services */
.services {
	position: relative;
	display: block;
	text-decoration: none;
}
.services .item {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #0D1114;
	cursor: pointer;
	border: 1px solid #55CBF2;
	border-radius: 12px;
	overflow: hidden;
	height: 100px;
	width: 100%;
}
.services .item:hover * {
	transform: scale(1.05);
	transition: .25s;
}
.services .item img {
	width: 100%;
	opacity: 20%;
}
/* services */

/* services_post */
.services_post {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.services_post .item {
	position: relative;
	background-color: #0D1114;
	border: 1px solid #55CBF2;
	border-radius: 12px;
	margin: 6px 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.services_post .item img {
	display: block;
	width: 100%;
}
/* services_post */

.banner_title {
	font-size: 1.2em;
	z-index: 1;
	position: absolute;
	color: #fff;
	text-align: center;
}

main {
	padding: 0 12px 12px;
}

.seo {
	color: #ffffff;
}

.button {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.call {
	width: 100%;
	margin-right: 12px;
	cursor: pointer;
	background-color: #0D1114;
	color: #55CBF2;
	border-radius: 12px;
	border: 1px solid #55CBF2;
	box-shadow: 0 4px 0 #55CBF2;
}

.call:hover {
	transform: translateY(-4px);
	transition: 0.25s;
}

.viber {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.viber a {
	border-radius: 12px;
	background-color: #7360f2;
	padding: 18px 24px;
	box-shadow: 0 4px 0 #beb4ff;
	border: 1px solid #beb4ff;
}

.viber img {
	height: 28px;
}

.viber div {
	display: none;
}

.viber:hover {
	transform: translateY(-4px);
	transition: 0.25s;
}

.button_items {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer {
	padding: 12px;
	margin-top: 16px;
	background-color: #0D1114;
}

footer a {
	color: #bbb;
}

footer a:hover {
	color: #55CBF2;
}

.pages_ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.pages_ul li {
	text-align: center;
	margin: 16px 0;
}

.pages_ul li a {
	font-size: 12px;
}

.lang {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.lang_item {
	margin: 0 8px;
	text-transform: uppercase;
}

.active, .pages_ul li a[aria-current] {
	color: #55CBF2;
	font-weight: bold;
}

@media screen and (min-width: 420px) {
	.top_buttons {
		font-size: 16px;
		font-weight: 600;
		display: flex;
		flex-direction: row;
	}

	.logo {
		flex-direction: column;
		justify-content: space-between;
		align-items: baseline;
		margin-bottom: 0px;
		width: auto;
	}

	.callout {
		padding: 12px 18px;
		width: auto;
	}

	.location br {
		display: none;
	}

	.location img {
		margin-right: 6px;
		height: 12px;
	}
}

@media screen and (min-width: 640px) {
	.nav {
		padding: 12px 24px;
	}

	.top_buttons {
		font-size: 1.8em;
	}

	.location {
		font-size: 16px;
	}

	.location img {
		margin-right: 8px;
		height: 16px;
	}

	.callout img {
		height: 20px;
	}

	.services {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 12px;
	}

	.services .item, .services_post .item {
		margin-bottom: 0px;
		height: 100%;
	}

	.pages_ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	h1 {
		font-size: 2.5em;
	}
	
	h2 {
		font-size: 1.8em;
	}

	.viber div {
		display: block;
	}
}

@media screen and (min-width: 960px) {
	.nav {
		padding: 24px 36px;
	}

	.top_buttons {
		font-size: 2em;
	}

	.callout img {
		height: 24px;
	}

	.services {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 12px;
	}

	.services .item {
		margin-bottom: 0px;
		height: 100%;
	}
	.services_post .item {
		margin-bottom: 0px;
		// height: 393px;
	}

	.banner_title {
		padding: 36px;
	}

	.services {
		margin-top: 1px;
	}

	.services .item img {
		width: 100%;
		height: auto;
	}

	.pages_ul {
		display: flex;
		flex-direction: row;
		align-items: baseline;
		justify-content: space-between;
	}
	
}
