* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.2em;
  background-color: #fff;
  color: #555;
}

p {
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

input[type="text"], input[type="password"], input[type="search"], input[type="name"], input[type="phone"] {
  color: #5d5d5d;
  width: 60%;
  padding: 8px;
} 
input[type="submit"] {
 color: #00adef;
  width: 50%;
  padding: 10px;
  margin-top: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #00adef;
  font: normal 80% 'century gothic', arial;
    }


input, textarea {
  outline: none;
  border: none;
  border: solid 1px #f2f2f2;
}

h1, h2 {
  font: normal 170% 'century gothic', arial;
  margin: 20px 0 15px 0;
  padding: 15px 0 5px 0;
  color: #121212;
}

h2 {
  font-size: 110%;
}
h3 {
  font: normal 120% 'century gothic', arial;
  margin: 40px 0 30px 0;
  color: #121212
}
h4 {
  font: normal 130% 'century gothic', arial;
  margin: 40px 0 60px 0;
  color: #121212
}
h5 {
	font: normal 95% 'century gothic', arial;
  margin: 5% 5% 5% 30%;
  color: #121212
	
}
a, a:hover {
  outline: none;
  text-decoration: underline;
  color: #f91706;
}

ul {
  margin: 2px 0 22px 17px;
}

ul li {
  margin: 0 0 6px 0;
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}
ol li {
  margin: 0 0 6px 0;
  padding: 0 0 4px 5px;
  line-height: 1.2em;
}
.logo_img img {
  height: 100px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -70px;
  margin-bottom: 0px;
  
}

.header {
  background-color: #00adef;
  height: 78px;
  font-size: 0.7em;
  margin-left: 0px;
  margin-right: 0px;
  min-width: 900px;
}

.main, .logo, .menubar, .site_content, .footer {
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 880px;
  padding-bottom: 40px;
}

.logo h1, .logo h2 {
  font: normal 230% 'century gothic', arial, sans-serif;
  margin: 40px 0 0 200px;
}

.logo_text h1, .logo_text h1 a, .logo_text h1 a:hover {
  padding: 22px 0 0 0px;
  color: #fff;
  letter-spacing: 0em;
  text-decoration: initial;
  margin-right: 20px;
}

.logo_text h2 {
  font-size: 0.9em;
  padding: 4px 0 0 0;
  color: #999;
}


.menubar {
  width: 900px;
  height: 46px;
}

ul.menu {
  float: right;
}

ul.menu li {
  float: left;
  padding: 0 0 0 9px;
  list-style: none;
  margin: 1px 2px 0 0;
}

ul.menu li a {
  font: normal 100% 'trebuchet ms', sans-serif;
  display: block;
  height: 20px;
  padding: 6px 35px 5px 28px;
  color: #fff;
  text-decoration: none;
}

ul.menu li.selected a {
  color: #aeb002;
}

ul.menu li a:hover {
  color: #e4ec04;
}

hr {
  border: solid 1px #f3f3f3;
}

.site_content {
  width: 880px;
  overflow:hidden;
  margin: 20px auto 0 auto;
  background-color: white;
}

.sidebar_container {
 margin: 20px 0px 0px 178px;
  width: 224px;
}

.sidebar {
  
  width: 400px;
  padding: 5%;
  margin: 0 0 16px 0;
  border: solid 1px #3086f1cc;
  border-radius: 5px;
  background-color: #79a9f10d;
}

.btn {
  padding: 8px;
  background-color: white;
  cursor:pointer;

}

.sidebar h2 {
  color: #00adef;
  text-align: center;
}
.sidebar h3 {
   color: #00adef;
   text-align: center;
   margin-bottom: 20px;
}
.lables_passreg_text {
  font-size: 0.7em;
  margin-top: 3%;
  margin-left: 2%;
}

.sidebar ul {
  margin: 0px;
}

.sidebar ul li {
  list-style-type: none;
  margin: 0 0 0 0;
}

.sidebar .rating_sidebar {
  float: right;
}


.content {
  text-align: left;
  width: 600px;
  padding: 5px 0 0 5px;
  float: left;
}

.content a {
  text-decoration: none;
}

.films_block {
  margin-bottom: 5%;
}

.films_block img {
  border-radius: 5px;
  border: solid 5px #dad7d5;
  width: 22%;
} 

.posts .posts_content {
  font-size: 0.8em;
}


/* Страница просмотра фильма */

.info_film_page {
  margin-top: 2%;
  margin-bottom: 4%;
}

.info_film_page .label {
  font-size: 1.2em;
}

.info_film_page .value {
  font-size: 1em;
  color: #49945A;
  margin-right: 3%;
}

.descriptions_film {
  margin-bottom: 0%;
  overflow: auto;
}
.descriptions_film img{
  float:left;
  margin-right: 1%;
  width: 220px;
 }
.descriptions_film1 {
  margin-bottom: 3%;
  overflow: auto;
}
.descriptions_film1 img{
  float: right;
  margin-right: 1%;
  width: 220px;
 }
 .descriptions_film2 {
  margin-bottom: 5%;
  overflow: auto;
  text-align: center;
 }
  .descriptions_film2 img{
  width: 900px;
 }
.descriptions_film3 {
  margin-bottom: 5%;
  overflow: auto;
  text-align: center;
 }
  .descriptions_film3 img{
  width: 500px;
 }

.text-block {
  margin: 25px;
  font-size: 150%;
  text-align: center;
}
.text-block1 {
  margin: 0px;
  font-size: 150%;
  text-align: center;
}
.choice img {
  float: left;
  margin-right: 1%;
  width: 22px;
  margin-top: 2%;
}
.choice1 img {
  margin-left: 90px;
  width: 28px;
  margin-top: 5%;
}
.text-block5 {
  text-align: center;
  font-size: 120%;
}
  
.obmen {
  margin-top: 30px;
}
.obmen img {
  float:left;
  margin-right: 1%;
  width: 300px;

}
.text-block2 {
  font-size: 110%;
  text-align: center;
  margin-top: 40px;
  color: #010600;
}
.text-block2 s {
  color: #f91706;
}
.text-block3 {
  font-size: 110%;
  text-align: center;
  margin-top: 140px;
  color: #010600;
}
.text-block3 s {
  color: #f91706;
}
.text-block4 {
  font-size: 110%;
  text-align: center;
  margin-top: 190px;
  color: #010600;
  margin-bottom: 110px;
}
.text-block5 {
  font-size: 90%;
  text-align: center;
  margin-top: 45px;
  color: #010600;
  margin-bottom: 20px;
  margin-left: 5%;
  margin-right: 5%;
}
.text-block6 {
  font-size: 95%;
  margin-top: 40px;
  color: #010600;
  margin-bottom: 50px;
  margin-left: 9%;
  margin-right: 4%;
}
  
 .text-block3 p {
  font-size: 90%;
  text-decoration: underline;
}
.text-block2 p {
  font-size: 90%;
  text-decoration: underline;
}
.text-block4 p {
  font-size: 90%;
  text-decoration: underline;
}
.text-block5 p {
  font-size: 90%;
  text-decoration: underline;
}
.text-block5 li {
  font-size: 90%;
  float: left;
}
.text-block4 s {
  color: #f91706;
}
.reviews1 img {
  float: left;
  width: 600px;
  margin: -30px 0 0 0;
}


.reviews {
  margin-bottom: 4%;
  font-size: 0.9em;
  width: 600px;
}

.reviews .review_name {
  background-color: #00adef;
  color: white;
  padding: 1%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.reviews .review_text {
  padding-top: 2%;
  padding-bottom: 2%; 
  padding-left: 2%;
}

.send {
  margin-bottom: 4%;
}

.send input[type="text"], textarea {
  border: solid 1px #C3C3C3;
  margin-bottom: 2%;
}

.send input[type="text"]{
  width: 95%;
}

.send textarea {
  width: 586px;
  height: 100px;
}

.send input[type="submit"]{
  background-color: #00adef;
  padding: 2%;
  color: white;
  border-radius: 8px;
}



.send_contact input[type="text"] {
  width: 500px;
}

.send_contact textarea {
  width: 516px;
}



.info_film {
  margin-bottom: 5%;
  background-color: #f9f9f9;
  padding: 5%;
  height: 270px;
}

.info_film img {
  float: left;
  margin-right: 2%;
  border-radius: 5px;
  border: solid 5px #dad7d5;
  width: 25%;
}

.button {
  background-color: #7268ad;
  padding: 2%;
  color: white;
  border-radius: 5px;
  float: right;
  margin-top: 5%;
  clear: both;
  font-size: 0.8em;
}

.button a {
  color: white;
}


table {
  width: 100%;
  border: solid 1px #f4f4f4;
}

td {
  padding: 2%;
  border: solid 1px #f4f4f4;
}

td img {
  width: 60px;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.rating {
  font-weight: bold;
}
.reason {
	color: #f91706;
  width: 40%;
  padding: 1px;
  margin: 2% 24% 3% 30%;
  background-color: #79a9f10d;
  border-radius: 10px;
  border: solid 5px #00adef;
  font: normal 120% 'century gothic', arial;
  text-align: center;
  }
.reason a {
	color: #060606;
   text-decoration: blink;
 }  
.reason h3 a {
	color: #f91706;
    text-decoration: none;    
}
.sidebar h3 a {
	color: #f91706;
    text-decoration: none;
    }
.sidebar li a {
	color: #060606;
    text-decoration: none;
}
.text-flicker {
  animation: flicker 2s infinite; /* Параметры анимации */
}
  @keyframes flicker {
    from { opacity: 1; /* Непрозрачный текст */ }
    to { opacity: 0; /* Прозрачный текст */ }
  }


.footer {
  width: 100%;
  height: 200px;
  padding: 7px 0 2px 0;
  text-align: center;
  background-color: #00adef;
  color: #f9f9f9;
  margin-left: 0px;
  margin-right: 0px;
  min-width: 900px;
}

.footer a {
  color: #00adef;
  text-decoration: none;
  word-spacing: 
}

.footer a:hover {
  color: #fff;
  text-decoration: none;
  word-spacing: 3px;
  }

.footer p {
  padding: 0 0 10px 0;
  color: #00adef;
  font-size: 50%;
  word-spacing: 3px;

    }

/* CSS Mobile */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {

  .header {
    background-color: #00adef;
    height: 100%;
    font-size: 0.7em;
    min-width: 100%;
  }
  .logo_img img {
    height: -1%;
    margin-left: 37%;
    margin-right: 0%;
    margin-top: 1%;
    margin-bottom: -13%;
  }
  .obmen {
    display: none;
  }
  .text-block2 {
    display: none;
  }
  .text-block3 {
    display: none;
  }
  .text-block4 {
    display: none;
  }
.descriptions_film2 img{
  width: 350px;
 }
  .descriptions_film3 img{
  width: 200px;
} 
  .reviews1 img {
    display: none;
  }
  .logo {
    width: 100%;
  }
  .site_content {
    width: 100%;
    text-align: center;
  }

  .menubar {
    width: 100%;
    height: 100%;
  }

  .content {
    width: 100%;
  }
  input[type="text"], input[type="password"], input[type="search"] {
  color: #5d5d5d;
  width: 50%;
  padding: 8px;
  } 

  .sidebar_container {
    width: 100%;
  }
  .sidebar {
    width: 85%;
    float: right;
    margin: 10% 25% 0 0;
    padding: 0 0 0 0;
    border: solid 1px #10100f21;
    border-radius: 10px;
    background-color: #376ec108;
  }
  .footer {
    display: none;
  }
  ul.menu {
    float: none;
  }
  ul.menu li {
    margin: 0;
    padding: 0;
    float: none;
  }
  .logo h1 {
    font: normal 200% 'century gothic', arial, sans-serif;
    margin-left: 0px;
  }
  .logo h2 {
    font: normal 100% 'century gothic', arial, sans-serif;
    color:white;
  }
  .logo_text h1 {
  text-align: center;
  width: 100%;
  }
  .content h1, h2 {
    font: normal 100% 'century gothic', arial;
  }
  .films_block img {
    width: 43%;
  }
  .posts_content p {
    line-height: 1.5em;
    padding: 3%;
    text-align: left;
  }
  .posts p {
    font-size: 120%;
  }

  /* fimls page */
  .info_film {
    float:none;
    height: 100%;
  }

  .info_film img {
    width: 90%;
    margin-bottom: 5%;
  }

  .button {
    float: none;
  }
  .choice {
    text-align: left;
  }
  .choice1 img {
  margin: 0% 30% 3% 20%;
  width: 15%;
 
  }
  /* rating page */
  table {
    display: block;
  }

  th {
    font-size: 75%;
  }

  td {
    padding: 0;
    margin: 0;
    font-size: 95%;
    text-align: left;
  }

  /* show page */
  iframe {
    width: 88%;
    height: 100%;
  }

  .descriptions_film {
    width: 100%;
    text-align: left;
    margin-left: 0%;
  }
  .descriptions_film1 {
    width: 100%;
    text-align: left;
    margin-left: 0%;
    margin-bottom: 5%;
  }
  .text-block {
    font-size: 130%;
    text-align: center;
  }
  .text-block1 {
    font-size: 130%;
    text-align: center;
    margin: 4%;
  }

  .descriptions_film img {
    float: none;
    width: 80%;
    display: block;
    margin: 7px;
    padding: 0;
    margin-left: 6%;
    margin-bottom: 7%;
  }
.descriptions_film1 img {
    float: none;
    width: 80%;
    display: block;
    margin: 7px;
    padding: 0;
    margin-left: 6%;
    margin-bottom: 7%;
  }
  .reviews {
    text-align: center;
    width: 96%;
  }
  .reason {
	color: #f91706;
  width: 80%;
  padding: 1px;
  margin: 2% 24% 3% 8%;
  background-color: #79a9f10d;
  border-radius: 10px;
  border: solid 5px #00adef;
  font: normal 120% 'century gothic', arial;
  text-align: center;
  }
  h5 {
	font: normal 95% 'century gothic', arial;
  margin: 15% 5% 5% 5%;
  color: #121212;
  text-align: center;
}
  .send {
    display: none;
  }
}