@import url("https://fonts.googleapis.com/css?family=Merriweather:700,900|Roboto+Condensed:400,700|Roboto:400,900&display=swap&subset=cyrillic");
@-webkit-keyframes bounce {
  0% {
    top: 42%;
  }
  50% {
    top: 48%;
  }
  100% {
    top: 42%;
  }
}
@keyframes bounce {
  0% {
    top: 42%;
  }
  50% {
    top: 48%;
  }
  100% {
    top: 42%;
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes shake {
  50% {
    background-color: #f9506a;
  }
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  50% {
    background-color: #f9506a;
  }
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .body-content {
    width: 884px;
    margin: 0 auto;
  }
  .body-content h1 {
    margin-bottom: 30px;
  }
  .body-content .article-info {
    font-size: 18px;
  }
  .body-content .article-info .article-date,
  .body-content .article-info .article-category,
  .body-content .article-info .article-views {
    display: inline-block;
  }
  .body-content .article-info .article-date:after {
    content: '•';
    display: inline-block;
    padding: 0 12px;
  }
  .body-content .article-info .article-views:before {
    content: '•';
    display: inline-block;
    padding: 0 12px;
  }
  .body-content .article-content {
    margin: 30px 0 0px;
  }
  .share-wrapper {
    margin: 0 auto 40px;
  }
  .share-wrapper p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .body-content {
    padding: 0 50px 60px;
  }
  .body-content h1 {
    margin-bottom: 30px;
  }
  .share-wrapper {
    margin: 0 auto 40px;
  }
  .share-wrapper p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .recent-posts-wrapper .report-block {
    margin-top: 40px;
  }
  .recent-posts-wrapper .report-block p {
    margin: 20px 0;
  }
}
@media (max-width: 639px) {
  .body-content #article-block {
    padding: 0 30px;
  }
  .body-content #article-block h1 {
    margin-bottom: 20px;
  }
  .body-content #article-block .article-info {
    margin: 15px 0 20px;
  }
  .share-wrapper {
    padding: 0 30px 15px;
  }
  .share-wrapper p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  #comments {
    padding: 0 30px;
  }
  #comments #wpcomm {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .recent-posts-wrapper {
    padding: 0 30px 30px;
  }
  .recent-posts-wrapper .report-block {
    margin-top: 30px;
  }
  .recent-posts-wrapper .report-block p {
    margin: 15px 0;
  }
}
@media (min-width: 1440px) {
  .body-content {
    width: 1080px;
    margin: 0 auto;
  }
  .body-content h1 {
    margin-bottom: 30px;
  }
  .body-content .article-info {
    font-size: 18px;
  }
  .body-content .article-info .article-date,
  .body-content .article-info .article-category,
  .body-content .article-info .article-views {
    display: inline-block;
  }
  .body-content .article-info .article-date:after {
    content: '•';
    display: inline-block;
    padding: 0 12px;
  }
  .body-content .article-info .article-views:before {
    content: '•';
    display: inline-block;
    padding: 0 12px;
  }
  .body-content .article-content {
    margin: 30px 0 0px;
  }
  .share-wrapper {
    margin: 0 auto 40px;
  }
  .share-wrapper p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.body-content[data-scenario='preview'] .article-content,
.body-content[data-scenario='archive'] .article-content {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background: linear-gradient(to bottom, #000 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.iframe-wrapper {
  width: 400px;
  height: 248px;
  overflow: hidden;
  cursor: default;
  clear: both;
}
.iframe-wrapper iframe {
  -webkit-transform: scale(0.666667);
  transform: scale(0.666667);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#wpcomm {
  max-width: initial;
}
#wpcomm,
.wc-form-footer {
  border: none !important;
}
.wpdiscuz-ftb-left {
  padding: 0 !important;
}
.wpdiscuz-textarea-wrap,
.wpdiscuz-textarea-wrap textarea {
  border-radius: 10px !important;
}
.wpdiscuz-front-actions {
  display: none !important;
  padding: none !important;
}
.share-wrapper p {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.share-wrapper a {
  text-decoration: none;
}
.share-wrapper a:not(:last-child) {
  margin-right: 15px;
}
.share-wrapper a:hover .social-icon {
  -webkit-filter: drop-shadow(0 4px 3px rgba(0,0,0,0.25));
  filter: drop-shadow(0 4px 3px rgba(0,0,0,0.25));
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.share-wrapper a .social-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: url("../img/single/social-icons.svg") no-repeat;
}
.share-wrapper a .social-icon#facebook {
  background-position-x: 0;
}
.share-wrapper a .social-icon#whatsapp {
  background-position-x: -32px;
}
.share-wrapper a .social-icon#telegram {
  background-position-x: -64px;
}
.share-wrapper a .social-icon#email {
  background-position-x: -96px;
}
