@charset "UTF-8";
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-RegularIt.eot");
  src: url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova-RegularIt.woff") format("woff"), url("../fonts/ProximaNova-RegularIt.ttf") format("truetype"), url("../fonts/ProximaNova-RegularIt.svg#ProximaNova-RegularIt") format("svg"), url("../fonts/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg"), url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-LightIt.eot");
  src: url("../fonts/ProximaNova-LightIt.woff2") format("woff2"), url("../fonts/ProximaNova-LightIt.woff") format("woff"), url("../fonts/ProximaNova-LightIt.ttf") format("truetype"), url("../fonts/ProximaNova-LightIt.svg#ProximaNova-LightIt") format("svg"), url("../fonts/ProximaNova-LightIt.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg"), url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-BoldIt.eot");
  src: url("../fonts/ProximaNova-BoldIt.woff2") format("woff2"), url("../fonts/ProximaNova-BoldIt.woff") format("woff"), url("../fonts/ProximaNova-BoldIt.ttf") format("truetype"), url("../fonts/ProximaNova-BoldIt.svg#ProximaNova-BoldIt") format("svg"), url("../fonts/ProximaNova-BoldIt.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: italic;
}

/* template */
body {
  font-family: sans-serif, 'Proxima Nova';
  margin: 0;
  color: #2c2c2c;
}

#layout {
  width: 1352px;
  margin: 0 auto;
  overflow: hidden;
}

.pm {
  padding: 0 38px;
}

.banner img {
  width: auto !important;
  height: auto !important;
}

img {
  vertical-align: top;
  max-width: 100%;
  border: none;
}

.no_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clear:before, #main .btwob:before, #main #content:before, .clear:after, #main .btwob:after, #main #content:after {
  content: '';
  display: block;
  clear: both;
}

.slow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* end template */
.table {
  display: table;
  width: 100%;
}

.table .row {
  display: table-row;
}

.table .row .cell {
  display: table-cell;
}

.line_break {
  margin-bottom: 50px;
}
  .line_break > .all-items {
    position: relative;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Proxima Nova';
    text-align: center;
  }
    .line_break > .all-items a {
      color: #2c2c2c;
    }

.line_break:last-child {
  margin-bottom: 0;
}

.imgoji {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.imgoji img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.imgoji:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.gen {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Proxima Nova';
}

.gen span, .gen a {
  position: relative;
  display: inline-block;
  color: #666;
}

.gen span.selfy, .gen a.selfy {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 25px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.gen span.selfy:hover, .gen a.selfy:hover {
  color: #2c2c2c;
}

.gen span.view, .gen a.view, .gen .date {
  margin-right: 15px;
}

.gen span.view:before, .gen a.view:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url("../images/view_def.png") top center no-repeat;
  margin-right: 4px;
}

.gen span.comment, .gen a.comment {
  margin-right: 20px;
}

.gen span.comment:before, .gen a.comment:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 7px;
  background: url("../images/comment_def.png") top center no-repeat;
  margin-right: 4px;
}

.gen span.undef:before, .gen a.undef:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url("../images/undef.png") top center no-repeat;
  margin-right: 4px;
}

.socialki {
  display: flex;
  align-items: center;
}

.socialki li {
  display: inline-block;
  margin-right: 6px;
}

.socialki li:last-child {
  margin-right: 0;
}

.socialki li .soc {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  padding: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  float: left;
}

.socialki li .soc:hover {
  background-color: #49548d;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.socialki li .soc.s1 {
  background-image: url("../images/soc_vk.png");
}

.socialki li .soc.s2 {
  background-image: url("../images/soc_fb.png");
}

.socialki li .soc.s3 {
  background-image: url("../images/soc_tw.png");
}

.socialki li .soc.s4 {
  background-image: url("../images/soc_lj.png");
}

.bread_crumbs .pic {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

.bread_crumbs .pic:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url("../images/bc-arrow.png") center top no-repeat;
  margin-left: 5px;
}

.bread_crumbs .pic:last-child:after {
  display: none;
}

.bread_crumbs .pic:hover {
  color: #2c2c2c;
}

.bread_crumbs .pic:hover:after {
  background-position: center bottom;
}

h1 {
  font-size: 42px;
  line-height: 44px;
  font-weight: bold;
  margin: 20px 0 40px;
  font-family: 'Proxima Nova';
  color: #000;
}

.btn_style {
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #515d9c;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: 35px;
  line-height: 35px;
  padding: 1px 20px;
  cursor: pointer;
  display: inline-block;
}

.btn_style:hover {
  background: rgba(81, 93, 156, 0.83);
}

#header {
  font-family: 'Proxima Nova';
}

#header a {
  color: white;
}

#header .black {
  background: #303030;
  padding: 25px 0;
}

#header .black .pm {
  position: relative;
}

#header .black .lifestyle .dd {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6%;
}

#header .black .lifestyle .dd:last-child {
  margin-right: 0;
}

#header .black .lifestyle .dd .logo {
  display: inline-block;
}

#header .black .lifestyle .dd .cell {
  vertical-align: middle;
}

#header .black .lifestyle .dd .cell .img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .black .lifestyle .dd .cell .img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

#header .black .lifestyle .dd .cell .img:hover {
  transform: scale(1.1);
}

#header .black .lifestyle .dd .cell .img:hover img {
  transform: scale(1.1);
}

#header .black .lifestyle .dd .cell:last-child {
  width: 120px;
  padding-left: 20px;
  font-size: 10px;
  text-transform: uppercase;
}

#header .black .lifestyle .dd .cell:last-child a {
  color: white;
}

#header .black .nav > li {
  display: inline-block;
  margin-right: 30px;
  float: left;
  font-size: 14px;
  position: relative;
}

#header .black .nav > li:last-child {
  margin-right: 0;
}

#header .black .nav > li > a, #header .black .nav > li > span {
  position: relative;
  text-decoration: none;
  z-index: 10;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: white;
}
#header .black .nav > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  margin-top: 10px;
  background: white;
  width: 140px;
  z-index: 10001;
  -webkit-box-shadow: 0 3px 6px -2px black;
  -moz-box-shadow: 0 3px 6px -2px black;
  -ms-box-shadow: 0 3px 6px -2px black;
  -o-box-shadow: 0 3px 6px -2px black;
  box-shadow: 0 3px 6px -2px black;
}
#header .black .nav > li ul li {
  display: block;
}
#header .black .nav > li ul li a {
  display: block;
  color: black;
  padding: 10px 15px;
}
#header .black .nav > li ul li a:hover {
  background: #f7f7f7;
}
#header .black .nav > li:hover ul {
  display: block;
}

#header .black .nav > li > a:before, #header .black .nav > li > a:after, #header .black .nav > li > span:before, #header .black .nav > li > span:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -15px;
  right: -15px;
  bottom: -10px;
  z-index: -1;
}

#header .black .nav > li > a:before, #header .black > .nav li > span:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 100%;
}

#header .black .nav > li:hover > a, #header .black .nav > li:hover > span {
  color: black;
}

#header .black .nav > li:hover > a:before, #header .black .nav > li:hover > span:before {
  background: white;
  right: -15px;
}

#header .black .socialki {
  position: absolute;
  right: 30px;
  top: -6px;
}

#header .black .height {
  margin-top: 38px;
  margin-bottom: 8px;
  color: white;
}

#header .black .height .logo, #header .black .height .nn {
  display: inline-block;
}

#header .black .height .nn {
  margin-left: 110px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 7px;
}
  #header .black .height .nn.offer-add {
  }
    #header .black .height .nn.offer-add>a {
      display: inline-block;
      background-color: #ff4132;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      padding: 5px 10px;
      position: absolute;
      white-space: nowrap;
      top: -18px;
    }
      #header .black .height .nn.offer-add>a:hover {
        text-decoration: none;
      }

#header .black .height .nn span {
  margin-left: 20px;
}

#timermod {
  width: 55px;
  display: inline-block;
}

#header .black .height .home, #header .black .height .ball {
  display: inline-block;
}

#header .black .height .home {
  float: left;
}

#header .black .height .ball {
  float: right;
  position: relative;
  top: 10px;
  font-size: 13px;
}

#header .black .height .ball .fq {
  float: left;
  margin-right: 100px;
}

#header .black .height .ball .fq:last-child {
  margin-right: 0;
}

#header .black .height .ball .fq .g {
  margin: 0 3px;
  width: 18px;
  height: 18px;
  background: #519c55;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
}

#header .black .height .ball .fq img {
  margin-right: 3px;
  position: relative;
  top: -1px;
}

#header .black .height .ball .fq .l {
  display: inline-block;
  margin-right: 30px;
}

#header .black .height .ball .fq .l:last-child {
  margin-right: 0;
}

#header .black .height .ball .fq .l .i:before {
  content: url("../images/slick.png");
  margin-right: 3px;
  position: relative;
  top: 1px;
}

#header .black .height .ball .fq .l.down:after {
  content: url("../images/arrow_down.png");
  margin-left: 6px;
  position: relative;
  bottom: 2px;
}

#inter__stellar {
  background: #49548d;
  position: relative;
  /* border-top: 1px solid transparent; */
  z-index: 9999;
}

#inter__stellar.fixed {
  position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

#inter__stellar .pm {
  max-width: 1276px;
  margin: 0 auto;
  position: relative;
}

#header .blue {
  position: relative;
}

#header .blue .menu {
  height: 70px;
  font-size: 0;
  margin-left: -12px;
}

#header .blue .menu > li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

#header .blue .menu > li > a, #header .blue .menu > li > span {
  position: relative;
  text-decoration: none;
  padding: 27px 12px;
  display: block;
  color: #fff;
}

#header .blue .menu > li > a:after, #header .blue .menu > li > span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 3px;
  background: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .blue .menu > li > a:hover:after, #header .blue .menu > li > span:hover:after {
  right: 0;
}

#header .blue .menu > li.withsub {
  position: relative;
}

#header .blue .menu > li.withsub:after {
  content: url("../images/withsub.png");
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 10px;
}

#header .blue .menu > li.withsub:hover:after {
  filter: invert(1);
  -webkit-filter: invert(1);
}

#header .blue .menu > li.withsub > a, #header .blue .menu > li.withsub > span {
  padding-right: 20px;
}
#header .blue .menu > li.withsub:hover a, #header .blue .menu > li.withsub:hover span {
  background: white;
  color: #2c2c2c;
}

#header .blue .menu > li.withsub:hover .sub {
  display: block;
}

#header .blue .menu > li .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: white;
  -webkit-box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.5);
  z-index: 99;
}

#header .blue .menu > li .sub li {
  display: block;
}

#header .blue .menu > li .sub li a {
  padding: 20px;
  display: block;
  color: #2c2c2c;
}

#header .blue .menu > li .sub li a:hover {
  color: red;
  background: #eaeaea;
}

#header .search_ico {
  z-index: 99;
  position: absolute;
  right: 23px;
  top: 15px;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}

#header .search_ico:before, #header .search_ico:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .search_ico:before {
  background-image: url("../images/search.png");
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#header .search_ico:after {
  background-image: url("../images/search_close.png");
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#header .search_ico.active:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#header .search_ico.active:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#header .search {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  border: none;
  outline: none;
  width: 0;
  background: #49548d;
  background: rgba(73, 84, 141, 0.9);
  /*это с прозрачностью*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Proxima Nova', sans-serif;
  color: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 90;
}

#header .search:focus {
  /* Firefox 19+ */
  /* Firefox 18- */
}

#header .search:focus::-webkit-input-placeholder {
  color: #FFF;
}

#header .search:focus::-moz-placeholder {
  color: #FFF;
}

#header .search:focus:-moz-placeholder {
  color: #FFF;
}

#header .search:focus:-ms-input-placeholder {
  color: #FFF;
}

#header .search.active {
  width: 100%;
  padding-left: 38px;
  padding-right: 70px;
}

#main {
  min-height: 400px;
  overflow: hidden;
}

#main .pm {
  padding: 30px 38px 53px;
}

#main .hr {
  position: relative;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 9px;
  font-family: 'Proxima Nova';
}

#main .hr a {
  color: #2c2c2c;
}

#main .hr:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 16px;
  background: #303030;
}

#main .hr.v2 {
  color: white;
}

#main .hr.v2:before {
  background: white;
}

#main .hr.v2 a {
  color: white;
  padding: 4px 0;
  text-shadow: 0 0 2px #000;
}

#main .cnn {
  text-align: center;
  height: 450px;
  background: #f4f4f4;
}

#main .cnn .cell {
  vertical-align: middle;
}

#main .ichel .cell {
  vertical-align: middle;
}

#main .ichel .cell:first-child {
  width: 90px;
  padding-right: 15px;
}

#main .ichel .cell p {
  margin: 0;
}

#main .ichel .cell .img, #main .ichel .cell img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

#main .ichel .cell .nema {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}

#main .ichel .cell .nema a {
  color: #2c2c2c;
  padding: 2px;
}

#main .ichel .cell .gen {
  margin-top: 10px;
}

#main .lpns {
  /*font-family: 'Proxima Nova', sans-serif;*/
  position: relative;
}

#main .lpns .lead {
  font-size: 18px;
  line-height: 26px;
}

#main .lpns .photo {
  margin: 25px 0;
}

#main .lpns .news {
  font-weight: 300;
  font-size: 16px;
  color: #2c2c2c;
  width: 450px;
  margin: 0 auto;
  margin-top: 40px;
}

#main .lpns .news.liked:before {
  content: url("../images/big_liked.png");
  position: absolute;
  left: 0;
  margin-top: 4px;
}

#main .lpns .news.disliked:before {
  content: url("../images/big_disliked.png");
  position: absolute;
  left: 0;
  margin-top: 4px;
}

#main .lpns .news p {
  margin: 20px 0;
  line-height: 1.4em;
}
  #main .lpns .news p iframe {
    max-width: 100%;
  }
  #main .lpns .gallery {
    margin: 10px 0 50px;
  }
  #main .lpns .item-img {
    display: inline-block;
    border: 0;
  }
    #main .lpns .item-img:hover {
      text-decoration: none;
    }
    #main .lpns .item-img>.context {
      font-size: 14px;
      font-weight: 300;
      margin: 0;
      padding: 10px 0 10px;
      color: #303030;
    }
      #main .lpns .item-img:hover>.context {
      }

#main .lpns .news a {
  color: #4f4f4f;
  text-decoration: underline;
  line-height: .9;
}

#main .lpns .news a:hover {
  color: #2c2c2c;
}

#main .lpns .news h2 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 40px;
  line-height: 30px;
  margin-bottom: 30px;
}

#main .lpns .news h3 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
  line-height: 26px;
  margin-bottom: 20px;
}

#main .lpns .news blockquote {
  font-size: 24px;
  font-weight: 300;
  margin: 50px 0;
  padding: 0;
  letter-spacing: .1px;
  line-height: 1.25em;
}

#main .lpns .news .gallery {
  margin: 50px -88px 75px;
  padding: 0;
  list-style: none;
  position: relative;
}

#main .lpns .news .gallery .controlls {
  position: absolute;
  left: -6px;
  right: 0;
  bottom: -30px;
}

#main .lpns .news .gallery .controlls .bnt {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: none;
  padding: 4px 6px;
  position: relative;
  top: 5px;
}

#main .lpns .news .gallery .controlls .bnt:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 10px;
  background-position: center top;
  background-repeat: no-repeat;
}

#main .lpns .news .gallery .controlls .bnt.prev:before {
  background-image: url("../images/arrow_prev.png");
  right: 8px;
}

#main .lpns .news .gallery .controlls .bnt.next:before {
  background-image: url("../images/arrow_next.png");
  left: 8px;
}

#main .lpns .news .gallery .controlls .bnt:hover:before {
  background-position: center bottom;
}

#main .lpns .news .gallery .controlls .qnt {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  font-weight: 300;
}

#main .lpns .news .gallery .controlls .qnt strong {
  font-size: 13px;
  font-weight: bold;
  margin-right: 2px;
}

#main .lpns .news .ddr {
  margin: 50px 0;
  margin-right: -16px;
}

#main .lpns .std {
  width: 450px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#main .lpns .std .h6 {
  margin-right: 4px;
}

#main .lpns .std .author, #main .lpns .std .cadr {
  font-size: 13px;
  font-weight: lighter;
  color: #a8a8a8;
  margin: 5px 0;
}

#main .lpns .std .author a, #main .lpns .std .cadr a {
  color: #a8a8a8;
  border-bottom: 1px solid #eaeaea;
  line-height: .9;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main .lpns .std .author a:before, #main .lpns .std .cadr a:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  bottom: -4px;
}

#main .lpns .std .author a:hover, #main .lpns .std .cadr a:hover {
  color: #2c2c2c;
  border-color: #2c2c2c;
}

#main .lpns .std .liker {
  margin: 20px 0;
}

#main .lpns .std .tags {
  font-size: 13px;
  font-weight: 300;
  color: #a8a8a8;
  position: relative;
  padding-left: 35px;
}
  #main .lpns .std .tags>.h6 {
    position: absolute;
    top: 8px;
    left: 0px;
  }

#main .lpns .std .tags a {
  display: inline-block;
  color: #a8a8a8;
  margin: 5px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 2px 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main .lpns .std .tags a:hover {
  color: #2c2c2c;
  border-color: #2c2c2c;
}

#main .icommentsbar textarea, #main .icommentsbar input[type=text] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #f4f4f4;
  height: 120px;
  resize: vertical;
  max-height: 300px;
  outline: none;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 5px 10px;
  color: #333;
  font-family: 'Proxima Nova', sans-serif;
}

#main .icommentsbar input[type=text]{
  height: auto;
  margin-bottom: 0px;
}

#main .icommentsbar .btn_style {
  float: right;
}

#main .icommentsbar .comments {
  margin-top: 20px;
  font-family: 'Proxima Nova', sans-serif;
}

#main .icommentsbar .comments .cell {
  vertical-align: top;
}

#main .icommentsbar .comments .cell:first-child {
  width: 55px;
  padding-right: 12px;
}

#main .icommentsbar .comments .cell:first-child img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#main .icommentsbar .comments .name {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

#main .icommentsbar .comments .comment {
  font-weight: 300;
  font-size: 15px;
  color: #4f4f4f;
}

#main .icommentsbar .comments .comment p {
  margin: 8px 0;
}

#main .main_left {
  width: 951px;
  float: left;
}

#main .main_left .inner_cols .col {
  float: left;
  min-height: 1px;
}

#main .main_left .inner_cols .col.col1 {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#main .main_left .inner_cols .col.col1 .info {
  font-size: 13px;
  font-weight: 300;
  margin-top: 25px;
}

#main .main_left .inner_cols .col.col2 {
  width: auto;
  margin-left: 270px;
  float: none;
}

#main .main_left .inner_cols .col.col2 .kitems .kit {
  margin-bottom: 30px;
}

#main .main_left .inner_cols .col.col2 .kitems .kit:last-child {
  margin-bottom: 0;
}

#main .main_left .inner_cols .col.col2 .kitems .kit .title {
  margin: 0;
  font-family: 'Proxima Nova', sans-serif;
}

#main .main_left .inner_cols .col.col2 .kitems .kit .title a {
  color: #2c2c2c;
  font-size: 18px;
}

#main .main_left .inner_cols .col.col2 .kitems .kit .descr {
  font-size: 13px;
  font-weight: 300;
}

#main .main_left .inner_cols .col.col2 .kitems .kit .descr p {
  margin: 8px 0 10px;
}

#main .main_left .multi .inner_cols {
  margin-bottom: 40px;
}

#main .main_left .multi .inner_cols:last-child {
  margin-bottom: 0;
}

#main .greta {
  background: #f4f4f4;
  margin-bottom: 50px;
}

#main .greta .ulem.u1 {
  float: left;
}

#main .greta .ulem.u2 {
  float: right;
}

#main .greta .ulem .xss {
  float: left;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #bdbdbd;
  position: relative;
  padding: 20px 20px 18px;
}

#main .greta .ulem .xss.arrow:after {
  content: '';
  display: inline-block;
  background: url("../images/larrow.png") center top no-repeat;
  width: 5px;
  height: 3px;
  position: relative;
  top: -2px;
  margin-left: 4px;
}

#main .greta .ulem .xss.arrow.up:after {
  -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#main .greta .ulem .xss.arrow:hover:after {
  background-position: center bottom;
}

#main .greta .ulem .xss.dater:before {
  content: '';
  display: inline-block;
  background: url("../images/dater.png") center top no-repeat;
  width: 11px;
  height: 10px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}

#main .greta .ulem .xss.dater:hover:before {
  background-position: center bottom;
}

#main .greta .ulem a:hover {
  color: #2c2c2c;
}

#main .z-link {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

#main .z-link a {
  color: #bdbdbd;
}

#main .z-link a:hover {
  color: #2c2c2c;
}

#main .main_right {
  width: 302px;
  margin-left: 23px;
  float: left;
}

#main .main_right .cadr .img {
  display: block;
  vertical-align: top;
  background: #303030;
  overflow: hidden;
  position: relative;
}
  #main .main_right .cadr .img>img {
    display: block;
    width: 100%;
  }

#main .main_right .cadr .img img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#main .main_right .cadr .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#main .main_right .cadr .title {
  line-height: 21px;
  margin: 11px 0;
}

#main .main_right .cadr .title a {
  font-size: 16px;
  color: #303030;
  font-weight: 300;
  padding: 2px 0;
}

#main .main_right .cadr .aa {
  text-transform: uppercase;
  font-size: 13px;
}

#main .main_right .bubyba {
  background: #f4f4f4;
  padding: 26px;
}

#main .main_right .bubyba .so {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

#main .main_right .bubyba .so:before {
  content: url("../images/star.png");
  position: relative;
  top: 2px;
  margin-right: 7px;
}

#main .main_right .bubyba .elems {
  margin-top: 25px;
}

#main .main_right .bubyba .elems .elem {
  margin-bottom: 30px;
}

#main .main_right .bubyba .elems .elem:last-child {
  margin-bottom: 0;
}

#main .main_right .bubyba .elems .elem .title {
  margin: 0;
  font-family: 'Proxima Nova', sans-serif;
}

#main .main_right .bubyba .elems .elem .title a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 4px 0;
}

#main .main_right .bubyba .elems .elem .descr {
  margin-top: 6px;
  color: #666;
  font-size: 15px;
}

#main .main_right .bubyba .elems .elem .descr p {
  margin: 0;
  line-height: 1.2em;
}

#main .main_right .bubyba .elems .elem .gen {
  margin-top: 8px;
}

#main .main_right .drew {
  background: #2c2c2c;
  padding: 13px 26px 26px;
}

#main .main_right .drew .items .item {
  margin-top: 32px;
}

#main .main_right .drew .items .item .img {
  display: block;
  background: white;
  overflow: hidden;
}

#main .main_right .drew .items .item .img img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
}

#main .main_right .drew .items .item .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#main .main_right .drew .items .item .type {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  margin: 8px 0;
}

#main .main_right .drew .items .item .type a {
  color: #d8d8d8;
}

#main .main_right .drew .items .item .type a:hover {
  color: white;
}

#main .main_right .drew .items .item .title {
  font-size: 18px;
  font-family: 'Proxima Nova', sans-serif;
  margin: 0;
  font-weight: bold;
}

#main .main_right .drew .items .item .title a {
  color: white;
}

#main .main_right .drew .items .item .descr {
  font-weight: 300;
  font-size: 15px;
  color: #d8d8d8;
}

#main .main_right .drew .items .item .descr p {
  margin: 8px 0;
}

#main .main_right .drew .items .item .gen {
  margin-top: 12px;
}

#main .main_right .drew .items .item .gen span {
  color: #d8d8d8;
}

#main .main_right .helems {
  margin-top: 25px;
}

#main .main_right .helems .ichel {
  margin-bottom: 25px;
}

#main .main_right .helems .ichel:last-child {
  margin-bottom: 0;
}

#main .main_right .helems + .z-link {
  margin-top: 32px;
}

#main .pagination, .future .bx-controls {
  margin-top: 35px;
  /* height: 50px; */
  background: #f4f4f4;
  position: relative;
}

#main .pagination .pn-btn, .bx-controls-direction .bx-prev, .bx-controls-direction .bx-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .2;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 9;
}

#main .pagination .pn-btn.prev, .bx-controls-direction .bx-prev {
  left: 0;
  background-image: url("../images/pag-prev-black.png");
}

#main .pagination .pn-btn.next, .bx-controls-direction .bx-next {
  right: 0;
  background-image: url("../images/pag-next-black.png");
}

#main .pagination .pn-btn:hover, .bx-controls-direction .bx-next:hover, .bx-controls-direction .bx-prev:hover {
  opacity: 1;
}

#main .pagination .pages, .future .bx-pager {
  margin: 0 50px;
  text-align: center;
  padding: 8px 0 7px;
}

#main .pagination .pages .true {
  padding: 10px 13px;
}

#main .pagination .pages .true, .future  .bx-pager-item{
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #979797;
  /* padding: 0 13px; */
}

.future  .bx-pager-item a{
  font-size: 13px;
  padding: 10px 13px;
  font-weight: bold;
  color: #979797;
  display: block;
}

#main .pagination .pages .true.active {
  color: #2c2c2c;
}

#main .pagination .pages span.true, .future  .bx-pager-item a.active {
  color: #2c2c2c;
}

#main .p-news .elems .elem {
  padding: 18px 0;
  border-bottom: 1px solid #efefef;
}

#main .p-news .elems .elem p {
  margin: 0;
}

#main .p-news .elems .elem .title {
  font-size: 16px;
  font-weight: 300;
}

#main .p-news .elems .elem .title a {
  color: #2c2c2c;
}

#main .p-news .elems .elem .gen {
  margin-top: 6px;
}

#main.lifestyle .main_right .mbreak {
  margin-bottom: 20px;
}

#main.lifestyle .main_right .mbreak:last-child {
  margin-bottom: 0;
}

#main.lifestyle .h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  margin-bottom: 30px;
}

#main.lifestyle .h3 a {
  color: #2c2c2c;
}
  #main .picnews {
    margin: 0 -1.5%;
  }
    #main .picnews .item {
      width: 30%;
      margin: 0 1.5%;
      display: inline-block;
      vertical-align: top;
    }
  #main .picnews.four-colls {
    margin: 0 -1%;
  }
    #main .picnews.four-colls .item {
      width: 23%;
      margin: 1%;
    }
  #main .picnews.to_one {
    margin: 0;
  }
    #main .picnews.to_one .item {
      width: auto;
      margin: 0;
      float: none;
    }

    #main .picnews.threebell {
      margin: 0 -1%;
    }
      #main .picnews.threebell .table {
        display: block;
      }
        #main .picnews.threebell .table .row {
          display: block;
        }
          #main .picnews.threebell .table .row .cell {
            display: block;
            width: 23%;
            margin: 0 1%;
            float: left;
            padding: 0;
          }
            #main .picnews.threebell .table .row .cell.center {
              width: 48%;
            }
            #main .picnews.threebell .table .row .cell>.item {
              margin-left: 0;
              margin-right: 0;
            }

    #main .picnews.threebell.op {
      margin: 0 -1.5%;
    }
      #main .picnews.threebell.op .table {
      }
        #main .picnews.threebell.op .table .row {
        }
          #main .picnews.threebell.op .table .row .cell {
            width: 30%;
            margin: 0 1.5%;
            padding: 0;
          }
            #main .picnews.threebell.op .table .row .cell.center {
              width: 63%;
            }
            #main .picnews.threebell.op .table .row .cell>.item {
            }

#main .picnews .item:first-child {
  /*margin-right: 22px;*/
}

#main .picnews .item:last-child {
  /*margin-right: 0;*/
}

#main .picnews .item .spacex {
  margin-top: 12px;
}

#main .picnews .item .spacex p {
  margin: 0;
}

#main .picnews .item .type {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}

#main .picnews .item .type a {
  color: #666;
}

#main .picnews .item .type a:hover {
  color: #2c2c2c;
}

#main .picnews .item .title {
  font-size: 18px;
  line-height: 1.2em;
  margin: 12px 0 !important;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
}

#main .picnews .item .title a {
  color: #000;
}

#main .picnews .item .descr {
  font-size: 15px;
  color: #2c2c2c;
  margin-top: -4px;
  font-weight: 300;
}

#main .picnews .item .gen {
  margin-top: 12px;
}

#main .picnews .item.m-right22 {
  /*margin-right: 22px;*/
}

#main .picnews .item.main {
  width: auto;
  height: 450px;
  display: block;
  overflow: hidden;
  margin: 0 1.5% 25px;
}

#main .picnews .item.main:before, #main .picnews .item.main:after {
  content: '';
  display: block;
  clear: both;
}

#main .picnews .item.main .imgoji {
  width: 68%;
  float: left;
  height: 100%;
}
  #main .picnews .item.main .imgoji>img {
    height: 100%;
    max-width: none;
    width: auto;
  }

#main .picnews .item.main .spacex {
  width: 34%;
  padding: 0 3%;
  float: none;
  background: #f4f4f4;
  height: 100%;
  margin-top: 0;
  position: relative;
  margin-left: 65%;
}

#main .picnews .item.main .type {
  padding-top: 30px;
}

#main .picnews .item.main .title {
  font-size: 20px;
  margin-top: 30px !important;
  line-height: 1.3em;
}

#main .picnews .item.main .title a {
  padding: 1px 0;
}

#main .picnews .item.main .descr {
  margin-top: 25px;
}

#main .picnews .item.main .gen {
  position: absolute;
  bottom: 30px;
  margin-top: 0;
}

#main .picnews.large {
  position: relative;
  /*margin-right: -4.1%;*/
}

#main .picnews.large .item {
  margin-bottom: 50px;
}

#main .picnews.large .item:first-child {
  /*margin-right: 23px;*/
}

#main .picnews.to_one .item {
  margin-right: 0;
  float: none;
  margin-bottom: 50px;
}

#main .force .a {
  width: 626px;
  margin-right: 24px;
  float: left;
  min-height: 1px;
}

#main .force .a:last-child {
  margin-right: 0;
}

#main .force3 .a {
  margin-right: 23px;
}

#main .threebell .cell {
  width: 302px;
}

#main .threebell .cell.center {
  width: 626px;
  padding: 0 23px;
}

#main .threebell.op .cell.center {
  padding-right: 0;
}

#main .threebell.middle .cell {
  vertical-align: middle;
  position: relative;
  z-index: 0;
  text-align: center;
}

#main .threebell.middle .cell:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f4f4;
  z-index: -1;
}

#main .threebell.middle .cell.center:before {
  left: 23px;
  right: 23px;
}

#main .threebell.middle .cell.center .bell .text {
  font-size: 20px;
}

#main .threebell.middle .cell .bell {
  padding: 110px 30px 75px;
}

#main .threebell.middle .cell .bell .type {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

#main .threebell.middle .cell .bell .type a, #main .threebell.middle .cell .bell .type span {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #bdbdbd;
}

#main .threebell.middle .cell .bell .type a:hover {
  color: #2c2c2c;
}

#main .threebell.middle .cell .bell .big {
  font-size: 75px;
  margin: 0;
  line-height: 1em;
}

#main .threebell.middle .cell .bell .text {
  font-size: 16px;
}

#main .threebell.middle .cell .bell .chel img {
  margin-bottom: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#main .threebell.middle .cell .bell .chel p {
  margin: 10px 0;
}

#main .threebell.middle .cell .bell .chel .name {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

#main .threebell.middle .cell .bell .chel .prof {
  font-size: 13px;
  font-weight: 300px;
  font-style: italic;
}

#main .programm.picnews .cell .item {
  margin-right: 0;
  float: none;
  width: auto;
  margin-bottom: 30px;
  max-width: 302px;
}
  #main .programm.picnews .cell.center .item {
    max-width: 626px;
  }

#main .programm.picnews .cell .item:last-child {
  margin-bottom: 0;
}

#main .programm.picnews .cell.center .item .spacex {
  margin-top: 18px;
}

#main .programm.picnews .cell.center .item .spacex .title {
  font-size: 24px;
  margin-bottom: 12px !important;
}

#main .programm.picnews .cell.center .item .spacex .descr {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}

#main .programm.picnews .cell.center .item .spacex .gen {
  margin-top: 18px;
}

#main .btwob .content_left, #main #content .content_left {
  width: 626px;
  float: left;
  margin-right: 23px;
}

#main .btwob .content_right, #main #content .content_right {
  width: 302px;
  float: left;
  overflow: hidden;
}

#main .subscr {
  background: #f4f4f4;
  padding: 13px 26px 25px;
}

#main .subscr .ee {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

#main .subscr .ee:before {
  content: url("../images/email.png");
  margin-right: 11px;
}

#main .subscr input {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  margin-top: 20px;
}

#main .subscr input[type=text] {
  background: transparent;
  color: #303030;
  font-style: italic;
  font-size: 13px;
  font-weight: 300;
  padding: 8px 0;
  border-bottom: 1px solid #bbb;
}

#main .subscr input[type=submit] {
  background: #515d9c;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}

#main .subscr input[type=submit]:hover {
  background: rgba(81, 93, 156, 0.83);
}

#main .trueman {
  border: 4px solid #f4f4f4;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  padding: 30px 25px;
}

#main .trueman .descr {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 300;
  color: #505050;
  margin-bottom: -10px;
}

#main .trueman .descr p {
  margin: 10px 0;
}

#television {
  margin-bottom: 58px;
}

#television a {
  color: white;
}

#television .monik {
  width: 626px;
  vertical-align: top;
  position: relative;
}
  #television .monik .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
    #television .monik .image img {
    }

#television .pult {
  width: 324px;
  background: #303030;
  vertical-align: top;
}

#television .pult p {
  margin: 0;
}

#television .pult .title {
  line-height: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  max-height: 42px;
  overflow: hidden;
  font-family: 'Proxima Nova', sans-serif;
}

#television .pult .gen span {
  color: white;
}

#television .pult .gen span.view:before {
  background-image: url("../images/view.png");
}

#television .pult .gen span.comment:before {
  background-image: url("../images/comment.png");
}

#television .pult .cell {
  height: 90px;
  position: relative;
  vertical-align: middle;
  padding: 0 23px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

#television .pult .cell img {
  display: none;
}

#television .pult .cell:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #49548d transparent transparent;
  line-height: 0px;
  _border-color: #000000 #49548d #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  opacity: 0;
}

#television .pult .cell:hover, #television .pult .cell.active {
  background: #49548d;
}

#television .pult .cell:hover:before, #television .pult .cell.active:before {
  opacity: 1;
  left: -10px;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

#television .pult .cell:hover .gen span.view:before, #television .pult .cell:hover .gen span.comment:before, #television .pult .cell.active .gen span.view:before, #television .pult .cell.active .gen span.comment:before {
  background-position: bottom center;
}

#content .content_left .elemoji .emo {
  margin-bottom: 35px;
}

#content .content_left .elemoji .emo:last-child {
  margin-bottom: 0;
}

#content .content_left .elemoji .emo .cell {
  vertical-align: top;
}
#content .content_left .elemoji .emo .middle-cell .cell {
  vertical-align: middle;
}
  #content .content_left .elemoji .emo .middle-cell .cell .undef {
    margin-right: 15px;
  }

#content .content_left .elemoji .emo .cell:first-child {
  width: 136px;
  padding-right: 23px;
}
  #content .content_left .elemoji.bloggers-list .emo .cell:first-child {
    width: 115px;
    padding-right: 23px;
  }
  #content .content_left .elemoji .emo .cell .imgoji.circle {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 110px;
    height: 110px;
  }
    #content .content_left .elemoji .emo .cell .imgoji.circle img {
      margin: -22px 0 -23px;
    }

#content .content_left .elemoji .emo .title {
  font-size: 18px;
  margin: 0;
  margin-top: -4px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
}

#content .content_left .elemoji .emo .title.liked:before {
  content: url("../images/liked.png");
  margin-right: 12px;
  top: -1px;
  position: relative;
}

#content .content_left .elemoji .emo .title.disliked:before {
  content: url("../images/disliked.png");
  margin-right: 11px;
}

#content .content_left .elemoji .emo .title a {
  color: #000;
}

#content .content_left .elemoji .emo .descr {
  margin-top: 10px;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
}

#content .content_left .elemoji .emo .descr p {
  margin: 10px 0;
}

#content .content_left .elemoji .emo .gen {
  margin-top: 12px;
}

#content .content_left .elemoji .emo2 {
  position: relative;
  margin: 55px 0;
}

#content .content_left .elemoji .emo2:last-child {
  margin-bottom: 0;
}

#content .content_left .elemoji .emo2 img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#content .content_left .elemoji .emo2:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#content .content_left .elemoji .emo2:hover .title {
  bottom: 0!important;
  margin: 20px 0;
}

#content .content_left .elemoji .emo2:hover .gen {
  opacity: 0;
  visibility: hidden;
}

#content .content_left .elemoji .emo2 .imgoji {
  background: #2c2c2c;
}

#content .content_left .elemoji .emo2 .imgoji img {
  opacity: .81;
}

#content .content_left .elemoji .emo2 .su {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: white;
}

#content .content_left .elemoji .emo2 .su .type {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

#content .content_left .elemoji .emo2 .su .type a {
  color: white;
  letter-spacing: 1px;
}

#content .content_left .elemoji .emo2 .su .title {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 40px;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Proxima Nova';
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#content .content_left .elemoji .emo2 .su .title a {
  color: white;
}

#content .content_left .elemoji .emo2 .su .gen {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#content .content_left .elemoji .emo2 .su .gen span {
  color: white;
  font-size: 11px;
}

#content .content_left .elemoji .emo2 .su .gen span.view:before {
  content: url("../images/view-white.png");
  background: none;
}

#content .content_left .elemoji .emo2 .su .gen span.comment:before {
  content: url("../images/comment-white.png");
  background: none;
}

#content .content_left .elemoji .vda {
  margin: 45px 0;
}

#content .content_left .elemoji .vda:last-child {
  margin-bottom: 0;
}

#content .content_left .filter {
  margin-top: 19px;
}

#content .content_left .filter input{
  outline: none;
  border: 0px;
}

#content .content_left .filter form{
  display: inline-block;
}

#content .content_left .filter a, #content .content_left .filter input {
  display: inline-block;
  color: #bdbdbd;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  margin-right: 41px;
}

#content .content_left .filter a:hover, #content .content_left .filter input:hover {
  color: #2c2c2c;
}

#content .content_left .filter a.dico:before, #content .content_left .filter form:before {
  content: url("../images/market-black.png");
  opacity: .2;
  position: relative;
  top: 1px;
  margin-right: 6px;
}

#content .content_left .filter a.dico:hover:before, #content .content_left .filter form:hover:before {
  opacity: .81;
}

#content .content_left .future {
  margin-top: 55px;
}

#content .content_left .future .items .item {
  width: 136px;
  margin-right: 27px;
  float: left;
  font-size: 16px;
}

#content .content_left .future .items .item:last-child {
  margin-right: 0;
}

#content .content_left .future .items .item p {
  margin: 0;
}

#content .content_left .future .items .item .day {
  font-weight: bold;
  margin-bottom: 12px;
}

#content .content_left .future .items .item .title {
  margin-top: 13px;
  line-height: 1.15em;
  font-family: 'Proxima Nova', sans-serif;
}

#content .content_left .future .items .item .title a {
  color: #000;
}

#content .content_left .future .items .item .gen {
  margin-top: 11px;
}

#content .content_left .future .items .item .gen span, #content .content_left .future .items .item .gen a {
  margin-bottom: 7px;
}

#content .content_left .opros {
  margin-top: 55px;
}

#content .content_left .opros.many {
  margin-top: 0;
}

#content .content_left .opros.many .elems {
  margin-right: -22px;
  font-size: 0;
  margin-bottom: -55px;
  margin-top: 0;
}

#content .content_left .opros.many .elems .elem {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}

#content .content_left .opros .elems {
  margin-top: 30px;
}

#content .content_left .opros .elems .elem {
  width: 50%;
  float: left;
  padding-left: 22px;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#content .content_left .opros .elems .elem:first-child {
  padding-left: 0;
}

#content .content_left .opros .elems .elem .title {
  font-size: 18px;
  font-family: 'Proxima Nova';
  color: #000;
}

#content .content_left .opros .elems .elem .title a {
  color: #2c2c2c;
}

#content .content_left .opros .elems .elem .form {
  padding-right: 15px;
}

#content .content_left .opros .elems .elem .form .false {
  margin-bottom: 10px;
}

#content .content_left .opros .elems .elem .form .false.mg {
  padding-left: 27px;
  margin-top: 25px;
}

#content .content_left .opros .elems .elem .form .false label {
  position: relative;
  padding: 2px 0;
  padding-left: 26px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  color: #666;
  display: block;
  line-height: 19px;
}

#content .content_left .opros .elems .elem .form .false label.bl {
  display: block;
}

#content .content_left .opros .elems .elem .form .false label .t {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 11px;
  height: 11px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
}

#content .content_left .opros .elems .elem .form .false label .t:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#content .content_left .opros .elems .elem .form .false label input[type=radio] {
  display: none;
}

#content .content_left .opros .elems .elem .form .false label input[type=radio]:checked + .t {
  border-color: #2c2c2c;
}

#content .content_left .opros .elems .elem .form .false label input[type=radio]:checked + .t:before {
  background: #2c2c2c;
}

#content .content_left .opros .elems .elem .form .false label input[type=radio]:checked ~ input[type=text] {
  pointer-events: auto;
}

#content .content_left .opros .elems .elem .form .false input {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 100%;
}

#content .content_left .opros .elems .elem .form .false input[type=submit] {
  background: #515d9c;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}

#content .content_left .opros .elems .elem .form .false input[type=submit]:hover {
  background: rgba(81, 93, 156, 0.83);
}

#content .content_left .opros .elems .elem .form input[type=text] {
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  font-family: 'Proxima Nova', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  padding-bottom: 6px;
  position: relative;
  top: -3px;
}

#content .content_left .opros .elems .elem .result .cell {
  vertical-align: middle;
  padding: 10px 0;
}

#content .content_left .opros .elems .elem .result .cell:first-child {
  font-size: 18px;
  padding: 0 15px;
}

#content .content_left .opros .elems .elem .result .cell:last-child {
  font-size: 15px;
}

#content .content_left .opros .elems .elem .info {
  margin-top: 15px;
  font-family: 'Proxima Nova';
  padding-left: 27px;
}

.bread_crumbs {
  font-family: 'Proxima Nova';
}

#content .content_left .opros .elems .elem .info p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #666;
}

#content .content_left .opros .elems .elem .linkor {
  margin-top: 20px;
}

#content .content_left .opros .elems .elem .linkor a {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#content .content_left .opros .elems .elem .linkor a:hover {
  color: #2c2c2c;
}

#content .content_left .two_block {
  margin-top: 55px;
}

#content .content_left .two_block .block {
  width: 50%;
  padding-left: 22px;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#content .content_left .two_block .block:first-child {
  padding-left: 0;
}

#content .content_left .two_block .block .items .row .cell {
  padding-bottom: 30px;
}

#content .content_left .two_block .block .items .row:last-child .cell {
  padding-bottom: 0;
}

#content .content_left .two_block .block .items .cell {
  vertical-align: top;
}

#content .content_left .two_block .block .items .cell:first-child {
  width: 90px;
  padding-right: 17px;
}

#content .content_left .two_block .block .items .cell .title {
  margin: 0;
  font-size: 16px;
  font-family: 'Proxima Nova', sans-serif;
}

#content .content_left .two_block .block .items .cell .title a {
  color: #000;
}

#content .content_left .two_block .block .items .cell .gen {
  margin-top: 8px;
}

#content .content_right .pos-neg {
  background: #2c2c2c;
  padding: 13px 26px 32px;
}

#content .content_right .pos-neg .items {
  margin-top: 22px;
}

#content .content_right .pos-neg .items .item {
  margin-bottom: 32px;
}

#content .content_right .pos-neg .items .item:last-child {
  margin-bottom: 0;
}

#content .content_right .pos-neg .items .item .imgoji {
  margin: 0 -26px;
  margin-bottom: 16px;
}

#content .content_right .pos-neg .items .item .hp {
  position: relative;
  padding-left: 48px;
}

#content .content_right .pos-neg .items .item .hp:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 4px;
}

#content .content_right .pos-neg .items .item .hp.plus:before {
  content: url("../images/plus.png");
}

#content .content_right .pos-neg .items .item .hp.minus:before {
  content: url("../images/minus.png");
}

#content .content_right .pos-neg .items .item .title {
  font-weight: 300;
  font-size: 15px;
}

#content .content_right .pos-neg .items .item .title a {
  color: white;
}

#content .content_right .pos-neg .items .item .gen span {
  color: #d8d8d8;
}

#content .content_right .liq {
  position: relative;
}

#content .content_right .liq .ws {
  border: 4px solid #f4f4f4;
  border-top: none;
  padding: 23px;
}

#content .content_right .liq .hr {
  position: absolute;
  top: 27px;
  left: 26px;
  z-index: 9;
}

#content .content_right .liq .imgoji {
  display: block;
}
  #content .content_right .liq .imgoji>img {
    width: 100%;
  }

#content .content_right .liq p {
  margin: 0;
}

#content .content_right .liq .author {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 19px;
}

#content .content_right .liq .title {
  font-size: 15px;
  font-family: 'Proxima Nova', sans-serif;
}

#content .content_right .liq .title a {
  color: #000;
}

#content .content_right .liq .gen {
  margin-top: 21px;
}

#content .content_right .dix .author {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

#content .content_right .dix .qy {
  border: 4px solid #f4f4f4;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  padding: 11px 22px 22px;
}
  #content .content_right .mod-blogs .dix {
    margin: 0 0 30px;
  }
  #content .content_right .mod-blogs .dix .qy {
    padding: 20px;
  }

#content .content_right .dix .qy .title {
  font-size: 15px;
  font-family: 'Proxima Nova', sans-serif;
  margin: 0;
}

#content .content_right .dix .qy .title a {
  color: #000;
}

#content .content_right .dix .qy .cell {
  vertical-align: top;
}

#content .content_right .dix .qy .cell:first-child {
  width: 90px;
  padding-right: 15px;
}

#content .content_right .dix .qy .cell .img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

#content .content_right .dix .qy.gd .cell {
  vertical-align: middle;
}

#content .content_right .dix .qy.gd .gen {
  margin-top: 3px;
  margin-bottom: 12px;
}

#content .content_right .dix .qy.gd .gen span, #content .content_right .dix .qy.gd .gen a {
  margin-right: 8px;
}

#content .content_right .dix .qy.gd .title {
  margin-top: 10px;
  font-family: 'Proxima Nova', sans-serif;
}

#content .content_right .dix .ws {
  padding-left: 25px;
  position: relative;
}

#content .content_right .dix .ws:before {
  content: url("../images/ci.png");
  position: absolute;
  top: -4px;
  right: 50px;
}

#content .content_right .dix .ws p {
  margin: 0;
}

#content .content_right .dix .ws .author {
  padding-top: 21px;
}

#content .content_right .dix .date {
  margin-right: 0;
}
#content .content_right .dix .ws .prof {
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  padding-top: 5px;
}

  #content .content_right .dix.zerkalo .ws {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
  }
    #content .content_right .dix.zerkalo .qy .cell:first-child {
      width: auto;
      padding-right: 0;
      text-align: right;
    }
    #content .content_right .dix.zerkalo .qy .cell:last-child {
      width: 90px;
      padding-left: 15px;
    }
    #content .content_right .dix.zerkalo .ws:before {
      content: url("../images/ci_left.png");
      right: auto;
      left: 50px;
    }

#content .content_right .newans .cell {
  vertical-align: top;
}

#content .content_right .newans .cell:first-child {
  width: 90px;
  padding-right: 17px;
}

#content .content_right .newans .cell .title {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

#content .content_right .newans .cell .title a {
  color: #2c2c2c;
}

#content .content_right .newans .cell .gen {
  margin-top: 8px;
}

#footer {
  background: #303030;
  color: #888;
  padding: 60px 0 55px;
  font-family: 'Proxima Nova';
}
  #footer strong {
    font-weight: bold;
  }

#footer .hardy .c {
  /* float: left; */
  position: relative;
}

#footer .hardy .cell {
  vertical-align: middle;
}

#footer .hardy .c.c1 {
  /* width: 302px; */
  padding-right: 7%;
}

#footer .hardy .c.c2 {
  /* width: 951px; */
  margin-top: 3px;
}

#footer .hardy .c.c2 .search2_ico {
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  z-index: 9;
}

#footer .hardy .c.c2 .search2_ico:before, #footer .hardy .c.c2 .search2_ico:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  background-size: cover;
}

#footer .hardy .c.c2 .search2_ico:before {
  background-image: url("../images/search2.png");
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#footer .hardy .c.c2 .search2_ico:after {
  background-image: url("../images/search_close2.png");
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#footer .hardy .c.c2 .search2_ico:hover:before, #footer .hardy .c.c2 .search2_ico:hover:after {
  background-position: bottom center;
}

#footer .hardy .c.c2 .search2_ico.active:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#footer .hardy .c.c2 .search2_ico.active:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#footer .hardy .c.c2 .search2_ico.active + input {
  width: 100%;
  border-color: #888;
  padding-right: 15px;
}

#footer .hardy .c.c2 input[type=text] {
  background: rgba(48, 48, 48, 0.9);
  border: none;
  border-bottom: 1px solid transparent;
  outline: none;
  color: white;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: -1px;
  width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}

#footer .hardy .c.c2 input[type=text]:focus {
  border-color: white;
}

#footer .hardy .nav li {
  float: left;
}

#footer .hardy .nav li:last-child {
  margin-right: 0;
}

#footer .hardy .nav li a, #footer .hardy .nav li span {
  font-size: 14px;
  color: #888;
  text-decoration: none;
  display: block;
  padding: 6px 11px;
}

#footer .hardy .nav li a:hover, #footer .hardy .nav li span:hover {
  color: white;
}

#footer .just {
  margin-top: 32px;
  position: relative;
}

#footer .just .menu li {
  float: left;
  margin-right: 30px;
}

#footer .just .menu li:last-child {
  margin-right: 0;
}

#footer .just .menu li a, #footer .just .menu li span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  text-decoration: none;
  color: white;
}

#footer .just .menu li a:before, #footer .just .menu li span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 1px;
  background: white;
  width: 0;
}

#footer .just .menu li a:hover:before, #footer .just .menu li span:hover:before {
  right: 0;
  width: auto;
}

#footer .just .socialki {
  position: absolute;
  right: -8px;
  top: -5px;
}

#footer .just .socialki li {
  margin-right: 0;
}

#footer .fourcol {
  margin: 25px 0;
  font-size: 14px;
  font-weight: 300;
}

#footer .fourcol .gr {
  width: 302px;
  margin-right: 23px;
  float: left;
}

#footer .fourcol .gr:first-child {
  margin-right: 22px;
}

#footer .fourcol .gr:last-child {
  margin-right: 0;
}

#footer .fourcol .gr form {
  padding-left: 26px;
  max-width: 350px;
  margin: 0 auto;
}

#footer .fourcol .gr form .zz {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: 5px;
  margin-bottom: 22px;
}

#footer .fourcol .gr form input {
  outline: none;
  border: none;
  background: transparent;
  vertical-align: top;
  float: left;
}

#footer .fourcol .gr form .nord {
  position: relative;
}

#footer .fourcol .gr form input[type=text] {
  border-bottom: 1px solid #888;
  font-style: italic;
  padding: 7px 0;
  color: white;
  width: 100%;
  font-size: 13px;
}

#footer .fourcol .gr form input[type=text]:focus {
  border-color: white;
}

#footer .fourcol .gr form input[type=submit] {
  background: url("../images/submit.png") right center no-repeat;
  height: 30px;
  width: 15px;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

#footer .fourcol .gr a {
  color: #888;
  text-decoration: underline;
}

#footer .fourcol .gr a:hover {
  color: white;
  text-decoration: none;
}

#footer .sigma {
  font-size: 14px;
  font-weight: lighter;
}

#footer .sigma .cell {
  width: 50%;
  vertical-align: middle;
}

/* #footer .sigma .s.s1 {
  width: 626px;
} */

  #footer .sigma .counters {
    padding: 1em 0;
  }
    #footer .sigma .counters>span {
      display: inline-block;
      margin-right: 10px;
    }

#footer .sigma .s.s2 {
  /* width: 627px; */
  padding-left: 23px;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  position: relative;
  top: 2px;
}

#footer .sigma .s.s2 span.y {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 24px;
  text-transform: none;
}

#footer .last {
  margin-top: 35px;
  position: relative;
}

#footer .last .shet {
  max-width: 80%;
}

#footer .last .shet .m {
  width: 88px;
  height: 31px;
  display: inline-block;
  background: gray;
  margin-right: 10px;
  vertical-align: top;
}

#footer .last .spb {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

#footer .last .spb a {
  color: #888;
}

#footer .last .spb a:hover {
  color: white;
}

#content .content_left .elemoji .vda.one{
  margin-top: 0px;
}

.ulem form {
  display: inline-block;
}

.ulem form input{
  border: 0px;
  outline: 0px;
  background: #f4f4f4;
}

#main .greta .ulem.u2 {
  line-height: 10px;
}

#scrollToTop {
  padding: 15px 25px;
  background: #FFF;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  position: fixed;
  bottom: 12px;
  left: 50%;
  margin-left: -67px;
  cursor: pointer;
  opacity: 0.5;
  display: none;
  -webkit-box-shadow: 0 3px 6px -2px black;
  -moz-box-shadow: 0 3px 6px -2px black;
  -ms-box-shadow: 0 3px 6px -2px black;
  -o-box-shadow: 0 3px 6px -2px black;
  box-shadow: 0 3px 6px -2px black;
  z-index: 999;
}
  #scrollToTop.reveal {
    display: inline-block;
  }
  #scrollToTop:hover {
    opacity: 1;
  }
  #scrollToTop>span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    background: url(../images/pag-top-black.png) no-repeat right center;
    padding-right: 18px;
    letter-spacing: 2px;
  }


.misc-block {
}
  .misc-block .mailer__block {
    margin: 50px 0;
    padding: 15px 5% 30px;
  }
    .misc-block .mailer__block form {
      display: block;
    }
      .misc-block .mailer__block .zz {
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 11px;
      }
        .misc-block .mailer__block .zz:before {
          content: url(../images/email.png);
          margin-right: 11px;
        }
      .misc-block .mailer__block .input[type=text] {

      }











