@font-face{
    font-family: Cyrillic;
    src: url('fonts/cyrillicold.otf');
}

::selection {
    background: rgba(199, 29, 35, 0.7);
    color: #ebe3d6;
}


html{
	position: relative;
    height: 100%;
}

body{
	position: relative;
    min-height: 100%;
/*    background: url('../images/background.jpg') no-repeat center 1183px; */
    background: url('../images/background.jpg') fixed center top / cover;
    /*background-attachment: fixed;*/
    font-family: Cyrillic, Atial, sans-serif;
    font-size: 36px;
    color: #e2daca;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 0 0 40px;
}


div.hr_line{
	background: url('../images/line.png') no-repeat 0 0;
    height: 4px;
    margin: 29px 0 31px;
}

#shadow{
    background: url('../images/shadow.png') no-repeat center 0;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
}

#anim_bg{
	position: absolute;
    top: 0;
    left: 0;
    z-index: -3000;
    width: 100%;
    height: 1183px;
    overflow: hidden;
}

#anim_bg .anim_center{
	position: relative;
    z-index: -3000;
    width: 0;
    margin: 0 auto;
}

#anim_bg .anim_center>iframe{
	position: absolute;
    top: 0;
    left: -1000px;
}

#header {
	opacity: 0;
	height: 226px;
}

#header .header_body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 1140px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 35px;
    box-sizing: border-box;
}

#header .site_title {
    flex: 1 0 100%;
	font-size: 48px;
    color: #fffb8d;
    text-align: center;
    text-transform: uppercase;
	line-height: 41px;
    margin: 20px 0 10px;
}
    #header .site_title > b {
        font-size: 70px;
        color: #c71d23;
        text-shadow:
            2px 0 0 #fffb8d,
            2px 2px 0 #fffb8d,
            0 2px 0 #fffb8d,
            -2px 2px 0 #fffb8d,
            -2px 0 0 #fffb8d,
            -2px -2px 0 #fffb8d,
            0 -2px 0 #fffb8d,
            2px 2px 0 #fffb8d;
    }

#header .info {
    flex: 1 0 100%;
    text-align: center;
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 12px;
}

#header .phone {
    background: url(../images/phone.png) no-repeat left center;
    background-size: 44px;
	font-size: 52px;
    color: #fffb8d;
    text-align: center;
	line-height: 46px;
    padding-left: 50px;
}
    #header .phone a {
        color: inherit;
        text-decoration: none;
        transition: 0.2s ease-out 0s;
    }
    #header .phone a:hover {
        text-shadow:
                2px 0 0 #c71d23,
                2px 2px 0 #c71d23,
                0 2px 0 #c71d23,
                -2px 2px 0 #c71d23,
                -2px 0 0 #c71d23,
                -2px -2px 0 #c71d23,
                0 -2px 0 #c71d23,
                2px 2px 0 #c71d23;
    }

#header .site_slogan {
	font-size: 50px;
    color: #ebe3d6;
	line-height: 35px;
    text-align: center;
}

#header .instagram a {
    background: url(../images/instagram.png) no-repeat center;
    display: block;
    width: 32px;
    height: 32px;
    transition: 0.2s ease-out 0s;
    border-radius: 10px;
}
#header .instagram a:hover {
    background-color: #e2daca;
}

#center{
	/*background: url('../images/background.jpg') no-repeat center 957px;*/
    /*background-size: cover;*/
}

#center .center_body{
	opacity: 0;
	width: 1181px;
    margin: 0 auto;
}

#center .book{
	position: relative;
	height: 710px;
    padding: 35px 21px 0;
}




#top_menu {
    background: url(../images/menu_bg.png) no-repeat center;
    height: 342px;
    margin-top: 40px;
}
    #top_menu ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
        padding: 68px 90px 0;
        list-style: none;
    }
        #top_menu ul li {
            margin: 0 5px 25px;
            max-width: 220px;
            text-align: center;
        }
            #top_menu ul li a {
                background: url(../images/noimage.png) no-repeat center;
                background-size: cover;
                display: flex;
                align-items: center;
                font-size: 24px;
                color: #222;
                text-decoration: none;
                transition: 0.4s cubic-bezier(0, 0.64, 0.5, 0.5) 0s;
                line-height: 25px;
                height: 50px;
                padding: 0 15px;
            }
            #top_menu ul li a:hover {
                background-image: url(../images/item_bg.png);
            }



#center .page_1{
	float: left;
    width: 560px;
    font-size: 24px;
    color: #6a4123;
    line-height: 24px;
    padding: 28px 10px 0 77px;
    box-sizing: border-box;
}

#center .page_1 p{
	margin: 0 0 18px;
	padding-left: 16px;
}

#center .page_2{
	float: right;
    width: 560px;
    font-size: 34px;
    color: #8f310c;
    line-height: 24px;
    padding: 9px 105px 0 90px;
    box-sizing: border-box;
}

#center .page_2 ul{
	margin: 0;
    padding: 0;
}

#center .page_2 ul>li{
	line-height: 34px;
    margin: 0 0 34px;
}

#center .page_2 ul ul{
	list-style: none;
    margin: 0;
    padding-left: 35px;
}

#center .page_2 ul ul>li{
	line-height: 34px;
    margin: 0;
}

#center .page_2>.button{
	position: absolute;
    bottom: 78px;
    right: 65px;
    width: 470px;
    height: 109px;
    background: url('../images/bookmark.png') no-repeat 0 0;
    font-size: 30px;
    color: #e7dfd3;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    padding: 47px 0 0 119px;
    box-sizing: border-box;
    cursor: pointer;
}

#center .scroll_middle{
	display: none;
	opacity: 0;
	position: absolute;
    top: 117px;
    right: 25px;
    width: 576px;
    background: url('../images/scroll_middle.png') repeat-y 2px 0;
}

#center .scroll_top{
	position: relative;
	background: url('../images/scroll_top.png') no-repeat 0px 0px;
    margin: -208px 0px 0px;
}

#center .scroll_bottom{
	background: url('../images/scroll_bottom.png') no-repeat 0 bottom;
    margin: 0 0 -65px;
    padding: 118px 36px 87px;
}

#center #click_top{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    cursor: pointer;
}

#center #click_bottom{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    cursor: pointer;
}

#center .scroll_bottom>div{
	overflow: hidden;
}

#center .scroll_bottom h2{
	font-size: 40px;
    color: #8f310c;
    text-align: center;
    margin: 0 0 30px;
}

#center .scroll_bottom p{
	font-size: 22px;
    color: #3c0504;
    text-align: center;
    line-height: 22px;
    margin: 0 0 22px;
}

#center .content{
	text-align: center;
    padding-top: 48px;
}

#center .text{
	line-height: 22px;
	padding: 0 51px;
    font-size: 24px;
}

#center .text p{
	margin: 0 0 34px;
}

#center .text p:last-child{
	padding: 0 75px;
}

#center .video {
	width: 100%;
    height: 841px;
    background: url('../images/video_scroll.png') no-repeat 0 0;
    overflow: hidden;
    margin: -87px 0 0;
    padding: 0 0 20px;
}

#center .video>iframe{
	display: block;
    margin: 160px auto 0;
}

#footer{
	padding: 39px 0 42px;
}

#footer .footer_body{
	width: 1181px;
    font-size: 30px;
    color: #e4dcca;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
}