.story-loading {
  padding-top: 20px;
  text-align: center;
  display: none;
}

.story-subscribe__container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 5;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.story-subscribe__container.sticky {
  position: fixed;
}
.story-subscribe__button {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.story-subscribe__button .icon-time_34 {
  margin-left: 16px;
  font-size: 24px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .story-subscribe__container {
    height: 78px;
  }
  .story-subscribe__button {
    font-size: 14px;
    padding: 13px 22px 12px;
  }
  .story-subscribe__button .icon-time_34 {
    margin-top: -2px;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .story-subscribe__container {
    height: 65px;
  }
}

#profile-subpage {
  position: relative;
}
.story-archive {
  padding-bottom: 51px;
  position: relative;
}
.story-archive__list {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.story-archive__thumb-wrapper {
  width: 100%;
  padding-bottom: 148.15%;
  height: 0;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.story-archive__thumb-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.story-archive__thumb-img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.story-archive__controller {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 2;
}
.story-archive__controller i[class^="icon-"],
.story-archive__controller i[class*=" icon-"] {
  font-size: 48px;
}
.story-archive__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 14%;
  z-index: 1;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 12px;
  padding: 4.25% 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.story-archive__header i {
  margin-right: 10px;
}
.story-archive__header .storySnaps,
.story-archive__header .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.story-archive.subscription-enabled .story-archive__list {
  margin-bottom: 35px;
}
.story-archive.subscription-enabled .story-loading {
  padding: 0;
  margin-top: -5px;
  padding-bottom: 45px;
}
@media (max-width: 320px) {
  .story-archive .mc-preloader-wrapper {
    height: 400px;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .story-archive .mc-preloader-wrapper {
    height: 480px;
  }
}
@media (max-width: 540px) {
  .story-archive__list {
    -webkit-grid-template-columns: 48.45% 48.45%;
    -moz-grid-template-columns: 48.45% 48.45%;
    -ms-grid-template-columns: 48.45% 48.45%;
    grid-template-columns: 48.45% 48.45%;
  }
  .story-archive__thumb {
    margin-bottom: 6%;
  }
  .story-archive__header {
    padding: 3% 10px 0;
    height: 14%;
    font-size: 10px;
  }
  .story-archive__header i {
    display: none;
  }
}
@media (max-width: 890px) and (min-width: 541px) {
  .story-archive__list {
    -webkit-grid-template-columns: 32.73% 32.73% 32.73%;
    -moz-grid-template-columns: 32.73% 32.73% 32.73%;
    -ms-grid-template-columns: 32.73% 32.73% 32.73%;
    grid-template-columns: 32.73% 32.73% 32.73%;
  }
  .story-archive__thumb {
    margin-bottom: 2.6%;
  }
  .story-archive__header {
    padding: 10px 10px 0;
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  .story-archive__list {
    -webkit-grid-template-columns: 24.55% 24.55% 24.55% 24.55%;
    -moz-grid-template-columns: 24.55% 24.55% 24.55% 24.55%;
    -ms-grid-template-columns: 24.55% 24.55% 24.55% 24.55%;
    grid-template-columns: 24.55% 24.55% 24.55% 24.55%;
  }
  .story-archive__thumb {
    margin-bottom: 2.4%;
  }
}
@media only screen and (max-device-width: 1000px) and (orientation: landscape) {
  .story-archive__header i {
    display: none;
  }
}

.blog-posts .reactions-report.state-success .report {
  color: #6cb758 !important;
  cursor: default !important;
}
.blog-posts .reactions-report.state-success .report .report-txt {
  display: none !important;
}
.blog-posts .reactions-report.state-success .report .icon {
  display: initial;
}
.reactions-report .report {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reactions-report .report .txt {
  display: none;
}
.reactions-report.opened .report-popup-wrapper {
  display: block;
}
.reactions-report.bottom .report-popup-wrapper .report-popup {
  margin-top: 10px;
  top: 100%;
  bottom: auto;
}
.reactions-report.bottom .report-popup-wrapper .report-popup:after {
  border-color: transparent transparent #fff;
  bottom: auto;
  top: -10px;
}
.reactions-report.state-active .report {
  color: #323232;
}
.reactions-report.state-success .report {
  color: #6cb758;
}
.reactions-report.state-success .report .icon {
  display: none;
}
.reactions-report.state-success .report .txt {
  display: block;
}
.reactions-report .report-wrapper {
  position: relative;
}
.report-popup-wrapper {
  font-size: 13px;
  display: none;
  line-height: 24px;
}
.report-popup-wrapper .report-popup {
  background-color: #fff;
  position: absolute;
  margin-bottom: 10px;
  margin-right: -15px;
  bottom: 100%;
  right: 0;
  width: 100%;
  width: 280px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 1px;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
          box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  z-index: 13;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.report-popup-wrapper .report-popup:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent;
  position: absolute;
  bottom: -10px;
  right: 17px;
}
.report-popup-wrapper .report-popup.bottom {
  bottom: auto;
  margin-bottom: auto;
  margin-top: 10px;
  top: 100%;
}
.report-popup-wrapper .report-popup.bottom:after {
  bottom: -10px;
}
.report-popup-wrapper .form-controls .info-message {
  padding-bottom: 5px;
}
.report-popup-wrapper .form-controls .btn {
  font-size: 12px;
  padding: 11px 30px;
  min-width: auto;
}
.report-popup-wrapper .group-control .textarea-group {
  height: 70px;
}
.report-popup-wrapper .error-block {
  display: none;
  font-size: 12px;
  color: #d35853;
}
.report-popup-wrapper .error-block.error {
  display: block;
}
.report-popup-wrapper .error-block .message {
  padding-left: 13px;
}
@media (min-width: 415px) {
  .report-popup-wrapper .report-popup {
    margin-right: -20px;
  }
  .report-popup-wrapper .report-popup:after {
    right: 22px;
  }
}

.sticky-social-share-wrap {
  position: absolute;
  z-index: 9;
  right: -46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate(0, 56px);
  -ms-transform: translate(0, 56px);
  transform: translate(0, 56px);
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
     transition-timing-function: ease-in;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .sticky-social-share-wrap {
    -webkit-transform: translate(0, 86px);
    -ms-transform: translate(0, 86px);
    transform: translate(0, 86px);
  }
}
.sticky-social-share-wrap .social-sticky-share-button {
  position: absolute;
  top: 0;
  left: -40px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50% 0 0 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
          box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  z-index: 1;
}
.sticky-social-share-wrap .social-sticky-share-button i {
  background: url(../_/_/components/stickySocialShare/images/2fzJhok.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0 auto;
}
.sticky-social-share-wrap .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
}
.sticky-social-share-wrap .share-buttons .sticky-fbShareIcon,
.sticky-social-share-wrap .share-buttons .sticky-twShareIcon,
.sticky-social-share-wrap .share-buttons .sticky-gmShareIcon,
.sticky-social-share-wrap .share-buttons .sticky-cpShareIcon {
  cursor: pointer;
  padding: 20px;
  background-position: 50% !important;
  z-index: 22;
  position: relative;
  display: block;
}
.sticky-social-share-wrap .share-buttons .sticky-fbShareIcon.unsupported-item,
.sticky-social-share-wrap .share-buttons .sticky-twShareIcon.unsupported-item,
.sticky-social-share-wrap .share-buttons .sticky-gmShareIcon.unsupported-item,
.sticky-social-share-wrap .share-buttons .sticky-cpShareIcon.unsupported-item {
  display: none;
}
.sticky-social-share-wrap .share-buttons .sticky-fbShareIcon {
  background: url(../_/_/components/stickySocialShare/images/3QMYIoV.svg) no-repeat;
  width: 10px;
  height: 20px;
}
.sticky-social-share-wrap .share-buttons .sticky-twShareIcon {
  background: url(../_/_/components/stickySocialShare/images/1OIQql3.svg) no-repeat;
  width: 18px;
  height: 16px;
}
.sticky-social-share-wrap .share-buttons .sticky-gmShareIcon {
  background: url(../_/_/components/stickySocialShare/images/3eLkRj7.svg) no-repeat;
  width: 10px;
  height: 20px;
}
.sticky-social-share-wrap .share-buttons .sticky-cpShareIcon {
  background: url(../_/_/components/stickySocialShare/images/73vncF1.svg) no-repeat;
  width: 14px;
  height: 18px;
}
.sticky-social-share-wrap .share-buttons .sticky-mailTo.unsupported-item {
  display: none;
}
.sticky-social-share-wrap.activated {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
  -webkit-transform: translate(-46px, 56px);
  -ms-transform: translate(-46px, 56px);
  transform: translate(-46px, 56px);
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .sticky-social-share-wrap.activated {
    -webkit-transform: translate(-46px, 86px);
    -ms-transform: translate(-46px, 86px);
    transform: translate(-46px, 86px);
  }
}
.sticky-social-share-wrap.activated .social-sticky-share-button {
  -webkit-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.16);
          box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.16);
}
.sticky-social-share-wrap.activated .social-sticky-share-button i {
  background: url(../_/_/components/stickySocialShare/images/1JARxzU.svg) no-repeat;
  width: 16px;
  height: 16px;
}
@media (min-width: 280px) and (max-width: 767px) {
  [data-tab="feed_sticky"].sticky-social-share-wrap {
    -webkit-transform: translate(0, 96px);
    -ms-transform: translate(0, 96px);
    transform: translate(0, 96px);
  }
  [data-tab="feed_sticky"].sticky-social-share-wrap.activated {
    -webkit-transform: translate(-46px, 96px);
    -ms-transform: translate(-46px, 96px);
    transform: translate(-46px, 96px);
  }
}

.sell-page .contest-unit {
  background-color: #010004;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}
.sell-page .contest-unit .content-block {
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
}
.sell-page .contest-unit .content-block .contest-logo {
  display: block;
  max-width: 245px;
  margin: 0 auto 25px auto;
}
.sell-page .contest-unit .content-block .general-text {
  color: #fcb230;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  max-width: 252px;
  margin: 0 auto 20px auto;
  font-style: normal;
  font-family: 'montserrat_regular', Arial, sans-serif;
}
.sell-page .contest-unit .content-block .actions {
  text-align: center;
}
.sell-page .contest-unit .content-block .actions .btn {
  min-width: 150px;
  font-family: 'montserrat_bold', Arial, sans-serif;
}
.sell-page .contest-unit .bg-unit {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 1;
}
.sell-page .contest-unit .bg-unit .bg-img {
  display: block;
  min-width: 100%;
}
.sell-page .contest-unit .bg-unit .bg-mobile {
  margin: 0 auto;
  max-width: 315px;
  min-width: auto;
}
.sell-page .contest-unit .bg-unit .bg-full {
  display: none;
}
@media (min-width: 500px) {
  .sell-page .contest-unit .content-block {
    padding-bottom: 40px;
    padding-top: 25px;
    padding-right: 10px;
    width: 50%;
    margin-left: 50%;
  }
  .sell-page .contest-unit .bg-unit {
    right: auto;
    width: 64%;
    left: 0;
    top: 0;
  }
  .sell-page .contest-unit .bg-unit .bg-mobile {
    max-width: none;
    max-height: 100%;
    float: right;
  }
}
@media (min-width: 768px) {
  .sell-page .contest-unit .content-block {
    width: 40%;
    margin-left: 60%;
  }
}
@media (min-width: 1024px) {
  .sell-page .contest-unit .content-block {
    width: 50%;
    margin-left: 50%;
  }
  .sell-page .contest-unit .bg-unit .bg-mobile {
    float: none;
  }
}
@media (min-width: 1366px) {
  .sell-page .contest-unit {
    padding-bottom: 90px;
    padding-top: 45px;
  }
  .sell-page .contest-unit .content-block {
    padding-bottom: 0px;
  }
  .sell-page .contest-unit .content-block .contest-logo {
    max-width: none;
    margin-bottom: 55px;
  }
  .sell-page .contest-unit .content-block .general-text {
    font-size: 24px;
    line-height: 40px;
    max-width: none;
    margin-bottom: 60px;
  }
  .sell-page .contest-unit .content-block .actions .btn {
    padding: 20px 60px;
    font-size: 20px;
  }
  .sell-page .contest-unit .content-block .actions .btn:hover {
    color: #fff;
  }
  .sell-page .contest-unit .bg-unit .bg-img {
    min-width: auto;
  }
  .sell-page .contest-unit .bg-unit .bg-mobile {
    display: none;
  }
  .sell-page .contest-unit .bg-unit .bg-full {
    display: block;
    position: absolute;
    left: -27%;
    max-width: none;
  }
}
@media (min-width: 1750px) {
  .sell-page .contest-unit .bg-unit {
    top: 0;
    max-width: none;
    left: 0;
    width: auto;
  }
}
@media (min-width: 2000px) {
  .sell-page .contest-unit .bg-unit {
    top: 0;
    max-width: none;
    left: 0;
    width: auto;
    bottom: 0;
    width: 50%;
  }
  .sell-page .contest-unit .bg-unit .bg-full {
    position: static;
    display: block;
    float: right;
  }
}
.fui-tooltip-error {
  display: block;
}
.fui-tooltip-error .tt-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.fui-tooltip-error .tt-link i {
  display: block;
  font-size: 16px;
  color: #d35853;
}
.fui-tooltip-error .tt-content {
  display: none;
}
.warning .req {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  line-height: 18px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sell-page .bg-unit {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sell-page .bg-unit .bg-img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sell-page .content-block {
  z-index: 3;
  position: relative;
  line-height: 1.6em;
}
.sell-page .info-unit .page-unit {
  position: relative;
  min-height: 433px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sell-page .info-unit .bg-unit {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sell-page .info-unit .bg-full {
  display: none;
}
.sell-page .info-unit .bg-mobile {
  display: block;
  height: 100%;
  position: relative;
  margin-left: -160px;
}
.sell-page .info-unit .dot-decor {
  display: none;
}
.sell-page .info-unit .double-zigzag {
  display: none;
}
.sell-page .info-unit .general-text {
  font-family: 'museo_sans_cyrl_300', Arial, sans-serif;
  font-size: 18px;
  line-height: 2.1em;
  font-style: normal;
}
.sell-page .info-unit .content-block {
  padding: 60px 10px 60px 60px;
  text-align: right;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
}
.sell-page .info-unit .actions {
  margin-top: 30px;
}
.sell-page .info-unit .actions .btn-regular {
  padding-left: 30px;
  padding-right: 30px;
}
.sell-page .features-unit .page-unit {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  font-size: 16px;
  line-height: 1.8em;
  z-index: 2;
  font-family: 'museo_sans_cyrl_300', Arial, sans-serif;
  text-align: center;
}
.sell-page .features-unit .main-title {
  padding-bottom: 25px;
}
.sell-page .features-unit .item {
  padding: 18px 10px;
}
.sell-page .features-unit .dot-decor {
  display: none;
}
.sell-page .features-unit .double-zigzag {
  display: block;
  position: absolute;
  z-index: 1;
}
.sell-page .features-unit .double-zigzag.decor-left {
  background: url(../_/_/components/sell/images/decoration/2QtSmcp.png) bottom left no-repeat;
  top: 0;
  left: 50%;
  height: 155px;
  width: 187px;
  margin-left: -187px;
}
.sell-page .features-unit .icon {
  height: 60px;
}
.sell-page .features-unit .main-icon {
  background: url(../_/_/components/sell/images/chatPromo/3duZfbq.svg) center no-repeat;
}
.sell-page .features-unit .app-icon {
  background: url(../_/_/components/sell/images/chatPromo/5USEGgC.svg) center no-repeat;
}
.sell-page .features-unit .link-icon {
  background: url(../_/_/components/sell/images/chatPromo/2iAwQVY.svg) center no-repeat;
}
.sell-page .features-unit .slick-dots {
  text-align: center;
  margin-top: 30px;
}
.sell-page .features-unit .slick-dots li {
  cursor: pointer;
  display: inline-block;
  padding: 4px;
}
.sell-page .features-unit .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  text-indent: -1000em;
  display: block;
}
.sell-page .faq-unit {
  padding-top: 40px;
  padding-bottom: 35px;
}
.sell-page .faq-unit .main-title {
  padding-bottom: 28px;
}
.sell-page .faq-item {
  position: relative;
  padding: 17px 20px;
  margin-bottom: 10px;
}
.sell-page .faq-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 14px;
  border-style: solid;
}
.sell-page .faq-item .dot-decor {
  display: none;
}
.sell-page .faq-item .text {
  padding-top: 10px;
}
.sell-page .faq-item .toggle-unit {
  display: none;
}
.sell-page .faq-item .title {
  font-size: 16px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  line-height: 1.8em;
}
.sell-page .faq-item .actions {
  padding-top: 20px;
}
.sell-page .faq-item .btn-default {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sell-page .faq-item .btn-default .icon-arr {
  margin-left: 8px;
}
.sell-page .centrou-unit {
  padding: 30px 0;
  text-align: center;
  background-image: url(../_/_/promo/images/AY-Gag5.png);
  background-position: center;
  -ms-background-size: cover;
  background-size: cover;
}
.sell-page .centrou-unit .centrou-logo {
  height: 80px;
}
.sell-page .centrou-unit .centrou-logo img {
  height: 100%;
}
.sell-page .centrou-unit .desc {
  max-width: 904px;
  margin: 24px auto;
  font-size: 12px;
  line-height: 20px;
}
.sell-page .centrou-unit .btn {
  max-height: 36px;
  min-width: 158px;
  padding: 11px 16px;
  font-size: 12px;
}
.registration-wrap {
  overflow: hidden;
  position: relative;
  background: #427dc0 url(../_/_/components/sell/images/registration/wK4T3bq.jpg) bottom center repeat-x;
}
.registration-wrap .zigzag {
  width: 62px;
  height: 44px;
  background: url(../_/_/components/sell/images/decoration/D58T6U3.png) bottom left no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -460px;
}
.registration-wrap .main-footer {
  position: relative;
  z-index: 2;
}
.registration-wrap .main-footer.gradient-4 {
  background: none;
}
.registration-wrap .sc-auth-wrap {
  background: none;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.registration-wrap .sc-auth-wrap .auth-wrap {
  padding-bottom: 0;
  max-width: 500px;
}
.registration-wrap .registration-form .sc-auth-wrap {
  margin-top: 0;
}
.registration-wrap .input-elem .input-error {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 25px;
}
.registration-wrap .input-elem.error .input-error {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  max-height: 300px;
  padding-top: 8px;
  padding-bottom: 15px;
}
.registration-wrap .profile-name-link {
  padding: 0 20px;
  font-size: 10px;
  color: #acacac;
  word-break: break-word;
}
.registration-wrap .profile-name-link .profile-name:empty::before {
  content: attr(placeholder);
  display: inline-block;
  color: #d6d6d6;
}
.registration-wrap .checkbox-agreem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
.registration-wrap .checkbox-agreem label {
  margin-right: 10px;
  height: 25px;
}
.registration-wrap .checkbox-agreem .checkbox-text {
  padding-top: 3px;
  font-size: 14px;
}
.registration-wrap .checkbox-agreem .checkbox-text .info {
  padding-top: 16px;
  font-size: 11px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  line-height: 1.6em;
}
.registration-wrap .checkbox-agreem .checkbox-text .info p {
  display: inline;
}
.registration-wrap .signin-link {
  padding-top: 20px;
}
@media (min-width: 500px) {
  .sell-page .info-unit .bg-mobile {
    margin-left: -80px;
  }
  .sell-page .info-unit .content-block {
    padding-left: 160px;
  }
  .sell-page .info-unit .general-text {
    font-size: 3.5vw;
  }
  .sell-page .centrou-unit {
    padding: 35px 0;
  }
  .sell-page .centrou-unit .centrou-logo {
    height: 90px;
  }
  .sell-page .centrou-unit .desc {
    margin: 35px auto;
    font-size: 18px;
    line-height: 28px;
  }
  .sell-page .centrou-unit .btn {
    max-height: 41px;
    min-width: 170px;
    padding: 12px 27px 13px;
    font-size: 13px;
  }
  .registration-wrap .sc-auth-wrap .auth-form-wrap {
    padding-left: 75px;
    padding-right: 75px;
  }
  .registration-wrap .sc-auth-wrap .auth-form-wrap .block-line-title {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media (min-width: 768px) {
  .sell-page .info-unit .page-unit {
    min-height: 520px;
  }
  .sell-page .info-unit .bg-full {
    height: 100%;
    position: relative;
    display: block;
    margin-left: -25px;
  }
  .sell-page .info-unit .bg-mobile {
    display: none;
  }
  .sell-page .info-unit .dot-decor {
    display: block;
    position: absolute;
    bottom: 22%;
    left: 80%;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
  .sell-page .info-unit .zigzag {
    position: absolute;
    background: url(../_/_/components/sell/images/decoration/vZ9fH6l.png) bottom left no-repeat;
    width: 87px;
  }
  .sell-page .info-unit .zigzag-left {
    z-index: 2;
    height: 72px;
    top: 0;
    right: 0;
  }
  .sell-page .info-unit .zigzag-right {
    z-index: 1;
    height: 87px;
    top: 30%;
    left: -10px;
  }
  .sell-page .info-unit .content-block {
    padding-left: 360px;
  }
  .sell-page .info-unit .general-text {
    font-family: 'museo_sans_cyrl_100', Arial, sans-serif;
    line-height: 1.55em;
  }
  .sell-page .info-unit .actions .btn-regular {
    font-size: 20px;
    padding: 20px 60px;
  }
  .sell-page .features-unit .page-unit {
    padding-top: 75px;
    padding-bottom: 60px;
    position: relative;
  }
  .sell-page .features-unit .main-title {
    padding-bottom: 35px;
  }
  .sell-page .features-unit .features-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .sell-page .features-unit .item {
    min-width: 25%;
    max-width: 25%;
    width: 25%;
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .sell-page .features-unit .dot-decor {
    display: block;
    top: 176px;
    left: 50%;
    margin-left: -78px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    filter: alpha(opacity=12);
    opacity: 0.12;
  }
  .sell-page .features-unit .double-zigzag.decor-right {
    background: url(../_/_/components/sell/images/decoration/32H6XdD.png) bottom left no-repeat;
    bottom: -71px;
    right: 50px;
    height: 187px;
    width: 248px;
  }
  .sell-page .features-unit .double-zigzag.decor-left {
    left: -40px;
    margin-left: 0;
  }
  .sell-page .bait-unit {
    position: relative;
    overflow: hidden;
  }
  .sell-page .bait-unit .page-unit {
    position: relative;
  }
  .sell-page .bait-unit .double-zigzag {
    left: -80px;
  }
  .sell-page .bait-unit .dot-decor.dot-blue-dark {
    display: block;
    top: 0;
    height: 35px;
    left: 50%;
    margin-left: 500px;
    z-index: 2;
  }
  .sell-page .bait-unit .bg-unit {
    display: block;
    max-height: 100%;
    width: 100%;
    height: 399px;
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: 1;
    background: url(../_/_/components/sell/images/registration/23x7SKF.jpg) bottom left no-repeat;
  }
  .sell-page .bait-unit .bg-unit .dot-decor {
    position: absolute;
    bottom: 35px;
    left: 35px;
  }
  .sell-page .bait-unit .content-block {
    font-size: 18px;
    padding: 90px 0 85px 340px;
    line-height: 1.8em;
  }
  .sell-page .bait-unit .content-block .title {
    font-family: 'museo_sans_cyrl_100', Arial, sans-serif;
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 35px;
  }
  .sell-page .centrou-unit {
    padding: 40px 0;
  }
  .sell-page .centrou-unit .centrou-logo {
    height: 100px;
  }
  .sell-page .centrou-unit .desc {
    margin: 40px auto;
    font-size: 25px;
    line-height: 38px;
  }
  .sell-page .centrou-unit .btn {
    max-height: 46px;
    min-width: 186px;
    padding: 13px 30px 14px;
    font-size: 14px;
  }
  .registration-wrap .sc-auth-wrap {
    padding-top: 60px;
  }
  .registration-wrap .registration-bg {
    background: url(../_/_/components/sell/images/registration/2k3oHZM.jpg) bottom center no-repeat;
  }
}
@media (min-width: 980px) {
  .sell-page .faq-unit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sell-page .faq-unit .main-title {
    padding-bottom: 50px;
  }
  .sell-page .faq-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .sell-page .faq-list > div {
    width: 31%;
  }
  .sell-page .faq-list .toggle-unit {
    display: block !important;
  }
  .sell-page .faq-item {
    margin-bottom: 20px;
    padding: 35px 40px;
    position: relative;
  }
  .sell-page .faq-item:after {
    border-width: 22px;
  }
  .sell-page .faq-item .actions {
    display: none;
  }
  .sell-page .faq-item .title {
    line-height: 1.6em;
    font-size: 18px;
    padding-bottom: 15px;
  }
  .sell-page .faq-item .text {
    font-size: 14px;
    line-height: 1.9em;
  }
  .sell-page .faq-item .dot-decor {
    display: block;
    right: 0;
    bottom: -60px;
  }
  .sell-page .faq-item .zigzag {
    width: 62px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: -50px;
    background: url(../_/_/components/sell/images/decoration/3wrWBXi.png) top right no-repeat;
  }
}
@media (min-width: 1100px) {
  .sell-page .info-unit .page-unit {
    min-height: 620px;
  }
  .sell-page .info-unit .content-block {
    padding-right: 50px;
    padding-left: 460px;
  }
  .sell-page .info-unit .general-text {
    font-size: 45px;
  }
}
@media (min-width: 1300px) {
  .registration-wrap {
    background: #427dc0 url(../_/_/components/sell/images/registration/3NXaJHT.jpg) bottom center repeat-x;
  }
  .registration-wrap .sc-auth-wrap {
    padding-top: 80px;
  }
  .registration-wrap .registration-bg {
    background: url(../_/_/components/sell/images/registration/GITO8xD.jpg) bottom center no-repeat;
  }
}

.registration-form.sc-auth-wrap .auth-form-wrap {
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
.registration-form.sc-auth-wrap .auth-form .title {
  margin-bottom: 25px;
}
.registration-form.sc-auth-wrap .auth-form .buttons {
  margin-bottom: 25px;
}
.registration-form.sc-auth-wrap .info-auth-wrap {
  text-align: center;
}
.registration-form.sc-auth-wrap .info-auth-wrap .title {
  padding-bottom: 20px;
  font-family: 'museo_sans_cyrl_100', Arial, sans-serif;
  font-size: 28px;
}
.registration-form .form-controls .buttons {
  margin-top: 15px;
}
.registration-form .buttons .btn {
  min-width: 155px;
}
.registration-form .form-by-email .active-line-text {
  font-family: 'museo_sans_cyrl_italic_500', Arial, sans-serif;
  cursor: pointer;
}
.registration-form .form-by-email .active-line-text .icon {
  font-size: 7px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.registration-form .form-by-email .form-controls {
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
}
.registration-form .form-by-email.show-form .active-line-text .icon {
  font-size: 7px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.registration-form .form-by-email.show-form .form-controls {
  max-height: 30em;
}
.registration-form .form-by-email.form-overflow .form-controls {
  overflow: inherit;
}
.registration-form .signin-link {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}
.registration-form .checkbox-group {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.3em;
}
@media (max-width: 360px) {
  .registration-form .checkbox-group {
    font-size: 11px;
  }
}

