.pix {
  display: block;
  align-items: center;
  overflow: auto;
}

.container-table {
  width: 1000px;
  margin: 0 auto;
  /* margin: 0 0 10 0; */
}

.bx {
  margin: 10 0 10 0;
}

.poster {
  position: relative;
}

.descr {
  display: none;
  margin-left: -5px;
  padding: 15px;
  margin-top: 17px;
  background: #a8a8a8;
  height: 300;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  /*Элемент полностью прозрачный (невидимый)*/
  transition: 1s;
  /*Скорость перехода состояния элемента*/
}
.poster:hover .descr {
  display: block;
  position: absolute;
  top: -10px;
  left: 100%;
  z-index: 9999;
  width: 500px;
  opacity: 0.95;
  transition: 1s;
}

.topstat {
  display: block;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  background: #4a76a8;
  height: 50;

  padding-left: 10;
  align-items: center;
}

.topstat li {
  font-size: 12px;
  margin-right: 15px;
  color: #fff;
}

.mail {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding-left: 10px;
}

.nav-banner {
  /* display: flex; */
  justify-content: space-between;
  /* align-items: center; */
  text-align: center;
  height: 110px;
  padding-left: 10px;
}

.table table {
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  width: 1000px;
  margin: 0 auto;
}

.offer {
  margin-top: 293px;
  text-align: center;
  letter-spacing: 0.1em;
}

.offer p {
  font-size: 25px;
  color: #d0d9dd;
}

td {
  font-family: trebuchet ms, helvetica, verdana;
  font-size: 9pt;
  color: #ffffff;
}

.widget-user .widget-user-image > img {
  width: 150px;
  height: auto;
  border: 3px solid #fff;
}

.top-avatar {
  position: relative;
  top: -100px;
}

.top-content {
  position: relative;
  top: -75px;
}

.top-imeg > img {
  width: 150px;
  height: auto;
  border: 3px solid #fff;
}

/* @media (max-width: 500px) {
  .top-imeg {
    position: relative;
    top: -75px;
  }

  .top-imeg > img {
    width: 150px;
    height: auto;
    border: 3px solid #fff;
  }
} */
.widget-user .widget-user-image {
  position: relative;
  top: -75px;
  width: 200px;
}

.widget-user .widget-user-header {
  padding: 20px;
  height: 320px;
}

#pageads {
  vertical-align: top;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

#pixels {
  position: relative;
  top: 0;
  left: 0;
  width: 1000;
  height: 1000;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#d {
  position: absolute;
  z-index: 99;
  border: 1px solid rgb(255, 145, 0);
  background: rgb(255, 255, 255);
  padding: 5px;
}

.note {
  color: #ffffff;
  font-size: 0.8em;

  text-align: center;
  align-items: center;
  margin: 10 auto;
}

.notes {
  text-align: center;
  align-items: center;
  margin: 10 auto;
}

.bg {
  background-image: url(/img/bg10.gif);
  width: 1000;
  height: 1000;
  box-align: top;
  margin: 0 auto;
}

.prav {
  width: 1000px;
  height: 35px;
  box-align: top;
  margin: 0 auto;
}

#tablebreak {
  background: #4a76a8;
  border: 1px;
  padding: 0px;
  margin: 0px;
}

#grey {
  color: #999999;
  font-weight: bold;
  font-size: 8pt;
}

.red {
  color: #cc0000;
  font-weight: bold;
}

.red2 {
  font-size: 8pt;
  color: #cc0000;
  font-weight: bold;
}

#greybold {
  color: #cccccc;
  font-weight: bold;
}

#statgreen {
  color: #33ff00;
  font-weight: bold;
}

#statred {
  color: #ff0000;
  font-weight: bold;
}

#pagecontent {
  background: #e1e1e1;
  padding: 0px;
  width: 600;
  text-align: left;
  vertical-align: top;
}

#stats {
  position: absolute;
  top: 4;
  left: 880;
  width: 116px;
  height: 37;
  border: 0;
  padding: 2 0 0 0;
  background: url(statbg-out.gif) no-repeat #edeef0;
  vertical-align: middle;
  text-align: center;
  line-height: 16px;
}

a.pix:link {
  border: none;
}

a.pix:visited {
  border: none;
}

a.pix:hover {
  border: 5px;
}

a:hover {
  text-decoration: underline;
}

.socials {
  display: flex;
  justify-content: center;
}

.socials a {
  color: #9c9c9c;
  font-size: 20px;
  margin-right: 25px;
}

.socials li:last-child a {
  margin-right: 0px;
}

.socials a:hover {
  color: #ff2b4a;
}

.footer {
  background-color: #f5f5f5;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  /* text-indent: -9999px; */
  /* background: url(148.97.png) no-repeat; */
  /* background: rgba(11, 42, 180, 0.795); */
}

.block {
  width: 30%;
}

.block__inner {
  width: 100%;
  padding-top: 100%;
  background-color: black;
  position: relative;
}

.imagest {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
