


body {
	color: #000;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	margin-bottom: 50px;
	font-size: 12px;
	background-color: #040a0c;
	height: 100vh;
	overflow-x: hidden;
}

section.container {
	max-width: 1240px;
}

.z {
	z-index: 1;
	position: relative;
	background-color: white;
	padding: 30px 110px;
}

.header-img {
	position: absolute;
	height: 80%;
	right: 40px;
    top: 110px;
}

.body {
	background-color: #d5e3ce;

	padding-top: 40px;
}

h1 {
    font-family: "Rubik", serif;
	color: #fff;
	margin-top: 50px;
	font-size: 4.5em;
	margin-bottom: 0;
	font-weight: 700;
	margin-left: 0;
    line-height: 1.3;
}

h2 {
	color: #fff;
    font-family: "Rubik", serif;
	margin: 40px 0 10px;
	font-size: 2.8em;
}

h2::after {
    content: "";
    display: block;
    width: 200px;       /* length of the underline */
    height: 8px;        /* thickness of the underline */
    background-color: #bed5a2;
    margin-top: 8px;    /* spacing from text to line */
}


.h2-sub {
	font-size: .7em;
}

h3 {
	color: #c1001f;
    font-size: 2em;
    line-height: 1.1em;
    margin-top: 20px;
    font-weight: bold;
	display: block;
	width: 100%;
	float: left;
}
.rus h3{
	text-transform: uppercase;
}
h4 {
	margin-top: 0;
	font-weight: bold;
	padding-top: 10px;
	font-size: 1.5em;
}

h4 + p > strong {
	max-width: 80%;
    display: inline-block;
}

section.cookie-check {
	margin: 0 auto;
	position: fixed;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
	background-color: #979696d1;
	color: #ffffff;
	font-size: 1em;
	padding: 8px 15px;
	text-align: center;
}

.btn-cta img {
	margin-bottom: -45px;
}

.fair-badge {
	position: absolute;
	top: -30px;
	padding-left: 550px;
	z-index: 999;
}

.badges {
	width: 100%;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.badges img {
	height: 30px;
}
.badges img:last-child {
}

.cookie-check button,
.cookie-check a {
	padding: 4px 8px;
	font-size: 1em;
	border: none;
	background: none;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.pct {
	color: #c1001f;
	font-size: 60%;
}
.mb {
	margin-bottom: 40px;
	display: -ms-flex; display: -webkit-flex; display: flex;
}

.cookie-check button.em {
	background: #a5a5a5;
}

.lang{
	position: relative;
}

a {
	text-decoration: underline;
	    font-size: 1.1em;
}

.lang,
.lang a {
	font-weight: bold;
	color: #a5a5a5;
	text-transform: uppercase;
}
.lang li {
	display: inline;
}
.lang li a.active{
	color: #c1001f;
}

.logo-white{
	display: block;
	position: absolute;
	right: 0;
	height: 60px;
}

.content {
	flex: 1;
	z-index: 1;
	padding: 15px;
}
.content p {
	font-size: 1.2em;
	line-height: 1.3em;
}

.content img.pull-right {
	padding-right: 10px;
}

.info-wrapper {
	max-width: 200px;
}

.info {
	background-color: #d5d5d5;
	padding: 15px 10px 10px;
	text-align: center;
	color: #484341;
	border-radius: 10px;
}

.info strong {
	font-size: 1.3em;
    font-family: "Rubik", serif;
	line-height: .8em;
}

.app {
	display: block;
}

.big{
	font-size: 4em;
	line-height: 1em;
	font-weight: bold;
}

.header-bg {
	background-color: #005a31;
	position: relative;
	padding-bottom: 50px;
	min-height: 260px;
}

.mobile {
	margin-top: -275px;
	z-index: 9;
    right: 10px;
	top: 50px;
    display: block;
    position: absolute;
	max-height: 350px;
}

.slogan {
	width: 60%;
	padding-top: 20px;
}



.red {
	color: #c1001f;
}

.black {
	color: #000;
}

header h4{
	margin-top: 0;
	padding-top: 0;
	font-size: 1.8em;
}

.cta {
	background-color: #c1001f;
	padding: 5px 10px;
	margin-top: 10px;
}

.cta a {
	text-decoration: none;
	font-size: 140%;
	color: #fff;
}

.cta + div {
	color: #484341;
	padding-top: 5px;
	font-size: 12px;
	font-weight: 900;
}

.ru .cta {
	font-size: 120%;
}

.ling-red:hover,
.link-red:visited,
.link-red:active
{
	color: #fff;
}
.link-red:hover{
	background-color: #b1000c;
}


@media (max-width: 992px){
	body {
		font-size: 16px;
	}
	h1	{
		font-size: 3em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.3em;
	}
	.big {
		font-size: 3em;
	}
	.info strong {
		font-size: 1.0em;
	}
	.fair-badge {
		top: -30px;
		padding-left: 0;
		right: 25%;
	}
	.z {
		padding: 30px 10px;
	}
}
@media (min-width: 768px){
	.container {
		width: 100%;
	}

}
@media (max-width: 767px){
	header {
		background-image: none;
	}
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 3em
	}
}
