@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
/* line 8, ../../../../../themes/base/assets/sass/animate/helpers/_base.scss */
body {
  -webkit-backface-visibility: hidden;
}

/* line 12, ../../../../../themes/base/assets/sass/animate/helpers/_base.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 16, ../../../../../themes/base/assets/sass/animate/helpers/_base.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/* line 20, ../../../../../themes/base/assets/sass/animate/helpers/_base.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* line 24, ../../../../../themes/base/assets/sass/animate/helpers/_base.scss */
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/* line 29, ../../../../../themes/base/assets/sass/animate/helpers/_base.scss */
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 8, ../../../../../themes/base/assets/sass/animate/animations/attention-seekers/_flash.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
/* line 27, ../../../../../themes/base/assets/sass/animate/animations/attention-seekers/_shake.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 8, ../../../../../themes/base/assets/sass/animate/animations/fade-enter/_fadeIn.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 51, ../../../../../themes/base/assets/sass/animate/animations/fade-enter/_fadeInUp.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 8, ../../../../../themes/base/assets/sass/animate/animations/fade-exit/_fadeOut.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}
/* line 51, ../../../../../themes/base/assets/sass/animate/animations/fade-exit/_fadeOutDownBig.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

/* line 10, ../sass/_black-theme.scss */
.black-comments .comments-tabs {
  background-color: #000;
}
/* line 14, ../sass/_black-theme.scss */
.black-comments .comments-tabs .tabs-nav {
  background-color: #000;
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 19, ../sass/_black-theme.scss */
.black-comments .comments-tabs .tab-nav-item {
  color: #FFF;
}
/* line 22, ../sass/_black-theme.scss */
.black-comments .comments-tabs .tab-nav-item.active, .black-comments .comments-tabs .tab-nav-item:hover {
  color: #FFF;
}
/* line 28, ../sass/_black-theme.scss */
.black-comments .comments-tabs .tabs-content {
  background-color: #000;
}
/* line 31, ../sass/_black-theme.scss */
.black-comments .comments-tabs .tabs-content .icon-photo-landscape:before {
  color: #4dd0e1;
}
/* line 39, ../sass/_black-theme.scss */
.black-comments .comments-area ul {
  padding-right: 0 !important;
}
/* line 46, ../sass/_black-theme.scss */
.black-comments .comment-form-container textarea, .black-comments .edit-comment-form-container textarea {
  background-color: #000;
  border-color: #262626;
  color: #FFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 52, ../sass/_black-theme.scss */
.black-comments .comment-form-container textarea:focus, .black-comments .edit-comment-form-container textarea:focus {
  border-color: #FFF;
}
/* line 61, ../sass/_black-theme.scss */
.black-comments .comment-form-container .file-group, .black-comments .edit-comment-form-container .file-group {
  background-color: transparent;
  border-color: transparent;
}
/* line 66, ../sass/_black-theme.scss */
.black-comments .comment-form-container .file-group:hover .icon-photo-landscape::before, .black-comments .edit-comment-form-container .file-group:hover .icon-photo-landscape::before {
  color: #FFF;
}
/* line 75, ../sass/_black-theme.scss */
.black-comments .comments-list .children {
  margin-left: 25px !important;
}
/* line 80, ../sass/_black-theme.scss */
.black-comments .pinned-comment {
  background-color: #000;
}
/* line 83, ../sass/_black-theme.scss */
.black-comments .pinned-comment .pinned-comment-heading {
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 91, ../sass/_black-theme.scss */
.black-comments .bmr-comment .comment-head .from {
  color: #FFF;
}
/* line 95, ../sass/_black-theme.scss */
.black-comments .bmr-comment .comment-head time {
  color: #707070;
}
/* line 100, ../sass/_black-theme.scss */
.black-comments .bmr-comment .comment-content {
  color: #FFF;
}
/* line 103, ../sass/_black-theme.scss */
.black-comments .bmr-comment .comment-content.is-collapsed::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #000));
  background: linear-gradient(rgba(255, 255, 255, 0), #000 90%);
}
/* line 108, ../sass/_black-theme.scss */
.black-comments .bmr-comment .comment-reveal-button {
  color: #707070;
}
/* line 112, ../sass/_black-theme.scss */
.black-comments .bmr-comment .menu-bottom {
  margin-top: 4px;
}
/* line 115, ../sass/_black-theme.scss */
.black-comments .bmr-comment .menu-bottom .menu-item {
  color: #707070 !important;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 120, ../sass/_black-theme.scss */
.black-comments .bmr-comment .menu-bottom .menu-item:hover {
  color: #4dd0e1 !important;
}
/* line 124, ../sass/_black-theme.scss */
.black-comments .bmr-comment .menu-bottom .menu-item.comment-answer {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 132, ../sass/_black-theme.scss */
.black-comments .bmr-comment .menu-top i {
  color: #707070;
}
/* line 135, ../sass/_black-theme.scss */
.black-comments .bmr-comment .menu-top i:not(:last-of-type) {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 141, ../sass/_black-theme.scss */
.black-comments .bmr-comment.is-pinned {
  background-color: #000;
}
/* line 145, ../sass/_black-theme.scss */
.black-comments .bmr-comment.is-not-approved {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 149, ../sass/_black-theme.scss */
.black-comments .bmr-comment.is-temp .comment-body::after {
  background: rgba(0, 0, 0, 0.5);
}
/* line 154, ../sass/_black-theme.scss */
.black-comments .undo {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
}
/* line 159, ../sass/_black-theme.scss */
.black-comments .comment-share-group.moused .comment-share {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 163, ../sass/_black-theme.scss */
.black-comments .comments-subscribed-msg a {
  color: #FFF;
}
/* line 167, ../sass/_black-theme.scss */
.black-comments .comment-moderation-menu {
  background-color: #000;
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.2);
}
/* line 171, ../sass/_black-theme.scss */
.black-comments .comment-moderation-menu li {
  color: #FFF;
}
/* line 174, ../sass/_black-theme.scss */
.black-comments .comment-moderation-menu li:hover {
  background-color: #262626;
}
/* line 177, ../sass/_black-theme.scss */
.black-comments .comment-moderation-menu li:hover > a {
  border-color: #262626;
}
/* line 183, ../sass/_black-theme.scss */
.black-comments .comment-moderation-menu a {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 189, ../sass/_black-theme.scss */
.black-comments .cool-select .selected {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #000;
  color: #FFF;
  line-height: 36px;
}
/* line 196, ../sass/_black-theme.scss */
.black-comments .cool-select .dropdown {
  background-color: #000;
  -webkit-box-shadow: inset 0 -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 -1px 0 1px rgba(255, 255, 255, 0.2);
}
/* line 201, ../sass/_black-theme.scss */
.black-comments .cool-select .items li {
  color: #FFF;
}
/* line 204, ../sass/_black-theme.scss */
.black-comments .cool-select .items li.active {
  background-color: #262626 !important;
}
/* line 209, ../sass/_black-theme.scss */
.black-comments .cool-select::after {
  border-color: #FFF transparent;
}
/* line 214, ../sass/_black-theme.scss */
.black-comments .comment-form-container .bmr-loading-spinner {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 217, ../sass/_black-theme.scss */
.black-comments .comment-form-container .bmr-loading-spinner::before {
  color: white;
}
/* line 222, ../sass/_black-theme.scss */
.black-comments .comments-list .bmr-loading-spinner {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 225, ../sass/_black-theme.scss */
.black-comments .comments-list .bmr-loading-spinner::before {
  color: white;
}

/* line 1, ../sass/partials/_common.scss */
.bmr-tt-body.comments-tt.comments-tt-socials a, .comment-form-container .attachments-preview .preview-item.is-removing::after, .edit-comment-form-container .attachments-preview .preview-item.is-removing::after, .comment-form-container .summary span::before, .edit-comment-form-container .summary span::before, .comments-list .reply-summary span::before, .bmr-comment .comment-head .to:before, .bmr-comment .comment-socials, .comments-tt-share:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13, ../sass/partials/_common.scss */
.screen-reader-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
}

/* line 25, ../sass/partials/_common.scss */
.load-more-btn, .new-comments-tip {
  position: relative;
}
/* line 28, ../sass/partials/_common.scss */
.load-more-btn::after, .new-comments-tip::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
/* line 38, ../sass/partials/_common.scss */
.load-more-btn:hover::after, .new-comments-tip:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 43, ../sass/partials/_common.scss */
.comment-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
/* line 46, ../sass/partials/_common.scss */
.comment-avatar div, .comment-avatar .comment-user-initials {
  width: 50px;
  height: 50px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}
/* line 56, ../sass/partials/_common.scss */
.comment-avatar div {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 62, ../sass/partials/_common.scss */
.comment-avatar .comment-user-initials {
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#58b4e6), to(#2789ce));
  background: linear-gradient(to bottom, #58b4e6 0%, #2789ce 100%);
}
/* line 74, ../sass/partials/_common.scss */
.comment-avatar .plus {
  display: block;
  color: #139be2;
  font-size: 50px;
  margin-top: 1px;
  cursor: pointer;
  margin-left: 1px;
}
/* line 83, ../sass/partials/_common.scss */
.sub-comments-list .comment-avatar, .children .comment-avatar, .comment-preview .comment-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
}
/* line 89, ../sass/partials/_common.scss */
.sub-comments-list .comment-avatar div, .sub-comments-list .comment-avatar .comment-user-initials, .children .comment-avatar div, .children .comment-avatar .comment-user-initials, .comment-preview .comment-avatar div, .comment-preview .comment-avatar .comment-user-initials {
  width: 36px;
  height: 36px;
}
/* line 93, ../sass/partials/_common.scss */
.sub-comments-list .comment-avatar .comment-user-initials, .children .comment-avatar .comment-user-initials, .comment-preview .comment-avatar .comment-user-initials {
  font-size: 15px;
}

/* line 99, ../sass/partials/_common.scss */
.load-more-btn {
  margin-top: 10px;
  height: 44px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #00ace8;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
/* line 113, ../sass/partials/_common.scss */
.load-more-btn.flash {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

/* line 118, ../sass/partials/_common.scss */
.comments-footer {
  border-top: 2px solid rgba(0, 39, 59, 0.08);
  padding: 15px 0 10px;
  margin-top: 15px;
}

/* line 124, ../sass/partials/_common.scss */
.comments-subscribed-msg {
  font-size: 13px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00ace8;
  cursor: pointer;
}
/* line 132, ../sass/partials/_common.scss */
.comments-subscribed-msg.is-subscribed {
  color: #43a047;
  cursor: default;
}
/* line 137, ../sass/partials/_common.scss */
.comments-subscribed-msg i {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
}
/* line 143, ../sass/partials/_common.scss */
.comments-subscribed-msg a {
  display: inline-block;
  margin-left: 10px;
  color: rgba(19, 19, 19, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
/* line 149, ../sass/partials/_common.scss */
.comments-subscribed-msg a:hover {
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
}

/* line 156, ../sass/partials/_common.scss */
.comments-native-pagination {
  display: none;
}

@media all and (max-width: 500px) {
  /* line 161, ../sass/partials/_common.scss */
  .comment-avatar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45px;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  /* line 164, ../sass/partials/_common.scss */
  .comment-avatar div, .comment-avatar .comment-user-initials {
    width: 36px;
    height: 36px;
  }
  /* line 168, ../sass/partials/_common.scss */
  .comment-avatar .comment-user-initials {
    font-size: 15px;
  }
}
/* line 1, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt {
  font-size: 13px;
  padding: 10px;
}
/* line 5, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt.comments-tt-preview {
  text-align: left;
  min-width: 320px;
  max-width: 500px;
  padding: 5px;
  font-size: 15px;
}
/* line 13, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt.comments-tt-socials {
  margin-top: 10px;
}
/* line 16, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt.comments-tt-socials ~ .bmr-tt-arrow {
  margin-top: 10px;
}
/* line 20, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt.comments-tt-socials a {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
}
/* line 27, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt.comments-tt-socials a::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
/* line 35, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt.comments-tt-socials a:hover {
  text-decoration: none;
}
/* line 41, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt.comments-tt-socials [data-social="vk"]::before {
  background-color: #3b93bb;
  content: "\e95c";
}
/* line 47, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt.comments-tt-socials [data-social="fb"]::before {
  background-color: #376cba;
  content: "\e957";
}
/* line 53, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt.comments-tt-socials [data-social="tw"]::before {
  background-color: #00aced;
  content: "\e95b";
}
/* line 59, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt.comments-tt-socials .comment-link::before {
  background-color: #d3d3d3;
  content: "\e96e";
}

/* line 66, ../sass/partials/_tooltips.scss */
.bmr-tt-body.comments-tt, .bmr-tt-arrow.comments-tt {
  -webkit-transition: 500ms opacity ease-in-out;
  transition: 500ms opacity ease-in-out;
}

/* line 3, ../sass/partials/_tabs.scss */
.comments-tabs {
  position: relative;
  background-color: #fff;
}
/* line 7, ../sass/partials/_tabs.scss */
.comments-tabs div.comments-sort-select {
  display: none;
}
/* line 10, ../sass/partials/_tabs.scss */
.comments-tabs .comments-sort-select {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 170px;
  height: 35px;
  font-size: 14px;
  overflow: hidden;
}
/* line 19, ../sass/partials/_tabs.scss */
.comments-tabs .comments-sort-select .selected {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 25, ../sass/partials/_tabs.scss */
.comments-tabs .comments-sort-select .selected:focus {
  outline: none;
}
/* line 29, ../sass/partials/_tabs.scss */
.comments-tabs .comments-sort-select .items li.active {
  color: #fff;
  background-color: #00ace8;
}
/* line 34, ../sass/partials/_tabs.scss */
.comments-tabs .comments-sort-select .dropdown {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  max-height: 105px;
}
/* line 39, ../sass/partials/_tabs.scss */
.comments-tabs .comments-sort-select .dropdown li {
  line-height: 1.5;
  padding: 7px 10px;
}
/* line 45, ../sass/partials/_tabs.scss */
.comments-tabs .comments-sort-select.opened {
  overflow: visible;
}
/* line 48, ../sass/partials/_tabs.scss */
.comments-tabs .comments-sort-select.opened .dropdown {
  opacity: 1;
}
/* line 54, ../sass/partials/_tabs.scss */
.comments-tabs[data-current-tab="native"] div.comments-sort-select {
  display: block;
}
/* line 57, ../sass/partials/_tabs.scss */
.comments-tabs[data-current-tab="native"] .tabs-nav {
  padding-right: 190px !important;
}
/* line 62, ../sass/partials/_tabs.scss */
.comments-tabs .tabs-nav {
  min-height: 55px;
  padding: 0 15px;
  border-bottom: 2px solid #f1f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
}
/* line 71, ../sass/partials/_tabs.scss */
.feedbacks-native-comments .comments-tabs .tabs-nav {
  padding-left: 0;
  border-bottom: 0 none;
}
/* line 76, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item {
  height: 55px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #AAA;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 500ms, border 500ms;
  transition: color 500ms, border 500ms;
}
/* line 88, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item:not(:last-of-type) {
  margin-right: 45px;
}
/* line 92, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item .comments-count {
  font-size: 16px;
  margin-left: 5px;
  font-style: normal;
}
/* line 97, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item[class*="icon-"] {
  font-family: icomoon;
}
/* line 100, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item[class*="icon-"]:before {
  font-size: 20px;
}
/* line 104, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item.active, .comments-tabs .tab-nav-item:hover {
  color: #000;
}
/* line 108, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item.active {
  border-bottom: 4px solid #3b86c4;
}
/* line 111, ../sass/partials/_tabs.scss */
.feedbacks-native-comments .comments-tabs .tab-nav-item.active {
  border-bottom: 0 none;
  cursor: default;
}
/* line 117, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item.icon-facebook::before {
  content: "\e6e9";
}
/* line 121, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item.icon-vkontakte::before {
  content: "";
}
/* line 125, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item.icon-facebook:hover::before, .comments-tabs .tab-nav-item.icon-facebook.active::before {
  color: #376cba;
}
/* line 130, ../sass/partials/_tabs.scss */
.comments-tabs .tab-nav-item.icon-vkontakte:hover::before, .comments-tabs .tab-nav-item.icon-vkontakte.active::before {
  color: #3791ba;
}
/* line 135, ../sass/partials/_tabs.scss */
.comments-tabs .tabs-content {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
/* line 140, ../sass/partials/_tabs.scss */
.comments-tabs .tab-pane {
  height: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
/* line 146, ../sass/partials/_tabs.scss */
.comments-tabs .tab-pane.active {
  display: block;
  height: auto;
  overflow: visible;
}
@media all and (max-width: 1200px) {
  /* line 154, ../sass/partials/_tabs.scss */
  .comments-tabs .comments-sort-select {
    position: relative;
    margin: 10px 10px 0 auto;
    top: auto;
    right: auto;
  }
  /* line 160, ../sass/partials/_tabs.scss */
  .comments-tabs .comments-sort-select select {
    position: absolute;
    top: 0;
  }
  /* line 165, ../sass/partials/_tabs.scss */
  .comments-tabs[data-current-tab="native"] .tabs-nav {
    padding-right: 15px !important;
  }
}
@media all and (max-width: 500px) {
  /* line 171, ../sass/partials/_tabs.scss */
  .comments-tabs .comments-sort-select {
    margin: 10px auto 0;
    width: 96%;
  }
  /* line 177, ../sass/partials/_tabs.scss */
  .comments-tabs .tab-nav-item:not(:last-of-type) {
    margin-right: 20px;
  }
  /* line 180, ../sass/partials/_tabs.scss */
  .comments-tabs .tab-nav-item[class*="icon-"]::before {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
    background-color: #ababab;
    border-radius: 4px;
  }
  /* line 191, ../sass/partials/_tabs.scss */
  .comments-tabs .tab-nav-item.icon-facebook::before {
    content: "\e957";
  }
  /* line 194, ../sass/partials/_tabs.scss */
  .comments-tabs .tab-nav-item.icon-vkontakte::before {
    content: "";
  }
  /* line 197, ../sass/partials/_tabs.scss */
  .comments-tabs .tab-nav-item.icon-facebook:hover::before, .comments-tabs .tab-nav-item.icon-facebook.active::before {
    background-color: #376cba;
  }
  /* line 202, ../sass/partials/_tabs.scss */
  .comments-tabs .tab-nav-item.icon-vkontakte:hover::before, .comments-tabs .tab-nav-item.icon-vkontakte.active::before {
    background-color: #3791ba;
  }
}

/* line 1, ../sass/partials/_form.scss */
.comment-form-container, .edit-comment-form-container {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0 0 5px;
  position: relative;
  -webkit-transition: max-height 300ms linear;
  transition: max-height 300ms linear;
}
/* line 9, ../sass/partials/_form.scss */
.comment-form-container .comment-form-group, .edit-comment-form-container .comment-form-group {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
/* line 16, ../sass/partials/_form.scss */
.comment-form-container .bmr-loading-spinner, .edit-comment-form-container .bmr-loading-spinner {
  background: rgba(255, 255, 255, 0.8);
}
/* line 20, ../sass/partials/_form.scss */
.comments-list .comment-form-container, .comments-list .edit-comment-form-container {
  padding: 0 0 0 10px;
}
/* line 25, ../sass/partials/_form.scss */
.comment-form-container.form-is-hidden textarea, .edit-comment-form-container.form-is-hidden textarea {
  height: 43px;
}
/* line 28, ../sass/partials/_form.scss */
.comment-form-container.form-is-hidden .file-group, .comment-form-container.form-is-hidden .comment-send-btn, .edit-comment-form-container.form-is-hidden .file-group, .edit-comment-form-container.form-is-hidden .comment-send-btn {
  opacity: 0;
  margin-top: -43px;
}
/* line 32, ../sass/partials/_form.scss */
.comment-form-container.form-is-hidden input, .comment-form-container.form-is-hidden button, .edit-comment-form-container.form-is-hidden input, .edit-comment-form-container.form-is-hidden button {
  pointer-events: none;
}
/* line 37, ../sass/partials/_form.scss */
.comment-form-container label:not([class]), .edit-comment-form-container label:not([class]) {
  visibility: hidden;
  display: none;
}
/* line 42, ../sass/partials/_form.scss */
.comment-form-container form, .edit-comment-form-container form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 50, ../sass/partials/_form.scss */
.comment-form-container .file-group, .comment-form-container .comment-send-btn, .edit-comment-form-container .file-group, .edit-comment-form-container .comment-send-btn {
  -webkit-transition: opacity .2s linear, margin-top .2s linear;
  transition: opacity .2s linear, margin-top .2s linear;
  margin-top: 0;
}
/* line 55, ../sass/partials/_form.scss */
.comment-form-container .file-group, .edit-comment-form-container .file-group {
  border: 1px solid #e5e5e5;
  background-color: #f4f4f4;
  color: #00ace8;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
}
/* line 61, ../sass/partials/_form.scss */
.comment-form-container .file-group label, .edit-comment-form-container .file-group label {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 69, ../sass/partials/_form.scss */
.comment-form-container .file-group .file-input, .edit-comment-form-container .file-group .file-input {
  visibility: hidden;
  display: none;
}
/* line 73, ../sass/partials/_form.scss */
.comment-form-container .file-group:hover, .edit-comment-form-container .file-group:hover {
  background-color: #00ace8;
  color: #fff;
}
/* line 79, ../sass/partials/_form.scss */
.comment-form-container .comment-buttons, .edit-comment-form-container .comment-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
}
@media (max-width: 480px) {
  /* line 79, ../sass/partials/_form.scss */
  .comment-form-container .comment-buttons, .edit-comment-form-container .comment-buttons {
    width: 100%;
    margin: 8px 0 0 0;
  }
}
/* line 90, ../sass/partials/_form.scss */
.comment-form-container .comment-send-btn, .edit-comment-form-container .comment-send-btn {
  width: 195px;
  height: 44px;
  background-color: #00ace8;
  font-size: 15px;
  font-weight: bold;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: relative;
  cursor: pointer;
  text-align: center;
}
/* line 103, ../sass/partials/_form.scss */
.comment-form-container .comment-send-btn::after, .edit-comment-form-container .comment-send-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
/* line 113, ../sass/partials/_form.scss */
.comment-form-container .comment-send-btn:hover::after, .edit-comment-form-container .comment-send-btn:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 117, ../sass/partials/_form.scss */
.comment-form-container .comment-send-btn[disabled], .edit-comment-form-container .comment-send-btn[disabled] {
  background: #bababa !important;
}
/* line 121, ../sass/partials/_form.scss */
.comment-form-container .comment-send-btn[disabled]:hover::before, .edit-comment-form-container .comment-send-btn[disabled]:hover::before {
  background: transparent;
}
/* line 126, ../sass/partials/_form.scss */
.comment-form-container .comment-cancel-button, .edit-comment-form-container .comment-cancel-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 44px;
  background-color: #bababa;
  font-size: 15px;
  font-weight: bold;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  margin: 0 8px 0 0;
}
/* line 143, ../sass/partials/_form.scss */
.comment-form-container .comment-cancel-button::after, .edit-comment-form-container .comment-cancel-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
/* line 154, ../sass/partials/_form.scss */
.comment-form-container .comment-cancel-button:hover::after, .edit-comment-form-container .comment-cancel-button:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 159, ../sass/partials/_form.scss */
.comment-form-container textarea, .edit-comment-form-container textarea {
  height: 115px;
  overflow: hidden;
  margin-top: 3px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  color: #000;
  -webkit-box-shadow: inset 4px 4px 7px rgba(0, 3, 1, 0.06);
          box-shadow: inset 4px 4px 7px rgba(0, 3, 1, 0.06);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  outline: none;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
  -webkit-transition: height .2s linear;
  transition: height .2s linear;
}
/* line 178, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview, .edit-comment-form-container .attachments-preview {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}
/* line 188, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .preview-item, .edit-comment-form-container .attachments-preview .preview-item {
  margin: 0 10px 10px 0;
  height: 100px;
  width: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}
/* line 200, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .preview-item::before, .edit-comment-form-container .attachments-preview .preview-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
/* line 210, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .preview-item.is-ready::before, .edit-comment-form-container .attachments-preview .preview-item.is-ready::before {
  content: normal;
}
/* line 213, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .preview-item.is-ready canvas, .edit-comment-form-container .attachments-preview .preview-item.is-ready canvas {
  display: none;
}
/* line 219, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .preview-item.is-removing::before, .edit-comment-form-container .attachments-preview .preview-item.is-removing::before {
  content: '';
}
/* line 222, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .preview-item.is-removing::after, .edit-comment-form-container .attachments-preview .preview-item.is-removing::after {
  content: "\e60b";
  display: block;
  position: absolute;
  -webkit-animation: comment-image-preview-spin 2s infinite linear;
          animation: comment-image-preview-spin 2s infinite linear;
  top: 50%;
  left: 50%;
  font-size: 21px;
  color: #ffffff;
  z-index: 2;
}
/* line 234, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .preview-item.is-removing .icon-close, .edit-comment-form-container .attachments-preview .preview-item.is-removing .icon-close {
  display: none !important;
}
/* line 239, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .preview-item.is-deleted, .edit-comment-form-container .attachments-preview .preview-item.is-deleted {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
/* line 244, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .preview-item .icon-close, .edit-comment-form-container .attachments-preview .preview-item .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: black;
  color: #fff;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
/* line 258, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .preview-item:hover .icon-close, .edit-comment-form-container .attachments-preview .preview-item:hover .icon-close {
  display: block;
}
/* line 264, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview .img-upload-progress, .edit-comment-form-container .attachments-preview .img-upload-progress {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 272, ../sass/partials/_form.scss */
.comment-form-container .attachments-preview img, .edit-comment-form-container .attachments-preview img {
  max-height: 100% !important;
  width: auto;
}
/* line 278, ../sass/partials/_form.scss */
.comment-form-container .summary, .edit-comment-form-container .summary {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
}
/* line 284, ../sass/partials/_form.scss */
.comment-form-container .summary span, .edit-comment-form-container .summary span {
  font-size: 13px;
  margin-bottom: 8px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 292, ../sass/partials/_form.scss */
.comment-form-container .summary span::before, .edit-comment-form-container .summary span::before {
  font-size: 16px;
  padding-right: 5px;
  vertical-align: middle;
}
/* line 299, ../sass/partials/_form.scss */
.comment-form-container .summary .error, .edit-comment-form-container .summary .error {
  background: #fff0ec;
  color: #e64a19;
}
/* line 302, ../sass/partials/_form.scss */
.comment-form-container .summary .error::before, .edit-comment-form-container .summary .error::before {
  content: "\e916";
}
/* line 306, ../sass/partials/_form.scss */
.comment-form-container .summary .info, .edit-comment-form-container .summary .info {
  background: #e5f7fd;
  color: #00ace8;
}
/* line 309, ../sass/partials/_form.scss */
.comment-form-container .summary .info::before, .edit-comment-form-container .summary .info::before {
  content: "\e917";
}
/* line 313, ../sass/partials/_form.scss */
.comment-form-container .summary .info .comments-subscribed-msg, .edit-comment-form-container .summary .info .comments-subscribed-msg {
  margin-bottom: 0;
}

/* line 320, ../sass/partials/_form.scss */
#edit-comment {
  margin-top: 10px;
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 326, ../sass/partials/_form.scss */
#edit-comment .wp-editor-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
/* line 329, ../sass/partials/_form.scss */
#edit-comment .wp-editor-area {
  -webkit-box-shadow: inset 4px 4px 7px rgba(0, 3, 1, 0.06);
          box-shadow: inset 4px 4px 7px rgba(0, 3, 1, 0.06);
  border: 1px solid #e8e8e8;
}
/* line 333, ../sass/partials/_form.scss */
#edit-comment .wp-core-ui .button:hover {
  color: #23282d !important;
}
/* line 336, ../sass/partials/_form.scss */
#edit-comment input {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 341, ../sass/partials/_form.scss */
.bmr-comment #edit-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 345, ../sass/partials/_form.scss */
.comment-btn {
  margin: 10px 0;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #00ace8;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: relative;
}
/* line 358, ../sass/partials/_form.scss */
.comment-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
/* line 368, ../sass/partials/_form.scss */
.comment-btn:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 372, ../sass/partials/_form.scss */
.comment-btn.cancel-btn {
  background-color: #FF7246;
}
/* line 375, ../sass/partials/_form.scss */
.comment-btn.save-btn {
  background-color: #43A047;
}

/* line 380, ../sass/partials/_form.scss */
.has-bmr-spinner {
  position: relative;
}
/* line 383, ../sass/partials/_form.scss */
.has-bmr-spinner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  z-index: 1000;
}
/* line 392, ../sass/partials/_form.scss */
.has-bmr-spinner::after {
  content: "\e60b";
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
  /* icon settings */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* positioning and sizes */
  z-index: 1001;
  font-size: 30px;
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #4271b5;
}
/* line 419, ../sass/partials/_form.scss */
.has-bmr-spinner.pos-middle::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 424, ../sass/partials/_form.scss */
.has-bmr-spinner.pos-bottom::after {
  top: auto;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes comment-image-preview-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg);
  }
}

@keyframes comment-image-preview-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg);
  }
}
/* line 1, ../sass/partials/_comments.scss */
#native-comments {
  background: #fff;
  border-top: 2px solid #f1f2f2;
}

/* line 8, ../sass/partials/_comments.scss */
.comments-list {
  margin: 10px -5px 0;
  position: relative;
}
/* line 12, ../sass/partials/_comments.scss */
.comments-list > .bmr-loading-spinner {
  display: block;
  background: rgba(255, 255, 255, 0.6);
}
/* line 16, ../sass/partials/_comments.scss */
.comments-list > .bmr-loading-spinner::before {
  margin-top: 0;
  top: 75px;
}
/* line 22, ../sass/partials/_comments.scss */
.comments-list .sub-comments-list, .comments-list .children {
  margin-left: 25px !important;
}
/* line 26, ../sass/partials/_comments.scss */
.comments-list li {
  list-style-type: none;
}
/* line 30, ../sass/partials/_comments.scss */
.comments-list > li > .children .children {
  margin-left: 0;
}
/* line 34, ../sass/partials/_comments.scss */
.comments-list li {
  list-style-type: none;
}
/* line 37, ../sass/partials/_comments.scss */
.comments-list li.is-collapsed {
  height: 41px !important;
}
/* line 42, ../sass/partials/_comments.scss */
.comments-list .comment-form-container, .comments-list .edit-comment-form-container {
  padding-left: 5px;
  padding-right: 10px;
}
/* line 47, ../sass/partials/_comments.scss */
.comments-list .reply-summary {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
}
/* line 53, ../sass/partials/_comments.scss */
.comments-list .reply-summary span {
  font-size: 13px;
  margin-bottom: 8px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 61, ../sass/partials/_comments.scss */
.comments-list .reply-summary span::before {
  font-size: 16px;
  padding-right: 5px;
  vertical-align: middle;
}
/* line 68, ../sass/partials/_comments.scss */
.comments-list .reply-summary .error {
  background: #fff0ec;
  color: #e64a19;
}
/* line 71, ../sass/partials/_comments.scss */
.comments-list .reply-summary .error::before {
  content: "\e916";
}
/* line 75, ../sass/partials/_comments.scss */
.comments-list .reply-summary .info {
  background: #e5f7fd;
  color: #00ace8;
}
/* line 78, ../sass/partials/_comments.scss */
.comments-list .reply-summary .info::before {
  content: "\e917";
}
/* line 82, ../sass/partials/_comments.scss */
.comments-list .reply-summary .info .comments-subscribed-msg {
  margin-bottom: 0;
}

/* line 89, ../sass/partials/_comments.scss */
.comment-moderation-menu {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  width: 240px;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  right: 10px;
  background: #fff;
  z-index: 10;
}
/* line 99, ../sass/partials/_comments.scss */
.comment-moderation-menu a {
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #f1f2f2;
}
/* line 106, ../sass/partials/_comments.scss */
.comment-moderation-menu a:hover {
  color: inherit;
  text-decoration: none;
}
/* line 110, ../sass/partials/_comments.scss */
.is-pinned .comment-moderation-menu a[data-action="pin"] {
  display: none;
}
/* line 116, ../sass/partials/_comments.scss */
.comment-moderation-menu[data-comment-status='pined'] a[data-action="pin"], .comment-moderation-menu[data-comment-status='not-approved'] a[data-action="pin"] {
  display: none;
}
/* line 122, ../sass/partials/_comments.scss */
.comment-moderation-menu[data-comment-status=''] a[data-action="unpin"], .comment-moderation-menu[data-comment-status='not-approved'] a[data-action="unpin"] {
  display: none;
}
/* line 127, ../sass/partials/_comments.scss */
.comment-moderation-menu li {
  cursor: pointer;
  color: #131313;
  font-size: 13px;
}
/* line 132, ../sass/partials/_comments.scss */
.comment-moderation-menu li:hover {
  color: #fff;
  background-color: #00ace8;
}

/* line 139, ../sass/partials/_comments.scss */
.new-comments-tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  background: #e5f7fd;
  font-size: 13px;
  color: #00ace8;
  cursor: pointer;
}

/* line 152, ../sass/partials/_comments.scss */
.pinned-comment {
  padding: 10px;
}
/* line 155, ../sass/partials/_comments.scss */
.pinned-comment .pinned-comment-heading {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 3px 15px;
  margin: 0;
}
/* line 161, ../sass/partials/_comments.scss */
.pinned-comment .bmr-comment .menu-top, .pinned-comment .bmr-comment .comment-reveal-button, .pinned-comment .bmr-comment .comment-answer {
  display: none !important;
}
/* line 164, ../sass/partials/_comments.scss */
.pinned-comment .bmr-comment .comment-content {
  height: auto !important;
}

/* line 170, ../sass/partials/_comments.scss */
.undo {
  background: #e5f7fd;
  color: #131313;
  padding: 10px;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 5px;
  margin-left: 60px;
}
/* line 181, ../sass/partials/_comments.scss */
.undo .undo-message {
  margin-right: 5px;
}
/* line 184, ../sass/partials/_comments.scss */
.undo a {
  text-decoration: none;
  color: #00ace8;
}

/* line 191, ../sass/partials/_comments.scss */
.children .undo-subscription {
  margin: 10px 0;
}

/* line 196, ../sass/partials/_comments.scss */
.bmr-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-width .2s;
  transition: border-width .2s;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}
/* line 205, ../sass/partials/_comments.scss */
.is-collapsed .bmr-comment .comment-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
}
/* line 207, ../sass/partials/_comments.scss */
.is-collapsed .bmr-comment .comment-avatar .comment-user-initials, .is-collapsed .bmr-comment .comment-avatar div {
  width: 36px;
  height: 36px;
}
/* line 212, ../sass/partials/_comments.scss */
.is-collapsed .bmr-comment .comment-head {
  min-height: 36px;
  margin-top: 0 !important;
}
/* line 216, ../sass/partials/_comments.scss */
.is-collapsed .bmr-comment .toggle::before {
  content: "\e94c";
}
/* line 220, ../sass/partials/_comments.scss */
.bmr-comment.is-pinned {
  background-color: rgba(229, 247, 253, 0.5);
  color: #131313;
}
/* line 224, ../sass/partials/_comments.scss */
.bmr-comment.is-pinned .from {
  color: #2d2d2d;
}
/* line 228, ../sass/partials/_comments.scss */
.bmr-comment.is-not-approved {
  background-color: #f8f8f8;
  opacity: 0.8;
  color: #aeaeae;
}
/* line 233, ../sass/partials/_comments.scss */
.bmr-comment.is-not-approved .from, .bmr-comment.is-not-approved .comment-content {
  color: #aeaeae !important;
}
/* line 237, ../sass/partials/_comments.scss */
.bmr-comment.is-not-approved .not-approved {
  display: inline-block;
}
/* line 240, ../sass/partials/_comments.scss */
.bmr-comment.target {
  border-left: 2px solid #fed758;
}
/* line 243, ../sass/partials/_comments.scss */
.bmr-comment.is-temp {
  overflow: hidden;
}
/* line 246, ../sass/partials/_comments.scss */
.bmr-comment.is-temp .menu-top {
  display: none !important;
}
/* line 249, ../sass/partials/_comments.scss */
.bmr-comment.is-temp .comment-avatar, .bmr-comment.is-temp + .children {
  opacity: .5;
}
/* line 252, ../sass/partials/_comments.scss */
.bmr-comment.is-temp .comment-body, .bmr-comment.is-temp + .children {
  pointer-events: none;
}
/* line 255, ../sass/partials/_comments.scss */
.bmr-comment.is-temp .comment-body::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
/* line 264, ../sass/partials/_comments.scss */
.bmr-comment.is-temp .comment-form {
  display: none !important;
}
/* line 269, ../sass/partials/_comments.scss */
.bmr-comment .comment-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
/* line 274, ../sass/partials/_comments.scss */
.bmr-comment.comment-preview {
  padding-bottom: 0;
}
/* line 277, ../sass/partials/_comments.scss */
.bmr-comment.comment-preview .comment-head {
  margin-top: 8px;
}
/* line 280, ../sass/partials/_comments.scss */
.bmr-comment.comment-preview .comment-content {
  padding-top: 5px;
}
/* line 285, ../sass/partials/_comments.scss */
.bmr-comment .comment-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
  position: relative;
}
/* line 292, ../sass/partials/_comments.scss */
.children .bmr-comment .comment-head {
  margin-top: 8px;
}
/* line 296, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .interlocutors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-right: 20px;
}
/* line 302, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .interlocutors .edit-time {
  font-size: 12px;
  color: #898989;
  position: relative;
  top: 1px;
}
/* line 309, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .interlocutors .achivement-label {
  position: relative;
  top: 1px;
}
/* line 315, ../sass/partials/_comments.scss */
.bmr-comment .comment-head span,
.bmr-comment .comment-head a.achivement-label {
  margin-right: 10px;
}
/* line 320, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .achivement-label {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  background-color: #d3d3d3;
  color: white;
  text-decoration: none;
}
/* line 332, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .from, .bmr-comment .comment-head .to {
  font-size: 13px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 336, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .from {
  color: #2d2d2d;
}
/* line 339, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .role {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #d3d3d3;
  width: 90px;
  height: 20px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
}
/* line 350, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .to {
  color: #aeaeae;
}
/* line 353, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .to:before {
  content: "\e6ae";
  display: inline-block;
  color: #d3d3d3;
  font-size: 14px;
  margin-right: 8px;
}
/* line 363, ../sass/partials/_comments.scss */
.bmr-comment .comment-head time {
  color: #aeaeae;
  font-size: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
/* line 368, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .comment-link {
  text-decoration: none !important;
}
/* line 371, ../sass/partials/_comments.scss */
.bmr-comment .comment-head .comment-link:hover {
  text-decoration: none;
}
/* line 377, ../sass/partials/_comments.scss */
.bmr-comment .menu-top {
  display: none;
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 385, ../sass/partials/_comments.scss */
.bmr-comment .menu-top i {
  min-width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #d3d3d3;
}
/* line 393, ../sass/partials/_comments.scss */
.bmr-comment .menu-top i:not(:last-of-type) {
  border-right: 1px solid #f1f2f2;
}
/* line 396, ../sass/partials/_comments.scss */
.bmr-comment .menu-top i:not(.ban):hover {
  color: #00ace8;
}
/* line 400, ../sass/partials/_comments.scss */
.bmr-comment .menu-top i.ban {
  color: #E52C2D;
  display: inline-block;
  border-right: none;
}
/* line 405, ../sass/partials/_comments.scss */
.bmr-comment .menu-top i.ban.icon-spin {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
/* line 413, ../sass/partials/_comments.scss */
.bmr-comment .moderation.open {
  color: #00ace8;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
/* line 418, ../sass/partials/_comments.scss */
.bmr-comment .not-approved {
  display: none;
}
/* line 422, ../sass/partials/_comments.scss */
.bmr-comment .not-approved-notice {
  margin: 10px 10px 7px 0;
  color: #ff6e49 !important;
  font-size: 13px;
  display: block;
  text-align: left;
  line-height: 1.2;
}
/* line 430, ../sass/partials/_comments.scss */
.children .bmr-comment .not-approved-notice {
  margin: 10px 10px 2px 0;
}
/* line 435, ../sass/partials/_comments.scss */
.bmr-comment:hover .menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 440, ../sass/partials/_comments.scss */
.bmr-comment .comment-content {
  padding: 10px 0 10px;
  font-size: 15px;
  color: #131313;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
  position: relative;
  text-align: left;
}
/* line 453, ../sass/partials/_comments.scss */
.bmr-comment .comment-content.is-collapsed::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 90%);
  bottom: 0;
  color: transparent;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* line 467, ../sass/partials/_comments.scss */
.bmr-comment.is-pinned .comment-content.is-collapsed::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 251, 254, 0)), color-stop(90%, #f2fbfe));
  background: linear-gradient(rgba(242, 251, 254, 0), #f2fbfe 90%);
}
/* line 471, ../sass/partials/_comments.scss */
.bmr-comment .comment-reveal-button {
  text-align: center;
  font-size: 13px;
  color: #131313;
  opacity: .5;
  cursor: pointer;
  margin: 10px 0 5px;
}
/* line 480, ../sass/partials/_comments.scss */
.bmr-comment .comment-likes {
  display: inline-block;
}
/* line 483, ../sass/partials/_comments.scss */
.bmr-comment .comment-likes .likes-count {
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-style: normal;
}
/* line 488, ../sass/partials/_comments.scss */
.bmr-comment .comment-likes a {
  text-decoration: none;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* line 494, ../sass/partials/_comments.scss */
.bmr-comment .comment-likes a:hover {
  text-decoration: none;
}
/* line 497, ../sass/partials/_comments.scss */
.bmr-comment .comment-likes a:last-of-type {
  margin-right: 0;
}
/* line 501, ../sass/partials/_comments.scss */
.bmr-comment .comment-likes .like {
  color: #43a047;
}
/* line 504, ../sass/partials/_comments.scss */
.bmr-comment .comment-likes .like:hover::before, .bmr-comment .comment-likes .like.active::before {
  color: #43a047;
}
/* line 508, ../sass/partials/_comments.scss */
.bmr-comment .comment-likes .dislike {
  color: #ff6e40;
}
/* line 511, ../sass/partials/_comments.scss */
.bmr-comment .comment-likes .dislike:hover::before, .bmr-comment .comment-likes .dislike.active::before {
  color: #ff6e40;
}
/* line 515, ../sass/partials/_comments.scss */
.bmr-comment .comment-likes ::before {
  margin-right: 3px;
  color: #d3d3d3;
}
/* line 521, ../sass/partials/_comments.scss */
.bmr-comment .menu-bottom {
  display: inline-block;
}
/* line 524, ../sass/partials/_comments.scss */
.bmr-comment .menu-bottom .menu-item {
  display: inline-block;
  font-size: 13px;
  color: #aeaeae;
  position: relative;
  padding: 5px 10px;
  text-decoration: none !important;
}
/* line 532, ../sass/partials/_comments.scss */
.bmr-comment .menu-bottom .menu-item:hover {
  color: #00ace8;
  text-decoration: none;
}
/* line 537, ../sass/partials/_comments.scss */
.bmr-comment .menu-bottom .menu-item.comment-answer {
  border-right: 1px solid #f1f2f2;
}
/* line 543, ../sass/partials/_comments.scss */
.bmr-comment .comment-socials {
  display: inline-block;
  position: relative;
  height: 18px;
  font-size: 10px;
}
/* line 550, ../sass/partials/_comments.scss */
.bmr-comment .comment-socials a {
  position: absolute;
  opacity: 0;
  top: 4px;
  right: -16px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: opacity 400ms linear, right 400ms ease-in-out;
  transition: opacity 400ms linear, right 400ms ease-in-out;
}
/* line 560, ../sass/partials/_comments.scss */
.bmr-comment .comment-socials a::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
/* line 568, ../sass/partials/_comments.scss */
.bmr-comment .comment-socials a:hover {
  text-decoration: none;
}
/* line 574, ../sass/partials/_comments.scss */
.bmr-comment .comment-socials [data-social="vk"]::before {
  background-color: #3b93bb;
  content: "\e95c";
}
/* line 580, ../sass/partials/_comments.scss */
.bmr-comment .comment-socials [data-social="fb"]::before {
  background-color: #376cba;
  content: "\e957";
}
/* line 586, ../sass/partials/_comments.scss */
.bmr-comment .comment-socials [data-social="tw"]::before {
  background-color: #00aced;
  content: "\e95b";
}
/* line 592, ../sass/partials/_comments.scss */
.bmr-comment .comment-socials .comment-link::before {
  background-color: #d3d3d3;
  content: "\e96e";
}
/* line 599, ../sass/partials/_comments.scss */
.bmr-comment .comment-share-group {
  display: inline-block;
}
/* line 609, ../sass/partials/_comments.scss */
.bmr-comment .comment-share-group:hover .comment-socials a {
  opacity: 1;
}
/* line 612, ../sass/partials/_comments.scss */
.bmr-comment .comment-share-group:hover .comment-socials [data-social="vk"] {
  right: -28px;
}
/* line 615, ../sass/partials/_comments.scss */
.bmr-comment .comment-share-group:hover .comment-socials [data-social="fb"] {
  right: -56px;
}
/* line 618, ../sass/partials/_comments.scss */
.bmr-comment .comment-share-group:hover .comment-socials [data-social="tw"] {
  right: -84px;
}
/* line 621, ../sass/partials/_comments.scss */
.bmr-comment .comment-share-group:hover .comment-socials .comment-link {
  right: -112px;
}
/* line 628, ../sass/partials/_comments.scss */
.bmr-comment .comment-attachments {
  margin-top: 10px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 634, ../sass/partials/_comments.scss */
.bmr-comment .comment-attachments img {
  max-width: 100%;
  height: auto;
  margin: 0 10px 10px 0;
}
/* line 643, ../sass/partials/_comments.scss */
.bmr-comment .edit-comment-form-container .comment-attachments {
  width: 100%;
}
/* line 646, ../sass/partials/_comments.scss */
.bmr-comment .edit-comment-form-container .comment-attachments .attachments-preview {
  width: auto;
  max-width: 100%;
}
/* line 651, ../sass/partials/_comments.scss */
.bmr-comment .edit-comment-form-container .comment-attachments .single-attachment {
  position: relative;
  width: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  padding: 10px;
  flex: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
/* line 670, ../sass/partials/_comments.scss */
.bmr-comment .edit-comment-form-container .comment-attachments .single-attachment img {
  margin: 0px;
  height: 100px;
  max-width: unset !important;
}
/* line 676, ../sass/partials/_comments.scss */
.bmr-comment .edit-comment-form-container .comment-attachments .single-attachment .delete-attachment {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: black;
  color: #fff;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
/* line 696, ../sass/partials/_comments.scss */
.bmr-comment .edit-comment-form-container .comment-attachments .single-attachment .delete-attachment:before {
  content: "\e62d";
}
/* line 701, ../sass/partials/_comments.scss */
.bmr-comment .edit-comment-form-container .comment-attachments .single-attachment .comment-attachment-link {
  overflow: hidden;
  margin: 0 10px 10px 0;
  height: 100px;
  width: 100px;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}

/* line 718, ../sass/partials/_comments.scss */
#vk_comments {
  width: 100% !important;
}
/* line 720, ../sass/partials/_comments.scss */
#vk_comments iframe {
  width: 100%;
}

/* line 724, ../sass/partials/_comments.scss */
.comments-tt-share {
  color: #5bbb60;
  font-size: 13px;
}

/* line 728, ../sass/partials/_comments.scss */
.comments-tt-share:before {
  content: "\e913";
  top: 3px;
  position: relative;
  font-size: 16px;
}

@media all and (max-width: 500px) {
  /* line 737, ../sass/partials/_comments.scss */
  .bmr-comment .comment-share-group:hover .comment-socials {
    display: none;
  }
  /* line 740, ../sass/partials/_comments.scss */
  .bmr-comment .menu-top {
    display: none !important;
  }
  /* line 743, ../sass/partials/_comments.scss */
  .bmr-comment .comment-head {
    margin-top: 3px;
  }
  /* line 746, ../sass/partials/_comments.scss */
  .bmr-comment .comment-head .interlocutors {
    padding-right: 0;
  }
}
/* line 755, ../sass/partials/_comments.scss */
.comment-share-group.moused .comment-share {
  border-right: 1px solid #f1f2f2;
  padding-right: 14px;
}
/* line 759, ../sass/partials/_comments.scss */
.comment-share-group.moused a {
  opacity: 1 !important;
}
/* line 762, ../sass/partials/_comments.scss */
.comment-share-group.moused [data-social="vk"] {
  right: -28px;
}
/* line 765, ../sass/partials/_comments.scss */
.comment-share-group.moused [data-social="fb"] {
  right: -56px;
}
/* line 768, ../sass/partials/_comments.scss */
.comment-share-group.moused [data-social="tw"] {
  right: -84px;
}
/* line 771, ../sass/partials/_comments.scss */
.comment-share-group.moused .comment-link {
  right: -112px;
}

/* line 2, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .popular-topics-heading {
  color: #131313;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px 0;
  padding: 0;
}
/* line 10, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .popular-topics-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px -15px;
}
/* line 16, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 21, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-topic {
  font-size: 15px;
  margin: 0 0 12px;
}
/* line 25, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-topic a {
  color: #131313;
}
/* line 27, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-topic a:hover {
  color: #00ace8;
  text-decoration: none;
}
/* line 34, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-meta {
  font-size: 13px;
  color: #aeaeae;
  margin-bottom: 13px;
}
/* line 39, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-meta .pt-meta-item {
  padding-right: 10px;
  border-right: 1px solid #f1f2f2;
}
/* line 43, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-meta .pt-meta-item:last-child {
  padding-left: 10px;
  border-right: none;
}
/* line 49, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-comment-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 52, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-comment-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
}
/* line 54, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-comment-avatar div {
  width: 36px;
  height: 36px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}
/* line 63, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-comment-avatar .pt-user-initials {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#58b4e6), to(#2789ce));
  background: linear-gradient(to bottom, #58b4e6 0%, #2789ce 100%);
}
/* line 78, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 13px;
}
/* line 82, ../sass/partials/_popular-topics.scss */
.popular-topics-wrapper .pt-comment-author {
  font-weight: bold;
}
@media all and (max-width: 768px) {
  /* line 87, ../sass/partials/_popular-topics.scss */
  .popular-topics-wrapper .pt-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 13, ../sass/style.scss */
.comments-area .is-hidden {
  display: none !important;
}
/* line 17, ../sass/style.scss */
.comments-area ul, .comments-area ol {
  margin: 0;
  padding-left: 0 !important;
  list-style: none;
}
/* line 23, ../sass/style.scss */
.comments-area p,
.comments-area pre {
  margin: 1.5px 0;
}
/* line 28, ../sass/style.scss */
.comments-area p:last-of-type {
  margin: 0;
}
/* line 32, ../sass/style.scss */
.comments-area .comments-tabs .comments-sort-select .item {
  padding-left: 0;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 48, ../sass/style.scss */
.bmr-loading-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: 1011;
  display: none;
}
/* line 57, ../sass/style.scss */
.bmr-loading-spinner:before {
  content: "\e60b";
  /* fa */
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* fa-spin */
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  /* icomoon */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* positioning and sizes */
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  color: #4271b5;
}
/* line 91, ../sass/style.scss */
.bmr-loading-spinner.on-wp-login-form:before {
  top: 55%;
}
