@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Regular.eot');
	src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
		url('fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Regular.woff') format('woff'),
		url('fonts/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Demi.eot');
	src: local('Avenir Next Cyr Demi'), local('AvenirNextCyr-Demi'),
		url('fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Demi.woff') format('woff'),
		url('fonts/AvenirNextCyr-Demi.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Bold.eot');
	src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
		url('fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Bold.woff') format('woff'),
		url('fonts/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
    background: #ededed;
    color: #353434;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
}

header, section, footer {
    min-width: 990px;
}

header {
    padding-top: 312px;
    background: #000 url(../img/banner.jpg) center top no-repeat;
}

header nav {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #d2d2d1;
    justify-content: center;
}

header nav a {
    font-family: 'Avenir Next Cyr';
    font-size: 20px;
    color: #434343;
    border-top: 7px solid #fff;
    text-decoration: none;
    padding: 20px 4px 24px;
    margin: 0 18px;
}

header nav a:hover {
    border-color: #000;
    color: #000;
}

h2 {
    font-size: 42px;
    font-family: 'Avenir Next Cyr';
    font-weight: normal;
    margin: 70px 0;
    text-align: center;
}

article {
    width: 883px;
    padding: 26px 53px;
    margin: auto;
    background: #fff;
}

p {
    margin: 16px 0;
}

.book {
    text-align: center;
    margin-top: 45px;
}

#download {
    font-family: 'Avenir Next Cyr';
    color: #fff;
    text-align: center;
    padding: 35px 0 55px;
    background: #bbaf89 url(../img/download-bg.png) 28px 28px;
}

#download h2 {
    font-weight: 600;
    font-size: 35px;
    margin: 10px 0;
}

#download p {
    font-size: 20px;
}

#download a {
    display: inline-block;
    width: 171px;
    font-weight: 600;
    background: #9b816d;
    border: 1px solid #8d7562;
    border-radius: 5px;
    margin: 26px 0 0;
    text-decoration: none;
    color: #fff;
    padding: 12px 0;
}

#gallery ul {
    display: block;
    padding: 0;
}

#gallery li {
    list-style: none;
    display: block;
    float: left;
    width: 217px;
    margin: 0 0 0 -1px;
    color: #656565;
    border: 1px solid #c3c3c3;
    padding: 21px 15px;
    font-size: 11px;
    background: #fff;
}

#gallery li img {
    width: 247px;
    height: 275px;
    margin: -21px -15px 0;
}

#gallery li h4 {
    font-family: 'Avenir Next Cyr';
    font-weight: 600;
    margin: 15px 0;
    font-size: 15px;
}

#gallery .slick-prev,
#gallery .slick-next {
    top: 120px;
    z-index: 1;
    width: auto;
}

#gallery .slick-prev:before,
#gallery .slick-next:before {
    font-family: 'Avenir Next Cyr';
    font-size: 40px;
}

#gallery .slick-prev {
    left: 20px;
}

#gallery .slick-next {
    right: 20px;
}

#artificers {
    background: #ededed;
}

#artificers ul {
    list-style: none;
    display: block;
}

#artificers > ul {
    width: 936px;
    padding: 26px 0 26px 53px;
    margin: auto;
}

#artificers > ul > li {
    display: block;
    float: left;
    width: 25%;
    height: 220px;
}

#artificers h4 {
    font-family: 'Avenir Next Cyr';
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

#artificers ul ul {
    color: #6b6b6b;
    font-size: 16px;
    padding: 0;
}

#gallery ul:after,
#artificers > ul:after,
#feedback dl:after,
#feedback dd:after {
    content: "";
    display: block;
    clear: both;
}

#feedback {
    background: #f7f8fa;
    padding: 1px 0;
}

#feedback dl,
#feedback > div {
    width: 883px;
    padding: 0 53px;
    margin: auto;
}

#feedback dt {
    float: left;
    width: 121px;
    font-size: 14px;
}

#feedback dt img {
    width: 121px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    margin-bottom: 12px;
    border-radius: 8px;
}

#feedback dt small {
    display: block;
    font-size: 11px;
    margin-top: 12px;
}

#feedback dd {
    display: block;
    min-height: 160px;
    margin: 0 0 35px 145px;
    padding: 8px 24px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    font-size: 11px;
    font-style: italic;
}

.fb-comments {
    margin-top: 20px;
}

footer {
    background: #000 url(../img/footer-bg.jpg) center no-repeat;
    height: 408px;
    position: relative;
    text-align: center;
    font-size: 14px;
    padding-top: 96px;
    color: #fff;
}

footer address {
    font-style: normal;
    margin: 0 0 16px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer div {
    position: absolute;
    width: 990px;
    bottom: 0;
    left: calc(50% - 495px);
    color: #a59e99;
    border-top: 1px solid #6e5f53;
    padding: 25px 0;
}

p.more {
    height: 0;
    overflow: hidden;
    margin: 0;
}

a.show-more {
    text-decoration: none;
}