html, body {
  height: 100%;
}

body {
  margin: 0px;
  background: #E9EBEE; /* fb bg color */
  font-family: apple-system, sans-serif, Roboto, Tahoma;
  font-weight: 200;
  font-size: 16px;
}

table {
  margin: 0px;
  font-family: sans-serif, Roboto, Tahoma;
  font-weight: 400;
  font-size: 13px;
}


h1{
  font-size: 55px;
}


* {
  margin: 0;
  padding: 0;
}


menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;

}

menu a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

menu a:hover {
  color: black;
  text-decoration: underline;
}

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


}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #E9EBEE; /* fb bg color */
  background: white;
}
.content {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.menu{
  #background: #4469B0;
  background: white;
  margin: 110px;
  padding: 10px;
}


.button2{
  background: #344ABB;
  #box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  padding: 17px 44px;
  color: white;
  text-decoration: none;
  #position: absolute;
  border: 1px solid #344ABB;

}
.button2:hover{
  text-decoration: none;
  background: #263DB4;
  color: white;
}

.button3{
  margin-top:5px;
  width: 270px;
  border: 0px;
  height: 33px;
  color: white;
  background: #232323;
  border-radius: 3px;
  #box-shadow: 0px 1px 5px #C8C8C8;
}

.button3:hover{
  text-decoration: none;
  background: #232323;
}

.primary_button{
  background: #344ABB;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  padding: 17px 44px;
  color: white;
  text-decoration: none;
  position: absolute;
}


.primary_button:hover{
  background: black;
  color: white;
}


.sec_button{
  border-radius: 11px;
  border: 1px solid #D9D9D9;
  padding: 12px;
}

.sec_button:hover{
  border: 1px solid #868585;
}

.primary_button1{
  background: #ef4654;
  box-shadow: 0px 3px 3px  rgba(0, 0, 0, 0.4);
  border-radius: 9px;
  padding: 17px 43px;
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
}


.primary_button1:hover{
  background: black;
  color: white;
}

.submitB{
  width: 80px;
  height: 44px;
  margin-left: 10px;
  border: 0;
  #background-color: #F35243;
  background-color: #D2ED36;
  color: black;
  font-weight: 500;
  border-radius: 2px;
}




.input1{
  height: 50px;
  width: 300px;
  border: 1px solid #D6DBE0;
  border-radius: 4px;
  padding-left: 5px;
}

.input11{
  height: 50px;
  width: 330px;
  border: 1px solid #D6DBE0;
  border-radius: 24px;
  padding-left: 15px;
}

.input2{
  height: 100px;
  width: 330px;
  border: 1px solid #D6DBE0;
  border-radius: 24px;
  #padding-left: 15px;
  padding: 15px;
}

.characters{
  color: grey;
  #border: 1px solid grey;
  #border-radius: 11px;
  #padding: 4px 8px;
  font-size: 14px;
}

.main_img{
  position: relative;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
  height: 255px;
  #opacity: 0.3;
  #max-height: 211px;
  }

.journal_img{
  position: relative;
  border-radius: 12px;
  width: 100%;
  #opacity: 0.3;
  #height: 211px;
  text-decoration: none;
  }

  .image {
  position: relative;
  width: 100%; /* для IE 6 */
  }

.journal_h2 {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  }
.journal_h2 span {
  color: #fff;
  font-size: 30px;
  line-height: 55px;
  background: rgba(0, 0, 0, 0.8);
  #background: #000;
  padding: 10px;
  }


  .journal2_h2 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    }
  .journal2_h2 span {
    color: black;
    font-size: 30px;
    line-height: 55px;
    background: rgba(0, 0, 0, 0.8);
    background: white;
    padding: 10px;
    }


    .h1_main{
      #font-size: 55px;
      #font-weight: 700;
      #color: black;
    }

    .main_h1{
      font-size: 44px;
      font-weight: 800;
    }

    .h5_big{
      font-weight: 700;
    }

    .about_place{
      margin-top: 8px;
      margin-bottom: 28px;
    }

    .p1{
      color: black;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
    }

    .p2{
      color: grey;
      text-decoration: none;
      font-size: 14px;
      font-weight: 300;
    }

    .p3{
      color: #222222;
      text-decoration: none;
      font-size: 14px;
      font-weight: 400;
    }

/* СТРАНИЦА МЕСТА */




.orderButton {
  font-size: 17px;
  display: block;
  width: 333px;
  height: 60px;
  position: fixed;
  padding: 18px;
  right: 33px;
  bottom: 40px;
  #z-index: 99999;
  #background: #9417CE;
  #background: #ef4654;
  background: #344ABB;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: center;
  #box-shadow: 1px 1px 1px 1px #9417CE, 0 0 0.3em #9417CE;
  color: white;
}

.orderButton:hover{
  text-decoration: none;
  background: #263DB4;
  color: white;
}

@media only screen and (max-width: 700px) {
  .orderButton {

  font-size: 17px;
  display: block;
  width: 95%;
  height: 60px;
  position: fixed;
  padding: 18px;
  right: 10px;
  bottom: 40px;
  #z-index: 99999;
  #background: #9417CE;
  #background: #ef4654;
  background: #344ABB;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: center;
  #box-shadow: 1px 1px 1px 1px #9417CE, 0 0 0.3em #9417CE;
  color: white;
}

.orderButton:hover{
  text-decoration: none;
  background: #263DB4;
  color: white;
}



}






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


.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;
}

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