.layout-content {
  min-height: 300px;
  width: 100%;
}

.container {
  max-width: 1327px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.path-user main {
  padding-top: 31.25px;
  padding-bottom: 31.25px;
  width: 100%;
  max-width: 1327px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.top-navigation {
  z-index: 1000;
  text-align: center;
  position: relative;
}
.top-navigation * {
  background-color: #fff;
}
.common-link-button a {
  pointer-events: all;
  background-color: #e94347;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  font-weight: bold;
  margin: 15px;
  display: inline-block;
  font-size: 18px;
  transition: 0.5s;
  text-align: center;
}
@media screen and (max-width: 472px) {
  .common-link-button a {
    width: 180px;
  }
}

.common-link-button a.focus-visible {
  box-shadow: 0 0 0 3px #fff;
  outline: none;
}
.common-link-button.center {
  text-align: center;
}
/* yandex-map middle button scroll disable */
#wrapMap {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
/* Honeypot hidden webform fields to protect from bots */
form .form-item-url label[for*='edit-url--'],
form .form-item-url input[name='url'] {
  display: none;
}

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

.text-center {
  text-align: center;
}

.table-simple {
  width: 100%;
  text-align: center;
}

.table-simple th, .table-simple td {
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .table-simple th, .table-simple td {
    padding: 5px;
  }
}

.rounded-text {
  background-color: #e94347;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  font-weight: bold;
  margin: 15px;
  display: inline-block;
  font-size: 18px;
  transition: 0.5s;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .rounded-text {
    font-size: 14px;
    margin: 0;
    padding: 10px 15px;
  }
}

.mt-40 {
  margin-top: 40px;
}

.context-workplaces .section-order-form-a2__place-type-radio label {
  width: 33%;
}

.context-offices .section-order-form-a2__place-type-radio label {
  width: 33%;
}

.context-meeting-rooms .section-order-form-a2__place-type-radio label {
  width: 100%;
}

.context-meeting-rooms .section-order-form-a2__place-type-radio {
  display: none;
}

.wide-table {
  width: 100%;
  overflow: auto;
}

.section-4x1__media-image.slick-dotted.slick-slider {
  margin: 0;
}

.section-4x1__media-image .slick-dots {
  bottom: 0;
}

.section-4x1__media-image .slick-dots li.slick-active button::before {
  color: white;
}

.section-4x1__media-image .slick-dots li button::before {
  color: white;
}

.section-carousel-3 .slick-prev::before,
.section-carousel-3 .slick-next::before {
  color: gray;
}

.section-carousel-3 .slick-next {
  left: unset;
}