/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat 100% -22px;
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat -37px -22px;
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/static/common/lib/jquery/plugins/select2/select2-spinner.gif?3ecd3ae3a386') no-repeat 100%;
    background: url('/static/common/lib/jquery/plugins/select2/select2-spinner.gif?3ecd3ae3a386') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/static/common/lib/jquery/plugins/select2/select2-spinner.gif?3ecd3ae3a386') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/common/lib/jquery/plugins/select2/select2-spinner.gif?3ecd3ae3a386') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/static/common/lib/jquery/plugins/select2/select2-spinner.gif?3ecd3ae3a386') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/static/common/lib/jquery/plugins/select2/select2-spinner.gif?3ecd3ae3a386') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/static/common/lib/jquery/plugins/select2/select2-spinner.gif?3ecd3ae3a386') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/static/common/lib/jquery/plugins/select2/select2.png?3ecd3ae3a386') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('/static/common/lib/jquery/plugins/select2/select2x2.png?3ecd3ae3a386') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

/* Controls mixins */
.page-header {
  background: #444;
  position: relative; }
  .page-header .top-project {
    position: absolute;
    background: url("/static/projects/pages/project_list/blocks/header/top-project.png?3ecd3ae3a386") no-repeat 0 0;
    left: 0;
    bottom: 70px;
    width: 89px;
    height: 53px;
    z-index: 10; }
    @media (max-width: 768px) {
      .page-header .top-project {
        display: none;
        visibility: hidden; } }
  .page-header .menu-wrapper a.brand {
    position: absolute;
    left: 50%;
    margin-left: -114px; }
  .page-header .menu-wrapper a.brand,
  .page-header .menu-wrapper .top-navigation {
    top: 26px;
    z-index: 5; }
  .page-header .slider-wrapper {
    overflow: hidden; }
    .page-header .slider-wrapper .slider {
      white-space: nowrap;
      position: relative;
      left: 0;
      -moz-transition: left 0.25s;
      -o-transition: left 0.25s;
      -webkit-transition: left 0.25s;
      transition: left 0.25s; }
      .page-header .slider-wrapper .slider .project {
        width: 100%;
        height: 448px;
        display: inline-block;
        white-space: normal;
        text-align: center;
        position: relative;
        vertical-align: top;
        padding-top: 150px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .page-header .slider-wrapper .slider .project.empty {
          height: 400px; }
        .page-header .slider-wrapper .slider .project .title {
          margin: 0 auto; }
        .page-header .slider-wrapper .slider .project .title a {
          font: bold 30px/35px Arial;
          padding: 10px 0; }
        .page-header .slider-wrapper .slider .project .separator {
          width: 149px;
          height: 5px;
          background: url("/static/projects/pages/project_list/blocks/header/separator.png?3ecd3ae3a386") no-repeat center 0;
          margin: 0 auto;
          padding-bottom: 14px; }
        .page-header .slider-wrapper .slider .project .description {
          font: 16px/22px "Open Sans";
          margin: 0 auto; }
          @media (max-width: 768px) {
            .page-header .slider-wrapper .slider .project .description {
              font-size: 15px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .page-header .slider-wrapper .slider .project .description {
              font-weight: bold; } }
          @media (min-width: 1200px) {
            .page-header .slider-wrapper .slider .project .description {
              font-weight: bold; } }
        .page-header .slider-wrapper .slider .project .title a,
        .page-header .slider-wrapper .slider .project .description {
          color: #fff;
          text-decoration: none;
          width: 630px;
          display: inline-block;
          text-shadow: 0 0 30px #000; }
          @media (max-width: 768px) {
            .page-header .slider-wrapper .slider .project .title a,
            .page-header .slider-wrapper .slider .project .description {
              width: 98%; } }
  .page-header .stats-block {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 14px 30px;
    background: url("/static/projects/pages/project_list/blocks/header/block-stats-bg.png?3ecd3ae3a386") repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .page-header .stats-block .slider-controls {
      position: absolute;
      top: 25px;
      left: 20px;
      text-align: center; }
      .page-header .stats-block .slider-controls > .control {
        display: inline-block;
        margin: 0 4px;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background-color: transparent;
        cursor: pointer; }
        .page-header .stats-block .slider-controls > .control:before {
          content: '';
          display: inline-block;
          margin: 4px;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          border: 2px solid transparent;
          background-color: #e8e7e7;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -moz-transition: background-color 0.25s;
          -o-transition: background-color 0.25s;
          -webkit-transition: background-color 0.25s;
          transition: background-color 0.25s; }
        .page-header .stats-block .slider-controls > .control:hover:before {
          background-color: #cccbcb; }
        .page-header .stats-block .slider-controls > .control.active {
          background: url("/static/common/helpers/icon-paging.png?3ecd3ae3a386") no-repeat center; }
          .page-header .stats-block .slider-controls > .control.active:before {
            background-color: transparent; }
      @media (max-width: 768px) {
        .page-header .stats-block .slider-controls {
          display: none;
          visibility: hidden; } }
    .page-header .stats-block .circles-block {
      width: 270px;
      margin: 0 auto; }
      .page-header .stats-block .circles-block .circles li {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .page-header .stats-block .circles-block .circles li:first-child + li {
          min-width: 72px; }
          .page-header .stats-block .circles-block .circles li:first-child + li .text-help {
            width: 23px; }
        .page-header .stats-block .circles-block .circles li .text-help {
          display: inline-block;
          vertical-align: bottom;
          font: 14px/30px Arial, sans-serif bolder;
          color: #939393;
          margin-left: 2px; }
          .page-header .stats-block .circles-block .circles li .text-help > .icon-people {
            display: inline-block;
            width: 16px;
            height: 12px;
            top: 2px;
            position: relative;
            background: url("/static/projects/blocks/circles_stats/icon-people.png?3ecd3ae3a386") no-repeat 0 -13px; }
        .page-header .stats-block .circles-block .circles li .circle {
          width: 44px;
          height: 45px;
          font: 14px/45px "Open Sans";
          color: #181818;
          text-align: center;
          border-radius: 50%;
          display: inline-block; }
          .page-header .stats-block .circles-block .circles li .circle.simple {
            background-color: #eceaea; }
          .page-header .stats-block .circles-block .circles li .circle.old-browser {
            background: url("/static/projects/blocks/circles_stats/circles-bg.png?3ecd3ae3a386") no-repeat 0 0; }
            .page-header .stats-block .circles-block .circles li .circle.old-browser.red-circle {
              background-position: -44px 0; }
            .page-header .stats-block .circles-block .circles li .circle.old-browser > .overlay {
              background-color: transparent; }
            .page-header .stats-block .circles-block .circles li .circle.old-browser.simple {
              background-position: -89px 0; }
          .page-header .stats-block .circles-block .circles li .circle > .overlay {
            width: 38px;
            height: 38px;
            background-color: #fff;
            border-radius: 50%;
            line-height: 38px;
            position: absolute;
            top: 3px;
            margin-left: 3px; }
          .page-header .stats-block .circles-block .circles li .circle.big-value > .overlay {
            font-size: 12px;
            line-height: 38px; }
      @media (max-width: 480px) {
        .page-header .stats-block .circles-block {
          display: none;
          visibility: hidden; } }
      @media (max-width: 768px) {
        .page-header .stats-block .circles-block {
          margin: 0; } }
      .page-header .stats-block .circles-block .circles li {
        width: 30%; }
        .page-header .stats-block .circles-block .circles li:first-child + li {
          width: 35%; }
        .page-header .stats-block .circles-block .circles li .text-help {
          font-weight: bold;
          color: #fff; }
    .page-header .stats-block .funding-button {
      position: absolute;
      top: 15px;
      right: 30px;
      font: 21px/25px Arial, sans-serif bold;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      display: inline-block;
      background: none;
      border: none;
      outline: none;
      cursor: pointer; }
      @media (max-width: 480px) {
        .page-header .stats-block .funding-button {
          position: static;
          width: 223px;
          display: block;
          margin: 0 auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .page-header .stats-block .funding-button {
          right: 15px; } }
      .page-header .stats-block .funding-button.hidden {
        display: none; }
      .page-header .stats-block .funding-button::-moz-focus-inner {
        border: 0; }
      .page-header .stats-block .funding-button:hover > .button-cube {
        background-position: 0 -45px; }
      .page-header .stats-block .funding-button:active > .button-cube {
        background-position: 0 -90px; }
      .page-header .stats-block .funding-button > .button-cube {
        background: url("/static/projects/pages/project_list/blocks/header/button-cube.png?3ecd3ae3a386") no-repeat 0 0;
        width: 170px;
        height: 45px; }
        .page-header .stats-block .funding-button > .button-cube > .text {
          font: bold 18px/45px Arial; }
      @media (max-width: 480px) {
        .page-header .stats-block .funding-button > .button-cube {
          width: 217px;
          height: 40px;
          background: #fff;
          border: 3px solid #de2b6d; } }

.page-header {
  position: relative;
  background: #444 no-repeat center;
  background-size: cover;
  height: 530px;
  overflow: hidden; }
  .page-header .project-views-block {
    position: absolute;
    top: 50px;
    left: 18px; }
  .page-header .top-navigation {
    top: 18px; }
  .page-header .project-header-block {
    text-align: center;
    margin: 75px auto 50px -365px;
    width: 730px;
    height: 372px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 10;
    position: absolute;
    left: 50%;
    -moz-box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.6);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.6);
    box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.6);
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
    .page-header .project-header-block .title-video-toggle.video-block iframe {
      -moz-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    .page-header .project-header-block .title-video-toggle .project-title {
      font-size: 30px;
      color: #fff;
      font-family: Arial, sans-serif;
      font-weight: bold;
      padding: 38px 50px 0;
      line-height: 36px;
      text-shadow: 0 0 30px #010101; }
      @media screen and (max-width: 640px) {
        .page-header .project-header-block .title-video-toggle .project-title {
          padding: 18px 50px 0 !important;
          font-size: 24px !important; } }
    .page-header .project-header-block .title-video-toggle .project-title-light {
      color: #fff;
      font-family: Arial, sans-serif;
      font-weight: bold;
      padding: 18px 50px 0;
      text-shadow: 0 0 30px #010101; }
      @media screen and (max-width: 640px) {
        .page-header .project-header-block .title-video-toggle .project-title-light {
          padding: 8px 50px 0; } }
    .page-header .project-header-block .title-video-toggle .play-button {
      display: block;
      width: 86px;
      height: 86px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -41px auto auto -44px; }
      .page-header .project-header-block .title-video-toggle .play-button .icon-play {
        display: block;
        width: 83px;
        height: 83px;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        background: url("/static/projects/pages/project_description/blocks/header/play-button.png?0c420e7394cd&3ecd3ae3a386") no-repeat center;
        background-size: cover;
        -moz-transition: opacity 0.35s;
        -o-transition: opacity 0.35s;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s; }
      .page-header .project-header-block .title-video-toggle .play-button:hover .icon-play {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
    .page-header .project-header-block .title-video-toggle .stop-button {
      display: block;
      position: absolute;
      top: -20px;
      right: -20px;
      width: 40px;
      height: 40px;
      z-index: 10;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.8);
      -moz-transition: background 0.35s, opacity, 35s;
      -o-transition: background 0.35s, opacity, 35s;
      -webkit-transition: background 0.35s, opacity, 35s;
      transition: background 0.35s, opacity, 35s; }
      .page-header .project-header-block .title-video-toggle .stop-button:hover {
        background: white; }
      .page-header .project-header-block .title-video-toggle .stop-button .icon-close {
        display: inline-block;
        width: 20px;
        height: 24px;
        position: relative;
        top: 7px;
        background: url("/static/profiles/blocks/menu/images/icons-menu.png?3ecd3ae3a386") no-repeat 0 center; }
    .page-header .project-header-block .title-video-toggle .follow-link {
      position: absolute;
      bottom: 72px;
      text-align: center;
      width: 100%; }
      .page-header .project-header-block .title-video-toggle .follow-link > a {
        color: #fff;
        font-size: 22px;
        font-family: Arial, sans-serif;
        font-style: italic;
        text-decoration: underline;
        text-shadow: 0 0 30px #010101; }
    .page-header .project-header-block.active-video {
      z-index: 20; }
      .page-header .project-header-block.active-video .video-block iframe {
        box-shadow: 0 0 100px 10px; }
    @media (max-width: 768px) {
      .page-header .project-header-block {
        position: static;
        margin: 75px 0 0 0;
        width: 100%; }
        .page-header .project-header-block .video-block iframe {
          width: 100%;
          height: auto; }
        .page-header .project-header-block .project-title {
          padding: 20px !important;
          font-size: 27px !important;
          line-height: 27px !important; } }

/*# sourceMappingURL=tmp01CmOI.css.map */

.subscribe-block {
  padding-top: 52px;
  padding-bottom: 50px; }
  .subscribe-block > .title {
    font: 300 37px/30px "Open Sans";
    line-height: 37px;
    text-align: center;
    padding-bottom: 28px; }
  .subscribe-block > .description {
    font: 16px/24px "Open Sans";
    text-align: center;
    padding-bottom: 40px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .subscribe-block > .description {
        margin: 0 auto;
        width: 960px; } }
    @media (min-width: 1200px) {
      .subscribe-block > .description {
        margin: 0 auto;
        width: 960px; } }
  .subscribe-block .columns {
    width: 668px;
    display: block;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .subscribe-block .columns {
        width: 100%; } }
    .subscribe-block .columns .column {
      display: inline-block;
      width: 25%;
      vertical-align: top;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        .subscribe-block .columns .column {
          width: 100%;
          text-align: center; } }
      .subscribe-block .columns .column:first-child {
        padding-right: 24px; }
        @media (max-width: 768px) {
          .subscribe-block .columns .column:first-child {
            padding-right: 0; } }
        .subscribe-block .columns .column:first-child + .column {
          padding-left: 65px;
          padding-top: 9px; }
        .subscribe-block .columns .column:first-child label {
          display: block;
          font: 12px/17px "Open Sans";
          padding: 14px 0 8px; }
          @media (max-width: 768px) {
            .subscribe-block .columns .column:first-child label {
              font-size: 15px; } }
        .subscribe-block .columns .column:first-child input {
          width: 206px;
          height: 27px;
          border: none;
          outline: none;
          padding-left: 10px;
          padding-right: 10px;
          background-color: #eee;
          vertical-align: top;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .subscribe-block .columns .column:first-child input::-webkit-input-placeholder {
            color: #999;
            font-style: italic; }
          .subscribe-block .columns .column:first-child input::-moz-placeholder {
            color: #999;
            font-style: italic; }
          .subscribe-block .columns .column:first-child input:-ms-input-placeholder {
            color: #999;
            font-style: italic; }
          .subscribe-block .columns .column:first-child input:-moz-placeholder {
            color: #999;
            font-style: italic; }
          @media (max-width: 768px) {
            .subscribe-block .columns .column:first-child input {
              width: 245px;
              font-size: 14px; } }
          @media (max-width: 480px) {
            .subscribe-block .columns .column:first-child input {
              width: 90%;
              font-size: 14px;
              text-align: center;
              margin-bottom: 5px; } }
        .subscribe-block .columns .column:first-child .subscribe-button {
          width: 100px;
          height: 27px;
          color: #fff;
          border: none;
          outline: none;
          cursor: pointer;
          font: 12px/1 "Open Sans";
          background-color: #0881c3;
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4ODBjMyIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDhhYmMzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDhjYmMzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0880c3), color-stop(75%, #08abc3), color-stop(100%, #08cbc3));
          background-image: -moz-linear-gradient(left, #0880c3 0%, #08abc3 75%, #08cbc3 100%);
          background-image: -webkit-linear-gradient(left, #0880c3 0%, #08abc3 75%, #08cbc3 100%);
          background-image: linear-gradient(to right, #0880c3 0%, #08abc3 75%, #08cbc3 100%);
          -moz-transition: background 0.25s;
          -o-transition: background 0.25s;
          -webkit-transition: background 0.25s;
          transition: background 0.25s; }
          .subscribe-block .columns .column:first-child .subscribe-button:hover {
            background-color: #089ac3;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4ODBjMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMDg5YWMzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDhjYmMzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0880c3), color-stop(40%, #089ac3), color-stop(100%, #08cbc3));
            background-image: -moz-linear-gradient(left, #0880c3 0%, #089ac3 40%, #08cbc3 100%);
            background-image: -webkit-linear-gradient(left, #0880c3 0%, #089ac3 40%, #08cbc3 100%);
            background-image: linear-gradient(to right, #0880c3 0%, #089ac3 40%, #08cbc3 100%); }
          .subscribe-block .columns .column:first-child .subscribe-button:active {
            background-color: #08cbc3;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4ODBjMyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMDg5YWMzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDhjYmMzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0880c3), color-stop(20%, #089ac3), color-stop(100%, #08cbc3));
            background-image: -moz-linear-gradient(left, #0880c3 0%, #089ac3 20%, #08cbc3 100%);
            background-image: -webkit-linear-gradient(left, #0880c3 0%, #089ac3 20%, #08cbc3 100%);
            background-image: linear-gradient(to right, #0880c3 0%, #089ac3 20%, #08cbc3 100%); }
          @media (max-width: 768px) {
            .subscribe-block .columns .column:first-child .subscribe-button {
              width: 140px;
              font-size: 14px; } }
          @media (max-width: 480px) {
            .subscribe-block .columns .column:first-child .subscribe-button {
              width: 90%;
              font-size: 14px; } }
      @media (max-width: 768px) {
        .subscribe-block .columns .column:last-child {
          display: none;
          visibility: hidden; } }
  .subscribe-block .fb_iframe_widget {
    z-index: 10; }
    .subscribe-block .fb_iframe_widget iframe {
      height: 30px !important; }

/*# sourceMappingURL=tmpC_Qa3k.css.map */

.select2-drop-mask {
  z-index: 5; }

.project-list-filter {
  display: none; }
  .project-list-filter > .filter-block > .container {
    position: relative; }
    .project-list-filter > .filter-block > .container > .groups-categories {
      padding: 0 20px;
      position: absolute;
      bottom: 32px;
      right: 15px; }
      .project-list-filter > .filter-block > .container > .groups-categories .category {
        display: inline-block;
        margin-top: 5px;
        padding: 0;
        background-color: #fff;
        font: 14px/24px "Open Sans";
        color: #7b7b7b;
        cursor: pointer;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 22px;
        -moz-transition: background 0.25s, color 0.25s;
        -o-transition: background 0.25s, color 0.25s;
        -webkit-transition: background 0.25s, color 0.25s;
        transition: background 0.25s, color 0.25s;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none; }
        .project-list-filter > .filter-block > .container > .groups-categories .category + .category {
          margin-left: 20px; }
        .project-list-filter > .filter-block > .container > .groups-categories .category.groups, .project-list-filter > .filter-block > .container > .groups-categories .category.groups:hover {
          background-color: transparent; }
        .project-list-filter > .filter-block > .container > .groups-categories .category.groups {
          padding: 0; }
          .project-list-filter > .filter-block > .container > .groups-categories .category.groups .select2-container {
            width: 130px; }
        .project-list-filter > .filter-block > .container > .groups-categories .category.categories {
          padding: 0; }
          .project-list-filter > .filter-block > .container > .groups-categories .category.categories .select2-container {
            width: 180px; }
        .project-list-filter > .filter-block > .container > .groups-categories .category .select2-container {
          z-index: 7; }
          .project-list-filter > .filter-block > .container > .groups-categories .category .select2-container.select2-container-active .select2-choice {
            border: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
          .project-list-filter > .filter-block > .container > .groups-categories .category .select2-container > .select2-choice {
            background: #fff;
            border: none;
            padding: 2px;
            height: auto;
            line-height: 1;
            filter: none;
            -moz-border-radius: 22px;
            -webkit-border-radius: 22px;
            border-radius: 22px; }
            .project-list-filter > .filter-block > .container > .groups-categories .category .select2-container > .select2-choice .select2-chosen {
              font: 14px/22px "Open Sans";
              padding: 0 25px 0 15px;
              color: #1F745A;
              background: #fff;
              text-transform: uppercase;
              width: 100%;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              -moz-border-radius: 25px;
              -webkit-border-radius: 25px;
              border-radius: 25px; }
            .project-list-filter > .filter-block > .container > .groups-categories .category .select2-container > .select2-choice .select2-arrow {
              width: 22px;
              height: 22px;
              border: none;
              background: #fff none;
              filter: none;
              -moz-border-radius: 22px;
              -webkit-border-radius: 22px;
              border-radius: 22px;
              top: 2px;
              right: 4px; }
              .project-list-filter > .filter-block > .container > .groups-categories .category .select2-container > .select2-choice .select2-arrow > b {
                background: url("/static/projects/pages/project_list/blocks/filter/select-arrow.png?3ecd3ae3a386") no-repeat 1px 1px; }
          .project-list-filter > .filter-block > .container > .groups-categories .category .select2-container.select2-dropdown-open > .select2-choice .select2-arrow > b {
            background-position: 1px -23px; }
  .project-list-filter > .project-list {
    background-color: #e1e0e0;
    padding: 16px 0 40px; }
    .project-list-filter > .project-list .project-list-title {
      font: 300 37px/30px "Open Sans";
      line-height: 37px;
      text-align: center;
      padding: 10px 0 28px;
      display: none;
      visibility: hidden; }
      @media (max-width: 768px) {
        .project-list-filter > .project-list .project-list-title {
          display: block;
          visibility: visible; } }
  .project-list-filter.active {
    display: block; }
  .project-list-filter .empty-list {
    display: none;
    text-align: center;
    font: 300 42px/1 "Open Sans";
    padding: 50px 0;
    color: #6B6B6B;
    text-shadow: 0 1px 0 #F0F0F0; }
  .project-list-filter .projects {
    padding-bottom: 40px; }
    .project-list-filter .projects .project {
      display: inline-block;
      width: 50%;
      padding-top: 30px;
      position: relative;
      vertical-align: bottom;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 1200px) {
        .project-list-filter .projects .project {
          width: 33.33333%; } }
      @media (max-width: 768px) {
        .project-list-filter .projects .project {
          width: 100%; } }
      .project-list-filter .projects .project .project-card {
        width: 100%; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .project-list-filter .projects .project .project-card {
            width: 457px; } }
        .project-list-filter .projects .project .project-card a img {
          max-width: 100%;
          width: 100%;
          height: auto; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .project-list-filter .projects .project .project-card a img {
              width: 457px;
              height: 192px; } }
        .project-list-filter .projects .project .project-card .project-caption {
          padding: 22px 18px; }
          .project-list-filter .projects .project .project-card .project-caption .text-block {
            height: 205px;
            overflow: hidden;
            position: relative; }
            .project-list-filter .projects .project .project-card .project-caption .text-block:after {
              content: " ";
              display: block;
              float: left;
              width: 100%;
              height: 20px;
              position: absolute;
              bottom: 0;
              left: 0;
              background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
              background-size: 100%;
              background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
              background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
              background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
              background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
            .project-list-filter .projects .project .project-card .project-caption .text-block .title a {
              color: #212121;
              font-size: 24px;
              line-height: 28px;
              text-decoration: none;
              -moz-transition: color 0.25s;
              -o-transition: color 0.25s;
              -webkit-transition: color 0.25s;
              transition: color 0.25s; }
              .project-list-filter .projects .project .project-card .project-caption .text-block .title a:visited {
                color: #212121; }
              .project-list-filter .projects .project .project-card .project-caption .text-block .title a:hover {
                color: #525151; }
            .project-list-filter .projects .project .project-card .project-caption .text-block .description {
              padding-top: 12px;
              line-height: 20px;
              font-size: 14px;
              color: #646464; }
          .project-list-filter .projects .project .project-card .project-caption .project-rewards {
            font-size: 13px; }
            .project-list-filter .projects .project .project-card .project-caption .project-rewards table {
              width: 100%; }
              .project-list-filter .projects .project .project-card .project-caption .project-rewards table th {
                font-weight: bold;
                padding-bottom: 5px; }
              .project-list-filter .projects .project .project-card .project-caption .project-rewards table td {
                padding-bottom: 5px; }
                .project-list-filter .projects .project .project-card .project-caption .project-rewards table td.reward-name {
                  padding-right: 5px; }
                .project-list-filter .projects .project .project-card .project-caption .project-rewards table td.reward-status {
                  width: 150px;
                  font-size: 12px; }
          .project-list-filter .projects .project .project-card .project-caption .stats {
            margin-top: 12px;
            *zoom: 1; }
            .project-list-filter .projects .project .project-card .project-caption .stats .circles li {
              display: inline-block;
              vertical-align: top;
              position: relative; }
              .project-list-filter .projects .project .project-card .project-caption .stats .circles li:first-child + li {
                min-width: 72px; }
                .project-list-filter .projects .project .project-card .project-caption .stats .circles li:first-child + li .text-help {
                  width: 23px; }
              .project-list-filter .projects .project .project-card .project-caption .stats .circles li .text-help {
                display: inline-block;
                vertical-align: bottom;
                font: 14px/30px Arial, sans-serif bolder;
                color: #939393;
                margin-left: 2px; }
                .project-list-filter .projects .project .project-card .project-caption .stats .circles li .text-help > .icon-people {
                  display: inline-block;
                  width: 16px;
                  height: 12px;
                  top: 2px;
                  position: relative;
                  background: url("/static/projects/blocks/circles_stats/icon-people.png?3ecd3ae3a386") no-repeat 0 -12px; }
              .project-list-filter .projects .project .project-card .project-caption .stats .circles li .circle {
                width: 44px;
                height: 45px;
                font: 14px/45px "Open Sans";
                color: #181818;
                text-align: center;
                border-radius: 50%;
                display: inline-block; }
                .project-list-filter .projects .project .project-card .project-caption .stats .circles li .circle.simple {
                  background-color: #eceaea; }
                .project-list-filter .projects .project .project-card .project-caption .stats .circles li .circle.old-browser {
                  background: url("/static/projects/blocks/circles_stats/circles-bg.png?3ecd3ae3a386") no-repeat 0 0; }
                  .project-list-filter .projects .project .project-card .project-caption .stats .circles li .circle.old-browser.red-circle {
                    background-position: -44px 0; }
                  .project-list-filter .projects .project .project-card .project-caption .stats .circles li .circle.old-browser > .overlay {
                    background-color: transparent; }
                  .project-list-filter .projects .project .project-card .project-caption .stats .circles li .circle.old-browser.simple {
                    background-position: -89px 0; }
                .project-list-filter .projects .project .project-card .project-caption .stats .circles li .circle > .overlay {
                  width: 38px;
                  height: 38px;
                  background-color: #fff;
                  border-radius: 50%;
                  line-height: 38px;
                  position: absolute;
                  top: 3px;
                  margin-left: 3px; }
                .project-list-filter .projects .project .project-card .project-caption .stats .circles li .circle.big-value > .overlay {
                  font-size: 12px;
                  line-height: 38px; }
            .project-list-filter .projects .project .project-card .project-caption .stats:after {
              content: "";
              display: table;
              clear: both; }
            .project-list-filter .projects .project .project-card .project-caption .stats .author {
              float: left;
              font: 12px/14px Arial, sans-serif;
              font-weight: bold;
              color: #383838;
              padding-top: 7px;
              max-width: 94px;
              overflow: hidden; }
              @media (max-width: 480px) {
                .project-list-filter .projects .project .project-card .project-caption .stats .author {
                  display: none;
                  visibility: hidden; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .project-list-filter .projects .project .project-card .project-caption .stats .author {
                  display: none;
                  visibility: hidden; } }
            .project-list-filter .projects .project .project-card .project-caption .stats .circles {
              float: right; }
              @media (max-width: 480px) {
                .project-list-filter .projects .project .project-card .project-caption .stats .circles {
                  width: 100%;
                  text-align: center; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .project-list-filter .projects .project .project-card .project-caption .stats .circles {
                  width: 100%;
                  text-align: center; } }
              .project-list-filter .projects .project .project-card .project-caption .stats .circles li {
                margin: 0 8px; }
        .project-list-filter .projects .project .project-card .user-subscriptions {
          margin-top: 5px;
          font-size: 0.8rem; }
          .project-list-filter .projects .project .project-card .user-subscriptions td, .project-list-filter .projects .project .project-card .user-subscriptions th {
            padding: 3px 5px; }
          .project-list-filter .projects .project .project-card .user-subscriptions th {
            font-weight: bold; }
          .project-list-filter .projects .project .project-card .user-subscriptions td.actions {
            padding-bottom: 10px; }
            .project-list-filter .projects .project .project-card .user-subscriptions td.actions a {
              color: #089fc3;
              margin-right: 8px; }
        .project-list-filter .projects .project .project-card.subscription .text-block:after {
          display: none !important; }
      .project-list-filter .projects .project:nth-child(odd) {
        padding-right: 15px;
        padding-left: 0; }
        @media (max-width: 768px) {
          .project-list-filter .projects .project:nth-child(odd) {
            padding: 15px 0; } }
        @media (min-width: 1200px) {
          .project-list-filter .projects .project:nth-child(odd) {
            padding: 15px 15px 15px 0; } }
      .project-list-filter .projects .project:nth-child(even) {
        padding-left: 15px; }
        @media (max-width: 768px) {
          .project-list-filter .projects .project:nth-child(even) {
            padding: 15px 0; } }
        @media (min-width: 1200px) {
          .project-list-filter .projects .project:nth-child(even) {
            padding: 15px 15px 15px 0; } }
      .project-list-filter .projects .project > .label-state-project {
        position: absolute;
        top: 195px;
        padding: 4px 10px;
        text-transform: uppercase;
        font: bold 14px "Open Sans"; }
        @media (max-width: 768px) {
          .project-list-filter .projects .project > .label-state-project {
            top: 15px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .project-list-filter .projects .project > .label-state-project {
            top: 30px; } }
        @media (min-width: 1200px) {
          .project-list-filter .projects .project > .label-state-project {
            top: 15px; } }
        .project-list-filter .projects .project > .label-state-project.success {
          color: #fff;
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2ZWNjYSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMWVjNmEiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(22, 236, 202, 0.7)), color-stop(100%, rgba(177, 236, 106, 0.7)));
          background-image: -moz-linear-gradient(left, rgba(22, 236, 202, 0.7) 0%, rgba(177, 236, 106, 0.7) 100%);
          background-image: -webkit-linear-gradient(left, rgba(22, 236, 202, 0.7) 0%, rgba(177, 236, 106, 0.7) 100%);
          background-image: linear-gradient(to right, rgba(22, 236, 202, 0.7) 0%, rgba(177, 236, 106, 0.7) 100%); }
        .project-list-filter .projects .project > .label-state-project.fail {
          color: #848484;
          background-color: rgba(255, 255, 255, 0.8); }
      .project-list-filter .projects .project > .project-card {
        background-color: #fff; }
        .project-list-filter .projects .project > .project-card .circles li:first-child {
          margin-right: 17px; }
  .project-list-filter .paging {
    background-color: #f05d59;
    padding: 2px;
    width: 100px;
    height: 38px;
    margin: 0 auto;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmMmU2ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkODQ0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #df2e6d), color-stop(100%, #fd8449));
    background-image: -moz-linear-gradient(left, #df2e6d 0%, #fd8449 100%);
    background-image: -webkit-linear-gradient(left, #df2e6d 0%, #fd8449 100%);
    background-image: linear-gradient(to right, #df2e6d 0%, #fd8449 100%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
    .project-list-filter .paging.hidden {
      display: none; }
    .project-list-filter .paging.disabled, .project-list-filter .paging.loading {
      cursor: default;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
      .project-list-filter .paging.disabled:hover:after, .project-list-filter .paging.disabled:active:after, .project-list-filter .paging.loading:hover:after, .project-list-filter .paging.loading:active:after {
        background-color: #e1e0e0;
        cursor: default; }
    .project-list-filter .paging.loading:after {
      background-image: url("/static/projects/pages/project_list/blocks/filter/loading.gif?3ecd3ae3a386"); }
    .project-list-filter .paging:after {
      cursor: pointer;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #e1e0e0 url("/static/projects/pages/project_list/blocks/filter/icon-paging.png?3ecd3ae3a386") no-repeat center;
      -moz-transition: background 0.25s;
      -o-transition: background 0.25s;
      -webkit-transition: background 0.25s;
      transition: background 0.25s; }
    .project-list-filter .paging:hover:after {
      background-color: #f3f0f0; }
    .project-list-filter .paging:active:after {
      background-color: #f1f1f1; }
  .project-list-filter .banner-block {
    text-align: center; }
    .project-list-filter .banner-block img {
      vertical-align: middle;
      max-width: 100%; }
      @media (max-width: 768px) {
        .project-list-filter .banner-block img {
          height: auto !important; } }

.groups-select-drop {
  margin-top: -12px;
  border: none;
  padding: 2px;
  z-index: 6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-topleft: none;
  -webkit-border-top-left-radius: none;
  border-top-left-radius: none;
  -moz-border-radius-topright: none;
  -webkit-border-top-right-radius: none;
  border-top-right-radius: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .groups-select-drop.select2-drop-above {
    border: none;
    margin-top: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius-bottomleft: none;
    -webkit-border-bottom-left-radius: none;
    border-bottom-left-radius: none;
    -moz-border-radius-bottomright: none;
    -webkit-border-bottom-right-radius: none;
    border-bottom-right-radius: none;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px; }
    .groups-select-drop.select2-drop-above.select2-drop-active {
      border: none; }
    .groups-select-drop.select2-drop-above .select2-results {
      padding: 0 0 11px 0;
      -moz-border-radius-bottomleft: none;
      -webkit-border-bottom-left-radius: none;
      border-bottom-left-radius: none;
      -moz-border-radius-bottomright: none;
      -webkit-border-bottom-right-radius: none;
      border-bottom-right-radius: none;
      -moz-border-radius-topleft: 8px;
      -webkit-border-top-left-radius: 8px;
      border-top-left-radius: 8px;
      -moz-border-radius-topright: 8px;
      -webkit-border-top-right-radius: 8px;
      border-top-right-radius: 8px; }
  .groups-select-drop .select2-results {
    padding: 11px 0 0 0;
    margin: 0;
    background-color: #fff;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-topleft: none;
    -webkit-border-top-left-radius: none;
    border-top-left-radius: none;
    -moz-border-radius-topright: none;
    -webkit-border-top-right-radius: none;
    border-top-right-radius: none; }
    .groups-select-drop .select2-results .select2-result {
      font: 14px "Open Sans";
      color: #7b7b7b;
      -moz-transition: background 0.25s;
      -o-transition: background 0.25s;
      -webkit-transition: background 0.25s;
      transition: background 0.25s; }
      .groups-select-drop .select2-results .select2-result.select2-highlighted {
        color: #fff;
        background-color: #5fec9d;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3ZWNjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IwZWM2YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #17ecca), color-stop(100%, #b0ec6b));
        background-image: -moz-linear-gradient(left, #17ecca 0%, #b0ec6b 100%);
        background-image: -webkit-linear-gradient(left, #17ecca 0%, #b0ec6b 100%);
        background-image: linear-gradient(to right, #17ecca 0%, #b0ec6b 100%); }
      .groups-select-drop .select2-results .select2-result .select2-result-label {
        padding: 3px 10px 4px; }

.project-list-wrapper .filter-head {
  background-color: #3AD8A8;
  padding-bottom: 30px;
  position: relative; }
  .project-list-wrapper .filter-head .container {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
  .project-list-wrapper .filter-head:after {
    content: '';
    display: block;
    border: 14px solid transparent;
    border-top-color: #3AD8A8;
    border-bottom: none;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -18px; }
  .project-list-wrapper .filter-head .title {
    font: 36px/50px "Open Sans";
    color: #fff;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase; }
  .project-list-wrapper .filter-head .filter-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .project-list-wrapper .filter-head .filter-toggle > .filter-tab {
      display: inline-block;
      border-radius: 20px;
      margin-right: 15px;
      padding: 6px 6px 6px 20px;
      color: #1F745A;
      text-transform: uppercase;
      font-size: 13px;
      cursor: pointer; }
      .project-list-wrapper .filter-head .filter-toggle > .filter-tab:hover, .project-list-wrapper .filter-head .filter-toggle > .filter-tab.active {
        background: #2da681;
        color: #fff; }
      .project-list-wrapper .filter-head .filter-toggle > .filter-tab span {
        display: inline-block;
        box-sizing: border-box;
        font-size: 14px;
        width: 26px;
        height: 26px;
        border-radius: 100%;
        background: #FFF76A;
        color: #2DA681;
        text-align: center;
        padding-top: 6px;
        margin-left: 6px; }
@media (max-width: 768px) {
  .project-list-wrapper .filter-head, .project-list-wrapper .filter-block {
    display: none;
    visibility: hidden; } }

/*# sourceMappingURL=tmpqhRasF.css.map */

.total-stats-block {
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #e1e0e0;
  padding: 52px 0;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    .total-stats-block {
      display: none;
      visibility: hidden; } }
  .total-stats-block .responsive-img-flags > .flag {
    display: none; }
    @media (max-width: 1366px) {
      .total-stats-block .responsive-img-flags > .flag.medium {
        display: block; } }
    @media (min-width: 1367px) {
      .total-stats-block .responsive-img-flags > .flag.large {
        display: block; } }
  .total-stats-block > .background-image {
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background: #686868 no-repeat 0 0; }
    .total-stats-block > .background-image img {
      display: none;
      width: 100%;
      height: 100%;
      filter: url(/static/projects/pages/project_list/blocks/total_stats/blur_effect.svg?3ecd3ae3a386#blur);
      -webkit-filter: blur(3px);
      filter: blur(3px); }
    .total-stats-block > .background-image + .container {
      position: relative; }
  .total-stats-block .stats {
    height: 150px;
    padding: 0 95px; }
    @media (max-width: 768px) {
      .total-stats-block .stats {
        padding: 0; } }
    .total-stats-block .stats .stat {
      display: inline-block;
      width: 33.3%;
      text-align: center;
      vertical-align: middle;
      text-shadow: 0 0 30px rgba(0, 0, 0, 0.35); }
      .total-stats-block .stats .stat .counter {
        font: bold 30px/25px "Open Sans";
        color: #fff;
        padding-bottom: 5px; }
      .total-stats-block .stats .stat .help-text {
        font: bold 14px/18px Arial;
        color: #fff; }
        .total-stats-block .stats .stat .help-text .currency {
          font-weight: normal; }

/*# sourceMappingURL=tmp3787u_.css.map */

.project-list-info-block {
  padding-top: 52px; }
  .project-list-info-block .how-block {
    padding-bottom: 55px; }
    .project-list-info-block .how-block .title {
      font: 300 37px/30px "Open Sans";
      color: #181818;
      padding-bottom: 16px;
      line-height: 37px; }
    .project-list-info-block .how-block .description {
      font: 16px/24px "Open Sans";
      color: #4f4f4f; }
      .project-list-info-block .how-block .description p {
        margin: 16px 0; }
      .project-list-info-block .how-block .description a, .project-list-info-block .how-block .description a:hover, .project-list-info-block .how-block .description a:visited {
        font: italic 16px/24px "Open Sans";
        text-decoration: underline;
        color: #077dbf; }
      .project-list-info-block .how-block .description .video {
        margin: 32px 0; }
        @media (max-width: 768px) {
          .project-list-info-block .how-block .description .video {
            display: none;
            visibility: hidden; } }
        .project-list-info-block .how-block .description .video .toggle-block {
          position: relative;
          width: 730px;
          height: 388px;
          margin: 0 auto;
          background: #444 no-repeat center; }
          .project-list-info-block .how-block .description .video .toggle-block.thumbnail-container > .btn.play {
            cursor: pointer;
            text-indent: -1000px;
            overflow: hidden;
            display: block;
            width: 86px;
            height: 86px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -41px auto auto -44px;
            background: url("/static/projects/pages/project_list/blocks/info/play-button.png?3ecd3ae3a386") no-repeat center;
            background-size: cover;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            -moz-transition: opacity 0.35s;
            -o-transition: opacity 0.35s;
            -webkit-transition: opacity 0.35s;
            transition: opacity 0.35s; }
            .project-list-info-block .how-block .description .video .toggle-block.thumbnail-container > .btn.play:hover {
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
              opacity: 0.8; }
          .project-list-info-block .how-block .description .video .toggle-block.video-container > .stop-button {
            display: block;
            position: absolute;
            top: -20px;
            right: -20px;
            width: 40px;
            height: 40px;
            z-index: 10;
            border-radius: 20px;
            background: #ededed; }
            .project-list-info-block .how-block .description .video .toggle-block.video-container > .stop-button .icon-close {
              display: inline-block;
              width: 20px;
              height: 24px;
              position: relative;
              top: 7px;
              background: url("/static/profiles/blocks/menu/images/icons-menu.png?3ecd3ae3a386") no-repeat 0 center; }
  .project-list-info-block .links-block {
    padding: 45px 0 56px;
    background-color: #e1e0e0; }
    .project-list-info-block .links-block .title {
      font: 300 24px/29px "Open Sans";
      padding-bottom: 41px; }
    .project-list-info-block .links-block .links .link {
      display: inline-block;
      width: 25%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        .project-list-info-block .links-block .links .link {
          width: 50%;
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        .project-list-info-block .links-block .links .link {
          width: 100%; } }
      .project-list-info-block .links-block .links .link > a {
        display: inline-block;
        height: 26px;
        overflow: hidden;
        text-decoration: none; }
        .project-list-info-block .links-block .links .link > a > span {
          font: bold 24px/26px Arial;
          text-transform: uppercase;
          display: block;
          position: relative;
          top: 1px;
          -moz-transition: top 0.15s;
          -o-transition: top 0.15s;
          -webkit-transition: top 0.15s;
          transition: top 0.15s; }
          .project-list-info-block .links-block .links .link > a > span:first-child {
            color: #383838;
            text-decoration: underline; }
        .project-list-info-block .links-block .links .link > a:hover > span {
          top: -25px; }
        .project-list-info-block .links-block .links .link > a:hover + .help-text {
          color: #181818; }
      .project-list-info-block .links-block .links .link .help-text {
        font: italic 14px/16px "Open Sans";
        color: #7f7f7f;
        padding-top: 15px;
        -moz-transition: color 0.25s;
        -o-transition: color 0.25s;
        -webkit-transition: color 0.25s;
        transition: color 0.25s; }

.project-list-info-block, .how-buttons {
  text-align: center; }
  .project-list-info-block .add-project, .project-list-info-block .how-add-project, .how-buttons .add-project, .how-buttons .how-add-project {
    height: 40px;
    padding: 2px;
    display: inline-block;
    cursor: pointer;
    background-color: #0880c3;
    text-decoration: none;
    outline: none;
    letter-spacing: 0.05em;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4ODBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4Y2FjMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0880c3), color-stop(100%, #08cac3));
    background-image: -moz-linear-gradient(left, #0880c3 0%, #08cac3 100%);
    background-image: -webkit-linear-gradient(left, #0880c3 0%, #08cac3 100%);
    background-image: linear-gradient(to right, #0880c3 0%, #08cac3 100%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background-image 0.25s;
    -o-transition: background-image 0.25s;
    -webkit-transition: background-image 0.25s;
    transition: background-image 0.25s; }
    .project-list-info-block .add-project:hover, .project-list-info-block .how-add-project:hover, .how-buttons .add-project:hover, .how-buttons .how-add-project:hover {
      background-color: #089ec3;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4ODBjMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDhjYWMzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0880c3), color-stop(50%, #08cac3));
      background-image: -moz-linear-gradient(left, #0880c3 0%, #08cac3 50%);
      background-image: -webkit-linear-gradient(left, #0880c3 0%, #08cac3 50%);
      background-image: linear-gradient(to right, #0880c3 0%, #08cac3 50%); }
    .project-list-info-block .add-project:active, .project-list-info-block .how-add-project:active, .how-buttons .add-project:active, .how-buttons .how-add-project:active {
      background: #08cac3 none; }
    .project-list-info-block .add-project > span, .project-list-info-block .how-add-project > span, .how-buttons .add-project > span, .how-buttons .how-add-project > span {
      border: none;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      font: bold 16px/35px "Open Sans";
      text-transform: uppercase; }
  .project-list-info-block .add-project, .how-buttons .add-project {
    width: 206px; }
    .project-list-info-block .add-project > span:before, .how-buttons .add-project > span:before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 36px;
      margin-right: 10px;
      margin-left: 5px;
      vertical-align: top;
      background: url("/static/projects/pages/project_list/blocks/info/icon-plus.png?3ecd3ae3a386") no-repeat center; }
    .project-list-info-block .add-project > span:after, .how-buttons .add-project > span:after {
      content: '';
      display: inline-block;
      width: 12px; }
  .project-list-info-block .how-add-project, .how-buttons .how-add-project {
    width: 215px; }
    .project-list-info-block .how-add-project > span:before, .project-list-info-block .how-add-project > span:after, .how-buttons .how-add-project > span:before, .how-buttons .how-add-project > span:after {
      content: '';
      display: inline-block;
      width: 12px; }

.project-list-info-block .add-project, .project-list-info-block .how-add-project {
  margin-top: 32px; }

.how-buttons .add-project, .how-buttons .how-add-project {
  margin-bottom: 20px; }

/*# sourceMappingURL=tmpCUdoBE.css.map */

.page-footer > .links {
  margin: 0 28px; }
.page-footer > .copyright {
  padding: 0 28px 0 18px; }

/*# sourceMappingURL=tmpGN33gL.css.map */

#news-popup .title {
  padding: 0 20px; }
#news-popup .popup-content {
  padding: 20px; }
#news-popup .btn {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2ZWNjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IxZWM2YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #16ecca), color-stop(100%, #b1ec6a));
  background-image: -moz-linear-gradient(left, #16ecca 0%, #b1ec6a 100%);
  background-image: -webkit-linear-gradient(left, #16ecca 0%, #b1ec6a 100%);
  background-image: linear-gradient(to right, #16ecca 0%, #b1ec6a 100%); }

/*# sourceMappingURL=tmp088oNy.css.map */

@media (max-width: 768px) {
  .after-donate-popup.popup-overlay .popup {
    height: 210px; } }
.after-donate-popup .popup > header.popup-header {
  display: block;
  visibility: visible; }
  .after-donate-popup .popup > header.popup-header .after-donate-popup-icon {
    display: block;
    visibility: visible; }
.after-donate-popup div.popup .popup-header i.icon-close.after-donate-popup-icon {
  position: absolute;
  right: 15px;
  top: 0px;
  background: url("/static/common/blocks/popup/payment-icon-close.png?884ca94182d6&0b5112784b72") no-repeat center; }
.after-donate-popup .popup .popup-header .popup-container {
  padding: 0 25px; }
  @media (max-width: 768px) {
    .after-donate-popup .popup .popup-header .popup-container {
      padding: 0 30px; } }
.after-donate-popup .popup-content {
  padding: 0 20px; }
  .after-donate-popup .popup-content .result-content {
    padding: 0 5px; }
  .after-donate-popup .popup-content .result-text {
    display: none;
    padding: 15px 0;
    font-size: 12px; }
  .after-donate-popup .popup-content .popup-social-block {
    text-align: center;
    padding-bottom: 20px; }
    .after-donate-popup .popup-content .popup-social-block > div, .after-donate-popup .popup-content .popup-social-block > iframe {
      display: inline-block;
      line-height: 12px;
      margin: 0 7px !important; }
.after-donate-popup .popup-container > .caption {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 17px 0 20px; }
.after-donate-popup .popup-container .caption > .imgwrap {
  margin-right: 14px; }
.after-donate-popup .popup-container .imgwrap > img {
  border-radius: 50%;
  margin: auto; }
  @media (max-width: 768px) {
    .after-donate-popup .popup-container .imgwrap > img {
      width: 24px;
      height: 24px; } }
.after-donate-popup .popup-container figcaption {
  text-align: left; }
.after-donate-popup .popup-container figcaption > .title {
  color: #323232;
  font: 22px/1 "Open Sans", sans-serif;
  font-weight: bold; }
  @media (max-width: 768px) {
    .after-donate-popup .popup-container figcaption > .title {
      font: 16px/1 "Open Sans", sans-serif;
      font-weight: bold; } }
.after-donate-popup .cabinet-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .after-donate-popup .cabinet-container .cabinet-button {
    display: none;
    padding: 12px 16px;
    gap: 10px;
    width: 250px;
    height: 45px;
    background: #3986BE;
    cursor: pointer;
    text-transform: uppercase;
    color: white;
    font: 18px/1 "Open Sans";
    font-weight: 700;
    box-sizing: border-box; }

/*# sourceMappingURL=tmpq8dIQj.css.map */
