body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

input[type=text],
input[type=email] {
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 10px;
	box-sizing: border-box;
	font-size: inherit;
	border: 1px solid #dadada;
	border-radius: 4px;
}

button {
	background: white;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
}

.clearfix:after {
	display: block;
	content: ' ';
	clear: both;
}

.topbar { padding: 20px 0 }

.topbar:after {
	display: block;
	content: ' ';
	clear: both;
}

.topbar > div {
	width: 25%;
	float: left;
}

.topbar .col-mid {
	width: 50%;
	position: relative;
}

.topbar img { max-width: 160px }

.topbar form {
	position: relative;
	margin-top: 15px;
}

.topbar input[type=text] {
	border: 0;
	box-shadow: 0 0 5px #cecece;
	padding: 15px 20px;
	outline: none;
}

.topbar button {
	position: absolute;
	height: 48px;
	top: 0;
	right: 0;
	background: #f6e100;
	font-size: 20px;
	padding: 0 15px;
}

.topbar--autocomplete {
	display: none;
	background: #fff;
	border: 1px solid #dbdbdb;
	position: absolute;
	z-index: 1;
	width: 100%;
	margin: -10px 0 0 0;
	padding: 5px;
	box-sizing: border-box;
}

.topbar--autocomplete a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	height: 55px;
	box-sizing: border-box;
	padding: 8px 0;
	border-top: 1px solid #dbdbdb;
}

.topbar--autocomplete > a:first-child { border-top: 0 }

.topbar--autocomplete a:hover { background: #ececec }

.topbar--autocomplete a > div:first-child { float: left }

.topbar--autocomplete img {
	display: block;
	height: 40px;
	margin: 0 5px;
}

.topbar--autocomplete span {
	display: block;
	font-weight: 400;
}

.topbar--lang { text-align: center }

.topbar--lang > div { margin-top: 28px }

.topbar--lang > div > a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
}

.topbar--lang > div > .topbar--lang-active { color: #f7c732 }

.menu {
	position: relative;
	box-shadow: 0px 10px 10px #cecece;
}

.menu,
.menu-mobile { background: #f6e100 }

.menu > div { padding: 6px 0 }

.menu--dropdown {
	background: transparent;
	border: 1px solid #000;
	padding: 8px 100px 8px 20px;
	position: relative;
	font-weight: 500;
	outline: none;
	cursor: pointer;
}

.menu--dropdown:hover {
	background: #fff7a6;
	transition: all 2s;
}

.menu--dropdown i {
	position: absolute;
	top: 10px;
	right: 10px;
}

.menu--dropdown-list {
	position: absolute;
	background: #fff;
	padding: 12px 0;
	box-shadow: 2px 2px 3px #444;
	z-index: 2;
	display: none;
}

.menu--dropdown:hover + .menu--dropdown-list { display: block }
.menu--dropdown-list:hover { display: block }

.menu--dropdown-list a {
	display: block;
	padding: 10px 20px;
	color: #000;
	text-decoration: none;
}

.menu > div > a {
	margin-left: 25px;
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.menu > div > a:hover,
.menu > div > a:focus {
	color: #fff;
	text-shadow: 1px 1px #c1c1c1;
	transition: .3s all;
}

.menu--mobile-trigger {
	display: none;
	background: transparent;
	float: right;
	font-size: 26px;
	padding: 0 5px;
}

.menu-mobile {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 3;
	color: #000;
	text-transform: uppercase;
}

.menu-mobile h2 { text-align: center }

.menu-mobile button {
	background: transparent;
	display: block;
	width: 50px;
	margin: 25px auto;
	font-size: 28px;
}

.menu-mobile a {
	display: block;
	text-align: center;
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	margin: 15px 0;
}

.content { background: #f3f3f3 }

.wrapper {
	max-width: 1142px;
	margin: 0 auto;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.footer--first-row { padding: 60px 0 20px 0 }

.footer--first-row:after {
	display: block;
	content: ' ';
	clear: both;
}

.footer--first-row > div { float: left }

.footer--first-row-col-1 { width: 422px }
.footer--first-row-col-2 { width: 220px }
.footer--first-row-col-3 { width: 220px }
.footer--first-row-col-4 { width: 280px }

.footer--first-row-col-1 img { max-width: 140px }

.footer--first-row-col-1 p {
	margin: 25px 0 0 0;
	color: #9a9a9a;
	line-height: 24px;
	width: 80%;
}

.footer--first-row-col-2 h3,
.footer--first-row-col-3 h3 { margin: 0 0 25px 0 }

.footer--first-row-col-2 div,
.footer--first-row-col-3 div { margin: 0 0 20px 0 }

.footer--first-row-col-2 a,
.footer--first-row-col-3 a {
	color: #9a9a9a;
	text-decoration: none;
}

.footer--first-row-col-2 a:hover,
.footer--first-row-col-3 a:hover,
.footer--first-row-col-2 a:focus,
.footer--first-row-col-3 a:focus { text-decoration: underline }

.footer--first-row-col-4 img { max-width: 250px }

.footer--first-row-btn {
	display: block;
	max-width: 250px;
	background: #f6e100;
	margin: 15px 0 0 0;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
}

.footer--first-row-btn:hover,
.footer--first-row-btn:focus { font-weight: 500 }

.footer--second-row {
	border-top: 1px solid #e6e6e6;
	padding: 20px 0;
	color: #9a9a9a;
}

.nav-path {
	padding: 25px 0;
	font-size: 14px;
}

.nav-path + .content { padding: 30px 0 }

.nav-path a {
	text-decoration: none;
	color: #8e8e8e;
}

.nav-path a:hover { text-decoration: underline }


@media(max-width: 960px) {

	.menu > div > a { display: none }

	.menu--mobile-trigger { display: inline-block }

	.footer--first-row > div { width: 100% }

	.footer--first-row-col-1,
	.footer--first-row-col-4 { margin: 0 0 30px 0 }

	.footer--first-row-col-2,
	.footer--first-row-col-3 { display: none }

}

@media(max-width: 850px) {

	.topbar > div { width: 100% !important }

	.topbar > div:first-child { text-align: center }

	.topbar--lang > div { margin: 10px 0 }

}

