/* CSS Document */
 
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
    margin:0px;
    padding:0px;
    border:0px;
}

* {
    margin: 0;
    padding: 0;
}
input, textarea, select, button {font-family: ; }

html {height: 100%;background: ;}

body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    background:#3B3525;
	
}

a{
    color:#A99272;
    text-decoration:none;
}

a:hover{
    color:#DACD71;
}

li{
    list-style:none;
}

/* *** общие стили для текста, кнопок, полей ввода etc. *** */





/* ********** WRAPPER ********** */

#wrapper {
    margin: 0 auto;
    max-width: 1775px;
    /* min-width: 1185px; */
    padding: 140px 30px 0;
    color:#fbf4d7;
    overflow: hidden;
}

.ru_en{
  color: #dedc22;
  padding-right: -300px;
  float: left;
  position: absolute;
  left: -213px;
  top: 10px;
}
.ru_en a:active{
  background-color: #dedc22;
  color:#604b35;
}

.ru_ru {
  background-color: #dedc22;
  color:#604b35;
}

.en_en {
  background-color: #dedc22;
  color:#604b35;
}

.ru_ru .hover{
  background-color: #604b35;;
  color:#dedc22;
}

.en_en .hover{
  background: transparent;
  color:#dedc22;
}

/* ********** HEADER ********** */



#main {
    float: left;
    width: 60%;
    position: relative;
    margin-left: 0;
    padding-top: 50px;
    /* padding-left: 38px; */
    margin-right: -550px;
	min-width: 630px;
}

.cross{
    position: absolute;
    left: -45px;
    top: -55px;
    background: url(../img/cross.png) no-repeat;
    width: 1000px;
    height: 88px;
    padding-left: 53px;
    padding-top: 11px;
    font-size: 19px;
    font-weight: bold;
    color: #A99272;
    z-index: 0;
}

/* ********** ********** */


.logo{
    float:left;
}

#sidebar{
    float:left;
    width:390px;
}

#mainmenu li a{
    color: #A99272;
    text-decoration: none;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 19px;
    display: block;
    width: 145px;
    border-bottom: 2px solid #A99272;
    position: relative;
    padding-left: 13px;
    line-height: 18px;
    padding-bottom: 2px;
}

#mainmenu li a:hover{
    color:#dacd71;
    border-color:#dacd71;
}

#mainmenu .circle{
    position:absolute;
    right: -24px;
    bottom: -12px;
    
}

#mainmenu li{
    padding-bottom:10px;
}

#mainmenu{
    float: right;
    border-left: 1px solid #A99272;
    width: 225px;
    margin-top: 120px;
    padding-top: 100px;
    padding-left: 7px;    
}

#mainmenu .email{
    margin-left: -25px;
    display: block;
    margin-bottom: 25px;    
    margin-top: 5px;
    width: 18px;
}

.albums{
    position:relative;
    z-index:1;
}

.albums tr {
    text-align: center;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    margin: 0 32px;
}


.photo_box a {
    display: block;
    float: left;
    text-align: center;
    min-height: 280px;
    margin-right: 45px;
}

.photo_box a span{
    display:block;
}

.photo_box img{
    margin-bottom:20px;
}

.newsitem {
    margin: 15px;
    position:relative;
    z-index:1;
}

.newsitem .title{
    font-size: 21px;
    margin-bottom: 5px;
}
.newsitem .date{
    font-size: 13px;
    color: #CCC;
}
.newsitem .text{
margin: 5px 0;
}
.newsitem .more a{}

.autor {
    width: 240px;
    float: left;
    text-align: justify;
}

.photoline {
    /* padding:0 38px; */
    padding:0;
    /* width: 555px; */
    width: 100%;
    height: 70px;
    margin-top: 50px;
    position:relative;
    /* float:right; */
    margin-right: 131px;
    margin-bottom: 40px;
    /* overflow:hidden; */
}

.photoline img{
    width:100%;
}


.bigimage {
    float: left;
    margin-left: 50px;
    width: 56%;
    margin-bottom:35px;
    
}

.bigimage img {
    width: 100%;
}

.larr{
    position:absolute;
    left: -26px;
    background:url(../img/larr.png) no-repeat;
    width:17px;
    height:28px;
    cursor:pointer;
    top: 21px;
    display:none;
}

.rarr{
    position:absolute;
    left: 100%;
    background:url(../img/rarr.png) no-repeat;
    width:17px;
    height:28px;
    cursor:pointer;
    top: 21px;
    display:none;
}

.photoline .wrap{
    overflow: hidden;
    width: 100%;
    height:70px;
} 

#mycarousel li{
    display:inline;
}

.news_list{
    width: 180px;
    float: left;
    margin-left: 15px;
    margin-right: -15px;    
}

.news_block p{
    margin:10px 0;
}

.news_list li{
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 17px;    
}

.news_block{
    width: 500;
	margin-left:250px;
    text-align: justify;
}

.pictures{
    border-collapse:collapse;
}

.pictures td{
    text-align: center;
    border: 1px solid #413B2B;
    border-bottom: none;
}

.pictures .pics img{
    margin-right:25px;
    width:250px;
    margin-top: 30px;
}

.pictures .descr td{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #413B2B;
    border-top: none;
}

.pictures .descr td div{
    /* margin-bottom: 80px; */
    margin-bottom: 30px;
}

.cross ul{
    overflow:hidden;
}

.cross ul li{
    float:left;
    margin-right:10px;
}


#mycarousel li div{
    overflow:hidden;
    height: 70px;
    width: 91px;  
    float:left;
    margin-right:15px;
}

.news_description table{
    width:100%;
}

.news_description td{
    padding:15px;
    width:50%;
}

.words {
    overflow: hidden;
    width: 0;
}

.sign {
    margin-left: 360px;
    margin-top: 13px;
    width: 0;
    overflow: hidden;
}

.autor .description{
    height: 342px;
    overflow: auto;
    padding-right: 11px;  
    text-align: left;    
}

#footer {
    border-top: 1px solid #A99272;
    width: 94%;
    margin: 0 auto;
    padding: 20px 24px;
    color: #FBF4D7;
    text-align:center;
	height: 100px;
	float: none;
	clear: both;
}

#hiddenwrap{
    display:none;
}

.imagewrap img{
    display:none;
}


.developers {
    float: right;
}

.developers img{
    height: 19px;
    margin-left: 11px;
}


.arch-pressa {
    position: absolute;
    top: 0;
    left: 17px;
}.social-buttons {	display:inline-block;	margin:0px 10px;
	float:right;}
.social-buttons a {
    display: inline-block;
    margin-top: -5px;
}.social-buttons svg {	width:30px;	height:30px;}