body {
  font-family: "Roboto", sans-serif;
  min-width: 1200px;
  overflow-x: auto;
}
.wrapper {
  margin: 0 auto;
  display: block;
  width: 1080px;
  padding: 0 60px;
}
.clear {
  clear: both;
}
#header {
  position: relative;
  display: block;
  background: #34495e;
  height: 600px;
}

.dropdown {
  position: absolute;
  top: -320px;
  z-index: 100;
  height: 300px;
  width: 100%;
  min-width: 1200px;
  padding-top: 20px;
  background: #3498db;
  border-bottom: 2px solid #ff3b3b;
}

.login, .close {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin: 0 0 0 -43px;
  display: block;
  background: #ff3b3b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  width: 86px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  -webkit-border-radius: 0 0 1px 1px;
  border-radius: 0 0 1px 1px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#top {
  margin-top: 0px;
}
#top .logo {
  float: left;
  background: url('../img/logo.png') no-repeat;
  display: block;
  width: 82px;
  height: 82px;
}
#top nav {
  float: right;
  font-weight: bold;
  text-transform: uppercase;
}
#top nav ul {
  line-height: 82px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#top nav ul li {
  display: inline;
  font-size: 18px;
  margin-right: 25px;
}
#top nav ul li:last-child {
  margin-right: 0;
}
#top nav ul li a {
  color: #fff;
  text-decoration: none;
}
#promo {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url('../img/promo.png') no-repeat top center;
  width: 1080px;
  height: 476px;
  color: #fff;
}
#promo .first-counter,
#promo .second-counter {
  width: 400px;
  float: left;
  margin-top: 210px;
  text-align: center;
  font-size: 26px;
}
#promo .first-counter span,
#promo .second-counter span {
  font-size: 50px;
  display: block;
}
#promo .first-counter {
  padding-left: 140px;
  width: 260px;
}
#promo .second-counter {
  padding-right: 140px;
  width: 260px;
}
#promo .text {
  padding: 0 20px;
  margin-top: 210px;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 240px;
  font-size: 40px;
}
#promo .text hr {
  display: block;
  margin: 0;
  height: 3px;
  border: 0;
  background: #fff;
}
.trigger {
  padding: 60px 0;
  display: block;
  background: #3498db;
  text-transform: uppercase;
}
.trigger .text {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
}
.trigger .action {
  display: block;
  text-align: center;
}
.trigger .button {
  margin-top: 40px;
  padding: 15px 25px 15px 75px;
  display: inline-block;
  background: url('../img/trigger-button-icon.png') #ff3b3b no-repeat;
  background-position: 20px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.45);
}
#stats {
  padding: 60px 0;
  display: block;
  background: #fff;
}
#stats .block-title {
  margin-bottom: 40px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-size: 40px;
  font-weight: 400;
}
#stats .content {
  display: block;
  width: 250px;
  margin: 0 auto;
}
#stats .slider {
  overflow: hidden;
  width: 10000px;
  display: block;
  padding: 0;
  margin-bottom: 65px;
  list-style: none;
  position: absolute;
  left: -1180px;
}
#stats .slider li {
  white-space: nowrap;
  /*width: 320px;*/
  float: left;
  margin-right: 40px;
}
#stats .slider li:last-child {
  margin-right: 0;
}
#stats .slider li .title {
  display: block;
  background: url('../img/stats-title.png') repeat-x center center;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  font-weight: bold;
}
#stats .slider li .title span {
  background: #fff;
  padding: 0 10px;
}
#stats .slider li .link {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#stats .slider li .link a {
  color: #3498db;
}
#stats .slider li .link a:hover {
  text-decoration: none;
}
#stats .slider li .photo {
  position: relative;
  margin: 10px auto 150px auto;
  display: block;
  width: 250px;
  height: 378px;
}
#stats .slider li .photo img {
  display: block;
  outline: 10px solid #ff3b3b;
  outline-offset: -10px;
}
#stats .slider li .photo .views {
  position: absolute;
  bottom: -125px;
  background: #ff3b3b;
  width: 250px;
  height: 250px;
  -webkit-border-radius: 250px;
  border-radius: 250px;
}
#stats .slider li .photo .views .counter {
  margin-top: 40px;
  font-weight: normal;
  color: #fff;
  display: block;
  font-size: 40px;
  text-align: center;
}
#stats .slider li .photo .views .counter span {
  display: block;
  font-size: 20px;
  line-height: 14px;
}
#stats .slider li .photo .views .more {
  display: block;
  text-align: left;
  margin-top: 30px;
  margin-left: 30px;
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  text-transform: lowercase;
}
#stats .slider li .photo .views .more:hover {
  text-decoration: none;
}
#stats .slider li .photo .visitors {
  position: absolute;
  right: 0;
  background: #3498db;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 130px;
  border-radius: 130px;
}
#stats .slider li .photo .visitors .counter {
  margin-top: 40px;
  font-weight: normal;
  color: #fff;
  display: block;
  font-size: 25px;
  text-align: center;
}
#stats .slider li .photo .visitors .counter span {
  display: block;
  font-size: 12px;
  line-height: 8px;
}
#stats .slider li .percents {
  display: block;
  width: 250px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
#stats .slider li .percents .male {
  color: #3498db;
}
#stats .slider li .percents .male .bar {
  background: #3498db;
}
#stats .slider li .percents .female {
  color: #ff3b3b;
}
#stats .slider li .percents .female .bar {
  background: #ff3b3b;
}
#stats .slider li .percents .name,
#stats .slider li .percents .count,
#stats .slider li .percents .graph {
  height: 20px;
  display: inline-block;
}
#stats .slider li .percents .name {
  width: 80px;
}
#stats .slider li .percents .count {
  width: 34px;
  text-align: right;
}
#stats .slider li .percents .graph {
  width: 129px;
}
#stats .slider li .percents .graph .bar {
  display: inline-block;
  height: 10px;
}
#stats .slider li .percents-circle {
  margin-top: 20px;
  display: block;
  height: 250px;
  width: 250px;
  font-size: 30px;
  color: #333;
  line-height: 250px;
  text-align: center;
  text-transform: uppercase;
}
#stats .slider li .percents-numbers {
  margin-top: 20px;
}
#stats .slider li .percents-numbers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#stats .slider li .percents-numbers ul li {
  color: #fff;
  background: #34495e;
  display: inline;
  width: 25%;
  height: 70px;
  margin-right: 0;
}
#stats .slider li .percents-numbers ul li:nth-child(1) {
  border-top: 4px solid #e64c65;
}
#stats .slider li .percents-numbers ul li:nth-child(2) {
  border-top: 4px solid #3498db;
}
#stats .slider li .percents-numbers ul li:nth-child(3) {
  border-top: 4px solid #fcb150;
}
#stats .slider li .percents-numbers ul li:nth-child(4) {
  border-top: 4px solid #4fc4f6;
}
#stats .slider li .percents-numbers ul li:nth-child(5) {
  border-top: 4px solid #50597b;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#stats .slider li .percents-numbers ul li:nth-child(6) {
  border-top: 4px solid #507b56;
}
#stats .slider li .percents-numbers ul li:nth-child(7) {
  border-top: 4px solid #333333;
}
#stats .slider li .percents-numbers ul li:nth-child(8) {
  border-top: 4px solid #7b5078;
  -webkit-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
#stats .slider li .percents-numbers ul li .age {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #3498db;
}
#stats .slider li .percents-numbers ul li .count {
  margin-left: 10px;
  line-height: 26px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#stats .slider li .percents-numbers ul li .count span {
  font-size: 26px;
}
#footer {
  display: block;
  background: #34495e;
  height: 70px;
  line-height: 70px;
  color: #fff;
}
#footer .logo {
  margin-top: -12px;
  margin-right: 5px;
  float: left;
  background: url('../img/logo.png') no-repeat;
  display: block;
  width: 82px;
  height: 82px;
}
#footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 70px;
  float: left;
  font-size: 15px;
}
#footer .menu li {
  display: inline;
  font-size: 15px;
  color: #fff;
  margin-right: 20px;
}
#footer .menu li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#footer .menu li a:hover {
  text-decoration: underline;
}
#footer .socials {
  float: left;
  font-size: 15px;
  padding: 0;
  list-style: none;
  margin: 0;
  height: auto;
  height: 30px;
  font-size: 0;
  margin-top: 20px;
  margin-right: 20px;
}
#footer .socials li {
  margin-right: 5px;
  float: left;
  width: 31px;
  height: 30px;
}
#footer .socials li:last-child {
  margin-right: 0;
}
#footer .socials li a {
  display: block;
}
#footer .socials a.facebook {
  background: url('../img/socials/facebook.png') no-repeat;
  width: 31px;
  height: 30px;
}
#footer .socials a.vk {
  background: url('../img/socials/vk.png') no-repeat;
  width: 31px;
  height: 30px;
}
#footer a.vk {
  background: url('../img/socials/vk2.png') no-repeat;
  background-size: contain;
  width: 31px;
  height: 30px;
  display: block;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
#footer a.tg {
  background: url('../img/socials/tg2.png') no-repeat;
  opacity: 0.8;
  background-size: contain;
  width: 31px;
  height: 30px;
  display: block;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
#footer .contacts {
  margin-top: 15px;
  float: right;
  font-size: 15px;
  line-height: 18px;
}
#footer .contacts span {
  display: block;
}
#footer .number {
  float: right;
  font-size: 40px;
  margin-left: 20px;
}
.contacts a {
    color: white;
    text-decoration: none;
}

.contacts a:hover {
    text-decoration: underline;
}


#password form {
  margin: 0 auto;
  display: block;
  width: 260px;
  height: auto;
}

form input[type=text]{
  margin-bottom: 10px;
  width: 240px;
  display: block;
  height: 40px;
  padding: 0 10px;
  background: #34495e;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
}


form input[type=password] {
  margin-bottom: 10px;
  width: 240px;
  display: block;
  height: 40px;
  padding: 0 10px;
  background: #34495e;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

#password form input[type=submit] {
  display: block;
  height: 40px;
  width: 100%;
  background: #ff3b3b;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
}

#password a.register {
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  display: block;
  margin: 10px auto;
  height: 30px;
  width: 260px;
  background: #ff3b3b;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
}

span.form_text {
  display: block;
  width: 260px;
  text-align: center;
  margin: 0 0 10px 0;
  color: #fff;
  text-transform: uppercase;
}

a#reset {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  color: #fff;
  margin: 0 0 10px 0;
}

#slider_arrow_left, #slider_arrow_right {
    cursor: pointer;
    position: absolute;
    height: 1100px;
    background-color: white;
    opacity: 0.8;
    z-index: 1000;
}

#slider_arrow_left {
    left: 0px;
    background-image: url(../img/arrow_left.png?v=1);
    background-repeat: no-repeat;
    background-position: center;
}

#slider_arrow_right {
    background-image: url(../img/arrow_right.png?v=1);
    background-repeat: no-repeat;
    background-position: center;
}
