.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.no-select:focus {
  /*	border: none;*/
}
.can-select {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
body.distributor-page .upper-bar,
body.distributor-page .rsfmstq9,
body.distributor-page .user_block,
body.distributor-page .n15qtbhl {
  display: none;
}
body.distributor-page .v25qoldd {
  opacity: 0;
}
body.distributor-page .footer .top-footer .uk-block {
  display: none;
}
body.distributor-page .footer .rhsyiqir {
  display: none;
}
body.distributor-page .footer .txt_rights,
body.distributor-page .footer .social_block,
body.distributor-page .footer .pay {
  opacity: 0;
}
@media all and (max-width: 980px) {
  body.distributor-page .footer .txt_rights,
  body.distributor-page .footer .social_block,
  body.distributor-page .footer .pay {
    display: none;
  }
}
@media all and (max-width:767px) {
  body.distributor-page .footer .footer_mid {
    display: block !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-box !important;
    display: -o-box !important;
    display: box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    /*display: -webkit-box;*/
    display: flex !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body.distributor-page .footer .footer_mid img.logo_footer {
    display: block;
  }
  body.distributor-page .footer .footer_mid.uk-hidden-small {
    display: none !important;
  }
}
