pre {
  white-space: normal !important;
}
.app-header {
  font-family: "LatoWeb";
  font-weight: normal;
  height: 72px;
  padding: 0 26px 0 29px;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .app-header {
    height: 92px;
    padding: 0;
  }
}
.app-header__content {
  max-width: 1530px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .app-header__content {
    width: 80%;
  }
}
.app-header__logo {
  height: 21px;
}
@media (min-width: 992px) {
  .app-header__logo {
    height: 29px;
  }
}
.app-header__link, .app-header__button {
  text-transform: uppercase;
  font-size: 15px;
}
.app-header__link {
  font-size: 15px;
  line-height: 18px;
  margin-right: 60px;
  color: #ffffff;
}
.app-header__link:hover {
  color: #ffffff;
}
.app-header__link--orange {
  color: #FF7051;
}
.app-header__link--orange:hover {
  color: #FF7051;
}
.app-header__link:last-child {
  margin-right: 43px;
}
.app-header__button {
  color: #ffffff;
  height: 39px;
  width: 111px;
  background-color: #FF7354;
  box-shadow: 0 2px 4px 0 rgba(167, 95, 95, 0.09);
  border: none;
  outline: none;
}
.app-header__menu {
  width: 24px;
  cursor: pointer;
}

.app-header--dark .app-header {
  font-family: "LatoWebMedium";
  font-weight: normal;
  background: #FCFCFC;
}
@media (min-width: 992px) {
  .app-header--dark .app-header {
    height: 75px;
  }
}
.app-header--dark .app-header__link {
  color: rgba(0, 0, 0, 0.6);
}

.dark-background {
  background-color: #212121;
}

.nav-mobile {
  width: 266px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  z-index: 999;
  transition: all 0.3s;
  display: grid;
  grid-template-rows: minmax(40px, 87px) auto 157px;
}
.nav-mobile.is-hidden {
  left: -200%;
}
.nav-mobile__content {
  padding-left: 43px;
}
.nav-mobile__links-list {
  margin-top: 30px;
  list-style-type: none;
  padding: 0;
}
.nav-mobile__item {
  margin-bottom: 24px;
  display: block;
}
.nav-mobile__link {
  font-family: "LatoWebMedium";
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: rgba(55, 55, 55, 0.3) !important;
}
.nav-mobile__link:hover {
  text-decoration: none;
  opacity: 1;
}
.nav-mobile__link:active, .nav-mobile__link:focus {
  color: #373737;
}
.nav-mobile__link.is-active {
  color: #373737;
}
.nav-mobile__close {
  background: none;
  border: none;
  position: absolute;
  top: 18px;
  left: 29px;
  opacity: 0.4;
}
.nav-mobile__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.nav-mobile-auth {
  height: 1px;
  width: 198px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  margin-left: 25px;
  padding: 18px 0 0 23px;
}
.nav-mobile-auth .nav-mobile__link {
  margin-bottom: 24px;
}

.nav-mobile-profile {
  color: #292C2F;
}
.nav-mobile-profile__avatar-wrapper {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-left: 19px;
  overflow: hidden;
}
.nav-mobile-profile__avatar {
  width: 100%;
  height: 100%;
}
.nav-mobile-profile__content {
  margin-top: 35px;
}
.nav-mobile-profile__name {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
}
.nav-mobile-profile__plan {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-top: 8px;
}
.nav-mobile-profile__signup-date {
  font-family: "LatoWeb";
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

.nav-dashboard {
  width: 266px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  z-index: 999;
  transition: left 0.3s;
}
.nav-dashboard.hidden {
  left: -200%;
}
.nav-dashboard__links {
  margin-top: 30px;
  padding-left: 42px;
  list-style-type: none;
}
.nav-dashboard__links li {
  margin-bottom: 23px;
  display: block;
}
.nav-dashboard__links a {
  font-family: "LatoWebMedium";
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #373737;
  opacity: 0.3;
}
.nav-dashboard__links a:hover {
  text-decoration: none;
  opacity: 1;
}
.nav-dashboard__links a.active {
  opacity: 1;
}
.nav-dashboard__close {
  background: none;
  border: none;
  position: absolute;
  top: 17px;
  left: 27px;
  opacity: 0.4;
}
.nav-dashboard__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}
.nav-dashboard__profile {
  margin-top: 87px;
  margin-right: 10px;
  text-align: center;
}
.nav-dashboard__profile img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav-dashboard__user-data {
  padding-left: 43px;
}
.nav-dashboard__user-name {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 25px;
  margin-top: 36px;
  margin-bottom: 0;
  color: #000000;
  line-height: 30px;
}
.nav-dashboard__plan {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 19px;
  margin-top: 11px;
  margin-bottom: 0;
  color: #000000;
  line-height: 22px;
}
.nav-dashboard__join-date {
  font-family: "LatoWeb";
  font-weight: normal;
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 0;
  color: #000000;
  line-height: 16px;
}
.nav-dashboard hr {
  margin-top: 46px;
  margin-bottom: 25px;
  margin-left: -17px;
  width: 198px;
  border-top: 1px solid #979797;
  opacity: 0.3;
}

.partners_links a {
  color: #000000;
  font-size: 15px;
}
.partners_links a:hover {
  border-bottom: 2px solid #FF7354;
}

.dropdown-item:hover {
  border-bottom: 2px solid #FF7354 !important;
}

.partners_links:hover {
  display: block;
}

.partners_links a:hover {
  text-decoration: none;
}

.partners_link:hover + .partners_links {
  display: block;
}

ul, p, h1, li {
  padding: 0;
  margin: 0;
}

.app-header {
  background-color: transparent;
}
@media (min-width: 768px) {
  .app-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.46);
  }
}

#helpinghand-lpmain {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
@media (min-width: 768px) {
  #helpinghand-lpmain {
    background-image: url("/images/scenes/helpinghand/helpinghand_lg.jpg");
    height: 334px;
  }
}
@media (max-width: 576px) {
  #helpinghand-lpmain {
    background-image: url("/images/scenes/helpinghand/helpinghand_xs.jpg");
    height: 243px;
  }
}
#helpinghand-lpmain h1 {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 66px;
  margin-top: 166px;
}
@media (max-width: 576px) {
  #helpinghand-lpmain h1 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  #helpinghand-lpmain h1 {
    margin-top: 121px;
  }
}

#helpinghand-main {
  background-color: white;
}
@media (min-width: 768px) {
  #helpinghand-main {
    padding-bottom: 87.5px;
  }
}
@media (max-width: 576px) {
  #helpinghand-main {
    padding-bottom: 74px;
  }
}
#helpinghand-main .container {
  width: 43%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  #helpinghand-main .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
#helpinghand-main .grey-container {
  padding-top: 49px;
  background-color: #F9F9F9;
  margin-bottom: 54px;
}
@media (max-width: 576px) {
  #helpinghand-main .grey-container {
    padding-top: 38px;
    margin-bottom: 40px;
  }
}
#helpinghand-main .grey-container .text-center {
  padding-bottom: 63px;
}
@media (max-width: 576px) {
  #helpinghand-main .grey-container .text-center {
    padding-bottom: 55px;
  }
}
#helpinghand-main .title {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 37px;
}
@media (max-width: 576px) {
  #helpinghand-main .title {
    font-size: 19px;
  }
}
#helpinghand-main .title:nth-child(2) {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  #helpinghand-main .title:nth-child(2) {
    margin-bottom: 31px;
  }
}
#helpinghand-main .description {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 37px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  #helpinghand-main .description {
    font-size: 15px;
  }
}
#helpinghand-main .box {
  box-sizing: border-box;
  height: 189px;
  border: 1px solid #D4D4D4;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #helpinghand-main .box {
    width: 423px;
    padding: 28px 51px 23px 51px;
  }
}
@media (max-width: 576px) {
  #helpinghand-main .box {
    padding: 29px 5px 23px 5px;
  }
}
#helpinghand-main .box .border-line {
  height: 2px;
  width: 80px;
  background-color: #000000;
  margin: 23px auto;
}
#helpinghand-main .box h1 {
  color: #000000;
  font-family: "Playfair Display", sans-serif;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 31px;
}
@media (max-width: 576px) {
  #helpinghand-main .box h1 {
    font-size: 23px;
  }
}
#helpinghand-main .box p {
  color: #000000;
  font-family: "Karla", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 30px;
}
#helpinghand-main .small-title {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 30px;
}
#helpinghand-main .small-descr, #helpinghand-main a, #helpinghand-main .small-descr pre, #helpinghand-main .small-descr li {
  color: #2B2B2B;
  font-family: "Karla", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26.26px;
  margin-bottom: 30px;
}
#helpinghand-main .small-descr ul, #helpinghand-main .small-descr li {
  padding: 0;
  text-align: left;
}
#helpinghand-main .small-borderline {
  box-sizing: border-box;
  height: 1px;
  width: 350px;
  border: 1px solid #979797;
  opacity: 0.23;
  margin: 72.5px auto 43.5px auto;
}
@media (min-width: 768px) {
  #helpinghand-main .text-center .small-descr, #helpinghand-main .text-center .small-descr pre {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  #helpinghand-main .text-center .small-descr, #helpinghand-main .text-center .small-descr pre {
    padding: 0;
  }
}
#helpinghand-main ul {
  padding: 0 30px;
}
@media (max-width: 576px) {
  #helpinghand-main ul {
    padding: 0 0 0 12px;
  }
}