@font-face {
    font-family: "SFCompactText-Regular";
    src: url("../fonts/SFCompactText-Regular.eot");
    src: url("../fonts/SFCompactText-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFCompactText-Regular.woff") format("woff"),
    url("../fonts/SFCompactText-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GoudyTrajan-Regular";
    src: url("../fonts/GoudyTrajan-Regular.eot");
    src: url("../fonts/GoudyTrajan-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GoudyTrajan-Regular.woff") format("woff"),
    url("../fonts/GoudyTrajan-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GoudyTrajan-Bold";
    src: url("../fonts/GoudyTrajan-Bold.eot");
    src: url("../fonts/GoudyTrajan-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GoudyTrajan-Bold.woff") format("woff"),
    url("../fonts/GoudyTrajan-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
mark {
	background: none;
	color: rgb(17, 17, 17);
}

/*all page*/
html {
	width: 100%;
	height: 100%;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

body,
.wrap {
	width: 100%;
	height: 100vh;
	min-height: 1000px; 
	position: relative;
	font-family: "SFCompactText-Regular", sans-serif; 
	font-size: 24px;
	line-height: 2;
}

.wrap {
	background: #392313;
	background: radial-gradient(50% 50% at 50% 50%, #392313 0%, #231409 100%), #392313;
	overflow: hidden;	
}

.wrap:before,
.wrap:after {
    content: "";
    position: absolute;
    top: 23px;
    width: 95px;
    height: 1035px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wrap:before {
	left: 0px;
	background-image: url(../img/wrap-left.png);
}

.wrap:after {
	right: 0px;
    background-image: url(../img/wrap-right.png);
}

.logo {
	width: 157px;
	position: absolute;
	top: 79px;
	left: calc(50% - 78px);
}

.logo-big {
    width: 622px;
    position: absolute;
	top: 102px;
	left: calc(50% - 311px);
}

.header-block {
	position: absolute;
	top: 345px;
	left: calc(50% - 427px);
	width: 855px;
	text-align: center;
	color: #D7A67C;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 2;
}

.header-top {
}

.header {
	font-family: "GoudyTrajan-Bold", sans-serif; 
	background: linear-gradient(90deg, #F2BB68 0%, #DDA358 51%, #BF8654);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 90px;
	line-height: 1.1;
	letter-spacing: 0.25em;
	text-shadow: 0px 10.3479px 7.76093px rgba(156, 26, 18, 0.12), 0px 5.17395px 5.17395px rgba(0, 0, 0, 0.25);
	margin-bottom: 36px;
}

.header-bottom {
}

.button-slider {
	position: absolute;
	bottom: 113px;
	left: calc(50% - 292px);
	width: 584px;
	font-size: 48px;
	line-height: 64px;
	color: #F2EEEE;
	text-transform: none;
	background: #691B15;
	border: 6px solid #80583B;
	border-radius: 86px;
	padding-top: 27px;
    padding-bottom: 27px;
	padding-left: 162px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.button-slider:hover {
	background: #4B090A;
}

.button-slider:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 17px;
	width: 94px;
	height: 94px;
	background: #4B090A;
	border-radius: 50%;
	background-image: url(../img/button-slider.svg);
	background-position: 40px 33px;
    background-repeat: no-repeat;
    background-size: 21px 28px;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.button-slider:hover:before {
	background-position: 60px 33px;
}

.slider-block {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #392313;
	z-index: 10;
	display: none;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slider-block img {
	width: 100%;
}

.slider-pages {
	position: absolute;
	bottom: 48px;
	right: calc(50% - 35px);
	font-size: 35px;
	line-height: 46px;
	color: #fff;
	font-size: 35px;
	line-height: 46px;
	z-index: 20;	
}

.slider-pages .slider-pages-current {
	font-size: 50px;
	line-height: 66px;
}

.slider-pages .slider-pages-all {
	opacity: 0.5;
}

.slider-close {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #691B15;
	border: 4px solid #80583B;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-image: url(../img/house.svg);
	background-position: 20px 19px;
    background-repeat: no-repeat;
    background-size: 34px 33px;
	cursor: pointer;
	z-index: 20;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	display: none;
}

.slider-close:hover {
	background-color: #80583B;
}










