.charity {
  padding: 16px 20px;
  width: 320px;
  height: 90px;
  max-height: 90px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  background-color: #262626;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.charity .charity-title {
  padding-bottom: 5px;
  font-family: 'futura-medium', Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1.5px;
}
.charity .sum {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  font-family: 'futura-light', Arial, sans-serif;
  font-size: 39px;
  line-height: 35px;
  color: #ffc42d;
  letter-spacing: 2px;
}
.charity .sum .dollar {
  font-size: 38px;
}
.charity .charity-button {
  margin-left: 10px;
}
.charity .charity-button .btn {
  padding: 14px 12px;
  font-family: 'futura-bold', Arial, sans-serif;
  font-size: 12px;
  border-radius: 2px;
}
.charity.simple {
  height: 79px;
}
.charity.simple .charity-info {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.charity.simple .charity-title {
  padding-bottom: 0;
  margin-right: 15px;
}
.charity.simple .sum {
  font-size: 31px;
}
.charity.simple .sum .dollar {
  font-size: 30px;
}
@media (max-width: 340px) {
  .charity {
    padding: 16px 10px;
    max-width: 300px;
  }
}
.contest-countdown {
  width: 320px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-family: 'futura-light', Arial, sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
}
.contest-countdown .countdown-title {
  padding-bottom: 12px;
  font-size: 24px;
  letter-spacing: 2.7px;
}
.contest-countdown #countdown {
  width: 274px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.contest-countdown #countdown .item {
  font-size: 31px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contest-countdown #countdown .colon {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.contest-countdown #countdown .label {
  display: block;
  font-size: 10px;
}
@media (max-width: 340px) {
  .contest-countdown {
    max-width: 300px;
  }
}
@font-face {
  font-family: 'futura-light';
  src: url(../_/_/components/contest/info/fonts/20a3zLt.woff) format('woff'), url(../_/_/components/contest/info/fonts/MCMlIqm.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'futura-medium';
  src: url(../_/_/components/contest/info/fonts/37fyFzH.woff) format('woff'), url(../_/_/components/contest/info/fonts/2f6QVV8.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'futura-demi';
  src: url(../_/_/components/contest/info/fonts/lBCrxi4.woff) format('woff'), url(../_/_/components/contest/info/fonts/2gWJLXW.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'futura-bold';
  src: url(../_/_/components/contest/info/fonts/-gnHp8E.woff) format('woff'), url(../_/_/components/contest/info/fonts/28DXDMH.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

.following .btn {
  padding: 9px 10px;
  min-width: 120px;
  font-size: 13px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.following .btn.btn-border {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.following .btn .icon {
  position: relative;
  margin-right: 8px;
}
.following .btn-follow .icon {
  font-size: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.following .followed .icon {
  font-size: 10px;
}
.following .unfollow {
  display: none;
}
body:not(.touch) .following .btn-unfollow:hover .followed {
  display: none;
}
body:not(.touch) .following .btn-unfollow:hover .unfollow {
  display: inline-block;
}
body:not(.touch) .following .btn.btn-border:hover {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  background-color: #d25853;
  border-color: #d25853;
  color: #fff;
}

.form-controls .required-mark {
  font-size: 17px;
}
.form-controls .group-control {
  margin-bottom: 10px;
}
.form-controls .group-control .required-mark {
  line-height: 45px;
}
.form-controls .actions-group {
  padding-top: 15px;
}
.form-controls .btn {
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 13px 30px;
  min-width: 140px;
}
.form-controls .form-legend {
  font-size: 13px;
  position: relative;
  margin: -5px 0 10px;
}
.group-control {
  position: relative;
}
.group-control.hide-control {
  display: none;
}
.group-control .group-icons {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.group-control .group-icons [class^="fc-promo-"],
.group-control .group-icons [class*=" fc-promo-"] {
  padding: 5px;
  display: block;
  font-size: 24px;
}
.group-control .group-icons .locked-icon {
  display: none;
}
.group-control .group-icons:not(.prepend) {
  right: 10px;
}
.group-control .group-icons.prepend {
  left: 5px;
  width: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.group-control.locked-group .group-icons .locked-icon {
  display: block;
}
.group-control .small-spinner {
  display: none;
}
.group-control.processing-group .small-spinner {
  display: block;
}
.group-control.error-group .help-control {
  display: none;
}
.group-control.error-group .group-icons:not(.prepend) {
  right: 40px;
}
.form-actions {
  padding-top: 10px;
  text-align: center;
}
input::-ms-clear {
  display: none;
}
.group-control .input-group {
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
}
.group-control .input-control {
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  font-size: 14px;
  padding: 0px 45px 0px 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.group-control .input-control.one-num {
  max-width: 50px;
  width: 100%;
  height: 45px;
  border-radius: 15px;
  padding: 0;
}
.group-control .account-phone {
  cursor: pointer;
}
.group-control.icons-prepend .input-control {
  padding-left: 55px;
}
.group-control.error-group .input-control {
  padding-right: 40px;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
.group-control.error-group:not(.empty-group) .input-control {
  padding-right: 70px;
}
.group-control.required-group .input-group:before {
  content: "*";
  position: absolute;
  top: 13px;
  left: -12px;
  font-size: 17px;
}
.group-control .help-control {
  cursor: pointer;
}
.group-control .clear-control {
  cursor: pointer;
}
.group-control.empty-group .clear-control,
.group-control.locked-group .clear-control,
.group-control.empty-group .clear-control[class^="icon-"],
.group-control.locked-group .clear-control[class^="icon-"],
.group-control.empty-group .clear-control[class*=" icon-"],
.group-control.locked-group .clear-control[class*=" icon-"] {
  display: none;
}
.group-control.error-group .group-icons {
  right: 40px;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
.gui-tooltip-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  vertical-align: sub;
}
.gui-tooltip-wrapper .gui-tooltip-content {
  display: none;
}
body .ui-tooltip.gui-tooltip {
  border: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.gui-tooltip {
  padding: 0;
}
.gui-tooltip .gui-tooltip-content {
  position: relative;
  line-height: 1.35em;
  padding: 20px;
  border-radius: 3px;
}
.gui-tooltip .gt-title {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.gui-tooltip .gt-body {
  font-size: 11px;
}
.gui-tooltip .gt-arrow {
  content: '';
  position: absolute;
  bottom: -14px;
  right: 10px;
  border-width: 7px;
  border-style: solid;
}
.gui-tooltip .gt-close {
  display: none;
}
.gui-tooltip.gui-tooltip-warning {
  max-width: 170px;
  width: 170px;
}
.gui-tooltip.gui-tooltip-info {
  max-width: 370px;
  min-width: 170px;
}
.gui-tooltip.top .gt-arrow {
  top: -14px;
  bottom: auto;
}
.gui-tooltip.gui-tooltip-touch .gt-close {
  font-size: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  display: block;
}
.gui-tooltip .gt-image {
  max-width: 240px;
  max-height: 240px;
}
.gui-tooltip .gt-left-img {
  float: left;
  margin: 0 10px 5px 0;
}
@media (max-width: 414px) {
  .gui-tooltip.gui-tooltip-info {
    max-width: 320px;
  }
}
.group-control .valid-ico {
  position: absolute;
  font-size: 21px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  overflow: hidden;
  right: 0;
  top: 0;
  text-align: right;
  line-height: 1.9;
}
.group-control .tooltip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 20px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  right: 7px;
  min-width: 100px;
  width: auto;
  max-width: 230px;
  visibility: hidden;
  z-index: 10;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.4;
}
.group-control .tooltip:after {
  content: '';
  display: block;
  position: absolute;
  right: 11px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0;
}
.group-control .tooltip .message-title {
  padding-bottom: 5px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.group-control .tooltip .message {
  position: relative;
  z-index: 1;
}
.group-control .tooltip .tooltip-close {
  display: none;
}
.group-control.error-group .valid-ico {
  padding: 0 5px;
  -webkit-transition: all 0.3s, opacity 0.2s;
  -o-transition: all 0.3s, opacity 0.2s;
  transition: all 0.3s, opacity 0.2s;
  width: 33px;
  right: 10px;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.group-control.show-error .tooltip {
  visibility: visible;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.touch .group-control .tooltip .tooltip-close {
  z-index: 2;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
}
.dlg-email-change.ui-dialog .popup-actions {
  padding-top: 20px;
}
.dlg-email-change.ui-dialog .email-form .group-control {
  margin-top: 20px;
}
.dlg-email-change.ui-dialog .email-form .description {
  font-size: 12px;
}

@font-face {
  font-family: 'font-icon-sc';
  src: url(../_/_/common/fonts/member/font-icon-sc/3DV35_e.ttf) format('truetype'), url(../_/_/common/fonts/member/font-icon-sc/2OJoxgx.woff) format('woff'), url(../_/_/common/fonts/member/font-icon-sc/TUtyili.svg#font-icon-sc) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-sc-"],
[class*=" icon-sc-"] {
  font-family: 'font-icon-sc' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-sc-"][class$="_4"],
[class*=" icon-sc-"][class$="_4"] {
  font-size: 4px;
}
[class^="icon-sc-"][class$="_5"],
[class*=" icon-sc-"][class$="_5"] {
  font-size: 5px;
}
[class^="icon-sc-"][class$="_10"],
[class*=" icon-sc-"][class$="_10"] {
  font-size: 10px;
}
[class^="icon-sc-"][class$="_12"],
[class*=" icon-sc-"][class$="_12"] {
  font-size: 12px;
}
[class^="icon-sc-"][class$="_13"],
[class*=" icon-sc-"][class$="_13"] {
  font-size: 13px;
}
[class^="icon-sc-"][class$="_14"],
[class*=" icon-sc-"][class$="_14"] {
  font-size: 14px;
}
[class^="icon-sc-"][class$="_15"],
[class*=" icon-sc-"][class$="_15"] {
  font-size: 15px;
}
[class^="icon-sc-"][class$="_16"],
[class*=" icon-sc-"][class$="_16"] {
  font-size: 16px;
}
[class^="icon-sc-"][class$="_17"],
[class*=" icon-sc-"][class$="_17"] {
  font-size: 17px;
}
[class^="icon-sc-"][class$="_18"],
[class*=" icon-sc-"][class$="_18"] {
  font-size: 18px;
}
[class^="icon-sc-"][class$="_20"],
[class*=" icon-sc-"][class$="_20"] {
  font-size: 20px;
}
[class^="icon-sc-"][class$="_21"],
[class*=" icon-sc-"][class$="_21"] {
  font-size: 21px;
}
[class^="icon-sc-"][class$="_22"],
[class*=" icon-sc-"][class$="_22"] {
  font-size: 22px;
}
[class^="icon-sc-"][class$="_24"],
[class*=" icon-sc-"][class$="_24"] {
  font-size: 24px;
}
[class^="icon-sc-"][class$="_25"],
[class*=" icon-sc-"][class$="_25"] {
  font-size: 25px;
}
[class^="icon-sc-"][class$="_26"],
[class*=" icon-sc-"][class$="_26"] {
  font-size: 26px;
}
[class^="icon-sc-"][class$="_28"],
[class*=" icon-sc-"][class$="_28"] {
  font-size: 28px;
}
[class^="icon-sc-"][class$="_31"],
[class*=" icon-sc-"][class$="_31"] {
  font-size: 31px;
}
[class^="icon-sc-"][class$="_32"],
[class*=" icon-sc-"][class$="_32"] {
  font-size: 32px;
}
.icon-sc-youtube_31:before {
  content: "\e900";
}
.icon-sc-aim:before {
  content: "\e901";
}
.icon-sc-copy_link:before {
  content: "\e902";
}
.icon-sc-ref_share:before {
  content: "\e903";
}
.icon-sc-arrow-in-circle_24:before {
  content: "\e904";
}
.icon-sc-dollar:before {
  content: "\e905";
}
.icon-sc-pampkin:before {
  content: "\e906";
}
.icon-sc-messages:before {
  content: "\e907";
}
.icon-sc-rewards_14:before {
  content: "\e908";
}
.icon-sc-round-check_8:before {
  content: "\e909";
}
.icon-sc-delete2_12:before {
  content: "\e90a";
}
.icon-sc-banners_15:before {
  content: "\e90b";
}
.icon-sc-security_17:before {
  content: "\e90c";
}
.icon-sc-geolocation_16:before {
  content: "\e90d";
}
.icon-sc-ipad_22:before {
  content: "\e90e";
}
.icon-sc-iphone_18:before {
  content: "\e90f";
}
.icon-sc-mac_18:before {
  content: "\e910";
}
.icon-sc-heck_14:before {
  content: "\e911";
}
.icon-sc-feed_21:before {
  content: "\e912";
}
.icon-sc-upload_error:before {
  content: "\e913";
}
.icon-sc-search_15:before {
  content: "\e914";
}
.icon-sc-photoset_12:before {
  content: "\e915";
}
.icon-sc-video_12:before {
  content: "\e916";
}
.icon-sc-attachment_16:before {
  content: "\e917";
}
.icon-sc-comment_12:before {
  content: "\e918";
}
.icon-sc-edit_12:before {
  content: "\e919";
}
.icon-sc-filter_13:before {
  content: "\e91a";
}
.icon-sc-like_13:before {
  content: "\e91b";
}
.icon-sc-reply_12:before {
  content: "\e91c";
}
.icon-sc-save_16:before {
  content: "\e91d";
}
.icon-sc-schedule_16:before {
  content: "\e91e";
}
.icon-sc-send_12:before {
  content: "\e91f";
}
.icon-sc-upload_16:before {
  content: "\e920";
}
.icon-sc-mail_16:before {
  content: "\e921";
}
.icon-sc-cams_10:before {
  content: "\e922";
}
.icon-sc-tick_12:before {
  content: "\e923";
}
.icon-sc-close_12:before {
  content: "\e924";
}
.icon-sc-tick_16:before {
  content: "\e925";
}
.icon-sc-snapchat_user_16:before {
  content: "\e926";
}
.icon-sc-instagram_user_16:before {
  content: "\e927";
}
.icon-sc-unlick_15:before {
  content: "\e928";
}
.icon-sc-private_instagram_32:before {
  content: "\e929";
}
.icon-sc-chaturbate_21:before {
  content: "\e92a";
}
.icon-sc-camSode_28:before {
  content: "\e92b";
}
.icon-sc-flirt4free_22:before {
  content: "\e92c";
}
.icon-sc-streamate_28:before {
  content: "\e92d";
}
.icon-sc-anySite_28:before {
  content: "\e92e";
}
.icon-sc-imLive_16:before {
  content: "\e92f";
}
.icon-sc-flirt4free_28:before {
  content: "\e930";
}
.icon-sc-twitter_31:before {
  content: "\e931";
}
.icon-sc-drop_10:before {
  content: "\e932";
}
.icon-sc-snap_31:before {
  content: "\e933";
}
.icon-sc-instagram_31:before {
  content: "\e934";
}
.icon-sc-facebook_31:before {
  content: "\e935";
}
.icon-sc-robot_17:before {
  content: "\e936";
}
.icon-sc-drop-down_4:before {
  content: "\e937";
}
.icon-sc-delete_13:before {
  content: "\e938";
}
.icon-sc-custom-link_28:before {
  content: "\e939";
}
.icon-sc-delete_12:before {
  content: "\e93a";
}
.icon-sc-amazon_wishlist_28:before {
  content: "\e93b";
}
.icon-sc-facebook_28:before {
  content: "\e93c";
}
.icon-sc-instagram_28:before {
  content: "\e93d";
}
.icon-sc-my_fanclub_28:before {
  content: "\e93e";
}
.icon-sc-private_snapchat_32:before {
  content: "\e93f";
}
.icon-sc-public_snapchat_28:before {
  content: "\e940";
}
.icon-sc-plus_28:before {
  content: "\e941";
}
.icon-sc-link_15:before {
  content: "\e942";
}
.icon-sc-twitter_28:before {
  content: "\e943";
}
.icon-sc-ph_28:before {
  content: "\e944";
}
.icon-sc-rouned-tick_17:before {
  content: "\e945";
}
.icon-sc-move_20:before {
  content: "\e946";
}
.icon-sc-calendar_16:before {
  content: "\e947";
}
.icon-sc-copy_14:before {
  content: "\e948";
}
.icon-sc-drop-down_5:before {
  content: "\e949";
}
.icon-sc-clear_17:before {
  content: "\e94a";
}
.icon-sc-clear_16:before {
  content: "\e94b";
}
.icon-sc-question_16:before {
  content: "\e94c";
}
.icon-sc-twitter_14:before {
  content: "\e94d";
}
.icon-sc-double-arrows_20:before {
  content: "\e94e";
}
.icon-sc-check_list_22:before {
  content: "\e94f";
}
.icon-sc-instagram2_user_25:before {
  content: "\e950";
}
.icon-sc-snapchat2_user_25:before {
  content: "\e951";
}
.icon-sc-icon_check_12:before {
  content: "\e952";
}
.icon-sc-undo_15:before {
  content: "\e953";
}
.icon-sc-stripChat_22:before {
  content: "\e954";
}
.icon-sc-qCams_24:before {
  content: "\e955";
}
.icon-sc-liveJasmin_28:before {
  content: "\e956";
}
.icon-sc-myFreeCams_28:before {
  content: "\e957";
}
.icon-sc-lock_16:before {
  content: "\e958";
}
.icon-sc-warn_16:before {
  content: "\e959";
}
.icon-sc-manyvids:before {
  content: "\e95a";
}
.icon-sc-aff_offer_16:before {
  content: "\e95b";
}
.icon-sc-campaings:before {
  content: "\e95c";
}
.icon-sc-statistics_13:before {
  content: "\e95d";
}
.icon-sc-apply_15:before {
  content: "\e95e";
}
.icon-sc-youtube:before {
  content: "\e95f";
}
.icon-sc-posts_user_16:before {
  content: "\e960";
}
.icon-sc-report_12:before {
  content: "\e961";
}
.icon-sc-round_ok_26:before {
  content: "\e962";
}
.icon-sc-round_cancel_26:before {
  content: "\e963";
}
.icon-sc-keez_28:before {
  content: "\e964";
}
.icon-sc-arrow-left:before {
  content: "\e965";
}
.icon-sc-arrow-right:before {
  content: "\e966";
}
.icon-sc-story_17:before {
  content: "\e967";
}
.icon-sc-twitter_20:before {
  content: "\e968";
}
.icon-sc-facebook_20:before {
  content: "\e969";
}
.icon-sc-help_20:before {
  content: "\e96a";
}
.icon-sc-avatar_20:before {
  content: "\e96b";
}
.icon-sc-facebook:before {
  content: "\e972";
}
.icon-sc-instagram:before {
  content: "\e973";
}
.icon-sc-snapchat:before {
  content: "\e974";
}
.icon-sc-twitter:before {
  content: "\e975";
}
.icon-sc-facebook2:before {
  content: "\e976";
}
.icon-sc-instagram2:before {
  content: "\e977";
}
.icon-sc-all:before {
  content: "\e978";
}
.copy-url-wrapper {
  margin-right: -3px;
}
.copy-url-wrapper .copy-url {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.copy-url-wrapper .copy-url-icon:hover {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.copy-url-wrapper .copy-url-icon.show-tool {
  pointer-events: none;
}
.copy-url-wrapper .copy-url-icon:not(.single-post) {
  background: url(../_/_/components/copy-url/images/coAJnv3.svg) no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  width: 12px;
  height: 15px;
  display: block;
}
.copy-url-wrapper .copy-url-icon.single-post {
  color: #773dbd;
}
.copy-url-wrapper .copy-url-icon.single-post .reaction-item-icon {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}
.copy-url-wrapper .copy-url-tooltip {
  min-width: 194px;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
          box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  border-radius: 5px;
  position: absolute;
  padding: 20px 30px;
  top: -65px;
  right: -6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.copy-url-wrapper .copy-url-tooltip .copy-url-tooltip-icon {
  background: url(../_/_/components/copy-url/images/3_CKAhj.svg) no-repeat;
  width: 14px;
  height: 15px;
  margin-right: 10px;
  margin-top: -2px;
}
.copy-url-wrapper .copy-url-tooltip span {
  font-size: 13px;
  color: #ad8ad7;
}
.copy-url-wrapper .copy-url-tooltip.link-copied > span,
.copy-url-wrapper .copy-url-tooltip.link-copied {
  color: #48c56b;
}
.copy-url-wrapper .copy-url-tooltip.link-copied > .copy-url-tooltip-icon {
  background: url(../_/_/components/copy-url/images/GAlYzjE.svg) no-repeat;
  width: 17px;
  height: 17px;
}
.copy-url-wrapper .copy-url-tooltip.tooltip-disabled {
  visibility: visible;
  position: relative;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: unset;
  background: transparent;
  padding: 0;
}
.copy-url-wrapper.tool-enabled > .copy-url-tooltip,
.copy-url-wrapper.tool-enabled > .copy-url .copy-url-icon {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 280px) and (max-width: 830px) {
  .user-post .back-to-feed,
  .blog-post .back-to-feed {
    margin-left: 45px;
  }
  .user-post .profile-feed .state,
  .blog-post .profile-feed .state {
    right: 15px !important;
  }
  .user-post .copy-url-wrapper .copy-url-tooltip,
  .blog-post .copy-url-wrapper .copy-url-tooltip {
    right: 11px;
  }
  .user-post .copy-url-wrapper .copy-url-tooltip:before,
  .blog-post .copy-url-wrapper .copy-url-tooltip:before {
    right: 20px;
  }
}

@font-face {
  font-family: 'fc-icon-comment';
  src: url(../_/_/components/comments/fonts/icons/5wlaBzU.ttf) format('truetype'), url(../_/_/components/comments/fonts/icons/Mdi1W_a.woff) format('woff'), url(../_/_/components/comments/fonts/icons/1LYr-B_.svg#fc-icon-comment) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="comment-icon-"],
[class*=" comment-icon-"] {
  font-family: 'fc-icon-comment' !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="comment-icon-"][class$="_4"],
[class*=" comment-icon-"][class$="_4"] {
  font-size: 4px;
}
[class^="comment-icon-"][class$="_5"],
[class*=" comment-icon-"][class$="_5"] {
  font-size: 5px;
}
[class^="comment-icon-"][class$="_9"],
[class*=" comment-icon-"][class$="_9"] {
  font-size: 9px;
}
[class^="comment-icon-"][class$="_10"],
[class*=" comment-icon-"][class$="_10"] {
  font-size: 10px;
}
[class^="comment-icon-"][class$="_11"],
[class*=" comment-icon-"][class$="_11"] {
  font-size: 11px;
}
[class^="comment-icon-"][class$="_12"],
[class*=" comment-icon-"][class$="_12"] {
  font-size: 12px;
}
[class^="comment-icon-"][class$="_13"],
[class*=" comment-icon-"][class$="_13"] {
  font-size: 13px;
}
[class^="comment-icon-"][class$="_14"],
[class*=" comment-icon-"][class$="_14"] {
  font-size: 14px;
}
[class^="comment-icon-"][class$="_15"],
[class*=" comment-icon-"][class$="_15"] {
  font-size: 15px;
}
[class^="comment-icon-"][class$="_16"],
[class*=" comment-icon-"][class$="_16"] {
  font-size: 16px;
}
[class^="comment-icon-"][class$="_17"],
[class*=" comment-icon-"][class$="_17"] {
  font-size: 17px;
}
[class^="comment-icon-"][class$="_18"],
[class*=" comment-icon-"][class$="_18"] {
  font-size: 18px;
}
[class^="comment-icon-"][class$="_28"],
[class*=" comment-icon-"][class$="_28"] {
  font-size: 28px;
}
[class^="comment-icon-"][class$="_20"],
[class*=" comment-icon-"][class$="_20"] {
  font-size: 20px;
}
[class^="comment-icon-"][class$="_21"],
[class*=" comment-icon-"][class$="_21"] {
  font-size: 21px;
}
[class^="comment-icon-"][class$="_23"],
[class*=" comment-icon-"][class$="_23"] {
  font-size: 23px;
}
[class^="comment-icon-"][class$="_26"],
[class*=" comment-icon-"][class$="_26"] {
  font-size: 26px;
}
[class^="comment-icon-"][class$="_32"],
[class*=" comment-icon-"][class$="_32"] {
  font-size: 32px;
}
[class^="comment-icon-"][class$="_36"],
[class*=" comment-icon-"][class$="_36"] {
  font-size: 36px;
}
[class^="comment-icon-"][class$="_39"],
[class*=" comment-icon-"][class$="_39"] {
  font-size: 39px;
}
[class^="comment-icon-"][class$="_40"],
[class*=" comment-icon-"][class$="_40"] {
  font-size: 40px;
}
[class^="comment-icon-"][class$="_42"],
[class*=" comment-icon-"][class$="_42"] {
  font-size: 42px;
}
.comment-icon-arrowup_4:before {
  content: "\e902";
}
.comment-icon-undo_14:before {
  content: "\e903";
}
.comment-icon-edit_14:before {
  content: "\e90c";
}
.comment-icon-reply_14:before {
  content: "\e90f";
}
.comment-icon-send_12:before {
  content: "\e912";
}
.comment-icon-account_26:before {
  content: "\e914";
}
.comment-icon-remove_13:before {
  content: "\e90e";
}
.comment-icon-delete_14:before {
  content: "\e915";
}
.comment-icon-report_14:before {
  content: "\e916";
}
.comment-icon-comment_14:before {
  content: "\e900";
}
.comment-icon-like_14:before {
  content: "\e901";
}
.new-comment {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.new-comment .text {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  font-size: 14px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f3f7f8;
}
.new-comment .text-content {
  cursor: text;
  min-height: 13px;
  max-height: 98px;
  padding: 8px 50px 8px 0px;
  margin: 0 -25px 0 22px;
  overflow-y: auto;
  word-break: break-all;
}
.new-comment .text-content:empty::before {
  content: attr(data-placeholder);
}
.new-comment .submit {
  position: relative;
  margin-left: 10px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background-color: #f3f7f8;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-comment .submit .icon {
  margin: auto;
  font-size: 24px;
}
.new-comment.error ~.error-comment {
  margin-top: -10px;
  padding: 0 22px 12px;
  display: block;
  font-size: 13px;
  border-radius: 4px;
}
.new-comment.load .submit .icon {
  display: none;
}
.new-comment.edit {
  margin-bottom: 5px;
}
.new-comment.edit +.cancel-edit {
  display: block;
  padding: 0 22px;
  font-size: 11px;
  line-height: normal;
  margin-bottom: 10px;
}
.new-comment.edit +.cancel-edit .esc {
  display: none;
}
.error-comment,
.cancel-edit {
  display: none;
}
body:not(.touch) .new-comment.edit +.cancel-edit {
  cursor: pointer;
}
body:not(.touch) .new-comment.edit +.cancel-edit .esc {
  display: inline-block;
}
body.touch .new-comment .text,
body.touch .new-comment .text-content {
  -webkit-overflow-scrolling: touch;
}
body.touch .new-comment.edit {
  margin-bottom: 10px;
}
body.touch .new-comment.edit +.cancel-edit .cancel {
  padding: 10px 10px 10px 0;
}
.comments-wrap {
  margin: 20px 0;
}
.none-comments {
  margin-bottom: 16px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}
.error-comments {
  width: 100%;
  text-align: center;
}
.error-comments .text {
  padding: 0 0 20px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 14px;
}
.com-white-btn {
  display: inline-block;
  padding: 10px 40px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.com-white-btn:hover {
  -webkit-box-shadow: 0px 1px 6px rgba(58,58,58,0.2);
          box-shadow: 0px 1px 6px rgba(58,58,58,0.2);
}
.com-prev,
.com-next {
  margin-bottom: 15px;
}
.com-prev.com-white-btn,
.com-next.com-white-btn {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 20px;
  height: 40px;
}
.com-prev.fail .com-state.load,
.com-next.fail .com-state.load {
  display: none;
}
.com-prev.fail .com-state.error,
.com-next.fail .com-state.error {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.com-prev .com-state,
.com-next .com-state {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.com-prev .com-state.load .icon,
.com-next .com-state.load .icon {
  display: none;
}
.com-prev .com-state.error,
.com-next .com-state.error {
  display: none;
}
.com-prev .com-state.error .icon,
.com-next .com-state.error .icon {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.com-prev .text,
.com-next .text {
  width: 100%;
}
.com-prev .icon.left,
.com-next .icon.left {
  margin-left: -10px;
}
.com-prev .icon.right,
.com-next .icon.right {
  margin-right: -10px;
}
.com-next .com-state.load .icon {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.comments-info {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
}
.skeleton {
  margin-bottom: 10px;
}
.skeleton .comment-block {
  width: 100%;
}
.skeleton .comment-block .info {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.skeleton .comment-block .block {
  height: 12px;
  border-radius: 4px;
}
.skeleton .comment-block .block.long {
  width: 122px;
}
.skeleton .comment-block .block.middle {
  width: 88px;
}
.skeleton .comment-block .block.short {
  margin-left: 10px;
  width: 40px;
}
.skeleton .comment-block .dot {
  margin: 0px 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.skeleton .comment-block .action-block {
  margin-top: 2px;
  height: 30px;
  width: 40px;
}
.skeleton .comment-block .action-block.wide {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.comments-block {
  margin-bottom: 10px;
}
.comment {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.comment .comment-reply-action {
  font-size: 12px;
  line-height: 1;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.comment .user-avatar {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden;
  -ms-background-size: cover;
  background-size: cover;
}
.comment .comment-block {
  width: 100%;
}
.comment .comment-block .comment-info {
  line-height: 1;
  font-size: 12px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.comment .comment-block .comment-info .username,
.comment .comment-block .comment-info .date-ago,
.comment .comment-block .comment-info .edited {
  display: inline-block;
}
.comment .comment-block .comment-info .date-ago span,
.comment .comment-block .comment-info .edited span {
  vertical-align: middle;
}
.comment .comment-block .comment-info .edited {
  display: none;
}
.comment .comment-block .comment-info .edited.show {
  display: inline-block;
}
.comment .comment-block .comment-info .date-ago,
.comment .comment-block .comment-info .edited {
  margin-left: 10px;
}
.comment .comment-block .comment-info .date-ago.separator,
.comment .comment-block .comment-info .edited.separator {
  margin-left: 0px;
}
.comment .comment-block .comment-info .date-ago.separator:before,
.comment .comment-block .comment-info .edited.separator:before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 4px;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 10px;
}
.comment .comment-block .comment-text {
  position: relative;
  max-height: 60px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  line-height: 20px;
  font-size: 12px;
}
.comment .comment-block.toggle-block .comment-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(#fff));
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);
}
.comment .comment-block.toggle-block .view-all-com {
  display: block;
}
.comment .comment-block.full-comment .comment-text:after {
  display: none;
}
.comment .comment-block.full-comment .view-all-com .all-text .view {
  display: none;
}
.comment .comment-block.full-comment .view-all-com .all-text .hide {
  display: inline-block;
}
.comment .comment-block.full-comment .view-all-com .all-text .icon {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.comment .remove-error-wrap .error {
  font-size: 10px;
  font-weight: bold;
}
.comment .user-avatar {
  width: 30px;
  height: 30px;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment .user-avatar .icon {
  margin: auto;
  font-size: 20px;
}
.view-all-com {
  display: none;
  padding-top: 5px;
  font-size: 13px;
}
.view-all-com .all-text {
  position: relative;
  padding-right: 12px;
  font-family: Arial, sans-serif;
}
.view-all-com .all-text .view {
  display: inline-block;
}
.view-all-com .all-text .hide {
  display: none;
}
.view-all-com .all-text .icon {
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 5px;
}
.comment-actions {
  margin: 0 -10px;
  line-height: 20px;
}
.comment-actions .comment-action.show:first-child {
  border-radius: 4px 0 0 4px;
}
.comment-actions .comment-action.show:last-child {
  border-radius: 0 4px 4px 0;
}
.comment-action {
  display: none;
  padding: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.comment-action.like {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.comment-action.like.show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.comment-action.like.active {
  color: #70b95d;
}
.comment-action.like.active > * {
  color: inherit !important;
}
.comment-action.show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.comment-action .counter {
  padding-left: 10px;
  vertical-align: baseline;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}
.comment-action.simple {
  cursor: initial;
}
.comment-action.empty {
  cursor: initial;
  padding: 5px 0;
}
.comment-action.undo.load .icon {
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
.comment-action.remove.load {
  padding-top: 15px;
  padding-bottom: 15px;
}
.comment-action.remove.load .icon {
  display: none;
}
.comment-action .icon {
  font-size: 20px;
  line-height: 1;
}
.list-reply {
  margin-bottom: 20px;
  margin-top: 20px;
}
.list-reply .comment {
  margin-bottom: 10px;
}
.new-reply {
  margin-bottom: 20px;
}
.view_reply {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
}
.view_reply:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 1px;
}
.comments-counter-block {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments-counter-block .comments-counter-label {
  position: relative;
  padding-right: 24px;
}
.comments-counter-block .comments-counter-label::after {
  content: "" '' "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #869dac;
  border-radius: 50%;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comments-counter-block .comments-counter {
  color: #869dac;
}
@media (max-width: 414px) {
  .comment {
    font-size: 12px;
  }
  .comment .comment-block {
    padding-left: 10px;
  }
  .reply-block {
    margin-left: 40px;
  }
}
@media (max-width: 360px) {
  .comment .comment-block .comment-info .edited.show {
    display: block;
  }
  .comment .comment-block .comment-info .edited.separator:before {
    display: none;
  }
}
@media (min-width: 415px) {
  .com-prev .icon.left,
  .com-next .icon.left {
    margin-left: -5px;
  }
  .com-prev .icon.right,
  .com-next .icon.right {
    margin-right: -5px;
  }
  .skeleton .comment-block .block.long {
    width: 170px;
  }
  .skeleton .comment-block .block.short {
    width: 50px;
  }
  .comment .comment-block {
    padding-left: 15px;
  }
  .comment .comment-block .comment-text {
    line-height: 20px;
  }
  .reply-block {
    margin-left: 53px;
  }
}
@media (min-width: 768px) {
  .skeleton {
    margin-bottom: 20px;
  }
  .skeleton .comment-block .info {
    margin-bottom: 10px;
  }
  .skeleton .comment-block .block.long {
    width: 220px;
  }
  .skeleton .comment-block .block.short {
    width: 64px;
  }
  .skeleton .comment-block .action-block {
    margin-top: 3px;
    margin-right: 1px;
  }
  .comments-block {
    margin-bottom: 20px;
  }
  .view_reply {
    font-size: 14px;
  }
  .comments-counter-block {
    padding-bottom: 25px;
    padding-top: 10px;
    font-size: 21px;
  }
  .comment .user-avatar {
    width: 40px;
    height: 40px;
  }
  .comment .comment-block .comment-text {
    font-size: 14px;
    line-height: 24px;
  }
  .comment .comment-block .comment-info {
    margin-top: 3px;
  }
}
.load .dots-loader {
  display: block;
}
.dots-loader {
  display: none;
  left: 0;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-animation: dots-loader-dark 0.9s 0.35s ease alternate infinite;
  animation: dots-loader-dark 0.9s 0.35s ease alternate infinite;
  margin: -12px auto 0;
}
.dots-loader:after,
.dots-loader:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: dots-loader-dark 0.9s ease alternate infinite;
  animation: dots-loader-dark 0.9s ease alternate infinite;
}
.dots-loader:before {
  left: -8px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.dots-loader:after {
  right: -8px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
._opacity-0-anim {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@-webkit-keyframes dots-loader {
  0%, 100% {
    -webkit-box-shadow: 0 9px 0 rgba(255,255,255,0.2);
            box-shadow: 0 9px 0 rgba(255,255,255,0.2);
  }
  25% {
    -webkit-box-shadow: 0 9px 0 #fff;
            box-shadow: 0 9px 0 #fff;
  }
  50% {
    -webkit-box-shadow: 0 9px 0 #fff;
            box-shadow: 0 9px 0 #fff;
  }
  75% {
    -webkit-box-shadow: 0 9px 0 #fff;
            box-shadow: 0 9px 0 #fff;
  }
}
@keyframes dots-loader {
  0%, 100% {
    -webkit-box-shadow: 0 9px 0 rgba(255,255,255,0.2);
            box-shadow: 0 9px 0 rgba(255,255,255,0.2);
  }
  25% {
    -webkit-box-shadow: 0 9px 0 #fff;
            box-shadow: 0 9px 0 #fff;
  }
  50% {
    -webkit-box-shadow: 0 9px 0 #fff;
            box-shadow: 0 9px 0 #fff;
  }
  75% {
    -webkit-box-shadow: 0 9px 0 #fff;
            box-shadow: 0 9px 0 #fff;
  }
}
@-webkit-keyframes dots-loader-dark {
  0%, 100% {
    -webkit-box-shadow: 0 9px 0 rgba(58,58,58,0.2);
            box-shadow: 0 9px 0 rgba(58,58,58,0.2);
  }
  25% {
    -webkit-box-shadow: 0 9px 0 #3a3a3a;
            box-shadow: 0 9px 0 #3a3a3a;
  }
  50% {
    -webkit-box-shadow: 0 9px 0 #3a3a3a;
            box-shadow: 0 9px 0 #3a3a3a;
  }
  75% {
    -webkit-box-shadow: 0 9px 0 #3a3a3a;
            box-shadow: 0 9px 0 #3a3a3a;
  }
}
@keyframes dots-loader-dark {
  0%, 100% {
    -webkit-box-shadow: 0 9px 0 rgba(58,58,58,0.2);
            box-shadow: 0 9px 0 rgba(58,58,58,0.2);
  }
  25% {
    -webkit-box-shadow: 0 9px 0 #3a3a3a;
            box-shadow: 0 9px 0 #3a3a3a;
  }
  50% {
    -webkit-box-shadow: 0 9px 0 #3a3a3a;
            box-shadow: 0 9px 0 #3a3a3a;
  }
  75% {
    -webkit-box-shadow: 0 9px 0 #3a3a3a;
            box-shadow: 0 9px 0 #3a3a3a;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}


