/**
Theme Name: BET
Author: Web Developer Vitaliy Hrebinets
Author URI: http://devh.pp.ua/
Description: Індивідуальна тема для ТОВ «БІОЕНЕРДЖІТРАНС».
Version: 1.0
**/

html, body
	{background: rgb(24, 25, 26);
	color: rgb(255, 255, 255);
	box-sizing: border-box;
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 1.5}
a
	{color: rgb(255, 255, 255);
	transition: 0.5s;
	webkit-transition: 0.5s}
.size
	{position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto}
header
	{position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 70px;
	z-index: 10}
.menu_mobile
	{position: absolute;
	display: none;
	width: 50px;
	height: 50px;
	padding: 10px 15px;
	cursor: pointer}
.menu_mobile hr
	{background-color: rgb(255, 255, 255);
	height: 0px;
	margin: 0px;
	margin-top: 10px;
	border-radius: 2px;
	border: 2px solid rgb(255, 255, 255)}
.menu_mobile.active hr
	{background-color: rgb(245, 170, 0);
	border: 2px solid rgb(245, 170, 0)}
/*header .logo
	{display: inline-block;
	vertical-align: middle;
	width: 200px;
	margin: 0px;
	padding: 0px}
header .logo img
	{height: 50px;
	margin: 10px 20px}*/
header menu
	{display: inline-block;
	vertical-align: middle;
	width: calc(100% - 140px);
	text-align: right}
header menu, header menu ul
	{margin: 0px;
	padding: 0px}
header menu li
	{list-style-type: none;
	display: inline-block}
header menu li.current-menu-item a
	{color: rgb(245, 170, 0)}
header menu a
	{display: block;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 10px;
	padding: 25px 0px;
	transition: 0.5s;
	-webkit-transition: 0.5s}
header menu a:hover
	{opacity: 0.7}
.open_contact
	{position: absolute;
	background-color: rgb(245, 170, 0);
	top: 20px;
	right: 35px;
	width: 80px;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	border-radius: 5px}
.closed_contact, .closed_menu
	{position: fixed;
	display: none;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 9}
#contact
	{display: none;
	position: absolute;
	top: 25px;
	right: 10px;
	background-color: rgb(255, 255, 255);
	color: rgb(245, 170, 0);
	width: 200px;
	max-width: 100%;
	max-height: calc(100% - 110px);
	overflow: auto;
	margin: 65px 0px 0px 0px;
	border-radius: 5px;
	z-index: 11}
#contact .block
	{padding: 1px;
	text-align: center}
#contact a
	{color: rgba(245, 170, 0, 0.7);
	text-decoration: none;
	transition: 0.5s;
	webkit-transition: 0.5s}
#contact a:hover
	{color: rgb(245, 170, 0)}


.home_
	{position: relative;
	top: 0px;
	margin-bottom: 100vh}
#welcome
	{position: absolute;
	display: none;
	width: calc(100% - 10px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center}
#welcome img
	{width: 100%;
	max-width: 480px;
	height: auto}
#welcome p
	{font-size: 36px;
	text-transform: uppercase}
#welcome p b
	{color: rgb(245, 170, 0)}

.img_page
	{position: relative;
	overflow: hidden;
	padding-top: 50%;
	z-index: 1}
.img_page::before
	{content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2}
.img_page div
	{position: fixed;
	top: 0px;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 0px;
	padding-top: 50%;
	z-index: 1}
.content
	{position: relative;
	background-color: rgb(24, 25, 26);
	margin: 0px;
	padding: 10px;
	z-index: 3}
.content h1
	{color: rgb(245, 170, 0);
	text-align: center}

.error
	{position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center}
.error h1
	{color: rgba(245, 170, 0, 0.1);
	margin: 0px;
	padding: 0px;
	font-size: 300px;
	text-shadow: 0px 0px 120px rgb(245, 170, 0);
	-webkit-text-stroke: 1px rgb(245, 170, 0)}
footer
	{text-align: center}
footer .devh
	{font-weight: bold}
footer .devh a:hover
	{color: rgb(245, 170, 0)}