@charset "UTF-8";
/*
 $borders-color - USING ON:
	  stroke-button borders,
	  logo-buttons flags,
	  fields borders,
	  borders of some mind blocks,
	  borders of some blocks,
	  password progress-line bg,
	  other borders */
/*
 $borders-hash - USING ON:
	  posts where images bordered (autoposts, link-post) */
/*
 $font-medium - USING ON:
	  all buttons
	  some titles
	  all links */
/*
 $font-light - USING ON:
	  "Check your email" popup, */
/*
	$color-08 - USING ON:
	cards hover overlay */
/*
	$color-white-05 - USING ON:
	cards buttons after hover with dark-bg, hover on text, etc. */
/*
	$color-white-03 - USING ON:
	hover on $color-white-05 */
/*
	$color-white-01 - USING ON:
	progress-bar on add track at add album */
/*
 $color-03 - USING ON:
	  disabled btns - pledges activity
		longArrow and disable text  - manage campaign */
/*
 $color-02 - USING ON:
	  applause icons */
/*
 $color-01 - USING ON:
	  applause icons hover
		notice in price-popup(on album for sale and crowd. album) */
/*
 $gray-hover - USING ON (only gray links when you hover on):
		post's time
		"Describe more" in "add post"
		"Add photo, video" in "add post" */
/*
 $color-03 - USING ON:
		as background in payout(pending step) */
/*
 $green - USING ON:
	  buttons "fan" ("become a fan")
	  buttons "buy", "pledge",
		confirmation progress lines */
/*
 $green - USING ON:
	  buttons "fan" ("become a fan")
	  buttons "buy", "pledge", */
/*
 $placeholder-color - USING ON:
		placeholder */
/*
	альбом плашка с applause и другими функциями */
/*
 $red - USING ON:
	  hover on delete button,
	  password tips,
	  notice titles, */
/*
 $line-height-* - USING ON:
	  buttons
		text */
/*
 $box-shadow - USING ON:
	  tips */
/*
 $box-shadow - USING ON:
	  posts (news-feed, profiles, post-page) */
/*
 $box-shadow - USING ON:
	  video posts */
/*
 $drop-down-shadow - USING ON:
	  drop-downs (only, without selectized fields) */
/*
 $select-shadow - USING ON:
	  selectized fields (only, without drop-downs) */
/*
	from "organizer.sass" */
.left {
  float: left; }

.right {
  float: right; }

.block {
  display: block; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.respon-img {
  width: 100%;
  height: auto; }

.album-circle-icon {
  border-radius: 50%;
  background-color: #ccc;
  padding: 6px; }
  .album-circle-icon.album-circle-icon-show {
    background-color: #000; }
    .album-circle-icon.album-circle-icon-show .album-circle-icon-in {
      background-color: #000; }
  .album-circle-icon .album-circle-icon-in {
    width: 3px;
    height: 3px;
    background-color: #ccc;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box; }

.pladge-popup-btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.4px;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  color: #000;
  margin-top: 201px;
  padding: 14px 18px;
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease; }
  .pladge-popup-btn:hover {
    opacity: 0.5; }

#MainPopup h4, .pladge-ok h4 {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #000;
  margin: 66px 0 10px; }

#MainPopup p, .pladge-ok p {
  font-size: 14px;
  letter-spacing: -0.4px;
  margin: 0;
  line-height: 18px;
  opacity: .5; }

.time-over h4 {
  margin: 48px 0 10px; }

.opa-0 {
  opacity: 0; }

.opa-1 {
  opacity: 1; }

.overHidd {
  overflow: hidden !important; }

.fixed {
  position: fixed !important; }

.right35 {
  right: 30px !important; }

.headerFan .main-nav li:nth-child(3) a, .headerOrg .main-nav li:nth-child(2) a {
  opacity: 0.5; }

.typeLabel {
  float: left;
  text-transform: uppercase;
  margin-top: 8px;
  margin-left: 20px;
  font-family: GothamPro-Light, sans-serif;
  font-size: 17px;
  letter-spacing: -0.6px;
  color: #000; }

.hamburger {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 15px;
  top: 7px;
  width: 48px;
  height: 48px;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: 2; }
  .hamburger.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .hamburger.open span {
      background: #121112;
      opacity: 0.2; }
    .hamburger.open .hamburger__top-bun {
      -webkit-transform: rotate(45deg) translateY(0);
      -ms-transform: rotate(45deg) translateY(0);
      transform: rotate(45deg) translateY(0); }
    .hamburger.open .hamburger__bottom-bun {
      -webkit-transform: rotate(-45deg) translateY(0);
      -ms-transform: rotate(-45deg) translateY(0);
      transform: rotate(-45deg) translateY(0); }

.hamburger__bottom-bun {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  width: 18px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .25s;
  transition: all 0.25s; }

.hamburger__top-bun {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  width: 18px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .25s;
  transition: all 0.25s;
  top: 23px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px); }

.hamburger__bottom-bun {
  bottom: 23px;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px); }

.main-nav-hidden-wrap-sm {
  position: relative;
  height: 100%; }

.main-nav-sm {
  border-top: 1px solid #eee; }
  .main-nav-sm li {
    margin-left: 30px; }

.main-nav-hidden .img-menu-wrap span, .main-nav-hidden-sm .img-menu-wrap span {
  color: rgba(85, 85, 85, 0.7) !important;
  border: 1px solid rgba(85, 85, 85, 0.7) !important; }

.main-nav-hidden-sm {
  min-height: 660px;
  padding-top: 10px;
  width: 320px;
  height: 100vh;
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1; }
  .main-nav-hidden-sm ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .main-nav-hidden-sm ul a {
      text-decoration: none; }
  .main-nav-hidden-sm .top-nav-top {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 20px; }
    .main-nav-hidden-sm .top-nav-top strong {
      position: relative;
      margin-left: 21px;
      font-weight: 400;
      top: 8px;
      color: #000;
      font-size: 14px;
      letter-spacing: -0.4px;
      font-family: GothamPro-Medium, sans-serif;
      font-weight: 400; }
  .main-nav-hidden-sm .button-head {
    float: none;
    margin-left: 30px;
    margin-bottom: 30px;
    color: #fff;
    border-color: #000;
    background-color: #000; }
    .main-nav-hidden-sm .button-head:hover {
      background-color: #fff;
      color: #000; }
  .main-nav-hidden-sm .top-nav-hidden {
    padding-left: 30px; }
    .main-nav-hidden-sm .top-nav-hidden ul li {
      margin-top: 18px;
      text-transform: capitalize; }
      .main-nav-hidden-sm .top-nav-hidden ul li a {
        color: #000;
        font-size: 13px;
        letter-spacing: -0.4px;
        line-height: 13px;
        font-family: GothamPro-Medium, sans-serif;
        -webkit-transition: all .3s ease;
        transition: all 0.3s ease; }
        .main-nav-hidden-sm .top-nav-hidden ul li a:hover {
          opacity: 0.5; }
        .main-nav-hidden-sm .top-nav-hidden ul li a span {
          display: inline-block;
          padding: 2px 8px;
          color: #fff;
          background-color: #48ea8d; }
  .main-nav-hidden-sm .bot-nav-hidden-pre {
    border-top: 1px solid #eee; }
  .main-nav-hidden-sm .bot-nav-hidden {
    margin-top: 60px; }
    .main-nav-hidden-sm .bot-nav-hidden ul {
      padding-top: 30px;
      padding-bottom: 30px; }
      .main-nav-hidden-sm .bot-nav-hidden ul li {
        margin-top: 40px; }
        .main-nav-hidden-sm .bot-nav-hidden ul li a {
          color: #000;
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: -0.4px;
          line-height: 13px;
          font-family: GothamPro-Medium, sans-serif;
          -webkit-transition: all .3s ease;
          transition: all 0.3s ease; }
          .main-nav-hidden-sm .bot-nav-hidden ul li a:hover {
            opacity: 0.5; }
        .main-nav-hidden-sm .bot-nav-hidden ul li:first-child {
          margin-top: 0; }
  .main-nav-hidden-sm .img-menu-wrap {
    float: left; }

.bot-nav-no-img {
  padding: 0 0 170px 30px; }
  .bot-nav-no-img p {
    margin: 0;
    line-height: 22px;
    font-size: 20px;
    letter-spacing: -0.6px;
    color: #000; }

.item-s-wrap-h {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block; }
  .item-s-wrap-h .item-hover-h {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url("../img/card-bg.png");
    background-size: cover;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 3; }
  .item-s-wrap-h:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .item-s-wrap-h:hover .item-hover-h {
    background-color: rgba(0, 0, 0, 0.85); }
  .item-s-wrap-h:hover .item-s-wrap-text-h {
    background-color: transparent; }
    .item-s-wrap-h:hover .item-s-wrap-text-h strong {
      color: #fff; }
  .item-s-wrap-h:hover .item-s-wrap-text-b-h h4, .item-s-wrap-h:hover .item-s-wrap-text-b-h h5 {
    color: #fff; }
  .item-s-wrap-h:hover .item-s-wrap-text-c-h {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  .item-s-wrap-h .item-s-wrap-text-c-h {
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    z-index: 4;
    top: 58px;
    left: 16px; }
    .item-s-wrap-h .item-s-wrap-text-c-h strong {
      font-size: 20px;
      letter-spacing: -0.6px;
      color: #fff;
      font-weight: 400;
      font-family: GothamPro-light, sans-serif; }
      .item-s-wrap-h .item-s-wrap-text-c-h strong span {
        font-family: GothamPro-Medium, sans-serif; }
  .item-s-wrap-h .item-s-wrap-text-h {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 4;
    padding: 0 8px;
    line-height: 22px;
    background-color: #000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color .4s ease;
    transition: background-color 0.4s ease; }
    .item-s-wrap-h .item-s-wrap-text-h strong {
      font-size: 13px;
      letter-spacing: -0.4px;
      font-weight: 400;
      font-family: GothamPro-Medium, sans-serif;
      color: #fff;
      -webkit-transition: all .4s ease;
      transition: all 0.4s ease; }
      .item-s-wrap-h .item-s-wrap-text-h strong span {
        font-family: GothamPro, sans-serif;
        color: #fff;
        opacity: 0.5; }
  .item-s-wrap-h .item-s-wrap-text-b-h {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 4; }
    .item-s-wrap-h .item-s-wrap-text-b-h h4 {
      color: #fff;
      font-size: 16px;
      letter-spacing: -0.4px;
      line-height: 20px;
      margin: 0;
      -webkit-transition: all .4s ease;
      transition: all 0.4s ease; }
    .item-s-wrap-h .item-s-wrap-text-b-h h5 {
      color: #fff;
      margin: 0;
      line-height: 20px;
      font-weight: 400;
      font-size: 15px;
      letter-spacing: -0.4px;
      -webkit-transition: all .4s ease;
      transition: all 0.4s ease; }
  .item-s-wrap-h img {
    width: 100%;
    display: block;
    height: auto;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.main-nav-hidden-wrap {
  position: relative;
  width: 320px;
  height: 100vh;
  min-height: 660px; }

.main-nav-hidden {
  min-height: 660px;
  width: 320px;
  height: 100vh;
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.07);
  background: #fff;
  z-index: 7;
  display: none;
  position: fixed;
  right: 0;
  top: 0; }
  .main-nav-hidden li, .main-nav-hidden ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .main-nav-hidden li a, .main-nav-hidden ul a {
    text-decoration: none; }
  .main-nav-hidden li {
    cursor: pointer;
    text-transform: capitalize; }
  .main-nav-hidden .top-nav-top {
    margin-bottom: 45px;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 20px; }
    .main-nav-hidden .top-nav-top img {
      float: right;
      display: block; }
    .main-nav-hidden .top-nav-top strong {
      position: relative;
      top: 8px;
      color: #000;
      font-size: 14px;
      letter-spacing: -0.4px;
      font-family: GothamPro-Medium, sans-serif;
      font-weight: 400; }
  .main-nav-hidden .top-nav-hidden {
    padding-left: 30px; }
    .main-nav-hidden .top-nav-hidden ul li {
      position: relative;
      margin-top: 20px;
      color: #000;
      font-size: 13px;
      letter-spacing: -0.4px;
      line-height: 13px;
      font-family: GothamPro-Medium, sans-serif;
      -webkit-transition: all .3s ease;
      transition: all 0.3s ease; }
      .main-nav-hidden .top-nav-hidden ul li:hover {
        opacity: 0.5; }
      .main-nav-hidden .top-nav-hidden ul li a {
        color: #000;
        font-size: 13px;
        letter-spacing: -0.4px;
        line-height: 13px;
        font-family: GothamPro-Medium, sans-serif;
        -webkit-transition: all .3s ease;
        transition: all 0.3s ease; }
        .main-nav-hidden .top-nav-hidden ul li a span {
          position: absolute;
          top: -1px;
          display: inline-block;
          padding: 2px 7px;
          color: #fff;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background-color: #48ea8d;
          margin-left: 8px; }
        .main-nav-hidden .top-nav-hidden ul li a:hover {
          opacity: 0.5; }
  .main-nav-hidden .bot-nav-hidden-pre {
    border-top: 1px solid #eee;
    padding: 20px 0 14px 30px; }
    .main-nav-hidden .bot-nav-hidden-pre p {
      margin: 22px 0 0;
      font-size: 12px;
      letter-spacing: -0.2px;
      font-weight: 400;
      color: #000;
      opacity: 0.5; }
  .main-nav-hidden .bot-nav-hidden-pre-t span {
    display: block;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #000;
    opacity: .5; }
  .main-nav-hidden .bot-nav-hidden-pre-t strong {
    display: block;
    font-size: 20px;
    letter-spacing: -0.6px;
    font-family: GothamPro-Medium, sans-serif;
    font-weight: 400;
    line-height: 16px; }
    .main-nav-hidden .bot-nav-hidden-pre-t strong sup {
      font-size: 11px;
      letter-spacing: 0; }
  .main-nav-hidden .bot-nav-hidden-pre-t-t {
    margin-top: 22px;
    position: relative; }
    .main-nav-hidden .bot-nav-hidden-pre-t-t .bot-nav-more {
      position: absolute;
      top: 8px;
      right: 20px;
      font-size: 12px;
      letter-spacing: -0.2px;
      display: inline-block;
      font-family: GothamPro-Medium, sans-serif;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(0, 0, 0, 0.5);
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding: 1px 9px 2px;
      -webkit-transition: all .3s ease;
      transition: all 0.3s ease; }
      .main-nav-hidden .bot-nav-hidden-pre-t-t .bot-nav-more:hover {
        opacity: 0.7; }
  .main-nav-hidden .bot-nav-hidden {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }

.button-head {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0;
  font-family: GothamPro-Medium, sans-serif; }

.main-nav {
  display: inline-block;
  float: right;
  margin: 8px 0 0 0;
  padding: 0; }
  .main-nav li {
    float: left;
    margin-right: 30px;
    position: relative;
    bottom: 1px;
    list-style-type: none; }
    .main-nav li a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 0;
      color: #000;
      -webkit-transition: all .3s ease;
      transition: all 0.3s ease; }
      .main-nav li a:hover {
        opacity: 0.5; }

.button-head {
  float: right;
  display: inline-block;
  background-color: #fff;
  line-height: 34px;
  height: 32px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #000;
  padding: 0 17px;
  margin-top: 2px;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  transition: all 0.35s ease; }
  .button-head:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000; }

.top_navigation {
  height: auto;
  margin: auto;
  top: 2px; }

.logo-main {
  fill: #000; }

.manageBtns {
  position: absolute;
  left: 50%;
  margin-left: -275px; }
  .manageBtns span {
    font-size: 13px;
    letter-spacing: -0.4px;
    margin-right: 11px; }
  .manageBtns a {
    margin-top: 8px;
    margin-left: 6px;
    height: 24px;
    line-height: 26px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.4px;
    font-family: GothamPro-Medium, sans-serif;
    color: #000;
    cursor: pointer;
    background-color: #ededed;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0 9px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease; }
    .manageBtns a:hover {
      background-color: #f1f1f1; }
  .manageBtns .button-pre-edit {
    background-color: #ff3d4f;
    color: #fff; }
    .manageBtns .button-pre-edit:hover {
      background-color: #ca0843; }

.popup-form {
  max-width: 480px;
  margin: auto;
  background-color: #fff;
  position: relative; }
  .popup-form .block-form-top {
    padding: 35px 40px;
    border-bottom: 1px solid #ededed; }
    .popup-form .block-form-top .form-name-camp {
      margin: 10px 0 0;
      font-size: 14px;
      letter-spacing: -0.4px;
      line-height: 14px; }
    .popup-form .block-form-top h4 {
      font-size: 30px;
      letter-spacing: -1px;
      line-height: 30px;
      color: #858585;
      font-family: GothamPro-Bold, sans-serif;
      font-weight: 400;
      margin: 0; }
      .popup-form .block-form-top h4 sup span {
        font-family: GothamPro-Medium, sans-serif; }
  .popup-form .checkbox-main .forgot-pas {
    font-family: GothamPro-Medium, sans-serif; }
  .popup-form .block-form-top h4 sup {
    font-size: 18px;
    letter-spacing: -0.6px; }
    .popup-form .block-form-top h4 sup span {
      color: #48ea8d;
      font-weight: 400; }
  .popup-form .block-form-bot {
    padding: 22px 40px 42px; }
    .popup-form .block-form-bot h3 {
      margin: 0;
      font-size: 24px;
      letter-spacing: -1px;
      font-weight: 400; }
    .popup-form .block-form-bot p {
      margin: 0;
      color: #000;
      opacity: .5;
      font-size: 14px;
      letter-spacing: -0.4px; }
      .popup-form .block-form-bot p:last-child {
        text-align: center;
        color: #a1a1a1;
        opacity: 1;
        margin-top: 40px; }
        .popup-form .block-form-bot p:last-child a {
          color: #000;
          font-family: GothamPro-Medium, sans-serif;
          border: 1px solid #ccc;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          margin-left: 6px;
          margin-right: 6px;
          text-decoration: none;
          padding: 3px 6px;
          -webkit-transition: all .3s ease;
          transition: all 0.3s ease; }
          .popup-form .block-form-bot p:last-child a:hover {
            opacity: 0.5; }
  .popup-form .email-main {
    position: relative;
    margin-top: 20px; }
    .popup-form .email-main input {
      width: 100%;
      border: 1px solid #ededed;
      background-color: #fff;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding: 32px 0 11px;
      outline: 0;
      text-indent: 14px;
      font-family: GothamPro, sans-serif; }
    .popup-form .email-main label {
      position: absolute;
      top: 8px;
      left: 12px;
      color: #000;
      opacity: .5;
      z-index: 1;
      display: inline-block;
      font-size: 12px;
      letter-spacing: -0.2px;
      cursor: text; }
      .popup-form .email-main label:first-child {
        text-transform: capitalize; }
  .popup-form .checkbox-main {
    margin-top: 15px; }
    .popup-form .checkbox-main label {
      font-size: 14px;
      letter-spacing: -0.4px; }
    .popup-form .checkbox-main .forgot-pas {
      float: right;
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 14px;
      color: #000;
      margin-top: 6px;
      cursor: pointer;
      position: relative;
      text-decoration: none;
      top: 3px;
      -webkit-transition: all .3s ease;
      transition: all 0.3s ease; }
      .popup-form .checkbox-main .forgot-pas:hover {
        opacity: 0.5; }
    .popup-form .checkbox-main a {
      color: #000;
      -webkit-transition: all .3s ease;
      transition: all 0.3s ease; }
      .popup-form .checkbox-main a:hover {
        opacity: 0.5; }
  .popup-form .button-main {
    width: 100%; }

.inputError {
  position: absolute;
  top: 8px;
  right: 12px;
  color: #000;
  display: inline-block;
  z-index: 1;
  font-size: 12px;
  letter-spacing: -0.2px; }
  .inputError:first-letter {
    text-transform: capitalize; }

.button-main {
  width: 400px;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: -0.4px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  outline: 0;
  cursor: pointer;
  border: none;
  display: inline-block;
  background-color: #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 19px 0;
  font-weight: 400;
  font-family: GothamPro-Medium, sans-serif;
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease; }
  .button-main:hover {
    background-color: #f7f7f7;
    color: #323232; }
  .button-main.button-main-blue {
    background-color: #2e87ff;
    padding: 20px 0 18px; }
    .button-main.button-main-blue svg {
      position: relative;
      top: 2px;
      margin-right: 12px; }
    .button-main.button-main-blue:hover {
      opacity: .5;
      color: #fff; }
  .button-main.disabled {
    background-color: #eee;
    cursor: default; }
    .button-main.disabled:hover {
      opacity: 1;
      background-color: #eee;
      color: #fff; }

.f-reg {
  fill: #fff; }

.popup-form input[type=checkbox] {
  display: none; }
  .popup-form input[type=checkbox] + label {
    cursor: pointer; }
    .popup-form input[type=checkbox] + label::before {
      content: "";
      display: inline-block;
      height: 18px;
      width: 18px;
      margin: 0 10px 0 0;
      border: 1px solid #ededed;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-color: #fff;
      position: relative;
      top: 5px; }
  .popup-form input[type=checkbox]:checked + label::before {
    background: #000 url("../img/checkbox.svg");
    background-repeat: no-repeat;
    background-position: 2px 4px;
    border: 1px solid #000; }

.auth_box {
  float: right;
  height: 40px;
  min-width: 40px;
  margin-right: 20px; }

.error {
  background-color: #fe3d4f; }

.error2 {
  background-color: #fe3d4f !important; }

li, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

.state_item.language {
  float: right;
  margin: 0; }

.main_cont_block {
  position: relative; }

.checkpopup {
  fill: #48ea8d; }

.opa5 {
  opacity: 0.5; }

.svg {
  fill-rule: evenodd; }

.svg48e {
  fill: #48ea8d; }

.svgEd {
  fill: #ededed; }

.svgfff {
  fill: #fff; }

.svgc9c {
  fill: #c9c9c9; }

.svgff3 {
  fill: #ff3d4f; }

.svgccc {
  fill: #ccc; }

.svgc2 {
  fill: #c2c2c2; }

.svg7f7 {
  fill: #7f7f7f; }

.svgc2 {
  fill: #c2c2c2; }

.hidden2 {
  display: none !important; }

.hidden {
  display: none; }

@media only screen and (max-width: 1200px) {
  .button-pre-edit {
    margin-left: 20%; }
  .manageBtns {
    margin-left: -99px; }
    .manageBtns span {
      display: none; } }

@media only screen and (max-width: 1045px) {
  .button-pre-edit {
    margin-left: 16%; } }

@media only screen and (max-width: 992px) {
  .mfp-container {
    padding-top: 60px; }
  .button-pre-edit {
    margin-left: 7%; }
  .main-nav {
    display: none; }
  .manageBtns {
    left: 60%; }
  .hamburger {
    display: block; }
  .auth_box > .img-menu-wrap, .button-head {
    display: none; } }

@media only screen and (max-width: 768px) {
  .main-header.campaignOwner .main-header-wrap {
    height: 100px; }
  .main-header.campaignOwner .manageBtns {
    left: 50%;
    top: 58px; }
  .button-pre-edit {
    margin-left: 26%; } }

@media only screen and (max-width: 480px) {
  .typeLabel {
    display: none; }
  .main-nav-hidden-sm {
    width: 100%; }
  .popup-form .block-form-bot {
    padding: 22px 20px 42px; }
    .popup-form .block-form-bot p:last-child .abc {
      display: block;
      margin-bottom: 2px; } }
