.body {
  height: 100%;
  padding: 16px;
  background-color: #131720;
  font-family: Montserrat, sans-serif;
  color: #989898;
}

.container {
  margin-bottom: 16px;
  border-radius: 16px;
  background-color: #131720;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.first {
  position: relative;
  top: -32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-menu {
  height: 64px;
  padding-right: 48px;
  padding-left: 48px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #1a1d26;
}

.top-menu._2 {
  margin-top: 96px;
  border-radius: 0px 0px 16px 16px;
}

.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #989898;
  text-decoration: none;
}

.text-block {
  color: #5d6c7c;
  font-size: 16px;
  font-weight: 500;
}

.menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -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;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5d6c7c;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.first-container {
  height: 100%;
  margin-bottom: -18px;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tagline {
  margin-top: 0px;
  margin-right: 80px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
}

.tagline._2 {
  margin-right: 0px;
}

.tagline._3 {
  margin-right: 20px;
  margin-left: 20px;
}

.under-tagline {
  display: none;
  color: #989898;
  font-size: 16px;
  font-weight: 400;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  padding: 2px 0px 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;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(135deg, #6d80ff, #25d0fd);
  font-weight: 500;
}

.cta.alternative {
  margin-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #323c47 #282d36 #282d36;
  background-image: none;
}

.buttons {
  display: none;
  margin-top: 28px;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.intro.edu {
  margin-top: 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.intro-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 48px;
  -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;
}

.intro-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: url('../images/nikita_gusev.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-photo.edu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/harbour_space.jpg');
}

.play {
  position: relative;
  right: -40px;
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-image: url('../images/play.svg'), -webkit-gradient(linear, left top, left bottom, from(#4353ff), to(#4353ff));
  background-image: url('../images/play.svg'), linear-gradient(180deg, #4353ff, #4353ff);
  background-position: 52% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.play:hover {
  box-shadow: 0 10px 40px 0 rgba(67, 83, 255, 0.8);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.play.edu {
  position: static;
  display: none;
  margin-right: -40px;
}

.hello {
  max-width: 536px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #131720;
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
}

.paragraph {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #5d6c7c;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.paragraph._2 {
  margin-top: 0px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph._3 {
  margin-top: 16px;
  margin-bottom: 10px;
  padding-right: 24px;
  padding-left: 24px;
  line-height: 38px;
}

.paragraph.white {
  color: #8e9eaf;
}

.social {
  position: relative;
  bottom: 0px;
  margin-top: 14px;
  margin-left: -14px;
}

.social._2 {
  position: static;
  height: 30px;
  margin-top: 8px;
  margin-left: -10px;
  opacity: 0.16;
}

.social._2.f {
  margin-left: -8px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon._2 {
  position: relative;
  bottom: -1px;
  background-image: url('../images/linkedin.svg');
  background-size: 15px;
}

.social-icon._3 {
  position: relative;
  bottom: -3px;
  background-image: url('../images/behance.svg');
  background-position: 50% 50%;
  background-size: 20px;
}

.social-icon._4 {
  position: relative;
  bottom: -2px;
  display: none;
  background-image: url('../images/dribble.svg');
  background-size: 16px;
}

.social-icon._5 {
  background-image: url('../images/website.svg');
  background-size: 16px;
}

.social-icon._6 {
  background-image: url('../images/youtube.svg');
  background-size: 18px;
}

.social-icon.small {
  width: 30px;
  height: 30px;
  background-image: url('../images/envelope.svg');
  background-size: 14px;
}

.social-icon.small._2 {
  bottom: 0px;
  background-image: url('../images/facebook.svg');
  background-size: 8px;
}

.social-icon.small._3 {
  bottom: 0px;
  background-image: url('../images/linkedin.svg');
  background-size: 16px;
}

.social-icon._7 {
  background-image: url('../images/instagram.svg');
  background-position: 50% 60%;
  background-size: 18px;
}

.services {
  padding-right: 44px;
  padding-left: 44px;
  font-size: 16px;
}

.services-heading {
  margin-left: 4px;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
}

.services-container {
  display: block;
  max-width: 1208px;
  margin-top: 96px;
  margin-right: auto;
  margin-left: auto;
}

.subheading {
  margin-top: 10px;
  color: #5d6c7c;
  font-size: 16px;
  font-weight: 500;
}

.services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 4px;
}

.service-icon {
  width: 100px;
  height: 100px;
  background-image: url('../images/1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-icon._2 {
  background-image: url('../images/2.png');
}

.service-icon._3 {
  background-image: url('../images/3.png');
}

.service-icon._4 {
  background-image: url('../images/4.png');
}

.service-icon._6 {
  background-image: url('../images/5.png');
}

.service-icon._5 {
  background-image: url('../images/6.png');
}

.service-content {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #1a1d26;
}

.service-title {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.timeline {
  padding-right: 44px;
  padding-left: 44px;
}

.timeline-container {
  display: block;
  max-width: 1208px;
  margin-top: 96px;
  margin-right: auto;
  margin-left: auto;
}

.timeline-heading {
  margin-left: 4px;
}

.timeline-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
}

.timeline-content.last {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.timeline-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.year {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.year.hidden {
  opacity: 0;
}

.month {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.month.hidden {
  opacity: 0;
}

.line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.line-container._2 {
  position: relative;
}

.line-container.hidden {
  opacity: 0;
}

.line {
  position: relative;
  top: -1px;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #4353ff;
}

.line.none {
  border-bottom-style: none;
}

.timeline-smile {
  width: 50px;
  height: 40px;
  border-radius: 16px;
  background-color: #131720;
  background-image: url('../images/baby_1f476.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.timeline-smile._2 {
  position: relative;
  z-index: 1;
  background-image: url('../images/sunglasses.png');
}

.triangle {
  position: relative;
  bottom: -10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1a1d26;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.triangle._2 {
  left: -34px;
  bottom: -40px;
  margin-top: 0px;
  float: left;
  background-color: #1a1d26;
}

.triangle._2._3 {
  display: none;
}

.triangle.hidden {
  opacity: 0;
}

.action-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #1a1d26;
}

.timeline-title {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.timeline-title._2 {
  margin-top: 8px;
}

.action-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline-point {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
  background-color: #131720;
}

.point-stroke {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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: 1px solid #4353ff;
  border-radius: 12px;
}

.point-fill {
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4353ff), to(#4353ff));
  background-image: linear-gradient(180deg, #4353ff, #4353ff);
}

.turn {
  position: relative;
  bottom: -67px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.turn._2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.place {
  margin-left: 6px;
  color: #5d6c7c;
  font-size: 12px;
  font-weight: 700;
}

.place._2 {
  margin-top: 16px;
  margin-left: 0px;
}

.place._3 {
  margin-left: 0px;
}

.turn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.turn-container._2 {
  width: 50%;
  margin-bottom: -33px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.turn-container._3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.turn-container._4 {
  width: 50%;
  margin-bottom: -33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.turn-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #4353ff;
}

.corner {
  width: 64px;
  height: 64px;
  border-top: 1px solid #4353ff;
  border-right: 1px solid #4353ff;
  border-top-right-radius: 64px;
}

.corner._2 {
  border-bottom: 1px solid #4353ff;
  border-top-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 64px;
}

.corner._3 {
  border-left: 1px solid #4353ff;
  border-right-style: none;
  border-top-left-radius: 64px;
  border-top-right-radius: 0px;
}

.corner._4 {
  border-style: none none solid solid;
  border-bottom-width: 1px;
  border-bottom-color: #4353ff;
  border-left-width: 1px;
  border-left-color: #4353ff;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 64px;
}

.turn2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #4353ff;
}

.hello-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.smile {
  display: none;
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
  margin-left: 10px;
  background-image: url('../images/upside-down-face_1f643.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.project-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-logo {
  width: 100%;
  height: 30px;
  background-image: url('../images/alfa.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sertificate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  max-width: 280px;
  margin-top: 16px;
  -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: 1px solid #e9eff4;
  border-radius: 5px;
  background-color: #fafbfc;
  text-decoration: none;
}

.sertificate._2 {
  margin-top: 24px;
  border-style: solid;
  border-color: #232836;
  background-color: #1d202b;
}

.light-button {
  position: relative;
  color: #131720;
  font-size: 16px;
  font-weight: 500;
}

.light-button._2 {
  color: #fff;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 50%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #1a1d26;
}

.person {
  padding-bottom: 24px;
  padding-left: 24px;
}

.person._2 {
  padding-left: 24px;
}

.photo {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50px;
  background-image: url('../images/viktoria.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.photo._2 {
  background-image: url('../images/ruf.jpg');
}

.photo._3 {
  background-image: url('../images/artur.jpg');
}

.photo._4 {
  background-image: url('../images/munish.png');
}

.photo._5 {
  background-image: url('../images/rachel.png');
}

.photo._6 {
  background-image: url('../images/oleg.jpg');
}

.photo._7 {
  background-image: url('../images/sasha.jpg');
  background-size: cover;
}

.person-info {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company {
  height: 26px;
  min-width: 140px;
  margin-top: 12px;
  background-image: url('../images/alfa.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.company._2 {
  height: 30px;
  min-width: 160px;
  background-image: url('../images/crypterium.png');
}

.company._3 {
  height: 28px;
  max-width: 80px;
  background-image: url('../images/google.png');
}

.company._4 {
  height: 24px;
  max-width: 90px;
  background-image: url('../images/chulakov.PNG');
}

.company._5 {
  height: 20px;
  max-width: 100px;
  background-image: url('../images/logo.png');
}

.quote {
  margin-bottom: 0px;
  padding-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #5d6c7c;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.quotemark {
  position: relative;
  bottom: -2px;
  width: 30px;
  height: 22px;
  margin-top: -22px;
  background-color: #1a1d26;
  background-image: url('../images/quote.png');
  background-position: 0px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.testimonials-heading {
  margin-bottom: 32px;
}

.couple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.skills {
  margin-top: 96px;
  padding-right: 44px;
  padding-left: 44px;
}

.skills._2 {
  padding-right: 48px;
  padding-left: 48px;
}

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

.skills-container._2 {
  padding: 24px;
  -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;
  border-radius: 5px;
  background-color: #1a1d26;
}

.skills-container._4 {
  min-height: 450px;
  margin-bottom: 8px;
  border-radius: 5px;
  background-color: #1a1d26;
}

.skill {
  width: 50%;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 5px;
  background-color: #1a1d26;
}

.skill-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 15px;
  padding-left: 24px;
  -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;
  border-radius: 5px 5px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4353ff), to(#4353ff));
  background-image: linear-gradient(180deg, #4353ff, #4353ff);
}

.skill-head._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4353ff), to(#4353ff));
  background-image: linear-gradient(180deg, #4353ff, #4353ff);
}

.skill-head._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4353ff), to(#4353ff));
  background-image: linear-gradient(180deg, #4353ff, #4353ff);
}

.skill-head._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4353ff), to(#4353ff));
  background-image: linear-gradient(180deg, #4353ff, #4353ff);
}

.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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: 20px;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
  font-weight: 500;
}

.skills-heading {
  margin-bottom: 32px;
  margin-left: 4px;
}

.testimonials-content {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.skills-content {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.skillset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.place-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.place-div._2 {
  margin-top: 0px;
  margin-right: 16px;
}

.place-div._2.last {
  margin-right: 0px;
}

.point-marker {
  width: 16px;
  height: 16px;
  background-image: url('../images/map-dark-pointer.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.point-marker._2 {
  background-image: url('../images/calendar.png');
}

.trophy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 208px;
  height: 208px;
  -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-image: url('../images/trophy.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.trophy._2 {
  width: 208px;
  height: 208px;
  border-radius: 300px;
  background-image: url('../images/photo_2019-06-29-18.11.19.jpeg');
}

.text-block-2 {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.award-description {
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.award-description._2 {
  margin-left: 0px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case {
  width: 50%;
  height: 0px;
  margin-right: 4px;
  margin-left: 4px;
  padding-bottom: 28%;
  border-radius: 5px;
  background-color: #1a1d26;
  background-image: url('../images/badoo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.case._2 {
  display: block;
  -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-image: url('../images/telegram.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cv-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -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;
}

.cv-icon {
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-bottom: 26px;
  background-image: url('../images/a.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cv-icon._2 {
  background-image: url('../images/b.png');
}

.part {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cvfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-btn {
  display: none;
}

.skill-ico {
  position: relative;
  bottom: -7px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/sketch.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 59.6%, 0);
}

.skill-ico._2 {
  background-image: url('../images/figma.png');
}

.skill-ico._3 {
  background-image: url('../images/invision.png');
}

.skill-ico._4 {
  background-image: url('../images/zeplin.png');
}

.skill-ico._5 {
  background-image: url('../images/ps.png');
}

.skill-ico._7 {
  background-image: url('../images/html5.png');
}

.skill-ico._8 {
  background-image: url('../images/CSS3.png');
}

.skill-ico._9 {
  background-image: url('../images/webflow.PNG');
}

.skill-ico._10 {
  background-image: url('../images/pr.png');
}

.skill-ico._11 {
  background-image: url('../images/ae.jpg');
}

.skill-ico._12 {
  background-image: url('../images/haiku.svg');
}

.skill-ico._13 {
  background-image: url('../images/rus.svg');
  opacity: 1;
}

.skill-ico._14 {
  background-image: url('../images/usa.svg');
}

.skill-ico._15 {
  background-image: url('../images/principle.png');
}

.mob-menu {
  display: none;
}

.close {
  cursor: pointer;
}

.placedate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.eventpic {
  width: 50%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url('../images/future.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.eventpic._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/27687391628_84d77ae9fd_b.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/27687391628_84d77ae9fd_b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.eventpic._3 {
  background-image: url('../images/flow.png');
}

html.w-mod-js *[data-ix="mob-menu"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

@media (max-width: 991px) {
  .first {
    height: 600px;
  }
  .top-menu {
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-items {
    display: none;
  }
  .menu-items._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-link {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
  }
  .menu-link._3 {
    color: #989898;
    font-size: 12px;
    line-height: 20px;
  }
  .first-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .first-info {
    margin-top: -32px;
  }
  .tagline {
    margin-right: 40px;
    font-size: 58px;
  }
  .intro {
    height: auto;
  }
  .intro-left {
    padding-right: 24px;
    padding-left: 24px;
  }
  .play {
    right: -30px;
    width: 60px;
    height: 60px;
  }
  .services {
    padding-right: 26px;
    padding-left: 26px;
  }
  .service {
    width: 50%;
  }
  .service-title {
    line-height: 28px;
  }
  .timeline {
    padding-right: 26px;
    padding-left: 26px;
  }
  .timeline-action {
    width: 40%;
  }
  .timeline-smile._2 {
    position: relative;
    z-index: 2;
  }
  .triangle._2 {
    position: static;
    margin-top: -31px;
    float: none;
  }
  .triangle._2._3 {
    display: block;
  }
  .turn-container._2 {
    width: 100%;
  }
  .turn-container._4 {
    width: 100%;
  }
  .project-logos {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-logo {
    width: 80%;
  }
  .testimonials {
    padding-right: 30px;
    padding-left: 30px;
  }
  .testimonials-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial {
    width: 100%;
  }
  .person {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 0px;
    padding-left: 24px;
  }
  .skills {
    padding-right: 26px;
    padding-left: 26px;
  }
  .skills._2 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .skills-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .skills-container._3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .skills-container._4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .skillset {
    width: 100%;
    margin-bottom: 8px;
  }
  .case {
    width: 100%;
  }
  .menu-btn {
    position: relative;
    right: -10px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 40px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  .btn-line {
    height: 2px;
    background-color: #4353ff;
  }
  .mob-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: none;
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 60px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #131720;
  }
  .mm-links {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .close {
    width: 42px;
    height: 42px;
    margin-top: 10px;
    margin-left: 20px;
    background-image: url('../images/close.png');
    background-position: 0px 0px;
    background-size: 42px;
  }
  .eventpic {
    width: 100%;
    padding-bottom: 40%;
  }
}

@media (max-width: 767px) {
  .first {
    height: auto;
  }
  .top-menu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-link {
    font-size: 20px;
  }
  .first-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .first-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .first-info {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tagline {
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .tagline._2 {
    margin-bottom: 0px;
  }
  .tagline._3 {
    margin-bottom: 0px;
  }
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro.edu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .intro-left {
    width: 100%;
    padding: 24px 20px 20px;
  }
  .intro-left._2 {
    padding-left: 20px;
  }
  .intro-photo {
    width: 100%;
    height: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
  }
  .play {
    position: relative;
    right: 0px;
    bottom: -30px;
  }
  .social {
    bottom: 0px;
  }
  .services {
    padding-right: 16px;
    padding-left: 16px;
  }
  .service {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-content {
    padding: 20px;
  }
  .timeline {
    padding-right: 16px;
    padding-left: 16px;
  }
  .timeline-content.last {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .timeline-content._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .timeline-action {
    width: 100%;
  }
  .line {
    display: none;
  }
  .line.none {
    border-bottom-style: solid;
  }
  .line.none._2 {
    border-bottom-style: none;
  }
  .triangle._2 {
    position: static;
    margin-top: -31px;
    float: none;
  }
  .triangle._2._3 {
    display: block;
  }
  .action-content {
    padding: 20px;
  }
  .turn {
    display: none;
  }
  .testimonials {
    padding-right: 20px;
    padding-left: 20px;
  }
  .testimonials-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial {
    width: 100%;
  }
  .person {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 0px;
    padding-left: 24px;
  }
  .skills {
    padding-right: 16px;
    padding-left: 16px;
  }
  .skills._2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .skills-container._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .skills-container._3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .award-description {
    margin-top: 24px;
    margin-left: 0px;
  }
  .case {
    margin: 4px 0px;
    padding-bottom: 56%;
  }
  .mob-menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .eventpic {
    padding-bottom: 50%;
  }
}

@media (max-width: 479px) {
  .body {
    padding: 0px;
  }
  .container {
    margin-bottom: 0px;
  }
  .top-menu {
    border-radius: 0px;
  }
  .top-menu._2 {
    border-radius: 0px;
  }
  .menu-container {
    -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;
  }
  .text-block {
    position: relative;
    bottom: -2px;
  }
  .menu-items._2 {
    height: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-link {
    margin-left: 0px;
  }
  .tagline {
    font-size: 48px;
    line-height: 56px;
  }
  .intro-left {
    width: 100%;
  }
  .intro-photo {
    width: 100%;
    height: 200px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }
  .paragraph._3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-heading {
    margin-left: 0px;
  }
  .main-heading {
    font-size: 40px;
  }
  .subheading {
    font-size: 14px;
  }
  .service-content {
    padding: 20px;
  }
  .timeline-content {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .timeline-content.last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .timeline-content._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .timeline-action {
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .timeline-action.last {
    width: 100%;
  }
  .timeline-action.gb {
    margin-top: 8px;
  }
  .year.hidden {
    display: none;
  }
  .month.hidden {
    display: none;
  }
  .line-container.hidden {
    display: none;
  }
  .line {
    display: none;
  }
  .triangle.hidden {
    display: none;
  }
  .action-content {
    padding: 20px;
  }
  .action-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .point-fill {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4353ff), to(#4353ff));
    background-image: linear-gradient(180deg, #4353ff, #4353ff);
  }
  .project-logo {
    height: 24px;
  }
  .testimonial {
    padding: 20px;
  }
  .person {
    padding-left: 0px;
  }
  .person._2 {
    position: relative;
    right: -14px;
    padding-left: 0px;
  }
  .quote {
    font-size: 14px;
    line-height: 24px;
  }
  .skills {
    padding-right: 20px;
    padding-left: 20px;
  }
  .skills-container._2 {
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .skill {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
  }
  .skill-head._2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .skills-heading {
    margin-left: 0px;
  }
  .skillset {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .place-div._2.last {
    margin-top: 12px;
  }
  .trophy {
    width: 160px;
    height: 160px;
  }
  .trophy._2 {
    width: 160px;
    height: 160px;
  }
  .award-description {
    margin-top: 20px;
    margin-left: 0px;
  }
  .award-description._2 {
    margin-top: 0px;
    padding: 20px;
  }
  .surname {
    display: none;
  }
  .menu-btn {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btn-line {
    height: 2px;
    background-color: #4353ff;
  }
  .placedate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .eventpic {
    padding-bottom: 60%;
  }
}

