.mdm-page-rent {
  padding: 140px 0 80px;
}

.mdm-page-rent .mdm-container:first-child {
  max-width: 864px;
}

.mdm-page-rent .mdm-form {
  margin: 0 auto;
}

.mdm-halls {
  margin: 36px auto 0;
}

@media only screen and (min-width: 768px) {
  .mdm-halls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 48px auto 0;
  }
}
.mdm-halls__item {
  padding: 0 0 0 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .mdm-halls__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 222px;
            flex: 0 0 222px;
    max-width: 222px;
  }
}
.mdm-halls__item_big-hall {
  background-image: url("../img/rent/big-hall-icon.svg");
}

.mdm-halls__item_parquet-hall {
  background-image: url("../img/rent/parquet-hall-icon.svg");
}

.mdm-halls__item_mask-hall {
  background-image: url("../img/rent/mask-hall-icon.svg");
}

.mdm-halls__item + .mdm-halls__item {
  margin: 28px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-halls__item + .mdm-halls__item {
    margin: 0;
  }
}
.mdm-halls__link {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-family: TTNormsProBold, serif;
  border-bottom: solid 1px #000000;
}

.mdm-halls__text {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-family: TTNormsProMedium, serif;
  color: #363636;
  margin: 8px 0 0 0;
}

.mdm-halls + .mdm-button {
  margin: 32px auto 0;
  width: 320px;
}

@media only screen and (min-width: 768px) {
  .mdm-halls + .mdm-button {
    width: 262px;
    margin: 24px auto 0;
  }
}
.mdm-hall {
  margin: 36px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-hall {
    margin: 60px 0 0 0;
  }
}
.mdm-hall .mdm-title {
  text-align: left;
  margin: 0;
}

.mdm-hall__text {
  font-size: 1rem;
  line-height: 1.6875rem;
  font-family: ManropeRegular, serif;
  text-align: left;
  margin: 4px 0 0 0;
}

.mdm-hall__list {
  margin: 28px 0 0 0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: TTNormsProMedium, serif;
}

@media only screen and (min-width: 768px) {
  .mdm-hall__list {
    margin: 44px 0 0 0;
    font-size: 1rem;
    line-height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mdm-hall__list-item {
  padding: 0 0 0 18px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mdm-hall__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
.mdm-hall__list-item + .mdm-hall__list-item {
  margin: 20px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-hall__list-item + .mdm-hall__list-item {
    margin: 0 0 0 60px;
  }
}
.mdm-hall__list-item:before {
  position: absolute;
  height: 100%;
  width: 2px;
  left: 0;
  top: 0;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  content: "";
}

.mdm-hall__capabilities {
  margin: 40px 0 0 0;
}

.mdm-hall__capabilities-title {
  font-size: 1.25rem;
  line-height: 2.375rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: TTNormsProBold, serif;
  padding: 0 0 0 36px;
  background: url(../img/rent/capabilities-icon.svg) 0 center no-repeat;
}

.mdm-hall__capabilities-text {
  margin: 18px 0 0 0;
  font-size: 1rem;
  line-height: 1.6875rem;
  font-family: ManropeRegular, serif;
}

.mdm-hall__capabilities-list-title {
  margin: 16px 0 0 0;
  font-size: 1rem;
  line-height: 1.8125rem;
  font-family: ManropeBold, serif;
}

.mdm-hall__capabilities-list {
  margin: 12px 0 0 0;
}

.mdm-hall__capabilities-list-item {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  font-family: ManropeMedium, serif;
  padding: 0 0 0 16px;
  position: relative;
}

.mdm-hall__capabilities-list-item + .mdm-hall__capabilities-list-item {
  margin: 12px 0 0 0;
}

.mdm-hall__capabilities-list-item:before {
  content: "";
  width: 7px;
  height: 7px;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  position: absolute;
}

.mdm-hall__buttons {
  margin: 24px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-hall__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mdm-hall__buttons .mdm-button_pink {
  width: 300px;
}

@media only screen and (min-width: 768px) {
  .mdm-hall__buttons .mdm-button_pink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 262px;
            flex: 0 0 262px;
    max-width: 262px;
    width: auto;
  }
}
.mdm-hall__select {
  margin-top: 24px;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-family: TTNormsProBold, serif;
  padding: 0 24px 0 0;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mdm-hall__select {
    margin: 0 0 0 32px;
  }
}
.mdm-hall__select:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/rent/arrow-icon.svg) 0 0 no-repeat;
  content: "";
  width: 16px;
  height: 16px;
}

.mdm-hall-slider {
  margin: 20px -20px 0;
}

@media only screen and (min-width: 768px) {
  .mdm-hall-slider {
    margin: 20px 0 0 0;
  }
}
.mdm-hall-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mdm-hall-slider__thumbs {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mdm-hall-slider__thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 8px 0 0 0;
  }
}
.mdm-hall-slider__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 116px;
          flex: 0 0 116px;
  max-width: 116px;
  margin-bottom: 8px !important;
  margin-right: 8px !important;
}

.mdm-hall-slider__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mdm-hall-slider__zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  pointer-events: none;
}

.mdm-hall-slider__inner {
  position: relative;
  cursor: pointer;
  height: 456px;
  overflow: hidden;
}

.mdm-grey-bg {
  margin: 40px 0;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .mdm-grey-bg {
    margin: 80px 0 60px;
    padding: 40px 0;
  }
}
.mdm-grey-bg h4 {
  margin: 0;
}

.mdm-zoom {
  position: relative;
}

.mdm-zoom__buttons {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .mdm-zoom__buttons {
    right: 60px;
  }
}
.mdm-zoom__button {
  width: 40px;
  height: 40px;
  display: block;
}

.mdm-zoom__button + .mdm-zoom__button {
  margin: 10px 0 0 0;
}

.mdm-schema {
  overflow: hidden;
  max-width: 1164px;
  height: 200px;
  margin: 28px auto 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mdm-schema {
    height: 420px;
  }
}
@media only screen and (min-width: 1024px) {
  .mdm-schema {
    height: 700px;
  }
}
.mdm-schema svg {
  display: block;
  width: 100%;
  min-height: 100px;
  position: absolute;
}