html, body {
  padding: 0;
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 100vw;
  overflow-x: hidden;
  background-color: #FCFBF3;
}

a {
  text-decoration: none !important;
}

input, textarea {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.index_page {
  width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
}

.default_block {
  width: calc(100% - 40px);
  padding: 20px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #e5e5dd;
  height: -moz-fit-content;
  height: fit-content;
}

.index_page_header {
  width: 100%;
  height: 72px;
  background-color: #1C1C1C;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}

.index_page_header_row {
  width: 100%;
  padding: 0 20px;
  max-width: 1200px;
}

.index_page_body {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  min-height: 100vh;
}

.index_page_body_row {
  width: calc(100% - 40px);
  padding: 0 20px;
  max-width: 1200px;
  display: flex;
  height: 100%;
}

.index_page_body_menu {
  width: 288px;
  padding: 20px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #e5e5dd;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 12px;
}

.index_page_body_row_content {
  width: calc(100% - 368px);
  margin-left: 40px;
}

.index_page_body_row_content_header {
  width: 100%;
  height: 48px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_page_body_row_content_body {
  width: 100%;
}

.index_page_body_row_content_body_line {
  background-color: white;
  border: 1px solid #e5e5dd;
  border-radius: 8px;
  margin-top: 12px;
  cursor: pointer;
}

.index_page_body_row_content_body_line_content {
  padding: 16px 16px 24px;
  display: flex;
  align-items: center;
}

.index_page_body_row_content_body_line_content_logo {
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
  width: 72px;
}
.index_page_body_row_content_body_line_content_logo img {
  width: 100%;
}

.index_page_body_row_content_body_line_content_info span {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 120%;
  font-size: 16px;
  letter-spacing: -0.176px;
  color: #1c1c1c;
}
.index_page_body_row_content_body_line_content_info .index_page_body_row_item_header_body_info_rating {
  height: 20px;
}

.index_page_body_row_content_body_line_content_info_line {
  line-height: 20px;
  display: flex;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.index_page_body_row_content_body_line_content_info_line a {
  color: #696a6a;
  margin-left: 12px;
  display: block;
}

.index_page_body_row_content_body_line_content_info_line_rating {
  height: 20px;
  line-height: 20px;
  width: auto;
  max-width: 340px;
  display: flex;
}

.index_page_body_row_content_body_line_content_info_line_hr {
  height: 20px;
  width: 2px;
  background-color: rgba(105, 106, 106, 0.4);
}

.index_page_body_row_content_body_line_content_info_position {
  margin-top: 6px;
  color: #696a6a;
  display: block;
}

.index_page_body_row_content_body_line_menu {
  padding: 12px 16px;
  border-top: 1px solid #e5e5dd;
  display: flex;
  justify-content: space-between;
}

.index_page_body_menu_logo {
  display: flex;
  cursor: pointer;
}
.index_page_body_menu_logo img {
  height: 40px;
}

.index_page_body_row_item_header {
  width: 100%;
  background-color: white;
  padding-top: 72px;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #e5e5dd;
}

.index_page_body_row_item_header_body {
  padding-top: 16px;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_page_body_row_item_header_row {
  width: calc(100% - 80px);
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.index_page_body_row_item_header_body_info {
  display: flex;
  align-items: center;
  width: 100%;
}

.index_page_body_row_item_header_body_info_img {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}
.index_page_body_row_item_header_body_info_img img {
  width: 100%;
}

.index_page_body_row_item_header_body_info_text {
  margin-left: 20px;
}
.index_page_body_row_item_header_body_info_text h1 {
  margin: 0;
}
.index_page_body_row_item_header_body_info_text span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #696a6a;
}

.index_page_body_row_item_header_body_info_rating {
  height: 40px;
  width: 100%;
  margin-top: 12px;
}
.index_page_body_row_item_header_body_info_rating img {
  height: 100%;
}

.index_page_body_row_item_header_body_button_block {
  padding: 12px 24px;
  align-items: center;
  letter-spacing: 0.5px;
  font-weight: 400;
  border: 1px solid #205cd4;
  border-radius: 7px;
  width: 100%;
  max-width: 350px;
}

.index_page_body_row_item_header_body_button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.index_page_body_row_item_header_body_button a {
  color: #696a6a;
  font-size: 15px;
  font-weight: 600;
}

.index_page_body_row_item_header_body_button_block_header {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  color: #205cd4;
  font-weight: 700;
  width: 100%;
}
.index_page_body_row_item_header_body_button_block_header svg {
  margin-right: 10px;
}

.icon_appearance-action__9bJa5 {
  fill: #205cd4;
}

.index_page_body_row_item {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.index_page_body_row_item_body_new {
  display: flex;
  margin-bottom: 16px;
  border-radius: 7px;
  border: 1px solid #e5e5dd;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.index_page_body_row_item_body_new .index_page_body_row_item_header_body_info_rating {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
}
.index_page_body_row_item_body_new .index_page_body_row_commented_body_row_rates_block {
  margin-bottom: 0;
}

.index_page_body_row_item_body_new_user {
  display: flex;
  align-items: center;
}
.index_page_body_row_item_body_new_user img {
  width: 40px;
  margin-right: 10px;
}
.index_page_body_row_item_body_new_user span {
  color: #205cd4;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.index_page_body_row_item_body_comments {
  width: 100%;
}

.index_page_body_row_item_body_comments_block {
  padding: 24px;
  border: 1px solid #e5e5dd;
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 20px;
}

.index_page_body_row_commented {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  margin-top: 200px;
  padding-bottom: 200px;
}

.index_page_body_row_commented_body_row {
  border: 1px solid #e5e5dd;
  background-color: #fff;
  padding: 24px;
  border-radius: 7px;
}
.index_page_body_row_commented_body_row h1 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  margin-bottom: 10px;
}
.index_page_body_row_commented_body_row textarea {
  width: calc(100% - 40px);
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.index_page_body_row_commented_body_row input {
  height: 45px;
  padding: 0 20px;
  border-radius: 7px;
  width: calc(100% - 40px);
  border: 1px solid black;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.index_page_body_row_commented_body_row_rates_block {
  width: 230px;
  height: 43px;
  position: relative;
  margin-bottom: 20px;
}
.index_page_body_row_commented_body_row_rates_block img {
  height: 100%;
}

.index_page_body_row_commented_body_row_rates_block_inputs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_page_body_row_commented_body_row_rates_block_inputs_block {
  width: 42px;
  height: 40px;
  cursor: pointer;
}

.index_page_body_row_commented_body_row_buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
}

.index_page_body_row_commented_body_row_buttons_block {
  height: 45px;
  padding: 0 20px;
  border-radius: 7px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.index_page_body_row {
  padding-bottom: 200px;
}

.index_page_body_row_content_body_pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_page_body_row_content_body_pagination_row {
  height: 44px;
  border-radius: 6px;
  border: 1px solid #e5e5dd;
  display: flex;
  align-items: center;
  background-color: white;
  margin-top: 40px;
  width: 100%;
}

.index_page_body_row_content_body_pagination_row_prev {
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 1;
}

.index_page_body_row_content_body_pagination_row_block {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index_page_body_row_content_body_pagination_row_block.selected {
  font-weight: 600;
  color: #205CD4;
}

.index_page_body_row_content_header_section {
  width: 100%;
}
.index_page_body_row_content_header_section select {
  width: 100%;
  padding: 7px 12px;
  border: 1px solid #e5e5dd;
  border-radius: 7px;
  font-size: 16px;
  height: 45px;
}

.index_page_body_menu_field {
  width: 100%;
}

.index_page_body_menu_field_h1 {
  width: 100%;
  display: flex;
  align-items: center;
}
.index_page_body_menu_field_h1 span {
  font-weight: 600;
  font-size: 17px;
}
.index_page_body_menu_field_h1 a {
  font-weight: 400;
}

.mb-20 {
  margin-bottom: 10px;
}

.index_page_body_menu_field_rating {
  width: 100%;
  display: flex;
  height: 40px;
  border: 1px solid #e5e5dd;
  border-radius: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.index_page_body_menu_field_rating_block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index_page_body_menu_field_rating_block.selected {
  color: #205CD4;
}

.index_page_body_menu_field_input {
  width: 100%;
}
.index_page_body_menu_field_input input {
  height: 40px;
  border-radius: 7px;
  border: 1px solid #e5e5dd;
  width: calc(100% - 40px);
  padding: 0 20px;
  margin-bottom: 20px;
}

.index_page_body_row_admin {
  display: none;
}
.index_page_body_row_admin.selected {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 20px;
}

.index_page_body_row_item_body_comments_buttons {
  width: 100%;
  display: flex;
  align-items: center;
}

.index_page_body_row_item_body_comments_buttons_row {
  height: 40px;
  border-radius: 7px;
  border: 1px solid #e5e5dd;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background-color: white;
  cursor: pointer;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.index_page_body_awd {
  width: 100%;
  height: 300px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #e5e5dd;
}
.index_page_body_awd span {
  margin-top: 60px;
  font-size: 45px;
  font-weight: 700;
  display: block;
  width: 100%;
}

.index_page_body_row_addr {
  padding-top: 200px;
}

.index_page_footer {
  width: 100%;
  padding: 20px 0;
  background-color: #1C1C1C;
  min-height: 100px;
}

.index_page_footer_row {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.index_page_footer_row .index_page_header_row {
  margin-top: 20px;
}

.index_page_footer_row_about {
  font-size: 16px;
  color: #9fa0a0;
  margin-left: 25px;
  margin-top: 20px;
}

.index_page_body_row_item_header_body_button_block {
  display: none;
}

.index_page_body_row_item_body_new_user_mobile {
  display: none;
}

.index_page_body_row_admin_body {
  width: 100%;
  display: none;
}
.index_page_body_row_admin_body.selected {
  display: block;
}

.index_page_body_row_admin_menu_line {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
.index_page_body_row_admin_menu_line.selected .index_page_body_row_admin_menu_line_raius {
  background-color: #04DA8D;
}

.index_page_body_row_admin_menu_line_raius {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9fa0a0;
  margin-right: 10px;
}

.index_page_body_row_admin_body_row_input .index_page_body_menu_field_input {
  margin-top: 10px;
}
.index_page_body_row_admin_body_row_input input[type=file] {
  padding: 0;
  width: 100%;
}
.index_page_body_row_admin_body_row_input textarea {
  width: 100%;
  border-radius: 8px;
}

.index_page_body_row_admin_body_row_button {
  padding: 0 20px;
  height: 40px;
  border-bottom: 1px solid #e5e5dd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  margin-top: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .index_page_body_row {
    display: block;
  }
  .index_page_body_menu {
    width: calc(100% - 50px);
  }
  .index_page_body_row_content {
    width: calc(100% - 8px);
    margin-left: 0;
  }
  .index_page_body_row_item {
    grid-template-columns: 1fr;
  }
  .index_page_body_row_item_body_new_user span {
    display: none;
  }
  .index_page_body_row_item_body_new_user_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background-color: #205CD4;
    color: white;
    height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .index_page_body_row_item_body_new {
    display: none;
  }
  .index_page_body_row_item_header_body_info_text h1 {
    font-size: 20px;
  }
  .index_page_body_row_item_header_body_info_rating {
    height: 20px;
  }
}/*# sourceMappingURL=index.css.map */