@charset "UTF-8";
.title__page {
  margin: 43px 0 30px 0; }
  .title__page .back__btn {
    display: flex;
    padding-left: 77px; }
    .title__page .back__btn a {
      flex-direction: column;
      justify-content: center;
      display: flex; }
  .title__page .title__page__text__wrap {
    display: flex;
    justify-content: center; }
    .title__page .title__page__text__wrap .title__page__text {
      text-align: center;
      background: #cccccc;
      border-radius: 15px;
      padding: 5px 72px; }
      .title__page .title__page__text__wrap .title__page__text p {
        font-family: FiraSansExtraCondensed-Regular;
        margin: 0;
        letter-spacing: -2px;
        text-transform: uppercase;
        font-size: 30px;
        color: #ff6200;
        line-height: 1.1; }

.info__panel {
  display: flex;
  justify-content: center; }
  .info__panel .info_panel__item {
    border-right: 2px solid #fff; }
    .info__panel .info_panel__item:nth-child(1) .info_panel__item__title {
      border-radius: 10px 0 0 0; }
    .info__panel .info_panel__item:nth-child(1) .info_panel__item__val {
      border-radius: 0 0 0 10px; }
    .info__panel .info_panel__item:nth-child(4) {
      border-right: none; }
      .info__panel .info_panel__item:nth-child(4) .info_panel__item__title {
        border-radius: 0 10px 0 0; }
      .info__panel .info_panel__item:nth-child(4) .info_panel__item__val {
        border-radius: 0 0 10px 0; }
    .info__panel .info_panel__item .info_panel__item__title {
      background: #ff8940;
      min-width: 179px; }
      .info__panel .info_panel__item .info_panel__item__title p {
        color: #fff;
        margin: 0;
        padding: 10px 0 10px 0;
        font-size: 28px;
        text-align: center; }
    .info__panel .info_panel__item .info_panel__item__val {
      background: #ffa873; }
      .info__panel .info_panel__item .info_panel__item__val p {
        margin: 0;
        padding: 10px 0 10px 0;
        font-size: 26px;
        text-align: center; }

.plashka__fon1 {
  background: #ff6200; }
  .plashka__fon1 p {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    padding: 0 0 0 82px; }

/*кнопка*/
.button__wrap button {
  background: #ff6200;
  color: #fff;
  text-transform: uppercase; }

.prev__image__update {
  position: relative; }
  .prev__image__update .main-image__delete, .prev__image__update .other-image__delete {
    position: absolute;
    top: 0;
    right: -26px;
    z-index: 999; }
    .prev__image__update .main-image__delete a i, .prev__image__update .other-image__delete a i {
      color: #fa5d5d;
      font-size: 18px; }
      .prev__image__update .main-image__delete a i:hover, .prev__image__update .other-image__delete a i:hover {
        color: #ff0000; }

.alert-info {
  border-color: #ff6200;
  background-color: #ff620033;
  color: #474747;
  margin: 0; }

.btn-f1 {
  text-align: center; }
  .btn-f1 a {
    color: #fff;
    font-size: 21px;
    border: 1px solid #fff;
    padding: 3px 20px;
    border-radius: 5px;
    display: block; }
    .btn-f1 a:hover {
      text-decoration: none;
      background: #ff6200;
      transition: all 0.5s; }

.info__user__block {
  border: 1px solid red;
  border-radius: 5px; }
  .info__user__block div {
    padding: 5px; }
    .info__user__block div .attention {
      text-align: center;
      font-size: 36px; }
    .info__user__block div p {
      color: #000; }
    .info__user__block div:first-child {
      background: #c00; }
      .info__user__block div:first-child p {
        color: #fff; }
        .info__user__block div:first-child p:first-child {
          font-weight: 600; }
        .info__user__block div:first-child p:nth-child(2) {
          font-size: 21px; }
        .info__user__block div:first-child p:last-child {
          text-align: center;
          font-size: 16px;
          line-height: 15px;
          color: #f6f6f6;
          letter-spacing: 1px; }
          .info__user__block div:first-child p:last-child a {
            color: #fff; }
            .info__user__block div:first-child p:last-child a:hover {
              color: #fff; }

.content__current__user .top__block {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px; }
  .content__current__user .top__block .title {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase; }
  .content__current__user .top__block .btn__wrap {
    flex-basis: 30%;
    display: flex;
    justify-content: flex-end; }
    .content__current__user .top__block .btn__wrap .btn__add a {
      display: block;
      border: 1px solid #ff6200;
      padding: 7px 25px;
      border-radius: 3px;
      letter-spacing: 0.5px;
      background: #ff6200;
      color: #fff;
      transition: all .2s; }
      .content__current__user .top__block .btn__wrap .btn__add a:hover {
        text-decoration: none;
        box-shadow: 2px 2px 1px #ccc;
        transition: all .2s; }
.content__current__user .list__item__table {
  margin-bottom: 15px;
  border-bottom: 1px solid #ff6200; }
  .content__current__user .list__item__table .title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px; }
  .content__current__user .list__item__table table thead {
    color: #727272; }

.edit__location .title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px; }

/*# sourceMappingURL=repeating_blocks.css.map */
