.hyphen {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #f1f1f1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
em {
  font-style: italic;
}
a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
.icon {
  display: inline-block;
  border-radius: 0;
  width: 24px;
  height: 24px;
  background: url('img/toolbar.png') no-repeat 0 0;
}
.icon.icon-brand {
  background: url('img/socials.png') no-repeat 0 0;
  background-size: 196px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.icon.icon-brand.icon-rss {
  background-color: #ff6600;
  background-position: 7px 6px;
}
.icon.icon-brand.icon-twitter {
  background-color: #00aced;
  background-position: -30px 6px;
}
.icon.icon-brand.icon-vk {
  background-color: #45668e;
  background-position: -67px 6px;
}
.icon.icon-brand.icon-instagram {
  background: url('img/instagram.png') no-repeat 0 0;
  background-size: 25px;
  background-position: center top;
}
.icon.icon-brand.icon-facebook {
  background-color: #3b5998;
  background-position: -104px 6px;
}
.icon.icon-brand.icon-google-plus {
  background-color: #dd4b39;
  background-position: -141px 6px;
}
.icon.icon-brand.icon-youtube {
  background-color: #bb0000;
  background-position: -178px 6px;
}
.icon.icon-brand.icon-app {
  background-color: #1c93f5;
  background: #1c93f5 url("img/icon-appstore.png") no-repeat 0 0;
  background-size: 25px;
}
.icon.icon-appleinsider {
  position: relative;
  background: url('img/logo.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.icon.icon-broadcast {
  background: url('img/icon-broadcast.png') no-repeat 0 0;
  background-size: 18px;
}
.icon.icon-discount {
  background: url('img/icon-discount.png') no-repeat 0 0;
  background-size: 24px;
}
.icon.icon-lock {
  background: url('img/icon-lock.png') no-repeat 0 0;
  background-size: 18px;
}
.icon.icon-search {
  background-position: -96px 0;
}
.icon.icon-search-strong {
  background-position: -72px 0;
}
.icon.icon-reset {
  background-position: -120px 0;
}
.icon.icon-apple {
  background-position: -144px 0;
}
a .icon-brand {
  transition: background-color 0.3s;
}
:hover > .icon {
  transition: background-color 0s;
}
:hover > .icon.icon-rss {
  background-color: #ff3300;
}
:hover > .icon.icon-twitter {
  background-color: #0082e4;
}
:hover > .icon.icon-vk {
  background-color: #1c4679;
}
:hover > .icon.icon-instagram {
  background-position: center bottom;
}
:hover > .icon.icon-facebook {
  background-color: #143783;
}
:hover > .icon.icon-google-plus {
  background-color: #cc251c;
}
:hover > .icon.icon-youtube {
  background-color: #990000;
}
:hover > .icon.icon-app {
  background-color: #1676c4;
}
:hover > .icon.icon-broadcast {
  background-position: 0 -24px;
}
:hover > .icon.icon-discount {
  background-position: 0 -24px;
}
:hover > .icon.icon-lock {
  background-position: 0 -25px;
}
:hover > .icon.icon-reset {
  background-position: -120px -24px;
}
:hover > .icon.icon-apple {
  background-position: -144px -24px;
}
.views {
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
}
.views:before,
.views:after {
  position: absolute;
  content: '';
  border: 1px solid #a1a1a1;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
}
.views:before {
  width: 6px;
  height: 6px;
  left: 5px;
}
.views:after {
  border-width: 1px 0 0 0;
  width: 16px;
  height: 10px;
}
a.youtube-fake,
a[data-youtube] {
  display: block;
  position: relative;
}
a.youtube-fake:before,
a[data-youtube]:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -29px;
  width: 84px;
  height: 58.8px;
  background: transparent url('http://www.youtube.com/yt/brand/media/image/YouTube-icon-dark.png') no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  transform: translateZ(10px);
}
a.youtube-fake:hover:before,
a[data-youtube]:hover:before {
  background-image: url('http://www.youtube.com/yt/brand/media/image/YouTube-icon-full_color.png');
  z-index: 1;
}
a.youtube-fake:before {
  margin-left: -30px;
  margin-top: -21px;
  width: 60px;
  height: 42px;
}
.spinner {
  margin: 0 auto;
  width: 100px;
  text-align: center;
  padding-top: 3px;
}
.spinner > div {
  width: 9px;
  height: 9px;
  background-color: #fff;
  margin: 0 2.5px;
  position: relative;
  top: -3px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
html {
  height: 100%;
}
body.fixed {
  position: fixed;
  width: 100%;
}
.wrapper {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.site-main {
  width: 740px;
  float: left;
}
.site-main > article.preview {
  display: none;
}
.sidebar {
  width: 240px;
  float: right;
  margin-top: 6px;
}
.sidebar .toolbar {
  display: none;
  height: 67px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 15px;
  text-align: center;
}
.sidebar .toolbar li {
  width: 100%;
}
.sidebar .toolbar .auth {
  margin: 0px;
  width: 100%;
  text-align: center;
  height: 42px;
}

.sidebar.fixed {
    position: fixed;
    bottom: 0;
    top: auto;
}

.blog .sidebar .entry-header .entry-title {
  padding-right: 0;
}
body {
  font: 300 18px / 27px 'Open Sans', sans-serif;
  color: #000;
  background: #fff;
}
p {
  margin-bottom: 1.2em;
}
p.entry-cover {
  margin-bottom: 0.88em;
}
p.entry-cover a img {
  box-shadow: 0 0 #000;
  transition: all 0.3s;
}
p.entry-cover a:hover img,
p.entry-cover a img.hover {
  opacity: 0.9;
  transition-duration: 0s;
}
code {
  margin: 25px 25px 0;
  display: block;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-size: 1em !important;
  line-height: 1.1em !important;
  word-wrap: break-word;
}
time {
  text-transform: lowercase;
}
a {
  font-weight: 600;
  color: #76c36e;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover,
a:focus,
a.hover {
  color: inherit;
  text-decoration: inherit;
  outline: none;
  transition-duration: 0s;
}
a.post-edit-link {
  color: #ff1753 ! important;
  opacity: 0.5;
}
a.post-edit-link:hover {
  opacity: 1;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  border-color: #eee;
}
b,
strong {
  font-weight: 600;
}
a:hover .cc {
  border-color: #151515;
  color: #151515;
  transition-duration: 0s;
}
blockquote,
q {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0px;
  margin-bottom: 20px;
}
blockquote:before {
  position: absolute;
  content: "„";
  top: -34px;
  left: -4px;
  font: italic 100px/0px "Georgia";
  background: #fff;
  z-index: 1;
}
blockquote:after {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  height: 25px;
  width: 40px;
  background: #fff;
  z-index: 0;
}
h3 {
  font-size: 45px;
  margin: 10px 0;
  line-height: 50px;
}
h4 {
    font-size: 36px;
    margin: 10px 0;
    line-height: 40px;
}
.button-mobile {
  display: none;
  position: absolute;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 20px;
  width: 30px;
  top: 16px;
  left: 35px;
  cursor: pointer;
  transition: all 0.3s;
}
.button-mobile .icon {
  display: none;
  top: -4px;
  position: absolute;
  left: 3px;
}
.button-mobile.active {
  border-color: transparent;
}
.button-mobile.active:hover {
  border-color: transparent;
}
.button-mobile.active:before {
  display: none;
}
.button-mobile.active .icon {
  display: block;
}
.button-mobile:before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 30px;
  height: 2px;
  top: 7px;
  left: 0;
  transition: all 0.3s;
}
.button-mobile:hover {
  border-color: #76c36e;
  transition-duration: 0s;
}
.button-mobile:hover:before {
  background-color: #76c36e;
  transition-duration: 0s;
}
.cc {
  position: relative;
  display: inline-block;
  color: #76c36e;
  border: 1px solid #76c36e;
  border-radius: 3px 3px 0;
  transition: all 0.3s;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 0 0.66em;
  padding: 2px 7px;
  vertical-align: 20%;
}
.cc:before,
.cc:after {
  background: transparent;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  bottom: -6px;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 5px;
  width: 7px;
}
.cc:before {
  border-width: 0 0 0 1px;
  right: -1px;
}
.cc:after {
  border-width: 0 1px 0 0;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  right: 2px;
}
.popular .cc:before,
.popular .cc:after {
  height: 6px;
  width: 6px;
  bottom: -6px;
}
.popular .cc:after {
  right: 2px;
}
nav a {
  display: block;
}
nav li {
  float: left;
  display: block;
}
nav li:first-child {
  margin-left: 0 ! important;
}
nav.socials ul,
nav.socials a {
  height: 25px;
}
nav.socials li {
  margin-left: 12px;
}
nav.toolbar a {
  height: 24px;
}
nav.toolbar li {
  height: 44px;
  padding: 10px 0;
  margin-left: 29px;
}
nav.toolbar li small {
  font-size: 70%;
  font-weight: 500;
}
nav.toolbar li.divider {
  border-left: 1px solid #eeeeee;
  padding-left: 29px;
}
nav.toolbar li.user {
  min-width: 160px;
  height: auto;
  padding-top: 0;
}
nav.toolbar li.user img {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  border-radius: 50%;
}
nav.toolbar li.user span {
  font-weight: 700;
  font-size: 17px;
}
nav.toolbar li.user a {
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  color: #999;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
nav.toolbar li.user a:hover {
  color: #000;
}
nav.toolbar li.user a:last-child {
  margin-left: 10px;
  position: relative;
}
nav.toolbar li.user a:last-child:before {
  position: absolute;
  content: '·';
  top: 0;
  left: -6px;
}
.header-trand nav.trends {
    border-bottom: 1px solid #eee;
}
.header-trand nav.trends li:first-child {
    border: none;
    padding-left: 0;
}
nav.trends ul,
nav.trends a {
  height: 53px;
}
nav.trends ul {
  position: relative;
  overflow: hidden;
}
nav.trends li {
  margin-left: 28px;
}
nav.trends li.active {
  font-weight: 300;
}
nav.trends li.active a {
  font-weight: inherit;
}
nav.trends li:first-child {
    border-left: 3px solid #76c36e;
    padding-left: 40px;
}
nav.trends a {
  font-size: 16.2px;
  line-height: 53px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
}
nav.trends li:first-child a {
  color: #ff1753;
}
nav.trends li:first-child a:hover,
nav.trends a:hover {
  color: #76c36e;
}
nav.trends .fix-button-trend {
  position: absolute;
  top: 0;
  right: 40px;
}
nav.trends .fix-button-trend a {
  background-color: #F57A00;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
  padding: 0 20px;
  line-height: 34px;
  height: 34px;
  white-space: nowrap;
  margin: 9px 0;
}
nav.tech a {
  height: 25px;
  color: #fff;
  font-weight: 300;
  font-size: 16.2px;
  line-height: 25px;
}
nav.tech a:hover {
  color: #808080;
}
nav.tech li {
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}
nav.tech li:before {
  content: '∙';
  color: #808080;
  position: absolute;
  left: 0;
  top: 0;
}
nav.tech li:first-child {
  padding-left: 0;
  margin-left: 0;
}
nav.tech li:first-child:before {
  content: '';
}
body header.header-site {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
body header.header-site .sitename {
  margin-bottom: 18px;
}
body header.header-site .sitename .icon {
  vertical-align: -3px;
  width: 32px;
  height: 32px;
}
body header.header-site .sitename a {
  color: #151515;
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.035em;
  font-weight: 300;
}
body header.header-site .sitename a:hover {
  color: inherit;
}
body header.header-site .socials {
  position: absolute;
  top: 15px;
  left: 300px;
}
body header.header-site .toolbar,
body header.header-site .search-form {
  position: absolute;
  top: 7px;
}
body header.header-site .toolbar {
  right: 63px;
}
body header.header-site .search-form {
  right: 10px;
}
body header.header-site .search-form button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
body header.header-site .search-form button {
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 10px;
  opacity: 0;
  right: -24px;
  transition: right 0.3s;
  z-index: -1;
}
body header.header-site .search-form button[type="reset"] {
  right: 0;
}
body header.header-site .search-form input {
  position: relative;
  background: transparent url('img/icon-search.png') no-repeat;
  background-size: 24px;
  border: none;
  font-size: 22px;
  padding-left: 30px;
  line-height: normal;
  color: transparent;
  width: 24px;
  height: 24px;
  margin-top: 10px;
  cursor: pointer;
  transition: width 0.3s;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  outline: none;
}
body header.header-site .search-form input:hover {
  background-position: 0 bottom;
}
body header.header-site .search-form input:focus {
  font-size: 22px;
  padding: 0;
  width: 320px;
  background: #fff;
  height: 44px;
  margin-top: 0;
  cursor: auto;
  color: #000;
  right: 36px;
}
body header.header-site .search-form input:focus + button,
body header.header-site .search-form input:focus + button + button {
  display: block;
  opacity: 1;
  z-index: 1;
}
body header.header-site .search-form input:focus + button {
  transition-duration: 0s;
  right: 356px;
  margin-right: 12px;
}
body header.header-site .search-form input:focus + button + button {
  right: 0;
}
body header.header-site .trends ul {
  border: 1px solid #f5f5f5;
  border-left: none;
  border-top-right-radius: 2px;
}
article.preview {
  position: relative;
  min-height: 180px;
  max-height: 380px;
  margin-bottom: 30px;
  overflow: hidden;
}
article.preview a > img {
  width: 100%;
}
article.preview .entry-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  line-height: normal;
}
article.preview .entry-footer .post-edit-link {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px 0 0 0;
  padding: 1px 4px;
  display: block;
}
article.preview .entry-header .entry-title {
  width: 630px;
  border-left: 24px solid #76c36e;
  transition: border-color 0.3s;
  position: absolute;
  left: 40px;
  bottom: 35px;
  padding: 6px 0 21px 0;
  margin: 0;
  overflow: hidden;
}
article.preview .entry-header .entry-title mark {
  transition: background-color 0.3s;
  background: #76c36e;
  padding: 0 0 18px 0;
  line-height: 17px;
}
article.preview .entry-header .entry-title mark :first-line {
  padding-top: 6px;
}
article.preview .entry-header .entry-title mark a {
  margin-left: auto;
}
article.preview .entry-header .entry-title .cc {
  border-color: #fff;
  color: #fff;
  margin-right: 26px;
  margin-left: 12px;
  font-size: 20px;
  top: 2px;
}
article.preview .entry-header .entry-title a {
  white-space: normal;
  position: relative;
  top: 6px;
  padding: 0px;
  line-height: inherit;
  color: #fff;
}
article.preview .entry-header .entry-title a:hover {
  color: #fff;
}
article.preview .entry-header .entry-title a:first-child {
  padding-right: 0px;
}
article.preview .entry-header .entry-title a:last-child {
  left: -10px;
  margin-right: -12px;
  white-space: nowrap;
}
article.preview .entry-header .entry-title:hover,
article.preview .entry-header .entry-title.hover {
  border-color: #151515;
  transition-duration: 0s;
}
article.preview .entry-header .entry-title:hover mark,
article.preview .entry-header .entry-title.hover mark {
  background: #151515;
  transition-duration: 0s;
}
article.preview .entry-header .entry-title:hover .cc,
article.preview .entry-header .entry-title.hover .cc {
  border-color: #fff;
  color: #fff;
}
@-moz-document url-prefix() {
  article.preview .entry-header .entry-title {
    padding: 5px 0 22px 0;
  }
}
@-moz-document url-prefix() {
  .related-posts .entry-title {
    padding: 6px 0 21px 0;
  }
  .related-posts article.preview .entry-header .entry-title {
    padding: 5px 0 22px;
  }
}
article + article {
  border-top: 1px solid #eee;
  padding-top: 28px;
  margin-top: 28px;
}
.entry-header {
  margin-bottom: 14px;
}
.entry-header .entry-title {
  display: inline;
  white-space: normal;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}
.entry-header .entry-title a {
  font-weight: inherit;
  color: #000;
}
.entry-header .entry-title a:hover,
.entry-header .entry-title a.hover {
  color: #76c36e;
}
.entry-header > a:last-child {
  position: relative;
  top: 6px;
}
.discounts .entry-header .entry-title a:last-child {
  margin-left: 0;
}
.blog .entry-header .entry-title {
  padding-right: 10px;
}
.blog .entry-header > a {
  margin-left: -10px;
}
.single-post .entry-header {
  margin-bottom: 15px;
  margin-top: -5px;
}
.single-post .entry-header h1 {
  white-space: normal;
}
.single-post .entry-header > a {
  margin-left: -15px;
}
.single-post .entry-header .cc {
  vertical-align: 35%;
  font-size: 26px;
}
.single-post .entry-title {
  font-size: 52px;
  line-height: 52px;
  display: inline;
  padding-right: 20px;
}
.single-post .entry-title a:last-child {
  margin-left: auto;
}
.entry-info {
  position: relative;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  color: #999;
}
.entry-info a {
  color: #151515;
  font-weight: inherit;
}
.entry-info a:hover {
  color: #76c36e;
}
.entry-info .post-categories {
  display: inline;
}
.entry-info .post-categories li {
  display: inline;
}
.entry-info .post-categories li + li {
  margin-left: 0;
}
.entry-info .post-categories li + li:before {
    content: '';
    position: relative ;
    display: inline-block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 6px;
    height: 6px;
    top:-1px;
    right: 2px;
    transform: rotate(55deg) skew(20deg);
}
.entry-info .post-categories li a {
  padding: 3px 3px 5px 3px;
  border-bottom: 2px solid #151515;
  display: inline-block;
}
.entry-info .post-categories li a:hover {
  border-color: #76c36e;
}
.entry-info .post-categories li:last-child a {
    vertical-align: top;
    max-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entry-info .entry-author,
.entry-info .edit-link,
.entry-info .entry-views {
  position: relative;
  margin-left: 12px;
  padding-left: 16px;
}
.entry-info .entry-author:before,
.entry-info .edit-link:before,
.entry-info .entry-views:before {
  content: '';
  background-color: #ddd;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.entry-info .edit-link {
    position: absolute;
    z-index: 5;
    top: 30px;
    right: 6px;
    background: #fff;
    padding: 3px 5px;
    border-radius: 3px;
}
.entry-info .edit-link:before { display: none; }

.archive .lead {
  padding-top: 11px;
  margin-bottom: 40px;
}
.archive .lead h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 1em;
    margin-bottom: 0.3em;
}
.archive .lead .alignleft {
    float: left;
    margin-right: 20px;
}
.archive .lead .alignright {
    float: right;
    margin-left: 20px;
}

.entry-cover {
  text-align: center;
  min-height: 128px;
}
#main > header {
  border-bottom: 1px solid #eee;
  margin-bottom: 22px;
  padding-bottom: 33px;
}
#main > header h1 {
  font-size: 84px;
  font-weight: 300;
  line-height: 72px;
  margin-bottom: 0.16em;
}
#main > header p {
  margin-bottom: 18px;
}
#main > header p.secondary-control {
  margin: 0;
}
.last_update {
    color: #ccc;
    font-size: 14px;
    font-weight: normal;
}
.tag-list a {
  border: 1px solid #76c36e;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
  line-height: 24px;
  display: inline-block;
  margin: 0 3px 6px 0;
}
.tag-list a:hover {
  background: #76c36e;
  color: #fff;
}
.pagination h2,
.pagination .nav-links > * {
  display: none;
}
.pagination .nav-links > * {
  border-radius: 3px;
  height: 57px;
  position: relative;
  line-height: 55px;
  font-weight: 600;
}
.pagination-ajax {
  position: relative;
  top: 5px;
  display: block;
}
.pagination-ajax .nav-links > .next,
.pagination-ajax .nav-links > .prev {
  display: block;
  text-indent: -9999px;
  width: 100%;
  background: #76c36e;
}
.pagination-ajax .nav-links > .next.loading,
.pagination-ajax .nav-links > .prev.loading {
  text-indent: 0;
}
.pagination-ajax .nav-links > .next:hover,
.pagination-ajax .nav-links > .prev:hover {
  background: #151515;
}
.pagination-ajax .nav-links > .next:after,
.pagination-ajax .nav-links > .prev:after {
  content: 'Больше новостей';
  position: absolute;
  text-indent: 0;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 57px;
}
.pagination-ajax .ajax-comments-next > .next:after {
  content: '↓ Еще комментарии';
}
.pagination-ajax .ajax-comments-prev > .prev:after {
  content: '↑ Еще комментарии';
}
.pagination-ajax .ajax-comments-prev {
  margin-top: 25px;
}
.pagination-ajax .prev.page-numbers {
  margin-top: 50px;
}
.search-results .pagination-ajax .prev.page-numbers,
.author .pagination-ajax .prev.page-numbers,
.home .pagination-ajax .prev.page-numbers,
#main .pagination-ajax .prev.page-numbers {
  display: none;
}
.pagination-simple .nav-links > .prev,
.pagination-simple .nav-links > .next,
.pagination-simple .nav-links .current:last-child {
  display: block;
  width: 50%;
  float: left;
  border: 1px solid #76c36e;
  text-align: center;
}
.pagination-simple .nav-links > .prev:hover,
.pagination-simple .nav-links > .next:hover,
.pagination-simple .nav-links .current:last-child:hover {
  background: #76c36e;
  color: #fff;
}
.pagination-simple .nav-links > .prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-style: dashed;
}
.pagination-simple .nav-links > .next,
.pagination-simple .nav-links .current:last-child {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  z-index: 1;
  margin-left: -1px;
}
.pagination-simple .nav-links .current:last-child {
  text-indent: -9999px;
  color: #eee;
  border-color: #eee;
  margin-left: 0;
}
.pagination-simple .nav-links .current:last-child:hover {
  background: inherit;
  color: inherit;
}
.pagination-simple .nav-links .current:last-child:hover:after {
  color: #eee;
}
.pagination-simple .nav-links .current:last-child:after {
  content: 'Следующая →';
  display: block;
  text-indent: 0;
  position: relative;
  top: -55px;
}


.pagination-number {
    border-top: 2px solid #eee;
    padding-top: 20px;
    text-align: center;
    position: relative;
}
.pagination-number a,
.pagination-number span {
    display: inline-block;
    color: #000000;
    font-size: 19px;
    font-weight: lighter;
    float: left;
    line-height: 45px;
    height: 45px;
    padding: 0 16px;
}
.pagination-number a:hover {
    color: #76c36e;
}
.pagination-number.min a,
.pagination-number.min span {
    font-size: 17px;
}
.pagination-number.mic a,
.pagination-number.mic span {
    font-size: 15px;
}
.pagination-number .current {
    color: #eee;
}
.pagination-number > a:first-child {
    position: absolute;
    top: 21px;
    left: 0;
    padding-left: 0;
}
.pagination-number > a:last-child {
    position: absolute;
    top: 21px;
    right: 0;
    padding-right: 0;
}
.pagination-number .num {
    display: inline-block;
}
.pagination-number .num a:first-child,
.pagination-number .num span:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-number .num a,
.pagination-number .num span {
    border: 1px solid #eee;
    margin-right: -1px;
}
.pagination-number .num a:last-child,
.pagination-number .num span:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.pre-footer {
  margin-bottom: 51px;
}
.skyline {
  background: url('img/skyline.png') repeat-x bottom;
}
.skyline .wrapper {
  background: #fff url('img/footer-anchor.png') repeat-x bottom left;
  padding-bottom: 20px;
}
.skyline .discount-box {
  border: 1px solid #151515;
}
body footer.footer-site {
  background: #151515;
  color: #fff;
  padding-bottom: 24px;
}
body footer.footer-site .row .col-1 {
  width: 32%;
}
body footer.footer-site .row .col-2 {
  width: 33%;
}
body footer.footer-site .row .col-3 {
  width: 35%;
}
body footer.footer-site a {
  color: inherit;
}
body footer.footer-site .wrapper-trends {
  background: #1c1c1c;
}
body footer.footer-site .trends {
  margin-left: -40px;
  margin-bottom: 24px;
}
body footer.footer-site .trends a {
  color: inherit;
}
body footer.footer-site .trends li:first-child {
  border: none;
}
body footer.footer-site .copyright {
  font-size: 16.2px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.035em;
  margin-bottom: 10px;
}
body footer.footer-site .copyright strong {
  font-size: 21.96px;
  font-style: normal;
  font-weight: 400;
  padding-left: 4px;
}
body footer.footer-site .copyright .icon {
  vertical-align: -2px;
  width: 18px;
  height: 18px;
}
body footer.footer-site .stat p {
  position: absolute;
  width: 50%;
  right: 0px;
  top: 0px;
  color: #808080;
  font-size: 11px;
  line-height: 14.4px;
  font-weight: 300;
  font-style: italic;
  padding-left: 14px;
  text-align: right;
}
body footer.footer-site .stat p:first-child {
  right: auto;
  left: 0px;
  padding-left: 0;
  padding-right: 14px;
  text-align: left;
}
body footer.footer-site .stat p:first-child:after {
  content: ' ';
  height: 66px;
  width: 1px;
  background: #4d4d4d;
  position: absolute;
  top: 0px;
  right: 0px;
  transform: skewX(-20deg);
}
body footer.footer-site .stat p:first-child span {
  float: right;
}
body footer.footer-site .stat p strong {
  display: block;
  color: #fff;
  font-size: 32.4px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
body footer.footer-site .stat p span {
  float: left;
}
body footer.footer-site .tech {
  height: 40px;
  margin-bottom: 18px;
  border-bottom: 1px solid #4d4d4d;
  overflow: hidden;
}
body footer.footer-site .tech li {
  height: 40px;
}
body footer.footer-site .tech a[href^="mailto"] {
  font-style: italic;
}
body footer.footer-site .appstoreBut {
  display: inline-block;
  width: 135px;
  height: 40px;
  background-image: url("img/apple-app.png");
  text-indent: -9999px;
  background-size: cover;
  transition: all 0.3s;
}
body footer.footer-site .appstoreBut:hover {
  opacity: 0.9;
  transition-duration: 0s;
}
body footer.footer-site .appstore {
  font-size: 11px;
  line-height: 16.2px;
  font-weight: 300;
  width: 128px;
  display: block;
}
body footer.footer-site .appstore:hover {
  color: #808080;
}
body footer.footer-site .appstore .icon {
  float: left;
  margin-right: 6px;
  margin-top: 3px;
}
body footer.footer-site .authors {
  text-align: right;
  margin-top: -3.7em;
}
body footer.footer-site .authors li {
  float: none;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  color: #808080;
}
body footer.footer-site .authors li a {
  color: #fff;
  display: inline;
  font-weight: 300;
}
body footer.footer-site .authors li a:hover {
  color: #808080;
}
aside nav li {
  float: none;
}
aside.popular {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin: 30px 0 20px;
}
aside.popular > h3 {
  color: #181721;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  position: relative;
  -webkit-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  margin-bottom: 28px;
}
aside.popular > h3 strong {
  font-size: 25.2px;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: block;
  border: 1px solid #181721;
  padding: 12px 0;
  width: 210px;
  margin: 4px auto;
  position: relative;
  max-height: 53px;
  line-height: 27px;
}
aside.popular > h3 strong:before,
aside.popular > h3 strong:after {
  content: '';
  background: #fff;
  width: 53px;
  height: 53px;
  border: 1px solid red;
  border-color: inherit;
  position: absolute;
  top: -1px;
  -webkit-transform: rotate(45deg) skew(20deg, 20deg) scale(0.5);
  transform: rotate(45deg) skew(20deg, 20deg) scale(0.5);
}
aside.popular > h3 strong:before {
  border-width: 1px 1px 0 0;
  left: -27px;
}
aside.popular > h3 strong:after {
  border-width: 0 0 1px 1px;
  right: -27px;
}
aside.popular > h3:before,
aside.popular > h3:after {
  content: '';
  background: #181721;
  position: absolute;
  width: 18px;
  height: 1px;
  bottom: 27px;
  z-index: 2;
}
aside.popular > h3:before {
  left: 0;
}
aside.popular > h3:after {
  right: 0;
}
aside.popular .entry-cover {
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
}
aside.popular .entry-cover .post-edit-link {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  line-height: normal;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px 0 0 0;
  padding: 1px 4px;
}
aside.popular .entry-info {
  overflow: hidden;
  display: none;
}
aside.popular .entry-info ul {
  white-space: nowrap;
}
aside.popular .entry-cover,
aside.popular .entry-cover img {
  max-height: 240px;
  width: auto;
  border-radius: 2px;
}
aside.popular .entry-title {
  font-size: 16.2px;
  line-height: 19px;
  font-weight: 600;
  padding-top: 2px;
}
aside.popular .entry-title .cc {
  font-size: 11px;
  margin-left: 3px;
  top: 5px;
}
aside.popular .entry-title a:first-child {
  margin-right: 0px;
  padding-right: 0;
  white-space: normal;
}
aside.popular .entry-title a:last-child {
  margin-left: 0px;
}
aside.popular article + article {
  padding-top: 20px;
  margin-top: 20px;
}

aside.podcast,
aside.discount {
  margin-top: 15px;
}
aside.podcast a,
aside.discount a {
  display: block;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 14px 55px 14px 24px;
  font-size: 14px;
  line-height: normal;
  background: transparent url('img/podcast-bg.jpg') no-repeat 166px -38px;
  transition: color 0.3s;
}
aside.podcast a:hover,
aside.discount a:hover {
  border-color: #a3df9d;
  transition-duration: 0s;
}
aside.podcast a:hover strong,
aside.discount a:hover strong {
  color: #76c36e;
  transition-duration: 0s;
}
aside.podcast a strong,
aside.discount a strong {
  font-size: 16px;
  margin-bottom: 6px;
  color: #151515;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.3s;
}
aside.podcast a span,
aside.discount a span {
  color: #999;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
}
aside.podcast a strong,
aside.discount a strong,
aside.podcast a span,
aside.discount a span {
  display: block;
}
aside.discount a {
  padding-right: 72px;
  background: transparent url('img/discount-bg.png') no-repeat 166px -6px;
}
aside.discount a:hover {
  border-color: #ffc9d8;
}
aside.discount a:hover strong {
  color: #ff1753;
}
aside.discount strong {
  margin-left: -10px;
}
aside.menu {
  margin: 30px 0;
}
aside.menu h3 {
  color: #151515;
  font-size: 36px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 8px;
}
aside.menu.menu-dark nav {
  background: #282828 url('img/aside-hot-bg.jpg') no-repeat 46% -33%;
}
aside.menu.menu-dark a {
  color: #fff;
}
aside.menu.menu-dark li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
aside.menu.menu-light nav {
  background: #fff url('img/aside-reviews-bg.jpg') no-repeat top center;
  border: 1px solid #f5f5f5;
  border-top-width: 0;
}
aside.menu.menu-light a {
  color: #151515;
}
aside.menu.menu-light li + li {
  border-top: 1px solid #f5f5f5;
}
aside.menu nav {
  border-radius: 2px;
  padding: 210px 20px 16px;
}
aside.menu a {
  height: 42px;
  line-height: 42px;
  font-size: 16.8px;
  font-weight: 600;
  margin: -1px -20px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
aside.menu a:hover {
  background: #76c36e;
  color: #fff;
}
aside.discount-box {
  height: 112px;
  border-radius: 3px;
  border: 1px solid #eee;
  line-height: normal;
  position: relative;
  padding: 0 204px 0 259px;
}
aside.discount-box .offer {
  width: 33.3%;
  float: left;
  height: 100%;
  padding: 0 15px;
}
aside.discount-box .offer .img-wrap {
  width: 58px;
  height: 58px;
  position: relative;
  float: left;
  margin: 22px 0 0 -69px;
}
aside.discount-box .offer .img-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(img/mask175.png) no-repeat center;
  background-size: 100%;
}
aside.discount-box .offer .img-wrap img {
  width: 100%;
  height: 100%;
}
aside.discount-box .offer .meta {
  height: 110px;
  vertical-align: middle;
  display: table-cell;
}
aside.discount-box .offer .meta .title {
  overflow: hidden;
  max-height: 38px;
}
aside.discount-box .offer .meta a {
  font-size: 12px;
  overflow: hidden;
}
aside.discount-box .title,
aside.discount-box .large {
  transition: all 0.3s;
}
aside.discount-box a {
  display: block;
  height: 100%;
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  padding-left: 69px;
}
aside.discount-box a:hover .title,
aside.discount-box a:hover .large {
  color: #ff1753;
  transition-duration: 0s;
}
aside.discount-box .title {
  font-size: 16px;
  line-height: 18px;
  display: block;
  font-weight: 600;
}
aside.discount-box .mute,
aside.discount-box .oldprice {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  color: #999;
  display: block;
}
aside.discount-box .latest,
aside.discount-box .other {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: -1px;
  border: solid 1px transparent;
}
aside.discount-box .latest {
  width: 245px;
  left: 0;
  border-right: 1px dashed #ddd;
}
header > aside.discount-box .latest {
  border-radius: 3px;
  border: solid 1px #76c36e;
  transition: all 0.3s;
}
header > aside.discount-box .latest:hover {
  border-color: #ff1753;
}
aside.discount-box .latest a {
  padding: 31px 0 0 11px;
}
aside.discount-box .latest .title {
  line-height: 10px;
  font-size: 20px;
  margin-bottom: 12px;
}
aside.discount-box .latest:hover .date {
  color: #ff1753;
  transition-duration: 0s;
}
aside.discount-box .latest .date {
  text-align: center;
  display: block;
  width: 77px;
  height: 100%;
  float: left;
  text-transform: lowercase;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  color: #76c36e;
  transition: all 0.3s;
}
aside.discount-box .latest .date .day {
  display: block;
  font-size: 48px;
  font-style: normal;
  letter-spacing: -5px;
  line-height: 30px;
}
aside.discount-box .other {
  right: 0;
  width: 190px;
  border-left: 1px dashed #ddd;
}
aside.discount-box .other:hover a {
  color: red;
}
aside.discount-box .other a {
  font-size: 12px;
  padding: 20px 30px;
  line-height: 14px;
  background: url(img/discount-bg-sm.png) no-repeat 110px 10px;
}
aside.discount-box .other a .large {
  font-size: 33px;
  font-weight: normal;
  display: block;
  line-height: 35px;
}
article.discounts {
  position: relative;
}
article.discounts .entry-header .entry-title {
  line-height: 42px;
  margin-bottom: 6px;
}
article.discounts.conclude p {
  color: #999;
}
article.discounts .lead {
  margin-bottom: 0;
}
article + article.discounts {
  margin-top: 35px;
}
article.discounts .price {
  float: right;
  margin: 0 0 20px 20px;
}
article.discounts .price .new {
  display: inline-block;
  padding: 2px 12px;
  color: #76c36e;
  border: solid 1px #76c36e;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
}
article.discounts .price .new:hover {
  background-color: #76c36e;
  color: #fff;
}
article.discounts .price .old {
  color: #999;
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 14px;
  margin-top: 5px;
}
article.discounts .img-wrap {
  display: block;
  float: left;
  width: 58px;
  height: 58px;
  position: relative;
  top: 6px;
  margin-right: 15px;
}
article.discounts .img-wrap img {
  width: 100%;
  height: 100%;
}
article.discounts .img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/mask175.png) no-repeat;
  background-size: 100%;
}
article.discounts .entry-summary {
  color: #181721;
  font-size: 18px;
  padding-left: 73px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 7px;
}
article.discounts .entry-info {
  font-size: 12px;
  padding-left: 73px;
  margin-bottom: 15px;
}
article.discounts .entry-info strong {
  font-weight: bold;
}
article.discounts .entry-info .info-wrap {
  white-space: nowrap;
  display: inline-block;
  border-top: 1px solid #eee;
  padding-top: 8px;
}
article.discounts .screens {
  position: relative;
  padding: 10px 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-top: none;
  border-bottom: none;
  margin: -10px -1px;
}
article.discounts .screens img {
  height: 355px;
}
article.discounts .screens.scrollyeah_shadow_no-right {
  border-right-color: transparent;
}
article.discounts .screens.scrollyeah_shadow_no-left {
  border-left-color: transparent;
}
.scrollyeah__shaft {
  font-size: 0;
}
.scrollyeah__shaft > img + img {
  margin-left: 15px;
}
.scrollyeah__shaft img {
  width: auto;
}
.btn {
  display: inline-block;
  border-radius: 3px;
  border: none;
  padding: 7px 29px 8px;
}
.btn.primary {
  transition: background-color 0.3s;
  display: block;
  float: left;
  background: #76c36e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 19px;
  position: relative;
}
.btn.primary:hover {
  transition-duration: 0s;
  background-color: #181721;
}
.btn.primary .spinner {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 -20px;
  width: auto;
}
.btn.primary.loading .caption {
  visibility: hidden;
}
.btn.primary.loading .spinner {
  display: block;
}
.btn.default {
  transition: background-color 0.3s;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 29px 8px;
  margin-right: 19px;
  position: relative;
}
.btn.default:hover {
  transition-duration: 0s;
  background-color: #181721;
  color: #fff;
}
.btn.btn-outline {
    transition: background-color 0.3s;
    float: none;
    text-align: center;
    padding: 13px 0;
    font-weight: normal;
    margin: 0 0 20px;
    background: transparent;
    color: #76c36e;
    border: 1px solid #76c36e;
}
.btn.btn-outline:hover {
    transition-duration: 0s;
    border-color: #76c36e;
    color: #fff;
    background: #76c36e;
}
.btn.btn-filled {
    position: relative;
    transition: all 0.3s;
    float: none;
    text-align: center;
    padding: 13px 0;
    margin: 0 0 20px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 1px 0 rgba(29,179,41,0.6);
    background: none;
}
.btn.btn-filled:before {
    transition: opacity 0.3s;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    opacity: 0;
    background: rgb(61,59,84);
    background: -moz-linear-gradient(top, rgba(61,59,84,1) 0%, rgba(24,23,33,1) 100%);
    background: -webkit-linear-gradient(top, rgba(61,59,84,1) 0%,rgba(24,23,33,1) 100%);
    background: linear-gradient(to bottom, rgba(61,59,84,1) 0%,rgba(24,23,33,1) 100%);
    z-index: -1;
}
.btn.btn-filled:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background: rgb(137,230,129);
    background: -moz-linear-gradient(top, rgba(137,230,129,1) 0%, rgba(119,199,111,1) 100%);
    background: -webkit-linear-gradient(top, rgba(137,230,129,1) 0%,rgba(119,199,111,1) 100%);
    background: linear-gradient(to bottom, rgba(137,230,129,1) 0%,rgba(119,199,111,1) 100%);
    z-index: -2;
}
.btn.btn-filled:hover {
    text-shadow: 0 1px 0 rgba(0,0,0,0.6);
    background: none;
}
.btn.btn-filled:hover:before {
    transition-duration: 0s;
    opacity: 1;
}
.btn.mini {
    padding: 8px 0;
    width: 160px;
}

.btn.right {
    float: right;
    margin-bottom: 0;
}

.pagination-ajax .next.page-numbers {
    margin-top: 100px;
}

.cancel {
  display: none;
  border: none;
  border-bottom: 1px dashed #cccccc;
  background: none;
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin-right: 19px;
  margin-top: 12px;
  line-height: 18px;
  padding: 0;
  position: relative;
  transition: 0.3s;
}
.cancel:hover {
  transition-duration: 0s;
  color: #76c36e;
}
.clearfix {
  clear: both !important;
  float: none !important;
}
#main > header.discounts {
  margin-bottom: 24px;
}
#main > header.discounts .social-buttons {
  margin: -5px 0 0;
}
#main > header.discounts h1:after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 55px;
  background: url(img/discount-header.png) no-repeat center;
  margin-left: 15px;
  position: relative;
  top: 3px;
  background-size: 100%;
}
.breadcrumbs-logo span {font-size: 0}
.breadcrumbs-logo svg {
    margin-bottom: -3px;
}
.breadcrumbs-logo:hover {
    border-bottom: 2px solid #151515 !important;
}
.breadcrumbs-logo #breadcrumbs {
    transition: all 0.3s;
}
.breadcrumbs-logo:hover #breadcrumbs {
    fill: #000;
    transition-duration: 0s;
}

.social-buttons {
  margin: 35px 0 28px;
}
.social-buttons > div {
  width: 20%;
  float: left;
}
.social-buttons #fb {
  margin-top: -7px;
}
.social-buttons .btn {
  margin-right: 8px;
  background: #000;
  color: white;
}
.social-buttons .btn .counter {
  font-weight: bold;
  display: inline-block;
  line-height: 19px;
  border-left: solid 1px rgba(255, 255, 255, 0.13);
  padding-left: 5px;
  margin-left: 3px;
}
.social-buttons .btn .icon {
  width: 14px;
  height: 19px;
  background-position: center;
  vertical-align: top;
  background-color: transparent;
}
.social-buttons .btn.twitter {
  background-color: #00aced;
}
.social-buttons .btn.twitter:hover {
  background-color: #0082e4;
}
.social-buttons .btn.vk {
  background-color: #45668e;
}
.social-buttons .btn.vk:hover {
  background-color: #1c4679;
}
.social-buttons .btn.facebook {
  background-color: #3b5998;
}
.social-buttons .btn.facebook:hover {
  background-color: #143783;
}
.social-buttons .btn.odnoklassniki {
  background-color: #ed812b;
}
.social-buttons .btn.odnoklassniki:hover {
  background-color: #db6300;
}
.social-buttons .btn.google-plus {
  background-color: #dd4b39;
}
.social-buttons .btn.google-plus:hover {
  background-color: #cc251c;
}
.social-buttons .icon-twitter {
  background-image: url(img/social-twitter.png);
}
.social-buttons .icon-vk {
  background-image: url(img/social-vk.png);
}
.social-buttons .icon-facebook {
  background-image: url(img/social-facebook.png);
}
.social-buttons .icon-odnoklassniki {
  background-image: url(img/social-odnoklassniki.png);
}
.social-buttons .icon-google-plus {
  background-image: url(img/social-google-plus.png);
  width: 17px;
}
.single .entry-content h3 {
  line-height: 1.0;
  font-size: 36px;
  font-weight: 300;
  margin: 30px 0 10px;
}
.related-posts {
  line-height: normal;
  margin-bottom: 30px;
}
.related-posts article.hentry .entry-header .entry-title {
  overflow: hidden;
}
.related-posts .related-posts-list {
  overflow: hidden;
}
.related-posts .related-posts-list .entry-title {
  font-size: 40px;
  line-height: 44px;
}
.related-posts .related-posts-list .entry-title .cc {
  vertical-align: 20%;
}
.related-posts .related_post_title {
  margin-top: 33px;
}
.related-posts h3 .tags-labels {
  display: inline-block;
  margin-right: -200px;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.related-posts article.preview {
  height: 350px;
  max-height: 350px;
  margin-bottom: 0;
}
.related-posts article.preview .cover {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 350px;
  vertical-align: middle;
  overflow: hidden;
  border: 1px solid #eee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.related-posts article.preview .cover img {
  width: 100%;
  margin: -500px 0;
}
.related-posts .related-also {
  width: 50%;
  float: left;
  height: 113px;
  padding-top: 22px;
}
.related-posts .related-also .title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-right: 40px;
  transition: 0.3s;
}
.related-posts .related-also .description {
  line-height: 19px;
}
.related-posts .related-also .cc {
  font-size: 11px;
  position: relative;
  top: 2px;
  margin-left: -40px;
}
.related-posts .related-also a:hover .title {
  color: #76c36e;
  transition-duration: 0s;
}
.related-posts .related-also.number-0 {
  border-left: solid 1px #eee;
  border-bottom: solid 1px #eee;
  border-bottom-left-radius: 3px;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
}
.related-posts .related-also.number-0:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  top: 15px;
  bottom: 18px;
  background: #eee;
}
.related-posts .related-also.number-1 {
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  border-bottom-right-radius: 3px;
  padding-right: 30px;
  padding-left: 20px;
}
.related-posts .related-also .preview {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  font-size: 0;
  float: left;
  margin-right: 13px;
}
.related-posts .related-also .preview img {
  max-wight: 100%;
  max-height: 100%;
  display: inline-block;
}

.tags-labels .tag {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #76c36e;
  color: #76c36e;
  padding: 4px 10px;
  border-radius: 2px;
  float: left;
  margin-right: 5px;
}
.tags-labels .tag:hover {
  color: #fff;
  background-color: #76c36e;
}
.commentlist {
  margin-top: -36px;
}
.commentlist > .children {
  margin-left: 50px;
}
.comment {
  font-size: 16px;
  color: #181721;
  font-weight: 300;
  margin-top: 38px;
}
.comment .avatar {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  overflow: hidden;
  float: left;
  margin-right: 11px;
}
.comment .comment-author {
  line-height: 17px;
}
.comment .comment-author .fn {
  font-weight: 600;
}
.comment .comment-author a {
  font-size: 12px;
  font-style: italic;
  color: #999;
  font-weight: 300;
}
.comment .comment-author a:hover {
  border-bottom: 1px dashed #eee;
}
.comment .text {
  margin-top: 6px;
  margin-bottom: -1.2em;
  line-height: 24px;
  word-wrap: break-word;
}
.comment .text a {
  word-wrap: break-word;
}
.comment .text em.comment-awaiting-moderation {
  border: 1px solid #E6E7E3;
  border-radius: 4px;
  color: #181721;
  padding: 4px 14px;
  font-size: 12px;
  display: block;
  margin-top: -14px;
}
.comment .reply {
  margin-top: 21px;
  position: relative;
  border-bottom: solid 1px #eee;
  transition: border-color 0.5s;
  margin-bottom: -1px;
  height: 16px;
}
.comment .reply .link-wrapper {
  padding: 0 10px;
  margin-left: -10px;
  background: white;
  position: absolute;
}
.comment .reply a {
  font-size: 14px;
  color: #999;
  font-weight: 300;
}
.comment .reply a:hover {
  color: #181721;
}
.comment .contents {
  position: relative;
  padding: 20px 18px 0;
  margin: -20px -18px 0;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: border-color 0.5s;
}
.comment.active > .contents {
  border-color: #76c36e;
}
.comment.active > .contents .reply {
  border-bottom-color: transparent;
}
#respond {
  margin-top: 33px;
  margin-bottom: 6px;
  font-size: 16px;
  color: #181721;
  font-weight: 300;
}
#respond .auth_required {
  color: black;
  font-size: 14px;
  margin-top: 40px;
}
#respond .auth_required span {
  position: relative;
  top: 7px;
}
#respond .avatar {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  overflow: hidden;
  float: left;
  margin-right: 11px;
}
#respond .meta {
  font-weight: 600;
  line-height: 26px;
}
#respond .field {
  float: none;
  clear: both;
  display: block;
  width: 500px;
  height: 120px;
  border: solid 1px #eee;
  margin: 11px 0 5px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  color: #181721;
  padding: 10px 15px;
  border-radius: 3px;
  resize: none;
}
#respond .field::placeholder {
  color: #999;
  opacity: 1;
}
#respond .field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#respond .field::-webkit-placeholder {
  color: #999;
  opacity: 1;
}
#respond .field::-ms-placeholder {
  color: #999;
  opacity: 1;
}
#respond .recipient {
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
#respond .recipient:before {
  content: "@ ";
}
#respond .recipient.empty {
  display: none;
}
#respond .recipient.empty + i {
  display: none;
}
#respond .icon-remove {
  position: relative;
  background-image: url(img/comment_remove.png);
  background-position: center;
  cursor: pointer;
  width: 11px;
  height: 11px;
}
#respond .icon-remove:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  opacity: 0;
  transition: all 0.3s;
  background-image: url(img/comment_remove_hover.png);
}
#respond .icon-remove:hover:before {
  opacity: 1;
  transition-duration: 0s;
}
#respond .field-wrapper {
  position: relative;
  clear: both;
}
#respond .field-wrapper .recipient-label {
  position: absolute;
  top: 11px;
  left: 16px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  color: #999;
}
#respond p {
  margin-bottom: 12px;
}
#respond .subscribe {
  position: relative;
  font-size: 12px;
  color: #999;
  padding-left: 20px;
}
#respond .subscribe input {
  display: none;
}
#respond .subscribe span {
  white-space: no-wrap;
}
#respond .subscribe span:before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #EEE;
  border-radius: 2px;
  margin-right: 7px;
}
#respond .subscribe input:checked + span:before {
  border: none;
  background: url('img/check.png') no-repeat center;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s;
  z-index: 1000;
}
.backdrop.active {
  background-color: rgba(255, 255, 255, 0.97);
}
.checkbox {
  line-height: 14px;
  margin: 15px 0 11px;
}
.checkbox input {
  display: none;
}
.checkbox label {
  vertical-align: top;
  position: relative;
  top: -2px;
}
.checkbox label:before {
  vertical-align: top;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #eee;
  border-radius: 2px;
  margin-right: 7px;
}
.checkbox input:checked + label:before {
  border: none;
  background: url(img/check.png) no-repeat center;
}
.modal {
  min-height: 280px;
  opacity: 0.2;
  bottom: 100%;
  width: 310px;
  background: white;
  border-radius: 0 0 5px 5px;
  border: solid 1px #eee;
  border-top: none;
  transition: opacity 0.3s;
  margin: auto;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.05);
  padding: 25px 30px 24px;
}
.modal.active {
  opacity: 1;
}
.modal .checkbox label {
  color: #999;
  font-size: 12px;
}
.modal input[type="text"],
.modal input[type="password"] {
  border: solid 1px #eee;
  border-radius: 3px;
  display: block;
  width: 100%;
  color: #181721;
  font-size: 16px;
  line-height: normal;
  padding: 8px 15px 8px;
  margin-bottom: 11px;
}
.modal input[type="text"]::placeholder,
.modal input[type="password"]::placeholder {
  color: #999;
  opacity: 1;
}
.modal input[type="text"]::-moz-placeholder,
.modal input[type="password"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.modal input[type="text"]::-webkit-placeholder,
.modal input[type="password"]::-webkit-placeholder {
  color: #999;
  opacity: 1;
}
.modal input[type="text"]::-ms-placeholder,
.modal input[type="password"]::-ms-placeholder {
  color: #999;
  opacity: 1;
}
.modal .nav-tabs {
  text-align: justify;
  line-height: 1.2em;
  font-size: 27px;
  margin-bottom: 19px;
}
.modal .nav-tabs:before {
  content: "";
  display: block;
  margin-bottom: -1.2em;
}
.modal .nav-tabs:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.modal .nav-tabs > li {
  display: inline-block;
  position: relative;
  top: 1.2em;
}
.modal .nav-tabs > li.separator {
  margin-left: -10px;
  margin-right: -10px;
  color: #ddd;
}
.modal .nav-tabs > li a {
  color: #ddd;
  font-weight: normal;
  border-bottom: dashed 1px #ddd;
}
.modal .nav-tabs > li.active a {
  color: #181721;
  border: none;
}
.modal .tab-pane {
  display: none;
}
.modal .tab-pane.active {
  display: block;
}
.modal .btn {
  font-size: 16px;
  font-weight: 600;
}
.modal .btn.btn-primary {
  color: white;
  background-color: #76c36e;
  transition: all 0.3s;
}
.modal .btn.btn-primary:hover {
  background-color: #181721;
  transition-duration: 0s;
}
.modal .hint {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #999;
}
.modal .submit {
  margin-top: 20px;
}
.modal .submit .helper {
  font-weight: 300;
  font-size: 12px;
  border-bottom: solid 1px #d6edd3;
  display: inline-block;
  line-height: normal;
  position: relative;
  top: -3px;
  margin-left: 10px;
}
.modal .submit .helper:hover {
  border-bottom-color: #181721;
}
.foreign-posts {
  clear: both;
  margin: 60px -40px 0;
  padding: 0 40px;
  border-top: 1px solid #000;
  width: 1100px;
}
.foreign-posts-list .foreign-post {
  width: 400px;
  float: right;
  height: 75px;
  margin-bottom: 20px;
}
.foreign-posts-list .foreign-post a:hover .description {
  transition-duration: 0s;
  color: #76c36e;
}
.foreign-posts-list .foreign-post .description {
  font-size: 16px;
  color: #181721;
  line-height: 21px;
  transition: all 0.3s;
}
.foreign-posts-list .foreign-post .description .title {
  position: relative;
  top: -4px;
}
.foreign-posts-list .foreign-post .preview-wrap {
  position: relative;
  float: left;
  margin-right: 14px;
}
.foreign-posts-list .foreign-post .preview-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat center;
}
.foreign-posts-list .foreign-post.hi-newsru .preview-wrap:after {
  background-image: url(img/hi-news.png);
  background-size: cover;
  width: 23px;
  height: 26px;
  margin: -12px -11px;
}
.foreign-posts-list .foreign-post.androidinsiderru .preview-wrap:after {
  background-image: url(img/android.png);
  background-size: cover;
  width: 25px;
  height: 23px;
  margin: -10px -11px;
}
.foreign-posts-list .foreign-post .preview {
  width: 150px;
  height: 75px;
  line-height: 75px;
  vertical-align: center;
  overflow: hidden;
  float: left;
  border-radius: 3px;
}
.foreign-posts-list .foreign-post .preview img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: -100px 0;
}
.foreign-posts-list .foreign-post.number-0,
.foreign-posts-list .foreign-post.number-1 {
  height: auto;
  width: 280px;
  margin-right: 30px;
  float: left;
}
.foreign-posts-list .foreign-post.number-0 .description,
.foreign-posts-list .foreign-post.number-1 .description {
  margin-bottom: -40px;
}
.foreign-posts-list .foreign-post.number-0 .preview-wrap,
.foreign-posts-list .foreign-post.number-1 .preview-wrap {
  margin: 0 0 15px;
}
.foreign-posts-list .foreign-post.number-0 .preview-wrap:after,
.foreign-posts-list .foreign-post.number-1 .preview-wrap:after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.foreign-posts-list .foreign-post.number-0 .preview,
.foreign-posts-list .foreign-post.number-1 .preview {
  width: 280px;
  height: 170px;
  line-height: 170px;
}
aside.abouts {
  border: solid 1px #eee;
  border-radius: 3px;
  padding: 6px 13px 7px;
  font-size: 16px;
  color: #181721;
  text-align: center;
}
aside.abouts a {
  margin: 0 5px;
  word-spacing: 0;
  color: inherit;
  font-weight: 600;
}
aside.abouts a:hover {
  color: #76c36e;
}
#main > header.search {
  border-bottom: 0;
  padding: 0;
}
#main .search-form {
  position: relative;
}
#main .search-form input {
  width: 100%;
  border: 1px solid #eee;
  color: #181721;
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  padding: 9px 10px 8px 51px;
  border-radius: 3px;
  margin-top: 3px;
}
#main .search-form button[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  height: 50px;
  width: 45px;
  text-align: right;
}
#main .search-form .icon-search {
  background-position: -72px 0;
  margin-top: 13px;
}
#main .search-form button[type="reset"] {
  display: none;
}
#main .search-form .hint {
  color: #999;
  font-size: 12px;
  font-weight: 300;
  padding-left: 50px;
  margin: 0;
}
#main .search-form .hint strong {
  font-weight: bold;
  color: #181721;
}
.search-results #main article {
  padding-top: 20px;
  margin-top: 18px;
}
.search-results #main .entry-header .thumbnail {
  width: 118px;
  height: 74px;
  float: left;
  overflow: hidden;
  line-height: 74px;
  font-size: 0;
  margin-right: 30px;
}
.search-results #main .entry-header .thumbnail img {
  width: 100%;
  margin: -100px 0;
}
.search-results #main .entry-header .entry-title {
  font-size: 30px;
  font-weight: normal;
  line-height: 32px;
}
.search-results #main .entry-info {
  margin-left: 148px;
}
.search-results #main .entry-info .entry-author {
  margin: 0;
  padding: 0;
}
.search-results #main .entry-info .entry-author:before {
  display: none;
}
.search-results #main .pagination-ajax {
  margin-top: 25px;
}
.static .entry-header .entry-title {
  font-size: 84px;
  font-weight: 300;
  line-height: normal;
}
.entry-content h2 {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 21.6px;
}
.entry-content ul {
  margin-bottom: 1.2em;
}
.entry-content ul > li {
  margin: 0 0 11px 52px;
}
.entry-content ul > li:before {
  content: "—";
  display: inline-block;
  width: 41px;
  margin: 0 11px 0 -52px;
  text-align: right;
}
.entry-content ol {
  counter-reset: list 0;
}
.entry-content ol li {
  margin: 0 0 1em 52px;
}
.entry-content ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
  color: #999999;
  font-style: italic;
  margin-right: 7px;
}
.error404 #main {
  width: 100%;
  font-size: 36px;
  text-align: center;
  line-height: normal;
}
.error404 #main .go-home {
  font-weight: 300;
  padding-right: 36px;
  background: url(img/right.png) no-repeat right 23px;
}
.error404 #main .go-home:hover {
  background-image: url(img/right-active.png);
}
.error404 #main h1 {
  background: url(img/404.png) no-repeat center;
  width: 305px;
  height: 143px;
  text-indent: -999px;
  overflow: hidden;
  margin: 45px auto 30px;
}
.podcastair#main > header {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.podcastair .info {
  display: inline-block;
  font: 300 11px/12px 'Open Sans', sans-serif;
  margin-right: 20px;
}
.podcastair .info b {
  float: left;
  font: 700 26px/27px 'Open Sans', sans-serif;
  margin-right: 6px;
}
.podcastair .info i {
  display: inline-block;
  width: 23px;
  height: 23px;
}
.podcastair .info i.headphones {
  background: url('img/headphones.png') no-repeat center bottom;
}
.podcastair .info i.icon-chat {
  margin-bottom: -4px;
  background: url('img/icon-chat.png') no-repeat center bottom;
}
.podcastair .info b.aac {
  width: auto;
  height: auto;
  border: 1px solid;
  border-radius: 3px;
  font-style: normal;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 13px;
}
.podcastair .authors {
  border: 1px solid #000;
  border-radius: 3px;
  display: inline-block;
  margin: 10px 0 21px;
  padding: 0 10px;
}
.podcastair .authors li {
  display: inline-block;
  border-right: 1px dashed #eee;
  padding: 10px 14px 7px 9px;
}
.podcastair .authors li img {
  float: left;
  margin-right: 10px;
  border-radius: 20px;
}
.podcastair .authors li div {
  display: inline-block;
}
.podcastair .authors li div span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: -6px;
  margin-top: 2px;
}
.podcastair .authors li div a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #00aced;
}
.podcastair .authors li div a:hover {
  color: #000;
}
.podcastair .authors li:last-child {
  border: none;
}
.podcastair .text-info {
  font-size: 14px;
  margin-bottom: -30px;
  display: block;
}
.podcastair .text-info a {
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}
.podcastair .text-info .itunes-podcast {
  padding-left: 20px;
  background: url("img/itunes.png") no-repeat;
  color: #ff1753;
  background-size: 18px;
}
.podcastair .text-info .itunes-podcast:hover {
  color: #cc001d;
}
.podcastair .text-info .twitter-podcast {
  padding-left: 20px;
  background: url("img/twitter.png") no-repeat;
  color: #00aced;
  background-size: 18px;
}
.podcastair .text-info .twitter-podcast:hover {
  color: #0082e4;
}
.podcastair .text-info .rss-podcast {
  padding-left: 20px;
  background: url("img/rss.png") no-repeat;
  color: #ed812b;
  background-position: 0 -2px;
  background-size: 18px;
}
.podcastair .text-info .rss-podcast:hover {
  color: #d64600;
}
.jp-audio {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 42px;
}
.jp-audio .jp-play {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  border: 0;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: none;
  background-image: url("img/audio-button.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.jp-audio .jp-play:hover {
  background-position: bottom left;
}
.jp-audio.jp-state-playing .jp-play {
  background-position: top right;
}
.jp-audio.jp-state-playing .jp-play:hover {
  background-position: bottom right;
}
mark .nowrap {
  display: inline-block;
  margin-right: 0.33em;
  white-space: nowrap;
}
.podcast-archive {
  position: relative;
  padding-top: 0;
  padding-bottom: 70px;
  padding-left: 30px;
  font-size: 12px;
}
.podcast-archive h2 {
  font-size: 32px;
  margin: 10px 0;
}
.podcast-archive span {
  position: relative;
  overflow: hidden;
  display: inherit;
  width: 100%;
  padding-right: 140px;
  padding-bottom: 1px;
  line-height: 16px;
}
.podcast-archive audio {
  display: none;
}
.podcast-archive .download-podcast {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url("img/download-podcast.png") no-repeat 0 0;
  background-size: 12px;
  transition: none;
  position: relative;
  top: -8px;
}
.podcast-archive .download-podcast:hover {
  background: url("img/download-podcast.png") no-repeat 0 bottom;
  background-size: 12px;
}
.podcast-archive .more-podcast {
  position: absolute;
  background-color: #76c36e;
  border: medium none;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 0;
  margin-top: 20px;
  width: 100%;
  left: 0;
  transition: all 0.3s;
}
.podcast-archive .more-podcast:hover {
  background-color: #000;
  transition-duration: 0s;
}
.ajax-comments-next > a {
  background-color: #76c36e;
  color: white;
  display: block;
  width: 200px;
  margin: 30px 0;
}
#comments {
  padding-top: 20px;
  padding-bottom: 10px;
}
.comment .contents:hover .text {
  opacity: 1 !important;
}
.comment .controls {
  position: absolute;
  top: 15px;
  right: -10px;
  padding: 0 26px;
  text-align: center;
}
.comment .controls .ajax-comment-control {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 27px;
  font-weight: bold;
  color: #ff1753;
}
.comment .controls .ajax-comment-control.like {
  left: auto;
  right: 0;
  color: #76c36e;
}
.comment .controls .ajax-comment-control.like-enable {
  opacity: 1;
}
.comment .controls .rating {
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
  padding: 0 10px;
  height: 27px;
  line-height: 26px;
  display: inline-block;
  border-radius: 3px;
}
.comment .controls .rating.negative {
  color: #ff1753;
  background-color: #fff0f2;
}
.comment .controls .rating.positive {
  color: #76c36e;
  background-color: #e9ffe7;
}
.comment .contents:hover .controls .ajax-comment-control {
  opacity: 1;
  transition-duration: 0s;
}
.subscriptions-page header .intro {
  margin: 20px 0 18px;
}
.subscriptions-page .subscriptions label {
  font-weight: 600;
  transition: color 0.3s;
}
.subscriptions-page .subscriptions label:hover {
  color: #76c36e;
  transition-duration: 0s;
}
.subscriptions-page .subscriptions .checkbox {
  margin-bottom: 22px;
}
.subscriptions-page .subscriptions p.controls {
  padding-left: 21px;
}
form .secondary-control {
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
  border-bottom: solid 1px #eeeeee;
  transition: border-bottom-color 0.3s;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 10px;
}
form .secondary-control:hover {
  border-bottom-color: #151515;
  transition-duration: 0s;
}
.i10-stat {
  margin: 30px 0;
}
.i10-stat h5 {
  display: none;
}
.i10-stat table {
  margin-bottom: 20px;
}
.i10-stat table + table th + th {
  display: none;
}
.i10-stat th {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  padding: 0 0 0 20px;
  text-align: right;
}
.i10-stat th.title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: left;
  max-width: 85px;
  min-width: 85px;
  padding-left: 0;
}
.i10-stat td {
  font-weight: 300;
  font-size: 14px;
  padding: 0 0 0 20px;
  text-align: right;
  line-height: 21px;
}
.i10-stat td.type {
  text-align: left;
  padding-left: 0;
  max-width: 85px;
  min-width: 85px;
}
.i10-stat .total {
  margin-top: -5px;
  margin-left: -20px;
  margin-right: -20px;
}
.i10-stat .total td {
  background-color: #e9ffe7;
}
.i10-stat .total .title {
  padding-top: 5px;
}
.i10-stat .total tr:first-child {
  position: relative;
}
.i10-stat .total tr:first-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9px;
  background: #e9ffe7;
  z-index: -1;
}
.i10-stat .total td:last-child,
.i10-stat .total th:last-child {
  padding-right: 20px;
}
.i10-stat .total th.title span {
  margin: -7px 0 0 -20px;
  padding: 7px 20px 0;
  background: #e9ffe7;
}
.i10-stat .total td.type,
.i10-stat .total th.title {
  padding-left: 20px;
  max-width: 105px;
  min-width: 105px;
}
.i10-stat .total tr:last-child td {
  padding-bottom: 10px;
}
.discounts #ShareButton {
  margin-top: 13px;
  margin-bottom: -21px;
}
body footer.footer-site .row .col-3 {
  width: 365px;
  float: right;
}
table.price {
  margin: 30px 40px;
  font-size: 14px;
}
table.price th,
table.price td {
  padding: 0 15px;
}
table.price th {
  font-weight: bold;
}
table.price th.table-head-light {
  font-size: 12px;
  color: #999999;
  font-weight: lighter;
}
table.price.table-green-back {
  margin-top: -8px;
}
table.price.table-green-back tr:first-child th {
  padding-top: 6px;
  display: inline-block;
  position: relative;
  top: 8px;
}
table.price.table-green-back tr:nth-child(2) td {
  padding-top: 6px;
}
table.price.table-green-back tr:last-child td {
  padding-bottom: 6px;
}
table.price.table-green-back tr td,
table.price.table-green-back tr th {
  background-color: #e9ffe7;
}
@media only screen and (max-width: 1100px) {
  .foreign-posts {
    width: 1020px;
    padding: 0;
    margin: 60px auto 0;
  }
}
.app-banner {
  border: 1px solid #eee;
  border-radius: 6px;
  margin: 40px 0;
  padding: 19px 50px 20px 280px;
  position: relative;
}
.app-banner h4 {
  font-size: 33px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 8px;
}
.app-banner span {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #999999;
}
.app-banner a.primary {
  position: absolute;
  top: 30px;
  right: 10px;
  display: inline-block;
  float: none;
  padding: 4px 19px 5px;
  transition: all 0.3s;
}
.app-banner a.primary:hover {
  opacity: 0.9;
  transition-duration: 0s;
}
.app-banner:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 36px;
  background: url("img/app-banner-retina.png") no-repeat center bottom;
  background-size: 100%;
  height: 184px;
  width: 210px;
}
.apps-banner {
  display: block;
  margin: 40px 0;
  position: relative;
  color: #fff;
  height: 140px;
  overflow: hidden;
  border-radius: 6px;
  padding-top: 26px;
}
.apps-banner:hover,
.apps-banner:focus,
.apps-banner:hover a,
.apps-banner:focus a {
  color: #fff;
}
.apps-banner:hover:after {
  opacity: 0.1;
  transition-duration: 0s;
}
.apps-banner:after {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
.apps-banner h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
  font-weight: 300;
  font-style: italic;
}
.apps-banner h4 b {
  font-weight: 600;
  font-style: normal;
}
.apps-banner span {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
}
.apps-banner.fb {
  background: url("img/back-apps-banner-fb.png") no-repeat;
  padding-left: 140px;
}
.apps-banner.fb:before {
  content: '';
  position: absolute;
  top: 32px;
  left: 40px;
  background: url("img/back-apps-banner-fb-logo.png") no-repeat;
  width: 58px;
  height: 113px;
}
.apps-banner.yt {
  background: url("img/back-apps-banner-yt.png") no-repeat;
  padding-left: 220px;
}
.apps-banner.yt:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -30px;
  background: url("img/back-apps-banner-yt-logo.png") no-repeat;
  width: 220px;
  height: 150px;
}
.apps-banner.tw {
  background: #009ad5;
  padding-left: 160px;
  padding-right: 70px;
}
.apps-banner.tw:before {
  content: '';
  position: absolute;
  top: 37px;
  left: 40px;
  background: url("img/back-apps-banner-tw-logo.png") no-repeat;
  width: 87px;
  height: 71px;
}
.apps-banner.vk {
  background: url("img/back-apps-banner-vk.png") no-repeat;
  padding-left: 190px;
  padding-right: 10px;
}
.apps-banner.vk:before {
  content: '';
  position: absolute;
  top: 23px;
  left: 20px;
  background: url("img/back-apps-banner-vk-logo.png") no-repeat;
  width: 153px;
  height: 105px;
}
.apps-banner.discount {
  background: url("img/back-apps-banner-discount.png") no-repeat;
  padding-left: 40px;
  background-position: center right;
}
.apps-banner.discount-tg {
  background: url("img/back-apps-banner-discount-tg.png") no-repeat;
  padding-left: 160px;
  overflow: visible;
  padding-right: 10px;
  background-position: center right;
}
.apps-banner.discount-tg .tg-show {
  display: none;
}
.apps-banner.discount-tg:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  background: url("img/back-apps-banner-discount-tg-logo.png") no-repeat;
  width: 150px;
  height: 150px;
  background-size: cover;
}
.apps-banner.tg {
  background: #12ade3;
  padding-left: 150px;
}
.apps-banner.tg:before {
  content: '';
  position: absolute;
  top: 33px;
  left: 30px;
  background: url("img/back-apps-banner-tg-logo.png") no-repeat;
  width: 88px;
  height: 74px;
}
.discount-tg:after {
  left: 155px;
}

.onetwotrip-trand { padding-left: 25px; }
.onetwotrip-trand img { margin-top: -5px; }

.link-default,
.link-alert,
.link-default:focus,
.link-alert:focus {
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    background: #75C36E;
    border-radius: 3px;
    padding: 10px 30px;
}
.link-default:hover,
.link-alert:hover {
    color: #ffffff;
    background: #000000;
}
.link-alert {
    background: #FF3344;
}

.banner-zone.banner-post {
  margin-bottom: 35px;
  margin-top: 35px;
  overflow: hidden;
  text-align: center;
}
#zone-a-mobile {
  display: none;
}
#zone-b-desktop {
  display: block;
}
#zone-b-mobile {
  display: none;
}
.banner-zone.footer-1 {
  display: none;
}

.banner-zone.head {
	text-align:center;
}
.banner-zone.head > a img {
  width: 100%;
}
.banner-zone.head > iframe#iframe-banner-top {
    height: 250px;
}
.banner-zone.head > iframe#banner-jbl {
	height: 265px;
}

.banner-adaptiv {
    width: 100%;
}

.sticky-tag {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}
.sticky-tag > div {
    width: 31%;
}
.sticky-tag img {
    border-radius: 3px;
    margin-bottom: 8px;
}
.sticky-tag .entry-header {
    line-height: 22px;
}
.sticky-tag .entry-header a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: black;
    top: 0;
}
.sticky-tag .entry-header .cc {
    font-size: 11px;
    padding: 0 7px;
    vertical-align: middle;
}