* {
	margin: 0px;
	padding: 0px;
}
.title {
	display: none;
}
body {
	font-family: Raleway-Regular;
	background: #110b0d;
	color: #fff7df;
	font-size: 14px;
}

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: #ffb14b;
}
.promo_link {
    color: #fff7df;
    position: absolute;
    text-decoration: none;
    top: 25px;
    left: 120px;
    border-bottom: 1px dashed;
    z-index: 10000;
	opacity: 0.2;
}
.promo_link:hover {
	opacity: 0.5;
}
.promo_link a {
	color: #fff7df;
}
.promo_link:hover {
	color: white;
	border-bottom: none;
}
@font-face {
    font-family: Raleway-Black; /* Гарнитура шрифта */
    src: url("../fonts/Raleway-Black.ttf"/*tpa=http://www.yuett2.top/template/lineage/site/fonts/Raleway-Black.ttf*//*tpa=/template/lineage/site/fonts/Raleway-Black.ttf*//*tpa=/template/lineage/site/fonts/Raleway-Black.ttf*//*tpa=https://valhalla-age.ru/template/lineage/site/fonts/Raleway-Black.ttf*/); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Raleway-Regular; /* Гарнитура шрифта */
    src: url("../fonts/Raleway-Regular.ttf"/*tpa=http://www.yuett2.top/template/lineage/site/fonts/Raleway-Regular.ttf*//*tpa=/template/lineage/site/fonts/Raleway-Regular.ttf*//*tpa=/template/lineage/site/fonts/Raleway-Regular.ttf*//*tpa=https://valhalla-age.ru/template/lineage/site/fonts/Raleway-Regular.ttf*/); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Raleway-SemiBold; /* Гарнитура шрифта */
    src: url("../fonts/Raleway-SemiBold.ttf"/*tpa=http://www.yuett2.top/template/lineage/site/fonts/Raleway-SemiBold.ttf*//*tpa=/template/lineage/site/fonts/Raleway-SemiBold.ttf*//*tpa=/template/lineage/site/fonts/Raleway-SemiBold.ttf*//*tpa=https://valhalla-age.ru/template/lineage/site/fonts/Raleway-SemiBold.ttf*/); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Raleway-Bold; /* Гарнитура шрифта */
    src: url("../fonts/Raleway-Bold.ttf"/*tpa=http://www.yuett2.top/template/lineage/site/fonts/Raleway-Bold.ttf*//*tpa=/template/lineage/site/fonts/Raleway-Bold.ttf*//*tpa=/template/lineage/site/fonts/Raleway-Bold.ttf*//*tpa=https://valhalla-age.ru/template/lineage/site/fonts/Raleway-Bold.ttf*/); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Raleway-Medium; /* Гарнитура шрифта */
    src: url("../fonts/Raleway-Medium.ttf"/*tpa=http://www.yuett2.top/template/lineage/site/fonts/Raleway-Medium.ttf*//*tpa=/template/lineage/site/fonts/Raleway-Medium.ttf*//*tpa=/template/lineage/site/fonts/Raleway-Medium.ttf*//*tpa=https://valhalla-age.ru/template/lineage/site/fonts/Raleway-Medium.ttf*/); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: PhilosopherRegular;
    src: url("../fonts/PhilosopherRegular.ttf"/*tpa=http://www.yuett2.top/template/lineage/site/fonts/PhilosopherRegular.ttf*//*tpa=/template/lineage/site/fonts/PhilosopherRegular.ttf*//*tpa=/template/lineage/site/fonts/PhilosopherRegular.ttf*//*tpa=https://valhalla-age.ru/template/lineage/site/fonts/PhilosopherRegular.ttf*/);
}
@font-face {
    font-family: PhilosopherBold;
    src: url("../fonts/PhilosopherBold.ttf"/*tpa=http://www.yuett2.top/template/lineage/site/fonts/PhilosopherBold.ttf*//*tpa=/template/lineage/site/fonts/PhilosopherBold.ttf*//*tpa=/template/lineage/site/fonts/PhilosopherBold.ttf*//*tpa=https://valhalla-age.ru/template/lineage/site/fonts/PhilosopherBold.ttf*/);
}

b, th, strong, h1, h2, h3, h4, h5, h6 {
	font-family: Raleway-Bold;
}

::-webkit-input-placeholder { 
	color:#222222; 
	-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:#222222; 
	-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:#222222;  
	-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:#222222; 
	-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:#222222; 
	-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:#222222; 
	-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:#222222;  
	-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:#222222; 
	-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: 1000px;
	min-height: 1170px;
	margin: 0 auto;
	background: url("../images/bg1.jpg"/*tpa=http://www.yuett2.top/template/lineage/site/images/bg1.jpg*//*tpa=/template/lineage/site/images/bg1.jpg*//*tpa=/template/lineage/site/images/bg1.jpg*//*tpa=https://valhalla-age.ru/template/lineage/site/images/bg1.jpg*/) no-repeat center top, url("../images/bg2.jpg"/*tpa=http://www.yuett2.top/template/lineage/site/images/bg2.jpg*//*tpa=/template/lineage/site/images/bg2.jpg*//*tpa=/template/lineage/site/images/bg2.jpg*//*tpa=https://valhalla-age.ru/template/lineage/site/images/bg2.jpg*/) no-repeat center bottom;
	overflow: hidden;
}

.wrapper {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
}

.wrapper section {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-1 {
	height: 385px;

}
.wrapper section.section-1 {
	margin-top: 70px;
}
.section-1 nav {
	position: relative;
	display: block;
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	z-index: 1;
}

.section-1 nav ul {
	position: absolute;
	display: inline-block;
	/* width: 100%; */
	width: 90%;
	height: 70px;
	top: 0;
	left: 0;
	text-align: center;
}

.section-1 nav ul li {
	position: relative;
	display: inline-block;
	margin: 0px;
	height: 70px;
}

.section-1 nav ul li a {
	position: relative;
	display: block;
	color: #fff7df;
	font-size: 17px;
	z-index: 1;
	padding: 0 15px;
	height: 70px;
	line-height: 70px;
}

.section-1 nav ul li .light-0 {
	position: absolute;
	display: block;
	width: 25%;
	height: 0;
	bottom: 0px;
	background: #462210;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.section-1 nav ul li .light-1 {
	left: 0;
	transition-delay: 0s;
}
.section-1 nav ul li .light-2 {
	left: 25%;
	transition-delay: 0.10s;
}
.section-1 nav ul li .light-3 {
	left: 50%;
	transition-delay: 0.20s;
}
.section-1 nav ul li .light-4 {
	left: 75%;
	transition-delay: 0.30s;
}

.section-1 nav ul li a:hover ~ .light-1 {
	height: 100%;
}
.section-1 nav ul li a:hover ~ .light-2 {
	height: 100%;
}
.section-1 nav ul li a:hover ~ .light-3 {
	height: 100%;
}
.section-1 nav ul li a:hover ~ .light-4 {
	height: 100%;
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-1 nav .btn-cab {
	position: absolute;
	display: block;
	width: 178px;
	height: 38px;
	background: url("../images/btn-cab.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/btn-cab.png*//*tpa=/template/lineage/site/images/btn-cab.png*//*tpa=/template/lineage/site/images/btn-cab.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/btn-cab.png*/) no-repeat;
	text-align: center;
	line-height: 37px;
	color: #fff7df;
	font-size: 12px;
	top: 60px;
	right: 35px;
}
.section-1 nav .btn-lang-en {
	position: absolute;
    display: block;
    text-align: center;
    color: #fff7df;
    font-size: 12px;
    top: 17px;
    background: none;
    border: 3px solid #2c2328;
    height: 30px;
    width: 30px;
    line-height: 31px;
    border-radius: 20px;
    right: 155px;
}
.section-1 nav .btn-lang-ru {
	position: absolute;
    display: block;
    text-align: center;
    color: #fff7df;
    font-size: 12px;
    top: 17px;
    background: none;
    border: 3px solid #2c2328;
    height: 30px;
    width: 30px;
    line-height: 31px;
    border-radius: 20px;
    right: 110px;
}
.section-1 nav .btn-lang-cn {
    position: absolute;
    display: block;
    text-align: center;
    color: #fff7df;
    font-size: 12px;
    top: 17px;
    background: none;
    border: 3px solid #2c2328;
    height: 30px;
    width: 30px;
    line-height: 31px;
    border-radius: 20px;
    right: 65px;
}
.section-1 nav .btn-lang-en:hover {
	background: #4a2512;
}
.section-1 nav .btn-lang-ru:hover {
	background: #4a2512;
}
.cbp-af-header.cbp-af-header-shrink h1, .cbp-af-header.cbp-af-header-shrink nav a.btn-lang-en {
	line-height: 31px;
    right: -20px;
	top: 6px;
}
.cbp-af-header.cbp-af-header-shrink h1, .cbp-af-header.cbp-af-header-shrink nav a.btn-lang-ru {
	line-height: 31px;
    right: -65px;
	top: 6px;
}

.cbp-af-header.cbp-af-header-shrink h1, .cbp-af-header.cbp-af-header-shrink nav a.btn-lang-cn {
	line-height: 31px;
    right: -110px;
	top: 6px;
}

.section-1 nav .btn-cab:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-1 header {
	position: relative;
	display: block;
	width: 1000px;
	height: 385px;
}

.section-1 header .logo {
	position: absolute;
	display: block;
	width: 235px;
	height: 72px;
	top: 14px;
	left: 0;
	right: 0;
	margin: auto;
	background: url("../images/logo.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/logo.png*//*tpa=/template/lineage/site/images/logo.png*//*tpa=/template/lineage/site/images/logo.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/logo.png*/) no-repeat;
}

.section-1 header .logo:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

.section-1 header .desc {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: 105px;
	height: 21px;
	/*background: linear-gradient(0deg, #f58d38 33%, #ffb651 66%, #e3c08f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	color: #f58d38;
	font-size: 20px;
    font-family: PhilosopherRegular;
    font-weight: 900;
    letter-spacing: 1px;
}

.section-1 header .desc:before {
	content: attr(data-text);
	position: absolute;
	display: block;
	font-size: 20px;
	width: 100%;
	text-align: center;
	background: linear-gradient(0deg, #ff9534 33%, #ffd79e 66%, #ffe1b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.section-1 header .desc:after {
	content: attr(data-text);
	position: absolute;
	display: block;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.6);
	font-size: 20px;
	width: 100%;
	text-align: center;
	color: #f58d38;
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-1 .progress {
	position: relative;
	display: table;
	-webkit-display: block;
	top: 162px;
	margin: 0 auto;
	text-align: center;
}

.section-1 .progress .item {
	position: relative;
	display: inline-block;
	width: 127px;
	height: 129px;
	float: left;
	background: url("../images/bg-progress.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/bg-progress.png*//*tpa=/template/lineage/site/images/bg-progress.png*//*tpa=/template/lineage/site/images/bg-progress.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/bg-progress.png*/) no-repeat;
	margin-left: 133px;
}
.section-1 .progress .item.active {
	-webkit-animation: stage 2s linear infinite;
	animation: stage 2s linear infinite;
}
@-webkit-keyframes stage {
 50% { background: url("../images/bg-progress.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/bg-progress.png*//*tpa=/template/lineage/site/images/bg-progress.png*//*tpa=/template/lineage/site/images/bg-progress.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/bg-progress.png*/) no-repeat;  }
}
@keyframes stage {
 50% { background: url("../images/bg-progress-active.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/bg-progress-active.png*//*tpa=/template/lineage/site/images/bg-progress-active.png*//*tpa=/template/lineage/site/images/bg-progress-active.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/bg-progress-active.png*/) no-repeat; }
}

.section-1 .progress .item:first-child {
	margin-left: 0;
	left: -2px;
}

.section-1 .progress .item:nth-child(2) {
	left: -1px;
} 

.section-1 .progress .item .text {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
    font-family: PhilosopherRegular;
    color: #fff7df;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
	text-align: center;
}

.section-1 .progress .item .text .text-1 {
	position: relative;
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}

.section-1 .progress .item .text .text-2 {
	position: relative;
	display: block;
	font-size: 21px;
}

.section-1 .progress .item .text .text-3 {
	position: relative;
	display: block;
	font-size: 15px;
}

.section-1 .progress .item:before {
	content: attr(data-title);
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	bottom: -32px;
	left: 0;
	color: #fff7df;
	font-size: 11px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}

.section-1 .progress .load {
	position: absolute;
	display: block;
	width: 798px;
	height: 14px;
	background: url("../images/load-progress.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/load-progress.png*//*tpa=/template/lineage/site/images/load-progress.png*//*tpa=/template/lineage/site/images/load-progress.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/load-progress.png*/) no-repeat center;
	bottom: -17px;
	left: 0px;
	right: 0;
	margin: auto;
}

.section-1 .progress .load .line {
	position: absolute;
	display: block;
	width: 522px;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@-webkit-keyframes pulsate {
 50% { top: 0.7em;  }
}
@keyframes pulsate {
 50% { top: 0.7em; }
}

.section-1 .progress .load .line .inner {
	position: absolute;
	display: block;
	height: 1px;
	top: 0.1em;
	left: -1px;
	-webkit-animation: pulsate 1.4s linear infinite;
	animation: pulsate 1.4s linear infinite;
}

.section-1 .progress .load .line .inner:before {
	content: attr(data-title);
	position: absolute;
	width: 126px;
	height: 48px;
	background: url("../images/load-progress-ico.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/load-progress-ico.png*//*tpa=/template/lineage/site/images/load-progress-ico.png*//*tpa=/template/lineage/site/images/load-progress-ico.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/load-progress-ico.png*/) no-repeat;
	top: 28px;
    right: 70px;
    text-align: center;
    color: #ffcf87;
    font-size: 14px;
    line-height: 63px;
	text-shadow: 0 0 3px rgba(0,0,0,1);
    font-family: PhilosopherRegular;
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-2 {
	height: 175px;
}

.section-2 .status {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.section-2 .status .text-1 {
	position: relative;
	display: block;
	color: #fff7df;
	font-size: 25px;
    font-family: PhilosopherBold;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	letter-spacing: 2px;
}

.section-2 .status .text-1 span {
	position: relative;
	display: block;
	color: #fff7df;
	font-size: 37px;
    font-family: PhilosopherBold;
    margin-top: 3px;
}

.section-2 .status .text-2 {
	position: relative;
	display: block;
	color: #fff7df;
	font-size: 12px;
	margin-top: 12px;
    font-family: PhilosopherRegular;
}

.section-2 .btn-1 {
	position: absolute;
	display: block;
	width: 267px;
	height: 129px;
	background: url("../images/btn-2-1.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/btn-2-1.png*//*tpa=/template/lineage/site/images/btn-2-1.png*//*tpa=/template/lineage/site/images/btn-2-1.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/btn-2-1.png*/) no-repeat;
	text-align: center;
	color: #fff7df;
    font-family: PhilosopherBold;
    font-size: 27px;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.section-2 .btn-2 {
	position: absolute;
	display: block;
	width: 267px;
	height: 129px;
	background: url("../images/btn-2-2.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/btn-2-2.png*//*tpa=/template/lineage/site/images/btn-2-2.png*//*tpa=/template/lineage/site/images/btn-2-2.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/btn-2-2.png*/) no-repeat;
	text-align: center;
	color: #fff7df;
    font-family: PhilosopherBold;
    font-size: 24px;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.section-2 .btn-1 span,
.section-2 .btn-2 span {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.section-2 .btn-1:hover,
.section-2 .btn-2:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5); 
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-3 {
	padding-top: 60px;
	padding-bottom: 15px;
}

.section-3 .section-title {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	background: linear-gradient(0deg, #ba6015 24%, #fbbe68 58%, #fbdebb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f58d38;
    font-size: 24px;
    font-family: PhilosopherRegular;
    font-weight: bold;
}

.section-3 .section-desc {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff7df;
	font-size: 14px;
	margin: 25px auto 0;
	line-height: 20px;
}

.section-4 .section-desc {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
    color: grey;
    font-size: 12px;
	margin: 25px auto 0;
	line-height: 20px;
}

.section-5 .section-desc {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff7df;
	font-size: 14px;
	margin: 0px auto 30px;
	line-height: 20px;
}

.section-3 .section-desc .btn-more {
	position: relative;
	display: block;
	width: 171px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	color: #fff7df;
	font-size: 14px;
	margin: 12px auto 0;
	background: url("../images/btn-more.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/btn-more.png*//*tpa=/template/lineage/site/images/btn-more.png*//*tpa=/template/lineage/site/images/btn-more.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/btn-more.png*/) no-repeat;
}

.section-3 .section-desc .btn-more:hover {
	background: url("../images/btn-more-hover.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/btn-more-hover.png*//*tpa=/template/lineage/site/images/btn-more-hover.png*//*tpa=/template/lineage/site/images/btn-more-hover.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/btn-more-hover.png*/) no-repeat;
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-4 {
	/* padding-top: 40px; */
	padding-top: 100px;
}

.section-4 .inner {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
}

.section-4 .inner .item {
	position: relative;
	display: inline-block;
	width: 476px;
	float: left;
	margin-left: 15px;
	min-height: 404px;
}

.section-4 .inner .item:before {
	content: '';
	position: absolute;
	display: block;
	width: 528px;
	height: 404px;
	background: url("../images/bg-content-1.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/bg-content-1.png*//*tpa=/template/lineage/site/images/bg-content-1.png*//*tpa=/template/lineage/site/images/bg-content-1.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/bg-content-1.png*/) no-repeat;
	left: -26px;
	top: -6px;

}

.section-4 .inner .item:nth-child(2n) {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.section-4 .inner .item .title {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 33px;
	background: linear-gradient(0deg, #ba6015 24%, #fbbe68 58%, #fbdebb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f58d38;
    font-family: PhilosopherBold;
    top: -20px;
    letter-spacing: 1px;
}

.section-4 .inner .item .content {
	position: relative;
	display: block;
	padding-top: 50px;
	width: 400px;
	margin: 0 auto;
}

.section-4 .inner .item .content .form {
	position: relative;
	display: block;
	width: 400px;
	margin: 0 auto;
}

.section-4 .inner .item .content .form .block {
	position: relative;
	display: block;
	width: 400px;
	margin: 0 auto 8px;
}

.section-4 .inner .item .content .form .block input {
	position: relative;
	display: block;
	width: 400px;
	height: 43px;
	background: #000000;
	text-align: center;
	border: none;
	outline: none;
	font-family: Raleway-Regular;
	font-size: 14px;
	text-shadow: 0 0 0 #222222;
	color: #666;
}

.section-4 .inner .item .content .form .block input:focus {
	text-shadow: 0 0 0 #666;

}

.section-4 .inner .item .content .form .block select.prefix {
	position: absolute;
	display: block;
	width: 66px;
	height: 32px;
	top: 0;
	left: 7px;
	bottom: 0;
	margin: auto;
	padding-left: 10px;
	background: #181818 url("../images/select.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/select.png*//*tpa=/template/lineage/site/images/select.png*//*tpa=/template/lineage/site/images/select.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/select.png*/) no-repeat center right 9px;
	border: none;
	outline: none;
	z-index: 1;
	-webkit-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	-moz-appearance: none;
	color: #a2a2a2;
	font-size: 14px;
}

.section-4 .inner .item .content .form .block select.prefix option {
	background: #181818;
	color: #a2a2a2;
}

.section-4 .inner .item .content .form .block .checkbox {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
    vertical-align: middle;
    top: -1px;
    margin-right: 5px;
}

.section-4 .inner .item .content .form .block input[type="checkbox"] {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #000;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}

.section-4 .inner .item .content .form .block input[type="checkbox"] + label {
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/checkbox.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/checkbox.png*//*tpa=/template/lineage/site/images/checkbox.png*//*tpa=/template/lineage/site/images/checkbox.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/checkbox.png*/) no-repeat center top;
	top: 0;
	left: 0;
}

.section-4 .inner .item .content .form .block input[type="checkbox"]:checked  + label {
	background: url("../images/checkbox.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/checkbox.png*//*tpa=/template/lineage/site/images/checkbox.png*//*tpa=/template/lineage/site/images/checkbox.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/checkbox.png*/) no-repeat center bottom;
}

.section-4 .inner .item .content .form .block .text {
	position: relative;
	display: inline-block;
	line-height: 15px;
	font-size: 10px;
	color: #454040;
	text-shadow: 0 0 0 #454040;
}

.section-4 .inner .item .content .form .block .text a {
	color: #ffb14b;
	text-decoration: underline;
}

.section-4 .inner .item .content .form .block .text a:hover {
	text-decoration: none;
}

.section-4 .inner .item .content .form .block button {
	position: relative;
	display: block;
	width: 194px;
	height: 38px;
	background: url("../images/btn-reg.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/btn-reg.png*//*tpa=/template/lineage/site/images/btn-reg.png*//*tpa=/template/lineage/site/images/btn-reg.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/btn-reg.png*/) no-repeat;
	text-align: center;
	color: #fff7df;
	font-size: 12px;
	margin: 19px auto 14px;
	border: none;
	outline: none;
	font-family: Raleway-Medium;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	cursor: pointer;
}

.section-4 .inner .item .content .form .block button span {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 37px;
}

.section-4 .inner .item .content .form .block button:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

.section-4 .inner .item .content .form .block .info {
	position: relative;
	display: block;
	line-height: 15px;
	font-size: 14px;
	color: #515151;
	text-shadow: 0 0 0 #515151;
	text-align: center;
}

.section-4 .inner .item .content .form .block .info a {
	color: #ffb14b;
	text-decoration: underline;
}

.section-4 .inner .item .content .form .block .info a:hover {
	text-decoration: none;
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-4 .inner .item .content .files {
	position: relative;
	display: block;
	margin: 0 auto 8px;
	color: #fff7df;
	font-size: 12px;
}

.section-4 .inner .item .content .files a {
	color: #ffb14b;
	text-decoration: underline;
}

.section-4 .inner .item .content .files a:hover {
	text-decoration: none;
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-5 {
	height: 540px;
	/* padding-top: 65px; */
	padding-top: 40px; 
}

.section-5 .content-block {
	position: relative;
	display: block;
	width: 983px;
	height: 540px;
	background: url("../images/bg-content-2.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/bg-content-2.png*//*tpa=/template/lineage/site/images/bg-content-2.png*//*tpa=/template/lineage/site/images/bg-content-2.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/bg-content-2.png*/) no-repeat;
}

.section-5 .content-block .content {
	position: relative;
	display: block;
	width: calc(100% - 70px);
	height: calc(100% - 50px);
	margin: 0;
	padding: 25px 35px;
}

.section-5 .content-block .content .title {
	position: relative;
	display: block;
	width: 100%;
	font-size: 20px;
	background: linear-gradient(0deg, #f1852b 24%, #ffc26d 58%, #fbdebb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f58d38;
    font-family: PhilosopherBold;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-5 .content-block .content .content-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
}

.section-5 .content-block .content .content-inner .content-left {
	position: relative;
	display: inline-block;
	width: 265px;
	float: left;
}

.section-5 .content-block .content .content-inner .content-right {
	position: relative;
	display: inline-block;
	width: 648px;
	float: right;
}

.section-5 .content-block .content .content-inner .content-left .item {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.section-5 .content-block .content .content-inner .content-left .item .img {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	float: left;
}

.section-5 .content-block .content .content-inner .content-left .item .img img {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
}

.section-5 .content-block .content .content-inner .content-left .item .desc {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 12px;
	line-height: 28px;
	color: #8d8377;
	font-size: 12px;
}

.section-5 .content-block .content .content-inner .content-left .item .desc span {
	color: #f9c685;
}

.section-5 .content-block .content .content-inner .content-left:nth-child(1) {
	padding-bottom: 5px;
	margin-bottom: 7px;
}

.section-5 .content-block .content .content-inner .content-left:nth-child(1):after {
	content: '';
	position: absolute;
	display: block;
	width: 155px;
	height: 1px;
	background: #3b2c28;
	bottom: 0;
	left: 0;
}

.section-5 .content-block .content .content-inner .content-right .text {
	position: relative;
	display: block;
	color: #bbb8b4;
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 15px;
}

.section-5 .content-block .content .content-inner .content-right ul {
	position: relative;
	display: block;
}

.section-5 .content-block .content .content-inner .content-right ul li {
	position: relative;
	display: block;
	margin-bottom: 12px;
	padding-left: 24px;
	background: url("../images/about-ico-0.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/about-ico-0.png*//*tpa=/template/lineage/site/images/about-ico-0.png*//*tpa=/template/lineage/site/images/about-ico-0.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/about-ico-0.png*/) no-repeat top 2px left 3px;
	color: #8d8377;
	font-size: 12px;
	line-height: 15px;
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-5 .content-block .content .content-inner .content-all {
	position: relative;
	display: block;
	width: 100%;
}

.section-5 .content-block .content .content-inner .content-all .item {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 3px;
}

.section-5 .content-block .content .content-inner .content-all .item .img {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	float: left;
}

.section-5 .content-block .content .content-inner .content-all .item .img img {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}

.section-5 .content-block .content .content-inner .content-all .item .desc {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 12px;
	line-height: 30px;
	color: #8d8377;
	font-size: 12px;
}

.section-5 .content-block .btn-about-more {
	position: absolute;
	display: block;
	width: 100%;
	height: 39px;
	text-align: center;
	line-height: 39px;
	color: #fff7df;
	font-size: 22px;
	bottom: 10px;
	left: 0;
	background: #321911;
    font-family: PhilosopherRegular;
}

.section-5 .content-block .btn-about-more:hover {
	background: #532111;
}
/*========================================*/
/*========================================*/
/*========================================*/
.section-6 {
	height: 18px;
	margin-top: 130px !important;
}

.section-6 .img-footer-1 {
	position: absolute;
	display: block;
	top: 50px;
	right: 0;
	opacity: 0.25;
}

.section-6 .img-footer-1:hover {
	opacity: 0.5;
}

.section-6 .img-footer-2 {
	position: absolute;
	display: block;
	bottom: 20px;
	right: 0;
	opacity: 0.1;
}

.section-6 .img-footer-2:hover {
	opacity: 0.5;
}

.section-6 .logo {
	position: absolute;
	display: block;
	top: 25px;
	left: 0;
}

.section-6 .logo:hover {
	opacity: 0.7;
}

.section-6 .copyright {
	position: absolute;
	display: block;
	width: 360px;
	top: 72px;
	left: 0;
	color: #808080;
	text-shadow: 0 0 0 #808080;
	font-size: 11px;
}

.section-6 .copyright span {
	color: #fbefcf;
	text-shadow: none;
}

.section-6 ul.banners {
	position: relative;
	display: inline-block;
	width: 360px;
	top: 162px;
	left: 0;
}

.section-6 ul.banners li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	opacity: 0.25;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.section-6 ul.banners li:hover {
	opacity: 1;
}
.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	    background: url("../images/top_menu_bg.png"/*tpa=http://www.yuett2.top/template/lineage/site/images/top_menu_bg.png*//*tpa=/template/lineage/site/images/top_menu_bg.png*//*tpa=/template/lineage/site/images/top_menu_bg.png*//*tpa=https://valhalla-age.ru/template/lineage/site/images/top_menu_bg.png*/);
	height: 70px;
	/*overflow: hidden; */
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em;
}
.cbp-af-header h1,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 230px;
}

.cbp-af-header h1 {
	text-transform: uppercase;
	color: #333;
	letter-spacing: 4px;
	font-size: 4em;
	margin: 0;
	float: left;
}



/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 50px;
}

.section-1 .cbp-af-header.cbp-af-header-shrink nav ul li a {
	height: 50px;
	line-height: 50px;
}
.section-1 .cbp-af-header.cbp-af-header-shrink nav a.btn-cab {
	top: 7px;
	line-height: 35px;
}
.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 90px;
}
.cbp-af-header.cbp-af-header nav a.sub-logo {
    background: none;
    line-height: 66px;
    top: 10px;
}
.cbp-af-header.cbp-af-header nav a.sub-logo img{
	height: 0px
}
.cbp-af-header.cbp-af-header-shrink nav a.sub-logo {
    background: none;
    line-height: 66px;
    top: 10px;
}
.cbp-af-header.cbp-af-header-shrink nav a.sub-logo img{
	height: 50px
}
.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}
.main-ttl {
	margin-top: 50px;
}
.info_links {
	list-style: none;
	top: 149px;
	color: #fff7df;
	font-size: 11px;
	position: absolute;
	display: block;
}
.info_links a {
	color: #fff7df;
}

.help_block {
    float: left;
    width: 314px;
    /* border: 1px solid rgb(63, 31, 32); */
    background-color: rgb(17, 11, 13);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    list-style: none;
}
.help_title {
	background-color: rgb(40, 22, 18);
    margin: 0;
    border: 1px solid #3f1f20;
    font-size: 17px;
    padding: 20px;
}
.help_list {
	list-style: none;
}
.help_list_line {
    /* min-height: 50px; */
    padding: 15px 20px 10px 20px;
    position: relative;
    vertical-align: baseline;
    border: 1px solid #3f1f20;
    border-top: none;
    color: rgba(255, 255, 255, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .2s;
    box-shadow: none;
}
.help_list_line:hover {
    border: 1px solid #3e2627;
	border-top: none;
    background: #1b1315;
}
.help_forum_title {
	color: #e8e3d4;
}
.help_forum_subtitle {
    font-size: 12px;
    color: grey;
    line-height: 2;
}
.help_bottom {
    padding: 13px;
    border: 1px solid #3f1f20;
    font-size: 13px;
    border-top: none;
    text-align: center;
}
.help_bottom a:hover {
	color: #dca763;
}

.socialhelp {
	margin-left: 25px;
	margin-right: 25px;
    border: 1px solid #3f1f20;
}

.socialtitle {
	border-top: none;
    border-left: none;
    border-right: none;
}

.item_help {
    width: 314px;
    height: 170px;
    float: left;
    background-color: rgb(40, 22, 18);
    margin: 0;
    border: 1px solid #3f1f20;
}
.item_help:hover {
	background-color: rgb(43, 26, 22);
}
.item_help_middle {
	margin-left: 25px;
	margin-right: 25px;
}
.item_help_title {
	position: absolute;
    display: block;
    width: 316px;
	color: #fff7df;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

/*====== MARKET PAGE =======*/
.market_sort {
    text-align: center;
    width: 100%;
    float: left;
}
.market_sort_select {
    float: left;
    width: 198px;
    height: 110px;
    line-height: 110px;
    display: inline-block;
    background-color: rgb(40, 22, 18);
    border: 1px solid #3f1f20;
	cursor: pointer;
}
.market_sort_select:hover {
	background-color: rgb(43, 26, 22);
}
.market_top_button {
	list-style: none;
}
.market_top_button li {
    float: left;
    padding: 9px;
    border-radius: 6px;
    font-size: 12px;
    margin-right: 12px;
    margin-bottom: 10px;
	opacity: 0.3;
}
.market_top_button li:hover {
	opacity: 1;
}
.market_top_button_add {
    background: #1d3e17;
    border: 1px solid #215a17;
}
.market_top_button_rmt {
    background: #73590e;
    border: 1px solid #907118;
}
table.market_lots_table {
	width: 100%;
}
table.market_lots_table thead {
    background: none;
    font-size: 10px;
}
table.market_lots_table thead th {
	font-weight: normal;
    height: 50px;
}
.dataTables_empty {
	font-size: 12px;
    line-height: 42px;
    text-align: center;
    color: grey;
}
/*========================================*/
/*========================================*/
/*========================================*/