.header {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.color {
  margin-bottom: 150px;
}

.logo-head {
  max-width: 86%;
}

.navlink {
  margin-right: 30px;
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink.color {
  color: #eb6455;
}

.navlink.color.w--current {
  border-bottom: 3px solid #eb6455;
  outline-color: #eb6455;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.wrapper {
  width: 1638px;
  max-width: 94%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.text {
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.wrapper.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  padding: 20px 120px 60px;
  background-color: rgba(243, 110, 44, 0);
}

.wrapper.foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.title {
  margin-bottom: 40px;
  font-family: 'Drukwide 10', sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 140px;
}

.title.page {
  margin-top: 130px;
  margin-bottom: 50px;
  color: #eb6455;
  font-size: 60px;
  line-height: 86px;
  text-transform: uppercase;
}

.subtitle {
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: right;
}

.main-img {
  width: 100%;
  margin-bottom: 30px;
}

.pages {
  display: none;
}

.card-page {
  display: none;
  max-width: 1265px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f8f8f8;
}

.card-img {
  width: auto;
  height: auto;
  max-width: 50%;
  background-image: url('../images/05.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.card-left {
  height: 100%;
}

.card-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 50px 52px 60px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb6455;
  font-family: Graphiklcg, sans-serif;
  font-size: 30px;
}

.number {
  color: #fff;
}

.card-title {
  padding-top: 42px;
  padding-bottom: 32px;
  font-family: 'Drukwide 10', sans-serif;
  color: #121212;
  font-size: 24px;
  line-height: 31px;
}

.card-desc {
  padding-bottom: 60px;
  font-family: Graphiklcg, sans-serif;
  color: #121212;
  font-size: 16px;
}

.card-link {
  font-family: Graphiklcg, sans-serif;
  color: #eb6455;
  font-size: 20px;
  text-align: left;
  text-decoration: underline;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cover {
  width: 100%;
  margin-bottom: 0px;
}

.cover.tog {
  margin-bottom: 60px;
}

.page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-content.disable {
  display: none;
}

.page-content.museum {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-content.old {
  max-width: none;
}

.page-content.center {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-content.center.mel {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.col-main {
  width: 56%;
  max-width: 1000px;
}

.col-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-side.colimg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-side.colimg.future {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-side.old {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-side.melnikov {
  width: 35%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Drukwide 10', sans-serif;
  color: #eb6455;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}

.text {
  margin-bottom: 20px;
  font-family: Graphiklcg, sans-serif;
  color: #292929;
  font-size: 20px;
  line-height: 24px;
}

.text.slide {
  color: #fafafa;
}

.side-text {
  padding-bottom: 70px;
  font-family: Graphiklcg, sans-serif;
  color: #eb6455;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.image {
  width: 100%;
  margin-bottom: 90px;
}

.image.film {
  display: none;
}

.plan {
  padding-bottom: 0px;
}

.view {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
}

.note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.note.between {
  margin-top: 0px;
}

.text-block {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.text-block-2 {
  max-width: 1130px;
  font-family: Graphiklcg, sans-serif;
  color: #eb6455;
  font-size: 40px;
  line-height: 52px;
}

.note-text {
  max-width: 1000px;
  margin-bottom: 40px;
  padding-left: 50px;
  border-left: 100px solid #ffd4cf;
  font-family: Graphiklcg, sans-serif;
  color: #eb6455;
  font-size: 30px;
  line-height: 38px;
}

.note-text.big {
  font-size: 25px;
  line-height: 33px;
}

.note-text.full {
  max-width: 100%;
}

.frame {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background-color: #ececec;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ececec;
}

.item.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
}

.item.item-first {
  height: 100vh;
  margin-bottom: 100px;
  padding-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  height: 100%;
}

.quote-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.quote-text.time {
  margin-top: 50px;
}

.timeline {
  position: absolute;
  left: 0%;
  top: 12%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 1000vw;
  height: 1px;
  background-color: #ff9c91;
  opacity: 0.3;
}

.quote-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.quote-desc {
  margin-left: 20px;
}

.quote-desc.time {
  margin-bottom: 40px;
  margin-left: 0px;
}

.track {
  display: none;
  overflow: visible;
  height: 500vw;
  margin-top: 0px;
  margin-bottom: 80px;
}

.quote-name {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.quote-name.time {
  font-family: 'Drukwide 10', sans-serif;
  color: #eb6455;
  font-size: 40px;
  font-weight: 500;
}

.time-dot {
  position: absolute;
  left: auto;
  top: 11.5%;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #eb6455;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  background-color: #ececec;
}

.quote.time {
  width: 45%;
  min-height: 400px;
  padding: 10px 60px;
}

.quote.time.photo {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote.time.text {
  padding-right: 80px;
  padding-left: 80px;
}

.quote-right {
  padding-left: 50px;
}

.quote-right.time {
  padding-left: 30px;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.quote-img {
  width: 290px;
  height: 370px;
  min-width: 290px;
}

.quote-img.time {
  position: relative;
  z-index: 2;
  width: 260px;
  min-width: 260px;
}

.quote-img.time.hor {
  width: 270px;
  height: 260px;
  min-width: 370px;
}

.date-img {
  width: 700px;
  height: 500px;
  padding-top: 60px;
  padding-bottom: 30px;
}

.date-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.date-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
}

.date-text {
  position: static;
  max-width: 600px;
  min-width: 600px;
  font-family: Graphiklcg, sans-serif;
  color: #474747;
  font-size: 18px;
  line-height: 24px;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-number {
  font-family: 'Drukwide 10', sans-serif;
  color: #eb6455;
  font-size: 40px;
  line-height: 52px;
}

.tabs {
  height: auto;
  background-color: #eb6455;
  font-family: 'Drukwide 10', sans-serif;
}

.tabs-content {
  height: auto;
}

.tab-pane-tab-1 {
  height: auto;
}

.tab-pane-tab-2 {
  height: auto;
}

.tab-pane-tab-3 {
  height: auto;
}

.tab-pane-tab-4 {
  height: auto;
}

.tab-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gaz-12 {
  position: relative;
  display: none;
  max-width: 1100%;
  margin-bottom: 60px;
}

.frame-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 980px;
  height: 500px;
}

.frame-img.mtb {
  display: block;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-info {
  max-width: 870px;
}

.tab-title {
  position: static;
  margin-bottom: 30px;
  font-family: 'Drukwide 10', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 59px;
  font-weight: 500;
}

.tab-text {
  margin-bottom: 30px;
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.tab-link-tab-1 {
  background-color: hsla(0, 0%, 78.4%, 0);
}

.tab-link-tab-1.w--current {
  background-color: #272424;
}

.tab-link-tab-2 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.tab-link-tab-2.w--current {
  background-color: #272424;
}

.tab-link-tab-3 {
  background-color: rgba(255, 144, 144, 0);
}

.tab-link-tab-3.w--current {
  background-color: #272424;
}

.tab-link-tab-4 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.tab-link-tab-4.w--current {
  background-color: #272424;
}

.text-block-3 {
  font-family: 'Drukwide 10', sans-serif;
  color: #ffe7e5;
}

.text-block-4 {
  background-color: rgba(235, 100, 85, 0);
  font-family: 'Drukwide 10', sans-serif;
  color: #ffe7e5;
}

.text-block-5 {
  font-family: 'Drukwide 10', sans-serif;
  color: #ffe7e5;
}

.text-block-6 {
  font-family: 'Drukwide 10', sans-serif;
  color: #ffe7e5;
  font-weight: 400;
}

.slide-1 {
  width: 1100px;
  margin-bottom: 50px;
}

.slide-1.metro {
  width: 400px;
}

.slider {
  height: auto;
  margin-bottom: 0px;
  background-color: #e16255;
}

.bondarenko {
  margin-bottom: 20px;
}

.bernikova {
  margin-bottom: 20px;
}

.pora {
  margin-bottom: 20px;
}

.link {
  color: #ec6454;
  text-decoration: none;
}

.main-view {
  margin-bottom: 30px;
}

.tab-img {
  margin-top: 10px;
  margin-bottom: 30px;
}

.tab-link-tab-5 {
  background-color: rgba(27, 27, 27, 0);
}

.tab-link-tab-5.w--current {
  background-color: #272424;
}

.bold-text {
  font-family: 'Drukwide 10', sans-serif;
  color: #ffe7e5;
}

.tab-link-tab-6 {
  background-color: hsla(0, 0%, 98%, 0);
}

.tab-link-tab-6.w--current {
  background-color: #1b1b1b;
}

.bold-text-2 {
  color: #ffe7e5;
}

.slide-2 {
  background-color: #e16255;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-img {
  margin-bottom: 30px;
}

.col-img.small {
  max-width: 80%;
}

.lottie-animation {
  height: auto;
  max-width: 70%;
  min-width: 70%;
}

.lottie-animation-2 {
  height: 550px;
}

.lottie-animation-3 {
  height: auto;
  max-width: 70%;
  min-width: 70%;
}

.lottie-animation-4 {
  height: auto;
  max-width: 70%;
  min-width: 70%;
}

.lottie-animation-5 {
  height: 550px;
}

.lottie-animation-6 {
  height: 550px;
}

.burger {
  display: none;
}

.mobile-menu {
  display: none;
  height: 100vh;
}

.image-5 {
  width: 90px;
  height: 80px;
  background-color: #110d0b;
}

.italic-text-2 {
  text-decoration: underline;
}

.lottie-animation-7 {
  height: auto;
  max-width: 60%;
  min-width: 60%;
}

.main-slider {
  height: 100vh;
  margin-bottom: 80px;
}

.slide-3 {
  background-image: url('../images/01.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/04.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/07.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.background-video {
  height: 100vh;
  max-width: 100%;
}

.pair-img {
  display: none;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pair-img.manej {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.left-img {
  width: 45%;
}

.right-img {
  width: 45%;
}

.image-6 {
  width: 100%;
  margin-bottom: 0px;
}

.slide-6 {
  height: auto;
  background-image: url('../images/map1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-2 {
  height: 600px;
  max-width: 1400px;
  margin: 30px auto 40px;
}

.slide-7 {
  background-image: url('../images/map1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-7._2 {
  background-image: url('../images/dist1.jpeg');
}

.slide-7._3 {
  background-image: url('../images/kvartal-1.jpeg');
}

.slide-8 {
  background-image: url('../images/map-2.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-8._2 {
  background-image: url('../images/dist-2.jpeg');
  background-position: 50% 0%;
}

.slide-8._3 {
  background-image: url('../images/slide-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/main-4.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/main-5.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.mob-header {
  display: none;
}

.image-7 {
  max-width: 80px;
}

.slide-11 {
  background-image: url('../images/his-1.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/his-2.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/his-3.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/his-4.jpeg');
  background-position: 100% 50%;
  background-size: cover;
}

.slider-3 {
  height: 600px;
  margin-bottom: 30px;
}

.slide-15 {
  background-image: url('../images/view-2.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navlink {
    margin-bottom: 20px;
  }

  .title {
    font-size: 50px;
    line-height: 60px;
  }

  .frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .track {
    height: auto;
  }

  .camera {
    overflow: visible;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .frame {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item {
    height: auto;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .item.item-first {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-4 {
    position: static;
    display: block;
  }

  .quote-text.time {
    margin-top: 0px;
  }

  .timeline {
    left: 50%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 1px;
    height: 100%;
  }

  .quote-header.time {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .track {
    position: relative;
  }

  .time-dot {
    position: static;
    display: block;
  }

  .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quote.time.photo {
    width: 90%;
    margin-bottom: 20px;
  }

  .quote.time.text {
    width: 90%;
    min-height: auto;
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .quote-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .quote-right.time {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .camera {
    position: static;
  }

  .quote-img {
    margin-bottom: 30px;
  }

  .quote-img.time {
    position: static;
  }

  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .burger-line {
    width: 35px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .mobile-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: none;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #110d0b;
  }

  .close {
    position: absolute;
    left: auto;
    top: 5%;
    right: 5%;
    bottom: auto;
  }

  .close-img {
    width: 40px;
    cursor: pointer;
  }

  .burger-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .burger-link {
    margin-bottom: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 479px) {
  .header {
    display: none;
    padding-top: 20px;
  }

  .header.color {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-bottom: 70px;
    padding: 14px 20px;
    background-color: #fff;
  }

  .logo-head {
    width: 70px;
  }

  .nav {
    display: none;
  }

  .wrapper {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper.text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper.time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.menu {
    width: 100%;
  }

  .main {
    height: auto;
  }

  .title {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 36px;
  }

  .title.page {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .main-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .card-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-img {
    width: 100%;
    max-width: 100%;
  }

  .card-right {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-desc {
    padding-bottom: 20px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cover {
    margin-bottom: 20px;
  }

  .page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col-main {
    width: 100%;
  }

  .col-side {
    width: 100%;
    margin-top: 30px;
  }

  .col-side.melnikov {
    width: 100%;
  }

  .text-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .text {
    font-size: 20px;
    line-height: 30px;
  }

  .text.slide {
    margin-bottom: 0px;
  }

  .side-text {
    padding-bottom: 30px;
  }

  .view {
    margin-bottom: 30px;
  }

  .note-text {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 20px;
    border-left-width: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .item {
    overflow: hidden;
    height: auto;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .item.last {
    overflow: hidden;
    height: auto;
  }

  .item.item-first {
    height: auto;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .quote-text {
    width: 100%;
  }

  .timeline {
    display: none;
  }

  .time-dot {
    display: none;
  }

  .quote {
    padding: 20px;
  }

  .quote.time.photo {
    min-height: auto;
  }

  .quote-right {
    padding-left: 0px;
  }

  .quote-right.time {
    margin-bottom: 20px;
  }

  .quote-img.time {
    margin-bottom: 0px;
  }

  .quote-img.time.hor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-width: 90%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .date-img {
    height: auto;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .date-info {
    width: 100%;
  }

  .tab-content {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }

  .frame-img {
    width: 350px;
    height: 350px;
  }

  .frame-img.mtb {
    height: 300px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-title {
    margin-bottom: 0px;
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }

  .slide-1 {
    width: auto;
    margin-bottom: 30px;
  }

  .slider {
    margin-bottom: 30px;
  }

  .logo-main.w--current {
    display: block;
  }

  .link {
    font-size: 14px;
    line-height: 14px;
  }

  .slide-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide-content {
    width: auto;
    max-width: 100%;
    padding: 50px 0px 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .collage {
    margin-bottom: 50px;
  }

  .lottie-animation {
    width: 400px;
    height: 350px;
  }

  .lottie-animation-2 {
    width: 400px;
    height: 350px;
  }

  .lottie-animation-3 {
    width: 400px;
    height: 300px;
  }

  .lottie-animation-4 {
    width: 400px;
    height: 350px;
  }

  .lottie-animation-5 {
    width: 400px;
    height: 350px;
  }

  .lottie-animation-6 {
    width: 350px;
    height: 300px;
  }

  .italic-text {
    font-size: 14px;
  }

  .left-arrow {
    left: 0%;
    top: 11%;
    right: auto;
    bottom: auto;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    background-color: rgba(226, 112, 112, 0.7);
  }

  .right-arrow {
    left: auto;
    top: 11%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-color: rgba(226, 112, 112, 0.7);
  }

  .slide-nav {
    margin-bottom: 20px;
  }

  .mask {
    overflow: hidden;
    height: auto;
  }

  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
  }

  .burger-line {
    width: 35px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px none #000;
    background-color: #fff;
  }

  .burger-line.page {
    background-color: #eb6455;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99;
    display: none;
    height: 100vh;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f36e2c;
  }

  .image-5 {
    background-color: rgba(17, 13, 11, 0);
  }

  .close {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 4;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .close-img {
    position: static;
    left: auto;
    top: 5%;
    right: 3%;
    bottom: auto;
    width: 40px;
    margin: 10px;
    cursor: pointer;
  }

  .burger-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 70px auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .burger-link {
    position: static;
    margin-bottom: 50px;
    font-family: Graphiklcg, sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .link-block {
    padding-top: 20px;
  }

  .lottie-animation-7 {
    height: 300px;
  }

  .main-slider {
    height: 300px;
  }

  .slider-2 {
    height: 200px;
  }

  .slide-8._2 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .bold-text-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .mob-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 98;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #161616;
  }

  .slider-3 {
    height: 200px;
  }
}

@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphikLCG-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Drukwide 10';
  src: url('../fonts/DrukWide-Medium-10.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}