html {
  height: 100%;
  background: #e3e3e3;
}
.content-index {
  min-height: 500px;
  position: relative;
  padding: 0;
  background: #e3e3e3;
  height: calc(100% - 50px);
}
@font-face {
  font-family: PTSansRegular;
  src: url(/font/PTSansRegular.ttf);
}
body {
  font: 12px/18px Arial, sans-serif;
  height: 100%;
}
.wrapper-index {
  width: 100%;
  margin: 0 auto;
  background: #e3e3e3;
  height: 100% !important;
}
/* User index
-------------------------------------------------------------------------------------------------------------------*/
.user-index {
  height: auto;
}
.user-index .top-user-index {
  overflow: hidden;
  margin: 8px 0 15px 0;
  position: relative;
}
.user-index .top-user-index .top-title {
  float: left;
}
.user-index .top-user-index .mini-user-menu {
  float: right;
  height: 58px;
  width: 345px;
  background: #000000;
}
.user-index .top-user-index .mini-user-menu p {
  padding: 20px;
  color: #ffffff;
  font-size: 21px;
}
.user-index .main-user-index {
  overflow: hidden;
  position: relative;
}
.user-index .main-user-index .main-user-left {
  float: left;
  width: 250px;
  height: auto;
  margin: 0 20px 0 0;
}
.user-index .main-user-index .main-user-left ul {
  width: 222px;
  padding: 0;
  list-style-type: none;
}
.user-index .main-user-index .main-user-left ul li:last-child {
  border-bottom: 4px solid #ddddde;
}
.user-index .main-user-index .main-user-left ul li:first-child {
  cursor: none;
  background: #2a2a2a;
  padding: 9px 0 6px 20px;
}
.user-index .main-user-index .main-user-left ul li:first-child h1 {
  margin: 0;
  color: #f9cd1b;
  font-size: 12px;
  display: inline;
  padding: 0 0 0 10px;
}
.user-index .main-user-index .main-user-left ul .visit {
  border-left: 3px solid #f9cd1b;
  padding: 8px 0 8px 10px;
}
.user-index .main-user-index .main-user-left ul .ul-title {
  cursor: none;
  background: #d4d4d4;
  padding: 9px 0 6px 20px;
}
.user-index .main-user-index .main-user-left ul .ul-title h1 {
  margin: 0;
  color: #676767;
  font-size: 12px;
  display: inline;
  padding: 0 0 0 10px;
}
.user-index .main-user-index .main-user-left ul li {
  cursor: pointer;
  background: #f6f6f6;
  padding: 8px 0 8px 10px;
  border-bottom: 1px solid #ddddde;
}
.user-index .main-user-index .main-user-left ul li a {
  color: #2a2a2a;
  font-size: 13px;
  text-decoration: none;
}
.user-index .main-user-index .main-user-right {
  width: auto;
  height: auto;
  padding: 0 0 0 270px;
}
.user-index .main-user-index .main-user-right .main-user-right-title {
  height: 22px;
  width: 100%;
  padding: 0 0 0 45px;
}
.user-index .main-user-index .main-user-right .main-user-right-title span {
  color: #2a2a2a;
  font-size: 12px;
}
.user-index .main-user-index .main-user-right .main-user-right-main {
  height: auto;
  overflow: hidden;
  position: relative;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-foto {
  float: left;
  width: 150px;
  min-height: 200px;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-foto a {
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  background: #2a2a2a;
  text-decoration: none;
  margin: 17px 28px 0 28px;
  padding: 8px 10px 8px 10px;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-foto .foto {
  width: 130px;
  height: 130px;
  border-radius: 7px;
  background: #f6f6f6;
  border: 3px solid #d9d9d9;
  background-image: url("/images/forum/userlogo.png");
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info {
  float: left;
  height: auto;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status {
  height: auto;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status h2 {
  margin: 0;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: Bold;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status h2 span {
  color: #2a2a2a;
  font-size: 20px;
  font-family: AllegroScript, serif;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .newstatus {
  padding: 0 0 15px 0;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .newstatus input {
  height: 30px;
  width: 500px;
  border-radius: 2px;
  margin: 10px 0 0 0;
  background: #f6f6f6;
  padding: 0 0 0 12px;
  border: 1px solid #e8e8e8;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .newstatus a {
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  margin: 0 0 0 5px;
  background: #2a2a2a;
  text-decoration: none;
  padding: 8px 10px 8px 10px;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .gender {
  font-size: 14px;
  color: #2a2a2a;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dededf;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .gender h2 {
  margin: 0;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: Bold;
  display: inline;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .gender .radio-button {
  display: inline;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .gender .radio-button input {
  width: 20px;
  height: 20px;
  margin: 15px 5px 0 20px;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .personal-info-box {
  padding: 20px 0 0 0;
  border-bottom: 1px solid #dededf;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .personal-info-box h2 {
  margin: 0;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: Bold;
  padding: 0 0 10px 0;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .personal-info-box h2 span {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 100;
  font-family: Arial;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .personal-info-box span {
  color: #999999;
  font-size: 11px;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .personal-info-box .checbox-info input {
  width: 19px;
  height: 19px;
  display: inline;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .personal-info-box .checbox-info span {
  color: #2a2a2a;
  font-size: 12px;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .personal-info-box .show-its-age {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 10px 0 8px 0;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .personal-info-box .show-its-age .show-its-age-info {
  float: left;
  width: 170px;
  height: auto;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .personal-info-box .show-its-age .show-its-age-setting {
  float: right;
  width: 150px;
  height: auto;
  text-align: right;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .personal-info-box .show-its-age .show-its-age-setting a {
  color: #2a2a2a;
  font-size: 11px;
  text-decoration: underline;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .persotal-info h2 {
  margin: 20px 0 0 0;
  color: #676767;
  font-size: 14px;
  font-weight: Bold;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .persotal-info input {
  width: 100%;
  height: 30px;
  border-radius: 2px;
  margin: 10px 0 0 0;
  background: #f6f6f6;
  padding: 0 0 0 12px;
  border: 1px solid #e8e8e8;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .persotal-info textarea {
  width: 100%;
  resize: none;
  height: 100px;
  border-radius: 2px;
  margin: 10px 0 0 0;
  background: #f6f6f6;
  padding: 7px 0 0 12px;
  border: 1px solid #e8e8e8;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .much-button {
  width: 220px;
  height: 50px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .much-button .cencel {
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  position: absolute;
  background: #cdcdcd;
  text-decoration: none;
  padding: 8px 20px 8px 20px;
}
.user-index .main-user-index .main-user-right .main-user-right-main .main-user-right-info .status .much-button .save {
  right: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  margin: 0 0 0 5px;
  position: absolute;
  background: #2a2a2a;
  text-decoration: none;
  padding: 8px 20px 8px 20px;
}
.user-index .main-user-index .main-user-right .main-title-days-last {
  height: 25px;
  margin: 5px 0 0 0;
  background: #d4d4d4;
}
.user-index .main-user-index .main-user-right .main-title-days-last h2 {
  color: #2e2e2e;
  font-size: 12px;
  padding: 6px 0 0 15px;
}
.user-index .main-user-index .main-user-right .main-title-days {
  height: 25px;
  background: #f9cd1b;
}
.user-index .main-user-index .main-user-right .main-title-days h2 {
  color: #2e2e2e;
  font-size: 12px;
  padding: 6px 0 0 15px;
}
.user-index .main-user-index .main-user-right table {
  width: 100%;
}
.user-index .main-user-index .main-user-right table tbody tr:last-child {
  border-bottom: 3px solid #e0e0e1;
}
.user-index .main-user-index .main-user-right table tbody tr td {
  border-bottom: 1px solid #e0e0e1;
}
.user-index .main-user-index .main-user-right table tbody tr td .info-foto img {
  vertical-align: middle;
  display: block;
  border-radius: 4px;
  float: left;
  border: 2px solid #d3d3d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 25px 9px;
}
.user-index .main-user-index .main-user-right table tbody tr td .message {
  margin: 31px 0 0 0;
}
.user-index .main-user-index .main-user-right table tbody tr td .message p {
  color: #494949;
  font-size: 12px;
}
.user-index .main-user-index .main-user-right table tbody tr td .message p a {
  color: #2585ce;
  font-size: 12px;
}
.user-index .main-user-index .main-user-right table tbody tr td .message p .name {
  padding: 5px 0 5px 15px;
  background-image: url("/images/forum/user.png");
  color: #2a2a2a;
  background-repeat: no-repeat;
  background-position: 0 center;
  margin: 0 5px 0 0;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
}
.user-index .main-user-index .main-user-right table tbody tr td .message p .time {
  padding: 5px 0 5px 15px;
  background-image: url("/images/forum/time.png");
  color: #2a2a2a;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 11px;
  font-family: Arial;
}
.user-index .main-user-index .main-user-right .bottom-menu-info {
  width: 100%;
  height: 100px;
  margin: 35px 0 0 0;
}
.user-index .main-user-index .main-user-right .bottom-menu-info .yet {
  width: 600px;
  float: left;
}
.user-index .main-user-index .main-user-right .bottom-menu-info .yet span {
  color: #828282;
  font-size: 12px;
}
.user-index .main-user-index .main-user-right .bottom-menu-info .forum-nav {
  width: 400px;
  float: right;
  position: relative;
  overflow: hidden;
}
.user-index .main-user-index .main-user-right .bottom-menu-info .forum-nav .summary {
  display: inline;
  font-size: 12px;
  color: #494949;
}
.user-index .main-user-index .main-user-right .bottom-menu-info .forum-nav ul {
  padding: 0;
  margin: 0;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
}
.user-index .main-user-index .main-user-right .bottom-menu-info .forum-nav ul .active {
  color: #000000;
  background: #f9cd1b;
}
.user-index .main-user-index .main-user-right .bottom-menu-info .forum-nav ul .next {
  color: #eec41c;
  background: #2a2a2a;
}
.user-index .main-user-index .main-user-right .bottom-menu-info .forum-nav ul .next a {
  color: #eec41c;
}
.user-index .main-user-index .main-user-right .bottom-menu-info .forum-nav ul li {
  color: #2a2a2a;
  margin: 0 8px 0 0;
  background: #cdcdcd;
  padding: 1px 6px 2px 6px;
}
/* Content-index
-------------------------------------------------------------------------------------------------------------------*/
.site-login {
  width: 800px;
  margin: 0 auto;
}
.site-login .form-horizontal .form-group:last-child {
  top: -25px;
  display: block;
  position: relative;
}
.site-login .form-horizontal .form-group:last-child .col-lg-11 {
  display: inline-block;
  width: auto !important;
  margin: 0;
}
.site-login .form-horizontal .form-group .ubi-register {
  display: inline-block;
  line-height: 47px;
  float: right;
  margin: 0 20px 0 0;
}
.site-login h1 {
  text-align: center;
  margin: 40px 0;
}
.site-login .col-lg-3 {
  width: 100%;
}
.site-login .form-horizontal {
  width: 300px;
  margin: 20px auto;
}
.site-login .eauth-service-id-yahoo {
  display: none;
}
.site-login .eauth-service-id-github {
  display: none;
}
.site-login .eauth-service-id-live {
  display: none;
}
.site-login .eauth-service-id-steam {
  display: none;
}
.site-login .col-lg-offset-1 {
  display: none;
}
.site-login .col-lg-offset-1.col-lg-11 {
  display: block;
}
/* header-index
-------------------------------------------------------------------------------------------------------------------*/
.header-index {
  padding: 0;
  height: 90px;
  background: #e3e3e3;
}
.header-index .header-center {
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1323px;
  position: relative;
  background: #308fed;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 49, 0.75);
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 49, 0.75);
}
.header-index .header-center .logo-box-index {
  float: left;
  width: 215px;
  height: 90px;
  margin: 0 0 0 30px;
}
.header-index .header-center .logo-box-index select {
  width: 110px;
  height: 24px;
  font-size: 14px;
  margin: 0 0 0 9px;
  position: absolute;
  border: 2px solid #5c5c5c;
  font-family: PTSansRegular, serif;
  font-weight: bold;
}
.header-index .header-center .big-banner {
  float: left;
  width: 730px;
  height: 90px;
}
.header-index .header-center .social-networks {
  float: right;
  width: 280px;
  height: 90px;
  font-size: 18px;
  padding: 30px 30px 0 0;
}
.header-index .header-center .social-networks .avatarr {
  margin: -4px 0 0 20px;
  border-radius: 25px;
}
.header-index .header-center .social-networks a {
  float: right;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  padding: 3px 10px;
  text-decoration: none;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  border: 3px solid #5c5c5c;
}
.header-index .header-center .social-networks a:hover {
  background: #f3f3f1;
}
.header-index .header-center .social-networks .enter {
  margin: 0 10px 0 0;
  background: #f3f3f1;
}
.header-index .header-center .social-networks .social {
  width: 214px;
  height: 39px;
  float: right;
  margin: 20px 0 0 0;
}
.header-index .header-center .social-networks .social a {
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  margin: 0 0 0 10px;
  border-radius: 14px;
}
.header-index .header-center .social-networks .social a:hover {
  background: #fff;
}
/* footer-index
-------------------------------------------------------------------------------------------------------------------*/
.footer-index {
  width: 100%;
  height: 157px;
  min-width: 1323px;
  position: relative;
  background: #e3e3e3;
  margin: -160px auto 0;
}
.footer-index .footer-index-cold {
  width: 1323px;
  height: 157px;
  padding: 1px 0 0 0;
  margin: 0 auto;
  background: #00A439;
  -webkit-box-shadow: 0px -3px 11px 0px rgba(50, 50, 49, 0.75);
  box-shadow: 0px -3px 11px 0px rgba(50, 50, 49, 0.75);
}
.footer-index .footer-index-cold .footer-index-menu-center {
  height: 147px;
  margin: 12px 0 0 0;
  background: #ccc;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu {
  width: 1260px;
  height: 147px;
  margin: 0 auto;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-menu {
  height: 40px;
  padding: 30px 0 0 0;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-menu ul {
  padding: 0;
  list-style-type: none;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-menu ul li:last-child {
  padding: 0;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-menu ul li {
  padding: 0 109px 0 0;
  display: inline;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-menu ul li a {
  color: #3c2313;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: PTSansRegular, serif;
  font-weight: bold;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks {
  position: relative;
  margin: 10px 0 0 0;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .footer-social-info {
  float: left;
  padding: 65px 0 0 0;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .footer-social-info ul {
  padding: 0;
  list-style-type: none;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .footer-social-info ul li:last-child {
  border-right: none;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .footer-social-info ul li:first-child {
  padding: 0 5px 0 0;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .footer-social-info ul li {
  display: inline;
  padding: 0 5px 0 5px;
  border-right: 1px solid #666;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .footer-social-info ul li a {
  color: #3c2313;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  font-family: PTSansRegular, serif;
  font-weight: normal;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .footer-social-info span {
  color: #3c2313;
  font-size: 14px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex .social-networks-info {
  float: right;
  margin: 80px 0 0 0;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex .social-networks-info a {
  margin: 0 0 0 10px;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex .social-networks-info a img {
  cursor: pointer;
  border-radius: 16px;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex .social-networks-info a img:hover {
  background: #fff;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex .social-networks-info a svg {
  margin-bottom: -13px;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex .social-networks-info a svg .st0 {
  fill: none;
  stroke: #308fed;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex .social-networks-info a svg .st1 {
  fill: #308fed;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex .social-networks-info a svg:hover .st0 {
  fill: #fff !important;
  stroke: #308fed !important;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex .social-networks-info a svg:hover .st1 {
  fill: #308fed !important;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex.one {
  display: none;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex.one .social-networks-info a {
  margin: 0 0 0 10px;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex.one .social-networks-info a svg .st0 {
  stroke: #FFFFFF;
}
.footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex.one .social-networks-info a svg .st1 {
  fill: #FFFFFF;
}
/* menu-enter
-------------------------------------------------------------------------------------------------------------------*/
.menu {
  width: 725px;
}
.menu-mobile {
  display: none;
  background-color: transparent;
  border: medium none;
  margin: 0 20px;
  float: right;
  cursor: pointer;
}
.menu-mobile .icon-bar {
  display: block;
  background-color: #fff;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.menu-enter {
  width: 100%;
  height: 50px;
  background: #e3e3e3;
  position: relative;
  z-index: 1;
}
.menu-enter:hover .menu-center {
  background: #000000;
}
.menu-enter:hover ul li:hover .content-menu {
  display: block;
}
.menu-enter .content-menu {
  z-index: 999999;
  padding: 0;
  width: 1324px;
  display: none;
  height: 343px;
  margin: 15px 0 0 -139px;
  position: absolute;
  background: #000000;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url("/images/site/auto-menu.jpg");
}
.menu-enter .content-menu .content-index-menu {
  height: auto;
  width: 1260px;
  margin: 0 auto;
  display: block;
}
.menu-enter .menu-enter-color-4a4a4a {
  display: block;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center {
  height: 50px;
  position: relative;
  margin: 0 auto;
  max-width: 1323px;
  background: #ccc;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-box-shadow: 0 5px 11px 0 rgba(50, 50, 49, 0.75), 0 -5px 11px 0 #e3e3e3;
  box-shadow: 0 5px 11px 0 rgba(50, 50, 49, 0.75), 0 -5px 11px 0 #e3e3e3;
  /*&:hover {
        background: #bbb;
      }*/
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .progress-bar {
  display: none;
  height: 4px;
  float: none;
  width: 100%;
  z-index: 102;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .progress-bar #progress {
  height: 100%;
  padding-right: 100%;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .progress-bar #progress div {
  background: #39b54a;
  height: 100%;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index {
  float: left;
  width: 100%;
  height: 20px;
  position: relative;
  margin: 15px 0px 0px 0px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu-index-logo {
  float: left;
  width: 130px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu-index-logo a {
  margin: 0 0 0 30px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu-index-logo a .logo {
  width: 70px;
  z-index: 10000;
  position: relative;
  top: -10px;
  transition: width 0.2s ease-out 0s, margin-top 0.2s ease-out 0s;
  -webkit-transition: width 0.2s ease-out 0s, margin-top 0.2s ease-out 0s;
  -moz-transition: width 0.2s ease-out 0s, margin-top 0.2s ease-out 0s;
  -o-transition: width 0.2s ease-out 0s, margin-top 0.2s ease-out 0s;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu-index-logo a .logo2 {
  width: 49px;
  margin-top: -15px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul {
  padding: 0;
  float: left;
  position: relative;
  list-style-type: none;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li:first-child:before {
  width: 0;
  content: '';
  height: 17px;
  position: absolute;
  background: #777;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li:first-child {
  padding: 15px 0;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li:first-child a {
  padding-bottom: 20px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li {
  text-decoration: none;
  display: inline-block;
  margin-top: -15px;
  padding: 15px 0;
  line-height: 20px;
  margin-right: -0.3em;
  position: relative;
  height: 50px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li:before {
  width: 1px;
  content: '';
  height: 22px;
  position: absolute;
  background: #6c6c6c;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li.auth {
  display: none;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li.admin {
  display: none;
  padding-left: 27.5px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li a {
  color: #633;
  font-size: 16px;
  cursor: pointer;
  padding: 15px 15px;
  text-decoration: none;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  text-transform: uppercase;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li a:hover {
  color: #3c2313;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li .content-menu .content-menu-center .content-index-menu .content-menu-left {
  float: left;
  width: auto;
  height: auto;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li .content-menu .content-menu-center .content-index-menu .content-menu-left div {
  color: #308fed;
  font-size: 30px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li .content-menu .content-menu-center .content-index-menu .content-menu-left a:hover {
  color: #575757;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li .content-menu .content-menu-center .content-index-menu .content-menu-left a {
  color: #fefefe;
  font-size: 24px;
  display: inherit;
  text-transform: none;
  padding: 15px 0 0 30px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-image: url("/images/site/content-menu-left.png");
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li .logos {
  display: none;
  margin-right: 10px;
  width: 17.5px;
  text-align: center;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li .logos img {
  height: 12px;
  margin: -3px 0 0;
  display: inline-block;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li .allnews {
  display: none;
  float: right;
  margin: 2px 0px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li:hover {
  background: rgba(75, 74, 74, 0.15);
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li:hover:before,
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li:hover + li:before {
  height: 100%;
  top: 0;
  margin: 0;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li.active {
  background: transparent;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li.active a {
  font-family: PTSansRegular, serif;
  font-weight: bold;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li.active:hover:before,
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index ul li.active:hover + li:before {
  height: 22px;
  top: 50%;
  margin-top: -11px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .new-enter {
  color: #fff;
  float: right;
  font-size: 18px;
  width: 247px !important;
  margin: -15px 25px 0 0;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .new-enter .avatarr {
  margin: -4px 0 0 20px;
  border-radius: 25px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .new-enter a {
  text-transform: lowercase;
  float: right;
  color: #fff;
  display: inline-block;
  width: 70px;
  height: 30px;
  font-size: 12px;
  cursor: pointer;
  padding: 3px 10px;
  margin: 0 0 0 15px;
  text-decoration: none;
  font-family: PTSansRegular, serif;
  border: 3px solid #FFDE13;
  line-height: 16px;
  text-align: center;
  border-radius: 15px;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .new-enter a:hover,
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .new-enter a:active {
  background: #FFDE13;
  color: #666;
  border: none;
  line-height: 22px;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .new-enter .enter {
  margin: 10px 10px 0 0;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .search:hover input {
  display: block;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .search {
  float: right;
  width: 340px;
  cursor: pointer;
  position: relative;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .search .search-window {
  float: right;
  height: 22px;
  margin: 14px 0 14px 0;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .search input {
  float: right;
  width: 300px;
  height: 50px;
  border: none;
  outline: none;
  color: #999999;
  font-size: 16px;
  background: none;
  padding: 0 0 0 10px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: italic;
}
.menu-enter .menu-enter-color-4a4a4a .menu-center .search input:hover {
  outline: none;
}
/* index- post
-------------------------------------------------------------------------------------------------------------------*/
.index-post {
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}
.index-post .table-bordered td {
  padding: 0 2px;
  width: 1%;
}
.index-post .table-bordered td p {
  margin: 0;
}
.index-post ul {
  padding-left: 40px;
}
.index-post .index-post-slaider {
  margin: 60px 0 30px 0;
}
.index-post h1,
.index-post h2,
.index-post h3,
.index-post h4,
.index-post h5,
.index-post h6 {
  clear: both;
  font-weight: bold;
  color: #000;
}
.index-post h1 {
  font-size: 36px;
}
.index-post h2 {
  font-size: 30px;
}
.index-post h3 {
  font-size: 24px;
}
.index-post h4 {
  font-size: 20px;
}
.index-post img {
  margin: 10px auto;
  display: block;
}
.index-post p {
  color: #222222;
  text-align: left;
  margin: 20px 0;
}
.index-post p.text-right {
  text-align: right;
}
.index-post iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
@media (max-width: 640px) {
  .index-post iframe {
    height: calc(100vw * 406 / 620);
  }
}
.index-post p:not([style="margin: 0px;"]) + ol {
  margin-top: -20px;
}
.index-post .bb-image {
  width: 100%;
  cursor: pointer;
  /*display: inline-block;*/
  display: block;
  margin: 20px 0;
}
.index-post .bb-image + .bb-image {
  margin: 10px 0 0 0;
}
.index-post .bb-image img {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.index-post .bb-image.bb-image-align-left,
.index-post .bb-image.bb-image-align-right {
  width: 300px;
}
.index-post .bb-image.bb-image-align-left img,
.index-post .bb-image.bb-image-align-right img {
  width: 100%;
}
.index-post .bb-image.bb-image-align-left {
  float: left;
  /*padding: 5px 10px 5px 0;*/
  margin: 5px 20px 20px 0;
}
.index-post .bb-image.bb-image-align-left .bb-image-desc {
  text-align: left;
}
.index-post .bb-image.bb-image-align-right {
  float: right;
  margin: 5px 0 20px 20px;
  /*padding: 5px 0 5px 10px;*/
}
.index-post .bb-image.bb-image-align-right .bb-image-desc {
  text-align: right;
}
.index-post .bb-image .bb-image-desc {
  font-size: 11pt;
  line-height: 13pt;
  color: #555;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.index-post ol .bb-image-align-left {
  margin: 5px 10px 5px -40px;
}
.index-post ul .bb-image-align-left {
  margin: 5px 10px 5px 0;
}
.index-post .br {
  display: block;
  clear: both;
}
.index-post .contents {
  padding: 20px;
  background-color: #f4f5ea;
  border-radius: 10px;
  clear: both;
}
.index-post .contents ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin-left: 20px;
}
.index-post .contents li {
  margin: 0;
  padding: 5px 0;
  list-style-type: disc;
}
.index-post .ab {
  clear: both;
  display: inline-block;
}
.index-post .ab p {
  margin: 0;
}
.index-post .ab .bb-image {
  width: 480px;
}
.index-post .ab .bb-image img {
  width: 480px;
}
.index-post .ab .bb-image.bb-image-align-left,
.index-post .ab .bb-image.bb-image-align-right {
  width: 150px;
}
.index-post .ab .bb-image.bb-image-align-left img,
.index-post .ab .bb-image.bb-image-align-right img {
  width: 150px;
  height: 100px;
}
.index-post .flex-control-paging li a {
  width: 15px;
  height: 15px;
  background: #4a4a4a;
}
.index-post .flex-control-paging li .flex-active {
  background: #308fed;
}
.index-post .flex-direction-nav a {
  opacity: 1;
}
.index-post .review-block .author-block {
  font-weight: bold;
}
.index-post .ab,
.index-post .review-block {
  margin: 8px 10px;
  padding: 15px;
  float: none;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.index-post .ab-definition {
  border: solid #308fed;
}
.index-post .ab-warning,
.index-post .ab-danger {
  border: solid #FFA200;
}
.index-post .ab-luck,
.index-post .review-block {
  border: solid #50ffdc;
}
.index-post .ab-tip,
.index-post .ab-info {
  border: solid #79ff43;
}
/* index-post-comments
-------------------------------------------------------------------------------------------------------------------*/
.index-post-comments {
  overflow: hidden;
}
.index-post-comments span {
  color: #333333;
  font-size: 13px;
  padding: 1px 0 0 25px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("/images/forum/zakladka.png");
}
.index-post-comments .index-post-event-tag-news .tag-news {
  margin: 10px 0;
  line-height: 1;
  overflow: hidden;
}
.index-post-comments .index-post-event-tag-news .tag-news .tag-news-left {
  width: 64px;
  float: left;
}
.index-post-comments .index-post-event-tag-news .tag-news .tag-news-left img {
  margin: 0;
}
.index-post-comments .index-post-event-tag-news .tag-news .tag-news-right {
  width: 85%;
  float: left;
}
.index-post-comments .index-post-event-tag-news .tag-news .tag-news-right p {
  margin: 0;
  font-size: 15px;
}
.index-post-comments .index-post-event-tag-news .tag-news .tag-news-right .tag-news-right-data-public {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0 0 0;
}
.index-post-comments .tag-list a {
  color: #fff;
  margin: 1px;
  font-size: 11pt;
  padding: 1px 6px;
  border-radius: 3px;
  background: #4a4a4a;
  display: inline-block;
}
.index-post-comments .tag-list a:hover {
  color: #4a4a4a;
  background: #ddd;
  text-decoration: none;
}
.index-post-comments .comment-index-button {
  width: 100%;
  height: 70px;
}
.index-post-comments .comment-index-button h1 {
  float: left;
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 900;
}
.index-post-comments .comment-index-button a {
  float: right;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  padding: 3px 15px;
  margin: 22px 0 0 0;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  border: 2px solid #5c5c5c;
}
.index-post-comments .index-comment {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #c2c2c2;
}
.index-post-comments .index-comment a {
  float: left;
}
.index-post-comments .index-comment a img {
  margin: 20px 0 0 0;
  border-radius: 35px;
}
.index-post-comments .index-comment .text {
  float: left;
  width: 480px;
  margin: 0 0 0 40px;
}
.index-post-comments .index-comment .text h1 {
  color: #222222;
  font-size: 15px;
  font-weight: bold;
}
.index-post-comments .index-comment .text h1 span {
  color: #8c8c8c;
  font-size: 15px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: italic;
  background-image: none;
}
.index-post-comments .index-comment .text span {
  padding: 0;
  color: #222222;
  font-size: 16px;
  background-image: none;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.index-post-comments .index-comment .text a {
  color: #8c8c8c;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 20px 0;
}
.index-post-comments .index-comment-otvet {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #c2c2c2;
}
.index-post-comments .index-comment-otvet a {
  float: left;
  margin: 0 0 0 108px;
}
.index-post-comments .index-comment-otvet a img {
  margin: 20px 0 0 0;
  border-radius: 35px;
}
.index-post-comments .index-comment-otvet .text {
  float: left;
  width: 400px;
  margin: 0 0 0 20px;
}
.index-post-comments .index-comment-otvet .text h1 {
  color: #222222;
  font-size: 15px;
  font-weight: bold;
}
.index-post-comments .index-comment-otvet .text h1 span {
  color: #8c8c8c;
  font-size: 15px;
  padding: 0 10px 0 5px;
  background-image: none;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: italic;
}
.index-post-comments .index-comment-otvet .text span {
  padding: 0;
  color: #222222;
  font-size: 16px;
  background-image: none;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.index-post-comments .index-comment-otvet .text a {
  margin: 0;
  color: #8c8c8c;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 20px 0;
}
/* index-post-title
-------------------------------------------------------------------------------------------------------------------*/
.index-post-title {
  width: 100%;
  overflow: hidden;
}
.index-post-title .title-center {
  width: 1323px;
  min-height: 343px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 49, 0.75);
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 49, 0.75);
}
.index-post-title .title-center:before {
  content: '';
  position: absolute;
  width: 1323px;
  height: 200px;
  left: 0;
  bottom: 0;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(78%, rgba(0, 0, 0, 0.8)), color-stop(99%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 78%, rgba(0, 0, 0, 0.8) 99%);
}
.index-post-title .title-center .index-post-into-title {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.index-post-title .title-center .index-post-into-title h2,
.index-post-title .title-center .index-post-into-title h1 {
  color: #FFFFFF;
  font-size: 32px;
  padding-left: 45px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.index-post-title .title-center .index-post-into-title .block-banner {
  margin: 10px 0 20px 30px;
}
.index-post-title .title-center .index-post-into-title .block-banner a {
  color: #cccaca;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
.index-post-title .title-center .index-post-into-title .block-banner a img {
  margin: -2px 10px 0 15px;
}
.index-post-title .title-center .index-post-into-title .block-banner a p {
  color: #000;
  font-size: 14px;
  display: inline;
  font-weight: bold;
  border-radius: 5px;
  background: #ffdf3f;
  padding: 0px 6px 0 6px;
}
/* content-main-post
-------------------------------------------------------------------------------------------------------------------*/
.content-main-post {
  height: auto;
  width: 1323px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100%;
  max-width: 1340px;
  position: relative;
  background: #FFFFFF;
  padding: 20px 30px 176px;
  -webkit-box-shadow: 0px -166px 11px 0px rgba(50, 50, 49, 0.75);
  box-shadow: 0px -166px 11px 0px rgba(50, 50, 49, 0.75);
}
.content-main-post .content-main-post-social {
  float: left;
  width: 70px;
  height: 205px;
}
.content-main-post .content-main-post-social div {
  margin-top: 0;
  position: absolute;
  margin-bottom: 12px;
  z-index: 101;
}
.content-main-post .content-main-post-social div ul li {
  margin-bottom: 12px;
}
.content-main-post .content-main-post-form {
  float: left;
  width: 890px;
  position: relative;
}
.content-main-post .content-main-post-form .content-main-post-text {
  float: left;
  width: 620px;
  height: auto;
}
.content-main-post .content-main-post-form .content-main-post-text h1 {
  margin: 0 0 25px 0;
  font-weight: bold;
  font-size: 30px;
  color: #3c2313;
}
.content-main-post .content-main-post-form .content-main-post-text .show-more {
  width: 939px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  margin: 20px 0 0 0;
  background: #308fed;
  padding: 15px 0 15px 0;
}
.content-main-post .content-main-post-form .content-main-post-text .show-more a {
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.content-main-post .content-main-post-form .content-main-post-text .show-more img {
  margin: -4px 0 0 0;
}
.content-main-post .content-main-post-form .social-block-on-980 {
  display: none;
}
.content-main-post .content-main-post-form .content-main-post-widgets {
  float: left;
  width: 220px;
  margin: 0 25px;
  min-height: 200px;
}
.content-main-post .content-main-post-form .index-post {
  width: 620px;
  float: left;
}
.content-main-post .content-main-post-banner {
  float: left;
  width: 300px;
  height: auto;
}
.content-main-post .content-main-post-banner ul {
  list-style-type: none;
}
.content-main-post .content-main-post-banner ul li:last-child {
  margin: 0;
}
.content-main-post .content-main-post-banner ul li {
  margin: 0 0 30px 0;
}
.content-main-post .content-main-post-banner .widget-sinoptik {
  border-radius: 5px;
}
.content-main-post .content-main-post-banner .widget-changegid {
  height: 367px;
  margin: 0 0 20px 0;
  background: #f5f4f0;
}
.content-main-post .content-main-post-banner .widget-rozsilka {
  width: 100%;
  height: auto;
}
.content-main-post .content-main-post-banner .widget-rozsilka .widget-rozsilka-title {
  height: 50px;
  background: #4a4a4a;
}
.content-main-post .content-main-post-banner .widget-rozsilka .widget-rozsilka-title h1 {
  color: #ffffff;
  font-size: 16px;
  padding: 16px 0 0 20px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.content-main-post .content-main-post-banner .widget-rozsilka .widget-rozsilka-index {
  background: #f5f4f0;
}
.content-main-post .content-main-post-banner .widget-rozsilka .widget-rozsilka-index input {
  border: none;
  height: 30px;
  width: 280px;
  color: #808080;
  font-size: 16px;
  padding: 0 0 0 15px;
  margin: 15px 0 20px 10px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: italic;
}
.content-main-post .content-main-post-banner .widget-rozsilka .widget-rozsilka-index a {
  color: #333333;
  font-size: 16px;
  margin: 0 0 0 10px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
  border: 2px solid #5c5c5c;
  padding: 3px 10px 3px 10px;
}
.content-main-post .content-main-post-banner .widget-rozsilka .widget-rozsilka-index .text-help {
  padding: 20px 10px 20px 10px;
}
.content-main-post .content-main-post-banner .widget-rozsilka .widget-rozsilka-index .text-help span {
  color: #808080;
  font-size: 14px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.content-main-post .content-main-post-banner .widget-link-on-forum {
  width: 100%;
  height: auto;
}
.content-main-post .content-main-post-banner .widget-link-on-forum .link-on-forum-title {
  height: 50px;
  background: #4a4a4a;
}
.content-main-post .content-main-post-banner .widget-link-on-forum .link-on-forum-title h1 {
  color: #ffffff;
  font-size: 16px;
  padding: 16px 0 0 20px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.content-main-post .content-main-post-banner .widget-link-on-forum .link-on-forum-main {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f5f4f0;
}
.content-main-post .content-main-post-banner .widget-link-on-forum .link-on-forum-main .link-on-forum-text {
  height: auto;
  width: 270px;
  padding: 10px;
  margin: 10px auto;
  background: #fafaf8;
}
.content-main-post .content-main-post-banner .widget-link-on-forum .link-on-forum-main .link-on-forum-text h1 {
  color: #4a4a4a;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.content-main-post .content-main-post-banner .widget-link-on-forum .link-on-forum-main .link-on-forum-text h2 {
  color: #808080;
  font-size: 14px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.content-main-post .content-main-post-banner .widget-link-on-forum .link-on-forum-main .link-on-forum-text span {
  font-size: 14px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
/* Слайдер
-------------------------------------------------------------------------------------------------------------------*/
.slider {
  z-index: 9;
  width: 620px;
  height: 520px;
  overflow: hidden;
  margin: 0 0 7px;
  position: relative;
}
.slider ul,
.slider li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.slider ul {
  width: 9999px;
}
.slider ul li {
  list-style-type: none;
  float: left;
  width: 700px;
  height: 290px;
}
.slider .nav {
  position: absolute;
  left: 260px;
  bottom: 12px;
}
.slider .nav span {
  opacity: 0.9;
  background: #4a4a4a;
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  display: block;
  float: left;
}
.slider .nav span.on {
  background: #308fed;
}
/* Слайдер
-------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {
  background-color: transparent;
}
.about-title-transition {
  top: 0;
  margin: 0;
  width: 100%;
  min-height: 32px;
  opacity: 0.6;
  border-radius: 0;
  background: #000000;
  padding: 5px 0 0 0;
  position: absolute;
}
.about-title-transition ul.breadcrumb {
  margin: 0 0 0 135px;
  background-color: transparent;
}
.about-title-transition ul.breadcrumb li {
  margin: 0;
  padding: 0;
}
.about-title-transition ul.breadcrumb li:hover {
  background-color: transparent;
}
.about-title-transition ul.breadcrumb li:before {
  background: none;
}
.about-title-transition ul.breadcrumb a {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  margin: 0 20px 0 0;
  position: relative;
  text-decoration: none;
  padding: 0 10px 5px 15px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
}
.about-title-transition ul.breadcrumb a:before {
  top: 3px;
  width: 0;
  height: 0;
  content: ' ';
  right: -15px;
  position: absolute;
  border-style: solid;
  border-width: 7px 0 6.5px 12px;
  border-color: transparent transparent transparent #308fed;
}
#__utl-buttons-1 .uptl_toolbar > ul > li {
  margin-bottom: 12px !important;
}
#multiupload .b-thumb__preview {
  width: 160px !important;
  height: 160px !important;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
#multiupload .b-thumb__progress {
  top: 150px;
  left: 10px;
  right: 10px;
  position: absolute;
}
/* last post
-------------------------------------------------------------------------------------------------------------------*/
.last-post {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.last-post .last-post-title {
  width: 100%;
  height: 50px;
  background: #4a4a4a;
}
.last-post .last-post-title h1 {
  margin: 0;
  color: #308fed;
  font-size: 24px;
  padding: 12px 0 12px 20px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.last-post .last-post-foto {
  position: relative;
  margin: 35px 0 30px 0;
}
.last-post .last-post-foto .index-news-foto:last-child {
  margin: 0 0 19px 0;
}
.last-post .last-post-foto .index-news-foto {
  float: left;
  cursor: pointer;
  overflow: hidden;
  margin: 0 20px 19px 0;
}
.last-post .last-post-foto .index-news-foto:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 183px;
  margin: 2px 0 0 0;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(82%, rgba(0, 0, 0, 0.59)), color-stop(99%, rgba(0, 0, 0, 0.89)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.59) 82%, rgba(0, 0, 0, 0.89) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e3000000', GradientType=0);
  /* IE6-9 */
}
.last-post .last-post-foto .index-news-foto .title-name {
  height: 30px;
  width: 98px;
  margin: -185px 0 0 0;
  background: #308fed;
  position: absolute;
}
.last-post .last-post-foto .index-news-foto .title-name:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: -30px;
  border-top: 30px solid #308fed;
  border-right: 30px solid transparent;
}
.last-post .last-post-foto .index-news-foto .title-name span {
  color: #333333;
  font-size: 13px;
  position: absolute;
  margin: 6px 0 6px 10px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.last-post .last-post-foto .index-news-foto .title-banner-two {
  width: 285px;
  position: absolute;
  margin: -59px 0 0 0;
}
.last-post .last-post-foto .index-news-foto .title-banner-two h2 {
  margin: 0;
  color: #fefefe;
  font-size: 16px;
  padding: 0 0 10px 15px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.last-post .last-post-foto .index-news-foto .title-banner-two .block-banner {
  margin: -8px 0 0 0;
}
.last-post .last-post-foto .index-news-foto .title-banner-two .block-banner a {
  color: #308fed;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
.last-post .last-post-foto .index-news-foto .title-banner-two .block-banner a img {
  margin: -2px 10px 0 15px;
}
.last-post .last-post-foto .index-news-foto .title-banner-two .block-banner a p {
  color: #ffffff;
  font-size: 14px;
  display: inline;
  border-radius: 5px;
  background: #ff0000;
  padding: 0px 6px 0 6px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.last-post .botton-banner {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 10px 0 0 0;
}
/* скрипт прокручования в верх*/
#Go_Top {
  right: 60px;
  width: 40px;
  height: 40px;
  bottom: 176px !important;
  cursor: pointer;
  position: absolute;
  z-index: 5000;
  background: #308fed;
}
#Go_Top img {
  margin: 10px 0 0 10px;
}
.main-foto {
  width: 300px;
  height: 185px;
}
/*-------- Error --------*/
.site-error {
  width: auto;
  height: auto;
}
.site-error .site-error-content {
  height: 500px;
  margin: 40px 0 0 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("/images/site/Error-foto-agro.jpg");
  background-size: cover;
}
.site-error .site-error-content .error-text {
  width: 490px;
  line-height: 25px;
  padding-left: 30px;
}
.site-error .site-error-content .error-text h1 {
  color: #f8c81f;
  font-size: 48px;
  margin: 0 0 50px 0;
  padding: 30px 0 0 0;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.site-error .site-error-content .error-text p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 30px 0;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.site-error .site-error-content .error-text span {
  color: #fff;
  font-size: 16px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.site-error .site-error-content .error-text span a {
  color: #f8c81f;
  font-size: 16px;
  text-decoration: underline;
}
.site-error .site-error-content .search-in-error {
  width: 460px;
  height: auto;
  padding: 20px 0 0 0;
}
.site-error .site-error-content .search-in-error input {
  width: 400px;
  height: 48px;
  font-size: 18px;
  padding: 0 0 0 10px;
}
.site-error .site-error-content .search-in-error a {
  margin: 0 0 0 -3px;
  background: #4a4a4a;
  text-decoration: none;
  padding: 18px 18px 16px 18px;
}
/*-------------------- Страница реклама на сайте (Реклама на сайте)----------------------*/
.content-re {
  width: 100%;
  height: auto;
  position: relative;
}
.content-re table {
  margin: 0 0 25px 0;
}
.content-re table .re-table-title {
  text-align: center;
  background: #308fed;
  border: 2px solid #4a4a4a;
}
.content-re table tr {
  text-align: center;
}
.content-re table tr .name-banner {
  text-align: left;
}
.content-re table tr td:last-child {
  width: 100px;
}
.content-re table tr th p {
  font-size: 18px;
  margin: 10px 0 10px 25px;
}
.content-re table tr td {
  border: 2px solid #4a4a4a;
}
.content-re table tr td p {
  padding: 10px;
  font-size: 18px;
}
.content-re table tr td span {
  font-size: 16px;
  padding: 0 10px 0 10px;
}
.content-re .contact-re {
  top: 0;
  right: 0;
  width: 400px;
  height: auto;
  position: absolute;
}
.content-re .contact-re span {
  font-size: 16px;
  line-height: 26px;
}
/*--------Авто точки ---------*/
.auto-point {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 1px 0;
  background: #4a4a4a;
}
.auto-point h2 {
  color: #fff;
  font-size: 32px;
  padding: 40px 0 0 0;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.auto-point h2 a {
  color: #308fed;
  cursor: pointer;
  font-size: 32px;
  text-decoration: none;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
  border-bottom: 2px dashed #308fed;
}
.auto-point .content-point {
  overflow: hidden;
  margin: 45px auto;
  position: relative;
}
.auto-point .content-point .title-point {
  float: left;
  width: 300px;
  height: auto;
  margin: 0 23px 0 0;
}
.auto-point .content-point .title-point .point:hover {
  background: #308fed;
}
.auto-point .content-point .title-point .point:hover:before {
  width: 0;
  content: '';
  height: 17px;
  position: absolute;
  margin: 0 0 0 250px;
  border: 19px solid transparent;
  border-left: 12px solid #308fed;
}
.auto-point .content-point .title-point .point:hover a {
  color: #333333;
  text-decoration: none;
}
.auto-point .content-point .title-point .button-in-point {
  margin: 40px 0 0 0;
}
.auto-point .content-point .title-point .point {
  width: 250px;
  height: 37px;
  margin: 0 0 5px 0;
}
.auto-point .content-point .title-point .point .point-image {
  width: 37px;
  height: 37px;
  display: initial;
}
.auto-point .content-point .title-point .point a {
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  padding: 0 0 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: PTSansBold;
}
.auto-point .content-point .title-point .point a sub {
  font-size: 11px;
  padding: 0 0 0 5px;
}
.auto-point .content-point .auto-map {
  float: left;
  width: 940px;
  height: 545px;
  border: 1px solid #ffffff;
}
/*----показать больше*----*/
.show-more-categori {
  width: 100%;
  height: 50px;
  cursor: pointer;
  text-align: center;
  margin: 0 0 20px 0;
  background: #308fed;
  padding: 16px 0 15px 0;
}
.show-more-categori a {
  color: #3d3d3d;
  font-size: 16px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.show-more-categori img {
  margin: -4px 0 0 0;
}
/*----------search----------*/
.search-content .search-content-title {
  width: 100%;
  height: auto;
  margin: 0 0 31px 0;
}
.search-content .search-content-title h1 {
  color: #4a4a4a;
  font-size: 24px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.search-content .search-content-title p {
  color: #808080;
  font-size: 18px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.search-content .search-content-title p span {
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.search-content .search-content-main {
  width: 100%;
  height: auto;
  position: relative;
}
.search-content .search-content-main .search-content-main-search {
  float: left;
  height: auto;
  width: 300px;
  margin: 0 20px 0 0;
}
.search-content .search-content-main .search-content-main-search input {
  width: 195px;
  height: 28px;
  color: #222222;
  font-size: 16px;
  padding: 0 0 0 9px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.search-content .search-content-main .search-content-main-search a {
  color: #4a4a4a;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  margin: -1px 0 0 12px;
  border: 2px solid #4A4A4a;
  text-transform: uppercase;
  padding: 4px 10px 4px 10px;
}
.search-content .search-content-main .search-content-main-search .block-categori {
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
}
.search-content .search-content-main .search-content-main-search .block-categori p {
  color: #4a4a4a;
  font-size: 18px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.search-content .search-content-main .search-content-main-search .block-categori p span {
  font-size: 16px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
  padding: 0 0 0 15px;
}
.search-content .search-content-main .search-content-main-finish {
  float: left;
  height: auto;
  width: 600px;
}
.search-content .search-content-main .search-content-main-finish .search-content-main-search-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
}
.search-content .search-content-main .search-content-main-finish .search-content-main-search-box .search-content-image {
  float: left;
  width: 140px;
  margin: 0 20px 0 0;
}
.search-content .search-content-main .search-content-main-finish .search-content-main-search-box .search-content-text {
  float: left;
  width: 440px;
  padding: 0 20px 0 0;
}
.search-content .search-content-main .search-content-main-finish .search-content-main-search-box .search-content-text h1 {
  color: #222222;
  font-size: 18px;
  margin: 0 0 15px 0;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.search-content .search-content-main .search-content-main-finish .search-content-main-search-box .search-content-text p {
  color: #222222;
  font-size: 18px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.search-content .search-content-main .search-content-main-finish .search-content-main-search-box .search-content-text a {
  color: #ccad14;
  font-size: 18px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.search-content .search-content-main .search-content-main-finish .search-jump {
  height: auto;
  width: 100%;
}
.search-content .search-content-main .search-content-main-finish .search-jump ul {
  text-align: center;
}
.search-content .search-content-main .search-content-main-finish .search-jump ul .previous a {
  padding: 13px;
  background: #308fed;
}
.search-content .search-content-main .search-content-main-finish .search-jump ul .next a {
  padding: 13px;
  background: #308fed;
}
.search-content .search-content-main .search-content-main-finish .search-jump ul li {
  cursor: pointer;
  display: inline;
}
.search-content .search-content-main .search-content-main-finish .search-jump ul li a {
  padding: 13px;
}
/*----------team----------*/
.team-content {
  width: 100%;
  height: auto;
  position: relative;
}
.team-content h1 {
  color: #4a4a4a;
  font-size: 24px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.team-content .team-content-people-box {
  width: 869px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .team-content .team-content-people-box {
    width: 423px;
  }
}
@media (max-width: 992px) {
  .team-content .team-content-people-box {
    width: 869px;
  }
}
@media (max-width: 919px) {
  .team-content .team-content-people-box {
    width: 646px;
  }
}
@media (max-width: 696px) {
  .team-content .team-content-people-box {
    width: 423px;
  }
}
@media (max-width: 473px) {
  .team-content .team-content-people-box {
    width: 200px;
  }
}
.team-content .team-content-people {
  height: auto;
  position: relative;
  overflow: hidden;
  margin: -10px;
}
.team-content .team-content-people .team-people-box {
  text-align: center;
  height: auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
.team-content .team-content-people .team-people-box .team-people-box-foto {
  width: 200px;
  height: 200px;
}
.team-content .team-content-people .team-people-box .team-people-box-foto img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: filter 0.2s, -webkit-filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.team-content .team-content-people .team-people-box .team-people-box-position {
  padding: 10px 0;
  width: 200px;
  height: auto;
}
.team-content .team-content-people .team-people-box .team-people-box-position h1 {
  margin: 0;
  font-size: 16px;
}
.team-content .team-content-people .team-people-box .team-people-box-position p {
  font-size: 12px;
  margin: 7px 0;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.team-content .team-content-people .team-people-box:hover .team-people-box-foto img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* game - угадай авто */
.static-text {
  font-size: 15px;
}
.static-text span {
  font-size: 16px;
  font-weight: bold;
}
.answer div {
  margin: 0 0 5px 0;
}
.answer div label {
  font-size: 20px;
  padding: 0 0 0 7px;
  font-weight: normal;
}
.next-question {
  background: #f9cd1b;
  border: 3px solid #5c5c5c;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  padding: 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.next-question:hover {
  background: #fff;
}
.for-game {
  width: 940px;
  overflow: hidden;
  margin: 30px 0 0 0;
  position: relative;
  padding: 20px 0;
  border-top: 2px solid #b3b3b3;
}
.for-game:nth-child(4) {
  border: none;
}
.for-game .form-game {
  width: 300px;
  float: left;
  margin: 0 20px 0 0;
}
.for-game .form-game .watched-badge-game {
  background-color: #c6c6c6;
  top: 20px;
  color: #FFF;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  overflow: hidden;
  padding: 2px 4px;
  position: absolute;
  left: 220px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  z-index: 99;
}
.for-game .form-game .watched-badge-main-game {
  top: 0;
  width: 300px;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  background: #989898;
}
.for-game .form-game a {
  cursor: pointer;
}
.for-game .form-game a img {
  width: 300px;
}
.for-game .form-game a .title {
  position: absolute;
  top: 150px;
  color: #308fed;
  padding: 0 0 0 10px;
}
.for-game .form-game a .title h1 {
  font-size: 27px;
}
.for-game .form-game-info .form-game-info-text {
  width: 100%;
  height: auto;
}
.for-game .form-game-info .form-game-info-text h1 {
  font-size: 23px;
  margin: 0px 0 10px 0;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.for-game .form-game-info .form-game-info-text span {
  font-size: 16px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.for-game .form-game-info .form-game-info-text span p {
  color: #4a4a4a;
  font-size: 15px;
  margin: 8px 0 0 0;
}
.for-game .form-game-info .form-game-info-text .event-tag-news .tag-news {
  margin: 15px 0 0 0;
}
.for-game .form-game-info .form-game-info-text .event-tag-news .tag-news .tag-news-left {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.for-game .form-game-info .form-game-info-text .event-tag-news .tag-news .tag-news-right {
  margin-left: 70px;
}
.for-game .form-game-info .form-game-info-text .event-tag-news .tag-news .tag-news-right .all-tag-news {
  float: right;
  cursor: pointer;
  font-size: 14px;
}
.for-game .form-game-info .button-game {
  right: 65px;
  float: right;
  margin: 15px 0 10px 0;
}
.for-game .form-game-info .button-game a:hover {
  cursor: pointer;
  background: #fff;
}
.for-game .form-game-info .button-game a {
  border: 2px solid #4a4a4a;
  font-size: 17px;
  padding: 3px 11px;
  color: #4a4a4a;
  background: #308fed;
  font-weight: bold;
}
.for-game .no-rights {
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  background: #989898;
}
.images-auto img {
  width: 700px;
  margin: 0 0 20px 0;
}
.images-auto h1 {
  font-size: 23px;
  color: #4a4a4a;
}
.end-game {
  text-align: center;
}
.end-game h1 {
  color: #4a4a4a;
  font-size: 34px;
  font-weight: bold;
}
.end-game h2 {
  font-size: 22px;
}
.end-game span {
  font-size: 16px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
/* Новий дизайн категорий*/
.news-avto-block {
  float: left;
  width: 456px;
  min-height: 320px;
  padding: 10px;
  position: relative;
  margin: 0 15px 20px 0;
  border: 3px solid #b3b3b3;
  background: #FFF;
}
.news-avto-block .news-avto-block-img {
  float: left;
  margin: 0 0 10px 0;
}
.news-avto-block .news-avto-block-title {
  float: left;
  width: 245px;
  height: 115px;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}
.news-avto-block .news-avto-block-title span {
  color: #b3b3b3;
  font-size: 13px;
  position: absolute;
  padding: 5px 0 0 0;
}
.news-avto-block .news-avto-block-title span img {
  margin: -5px 0 0 0;
}
.news-avto-block .news-avto-block-title .news-avto-block-title-text a {
  color: #222222;
  font-size: 18px;
  font-family: PTSansRegular, serif;
  font-weight: bold;
  font-style: normal;
}
.news-avto-block .news-avto-block-content {
  margin-bottom: 35px;
}
.news-avto-block .news-avto-block-content span {
  font-size: 18px;
  font-family: PTSansRegular, serif;
  font-weight: normal;
  font-style: normal;
}
.news-avto-block .news-avto-block-content span.posts-block {
  display: block;
  text-align: right;
  margin-top: 20px;
}
.news-avto-block .news-avto-block-content span ul {
  margin-left: 20px;
}
.news-avto-block .news-avto-block-content span a.text {
  color: #333;
  text-decoration: none;
}
.news-avto-block .news-avto-block-content span a.posts {
  display: block;
  margin-top: 7px;
}
.news-avto-block .news-avto-block-content span a.all-posts {
  text-decoration: underline;
}
.news-avto-block .enter {
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  background: #bcd6f8;
}
.news-avto-block .enter img {
  position: absolute;
  right: 0;
  margin: 12px 0 0 12px;
}
.news-avto-block .enter-arrow {
  right: 11px;
  bottom: 12px;
  position: absolute;
}
.quest-button {
  right: 0;
  color: #4A4A4a;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  padding: 3px 11px;
  background: #308FED;
  margin: 30px 0 0 0;
  border: 2px solid #4a4a4a;
}
.pswp--open {
  display: block;
  z-index: 10000;
}
.fixed-hint {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  max-width: 95vw;
  width: 100%;
  font-weight: normal !important;
}
.fixed-hint .loader-hint {
  max-width: 456px;
  width: 100%;
  height: 200px;
  position: absolute;
  background: url('/images/loading.gif') no-repeat center, #FFF;
}
/*------------------------@Media - для post --------------------------------*/
/*------------------------@Media - для головна --------------------------------*/
@media screen and (max-width: 1440px) {
  /*хедер коли меньше за 1440px*/
  .header-index .header-center {
    max-width: 980px;
  }
  .header-index .header-center .big-banner {
    display: none;
  }
  /*меню */
  .menu-enter .menu-enter-color-4a4a4a .menu-center {
    max-width: 980px;
    min-width: 980px;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu {
    width: 508px;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li .content-menu {
    width: 980px;
    padding: 0 0 0 30px;
  }
  /*content-main*/
  .content-index .content-main-index {
    width: 980px !important;
    padding: 16px 17px 176px;
  }
  .content-index .content-main-index .content-index-left {
    width: 630px;
  }
  .content-index .content-main-index .content-index-left .for-game .form-game img {
    width: 100%;
  }
  .content-index .content-main-index .content-index-left .index-slider .smol-foto-slider {
    display: none;
  }
  .content-index .content-main-index .content-index-left .index-news {
    width: 647px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .content-index .content-main-index .content-index-left .show-more {
    width: 647px;
  }
  .footer-index {
    min-width: 980px;
  }
  .footer-index .footer-index-cold {
    width: 980px;
  }
  .footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu {
    width: 930px;
  }
  .footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .footer-social-info {
    padding: 40px 0 0 0;
    width: 660px;
  }
  /* блок категория*/
  .content-index-left-text-new {
    overflow: hidden;
  }
  .content-index-left-text-new .news-avto-block {
    width: 625px;
    margin: 10px 0 0 0;
  }
  .content-index-left-text-new .news-avto-block .news-avto-block-title {
    width: 400px;
  }
  /*Заголовок статї*/
  .content-index .index-post-title .title-center {
    width: 980px;
    overflow: hidden;
  }
  .content-index .index-post-title .title-center:before {
    width: 980px;
  }
  /*пост*/
  .content-main-post {
    width: 980px;
    padding: 20px 20px 176px;
  }
  .content-main-post .content-main-post-social {
    display: none;
  }
  .content-main-post .content-main-post-form {
    width: 630px;
    margin: 0 10px 0 0;
  }
  .content-main-post .content-main-post-form .social-block-on-980 {
    z-index: 1000;
    margin: 20px 0;
    display: -webkit-inline-box;
    position: relative;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets {
    margin: 0;
    width: 100%;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news {
    width: 630px;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news ul {
    width: 630px;
    list-style-type: none;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news ul li {
    width: 300px;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news ul li .related-text {
    width: 250px;
  }
  .content-main-post .LatestArticles {
    display: none;
  }
  /*азс*/
  .content-index-left .azs .azs-content .azs-content-block-gas {
    width: 184px !important;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .azs-block-data {
    width: 185px;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .azs-block-data .title-area {
    display: none;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .azs-block-data input {
    width: 184px;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .content-area {
    width: 185px;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .content-area .title-area {
    display: none;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .content-area .area {
    width: 180px !important;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .content-area .area-dropdown ul {
    width: 185px;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .content-area .area-dropdown ul li {
    width: 180px;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .content-block-gas {
    width: 184px;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .content-block-gas ul li {
    width: 184px !important;
  }
  .content-index-left .azs .azs-content .azs-content-block-gas .content-block-gas ul li .gas {
    width: 180px;
  }
  .content-index-left .azs .azs-content .azs-content-block-price {
    width: 406px;
  }
  .content-index-left .azs .azs-content .dropdown {
    width: 406px;
  }
  /*виджет Последние статьи*/
  .LatestArticles-content ul li:last-child {
    display: none;
  }
  /*вивод игры*/
  .for-game {
    width: 630px;
  }
  .for-game .form-game {
    width: 200px;
  }
  .for-game .form-game a img {
    height: 123px;
    width: 200px;
  }
  .for-game .form-game .watched-badge-game {
    left: 140px !important;
  }
  .for-game .form-game .watched-badge-main-game {
    width: 200px;
    height: 123px;
  }
  /*показ фото играть*/
  .images-auto img {
    width: 630px;
  }
  /*подробно про категории*/
  .content-index-left .content-index-categori .content-index-left-foto-news {
    width: 300px;
  }
  .content-index-left .content-index-categori .content-index-left-foto-news ul li:nth-child(3) {
    display: none;
  }
  .content-index-left .content-index-categori .content-index-left-foto-news ul li:nth-child(4) {
    display: none;
  }
  .content-index-left .content-index-categori .content-index-left-foto-news ul li .post-avatar {
    margin: 0 0 20px 0;
  }
}
/*------------------------@Media - для головна --------------------------------*/
@media screen and (max-width: 992px) {
  body {
    margin-top: 50px;
  }
  /*меню */
  .menu-enter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center {
    max-width: 100%;
    min-width: 100%;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index {
    /*.menu-index-logo {
            width: 80px;
            & a .logo {
              width: 49px;
              margin-top: -15px;
            }
          }*/
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu {
    position: absolute;
    right: 0;
    top: 35px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    display: none;
    background: #ccc;
    z-index: 3;
    float: right;
    width: 200px;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu > a {
    display: none;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li:first-child {
    padding: 0;
    border: none;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li:first-child a {
    padding: 5px 15px;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li::before {
    background: transparent;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li.admin {
    display: block;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li.auth {
    display: table;
    margin: 0;
    padding: 0;
    border-top: 2px solid #fff;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li a {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px;
    height: 100%;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li .content-menu {
    display: block;
    position: relative;
    background: transparent none repeat scroll 0% 0%;
    width: 145px;
    margin: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s ease-in-out 0s;
    transition: height 0.5s ease-in-out 0s;
    padding-left: 50px;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li .content-menu .content-menu-center .content-index-menu .content-menu-left > div {
    display: none;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li .content-menu .content-menu-center .content-index-menu .content-menu-left a {
    font-size: 15px;
    font-weight: bold;
    background: none;
    padding: 2px 0;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li .logos {
    display: inline-block;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu li .allnews {
    display: inline-block;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .new-enter {
    display: none !important;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center .menu-index .menu-mobile {
    display: block;
  }
  .menu-enter .menu-enter-color-4a4a4a .menu-center:hover .menu-index .menu {
    background-color: #bbb;
  }
  /*content-main*/
  .content-index .content-main-index {
    width: 100% !important;
    padding-top: 5px;
    margin-bottom: 25px;
  }
  .content-index .content-main-index .content-index-social {
    height: 35px;
  }
  .content-index .content-main-index .content-index-right {
    display: none;
  }
  .content-index .content-main-index .content-index-left {
    width: 100%;
  }
  .content-index .content-main-index .content-index-left .for-game .form-game img {
    width: 100%;
  }
  .content-index .content-main-index .content-index-left .index-slider {
    height: auto;
    overflow: hidden;
  }
  .content-index .content-main-index .content-index-left .index-slider .big-foto-slider {
    max-width: 100%;
  }
  .content-index .content-main-index .content-index-left .index-slider .big-foto-slider .post .post-avatar::before {
    margin-top: 30% !important;
  }
  .content-index .content-main-index .content-index-left .index-slider .smol-foto-slider {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .content-index .content-main-index .content-index-left .index-slider .smol-foto-slider .post {
    width: 50%;
  }
  .content-index .content-main-index .content-index-left .index-slider .smol-foto-slider .post:first-child {
    float: left;
  }
  .content-index .content-main-index .content-index-left .post {
    overflow: hidden;
  }
  .content-index .content-main-index .content-index-left .post .post-avatar {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .content-index .content-main-index .content-index-left .post .post-avatar::before {
    width: 100% !important;
    height: 50% !important;
    margin-top: 31% !important;
  }
  .content-index .content-main-index .content-index-left .post .post-avatar .main-foto {
    width: 100%;
    height: 100%;
  }
  .content-index .content-main-index .content-index-left .post .post-avatar .watched-badge-main {
    width: 100%;
    height: 100%;
  }
  .content-index .content-main-index .content-index-left .post .post-avatar .title-text {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
  }
  .content-index .content-main-index .content-index-left .post .post-avatar .title-text h2 {
    display: table;
    margin: -45px 0 0;
    height: 100%;
    position: relative;
  }
  .content-index .content-main-index .content-index-left .post .post-avatar .title-text h2 a {
    display: table-cell;
    vertical-align: bottom;
  }
  .content-index .content-main-index .content-index-left .index-news {
    width: 100%;
    margin: 0 auto;
  }
  .content-index .content-main-index .content-index-left .index-news .simple {
    width: 100%;
  }
  .content-index .content-main-index .content-index-left .index-news .post {
    width: 100%;
  }
  .content-index .content-main-index .content-index-left .index-news .post .post-hover {
    display: none !important;
  }
  .content-index .content-main-index .content-index-left .show-more {
    display: none;
  }
  .content-index .content-main-index #Go_Top {
    right: 20px;
    bottom: 65px;
  }
  .footer-index {
    min-width: 100%;
    height: auto;
  }
  .footer-index .footer-index-cold {
    width: 100%;
    height: auto;
  }
  .footer-index .footer-index-cold .footer-index-menu-center {
    overflow: hidden;
    padding: 0 10px;
  }
  .footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu {
    width: 100%;
  }
  .footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .footer-social-info {
    width: 100%;
    padding: 20px 0;
  }
  .footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex {
    display: none;
  }
  .footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex .social-networks-info {
    float: none;
    margin: 0;
    text-align: center;
  }
  .footer-index .footer-index-cold .footer-index-menu-center .footer-and-menu .footer-social-networks .noindex.one {
    display: block;
  }
  /* блок категория*/
  .content-index-left-text-new .news-avto-block {
    width: 48%;
    margin: 1%;
    min-height: 490px;
  }
  .content-index-left-text-new .news-avto-block .news-avto-block-img {
    float: none;
    text-align: center;
    width: 100%;
  }
  .content-index-left-text-new .news-avto-block .news-avto-block-img img {
    width: 100%;
    max-width: 200px;
  }
  .content-index-left-text-new .news-avto-block .news-avto-block-title {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .content-index-left-text-new .news-avto-block .news-avto-block-title span {
    display: block;
    position: relative;
  }
  .content-index-left-text-new .news-avto-block .new-avto-block-content {
    margin-bottom: 20px;
  }
  /*Заголовок статї*/
  .content-index .index-post-title {
    width: 100%;
    overflow: hidden;
  }
  .content-index .index-post-title .title-center {
    width: 100%;
  }
  .content-index .index-post-title .title-center:before {
    width: 100%;
  }
  .content-index .index-post-title .title-center img {
    margin: 0 -35%;
  }
  /*пост*/
  .content-main-post {
    width: 100%;
  }
  .content-main-post .content-main-post-form {
    width: 100%;
  }
  .content-main-post .content-main-post-form .content-main-post-text {
    float: none;
    width: 100%;
  }
  .content-main-post .content-main-post-form .content-main-post-text .index-post {
    float: none;
    width: 100%;
  }
  .content-main-post .content-main-post-form .content-main-post-text .index-post p {
    margin: 0 0 10px 0;
  }
  .content-main-post .content-main-post-form .content-main-post-text .index-post p:not([style="margin: 0px;"]) + ol {
    margin-top: 0;
  }
  .content-main-post .content-main-post-form .content-main-post-text .index-post span:not(.bb-image):not(.bb-video) {
    display: none;
  }
  .content-main-post .content-main-post-form .content-main-post-text .index-post .bb-image {
    width: 100%;
  }
  .content-main-post .content-main-post-form .content-main-post-text .index-post .bb-image img {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
  .content-main-post .content-main-post-form .content-main-post-text #div-gpt-ad-1466174275524-0,
  .content-main-post .content-main-post-form .content-main-post-text #div-gpt-ad-1466174275524-1 {
    display: none;
  }
  .content-main-post .content-main-post-form .social-block-on-980 {
    margin: 10px 0 0 0;
    display: block;
    height: 46px;
  }
  .content-main-post .content-main-post-form .social-block-on-980 > div {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
  }
  .content-main-post .content-main-post-form .social-block-on-980 > div > div {
    max-width: 350px;
    margin: 0 auto;
  }
  .content-main-post .content-main-post-form .social-block-on-980 > div > div ul {
    width: 100%;
  }
  .content-main-post .content-main-post-form .social-block-on-980 > div > div ul li {
    width: 20%;
  }
  .content-main-post .content-main-post-form .social-block-on-980 > div > div ul li .sn-icon {
    width: 100% !important;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news {
    width: 100%;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news .title-in-widget-news-related {
    background: #0090f1 url("/images/site/related-background-mob.png") no-repeat;
    background-position: 100%;
    color: #fff;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news ul {
    width: 100%;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news ul li {
    width: 100%;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news ul li .related-text {
    width: 100%;
    padding-left: 60px;
    float: none;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news ul li p a {
    margin-bottom: -18px;
  }
  .content-main-post .content-main-post-form .comments {
    margin: 0;
    max-width: 100%;
  }
  .content-main-post .content-main-post-form .comments .c-title {
    font-size: 18px;
  }
  .content-main-post .content-main-post-form .comments .c-form textarea {
    max-width: 100%;
    min-width: 100%;
    resize: vertical;
    border: 1px solid;
  }
  .content-main-post .content-main-post-form .comments .c-form .c-focus-only {
    display: block;
    width: 100%;
    padding: 6px;
    margin: 0 auto;
    max-width: 450px;
  }
  .content-main-post .content-main-post-banner {
    display: none;
  }
  /*вивод игры*/
  .for-game {
    width: 630px;
  }
  .for-game .form-game {
    width: 200px;
  }
  .for-game .form-game a img {
    height: 123px;
    width: 200px;
  }
  .for-game .form-game .watched-badge-game {
    left: 140px !important;
  }
  .for-game .form-game .watched-badge-main-game {
    width: 200px;
    height: 123px;
  }
  /*показ фото играть*/
  .images-auto img {
    width: 630px;
  }
  /*подробно про категории*/
  .content-index-left .content-index-categori .content-index-left-foto-news {
    width: 300px;
  }
  .content-index-left .content-index-categori .content-index-left-foto-news ul li:nth-child(3) {
    display: none;
  }
  .content-index-left .content-index-categori .content-index-left-foto-news ul li:nth-child(4) {
    display: none;
  }
  .content-index-left .content-index-categori .content-index-left-foto-news ul li .post-avatar {
    margin: 0 0 20px 0;
  }
}
/*------------------------@Media - для головна --------------------------------*/
@media screen and (max-width: 767px) {
  /*content-main*/
  .content-index .content-main-index .content-index-left .index-slider {
    margin-bottom: 20px;
  }
  .content-index .content-main-index .content-index-left .index-slider .smol-foto-slider {
    display: none;
  }
  .content-index .content-main-index .content-index-left .index-news {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-width: 90%;
  }
  /* блок категория*/
  .content-index-left-text-new .news-avto-block {
    width: 100%;
    margin: 1% 0;
    min-height: auto;
  }
  .content-index .index-post-title .title-center .index-post-into-title h1 {
    font-size: 28px;
  }
  .content-index .index-post-title .title-center .about-title-transition {
    display: none;
  }
  /*пост*/
  .content-main-post {
    padding: 20px 10px 176px;
  }
  .content-main-post .content-main-post-form .content-main-post-text .index-post {
    font-size: 16px;
    line-height: 21px;
  }
  .content-main-post .content-main-post-form .content-main-post-widgets .index-post-related-news ul {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  .content-main-post .content-main-post-banner {
    display: none;
  }
  .content-main-post .LatestArticles {
    display: none;
  }
}
.position-content-main-post {
  z-index: 0;
}
/*--------------------Event-update-slider----------------------------*/
.event-update UL.mytabs {
  position: relative;
  z-index: 2;
}
.event-update UL.mytabs,
.event-update UL.mytabs LI {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.event-update UL.mytabs LI {
  padding: 0 5px;
}
.event-update UL.mytabs LI A {
  float: left;
  padding: 7px;
  border: 1px solid #CCCCCC;
  border-bottom: 1px solid #E0E0E0;
  background: #F0F0F0;
  text-decoration: none;
  color: #333333;
}
.event-update UL.mytabs LI A:HOVER,
.event-update UL.mytabs LI.current A {
  background: #FFFFFF;
}
.event-update UL.mytabs LI.current A {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #FFFFFF;
}
.event-update .mytabs-container {
  position: relative;
  z-index: 1;
  clear: both;
  border: 1px solid #E0E0E0;
  padding: 10px;
  top: 0;
  background: #fff;
}
/*--------Admin-popup-created-event------*/
.event-form .one-text {
  padding: 25px 15px;
  margin-bottom: 20px;
  border: 2px solid maroon;
}
.event-form .one-text p {
  font-size: 27px;
  text-align: center;
  font-weight: normal;
  padding-bottom: 15px;
  border-bottom: 2px solid maroon;
}
.insert-social-image {
  width: 204px;
  min-height: 134px;
  border: 2px solid;
}
.insert-logo-image {
  width: 204px;
  min-height: 134px;
  border: 2px solid;
}
.insert-main-image {
  width: 204px;
  min-height: 134px;
  border: 2px solid;
}
