<style>

::selection,
::-moz-selection {
  background: #F7AA58;
  color:#fff
}

body {
	margin: 0;
	background-color: #3E4F64;
	color: #fff;
}
.text {
	position: relative;
	font-family: Open Sans, Calibri, Helvetica, Arial;
	font-size: 16px;
	line-height: 1.9em;
	text-align: center;
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}
.text img,
.text p,
.text a {
	margin-left: auto;
	margin-right: auto;
}
.text img {
	margin-bottom: 50px;
}
a:not(.instagram) {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #F7AA58;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #F7AA58;
	text-decoration: none;
}

.merima-heinz {
	border-radius: 500px;
	width: 100%;
	height: auto;
	max-width: 480px;
}

.logo {
	width: 100%;
	height: auto;
	max-width: 388px;;
}

h1, h2.like-h1 {
	font-weight: normal;
	font-size: 32px;
	line-height: 1.2em;
	margin: 20px 0 40px 0;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0;
}
p {
	margin: 0;
	font-size: 16px;
	max-width: 1115px;
}

table {
	margin-top: 20px;
	margin-bottom: 50px;
}
table ul {
	padding: 0;
	margin-bottom: 20px;
}
table ul {
	margin-top: 0;
}
footer table ul {
	margin-top: 15px;
}
table td:first-child ul {
	direction: rtl;
}
table li {
	display: flex;
}
table li::before {
	content: "-";
	margin-left: 10px;
	font-size: 20px;
	color: #F7AA58;
	font-weight: bold;
}
table td:last-child li::before {
	margin-left: 0;
	margin-right: 10px;
}
.text table p {
	/*font-size: 20px;*/
	font-weight: normal;
	vertical-align: top;
	margin-bottom: 0;
}
table td {
	vertical-align: top;
	width: 50%;
}
table th:first-child,
table td:first-child {
	text-align: right;
	padding-right: 25px;
}
table th:last-child,
table td:last-child {
	text-align: left;
	padding-left: 25px;
}

.instagram {
	margin-top: 40px;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.instagram:hover {
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.instagram img {
	margin: 0;
}

footer {
	background-color: #37475A;
}
footer .text {
	padding-top: 70px;
	max-width: 1230px;
}

.footer {
	font-size: 10px;
	font-weight: bold;
	opacity: 0.5;
	text-transform: uppercase;
	margin: 30px 0 80px 0;
}


@media screen and (max-width: 500px) {
	.text {
		margin-top: 10px;
		padding: 10px;
		font-size: 14px;
	}
	.text img {
		margin-bottom: 30px;
	}
	.merima-heinz {
		max-width: 80vw;
	}
	
	table {
		margin-bottom: 10px;
	}
	table td,
	table th {
		width: 100%;
		float: left;
		margin-bottom: 50px;
	}
	table th:first-child,
	table td:first-child,
	table th:last-child,
	table td:last-child {
		text-align: left;
		padding: 0;
	}
	table td:first-child ul {
		direction: unset;
	}
	table li::before {
		margin-left: 0;
		margin-right: 10px;
	}
	
	h1, h2.like-h1 {
		font-size: 20px;
		margin: 20px 0 20px 0;
	}
	h2 {
		font-size: 18px;
		line-height: 1.2em;
	}
	
}


</style>