@font-face {
  font-family: 'helvetica';
  src: url('../font/helvetica.eot');
  src: url('../font/helvetica.eot?#iefix') format('embedded-opentype'),
       url('../font/helvetica.woff') format('woff'),
       url('../font/helvetica.ttf') format('truetype'),
       url('../font/helvetica.svg#helvetica') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  outline: 0;
  padding: 0;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  background: url(../images/background.png) center -203px repeat-y;
  font: 14px normal helvetica;
  min-height: 100%;
  min-width: 1050px;
}

.top {
  background: url(../images/top_background.png) center bottom no-repeat;
  border-bottom: 1px solid #c7c9c6;
  min-height: 300px
}

.top-content {
  margin: auto;
  padding-top: 20px;
  width: 1000px;
}

.header {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D2DBE0), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(bottom, #D2DBE0 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #D2DBE0 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #D2DBE0 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #D2DBE0 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #D2DBE0 0%, #FFFFFF 100%);
  border-top: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
}

.header:after {
  clear: both;
  content: '';
  display: table;
}

.logo {
  background: url(../images/logo.png);
  display: block;
  float: left;
  height: 63px;
  margin: 8px 15px 10px 15px;
  width: 164px;
}

.menu {
  float: right;
}

.menu > a {
  border-left: 1px solid #fff;
  border-right: 1px solid #d2dbe0;
  color: #546b79;
  display: block;
  float: left;
  font-size: 26px;
  margin-left: -2px;
  text-decoration: none;
}

.menu > a > div {
  border-left: 1px solid #d2dbe0;
  border-right: 1px solid #fff;
  padding: 24px 25px 25px 25px;
}

.menu > a:hover {
  color: #dd7203;
}

.menu > a > div:active {
  padding: 25px 25px 24px 25px;
}

.menu .login {
  background: url(../images/login_background.png);
  border: none;
  color: #fff;
  display: block;
  font-size: 21px;
  margin: -10px 0 0 0;
  padding: 8px 0 10px 0;
  text-align: center;
  width: 163px;
}

.menu .login:hover {
  color: #dfe3e5;
}

.menu .login:active {
  padding-top: 9px;
}

.menu .profile {
  float: left;
  position: relative;
}

.menu .profile .down {
  background: url(../images/profile.png) 38px 25px no-repeat;
  cursor: pointer;
  height: 81px;
  width: 130px;
}

.menu .profile:hover .sub {
  -webkit-box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  display: block;
}

.menu .profile:hover .down {
  background: #fff url(../images/profile_hover.png) 38px 25px no-repeat;;
}

.menu .profile .sub {
  display: none;
  position: absolute;
  right: 0;
  z-index: 999;
}

.menu .profile .sub a {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  color: #546b79;
  display: block;
  font-size: 23px;
  padding: 12px;
  text-decoration: none;
  width: 106px;
}

.menu .profile .sub a:last-child {
  border-radius: 0 0 3px 3px;
}

.slider-border {
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
  margin: 35px 0;
}

.slider {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #6997ae;
  height: 245px;
  position: relative;
}

.slider-content img {
  margin: 35px;
}

.slider-bottom {
  margin-left: 35px;
}

.circles {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
}

.circles a {
  background: #88939a;
  border: 5px solid #fff;
  border-radius: 13px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
  display: block;
  float: left;
  height: 11px;
  margin-left: 10px;
  width: 11px;
}

.circles a:hover {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.5);
}

.circles .active {
  background: #dd7203;
}

.board {
  background: url(../images/board_background.png) center bottom no-repeat;
  border-bottom: 1px solid #fff;
  padding: 25px 0 100px 0;
}

.board-content {
  background: url(../images/board.png);
  -webkit-box-shadow: 0px 0px 20px 3px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 20px 3px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 20px 3px rgba(50, 50, 50, 0.5);
  height: 416px;
  margin: auto;
  padding: 60px 40px;
  position: relative;
  width: 920px;
}

.board-content .tab {
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  padding: 9px 0 10px 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: -8px;
  width: 333px;
}

.board-content .tab:hover {
  color: #dfe3e5;
}

.board-content .tab:active {
  padding-top: 10px;
}

.board-content .left {
  left: 150px;
}

.board-content .right {
  right: 150px;
}

.board-content .orange {
  background: url(../images/board_orange.png) no-repeat;
}

.board-content .gray {
  background: url(../images/board_gray.png) no-repeat;
}

.board-slide {
  position: relative;
}

.board-slide a {
  bottom: 0;
  display: block;
  height: 35px;
  left: 0;
  position: absolute;
  width: 250px;
}

.categories-content {
  margin: auto;
  padding: 20px 0 110px 0;
  width: 1000px;
}

.categories-content:after {
  clear: both;
  content: '';
  display: table;
}

.categories-column {
  float: left;
  margin-right: 20px;
  width: 320px;
}

.categories-column:last-child {
  margin-right: 0;
}

.category {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 320px
}

.category .title {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f6f5f1));
  background-image: -o-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f6f5f1 100%);
  border: 1px solid #fff;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.category .title:hover div, .category .title:active div {
  padding: 13px 12px 11px 12px;
}

.category .title div {
  display: table-cell;
  height: 46px;
  padding: 12px;
  vertical-align: middle;
  width: 296px;
}

.category img {
  display: block;
  float: left;
  margin: 12px 0 12px 12px;
}

.cat1 .title {
  color: #c20a0a;
}

.cat1 .title:hover {
  color: #c20a0a;
}

.cat1 .title div {
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 85%, rgba(194, 10, 10, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(194, 10, 10, 0.3)));
  background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(194, 10, 10, 0.3) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(194, 10, 10, 0.3) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,0) 85%,rgba(194, 10, 10, 0.3) 100%);
}

.cat2 .title {
  color: #69c157;
}

.cat2 .title:hover {
  color: #69c157;
}

.cat2 .title div {
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 85%, rgba(106, 193, 89, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(106, 193, 89, 0.3)));
  background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(106, 193, 89, 0.3) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(106, 193, 89, 0.3) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,0) 85%,rgba(106, 193, 89, 0.3) 100%);
}

.cat3 .title {
  color: #af5bca;
}

.cat3 .title:hover {
  color: #af5bca;
}

.cat3 .title div {
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 85%, rgba(175, 91, 202, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(175, 91, 202, 0.3)));
  background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(175, 91, 202, 0.3) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(175, 91, 202, 0.3) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,0) 85%,rgba(175, 91, 202, 0.3) 100%);
}

.cat4 .title {
  color: #d86e00;
}

.cat4 .title:hover {
  color: #d86e00;
}

.cat4 .title div {
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 85%, rgba(216, 110, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(216, 110, 0, 0.3)));
  background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(216, 110, 0, 0.3) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(216, 110, 0, 0.3) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,0) 85%,rgba(216, 110, 0, 0.3) 100%);
}

.cat5 .title {
  color: #3aa8c4;
}

.cat5 .title:hover {
  color: #3aa8c4;
}

.cat5 .title div {
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 85%, rgba(58, 168, 196, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(58, 168, 196, 0.3)));
  background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(58, 168, 196, 0.3) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(58, 168, 196, 0.3) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,0) 85%,rgba(58, 168, 196, 0.3) 100%);
}

.cat6 .title {
  color: #d7bc00;
}

.cat6 .title:hover {
  color: #d7bc00;
}

.cat6 .title div {
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 85%, rgba(215, 188, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(215, 188, 0, 0.3)));
  background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(215, 188, 0, 0.3) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(215, 188, 0, 0.3) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,0) 85%,rgba(215, 188, 0, 0.3) 100%);
}

.cat7 .title {
  color: #264ecf;
}

.cat7 .title:hover {
  color: #264ecf;
}

.cat7 .title div {
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 85%, rgba(38, 78, 207, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(38, 78, 207, 0.3)));
  background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(38, 78, 207, 0.3) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(38, 78, 207, 0.3) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,0) 85%,rgba(38, 78, 207, 0.3) 100%);
}

.cat8 .title {
  color: #ba4141;
}

.cat8 .title:hover {
  color: #ba4141;
}

.cat8 .title div {
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 85%, rgba(186, 65, 65, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(85%,rgba(0,0,0,0)), color-stop(100%,rgba(186, 65, 65, 0.3)));
  background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(186, 65, 65, 0.3) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 85%,rgba(186, 65, 65, 0.3) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,0) 85%,rgba(186, 65, 65, 0.3) 100%);
}

.category a {
  border-bottom: 1px solid #eaeaea;
  color: #6d8695;
  display: block;
  margin: 0 20px;
  padding: 12px 0;
  text-decoration: none;
}

.category a:hover {
  color: #197aa9;
}

.category a:last-child {
  border-bottom: none;
}

/* Стили второй страницы */

.main {
  margin-top: -180px;
  padding-bottom: 130px;
}

.main-content {
  margin: auto;
  width: 1000px;
}

.main-content:after {
  clear: both;
  content: '';
  display: table;
}

.main-left {
  float: left;
  margin-right: 20px;
  width: 320px;
}

.main-left .social:after {
  clear: both;
  content: '';
  display: table;
}

.main-left .social div {
  color: #000;
  font-size: 19px;
  text-align: center;
}

.main-left .social a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f6f5f1));
  background-image: -o-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f6f5f1 100%);
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  display: block;
  float: left;
  margin: 18px 15px 27px 0;
}

.main-left .social a:last-child {
  margin-right: 0;
}

.main-left .social a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e5e1));
  background-image: -o-linear-gradient(bottom, #fff 0%, #e6e5e1 100%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #e6e5e1 100%);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #e6e5e1 100%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #e6e5e1 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e6e5e1 100%);
}

.main-left .social a div {
  height: 38px;
  width: 38px;
}

.main-left .social a div.fb {
  background: url(../images/social_fb.png) 14px 9px no-repeat;;
}

.main-left .social a div.tw {
  background: url(../images/social_tw.png) 8px 11px no-repeat;;
}

.main-left .social a div.in {
  background: url(../images/social_in.png) 10px 9px no-repeat;;
}

.main-left .social a div.gp {
  background: url(../images/social_gp.png) 9px 9px no-repeat;;
}

.main-left .social a div.lj {
  background: url(../images/social_lj.png) 8px 8px no-repeat;;
}

.main-left .social a div.rss {
  background: url(../images/social_rss.png) 9px 9px no-repeat;;
}

.main-left .category {
  margin-bottom: 0;
}

.map {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f6f5f1));
  background-image: -o-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f6f5f1 100%);
  border: 3px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  margin-top: 20px;
}

.map > a {
  border-bottom: 1px dashed #546b79;
  color: #546b79;
  margin: 10px 15px;
  display: inline-block;
  text-decoration: none;
}

.map > a:hover {
  border-bottom: 1px solid #546b79;
}

.link-left {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f6f5f1));
  background-image: -o-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f6f5f1 100%);
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 8px -1px rgba(50, 50, 50, 0.5);
  color: #546b79;
  display: block;
  font-size: 26px;
  margin-top: 20px;
  text-decoration: none;
}

.link-left:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f6f5f1));
  background-image: -o-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: -ms-linear-gradient(bottom, #fff 0%, #f6f5f1 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e6e5e1 100%);
}

.main-left .create {
  background-color: #fff;
  background: #ffa241;
}

.main-left .create:hover, .main-left .create:active {
  background-color: #fff;
  background: #ffb567;
}

.main-left .helper div {
  background: url(../images/become_helper.png) 15px 15px no-repeat;
  padding: 15px 0 15px 60px;
}

.main-left .create div {
  background: url(../images/create_task.png) 15px 15px no-repeat;
  padding: 15px 0 15px 60px;
}

.main-right {
  float: right;
  width: 660px;
}

.location {
  text-align: right;
}

.location a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  margin-left: 40px;
  text-decoration: none;
}

.location span {
  border-bottom: 1px dashed #000;
}

.location a:hover span {
  border-bottom: 1px solid #000;
}

.location a:first-child {
  background: url(../images/pin.png) 1px 1px no-repeat;;
  padding-left: 23px;
}

.search {
  margin: 22px 0 25px 0;
}

.search:after {
  clear: both;
  content: '';
  display: table;
}

.search input {
  background: #e6f1f7 url(../images/search.png) 5px 5px no-repeat;
  border: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px 0 0 2px;
  -webkit-box-shadow: inset 0px 1px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    inset 0px 1px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         inset 0px 1px 10px 0px rgba(50, 50, 50, 0.3);
  float: left;
  font: normal 14px 'helvetica';
  height: 26px;
  padding: 5px 8px 5px 40px;
  width: 440px;
}

.search a.button {
  background: url(../images/search_button.png) center center;
  border: 2px solid #fff;
  border-left: none;
  border-radius: 0 2px 2px 0;
  color: #fff;
  float: left;
  font-size: 19px;
  height: 24px;
  margin: 0px 0 0px -5px;
  text-decoration: none;
  
  display: inline-block;
    padding: 4px 12px 8px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search a.button:hover, .search a.button:active {
  background: url(../images/search_button_h.png) top center;
}

.search a.star {
  background: url(../images/star.png);
  border: 2px solid #fff;
  border-radius: 2px;
  float: right;
  display: block;
  height: 37px;
  width: 37px;
}

.helpers {
  background: #fff;
  border-radius: 3px;
}

.helpers .title {
  border-bottom: 1px solid #e2e2e2;
}

.helpers .title:after {
  clear: both;
  content: '';
  display: table;
}

.helpers .title a {
  border-bottom: 1px dashed #546b79;
  color: #546b79;
  display: inline-block;
  float: left;
  font-size: 16px;
  margin: 26px;
  text-decoration: none;
}

.helpers .title a:hover {
  border-bottom: 1px solid #546b79;
}

.helpers .title a.right {
  float: right;
}

.helpers .title div.right {
  border-left: 1px solid #e2e2e2;
  float: right;
  height: 55px;
  margin: 10px 0;
}

.helper {
  border-bottom: 1px solid #e2e2e2;
  display: table;
  width: 100%;
}

.helper:last-child {
  border: none;
}

.helper:after {
  clear: both;
  content: '';
  display: table;
}

.helper .photo {
  background: #f7f7f7;
  display: table-cell;
  padding: 15px;
  vertical-align: top;
}

.helper .photo img {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 100px;
  padding: 5px;
}

.helper .info {
  border-right: 1px solid #e2e2e2;
  float: left;
  padding: 20px;
  width: 320px;
}

.helper .info .name {
  color: #444;
  font-size: 23px;
  margin-bottom: 15px;
}

.helper .info .name a {
  background: url(../images/pro.png);
  display: inline-block;
  float: right;
  height: 18px;
  margin-top: 5px;
  width: 37px;
}

.helper .info .name a:active {
  margin-top: 6px;
}

.helper .info .stat span {
  border-right: 1px solid #e2e2e2;
  color: #546b79;
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
  padding-right: 13px;
}

.helper .info .stat span:last-child {
  background: url(../images/rate.png) no-repeat;
  border: none;
  padding-left: 22px;
}

.helper .info .text {
  color: #7a7a7a;
  font-size: 13px;
  margin: 13px 0;
}

.buttons {
  padding: 1px;
}

.buttons a {
  background: #f3f6f7;
  border-radius: 2px;
  color: #546b79;
  display: inline-block;
  font-size: 15px;
  margin: 1px -3px 1px 1px;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  width: 157px;
}

.buttons a:hover {
  background: #e1ebef;
}

.price {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

.price div {
  color: #666;
  font-size: 21px;
}

.price div span {
  color: #197aa9;
  font-size: 30px;
}

.small-page {
  margin: -190px auto 135px auto;
}

.signup-content {
  margin: -190px auto 135px auto;
  min-height: 600px;
  width: 460px;
}

.signup {
  background: #fff;
  border-radius: 3px;
  margin-top: 20px;
}

.signup .title {
  border-bottom: 1px solid #e3e3e3;
  color: #444;
  font-size: 26px;
  margin-bottom: -1px;
  padding: 16px;
  text-align: center;
  text-align: center;
}

.signup .social {
  padding: 20px 2px 2px 2px;
}

.signup .social a {
  background: #f3f6f7;
  border-bottom: 2px solid #bad5e0;
  border-radius: 2px;
  color: #546b79;
  display: inline-block;
  font-size: 15px;
  margin: 2px -2px 2px 2px;
  outline: 0;
  padding: 6px 5px;
  text-decoration: none;
  width: 138px;
}

.signup .social a:hover {
  background: #e1ebef;
}

.signup .social a:active {
  background: #bad5e0;
}

.signup .social a div {
  border-right: 1px solid #dedddb;
  float: left;
  height: 20px;
  margin-right: 10px;
  padding-right: 8px;
  width: 20px;
}

.signup .social a div.fb {
  background: url(../images/social_fb.png) 7px 0px no-repeat;
}

.signup .social a div.in {
  background: url(../images/social_in.png) 3px 0px no-repeat;
}

.signup .social a div.gp {
  background: url(../images/social_gp.png) 3px 0px no-repeat;
}

.signup .form {
  padding: 20px;
}

.signup .form input[type="text"], .signup .form input[type="password"] {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-sizing: border-box;
  color: #545454;
  font: normal 14px 'helvetica';
  height: 37px;
  margin-bottom: 10px;
  padding: 5px 8px;
  width: 100%;
}

.signup .form input[type="text"]:focus, .signup .form input[type="password"]:focus {
  border-color: #999;
}

.signup .form input.name {
  background: url(../images/signup_name.png) 383px 5px no-repeat;
}

.signup .form input.email {
  background: url(../images/signup_email.png) 383px 9px no-repeat;
}

.signup .form input.pass {
  background: url(../images/signup_pass.png) 384px 14px no-repeat;
}

.signup .form input.phone {
  background: url(../images/signup_phone.png) 385px 7px no-repeat;
}

.signup .form input.post {
  background: url(../images/signup_post.png) 386px 9px no-repeat;
}

.signup .form button {
  background: url(../images/reg_button.png) center center;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  padding: 9px 0 8px 0;
  width: 100%;
}

.signup .form .login-info {
  color: #546b79;
  margin-bottom: 20px;
  text-align: center;
}

.signup .form label {
  display: inline-block;
  margin: 5px 0 15px 0;
  width: 150px
}

.signup .form label input {
  display: block;
  float: left;
  margin: 3px 5px 0 0;
}

.signup .form a {
  color: #546b79;
  display: inline-block;
  margin-top: 20px;
}

.signup .form a.reg {
  float: right;
}

.signup .form a.center {
  display: block;
  text-align: center;
}

.signup .form a:hover {
  text-decoration: none;
}

.signup .form .capcha {
  background: #ddd;
  height: 50px;
  margin-bottom: 15px;
}

.task-content {
  background: #fff;
  border-radius: 3px;
  margin: 20px auto 0 auto;
  padding-bottom: 10px;
  position: relative;
  width: 660px;
}

.task-content:after {
  clear: both;
  content: '';
  display: table;
}

.task-content .title {
  border-bottom: 1px solid #e2e2e2;
  color: #444;
  font-size: 26px;
  margin-bottom: 20px;
  padding: 16px;
  text-align: center;
}

.task-content .left {
  float: left;
  margin: 0 20px;
  width: 300px;
}

.task-content .right {
  float: left;
  width: 300px;
}

.task-content input, .task-content textarea, .task-content select {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-sizing: border-box;
  color: #545454;
  font: normal 14px 'helvetica';
  height: 37px;
  margin-bottom: 10px;
  padding: 5px 8px;
  width: 100%;
}

.task-content input:focus, .task-content textarea:focus, .task-content select:focus {
  border-color: #999;
}

.task-content textarea {
  height: 100px;
}

.task-content label {
  display: block;
  margin-bottom: 10px;
}

.task-content input[type="checkbox"] {
  display: block;
  float: left;
  height: 15px;
  margin: 2px 10px 0 0;
  width: 15px;
}

.task-content .desc {
  margin-bottom: 10px;
}

.task-content .two {
  width: 148px;
}

.task-content img {
  margin-bottom: 10px;
  width: 300px;
}

.task-content input[type="number"] {
  margin-left: 10px;
  width: 50px;
}

.task-content button {
  background: url(../images/reg_button.png) center center;
  border: none;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  padding: 9px 0 8px 0;
  position: absolute;
  width: 300px;
}






/* Конец стилей второй страницы */

.footer {
  background: url(../images/footer_background.png) top center repeat-x;
  bottom: 0;
  min-width: 1050px;
  position: absolute;
  width: 100%;
}

.footer:after {
  clear: both;
  content: '';
  display: table;
}

.footer-content {
  margin: 0 auto;
  width: 940px;
}

.footer-left {
  float: left;
}

.footer-content .footer-links > a {
  color: #e3f5ff;
  display: block;
  float: left;
  font-size: 15px;
  margin: 30px 18px 17px 18px;
  text-decoration: none;
}

.footer-content .footer-links > a:hover {
  text-decoration: underline;
}

.footer-content .footer-links > a:active {
  text-decoration: underline;
}

.footer-content .social {
  color: #e3f5ff;
  float: right;
  font-size: 17px;
  padding: 16px;
  width: 150px
}

.footer-content .social > div {
  margin: 5px 0 5px 22px;
}

.footer-content .social a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b45800), color-stop(1, #904000));
  background-image: -o-linear-gradient(bottom, #b45800 0%, #904000 100%);
  background-image: -moz-linear-gradient(bottom, #b45800 0%, #904000 100%);
  background-image: -webkit-linear-gradient(bottom, #b45800 0%, #904000 100%);
  background-image: -ms-linear-gradient(bottom, #b45800 0%, #904000 100%);
  background-image: linear-gradient(to bottom, #b45800 0%, #904000 100%);
  border: 1px solid #934700;
  border-radius: 2px;
  display: block;
  float: left;
  height: 35px;
  margin-right: 10px;
  width: 35px;
}

.footer-content .social a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #b45800), color-stop(1, #904000));
  background-image: -o-linear-gradient(bottom, #b45800 50%, #904000 100%);
  background-image: -moz-linear-gradient(bottom, #b45800 50%, #904000 100%);
  background-image: -webkit-linear-gradient(bottom, #b45800 50%, #904000 100%);
  background-image: -ms-linear-gradient(bottom, #b45800 50%, #904000 100%);
  background-image: linear-gradient(to bottom, #b45800 50%, #904000 100%);
}

.footer-content .social a div.tw {
  background: url(../images/footer_tw.png) 6px 9px no-repeat;
  height: 35px;
  width: 35px;
}

.footer-content .social a div.fb {
  background: url(../images/footer_fb.png) 12px 7px no-repeat;
  height: 35px;
  width: 35px;
}

.footer-content .social a div.in {
  background: url(../images/footer_in.png) 7px 8px no-repeat;
  height: 35px;
  width: 35px;
}

.footer-content .copy {
  color: #e3f5ff;
  float: left;
  font-size: 11px;
  margin: 0 0 20px 200px;
}