* {
	box-sizing: border-box;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 17px;
}

select, option {
	color: #5b5b5b;
	margin-right: 10px;
	outline: none;
	cursor: pointer;
}

.prev_4 {
	margin-right: 10px;
	float: left;
	margin-top: 8px;
}

@media screen and (max-width: 500px) {
  .prev_4  {
	margin-right: 5px;
	margin-top: 4px;
  }
}

.container_admin span {
	font-size: 12px !important;
	float: left;
	margin-top: 20px;
}

.container_admin {
	margin-top: 10px;
}

.container_admin .admin {
	float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.container_admin img {
	max-width: 60px;
}

.container_admin::after {
  content: "";
  clear: both;
  display: table;
}

.rules p {
	text-align: justify;
    margin: 0px !important;
    padding: 0px 0px 16px 0px !important;
    text-indent: 1.5em;
    color: #050505;
    font-size: 12px;
    border-bottom: none !important;
    line-height: normal !important;
}

.rules p:first-letter {
	color: #050505 !important;
	font-size: 12px !important;
}

.btn_okno_3 {
	background-color: #ffffff;
    border: none;
    color: #5b5b5b;
    padding: 7px 35px;
    text-align: center;
    opacity: 1;
    transition: 0.3s;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    outline: none;
    cursor: pointer;
}

.btn_okno_3:hover {
	background-color: #333;
	color: #ffffff;
}

.send_info {
	padding-left: 20px;
}

.send_info strong {
	color: red;
}

.send_info span {
	color: #050505;
    text-align: justify;
    font-size: 12px !important;
}

.system_info_3 {
	margin: 0px 0px 0px 0px;
    padding: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    color: #050505;
    text-align: justify;
    font-size: 12px;
}

.system_info_3 div {
	margin: 5px 0px;
	padding: 0px;
}

.system_info_3 img {
	margin-top: -1px;
	margin-right: 5px;
}

.feedback_textarea {
	border-radius: 3px;
	outline: none;
	width: 50%;
	resize: none;
}

.feedback_input {
	outline: none;
	width: 50%;
}

.form_feedback {
	margin-bottom: 16px;
}

.feedback {
	margin: 10px 0px 0px 0px;
}

.feedback div span {
	font-size: 12px;
	font-weight: bold;
}

.help {
	font-size: 12px;
}

@media screen and (max-width: 700px) {
  .feedback_textarea, .feedback_input  {
	width: 100%;
  }
}

.views {
	margin: 0px 5px 0px 0px;
	float: left;
}

.views_2 {
	float: left;
	margin-right: 20px;
}

.like {
	margin: -3px 5px 0px 0px;
	float: left;
}

.like_2 {
	float: left;
	margin-right: 20px;
}

.complain_2 {
	margin: 0px 5px 0px 0px;
	float: left;
}

.complain_3 {
	font-weight: normal;
}

.complain_3:hover {
	text-decoration: underline;
}

.answer_2 {
	float: left;
	margin:-3px 5px 0px 0px;
}

.prev_3 {
	margin: -1px 5px 0px 0px;
	float: left;
}

#myBtn_2 {
	background-color: #ffffff;
	outline: none;
	cursor: pointer;
	border: none;
	padding: 0px;
}

#myBtn_2 a {
color: #5b5b5b;
}

#myBtn_2 a:hover {
	text-decoration: none;
}

.answer p {
	font-size: 12px;
	font-weight: normal !important;
	font-style: normal !important;
	line-height: 15px;
}

.send_comment  {
	clear: both;
	overflow: hidden;
}

.send_comment a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

.send_comment a:hover {
	color: #0070c1;
}

.comment_page_2 p {
	font-weight: bold;
	margin: 16px 0px;
}

.container_page_2 {
	text-align: justify;
	border-bottom: 2px solid #e3e4e8;
	padding-bottom: 16px;
	margin: 0px;
}

.comment_page_2 span {
	color: #C0BFBF;
}

.answer_button {
	padding: 16px 0px 0px 0px;
	clear: both;
}

.end_page {
	font-size: 12px;
	font-weight: normal;
	font-style: normal !important;
	margin-top: 20px;
}

.end_page p {
	margin: 0px;
}

.end_page a {
	color: #0070c1;
}

/* Search */
.search {
	outline: none;
	color: #5b5b5b;
	margin-left: 5px;
}

@media screen and (max-width: 276px) {
  .search  {
  	margin-top: 5px;
  	margin-left: 0px;
  }
}

.btn_search {
	outline: none;
	color: #5b5b5b;
	background-color: #ffffff;
	border: 1px solid #5b5b5b;
	cursor: pointer;
}

@media screen and (max-width: 276px) {
  .btn_search  {
  	font-size: 15px;
  }
}

/* end Search */

.block {
    display: block;
    width: 100%;
    border: none;
    background-color: #ffffff;
    color: #5b5b5b;
    padding: 7px 8px;
    margin: 16px 0px;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    transition: 0.3s;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

.block:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

.send_comment p {
	font-size: 12px !important;
	border-bottom: 1px solid #d7d8db;
	padding: 5px 0px;
	margin: 11px 0px;
	clear: both;
}
.span_1 {
	font-size: 10px;
	font-weight: bold;
	color: #C0BFBF !important;
}

.span_2 {
	font-size: 12px;
	color: red !important;
	font-style: italic;
	font-weight: bold;
}

/* Шапка страницы */
.header {
	padding: 50px 0px 0px 0px;
	text-align: left;
	background: #f5f5f5;
	background-image: url("../img/header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  	color: #ffffff;
}

.header h1 {
	padding: 20px;
	margin: 0px;
	margin-top: -1px;

}

.header .content {
  	background: rgb(0, 0, 0);
  	background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 400px) {
  .header  {
	background-size: 400px 105px;
	padding: 1px 0px 0px 0px;
  }
}

/* end Шапка страницы */


/* Navbar  */
.navbar {
	overflow: hidden;
	background-color: #333;
	top: 0;
	z-index: 1;
}

.navbar a {
	float: left;
	display: block;
	color: #F1F6DD;
	text-align: center;
	padding: 14px 20px;
	text-decoration: none;
	font-weight: bold;
}

.navbar a.comments-link {
	float: right;
}

.navbar a:hover {
	color: #FBFB90;
	font-weight: bold;
}

.navbar .active {
	background-color: #666;
	color: #FBFB90;
}

@media screen and (max-width: 670px) {
  .navbar  {
	position: unset;
	position: -webkit-user-select;
  }
}
/* end Navbar  */

/* Left blok */
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.side {
  -ms-flex: 30%;
  flex: 30%;
  max-width: 30%;
  background-color: #f1f1f1;
  padding: 10px 20px 20px 20px;
}

.fakeimg {
	width: 100%;
}

.fakeimg img {
	margin-bottom: 0px;
}

/* end Left blok */

/* right blok */
.main {
	-ms-flex: 70%;
	flex: 70%;
	background-color: white;
	padding: 10px 10px 0px 10px;
}
/* end right blok */

/* Footer */
.footer {
	text-align: center;
  	background: #333;
}

.footer_title {
	padding: 5px;
}

.footer_title a {
	font-size: 12px;
	color: #F1F6DD;
	text-decoration: none;
}

.footer_title u {
	font-size: 12px;
	color: #F1F6DD;
	text-decoration: none;
}

.footer_title a:hover {
	color: #FBFB90;
	text-decoration: underline;
}

.footer_title span {
	color: #FBFB90;
	font-weight: bold;
}

.makxost {
	background: rgba(0,0,0,0.3);
	padding: 20px;
}

@media screen and (max-width: 600px) {
  .footer .makxost  {
	padding: 20px !important;
  }
}

/*end Footer */

h3 {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

.title {
	color: #0070c1;
	font-weight: bold;
}

.title_page a, span {
	font-size: 13px;
	text-decoration: none;
	color: #5b5b5b;
}

.group a {
	font-size: 17px;
	text-decoration: none;
	color: #000000;
}

.title_page a:hover {
	text-decoration: underline;
}

.group {
	padding-top: 8px;
}

.main_2 {
  color: #050505;
  display: none;
  margin: 0px 0px 0px 0px;

}

.main_3 {
	-ms-flex: 70%;
	flex: 70%;
	background-color: white;
	padding: 10px 10px 0px 10px;

}

.tablink {

  cursor: pointer;
  padding: 10px 5px;
  font-size: 17px;

}

.mobile_menu {
	display: none;
	top: 25px;
	right: 10px;
	width: 34px;
	height: 32px;
}

@media screen and (max-width: 740px) {
	.mobile_menu {
		display: block;
		position: absolute;
		border: 1px solid #fff;
		border-radius: 5px;
		padding: 5px;
		cursor: pointer;
		vertical-align: middle;
	}
	.mobile_menu img {
		max-width: 100%;
	}
  .navbar {
	  display: none;
  }
  .navbar a  {
	float: none !important;
  }
}

@media screen and (max-width: 740px) {
  .navbar a:nth-child(4) {

	float: none;
  }
}

/* Выпадающи меню */
.dropbtn {
 cursor: pointer;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown  a:nth-child(1) {
	color: #0070c1;
	font-weight: bold;
}

.dropdown-content  a:nth-child(1) {
	color: #000000;
	font-weight: normal;
}

.dropdown a:hover {
	text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
/* end Выпадающи меню */


#more {display: none;}

.main_2 span {
	font-size: 17px;
}

.main_2 p {
	line-height: 30px;
	text-align: justify;
	text-indent: 1.5em;
	border-bottom: 2px solid #e3e4e8;
	padding-bottom: 16px;
	margin: 0px;
}

.main_2 p:first-letter {
    font-family: "Times New Roman", Times, serif; /* Гарнитура шрифта первой буквы */
    font-size: 200%; /* Размер шрифта первого символа */
    color: red;
}


.main_2 h3 {
	font-weight: normal;
	font-size: 17px;
}


h3 a {
	color: #0070c1;
}

h3 a:hover {
	text-decoration: none;
	color: #000000;
}

h5 {
	color: #C0BFBF;
	    font-weight: 100;

}

/* Актёры */
.main_3 {
	max-width: 100%;
	margin: auto;
}


.row_2,
.row_2 > .column {
 	padding: 8px;
}

.column {
	 float: left;
	 width: 25%;
}

.row_2:after {
  content: "";
  display: table;
  clear: both;
}

.content_actors {
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  padding: 10px;
  border-radius: 3px;
  transition: 0.3s;
}

.content_actors:hover {
	box-shadow: 0 2px 0 0 #d7d8db, 0 0 0 2px #e3e4e8;
}

.content_actors:hover .actors_name p {
	color: #0070c1;
	transition: 0.3s;
}

.content_actors img {
	margin-bottom: -5px;
	transition: transform .2s;
}

.content_actors img:hover {
	/*transform: scale(1.2);*/
}

.actors_name {
	padding: 10px 0px 0px 0px;
}

@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.content_actors p {
	font-size: 12px;
	color: #5b5b5b;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}


@media screen and (max-width: 600px) {
.content_actors p {
    font-size: 17px;
    line-height: 20px;
  }
}
/*end Актёры */

/* Фотогалерея */
#photo_gallery img {
	cursor: pointer;
	transition: 0.3s;
}

#photo_gallery img:hover {
	opacity: 0.7;
}

.online-counter {
	right: 20px;
	color: #F1F6DD;
	position: absolute;
    margin-right: 150px;
    margin-top: 16px;
}
.online-counter div {
	font-size: 14px;
}
.online-counter div:last-child {
	display: none;
}

.hidden {
	display: none;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #F1F6DD;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 30px;
  font-weight: bold;
}

.cursor {
	cursor: pointer;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px 15px;
  margin-top: -50px;
  color: #F1F6DD !important;
  font-weight: bold;
  font-size: 20px !important;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prev_2,
.next_2 {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  margin:16px 0px;
  color: #5b5b5b !important;
  font-size: 20px !important;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  margin-right: 30px;
}

.prev_2 {
  border-radius: 3px 0 0 3px;
}

.prev_2:hover,
.next_2:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff !important;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #F1F6DD;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  top: 0;
}

.mySlides img {
  margin-bottom: -5px;
}

.footer img {
  margin-bottom: -5px;
}

@media screen and (max-width: 570px) {
  .footer img  {
	width: 400px;
  }
}

@media screen and (max-width: 490px) {
  .footer img  {
	width: 300px;
  }
}

@media screen and (max-width: 390px) {
  .footer img  {
	width: 200px;
	height: 30px;
  }
}

@media screen and (max-width: 300px) {
  .footer img  {
	width: 200px;
	height: 30px;
  }
}


.mySlides img:hover {
  opacity: 1 !important;
}

.caption_container {
  text-align: center;
  background-color: #000000;
  padding: 10px;
  color: #F1F6DD;
  font-size: 17px;
}

/* end modal */

/*end Фотогалерея */

/* Главная страница */

#main_page p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	text-indent: 1.5em;
	color:  #050505;
}

#main_page {
	padding-bottom: 16px;
}
/* end Главная страница */


/* Pagination */
.num {
}

.paginator a {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  margin:16px 0px;
  font-size: 20px !important;
  transition: 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  margin-right: 10px;
  color: #5b5b5b;
}

.paginator a:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff !important;
}

.paginator_active {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff !important;
}

/* end Pagination */

.ranging {
}

.opened {
	display: block;
	position: relative;
}

.selector {
	cursor: pointer;
}

/*Актёры - биография*/
.info_column:nth-child(1) {
	width: 30%;
}


.info_column {
	float: left;
	width: 70%;
	padding: 0px 5px;
	background-color: #ffffff;
}

.info_row {
	margin: 0px -5px;
}

.info_row:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 968px) {
	.online-counter {
		display: none;
	}
}

@media screen and (max-width: 600px) {
  .info_column {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .info_column:nth-child(1) {
    width: 100%;
    display: block;
  }
}

.info_card {
 	background-color: #ffffff;
 	padding: 0px;
}

.info_card p {
	line-height: 30px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	color: #050505;
	text-indent: 1.5em;
}

.info_card h3 {
	margin: 0px 0px 10px 0px !important;
}

@media screen and (max-width: 600px) {
	.info_card h3  {
	margin: 20px 0px 10px 0px !important;
  }
}


.info_card h5 {
	color: #5b5b5b !important;
	font-weight: bold;
	margin: 20px 0px 10px 5px;
	padding: 0px;
}

.info_card img {
	    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
	    padding: 10px;
	    border-radius: 3px;
}
ol {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

@media screen and (max-width: 600px) {
	.info_card ol  {
	padding: 0px 0px 0px 20px !important;
  }
}

ol li {
	line-height: 20px;
	color: #5b5b5b;
	margin: 0.5rem 0rem;
}

h2, h3 {
	color: #5b5b5b;
}

h2 {

	font-weight: 100;
}

.ranging span {
	border-bottom: 1px dashed;
	font-size: 25px;
	font-weight: 100;
	color: #5b5b5b;
}

@media screen and (max-width: 500px) {
  .ranging span  {
	font-size: 18px;
	font-weight: 100;
  }
}

.title_name {
	margin-top: 16px;
}

.biography {
	border-top: 2px solid #e3e4e8;
}

/*end Актёры - биография*/

/* Плавная кнопка "Наверх" на javascript */
.back_to_top {
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 9999;
	width: 40px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	display: none;
	font-size: 25px;
}

@media screen and (max-width: 600px) {
  .back_to_top {
	bottom: 30px;
	right: 0;
	width: 30px;
	font-size: 20px;
  }
}

.back_to_top:hover {
	background: #666;
}

.back_to_top_show {
	display: block;
	transition: 0.3s;
}
/*end Плавная кнопка "Наверх" на javascript *//**/

/* Добавить комментарий. Modal */
.modal_2 {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal_content_2 {
	background-color: #ffffff;
	margin: auto;
	padding: 10px;
	width: 50%;
	border-radius: 3px;
}

@media screen and (max-width: 600px) {
  .modal_content_2  {
	width: 90%;
  }
}

.close_2 {
	  color: #F1F6DD;
	  position: absolute;
	  top: 10px;
	  right: 25px;
	  font-size: 30px;
	  font-weight: bold;
	  transition: 0.3s;
}

.close_2:hover,
.close_2:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.add_comment {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

.info_comment {
	font-size: 11px;
	clear: both;
	padding: 0px;
	margin-bottom: 0px;
	color: #5b5b5b;
}
/* end Добавить комментарий. Modal */

.info {
	background-color: #FBFBC2;
	box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
	padding: 5px 10px;
	font-size: 13px;
	text-align: justify;
	margin: 16px 0px;
	color: #000000;
	font-weight: bold;
}

@media screen and (max-width: 700px) {
  .info, .system_info_3  {
  	text-align: left;
  }
}

.img_comment {
	float: left;
	margin:0px 5px 0px 0px;
}

@media screen and (max-width: 390px) {
  .img_comment  {
  	margin:0px 5px 30px 0px;
  }
}

.textarea {
	width: 100%;
	border: 1px solid #d7d8db;
	border-radius: 3px;
	outline: none;
	resize: none;
}

.answer_button a {
	text-decoration: underline;
	color: #5b5b5b;
}

.answer_button a:hover {
	text-decoration: none;
}

.answer_button button {
	background-color: #ffffff;
	outline: none;
	border: none;
	padding: 0px;
}

.title_answer {
	margin-top: 50px;
	margin-bottom: 20px;
}

.title_answer span {
	color: #5b5b5b;
	font-size: 25px;
	font-weight: 100;
	border-bottom: 1px dashed;
}

.name_content {
	margin: 16px 0px;
}

.name_content span {
	color: #5b5b5b;
	font-size: 25px;
	font-weight: 100;
	border-bottom: 1px dashed;
}

.btn_okno {
	background-color: #ffffff;
	border: none;
	color: #5b5b5b;
	padding: 7px 35px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	margin: 4px 2px;
	opacity: 1;
	transition: 0.3s;
	border-radius: 3px;
	box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
	outline: none;
}

.btn_okno:hover {
	background-color: #333;
	color: #ffffff;
}

/* Системное сообщение */
.system_info {
    margin: 0px 0px 0px 0px;
    padding: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    color: #050505;
    text-align: justify;
    font-size: 12px;
}

.tooltip {
	display: none;
	background-color: #fff;
	padding: 5px;
	position: fixed;
	min-width: 450px;
	max-width: 450px;
}

@media screen and (max-width: 700px) {
  .system_info  {
  	text-align: left;
  }
}

.system_info p {
	margin: 5px 0px;
	padding: 0px;
}

.system_info img {
	margin-top: -1px;
	margin-right: 5px;
}

#title_system_info {
	display: none;
}
/* end Системное сообщение: */

.title_comment div {
	float: left;
	margin-right: 5px;
}

.title_comment {
	margin: 30px 0px 20px 0px;
	clear: both;
}

@media screen and (max-width: 800px) {
  .title_comment div:nth-child(2) {
  	display: none;
 }

@media screen and (max-width: 800px) {
  .side {
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
  background-color: #f1f1f1;
  padding: 10px 20px 20px 20px;
}
}

.end_page a {
	 word-break: break-all;
}

@media screen and (max-width: 697px) {
   .btn_search, select  {
	margin-top: 10px;
  }
}

@media screen and (max-width: 697px) {
   .title_comment  {
	margin: 20px 0px 20px 0px;
  }
}

@media screen and (max-width: 495px) {
   .title_comment div:nth-child(1)  {
	display: none;
  }
}

@media screen and (max-width: 365px) {
  .views, .views_2  {
  	display: none;
  }
}


