html, body {
  height: 100%;
  background: white;

}

body {
  margin: 0px;
  font-family: helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  height: 100%;
  background: white;
}



table {
  margin: 0px; 
}

* {
  margin: 0;
  padding: 0;
}


.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
 
}
.content {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.menu{
  
  background: black;
  margin: 0px;
  padding: 10px;
}

/*больлой лого на главной для незарегенных*/
.logo{
  color: white;
  font-size: 23px;
  padding-left: 40px;
}


.main_img{
  position: relative;
  /* border-radius: 12px; */
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
  height: 255px;
  }

  .main_img2{
    position: relative;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    height: 200px;
    }



  .main_top_image{
    position: relative;
    border-radius: 3px;
    object-fit: cover;
    height: 255px;
    }


.user_ava{
  border-radius: 77px;
  height: 111px;
  width: 111px;
  margin: 18px;
  object-fit: cover;
}

/* уменьшенная аватарка для списков */

.small_user_ava{
  border-radius: 77px;
  height: 40px;
  width: 40px;
  margin: 5px;
  object-fit: cover;
}


/* small ava on the main screen */
.user_ava_small{
    position: relative;
    border-radius: 3px;
    object-fit: cover;
    height: 40px;
    width: 40px;
}

.user_link{
  color: black;
  font-weight: 500;
  text-decoration: none;

}

/* копирайт в футере на главной. Есть свой копирайт в футере.пхп */
.foot_sign{
  color: grey;
  font-size: 11px;
  line-height: 14.74px;
}


.rating {
  border-style:solid;
  border-width: 2px;
  padding:0.1% 2%;
  margin:1px;
  color: white;
  background: #0050C8;
}

/*кнопка зарегиться на главной*/
.regbutton {
  border: 2px solid black;
  background: black;
	color: white;
	border-radius: 3px;
	padding: 10px 35px 10px 35px;
}

.regbutton:hover {
  border: 2px solid black;
  background: black;
	color: white;
	border-radius: 3px;
	padding: 10px 35px 10px 35px;
}


/* */
.findButton {
  background: black;
  border: 1px solid #29487D;
  padding: 2px 8px 2px 8px;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  height: 25px;
  border-radius: 2px;
}

.findButton:hover {
  background: #365877;
  color: white;
  text-decoration: none;
}

.unActive {
  background: grey;
  border: 1px solid grey;
  padding: 4px 8px 4px 8px;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  height: 28px;
  border-radius: 2px;
}

.unActive:hover {
  color: white;
  text-decoration: none;
}


/* поле инпута на главной. для полей имя, мыло, пароль */
.input1{
  height: 35px;
  width: 270px;
  border: 1px solid #D6DBE0;
  border-radius: 4px;
  padding-left: 5px;
}

/* PLACE PAGE */

/* STYLE PHOTO BLOCK */

.SimilarPlace_photo_1 {
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 200px;
    }

.tag{
  color: gray;
  font-size: 12px;
  text-decoration: none;
}

.placePhoto{
  max-width: 325px;
  margin-bottom: 10px;
}

/*страница места - основной блок*/
.userAboutBlock{
  background: white;
  border: 1px solid #DDDFE2;
  border-radius: 3px;
  max-width: 525px;
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

/*главное имя пользователя на странице юзера*/
.mainUserName {
  font-size: 19px;
  line-height: 20px;
}

/*счетчики про места кино книги*/
p.param{
  font-size: 12px;
  color: black;
}

p.numbers{
  margin-top: -20px;
  font-size: 27px;
  font-weight: 400;
  color: grey;
}

.ava{
  width: 37px;
  height: 37px;
  border-radius: 38px;
}

.film_ava{
  border-radius: 5px;
  height: 150px;
  max-width: 110px;
}

.place_img{
  border-radius: 5px;
  height: 100px;
  width: 100px;
  
}

.film_box{
  width: 100px;
  height: 200px;
  float: left;
  padding: 8px;
  margin: 8px;
}

.img_list {
  height: 138px;
  border-radius: 3px;
}

.film_ava_main{
  height: 200px;
  border-radius: 5px;
  max-width: 150px;
}

/* в ленте на странице юзера */
.feed_pic{  height: 80px;
  border-radius: 5px;
  max-width: 150px;
}

.film_box_big{
  width: 180px;
  height: 280px;
  float: left;
  padding: 8px;
  margin: 8px;
}

.pre{
  font-family: apple-system, sans-serif, Roboto, Tahoma;
  font-weight: 400;
  font-size: 15px;
  white-space: pre-wrap;
}

pre{
  font-family: apple-system, sans-serif, Roboto, Tahoma;
  font-weight: 400;
  font-size: 15px;
  white-space: pre-wrap;
}

.postInputUser{
  height: 50px;
  max-width: 400px;
  border: 1px solid #D6DBE0;
  border-radius: 4px;
  padding-left: 8px;
}

.commentInput{
    height: 30px;
    width: 400px;
    border: 1px solid #D6DBE0;
    border-radius: 4px;
    padding-left: 8px;
    margin-top: 8px;
    float: left;
}

/*серое поле в комментариях к посту*/
.comments{
  padding: 8px;
  background: #F2F2F2;
  border-radius: 15px;
  font-size: 13px;
}

/*используется в постах, редактировании, фолловерстве */
.mainButton {
  background: #365899;
  padding: 2px 8px 2px 8px;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #29487D;
  height: 23px;
  border-radius: 2px;
}

.mainButton:hover {
  background: #365879;
}

.newPostButton {
  background: black;
  padding: 8px 25px 8px 25px;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  width: 80px;
  height: 44px;
  border-radius: 15px;
  margin-left: 8px;
}

.newPostButton:hover {
  background: #365877;
  color: white;
  text-decoration: none;
}

.addPostButton {
  background: #365899;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #29487D;
  width: 100px;
  height: 25px;
}

/*название книги, фильма в списке*/
.item_title{
  color: black;
  font-size: 12px;
}

.item_pic{
  height: 350px;
  border-radius: 7px;
}



/*контейнер на странице айтемов: книг, фильмов */
.info_block{
    background: white;
    max-width: 755px;
    padding: 8px;
}

/*кнопки добавить посмотрел */
.jumButton {
  background: black;
  padding: 8px 25px 8px 25px;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  width: 80px;
  height: 44px;
  border-radius: 3px;

}

.jumButton:hover {
  background: #365877;
  color: white;
  text-decoration: none;
}

.unActive1 {
  background: grey;
  border: 1px solid grey;
  padding: 8px 25px 8px 25px;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  width: 80px;
  height: 28px;
  border-radius: 3px;
}

.unActive1:hover {
  color: white;
  text-decoration: none;
}

/*посты, лента*/
.feed_post{
  background: white;
  margin-bottom: 8px;
  padding: 8px;
  max-width: 700px;
}

/* фотка в журнале снизу */
.jrn_img{
  position: relative;
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
  height: 275px;
  }


.club_photo0{
  margin: 1px;
  display: inline-block;
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.item_photo{
  margin: 1px;
  display: inline-block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  height: 378px;
  width: 378px;
}

.club_photo{
  margin: 1px;
  display: inline-block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  height: 378px;
}



.club_photo1{
  margin: 1px;
  display: inline-block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  height: 188px;
  width: 188px;
}

.main_place_photo{
  margin: 1px;
  display: inline-block;
  max-width: 100%;
  object-fit: cover;
  height: 378px;
}

.mini_places_photos{
  margin: 1px;
  display: inline-block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  height: 188px;
  width: 188px;
}

.m_club_photo{
    margin: 1px;
    display: inline-block;
    height: auto;
    width: 100%;
    object-fit: cover;
    height: 250px;
}
