@import "../../lib/normalize.css";
@import "../../lib/anythingzoomer.min.css";
@import '../../fonts/fonts.css';
html {
  height: 100%;
}
body {
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  /* font-size: 14px; */
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  color: #3d3d3d;
  background: #fff;
  height: 100%;
  min-width: 320px;
  max-width: auto;
}
h1 {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  font-size: 56px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.025em;
}
h2 {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1;
}
h1 + h2 {
  margin-top: 0.7em;
}
h3 {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-family: "Merriweather", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.025em;
}
h2 + h3 {
  margin-top: 0.7em;
}
h4 {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-family: "Merriweather", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.025em;
}
h3 + h4 {
  margin-top: 0.35em;
}
h5 {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-family: "Merriweather", sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.025em;
}
h4 + h5 {
  margin-top: 0.35em;
}
h6 {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-family: "Merriweather", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.025em;
}
h5 + h6 {
  margin-top: 0.35em;
}
p,
ul,
ol,
div {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  position: relative;
}
h1 + p,
h1 + ul,
h1 + ol,
h1 + div,
h2 + p,
h2 + ul,
h2 + ol,
h2 + div,
h3 + p,
h3 + ul,
h3 + ol,
h3 + div {
  margin-top: 0.7em;
}
p + h1,
ul + h1,
ol + h1,
div + h1,
p + h2,
ul + h2,
ol + h2,
div + h2,
p + h3,
ul + h3,
ol + h3,
div + h3 {
  margin-top: 1.4em;
}
h4 + p,
h4 + ul,
h4 + ol,
h4 + div,
h5 + p,
h5 + ul,
h5 + ol,
h5 + div,
h6 + p,
h6 + ul,
h6 + ol,
h6 + div {
  margin-top: 0.35em;
}
p + h4,
ul + h4,
ol + h4,
div + h4,
p + h5,
ul + h5,
ol + h5,
div + h5,
p + h6,
ul + h6,
ol + h6,
div + h6 {
  margin-top: 0.7em;
}
p + p,
p + ul,
p + ol,
ul + p,
ul + ul,
ul + ol,
ol + p,
ol + ul,
ol + ol {
  margin-top: 0.7em;
}
li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  position: relative;
}
li + li {
  margin-top: 0.7em;
}
ol li {
  margin-left: 2em;
}
ul li {
  list-style: none;
  margin-left: 0;
}
ul.m-dashed li {
  margin-left: 2em;
}
ul.m-dashed li:before {
  content: '—';
  display: block;
  text-align: center;
  position: absolute;
  left: -2em;
  top: 0;
  width: 2em;
}
a {
  text-decoration: none;
  outline: none;
  color: #4a90e2;
  border-bottom: 1px solid #c8ddf6;
}
a.m-pseudo {
  border-bottom: 1px dotted #c8ddf6;
}
a:hover {
  color: #85c6ff;
  border-bottom-color: #daeeff;
  transition: color 0.125s ease-out, border 0.125s ease-out;
}
a.m-dark {
  color: #4a4a4a;
  border-color: #c8c8c8;
}
a.m-dark:hover {
  color: #797979;
  border-bottom-color: #d7d7d7;
}
span.m-highlight {
  font-family: "Merriweather", sans-serif;
  font-size: 24px;
  color: #0b67dc;
  line-height: 0.8;
}
label {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
input,
button,
textarea {
  outline: 0 none;
}
button {
  border: none;
}
input[type="text"],
input[type="password"],
textarea {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
.l-body {
  overflow: hidden;
}
.l-block .l-block-bgr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-block .l-block-content {
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
}
.l-block .l-block-inner {
  padding: 60px 120px;
}
.l-block.m-header .l-block-inner {
  /* padding-bottom: 0; */
}
.l-block.m-header .l-block-bgr {
  background: url('../../global/i/l-block-header-bgr.jpg') center center / cover;
}
.l-block.m-gallery .l-block-content {
  max-width: none;
}
.l-block.m-gallery .l-block-inner {
  padding: 0;
}
.l-block.m-gallery .l-block-bgr {
  background: #000;
}
.l-block.m-field .l-block-bgr {
  background: url('../../global/i/l-block-field-bgr.jpg') center center / cover;
}
.l-block.m-stairs .l-block-bgr {
  background: url('../../global/i/l-block-stairs-bgr.jpg') center bottom / cover;
}
.l-block.m-entrances .l-block-bgr {
  background: url('../../global/i/l-block-entrances-bgr.jpg') center top / cover;
}
.l-block.m-standards .l-block-bgr {
  background: #383838;
}
.l-block.m-security {
  padding-bottom: 348px;
}
.l-block.m-security .l-block-bgr {
  background: url('../../global/i/l-block-lines-bgr.jpg') center center repeat;
}
.l-block.m-video {
  margin: -348px 0;
  z-index: 1;
}
.l-block.m-landscaping {
  padding-top: 348px;
}
.l-block.m-landscaping .l-block-bgr {
  background: url('../../global/i/l-block-landscaping-bgr.jpg') center center / cover;
}
.l-block.m-greenery .l-block-bgr {
  background: url('../../global/i/l-block-greenery-bgr.jpg') center center / cover;
}
.l-block.m-greeneryFeatures .l-block-bgr {
  background: url('../../global/i/l-block-greeneryFeatures-bgr.jpg') center center / cover;
}
.l-block.m-cableway .l-block-bgr {
  background: url('../../global/i/l-block-cableway-bgr.jpg') center center / cover;
}
.l-block.m-cablewayEquipment .l-block-bgr {
  background: #545454;
}
.l-block.m-history .l-block-bgr {
  background: url('../../global/i/l-block-history-bgr.jpg') center center / cover;
}
.l-block.m-cluster .l-block-bgr {
  background: url('../../global/i/l-block-lines-bgr.jpg') center center repeat;
}
.l-block.m-footer .l-block-bgr {
  background: #545454;
}
.l-container {
  overflow: hidden;
}
.l-container:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.l-container.m-mobileApp {
  background: #fff;
}
.l-container.m-turf {
  line-height: 0px;
  border-top: 50px solid #fff;
  border-bottom: 50px solid #fff;
}
.l-container.m-sparrow-hills {
  line-height: 0px;
}
.l-container.m-tribunes {
  background: url('../../global/i/l-block-tribunes-bgr.jpg') center center repeat;
}
.l-container .l-block {
  float: left;
  width: 50%;
}
.l-container .l-block.m-mobileApp-main .l-block-content {
  max-width: 960px;
  margin: 0 -160px 0 auto;
}
.l-container .l-block.m-mobileApp-extra .l-block-bgr {
  left: 160px;
  background: #f2f2f2;
}
.l-container .l-block.m-mobileApp-extra .l-block-content {
  /* max-width: 640px; */
  margin: 0 auto 0 160px;
}
.l-container .l-block.m-tribunes-extra .l-block-bgr {
  background: #000;
  opacity: 0.5;
}
.l-container.m-quote {
  background: #fff;
}
.l-container.m-quote.m-quote-fs {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.c-icon {
  display: block;
  background-position: 0 0;
}
.c-icon.m-inline {
  display: inline-block;
  vertical-align: middle;
}
.c-icon.m-stroiMosEmblem {
  width: 50px;
  height: 60px;
  background-image: url('../../global/i/c-icon-stroiMosEmblem.png');
  background-size: 100% 100%;
}
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .c-icon.m-stroiMosEmblem {
    background-image: url('../../global/i/c-icon-stroiMosEmblem@2x.png');
  }
}
.c-icon.m-attention {
  width: 46px;
  height: 46px;
  background-image: url('../../global/i/c-icon-attention.png');
  background-size: 100% 100%;
}
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .c-icon.m-attention {
    background-image: url('../../global/i/c-icon-attention@2x.png');
  }
}
.c-icon.m-mobileAppFeatures {
  width: 90px;
  height: 90px;
}
.c-icon.m-mobileAppFeatures.m-information {
  background-image: url('../../global/i/c-icon-mobileAppFeatures-information.png');
  background-size: 100% 100%;
}
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .c-icon.m-mobileAppFeatures.m-information {
    background-image: url('../../global/i/c-icon-mobileAppFeatures-information@2x.png');
  }
}
.c-icon.m-mobileAppFeatures.m-navigation {
  background-image: url('../../global/i/c-icon-mobileAppFeatures-navigation.png');
  background-size: 100% 100%;
}
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .c-icon.m-mobileAppFeatures.m-navigation {
    background-image: url('../../global/i/c-icon-mobileAppFeatures-navigation@2x.png');
  }
}
.c-icon.m-mobileAppFeatures.m-tickets {
  background-image: url('../../global/i/c-icon-mobileAppFeatures-tickets.png');
  background-size: 100% 100%;
}
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .c-icon.m-mobileAppFeatures.m-tickets {
    background-image: url('../../global/i/c-icon-mobileAppFeatures-tickets@2x.png');
  }
}
.c-icon.m-mobileAppTechnologies {
  width: 72px;
  height: 140px;
  background-image: url('../../global/i/c-icon-mobileAppTechnologies.png');
  background-size: 100% 100%;
}
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .c-icon.m-mobileAppTechnologies {
    background-image: url('../../global/i/c-icon-mobileAppTechnologies@2x.png');
  }
}
.c-icon.m-galleryPointer {
  width: 40px;
  height: 40px;
}
.c-icon.m-galleryPointer.m-prev {
  background-image: url('../../global/i/c-icon-galleryPointer-prev.png');
  background-size: 100% 100%;
}
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .c-icon.m-galleryPointer.m-prev {
    background-image: url('../../global/i/c-icon-galleryPointer-prev@2x.png');
  }
}
.c-icon.m-galleryPointer.m-next {
  background-image: url('../../global/i/c-icon-galleryPointer-next.png');
  background-size: 100% 100%;
}
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .c-icon.m-galleryPointer.m-next {
    background-image: url('../../global/i/c-icon-galleryPointer-next@2x.png');
  }
}
.c-icon.m-tribunes {
  width: 720px;
  height: 510px;
  background-image: url('../../global/i/c-icon-tribunes.png');
  background-size: 100% 100%;
}
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .c-icon.m-tribunes {
    background-image: url('../../global/i/c-icon-tribunes@2x.png');
  }
}
.c-stroiMos {
  float: left;
  width: 260px;
  height: 60px;
  padding-left: 65px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-stroiMos a {
  display: block;
  color: #fff;
  border: none;
}
.c-stroiMos .c-stroiMos-emblem {
  position: absolute;
  top: 0;
  left: 0;
}
.c-stroiMos .c-stroiMos-title {
  line-height: 14px;
}
@keyframes bounce {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0px);
  }
}
.c-lang {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  border: none;
  text-decoration: none;
  opacity: 1;
  animation: bounce 5s alternate;
  transition: all 0.5s ease-out;
}
.c-lang:hover {
  transition: all 0.5s ease-out;
  opacity: 0.7;
}
.c-lang.c-lang_ru {
  background-image: url('../../global/i/lang-ru.svg');
}
.c-lang.c-lang_en {
  background-image: url('../../global/i/lang-en.svg');
}
.c-intro {
  clear: both;
  text-align: center;
  margin-top: 120px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-intro .c-intro-title {
  margin-bottom: 40px;
}
.c-intro .c-intro-subTitle {
  margin-bottom: 60px;
}
.c-intro .c-intro-content {
  padding: 0 120px;
}
.c-deadline {
  background: #fff;
  padding: 50px 60px;
  margin: 120px -60px 0;
  text-align: center;
}
.c-deadline .c-deadline-title {
  margin-bottom: 30px;
}
.c-deadline .c-deadline-title h3 {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 2;
  padding: 0 30px;
}
.c-deadline .c-deadline-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 180px;
  right: 180px;
  height: 1px;
  background: #919191;
  z-index: 1;
}
.c-deadline .c-deadline-subTitle {
  padding: 0 120px;
  margin-bottom: 30px;
}
.c-deadline .c-deadline-subTitle > * {
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
}
.c-deadline .c-deadline-subTitle .c-deadline-subTitle-second {
  font-size: 150%;
}
.c-deadline .c-deadline-attention {
  margin: 30px 0;
}
.c-deadline .c-deadline-describe {
  padding: 0 120px;
}
.c-blocks {
  text-align: left;
}
.c-blocks .c-blocks-row {
  margin: 10px 0;
}
.c-blocks .c-blocks-row:first-child {
  margin-top: 0;
}
.c-blocks .c-blocks-row:last-child {
  margin-bottom: 0;
}
.c-blocks .c-blocks-row:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.c-blocks .c-blocks-cell {
  float: left;
  padding: 15px 10px;
}
.c-blocks.m-three .c-blocks-cell {
  width: 33.33%;
}
.c-blocks.m-four .c-blocks-cell {
  width: 25%;
}
.c-mobileApp:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.c-mobileApp .c-mobileApp-title {
  margin-bottom: 30px;
}
.c-mobileApp .c-mobileApp-describe {
  margin-bottom: 60px;
}
.c-mobileApp .c-mobileApp-features:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.c-mobileApp .c-mobileApp-features .c-mobileApp-features-item {
  float: left;
  width: 140px;
  margin: 0 10px;
  text-align: center;
}
.c-mobileApp .c-mobileApp-features .c-mobileApp-features-item:first-child {
  margin-left: 0;
}
.c-mobileApp .c-mobileApp-features .c-mobileApp-features-item:last-child {
  margin-right: 0;
}
.c-mobileApp .c-mobileApp-features .c-mobileApp-features-item .c-mobileApp-features-item-icon {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #3d3d3d;
}
.c-mobileApp .c-mobileApp-features .c-mobileApp-features-item .c-mobileApp-features-item-title {
  margin-top: 30px;
  font-size: 18px;
}
.c-mobileApp .c-mobileApp-technologies .c-mobileApp-technologies-icon {
  margin-bottom: 30px;
}
.c-mobileApp .c-mobileApp-technologies .c-mobileApp-technologies-item {
  margin: 30px 0;
}
.c-mobileApp .c-mobileApp-technologies .c-mobileApp-technologies-item:first-child {
  margin-top: 0;
}
.c-mobileApp .c-mobileApp-technologies .c-mobileApp-technologies-item:last-child {
  margin-bottom: 0;
}
.c-mobileApp .c-mobileApp-technologies .c-mobileApp-technologies-item .c-mobileApp-technologies-item-title {
  margin-bottom: 20px;
}
.c-mobileApp .c-mobileApp-technologies .c-mobileApp-technologies-item .c-mobileApp-technologies-item-title:after {
  margin-top: 20px;
  content: '';
  display: block;
  height: 7px;
  width: 100%;
  background: #0b67dc;
}
.c-gallery {
  width: 100%;
  overflow: hidden;
  background: #000;
  margin: 0 auto;
}
.c-gallery .c-gallery-pointers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}
.c-gallery .c-gallery-pointer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 70px;
  cursor: pointer;
}
.c-gallery .c-gallery-pointer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.85;
}
.c-gallery .c-gallery-pointer.m-prev {
  left: 0;
}
.c-gallery .c-gallery-pointer.m-next {
  right: 0;
}
.c-gallery .c-gallery-pointer .c-gallery-pointer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
.c-gallery .c-gallery-items {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-gallery .c-gallery-item {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-gallery .c-gallery-item .c-gallery-item-photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.c-gallery .c-gallery-item .c-gallery-item-describe {
  position: absolute;
  bottom: 30px;
  left: 120px;
  padding: 20px;
  color: #fff;
}
.c-gallery .c-gallery-item .c-gallery-item-describe:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
}
.c-gallery .c-gallery-item .c-gallery-item-describe span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.c-field {
  min-height: 748px;
  text-align: center;
  margin-top: 120px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-field .c-field-title {
  padding-bottom: 30px;
  margin-bottom: 240px;
}
.c-field .c-field-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 620px;
  margin-left: -310px;
  height: 2px;
  background: #fff;
}
.c-field .c-field-describe .c-field-describe-item:before {
  margin-bottom: 30px;
  content: '';
  display: block;
  height: 7px;
  width: 60px;
  background: #fff;
}
.c-tribunes {
  min-height: 648px;
  color: #fff;
}
.c-tribunes .c-tribunes-main {
  min-height: 648px;
}
.c-tribunes .c-tribunes-extra {
  min-height: 648px;
}
.c-tribunes .c-tribunes-extra .c-tribunes-icon {
  display: none;
}
.c-tribunes .c-tribunes-content ul li::before {
    content: "•";
    margin-right: 5px;
}
.c-tribunes .c-tribunes-icon {
  position: absolute;
  bottom: -176px;
  left: -400px;
}
.c-tribunes .c-tribunes-features {
  position: absolute;
  top: 200px;
  right: 10%;
  text-align: center;
}
.c-tribunes .c-tribunes-features .c-tribunes-features-item {
  padding: 30px;
  margin: 20px 0;
}
.c-tribunes .c-tribunes-features .c-tribunes-features-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-tribunes .c-tribunes-features .c-tribunes-features-item.m-places {
  color: #3D3D3D;
}
.c-tribunes .c-tribunes-features .c-tribunes-features-item.m-places:before {
  background: #fff;
  opacity: 0.6;
}
.c-tribunes .c-tribunes-features .c-tribunes-features-item.m-area:before {
  background: #7c8fdc;
}
.c-tribunes .c-tribunes-features .c-tribunes-features-item .c-tribunes-features-item-header {
  font-family: "Merriweather", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.c-tribunes .c-tribunes-features .c-tribunes-features-item .c-tribunes-features-item-header span.m-highlight {
  font-size: 112px;
  color: inherit;
}
.c-tribunes .c-tribunes-title {
  margin-bottom: 30px;
}
.c-tribunes .c-tribunes-title:after {
  margin-top: 30px;
  content: '';
  display: block;
  height: 7px;
  width: 60px;
  background: #fff;
}
.c-tribunes .c-tribunes-content {
  width: 75%;
}
.c-stairs {
  color: #fff;
}
.c-stairs .c-stairs-title {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-stairs .c-stairs-content:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.c-stairs .c-stairs-describe {
  /* max-width: 760px; */
  max-width: 960px;
  margin: 0 auto 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-stairs .c-stairs-describe .c-stairs-describe-items:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.c-stairs .c-stairs-describe .c-stairs-describe-item {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.c-stairs .c-stairs-describe .c-stairs-describe-item:first-child {
  padding-left: 0;
}
.c-stairs .c-stairs-describe .c-stairs-describe-item:last-child {
  padding-right: 0;
}
.c-stairs .c-stairs-describe .c-stairs-describe-item .c-stairs-describe-item-bullet {
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-family: "Merriweather", sans-serif;
  font-size: 60px;
  font-weight: bold;
}
.c-stairs .c-stairs-attention {
  max-width: 560px;
  padding: 30px 60px 30px 30px;
  background: #fff;
  float: right;
  color: #3d3d3d;
}
.c-stairs .c-stairs-attention .c-stairs-attention-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.c-stairs .c-stairs-attention .c-stairs-attention-content {

}
.c-entrances {
  color: #fff;
}
.c-entrances .c-entrances-items:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.c-entrances .c-entrances-title {
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-entrances .c-entrances-item {
  float: left;
  /* width: 50%; */
  width: 60%;
  padding: 0 30px;
}
.c-entrances .c-entrances-item:first-child {
  padding-left: 0;
}
.c-entrances .c-entrances-item:last-child {
  padding-right: 0;
}
.c-entrances .c-entrances-item.m-first {
  margin-top: -120px;
}
.c-entrances .c-entrances-item.m-first .c-entrances-title {
  /*
  padding: 15px 30px;
  color: #3d3d3d;
  background: #fff;
  text-shadow: none;
  */
}
.c-entrances .c-entrances-item.m-second {
  margin-top: 120px;
}
.c-entrances .c-entrances-wasAndBecome {
  white-space: nowrap;
}
.c-entrances .c-entrances-wasAndBecome .c-entrances-wasAndBecome-block {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
}
.c-entrances .c-entrances-wasAndBecome .c-entrances-wasAndBecome-block.m-was {
  background: #5c88db;
  margin-right: 20px;
}
.c-entrances .c-entrances-wasAndBecome .c-entrances-wasAndBecome-block.m-was:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: -20px;
  border-left: 20px solid #5c88db;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.c-entrances .c-entrances-wasAndBecome .c-entrances-wasAndBecome-block.m-become {
  background: #65d55a;
}
.c-entrances .c-entrances-wasAndBecome .c-entrances-wasAndBecome-block .c-entrances-wasAndBecome-block-count {
  font-family: "Merriweather", sans-serif;
  font-weight: bold;
  font-size: 112px;
  line-height: 1;
  margin-bottom: 20px;
}
.c-entrances .c-entrances-wasAndBecome .c-entrances-wasAndBecome-block .c-entrances-wasAndBecome-block-title {
  font-size: 28px;
  border-top: 1px solid #fff;
  padding-top: 10px;
}
.c-entrances .c-entrances-note {
  margin-left: 30%;
  margin-top: 45px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-entrances .c-entrances-note:before {
  content: '';
  display: block;
  width: 120px;
  height: 8px;
  background: #fff;
  margin-bottom: 20px;
}
.c-standards {
  color: #fff;
  text-align: center;
}
.c-standards .c-standards-title {
  margin-bottom: 30px;
}
.c-standards .c-standards-subTitle {
  margin-bottom: 30px;
  padding: 0 120px;
}
.c-standards .c-standards-describe .c-standards-describe-items {
  margin: 0 auto;
  /* max-width: 1000px; */
}
.c-standards .c-standards-describe .c-standards-describe-item {
  display: inline-block;
  vertical-align: top;
  background: #424242;
  padding: 20px;
  margin: 20px;
  /* width: 260px; */
  width: 360px;
  height: 240px;
}
.c-standards .c-standards-describe .c-standards-describe-item .c-standards-describe-item-title {
  color: #F94841;
  font-family: "Merriweather", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.c-security-title {
  margin-bottom: 45px;
  text-align: center;
}
.c-security-describe {
  max-width: 720px;
  margin: 0 auto 60px;
}
.c-security-describe:before {
  content: '';
  display: block;
  width: 60px;
  height: 8px;
  background: #0b67dc;
  margin-bottom: 20px;
}
.c-security-features {
  background: #fff;
  padding: 30px;
  margin: 0 -30px -30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.c-security-features-item {
  text-align: center;
}
.c-security-features-item-title {
  font-family: "Merriweather", sans-serif;
  color: #0b67dc;
}
.c-security-features-item-title:before {
  content: '';
  display: block;
  margin: 0 auto 20px;
  width: 60px;
  height: 8px;
  background: #0b67dc;
}
.c-security-features-item-content {
  margin-top: 10px;
}
.c-security-features-item-content ul li:before {
  content: '•';
  margin-right: 5px;
}
.c-video-title {
  text-align: center;
  margin-bottom: 45px;
}
.c-video-content {
  margin: 0 auto;
  max-width: 854px;
  text-align: center;
}
.c-video-content iframe {
  width: 853px;
  height: 480px;
}
.c-landscaping {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-landscaping-title {
  text-align: center;
  margin-bottom: 30px;
}
.c-landscaping-describe-items {
  margin: 0 auto -40px;
  max-width: 800px;
}
.c-landscaping-describe-item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.c-landscaping-describe-item.m-highlight {
  border: 1px solid #fff;
}
.c-landscaping-describe-item.m-bordered:before {
  content: '';
  display: block;
  margin: -20px 0 20px;
  width: 60px;
  height: 8px;
  background: #fff;
}
.c-landscaping-describe-item-title {
  font-family: "Merriweather", sans-serif;
  color: #adff74;
  margin-bottom: 10px;
}
.c-landscaping-describe-item-bullet {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 32px;
  font-family: "Merriweather", sans-serif;
  margin: -20px 0 20px;
}
.c-landscaping ul li:before {
  content: '•';
  margin-right: 5px;
}
.c-greenery {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-greenery-title {
  width: 50%;
  margin-left: 50%;
  text-align: right;
  margin-bottom: 30px;
}
.c-greenery-describe {
  font-family: "Merriweather", sans-serif;
}
.c-greenery-describe:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.c-greenery-describe-column {
  float: left;
  width: 50%;
  padding: 0 30px;
}
.c-greenery-describe-column:first-child {
  padding-left: 0;
}
.c-greenery-describe-column:last-child {
  padding-right: 0;
}
.c-greenery-describe-item {
  margin-bottom: 30px;
}
.c-greenery-describe-item:before {
  content: '';
  display: block;
  margin-bottom: 20px;
  width: 60px;
  height: 8px;
  background: #fff;
}
.c-greeneryFeatures {
  min-height: 620px;
}
.c-greeneryFeatures-items {
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-greeneryFeatures-item {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-greeneryFeatures-item-count {
  font-family: "Merriweather", sans-serif;
  font-weight: bold;
  font-size: 112px;
  line-height: 1;
  margin-bottom: 20px;
}
.c-greeneryFeatures-item-title {
  font-size: 28px;
  border-top: 1px solid #fff;
  display: inline-block;
  padding-top: 10px;
}
.c-greeneryFeatures-item.m-white {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-left: 20px;
  color: #65d55a;
  text-shadow: none;
}
.c-greeneryFeatures-item.m-white .c-greeneryFeatures-item-title {
  border-color: #65d55a;
}
.c-cableway-title {
  color: #0b67dc;
  margin-bottom: 30px;
}
.c-cableway-describe {
  width: 45%;
}
.c-cableway-describe-items {
  margin-top: 30px;
  background: #f7f7f7;
  padding: 0 20px 1px;
}
.c-cableway-describe-item {
  margin-bottom: 30px;
}
.c-cableway-describe-item:before {
  content: '';
  display: block;
  margin-bottom: 20px;
  width: 60px;
  height: 8px;
  background: #0b67dc;
}
.c-cableway-note {
  position: absolute;
  right: 0;
  top: 430px;
  width: 50%;
  padding: 20px 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.c-cableway-features {
  margin-top: 90px;
}
.c-cableway-features:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.c-cableway-features-title {
  width: 45%;
}
.c-cableway-features-items {
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
}
.c-cableway-features-item {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.c-cableway-features-item-count {
  font-family: "Merriweather", sans-serif;
  font-weight: bold;
  font-size: 112px;
  line-height: 1;
  margin-bottom: 20px;
}
.c-cableway-features-item-title {
  font-size: 28px;
  border-top: 1px solid #fff;
  display: inline-block;
  padding-top: 10px;
}
.c-cableway-features-item.m-white {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-left: 20px;
  color: #5a9054;
  text-shadow: none;
}
.c-cableway-features-item.m-white .c-greeneryFeatures-item-title {
  border-color: #65d55a;
}
.c-cablewayEquipment {
  color: #fff;
}
.c-cablewayEquipment-title {
  text-align: center;
  margin-bottom: 45px;
}
.c-cablewayEquipment-item {
  text-align: center;
}
.c-cablewayEquipment-item-count {
  font-family: "Merriweather", sans-serif;
  font-weight: bold;
  font-size: 112px;
  line-height: 1;
  margin-bottom: 20px;
}
.c-cablewayEquipment-item-title {
  font-size: 28px;
}
.c-history-title {
  text-align: center;
  margin-bottom: 30px;
}
.c-history-describe {
  /*min-height: 480px;*/
  margin-bottom: 45px;
}
.c-history-describe-items:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.c-history-describe-item {
  float: left;
  width: 50%;
  padding: 0 30px;
}
.c-history-describe-item:first-child {
  padding-left: 0;
}
.c-history-describe-item:last-child {
  padding-right: 0;
}
.c-history-describe-item:before {
  content: '';
  display: block;
  margin-bottom: 30px;
  width: 60px;
  height: 8px;
  background: #0b67dc;
}
/*.c-history-describe:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 1px;
  background: #3D3D3D;
}
.c-history-describe:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 2px;
  background: #3D3D3D;
}*/
.c-map {
  max-width: 1440px;
  margin: 0 auto;
}
.c-map img {
  display: block;
  width: 100%;
  max-width: 1438px;
  margin: 0 auto;
}
.c-cluster-title {
  text-align: center;
  width: 50%;
  color: #0b67dc;
  margin: 0 auto 30px;
}
.c-cluster-items:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.c-cluster-item {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.c-cluster-item:first-child {
  padding-left: 0;
}
.c-cluster-item:last-child {
  padding-right: 0;
}
.c-cluster-item-title {
  max-width: 406px;
  height: 130px;
  color: #fff;
  margin: 0 auto 45px;
  padding: 55px 0 50px;
  text-align: center;
}
.c-cluster-item.m-left .c-cluster-item-title {
  background: url('../../global/i/c-cluster-item-left-bgr.png') center center / cover;
}
.c-cluster-item.m-right .c-cluster-item-title {
  background: url('../../global/i/c-cluster-item-left-bgr.png') center center / cover;
}
.c-cluster-item-content {
  background: #fff;
  padding: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.m-image-container {
  background: #fff;
}
.m-image-container img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.m-image-container.m-map .small img, .m-image-container.m-turf img {
  max-width: 1600px;
}
.m-image-container.m-map .large img {
  width: 3969px;
  height: 3500px;
}
.m-image-container.m-map .az-zoom { 
  width: 500px; 
  height: 500px;
}
.m-image-container .c-open-image-mobile {
  display: none;
}
.c-quote-block {
  margin: 100px 0 100px 30%;
  width: 50%;
}
.c-quote-block-title {
  width: 80px;
  float: left;
  font-family: AvenirNext, sans-serif;
  font-weight: 200;
  color: #9d9d9d;
  font-size: 14px;
  position: relative;
  top: -3px;
}
.c-quote-block-content {
  border-left: 1px solid #e4e4e4;
  padding-left: 30px;
  margin-left: 80px;
  padding-bottom: 35px;
}
.c-quote-block-text {
  font-family: AvenirNext, sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 200;
  color: #201801;
  padding: 0 0 55px;
  position: relative;
  top: -7px;
}
.c-quote-block-author {
  height: 100px;
  padding-bottom: 22px;
  line-height: 15px;
}
.c-quote-block-author-pic {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  float: left;
}
.c-quote-block-author-text {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-quote-block-author-name {
  font-family: Georgia,serif;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
}
.c-quote-block-author-title {
  font-family: AvenirNext, sans-serif;
  font-size: 10px;
  color: #979797;
  text-transform: uppercase;
  line-height: 20px;
}
.c-footer {
  color: #fff;
  text-align: center;
}

.l-body:not(.m-mobile) [data-parallax="header"] [data-parallax="header-intro"] {
  transition: opacity 0.5s ease-out;
}
.l-body.m-mobile .c-deadline {
  margin-top: 200px;
}
.l-body:not(.m-mobile) [data-parallax="header"] [data-parallax="header-deadline"] {
  opacity: 0;
  transition: opacity 0.5s ease-out, top 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="mobileApp"] [data-parallax="mobileApp-features-item-1"] {
  transition: top 0.25s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="mobileApp"] [data-parallax="mobileApp-features-item-2"] {
  transition: top 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="mobileApp"] [data-parallax="mobileApp-features-item-3"] {
  transition: top 0.75s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="opacities"] [data-parallax="opacities-component"] {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="opacity"] [data-parallax="opacity-block"] {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="field"] [data-parallax="field-title"] {
  transition: left 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="field"] [data-parallax="field-describe-item-1"] {
  transition: top 0.25s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="field"] [data-parallax="field-describe-item-2"] {
  transition: top 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="field"] [data-parallax="field-describe-item-3"] {
  transition: top 0.75s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="tribunes"] [data-parallax="tribunes-features"] {
  transition: right 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="tribunes"] [data-parallax="tribunes-extra"] {
  transition: right 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="stairs"] [data-parallax="stairs-title"] {
  transition: left 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="stairs"] [data-parallax="stairs-describe-item-1"] {
  transition: top 0.25s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="stairs"] [data-parallax="stairs-describe-item-2"] {
  transition: top 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="stairs"] [data-parallax="stairs-attention"] {
  transition: opacity 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="entrances"] [data-parallax="entrances-item-1"] {
  transition: left 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="entrances"] [data-parallax="entrances-item-2"] {
  transition: right 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="security"] [data-parallax="security-title"] {
  transition: left 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="security"] [data-parallax="security-describe"] {
  transition: top 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="security"] [data-parallax="security-features"] {
  transition: top 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="greeneryFeatures"] [data-parallax="greeneryFeatures-item-1"] {
  transition: top 0.25s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="greeneryFeatures"] [data-parallax="greeneryFeatures-item-2"] {
  transition: top 0.75s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="cluster"] [data-parallax="cluster-title"] {
  transition: left 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="cluster"] [data-parallax="cluster-item-1-title"] {
  transition: top 0.25s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="cluster"] [data-parallax="cluster-item-1-content"] {
  transition: top 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="cluster"] [data-parallax="cluster-item-2-title"] {
  transition: top 0.5s ease-out;
}
.l-body:not(.m-mobile) [data-parallax="cluster"] [data-parallax="cluster-item-2-content"] {
  transition: top 0.75s ease-out;
}

@media (max-width: 799px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 13px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 13px;
  }
}
@media (max-width: 1439px) {
  .l-block .l-block-inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 1279px) {
  .l-block .l-block-inner {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 1119px) {
  .l-block .l-block-inner {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 959px) {
  .l-block .l-block-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 799px) {
  .l-block .l-block-inner {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .l-block .l-block-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .l-block .l-block-inner {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 799px) {
  .l-block.m-security {
    padding-bottom: 280px;
  }
  .l-block.m-landscaping {
    padding-top: 280px;
  }
  .l-block.m-video {
    margin: -280px 0;
  }
}
@media (max-width: 639px) {
  .l-block.m-security {
    padding-bottom: 260px;
  }
  .l-block.m-landscaping {
    padding-top: 260px;
  }
  .l-block.m-video {
    margin: -250px 0;
  }
}
@media (max-width: 479px) {
  .l-block.m-security {
    padding-bottom: 200px;
  }
  .l-block.m-landscaping {
    padding-top: 200px;
  }
  .l-block.m-video {
    margin: -180px 0;
  }
}
@media (max-width: 959px) {
  .l-container .l-block {
    width: 100%;
  }
  .l-container .l-block.m-mobileApp-main .l-block-content {
    margin-right: 0;
  }
  .l-container .l-block.m-mobileApp-extra .l-block-bgr {
    left: 0;
  }
  .l-container .l-block.m-mobileApp-extra .l-block-content {
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .l-container .l-block.m-tribunes-extra .l-block-bgr {
    opacity: 0;
  }
}
@media (max-width: 1439px) {
  .c-intro .c-intro-content {
    padding: 0 100px;
  }
}
@media (max-width: 1279px) {
  .c-intro .c-intro-content {
    padding: 0 80px;
  }
}
@media (max-width: 1119px) {
  .c-intro .c-intro-content {
    padding: 0 60px;
  }
}
@media (max-width: 959px) {
  .c-intro .c-intro-content {
    padding: 0 40px;
  }
}
@media (max-width: 799px) {
  .c-intro .c-intro-content {
    padding: 0 30px;
  }
}
@media (max-width: 639px) {
  .c-intro .c-intro-title {
    margin-bottom: 20px;
  }
  .c-intro .c-intro-subTitle {
    margin-bottom: 30px;
  }
  .c-intro .c-intro-content {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .c-intro {
    margin-top: 80px;
  }
  .c-intro .c-intro-title {
    margin-bottom: 10px;
  }
  .c-intro .c-intro-subTitle {
    margin-bottom: 15px;
  }
  .c-intro .c-intro-content {
    padding: 0 10px;
  }
}
@media (max-width: 1119px) {
  .c-deadline {
    margin: 60px 0;
    padding: 40px;
    border-radius: 10px;
  }
  .c-deadline .c-deadline-title:before {
    left: 60px;
    right: 60px;
  }
  .c-deadline .c-deadline-subTitle, .c-deadline .c-deadline-describe {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 639px) {
  .c-deadline {
    margin: 30px 0;
    padding: 20px;
  }
  .c-deadline .c-deadline-title:before {
    left: 0;
    right: 0;
  }
  .c-deadline .c-deadline-subTitle, .c-deadline .c-deadline-describe {
    padding-right: 0;
    padding-left: 0;
  }
  .c-deadline .c-deadline-attention {
    display: none;
  }
}
@media (max-width: 1119px) {
  .c-blocks.m-four .c-blocks-cell {
    width: 50%;
  }
  .c-blocks.m-four .c-blocks-cell + .c-blocks-cell + .c-blocks-cell {
    clear: both;
  }
  .c-blocks.m-four .c-blocks-cell + .c-blocks-cell + .c-blocks-cell + .c-blocks-cell {
    clear: none;
  }
}
@media (max-width: 959px) {
  .c-blocks.m-three .c-blocks-cell {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .c-blocks .c-blocks-cell {
    padding: 20px 30px;
  }
  .c-blocks .c-blocks-row .c-blocks-cell {
    border-top: 1px solid #ccc;
  }
  .c-blocks .c-blocks-row:first-child .c-blocks-cell:first-child {
    border-top: none;
  }
  .c-blocks.m-four .c-blocks-cell {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .c-mobileApp .c-mobileApp-title {
    text-align: center;
  }
  .c-mobileApp .c-mobileApp-features .c-mobileApp-features-item {
    width: 100%;
    margin: 20px 0;
  }
  .c-mobileApp .c-mobileApp-technologies .c-mobileApp-technologies-icon {
    width: 72px;
    margin: 0 auto 15px;
  }
  .c-mobileApp .c-mobileApp-technologies .c-mobileApp-technologies-item .c-mobileApp-technologies-item-title {
    text-align: center;
    width: 100%;
  }
  .c-mobileApp .c-mobileApp-technologies .c-mobileApp-technologies-item .c-mobileApp-technologies-item-title:after {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 799px) {
  .c-gallery .c-gallery-pointer {
    width: 40px;
  }
  .c-gallery .c-gallery-pointer:before {
    opacity: 0;
  }
  .c-gallery .c-gallery-item .c-gallery-item-describe {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
  }
}
@media (max-width: 959px) {
  .c-field .c-field-title {
    margin-bottom: 120px;
  }
  .c-field .c-field-title:after {
    left: 10px;
    right: 10px;
    width: auto;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .c-field .c-field-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .c-icon.m-tribunes {
    height: 255px;
    width: 360px;
  }
}
@media (max-width: 1279px) {
  .c-tribunes .c-tribunes-content {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .c-tribunes .c-tribunes-icon {
    left: -200px;
    bottom: -40px;
  }
}
@media (max-width: 799px) {
  .c-tribunes .c-tribunes-icon {
    bottom: -30px;
  }
}
@media (max-width: 639px) {
  .c-tribunes {
    margin-top: -60px;
  }
  .c-tribunes .c-tribunes-main {
    display: none;
  }
  .c-tribunes .c-tribunes-extra {
    padding-bottom: 255px;
  }
  .c-tribunes .c-tribunes-extra .c-tribunes-icon {
    display: block;
    left: 50%;
    margin-left: -180px;
  }
}
@media (max-width: 639px) {
  .c-tribunes {
    margin-top: -20px;
  }
}
@media (max-width: 799px) {
  .c-stairs .c-stairs-describe .c-stairs-describe-item {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 959px) {
  .c-entrances .c-entrances-item {
    width: 100%;
    margin: 0;
  }
  .c-entrances .c-entrances-item.m-first {
    /* margin-top: -60px; */
    margin-top: -10px;
  }
  .c-entrances .c-entrances-item.m-second {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .c-entrances .c-entrances-wasAndBecome .c-entrances-wasAndBecome-block .c-entrances-wasAndBecome-block-count {
    font-size: 80px;
  }
}
@media (max-width: 959px) {
  .c-standards .c-standards-subTitle {
    padding: 60px;
  }
}
@media (max-width: 639px) {
  .c-standards .c-standards-subTitle {
    padding: 10px;
  }
  .c-standards .c-standards-describe .c-standards-describe-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 959px) {
  .c-security-features {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 799px) {
  .c-landscaping-describe-item {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .c-greenery-title {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .c-greenery-describe-column {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 959px) {
  .c-greeneryFeatures {
    min-height: 0;
  }
  .c-greeneryFeatures-items {
    position: relative;
  }
  .c-greeneryFeatures-item {
    display: block;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-greeneryFeatures-item.m-white {
    margin-left: auto;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .c-greeneryFeatures-item-count {
    font-size: 61px;
  }
  .c-greeneryFeatures-item-title {
    font-size: 20px;
  }
}
@media (max-width: 959px) {
  .c-cableway-describe {
    width: 100%;
  }
  .c-cableway-note {
    position: relative;
    top: 0;
    margin: 40px auto 0;
    width: auto;
    max-width: 420px;
  }
  .c-cableway-features {
    margin-top: 45px;
  }
  .c-cableway-features-title {
    width: 100%;
  }
  .c-cableway-features-items {
    margin-top: 30px;
    position: relative;
    text-align: right;
  }
}
@media (max-width: 479px) {
  .c-cableway-features-item {
    display: block;
  }
  .c-cableway-features-item.m-white {
    margin-left: 0;
    margin-top: 20px;
  }
  .c-cableway-features-item-count {
    font-size: 61px;
  }
  .c-cableway-features-item-title {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .c-cablewayEquipment-item-count {
    font-size: 61px;
  }
  .c-cablewayEquipment-item-title {
    font-size: 20px;
  }
}
@media (max-width: 799px) {
  .c-history-describe-item {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 799px) {
  .c-cluster-title {
    width: 100%;
  }
  .c-cluster-item {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 960px) {
  .c-video-content iframe {
    width: 600px;
    height: 333.5px;
  }
}
@media (max-width: 700px) {
  .c-video-content iframe {
    width: 400px;
    height: 225px;
  }
}
@media (max-width: 479px) {
  .c-video-content iframe {
    width: 300px;
    height: 168.75px;
  }
}
@media (max-width: 479px) {
  span.m-highlight {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .l-container.m-turf {
    border-top: 25px solid #fff;
    border-bottom: 25px solid #fff;
  }
}
@media (max-width: 700px), (orientation: portrait) {
  .l-container.m-image-container {
    position: relative;
  }
  .l-container.m-image-container img {
    filter: blur(2px) brightness(0.4);
  }
  .l-container.m-image-container .c-open-image-mobile {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 5px solid #fff;
    border-radius: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  }
  .l-container.m-image-container .c-open-image-mobile:hover {
    border-color: #fff;
  }
}
@media (max-width: 700px){
  .l-container.m-image-container .c-open-image-mobile {
    margin-top: -30px;
    line-height: 60px;
    height: 60px;
    font-size: 25px;
  }
}
@media (min-width: 701px){
  .l-container.m-image-container .c-open-image-mobile {
    margin-top: -50px;
    line-height: 100px;
    height: 100px;
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .c-quote-block {
    margin: 100px 0;
    padding: 0 50px;
    width: 100%;
  }
  .l-container.m-quote.m-quote-fs {
    min-height: auto;
  }
}
@media (max-width: 479px) {
  .c-quote-block {
    margin: 0;
    padding: 50px 20px;
  }
  .c-quote-block-title {
    width: auto;
    float: none;
    font-size: 14px;
    position: relative;
    top: 0;
    padding-bottom: 5px;
  }
  .c-quote-block-content {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
  .c-quote-block-text {
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 10px;
    top: 0;
  }
  .c-quote-block-author {
    padding-bottom: 10px;
    height: 50px;
  }
  .c-quote-block-author-pic {
    width: 50px;
    height: 50px;
  }
  .c-quote-block-author-text {
    height: 50px;
  }
}
