html,
body {
  background-color: #fff;
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  min-height: 100%;
  height: 100%;
  background: transparent; 

}
.top_menu {
  opacity: 1;
  /*background: url("/images/snow.gif") -200px 0px / 300px repeat-x rgb(81, 113, 152);          */
  vertical-align: middle;
  background-color: #232a2d;
  height: 70px;
  border-bottom: 3px solid #d2d3d4;
  margin-bottom: 5px;
}
#colored {
  color: #f45454;
  font-weight: normal;
}
.blocked_elements {
  margin: 0 auto;
  text-align: center;
  width: 680px;
}
.blocked_elements #formbox {
  width: 360px !important;
  display: inline-block;
}
.topmenu_area {
  width: 980px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}
#logo {
  width: 275px;
  background: url('/images/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  display: table-cell;
  cursor: pointer;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
.content {
  width: 1000px;
  margin: 0 auto;
  padding: 5px 5px 5px 5px;
}
a {
  text-decoration: none;
}
#top_menu_text {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #f45454;
  font-weight: bold;
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
}
#top_menu_text:hover {
  color: #fff;
  background: #d75151;
  cursor: pointer;
}
.top_menu_items {
  padding-left: 0;
}
.flex {
  margin: 0 auto;
  text-align: center;
}
.logout_button {
  float: right;
  display: inline-block;
}
.content {
  vertical-align: top;
}
.admin_left_menu {
  width: 210px;
  min-height: 400px;
  background: #232a2d;
  border-radius: 8px;
  color: #dfdfdf;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}
.admin_menu_items {
  padding: 10px 10px 5px 10px;
}
#block_name {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
#admin_menu_text {
  padding: 3px 3px 3px 3px;
  list-style-type: square;
  border-bottom: 2px solid transparent;
  display: block;
  margin-bottom: 4px;
}
#admin_menu_text_opened {
  padding: 3px 3px 3px 3px;
  list-style-type: square;
  border-bottom: 2px solid transparent;
  display: block;
  margin-bottom: 4px;
}
#admin_menu_text_opened:hover {
  text-shadow: 1px 1px 2px black, 0 0 1em #fff;
  color: #fff;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
.lmactive {
  text-shadow: 1px 1px 2px black, 0 0 1em #fff;
}
.admin_menu_opened {
  margin-left: 30px;
  font-size: 13px;
}
#admin_menu_text:hover {
  text-shadow: 1px 1px 2px black, 0 0 1em #fff;
  color: #fff;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
.content_block {
  background-color: #fff;
  margin-left: 5px;
  display: inline-block;
  min-height: 100px;
  width: 750px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#content_menu_name {
  width: 100%;
  height: 29px;
  background: #232a2d;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
#content_menu_name_bottom {
  width: 100%;
  height: 29px;
  background: #232a2d;
  border-radius: 0 0 5px 5px;
  color: #fff;
}
#content_menu_name_txt {
  padding: 5px 5px 5px 12px;
  font-size: 14px;
}
a#link_leftmenu {
  text-decoration: none;
  color: #dfdfdf;
}
.popcorn {
  position: relative;
  width: 1000px;
  height: 143px;
  background: url('/images/popcorn.png');
  background-repeat: repeat;
  margin: 0 auto;
}
#footer {
  /*height: 205px;*/
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer_inside_bottom {
  background-color: #f1f1f1;
  width: 100%;
}
#footer_inside {
  margin: 0 auto;
  width: 1000px;
  height: 62px;
  line-height: 18px;
  vertical-align: middle;
}
#kinobox_copy {
  display: inline-block;
  padding-top: 14px;
  color: #f45454;
  margin-right: 45px;
}
#footer_menu_item {
  padding-top: 24px;
  display: inline-block;
  width: 810px;
  vertical-align: top;
}
.error_bg {
  width: 100%;
  height: 100%;
  background-color: #2f373b;
}
.error_404 {
  margin: 0 auto;
  width: 1058px;
  height: 682px;
  background: url(/images/404.png);
  background-repeat: no-repeat;
  background-position: center;
}
.error_403 {
  margin: 0 auto;
  width: 1008px;
  height: 835px;
  background: url(/images/403.png);
  background-repeat: no-repeat;
  background-position: center;
}
.error_500 {
  margin: 0 auto;
  width: 1802px;
  height: 953px;
  background: url(/images/500.png);
  background-repeat: no-repeat;
  background-position: center;
}
a.frames {
  color: white;
  text-decoration: underline;
}
.error_403_text {
  padding-top: 250px;
  color: white;
  font-size: 16px;
}
.error_404_text {
  padding-top: 250px;
  color: white;
  font-size: 16px;
}
.error_500_text {
  padding-top: 250px;
  padding-left: 400px;
  color: white;
  font-size: 16px;
}
.error_h {
  font-size: 22px;
}
.content_side {
  padding: 10px 10px 30px 10px;
}
.spacing {
  height: 250px;
  width: 100px;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label span {
  color: #696c6f;
  border-radius: 8px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 7px;
  vertical-align: middle;
  background: #969393;
  cursor: pointer;
}
input[type="radio"]:checked + label span {
  background: #f45454;
}
select.admin {
  width: 355px;
  height: 45px;
  display: inline-block;
  margin: 5px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  border: 2px solid transparent;
}
input[type=number].admin {
  width: 60px;
  height: 40px;
  display: inline-block;
  margin: 5px 5px 5px 5px;
  border: 2px solid transparent;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  outline: none;
  font-weight: bold;
}
input[type=text].admin,
input[type=password].admin,
input[type=file].admin,
input[type=text].user,
input[type=password].user,
input[type=file].user {
  width: 330px;
  height: 40px;
  display: inline-block;
  margin: 5px 5px 5px 5px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  border: 2px solid #DFDFDF;
}
input[type=file].admin {
  border: 0;
}
textarea {
  border: 2px solid #aeaeae;
  outline: none;
  padding: 5px;
  font-family: 'Noto Sans', sans-serif;
}
input[type=text].admin:focus,
input[type=password].admin:focus,
input[type=text].user:focus,
input[type=password].user:focus,
input[type=number].admin:focus {
  border: 2px solid #aeaeae;
}
#admin_delete {
  width: 355px;
  height: 40px;
  background: #bfbfbf;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 23px;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  padding-top: 4px;
}
button#admin_submit,
.button_edit_box {
  width: 355px;
  height: 40px;
  background: #f45454;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 23px;
  border: 0;
  cursor: pointer;
}
a.styled_button {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 3px;
  height: 43px;
  background: #f45454;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 23px;
  border: 0;
  cursor: pointer;
}
.button_style1 {
  display: inline-block;
  font-weight: bold;
  color: #f45454;
}
.gender {
  margin-top: 20px;
  margin-bottom: 20px;
}
.error {
  height: auto;
  padding: 7px 7px 7px 7px;
  width: 60%;
  background: #ffecec;
  border: 1px dashed #efbaba;
  color: #f45454;
  margin: 0 auto;
  border-radius: 7px;
  text-align: center;
}
.Table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 727px;
  display: table;
}
.Heading {
  display: table-row;
  font-weight: bold;
  text-align: center;
}
.Row {
  display: table-row;
}
.Cell {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #d6d6d6;
  padding-left: 5px;
  padding-right: 5px;
}
.Row:hover {
  background: #e9e9e9;
}
._name {
  cursor: pointer;
}
._name:hover {
  text-decoration: underline;
}
:hover {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
a#pagination {
  color: #f24747;
  font-weight: bold;
}
.pagenav {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.pagenav_news {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
#pagenav_active {
  display: inline-block;
  color: #fff;
  background: #f24747;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
  border-radius: 2px;
}
img.frames {
  opacity: 0.7;
}
img.frames:hover {
  opacity: 1;
}
.delete_box {
  width: 530px;
  height: 25px;
  background: #f45454;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tooltipster-shadow {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  color: #2c2c2c;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#content_wrapper {
  width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
.tooltipster-shadow .tooltipster-content {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
.table_ {
  display: table;
}
.admins_stats_table {
  background: #e1e1e1;
  width: 500px;
  margin: 0 auto;
  padding: 5px 5px 5px 5px;
  display: table;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.letters_table {
  background: #e1e1e1;
  width: 700px;
  margin: 0 auto;
  padding: 5px 5px 5px 5px;
  display: table;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
#letter_content {
  resize: none;
  padding: 10px;
  border: 2px solid #aeaeae;
  opacity: 0.7;
}
#letter_content:focus {
  border: 2px solid #aeaeae;
  opacity: 1;
}
.letter_variables {
  font-size: 13px;
  text-align: left;
  color: #767676;
}
.admins_stats_row {
  display: table-row;
  width: 100px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
}
.admins_stats_row:hover {
  cursor: pointer;
  text-decoration: underline;
}
.admins_stats_row_f {
  display: table-row;
  width: 100px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
}
.admins_stats_cell {
  display: table-cell;
  background: #f1f1f1;
  text-align: center;
  width: 100px;
  height: 35px;
  vertical-align: middle;
  border-bottom: 1px solid #dcdcdc;
}
.admins_stats_cell #NBU {
  width: 50px;
  background-color: transparent;
  outline: none;
  border: none;
}
.admin_stats_header {
  display: table-row;
  font-weight: bold;
}
/* ---------------------------------- GAME ------------------------------------ */
.game_area {
  width: 1000px;
  min-height: 300px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.fields {
  width: 1000px;
}
.cell_front {
  padding-top: 8px;
  padding-left: 8px;
  background: #000000;
  width: 77px;
  height: 77px;
  display: block;
  background: rgba(0, 0, 0, 0) url(../images/line.png) no-repeat;
  background-size: 100% 100%;
  z-index: 6;
  position: absolute;
}
.silver_area {
  background: #eceeed;
  z-index: 5;
  height: 30px;
  width: 31px;
  position: absolute;
  margin-top: 43px;
  margin-left: 11px;
  border-radius: 0 0 0 30px;
}
.cell_wrapper {
  padding-top: 3px;
  padding-left: 3px;
  width: 80px;
  height: 80px;
}
.cell_point {
  z-index: 4;
  color: #45688e;
  width: 73px;
  height: 73px;
  background: #fefefe;
  border-radius: 100px;
  position: relative;
  border: 3px solid #737373;
}
.cell_in_cell_point {
  margin: auto;
  color: #45688e;
  width: 63px;
  height: 63px;
  background-color: #fefefe;
  border-radius: 100px;
  text-align: center;
  position: relative;
  border: 1px solid #737373;
  margin-top: 4px;
}
.text_in_cell {
  font-size: 35px;
  color: #000;
  height: 63px;
  width: 63px;
  margin-left: 11px;
  margin-top: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  z-index: 7;
  position: absolute;
}
point {
  display: inline-block;
  width: 83px;
  height: 83px;
  cursor: pointer;
  text-align: center;
  margin: 5px;
}
point:hover > .text_in_cell {
  color: #ff5d5c;
}
point:hover > .silver_area {
  background: #fff1f1;
}
point:hover > .cell_front {
  background: rgba(0, 0, 0, 0) url(../images/line_lightred.png) no-repeat;
  background-size: 100% 100%;
}
point:hover > .cell_wrapper > .cell_table > .cell_point {
  border: 3px solid #ff5d5c;
}
point:hover > .cell_wrapper > .cell_table > .cell_point > .cell_in_cell_point {
  border: 1px solid #ff5d5c;
}
point.used {
  opacity: 0.3;
  cursor: default;
}
point.used:hover > .text_in_cell {
  color: #000000;
}
point.used:hover > .silver_area {
  background: #eceeed;
}
point.used:hover > .cell_front {
  background: rgba(0, 0, 0, 0) url(../images/line.png) no-repeat;
  background-size: 100% 100%;
}
point.used:hover > .cell_wrapper > .cell_table > .cell_point {
  border: 3px solid #737373;
}
point.used:hover > .cell_wrapper > .cell_table > .cell_point > .cell_in_cell_point {
  border: 1px solid #737373;
}
point.gift {
  background: transparent;
  width: 83px;
  height: 83px;
  margin: 5px;
}
div.box {
  background: url(../images/win/box.png) no-repeat;
  width: 68px;
  height: 80px;
  margin: 0 auto;
}
div.box_other {
  background: url(../images/win/box.png) no-repeat;
  width: 68px;
  height: 80px;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(/css/grayscale.svg#greyscale);
  filter: gray;
}
div.ticket {
  background: url(../images/win/ticket.png) no-repeat;
  width: 80px;
  height: 77px;
  margin: 0 auto;
}
div.ticket_other {
  background: url(../images/win/ticket.png) no-repeat;
  width: 80px;
  height: 77px;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(/css/grayscale.svg#greyscale);
  filter: gray;
}
/*select {
  width: auto;
  height: 40px;
  display: inline-block;
  margin: 5px 7px 6px 6px;
  font-family: @main-font;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  border: 2px solid transparent;
  padding-top: 5px;
}*/
/* ----------------- REGISTER ----------------- */
#birthday {
  margin: 5px;
}
.antispam {
  width: 55px;
  height: 40px;
  display: inline-block;
  margin: 3px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  padding-left: 7px;
  padding-right: 7px;
  outline: none;
  border: 2px solid #DFDFDF;
  text-align: center;
  background: white;
}
.antispam:focus {
  border: 2px solid #aeaeae;
}
.antispam_form {
  margin: 14px;
}
.antispam_text {
  margin: 7px;
  font-weight: bold;
}
.infobox {
  padding: 25px;
  border-radius: 10px;
  background: #e2e2e2;
}
/* ---------------------- FLAP ----------------------- */
#flap {
  margin-top: 65px !important;
  background: url('/images/play_bg.png');
  width: 880px;
  height: 705px;
  margin: 0 auto;
  color: #fff;
}
#flap_wrapper {
  padding-top: 190px;
}
#flap_left {
  vertical-align: top;
  margin-left: 30px;
  width: 170px;
  height: auto;
  min-height: 200px;
  max-height: 450px;
  /*background: #009900;*/
  display: inline-block;
}
#flap_middle {
  vertical-align: top;
  margin-left: 19px;
  width: 545px;
  height: auto;
  min-height: 200px;
  max-height: 450px;
  display: inline-block;
  text-align: center;
  margin-top: 6px;
}
#flap_right {
  vertical-align: top;
  margin-left: 19px;
  width: 65px;
  height: auto;
  max-height: 450px;
  min-height: 200px;
  display: inline-block;
}
.tips {
  font-size: 1.5em;
  font-weight: bold;
  float: right;
  margin-right: 8px;
  margin-bottom: 5px;
  text-align: right;
}
.tips_value {
  cursor: pointer;
  margin-bottom: 10px;
}
.tips_value.unactive {
  opacity: 0.17;
}
.loader {
  background: url(/images/load.gif);
  width: 48px;
  height: 48px;
  text-align: center;
  margin: 0 auto;
}
.flap_preload {
  width: 100%;
  height: 50px;
  display: none;
}
.timer {
  margin: 5px;
}
#kinobox_timer {
  font-size: 20px;
}
#film_variants {
  margin-top: 25px;
  width: 100%;
  height: 150px;
}
.title_ukr {
  font-weight: bold;
}
.film {
  overflow: hidden;
  white-space: nowrap;
  width: 260px;
  height: 60px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  padding-top: 10px;
  border: 2px solid transparent;
  margin: 3px;
}
.film:hover {
  border: 2px solid #e4e4e4;
}
.film_correct {
  background: #05c66f;
}
.film_correct:hover {
  border: 2px solid transparent;
}
.film_wrong {
  background: #f45454;
}
.film_wrong:hover {
  border: 2px solid transparent;
}
.selected_films {
  margin: 5px 5px 5px 5px;
}
.answer_good {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #01ff8d;
  border-radius: 60px;
  margin: 10px 10px 17px 10px;
}
.answer_bad {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #f45454;
  border-radius: 60px;
  margin: 10px 10px 17px 10px;
}
#play_button {
  margin-top: 90px;
  display: inline-block;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(/css/grayscale.svg#greyscale);
  filter: gray;
}
#play_button:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
}
.answer_empty {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: #232a2d;
  border-radius: 60px;
  border: 7px solid #3e3e40;
  margin: 10px 10px 17px 10px;
}
.current {
  background: #ffffff;
}
.bg-gradient {
  position: fixed;
  width: 1000px;
  height: 1000px;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin: -500px 0 0 -500px;
  background: url('../images/bg-gradient.png') no-repeat center;
}
.container {
  text-align: center;
  margin: 0 auto;
  width: 800px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -400px;
}
.finish_categories_button {
  background: #dc5253;
  padding: 10px;
  width: 275px;
  border-radius: 6px;
  font-weight: bold;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
}
#CDT {
  font-size: 60px;
  color: #eee;
  margin: 30px 0 100px;
  font-weight: bold;
}
#CDT .number-wrapper {
  margin: 10px;
  -moz-box-shadow: 0 5px 8px #000000;
  -webkit-box-shadow: 0 5px 8px #000000;
  box-shadow: 0 5px 8px #000000;
  position: relative;
}
#CDT .number {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #000;
  background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 12px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #555;
  -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
  -moz-text-shadow: 0 3px 3px #000000;
  -webkit-text-shadow: 0 3px 3px #000000;
  text-shadow: 0 3px 3px #000000;
}
#CDT .line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 52%;
  left: 0;
  background: #000;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.caption {
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #777;
}
.cat_area {
  width: 1000px;
  margin: 0 auto;
}
.img_present {
  background-image: url("../images/cat/icon/present.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.img_ticket {
  width: 32px;
  height: 32px;
  background-image: url("../images/cat/icon/ticket.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.img_field {
  width: 32px;
  height: 32px;
  background-image: url("../images/cat/icon/field.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.img_present_bw {
  width: 32px;
  height: 32px;
  background-image: url("../images/cat/icon/present_bw.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.img_ticket_bw {
  width: 32px;
  height: 32px;
  background-image: url("../images/cat/icon/ticket_bw.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.img_points {
  width: 32px;
  height: 32px;
  background-image: url("../images/cat/icon/points.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.img_field_total {
  width: 32px;
  height: 32px;
  background-image: url("../images/cat/icon/field_total.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.img_field_bw {
  width: 32px;
  height: 32px;
  background-image: url("../images/cat/icon/field_bw.png");
  background-repeat: no-repeat;
  display: inline-block;
}
#film_name_list_present {
  margin: 30px auto;
  text-align: center;
}
#film_name_list_present p span {
  color: #999999;
}
#film_name_list_present p {
  font-weight: bold;
  color: #f45454;
}
.category_on {
  background: #F75151;
  width: 480px;
  height: 130px;
  display: inline-block;
  margin: 8px 11px 6px 6px;
}
.category_on_main {
  width: 1000px;
  display: inline-block;
}
.category_wrapper {
  text-align: center;
}
.cat_img_margin {
  float: left;
  margin: 5px 5px 5px 5px;
}
.cat_img_margin_main {
  background: #f45454;
}
.open_detail {
  width: 100%;
  height: 100%;
  background: #b03838;
  cursor: pointer;
}
.cat_detail {
  font-size: 18px;
  color: white;
  width: 225px;
  height: 40px;
  float: left;
  margin: 0px 0px 0px 5px;
  text-align: center;
  position: relative;
  top: -7px;
  display: inline-block;
}
.open_top_text {
  padding: 3px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.open_cost {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #511010;
}
.play_overlay {
  display: none;
  position: absolute;
  width: 235px;
  height: 120px;
  background: #fff;
  cursor: pointer;
  opacity: 0.7;
}
.play_button {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url("../images/cat/icon/play.png");
  background-repeat: no-repeat;
  margin-top: 25px;
  margin-left: 76px;
  cursor: pointer;
}
.cat_img_margin:hover > .play_overlay {
  display: inline;
}
.cat_img_margin:hover > .play_button {
  display: inline;
}
.cat_img_margin2:hover {
  background-image: url("../images/cat/icon/play.png");
  background-repeat: no-repeat;
  z-index: 5;
}
.cat_text {
  /* border: 1px solid white;*/
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: white;
  width: 225px;
  height: 80px;
  float: left;
  margin: 12px 0px 0px 5px;
  text-align: center;
}
.cat_text a {
  color: #fff;
}
.cat_text span a,
.cat_text span {
  font-size: 13px;
  color: #be4243;
}
.cat_show_on {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  height: 32px;
  font-size: 20px;
  color: white;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.cat_show_on span {
  position: relative;
  top: -7px;
}
.little {
  font-size: 15px;
  font-weight: normal;
}
.category_off .category_on {
  background: #999999;
}
.category_off .cat_text span {
  color: #4c4c4c;
}
.cat_end {
  display: inline;
  position: absolute;
  width: 235px;
  height: 120px;
  background-image: url("../images/cat/icon/cat_finish.png");
  background-repeat: no-repeat;
  z-index: 5;
  cursor: pointer;
}
.cat_end_nocursor {
  display: inline;
  position: absolute;
  width: 235px;
  height: 120px;
  background-image: url("../images/cat/icon/cat_finish.png");
  background-repeat: no-repeat;
  z-index: 5;
}
.cat_soon_urk,
.cat_free {
  display: inline;
  position: absolute;
  width: 235px;
  height: 120px;
  background-image: url("../images/cat/icon/cat_soon_ukr.png");
  background-repeat: no-repeat;
  z-index: 5;
}
.cat_free {
  background-image: url("../images/cat/icon/cat_free.png");
  cursor: pointer;
}
.cat_free:hover {
  cursor: pointer;
}
.top_field_info {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: black;
}
.top_field_info #film-rating {
  width: 795px;
  height: 71px;
  margin: 0 auto;
}
.film_selected {
  display: inline;
  color: #f45454;
}
.bottom_field_info {
  margin-top: 20px;
}
.blue_info {
  display: inline;
  font-size: 1.8em;
  color: #34a5fc;
}
.info_element {
  display: inline;
  margin: 20px;
}
.profile_menu {
  width: 230px;
  height: 70px;
  display: inline-block;
}
.topmenu_profile_avatar {
  width: 70px;
  height: 70px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.fixed_avatar70 {
  width: 70px;
  height: 70px;
}
.profile_menu_rightblock {
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
}
.profile_menu_leftblock {
  padding: 5px;
  text-align: right;
  vertical-align: top;
  width: 120px;
  height: 60px;
  display: inline-block;
  margin-right: 3px;
}
.profile_messages {
  padding-bottom: 3px;
  margin-top: 7px;
  min-width: 20px;
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
  height: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: #e65252;
  border-radius: 3px;
  cursor: pointer;
}
#topmenu_items {
  display: table-cell;
  width: 450px;
  vertical-align: middle;
  height: 70px;
  text-align: center;
}
.unauth_right {
  font-size: 13px;
  margin: 5px;
  color: #f75151;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.unauth_right:hover {
  cursor: pointer;
  border-bottom: 2px solid #f75151;
}
.logout_profile {
  margin-top: 10px;
  background: url(/images/logout.png);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  display: inline-block;
  cursor: pointer;
}
.logout_profile:hover {
  opacity: 1;
}
.right_wrap {
  width: 165px;
  display: table-cell;
}
.points_value {
  margin-top: 6px;
  display: inline-block;
  font-size: 21px;
  color: #f45454;
}
.right_block {
  width: 160px;
  float: right;
  vertical-align: middle;
  white-space: nowrap;
  display: table-cell;
  height: 70px;
}
.profile_menu_href {
  text-decoration: none;
  color: #f45454;
  font-weight: bold;
}
.ajax_get_info {
  cursor: pointer;
}
/* Styles for dialog window */
#gifts-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 700px;
  margin: 40px auto;
  position: relative;
  border-radius: 8px;
}
.profile_edit_form {
  display: none;
}
.edit_profile_text {
  color: #e85455;
  font-weight: bold;
  vertical-align: middle;
  float: right;
  font-size: 15px;
  margin-top: 5px;
  cursor: pointer;
}
.edit_profile {
  width: 20px;
  height: 20px;
  background: url(/images/edit_profile.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.prize_empty {
  background: url(../images/cat/prize_empty.png);
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.prize_exist {
  background: url(../images/cat/prize_exist.png);
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.ticket_icon {
  background: url(../images/cat/ticket_icon.png);
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.gift_icon {
  background: url(../images/cat/gift_icon.png);
  width: 16px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.gift_name {
  height: 16px;
  display: inline-block;
  margin: 5px;
}
.blocked {
  display: inline-block;
  min-width: 160px;
  margin: 5px;
  text-align: left;
  cursor: pointer;
}
.gifts_list {
  margin-left: 35px;
}
.w1000 {
  width: 1000px;
}
.prizes_won {
  margin-top: 50px;
  width: 1000px;
}
.prizes_list {
  margin-top: 50px;
  text-align: center;
}
.prizes_title {
  font-size: 18px;
  text-align: center;
}
#profile-link:hover {
  color: #f45454;
}
.prize_title {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 90px;
  background: #e2e2e2;
  text-align: center;
  padding-top: 6px;
  font-size: 14px;
}
.prize {
  vertical-align: top;
  width: 150px;
  height: auto;
  min-height: 250px;
  border: 2px solid #e2e2e2;
  display: inline-block;
  margin: 5px;
}
.preview_gift {
  width: 250px;
  height: 250px;
  margin: 15px auto;
  border: 2px solid #d0d0d0;
  background: url(../images/logo_gs.png);
  background-repeat: no-repeat;
  background-position: center;
}
.cat_line_admin {
  width: 100%;
  height: 60px;
  display: block;
}
.add_cat_img {
  background: url(../images/add_cat.png);
  width: 18px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
.letters_img {
  background: url(../images/16_edit.png) no-repeat;
  width: 16px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
::selection {
  background: #ff6a6a;
}
::-moz-selection {
  background: #ff6a6a;
}
.pp_link {
  color: #0080c0;
}
.add_cat {
  color: black;
  float: right;
  font-weight: bold;
  padding: 7px;
  cursor: pointer;
  /*width: 199px;*/
  padding-bottom: 4px;
  text-align: center;
}
.category_admin {
  margin-bottom: 2px;
  background: #e3e3e3;
  display: block;
}
.other_titles {
  display: block;
  font-size: 11px;
}
.cat_list,
.gifts_list {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  min-height: 300px;
}
.cat_name {
  width: 352px;
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
}
.cat_name .circle-red,
.cat_name .circle-green,
.cat_name .circle-black {
  display: inline-block;
  vertical-align: top;
  padding-top: -5px !important;
  margin-top: -10px;
  /* margin-left: -3px; */
  width: 10px;
  height: 10px;
  background: #f45454;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.cat_name .circle-red:hover,
.cat_name .circle-green:hover,
.cat_name .circle-black:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.cat_name .circle-green {
  background: #0babab;
}
.cat_name .circle-black {
  background: #453f3f;
}
.cat_name span {
  margin-left: -72px;
}
.cat_edit {
  background: url(../images/edit_middle.png);
  padding: 10px;
  width: 24px;
  height: 32px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  background-repeat: no-repeat;
  background-position: center;
  display: table-cell;
  cursor: pointer;
}
.cat_gifts {
  background: url(../images/gifts_middle.png);
  padding: 10px;
  width: 25px;
  height: 25px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  background-repeat: no-repeat;
  background-position: center;
  display: table-cell;
  cursor: pointer;
}
.cat_delete {
  background: url(../images/delete_middle.png);
  padding: 10px;
  width: 24px;
  height: 32px;
  cursor: pointer;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  background-repeat: no-repeat;
  background-position: center;
  display: table-cell;
}
.cat_create {
  background: url(../images/cat/icon/field.png);
  padding: 10px;
  width: 24px;
  height: 32px;
  cursor: pointer;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  background-repeat: no-repeat;
  background-position: center;
  display: table-cell;
}
.cat_edit:hover {
  background-color: #cccccc;
}
.cat_delete:hover {
  background-color: #cccccc;
}
.cat_gifts:hover {
  background-color: #cccccc;
}
.cat_create:hover {
  background-color: #cccccc;
}
.cat_create_field {
  width: 200px;
  background-color: #f45454;
  color: white;
  padding: 7px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cat_create_field:hover {
  background-color: #fd9090;
}
.cat_field_info {
  width: 215px;
  display: table-cell;
  vertical-align: middle;
  background: #f45454;
  text-align: center;
  cursor: pointer;
}
.inactive {
  opacity: 0.4;
}
.small_number {
  font-size: 16px;
}
.cat_inactive {
  width: 200px;
  background: #a6a6a6;
  color: white;
  padding: 7px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.add_gift_form {
  margin-top: 30px;
  display: none;
  text-align: center;
}
.gift_add_wrap {
  width: 100%;
  min-height: 10px;
}
.gift_block {
  width: 100px;
  height: 160px;
  border: 1px solid #dadada;
  margin: 15px 4px 4px 2px;
  display: inline-block;
  border-radius: 3px;
}
.gift_ticket {
  background: url(../images/gifts/admin/ticket.png) no-repeat;
  width: 80px;
  height: 90px;
  vertical-align: middle;
  margin: 0 auto;
  background-position: center;
}
.gift_prize {
  background: url(../images/gifts/admin/prize.png) no-repeat;
  width: 80px;
  height: 90px;
  vertical-align: middle;
  margin: 0 auto;
  background-position: center;
}
._26_size {
  background: url(../images/gifts/admin/ticket.png) no-repeat;
  width: 80px;
  height: 90px;
  vertical-align: middle;
  margin: 0 auto;
  background-position: center;
}
.gift_prize {
  background: url(../images/gifts/admin/prize.png) no-repeat;
  width: 80px;
  height: 90px;
  vertical-align: middle;
  margin: 0 auto;
  background-position: center;
}
._16_edit {
  position: relative;
  z-index: 100;
  cursor: pointer;
  background: url(../images/16_edit.png) no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-position: center;
  display: inline-block;
  margin: 5px;
}
._26_size {
  opacity: 0;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  background: url(../images/26_size.png) no-repeat;
  width: 26px;
  height: 32px;
  vertical-align: middle;
  background-position: center;
  display: inline-block;
  margin-left: 39px;
  margin-top: 30px;
}
._16_remove {
  position: relative;
  z-index: 100;
  cursor: pointer;
  background: url(../images/16_remove.png) no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-position: center;
  display: inline-block;
  margin: 1px;
}
.gift_description {
  cursor: pointer;
  width: 90px;
  height: 60px;
  padding: 5px;
  border-radius: 0 0 2px 2px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  margin: 0 auto;
  background: #e3e3e3;
  color: #d75252;
}
.gift_buttons {
  opacity: 0;
  float: right;
  margin-right: 3px;
}
.field_i {
  width: 357px;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  display: inline-block;
}
.not_opened_cell {
  color: #bdbdbd;
}
.opened_cell {
  color: #f45454;
}
.content_sl {
  width: 1000px;
  margin: 0 auto;
  padding: 5px 5px 5px 5px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider a img {
  outline: none;
  border: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
}
.flexslider .slides img {
  width: 1000px;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* Theme Styles */
.flexslider {
  position: relative;
}
/* Control Nav */
.flexslider .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 5px;
  text-align: center;
  margin: 0 0 0 0px;
}
.flex-control-nav li {
  display: inline-block;
}
.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background-color: #ffffff;
  border-radius: 12px;
}
.flex-control-paging li a.flex-active {
  background-color: #82d344;
  box-shadow: none;
}
#cat_main_poster {
  background: url("../images/cat_main.png") no-repeat center top;
  margin: 0 auto;
  width: 554px;
  height: 35px;
  margin-bottom: 20px;
  cursor: pointer;
}
#cat_main_poster #cat_main_poster_text {
  position: relative;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
}
#cat_main_poster #cat_main_poster_text:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2em;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  background-size: 2em 100%;
  transform: skewX(-50deg);
}
#cat_main_poster #cat_main_poster_text:hover:after {
  transition: 0.8s linear;
  background-position: 150% 0%;
}
#cat_main_poster a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
}
.cat_main_number {
  width: 245px;
  height: 130px;
  background-color: #f45454 !important;
  position: relative;
  display: inline-block;
  margin: 1px;
}
.cat_main_number_ia {
  width: 245px;
  height: 130px;
  background-color: #999999 !important;
  position: relative;
  display: inline-block;
  margin: 1px;
}
.cat_main_number:hover > .play_overlay {
  margin: 5px;
  display: inline;
}
.cat_main_number:hover > .play_button {
  display: inline;
  margin-top: 25px;
  margin-left: 82px;
}
.cat_main_number_title_overlay {
  background: #000;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  margin: 0 0 5px 5px;
  width: 235px;
  height: 23px;
}
.cat_main_number_title {
  z-index: 500;
  position: absolute;
  bottom: 0;
  margin: 0 0 5px 5px;
  width: 235px;
  height: 23px;
  color: #fff;
  font-size: 90%;
  text-align: center;
}
#news_main {
  width: 1000px;
  position: relative;
}
#google_ads {
  padding-bottom: 10px;
}
#news_yuotube,
#news-yuotube-trailer {
  height: 340px;
  margin: 0 auto;
  padding-top: 15px;
}
#news_yuotube::first-child,
#news-yuotube-trailer::first-child {
  position: relative;
}
#news_yuotube .news_block_title,
#news-yuotube-trailer .news_block_title {
  position: absolute;
  font-size: 130%;
  padding: 15px;
  color: #ffffff;
  display: none;
  z-index: 100;
  width: 700px;
  height: auto;
}
#news_yuotube .hide,
#news-yuotube-trailer .hide {
  display: none;
}
#news_yuotube .youtubeimg,
#news-yuotube-trailer .youtubeimg,
#news_yuotube .youtubeimg-news,
#news-yuotube-trailer .youtubeimg-news {
  position: absolute;
  z-index: 100;
  display: none;
}
#news_yuotube .youtubeimg:hover,
#news-yuotube-trailer .youtubeimg:hover,
#news_yuotube .youtubeimg-news:hover,
#news-yuotube-trailer .youtubeimg-news:hover {
  cursor: pointer;
}
#news_yuotube .youtubeimg:hover #play-youtube-hover,
#news-yuotube-trailer .youtubeimg:hover #play-youtube-hover,
#news_yuotube .youtubeimg-news:hover #play-youtube-hover,
#news-yuotube-trailer .youtubeimg-news:hover #play-youtube-hover {
  background-image: url("../images/slider/play.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 750px;
  height: 300px;
}
#news_yuotube .youtubeimg-news,
#news-yuotube-trailer .youtubeimg-news {
  display: block;
}
#news_yuotube iframe,
#news-yuotube-trailer iframe {
  position: absolute;
}
#news_yuotube ul li,
#news-yuotube-trailer ul li {
  display: inline;
  font-size: 40px;
  line-height: 20px;
}
#news_yuotube ul,
#news-yuotube-trailer ul {
  height: 30px;
  margin: 0;
  height: 20px;
  padding: 0;
  padding-top: 305px;
  padding-left: 80px;
  text-align: center;
}
#news_yuotube ul #all-trailers-link,
#news-yuotube-trailer ul #all-trailers-link {
  float: right;
  background: #fff url(/images/ico/block_right_more.gif) 100% 8px no-repeat !important;
  vertical-align: top;
  padding-right: 10px;
  font-size: 12px;
  color: #6b6b6b;
  font-weight: bold;
}
#news_yuotube ul #all-trailers-link a,
#news-yuotube-trailer ul #all-trailers-link a {
  color: #6b6b6b;
}
#news_yuotube ul #all-trailers-link a:hover,
#news-yuotube-trailer ul #all-trailers-link a:hover {
  color: #f45454;
}
#news_yuotube a,
#news-yuotube-trailer a {
  text-decoration: none;
  color: #f45454;
}
#news_yuotube a:hover,
#news-yuotube-trailer a:hover {
  cursor: pointer;
  color: #CCCCCC;
}
#news_yuotube .youtubeplayer,
#news-yuotube-trailer .youtubeplayer {
  width: 750px;
  height: 300px;
}
#news-yuotube-trailer a {
  text-decoration: none;
  color: #2c0000;
  font-size: 16px;
}
#news-yuotube-trailer a:hover {
  cursor: pointer;
  color: #f45454;
}
#news_block_title {
  width: 685px;
  background: #ECECEC;
  height: 25px;
  border-left-width: 50px;
  border-left-style: solid;
  border-left-color: #f45454;
  padding-left: 15px;
  font-weight: bold;
}
#slider_youtube {
  width: 685px;
  height: 700px;
  padding-left: 15px;
}
#news_block_title_clear {
  width: 735px;
  background: #ECECEC;
  height: 25px;
  padding-left: 15px;
  font-weight: bold;
}
#news_block_all {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 0.9em;
  width: 200px;
  margin-left: 25px;
  height: 270px;
  float: left;
}
#news_block_all p span {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 0.8em;
}
.img_bottom_all {
  margin: 3px auto;
  cursor: pointer;
}
#news_poster_img_all {
  float: left;
  margin-left: 50px;
  margin-top: 20px;
}
#center_news_text {
  text-align: left;
}
#cat_main {
  width: 1030px;
}
.news_wrapper {
  width: 750px;
  display: inline-block;
}
.news_wrapper .all-stat-rating {
  background: #fff url(/images/ico/block_right_more.gif) 100% 7px no-repeat !important;
  border-top: 1px solid #afafaf;
  display: block;
  width: 100%;
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #d95253;
  font-weight: bold;
  padding-bottom: 15px;
}
.news_wrapper .all-stat-rating a {
  color: #6b6b6b;
  text-decoration: none;
  margin-right: 8px;
}
.news_wrapper .rating-table-show {
  display: table;
  font-size: 14px;
}
.news_wrapper .rating-table-show-title {
  display: table-caption;
  text-align: center;
}
.news_wrapper .rating-table-show-title p {
  margin: 0;
  padding: 20px 0 0px 0;
  font-weight: bold;
  font-size: 36px;
  color: #f45454;
}
.news_wrapper .rating-table-show-title p:nth-child(2) {
  padding: 0 0 20px 0;
  font-size: 12px;
  font-weight: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  hyphens: auto;
  text-align: justify;
  color: #000;
}
.news_wrapper .rating-table-show-title-heading {
  display: table-row;
  font-weight: bold;
  text-align: center;
  background: #ececec;
  height: 25px;
}
.news_wrapper .rating-table-show-title-heading #film-box {
  width: 270px;
}
.news_wrapper .rating-table-row,
.news_wrapper .rating-table-row-my {
  display: table-row;
}
.news_wrapper .rating-table-row:nth-child(odd) {
  background-color: #f6f6f6;
}
.news_wrapper .rating-table-row:nth-child(odd):hover {
  background: #ececec;
  cursor: pointer;
}
.news_wrapper .rating-table-row:nth-child(even) {
  background-color: #ffffff;
}
.news_wrapper .rating-table-row:nth-child(even):hover {
  background: #ececec;
  cursor: pointer;
}
.news_wrapper .rating-table-row-my {
  background: #ececec;
  color: #f45454;
  font-weight: bold;
}
.news_wrapper .rating-table-cell {
  display: table-cell;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  vertical-align: middle;
}
.news_wrapper .rating-table-cell a:hover {
  color: #f45454;
}
.all_news {
  border-top: 1px solid #afafaf;
  display: block;
  width: 700px;
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #d95253;
  font-weight: bold;
  cursor: pointer;
  float: right;
}
a {
  color: black;
}
.news_block p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 0.9em;
  float: left;
  margin-left: 25px;
}
.center_news_text {
  text-align: left;
  width: 745px;
  height: 100px;
  background: #f6f6f6;
  margin: 10px 0 10px 0;
  border-right: 5px solid #ECECEC;
}
.center_news_text:hover {
  border-right: 5px solid #f45454;
}
.news_under_img {
  width: 50px;
  height: 100px;
  float: left;
  background-color: #F75151;
  word-wrap: break-word;
  line-height: 0.8em;
}
.news_under_img_all {
  position: relative;
  width: 50px;
  height: 160px;
  margin-left: -50px;
  margin-top: 53px;
  float: left;
  background-color: #F75151;
  word-wrap: break-word;
  line-height: 0.8em;
}
.news_link {
  margin-top: 52px;
  background: url(/images/news_link.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 14px;
  cursor: pointer;
}
.news_navigation {
  width: 100%;
  height: 30px;
  background: black;
  display: inline-block;
}
.news_day {
  font-family: 'Noto Sans', sans-serif;
  font-size: 40px;
  color: white;
  line-height: 1.0em;
  text-align: center;
}
.news_month {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  color: white;
  line-height: 1.0em;
  text-align: center;
  margin-top: 5px;
}
.news_year {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  color: white;
  line-height: 1.0em;
  text-align: center;
  margin-top: 5px;
}
#news_block p span {
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 0.8em;
}
.news_img {
  float: left;
  width: 150px;
  height: 100px;
}
.news_img img {
  width: 150px;
  height: 100px;
  cursor: pointer;
}
#line_img_after_news {
  margin: 0px 30px auto;
}
.play_button_img {
  background: url(/images/play_button.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 10px;
}
#link_all_news {
  font-size: 11px;
  margin-left: 538px;
  margin-top: -5px;
  margin-bottom: 50px;
}
#count_footer {
  width: auto;
  height: 50px;
  float: left;
  color: #F75151;
  font-size: 61px;
  margin-left: 25px;
  padding-right: 8px;
}
.news_title,
.news_description {
  width: 545px;
  float: right;
  text-align: left;
  height: 25px;
}
.news_title a b {
  margin-left: 5px;
}
.news_description {
  height: 70px;
}
.news_description p {
  margin: 0;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  overflow-wrap: break-word;
  line-break: strict;
  hyphens: auto;
  text-align: justify;
  font-size: 90%;
  line-height: 15px;
}
#info_footer {
  width: auto;
  height: 50px;
  float: left;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.0em;
}
.news_content {
  width: 1000px;
  margin: 0 auto;
  padding: 5px 5px 5px 5px;
}
.news_full {
  position: relative;
  border-right-style: dotted;
  border-right-color: #F75151;
  width: 600px;
  height: auto;
  margin-top: 30px;
}
#news_full_text_area {
  position: absolute;
  width: 50px;
  height: 100%;
  float: left;
  background-color: #F75151;
  word-wrap: break-word;
  line-height: 0.8em;
}
.text_news_all {
  margin-left: 80px;
}
.text_news_all_description p {
  text-indent: 20px;
}
.text_news_all_description {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  margin-right: 20px;
  min-height: 320px;
}
#news_main_total {
  width: 800px;
  height: 350px;
  margin: 5px  auto;
}
.news_single_right {
  margin: 30px 0 0px 0px;
  display: inline-block;
  width: 370px;
  padding-right: 40px;
  /*height: 350px;
  background: #e5e5e5;*/
  float: right;
}
#link_all_news_total {
  font-size: 11px;
  margin-left: 500px;
  margin-top: -5px;
  margin-bottom: 40px;
}
#line_img_after_news_total {
  margin: 25px auto;
  width: 1000px;
}
#line_img_after_news_total2 {
  margin: 0px auto;
  width: 1000px;
}
#film_name_list_present {
  margin: 30px auto;
  text-align: center;
}
#film_name_list_present p span {
  color: #F75151;
}
#presents_list_number {
  width: 350px;
  margin: 5px auto;
}
#presents_list_number a {
  text-decoration: none;
}
.numberlist {
  width: 300px;
  margin: auto;
}
.numberlist ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font: 15px 'trebuchet MS', 'lucida sans';
  padding: 0;
  margin-bottom: 4em;
}
.numberlist ol span {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font: 12px 'trebuchet MS', 'lucida sans';
  padding: 0;
  margin-bottom: 4em;
}
.numberlist ol ol {
  margin: 0 0 0 2em;
}
.numberlist a {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  *padding: .4em;
  margin: .5em 0;
  background: #FFF;
  color: #444;
  text-decoration: none;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
}
.numberlist a:hover {
  background: #F7E3E3;
  text-decoration: underline;
}
.numberlist a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #F75151;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color: #FFF;
}
#example {
  width: 600px;
  height: 350px;
  position: relative;
  margin: 10px auto;
}
#frame {
  position: absolute;
  z-index: 0;
  width: 739px;
  height: 341px;
  top: -3px;
  left: -80px;
}
#slides {
  position: absolute;
  top: 15px;
  left: 4px;
  z-index: 100;
}
#slides .next,
#slides .prev {
  position: absolute;
  top: 107px;
  left: -39px;
  width: 24px;
  height: 43px;
  display: block;
  z-index: 101;
}
.slides_container {
  width: 570px;
  height: 270px;
  overflow: hidden;
  position: relative;
}
#slides .next {
  left: 585px;
}
/* PROFILE */
.profile_data {
  width: 1000px;
  height: auto;
  border-bottom: 1px solid #c3c3c3;
}
.profile_avatar,
.profile_avatar_view {
  width: 150px;
  height: 150px;
  border: 2px solid #aeaeae;
  background: url(/images/add_avatar.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: inline-block;
}
.profile_avatar_view {
  background: url(/images/no_avatar_profile.jpg);
}
.profile_left {
  margin-left: 30px;
  vertical-align: top;
  display: inline-block;
}
.profile_bigsize {
  font-size: 19px;
  display: block;
  margin-bottom: 3px;
}
.profile_right {
  float: right;
  display: inline-block;
  font-size: 17px;
  margin-right: 15px;
}
.profile_numbers {
  color: #f85b5d;
  font-size: 22px;
  display: inline-block;
  font-weight: bold;
}
.profile_usercoords {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* MAIL */
.mailbox {
  width: 1000px;
  height: auto;
  min-height: 300px;
  border: 2px solid #e0e0e0;
  margin: 35px auto;
  border-radius: 8px;
}
.dialogs_list {
  vertical-align: top;
  display: inline-block;
  width: 375px;
  height: 570px;
  overflow: auto;
  border-right: 1px solid #dbdbdb;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  margin: 0 auto;
}
.messages_area {
  display: inline-block;
  width: 618px;
  height: 570px;
  background: url(/images/mail_pattern.jpg);
  text-align: center;
  overflow-y: hidden;
  overflow-x: hidden;
}
.centred_msg_info {
  min-width: 100px;
  min-height: 25px;
  height: auto;
  width: auto;
  padding: 17px;
  background: white;
  display: inline-block;
  margin: 190px auto;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.16);
}
.dialog {
  width: 100%;
  height: 75px;
  display: inline-block;
  cursor: pointer;
}
.dialog:hover {
  background: #e8e8e8;
}
.dialog_top_info {
  width: 100%;
  height: 25px;
}
.dialog_bottom_info {
  margin-top: 5px;
  width: 100%;
  height: 25px;
  font-size: 14px;
}
.dialog_username {
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
}
.dialog_time {
  display: inline-block;
  float: right;
  font-size: 13px;
  padding-top: 2px;
}
.dialog_wrap1 {
  margin-left: 6px;
  margin-right: 6px;
}
.dialog_avatar {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(/images/no_avatar_60.jpg);
}
.viewed {
  background: url(/images/viewed.jpg);
  background-repeat: no-repeat;
  width: 15px;
  height: 11px;
  display: inline-block;
  margin-left: 5px;
}
.profile_left_wrap {
  margin: 7px;
  width: 45px;
  height: 30px;
  display: inline-block;
}
.profile_right_wrap {
  margin-top: 12px;
  margin-left: 5px;
  vertical-align: top;
  width: 285px;
  height: 60px;
  display: inline-block;
}
.dialog_msg {
  white-space: nowrap;
  width: 220px;
  display: inline-block;
}
.dialog_count_msg {
  display: inline-block;
  background: #b9b9b9;
  color: white;
  padding-left: 7px;
  padding-right: 7px;
  float: right;
}
.msg_area {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 575px;
}
.opened_dialog_top {
  width: 100%;
  height: 60px;
  background: #f3f3f3;
  border-bottom: 1px solid #d4d4d4;
}
.opened_dialog_bottom {
  width: 100%;
  height: 72px;
  background: #f7f7f7;
  position: absolute;
  border-top: 1px solid #dbdbdb;
  bottom: 0;
}
.messages_content {
  height: 430px;
  overflow: scroll;
  overflow-x: hidden;
}
.sendmsg_area {
  width: 100%;
  height: 100%;
  padding: 7px;
}
.sendmsg {
  width: 350px;
  height: 70px;
  border: 0;
  outline: none;
  padding: 5px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  resize: none;
}
.sendmsg_btn {
  color: #eb4141;
  display: inline-block;
  position: absolute;
  margin-top: 17px;
  margin-left: 10px;
  cursor: pointer;
}
.create_dialog_button {
  color: #eb4141;
  display: inline-block;
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
}
.top_opened_dialog_area {
  padding: 15px;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 22px;
}
.messages {
  margin: 15px;
  text-align: left;
}
.message-form {
  width: 100%;
}
.clear {
  clear: both;
}
message[sender=i] {
  /*    word-break: break-all; */
  display: block;
  background: #effdde;
  border-bottom: 1px solid #b6dcc0;
  float: right;
  margin: 5px;
}
message[sender=not-i] {
  /*  word-break: break-all; */
  display: block;
  background: white;
  border-bottom: 1px solid #ced6dd;
  float: left;
  margin: 5px;
}
.message-text {
  font-size: 14px;
  padding: 10px;
  display: inline-block;
}
.message-time {
  display: inline-block;
  font-style: italic;
  padding-left: 7px;
  font-size: 12px;
}
/* VERIFICATION */
.verification_success_icon {
  width: 128px;
  height: 128px;
  background: url(/images/success.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 5px;
  float: left;
}
.verification_success {
  border-radius: 8px;
  background: #3ee99f;
  width: 500px;
  min-height: 138px;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  color: #258a5e;
}
.verification_warning_icon {
  width: 128px;
  height: 128px;
  background: url(/images/warning.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 5px;
  float: left;
}
.verification_warning {
  border-radius: 8px;
  background: #f39c12;
  width: 500px;
  min-height: 138px;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  color: #906117;
}
.verification_error_icon {
  width: 128px;
  height: 128px;
  background: url(/images/error.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 5px;
  float: left;
}
.verification_error {
  border-radius: 8px;
  background: #e9796e;
  width: 500px;
  min-height: 138px;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  color: #b42b1d;
}
.verification_text {
  padding: 30px;
}
.verified_icon {
  display: inline-block;
  background: url(/images/verified.png);
  width: 19px;
  height: 17px;
  cursor: pointer;
}
.unverified_icon {
  display: inline-block;
  background: url(/images/unverified.png);
  width: 19px;
  height: 17px;
  cursor: pointer;
}
.admnews {
  width: 100%;
  height: 100%;
  padding: 4px;
  position: relative;
}
.admnews_single {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.admnews_single:hover {
  background: #dddddd;
}
.admnews_inside {
  padding: 5px;
}
.admnews_right {
  vertical-align: top;
  display: inline-block;
}
.admnews_thumb {
  display: inline-block;
  width: 150px;
}
.admnews_title {
  margin-left: 5px;
  font-weight: bold;
  font-size: 18px;
  width: 450px;
}
.admnews_content {
  margin-left: 5px;
  width: 400px;
  height: auto;
  display: inline-block;
  font-size: 16px;
}
.admnews_fright {
  text-align: right;
  vertical-align: top;
  display: inline-block;
  width: 100px;
  height: auto;
}
.admnews_edit {
  width: 45px;
  height: 93px;
  display: inline-block;
  background: url(/images/news_edit.png);
  background-repeat: no-repeat;
  background-position: center;
}
.admnews_edit:hover,
.admnews_delete:hover {
  background-color: #cccccc;
  cursor: pointer;
}
.admnews_delete {
  width: 45px;
  height: 93px;
  display: inline-block;
  background: url(/images/news_delete.png);
  background-repeat: no-repeat;
  background-position: center;
}
.admnews_time {
  font-size: 13px;
  margin-left: 5px;
  text-align: right;
  font-style: italic;
  margin-right: 2px;
}
.check_resp {
  cursor: pointer;
  font-size: 70%;
}
.check_resp:hover {
  color: #f45454;
}
.right_container {
  vertical-align: top;
  width: 230px;
  /*position: absolute;*/
  top: 30px;
  right: 0;
  display: inline-block;
  float: none !important;
}
.right_container #rigth_container_top {
  position: relative;
}
.right_container #rigth_container_top #top-img-250,
.right_container #rigth_container_top #top-img-calendar,
.right_container #rigth_container_top #top-img-stat,
.right_container #rigth_container_top #top-img-best,
.right_container #rigth_container_top #top-img-strike,
.right_container #rigth_container_top #presents-main,
.right_container #rigth_container_top #box-main {
  width: 50px;
  height: 50px;
  background: url('/images/ico/top250.png') no-repeat left;
  position: absolute;
  top: -15px;
  left: 3px;
  z-index: 100;
}
.right_container #rigth_container_top #top-img-calendar {
  background: url('/images/ico/calendar_ico_small.png') no-repeat center;
  background-position: 3px;
}
.right_container #rigth_container_top #top-img-stat {
  background: url('/images/ico/stat.png') no-repeat left;
}
.right_container #rigth_container_top #top-img-best {
  background: url('/images/ico/best.png') no-repeat left;
}
.right_container #rigth_container_top #top-img-strike {
  background: url('/images/ico/strike.png') no-repeat left;
}
.right_container #rigth_container_top #presents-main {
  background: url('/images/ico/gift.png') no-repeat left;
}
.right_container #rigth_container_top #box-main {
  background: url('/images/ico/box.png') no-repeat left;
}
.right_container #rigth_container_top .carousel-holder {
  width: 230px;
  height: 275px;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.right_container #rigth_container_top .carousel-holder:hover .review {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1);
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.right_container #rigth_container_top .carousel-holder img {
  position: absolute;
  top: 0;
  left: 0;
}
.right_container #rigth_container_top .left-btn,
.right_container #rigth_container_top .right-btn {
  position: absolute;
  width: 25px;
  height: 50px;
  top: calc(30%);
  cursor: pointer;
  border: none;
  background: #ffffff;
  z-index: 9998;
}
.right_container #rigth_container_top .left-btn img {
  z-index: 9999;
  padding-top: 16px;
}
.right_container #rigth_container_top .right-btn img {
  z-index: 9999;
  padding-top: 16px;
  padding-left: 12px;
}
.right_container #rigth_container_top .left-btn {
  left: 0px;
  border-radius: 0 50px 50px 0;
}
.right_container #rigth_container_top .right-btn {
  right: 0px;
  border-radius: 50px 0 0 50px;
}
.right_container #rigth_container_top .right-btn:hover ~ .review {
  visibility: hidden !important;
}
.right_container #rigth_container_top .left-btn:hover ~ .review {
  visibility: hidden !important;
}
.right_container #rigth_container_top .review {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.right_container #rigth_container_top .review .review-author {
  font-family: 'Noto Sans', sans-serif;
  color: #f45454;
  font-size: 14px;
  font-weight: normal;
  width: 150px;
  padding-left: 40px;
  padding-top: 50px;
  margin-bottom: 5px;
}
.right_container #rigth_container_top .review .review-divider {
  width: 150px;
  margin-left: 40px;
  height: 2px;
  border-bottom: 1px solid #f45454;
}
.right_container #rigth_container_top .review .review-text {
  font-family: 'Noto Sans', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  width: 150px;
  padding-left: 40px;
  margin-bottom: 5px;
  margin-top: 8px;
}
.right_container #rigth_container_top .block-header {
  height: 25px;
  background: #ececec;
  margin: 0 auto;
  margin-top: 5%;
  width: 230px;
  position: relative;
  z-index: 9999;
}
.right_container #rigth_container_top .block-header p {
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #ff5051;
  position: absolute;
  left: 48px;
  top: -2px;
  margin: 0;
}
.right_container #rigth_container_top .block-header img {
  position: absolute;
  left: 3px;
  top: -12px;
}
.right_container #rigth_container_top .block-footer {
  min-height: 50px;
  height: auto;
  width: 100%;
  z-index: 9999;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  right: 0;
}
.right_container #rigth_container_top .block-footer p {
  margin: 0;
  text-align: center;
}
.right_container #rigth_container_top .block-footer p:first-child {
  margin-top: 5px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000b14;
}
.right_container #rigth_container_top .block-footer p:last-child,
.right_container #rigth_container_top #link-to-cat {
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #949494;
}
.right_container #rigth_container_top dd {
  background: #f6f6f6;
  line-height: 12px;
  min-height: 50px;
  display: block;
  border-bottom: 1px solid #ECECEC;
}
.right_container #rigth_container_top dd:last-child {
  border-bottom: none;
}
.right_container #rigth_container_top dd:hover {
  background: #ffffff;
}
.right_container #rigth_container_top dd div {
  display: table-cell;
  /* позволяем vertical-align выравнивать себя по вертикали */
  vertical-align: top;
  /* и выравниваем */
  min-height: 30px;
}
.right_container #rigth_container_top dd {
  background: #f6f6f6;
  line-height: 12px;
  min-height: 50px;
  display: block;
  border-bottom: 1px solid #ECECEC;
}
.right_container #rigth_container_top dd:last-child {
  border-bottom: none;
}
.right_container #rigth_container_top dd:hover {
  background: #ffffff;
}
.right_container #rigth_container_top dd div {
  display: table-cell;
  /* позволяем vertical-align выравнивать себя по вертикали */
  vertical-align: top;
  /* и выравниваем */
  min-height: 30px;
}
.right_container #rigth_container_top dd .num {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 30px;
  height: 25px;
  color: #cdcccc;
  text-align: right;
  padding-right: 3px;
  font-size: 14px;
}
.right_container #rigth_container_top dd .name {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 160px;
  height: 30px;
  color: #6b6b6b;
  font-size: 11px;
}
.right_container #rigth_container_top dd .name s {
  text-align: left;
  width: 157px;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  clear: left;
  display: block;
}
.right_container #rigth_container_top dd .name a:hover {
  color: #f45454;
}
.right_container #rigth_container_top dd .name #profile-link:hover {
  color: #f45454;
}
.right_container #rigth_container_top dd .name-box {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100px;
  height: 30px;
  color: #6b6b6b;
  font-size: 11px;
}
.right_container #rigth_container_top dd .name-box s {
  text-align: left;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  clear: left;
  display: block;
  padding: 2px 0;
}
.right_container #rigth_container_top dd .name-box #summ {
  font-weight: bold;
  font-size: 15px;
}
.right_container #rigth_container_top dd .name-box #change-min,
.right_container #rigth_container_top dd .name-box #change-plus {
  color: #f45454;
}
.right_container #rigth_container_top dd .name-box #change-plus {
  color: #4cd37b;
}
.right_container #rigth_container_top dd .point,
.right_container #rigth_container_top dd .point-box {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 40px;
  height: 30px;
  color: #f45454;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
}
.right_container #rigth_container_top dd .point-box {
  width: 77px;
  vertical-align: middle;
  text-align: center;
  font-size: 25px;
}
.right_container #rigth_container_top dd .change-min,
.right_container #rigth_container_top dd .change-max {
  background: url('../images/ico/min-box.png') no-repeat center;
  width: 20px;
}
.right_container #rigth_container_top dd .change-max {
  background: url('../images/ico/max-box.png') no-repeat center;
}
.right_container #rigth_container_top #top {
  background-color: #ECECEC;
  height: 25px;
  padding-left: 50px;
  color: #f45454;
  font-weight: 700;
}
.right_container #rigth_container_top .all-stat-rating {
  background: #fff url(/images/ico/block_right_more.gif) 100% 7px no-repeat !important;
  border-top: 1px solid #afafaf;
  display: block;
  width: 230px !important;
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #d95253;
  font-weight: bold;
  padding-bottom: 15px;
}
.right_container #rigth_container_top .all-stat-rating a {
  color: #6b6b6b;
  text-decoration: none;
  margin-right: 8px;
}
.right_container #rigth_container_top .all-stat-rating a:hover {
  cursor: pointer;
}
.cke_editable {
  font-size: 13px;
  line-height: 1.6;
}
blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  border-left: 5px solid #d3d3d3;
}
.cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
.cke_contents_rtl blockquote {
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px;
}
ol,
ul,
dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
  padding: 0 40px;
}
hr {
  border: 0px;
  border-top: 1px solid #ccc;
}
img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}
img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}
pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tab-size: 4;
  tab-size: 4;
}
.marker {
  background-color: Yellow;
}
span[lang] {
  font-style: italic;
}
/*FAQ*/
.text_faq,
.text_map {
  text-align: center;
  color: #f45454;
  font-size: 120%;
  font-weight: bold;
}
.text_map {
  margin: 20px 0;
}
.text_faq span,
.text_map span {
  font-size: 70%;
  color: black;
  font-style: italic;
  font-weight: normal;
}
.company-list {
  text-align: center;
}
.company-list .company {
  vertical-align: top;
  display: inline-block;
  width: 30%;
  height: auto;
  padding: 0 25px 0 25px;
}
.company-list .company {
  display: inline-block;
  width: 30%;
  height: auto;
  margin: 0 auto;
}
.sample {
  margin: 30px;
  padding: 0px 30px 0 30px;
}
dl {
  margin-bottom: 20px;
}
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
.faqs {
  padding-top: 20px;
}
.faqs dt {
  font-weight: bold;
  background: url(/images/faq/wtf.png) 2px 9px no-repeat;
  padding: 3px 0 15px 30px;
  line-height: 2.0em;
}
.faqs dt:hover {
  cursor: pointer;
}
.faqs dd {
  font-size: 85%;
  padding: 0 0 5px 30px;
}
.faqs .hover {
  text-decoration: underline;
}
.mini_loader_wrapper {
  display: none;
  padding-top: 6px;
}
.mini_loader {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background: url(/images/mini_loader.gif);
  background-repeat: no-repeat;
}
.load_more_line {
  vertical-align: middle;
  border-radius: 8px;
  margin: 7px auto;
  width: 97%;
  height: 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.load_more_button {
  padding-top: 14px;
  font-weight: bold;
  color: #f45454;
}
#dist-partner {
  width: 745px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 45px;
}
#kinomania-logo {
  display: inline-block;
  width: 300px;
  height: 270px;
}
#kinomania-desc {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  min-height: 200px;
  padding: 25px 25px 0 50px;
  font-size: 1.2em;
  color: #232a2d;
  background: url("../images/partner/wb.png") no-repeat center;
}
#kinomania-desc span {
  color: #F45454;
}
#kinomania-desc a {
  color: #F45454;
}
#kinom {
  margin: 0 auto;
  width: 984px;
  padding: 20px 0;
  margin-bottom: 20px;
  overflow: hidden;
}
#kinom {
  margin: 0 auto;
  width: 984px;
  padding: 20px 0;
  margin-bottom: 20px;
  overflow: hidden;
}
#kinomaps {
  float: left;
  width: 540px;
  color: #232a2d;
}
#kinodesc {
  float: left;
  width: 350px;
  padding: 25px 25px 0 50px;
  font-size: 1.2em;
  color: #232a2d;
}
#kinodesc span {
  color: #f45454;
}
#kinoteatr-lv,
#kinoteatr-sm,
#kinoteatr-rv,
#kinoteatr-kp,
#kinoteatr-net,
#kinoteatr-od,
#kinoteatr-mk,
#kinoteatr-te,
#kinoteatr-kyiv,
#kinoteatr-od,
#kinoteatr-dniprop,
#kinoteatr-cv,
#kinoteatr-mx {
  background: url(../images/maps/pro.png) 20px no-repeat #F3F3F9;
  padding: 20px 20px 20px 120px;
  margin-bottom: 20px;
  color: #232a2d;
}
#kinoteatr-lv:hover {
  background: url(../images/maps/pro-hover-lv.png) 20px no-repeat;
}
#kinoteatr-sm:hover {
  background: url(../images/maps/pro-hover-sm.png) 20px no-repeat;
}
#kinoteatr-rv:hover {
  background: url(../images/maps/pro-hover-rv.png) 20px no-repeat;
}
#kinoteatr-kp:hover {
  background: url(../images/maps/pro-hover-kp.png) 20px no-repeat;
}
#kinoteatr-net:hover {
  background: url(../images/maps/pro-hover-net.png) 20px no-repeat;
}
#kinoteatr-dniprop:hover {
  background: url(../images/maps/pro-hover.png) 20px no-repeat;
}
#kinoteatr-mk:hover {
  background: url(../images/maps/pro-hover-mk.png) 20px no-repeat;
}
#kinoteatr-te:hover,
#kinoteatr-od:hover,
#kinoteatr-kyiv:hover {
  background: url(../images/maps/pro-hover-te.png) 20px no-repeat;
}
#kinoteatr-cv:hover {
  background: url(../images/maps/pro-hover-cv.png) 20px no-repeat;
}
#kinoteatr-mx:hover {
  background: url(../images/maps/pro-hover-mx.png) 20px no-repeat;
}
#kinoteatr .name {
  font-size: 1.4em;
  color: #232a2d;
}
#kinoteatr .addr,
#kinoteatr .tel {
  color: #232a2d;
}
#kinoteatr .addr span {
  color: #f45454;
}
#kinoteatr .link a {
  text-decoration: none;
}
#kinoteatr .link a:hover {
  color: #f45454;
}
#regions_map {
  position: relative;
}
#div_map {
  width: 511px;
  height: 348px;
  position: relative;
  background: url(../images/maps/blank_map.gif) no-repeat 0px 0px;
  padding: 5px 0 0 0;
  top: 0;
  right: -20px;
}
#kinom .map_1 img {
  position: absolute;
  visibility: hidden;
}
#kinom .map_1 div {
  position: absolute;
  font-size: 10px;
  color: #000000;
}
#mapside {
  loat: left;
  width: 350px;
  /*padding-left:20px;*/
}
#mapside .block {
  padding: 10px 0;
}
#mapside .block p {
  padding: 0;
}
#mapside .title {
  color: #3498db;
  font-size: 1.5em;
  margin-top: -10px;
}
#mapside .addr {
  font-size: 1.25em;
}
#mapside span {
  width: 200px;
}
#mapside .phone {
  width: 380px;
  padding: 30px 0 0 20px;
  overflow: hidden;
}
#mapside .desc {
  float: left;
  width: 175px;
}
#mapside .tel {
  float: left;
  width: 200px;
}
#mapside .mail {
  padding: 20px 0 0 20px;
}
#mapside .info {
  background: url(../images/maps/info-mail.png) 175px 2px no-repeat;
}
#mapside .web {
  background: url(../images/maps/web-mail.png) 175px 2px no-repeat;
}
#categogy,
#catsidebot {
  margin: 0 auto;
  width: 960px;
  padding: 20px;
  background: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.language-handler-inner {
  position: absolute;
  text-align: center;
  font-size: 65% !important;
  top: 17px;
  left: 0px;
  width: 25px;
}
.language-handler-inner a {
  color: #f45454;
  display: block;
  border-radius: 2px;
}
.language-handler-inner a.active {
  background: #f45454;
  color: white;
  display: block;
}
.language-handler-inner a:hover {
  cursor: pointer;
}
#rating-full #rating-bg,
#rating-full #rating-bg-best,
#rating-full #rating-adv,
#rating-full #rating-bg-strike,
#rating-full #rating-table,
#rating-full #rating-bg-best-calendar {
  display: inline-block;
  min-height: 500px;
  vertical-align: top;
}
#rating-full #rating-bg {
  width: 330px;
  background: url(../images/ico/rating-full.png) no-repeat center;
}
#rating-full #rating-bg-best {
  width: 330px;
  background: url(../images/ico/rating-best.png) no-repeat 0 125px;
}
#rating-full #rating-bg-strike {
  width: 330px;
  background: transparent url("../images/ico/strike-best.png") no-repeat scroll 0px 125px;
}
#rating-full #rating-bg-best-calendar {
  padding-right: 15px;
  padding-top: 45px;
}
#rating-full #rating-bg-best-calendar ul {
  padding: 0px 0px 0px 25px !important;
  list-style: none;
}
#rating-full #rating-bg-best-calendar #top250-calc {
  width: 280px;
  font-size: 12px;
  padding: 30px 0px 0px;
}
#rating-full #rating-bg-best-calendar #top250-calc #top250-img {
  background: url("/images/ico/top250_formula.gif");
  width: 256px;
  height: 38px;
}
#rating-full #rating-bg-best-calendar #top250-calc p {
  font-size: 14px;
  color: #F45454;
  font-weight: bold;
}
#rating-full #rating-bg-best-calendar #top250-calc .formula ul {
  color: #000;
  list-style: none;
  margin: 0;
  padding: 0;
}
#rating-full #rating-bg-best-calendar #top250-calc .formula li {
  font-size: 12px;
  padding: 3px 0px;
}
#rating-full #rating-bg-best-calendar #top250-calc .formula li p {
  margin: 0;
  padding: 0;
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  clear: left;
  float: left;
}
#rating-full #rating-adv {
  width: 120px;
  padding-top: 83px;
  padding-left: 30px;
}
#rating-full #rating-calendar #top {
  text-align: center;
  width: 280px;
  height: 84px;
  color: #ffffff;
  font-size: 19px;
  background: url(../images/ico/calendar.png) no-repeat 0 15px;
}
#rating-full #rating-calendar #top p {
  margin: 0;
  padding: 0;
  padding-top: 55px;
}
#rating-full #rating-calendar #calendar-day {
  width: 273px;
  margin: 0 auto;
  display: table;
}
#rating-full #rating-calendar #calendar-day .row {
  background: #E8F7F7;
  display: table-row;
  height: 39px;
}
#rating-full #rating-calendar #calendar-day .cell {
  display: table-cell;
  width: 39px;
  height: 39px;
  vertical-align: middle;
}
#rating-full #rating-calendar #calendar-day .cell .bad,
#rating-full #rating-calendar #calendar-day .cell .good,
#rating-full #rating-calendar #calendar-day .cell .null,
#rating-full #rating-calendar #calendar-day .cell .soon {
  position: relative;
  width: 26px;
  height: 26px;
  background: #F45454;
  border-radius: 26px;
  margin: 0 auto;
}
#rating-full #rating-calendar #calendar-day .cell .good {
  background: #01FE87;
}
#rating-full #rating-calendar #calendar-day .cell .soon {
  width: 21.5px;
  height: 21.5px;
  border: 2px solid #abd4d4;
  border-radius: 100%;
  background: #E8F7F7;
}
#rating-full #rating-calendar #calendar-day .cell .null {
  background: #d1e6e6;
}
#rating-full #bottom {
  width: 273px;
  height: 15px;
  margin: 0 auto;
  background: #537070;
}
#rating-full #rating-table {
  width: 500px;
}
#rating-full #rating-table .chart-container #text-info-chart {
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}
#rating-full #rating-table #period-chart {
  font-size: 70%;
  padding-top: 5px;
  padding-bottom: 10px;
}
#rating-full #rating-table #block_title_chart {
  width: 735px;
  background: #ECECEC;
  height: 25px;
  border-left-width: 50px;
  border-left-style: solid;
  border-left-color: #f45454;
  padding-left: 15px;
  font-weight: bold;
}
#rating-full #rating-table .rating-table-show {
  display: table;
  font-size: 14px;
}
#rating-full #rating-table .rating-table-show-title {
  display: table-caption;
  text-align: center;
}
#rating-full #rating-table .rating-table-show-title p {
  margin: 0;
  padding: 20px 0 0px 0;
  font-weight: bold;
  font-size: 36px;
  color: #f45454;
}
#rating-full #rating-table .rating-table-show-title p:nth-child(2) {
  padding: 0 0 20px 0;
  font-size: 12px;
  font-weight: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  hyphens: auto;
  text-align: justify;
  color: #000;
}
#rating-full #rating-table .rating-table-show-title-heading {
  display: table-row;
  font-weight: bold;
  text-align: center;
  background: #ececec;
  height: 25px;
}
#rating-full #rating-table .rating-table-row,
#rating-full #rating-table .rating-table-row-my {
  display: table-row;
}
#rating-full #rating-table .rating-table-row:nth-child(odd) {
  background-color: #f6f6f6;
}
#rating-full #rating-table .rating-table-row:nth-child(odd):hover {
  background: #ececec;
  cursor: pointer;
}
#rating-full #rating-table .rating-table-row:nth-child(even) {
  background-color: #ffffff;
}
#rating-full #rating-table .rating-table-row:nth-child(even):hover {
  background: #ececec;
  cursor: pointer;
}
#rating-full #rating-table .rating-table-row-my {
  background: #ececec;
  color: #f45454;
  font-weight: bold;
}
#rating-full #rating-table .rating-table-cell {
  display: table-cell;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  vertical-align: middle;
}
#rating-full #rating-table .rating-table-cell a:hover {
  color: #f45454;
}
#rating-full #rating-table .profile-link {
  color: #f45454;
}
#rating-full #rating-table .rating-table-cell:nth-child(1) {
  width: 10px;
  overflow: hidden;
}
#rating-full #rating-table #number,
#rating-full #rating-table #player-points {
  text-align: center;
}
#rating-full #rating-table #player-nick,
#rating-full #rating-table #player-name {
  text-align: left;
}
#rating-full #rating-table #number-box {
  width: 16px;
}
#rating-full #rating-table #number {
  width: 50px;
}
#rating-full #rating-table #nom-change-box {
  width: 28px;
}
#rating-full #rating-table #nom-change-box #arr-box {
  vertical-align: middle;
}
#rating-full #rating-table #film-box {
  word-wrap: break-word;
  width: 250px;
}
#rating-full #rating-table #bo-box {
  width: 100px;
}
#rating-full #rating-table #bo-change-box {
  width: 43px;
}
#rating-full #rating-table #adm-scr-box {
  width: 115px;
}
#rating-full #rating-table #gbo-box {
  width: 150px;
}
#rating-full #rating-table #distr-box {
  width: 98px;
}
#rating-full #rating-table #adm-scr-box,
#rating-full #rating-table #gbo-box {
  font-size: 80%;
}
#rating-full #rating-table #player-nick {
  width: 150px;
  padding-left: 5px;
}
#rating-full #rating-table #player-nick a {
  text-decoration: none;
}
#rating-full #rating-table #player-nick a:hover {
  color: #f45454;
  cursor: pointer;
}
#rating-full #rating-table #player-name {
  width: 280px;
}
#rating-full #rating-table #player-points {
  width: 45px;
}
#rating-full .pagenav_users {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
#rating-full .pagenav_users #rating-full-all {
  text-align: left;
  float: left;
}
#rating-full .pagenav_users #rating-full-all a {
  font-size: 10px;
  text-decoration: none;
}
#rating-full .pagenav_users #rating-full-all a:hover {
  cursor: pointer;
}
#oscar-main,
#apk {
  width: 1030px;
  background: transparent url("/images/oscar/oscar-banner-2020.jpg") no-repeat center;
  height: 89px;
  margin-left: -15px;
}
#oscar-main a,
#apk a {
  display: block;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
#apk {
  background: transparent url("/images/apk.jpg") no-repeat center;
}
.box-page {
  padding: 10px;
}
.box-page #box-rating {
  display: inline-block;
  width: 800px;
  border-right-style: dotted;
  border-right-color: #F75151;
  min-height: 600px;
  vertical-align: top;
}
.box-page #rating-adv {
  display: inline-block;
  width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  /*MAIN*/
  .topmenu_area,
  .popcorn,
  #footer_inside {
    width: 760px;
  }
  #news_main,
  #content_wrapper {
    width: 750px;
  }
  .language-handler-inner {
    left: 7px;
  }
  #logo {
    width: 310px;
  }
  #topmenu_items {
    width: 190px;
  }
  .admin_topmenu_youtube,
  #google-ads-news,
  #top-cat {
    display: none;
  }
  #cat_main {
    width: 555px;
    margin: 0 auto;
  }
  #cat_main_poster {
    float: left;
  }
  .cat_main_number {
    margin: 5px;
  }
  .content_side {
    padding: 0;
  }
  .right_container,
  #vk_wiget,
  #count {
    display: none;
  }
  #footer_menu_item {
    width: 500px;
  }
  /*CATEGORY*/
  .cat_area,
  .game_area,
  .fields,
  .fields,
  .profile_data,
  #wrapper_profile,
  #kinom,
  .news_content,
  #news_block {
    width: 750px;
    margin: 0 auto;
  }
  #news_block {
    margin-left: -5px;
  }
  .content,
  .news_content,
  #news_main_total {
    width: 740px;
    padding: 0;
  }
  .content_sl {
    width: 735px;
  }
  #categogy {
    width: 700px;
  }
  #kinodesc,
  #kinomaps {
    float: none;
    margin: 0 auto;
  }
  #kinoteatr {
    width: 560px;
    word-wrap: break-word;
    text-align: justify;
  }
  #news_block_title {
    width: 685px;
    margin-left: -5px;
  }
  #news_block_title_clear {
    width: 735px;
    margin-left: -5px;
  }
  #flap {
    margin-left: -135px;
  }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
  .top_menu,
  .topmenu_area {
    height: 140px;
  }
  .topmenu_area {
    width: 300px;
    display: table;
    position: static;
  }
  .language-handler-inner {
    left: 7px;
  }
  #logo {
    width: 300px;
    height: 70px;
    display: block;
    background-position: 65px;
  }
  #topmenu_items,
  .right_wrap {
    height: 70px;
    display: inline;
    padding: 0;
    margin: 0;
  }
  #topmenu_items {
    line-height: 0px;
  }
  .right_wrap {
    width: 250px;
  }
  .right_block {
    width: 180px;
    margin-left: 0px !important;
    text-align: right;
  }
  .profile_menu {
    width: 180px;
  }
  #content_wrapper {
    width: auto !important;
  }
  #cat_main,
  #cat_main_poster,
  #news_main,
  #footer_inside,
  .game_area,
  .fields {
    width: 280px;
    margin: 0 auto!important;
  }
  .content_side {
    width: 265px;
  }
  .cat_main_number,
  .cat_main_number_ia {
    margin-left: 15px;
  }
  .content,
  .blocked_elements {
    width: 280px;
  }
  input[type="text"].admin,
  input[type="text"].user,
  input[type="password"].admin,
  input[type="password"].user,
  #admin_submit {
    width: 230px !important;
  }
  #google_ads {
    border: 1px solid #000000;
    width: 250px;
    overflow: hidden;
  }
  .right_container {
    padding-top: 50px;
    margin-left: 25px;
  }
  .popcorn,
  .cat_area {
    width: 300px;
  }
  .cat_area {
    margin: 0 auto!important;
  }
  .category_on {
    width: 235px;
  }
  .info_element {
    display: block;
    width: 270px;
  }
  .admin_topmenu_youtube,
  #top-cat,
  .topmenu_profile_avatar,
  .backgrounder,
  #news_block_title,
  .news_wrapper,
  #count,
  #map,
  #vk_wiget,
  #donate,
  .cat_img_margin,
  #youtube-intro {
    display: none;
  }
  #footer_menu_item {
    width: 50px;
  }
  #show {
    display: block !important;
    width: 280px;
    padding: 5px;
  }
  img#img-sponsor {
    max-width: 275px;
  }
  #flap {
    width: auto !important;
    background: none;
    background-color: #232a2d;
    margin-top: 0px !important;
  }
  #flap #flap_wrapper {
    padding-top: 0px!important;
  }
  #flap #flap_wrapper #flap_left {
    display: inline!important;
    color: black;
    width: auto!important;
    height: auto!important;
  }
  #flap #flap_wrapper #flap_left .tips {
    display: inline-flex !important;
    font-size: 1em!important;
    text-align: center;
  }
  #flap #flap_wrapper #flap_left .tips .tips_value {
    padding: 0 5px!important;
    color: #FFFFFF;
  }
  #flap #flap_wrapper #flap_left .timer canvas {
    width: 0px!important;
    height: 0px!important;
  }
  #flap #flap_wrapper #flap_left .timer #kinobox_timer {
    margin-left: -33px !important;
    font-size: 1em!important;
    margin-top: -41px !important;
  }
  #flap #flap_wrapper #flap_middle {
    width: auto !important;
    margin-left: 0!important;
    margin-top: 0!important;
  }
  #flap #flap_wrapper #flap_middle #play_button {
    margin-top: 0px!important;
    margin: 0 auto!important;
  }
  #flap #flap_wrapper #flap_middle #film_frame {
    width: auto!important;
    margin: auto!important;
  }
  #flap #flap_wrapper #flap_middle #film_frame #play_button img {
    width: 100% !important;
    height: 100% !important;
  }
  #flap #flap_wrapper #flap_middle #film_frame img {
    width: 300px !important;
    height: 170px !important;
  }
  #flap #flap_wrapper #flap_middle #film_variants {
    margin-top: 0px!important;
    height: auto!important;
  }
  #flap #flap_wrapper #flap_middle #film_variants .film {
    height: auto!important;
    padding-top: 0!important;
  }
  #flap #flap_wrapper #flap_middle .clock {
    margin: 0 auto!important;
    width: 200px!important;
  }
  #flap #flap_wrapper #flap_middle .clock .flip-clock-label,
  #flap #flap_wrapper #flap_middle .clock .flip-clock-dot {
    display: none!important;
  }
  #flap #flap_wrapper #flap_middle div.clock.flip-clock-wrapper {
    width: 200px!important;
  }
  #flap #flap_wrapper #flap_right {
    width: auto !important;
    margin-left: 0!important;
    margin-top: 20px!important;
  }
  #flap #flap_wrapper #flap_right .selected_films {
    display: inline-flex !important;
  }
  #flap #flap_wrapper #flap_right .selected_films .answer_empty,
  #flap #flap_wrapper #flap_right .selected_films .answer_bad,
  #flap #flap_wrapper #flap_right .selected_films .answer_good {
    margin: 5px 3px 7px 1px!important;
    width: 25px!important;
    height: 25px!important;
    border: none!important;
  }
  #flap #flap_wrapper #flap_right .selected_films .answer_empty {
    background: #3e3e40;
  }
}
@media screen and (min-width: 360px) and (max-width: 479px) {
  .top_menu,
  .topmenu_area {
    height: 140px;
  }
  .topmenu_area {
    width: 340px;
    display: table;
    position: static;
  }
  .language-handler-inner {
    left: 7px;
  }
  #logo {
    width: 340px;
    height: 70px;
    display: block;
    background-position: 80px;
  }
  #topmenu_items,
  .right_wrap {
    height: 70px;
    display: inline;
    padding: 0;
    margin: 0;
  }
  #topmenu_items {
    /*line-height: 70px;*/
  }
  .right_wrap {
    width: 290px;
  }
  .right_block {
    width: 220px;
    margin-left: 0px !important;
    text-align: right;
  }
  .profile_menu {
    width: 200px;
    text-align: right;
  }
  #content_wrapper {
    width: auto !important;
  }
  #cat_main,
  #cat_main_poster,
  #news_main,
  #footer_inside,
  .game_area,
  .fields {
    width: 320px;
    margin: 0 auto;
  }
  .cat_main_number,
  .cat_main_number_ia {
    margin-left: 40px;
  }
  #google_ads {
    border: 1px solid #000000;
    width: 290px;
    overflow: hidden;
  }
  .right_container {
    padding-top: 50px;
    margin-left: 40px;
  }
  .sample {
    margin: 0;
    width: 280px;
  }
  .popcorn,
  .cat_area {
    width: 340px;
  }
  .cat_area {
    margin: 0 auto!important;
  }
  .category_on {
    width: 235px;
  }
  .info_element {
    display: block;
    width: 310px;
  }
  .content,
  .blocked_elements {
    width: 325px;
  }
  input[type="text"].admin,
  input[type="text"].user,
  input[type="password"].admin,
  input[type="password"].user,
  #admin_submit {
    width: 270px !important;
  }
  .admin_topmenu_youtube,
  #top-cat,
  .topmenu_profile_avatar,
  .backgrounder,
  #news_block_title,
  .news_wrapper,
  #count,
  #map,
  #vk_wiget,
  #donate,
  .cat_img_margin,
  #youtube-intro {
    display: none;
  }
  #footer_menu_item {
    width: 50px;
  }
  #show {
    display: block !important;
    width: 320px;
    padding: 5px;
  }
  img#img-sponsor {
    max-width: 275px;
  }
  #content_wrapper {
    width: auto!important;
  }
  #flap {
    width: auto!important;
    background: none;
    background-color: #232a2d;
    margin-top: 0px !important;
  }
  #flap #flap_wrapper {
    padding-top: 0px!important;
  }
  #flap #flap_wrapper #flap_left {
    display: inline!important;
    color: black;
    width: auto!important;
    height: auto!important;
  }
  #flap #flap_wrapper #flap_left .tips {
    display: inline-flex !important;
    font-size: 1em!important;
    text-align: center;
  }
  #flap #flap_wrapper #flap_left .tips .tips_value {
    padding: 0 5px!important;
    color: #FFFFFF;
  }
  #flap #flap_wrapper #flap_left .timer canvas {
    width: 0px!important;
    height: 0px!important;
  }
  #flap #flap_wrapper #flap_left .timer #kinobox_timer {
    margin-left: -33px !important;
    font-size: 1em!important;
    margin-top: -41px !important;
  }
  #flap #flap_wrapper #flap_middle {
    width: auto!important;
    margin-left: 0!important;
    margin-top: 0!important;
    display: inline!important;
  }
  #flap #flap_wrapper #flap_middle #play_button {
    margin-top: 0px!important;
    margin: 0 auto!important;
  }
  #flap #flap_wrapper #flap_middle .finish_categories_button {
    display: flex!important;
    margin-top: 15px!important;
  }
  #flap #flap_wrapper #flap_middle #film_frame {
    width: auto!important;
    margin: auto!important;
  }
  #flap #flap_wrapper #flap_middle #film_frame #play_button img {
    width: 100% !important;
    height: 100% !important;
  }
  #flap #flap_wrapper #flap_middle #film_frame img {
    width: 350px !important;
    height: 198px !important;
  }
  #flap #flap_wrapper #flap_middle #film_variants {
    margin-top: 0px!important;
    height: auto!important;
  }
  #flap #flap_wrapper #flap_middle #film_variants .film {
    height: auto!important;
    padding-top: 0!important;
  }
  #flap #flap_wrapper #flap_middle .clock {
    margin: 0 auto!important;
    width: 200px!important;
  }
  #flap #flap_wrapper #flap_middle .clock .flip-clock-label,
  #flap #flap_wrapper #flap_middle .clock .flip-clock-dot {
    display: none!important;
  }
  #flap #flap_wrapper #flap_middle div.clock.flip-clock-wrapper {
    width: 200px!important;
  }
  #flap #flap_wrapper #flap_right {
    width: auto!important;
    height: auto!important;
    display: inherit!important;
    margin-left: 0!important;
    margin-top: 20px!important;
  }
  #flap #flap_wrapper #flap_right .selected_films {
    text-align: center;
  }
  #flap #flap_wrapper #flap_right .selected_films .answer_empty,
  #flap #flap_wrapper #flap_right .selected_films .answer_bad,
  #flap #flap_wrapper #flap_right .selected_films .answer_good {
    margin: 5px 3px 7px 1px!important;
    width: 25px!important;
    height: 25px!important;
    border: none!important;
    display: inline-block;
  }
  #flap #flap_wrapper #flap_right .selected_films .answer_empty {
    background: #3e3e40;
    display: inline-block;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .topmenu_area,
  .popcorn,
  #footer_inside,
  #content_wrapper {
    width: 460px;
  }
  #news_main,
  #content_wrapper {
    width: 460px;
  }
  .language-handler-inner {
    left: 7px;
  }
  #content_wrapper {
    width: auto !important;
  }
  #logo {
    position: relative;
    background-position: right;
    right: 15px;
  }
  #topmenu_items {
    width: 80px;
  }
  .right_wrap {
    width: 80px;
  }
  .right_block {
    margin: 0 !important;
    text-align: right;
    width: 80px;
  }
  #topmenu_items {
    text-align: right;
  }
  .profile_menu {
    width: 80px;
    right: 50px;
  }
  .profile_menu_rightblock,
  .fixed_avatar70 {
    margin-left: -10px;
  }
  #youtube-intro iframe {
    width: 450px;
    height: 250px;
  }
  .youtubeplayer {
    width: 450px!important;
    height: 250px!important;
  }
  #cat_main_poster {
    width: 400px;
  }
  #cat_main,
  #news_main,
  #footer_inside,
  .game_area,
  .fields,
  .news_wrapper {
    width: 450px;
    margin: 0 auto;
  }
  .cat_area {
    width: 460px;
    margin: 0 !important;
    padding: 0 !important;
    margin: 0 auto!important;
  }
  .cat_main_number,
  .cat_main_number_ia {
    margin-left: 105px;
  }
  #google_ads {
    border: 1px solid #000000;
    width: 440px;
    overflow: hidden;
  }
  #news_block_title {
    margin-top: 15px;
    width: 375px !important;
  }
  .center_news_text {
    width: 435px;
  }
  .news_title {
    width: 220px;
  }
  .news_title a b {
    margin-left: 0px !important;
  }
  .news_wrapper {
    margin-bottom: 35px;
  }
  .right_container {
    margin-left: 130px !important;
  }
  #kinobox_copy {
    margin-right: 0px !important;
  }
  #footer_menu_item {
    width: 305px;
  }
  .category_on {
    width: 450px;
  }
  .cat_text {
    width: 195px;
    margin: 5px 0px 5px 5px;
  }
  .cat_detail {
    width: 215px;
    margin-left: -10px;
  }
  .cat_show_on {
    margin-left: -10px !important;
    margin-right: 10px !important;
  }
  .admin_topmenu_youtube,
  #google-ads-news,
  #top-cat,
  .profile_menu_leftblock,
  .news_description,
  #count,
  #vk_wiget,
  #donate,
  #map {
    display: none;
  }
  #flap {
    width: auto!important;
    background: none;
    background-color: #232a2d;
    margin-top: 0px !important;
  }
  #flap #flap_wrapper {
    padding-top: 0px!important;
  }
  #flap #flap_wrapper #flap_left {
    display: inline!important;
    color: black;
    width: auto!important;
    height: auto!important;
  }
  #flap #flap_wrapper #flap_left .tips {
    display: inline-flex !important;
    font-size: 1em!important;
    text-align: center;
  }
  #flap #flap_wrapper #flap_left .tips .tips_value {
    padding: 0 5px!important;
    color: #FFFFFF;
  }
  #flap #flap_wrapper #flap_left .timer canvas {
    width: 0px!important;
    height: 0px!important;
  }
  #flap #flap_wrapper #flap_left .timer #kinobox_timer {
    margin-left: -33px !important;
    font-size: 1em!important;
    margin-top: -41px !important;
  }
  #flap #flap_wrapper #flap_middle {
    width: auto!important;
    margin-left: 0!important;
    margin-top: 0!important;
    display: inline!important;
  }
  #flap #flap_wrapper #flap_middle #play_button {
    margin-top: 0px!important;
    margin: 0 auto!important;
  }
  #flap #flap_wrapper #flap_middle .finish_categories_button {
    display: flex!important;
    margin-top: 15px!important;
  }
  #flap #flap_wrapper #flap_middle #film_frame {
    width: auto!important;
    margin: auto!important;
  }
  #flap #flap_wrapper #flap_middle #film_frame #play_button img {
    width: 100% !important;
    height: 100% !important;
  }
  #flap #flap_wrapper #flap_middle #film_frame img {
    width: 470px !important;
    height: 266px !important;
  }
  #flap #flap_wrapper #flap_middle #film_variants {
    margin-top: 0px!important;
    height: auto!important;
  }
  #flap #flap_wrapper #flap_middle #film_variants .film {
    height: auto!important;
    padding-top: 0!important;
  }
  #flap #flap_wrapper #flap_middle .clock {
    margin: 0 auto!important;
    width: 200px!important;
  }
  #flap #flap_wrapper #flap_middle .clock .flip-clock-label,
  #flap #flap_wrapper #flap_middle .clock .flip-clock-dot {
    display: none!important;
  }
  #flap #flap_wrapper #flap_middle div.clock.flip-clock-wrapper {
    width: 200px!important;
  }
  #flap #flap_wrapper #flap_right {
    width: auto!important;
    height: auto!important;
    display: inherit!important;
    margin-left: 0!important;
    margin-top: 20px!important;
  }
  #flap #flap_wrapper #flap_right .selected_films {
    text-align: center;
  }
  #flap #flap_wrapper #flap_right .selected_films .answer_empty,
  #flap #flap_wrapper #flap_right .selected_films .answer_bad,
  #flap #flap_wrapper #flap_right .selected_films .answer_good {
    margin: 5px 3px 7px 1px!important;
    width: 25px!important;
    height: 25px!important;
    border: none!important;
    display: inline-block;
  }
  #flap #flap_wrapper #flap_right .selected_films .answer_empty {
    background: #3e3e40;
    display: inline-block;
  }
}
