.container__legals {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 3rem;
}
.sidebar__legals {
  max-width: 300px;
  min-width: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 92px;
  padding-right: 1rem;
}
.sidebar__legals > ul {
  list-style: none;
  padding-left: 0;
}
.sidebar__legals > ul ul {
}

.sidebar__legals a {
  color: rgba(62, 51, 34, 1);
  font-size: 600;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
}
.sidebar__legals > ul > li {
  margin-bottom: 1rem;
}
.sidebar__legals > ul > li ul {
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-left: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar__legals > ul > li > a {
  text-decoration: none;
}
.sidebar__legals > ul > li ul a {
  font-size: 0.875rem;
  padding-left: 0;
}
.sidebar__legals > ul > li > a span {
  padding-left: 0.5rem;
}
.sidebar__legals__head a {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-left: 4px solid transparent;
}
.sidebar__legals__head.isblock .toggle__head {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  padding-left: 0;
}
.sidebar__legals__head.isblock .toggle__head:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(62, 51, 34, 1);
  border-bottom: 1px solid rgba(62, 51, 34, 1);
  position: absolute;
  right: 0.5rem;
  content: " ";
  top: 0.25rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar__legals__head.isblock.iscollapsed .toggle__head:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar__legals__head.iscollapsed > a {
  border-color: #f27059;
  background-color: #fcfcfc;
}
.sidebar__legals__head.iscollapsed > ul {
  overflow: visible;
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.btn__legals__menu {
  display: none;
}
.content__legals {
  margin-bottom: 2rem;
  width: 100%;
  padding-left: 2rem;
}
.content__legals h1,
.content__legals h2,
.content__legals h3 {
  color: #3e3322;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.content__legals h1 {
  font-size: 2rem;
}
.content__legals h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.content__legals h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
}
.content__legals p {
  color: #646668;
  font-weight: 500;
}
.grid__help {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grid__help > p {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.grid__help .row p {
  color: #3e3322;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 1rem;
}
.grid__help > p a {
  color: #3e3322;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}
.grid__help .row a {
  text-decoration: none;
}
.form__help {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 100%;
}



@media screen and (max-width: 1200px) {
  .container__legals {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .btn__legals__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 90px;
    left: 2rem;
    z-index: 12;
    border: none;
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
  }
  .sidebar__legals {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -2rem;
    height: calc(100vh - 60px);
    background-color: #fff;
    max-width: 100%;
    z-index: -1;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }
  .sidebar__legals.open {
    opacity: 1;
    visibility: visible;
    z-index: 11;
    bottom: 0;
    top: 60px;
  }
  .content__legals {
    padding-top: 3rem;
    padding-left: 0;
  }
  .grid__help .row p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .form__help .btn-primary {
    width: 100%;
  }
}
