* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #10070c;
	font-family: montserrat-regular;
	color: #fff8de;
	font-size: 12px;
}

a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	color: #fff8de;
}

@font-face {
    font-family: montserrat-regular;
    src: url(fonts/montserrat-regular.ttf);
}
@font-face {
    font-family: montserrat-medium;
    src: url(fonts/montserrat-medium.ttf);
}
@font-face {
    font-family: montserrat-black;
    src: url(fonts/montserrat-black.ttf);
}
@font-face {
    font-family: montserrat-bold;
    src: url(fonts/montserrat-bold.ttf);
}
@font-face {
    font-family: montserrat-extrabold;
    src: url(fonts/montserrat-extrabold.ttf);
}
@font-face {
    font-family: montserrat-light;
    src: url(fonts/montserrat-light.ttf);
}
@font-face {
    font-family: Candarab;
    src: url(fonts/Candarab.ttf);
}

b, th, strong, h1, h2, h3, h4, h5, h6 {
	font-family: montserrat-bold;
}

::-webkit-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-ms-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

textarea::-webkit-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea::-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-ms-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	min-height: 900px;
	margin: 0 auto;
	background: url(../images/bg1.jpg) no-repeat center top 0px,
				url(../images/bg2.jpg) no-repeat center bottom 0px;
	overflow: hidden;
}

#general .wrapper {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
}

#general .wrapper .inner {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.navi {
	height: 90px;
}

.navi ul {
	position: absolute;
	display: inline-block;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1070px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.navi ul li {
	position: relative;
	display: inline-block;
	float: left;
}

.navi ul li a {
	position: relative;
	display: block;
	padding: 0 20px 0 10px;
}

.navi ul li:first-child a {
	padding-left: 0;
}

.navi ul li a span {
	position: relative;
	display: block;
	color: #fff6ca;
	font-size: 16px;
    font-family: Candarab;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.navi ul li a p {
	position: relative;
	display: block;
	color: #a5a5a5;
	font-size: 11px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.navi ul li a:hover span {
	color: #96ff00;
}

.navi ul li a:hover p {
	color: #fff;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.navi .lang {
	position: absolute;
	display: flex;
	height: 60px;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
}

.navi .lang a {
	position: relative;
	display: block;
	width: 40px;
	height: 60px;
	background: url(../images/lang.png) no-repeat;
	opacity: 0.5;
}

.navi .lang a + a {
	margin-left: 5px;
}

.navi .lang a img {
	position: absolute;
	display: block;
	top: 9px;
	left: 0;
	right: 0;
	margin: auto;
}

.navi .lang a span {
	position: absolute;
	display: block;
	bottom: 9px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #ffffff;
	font-size: 9px;
	text-transform: uppercase;
}

.navi .lang a:before {
	content: '';
	position: absolute;
	display: block;
	width: 29px;
	height: 1px;
	background: #413f45;
	top: 34px;
	left: 0;
	right: 0;
	margin: auto;
}

.navi .lang a.active,
.navi .lang a:hover {
	opacity: 1;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.header {
	height: 436px;
	z-index: 0;
}

.logo {
	position: absolute;
	display: block;
	width: 389px;
	height: 241px;
	top: 35px;
    right: 129px;
	background: url(../images/logo.png) no-repeat;
}

.logo:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) no-repeat;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	-webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter:brightness(1.6); 
	-moz-filter:brightness(1.6); 
	-o-filter:brightness(1.6); 
	filter:brightness(1.6);
	visibility: hidden;
	opacity: 0;
}

.logo:hover:before {
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    visibility: visible;
    opacity: 1;
}

.gif-1 {
	position: absolute;
	display: block;
	width: 440px;
	height: 320px;
	background: url(../images/gif-1.png) no-repeat, url(../images/gif-1.gif) no-repeat;
	top: 115px;
    left: 139px;
    z-index: -1;
}

.gif-2 {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/gif-2.png) no-repeat, url(../images/gif-2.gif) no-repeat;
	top: 62px;
    left: 211px;
    z-index: -1;
}

.gif-3 {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/gif-3.png) no-repeat, url(../images/gif-3.gif) no-repeat;
	top: 62px;
    left: 362px;
    z-index: -1;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content {
	min-height: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block !important;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content-left {
	position: relative;
	display: inline-block;
	float: left;
	width: 370px;
}

.content-left ul,
.content-left ul li {
	position: relative;
	display: block;
	width: 370px;
	margin: 0 auto;
}

.content-left ul li a {
	position: relative;
	display: block;
	width: 370px;
	height: 96px;
	border-top: 1px solid #312c2f;
	border-bottom: 1px solid #312c2f;
}

.content-left ul li a .ico {
	position: absolute;
	display: block;
	width: 76px;
	height: 76px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/ico-0.png) no-repeat;
}

.content-left ul li a .ico span {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}

.content-left ul li a .ico span img {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	-webkit-transition:all 0.8s ease; 
	-o-transition:all 0.8s ease; 
	-moz-transition:all 0.8s ease; 
	transition:all 0.8s ease;
}

.content-left ul li a:hover .ico span img {
	-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.content-left ul li a .text {
	position: absolute;
	display: block;
	width: 250px;
	top: 50%;
	transform: translateY(-50%);
	left: 97px;
}

.content-left ul li a .text span {
	position: relative;
	display: block;
	color: #e3c513;
	font-size: 16px;
    font-family: montserrat-black;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.content-left ul li a .text p {
	position: relative;
	display: block;
	color: #8e8e8e;
	font-size: 12px;
	margin-top: 5px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.content-left ul li a:hover .text span {
	color: #e38113;
}
.content-left ul li a:hover .text p {
	color: #b7b7b7;
}

.content-left ul li a:before {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 62px;
	background: url(../images/ico-arrow.png) no-repeat;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.content-left ul li a:hover:before,
.content-left ul li.active a:before {
	opacity: 1;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content-right {
	position: relative;
	display: inline-block;
	float: right;
	width: 818px;
	padding: 30px 0;
	border: 1px solid #312c2f;
}

.content-right .content-tab {
	position: relative;
	display: none;
	width: 774px;
	margin: 0 auto;
	color: #8e8e8e;
	font-size: 14px;
	line-height: 21px;
}

.content-right .content-tab.active {
	display: block;
}

.content-right .content-tab .content-title {
	position: relative;
	display: block;
	color: #e3c513;
	font-size: 24px;
    font-family: montserrat-black;
    line-height: 21px;
}

.content-right .content-tab span.title-1 {
	position: relative;
	display: block;
	color: #ffffff;
    font-size: 14px;
    margin: 27px auto 22px;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/

/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.footer {
	height: 134px;
	margin-top: 16px !important;
}

.footer .copyright {
	position: absolute;
	display: inline-block;
	width: 550px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #8c877c;
	font-size: 10px;
	text-shadow: 0 0 0 #8c877c;
}

.footer .banners {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 685px;
}

.footer .banners li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 5px;
}

.footer .coolness {
	position: absolute;
	display: block;
	width: 122px;
	height: 31px;
	background: url(../images/coolness.png) no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.footer .coolness:hover {
	opacity: 0.7;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
#popup {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
#popup #popup-flex {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(20, 11, 9, 0.8);
  overflow: hidden;
  overflow-y: auto;
}
#popup #popup-flex #popup-block {
  position: relative;
  display: block;
  width: 100%;
}
#popup #popup-flex #popup-block div[data-rel="popup-content"] {
  position: relative;
  display: none;
  width: 100%;
  max-width: 706px;
  padding: 30px 20px 50px;
  min-height: 100px;
  align-self: center;
  justify-self: center;
  background: #281a16;
  margin: 30px auto;
  z-index: 2;
  border: 2px solid #3a2a24;
}
#popup #popup-flex #popup-block div[data-rel="popup-content"] .popup-close-content {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat;
  top: 15px;
  right: 15px;
  z-index: 1;
}
#popup #popup-flex #popup-block div[data-rel="popup-content"] .popup-close-content:hover {
  transform: rotate(90deg);
}
#popup #popup-flex .popup-close {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#popup #popup-flex .popup-close:before {
  content: '';
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#popup div[data-rel="popup-content"] .popup-title {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 35px;
}
#popup div[data-rel="popup-content"] .popup-title span {
  position: relative;
  display: block;
  color: #ffe6ab;
  font-size: 30px;
  line-height: 36px;
}
#popup div[data-rel="popup-content"] .popup-title p {
  position: relative;
  display: block;
  color: #7c7068;
  font-size: 14px;
  margin-top: 3px;
}
#popup div[data-rel="popup-content"] .block {
  position: relative;
  display: block;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
#popup div[data-rel="popup-content"] .block .item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
#popup div[data-rel="popup-content"] .block .item + .item {
  margin-top: 36px;
}
#popup div[data-rel="popup-content"] .block .item .text {
  position: relative;
  display: block;
  color: #ffe6ab;
  font-size: 14px;
  margin-bottom: 25px;
}
#popup div[data-rel="popup-content"] .block .item .list {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 9px;
  justify-content: center;
}
#popup div[data-rel="popup-content"] .block .item .list li {
  position: relative;
  display: block;
  width: 100%;
}
#popup div[data-rel="popup-content"] .block .item .list li a {
  position: relative;
  display: flex;
  border: 1px solid #f7b459;
  height: 39px;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#popup div[data-rel="popup-content"] .block .item .list li a:hover {
  background: #f7b459;
  color: #000;
}