#mobile-header {
  display: none;
}
.constructor:not(.preview) #mobile-header {
  display: none !important;
}
#mobile-header .hamburger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  margin: 6px 6px;
  z-index: 99999999;
}
#mobile-header .hamburger .open-menu {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  border: none;
  padding: 0;
  display: inline-block;
}
#mobile-header .hamburger .open-menu span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#mobile-header .hamburger svg {
  width: 16px;
  height: 16px;
}
#mobile-header .inner {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  transform: translateX(100%);
  background: #fff;
  transition: transform 0.3s ease-in-out;
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#mobile-header .links {
  box-sizing: border-box;
  padding: 68px 20px;
  width: 100%;
}
#mobile-header .links a {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -2.4px;
  margin-bottom: 40px;
}
#mobile-header .links a.active {
  color: #ec520b;
  cursor: default;
  pointer-events: none;
}
#mobile-header .links a:hover {
  color: #ec520b;
}
#mobile-header.opened .inner {
  transform: translateX(0);
}
.rm-header-mobile #mobile-header {
  display: block;
}
@media screen and (max-width: 768px) {
#mobile-header {
    display: block;
}
}

#rm-header header {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
  cursor: default;
}
#rm-header header > div {
  width: 100%;
}
#rm-header .logo {
  height: 40px;
}
#rm-header .logo a {
  display: inline-block;
  height: 40px;
}
#rm-header .logo svg {
  height: 40px;
  width: 40px;
  transition: transform 0.6s ease-in-out;
}
#rm-header .avatar {
  height: 40px;
  display: inline-block;
}
#rm-header .avatar a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #f4f4f4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.04px;
  color: #282828;
  text-transform: uppercase;
  font-family: Graphik;
}
#rm-header .avatar a.with-avatar {
  background-color: transparent;
}
#rm-header .links {
  text-align: center;
}
#rm-header .links a {
  display: inline-block;
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-right: 16px;
  letter-spacing: -0.1px;
  text-decoration: none;
  color: #000;
}
.text-on-dark #rm-header .links a {
  color: #fff;
}
.white-theme.scrolled #rm-header .links a {
  color: #000 !important;
}
.white-theme.scrolled #rm-header .links a:hover,
.white-theme.scrolled #rm-header .links a.active {
  color: #ec520b !important;
}
#rm-header .links a:last-child {
  margin-right: 0;
}
#rm-header .links a:hover {
  color: #ec520b;
}
#rm-header .links a.active {
  color: #ec520b;
}
#rm-header .buttons {
  text-align: right;
  font-size: 0;
}
#rm-header .buttons a {
  background-color: rgba(244, 244, 244, 0.96);
  border-radius: 200px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1px;
  font-size: 16px;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  color: #000;
}
#rm-header .buttons a:hover {
  color: #fff;
  background-color: #ec520b;
}
.rm-header-mobile #rm-header header {
  align-items: center;
  padding: 6px 6px;
}
.rm-header-mobile #rm-header header .avatar {
  width: auto;
  height: 48px;
}
.rm-header-mobile #rm-header header .avatar a {
  height: 48px;
  width: 48px;
}
.rm-header-mobile #rm-header header .logo {
  height: 48px;
}
.rm-header-mobile #rm-header header .logo a {
  height: 48px;
}
.rm-header-mobile #rm-header header .logo svg {
  height: 48px;
  width: 48px;
}
.rm-header-mobile #rm-header header .links {
  display: none;
}
.rm-header-mobile #rm-header header .buttons {
  display: none;
}
@media screen and (max-width: 768px) {
#rm-header header {
    align-items: center;
    padding: 6px 6px;
}
#rm-header header .avatar {
    width: auto;
    height: 48px;
}
#rm-header header .avatar a {
    height: 48px;
    width: 48px;
}
#rm-header header .logo {
    height: 48px;
}
#rm-header header .logo a {
    height: 48px;
}
#rm-header header .logo svg {
    height: 48px;
    width: 48px;
}
#rm-header header .links {
    display: none;
}
#rm-header header .buttons {
    display: none;
}
header.menu {
    height: 60px !important;
}
.widget-rm-header {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
}
.login-popup {
    top: 0 !important;
}
}

#rm-footer {
  background: #282828;
  height: 100%;
  width: 100%;
}
#rm-footer.transform footer {
  padding: 0 !important;
}
#rm-footer footer {
  margin: 0 auto;
  width: 1024px;
  height: 100%;
  padding: 58px 20px 16px;
  box-sizing: border-box;
}
#rm-footer .footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 38px;
}
#rm-footer .title {
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 24px;
  color: #808080;
  border-bottom: 1px solid rgba(128, 128, 128, 0.24);
  padding-bottom: 6px;
  margin-bottom: 16px;
}
#rm-footer .company {
  width: 230px;
}
#rm-footer .support {
  width: 230px;
}
#rm-footer .updates {
  width: 482px;
}
#rm-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#rm-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 24px;
  display: inline-block;
}
#rm-footer ul li a:hover {
  color: #ec520b;
}
#rm-footer .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#rm-footer .row ul:last-child {
  margin-right: 30px;
}
#rm-footer .footer-bottom {
  display: flex;
  align-items: flex-start;
  color: #808080;
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 24px;
}
#rm-footer .footer-bottom a {
  color: #808080;
  font-family: Graphik;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
}
#rm-footer .footer-bottom a:hover {
  color: #ec520b;
}
#rm-footer .footer-bottom a:after {
  content: ', ';
}
#rm-footer .footer-bottom a:last-child:after {
  content: none;
}
#rm-footer .footer-bottom .inc {
  width: 252px;
}
.rm-footer-mobile .mobile-no-margin {
  margin: 0 !important;
}
.isphone .rm-footer-mobile #rm-footer {
  padding-right: 4px;
  margin-left: -4px;
  padding-left: 4px;
}
footer .rm-footer-mobile #rm-footer {
  padding-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.rm-footer-mobile #rm-footer footer {
  width: 100%;
}
.rm-footer-mobile #rm-footer .footer-top {
  display: block;
  margin-bottom: 76px;
}
.rm-footer-mobile #rm-footer .footer-top > div {
  width: 100%;
  display: block;
}
.rm-footer-mobile #rm-footer .row {
  display: block;
}
.rm-footer-mobile #rm-footer .row ul:last-child {
  margin-right: 0;
}
.rm-footer-mobile #rm-footer ul {
  margin-bottom: 36px;
}
.rm-footer-mobile #rm-footer .footer-bottom {
  display: block;
}
.rm-footer-mobile #rm-footer .footer-bottom > div {
  width: 100%;
  line-height: 1;
}
.rm-footer-full-width:before {
  content: '';
  top: 0;
  right: 99%;
  width: 100%;
  height: 100%;
  background: #282828;
  display: block;
  position: absolute;
}
.rm-footer-full-width:after {
  content: '';
  top: 0;
  left: 99%;
  width: 100%;
  height: 100%;
  background: #282828;
  display: block;
  position: absolute;
}
.widget-rm-footer {
  background: #282828;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
.mobile-no-margin {
    margin: 0 !important;
}
.isphone #rm-footer {
    padding-right: 4px;
    margin-left: -4px;
    padding-left: 4px;
}
footer #rm-footer {
    padding-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
#rm-footer footer {
    width: 100%;
}
#rm-footer .footer-top {
    display: block;
    margin-bottom: 76px;
}
#rm-footer .footer-top > div {
    width: 100%;
    display: block;
}
#rm-footer .row {
    display: block;
}
#rm-footer .row ul:last-child {
    margin-right: 0;
}
#rm-footer ul {
    margin-bottom: 36px;
}
#rm-footer .footer-bottom {
    display: block;
}
#rm-footer .footer-bottom > div {
    width: 100%;
    line-height: 1;
}
}

.rm-cookies-alert {
  border-radius: 8px;
  background-color: #f4f4f4;
  border-color: #ffffff;
  width: 324px;
  height: 84px;
  font-family: Graphik;
  box-sizing: border-box;
  margin: 16px;
  color: #282828;
  padding: 0 26px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.rm-cookies-alert span {
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 1;
  font-weight: 400;
}
.rm-cookies-alert a {
  color: #282828;
  text-decoration: none;
}
.rm-cookies-alert a:hover {
  color: #ec520b;
}
.rm-cookies-alert button {
  height: 22px;
  width: 22px;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.rm-cookies-alert button:hover svg {
  fill: #ec520b !important;
}
.workspace-container[data-viewport='phone_portrait'] .rm-cookies-alert,
body.constructor.preview .rm-cookies-alert {
  width: 100%;
  margin: 16px 0;
}
.workspace-container[data-viewport='phone_portrait'] .rm-cookies,
body.constructor.preview .rm-cookies,
.workspace-container[data-viewport='phone_portrait'] .widget-rm-cookies,
body.constructor.preview .widget-rm-cookies {
  padding: 0 40px;
  box-sizing: border-box;
}
#rm-cookies-wrapper {
  position: fixed;
  z-index: 556;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
#rm-cookies-wrapper {
    width: 100%;
    padding: 16px 20px;
}
.rm-cookies-alert {
    margin: 0;
    width: 100%;
}
.rm-cookies-alert span {
    font-size: 14px !important;
}
.widget-rm-cookies {
    left: 0 !important;
    margin-left: 0 !important;
    width: 100vw !important;
    padding: 0px 20px !important;
    box-sizing: border-box;
}
}

