@import "../../../vendor/css/redactor/redactor.css";

@import "../../../vendor/css/redactor/custom.css";

@import "../../../components/fancybox/source/jquery.fancybox.css";

@import "../../../components/ucrop/dist/css/styles.min.css";

@import "../../../components/paginator_v2/dist/css/styles.min.css";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  word-break: normal;
}

@font-face {
  font-family: 'ProximaR';
  font-style: normal;
  font-weight: normal;
  src: url('../../../assets/fonts/ProximaNova-Reg.otf');
}

@font-face {
  font-family: 'ProximaB';
  font-style: normal;
  font-weight: normal;
  src: url('../../../assets/fonts/ProximaNova-Bold.otf');
}

body {
  font: normal 15px/1.2 "ProximaR", Helvetica, Arial;
}

p {
  margin: 0 0 15px 0;
}

strong {
  font-family: 'ProximaB';
}

em {
  font-style: italic;
}

a {
  color: #227bbd;
  text-decoration: underline;
  -webkit-transition: color 0.1s;
          transition: color 0.1s;
}

a:hover {
  color: #f60;
  text-decoration: none;
}

.chromeframe {
  padding: 0.2em 0;
  margin: 0.2em 0;
  color: #000;
  background: #ccc;
}

.topbar * {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

html,
body {
  height: 100%;
}

a {
  text-decoration: none;
}

.wrapper {
  height: auto !important;
  height: 100%;
  min-width: 1200px;
  margin: 0 auto;
  word-break: break-word;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  padding: 36px 0 0;
}

body.page-index .header {
  padding-top: 10px;
  background-position: center 38px;
}

body.page-index .favorites-block {
  height: auto;
  max-height: 402px;
  padding: 0;
  overflow: scroll;
}

body.page-index .replica-table {
  position: relative;
  z-index: 3;
}

body.page-index .discuss-table-cell.discuss-author-cell {
  background: white;
}

body.page-index .equal-height-column .sidebar,
body.page-index .equal-height-column .content-articles-list {
  float: none;
  margin: 0;
  background: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

body.page-index .paginator-wrap {
  margin: 0 0 10px;
}

body.page-index .paginator-pages {
  padding: 0 5px;
  padding-bottom: 0;
}

body.page-index .paginator-pages-scroll {
  display: none;
}

body.page-index .content-articles-pagination {
  margin-top: 0;
}

body .content .col-1 {
  overflow: hidden;
}

body .sidebar-right {
  margin-right: 0;
}

body .sidebar.mod_1 {
  margin-bottom: 25px;
}

body .sidebar-blocks {
  float: none;
  width: auto;
  clear: both;
}

body.user-edit-page .user-profile-avatar {
  border: 1px solid #ededed;
}

body:not(.page-index) .header-logo {
  margin-top: -32px;
  background: url("../../../assets/i/common/new-logo2.png") center center no-repeat;
}

body:not(.page-index) .header-logo img {
  display: none;
}

.row {
  position: relative;
  font-size: 0;
  zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

.cell {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.cell.span-1 {
  width: 75%;
}

.cell.span-2 {
  width: 50%;
}

.cell.span-3 {
  width: 33.3333333333%;
}

.cell.span-4 {
  width: 25%;
}

.cell.span-5 {
  width: 20%;
}

.cell.span-6 {
  width: 16.6666666667%;
}

.cell.span-7 {
  width: 14.2857142857%;
}

.cell.span-8 {
  width: 12.5%;
}

.cell.span-9 {
  width: 11.1111111111%;
}

.cell.span-10 {
  width: 10%;
}

.cell.span-11 {
  width: 9.09090909091%;
}

.cell.span-12 {
  width: 8.33333333333%;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.container {
  position: relative;
  max-width: 1200px;
  min-width: 714px;
  min-height: 100%;
  padding: 0 0 150px 0;
  margin: 0 auto;
  word-break: break-word;
  zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.small-container {
  width: 735px;
  margin: auto;
}

.sidebar-left {
  display: none;
}

.page-index .sidebar-left {
  display: block;
}

.content {
  position: relative;
  float: left;
  width: 80%;
  padding-right: 23px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.content.loading {
  opacity: 0.7;
}

.sidebar-block.mod_1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.sidebar-block.mod_1 .sidebar-block-header {
  font-family: "ProximaR", Helvetica, Arial;
}

.list-style_1 {
  margin-top: 10px;
}

.list-style_1 li {
  margin-bottom: 4px;
  font-style: italic;
}

.list-style_1 li a {
  color: #227bbd;
}

.equal-height-columns {
  display: table;
  width: 100%;
}

.equal-height-column {
  display: table-cell;
  vertical-align: top;
  background: #fff;
  border: 1px solid #dfdbbf;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.equal-height-emule {
  display: table-cell;
  width: 15px;
  vertical-align: top;
}

.main-columns {
  margin-bottom: 20px;
}

.cl-1 {
  float: left;
  width: 21%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.cl-2 {
  float: left;
  width: 79%;
  padding: 0 0 0 23px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.user-page .sidebar-block {
  margin-bottom: 20px;
}

.user-page .last_comments-header {
  display: none;
}

.user-page .last_comments-header + .container {
  padding-top: 10px;
}

.right-column {
  position: relative;
  float: right;
  width: 20%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.disabled {
  opacity: 0.5;
}

.disabled:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: default;
  content: "";
}

.disabled-menu {
  color: #b2b2b2 !important;
}

.disabled-menu a {
  color: #b2b2b2 !important;
}

.disabled-menu:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: default;
  content: "";
}

.block-table {
  display: table;
  width: 100%;
}

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

.block-table__cell {
  display: table-cell;
  vertical-align: middle;
}

.btn_1 {
  display: block;
  height: 30px;
  margin-bottom: 15px;
  font: 18px/30px Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  background: #6ba6d3;
  background: -moz-linear-gradient(top, #6ba6d3 0%, #477ebc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ba6d3), color-stop(100%, #477ebc));
  background: -webkit-linear-gradient(top, #6ba6d3 0%, #477ebc 100%);
  background: -o-linear-gradient(top, #6ba6d3 0%, #477ebc 100%);
  background: -ms-linear-gradient(top, #6ba6d3 0%, #477ebc 100%);
  background: linear-gradient(to bottom, #6ba6d3 0%, #477ebc 100%);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ba6d3', endColorstr='#477ebc', GradientType=0);
}

.btn_1:hover {
  color: white;
  background: #467cbb;
  background: -moz-linear-gradient(top, #467cbb 0%, #6ba6d3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #467cbb), color-stop(100%, #6ba6d3));
  background: -webkit-linear-gradient(top, #467cbb 0%, #6ba6d3 100%);
  background: -o-linear-gradient(top, #467cbb 0%, #6ba6d3 100%);
  background: -ms-linear-gradient(top, #467cbb 0%, #6ba6d3 100%);
  background: linear-gradient(to bottom, #467cbb 0%, #6ba6d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#467cbb', endColorstr='#6ba6d3', GradientType=0);
}

body .color-blue {
  color: #3c98db;
}

.popup-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: none;
  width: 500px;
  height: 130px;
  margin: -65px 0 0 -250px;
}

.popup-model {
  position: relative;
  padding: 0 13px 11px 13px;
  font-family: "ProximaR";
  font-size: 13px;
  background: #faf8ef;
  border: 1px solid #efe0d5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.3);
       -o-box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.3);
}

.popup-model p {
  margin: 10px 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

.popup-model-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: url("../../../assets/i/comments/comments-sprite.png") -19px -48px no-repeat;
}

.popup-model-input {
  width: 100%;
  height: 30px;
  padding: 0 5px;
  margin-bottom: 10px;
  font-family: "ProximaR";
  border: 1px solid #d5d4be;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-model-submit {
  width: 30%;
  padding: 5px 30px;
  margin: 0;
  font: normal 17px "ProximaR";
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  background: #0094e2;
  border: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.popup-model-logo {
  display: inline-block;
  width: 69%;
  text-align: center;
  vertical-align: middle;
}

.popup-model-logo img {
  max-height: 36px;
}

.popup-model-errors {
  color: #ec4c40;
}

.container-2cols {
  padding-top: 10px;
}

.container-3cols {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* work around (костыль) */

.page-content .container.container-2cols {
  position: static;
}

.page-content .container.container-2cols > .content {
  position: static;
}

.quote-on-main {
  width: 570px;
  margin: 12px auto 29px;
  font-size: 17px;
  line-height: 1.3;
  color: #464c57;
  text-align: center;
}

.categories-block {
  outline: none;
}

.categories-block-title {
  position: relative;
  margin-bottom: 6px;
  font-family: "ProximaB";
  font-size: 26px;
  line-height: 1;
  color: #ff6400;
  text-transform: lowercase;
}

.categories-block-title a {
  color: #ff6400;
}

.categories-search {
  position: absolute;
  top: 6px;
  right: 0;
  max-width: 60%;
  font-size: 0;
  text-align: right;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.categories-search:after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  content: "";
}

.categories-search-input {
  width: 100%;
  height: 18px;
  padding: 0 15px 0 5px;
  margin: 0;
  font-family: "ProximaR", Helvetica, Arial;
  vertical-align: middle;
  background: white;
  border: 0;
  border: 1px solid rgba(70, 76, 87, 0.15);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.categories-search-submit {
  position: absolute;
  top: 3px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url("../../../assets/i/common/icons-sprite.png") -54px -204px no-repeat;
  border: 0;
  outline: none;
}

.categories-search-results .discuss-in-categories {
  display: block;
  font-family: "ProximaR";
}

.categories-search-results .discuss-in-categories li {
  padding: 4px 0;
  margin-left: 0;
}

.categories-search-results .categories-list-item {
  margin-bottom: 10px;
}

.categories-search-results .categories-list-item > a {
  line-height: 1;
  color: rgba(70, 76, 87, 0.62);
}

.categories-search-results .categories-list-item > span {
  font: 14px/1 "ProximaR";
  color: #5f99cc;
  text-decoration: none;
}

.categories-list {
  height: auto;
  max-height: 992px;
  outline: none;
}

.categories-list .icon-fav {
  position: absolute;
  top: 6px;
  left: -14px;
  width: 9px;
  height: 9px;
  padding-bottom: 0;
  cursor: pointer;
  background-position: -32px -136px;
}

.categories-list .icon-fav:hover {
  background-position: -45px -136px;
}

.categories-list .icon-fav.active {
  background-position: -45px -136px;
}

.categories-list-item {
  font-family: "ProximaR";
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.categories-list-item:hover {
  color: #ff6600;
}

.categories-list-item.opened .discuss-in-categories {
  display: block;
}

.categories-list-item-ct {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 1px;
  color: #7a7a7a;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.categories-list-item-ct:hover span {
  border-color: transparent;
}

.categories-list-item-ct:hover .icon-fav {
  opacity: 1;
}

.categories-list-item-ct span {
  display: inline-block;
  max-width: 96%;
  overflow: hidden;
  line-height: 20px;
  color: #7a7a7a;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.categories-list-item-ct span:hover {
  color: #ff6600;
}

.categories-list-item i {
  position: relative;
  top: 0;
  z-index: 3;
  display: inline-block;
  width: 17%;
  padding: 0 1px 0 0;
  margin-left: -38px;
  font: 11px "ProximaR";
  font-style: normal;
  color: #658a00;
  text-align: right;
  white-space: nowrap;
}

.categories-list-item i:before {
  position: relative;
  top: -1px;
  margin-right: 7px;
  font-size: 7px;
  color: #dcdcdc;
}

.discuss-in-categories {
  display: none;
}

.discuss-in-categories .icon-fav {
  top: 6px;
  left: 3px;
}

.discuss-in-categories li {
  position: relative;
  padding: 0 0 0 16px;
  margin-left: -5px;
  font-size: 14px;
  color: black;
}

.discuss-in-categories li:nth-of-type(1):before,
.discuss-in-categories li:nth-of-type(2):before,
.discuss-in-categories li:nth-of-type(3):before {
  position: relative;
  top: -4px;
  margin-right: 7px;
  font-size: 10px;
}

.discuss-in-categories li:hover .icon-fav {
  opacity: 1;
}

.discuss-in-categories li:nth-of-type(1):before {
  color: #ff5740;
}

.discuss-in-categories li:nth-of-type(2):before {
  color: #ffca0b;
}

.discuss-in-categories li:nth-of-type(3):before {
  color: #00cbe6;
}

.discuss-in-categories li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  line-height: 22px;
  color: black;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.discuss-in-categories li a:hover {
  color: #ff6600;
}

.discuss-in-categories-more {
  padding: 0 0 5px 18px !important;
  font: 13px "ProximaR" !important;
  line-height: 11px !important;
  cursor: pointer;
}

.discuss-in-categories-more:hover {
  color: #ff6600;
}

.featured-block-big {
  margin-bottom: 20px;
}

.featured-block-big .cell {
  float: left;
  padding-right: 24px;
}

.featured-block-big .cell .featured-item img {
  max-width: inherit;
  min-width: 280px;
  margin-left: -3.5%;
}

.featured-block-small .cell {
  float: left;
  padding-right: 22px;
}

.featured-block-small .cell .featured-item img {
  height: 180px;
  max-width: inherit;
  min-width: 180px;
}

.featured-block-small .featured-item-title {
  font: 17px/115% "ProximaB";
}

.featured-block img {
  max-width: 100%;
}

.featured-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: black;
  border-bottom: 1px solid rgba(70, 76, 87, 0.15);
}

.featured-item:last-child {
  border-bottom: 0;
}

.featured-item p {
  font-size: 16px;
}

.featured-item img {
  float: left;
  max-width: 47%;
  margin-left: -17%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.featured-item img {
  vertical-align: bottom;
}

.featured-item-title {
  margin-bottom: 6px;
  font: 25px/100% "ProximaB";
  color: #00395b;
}

.featured-item-title a {
  color: #2a495c;
}

.featured-item-title a:hover {
  color: #ff6600;
}

.featured-item p {
  margin-bottom: 5px;
  line-height: 125%;
}

.featured-block-columns {
  width: 104%;
  width: calc(100% + 24px);
}

.featured-block-columns .featured-item:first-child .featured-item-title {
  font-size: 22px;
  line-height: 1.2;
}

.featured-block-columns .featured-item p {
  font-size: 14px;
}

.featured-block-columns .featured-item-img {
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.featured-block-columns .featured-item-img img {
  width: inherit !important;
  max-width: inherit !important;
  min-width: inherit !important;
  margin-bottom: 0;
}

.featured-block-columns .featured-block-small .featured-item-title {
  margin-bottom: 3px;
  font-size: 18px !important;
}

.all-item-category {
  margin-right: 10px;
  font-family: "ProximaR";
  font-size: 14px;
  color: #5f9acd;
}

.all-item-category a {
  color: #5f9acd;
}

.all-item-category a:hover {
  color: #ff6600;
}

.all-item-time {
  font-size: 12px;
  color: #464c54;
  opacity: 0.66;
}

.all-item-date,
.all-item-views,
.all-item-comments {
  position: relative;
  padding-left: 16px;
  margin-right: 10px;
  font-size: 11px;
  color: rgba(70, 76, 87, 0.53);
}

.all-item-date:before,
.all-item-views:before,
.all-item-comments:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 8px;
  background: url("../../../assets/i/common/icons-sprite.png") -18px -72px no-repeat;
  content: "";
}

.all-item-comments:before {
  height: 11px;
  background-position: -18px -82px;
}

.all-item-date:before {
  height: 11px;
  background-position: -18px -60px;
}

.redactor_box {
  overflow: hidden;
  border-color: #c2d0db;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.icon-heart {
  display: inline-block;
  width: 17px;
  height: 17px;
  text-indent: -10000px;
  vertical-align: top;
  cursor: pointer;
  background: url("../../../assets/i//common/icons-sprite.png") -52px -43px no-repeat;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.icon-heart:hover {
  background-position: -52px -61px;
  opacity: 1;
}

.icon-heart.active {
  background-position: -52px -79px;
  opacity: 1;
}

.visited * {
  opacity: 0.5;
}

.design.topics-list-topic {
  padding: 25px 0;
  margin: 0;
  border-bottom: 2px solid rgba(70, 76, 87, 0.15);
}

.design .topics-list-topic-title {
  font-family: "ProximaB";
  font-style: normal;
}

.design .topics-list-topic-subtopics {
  font-size: 15px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.design .topics-list-topic-subtopics li {
  float: none;
  margin-right: 0;
}

.design .topics-list-topic-subtopics li:after {
  content: "";
}

.design .topics-list-topic-subtopics li sup {
  position: absolute;
  top: inherit;
  bottom: 5px;
  height: 11px;
  padding-left: 5px;
  line-height: 1;
  color: #658a00;
}

.design .topics-list a {
  font-weight: bold;
}

.design .topics-list a:hover {
  text-decoration: underline;
}

.design2 .topics-list-topic-subtopics li {
  position: relative;
  padding: 0;
  margin-bottom: 5px;
}

.design2 .topics-list-topic-subtopics li a {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  vertical-align: top;
}

.design2 .topics-list-topic-subtopics li a:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(70, 76, 87, 0.15);
  content: "";
}

.design2 .topics-list-topic-subtopics li sup {
  position: absolute;
  top: inherit;
  right: -15px;
  bottom: 5px;
  display: inline-block;
  float: right;
  height: 11px;
  max-width: 20%;
  padding: 0 2px 0 5px;
  padding-right: 15px;
  padding-left: 5px;
  line-height: 1;
  color: #658a00;
  text-align: right;
  white-space: nowrap;
  vertical-align: bottom;
  background: #fff;
}

.design2 .more-subtopics:after {
  display: none;
}

.ellipsis {
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
  white-space: nowrap;
  o-text-overflow: ellipsis;
}

.people-say {
  margin-bottom: 20px;
}

.people-say-title {
  margin-bottom: 10px;
  font: 26px "ProximaB";
  color: #ff6400;
}

.people-say-imgwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  height: 67px;
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.people-say img {
  max-width: 100%;
}

.people-say-item {
  position: relative;
  display: block;
  min-height: 62px;
  padding: 5px 0 0 75px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  zoom: 1;
}

.people-say-item:before,
.people-say-item:after {
  display: table;
  content: "";
}

.people-say-item:after {
  clear: both;
}

.people-say-item:before,
.people-say-item:after {
  display: table;
  content: "";
}

.people-say-item:after {
  clear: both;
}

.people-say-item:hover {
  color: inherit;
}

.people-say-item:hover .people-say-item-title {
  color: #ff6600;
}

.people-say-item-title {
  max-height: 43px;
  overflow: hidden;
  font: 16px/22px "ProximaR";
  color: black;
  -webkit-transition: color 0.1s;
          transition: color 0.1s;
}

.people-say-item-text {
  margin-bottom: 0;
}

.special-cols {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 0;
}

.special-cols-1,
.special-cols-2,
.special-cols-3 {
  font-size: 14px;
}

.special-cols-1 {
  position: relative;
  left: -30.59%;
  left: calc(-27.59% - 23px);
  display: inline-block;
  width: 27.59%;
  margin-right: -27.59%;
  vertical-align: top;
  background-color: white;
}

.special-cols-1:before {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(2%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, #ffffff 100%);
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.special-cols-2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.special-cols-3 {
  display: inline-block;
  margin-top: -45px;
  vertical-align: top;
  background-color: white;
}

.grid-table .row {
  border-bottom: 1px solid #ededed;
}

.grid-table .row:first-child {
  border-top: 1px solid #ededed;
}

.grid-table .cell {
  padding: 0 10px;
  font-size: 14px;
}

.grid-table .cell > a {
  display: inline-block;
  height: 27px;
  max-width: 100%;
  overflow: hidden;
  line-height: 27px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.grid-table .grid-table-cell-1 {
  width: 65%;
  padding-left: 0;
  font-size: 14px;
  color: #464c57;
}

.grid-table .grid-table-cell-2 {
  width: 20%;
  font-size: 12px;
  color: #3c98db;
  text-align: right;
}

.grid-table .grid-table-cell-3 {
  width: 15%;
  padding-right: 0;
  font-size: 12px;
  color: #333;
}

.button-1 {
  position: relative;
  padding: 10px 30px;
  margin: 0;
  font: 17px "ProximaB";
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #0094e2;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}

.button-1:hover {
  -webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
       -o-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
}

.input-text {
  width: 100%;
  height: 27px;
  padding: 0 10px;
  margin: 0;
  font: bold 17px "ProximaR", Helvetica, Arial;
  color: #666;
  border: 1px solid #ededed;
}

.leaders-title {
  position: relative;
  margin-bottom: 15px;
  font: 26px "ProximaB";
  color: #ff6400;
}

.leaders-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 13px;
  margin-top: -7px;
  background: url("../../../assets/i/common/icons-sprite.png") -36px -150px no-repeat;
  content: "";
}

.leaders-list {
  width: 102%;
}

.leaders-item {
  position: relative;
  height: 29px;
  font: 13px "ProximaR";
  line-height: 29px;
  color: #7f6754;
  border-bottom: 1px solid #ededed;
}

.leaders-item-name {
  display: inline-block;
  width: 75%;
  color: #7f6754;
}

.leaders-item-name:hover {
  color: #ff6600;
}

.leaders-item-counter {
  position: absolute;
  top: 2px;
  right: 0;
  width: 23%;
  font-size: 12px;
  color: #84ab3b;
  text-align: right;
  white-space: nowrap;
}

.page-error {
  padding-top: 50px;
  font-size: 20px;
  text-align: center;
}

.page-error h1 {
  font-size: 46px;
}

.page-index .header-page-title {
  margin-bottom: 28px;
  font-size: 20px;
}

.page-index .header-page-title a {
  font-style: italic;
  text-decoration: underline;
}

.page-index .header-page-title a:hover {
  color: #000;
  text-decoration: none;
}

.page-index .header-nav {
  margin: 10px 0 25px;
}

.header {
  width: 100%;
  padding-top: 45px;
  background: url("../../../assets/i//common/top-bg.png") center 75px no-repeat;
}

.header > .container {
  padding: 77px 0 0;
}

.header .icon-rss {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: url("../../../assets/i//common/rss.png") no-repeat;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 141px;
  height: 67px;
  margin-top: -5px;
  margin-left: -84px;
  text-align: center;
  -webkit-transition: top 0.2s;
          transition: top 0.2s;
}

.header-logo:active {
  top: 1px;
}

.header-page-title {
  font-family: Georgia,Times,serif;
  font-size: 42px;
  text-align: center;
}

.header-nav {
  position: relative;
  margin-bottom: 6px;
  font: 20px 'ProximaB';
  color: black;
  text-align: center;
  text-transform: lowercase;
}

.header-nav .santa-letter-btn {
  position: absolute;
  top: -6px;
  right: 33px;
  width: 130px;
  height: 39px;
  padding: 5px 14px 0 43px;
  font-size: 12px;
  letter-spacing: .3px;
  color: #fff;
  text-align: left;
  text-transform: none;
  background: #e84f6c;
  border-radius: 8px;
  box-sizing: border-box;
}

.header-nav .santa-letter-btn:hover {
  color: #fff;
}

.header-nav .santa-letter-btn:before {
  position: absolute;
  top: 11px;
  left: 12px;
  width: 19px;
  height: 16px;
  background: url("../../../assets/i//common/letter-ico.png") no-repeat;
  content: '';
}

.header-nav ul {
  display: inline-block;
  overflow: hidden;
}

.header-nav li {
  position: relative;
  float: left;
  margin: 0 26px 0 0;
}

.header-nav a {
  color: #007DC9;
  text-decoration: none;
}

.header-nav a:hover {
  color: #ff6600;
}

.header-nav .is_active a {
  color: #ff6600;
  cursor: default;
}

.header-search {
  position: absolute;
  top: 19px;
  right: 33px;
}

.header-search-input {
  width: 155px;
  height: 27px;
  padding: 0 21px 0 5px;
  font-family: "ProximaR", Helvetica, Arial;
  border: 1px solid rgba(153, 153, 153, 0.71);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: width 0.2s;
          transition: width 0.2s;
}

.header-search-input:focus {
  width: 255px;
  outline: none;
}

.header-search-submit {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 16px;
  height: 16px;
  padding: 0;
  text-indent: -10000px;
  cursor: pointer;
  background: url("../../../assets/i/common/icons-sprite.png") -1px -73px no-repeat;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.header-banner {
  position: relative;
  font: 43px/100% "ProximaB";
  color: #265579;
  text-align: center;
}

.header-banner-title {
  position: relative;
  color: #265579;
  text-decoration: none;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}

.header-banner-subtitle {
  font: 13px "ProximaR";
  color: #464C57;
  text-align: center;
}

.header-banner-icons {
  position: absolute;
  display: inline-block;
  margin: 10px 0 0 10px;
  line-height: 14px;
  text-align: left;
}

.header-banner a:hover {
  color: #ff6600;
}

.edit-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: top;
  cursor: pointer;
  background: url("../../../assets/i//common/icons-sprite.png") -23px -1px no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.edit-icon:hover {
  background: url("../../../assets/i//common/icons-sprite.png") -23px -21px no-repeat;
}

.footer {
  width: 100%;
  height: 270px;
  min-width: 1200px;
  padding-top: 25px;
  margin-bottom: -270px;
  font: 400 12px/1.4 Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #c2c2c2;
  background: #454c59;
  box-sizing: border-box;
}

.footer__container {
  position: relative;
  width: 1150px;
  margin: 0 auto;
}

.footer a {
  font-weight: normal;
  color: inherit;
  text-decoration: none;
  transition: none;
}

.footer a:hover {
  color: inherit;
  text-decoration: underline;
}

.footer__columns {
  height: 160px;
  overflow: hidden;
}

.footer__columns__column {
  position: relative;
  float: left;
}

.footer__columns__column:first-child {
  width: 230px;
}

.footer__columns__column:nth-child(2) {
  width: 285px;
}

.footer__columns__column:nth-child(3) {
  width: 285px;
}

.footer__columns__column:nth-child(4) {
  width: 260px;
}

.footer__columns__column:nth-child(5) {
  width: 90px;
}

.footer__columns__column__title {
  margin-bottom: 13px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.footer__columns__column__list {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  list-style-type: none;
}

.footer__columns__column__list li {
  margin-bottom: 3px;
}

.footer__columns__column__facebook {
  position: absolute;
  top: 30px;
  left: -1px;
  height: 20px;
  overflow: hidden;
}

.footer__columns__column__openstat {
  position: absolute;
  top: 68px;
  left: 0;
}

.footer__projects {
  position: relative;
  height: 100%;
  border-top: dashed 1px #7d828b;
}

.footer__projects__simpals {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 115px;
  margin-left: -57.5px;
  text-align: center;
}

.footer__projects__simpals__logo {
  display: block;
  width: 100%;
  height: 46px;
  text-indent: -10000px;
  background-image: url("../../../assets/i//footer/simpals.gif");
}

.footer__projects__simpals__copyright {
  font-size: 11px;
  margint-top: 10px;
}

.footer__projects__project {
  position: absolute;
  top: 40px;
  display: block;
  text-indent: -10000px;
}

.footer__projects__project.is-999 {
  left: 0;
  width: 38px;
  height: 23px;
  background-image: url("../../../assets/i//footer/999.gif");
}

.footer__projects__project.is-point {
  left: 165px;
  width: 60px;
  height: 23px;
  background-image: url("../../../assets/i//footer/point.gif");
}

.footer__projects__project.is-joblist {
  left: 340px;
  width: 70px;
  height: 27px;
  background-image: url("../../../assets/i//footer/joblist.svg");
  background-repeat: no-repeat;
  opacity: 0.7;
}

.footer__projects__project.is-mama {
  top: 37px;
  left: 730px;
  width: 92px;
  height: 24px;
  background-image: url("../../../assets/i//footer/mama.gif");
}

.footer__projects__project.is-play {
  top: 42px;
  left: 925px;
  width: 58px;
  height: 20px;
  background-image: url("../../../assets/i//footer/play.gif");
}

.footer__projects__project.is-sporter {
  top: 35px;
  right: 0;
  width: 72px;
  height: 25px;
  background-image: url("../../../assets/i//footer/sporter.gif");
}

.footer__projects__project.is-price {
  top: 25px;
  right: 320px;
  width: 90px;
  height: 54px;
  background-image: url("../../../assets/i//footer/price.svg");
  background-repeat: no-repeat;
  opacity: 0.7;
}

.footer__projects__project.is-achizitii {
  top: 25px;
  right: 155px;
  width: 83px;
  height: 50px;
  background-image: url("../../../assets/i//footer/achizitii.svg");
  background-repeat: no-repeat;
  opacity: 0.7;
}

.paginator-container {
  text-align: right !important;
}

.paginator-container.sings_paginator {
  text-align: center !important;
}

.paginator-container .paginator {
  width: 80%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.paginator-container .paginator__scroll {
  height: 1px;
  margin: 5px 0 15px 0;
}

.paginator-container .paginator__scroll__handle {
  background: #8ebcdd;
}

.paginator-container .paginator__pages span {
  background: transparent;
}

.paginator-container .paginator__pages a {
  color: #227bbd;
  background: transparent;
}

.paginator-container .paginator__pages a:hover,
.paginator-container .paginator__pages a.active {
  color: #ff6600 !important;
  background: transparent !important;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  position: relative;
  overflow: hidden;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  padding: 0;
  margin: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  background: rgba(70, 76, 87, 0.15);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  display: block;
  text-indent: -20000px;
  cursor: pointer;
  background: #50506d;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  width: 16px;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  float: left;
  height: 100%;
  background: #eeeef4;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
  margin: 0 -3px 0 0;
}

.sidebar-categories {
  font-size: 13px;
}

.sidebar-categories a {
  display: inline-block;
  max-width: 204px;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}

.sidebar-categories a:hover {
  color: #ff6600;
}

.sidebar-categories .icon-heart-small {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: pointer;
  background: url("../../../assets/i//content-article/footer-sprite.png") no-repeat;
  background-position: -424px 4px;
}

.sidebar-categories .icon-heart-small:hover {
  background-position: -442px 4px;
}

.sidebar-categories .icon-heart-small.active {
  background-position: -442px 4px;
}

.sidebar-categories li {
  position: relative;
  padding: 0 30px 0 0;
  margin: 0 0 6px 0;
  overflow: hidden;
  white-space: nowrap;
}

.sidebar-categories li:last-child {
  margin-bottom: 0;
}

.sidebar-categories li:after {
  position: absolute;
  top: 0;
  right: 30px;
  width: 30px;
  height: 100%;
  background-color: #ffffff;
  background-color: transparent;
  background-image: -webkit-linear-gradient(right, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(right, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(right, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(right, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(right, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  content: "";
}

.sidebar-categories-title {
  overflow: hidden;
}

.sidebar-categories-counter {
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  font-size: 11px;
  color: #670;
  text-align: right;
  background: #fff;
}

.sidebar-blocks {
  background: #FFF;
}

.sidebar-block {
  font-family: "ProximaB";
}

.sidebar-block-header {
  position: relative;
  display: block;
  margin-bottom: 7px;
  font-size: 26px;
  color: #ff6400;
  text-transform: lowercase;
}

.sidebar-block-header > span:after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 4px 0 0 4px;
  vertical-align: top;
  background: url("../../../assets/i/common/icons-sprite.png") -55px -153px no-repeat;
  content: '';
}

.sidebar-block-list-single {
  display: block;
  margin: 20px 0;
  font-size: 14px;
  font-style: italic;
  line-height: 150%;
  color: #769E27;
  text-align: center;
}

.sidebar-block-list-single:before {
  content: "« ";
}

.sidebar-block-list-single:after {
  content: " »";
}

.sidebar-block-footer {
  position: relative;
  right: 0;
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
  color: #333;
}

.sidebar-block-footer a {
  color: #227bbd;
}

.sidebar-block-footer a:hover {
  color: #ff6600;
}

.sidebar-block-footer.s-right {
  text-align: right;
}

.search-sidebar-list {
  margin-top: 10px;
  list-style-type: none;
}

.search-sidebar-list li {
  margin-bottom: 10px;
  font-style: italic;
}

.search-sidebar-list li a {
  color: #227bbd;
}

.search-sidebar-list li a:hover,
.search-sidebar-list li a.active {
  color: #ff6600;
}

.search-sidebar-list li a .count {
  color: #999;
}

.sidebar-banner {
  height: 340px;
  margin-bottom: 20px;
  overflow: hidden;
}

.content-articles {
  zoom: 1;
}

.content-articles.loading {
  opacity: 0.6;
}

.content-articles-article {
  padding: 12px 10px;
  margin: 0 0 9px 0;
  background: #ebf7ff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.content-articles-article:last-child {
  margin-bottom: 0;
}

.content-articles-article-title {
  font: 20px/1 "ProximaR", Helvetica, Arial;
}

.content-articles-article-title .icon-heart {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  cursor: pointer;
  background: url("../../../assets/i//content-article/footer-sprite.png") no-repeat;
  background-position: -382px 5px;
}

.content-articles-article-title .icon-heart:hover {
  background-position: -403px 5px;
}

.content-articles-article-title .icon-heart.active {
  background-position: -403px 5px;
}

.content-articles-article-title a {
  color: #ccc;
  text-decoration: underline;
}

.content-articles-article-title a span {
  color: black;
}

.content-articles-article-title a:hover {
  text-decoration: none;
}

.content-articles-article-meta {
  position: relative;
  margin: 8px 0 0 0;
  overflow: hidden;
  font-size: 11px;
  color: #8d9397;
}

.content-articles-article-meta li {
  display: inline;
  margin: 0 10px 0 0;
}

.content-articles-article-meta li.content-articles-article-meta-comments {
  float: right;
  margin: 0 0 0 5px;
}

.content-articles-article-meta a {
  color: #85b8dd;
  text-decoration: none;
}

.content-articles-article-meta a:hover {
  text-decoration: underline;
}

.content-articles-article-meta-author a {
  color: #c1937d;
}

.content-articles-article-meta-separator {
  color: #cbd4da;
}

.content-articles-article-meta-separator:after {
  content: "→";
}

.content-articles-article-readmore {
  display: inline-block;
  margin: 8px 0 0 0;
  font-size: 11px;
  text-decoration: none;
}

.content-articles-article-readmore:after {
  content: "…";
}

.content-articles-article-readmore:hover {
  text-decoration: underline;
}

.content-articles-pagination {
  margin: 10px 0 0 0;
  overflow: hidden;
  font-size: 0;
  color: #999;
  text-align: center;
}

.content-articles-pagination li {
  position: relative;
  display: inline-block;
  width: 7%;
  font-size: 14px;
}

.content-articles-pagination li.active a {
  color: #ff6600;
}

.content-articles-pagination a {
  color: #227bbd;
  text-decoration: none;
}

.content-articles-pagination a:hover {
  color: #ff6600;
}

.last_comments {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.last_comments .discuss-list-header-title {
  margin-bottom: 0;
  font-size: 38px;
}

.last_comments-header {
  width: 713px;
  margin: 0 0 38px 0;
  font-family: "ProximaR", Helvetica, Arial;
  font-size: 24px;
  font-style: italic;
  color: #aca68b;
}

.last_comments-header .container {
  width: 100%;
  min-height: 17px;
  padding: 10px 0;
  overflow: visible;
  line-height: 4px;
  text-align: center;
  background: url("../../../assets/i/last_comments/header-bg.png") 50% 11px no-repeat;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.last_comments-header span {
  padding: 0 5px;
  background: #fff;
}

.last_comments-chead {
  color: #999;
}

.last_comments-chead .block-table__cell {
  padding-bottom: 10px;
}

.last_comments-chead-author {
  padding-right: 11px;
  text-align: right;
}

.last_comments-chead-time {
  padding-right: 5px;
  text-align: right;
}

.last_comments-comment {
  position: relative;
  height: 23px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.last_comments-comment:nth-of-type(even) {
  background: #F9F9F9;
}

.last_comments-comment-author,
.last_comments-comment-text,
.last_comments-comment-time {
  display: block;
  float: left;
}

.last_comments-comment-author {
  width: 110px;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  color: #7F6754;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.last_comments-comment-text {
  max-width: 354px;
  margin-right: 8px;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.last_comments-comment-topic {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 29px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.last_comments-comment-time {
  width: 50px;
  font-size: 12px;
  color: #333333;
  text-align: right;
}

.recent-discuss {
  padding: 10px 15px;
  background: #FAF8EF;
}

.recent-discuss-title {
  margin-bottom: 15px;
  font: 23px 'ProximaB';
  color: #9EAC67;
}

.recent-discuss-item {
  margin-bottom: 15px;
  font-size: 14px;
}

.recent-discuss-text {
  display: block;
  max-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  color: black;
}

.recent-discuss-time {
  display: inline-block;
  max-width: 18%;
  padding-right: .5%;
  overflow: hidden;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  vertical-align: top;
  opacity: .66;
}

.recent-discuss-category {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  font-size: 12px;
  color: #2B79BB;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.recent-discuss-category .all-item-category {
  font-size: 13px;
}

.content-article {
  margin-bottom: 30px;
  font-family: "ProximaR";
  font-size: 14px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.content-article object,
.content-article embed {
  width: 400px;
  height: 300px;
  margin: 10px 0;
}

.content-article.is-hidden {
  opacity: 0.7;
}

.content-article .is-hidden-msg {
  position: absolute;
  right: 0;
  bottom: -14px;
  padding-left: 30px;
  font-size: 12px;
  font-style: italic;
}

.content-article-row {
  position: static;
}

.content-article-row .cell:nth-of-type(1) {
  padding-right: 15px;
  text-align: right;
}

.content-article-row .cell.span-1 {
  width: 80%;
}

.content-article-header {
  position: relative;
  padding: 0 0 11px;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.content-article-header:after {
  position: absolute;
  top: 4px;
  right: -15px;
  width: 15px;
  height: 18px;
  background: url("../../../assets/i/common/icons-sprite.png") -55px -244px no-repeat;
  content: '';
}

.content-article-header.fixed {
  position: fixed;
  width: 175px;
}

.content-article-header-title {
  margin: 7px 0;
  font: 39px/1 "ProximaB";
  color: #464C59;
}

.content-article-header-title .icon-heart {
  position: relative;
  top: 13px;
}

.content-article-header-author {
  display: block;
  padding: 3px 0;
  font: 18px "ProximaB";
  color: #B57958;
  text-decoration: none;
}

.content-article-header-author:hover {
  color: #930;
}

.content-article-header-date_posted {
  display: block;
  padding: 0 0  7px;
  font: 13px "ProximaR";
  color: #949AA3;
}

.content-article-rating {
  font: 19px "ProximaB";
  color: #A1BF6B;
}

.content-article-rating .down {
  color: #FF7975;
}

.content-article-rating .rating-up,
.content-article-rating .rating-down {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: top;
  cursor: pointer;
  background: url("../../../assets/i/common/icons-sprite.png") 0 0 no-repeat;
  border: none;
  outline: none;
  opacity: .8;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.content-article-rating .rating-up:hover,
.content-article-rating .rating-down:hover {
  opacity: 1;
}

.content-article-rating .rating-up[disabled],
.content-article-rating .rating-down[disabled] {
  cursor: default;
  opacity: .5;
}

.content-article-rating .rating-up span,
.content-article-rating .rating-down span {
  vertical-align: middle;
}

.content-article-rating .rating-up {
  margin: 0 0 0 2px;
  background-position: 0 -173px;
}

.content-article-rating .rating-up:hover {
  background-position: 0 -212px;
}

.content-article-rating .rating-down {
  margin: 5px 2px 0 0;
  background-position: 0 -193px;
}

.content-article-rating .rating-down:hover {
  background-position: 0 -231px;
}

.content-article-views,
.content-article-share,
.content-article-pinned,
.content-article-edit {
  margin-right: 0;
  font-size: 0;
}

.content-article-views:before,
.content-article-share:before,
.content-article-pinned:before,
.content-article-edit:before {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin: 0 5px -3px 0;
  background: url("../../../assets/i/common/icons-sprite.png") 0 0 no-repeat;
  content: '';
}

.content-article-pinned {
  margin-left: 3px;
}

.content-article-views:before {
  width: 18px;
  height: 11px;
  margin-bottom: -1px;
  background-position: -26px -103px;
}

.content-article-share {
  position: relative;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}

.content-article-share:hover {
  color: transparent;
}

.content-article-share:hover:before {
  background-position: -22px -184px;
}

.content-article-share:before {
  margin-right: 11px;
  background-position: -22px -116px;
}

.content-article-pinned.active,
.content-article-pinned:hover {
  color: #ff6600;
}

.content-article-pinned.active:before,
.content-article-pinned:hover:before {
  background-position: -40px -184px;
}

.content-article-pinned:before {
  background-position: -40px -116px;
}

.content-article-edit:before {
  background-position: -55px -116px;
}

.content-article-edit:hover:before {
  background-position: -55px -184px;
}

.content-article-linked {
  display: inline-block;
  width: 14px;
  height: 8px;
  margin: 2px 7px 0 0;
  cursor: pointer;
  background: url("../../../assets/i/comments/comments-sprite.png") -18px -124px no-repeat;
}

.content-article-body {
  padding: 10px 20px 10px 40px;
  font-size: 13px;
  line-height: 135%;
  background: #F1FBFF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.content-article-body:hover .static-rating {
  display: none;
}

.content-article-body:hover .rating-up,
.content-article-body:hover .rating-down {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.content-article-body:hover .rating-count {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.content-article-body:hover .rating-count:after {
  opacity: 0;
}

.content-article-body ol,
.content-article-body ul {
  padding-left: 20px;
  margin: 10px 0;
}

.content-article-body ol {
  list-style: decimal;
}

.content-article-body ul {
  list-style: disc;
}

.content-article-body img {
  max-width: 100%;
  margin: 5px;
}

.content-article-body-text {
  clear: both;
  font-size: 17px;
  line-height: 135%;
}

.content-article-body-text br {
  clear: both;
}

.content-article-body-text iframe,
.content-article-body-text object {
  position: relative;
  z-index: 0;
}

.content-article-body .quote-link {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 20px;
  height: 20px;
  padding: 3px;
  margin-left: -30px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: left .2s .1s;
     -moz-transition: left .2s .1s;
      -ms-transition: left .2s .1s;
       -o-transition: left .2s .1s;
          transition: left .2s .1s;
}

.content-article-body .quote-link.visible {
  opacity: 1;
}

.content-article-body .quote-link.isLogOff {
  background: url("../../../assets/i/comments/comments-sprite.png") 6px -42px no-repeat #f7f6f4;
}

.content-article-body .quote-link:after {
  display: block;
  width: 16px;
  height: 12px;
  background: url("../../../assets/i/comments/comments-sprite.png") -16px -111px no-repeat;
  content: '';
}

.content-article-body a {
  color: #227bbd;
}

.content-article-body a:hover {
  color: #ff6600;
}

.content-article-footer {
  position: relative;
  z-index: 2;
  padding: 2px 21px 8px;
  font: 14px/1 "ProximaB";
  color: #BBCAD4;
  background: #F4FBFF;
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.content-article-footer-tags {
  padding: 15px 0;
}

.content-article-footer-tags a {
  color: #227bbd;
}

.content-article-footer-tags a:hover {
  color: #ff6600;
}

.content-article-footer-tags li {
  display: inline-block;
  margin: 0 0 2px 0;
  font-size: 11px;
}

.content-article-footer-tags li:not(:last-child):after {
  padding: 0 4px;
  color: #cccccc;
  content: '•';
}

.content-article-footer-actions {
  position: relative;
  padding-top: 5px;
  zoom: 1;
}

.content-article-footer-actions:before,
.content-article-footer-actions:after {
  display: table;
  content: "";
}

.content-article-footer-actions:after {
  clear: both;
}

.content-article-footer-actions:before,
.content-article-footer-actions:after {
  display: table;
  content: "";
}

.content-article-footer-actions:after {
  clear: both;
}

.content-article-footer-actions-fav,
.content-article-footer-actions-rating-rate,
.content-article-footer-actions-edit,
.content-article-footer-actions-magnet,
.content-article-footer-actions-moderate {
  background: url("../../../assets/i/common/icons-sprite.png") 0 0 no-repeat;
}

.content-article-footer-actions-share-fb a {
  background: url("../../../assets/i/content-article/footer-sprite.png");
}

.content-article-footer-actions-fav {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  text-indent: -10000px;
  vertical-align: middle;
  background: url("../../../assets/i/comments/comments-sprite.png") -1px -142px;
  opacity: 1;
}

.content-article-footer-actions-fav.active,
.content-article-footer-actions-fav:hover {
  background-position: -1px -161px;
}

.content-article-footer-actions-magnet {
  display: block;
  float: right;
  width: 19px;
  height: 19px;
  margin-top: -2px;
  margin-right: 7px;
  background-position: -1px -1px;
}

.content-article-footer-actions-magnet.active,
.content-article-footer-actions-magnet:hover {
  background-position: -1px -21px;
}

.content-article-footer-actions-moderate {
  display: inline-block;
  margin-top: -3px;
  font-size: 0;
  background: 0;
}

.content-article-footer-actions-moderate:before {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin: 0 0 -3px 0;
  background: url("../../../assets/i/common/icons-sprite.png") -60px -134px no-repeat;
  content: '';
}

.content-article-footer-actions-moderate:hover:before,
.content-article-footer-actions-moderate:focus:before {
  background-position: -60px -167px;
}

.content-article-footer-actions-moderate.closed:before {
  background-position: -60px -167px;
}

.content-article-footer-actions-edit {
  display: block;
  float: right;
  width: 19px;
  height: 19px;
  margin-top: -2px;
  margin-right: 7px;
  background-position: -23px -1px;
}

.content-article-footer-actions-edit:hover,
.content-article-footer-actions-edit:focus {
  background-position: -23px -21px;
}

.content-article-footer-actions-rating {
  float: right;
  margin-right: 7px;
  font-size: 13px;
  color: #b5b8b0;
}

.content-article-footer-actions-rating-rate {
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  text-indent: -10000px;
  background-position: -97px 0;
}

.content-article-footer-actions-rating-rate:hover {
  opacity: 1;
}

.content-article-footer-actions-rating-value {
  float: left;
}

.content-article-footer-actions-rating.is_active {
  color: #000;
}

.content-article-footer-actions-rating.is_active-rate {
  background-position: -357px 0;
}

.content-article-footer-actions-rating.is_active .content-article-footer-actions-rating-rate {
  display: none;
}

.content-article-footer-actions-share {
  float: right;
  margin-top: -4px;
  overflow: hidden;
}

.content-article-footer-actions-share li {
  float: left;
  margin: 0 5px 0 0;
}

.content-article-footer-actions-share li:last-child {
  margin-right: 0;
}

.content-article-footer-actions-share-fb a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  background-position: -163px 0;
}

.content-article-poll {
  margin: 10px 0;
}

.content-article-poll > p {
  font: 20px "ProximaB";
}

.content-article-poll-list {
  padding-left: 0 !important;
  list-style: none !important;
}

.content-article-poll-list li {
  margin-bottom: 10px;
  font: 16px "ProximaR";
}

.content-article-poll-vote_button {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  margin: 0;
  font: normal 14px 'ProximaR';
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  background: #0094E2;
  border: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.content-article-poll-vote_button:active {
  top: 1px;
}

.content-article-poll .error {
  display: block;
  margin-top: 10px;
  font-style: italic;
  color: #F00;
}

.content-article-poll-results svg {
  height: 250px;
}

.static-rating {
  display: inline-block;
  font: 19px "ProximaB";
  color: #A1BF6B;
}

.static-rating.up:after {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../../../assets/i/common/icons-sprite.png") -36px -150px no-repeat;
  content: '';
}

.static-rating.down {
  color: #FF7975;
}

.static-rating.down:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background: url("../../../assets/i/common/icons-sprite.png") -45px -168px no-repeat;
  content: '';
}

.content-poll-wrap {
  padding: 10px 0;
  clear: both;
}

.content-poll-question {
  font: 22px "ProximaB";
}

.hands-icon-wrap {
  position: relative;
  min-height: 36px;
}

.hands-icon-back {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 16px;
  font-size: 10px;
  color: #D6C1AB;
}

.hands-icon-back:before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 15px;
  height: 14px;
  background: url("../../../assets/i/content-article/footer-sprite.png") -202px 0 no-repeat;
  content: '';
}

.hands-icon-top {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 16px;
  font-size: 10px;
  color: #D6C1AB;
}

.hands-icon-top:before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 15px;
  height: 16px;
  background: url("../../../assets/i/content-article/footer-sprite.png") -184px 0 no-repeat;
  content: '';
}

.paginator-wrap.hidden ~ .hands-icon-back,
.paginator-wrap.hidden ~ .hands-icon-top {
  display: none;
}

.social-share-round {
  display: inline-block;
  vertical-align: middle;
}

.social-share-round-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  cursor: pointer;
  background: url("../../../assets/i/content-article/social-sprite2.png") 0 0 no-repeat;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.social-share {
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.social-share-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  cursor: pointer;
  background: url("../../../assets/i/content-article/social-sprite2.png") 0 0 no-repeat;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.social-share-item.gl {
  background-position: 0 0;
}

.social-share-item.vk {
  background-position: -24px 0;
}

.social-share-item.od {
  background-position: -29px 0;
}

.social-share-item.od:hover {
  background-position: -29px -22px;
}

.social-share-item.tw {
  background-position: -73px 0;
}

.social-share-item.fb {
  background-position: 0 0;
}

.social-share-item.fb:hover {
  background-position: 0 -22px;
}

.poll-result {
  margin: 0 0 20px;
  clear: both;
}

.poll-result-item {
  margin: 0 0 10px;
}

.poll-result-item-title {
  margin: 0;
  font-size: 17px;
  color: #464C59;
  opacity: .97;
}

.poll-result-progress {
  display: inline-block;
  height: 20px;
  max-width: 91%;
  min-width: 5px;
  vertical-align: middle;
  background: #A8E1FF;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.poll-result-percent {
  display: inline-block;
  width: 55px;
  padding-left: 5px;
  overflow: hidden;
  font: 19px 'ProximaB';
  color: #7AAACD;
  vertical-align: middle;
}

.poll-result-stats {
  font-size: 15px;
  color: #728390;
}

.rating-count {
  display: inline-block;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.good-rating .rating-count {
  position: relative;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.bad-rating .rating-count {
  position: relative;
  color: #FBA39D !important;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.legend-title {
  width: 325px;
  margin: -5px 0 15px 0;
  font-size: 13px;
  font-weight: 100;
  white-space: normal;
}

.legend-title .legend-value {
  margin-left: 5px;
}

.highcharts-background {
  background: none;
  fill-opacity: 0;
}

.poll-result-stats {
  margin-top: 20px;
}

.last-comments-module .last-comments {
  padding-bottom: 23px;
  font-family: 'ProximaR';
}

.last-comments-module .last-comments__row {
  overflow: hidden;
  font-size: 0;
}

.last-comments-module .last-comments__cell {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 30px;
  color: black;
  vertical-align: top;
  border-bottom: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.last-comments-module .last-comments__cell_content {
  display: none;
}

.last-comments-module .last-comments__cell_author {
  width: 14%;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
}

.last-comments-module .last-comments__cell_author__item {
  width: 100%;
  overflow: hidden;
  font-weight: normal;
  color: #B57958;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.last-comments-module .last-comments__cell_author__item:hover {
  text-decoration: underline;
}

.last-comments-module .last-comments__cell_text {
  width: 62%;
  margin: 0;
}

.last-comments-module .last-comments__cell_text__item {
  width: 100%;
  overflow: hidden;
  color: #227bbd;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.last-comments-module .last-comments__cell_topic {
  width: 12%;
  text-align: right;
}

.last-comments-module .last-comments__cell_topic__item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.last-comments-module .last-comments__cell_time {
  width: 12%;
  padding-right: 0;
  text-align: right;
}

.last-comments-module .last-comments__cell_time__item {
  width: 100%;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-comments .comments {
  margin: 0;
  font-family: 'ProximaR';
}

.content-comments .comments .phone_validation-popup-content-btn {
  position: relative;
}

.content-comments .comments__list {
  margin-bottom: 10px;
}

.content-comments .comments__list__item {
  padding: 0;
  margin-bottom: 10px;
  font-size: 0;
}

.content-comments .comments__list__item:hover {
  background: transparent;
}

.content-comments .comments__list__item__col_info {
  position: relative;
  width: 20%;
  padding: 3px 15px;
  text-align: right;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.content-comments .comments__list__item__col_info__moderate {
  display: none;
  width: 16px;
  height: 12px;
  vertical-align: bottom;
  background: url("../../../assets/i/comments/comments-sprite.png") -31px -88px no-repeat;
}

.content-comments .comments__list__item__col_info__quote-link {
  top: 6px;
  left: -14px !important;
  background: transparent;
  transition: opacity 0.2s;
}

.content-comments .comments__list__item__col_info__avatar {
  display: none;
}

.content-comments .comments__list__item__col_info__username {
  display: block;
  margin-bottom: 2px;
  font: 14px "ProximaB";
  color: #B57958;
  word-break: normal;
}

.content-comments .comments__list__item__col_info__username:hover {
  color: #ff6600;
}

.content-comments .comments__list__item__col_info__date {
  display: block;
  font: 11px "ProximaR";
  color: #C0C9D5;
}

.content-comments .comments__list__item__col_content {
  position: relative;
  width: 80%;
  padding: 0;
  padding: 11px 65px 11px 35px;
  margin: 0;
  background: #F4FAF0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.content-comments .comments__list__item__col_content:after {
  position: absolute;
  top: 3px;
  left: -15px;
  width: 15px;
  height: 18px;
  background: url("../../../assets/i/common/icons-sprite.png") -55px -222px no-repeat;
  content: '';
}

.content-comments .comments__list__item__col_content__header {
  display: none;
}

.content-comments .comments__list__item__col_content__quotes {
  margin: 0;
}

.content-comments .comments__list__item__col_content__quotes__item {
  margin: 0 0 10px 0 !important;
}

.content-comments .comments__list__item__col_content__quotes__item__avatar {
  margin: 0 5px 0 0;
  vertical-align: top;
}

.content-comments .comments__list__item__col_content__quotes__item__answer,
.content-comments .comments__list__item__col_content__quotes__item__text {
  margin-right: 5px;
  font: 14px "ProximaR";
}

.content-comments .comments__list__item__col_content__quotes__item__name {
  margin: 0 5px 0 0;
  font: 14px "ProximaB";
}

.content-comments .comments__list__item__col_content__quotes__item__view-all,
.content-comments .comments__list__item__col_content__quotes__item__minimize {
  font: 14px "ProximaR";
}

.content-comments .comments__list__item__col_content__message {
  font: 14px "ProximaR";
}

.content-comments .comments__list__item__col_actions {
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}

.content-comments .comments__list__item__col_actions__moderate {
  display: none;
}

.content-comments .comments__list__item__col_actions__rating {
  position: absolute;
  right: 5px;
  bottom: 7px;
  width: 100%;
  white-space: nowrap;
}

.content-comments .comments__list__item__col_actions__rating__button_like,
.content-comments .comments__list__item__col_actions__rating__button_unlike {
  display: inline-block;
  margin: 0 5px;
}

.content-comments .comments__list__item__col_actions__rating__counter {
  font: 16px "ProximaB";
}

.content-comments .comments__attachment {
  background: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.content-comments .comments__header {
  display: none;
}

.content-comments .comments__form {
  padding: 0;
}

.content-comments .comments__form form {
  font-size: 0;
}

.content-comments .comments__form__video-popup__model {
  background: #FAF8EF;
  border: 1px solid #EFE0D5;
}

.content-comments .comments__form__video-popup__form__input {
  border: 1px solid #EFE0D5;
  outline: none;
}

.content-comments .comments__form__video-popup__form__submit {
  width: auto;
  padding: 5px 15px;
  font: 14px 'ProximaR';
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  background: #0094E2;
  border: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.content-comments .comments__form__header {
  padding: 7px 0;
  margin: 0;
}

.content-comments .comments__form__header__username {
  font: 22px 'ProximaR';
  color: #000;
}

.content-comments .comments__form__header__buttons {
  margin-top: 4px;
}

.content-comments .comments__form__header__buttons__item_image {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../assets/i/comments/comments-sprite.png") 0 -64px no-repeat;
}

.content-comments .comments__form__header__buttons__item_video {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../assets/i/comments/comments-sprite.png") -18px -64px no-repeat;
}

.content-comments .comments__form__avatar {
  width: 20%;
}

.content-comments .comments__form__avatar img {
  display: none;
}

.content-comments .comments__form__content {
  width: 80%;
  padding: 0 12px;
  background: #FAF8EF;
  border: 1px solid #EFE0D5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.content-comments .comments__form_not-logged {
  float: right;
  width: 80%;
}

.content-comments .comments__form_not-logged .comments__form__content {
  padding-top: 12px;
}

.content-comments .comments__form__text-area {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #EFE0D5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.content-comments .comments__form__text-area__quotes__item__text,
.content-comments .comments__form__text-area__quotes__item__name {
  font-size: 14px;
}

.content-comments .comments__form__submit-button {
  padding: 5px 30px;
  margin: 0 0 10px 0;
  font: 17px 'ProximaR';
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  background: #0094E2;
  border: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.content-comments .comments__form__errors {
  margin-bottom: 10px;
  font: 14px 'ProximaR';
  color: #EC4C40;
}

.content-comments .comments__form__errors__list {
  list-style: none;
}

.last_comments-petitions .last-comments__cell_topic,
.last_comments-category .last-comments__cell_topic {
  display: none;
}

.last_comments-petitions .last-comments__cell_content,
.last_comments-category .last-comments__cell_content {
  display: inline-block;
  width: 18%;
}

.last_comments-petitions .last-comments__cell_text,
.last_comments-category .last-comments__cell_text {
  width: 56%;
}

.last_comments-petitions .discuss-table-cell.discuss-counter,
.last_comments-category .discuss-table-cell.discuss-counter {
  text-align: left;
}

.content-comments .comments__list__item__col_actions__moderate {
  top: -4px;
  left: 50px;
  display: none;
}

.comments__list__item:hover .comments__list__item__col_actions__moderate {
  display: block;
}

.new-comment-notification {
  width: 80%;
  padding-top: 2px !important;
  margin-left: 20%;
}

.comments__list__item__col_content__quotes__item__text {
  overflow: visible !important;
}

#topbar-panel,
.mfp-bg,
.mfp-container {
  min-width: 1200px;
}

.hidden {
  display: none;
}

.typeahead.dropdown-menu {
  position: absolute;
  width: 243px;
  padding: 5px 0;
  background: #fff;
}

.typeahead.dropdown-menu li {
  padding: 2px 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.typeahead.dropdown-menu li.active {
  background: #f2f2f2;
}

.typeahead.dropdown-menu li.active a {
  color: #ff6600;
}

/*tagsinput*/

div.tagsinput {
  width: 100%;
  padding: 5px 5px 0;
  overflow-y: auto;
  background: #FFF;
  border: 1px solid #C2D0DB;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

div.tagsinput span.tag {
  display: block;
  float: left;
  padding: 1px 5px 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
  color: #4A3118;
  text-decoration: none;
  background: #F2F1DF;
  border: 1px solid #F2F1DF;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

div.tagsinput span.tag a {
  font-size: 11px;
  font-weight: bold;
  color: #82ad2b;
  text-decoration: none;
}

div.tagsinput input {
  width: 80px;
  height: 20px;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: "ProximaR", Helvetica, Arial;
  font-size: 13px;
  color: #000;
  background: transparent;
  border: 1px solid transparent;
  outline: 0;
}

div.tagsinput input:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
}

div.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  width: 100%;
  height: 0;
  clear: both;
}

.not_valid {
  color: #90111A !important;
  background: #FBD8DB !important;
}

.content-add {
  padding: 15px;
  background: #ebf5fa;
  border-radius: 4px;
}

.content-add .delete-poll {
  display: inline-block;
  width: 15px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  background: url("../../../assets/i/common/icons-sprite.png") -33px -84px no-repeat;
}

.content-add .hidden {
  display: none;
}

.content-add .add-poll-option {
  color: #227bbd;
}

.content-add .drop-placeholder {
  display: block;
  height: 31px;
  margin-bottom: 20px;
  margin-left: 22%;
  border: 1px dashed #C2D0DB;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.content-add-title {
  padding-left: 22%;
  margin: 5px 0 15px 0;
  font-family: "ProximaB";
  font-size: 38px;
  color: #464C57;
}

.content-add-group {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
}

.content-add-group-header {
  position: relative;
  display: table-cell;
  width: 20%;
  padding-right: 10px;
  margin-bottom: 5px;
  text-align: right;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.content-add-group-header-label {
  display: table-cell;
  width: 200px;
  height: 32px;
  font-family: "ProximaR", Helvetica, Arial;
  font-size: 17px;
  line-height: 18px;
  color: #464C55;
  vertical-align: middle;
}

.content-add-group-header-desc {
  font-family: "ProximaR", Helvetica, Arial;
  font-size: 12px;
  color: #A2A9AD;
}

.content-add-group-controls {
  position: relative;
  display: table-cell;
  width: 80%;
  vertical-align: middle;
}

.content-add-group-controls select,
.content-add-group-controls input[type=text],
.content-add-group-controls input[type=datetime-local],
.content-add-group-controls textarea {
  width: 100%;
  height: 32px;
  font-family: "ProximaR", Helvetica, Arial;
  font-size: 17px;
  border: 1px solid #C2D0DB;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}

.content-add-group-controls select:focus,
.content-add-group-controls input[type=text]:focus,
.content-add-group-controls input[type=datetime-local]:focus,
.content-add-group-controls textarea:focus {
  -webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
       -o-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
}

.content-add-group-controls input.error {
  border: 1px solid rgba(255, 0, 0, 0.38);
}

.content-add-group-controls label.error {
  font-size: 12px;
  font-style: italic;
  color: #ff5a5a;
}

.content-add-group-controls .tm-tag {
  margin-right: 10px;
}

.content-add-group-controls .tm-tag span {
  padding-right: 3px;
  color: #227BBD;
}

.content-add-group-controls input[type=text],
.content-add-group-controls input[type=datetime-local] {
  padding: 2px 5px;
}

.content-add-group-controls textarea {
  max-height: 800px;
  min-height: 250px;
  padding: 2px 5px;
  font-size: 14px;
}

.content-add-group-controls textarea:focus {
  outline: none;
}

.content-add-img-container {
  position: relative;
  float: left;
  height: 50px;
  max-width: 117px;
  margin-top: -20px;
}

.content-add-img-container img {
  max-width: 100%;
}

.content-add-img-container .delete-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  font-size: 0;
  cursor: pointer;
  background: url("../../../assets/i/comments/comments-sprite.png") 0 -40px no-repeat;
}

.content-add-errors {
  display: none;
  font-size: 14px;
  color: #c00;
}

.content-add-errors.visible {
  display: block;
}

.content-add-errors-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.content-add-errors-list {
  margin: 0 0 0 20px;
  list-style-type: disc;
}

.content-add-errors-list li {
  margin: 0 0 3px 0;
}

.content-add-buttons {
  margin: 20px 0 0 0;
}

.content-add-buttons-lang {
  padding: 5px;
  margin: 0;
  color: #0094E2;
  cursor: pointer;
  border: 1px solid #0094E2;
  border-right: none;
}

.content-add-buttons-lang.active {
  color: #fff;
  background: #0094E2;
}

.content-add-buttons-lang:first-child {
  -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
}

.content-add-buttons-lang:last-child {
  border-right: 1px solid #0094E2;
  -webkit-border-radius: 0 5px 5px 0;
     -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
}

.content-add-buttons-submit {
  position: relative;
  padding: 10px 30px;
  margin: 0;
  font: 17px "ProximaB";
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #0094E2;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.content-add-buttons-submit:active {
  top: 1px;
}

.content-add-buttons-submit:hover {
  -webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
       -o-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
}

.content-add-buttons-preview {
  position: relative;
  float: right;
  padding: 7px 20px;
  margin-top: 7px;
  font: 15px "ProximaB";
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #729D1B;
  border: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}

.content-add-buttons-preview:active {
  top: 1px;
}

.content-add-buttons-preview:hover {
  -webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
       -o-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.6);
}

.button-toggle {
  position: relative;
  display: inline-block;
  height: 41px;
  padding: 0 20px 0 40px;
  margin: 0;
  font: 17px "ProximaR";
  line-height: 41px;
  color: #6697BD;
  cursor: pointer;
  background: white;
  border: 1px solid #C2D0DB;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: none;
}

.button-toggle-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.button-toggle-checkbox ~ span {
  display: block;
}

.button-toggle-checkbox ~ span:nth-of-type(2) {
  display: none;
}

.button-toggle-checkbox:checked ~ span:nth-of-type(1) {
  display: none;
}

.button-toggle-checkbox:checked ~ span:nth-of-type(2) {
  display: block;
}

.button-toggle:after {
  position: absolute;
  top: 9px;
  left: 11px;
  width: 20px;
  height: 20px;
  background: url("../../../assets/i/common/icons-sprite.png") 0 -104px no-repeat;
  content: "";
}

.input-has-delete-poll {
  padding-right: 33px !important;
  margin-right: -28px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.controls-poll-type {
  font-size: 14px;
  color: #464C53;
}

.controls-poll-type label {
  margin-right: 15px;
}

.controls-poll-type input[type=radio] {
  position: relative;
  top: -1px;
  margin: 0 3px;
  vertical-align: middle;
}

.controls-poll-type-default {
  display: none;
}

.page-index .topics-menu {
  top: 190px;
}

.topics-menu {
  position: relative;
  padding: 8px 70px 7px;
  text-align: center;
}

.topics-menu-item {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 6px 10px 7px;
  font: 16px "ProximaR";
  color: #007FC7;
  border: 1px solid transparent;
}

.topics-menu-item.is-active {
  color: black;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.topics-menu-item.is-active:hover {
  color: black;
}

.topics-menu-item:hover {
  color: #ff6600;
}

.topics-menu .content-article-footer-actions-fav,
.topics-menu .content-article-footer-actions-edit {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.topics-menu .content-article-footer-actions-edit {
  margin-top: 0;
}

.topics-list {
  line-height: 23px;
}

.topics-list a {
  text-decoration: none;
}

.topics-list-topic {
  margin: 0 0 50px 0;
}

.topics-list-topic:last-child {
  margin-bottom: 0;
}

.topics-list-topic-title {
  position: relative;
  font-family: "ProximaR", Helvetica, Arial;
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
}

.topics-list-topic-title-counter {
  position: relative;
  top: -5px;
  margin-left: 3px;
  font-size: 16px;
  color: #999;
  vertical-align: top;
}

.topics-list-topic-title a {
  color: #227bbd;
}

.topics-list-topic-subtopics {
  /*overflow: hidden;*/

  font-size: 14px;
}

.topics-list-topic-subtopics.loading .more-subtopics {
  display: inline-block;
  min-width: 70px;
  text-indent: -9999px;
  background: url("../../../assets/i//common/loader_2.gif") center center no-repeat;
}

.topics-list-topic-subtopics .more-subtopics {
  color: #227bbd;
}

.topics-list-topic-subtopics .more-subtopics:hover {
  color: #f60;
}

.topics-list-topic-subtopics li {
  position: relative;
  float: left;
  padding: 0 17px 0 0;
  margin: 0 10px 0 0;
}

.topics-list-topic-subtopics li sup {
  position: relative;
  top: -4px;
  font-size: 11px;
  color: #999;
  vertical-align: top;
}

.topics-list-topic-subtopics li:after {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 18px;
  line-height: 1;
  color: #999;
  content: "•";
}

.topics-list-topic-subtopics li:last-child:after {
  display: none;
}

.page-profile-title {
  padding-bottom: 20px;
  margin-left: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 42px;
}

.page-profile-info {
  margin-bottom: 30px;
  margin-left: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
}

.page-profile-info td:nth-child(odd) {
  padding-right: 10px;
  font-style: italic;
  line-height: 145%;
  color: #666;
}

.page-profile-last-title {
  margin-left: 20px ;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 42px;
}

.page-profile-block-footer a {
  display: block;
  height: 60px;
  margin: 0 auto;
  font-size: 10px;
  color: #7DAFCC;
}

.page-profile-block-footer-ico {
  position: relative;
  display: block;
  height: 50px;
}

.page-profile .theme-moderator {
  display: inline-block;
  color: #999;
}

.page-profile .theme-moderator a {
  font-size: 17px;
  color: #227bbd;
}

.page-profile .theme-moderator a:hover {
  color: #ff6600;
}

.page-profile .theme-moderator + .theme-moderator:before {
  display: inline-block;
  margin-left: -4px;
  content: ", ";
}

.user-options {
  display: table;
  width: 100%;
}

.user-options li {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ico-msg {
  background: url("../../../assets/i/common/send_mess.gif") 50% 50% no-repeat;
}

.ico-friend {
  background: url("../../../assets/i/common/friend_.gif") 50% 50% no-repeat;
}

.ico-friend ~ span {
  color: #e64e3c;
}

.ico-money {
  background: url("../../../assets/i/common/cash_.gif") 50% 50% no-repeat;
}

.ico-money ~ span {
  color: #c8cfac;
}

.send-message-form {
  position: relative;
  margin-bottom: 20px;
}

.send-message-textarea {
  width: 80%;
  height: 35px;
  padding: 7px 10px 0;
  font: 15px 'ProximaR';
  color: #4C5D6B;
  vertical-align: top;
  background: white;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
}

.send-message-submit {
  position: relative;
  width: 19%;
  height: 35px;
  margin: 0;
  font: 18px 'ProximaR';
  color: white;
  cursor: pointer;
  background: #007DC8;
  border: 0;
}

.send-message-submit:active {
  top: 1px;
}

.send-message-submit:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  vertical-align: middle;
  background: url("../../../assets/i/common/icons-sprite.png") -18px -155px no-repeat;
  content: '';
}

.send-message-succes {
  position: absolute;
  right: 28px;
  bottom: -24px;
  display: none;
  font: 14px "ProximaR";
  color: #670;
}

.user-profile {
  padding-top: 50px;
}

.user-profile-grid .cell.span-4 {
  width: 22.8%;
}

.user-profile-grid .cell.span-1 {
  width: 76.2%;
}

.user-profile-avatar {
  position: relative;
  float: left;
  width: 153px;
  height: 153px;
  margin-bottom: 20px;
  overflow: hidden;
}

.user-profile-avatar img {
  position: relative;
  z-index: 1;
  height: 100%;
}

.user-profile-info {
  width: 100%;
  margin-bottom: 20px;
  font-size: 17px;
  color: #666;
}

.user-profile-info tr td:nth-of-type(1) {
  width: 30%;
  padding-right: 15px;
}

.user-profile-info tr td:nth-of-type(2) {
  width: 70%;
  font-family: 'ProximaB';
}

.user-profile-info td {
  padding-bottom: 7px;
}

.user-profile-info a {
  color: #007FC5;
}

.user-profile-info a:hover {
  color: #ff6600;
}

.user-profile-info .theme-moderator {
  color: #007FC5;
}

.user-profile-info .theme-moderator:not(:last-child):after {
  content: ', ';
}

.user-profile-add-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 32px 0;
  margin: 47px auto 0;
  color: #007DC7;
  text-align: center;
  background: url("../../../assets/i/common/add-photo-big.png") center top no-repeat;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.user-profile-input-file {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.user-profile-remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 32px;
  height: 29px;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
  background: #EDEDED;
}

.user-profile-remove:before {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url("../../../assets/i/common/remove-photo.png") left bottom;
  content: '';
}

.user-profile-radio {
  height: 29px;
  font-size: 14px;
  line-height: 29px;
}

.user-profile-radio li {
  display: inline-block;
  margin-right: 20px;
}

.user-profile-radio input[type=radio] {
  margin: 0 0 2px;
  vertical-align: middle;
}

.user-profile-content {
  margin-bottom: 10px;
}

.user-profile-content li {
  display: inline-block;
  padding-right: 30px;
  font: 18px 'ProximaB';
  color: #007DC7;
}

.user-profile-content li span {
  position: relative;
  padding-left: 3px;
  font-size: 13px;
  color: #91C7E7;
  vertical-align: top;
}

.user-profile-content li.active {
  font-size: 26px;
  color: #464C57;
}

.user-profile-content li.active span {
  font-size: 16px;
  color: #999;
}

.user-profile .edit-btn {
  top: -40px;
}

.user-profile .paginator {
  display: block;
}

.edit-btn {
  position: relative;
  font-size: 18px;
  color: #007DC8;
}

.edit-btn:before {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-right: 6px;
  vertical-align: middle;
  background: url("../../../assets/i/common/icons-sprite.png") -1px -154px no-repeat;
  content: '';
}

.people-table {
  display: table;
  width: 100%;
  font-family: "ProximaR", Helvetica, Arial;
}

.people-table__header .people-table__cell {
  font-size: 15px;
  font-style: italic;
  color: #ADA88F;
}

.people-table__header .people-table__cell a {
  cursor: pointer;
  border-bottom: 1px dashed #ADA88F;
}

.people-table__header .people-table__cell a:hover {
  border-bottom: 0;
}

.people-table__header .people-table__cell.is-active {
  color: #FF6600;
}

.people-table__header .people-table__cell.is-active.arrow-reverse a:after {
  border-top: none;
  border-bottom: 6px solid #FF6600;
}

.people-table__header .people-table__cell.is-active a {
  position: relative;
  border-color: #FF6600;
}

.people-table__header .people-table__cell.is-active a:after {
  position: absolute;
  top: 7px;
  right: -12px;
  border-top: 6px solid #FF6600;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  content: '';
}

.people-table__row {
  display: table-row;
  border-bottom: 1px solid #e5eef4;
}

.people-table__cell {
  position: relative;
  display: table-cell;
  height: 52px;
  text-align: right;
  vertical-align: middle;
  border-bottom: 1px solid #e5eef4;
}

.people-table__cell.is-active {
  color: #FF6600;
}

.people-table__cell.avatar-cell {
  width: 50%;
  padding-left: 52px;
  text-align: left;
}

.people-table__cell.numeration {
  text-align: center;
}

.people-table__cell.numeration span {
  position: relative;
  top: -2px;
}

.people-table__cell:last-child {
  width: 23%;
  padding-right: 12px;
  color: #999999;
  text-align: right;
}

.people-table__avatar {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.people-table__avatar img {
  max-width: 100%;
}

.people-table__user-name {
  margin-bottom: 4px;
  font-size: 16px;
}

.people-table__user-info {
  font-size: 11px;
  font-style: italic;
  color: #999;
}

.people-table__user-info span:not(:last-child):after {
  content: ', ';
}

.discuss {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.discuss-header {
  padding: 0 0 12px;
  font-size: 13px;
  line-height: 1;
  color: #999;
  zoom: 1;
}

.discuss-header:before,
.discuss-header:after {
  display: table;
  content: "";
}

.discuss-header:after {
  clear: both;
}

.discuss-header:before,
.discuss-header:after {
  display: table;
  content: "";
}

.discuss-header:after {
  clear: both;
}

.discuss-header-title,
.discuss-header-date,
.discuss-header-comment_count {
  float: left;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.discuss-header-date {
  width: 115px;
  padding-left: 15px;
}

.discuss-header-comment_count {
  width: 65px;
  padding-right: 10px;
  text-align: right;
}

.discuss-header-title {
  width: 390px;
}

.discuss-row {
  font-size: 13px;
  line-height: 22px;
  color: #000;
  zoom: 1;
}

.discuss-row:before,
.discuss-row:after {
  display: table;
  content: "";
}

.discuss-row:after {
  clear: both;
}

.discuss-row:before,
.discuss-row:after {
  display: table;
  content: "";
}

.discuss-row:after {
  clear: both;
}

.discuss-row:nth-of-type(odd) {
  background: #f9f9f9;
}

.discuss-row .icon-heart-small {
  float: left;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url("../../../assets/i//content-article/footer-sprite.png") no-repeat;
  background-position: -382px 7px;
  visibility: hidden;
}

.discuss-row .icon-heart-small:hover {
  background-position: -403px 7px;
}

.discuss-row .icon-heart-small.active {
  background-position: -403px 7px;
  visibility: visible;
}

.discuss-row:hover .icon-heart-small {
  visibility: visible;
}

.discuss-row-unread_comments {
  position: relative;
  top: -3px;
  padding: 0 0 0 2px;
  font-size: 11px;
  color: #670;
}

.discuss-row-title,
.discuss-row-date,
.discuss-row-comment_count {
  float: left;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.discuss-row-date {
  width: 110px;
  padding-left: 10px;
  font-size: 11px;
  color: #7F7F7F;
  text-align: right;
}

.discuss-row-comment_count {
  width: 60px;
  color: #227bbd;
  text-align: right;
  text-decoration: none;
}

.discuss-row-title {
  position: relative;
  width: 380px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.discuss-list-blocked a {
  color: #227bbd;
}

.discuss-list-blocked a:hover {
  color: #ff6600;
}

.discuss-list-blocked .small {
  display: block;
  width: 100%;
  padding: 50px 0;
  margin: 0 !important;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #999;
  text-align: center;
}

.discuss-list-blocked .big {
  display: block;
  padding: 50px 0 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  font-style: italic;
  color: #999;
  text-align: center;
}

.page-content_list .paginator-wrap {
  padding: 0 114px;
}

.discuss-table {
  padding-bottom: 23px;
  font-family: 'ProximaR';
}

.discuss-table.replica-table .discuss-table-header .discuss-table-cell {
  font-size: 13px;
}

.discuss-table.replica-table .discuss-heading {
  max-width: 100%;
}

.discuss-table.replica-table .discuss-table-cell {
  font-size: 14px;
}

.discuss-table.replica-table .discuss-title {
  width: 56%;
  padding-left: 1.5%;
}

.discuss-table.replica-table .discuss-time-cell {
  width: 10%;
  padding-left: 1%;
}

.discuss-table.replica-table .discuss-time {
  font-size: 12px;
  color: #333;
}

.discuss-table.replica-table .discuss-counter {
  width: 20%;
  padding-right: 5px;
}

.discuss-table-header .discuss-table-cell {
  font-size: 13px;
  color: rgba(107, 112, 121, 0.5) !important;
  white-space: nowrap;
}

.discuss-table-row {
  overflow: hidden;
  font-size: 0;
}

.discuss-table-row:hover .icon-fav,
.discuss-table-row:hover .icon-hide {
  opacity: 1;
}

.discuss-table-cell {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 30px;
  color: black;
  vertical-align: middle;
  border-bottom: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.discuss-table-cell.discuss-author-cell {
  width: 14%;
  padding-left: 0;
  text-align: right;
}

.discuss-table-cell.discuss-title {
  width: 60%;
}

.discuss-table-cell.discuss-counter {
  width: 12%;
  padding-right: 30px;
  color: #3C98DB;
  text-align: right;
  white-space: nowrap;
}

.discuss-table-cell.discuss-time-cell {
  width: 12%;
  padding-right: 0;
  font-size: 13px;
  text-align: right;
}

/*discuss table iframe*/

.iframe-discuss-table {
  font-family: 'ProximaR';
}

.iframe-discuss-table.replica-table .iframe-discuss-table-header .iframe-discuss-table-cell {
  font-size: 13px;
}

.iframe-discuss-table.replica-table .iframe-discuss-heading {
  max-width: 100%;
}

.iframe-discuss-table.replica-table .iframe-discuss-table-cell {
  font-size: 13px;
}

.iframe-discuss-table.replica-table .iframe-discuss-table-cell.iframe-discuss-time-cell {
  width: 10%;
  padding-left: 1%;
  font-size: 12px;
  color: #333;
}

.iframe-discuss-table.replica-table .iframe-discuss-title {
  width: 56%;
  padding-left: 1.5%;
}

.iframe-discuss-table.replica-table .iframe-discuss-time {
  font-size: 12px;
  color: #333;
}

.iframe-discuss-table-title {
  padding-bottom: 4px;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #EDEDED;
}

.iframe-discuss-table-title > * {
  display: inline-block;
  vertical-align: bottom;
}

.iframe-discuss-table-title-logo {
  display: inline-block;
  width: 28px;
  height: 20px;
  margin-right: 5px;
  vertical-align: bottom;
  background: url("../../../assets/i/common/new-logo.png") no-repeat center;
  background-size: contain;
}

.iframe-discuss-table-title a {
  color: #484848;
}

.iframe-discuss-table-title a:hover {
  color: #0267b8;
}

.iframe-discuss-table-title-text {
  font-size: 13px;
}

.iframe-discuss-table-header .iframe-discuss-table-cell {
  font-size: 13px;
  color: rgba(107, 112, 121, 0.5) !important;
  white-space: nowrap;
}

.iframe-discuss-table-row {
  overflow: hidden;
  font-size: 0;
}

.iframe-discuss-table-row:hover .icon-fav,
.iframe-discuss-table-row:hover .icon-hide {
  opacity: 1;
}

.iframe-discuss-table-cell {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 5px;
  font-size: 13px;
  line-height: 30px;
  color: black;
  vertical-align: middle;
  border-bottom: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.iframe-discuss-table-cell.iframe-discuss-title {
  width: 60%;
}

.iframe-discuss-table-cell.iframe-discuss-time-cell {
  width: 40%;
  padding-right: 0;
  font-size: 12px;
  text-align: right;
}

.discuss-status {
  display: inline-block;
  float: none;
  width: 13px;
  height: 13px;
  margin: 0 2px;
  vertical-align: middle;
}

.icon-magnet {
  background: url("../../../assets/i/common/icons-sprite.png") 0 -42px no-repeat;
}

.icon-like {
  position: relative;
  padding-left: 16px;
  margin-right: 10px;
  font-size: 11px;
  color: rgba(70, 76, 87, 0.53);
}

.icon-like:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 8px;
  background: url("../../../assets/i/comments/comments-alt-sprite.png") 0 -42px no-repeat;
  content: '';
}

.icon-lock {
  margin-top: 0;
  background: url("../../../assets/i/common/icons-sprite.png") -18px -42px no-repeat;
}

.icon-hide {
  width: 15px;
  height: 11px;
  cursor: pointer;
  background: url("../../../assets/i/common/icons-sprite.png") -1px -91px no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.icon-hide.active {
  opacity: 1;
}

.icon-hide.closed {
  background-position: -1px -59px;
  opacity: 1;
}

.icon-fav {
  background: url("../../../assets/i/common/icons-sprite.png") -32px -43px no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.icon-fav:hover {
  background-position: -32px -56px;
}

.icon-fav.active {
  background-position: -32px -70px;
  opacity: 1;
}

.discuss-heading {
  display: inline-block;
  max-width: 86%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  -webkit-transition: color 0.1s;
          transition: color 0.1s;
}

.discuss-author {
  display: inline-block;
  width: 86%;
  overflow: hidden;
  font-size: 13px;
  color: #B57958;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  -webkit-transition: color 0.1s;
          transition: color 0.1s;
}

.discuss-unread {
  position: absolute;
  width: 34px;
  font-size: 11px;
  color: #769E26;
  text-align: left;
  text-align: center;
  vertical-align: top;
  opacity: .74;
}

.discuss-time {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.discuss-list {
  margin-bottom: 30px;
}

.discuss-list.new-discuss .discuss-list-item {
  padding-right: 0;
}

.discuss-list-header {
  margin-bottom: 10px;
  font: 13px/101% 'ProximaR';
  color: #999;
  zoom: 1;
}

.discuss-list-header:before,
.discuss-list-header:after {
  display: table;
  content: "";
}

.discuss-list-header:after {
  clear: both;
}

.discuss-list-header:before,
.discuss-list-header:after {
  display: table;
  content: "";
}

.discuss-list-header:after {
  clear: both;
}

.discuss-list-header span:last-child {
  float: right;
  width: 70px;
  text-align: right;
}

.discuss-list-header-title {
  padding: 0 70px 0 0;
  font: 46px "ProximaB";
  color: #ff6400;
  text-transform: lowercase;
}

.discuss-list-header-title span {
  padding: 13px 5px 0 0;
  font: 15px "ProximaR";
  color: #999;
}

.discuss-list-item {
  position: relative;
  padding: 0 80px 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(70, 76, 87, 0.15);
}

.discuss-list-item .icon-fav {
  position: absolute;
  margin: 6px 0 0 5px;
}

.discuss-list-item:hover .icon-fav {
  cursor: pointer;
  opacity: 1;
}

.discuss-list-item-title {
  width: 101%;
  max-height: 71px;
  margin-bottom: 5px;
  overflow: hidden;
  font: 22px/24px 'ProximaB';
  color: #2a495c;
}

.discuss-list-item:nth-of-type(1) .discuss-audience {
  color: #819920;
}

.discuss-list-item:nth-of-type(2) .discuss-audience {
  color: #88a523;
}

.discuss-list-item:nth-of-type(3) .discuss-audience {
  color: #a0bf28;
}

.discuss-list-item:nth-of-type(4) .discuss-audience {
  color: #a0bf28;
}

.discuss-list-item:nth-of-type(5) .discuss-audience {
  color: #b9d640;
}

.discuss-list-item:nth-of-type(6) .discuss-audience {
  color: #c2da52;
}

.discuss-list-item:nth-of-type(7) .discuss-audience {
  color: #c4dd61;
}

.discuss-audience-alt {
  position: absolute;
  right: 0;
  width: 70px;
  margin-top: 18px;
  font: 13px/1 'ProximaR';
  color: #999;
  text-align: right;
}

.discuss-list_3 {
  padding-top: 11px;
  padding-bottom: 60px;
}

.discuss-list_3-title {
  margin-bottom: 7px;
  font: 26px 'ProximaB';
  color: #ff6400;
  text-transform: lowercase;
}

.discuss-list_3-item {
  margin-bottom: 15px;
}

.discuss-list_3-item-title {
  margin-bottom: 1px;
  font: 19px/21px 'ProximaR';
  color: black;
}

.discuss-list_3-item-text {
  margin-bottom: 3px;
  font-size: 13px;
  color: #9E9E9E;
}

.discuss-list_3-item-category {
  font-size: 14px;
  color: #2B79B9;
  opacity: 0.66;
}

.discuss-audience {
  position: absolute;
  top: 0;
  right: 0;
  font: 28px "ProximaB";
  color: #C7DB75;
}

.discuss-audience small {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 42px;
  font: 11px/101% ProximaR;
  font-style: normal;
  color: #999;
  text-align: right;
  vertical-align: top;
}

.discuss-list_2 {
  font-family: "ProximaB";
}

.discuss-list_2.new-discuss .span-1 {
  padding-right: 0 !important;
}

.discuss-list_2 .cell {
  font-size: 14px;
}

.discuss-list_2 .cell.span-4 {
  width: 15%;
  padding-right: 20px;
  text-align: right;
}

.discuss-list_2 .cell.span-1 {
  width: 85%;
  padding: 0 100px 10px 0;
  border-bottom: 1px solid rgba(70, 76, 87, 0.15);
}

.discuss-list_2 .discuss-list-item {
  padding: 0 0 9px 0;
  border-bottom: 0;
}

.discuss-list_2 .discuss-list-item-title {
  margin-bottom: 0;
  font: 21px/22px "ProximaB";
}

.discuss-list_2 .all-item-category {
  display: block;
  margin-right: 0;
}

.discuss-list_2 .all-item-views,
.discuss-list_2 .all-item-comments {
  margin-right: 0;
}

.discuss-list_2 .all-item-comments {
  top: -2px;
  margin-left: 5px;
}

.new-notifier {
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  vertical-align: middle;
  background: #E7609B;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.design .discuss-table-cell.discuss-counter {
  padding-right: 5px;
}

.iframe {
  height: 525px;
  padding: 0 8px 8px 8px;
  overflow: hidden;
}

.topic-add {
  padding: 15px 25px;
  background: #ebf5fa;
  border-radius: 4px;
}

.topic-add-form {
  padding: 15px;
  background-color: #EBF5FA;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}

.topic-add-title {
  padding-left: 22%;
  margin: 5px 0 15px 0;
  font-family: "ProximaB";
  font-size: 38px;
  color: #464C57;
}

.topic-add-group {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
}

.topic-add-group-header {
  position: relative;
  display: table-cell;
  width: 20%;
  padding-right: 10px;
  margin-bottom: 5px;
  text-align: right;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.topic-add-group-header-label {
  position: relative;
  display: table-cell;
  width: 200px;
  height: 32px;
  font-family: "ProximaR", Helvetica, Arial;
  font-size: 17px;
  line-height: 18px;
  color: #464C55;
  vertical-align: middle;
}

.topic-add-group-header-label.required:after {
  position: absolute;
  top: 0;
  font-size: 20px;
  color: #F00;
  content: "*";
}

.topic-add-group-header-desc {
  font-family: "ProximaR", Helvetica, Arial;
  font-size: 12px;
  color: #A2A9AD;
}

.topic-add-group-controls {
  position: relative;
  display: table-cell;
  width: 80%;
  vertical-align: middle;
}

.topic-add-group-controls select,
.topic-add-group-controls input[type=text],
.topic-add-group-controls input[type=number],
.topic-add-group-controls input[type=datetime-local],
.topic-add-group-controls textarea {
  width: 100%;
  height: 32px;
  margin-bottom: 5px;
  font-family: "ProximaR", Helvetica, Arial;
  font-size: 17px;
  border: 1px solid #C2D0DB;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}

.topic-add-group-controls select:focus,
.topic-add-group-controls input[type=text]:focus,
.topic-add-group-controls input[type=number]:focus,
.topic-add-group-controls input[type=datetime-local]:focus,
.topic-add-group-controls textarea:focus {
  -webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
       -o-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
}

.topic-add-group-controls select:last-child,
.topic-add-group-controls input[type=text]:last-child,
.topic-add-group-controls input[type=number]:last-child,
.topic-add-group-controls input[type=datetime-local]:last-child,
.topic-add-group-controls textarea:last-child {
  margin-bottom: 0;
}

.topic-add-group-controls input.error {
  border: 1px solid rgba(255, 0, 0, 0.38);
}

.topic-add-group-controls label.error {
  font-size: 12px;
  font-style: italic;
  color: #ff5a5a;
}

.topic-add-group-controls .tm-tag {
  margin-right: 10px;
}

.topic-add-group-controls .tm-tag span {
  padding-right: 3px;
  color: #227BBD;
}

.topic-add-group-controls input[type=text],
.topic-add-group-controls input[type=datetime-local] {
  padding: 2px 5px;
}

.topic-add-group-controls textarea {
  max-height: 800px;
  min-height: 250px;
  padding: 2px 5px;
  font-size: 14px;
}

.topic-add-group-controls textarea:focus {
  outline: none;
}

.search-list-container {
  min-height: 200px;
}

.search-item {
  margin-bottom: 25px;
}

.search-item-image {
  float: left;
}

.search-item-data {
  padding: 0 10px;
  overflow: hidden;
}

.search-item-data-title a {
  color: #227bbd;
}

.search-item-data-title a:hover {
  color: #ff6600;
}

.search-item-data-text {
  display: block;
  padding: 10px 0;
}

.search-item-data-text img {
  float: left;
  max-width: 100%;
  margin: 5px;
}

.search-item-data-text span {
  display: block;
}

.search-item-data-text br {
  clear: both;
}

.search-item-data-info {
  font-size: 12px;
  font-style: normal;
  color: #AEAEAE;
}

.search-item-data-info-date {
  margin-right: 5px;
}

.search-item-data-info-date:after {
  margin-left: 6px;
  content: "•";
}

.search-item iframe,
.search-item object,
.search-item embed {
  width: 400px;
  height: 300px;
  margin: 10px 0;
}

span.icon-heart.remove-from-favorites {
  position: absolute;
  top: 6px;
  right: 0;
  display: none;
  width: 10px;
  height: 10px;
  background: url("../../../assets/i/common/icons-sprite.png") -20px -50px no-repeat;
  background-size: 42px;
  opacity: 0.5;
}

span.icon-heart.remove-from-favorites:hover {
  opacity: 1;
}

.favorites-block {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
  font-family: 'ProximaR';
  outline: none;
}

.favorites-block li {
  position: relative;
}

.favorites-block li a {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  color: black;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.favorites-block li a:hover {
  color: #ff6600;
}

.favorites-block li:hover .remove-from-favorites {
  display: block;
}

.favorites-block-discuss-list {
  padding: 0;
}

.favorites-block-discuss-list li {
  font-size: 14px;
  line-height: 21px;
}

.favorites-block-discuss-list li a {
  overflow: hidden;
  color: black;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.favorites-block-discuss-list li a.is-readed {
  color: #999;
}

.favorites-block-discuss-list li a:hover {
  color: #ff6600;
}

.favorites-block-comments_unread {
  position: relative;
  bottom: 1px;
  display: inline-block;
  font: 10px/17px 'ProximaR';
  color: #3D7EB7;
  white-space: nowrap;
  opacity: .8;
}

.favorites-block .favorites-others {
  font-size: 13px;
  line-height: 20px;
  color: #464C57;
}

.favorites-block .favorites-others > span {
  display: inline-block;
  margin-bottom: 1px;
  font-size: 15px;
}

.ui-menu .ui-menu-item a {
  cursor: pointer;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.ui-helper-reset {
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  border: 0;
  outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: table;
  border-collapse: collapse;
  content: "";
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */

}

.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
  ----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}

/* Icons
  ----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

/* Misc visuals
  ----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  display: block;
  font-size: 0.1px;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  top: -5px;
  left: 0;
  width: 100%;
  height: 7px;
  cursor: n-resize;
}

.ui-resizable-s {
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 7px;
  cursor: s-resize;
}

.ui-resizable-e {
  top: 0;
  right: -5px;
  width: 7px;
  height: 100%;
  cursor: e-resize;
}

.ui-resizable-w {
  top: 0;
  left: -5px;
  width: 7px;
  height: 100%;
  cursor: w-resize;
}

.ui-resizable-se {
  right: 1px;
  bottom: 1px;
  width: 12px;
  height: 12px;
  cursor: se-resize;
}

.ui-resizable-sw {
  bottom: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  cursor: sw-resize;
}

.ui-resizable-nw {
  top: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  cursor: nw-resize;
}

.ui-resizable-ne {
  top: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  cursor: ne-resize;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-accordion .ui-accordion-header {
  position: relative;
  display: block;
  min-height: 0;
  padding: .5em .5em .5em .7em;
  margin-top: 2px;
  cursor: pointer;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: 50%;
  left: .5em;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  overflow: auto;
  border-top: 0;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background: white;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.ui-button {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: .1em;
  overflow: visible;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-right: 2.1em;
  padding-left: 2.1em;
}

/* no icon support for input elements, provide padding by default */

input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-right: -0.3em;
  margin-left: 0;
}

/* workarounds */

/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#ui-datepicker-div {
  background: white;
  border-color: #e6e6e6;
}

.ui-datepicker {
  display: none;
  width: 17em;
  padding: .2em .2em 0;
  font-size: 13px !important;
}

.ui-datepicker .ui-state-default {
  text-align: center;
}

.ui-datepicker table,
.ui-datepicker table tr:not(:first-child),
.ui-datepicker table td:not(:first-child),
.ui-datepicker table th:not(:first-child) {
  border: 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #FF5C56;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
  font-size: 1em;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  margin: 0 0 .4em;
  font-size: .9em;
  border-collapse: collapse;
}

.ui-datepicker th {
  padding: .7em .3em;
  font-weight: bold;
  text-align: center;
  border: 0;
}

.ui-datepicker td {
  padding: 1px;
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  padding: 0 .2em;
  margin: .7em 0 0 0;
  background-image: none;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  width: auto;
  padding: .2em .6em .3em .6em;
  margin: .5em .2em .4em;
  overflow: visible;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  width: 100%;
  clear: both;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  right: auto;
  left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  right: auto;
  left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  padding: .4em 1em;
}

.ui-dialog .ui-dialog-title {
  float: left;
  width: 90%;
  margin: .1em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 50%;
  right: .3em;
  width: 21px;
  height: 20px;
  padding: 1px;
  margin: -10px 0 0 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  padding: .5em 1em;
  overflow: auto;
  background: none;
  border: 0;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: .3em 1em .5em .4em;
  margin-top: .5em;
  text-align: left;
  background-image: none;
  border-width: 1px 0 0 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  right: -5px;
  bottom: -5px;
  width: 12px;
  height: 12px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  display: block;
  padding: 2px;
  margin: 0;
  list-style: none;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  height: 0;
  margin: 5px -2px 5px -2px;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  display: block;
  min-height: 0;
  padding: 2px .4em;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  color: #FF5C56;
}

.ui-menu .ui-state-disabled {
  margin: .4em 0 .2em;
  font-weight: normal;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  overflow: hidden;
  text-align: left;
}

.ui-progressbar .ui-progressbar-value {
  height: 100%;
  margin: -1px;
}

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  background: url("images/animated-overlay.gif");
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  font-size: .7em;
  background-position: 0 0;
  border: 0;
}

/* For IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
}

.ui-spinner-input {
  padding: 0;
  margin: .2em 0;
  margin-right: 22px;
  margin-left: .4em;
  color: inherit;
  vertical-align: middle;
  background: none;
  border: none;
}

.ui-spinner-button {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 50%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: .5em;
  text-align: center;
  cursor: default;
}

/* more specificity required here to overide default borders */

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

/* vertical centre icon */

.ui-spinner .ui-icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */

  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  padding: .2em .2em 0;
  margin: 0;
}

.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  float: left;
  padding: 0;
  margin: 1px .2em 0 0;
  white-space: nowrap;
  list-style: none;
  border-bottom-width: 0;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 1px;
  margin-bottom: -1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  padding: 1em 1.4em;
  background: none;
  border-width: 0;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  padding: 8px;
  -webkit-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
  ----------------------------------*/

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  color: #222222;
  border: 1px solid rgba(153, 153, 153, 0.71);
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  font-weight: bold;
  color: #fff;
  border: 1px solid #ff6400;
}

.ui-widget-header a {
  color: #fff;
}

/* Interaction states
  ----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #555555;
  border: 1px solid #fff;
}

body .ui-slider-horizontal .ui-slider-handle {
  border: 1px solid #8ec63f;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-focus {
  font-weight: normal;
  color: #FF5C56;
  border: 1px solid #ff6400;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: normal;
  color: #FF5C56;
  border: 1px solid #ff6400;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

/* Interaction Cues
  ----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #8ec63f;
  border: 1px solid #fff;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #8ec63f;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #cd0a0a;
  border: 1px solid #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  font-weight: normal;
  opacity: .7;
  filter: alpha(opacity=70);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-image: none;
  opacity: .35;
  filter: alpha(opacity=35);
}

.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */

}

/* Icons
  ----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  cursor: pointer;
  background-image: url("../../../assets/i/common/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../../../assets/i/common/ui-icons_fff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../../../assets/i/common/ui-icons_fff_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
  ----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}

/* Overlays */

.ui-widget-overlay {
  opacity: .3;
  filter: alpha(opacity=30);
}

.ui-widget-shadow {
  padding: 8px;
  margin: -8px 0 0 -8px;
  border-radius: 8px;
  opacity: .3;
  filter: alpha(opacity=30);
}

.ui-timepicker-div {
  padding: 15px 0 5px;
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  padding: 0 0 0 5px;
  clear: left;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  padding: 0 5px 0 0;
  text-align: right;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}

/* Page petitions all and my */

.my-petitions .petitions-table__coll:nth-child(1) {
  width: 90px;
}

.my-petitions .petitions-table__coll:nth-child(2) {
  width: 100%;
  padding-right: 390px;
  padding-left: 90px;
}

.my-petitions .petitions-table__coll:nth-child(3) {
  width: 150px;
  padding-right: 305px;
  padding-left: 90px;
}

.my-petitions .petitions-table__coll:nth-child(4) {
  right: 160px;
  width: 40px;
  text-align: center;
}

.my-petitions .petitions-table__coll:nth-child(5) {
  right: 120px;
  width: 40px;
  text-align: center;
}

.my-petitions .petitions-table__coll:nth-child(6) {
  right: 80px;
  width: 40px;
  text-align: center;
}

.my-petitions .petitions-table__coll:nth-child(7) {
  right: 0;
  width: 80px;
  text-align: right;
}

.petitions-table__row {
  position: relative;
  display: block;
  height: 24px;
  border-bottom: 1px solid #edeeef;
}

.petitions-table__coll {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  font-size: 12px;
  color: #9a9aa9;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.petitions-table__coll:nth-child(1) {
  width: 90px;
}

.petitions-table__coll:nth-child(2) {
  width: 100%;
  padding-right: 210px;
  padding-left: 90px;
}

.petitions-table__coll:nth-child(3) {
  right: 70px;
  width: 120px;
}

.petitions-table__coll:nth-child(4) {
  right: 0;
  width: 70px;
  text-align: right;
}

.petitions-table__body .petitions-table__row {
  height: 90px;
}

.petitions-table__body .petitions-table__row:last-child {
  border: none;
}

.petitions-table__body .petitions-table__coll {
  padding-top: 15px;
  padding-bottom: 15px;
}

.petitions-table__news-button {
  display: block;
  width: 118px;
  height: 16px;
  padding: 6px 14px;
  margin-top: 18px;
  font: 13px "ProximaB";
  color: #fff !important;
  text-align: center;
  background: #0093e2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.petitions-table__empty {
  padding: 60px;
  padding-left: 35%;
  font-size: 20px;
  color: #adadad;
  text-align: center;
}

.petitions-table__empty p {
  margin-bottom: 5px;
}

.petitions-table__empty__button {
  display: inline-block;
  padding: 10px 40px;
  margin-top: 40px;
  font: 25px "ProximaB";
  color: #fff !important;
  text-transform: uppercase;
  background: #0093e2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.petitions-table__image {
  max-height: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.petitions-table__sings {
  padding: 14px 0;
  font: 28px "ProximaB";
  color: #a0bf27;
}

.petitions-table__date {
  padding: 22px 0;
  font: 12px "ProximaB";
  color: #000;
}

.petitions-table__headding {
  max-height: 40px;
  overflow: hidden;
  font: 20px "ProximaB";
  line-height: 20px;
}

.petitions-table__action {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 14px;
  font-size: 0;
  cursor: pointer;
  background: url("../../../assets/i/common/petitions_actions.png") 2px 2px no-repeat;
  border: none;
  outline: none;
}

.petitions-table__action.action-edit {
  background-position: 2px 2px;
}

.petitions-table__action.action-delete {
  background-position: -33px 2px;
}

.petitions-table__action.action-show {
  background-position: -70px 2px;
}

.petitions-table__action.action-hide {
  background-position: -110px 2px;
}

.petitions-table__meta {
  padding: 10px 0;
}

.petitions-table__meta li {
  display: inline-block;
}

/* END */

/* Petititons last signs (right sidebar) */

.last-sings {
  position: relative;
}

.last-sings__headding {
  margin-bottom: 10px;
  font: 26px 'ProximaB';
  color: #FF6400;
}

.last-sings__item {
  position: relative;
  margin-bottom: 15px;
}

.last-sings__item__image {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.last-sings__item__user {
  display: inline-block;
  width: 75px;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.last-sings__item__status {
  display: inline-block;
  letter-spacing: 0.5px;
  color: #9A9FA5;
  vertical-align: top;
}

.last-sings__item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* END */

.page-petition .header-banner-icons,
.page-petitions_all .header-banner-icons,
.page-petitions_my .header-banner-icons {
  display: none;
}

.vs-image {
  display: inline-block;
  width: 49%;
  text-align: center;
  vertical-align: top;
}

.vs-image img {
  max-width: 100%;
  margin-bottom: 10px !important;
}

.vs-image h3 {
  margin-bottom: 30px;
  font-size: 20px;
}

.vs-image.last-vs {
  float: right;
}

.vs-image .content-petition-sign-btn {
  float: initial;
}

.page-petition .content-add-comment {
  padding-left: 0 !important;
}

.page-petition .content-article-body {
  padding: 10px 30px;
}

.page-petition .content-article-body img {
  width: 100%;
  margin: 0;
}

.page-petition .sidebar-left {
  display: block;
}

.page-petition .petition_form_errors {
  color: #E02D2D;
}

.page-petition.page-cabinet .cl-2 {
  width: 100%;
}

.page-petition.page-cabinet .cl-2 .discuss-list-item .discuss-audience {
  color: #819920 !important;
}

.page-petition.page-cabinet .cl-2 .content-article-edit {
  position: relative;
  bottom: 4px;
  left: 4px;
}

.page-petition.page-cabinet .petitions-cabinet-delete-btn {
  display: inline-block;
  width: 15px;
  height: 18px;
  cursor: pointer;
  background: #ffffff url("../../../assets/i/common/icons-sprite.png") 0 0 no-repeat;
  background-position: -21px -220px;
  border: 0;
  outline: none;
}

.page-petition.page-cabinet .petitions-cabinet-delete-btn:hover {
  background-position: -38px -220px;
}

.page-petition .newest-petitions-footer {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  font-family: "ProximaR" !important;
}

.page-petition .newest-petitions-footer-date {
  position: relative;
  float: left;
  font-size: 11px;
  font-weight: 100;
  color: rgba(134, 134, 134, 0.65);
}

.page-petition .newest-petitions-footer-votes {
  position: relative;
  float: right;
  padding-left: 16px;
  margin-right: 3px;
  font-size: 11px;
  color: rgba(70, 76, 87, 0.53);
}

.page-petition .newest-petitions-footer-votes:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 8px;
  background: url("../../../assets/i/common/icons-sprite.png") -18px -72px no-repeat;
  content: '';
}

.page-petition .people-last-signs-item {
  margin-bottom: 17px;
}

.page-petition .people-last-signs-item-header {
  height: 40px;
}

.page-petition .people-last-signs-item-header-img {
  display: inline-block;
  width: 37px;
  vertical-align: top;
  border-radius: 5px;
}

.page-petition .people-last-signs-item-header-info {
  display: inline-block;
  width: 195px;
  padding-left: 7px;
  box-sizing: border-box;
}

.page-petition .people-last-signs-item-header-info h3 {
  color: #000;
}

.page-petition .people-last-signs-item-header-info h3 span {
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.5px;
  color: #9A9FA5;
}

.page-petition .people-last-signs-item-header-info p {
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-petition .people-last-signs-item-msg {
  display: block;
  max-height: 36px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  color: #000;
}

.page-petition .content-article-body {
  border-bottom: 2px solid #CCE4ED;
}

#simple_pagination {
  margin-top: 28px;
}

#simple_pagination a {
  font-size: 15px;
}

#simple_pagination span.current {
  color: #F60;
}

.inside-counter {
  position: relative;
  bottom: 3px;
  display: block;
  padding-right: 15px;
  margin-right: 0;
  font-size: 13px;
}

.inside-counter:before {
  right: 0;
  left: initial;
}

.featured-block-big img {
  height: 206px;
}

.featured-block-big.featured-block-discuss {
  margin-left: 0;
}

.featured-block-big.featured-block-discuss .featured-item-img img {
  margin-left: 0;
}

.featured-block-small .featured-petitions-item-button {
  right: 0;
}

.featured-block-small.featured-block-medium .featured-item {
  border: none;
}

.featured-block-small.featured-block-medium .featured-item img {
  margin-left: 0;
}

.featured-block-small.featured-block-medium .featured-item-img {
  max-width: 240px;
  max-height: 140px;
}

.featured-petitions:hover .featured-petitions-item-button-red {
  display: none;
}

.featured-petitions:hover .featured-petitions-item-button-blue {
  display: block;
}

.featured-petitions:hover .featured-petitions-item-button-green {
  display: block;
}

.featured-petitions:hover .featured-petitions-item-button {
  bottom: 0;
}

.featured-petitions .featured-item-title {
  display: block;
  max-height: 105px;
  overflow: hidden;
}

.featured-petitions .featured-item-img {
  position: relative;
}

.featured-petitions-item-button {
  position: absolute;
  right: 1px;
  bottom: 6px;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
}

.featured-petitions-item-button-red {
  padding: 7px 16px;
  cursor: pointer;
  background-color: #FF5C56;
}

.featured-petitions-item-button-blue {
  display: none;
  padding: 7px 16px;
  cursor: pointer;
  background-color: #227BBD;
}

.featured-petitions-item-button-green {
  display: none;
  padding: 7px 16px;
  cursor: pointer;
  background-color: #0ebd61;
}

.sharing_petition_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.sharing_petition_modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url("../../../assets/i/common/popup_close.png");
  border: 0;
}

.sharing_petition_modal-title {
  margin: 15px 0 40px 0;
  font-size: 36px;
  text-align: center;
}

.sharing_petition_modal-wrapper {
  position: relative;
  z-index: 102;
  width: 485px;
  min-height: 100px;
  padding: 35px 35px 25px;
  margin: auto;
  margin-top: 100px;
  text-align: center;
  vertical-align: middle;
  background: #EDF2F5 none repeat scroll 0% 0%;
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.sharing_petition_modal-wrapper-title {
  margin: 24px 0 52px;
  font: 43px/100% "ProximaB";
  color: #227bbd;
}

.sharing_petition_modal-wrapper-text {
  font-size: 19px;
}

.sign_petition_popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.sign_petition_popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url("../../../assets/i/common/popup_close.png");
  border: 0;
}

.sign_petition_popup-title {
  margin: 15px 0 40px 0;
  font-size: 36px;
  text-align: center;
}

.sign_petition_popup-form-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 7px;
  font-size: 16px;
  color: #2F2F2F;
  border: 1px solid #999;
  border-radius: 2px;
  box-sizing: border-box;
}

.sign_petition_popup-form-textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  margin-bottom: 7px;
  font-size: 16px;
  color: #2F2F2F;
  border: 1px solid #999;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
}

.sign_petition_popup-form-errors {
  margin: 20px auto;
}

.sign_petition_popup-form-errors span {
  display: block;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: white;
  text-align: center;
  background-color: #8b0000;
  border-radius: 4px;
}

.sign_petition_popup-wrapper {
  position: relative;
  z-index: 102;
  width: 485px;
  min-height: 100px;
  padding: 35px 35px 25px;
  margin: auto;
  margin-top: 100px;
  text-align: left;
  vertical-align: middle;
  background: #EDF2F5 none repeat scroll 0% 0%;
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.petition-add .categories-block {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */

     -moz-column-count: 3;
  /* Firefox */

          column-count: 3;
}

.petition-add .categories-block label {
  display: block;
}

.petition-add .input-description {
  display: block;
  margin: 5px 0;
  font-size: 12px;
  color: #8E979C;
}

.petition-add .mini_input {
  width: 100px !important;
  padding: 0 10px;
}

.petition-add .petition-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.petition-add .petition-image .input-description {
  display: inline-block;
  vertical-align: top;
}

.petition-add .petition-image-description {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}

.petition-add .petition-image-description p {
  margin-bottom: 8px;
}

.petition-add .petition-image-container {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  vertical-align: top;
}

.petition-add .petition-image-upload {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 240px;
  color: #adc4cf;
  text-align: center;
  text-transform: uppercase;
  background: url("../../../assets/i/common/upload-image-icon.png") center 35px no-repeat;
  border: 2px dashed #adc4cf;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.petition-add .petition-image-file {
  width: auto;
  height: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.petition-add .petition-image-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px 4px;
  font-size: 25px;
  line-height: 0;
  color: #FFF;
  cursor: pointer;
  background: #DF5252;
  border: 3px solid #EBF5FA;
  border-radius: 100%;
  transform: rotate(45deg);
}

.petition-add .petition-image-close-btn:hover {
  background: #D03B3B;
}

.top-tetitions-right .people-say-title {
  font-size: 20px !important;
}

.top-tetitions-right.people-say img {
  height: 100%;
  max-width: inherit;
}

.top-tetitions-right.people-say-title {
  font-size: 20px !important;
}

.petitions-layout .topics-menu {
  top: 0;
}

.petitions-layout .people-say-item,
.top-tetitions-right .people-say-item {
  padding: 0 0 0 75px;
}

.petitions-layout .people-say-item-text,
.top-tetitions-right .people-say-item-text {
  height: 70px;
}

.petitions-layout .sidebar-left .discuss-list-item-link,
.top-tetitions-right .sidebar-left .discuss-list-item-link {
  font-family: "ProximaR", Helvetica, Arial !important;
  font-size: 15px;
  font-weight: 100;
}

.petitions-layout .sidebar-left .discuss-list-item,
.top-tetitions-right .sidebar-left .discuss-list-item {
  padding: 0;
}

.petitions-layout .sidebar-left .discuss-list-item-title,
.top-tetitions-right .sidebar-left .discuss-list-item-title {
  max-height: 75px;
  line-height: 17px;
}

.petitions-layout .discuss-list-header-title,
.top-tetitions-right .discuss-list-header-title {
  padding: 0 70px 25px 0;
}

.petitions-layout .header,
.top-tetitions-right .header {
  margin-bottom: 20px;
}

.petitions-layout .people-say-imgwrap,
.top-tetitions-right .people-say-imgwrap {
  border-radius: 4px !important;
}

.petitions-layout .people-say-item-title,
.top-tetitions-right .people-say-item-title {
  font: 16px/13px 'ProximaR';
}

.petitions-layout .people-say-item-text span,
.top-tetitions-right .people-say-item-text span {
  color: #227BBD;
}

.newest-petitions-footer-votes,
.all-item-votes {
  position: relative;
  padding-left: 16px;
  margin-right: 10px;
  font-size: 11px;
  color: rgba(70, 76, 87, 0.53);
}

.newest-petitions-footer-votes:before,
.all-item-votes:before {
  position: absolute;
  top: 1px !important;
  left: 0;
  width: 12px !important;
  height: 10px !important;
  background: url("../../../assets/i/common/icons-sprite.png") -21px -239px no-repeat !important;
  content: '';
}

.content-petition-news-block-item {
  padding: 14px;
  margin-bottom: 7px;
  font-size: 15px;
  color: #525263;
  background-color: #FFDFBD;
  border-radius: 3px;
}

.content-petition-news-block-item span {
  float: right;
  margin-top: 3px;
  font-size: 13px;
}

.content-petition-news {
  margin-top: 40px;
  text-align: center;
}

.content-petition-news-head {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(70, 76, 87, 0.15);
}

.content-petition-news-head h2 {
  font-family: 'ProximaB';
  font-size: 20px;
}

.content-petition-news-btn {
  display: inline-block;
  float: right;
  padding: 8px 14px;
  margin-top: -25px;
  font-size: 15px;
  font-weight: 300;
  color: #fff !important;
  text-align: center;
  background: #599CD8;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.content-petition-news-btn:hover {
  opacity: .8;
}

.content-petition-news-block {
  padding: 10px 15px;
  margin: 12px 0;
  background: #FCFEFF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px 0px #cfd4d6;
     -moz-box-shadow: 0px 0px 3px 0px #cfd4d6;
          box-shadow: 0px 0px 3px 0px #cfd4d6;
}

.content-petition-news-block .left {
  position: relative;
  float: left;
  font: 14px "ProximaB";
}

.content-petition-news-block .right {
  float: right;
  margin-top: 2px;
  font: 11px "ProximaR";
  color: #C0C9D5;
}

.content-petition-news-block_head:after {
  display: table;
  clear: both;
  content: " ";
}

.content-petition-news-block_head:before {
  display: table;
  clear: both;
  content: " ";
}

.content-petition-news-block_foot {
  text-align: left;
}

.content-petition-news-block_foot .all-item-comments {
  font-size: 12px;
}

.content-petition-news-block_content {
  padding: 13px 0;
  margin: 15px 0;
  text-align: left;
  border-top: 1px solid #e9f4f8;
}

.content-petition-news-block_content.blocked-content {
  position: relative;
  opacity: .3;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content-petition-news-block_content.blocked-content:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 666;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-touch-callout: none;
}

.content-petition-news-block_content_settings {
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
}

.content-petition-news-block_content_settings.opened ul {
  display: block !important;
}

.content-petition-news-block_content_settings_drop {
  position: absolute;
  top: 25px;
  right: 0;
  left: -79px;
  z-index: 999;
  display: none;
  min-width: 170px;
  padding: 0 !important;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 1px 0 21px -2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 1px 0 21px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 0 21px -2px rgba(0, 0, 0, 0.3);
}

.content-petition-news-block_content_settings_drop li:not(:first-child) {
  padding: 8px 13px;
  font-size: 17px;
  text-align: left;
  list-style: none;
}

.content-petition-news-block_content_settings_drop li:not(:first-child):nth-last-child(n+2) {
  border-bottom: 1px solid #e9f4f8;
}

.content-petition-news-block_content_settings_drop .shadow-triangle {
  position: absolute;
  top: -17px;
  right: 0;
  left: 0;
  width: 30px;
  height: 17px;
  margin: 0 auto;
  overflow: hidden;
}

.content-petition-news-block_content_settings_drop .shadow-triangle:after {
  position: absolute;
  top: 8px;
  left: 6px;
  width: 18px;
  height: 18px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 0 10px -1px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 1px 0 10px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 0 10px -1px rgba(0, 0, 0, 0.3);
}

.content-petition-news-block_content figure {
  float: left;
  margin-right: 15px;
}

.content-petition-news-block_content h2 {
  margin-bottom: 20px;
  font: 24px "ProximaB";
}

.content-petition-news-block_content p {
  font-size: 17px;
}

.content-petition-tabs {
  position: relative;
  top: 5px;
  padding-bottom: 5px;
  margin-top: 100px;
  font-size: 18px;
  font-weight: bold;
}

.content-petition-tabs-block {
  margin-top: 20px;
}

.content-petition-tabs-block .more-items-links {
  display: block;
  margin-top: 24px;
  text-align: center;
  cursor: pointer;
}

.content-petition-tabs-link {
  padding: 10px 24px;
  font-weight: 100;
  color: black !important;
}

.content-petition-tabs-link.selected {
  font-family: "ProximaB";
  font-weight: 900;
  color: #000;
  background-color: #FFF;
  border: 2px solid #CCE4ED;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.content-petition-sign-btn {
  display: inline-block;
  width: 23%;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: uppercase;
  vertical-align: top;
  cursor: pointer;
  background: #3E8ED6;
  border: none;
  border-radius: 4px;
  outline: none;
}

.content-petition-sign-btn.intern-popup {
  display: block;
  float: none;
  width: auto;
  margin: auto;
  margin-top: 10px;
}

.content-petition-sign-btn .label-disabled {
  display: none;
}

.content-petition-sign-btn .label-enabled {
  display: block;
}

.content-petition-sign-btn:disabled {
  cursor: default;
  background: #D4D9DB;
}

.content-petition-sign-btn:disabled .label-disabled {
  display: block;
}

.content-petition-sign-btn:disabled .label-enabled {
  display: none;
}

.content-petition-header-title {
  margin: 7px 0 15px;
  font: 39px/1 "ProximaB";
  color: #464C59;
  text-align: center;
}

.content-petition-header-subtitle {
  margin: 15px 0;
  font-size: 19px;
  font-weight: 100;
  text-align: center;
}

.content-petition-image {
  margin-bottom: 30px !important;
}

.content-petition-text {
  margin-top: 30px;
  clear: both;
  font-size: 17px;
  line-height: 135%;
}

.content-petition-progress {
  position: relative;
  display: block;
  height: 37px;
  overflow: hidden;
  background: #D4D9DB;
  border-radius: 50px 15px 15px 50px;
}

.content-petition-progress-block {
  display: inline-block;
  width: 76%;
}

.content-petition-progress-subtitle {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0;
  text-align: center;
}

.content-petition-progress-subtitle span {
  color: #3E8ED6;
}

.content-petition-progress-done {
  position: relative;
  width: 1px;
  height: 100%;
  background: #599CD8;
  border-radius: 2px;
}

.content-petition-signlist {
  margin-top: 10px;
}

.content-petition-signlist-title {
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 25px;
}

.content-petition-signlist-item {
  position: relative;
  min-height: 32px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 19px;
  background: #F4FAF0;
  border-radius: 4px;
  box-sizing: border-box;
}

.content-petition-signlist-item-contacts-name {
  font-weight: bold;
}

.content-petition-signlist-item-contacts-date {
  float: right;
  font-size: 14px;
  color: #808080;
}

.content-petition-signlist-item-message {
  position: relative;
  display: block;
  padding-top: 7px;
  margin: 0;
  margin-top: 7px;
  border-top: 1px solid #EEF4EA;
}

.content-petition-signlist-item-message:after {
  position: absolute;
  top: 3px;
  left: -15px;
  width: 15px;
  height: 18px;
  background: url("../../../assets/i/common/icons-sprite.png") -55px -222px no-repeat;
  content: '';
}

.content-petition-signlist-item-message-coll {
  display: block;
  vertical-align: top;
}

.content-petition-signlist-item-message-coll:nth-child(1) {
  padding-right: 20px;
}

.content-petition-signlist-item-message-coll:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}

.content-petition-signlist-item-message-text {
  margin: 0;
  font-size: 14px;
}

.content-petition-signlist-item-message-moderate {
  width: 18px;
  height: 18px;
  vertical-align: top;
  cursor: pointer;
  background: url("../../../assets/i/comments/comments-sprite.png") 0 -41px no-repeat;
  opacity: .5;
}

.content-petition-signlist-item-message-moderate:hover {
  opacity: 1;
}

.cabinet-petitions-list .discuss-heading {
  max-width: 88% !important;
}

.cabinet-petitions-list .content-article-edit {
  position: relative;
  top: 4px;
  margin-left: 10px;
}

.cabinet-petitions-list .petitions-cabinet-delete-btn {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 15px;
  height: 18px;
  cursor: pointer;
  background: #ffffff url("../../../assets/i/common/icons-sprite.png") 0 0 no-repeat;
  background-position: -21px -220px;
  border: 0;
  outline: none;
}

.cabinet-petitions-list .petitions-cabinet-delete-btn:hover {
  background-position: -38px -220px;
}

.blocked-page h1 {
  margin-bottom: 20px;
  font-size: 30px;
}

.blocked-page h5 {
  margin-bottom: 10px;
  font-size: 20px;
}

.blocked-page ol {
  margin-bottom: 25px;
  margin-left: 20px;
  list-style-type: decimal;
}

.content-petition-signlist-item-message .content-petition-signlist-item-message-moderate {
  top: -4px;
  left: 50px;
  display: none;
}

.content-petition-signlist-item-message:hover .content-petition-signlist-item-message-moderate {
  display: block;
}

.versus-page-subtitle {
  margin-top: 2px;
  font-size: 19px;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-align: center;
}

.versus-page-title {
  width: 600px;
  margin: 3px auto;
  font-family: "ProximaB";
  font-size: 38px;
  line-height: 42px;
  text-align: center;
}

.versus-page-candidates-checkbtn {
  display: block;
  width: 51px;
  height: 50px;
  margin: auto;
  margin-top: 38px;
  cursor: pointer;
  background: url(/assets/i/common/versus_check.png);
  background-position: 0 -49px;
  border: 0;
  outline: none;
}

.versus-page-candidates-checkbtn.checked,
.versus-page-candidates-checkbtn:hover {
  background-position: 0 0px;
}

.versus-page-candidates-vote-btn {
  display: block;
  padding: 17px 61px;
  margin: 90px auto;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFF;
  cursor: pointer;
  background: #FF6700;
  border: 0;
  border-radius: 5px;
  outline: 0;
}

.versus-page-candidates-vote-btn:active {
  position: relative;
  top: 1px;
}

.versus-page-candidates-vote-btn.off {
  background-color: #B6B6B6;
}

.versus-page-candidates-vote-btn.off:active {
  position: relative;
  top: 0;
}

.versus-page-candidates-block {
  position: relative;
  display: inline-block;
  width: 49%;
  padding-top: 70px;
  text-align: center;
  vertical-align: top;
}

.versus-page-candidates-block:first-child:after {
  position: absolute;
  top: 107px;
  right: 0;
  width: 1px;
  height: 305px;
  background-color: #E5E5E5;
  content: "";
}

.versus-page-candidates-name {
  margin-top: 4px;
  font-size: 42px;
}

.versus-page-candidates-party-image {
  width: 35px;
  margin-top: 5px;
}

.versus-page-candidates-party-name {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 21px;
  vertical-align: top;
}

.versus-page-results {
  position: relative;
  min-height: 900px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.versus-page-results-totals {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  width: 400px;
  margin: auto;
  font-family: "ProximaB";
  font-size: 50px;
  text-align: center;
}

.versus-page-results-totals span {
  display: block;
  font-family: "ProximaR";
  font-size: 19px;
  font-weight: 100;
}

.versus-page-results-candidates-counter {
  position: absolute;
  bottom: 25px;
  width: 250px;
}

.versus-page-results-candidates-counter span {
  padding: 2px 8px;
  font-size: 26px;
  font-weight: 900;
  border-radius: 4px;
}

.versus-page-results-candidates-counter span.null {
  padding: 2px 16px;
  margin-right: 4px;
}

.versus-page-results-candidates-counter.red {
  right: 0;
}

.versus-page-results-candidates-counter.red span {
  color: #6F8996;
  background: #D4E6F0;
}

.versus-page-results-candidates-counter.blue span {
  color: #DF878B;
  background: #F5DDE0;
}

.versus-page-results-candidates-block {
  position: absolute;
  min-height: 780px;
  margin: 60px 90px;
}

.versus-page-results-candidates-block-percent {
  position: relative;
  top: 155px;
  font-family: "ProximaB";
  font-size: 80px;
}

.versus-page-results-candidates-block-percent.blue {
  color: #d76b73;
}

.versus-page-results-candidates-block-percent.red {
  color: #708a98;
}

.versus-page-results-candidates-block:first-child {
  left: 0;
  text-align: left;
}

.versus-page-results-candidates-block:last-child {
  right: 0;
  text-align: right;
}

.versus-page-results-candidates-image {
  width: 85px;
}

.versus-page-results-candidates-name {
  margin-top: 4px;
  font-size: 30px;
  font-weight: 900;
}

.versus-page-results-candidates-party-image {
  width: 28px;
  margin-top: 5px;
}

.versus-page-results-candidates-party-name {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 17px;
  vertical-align: top;
}

.versus-page-results-bg {
  position: absolute;
  z-index: -10;
  width: 50%;
  min-height: 900px;
}

.versus-page-results-bg.blue {
  top: 0;
  left: 0;
  background: #FDEFF0;
}

.versus-page-results-bg.red {
  top: 0;
  right: 0;
  background: #f2f9fd;
}

.versus-page-results-content {
  z-index: 100;
}

.versus-page #pie_chart {
  position: absolute;
  top: 220px;
  right: 0;
  left: 0;
  margin: auto;
}

.versus-page #line_chart {
  margin-top: 20px;
  margin-bottom: 50px;
}

.versus-page .line_chart_block {
  position: relative;
}

.versus-page .line_chart_block .line_chart_legend {
  text-align: center;
}

.versus-page .line_chart_block .line_chart_legend-name {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  margin: 7px 20px;
}

.versus-page .line_chart_block .line_chart_legend-name:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #D76B73;
  border-radius: 100%;
  content: "";
}

.versus-page .line_chart_block .line_chart_legend-name.blue:before {
  background: #86BFDD;
}

.versus-page .line_chart_block .line_chart_legend-name.red:before {
  background: #EA545B;
}

.phone_validation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.phone_validation-popup {
  position: relative;
  width: 485px;
  min-height: 100px;
  padding: 40px 30px 30px;
  margin: auto;
  margin-top: 100px;
  vertical-align: middle;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.phone_validation-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url("/assets/i/common/popup_close.png");
  border: 0;
}

.phone_validation-popup-content.centrate {
  text-align: center;
}

.phone_validation-popup-content-errors {
  margin-top: 20px;
  color: #F00;
  text-align: center;
}

.phone_validation-popup-content .phone_validation-timer {
  width: 316px;
  height: 101px;
  margin: 45px auto;
}

.phone_validation-popup-content .phone_validation-timer-separator {
  position: relative;
  right: 2px;
  display: inline-block;
  font-size: 70px;
  vertical-align: top;
}

.phone_validation-popup-content .phone_validation-timer-item {
  display: inline-block;
  width: 64px;
  height: 83px;
  padding-top: 9px;
  margin-right: 4px;
  font-size: 72px;
  font-weight: 100;
  line-height: 73px;
  text-align: center;
  background: #E4E4E4;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.phone_validation-popup-content-user {
  display: inline-block;
  padding-left: 20px;
  margin: 10px 0 30px 0;
  font-size: 17px;
  color: #5F5F5F;
  background: url("/assets/i/common/confirm_popup_user.png") no-repeat;
  background-position: 0;
}

.phone_validation-popup-content-red_title {
  margin: 0;
  font-size: 24px;
  font-weight: 100;
  color: #B61F0E;
  text-align: center;
}

.phone_validation-popup-content-green_title {
  margin: 20px;
  font-size: 24px;
  font-weight: 100;
  color: #7ba22e;
  text-align: center;
}

.phone_validation-popup-content-img {
  display: block;
  margin: 10px auto 20px;
}

.phone_validation-popup-content-title {
  margin-bottom: 23px;
  font-size: 23px;
  font-weight: 100;
  letter-spacing: 0.6px;
  color: #333;
  text-align: center;
}

.phone_validation-popup-content-text {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #525252;
  text-align: center;
}

.phone_validation-popup-content-text strong {
  color: black;
}

.phone_validation-popup-content-text strong.red {
  color: #b41908;
}

.phone_validation-popup-content-phone_nrs {
  margin-top: 20px;
  text-align: center;
}

.phone_validation-popup-content-phone_nrs-item {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
}

.phone_validation-popup-content-phone_nrs-item span {
  display: inline-block;
  min-width: 120px;
  text-align: left;
}

.phone_validation-popup-content-add_nr {
  margin-top: 20px;
  text-align: center;
}

.phone_validation-popup-content-add_nr select,
.phone_validation-popup-content-add_nr input {
  display: inline-block;
  width: 177px;
  height: 36px;
  padding: 0 10px;
  margin: 0 3px;
  font-size: 16px;
  vertical-align: top;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background-color: #FFF;
  border: 1px solid #A8A8A8;
  border-radius: 5px;
}

.phone_validation-popup-content-add_nr input {
  width: 150px;
  height: 34px;
}

.phone_validation-popup-content-btn {
  display: block;
  padding: 6px 15px;
  margin: 24px auto 20px auto;
  font-size: 16px;
  letter-spacing: .4px;
  color: #FFF;
  text-shadow: 1px 1px #849C51;
  cursor: pointer;
  background: #98B65D;
  border: 0;
}

.phone_validation-popup-content-btn.off {
  background: #A6A6A6;
}

.phone_validation-popup-content-footer {
  display: block;
  padding: 0 20px;
  margin-top: 15px;
  font-size: 13px;
  color: #9A9A9A;
  text-align: center;
}

.phone_validation-popup-content .center_link {
  display: block;
  font-size: 13px;
  text-align: center;
}

body .pages__page h1,
body .pages__page h2,
body .pages__page h3,
body .pages__page h4,
body .pages__page h5,
body .pages__page h6,
body .pages__page b,
body .pages__page strong {
  font-family: "ProximaB";
}

.scroll-top {
  position: fixed;
  bottom: 100px;
  left: 46%;
  z-index: 100;
  display: none;
  width: 40px;
  height: 40px;
  margin-left: -600px;
  background: url("../../../assets/i//common/scroll-top.png") -47px 543px;
  opacity: .7;
}

.scroll-top.is-return {
  background-position: 0 -640px;
}

.scroll-top:hover {
  opacity: 1;
}

.numbers-promo-placeholder {
  position: relative;
  z-index: 0;
}

.numbers-promo-placeholder--right {
  right: 0;
}

.numbers-promo-placeholder--left {
  left: 0;
}

.numbers-promo-placeholder--left,
.numbers-promo-placeholder--right {
  position: fixed;
  top: 240px;
  bottom: 0;
  z-index: 1;
}

.numbers-branding {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1455px) {
  .numbers-promo-placeholder[data-numbers-type='branding'] {
    display: none;
  }
}