@font-face {
  font-family: "Playfair";
  src: url(/assets/fonts/Playfair/Playfair144pt-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair";
  src: url(/assets/fonts/Playfair/Playfair144pt-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.greenTopHolder {
  margin-bottom: 20px;
  background: url(/assets/i/shebekebg-m.webp) top center repeat-x #BCF0ED;
  overflow: hidden;
  height: calc(100vh - 103px);
  max-height: 680px;
  display: flex;
  justify-content: space-between;
  flex-flow: column nowrap;
}
.greenTopHolder .titles {
  padding-top: 1vh;
}
.greenTopHolder .titles h1.title {
  font-size: clamp(2.25rem, 0.457rem + 5.978vw, 5rem);
  font-weight: 400;
  font-family: "Playfair", serif;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.greenTopHolder .titles h3.slogan {
  display: none;
  font-weight: 300;
  font-size: clamp(0.813rem, 0.609rem + 0.679vw, 1.125rem);
  line-height: 1;
  text-align: center;
  letter-spacing: 3.3px;
}
.greenTopHolder .yearNphotos {
  position: relative;
  isolation: isolate;
  max-width: fit-content;
  padding: 0 clamp(4rem, -2.356rem + 27.119vw, 15rem);
  flex: 1;
  display: flex;
}
.greenTopHolder .yearNphotos IMG {
  position: absolute;
  height: auto;
  border: solid 5px white;
  z-index: -1;
  transition: all 0.2s linear;
}
.greenTopHolder .yearNphotos IMG.fade-out {
  opacity: 0;
}
.greenTopHolder .yearNphotos IMG.pic1 {
  width: clamp(120px, 32vmin, 280px);
  left: 0;
  top: 10px;
  transform: rotate(8deg);
  transition: opacity 0.3s ease-out, transform 0.5s ease-out;
}
.greenTopHolder .yearNphotos IMG.pic1.rotate-1 {
  transform: rotate(8deg);
}
.greenTopHolder .yearNphotos IMG.pic1.rotate-2 {
  transform: rotate(3deg);
}
.greenTopHolder .yearNphotos IMG.pic1.rotate-3 {
  transform: rotate(-4deg);
}
.greenTopHolder .yearNphotos IMG.pic1.rotate-4 {
  transform: rotate(12deg);
}
.greenTopHolder .yearNphotos IMG.pic1.rotate-5 {
  transform: rotate(-7deg);
}
.greenTopHolder .yearNphotos IMG.pic1.rotate-6 {
  transform: rotate(2deg);
}
.greenTopHolder .yearNphotos IMG.pic2 {
  width: clamp(120px, 31vmin, 264px);
  right: 0;
  bottom: 10px;
  transform: rotate(13deg);
  transition: opacity 0.3s ease-out, transform 0.5s ease-out;
}
.greenTopHolder .yearNphotos IMG.pic2.rotate-1 {
  transform: rotate(13deg);
}
.greenTopHolder .yearNphotos IMG.pic2.rotate-2 {
  transform: rotate(8deg);
}
.greenTopHolder .yearNphotos IMG.pic2.rotate-3 {
  transform: rotate(-8deg);
}
.greenTopHolder .yearNphotos IMG.pic2.rotate-4 {
  transform: rotate(15deg);
}
.greenTopHolder .yearNphotos IMG.pic2.rotate-5 {
  transform: rotate(-4deg);
}
.greenTopHolder .yearNphotos IMG.pic2.rotate-6 {
  transform: rotate(4deg);
}
.greenTopHolder .yearNphotos span.year {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(6.75rem, 4.63rem + 7.065vw, 10rem);
  line-height: 1;
  color: #00C1AF;
  font-weight: 500;
  min-height: clamp(6.75rem, 4.63rem + 7.065vw, 10rem);
  text-align: center;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.greenTopHolder .yearNphotos span.year.odometer-up {
  transform: translateY(-100%);
  opacity: 0;
}
.greenTopHolder .yearNphotos span.year.odometer-up-in {
  animation: slideInFromBottom 0.3s ease-out forwards;
}
.greenTopHolder .yearNphotos span.year.odometer-down {
  transform: translateY(100%);
  opacity: 0;
}
.greenTopHolder .yearNphotos span.year.odometer-down-in {
  animation: slideInFromTop 0.3s ease-out forwards;
}
@keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInFromTop {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.greenTopHolder .titleNdesc {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  flex: 0.7;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  z-index: 1;
}
.greenTopHolder .titleNdesc span.title {
  display: block;
  margin-bottom: 8px;
  font-size: 1.125rem;
  line-height: 1.13;
  font-weight: 500;
}
.greenTopHolder .titleNdesc span.desc {
  display: block;
  font-size: clamp(0.875rem, 0.793rem + 0.272vw, 1rem);
  line-height: 1.45;
  font-weight: 300;
}
.greenTopHolder .yearSectionsNyears .yearSections {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 101px 8px 40px;
  z-index: 2;
}
.greenTopHolder .yearSectionsNyears .yearSections .section {
  display: flex;
  position: relative;
  align-items: center;
  gap: 8px;
  margin-right: clamp(18px, 5vw, 70px);
  opacity: 0.5;
  transition: all 0.2s linear;
}
.greenTopHolder .yearSectionsNyears .yearSections .section span.icon {
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  flex-grow: 0;
  background: url("/assets/i/sprite.svg?v1") 0 0 no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .greenTopHolder .yearSectionsNyears .yearSections .section span.icon {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
.greenTopHolder .yearSectionsNyears .yearSections .section span.icon {
  background-position: center center;
}
.greenTopHolder .yearSectionsNyears .yearSections .section span.title {
  display: block;
  font-family: "Playfair", serif;
  font-size: clamp(0.875rem, 0.508rem + 1.223vw, 1.438rem);
  font-weight: bold;
  line-height: 1;
  color: black;
}
.greenTopHolder .yearSectionsNyears .yearSections .section.urban-roots span.icon {
  background-position: 0 -638px;
}
.greenTopHolder .yearSectionsNyears .yearSections .section.oil-boom span.icon {
  background-position: -36px -638px;
}
.greenTopHolder .yearSectionsNyears .yearSections .section.national-revival span.icon {
  background-position: -72px -638px;
}
.greenTopHolder .yearSectionsNyears .yearSections .section.future-vision span.icon {
  background-position: -108px -638px;
}
@media (min-width: 1024px) {
  .greenTopHolder .yearSectionsNyears .yearSections .section:HOVER {
    opacity: 1;
  }
  .greenTopHolder .yearSectionsNyears .yearSections .section span.icon {
    width: 40px;
    height: 40px;
  }
  .greenTopHolder .yearSectionsNyears .yearSections .section.urban-roots span.icon {
    background-position: 0 -590px;
  }
  .greenTopHolder .yearSectionsNyears .yearSections .section.oil-boom span.icon {
    background-position: -40px -590px;
  }
  .greenTopHolder .yearSectionsNyears .yearSections .section.national-revival span.icon {
    background-position: -80px -590px;
  }
  .greenTopHolder .yearSectionsNyears .yearSections .section.future-vision span.icon {
    background-position: -120px -590px;
  }
}
.greenTopHolder .yearSectionsNyears .yearSections .section:last-child {
  margin-right: 0;
}
.greenTopHolder .yearSectionsNyears .yearSections .section.active {
  opacity: 1;
}
.greenTopHolder .yearSectionsNyears .yearSections:BEFORE, .greenTopHolder .yearSectionsNyears .yearSections:AFTER {
  position: absolute;
  display: block;
  content: "";
  width: 15%;
  height: 100%;
  top: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(188, 240, 237) 10%, rgba(188, 240, 237, 0) 100%);
  pointer-events: none;
}
.greenTopHolder .yearSectionsNyears .yearSections:BEFORE {
  left: 40px;
}
.greenTopHolder .yearSectionsNyears .yearSections:AFTER {
  right: 100px;
  transform: rotate(-180deg);
}
@media (min-width: 1024px) {
  .greenTopHolder .yearSectionsNyears .yearSections {
    padding-right: 249px;
    padding-left: 16px;
  }
  .greenTopHolder .yearSectionsNyears .yearSections:BEFORE {
    left: 16px;
  }
  .greenTopHolder .yearSectionsNyears .yearSections:AFTER {
    right: 249px;
  }
}
.greenTopHolder .yearsNuzor {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 85px;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
.greenTopHolder .yearsNuzor .yearLine {
  position: relative;
  padding-bottom: 2px;
  max-width: 100%;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder {
  position: relative;
  top: -5px;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder.active {
  display: block;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder.visible {
  opacity: 1;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year {
  display: block;
  padding: 0 32px;
  position: relative;
  font-family: "Playfair", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.875rem;
  cursor: pointer;
  white-space: nowrap;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year:AFTER {
  display: block;
  position: absolute;
  top: 0;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #91ABA9;
  z-index: 2;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year.is-selected.active {
  font-weight: bold;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year.is-selected.active:AFTER {
  background-color: #00C1AF;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year:first-child {
  padding-left: 64px;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year:first-child:AFTER {
  left: calc(50% + 16px);
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year:last-child {
  padding-right: 64px;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year:last-child:AFTER {
  left: calc(50% - 16px);
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder:BEFORE, .greenTopHolder .yearsNuzor .yearLine .yearsHolder:AFTER {
  position: absolute;
  display: block;
  content: "";
  width: 15%;
  height: 100%;
  top: 6px;
  z-index: 1;
  background: linear-gradient(90deg, rgb(188, 240, 237) 10%, rgba(188, 240, 237, 0) 100%);
  pointer-events: none;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder:BEFORE {
  left: 0;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder:AFTER {
  right: -1px;
  transform: rotate(-180deg);
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder .flickity-button {
  background: none;
  opacity: 0.42;
  z-index: 10;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder .flickity-prev-next-button {
  width: 21px;
  height: 21px;
  border-radius: 0;
  margin-top: 3px;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder .flickity-prev-next-button.previous {
  left: 0;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder .flickity-prev-next-button.next {
  right: 0;
}
.greenTopHolder .yearsNuzor .yearLine .yearsHolder .flickity-prev-next-button .flickity-button-icon {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .greenTopHolder .yearsNuzor .yearLine .yearsHolder .flickity-prev-next-button {
    margin-top: 5px;
  }
}
.greenTopHolder .yearsNuzor .yearLine:BEFORE {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
  z-index: 0;
}
.greenTopHolder .yearsNuzor .yearending {
  position: relative;
  top: -17px;
  width: 100%;
  height: auto;
}

.urbanTraceBottom {
  margin-bottom: 40px;
}
.urbanTraceBottom .titleNtext {
  padding: 0 10px;
  margin-bottom: 20px;
}
.urbanTraceBottom .titleNtext .title {
  max-width: 1200px;
  margin: 0 auto 8px;
  font-size: clamp(1.625rem, 1.054rem + 1.902vw, 2.5rem);
  font-weight: 300;
  line-height: 1.15;
  text-align: center;
}
.urbanTraceBottom .titleNtext .title strong {
  font-weight: 500;
}
.urbanTraceBottom .titleNtext .text {
  font-size: clamp(0.875rem, 0.467rem + 1.359vw, 1.5rem);
  font-weight: 300;
  line-height: 1.45;
}
.urbanTraceBottom .titleNtext .text P {
  margin: 0 0 29px;
}
.urbanTraceBottom .titleNtext .text P:last-child {
  margin-bottom: 0;
}
.urbanTraceBottom .uzor {
  width: auto;
  height: auto;
  margin: 0 auto 20px;
}
.urbanTraceBottom .rayonlar {
  display: grid;
  grid-template-columns: 326fr 556fr 438fr;
  gap: 8px;
}
.urbanTraceBottom .rayonlar .trace {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  border-radius: 5px;
  min-height: 276px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.urbanTraceBottom .rayonlar .trace h3.title {
  margin: 0 0 16px 6px;
  font-size: clamp(0.938rem, -0.082rem + 3.397vw, 2.5rem);
  line-height: 1.125;
  font-weight: 500;
  color: white;
}

@media (min-width: 480px) {
  .urbanTraceBottom .titleNtext .title strong {
    display: block;
  }
}
@media (min-width: 1024px) {
  .greenTopHolder {
    margin-bottom: 56px;
    background-image: url(/assets/i/shebekebg.webp);
    height: calc(100vh - 123px);
  }
  .greenTopHolder .titleNdesc span.desc {
    font-weight: 400;
  }
  .greenTopHolder .yearsNuzor {
    grid-template-columns: 1fr 233px;
    padding-left: 16px;
  }
  .greenTopHolder .yearsNuzor .yearLine {
    padding-bottom: 13px;
  }
  .greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year {
    padding: 8px 64px 0;
  }
  .greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year:first-child {
    padding-left: 128px;
  }
  .greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year:first-child:AFTER {
    left: calc(50% + 32px);
  }
  .greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year:last-child {
    padding-right: 128px;
  }
  .greenTopHolder .yearsNuzor .yearLine .yearsHolder span.year:last-child:AFTER {
    left: calc(50% - 32px);
  }
  .greenTopHolder .yearsNuzor:BEFORE {
    display: none;
  }
  .greenTopHolder .yearsNuzor .yearending {
    top: -36px;
  }
  .urbanTraceBottom {
    margin-bottom: 80px;
  }
  .urbanTraceBottom .titleNtext {
    padding: 0;
    margin-bottom: 46px;
  }
  .urbanTraceBottom .titleNtext .title {
    margin-bottom: 35px;
  }
  .urbanTraceBottom .titleNtext .text {
    text-align: center;
  }
  .urbanTraceBottom .uzor {
    margin-bottom: 43px;
  }
  .urbanTraceBottom .rayonlar {
    gap: 20px;
  }
  .urbanTraceBottom .rayonlar .trace {
    min-height: 500px;
    border-radius: 20px;
  }
  .urbanTraceBottom .rayonlar .trace h3.title {
    margin: 0 0 28px 40px;
  }
}