.wrapper {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.div-block {
  max-width: 1080px;
}

.nav {
  position: fixed;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.link-menu {
  margin-right: 42px;
  margin-left: 42px;
  font-family: Cormorant, sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
}

.link-menu.w--current {
  color: #b97f30;
  text-decoration: underline;
  cursor: pointer;
}

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

.hero-section {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  font-family: Cormorant, sans-serif;
  color: #b97f30;
  font-size: 400px;
  line-height: 265px;
  font-style: italic;
  font-weight: 300;
}

._100y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.let {
  font-family: Cormorant, sans-serif;
  font-size: 46px;
  line-height: 46px;
}

.moscow {
  margin-bottom: 30px;
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.gold-line {
  width: 615px;
  height: 1px;
  margin-bottom: 20px;
  background-color: #b97f30;
  color: #b97f30;
}

.sub {
  max-width: 685px;
  margin-bottom: 50px;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.body {
  background-color: #fafafa;
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100vh;
  background-image: url('../images/grain.png');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.03;
}

.cards {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px;
  -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;
  border-radius: 10px;
  background-color: #fff;
}

.card-line {
  width: 5px;
  height: 240px;
  background-color: #b97f30;
}

.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -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;
}

.card-title {
  margin-bottom: 30px;
  font-family: Cormorant, sans-serif;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}

.card-text {
  max-width: 390px;
  margin-bottom: 30px;
  font-family: Cormorant, sans-serif;
  font-size: 22px;
  line-height: 110%;
}

.read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Cormorant, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.image-2 {
  opacity: 100 !important;
  margin-bottom: 40px;
}

.bold-text {
  font-weight: 400;
}

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

.footer-line {
  width: 100%;
  height: 1px;
  margin-right: 20px;
  padding-right: 0px;
  background-color: #b97f30;
}

.footer-line.right {
  margin-right: 0px;
  margin-left: 20px;
}

.burger {
  display: none;
}

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

.page-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
}

.body-2 {
  background-color: #fafafa;
}

.columns {
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column {
  width: 95%;
  margin: 0 auto;
}

.text-block {
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.column-text {
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.vrez {
  margin-bottom: 40px;
  padding: 50px;
  border-radius: 10px;
  background-color: #110d0b;
}

.vrez-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.vrez-title {
  margin-left: 20px;
  font-family: Cormorant, sans-serif;
  color: #b97f30;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
}

.vrez-line {
  width: 3px;
  background-color: #b97f30;
}

.col {
  width: 47%;
}

.vrez-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-text {
  position: static;
  font-family: Cormorant, sans-serif;
  color: #e6e6e6;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

.column-image {
  width: 100%;
}

.image-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

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

.quote.int {
  width: 45%;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
}

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

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

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

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

.quote-img.int {
  position: relative;
  z-index: 2;
  width: 235px;
  height: 295px;
  min-width: 235px;
}

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

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

.slide {
  position: relative;
}

.image-4 {
  height: 100%;
}

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

.quote-right.int {
  display: block;
  height: auto;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.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-text {
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

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

.slider {
  min-height: 500px;
}

.slider.int {
  z-index: 1;
}

.quote-name {
  font-family: Cormorant, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}


@media (max-width: 1300px) {

	.quote-name {
		font-size: 22px;
		line-height: 22px;
	}
  
  .quote-img.int {
   
    width: 200px;
    height: 260px;
    min-width: 200px;
}

}
#right	{
	display: none;
}



.quote-name.time {
  font-size: 72px;
  font-weight: 500;
}

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

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

.text-block-2 {
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.image-5 {
  position: static;
  left: 0%;
  top: 45%;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.image-6 {
  position: static;
  left: auto;
  top: 0%;
  right: -5%;
  bottom: 0%;
  z-index: 2;
}

.left-arrow {
  left: -7%;
  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;
}

.right-arrow {
  right: -7%;
  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;
}

#right {
  display: none;
}

.slide-nav {
  z-index: 1;
  margin-top: 1px;
}

.mask {
  background-color: #ececec;
}

.question {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 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: #f5f5f5;
}

.about.first {
  position: relative;
  width: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #ececec;
  background-image: none;
}

.about.about-3 {
  position: relative;
  width: 100vw;
  height: 100vh;
  -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: #000;
  background-image: none;
  color: #000;
}

.about.about-5 {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #ebebeb;
  background-image: none;
}

.about.about-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  background-image: none;
  color: transparent;
}

.slide-right {
  overflow: visible;
  max-height: 100%;
  max-width: 100%;
  color: #ebebeb;
  font-size: 10.5vw;
  line-height: 10vw;
}

.slide-left {
  color: #ebebeb;
  font-size: 10.5vw;
  line-height: 10vw;
}

.slider-right-slow {
  color: #ebebeb;
  font-size: 10.5vw;
  line-height: 10vw;
}

.text-block-15 {
  position: absolute;
  left: 200vh;
  z-index: 0;
  display: none;
  color: #fff;
  font-size: 500px;
  line-height: 900px;
}

.about-img-2 {
  position: absolute;
  left: 54vw;
  top: 18vh;
  display: block;
  height: 400px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

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

.text-block-4 {
  position: static;
  max-width: 100%;
  color: #000;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
  text-transform: none;
}

.text-block-4.text-about-white {
  max-width: 550px;
  padding: 34px 20px 34px 46px;
  border: 10px solid #ebebeb;
  border-radius: 100px;
  background-color: #000;
  background-image: none;
  opacity: 1;
  color: #ebebeb;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.text-block-4.text-about-white.black {
  background-color: #000;
  color: #ebebeb;
}

.image-22 {
  position: absolute;
  left: 52vw;
  display: block;
  height: 400px;
}

.about-img-1 {
  position: absolute;
  left: 52vw;
  display: block;
  height: 400px;
  margin-left: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.about-text {
  position: absolute;
  left: 25vw;
  max-width: 100%;
  padding-top: 0px;
  opacity: 0;
  font-size: 30px;
  font-weight: 700;
}

.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.item-first {
  -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;
}

.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;
}

.image-23 {
  position: absolute;
  top: 141.5px;
  right: 185.5px;
}

.image-23.order-circle-2 {
  position: absolute;
  left: auto;
  top: 38%;
  right: 3%;
  bottom: 0%;
  z-index: 1;
  width: 120px;
  border-radius: 100px;
  background-color: #000;
  cursor: pointer;
}

.image-23.order-circle-2.white {
  z-index: 1;
  background-color: #080808;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.love {
  position: absolute;
  opacity: 1;
  color: #000;
  font-size: 300px;
  line-height: 700px;
  font-weight: 700;
}

.love.robots {
  font-size: 300px;
}

.love.sites-txt {
  color: #ebebeb;
  font-size: 300px;
  font-weight: 700;
}

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

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

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-content.int {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: flex-start;
}

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

.time-dot {
  position: absolute;
  top: 34.2%;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #b97f30;
}

@media screen and (max-width: 991px) {
  .cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about.first {
    padding: 0px 60px;
  }

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

  .image-23.order-circle-2 {
    left: 45%;
    top: auto;
    right: auto;
    bottom: 10%;
  }

  .love {
    font-size: 200px;
  }

  .love.robots {
    font-size: 200px;
  }

  .love.sites-txt {
    font-size: 200px;
  }

  .track {
    height: auto;
  }

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

@media screen and (max-width: 767px) {
  .menu {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-left {
    display: none;
  }

  .menu-right {
    display: none;
  }

  .number {
    font-size: 360px;
  }

  .let {
    font-size: 36px;
  }

  .moscow {
    width: 80%;
    text-align: center;
  }

  .gold-line {
    width: 90%;
  }

  .sub {
    width: 90%;
  }

  .cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-2 {
    opacity: 100 !important;
    width: 90%;
  }

  .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;
    font-family: Cormorant, sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }

  .main-image {
    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;
    opacity: 100 !important;
  }

  .page-title {
    font-size: 40px;
    line-height: 46px;
  }

  .columns {
    -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;
  }

  .column {
    width: 80%;
    margin-bottom: 40px;
  }

  .vrez {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .col {
    width: 90%;
  }

  .vrez-cols {
    -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;
  }

  .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.int {
    width: 90%;
    margin-bottom: 40px;
    -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;
  }

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

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

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

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

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

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

  .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;
  }

  .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;
  }

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

  .slider {
    width: 100%;
    min-height: 1000px;
  }

  .slider.int {
    min-height: 1370px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .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;
  }

  .track {
    position: relative;
  }

  .camera {
    position: static;
  }

  .slide-content.int {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

@media screen and (max-width: 479px) {
  .wrapper {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav {
    z-index: 3;
    height: 90px;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-left {
    display: none;
  }

  .menu-right {
    display: none;
  }

  .number {
    font-size: 200px;
    line-height: 165px;
  }

  ._100y {
    margin-bottom: 15px;
  }

  .let {
    font-size: 24px;
  }

  .moscow {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .gold-line {
    width: 90%;
    margin-bottom: 15px;
  }

  .sub {
    max-width: 90%;
    margin-bottom: 35px;
  }

  .cards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card {
    width: 90%;
    padding: 20px;
  }

  .card-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
  }

  .card-text {
    font-size: 18px;
  }

  .read-more {
    font-size: 18px;
  }

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

  .kom-logo {
    width: 30px;
  }

  .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: 2px;
    margin-top: 4px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px none #000;
    background-color: #fff;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 4;
    display: none;
    height: auto;
    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: 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;
    background-color: #110d0b;
  }

  .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;
    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 {
    margin-bottom: 50px;
    font-family: Cormorant, sans-serif;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .page-title {
    font-size: 30px;
    line-height: 36px;
  }

  .column {
    width: 85%;
  }

  .vrez {
    width: 100%;
    padding: 20px 10px;
  }

  .col {
    width: 90%;
    margin-bottom: 40px;
  }

  .vrez-cols {
    -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 {
    padding: 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;
  }

  .slide {
    position: relative;
  }

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

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

  .quote-text {
    width: 100%;
  }

  .slider {
    position: relative;
    min-height: 1250px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider.int {
    position: relative;
    z-index: 0;
    min-height: 1650px;
  }

  .slide-nav {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .mask {
    position: relative;
    overflow: hidden;
    background-color: #ececec;
  }

  .about.first {
    display: block;
    padding: 20px 40px 40px;
  }

  .about.about-3 {
    height: auto;
  }

  .about.about-5 {
    height: 500px;
  }

  .about.about-4 {
    height: auto;
  }

  .about-img-2 {
    left: 6%;
    top: 4%;
    right: 0%;
    bottom: auto;
    height: 320px;
  }

  .text-block-4.text-about-white {
    padding-left: 30px;
    border-width: 5px;
    border-radius: 40px;
  }

  .image-22 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: auto;
  }

  .about-img-1 {
    left: 0%;
    top: 4%;
    right: 0%;
    bottom: auto;
    height: auto;
  }

  .about-text {
    left: 12px;
    top: auto;
    right: 12px;
    bottom: 8%;
    z-index: 2;
    opacity: 1;
  }

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

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

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

  .image-23.order-circle-2 {
    left: 31%;
    display: none;
  }

  .image-23.order-circle-2.white {
    display: block;
  }

  .love {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    font-size: 100px;
    line-height: 400px;
  }

  .love.robots {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    font-size: 100px;
  }

  .love.sites-txt {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    font-size: 100px;
  }
}

