.TemplatesEditor header {
  display: flex;
  align-items: center;
  margin-bottom: 24px; }
  .TemplatesEditor header .btn-back {
    margin-right: 10px; }
  .TemplatesEditor header h2 {
    font-size: 22px;
    margin: 0; }

.TemplatesEditor form .form-group {
  margin: 0; }

.TemplatesEditor__preview {
  float: right;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 148px;
  background-size: cover;
  float: right; }

.TemplatesEditor__previewImage {
  height: 100%; }

.TemplatesEditor__inner {
  display: flex;
  padding: 12px 0;
  max-height: 564px; }

.TemplatesEditor__section {
  max-width: 250px;
  width: 100%;
  padding: 0 15px; }
  .TemplatesEditor__section:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .TemplatesEditor__section h3 {
    font-size: 18px;
    margin-bottom: 12px; }
  .TemplatesEditor__section--goods {
    max-width: 374px; }
    .TemplatesEditor__section--goods h3 {
      margin: 0; }
    .TemplatesEditor__section--goods .TemplatesEditor__list {
      padding: 12px 2px 0; }
      .TemplatesEditor__section--goods .TemplatesEditor__list > div {
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
        position: relative; }
    .TemplatesEditor__section--goods .goods-preview {
      display: block; }
      .TemplatesEditor__section--goods .goods-preview button {
        width: 70px;
        height: 70px; }
  .TemplatesEditor__section--scene {
    overflow: hidden;
    min-height: 500px;
    min-width: 55%;
    padding: 0;
    max-width: none;
    max-width: initial;
    background: #e9e8e6;
    position: relative;
    background-image: -webkit-linear-gradient(45deg, #dededa 4.55%, #e9e8e6 4.55%, #e9e8e6 50%, #dededa 50%, #dededa 54.55%, #e9e8e6 54.55%, #e9e8e6 100%);
    background-image: linear-gradient(45deg, #dededa 4.55%, #e9e8e6 4.55%, #e9e8e6 50%, #dededa 50%, #dededa 54.55%, #e9e8e6 54.55%, #e9e8e6 100%);
    background-size: 33px 33px; }

.TemplatesEditor__scene-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

.TemplatesEditor__list {
  height: calc(100% - 30px);
  overflow: auto; }
  .TemplatesEditor__list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .TemplatesEditor__list li button {
    border: none;
    background: transparent;
    outline: 0;
    display: block;
    padding: 5px 10px;
    width: 100%;
    border-radius: 3px;
    text-align: left;
    cursor: pointer;
    position: relative; }
    .TemplatesEditor__list li button:hover {
      background: rgba(0, 0, 0, 0.05); }
  .TemplatesEditor__list li.active button {
    color: #fff;
    background-color: #01a3d4;
    font-weight: 500; }
  .TemplatesEditor__list li.exist button:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #01a3d4; }
  .TemplatesEditor__list li.exist.active button:after {
    background: #fff; }

.TemplatesEditor footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.TemplatesEditor__actions {
  flex: 1 1;
  text-align: right; }
  .TemplatesEditor__actions .btn:not(:first-child) {
    margin-left: 10px; }
  .TemplatesEditor__actions .btn-save {
    max-width: 240px;
    width: 100%; }

.btn-back {
  background: 0 0;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  outline: 0 !important;
  color: #01a3d4; }

.surfaces-popover {
  padding: 10px; }
  .surfaces-popover button {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 4px 8px;
    outline: 0 !important; }
    .surfaces-popover button:hover {
      background: rgba(0, 0, 0, 0.05); }
    .surfaces-popover button:not(:last-child) {
      margin-right: 5px; }
    .surfaces-popover button.active {
      background: #01a3d4;
      border-color: #01a3d4;
      color: #fff;
      font-weight: 500; }

.surface-indicators {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  .surface-indicators img {
    width: 20px;
    height: 20px;
    background: #fff; }

.goods-card {
  font-size: 14px;
  position: relative;
  background: #fff; }
  .goods-card__image {
    height: 170px;
    width: auto;
    background-size: 1;
    background-position: center;
    margin-bottom: 20px; }
  .goods-card__hero {
    margin-bottom: 16px; }
  .goods-card__name {
    color: #00607c;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 12px; }
  .goods-card__price {
    color: #00a5de;
    font-size: 16px;
    line-height: 20px; }
  .goods-card__descr dl {
    margin: 0;
    line-height: 20px; }
  .goods-card__descr dt,
  .goods-card__descr dd {
    display: inline-block; }
  .goods-card__descr dt {
    font-weight: bold;
    margin-right: 4px; }
    .goods-card__descr dt:after {
      content: ":"; }
  .goods-card__descr dd {
    margin: 0; }

.goods-preview {
  display: inline-block;
  position: relative;
  background-position: center; }
  .goods-preview__info {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #01a3d4;
    cursor: pointer;
    right: -8px;
    top: -8px;
    outline: 0;
    display: none;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500; }
    .goods-preview__info:hover {
      background-color: #018fbb; }
  .goods-preview:hover .goods-preview__info {
    display: block; }
  .goods-preview:hover button {
    border-color: rgba(0, 0, 0, 0.3); }
  .goods-preview button {
    width: 60px;
    height: 60px;
    background: none;
    outline: 0;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.1s border-color;
    transition: 0.1s border-color;
    display: block;
    background-size: cover; }
    .goods-preview button > span {
      font-size: 10px;
      display: inline-block;
      position: absolute;
      right: 3px;
      bottom: 3px;
      background: #fff;
      line-height: 1;
      padding: 2px 4px; }
  .goods-preview.active button {
    box-shadow: 0 0 0 1px #007bff; }

.flat-template-card {
  display: inline-block;
  cursor: pointer; }
  .flat-template-card:hover .flat-template-card__name {
    color: #01a3d4; }
  .flat-template-card__preview {
    width: 180px;
    height: 100px;
    background-color: #ECECED;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    text-align: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .flat-template-card__preview > span {
      color: #000;
      opacity: 0.5;
      bottom: 5px;
      right: 10px;
      position: absolute; }
  .flat-template-card__name {
    font-size: 14px;
    text-align: center;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px; }

.goods-item {
  display: flex; }
  .goods-item__img {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    margin-right: 15px;
    background-size: contain;
    cursor: pointer; }
    .goods-item__img img {
      width: 100%; }
  .goods-item__descr {
    flex: 1 1;
    padding: 2px 20px 5px 0;
    overflow: hidden; }
    .goods-item__descr h4 {
      font-size: 14px;
      margin: 0 0 6px;
      font-weight: 400;
      color: #00607c;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer; }
    .goods-item__descr p {
      font-size: 12px;
      line-height: 18px;
      margin: 0; }
  .goods-item__inner {
    flex: 1 1;
    display: flex;
    justify-content: space-between;
    overflow: hidden; }
  .goods-item__price {
    text-align: right;
    display: flex;
    flex-direction: column; }
    .goods-item__price > div span {
      display: block; }
      .goods-item__price > div span:first-child {
        font-weight: 400;
        font-size: 14px; }
      .goods-item__price > div span:last-child {
        font-size: 12px;
        position: relative; }
  .goods-item__show-link {
    cursor: pointer;
    color: #00a5de;
    text-decoration: none;
    -webkit-transition: 0.1s color;
    transition: 0.1s color; }
    .goods-item__show-link:hover, .goods-item__show-link:focus {
      color: #69c3d4;
      text-decoration: none; }
    .goods-item__show-link:active {
      color: #00a5de; }

@media (max-height: 630px) {
  .goods-item__img {
    width: 50px;
    height: 50px; } }

.Table_pagination__10Psx {
  margin-top: 10px;
  padding: 10px; }

#modal-ok:disabled {
  background-color: #248e3c4f;
  border-color: transparent; }

.modal-base {
  padding: 0 15px; }
  .modal-base .modal-content {
    max-height: 100%;
    overflow: hidden;
    padding: 35px;
    position: relative;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15); }
  .modal-base .modal-dialog {
    margin: 15px auto;
    height: calc(100% - 30px);
    min-height: 0;
    min-height: initial; }
  .modal-base__header {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #4d5665;
    margin-bottom: 32px; }
  .modal-base__inner {
    height: 100%;
    overflow: auto; }
  .modal-base__close {
    background: none;
    border: none;
    width: 28px;
    height: 28px;
    outline: 0 !important;
    cursor: pointer;
    opacity: 0.2;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0;
    z-index: 1; }
  .modal-base__close:hover {
    opacity: 0.7; }
  .modal-base--has-header .modal-base__close {
    top: 15px;
    right: 15px; }
  .modal-base--transparent + .modal-backdrop.show {
    opacity: 0; }

.ImageUploader__dropzone {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  border: 2px dashed #eee;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  -webkit-transition: border 0.24s ease-in-out;
  transition: border 0.24s ease-in-out;
  cursor: pointer; }
  .ImageUploader__dropzone > p {
    margin: 0;
    text-align: center; }
  .ImageUploader__dropzone:hover {
    border-color: #d5d5d5; }
  .ImageUploader__dropzone:focus {
    border-color: #2196f3; }

.ImageUploader__images {
  display: flex;
  flex-wrap: wrap; }
  .ImageUploader__images .ImageView {
    margin: 2px;
    width: 100px;
    height: 100px; }

.ImageUploader__errorText {
  color: red; }

.ImageView {
  overflow: hidden;
  background-color: #eeeeee;
  position: relative;
  box-sizing: border-box;
  cursor: pointer; }
  .ImageView:hover img {
    opacity: 0.8; }
  .ImageView > div {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    height: 100%; }
  .ImageView img {
    max-width: 100%;
    max-height: 100%; }
  .ImageView__remove {
    position: absolute;
    right: -8px;
    top: -8px;
    background: none;
    padding: 10px;
    border: none;
    outline: 0 !important;
    opacity: 0.6;
    z-index: 1; }
    .ImageView__remove:hover {
      opacity: 1; }

.MultiLanguageControl {
  position: relative;
  width: 100%; }
  .MultiLanguageControl__control {
    display: flex;
    align-items: center; }
  .MultiLanguageControl__select {
    width: auto;
    width: initial; }
  .MultiLanguageControl__info {
    font-size: 12px;
    margin-top: 3px; }

.GoodsPanelSection__button {
  width: 100%; }

.GoodsPanelSection__inner {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-top: 2px;
  margin-bottom: 4px; }

.GoodsPanelSection--sub .GoodsPanelButton {
  min-height: 40px; }
  .GoodsPanelSection--sub .GoodsPanelButton__icon, .GoodsPanelSection--sub .GoodsPanelButton__arrow {
    width: 45px;
    min-height: 40px;
    line-height: 40px;
    text-align: center; }
  .GoodsPanelSection--sub .GoodsPanelButton__name {
    min-height: 40px; }
  .GoodsPanelSection--sub .GoodsPanelButton__label {
    font-weight: 400; }
  .GoodsPanelSection--sub .GoodsPanelButton__arrow svg {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  .GoodsPanelSection--sub .GoodsPanelButton--opened .GoodsPanelButton__arrow svg {
    -webkit-transform: rotate(-180deg) scale(0.7);
            transform: rotate(-180deg) scale(0.7); }

.GoodsPanelButton {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  outline: 0 !important;
  min-height: 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0;
  width: 100%; }
  .GoodsPanelButton:disabled {
    cursor: default; }
    .GoodsPanelButton:disabled * {
      opacity: 0.6; }
  .GoodsPanelButton:not(:disabled):hover {
    background-color: #e6e6e6; }
  .GoodsPanelButton__icon, .GoodsPanelButton__arrow {
    width: 45px;
    min-height: 45px;
    line-height: 45px;
    text-align: center; }
  .GoodsPanelButton__icon {
    border-right: 1px solid #e6e6e6; }
  .GoodsPanelButton__arrow {
    border-left: 1px solid #e6e6e6; }
    .GoodsPanelButton__arrow svg {
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .GoodsPanelButton__name {
    flex: 1 1;
    position: relative;
    padding-left: 15px;
    padding-right: 10px;
    min-height: 45px;
    justify-content: center;
    display: flex;
    flex-direction: column; }
  .GoodsPanelButton__label {
    color: #00607c;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color; }
  .GoodsPanelButton__descr {
    color: #58585a;
    font-size: 10px;
    font-weight: 600;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 130px; }
  .GoodsPanelButton--opened .GoodsPanelButton {
    border-bottom: 1px solid #e6e6e6; }
    .GoodsPanelButton--opened .GoodsPanelButton__label {
      color: #00a5de; }
    .GoodsPanelButton--opened .GoodsPanelButton__arrow svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .GoodsPanelButton--opened .GoodsPanelButton__arrow svg * {
        fill: #00a5de; }

.SuggestionsList__container {
  position: relative;
  font-family: sans-serif; }

.SuggestionsList__input {
  display: block;
  box-sizing: border-box;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  outline: none; }
  .SuggestionsList__input:focus {
    border-color: #85b7d9; }
  .SuggestionsList__input.SuggestionsList__input-clearable {
    padding-right: 30px; }

.SuggestionsList__suggestions {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  right: 0; }

.SuggestionsList__suggestion-note {
  font-size: 12px;
  line-height: 18px;
  color: #828282;
  padding: 10px 10px 5px 10px;
  display: flex; }
  .SuggestionsList__suggestion-note span {
    display: block;
    line-height: 16px; }
    .SuggestionsList__suggestion-note span.suggestion-note_arrow {
      display: flex;
      align-items: center;
      margin: 0 3px; }

.SuggestionsList__suggestion {
  font-size: 15px;
  padding: 7px 10px;
  cursor: pointer; }
  .SuggestionsList__suggestion:hover {
    background-color: rgba(65, 131, 196, 0.1); }

.SuggestionsList__suggestion-info {
  font-size: 14px;
  color: #777777; }

.SuggestionsList__suggestion--current, .SuggestionsList__suggestion.SuggestionsList__suggestion--current:hover {
  background-color: rgba(65, 131, 196, 0.2); }

.SuggestionsList mark {
  background: none; }

.SuggestionsList--highlighted {
  color: #00a5de;
  padding: 0;
  background: transparent; }

.SuggestionsList__input-suffix {
  right: 12px;
  position: absolute;
  top: 50%;
  z-index: 2;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.SuggestionsList__icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 16px;
  height: 16px;
  opacity: 0.3;
  background-color: #cccccc;
  border-radius: 50%;
  cursor: pointer; }
  .SuggestionsList__icon:hover {
    opacity: 1; }
  .SuggestionsList__icon.SuggestionsList__icon-clear:before, .SuggestionsList__icon.SuggestionsList__icon-clear:after {
    position: absolute;
    top: 4px;
    left: 7px;
    content: " ";
    height: 8px;
    width: 1px;
    background-color: #ffffff; }
  .SuggestionsList__icon.SuggestionsList__icon-clear:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .SuggestionsList__icon.SuggestionsList__icon-clear:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.SuggestionsList__keyboard-arrows-up-and-down {
  height: 10%; }

.SuggestionsList__keyboard-arrows-right {
  height: 10%; }

.SearchAddressForm {
  position: relative; }
  .SearchAddressForm__form {
    align-items: flex-start; }
    .SearchAddressForm__form .address-input {
      flex: 1 1; }
      .SearchAddressForm__form .address-input input {
        width: 100%; }
    .SearchAddressForm__form .btn {
      width: 100px;
      height: 40px; }
  .SearchAddressForm__example {
    font-size: 12px;
    margin: 5px 0 0; }
  .SearchAddressForm__loader {
    margin-top: -8px; }
  .SearchAddressForm__result {
    border: 1px solid silver;
    background-color: aliceblue;
    position: absolute;
    max-width: inherit;
    width: inherit;
    overflow: hidden;
    display: grid;
    margin-top: 2px;
    z-index: 999; }
    .SearchAddressForm__result--wrong {
      padding: 10px;
      color: red;
      z-index: 100;
      position: absolute;
      top: 45px; }

.cabinet-page {
  display: flex;
  flex-direction: column; }
  header + .cabinet-page__inner {
    padding-top: 10px; }
  .cabinet-page__templates-list {
    padding: 20px; }
    .cabinet-page__templates-list > div {
      text-align: center;
      display: inline-block;
      background-color: aliceblue; }
      .cabinet-page__templates-list > div:not(:last-child) {
        margin: 0 20px 20px 0; }
    .cabinet-page__templates-list__remove {
      position: absolute;
      display: block;
      z-index: 1; }
    .cabinet-page__templates-list .flat-template-card {
      margin-bottom: 8px;
      border-radius: 4px;
      width: 180px; }
      .cabinet-page__templates-list .flat-template-card__preview {
        border: none; }
  .cabinet-page__toolbar {
    display: flex;
    align-items: center;
    max-width: 600px;
    width: 100%;
    margin: auto;
    justify-content: center; }
    .cabinet-page__toolbar .form-control {
      margin-right: 20px; }
    .cabinet-page__toolbar .btn {
      flex-shrink: 0; }

.dialog_series {
  max-width: 1000px; }
  .dialog_series__label {
    display: flex;
    align-items: center;
    margin-top: 4px; }
  .dialog_series__error {
    color: red;
    font-size: 12px; }
  .dialog_series__inputNumber {
    width: 95px;
    float: right; }
  .dialog_series__form {
    margin: 10px;
    padding: 10px; }
  .dialog_series__note {
    color: grey;
    font-size: 12px; }

.HouseSeriesFilter_main__2pJ6y {
  padding: 10px 0; }

.HouseSeriesFilter_checkbox___cH37 {
  margin-top: 7px; }

.HouseSeriesEditor_cell__3tv21 {
  overflow: hidden;
  text-overflow: ellipsis; }

.GoodsEditorPage__categories {
  display: flex; }

.GoodsEditorPage .goods-category-item {
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer; }
  .GoodsEditorPage .goods-category-item__icon {
    width: 40px;
    height: 40px; }
  .GoodsEditorPage .goods-category-item.active, .GoodsEditorPage .goods-category-item:hover {
    background-color: rgba(0, 0, 0, 0.025);
    border: 1px solid #AFCFEA; }

.GoodsEditorPage .ReactTable {
  margin-bottom: 20px; }
  .GoodsEditorPage .ReactTable .rt-noData {
    padding: 0; }

.GoodsEditorPage__paginator {
  display: flex;
  justify-content: flex-end; }
  .GoodsEditorPage__paginator .form-control {
    height: 35px;
    width: 70px;
    margin-left: 10px;
    margin-right: 15px;
    padding: 0; }
  .GoodsEditorPage__paginator > div {
    display: flex;
    align-items: center;
    font-size: 12px; }
  .GoodsEditorPage__paginator .pagination {
    margin: 0; }

.goods-editor-dialog .modal-dialog {
  max-width: 1200px; }

.GoodsEditor {
  width: calc(100% - 15px);
  padding: 0 3px; }
  .GoodsEditor__header {
    padding: 10px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.3); }
  .GoodsEditor__title {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .GoodsEditor__title .btn-back {
      margin-right: 10px; }
    .GoodsEditor__title h2 {
      font-size: 22px;
      margin: 0; }
  .GoodsEditor footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px; }
  .GoodsEditor__inner h2 {
    color: #58585A; }
  .GoodsEditor__pictures-group {
    margin-top: 50px; }
  .GoodsEditor__manufacturer-group {
    margin-top: 28px; }
  .GoodsEditor__features {
    width: 100%;
    padding-top: 20px; }
    .GoodsEditor__features .goods-feature-item {
      border-bottom: 1px solid rgba(196, 196, 196, 0.3);
      padding: 8px 0; }
      .GoodsEditor__features .goods-feature-item .form-control {
        height: 22px;
        padding: 0 3px; }
  .GoodsEditor__actions {
    flex: 1 1;
    text-align: right; }
    .GoodsEditor__actions .btn:not(:first-child) {
      margin-left: 10px; }
    .GoodsEditor__actions .btn-save {
      max-width: 240px;
      width: 100%; }
  .GoodsEditor .fileUploader {
    border: 1px solid #ced4da; }
    .GoodsEditor .fileUploader .fileContainer {
      box-shadow: none;
      border-radius: 0;
      -webkit-transition: none;
      transition: none;
      margin: 0;
      padding: 30px 0 10px; }
    .GoodsEditor .fileUploader .chooseFileButton {
      margin: 0;
      background: #00a5de;
      border-radius: 0; }
      .GoodsEditor .fileUploader .chooseFileButton:hover {
        background: #0290c1; }
    .GoodsEditor .fileUploader .uploadPicturesWrapper {
      padding-top: 20px; }
    .GoodsEditor .fileUploader .uploadPictureContainer {
      box-shadow: none;
      border: none;
      margin: 10px;
      padding: 0;
      background: none; }
    .GoodsEditor .fileUploader .deleteImage {
      font-size: 12px;
      font-weight: normal;
      background: #00a5de;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      width: 24px;
      height: 24px;
      line-height: 24px; }
      .GoodsEditor .fileUploader .deleteImage:hover {
        background: #0290c1; }

.goods-feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .goods-feature-item > span {
    opacity: 0.7;
    font-size: 14px;
    line-height: 20px; }
  .goods-feature-item > span,
  .goods-feature-item > div {
    flex: 1 1; }

.error-validate-message {
  color: red; }

.styles_bindingForm__1j9Ms {
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  height: 100%; }

.styles_header__3kHpt {
  margin-bottom: 20px; }

.styles_street__2YVtg {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  margin: 0; }

.styles_tools__k2HDS {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.styles_formInner__sw4HW {
  display: flex;
  height: calc(100% - 87px);
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .styles_formInner__sw4HW > div {
    flex: 1 1;
    height: 100%;
    overflow: auto; }

.styles_flatNotSelected__29CcI {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.styles_table__32J8Z {
  max-width: 770px; }
  .styles_table__32J8Z table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #c4c4c4b0; }
    .styles_table__32J8Z table tr:last-child td {
      border-bottom: 0; }
    .styles_table__32J8Z table tr:hover td {
      background: rgba(196, 196, 196, 0.28); }
    .styles_table__32J8Z table th,
    .styles_table__32J8Z table td {
      margin: 0;
      padding: 10px;
      text-align: center;
      vertical-align: middle;
      border-bottom: 1px solid #c4c4c4b0;
      border-right: 1px solid #c4c4c4b0;
      -webkit-transition: 0.1s background;
      transition: 0.1s background; }
      .styles_table__32J8Z table th:last-child,
      .styles_table__32J8Z table td:last-child {
        border-right: 0; }
    .styles_table__32J8Z table th {
      line-height: 22px;
      font-weight: 600;
      color: rgba(88, 88, 90, 0.6);
      background: #fff;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1;
      border-bottom: 1px solid #c4c4c4b0;
      border-top: 1px solid #c4c4c4b0; }

.styles_activeRow__2GDPI td {
  background: rgba(196, 196, 196, 0.28); }

.styles_activeRow__2GDPI .styles_selectPlanBtn__3F9Em {
  color: #00a5de;
  font-weight: 600;
  outline: 1px solid #00a5de; }

.styles_plans__2acX9 {
  border: 1px solid #c4c4c4b0;
  border-left: none; }
  .styles_plans__2acX9 h3 {
    font-size: 16px;
    line-height: 22px;
    color: #00607c;
    opacity: 0.6;
    font-weight: 600;
    text-align: center; }
  .styles_plans__2acX9 .styles_templateImageButton__2rw1z {
    margin: 8px; }

.styles_selectPlanBtn__3F9Em {
  width: 125px;
  height: 90px;
  text-align: center;
  background: #e6e6e6;
  border: 1px dashed #58585a;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
  outline: 0 !important; }
  .styles_selectPlanBtn__3F9Em:hover {
    color: #00a5de;
    font-weight: 600; }

.styles_templates__1BhDp {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .styles_templates__1BhDp header {
    padding-top: 10px;
    margin-bottom: 10px; }
  .styles_templates__1BhDp main {
    flex: 1 1;
    display: inline-block;
    padding: 0 5px; }
    .styles_templates__1BhDp main > p {
      text-align: center;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0; }
  .styles_templates__1BhDp footer {
    border-top: 1px solid #c4c4c4b0;
    padding: 10px 20px; }

.styles_templateImageButton__2rw1z {
  width: 125px;
  height: 90px;
  border: 1px solid #828282;
  padding: 5px;
  background: #fff;
  outline: 0 !important; }
  .styles_templateImageButton__2rw1z:hover {
    border-color: #00a5de;
    box-shadow: 0 0 0 1px #00a5de; }
  .styles_templateImageButton__2rw1z img {
    width: 100%;
    max-height: 100%; }

.styles_templateImageButtonActive__3M0ID {
  border-color: #00a5de;
  box-shadow: 0 0 0 2px #00a5de; }

.styles_horizontalMirror__3iGox {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.styles_verticalMirror__3fqQv {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.styles_horizontalMirror__3iGox.styles_verticalMirror__3fqQv {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.AddHouseDialog {
  max-width: 1000px; }
  .AddHouseDialog__form {
    padding: 10px 20px 22px; }
  .AddHouseDialog__note {
    color: grey;
    font-size: 12px; }
  .AddHouseDialog__form-line {
    margin-top: 10px; }

.filter {
  padding-bottom: 20px; }
  .filter__checkbox {
    padding-top: 10px;
    margin-left: 10px; }
  .filter__apply {
    float: right; }

.create_house_button {
  margin-bottom: 10px; }

.circle-status {
  text-align: center;
  color: #32cc00;
  opacity: 0.7; }

.AddDeveloperDialog {
  max-width: 700px; }
  .AddDeveloperDialog__form {
    padding: 10px 20px 22px; }
  .AddDeveloperDialog__row {
    margin-top: 10px; }
    .AddDeveloperDialog__row label {
      padding-top: 12px; }

html,
body,
#root,
.wrapper {
  height: 100%; }

h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

h2 {
  font-size: 15px;
  line-height: 20px; }

h1,
h2 {
  color: #00607c; }

a, .btn-link {
  color: #00a5de;
  text-decoration: none;
  -webkit-transition: 0.1s color;
  transition: 0.1s color; }
  a:hover, .btn-link:hover, a:focus, .btn-link:focus {
    color: #69c3d4;
    text-decoration: none; }
  a:active, .btn-link:active {
    color: #00a5de; }

.btn-link {
  padding: 0;
  outline: 0 !important;
  background: transparent;
  border: none; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #3c444c; }

.wrapper {
  background: #ececed -webkit-linear-gradient(45deg, #e6e6e6 4.55%, #ececed 4.55%, #ececed 50%, #e6e6e6 50%, #e6e6e6 54.55%, #ececed 54.55%, #ececed 100%);
  background: #ececed linear-gradient(45deg, #e6e6e6 4.55%, #ececed 4.55%, #ececed 50%, #e6e6e6 50%, #e6e6e6 54.55%, #ececed 54.55%, #ececed 100%);
  background-size: 33px 33px; }
  .wrapper.transparent {
    background: transparent; }

.empty-list {
  height: 100%;
  min-width: 24px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-backdrop.show {
  opacity: 0.2; }

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15); }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.loader {
  position: absolute;
  left: 50%;
  top: 50%; }

.btn-group button.btn {
  color: #3c444c;
  border-color: #c2bebd;
  background-color: transparent; }
  .btn-group button.btn:hover {
    color: #fff; }

.popover {
  max-width: 100% !important; }

/* Override bootstrap styles */
.btn {
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  padding: 13px 18px;
  letter-spacing: 0.05em; }
  .btn.disabled, .btn:disabled {
    opacity: 1; }

.btn.btn-secondary {
  border-color: #00a5de;
  background-color: #00a5de; }
  .btn.btn-secondary:hover {
    border-color: #0290c1;
    background-color: #0290c1; }
  .btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
    background-color: #ccc;
    border-color: #ccc; }

.btn.btn-outline-secondary:hover.disabled,
.btn.btn-outline-secondary:active.disabled,
.btn.btn-outline-secondary:hover:disabled,
.btn.btn-outline-secondary:active:disabled,
.btn.btn-outline-secondary.disabled,
.btn.btn-outline-secondary:disabled {
  background-color: transparent;
  border-color: #ccc;
  color: #ccc; }

.btn.btn-outline-secondary {
  border-color: #00a5de;
  color: #00a5de;
  background: transparent; }

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:active {
  background-color: #0290c1;
  border-color: #0290c1;
  color: #fff; }

.form-control {
  background-color: #fff;
  border-color: #ccc;
  border-radius: 3px;
  height: 40px;
  font-size: 14px;
  padding: 8px 14px; }
  .form-control::-webkit-input-placeholder {
    color: #b3b3b3; }
  .form-control::-moz-placeholder {
    color: #b3b3b3; }
  .form-control:-ms-input-placeholder {
    color: #b3b3b3; }
  .form-control::-ms-input-placeholder {
    color: #b3b3b3; }
  .form-control::placeholder {
    color: #b3b3b3; }
  .form-control:not(:disabled):hover {
    border-color: #a7a7a7; }
  .form-control:focus {
    border-color: #00a5de;
    box-shadow: 0 0 0 1px #00a5de; }

.form-group label {
  font-size: 14px;
  line-height: 20px; }

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #027da8;
  border-color: #027da8;
  color: #ffffff; }

.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none; }

.page-item.active .page-link {
  background-color: #0290c1;
  border-color: #0290c1; }

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0; }

.language {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: flex;
  font-size: 10px; }
  .language .languageItem {
    padding: 5px;
    cursor: pointer;
    text-decoration: underline; }
  .language .selectLang {
    background-color: #00beff45; }

.dorooma-logo {
  position: fixed;
  left: 10px;
  bottom: 15px;
  display: flex;
  font-size: 10px; }
  .dorooma-logo img {
    width: 25px;
    height: auto;
    margin-right: 5px; }
  .dorooma-logo a, .dorooma-logo .btn-link {
    text-decoration: underline; }

.empty-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0; }
  .empty-block h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px; }
  .empty-block p {
    font-size: 14px;
    margin: 0; }

.global-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 9999; }

.Toaster__alert_text {
  font-size: 14px;
  font-weight: 400; }

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: none;
  box-shadow: 0 0 0 1px #dc3545; }

.goods-category-item {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .goods-category-item__icon {
    display: block;
    margin: auto auto 8px;
    width: 60px;
    height: 60px; }
  .goods-category-item__name {
    font-size: 14px;
    line-height: 20px; }

.buttons {
  background: none;
  border: none;
  outline: 0 !important;
  opacity: 0.6;
  padding: 0;
  width: 30px;
  height: 30px; }
  .buttons:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.06); }

.login-form .form-group,
.register-form .form-group {
  padding-top: 0; }

.required::after {
  content: '*';
  color: red;
  font-weight: bold;
  font-size: 14px;
  font-family: monospace;
  margin-left: 3px; }

.loader-screen-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px; }

.loader-center {
  position: absolute;
  z-index: 10;
  left: 45%;
  top: 45%; }

.flat-planer-modal .modal-dialog {
  max-width: 1400px;
  max-height: 800px; }

.flat-planer-modal .modal-content {
  height: 100%; }

.flat-planer-modal .modal-base__inner {
  overflow: hidden; }

.rc-slider-track {
  background-color: #02a3da; }

.rc-slider-tooltip {
  z-index: 999; }

.error-text {
  color: red; }

.home {
  display: flex;
  height: 100%; }
  .home__account {
    margin-bottom: 30px; }
    .home__account button {
      background: none;
      border: none;
      cursor: pointer;
      outline: 0;
      text-align: center;
      padding: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      opacity: 0.5;
      margin-left: 10px; }
      .home__account button:disabled {
        cursor: default; }
      .home__account button:hover {
        opacity: 0.8; }
      .home__account button:not(:first-child) {
        margin-left: 14px; }
  .home main,
  .home aside {
    flex: 1 1;
    padding: 57px 75px; }
  .home main {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start; }
  .home main > div,
  .home .sidebar {
    max-width: 500px;
    width: 100%; }
  .home__login, .home__registration {
    margin-top: 50px;
    margin-bottom: 30px; }
    .home__login h2, .home__registration h2 {
      text-align: center;
      margin-bottom: 30px; }
  .home .login-form,
  .home .register-form {
    margin-bottom: 20px; }
    .home .login-form .btn,
    .home .register-form .btn {
      margin-top: 30px; }
  .home__change-form {
    text-align: center;
    margin: 0; }
    .home__change-form button {
      outline: 0;
      border: none;
      background: none;
      color: #00a5de;
      text-decoration: none;
      -webkit-transition: 0.1s color;
      transition: 0.1s color; }
      .home__change-form button:hover, .home__change-form button:focus {
        color: #69c3d4;
        text-decoration: none; }
      .home__change-form button:active {
        color: #00a5de; }
  .home__social {
    text-align: center; }
    .home__social p {
      font-size: 12px;
      line-height: 18px;
      margin: 0 0 10px; }

.sidebar__logo {
  text-align: center;
  margin-bottom: 47px;
  padding-top: 8px; }

.sidebar h1 {
  text-align: center;
  margin: 0 0 45px; }

.sidebar__title {
  margin-bottom: 48px;
  color: #4d5665; }

.features__item {
  display: flex;
  align-items: flex-start; }
  .features__item:not(:last-child) {
    margin-bottom: 25px; }
  .features__item img {
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 20px; }
  .features__item p {
    margin: 0;
    line-height: 20px; }

.social {
  display: inline-flex;
  align-items: center; }
  .social button {
    width: 24px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    background: #ccc;
    color: #ffffff;
    border: none;
    cursor: pointer;
    line-height: 1;
    outline: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    padding: 0; }
    .social button:not(:last-child) {
      margin-right: 16px; }
    .social button:hover {
      background: #00a5de; }

@media (max-width: 992px) {
  .home {
    flex-direction: column; }
    .home main,
    .home aside {
      padding: 57px 50px; }
    .home main > div,
    .home .sidebar {
      margin-left: auto;
      margin-right: auto; }
    .home--simple main {
      flex: 0 1; } }

@media (max-width: 768px) {
  .home--simple main {
    align-items: flex-start;
    padding-right: 110px; }
    .home--simple main > div {
      margin: 0;
      margin: initial; }
  .home--simple .sidebar {
    max-width: 100%; } }

@media (max-width: 480px) {
  .home--simple main {
    padding-left: 25px; }
  .home--simple aside {
    padding-left: 25px;
    padding-right: 25px; } }

.planner {
  display: flex;
  height: 100%;
  padding: 10px; }
  .planner .toolbar {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.6); }
    .planner .toolbar .btn-group:not(:last-child) {
      margin-right: 8px; }
    .planner .toolbar .btn-group .btn {
      padding: 10px 14px; }
  .planner .prop-panel {
    margin-left: 10px;
    padding: 10px;
    width: 300px;
    min-width: 300px;
    background-color: rgba(255, 255, 255, 0.84); }
    .planner .prop-panel button {
      color: #6c757d;
      background-color: rgba(0, 123, 255, 0.11); }
    .planner .prop-panel .form-control {
      background-color: #fff; }
    .planner .prop-panel input {
      height: calc(1.5em + 0.5rem + 2px);
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5;
      border-radius: 0.2rem; }
    .planner .prop-panel input:disabled {
      background-color: #eae9e9; }
  .planner .props-caption {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: smaller; }
    .planner .props-caption div {
      margin-left: 10px;
      font-weight: normal;
      display: inline; }
  .planner .selected-series-image {
    background-color: #c7ddf5; }

.repair {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .repair__goods {
    position: absolute;
    width: 400px;
    top: 100px;
    left: 100px; }
  .repair__props {
    max-width: 300px;
    position: absolute;
    right: 0; }
  .repair__estimate {
    position: absolute;
    left: 20px;
    top: 100px;
    z-index: 1;
    height: 100%; }
  .repair .repair-toolbar {
    width: 100%;
    padding: 15px 20px;
    top: 0;
    left: 0; }

.GoodsPanel .GoodsPanelSection {
  width: 340px; }

.GoodsPanel__estimate {
  position: relative; }

.GoodsPanel .goods-list {
  height: 368px;
  overflow: hidden;
  padding: 35px 15px;
  background: #fff;
  position: absolute;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  left: 340px;
  top: 0; }
  .GoodsPanel .goods-list > div {
    height: 100%;
    overflow: auto; }

.full-estimate-panel-modal .modal-dialog {
  max-width: 800px; }

.full-estimate-panel-modal .modal-content {
  height: 100%;
  max-height: 675px; }

.full-estimate-panel-modal .modal-base__inner {
  overflow: hidden; }

.svg_room {
  cursor: pointer;
  fill: white; }
  .svg_room:hover {
    fill: #9ecee3; }
  .svg_room__selected {
    fill: #01a9e2; }
    .svg_room__selected:hover {
      fill: #0195ca !important; }

#room-navigator {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 35%;
  height: 25%;
  max-width: 240px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #adb5bd; }

@media screen and (max-width: 768px), screen and (max-height: 768px) {
  .repair__estimate {
    top: 120px;
    left: 10px; } }

@media screen and (max-width: 768px), screen and (max-height: 630px) {
  .repair__goods-list {
    height: 277px;
    padding: 25px;
    margin-top: 45px; }
  .repair .repair-toolbar {
    padding-left: 10px;
    padding-right: 10px; }
  #room-navigator {
    right: 10px;
    bottom: 10px; } }

.materials-panel {
  padding: 10px;
  max-height: 100%;
  background: #fff; }
  .materials-panel__loader {
    text-align: center; }
  .materials-panel__categories {
    margin-bottom: 15px;
    overflow: hidden; }
    .materials-panel__categories .GoodsCategories {
      margin: -4px; }
    .materials-panel__categories h6 {
      margin: 0 0 10px;
      font-size: 14px;
      color: #00607c; }
  .materials-panel__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
  .materials-panel__filter-btn {
    border: none;
    background: #00a5de;
    padding: 1px 6px;
    font-size: 12px;
    color: #fff;
    width: 65px; }
  .materials-panel__sort {
    display: flex;
    align-items: center;
    font-size: 12px; }
    .materials-panel__sort .form-control {
      height: auto;
      height: initial;
      padding: 0;
      font-size: 12px;
      margin-left: 4px; }
  .materials-panel__goods {
    text-align: center;
    overflow: visible;
    max-height: 100%;
    margin: 0 -4px 15px; }
    .materials-panel__goods + nav {
      margin-top: 16px; }
    .materials-panel__goods .material-list {
      justify-content: space-between; }
    .materials-panel__goods .goods-preview button {
      width: 55px;
      height: 55px; }
  .materials-panel__materials .material-list + .materials-panel__paginator {
    margin-bottom: 20px; }
  .materials-panel__paginator {
    display: flex;
    font-size: 12px;
    justify-content: space-between; }
    .materials-panel__paginator .form-control {
      height: auto;
      height: initial;
      padding: 0;
      font-size: 12px;
      margin-left: 4px; }
  .materials-panel__page-size {
    display: flex;
    align-items: center; }
    .materials-panel__page-size > span {
      white-space: nowrap;
      display: inline-block;
      margin-right: 4px; }
  .materials-panel .pagination {
    margin: 0; }

.material-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 100%;
  background: #fff;
  margin: -8px 0 0; }
  .material-list .goods-preview {
    margin-top: 8px;
    flex: 20% 1;
    flex-grow: 0;
    padding: 0 4px; }

.product-category {
  display: flex;
  flex-wrap: wrap; }

.filter-chips {
  font-size: 14px; }
  .filter-chips .chip {
    margin: 0 6px 4px 0; }

.GoodsCategories {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .GoodsCategories__item {
    border: 1px solid #c4c4c4;
    background: transparent;
    padding: 1px 6px;
    font-size: 12px;
    color: #58585A;
    margin: 4px; }
    .GoodsCategories__item.active {
      color: #00a5de; }
    .GoodsCategories__item:hover {
      border-color: #00a5de; }

.goods-filter {
    padding: 1.25rem;
    max-width: 380px;
}

.goods-filter header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.goods-filter header > h5 {
    margin: 0;
    padding-right: 12px;
}

.goods-filter__close {
    background: none;
    border: none;
    cursor: pointer;
    outline: 0 !important;
}

.goods-filter__close:hover img {
    opacity: 0.8;
}

.goods-filter__close img {
    width: 14px;
    opacity: 0.5;
    -webkit-transition: .15s ease;
    transition: .15s ease;
}

.goods-filter__form footer {
    text-align: right;
    padding-top: 24px;
}

.goods-filter__form footer button:not(:first-child) {
    margin-left: 6px;
}

.goods-filter__form .position-relative:first-child {
    margin-bottom: 10px;
}

.range-control {
    display: flex;
    align-items: center;
}

.range-control > span {
    display: inline-block;
    margin: 0 4px;
}

.range-control input {
    max-width: 130px;
}
.goods-list {
  overflow: auto;
  height: 100%;
  width: 600px; }
  .goods-list__item {
    position: relative;
    padding-left: 22px;
    padding-right: 15px; }
    .goods-list__item:not(:last-child) {
      margin-bottom: 18px; }
    .goods-list__item > button {
      position: absolute;
      left: -10px;
      top: -8px;
      background: none;
      border: none;
      padding: 0;
      height: 30px;
      width: 30px;
      outline: 0 !important;
      opacity: 0.4;
      -webkit-transition: 0.15s;
      transition: 0.15s; }
      .goods-list__item > button:hover {
        opacity: 0.7; }
  .goods-list__close {
    background: none;
    border: none;
    width: 28px;
    height: 28px;
    outline: 0 !important;
    cursor: pointer;
    opacity: 0.2;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0;
    z-index: 1; }
    .goods-list__close:hover {
      opacity: 0.7; }

@media (max-width: 1024px) {
  .goods-list {
    width: 480px; } }

@media (max-height: 630px) {
  .goods-list__item:not(:last-child) {
    margin-bottom: 15px; } }

.chip {
    display: inline-block;
    border-radius: 14px;
    padding: 2px 5px 2px 10px;
    font-size: 14px;
    border: 1px solid #6c757d;
    line-height: 14px;
}

.chip__close {
    border: none;
    background: none;
    outline: 0 !important;
    width: 16px;
    height: 16px;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
    text-align: center;
    line-height: 16px;
    opacity: 0.6;
    -webkit-transition: .15s opacity;
    transition: .15s opacity;
}

.chip__close:hover {
    opacity: 1;
}


.chip__close img {
    width: 10px;
    height: 10px;
    display: block;
    position: relative;
    left: 2px;
}
.repair-props-panel__goods img {
    width: 100%;
}

.repair-props-panel__goods h6 {
    font-weight: 500;
}
.repair-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .repair-toolbar__left {
    display: flex;
    flex: 1 1;
    align-items: center; }
    .repair-toolbar__left .SearchAddressForm {
      flex: 1 1;
      margin-right: 20px;
      flex-wrap: nowrap;
      max-width: 760px;
      width: 100%; }
  .repair-toolbar nav {
    font-size: 14px; }
    .repair-toolbar nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .repair-toolbar nav li {
      display: inline-block; }
      .repair-toolbar nav li:not(:last-child) {
        margin-right: 25px; }
    .repair-toolbar nav button {
      background: none;
      border: none;
      cursor: pointer;
      outline: 0;
      text-align: center;
      font-weight: 500;
      color: #4d5665;
      font-size: 16px;
      padding: 0;
      -webkit-transition: 0.15s ease color;
      transition: 0.15s ease color; }
      .repair-toolbar nav button:disabled {
        opacity: 0.6;
        cursor: default; }
    .repair-toolbar nav li.active button,
    .repair-toolbar nav button:not(:disabled):hover {
      color: #01a3d4; }
  .repair-toolbar__actions {
    margin-left: 20px;
    flex-shrink: 0;
    position: relative;
    top: 5px; }
    .repair-toolbar__actions button {
      background: none;
      border: none;
      cursor: pointer;
      outline: 0;
      text-align: center;
      padding: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      opacity: 0.6; }
      .repair-toolbar__actions button:disabled {
        cursor: default; }
      .repair-toolbar__actions button:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .repair-toolbar__actions button:not(:first-child) {
        margin-left: 14px; }

.repair-templates button {
  position: relative; }
  .repair-templates button span {
    display: block;
    font-size: 12px;
    color: #313131;
    position: absolute;
    left: 50%;
    top: 22px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 400; }

.repair-templates__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 130px; }

.repair-templates__count {
  display: inline-flex;
  width: 28px;
  height: 28px;
  font-size: 14px;
  margin-left: 15px;
  background: #01a3d4;
  color: #e9e9e9;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle; }

.flat-templates {
  left: 110px;
  top: 100px;
  margin-right: 50px;
  max-height: calc(100% - 200px);
  z-index: 2; }
  .flat-templates__list {
    text-align: center;
    margin-top: -25px; }
    .flat-templates__list .flat-template-card {
      margin-top: 25px;
      display: inline-block;
      padding: 0 15px; }
      .flat-templates__list .flat-template-card:first-child .flat-template-card__preview {
        background-size: contain; }

.flat-templates-modal .modal-dialog {
  max-width: calc(100% - 30px); }

.flat-templates-modal .modal-content {
  width: auto;
  width: initial;
  margin: auto; }

@media (max-width: 768px) {
  .repair-toolbar__left {
    flex-direction: column;
    align-items: flex-start; }
    .repair-toolbar__left .SearchAddressForm {
      margin-bottom: 10px; } }

.full-estimate {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative; }
  .full-estimate__price {
    font-size: 16px; }
  .full-estimate__price,
  .full-estimate .estimate-goods-table-wrap {
    margin-bottom: 24px; }
  .full-estimate .email-form {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 40px 2px;
    overflow-y: auto; }
    .full-estimate .email-form__actions {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 15px; }
      .full-estimate .email-form__actions button {
        flex: 1 1; }
        .full-estimate .email-form__actions button:first-child {
          margin-right: 15px; }
  .full-estimate .email-sending-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .full-estimate .empty-list {
    height: 64px; }
  .full-estimate footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .full-estimate footer .btn {
      flex-shrink: 0; }

.estimate-goods-table-wrap {
  height: calc(100% - 65px);
  overflow: auto; }
  .estimate-goods-table-wrap > div:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .estimate-goods-table-wrap > div h4 {
    font-size: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin: 0;
    padding-bottom: 10px;
    z-index: 2;
    background: #ffffff; }

.estimate-goods-table {
  width: 100%; }
  .estimate-goods-table tbody tr:not(:last-child) td {
    padding-bottom: 20px; }
  .estimate-goods-table th,
  .estimate-goods-table td {
    padding-left: 20px;
    padding-right: 20px; }
    .estimate-goods-table th:first-child,
    .estimate-goods-table td:first-child {
      padding-left: 0; }
    .estimate-goods-table th:last-child,
    .estimate-goods-table td:last-child {
      padding-right: 10px;
      white-space: nowrap;
      text-align: right; }
  .estimate-goods-table th {
    padding-bottom: 15px;
    color: #00607c;
    font-weight: 400;
    font-size: 12px;
    position: -webkit-sticky;
    position: sticky;
    top: 28px;
    background: #fff;
    z-index: 1; }
  .estimate-goods-table td {
    vertical-align: middle; }

.estimate-goods-row__about {
  display: flex;
  max-width: 400px; }

.estimate-goods-row__name {
  display: block;
  line-height: 1.4; }

.estimate-goods-row__descr {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 4px;
  opacity: 0.8; }

.estimate-goods-row__img {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  flex-shrink: 0; }

.estimate-goods-row__nowrap {
  white-space: nowrap; }

.estimate-goods-row__show {
  color: #01a3d4 !important;
  cursor: pointer;
  background: none;
  border: none;
  margin-right: 14px;
  padding: 0;
  outline: 0 !important; }

.estimate-goods-row__remove {
  background: none;
  border: none;
  padding: 0;
  height: 30px;
  width: 30px;
  outline: 0 !important;
  opacity: 0.2;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .estimate-goods-row__remove:hover {
    opacity: 0.7; }

.estimate-panel {
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  z-index: 2; }
  .estimate-panel__surfaces > .estimate-panel__action {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .estimate-panel__header, .estimate-panel__surfaces,
  .estimate-panel > .estimate-panel__action,
  .estimate-panel__surfaces > .estimate-panel__action:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .estimate-panel__action {
    width: 100%;
    border: none;
    background: none;
    outline: 0 !important;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.15s background-color;
    transition: 0.15s background-color; }
    .estimate-panel__action:disabled {
      cursor: default; }
      .estimate-panel__action:disabled * {
        opacity: 0.6; }
    .estimate-panel__action:not(:disabled):hover, .estimate-panel__action.active {
      background: rgba(0, 0, 0, 0.03); }
  .estimate-panel__price {
    font-size: 16px;
    color: #01a3d4;
    font-weight: 500;
    padding-right: 20px; }
  .estimate-panel__footer .estimate-panel__action {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .estimate-panel__footer .total-price {
    background: #01a3d4;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    display: flex; }

.estimate-item {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0; }
  .estimate-item__name {
    font-size: 16px;
    color: #4d5660;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px; }
  .estimate-item__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .estimate-item__icon img {
      width: auto;
      height: 24px; }

.surface-params {
  padding: 40px;
  width: 100%;
  position: relative;
  background-color: #fff;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15); }
  .surface-params header {
    display: flex;
    justify-content: space-between; }
    .surface-params header > div:first-child {
      margin-right: 33px; }
      .surface-params header > div:first-child p {
        margin: 0;
        font-size: 13px; }
  .surface-params ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .surface-params__draggable-handle {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move; }
  .surface-params__goods {
    margin-top: 20px; }
  .surface-params__room-type {
    font-weight: 500; }
  .surface-params__close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    border: none;
    padding: 0;
    height: 30px;
    width: 30px;
    outline: 0 !important;
    opacity: 0.4;
    -webkit-transition: 0.15s;
    transition: 0.15s; }
    .surface-params__close:hover {
      opacity: 0.7; }
  .surface-params__apply {
    margin-top: 26px; }

.WallGeometryControls {
  display: flex;
  align-items: flex-start; }
  .WallGeometryControls__control {
    margin-bottom: 0; }
    .WallGeometryControls__control .form-control {
      width: 80px;
      margin-right: 8px;
      padding: 8px 14px; }
    .WallGeometryControls__control > div {
      display: flex;
      align-items: center; }
    .WallGeometryControls__control label,
    .WallGeometryControls__control span {
      font-size: 13px; }
    .WallGeometryControls__control:not(:last-child) {
      margin-right: 24px; }

.partner-cabinet {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  max-width: 2200px;
  margin: auto; }
  .partner-cabinet__header h1 {
    font-size: 18px;
    font-weight: 500; }
  .partner-cabinet__nav {
    background-color: #ffffff94;
    padding: 5px; }
    .partner-cabinet__nav a {
      display: inline-block;
      padding: 5px; }
      .partner-cabinet__nav a:not(:last-child) {
        margin-right: 14px; }
      .partner-cabinet__nav a.active {
        background-color: #00a5de;
        border-radius: 3px;
        color: white; }
      .partner-cabinet__nav a.logout {
        float: right; }
  .partner-cabinet__main {
    flex: 1 1;
    margin-bottom: 10px;
    display: block; }
    .partner-cabinet__main > div {
      box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
      border-radius: 5px;
      padding: 20px;
      background: #fff; }

.MapPage {
  height: 100%;
  width: 100%; }
  .MapPage__map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }
  .MapPage__modal .modal-dialog {
    max-width: 1200px; }
  .MapPage__modal .modal-content {
    border-radius: 5px;
    overflow: hidden;
    height: 80vh;
    padding: 10px;
    background: #ececed;
    background-image: -webkit-linear-gradient(45deg, #e6e6e6 4.55%, #ececed 4.55%, #ececed 50%, #e6e6e6 50%, #e6e6e6 54.55%, #ececed 54.55%, #ececed 100%);
    background-image: linear-gradient(45deg, #e6e6e6 4.55%, #ececed 4.55%, #ececed 50%, #e6e6e6 50%, #e6e6e6 54.55%, #ececed 54.55%, #ececed 100%);
    background-size: 33px 33px; }

.MapFilter {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 300px;
  background: #ffffff;
  z-index: 1;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15); }
  .MapFilter .form-group > label {
    font-weight: 700; }
  .MapFilter__slider {
    padding-bottom: 18px; }
  .MapFilter__submit {
    margin-top: 25px; }

.ApartmetsTable {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-color: #fff;
  padding: 30px 0 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  height: 100%;
  overflow: auto; }
  .ApartmetsTable > section {
    margin-bottom: 20px;
    padding: 0 30px; }
  .ApartmetsTable__section h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 12px; }
  .ApartmetsTable__section:not(:last-child) {
    margin-bottom: 40px; }
  .ApartmetsTable__footer {
    text-align: right;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    padding: 20px 30px;
    width: 100%;
    background: #fff; }
  .ApartmetsTable .estimate-goods-table th {
    position: static;
    padding: 10px;
    white-space: nowrap; }
  .ApartmetsTable .estimate-goods-table tbody td {
    padding: 3px 10px; }
  .ApartmetsTable .estimate-goods-table tbody tr:not(:last-child) td {
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .ApartmetsTable .estimate-goods-table tbody tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.03); }
  .ApartmetsTable .estimate-goods-table .btn-link {
    font-size: 12px; }


/*# sourceMappingURL=main.ddce4af5.chunk.css.map?v=ddce4af5*/