h2.mdm-title {
  margin-bottom: 0;
}

/*
.creative {
  background: $mdmGradient;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: TTNormsProMedium, serif;
  color: $white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  width: 164px;
  padding: 2px 4px;

  @media only screen and (min-width: 1024px) {
    margin-top: 0;
    height: 20px;
    width: 294px;
    padding: 0;
    letter-spacing: 9px;
  }
}
 */
.mdm-projects {
  padding-top: 148px;
}

.mdm-projects + .mdm-title {
  margin: 108px 0 0 0;
}

@media only screen and (min-width: 1024px) {
  .mdm-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mdm-projects__text {
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .mdm-projects__text {
    margin: 0 60px 0 0;
  }
}
.mdm-projects__title {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
  color: #000000;
  font-family: TTNormsProBold, serif;
}

.mdm-projects__hundred {
  margin: 20px auto 0;
  width: 100%;
}

.mdm-projects__text-big {
  font-size: 3.25rem;
  line-height: 4.375rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #000000;
  font-family: TTNormsProBold, serif;
  margin: 12px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-projects__text-big {
    letter-spacing: 0.1875rem;
    font-size: 4.0625rem;
    line-height: 5.5rem;
  }
}
.mdm-projects__text-small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-align: center;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
  color: #000000;
  font-family: TTNormsProMedium, serif;
  max-width: 400px;
  margin: 0 auto;
}

.mdm-projects__text-small:before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  display: block;
  margin: 0 0 18px 0;
}

.mdm-projects__image {
  position: relative;
  max-width: 768px;
  margin: 20px auto 0;
}

@media only screen and (min-width: 1024px) {
  .mdm-projects__image {
    margin: 0 0 0 auto;
  }
}
.mdm-projects__image:after {
  position: absolute;
  content: "";
  width: 95%;
  height: 95%;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  z-index: 1;
  right: -10px;
  bottom: -6px;
}

.mdm-projects__img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.mdm-subtitle {
  font-size: 1rem;
  line-height: 1.6875rem;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: TTNormsProMedium, serif;
  color: #000000;
  margin: 20px auto 0;
  max-width: 820px;
}

.mdm-subtitle a {
  color: #1796EE;
}

.mdm-subtitle a:hover {
  border-bottom: solid 1px transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.mdm-subtitle a:hover:hover {
  border-bottom: solid 1px #1796EE;
}

.mdm-suggest {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .mdm-suggest {
    margin-top: 100px;
  }
}
.mdm-suggest .mdm-options {
  margin-top: 36px;
}

@media only screen and (min-width: 768px) {
  .mdm-suggest .mdm-options {
    margin-top: 72px;
  }
}
.mdm-theatre {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .mdm-theatre {
    margin-top: 80px;
  }
}
.mdm-theatre .mdm-options {
  margin-top: -10px;
}

@media only screen and (min-width: 1024px) {
  .mdm-options__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mdm-options__title {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: TTNormsProBold, serif;
  color: #000000;
  margin: 32px auto 0;
}

.mdm-options__text {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: center;
  font-family: ManropeMedium, serif;
  color: #363636;
  margin: 8px auto 0;
}

.mdm-options__icon {
  width: 100px;
  margin: 0 auto;
}

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

@media only screen and (min-width: 1024px) {
  .mdm-options__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
  }
}
.mdm-options__item + .mdm-options__item {
  margin: 40px 0 0 0;
}

@media only screen and (min-width: 1024px) {
  .mdm-options__item + .mdm-options__item {
    margin: 0;
  }
}
.mdm-options__image {
  width: 100%;
  display: block;
  margin: 50px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-options__image {
    margin: 100px 0 0 0;
  }
}
.mdm-options__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .mdm-options__features {
    margin: 0 0 0 -96px;
  }
}
.mdm-options__feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  margin: 40px 0 0 0;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: center;
  font-family: ManropeMedium, serif;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .mdm-options__feature {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: calc(25% - 96px);
    margin: 80px 0 0 96px;
  }
}
.mdm-options__feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mdm-options__feature-icon_yellow {
  background: linear-gradient(84.36deg, #F9B44E 5.36%, #EC7F1B 94.85%);
}

.mdm-options__feature-icon_pink {
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
}

.mdm-options__feature-icon_green {
  background: linear-gradient(84.36deg, #7EC041 5.36%, #16B49E 94.85%);
}

.mdm-options__feature-icon_red {
  background: linear-gradient(84.36deg, #E93054 5.36%, #961F32 94.85%);
}

.mdm-options__feature-icon_brown {
  background: linear-gradient(84.36deg, #BA8D6E 5.36%, #906A53 94.85%);
}

.mdm-options__feature-icon_light-blue {
  background: linear-gradient(84.36deg, #2CF3DB 5.36%, #23A7DF 94.85%);
}

.mdm-options__feature-icon_violet {
  background: linear-gradient(84.36deg, #AA8AED 5.36%, #EE0D1A 94.85%);
}

.mdm-options__feature-icon_blue {
  background: linear-gradient(84.36deg, #21409A 5.36%, #0D96EE 94.85%);
}

.mdm-slider-image {
  margin-top: 100px;
}

.mdm-halls {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .mdm-halls {
    margin-top: 80px;
  }
}
.mdm-halls__link {
  color: #1796EE;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: TTNormsProBold, serif;
  margin: 24px 0 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mdm-halls__link:hover {
  border-bottom: solid 1px transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.mdm-halls__link:hover:hover {
  border-bottom: solid 1px #1796EE;
}

.mdm-halls__hall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mdm-halls__hall + .mdm-halls__hall {
  margin: 50px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-halls__hall + .mdm-halls__hall {
    margin: 100px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .mdm-halls__hall {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mdm-halls__img {
  max-width: 100%;
  margin: 0 0 20px 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 768px) {
  .mdm-halls__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media only screen and (min-width: 768px) {
  .mdm-halls__img + .mdm-halls__info {
    margin-left: 60px;
  }
}
.mdm-halls__info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .mdm-halls__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media only screen and (min-width: 768px) {
  .mdm-halls__info + .mdm-halls__img {
    margin-left: 60px;
  }
}
.mdm-halls p {
  font-size: 1rem;
  line-height: 1.875rem;
  font-family: ManropeMedium, serif;
  color: #363636;
  margin: 0;
}

.mdm-halls p + p {
  margin: 24px 0 0 0;
}

.mdm-halls sup {
  font-size: 0.625rem;
}

.mdm-halls h2.mdm-title, .mdm-halls h4.mdm-title {
  text-align: left;
  margin: 0;
}

.mdm-halls h2.mdm-title + p, .mdm-halls h4.mdm-title + p {
  margin-top: 16px;
}

.mdm-halls ul {
  font-size: 1rem;
  line-height: 1.875rem;
  font-family: ManropeMedium, serif;
  color: #363636;
  margin: 12px 0 0 0;
}

.mdm-halls li {
  position: relative;
  padding-left: 24px;
}

.mdm-halls li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}

.mdm-job {
  margin: 50px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-job {
    margin: 100px 0 0 0;
  }
}
.mdm-job__image {
  width: 100%;
  display: block;
}

.mdm-job h2.mdm-title {
  margin: 68px 0 0 0;
}

.mdm-job__text {
  font-size: 1rem;
  line-height: 1.875rem;
  font-family: ManropeMedium, serif;
  color: #363636;
  margin: 24px auto 0;
  text-align: center;
  max-width: 820px;
}

@media only screen and (min-width: 1024px) {
  .mdm-job__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mdm-job__feature {
  text-align: center;
  margin: 40px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-job__feature {
    margin: 80px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .mdm-job__feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
  }
}
.mdm-job__feature-icon {
  width: 100px;
  margin: 0 auto;
}

.mdm-job__feature-title {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: TTNormsProBold, serif;
  color: #000000;
  margin: 32px 0 0 0;
}

.mdm-job__feature-text {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: center;
  font-family: ManropeMedium, serif;
  margin: 8px 0 0 0;
}

.mdm-future {
  background: #F8F8F8 url("../img/creative/city.svg") bottom center no-repeat;
  padding: 44px 0 0 0;
  margin: 60px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-future {
    padding: 88px 0 0 0;
    margin: 138px 0 0 0;
  }
}
.mdm-future h2.mdm-title {
  margin: 0;
}

.mdm-future__subtitle {
  font-size: 1rem;
  line-height: 1.6875rem;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: TTNormsProMedium, serif;
  color: #000000;
  margin: 20px 0 0 0;
}

.mdm-future__line {
  position: absolute;
  top: 86px;
  background: url("../img/creative/line.svg") no-repeat;
  width: 50%;
  height: 2px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .mdm-future__line {
    display: block;
  }
}
.mdm-future__timeline-left .mdm-future__line {
  background-position: top right;
  right: 0;
}

.mdm-future__timeline-right .mdm-future__line {
  background-position: top left;
  left: 0;
}

.mdm-future__point {
  width: 28px;
  height: 28px;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  border-radius: 50%;
  position: absolute;
  top: 72px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .mdm-future__point {
    display: block;
  }
}
.mdm-future__point:before, .mdm-future__point:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mdm-future__point:before {
  width: 22px;
  height: 22px;
  background: white;
}

.mdm-future__point:after {
  width: 8px;
  height: 8px;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
}

.mdm-future__timeline-left .mdm-future__point {
  right: -14px;
}

.mdm-future__timeline-right .mdm-future__point {
  left: -14px;
}

.mdm-future__timeline {
  margin: 40px 0 0 0;
  position: relative;
  padding: 0 0 268px 0;
}

@media only screen and (min-width: 768px) {
  .mdm-future__timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 76px 0 268px 0;
  }
}
@media only screen and (min-width: 768px) {
  .mdm-future__timeline-line {
    width: 1px;
    height: calc(100% - 90px);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(90%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
  }
}
.mdm-future__timeline-left, .mdm-future__timeline-right {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .mdm-future__timeline-left, .mdm-future__timeline-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.mdm-future__timeline-right {
  margin: 40px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-future__timeline-right {
    margin: 0;
  }
}
.mdm-future__option {
  position: relative;
}

.mdm-future__option-inner {
  width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .mdm-future__option-inner {
    margin: 0;
  }
}
.mdm-future__option_first {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .mdm-future__option_second {
    margin: 168px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .mdm-future__option_second .mdm-future__option-inner {
    margin-left: auto;
  }
}
.mdm-future__option_third {
  margin: 40px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-future__option_third {
    margin: 80px 0 0 0;
  }
}
.mdm-future__option_fourth {
  margin: 40px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-future__option_fourth {
    margin: 124px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .mdm-future__option_fourth .mdm-future__option-inner {
    margin-left: auto;
  }
}
.mdm-future__title {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: TTNormsProBold, serif;
  color: #000000;
  margin: 26px 0 0 0;
}

.mdm-future__text {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: ManropeMedium, serif;
  color: #363636;
  margin: 8px 0 0 0;
}

.mdm-future__image {
  position: relative;
}

.mdm-future__image:before {
  position: absolute;
  content: "";
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  right: -6px;
  bottom: -6px;
  z-index: 1;
}

.mdm-future__img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

.mdm-future__start {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: none;
}

@media only screen and (min-width: 768px) {
  .mdm-future__start {
    display: block;
  }
}
.mdm-future__start:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  width: 46px;
  height: 46px;
  display: block;
  z-index: 1;
  border-radius: 50%;
}

.mdm-future__start-inner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(84.36deg, #ED8AE4 5.36%, #0D96EE 94.85%);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.mdm-future__start-inner:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}

.mdm-partners {
  border-radius: 16px;
  background: #F8F8F8;
  padding: 30px;
  margin: 60px 0 0 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mdm-partners {
    padding: 60px 17%;
  }
}
.mdm-partners h4.mdm-title {
  margin: 0;
}

.mdm-partners__rouble {
  margin: 12px auto;
  background: url(../img/creative/rouble.svg) center center no-repeat;
  width: 105px;
  height: 105px;
}

@media only screen and (min-width: 768px) {
  .mdm-partners__rouble {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.mdm-partners__text {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  font-family: ManropeMedium, serif;
  color: #363636;
  margin: 24px 0 0 0;
}

.mdm-rouble {
  margin: 0 8px 0 0;
}

.mdm-feedback {
  margin: 80px 0 60px 0;
}

.mdm-feedback h2.mdm-title {
  margin: 0 0 52px 0;
  text-align: left;
}

.mdm-feedback .mdm-form__disclaimer {
  text-align: left;
}

.mdm-feedback .mdm-form__form {
  margin: 0;
}

.mdm-feedback .mdm-form__form .mdm-button {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .mdm-feedback__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .mdm-feedback__column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mdm-feedback__column:first-child {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mdm-feedback__column:first-child {
    margin: 0 56px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 612px;
  }
}
.mdm-feedback__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

@media only screen and (min-width: 768px) {
  .mdm-feedback__image {
    display: block;
  }
}
sup {
  line-height: 0;
}