.PageContent_PageContent__3dybA {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px), (orientation: landscape) and (max-height: 567px) {
  .PageContent_PageContent__3dybA {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.PageContent_PageContent__menu__H5_xJ {
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px), (orientation: landscape) and (max-height: 567px) {
  .PageContent_PageContent__menu__H5_xJ {
    width: 100%;
    margin-bottom: 40px;
  }
}
.PageContent_PageContent__search__1eaqv {
  width: 270px;
  max-width: 100%;
  height: 48px;
  margin-bottom: 40px;
  position: relative;
}
.PageContent_PageContent__search-icon__2cyxy {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.PageContent_PageContent__search-input__3_ONN input {
  height: 48px;
  padding: 7px 16px 7px 45px;
  border: 1px solid #fff;
  background-color: #f8f8f8;
  transition: border-color 0.35s, background-color 0.35s;
}
.PageContent_PageContent__search-input__3_ONN input::placeholder {
  color: #a69895;
  opacity: 1;
}
.PageContent_PageContent__search-input__3_ONN input:focus {
  transition-duration: 0.175s;
}
.PageContent_PageContent__nav__204-l {
  position: relative;
}
.PageContent_PageContent__nav-item__2lP9- {
  padding: 6px 0 6px 20px;
  position: relative;
  display: flex;
  align-items: center;
  color: #a69895;
  line-height: 1.2;
  cursor: pointer;
  font-size: 16px;
  border-left: 2px solid #ededed;
}
.PageContent_PageContent__nav-item_selected__2FHFp {
  border-left: 2px solid #c21313;
}
.PageContent_PageContent__nav-item_selected__2FHFp,
.PageContent_PageContent__nav-item__2lP9-:hover {
  color: #70544f;
}
.PageContent_PageContent__list__2n5AG {
  width: 65%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px), (orientation: landscape) and (max-height: 567px) {
  .PageContent_PageContent__list__2n5AG {
    width: 100%;
  }
}
.PageContent_PageContent__list-item__1ZJFO {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.PageContent_PageContent__list-item-title__1t1N8 {
  margin-bottom: 5px;
}
.PageContent_PageContent__list-item-description__1mOoy {
  font-size: 16px;
  color: #70544f;
}

.Page_Page__142r9 {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.Page_Page__back__2LkcO {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  align-self: flex-start;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 400;
  font-size: 14px;
  line-height: 1.33;
}
.Page_Page__back__2LkcO svg {
  width: auto;
  height: 10px;
  margin-right: 10px;
}
.Page_Page__title__3m8qD {
  margin-bottom: 40px;
}
.Page_Page__spinner__3VnIN {
  width: 48px;
  height: 48px;
  display: inline-block;
  color: #50a684;
  border: 3px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  animation: Page_spin__qXGvy 0.75s infinite linear;
  align-self: center;
  margin-left: 12px;
}
.Page_Page__spinner__3VnIN:before,
.Page_Page__spinner__3VnIN:after {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  left: -3px;
  top: -3px;
  border: inherit;
  border-radius: inherit;
  box-sizing: border-box;
}
.Page_Page__spinner__3VnIN,
.Page_Page__spinner__3VnIN:before {
  border-color: currentColor transparent transparent transparent;
}
.Page_Page__spinner__3VnIN:before {
  display: inline-block;
  animation: Page_spin__qXGvy 1.5s infinite ease;
}
@keyframes Page_spin__qXGvy {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}


/*# sourceMappingURL=scenes-Page-Page.bec07ace.chunk.css.map*/