/*!
 * Start Bootstrap - Createive v4.0.0-beta (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 [object Object]
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
}

a,
a:hover,
a:focus {
  text-decoration: none;
}
/* CSS Reset */

body {
  font-size: 16px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;
} 

.modal-open {
  overflow: hidden !important;
  height: 100% !important;
}

h1 {
  color: #000000;
  font-size: 3.938em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 80px;
}

h2 {
  color: #000000;
  font-size: 2.625em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 55px;
}

h3 {
  color: #000000;
  font-size: 1.750em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 34px;
}

p {
  color: #666666;
  font-size: 1.313em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 34px;
}

.error-message {
  margin-top: 6px;
  margin-left: 28px;
  display: block;
  color: #FF1711;
  font-family: purista-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.750em;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 34px;
  text-align: left;
}

.send-form-error{
  width: 100%;
  padding: 26px 45px;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #ff1711;
}

p.black {
  color: #000000;
}

p.gibson {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.blue-button {
  padding: 24px 45px;
  color: #FFFFFF;
  font-size: 1.125em;
  line-height: 22px;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  background-color: #108AFF;
  box-shadow: 0 8px 13px 0 rgba(128,128,128,0.08);
}

.blue-button svg {
  margin-right: 10px;
}

.blue-button span {
  margin-right: 10px;
  font-size: 0.875em;
}

.blue-button:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.blue-button:focus {
  outline: none;
}

.white-btn {
  padding: 12px 30px;
  color: #000000;
  font-size: 0.813em;
  line-height: 16px;
  border: 1px solid #108AFF;
  border-radius: 22px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 13px 0 rgba(128,128,128,0.08);
  cursor: pointer;
}

.white-btn:focus {
  outline: none;
}

.section-sub-title {
  width: 630px;
  margin: 0 auto 113px auto;
  text-align: center;
}

.align-center {
  text-align: center;
}

/* Navigation */
.masthead.section {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #F2F9FF 0%, #F7F7F7 100%);
  z-index: 10;
}

.navigation {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: transparent;
  transition: top 0.2s;
  z-index: 10;
}

nav.navbar {
  width: 100%;
  margin: auto;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  transition: ease-in-out 0.2s;
}

.smallMenu nav.navbar {
  padding-top: 10px;
  padding-bottom: 10px
}

.smallMenu .navbar-collapse .logo-wrapper {
  padding-top: 10px;
}

.navigation.nav-up {
  top: -100px;
}

.navigation.whiteNav svg path,
.navigation.whiteNav svg polygon,
#project-overlay .logo svg path,
#project-overlay .logo svg polygon {
  fill: #108AFF;
}

.navigation.whiteNav {
  background-color: #FFFFFF;
  box-shadow: 0 8px 13px 0 rgba(128,128,128,0.08);
}

nav .logo {
  padding-top: 0;
}

.logo.desktop {
  padding: 0;
}

.logo.mobile {
  display: none;
}

nav .blueLogo svg path,
nav .blueLogo svg text {
  fill: #108AFF;
}

.got-project {
  margin-right: 30px;
}

/* Hamburger Menu */
.animated-icon {
  width: 21px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  }

  .hamburger-wrapper {
    display: flex;
  }

  .hamburger {
    position: relative;
    z-index: 8;
  }

  .hamburger-button {
    padding-right: 0;
    position: relative;
    top: 5px;
    border: 0;
  }

  .hamburger-button:focus {
    outline: none;
  }

  .animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }

  .animated-icon span {
  background: #000000;
  }

  .animated-icon span:nth-child(1) {
    top: 7px;
    }

    .animated-icon span:nth-child(2) {
    display: none;
    }

    .animated-icon span:nth-child(3) {
    top: 12px;
    }

    .animated-icon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }

    .animated-icon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }
/* Hamburger Menu */

.navbar-nav {
  height: 100vh;
}

.navbar-collapse {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #ffffff;
  z-index: 7;
}

.navbar-collapse .logo-wrapper {
  width: 100%;
  padding-top: 30px;
  padding-left: 50px;
  position: fixed;
  background-color: #FFFFFF;
  z-index: 3;
}

.navbar-collapse .navbar-nav {
  align-items: flex-end;
}

.navbar-collapse .menu-items {
  margin-top: 130px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.navbar-collapse .menu-items a {
  margin: auto;
  padding: 0 50px 0 0;
  color: #000000;
  font-size: 2.625em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 64px;
  text-align: center;
  transition: ease-in-out 0.2s;
  z-index: 1;
}

.navbar-collapse .menu-items a:hover {
  color: #108aff;
}

.collapsing {
  -webkit-transition: height .15s ease;
       -o-transition: height .15s ease;
          transition: height .15s ease;
}
/* Navigation */

/* Contact Form */
.success {
  max-width: 441px;
  margin: auto;
}

.success-icon {
  margin-top: 80px;
  margin-bottom: 65px;
}

.success-message {
  padding-bottom: 86px;
  border-bottom: 1px solid #dedede;
}

.success-message h2 {
  color: #000000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 36px;
  line-height: 34px;
}

.success-message p {
  color: #868584;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  line-height: 35px;
}
/* Contact Form */

/* Header Content */
.header-content {
  padding-top: 98px;
  z-index: 2;
}

.header-content .section-wrapper {
  padding-top: 0;
  padding-bottom: 181px;
  border-bottom: 1px solid #dedede;
}

.image-wrapper {
  position: relative;
  right: -200px;
  text-align: right;
  z-index: 1;
}

.image-wrapper svg {
  width: 100%;
  max-width: 1162px;
}

.text-wrapper {
  position: relative;
  margin-top: -217px;
  z-index: 2;
}

.text-wrapper h2 {
  margin-bottom: 15px;
  color: #108AFF;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hero-title br {
  display: none;
}

.text-wrapper h3 {
  max-width: 800px;
  color: #868584;
  font-size: 1.750em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 40px;
}

.text-wrapper a {
  margin-top: 69px;
  display: inline-block;
}
/* Header Content */

/* Section */
.section {
  background: #f7f7f7;
}

.section.white {
  background: #ffffff;
}

.section.grey {
  background: #f7f7f7;
}

.section-wrapper {
  width: 1290px;
  margin: auto;
  padding-top: 115px;
  padding-bottom: 147px;
}

.section-title {
  margin-bottom: 47px;
}

.section-title h1.bgr {
  margin: auto;
  opacity: 0.03;
  color: #000000;
  font-family: purista-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.000em;
  line-height: 115px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}

.section-title h4 {
  position: relative;
  top: -70px;
  margin: auto;
  color: #000000;
  font-size: 1.438em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}

.section-title .blue-line,
.section-title .red-line {
  width: 34px;
  height: 4px;
  margin: -20px auto 0 auto;
  background: #108aff;
}

.section-title .red-line {
  background: #DC1F26;
}

/* Section Projects */
#projects .carousel-projects:nth-child(2n + 2) {
  margin-top: 113px;
}

#projects .carousel-projects > img {
  margin: auto;
}

#projects .carousel-project-name {
  width: 605px;
  margin: 0px auto;
  padding: 34px 20px 25px 20px;
  border-top: 1px solid #E5E5E5;
  background: #fff;
}

#projects .carousel-project-name .project-logo {
  min-height: 65px;
  text-align: center;
  margin-bottom: 11px;
}

#projects .carousel-project-name .project-logo img {
  margin: auto;
}

#projects .carousel-project-name p {
  color: #777777;
  font-family: purista-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.750em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  line-height: 34px;
}

.slider .carousel-column:focus,
.carousel-wrapper .carousel-projects:focus {
  outline: none;
}

.slider .carousel-element {
  width: 100%;
  height: 185px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  /* background-color: orange; */
}

.slider .carousel-element:last-child {
  margin-bottom: 0;
}

.slider .carousel-element img {
  position: absolute;
  top: 0%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.carousel-wrapper .slick-arrow {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 1px solid #fff;
  cursor: pointer;
  box-shadow: 0 8px 13px 0 rgba(128,128,128,0.08);
  z-index: 9;
}

.carousel-wrapper .slick-arrow:before {
  content: none;
}

.carousel-wrapper .slick-arrow:hover {
  border: 1px solid #108AFF;
}

.carousel-wrapper .slick-prev,
.carousel-wrapper .slick-prev:hover,
.carousel-wrapper .slick-prev:focus {
  background: url('../images/left-arrow.svg') center center no-repeat #fff;
}

.carousel-wrapper .slick-next,
.carousel-wrapper .slick-next:hover,
.carousel-wrapper .slick-next:focus {
  background: url('../images/right-arrow.svg') center center no-repeat #fff;
}

.carousel-wrapper .slick-dots,
.slider .slick-dots {
  bottom: -92px;
}

.slick-arrow.slick-prev {
  left: -80px;
}

.slick-arrow.slick-next {
  right: -80px;
}

.carousel-wrapper .slick-dots li button {
  width: 5px;
  height: 5px;
  margin: auto;
  padding: 0;
  opacity: 0.3;
  border-radius: 50%;
  background-color: #000000;
}

.carousel-wrapper .slick-dots li.slick-active button {
  width: 11px;
  height: 11px;
  opacity: 1;
}

.carousel-wrapper .slick-dots li button:before {
  content: none;

}
/* Carousel List */

/* What We Do */
.what-we-do {
  display: flex;
  justify-content: space-between
}

.what-we-do-mobile {
  display: none;
}

.what-we-do-text {
  width: 520px;
}

.what-we-do-text h1 {
  margin-bottom: 27px;
  line-height: 72px;
  padding-top: 11px;
}

.what-we-do-text p {
  font-size: 28px;
  line-height: 40px;
  color: #777;
}

.what-we-do-text p:nth-child(2) {
  margin-bottom: 24px;
}

.what-we-do-text p:last-child {
  margin-bottom: 0px;
}

.what-we-do-table {
  width: 690px;
  margin-top: 20px;
}

.what-we-do-table .service {
  width: 630px;
  height: 140px;
  margin: auto;
  padding: 50px 0 40px 190px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #108AFF;
  cursor: pointer;
  transition: ease-in-out 0.23s;
  background-position: 74px center;
  background-repeat: no-repeat;
  background-color: #108AFF;
}

.what-we-do-table .service.active {
  background-position: 105px center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  box-shadow: 0 0 34px 0 rgba(128,128,128,0.17);
}

.what-we-do-table .service:hover {
  background-position: 105px center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.what-we-do-table .service {
  color: #FFFFFF;
  font-size: 36px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 47px;
  text-decoration: none;
}

.what-we-do-table .service:last-child {
  border-bottom: none;
}

.what-we-do-table .consulting {
  background-image: url('../images/services/white/consulting.svg');
}
.what-we-do-table .consulting:hover {
  width: 630px;
  color: #108AFF;
  background-position: 90px center;
  background-image: url('../images/services/blue/consulting.svg');
}

.what-we-do-table .consulting.active {
  width: 100%;
  padding-left: 220px;
  color: #108AFF;
  background-image: url('../images/services/blue/consulting.svg');
}
.what-we-do-table .consulting.active:hover {
  background-position: 105px center;
}

.what-we-do-table .consulting:hover,
.what-we-do-table .consulting.active {
  color: #108AFF;
}

.what-we-do-table .design {
  background-image: url('../images/services/white/design.svg');
}

.what-we-do-table .design:hover {
  width: 630px;
  color: #108AFF;
  background-position: 90px center;
  background-image: url('../images/services/blue/design.svg');
}

.what-we-do-table .design.active {
  width: 100%;
  padding-left: 220px;
  color: #108AFF;
  background-image: url('../images/services/blue/design.svg');
}

.what-we-do-table .design.active:hover {
  background-position: 105px center;
}

.what-we-do-table .design:hover,
.what-we-do-table .design.active {
  color: #108AFF;
}

.what-we-do-table .blockchain {
  background-image: url('../images/services/white/blockchain.svg');
}

.what-we-do-table .blockchain:hover {
  width: 630px;
  color: #108AFF;
  background-position: 90px center;
  background-image: url('../images/services/blue/blockchain.svg');
}

.what-we-do-table .blockchain.active {
  width: 100%;
  padding-left: 220px;
  color: #108AFF;
  background-image: url('../images/services/blue/blockchain.svg');
}

.what-we-do-table .blockchain.active:hover {
  background-position: 105px center;
}

.what-we-do-table .blockchain:hover,
.what-we-do-table .blockchain.active {
  color: #108AFF;
}

.what-we-do-table .cycle {
  background-image: url('../images/services/white/cycle.svg');
}

.what-we-do-table .cycle:hover {
  width: 630px;
  color: #108AFF;
  background-position: 90px center;
  background-image: url('../images/services/blue/cycle.svg');
}

.what-we-do-table .cycle.active {
  width: 100%;
  padding-left: 220px;
  color: #108AFF;
  background-image: url('../images/services/blue/cycle.svg');
}

.what-we-do-table .cycle.active:hover {
  background-position: 105px center;
}

.what-we-do-table .cycle:hover,
.what-we-do-table .cycle.active{
  color: #108AFF;
}

/* What We Do Mobile */
.card {
  border: none;
  border-radius: 0;
  background: transparent;
}

.card-header {
  padding: 0;
  background-color: #108AFF;
  border-bottom: 0;
  border-radius: 0;
  transition: ease-in-out 0.1s;
}

.card-header.active {
  box-shadow: 0 0 34px 0 rgba(128,128,128,0.17);
  z-index: 9;
}

.card-body {
  color: #666666;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  line-height: 20px;
  background-color: #FFFFFF;
}

.card-header:first-child {
  border-radius: 0;
}

.card-header h3 .btn-link {
  width: 100%;
  padding: 24px 0 24px 89px;
  color: #FFFFFF;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125em;
  line-height: 21px;
  text-align: left;
  cursor: pointer;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-header h3 .btn-link.service {
  text-decoration: none;
  color: #FFFFFF;
}

.card-header h3 .btn-link.service:hover,
.card-header.active .btn-link.service {
  color: #108AFF;
}

.card-header h3 .btn-link.blockchain {
  background-image: url('../images/services/white/blockchain.svg');
  background-position: 34px center;
  background-repeat: no-repeat;
  background-color: #108AFF;
  background-size: 31px;
}

.card-header h3 .btn-link.blockchain:hover,
.card-header.active .btn-link.blockchain {
  background-image: url('../images/services/blue/blockchain.svg');
  background-position: 34px center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-size: 31px;
}

.card-header h3 .btn-link.design {
  background-image: url('../images/services/white/design.svg');
  background-position: 31px center;
  background-repeat: no-repeat;
  background-color: #108AFF;
  background-size: 36px;
}

.card-header h3 .btn-link.design:hover,
.card-header.active .btn-link.design {
  background-image: url('../images/services/blue/design.svg');
  background-position: 31px center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-size: 36px;
}

.card-header h3 .btn-link.consulting {
  background-image: url('../images/services/white/consulting.svg');
  background-position: 36px center;
  background-repeat: no-repeat;
  background-color: #108AFF;
  background-size: 24px;
}

.card-header h3 .btn-link.consulting:hover,
.card-header.active .btn-link.consulting {
  background-image: url('../images/services/blue/consulting.svg');
  background-position: 36px center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-size: 24px;
}

.card-header h3 .btn-link.cycle {
  background-image: url('../images/services/white/cycle.svg');
  background-position: 31px center;
  background-repeat: no-repeat;
  background-color: #108AFF;
  background-size: 37px;
}

.card-header h3 .btn-link.cycle:hover,
.card-header.active .btn-link.cycle {
  background-image: url('../images/services/blue/cycle.svg');
  background-position: 31px center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-size: 37px;
}

.card-body p:first-child {
  margin-bottom: 20px;
}
/* What We Do Mobile */
/* What We Do */

/* About */
.about .about-image {
  position: relative;
  margin-bottom: 83px;
}

.about .about-image img{
  margin-left: -70px;
}

.about-box {
  width: 570px;
  position: absolute;
  top: 100px;
  right: -130px;
  padding: 60px 80px 70px 80px;
  background-color: #108AFF;
}

.about-box p {
  color: #FFFFFF;
  font-size: 28px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 40px;
}

.our-story {
  margin-bottom: 123px;
  display: flex;
  justify-content: space-between;
}

.our-story div:first-child {
  max-width: 440px;
}

.our-story div:last-child {
  max-width: 740px;
}

.our-story h2 {
  margin-bottom: 15px;
}

.our-story div:first-child p {
  font-weight: 400;
}

.our-story div:last-child p {
  margin-top: 70px;
  color: #666666;
  text-align: justify;
}
/* About */

/* Founders */
.founders {
  padding: 0 115px;
  display: flex;
  justify-content: center;
}

.founders .portrait {
  background-color: #FFFFFF;
}

.founders .portrait:first-child {
  margin-right: 40px;
}

.founders .portrait-info {
  margin-top: -5px;
  padding-top: 20px;
  padding-bottom: 17px;
  text-align: center;
}

.founders .portrait-info h3 br {
  display: none;
}

.founders .portrait-info p {
  margin-top: 5px;
  font-family: purista-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 34px;
  text-transform: uppercase;
}
/* Founders */

/* News */
.news {
  background-color: #108AFF;
}

.news .section-wrapper {
  display: flex;
  justify-content: space-between;
}

.news .section-title {
  width: 24%;
  margin-right: 3%;
  margin-bottom: 0;
  text-align: center;
}

.news .section-title h1 {
  opacity: 0.13;
  color: #FFFFFF;
  font-size: 96px;
  font-weight: bold;
  line-height: 115px;
  text-align: left;
}

.news .section-title h4 {
  color: #FFFFFF;
}

.news .section-title .blue-line {
  background-color: #FFFFFF;
}

.news .section-title a {
  margin-top: 85px;
  padding-bottom: 7px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 1em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.18px;
  line-height: 18px;
  border-bottom: 1px solid #ffffff;
}

.news .section-title a:hover {
  text-decoration: none;
}

.news .section-title a svg {
  margin-left: 10px;
}

.news .medium-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.news .not-main-medium {
  width: 48.5%;
}

.news .medium a {
  display: block;
}

.news .not-main-medium a {
  display: flex;
  justify-content: space-evenly;
}

.news .not-main-medium .medium:first-child {
  margin-bottom: 60px;
}

.news .medium-image {
  width: 100%;
  max-width: 410px;
  height: 156px;
  margin-bottom: 19px;
  position: relative;
}

.news .not-main-medium .medium-image {
  width: 100%;
  max-width: 160px;
  height: 100px;
  margin-right: 30px;
}

.news .news-bgr-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news .medium-text {
  width: 100%;
  max-width: 410px;
}

.news .date {
  margin-right: 10px;
  display: inline-block;
  color: #FFFFFF;
  font-family: purista-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 14px;
  text-transform: uppercase;
}

.news .not-main-medium .date {
  margin-bottom: 8px;
  display: block;
  color: #FFFFFF;
  font-family: purista-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 14px;
}

.news .author {
  display: inline-block;
  color: #FFFFFF;
  font-family: purista-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 3px;
  line-height: 13px;
  text-transform: uppercase;
}

.news .not-main-medium .author {
  margin-bottom: 17px;
  display: block;
  color: #FFFFFF;
  font-family: purista-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 3px;
  line-height: 13px;
  text-transform: uppercase;
}

.news .title {
  margin-top: 12px;
  color: #FFFFFF;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 41px;
}

.news .not-main-medium .title {
  color: #FFFFFF;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
}

.news .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  background-color: #000000;
  z-index: 2;
}
/* News */

/* Contact Form Overlay */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: black;
  background-color: rgb(255, 255, 255);
  overflow: auto;
  transition: 0.3s;
  z-index: 12;
}

.overlay.shown {
  overflow-y: auto;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 100px;
}

.overlay-content .logo {
  margin-left: 50px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 2.250em;
  color: #000;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #000;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 40px;
  font-size: 32px;
  line-height: 28px;
}

.overlay .section-title {
  padding-top: 80px;
  margin-bottom: 32px;
}

.overlay .sendMail {
  margin-bottom: 67px;
  color: #868584;
  font-family: purista-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 0.750em;
  letter-spacing: 3px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.overlay .sendMail a {
  padding: 0;
  display: inline-block;
  color: #108AFF;
  font-size: 1em !important;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 34px;
  font-size: 0.750em;
  text-decoration: underline;
  text-transform: uppercase;
}

.overlay form {
  width: 630px;
  margin: auto;
}

.overlay .field {
  margin-bottom: 70px;
}

.overlay .textarea .field {
  margin-bottom: 0px;
}

.overlay form input {
  width: 100%;
  padding: 20.5px 28px;
  color: #000000;
  font-size: 1.5em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 28px;
  border: none;
  border-bottom: 1px solid #dedede;
  background-color: #FFFFFF;
}

.overlay form input:focus {
  outline: none;
  border-bottom: 1px solid #108AFF;
  box-shadow: 0 0 34px 0 rgba(128,128,128,0.17);
}

.overlay form input.submit-button {
  width: auto;
  margin-bottom: 40px;
  padding: 23px 50px;
  color: #108AFF;
  font-size: 1.125em;
  line-height: 22px;
  border: 1px solid #108AFF;
  border-radius: 35px;
  cursor: pointer;
  background-color: #FFFFFF;
  box-shadow: 0 8px 13px 0 rgba(128,128,128,0.08);
}

.overlay form textarea {
  width: 100%;
  padding: 17px 32px 23px 28px;
  color: #000000;
  font-size: 1.5em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  border: none;
  border-bottom: 1px solid #dedede;
  background-color: #FFFFFF;
}

.overlay form textarea:focus {
  outline: none;
  border-bottom: 1px solid #108AFF;
  box-shadow: 0 0 34px 0 rgba(128,128,128,0.17);
}

#charLeft {
  margin-left: 28px;
  margin-bottom: 28px;
  color: #777777;
  font-family: purista-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 34px;
  text-align: left;
  text-transform: uppercase;
}

.g-recaptcha > div {
  margin: 0 auto 38px auto;
}

.g-recaptcha.error iframe {
   border: 2px solid red;
 }

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto; }
  .overlay a {
    font-size: 20px; }
  .overlay .closebtn {
    font-size: 40px;
    /* top: 15px;
    right: 35px; */
  }
}
/* Contact Form Overlay */

/* Contacts */
.contacts {
  display: flex;
  justify-content: space-between;
}

.contacts .contact {
  width: 300px;
}

.contacts .contact .city-image {
  width: 140px;
  height: 140px;
  margin: auto;
  position: relative;
}

.contacts .contact .city-image svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13.5px;
  margin: auto;
}

.contacts .contact .city {
  margin-bottom: 5px;
  color: #000000;
  font-size: 1.750em;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 34px;
  text-align: center;
}

.contacts .contact .address {
  min-height: 102px;
  margin-bottom: 17px;
  color: #777777;
  font-size: 18px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 34px;
  text-align: center;
}

.contacts .contact .tel,
.contacts .contact .email {
  text-align: center;
}

.contacts .contact .tel a {
  color: #108AFF;
  font-family: purista-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 34px;
}

.contacts .contact .tel a:hover {
  text-decoration: none;
}

#contacts .email a {
  margin-top: 50px;
  display: inline-block;
  color: #108AFF;
  font-size: 18px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 34px;
}

.blue-button.contacts {
  margin-top: 50px;
  display: inline-block;
}
/* Contacts */

/* Projects Modal */
.overlay-projects {
  padding-bottom: 0;
}

.project-information .project-information-text span span.sub-requirements {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline;
  margin: 0px;
}

.project-image img {
  max-width: 100%;
}

.project-information {
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.project-information .section-title  {
  margin: -18px auto 0 auto;
  padding-top: 0;
}

.project-information .section-title h4 {
  letter-spacing: 2.88px;
}

.project-information .section-title h4 sup {
  font-size: 10px;
  position: relative;
  top: -10px;
}

.project-information .project-logo {
  margin-top: 60px;
}

.project-information .content {
  width: 60%;
  min-height: 325px;
  padding: 39px 0 33px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  border-left: 1px solid #DEDEDE;
}

.project-information .content > div {
  width: 100%;
  max-width: 335px;
}

.project-information .content > div:first-child {
  width: 100%;
  max-width: 385px;
  padding-right: 50px;
}

.project-information .content h4 {
  margin-bottom: 11px;
  color: #777777;
  font-family: purista-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 14px;
  text-transform: uppercase;
}

.project-information span {
  display: block;
  color: #000000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  line-height: 32px;
}

.project-information .solution-technology > div span {
  margin-bottom: 33px;
}

.project-information .solution-technology > div:last-child span {
  margin-bottom: 0;
}

.project-information .content ul {
  padding-left: 20px;
}
/* End - Projects Modal */

/* Footer */
.footer {
  border-top: 1px solid #DEDEDE;
}

.footer .section-wrapper {
  padding: 58px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .copyright {
  color: #ccc;
  font-size: 0.813em;
}

.footer .social {
  width: 145px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .social svg:hover > g {
  opacity: 1;
}
/* Footer */

/* Media */
@media (max-width: 1710px) {
  .image-wrapper {
    right: -100px;
  }
}

@media (max-width: 1570px) {
  .section-wrapper {
    width: 100%;
    padding: 115px 50px 147px 50px;
    overflow: hidden;
  }

  .image-wrapper svg {
    max-width: 1050px;
  }

  #projects .bx-wrapper .bx-controls-direction .bx-prev {
    left: -35px;
  }

  #projects .bx-wrapper .bx-controls-direction .bx-next {
    right: -35px;
  }

  .slick-arrow.slick-prev {
    left: -25px;
  }

  .slick-arrow.slick-next {
    right: -25px;
  }

  .about .about-image img {
    width: 100%;
    margin-left: 0px;
  }

  .about-box {
    right: 0;
  }

  .footer {
    padding: 0 50px;
  }
}

@media (max-width: 1400px) {
  #projects .bx-wrapper .bx-controls-direction .bx-prev {
    left: 30px;
  }

  #projects .bx-wrapper .bx-controls-direction .bx-next {
    right: 30px;
  }
}

@media (max-width: 1365px) {
  .text-wrapper h2 {
    max-width: 65%;
  }

  .hero-title br {
    display: block;
  }

  #projects .carousel-projects > img,
  #projects .carousel-project-name {
    width: 92%;
  }

  .what-we-do-table {
    width: 600px;
  }

  .what-we-do-table .service {
    width: 540px;
  }

  .what-we-do-table .service {
    font-size: 32px;
    padding: 50px 0 40px 160px;
    background-size: 8%;
  }

  .what-we-do-table .service:hover {
    width: 100%;
    padding: 50px 0 40px 190px;
    background-position: 101px center;
  }

  .what-we-do-table .service.active {
    width: 100%;
    padding: 50px 0 40px 190px;
  }

  .what-we-do-table .consulting,
  .what-we-do-table .consulting.active,
  .what-we-do-table .consulting.hover {
    background-size: 6.3%;
  }

  .what-we-do-table .design,
  .what-we-do-table .cycle,
  .what-we-do-table .design.active,
  .what-we-do-table .cycle.active {
    background-size: 8.2%;
  }

  .about-box {
    padding: 40px 70px 50px 70px;
    top: 70px;
  }

  .our-story div:first-child {
    width: 38%;
  }

  .our-story div:last-child {
    width: 59%;
  }
}

@media (max-width: 1281px) {
  #projects .carousel-project-name .project-category {
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #projects .carousel-project-name p {
    line-height: 24px;
  }
}

@media (max-width: 1270px) {
  .text-wrapper h3 {
    max-width: 565px;
  }
  .what-we-do-table,
  .what-we-do-text {
    width: 47.5%;
  }

  .what-we-do-table .service {
    width: 88.6%;
    font-size: 28px;
  }

  .founders .portrait {
    width: 48%;
    max-width: 300px;
  }

  .founders .portrait img {
    width: 100%;
  }

  .slider .carousel-element {
    width: 100%;
  }

  .contacts {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .contacts .contact {
    width: 385px;
  }

  .contacts .contact .address {
    min-height: 102px;
  }

  .news .medium-image{
    max-width: 330px;
  }

  .news .medium-text {
    max-width: 330px;
  }
}

@media (max-width: 1170px) {
  .what-we-do {
    display: none;
  }

  .what-we-do-mobile {
    display: block;
  }
  
  .card-header h3 .btn-link {
    box-shadow: 0 0 34px 0 rgba(128,128,128,0.17);
  }

  .card-header h3 .btn-link.service,
  .card-header h3 .btn-link.service:hover,
  .card-header.active h3 .btn-link.service {
    position: relative;
    padding: 44px 0 44px 108px;
    background-size: 46px;
  }

  .card-header h3 .btn-link.consulting,
  .card-header h3 .btn-link.consulting:hover,
  .card-header.active h3 .btn-link.consulting {
    background-size: 38px;
  }

  .card-header h3 .btn-link.blockchain:hover,
  .card-header h3 .btn-link.blockchain,
  .card-header h3 .btn-link.blockchain:focus {
    color: #108aff;
    background-image: url('../images/services/blue/blockchain.svg');
    background-position: 34px center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: 38px;
  }

  .card-header h3 .btn-link.blockchain.collapsed {
    color: #FFFFFF;
    background-image: url('../images/services/white/blockchain.svg');
    background-position: 34px center;
    background-repeat: no-repeat;
    background-color: #108AFF;
    background-size: 38px;
  }

  .card-header h3 .btn-link.design:hover,
  .card-header h3 .btn-link.design,
  .card-header h3 .btn-link.design:focus {
    color: #108aff;
    background-image: url('../images/services/blue/design.svg');
    background-position: 31px center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: 42px;
  }

  .card-header h3 .btn-link.design.collapsed {
    color: #FFFFFF;
    background-image: url('../images/services/white/design.svg');
    background-position: 31px center;
    background-repeat: no-repeat;
    background-color: #108AFF;
    background-size: 42px;
  }

  .card-header h3 .btn-link.consulting:hover,
  .card-header h3 .btn-link.consulting,
  .card-header h3 .btn-link.consulting:focus {
    color: #108aff;
    background-image: url('../images/services/blue/consulting.svg');
    background-position: 36px center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: 32px;
  }

  .card-header h3 .btn-link.consulting.collapsed {
    color: #FFFFFF;
    background-image: url('../images/services/white/consulting.svg');
    background-position: 36px center;
    background-repeat: no-repeat;
    background-color: #108AFF;
    background-size: 32px;
  }

  .card-header h3 .btn-link.cycle:hover,
  .card-header h3 .btn-link.cycle,
  .card-header h3 .btn-link.cycle:focus {
    color: #108aff;
    background-image: url('../images/services/blue/cycle.svg');
    background-position: 31px center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: 45px;
  }

  .card-header h3 .btn-link.cycle.collapsed {
    color: #FFFFFF;
    background-image: url('../images/services/white/cycle.svg');
    background-position: 31px center;
    background-repeat: no-repeat;
    background-color: #108AFF;
    background-size: 45px;
  }

  .card-header h3 .btn-link .arrow {
    height: 20px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .card-header .arrow svg {
    width: 10px;
    height: 16px;
    transform: rotate(0deg);
  }

  .card-header .arrow svg g {
    stroke: #108AFF;
  }

  .card-header h3 .btn-link.collapsed .arrow svg {
    transform: rotate(90deg);
  }

  .card-header h3 .btn-link.collapsed .arrow svg g {
    stroke: #fff;
  }

  .about-box {
    padding: 30px 70px 35px 70px;
    top: 60px;
}

  .news .medium-text {
    padding-right: 50px;
  }
}

@media (max-width: 1024px){
  .navbar-collapse .menu-items a:hover,
  .navbar-collapse .menu-items a:focus {
    color: #000000;
  }

  .carousel-wrapper .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  #projects .carousel-projects > img,
  #projects .carousel-project-name {
    width: 92%;
  }

  .project-information {
    flex-direction: column;
  }

  .project-information .content {
    width: 100%;
    margin-top: 80px;
    padding: 69px 0 0px 0px;
    border-left: none;
    border-top: 1px solid #DEDEDE;
  }
}

@media (min-width: 768px) {
  .card-header h3 .btn-link {
    padding: 44px 0 44px 89px;
  }

  .card-body {
    padding: 30px 40px 40px 40px;
    font-size: 1.313em;
    line-height: 32px;
  }
}

@media (max-width: 1070px) {
  h1 {
    font-size: 3.2em;
    line-height: 62px;
  }

  p {
    font-size: 1.188em;
    line-height: 30px;
  }

  .navbar-collapse .logo-wrapper {
    padding-left: 50px;
  }

  nav.navbar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-content .section-wrapper {
    padding-bottom: 96px;
  }

  .section-wrapper {
    padding: 55px 50px 107px 50px;
  }

  .image-wrapper {
    right: -80px;
  }

  .image-wrapper svg {
    max-width: 775px;
  }

  .text-wrapper h2 {
    font-size: 2.250em;
    line-height: 48px;
  }

  .text-wrapper h3 {
    color: #868584;
    font-size: 1.375em;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 28px;
  }

  .section-sub-title {
    margin: 0 auto 80px auto;
  }

  .what-we-do .service {
    padding: 50px 0 40px 110px;
    background-size: 43px;
    background-position: 34px center;
  }

  .what-we-do .service:hover {
    padding: 50px 0 40px 110px;
    background-position: 34px center;
  }

  .what-we-do .service.consulting {
    background-size: 35px;
  }

  .what-we-do-text p {
    margin-bottom: 25px;
  }

  .about .about-image {
    height: 333px;
    margin-bottom: 235px;
    background: url('../images/office.jpg') left center no-repeat;
  }

  .about .about-image img {
    display: none;
  }

  .about-box {
    width: 90%;
    left: 0;
    margin: auto;
    top: 300px;
  }

  .founders {
    padding: 0 20px;
  }

  #news .section-wrapper {
    flex-direction: column;
  }

  .news .section-title,
  .news .medium {
    margin: auto;
  }

  .news .section-title {
    width: 265px;
  }

  .news .medium {
    margin-top: 64px;
  }

  .news .section-title a {
    display: none;
  }

  .news .medium-wrapper {
    flex-direction: column;
  }

  .news .medium {
    width: 100%;
  }

  .news .medium-image {
    max-width: none;
    height: 254px;
    margin-bottom: 29px;
  }

  .news .medium-text {
    max-width: none;
  }

  .news .not-main-medium {
    width: 100%;
  }

  .news .not-main-medium .medium:first-child {
    margin-top: 73px;
    margin-bottom: 0;
  }

  .news .not-main-medium .medium:last-child {
    margin-top: 77px;
    margin-bottom: 0;
  }

  .news .not-main-medium .medium-image {
    max-width: 225px;
    height: 140px;
  }

  .news .not-main-medium .title {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 2.375em;
    line-height: 56px;
  }

  .what-we-do .service {
    padding: 50px 0 40px 90px;
    background-size: 38px;
    background-position: 24px center;
  }

  .what-we-do .service:hover {
    padding: 50px 0 40px 90px;
    background-position: 24px center;
  }

  .what-we-do .service.consulting {
    background-size: 30px;
  }

  .what-we-do-table .service {
    font-size: 24px;
  }

  #projects .carousel-project-name {
    padding: 23px 20px 13px 20px;
  }

  #projects .carousel-project-name .project-logo {
    margin-bottom: 6px;
  }

  #projects .carousel-project-name .project-category {
    min-height: 48px;
  }

  .contacts .contact .tel a {
    font-size: 18px;
    line-height: 34px;
  }

  .about-box {
    padding: 30px 60px 35px 60px;
  }
}

@media (max-width: 886px) {
  .contacts .contact .address {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  #projects .carousel-project-name p {
    line-height: 20px;
  }

  .founders .portrait:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .blue-button,
  .overlay form input.submit-button {
    font-size: 1em;
    padding: 16px 41px;
  }

  .text-wrapper {
    margin-top: 30px;
  }

  .image-wrapper svg {
    max-width: 100%;
    height: 350px;
  }

  .text-wrapper h2 {
    max-width: 100%;
  }

  .text-wrapper a {
    margin-top: 53px;
  }

  .got-project {
    margin-right: 10px;
  }

  .section-title h1.bgr {
    font-size: 5.000em;
    line-height: 95px;
  }

  .section-title h4 {
    top: -54px;
    font-size: 1.313em;
  }

  .section-sub-title {
    width: 100%;
  }

  #projects .carousel-projects > img,
  #projects .carousel-project-name {
    width: 94%;
  }

  .what-we-do {
    display: none;
  }

  .what-we-do-mobile {
    display: block;
  }

  .about-box {
    padding: 30px 45px 35px 45px;
  }

  .founders .portrait-info h3 br {
    display: block;
  }

  .about-box p {
    font-size: 22px;
    line-height: 32px;
  }

  .our-story div:first-child {
    width: 36%;
  }

  .our-story div:last-child {
    width: 57%;
  }

  .news .section-title {
    width: 225px;
  }

  .news .medium {
    width: 100%;
  }

  .contacts .contact .city {
    font-size: 22px;
    line-height: 34px;
  }

  .contacts .contact .address {
    font-size: 16px;
    line-height: 21px;
  }

  .contacts .contact .tel a {
    font-size: 18px;
    line-height: 34px;
  }

  #projects .carousel-projects:nth-child(2n + 2) {
    margin-top: 80px;
  }

  #projects .carousel-project-name .project-category {
    min-height: 60px;
  }

  .bx-wrapper .bx-controls .bx-pager {
    bottom: -67px;
  }

  .card-body {
    padding: 30px 40px 40px 40px;
    font-size: 1.313em;
    line-height: 32px;
  }

  .overlay form {
    width: 100%;
  }
}

@media (max-width: 741px) {
  #projects .carousel-project-name .project-category {
    min-height: 60px;
  }
}

@media (max-width: 670px) {
  .navbar-collapse .menu-items a {
    font-size: 1.125em;
    line-height: 32px;
  }

  .navbar-collapse .menu-items {
    margin-top: 84px;
  }
}

@media (max-width: 650px) {
  h3 {
    font-size: 1.500em;
  }

  nav.navbar {
    padding-left: 23px;
    padding-right: 23px;
  }

  .navbar-collapse .logo-wrapper {
    padding-left: 23px;
  }

  .overlay-content .logo {
    margin-left: 0px;
  }

  .logo.desktop {
    margin-left: 23px;
  }

  nav .logo.desktop {
    margin-left: 0px;
  }

  .overlay .closebtn {
    right: 13px;
  }

  .navbar-collapse .menu-items a {
    padding-right: 23px;
  }

  .section-wrapper {
    padding: 55px 23px 87px 23px;
  }

  .text-wrapper {
    margin-top: 15px;
  }

  .image-wrapper {
    right: -40px;
  }

  .carousel-wrapper .slick-dots,
  .slider .slick-dots {
    bottom: -62px;
  }

  .carousel-wrapper .slick-prev {
    left: -20px;
  }

  .carousel-wrapper .slick-next {
    right: -20px;
  }

  .our-story {
    flex-direction: column;
  }

  .our-story div:first-child {
    width: 100%;
    max-width: none;
  }

  .our-story div:last-child {
    width: 100%;
    max-width: none;
  }

  .our-story div:last-child p {
    margin-top: 18px;
  }

  .founders {
    padding: 0;
  }

  .founders .portrait:first-child {
    margin-right: 20px;
  }

  .founders .portrait-info p {
    font-size: 9px;
    line-height: 11px;
  }

  .contacts {
    flex-direction: column;
  }

  .contacts .contact {
    width: 400px;
    padding-top: 15px;
    padding-bottom: 11px;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #dedede;
  }

  .contacts .contact:last-child {
    border-bottom: none;
  }

  .contacts .contact .city-image,
  .contact-info {
    display: inline-block;
    vertical-align: middle;
  }

  .contact-info {
    width: 245px;
    padding-left: 10px;
  }

  .contacts .contact .city,
  .contacts .contact .address,
  .contacts .contact .tel {
    text-align: left;
  }

  .contacts .contact .address {
    min-height: auto;
  }

  #contacts .email a {
    margin-top: 25px;
  }

  .blue-button.contacts {
    margin-top: 44px;
  }

  #projects .carousel-project-name {
    padding: 24px 16px 24px 16px;
  }

  #projects .carousel-project-name .project-logo {
    margin-bottom: 6px;
    padding: 0 13px;
  }

  #projects .carousel-project-name .project-logo img {
    max-width: 100%;
  }

  #projects .carousel-project-name .project-category {
    min-height: 39px;
  }

  #projects .carousel-project-name p {
    margin-top: 7px;
    font-size: 0.625em;
    line-height: 16px;
  }

  .card-header h3 .btn-link.service,
  .card-header h3 .btn-link.service:hover,
  .card-header.active h3 .btn-link.service {
    padding: 29px 0 29px 98px;
    background-size: 36px;
  }

  .card-header h3 .btn-link.consulting,
  .card-header h3 .btn-link.consulting:hover,
  .card-header.active h3 .btn-link.consulting {
    background-size: 29px;
  }

  .card-body {
    line-height: 28px;
  }

  .footer {
    padding: 0 30px;
  }

  .project-information .content {
    margin-top: 0px;
    padding: 66px 0 0px 0px;
    flex-direction: column;
    border-top: none;
  }

  .project-information .content > div {
    max-width: 90%;
    margin: auto;
  }

  .project-information .content > div:first-child {
    max-width: 90%;
    margin: 0 auto 71px auto;
    padding-right: 0;
  }
}

@media (max-width: 607px) {
  #projects .carousel-project-name {
    min-height: 175px;
  }

  #projects .carousel-project-name .project-category {
    min-height: 48px;
  }
}

@media (max-width: 539px) {
  #projects .carousel-project-name .project-category {
    min-height: 55px;
  }
}

@media (max-width: 517px) {
  #projects .carousel-project-name {
    min-height: 207px;
  }

  #projects .carousel-project-name .project-category {
    min-height: 87px;
  }
}

@media (max-width: 490px) {
  h3 {
    font-size: 21px;
    line-height: 22px;
  }

  p {
    font-size: 16px;
  }

  .logo.desktop {
    display: none;
  }

  .logo.mobile {
    margin-left: 23px;
    padding: 0;
    display: block;
  }

  .navigation .logo.mobile {
    margin-left: 0;
  }

  .navbar-collapse .menu-items a {
    font-size: 1.125em;
    line-height: 32px;
  }

  .blue-button,
  .overlay form input.submit-button {
    padding: 13px 36px;
  }

  .text-wrapper {
    margin-top: -15px;
  }

  .image-wrapper {
    right: -40px;
  }

  .image-wrapper svg {
    height: 250px;
  }

  .got-project {
    padding: 10px 20px;
  }

  .text-wrapper h2 {
    margin-bottom: 8px;
    font-size: 1.5em;
    line-height: 32px;
  }

  .text-wrapper h3 {
    font-size: 1.125em;
    line-height: 24px;
  }

  .section-title {
    margin-left: -14px;
    width: calc(100% + 28px);
  }

  .section-title.tech-stack {
    width: 198px;
    margin: auto;
    margin-bottom: 47px;
  }

  .card-body p:first-child {
    margin-bottom: 20px;
  }

  .section-title h1.bgr {
    font-size: 3.938em;
    line-height: 75px;
  }

  .section-title.tech-stack h1.bgr {
    line-height: 44px;
  }

  .news .section-title {
    width: 180px;
  }

  .section-title h4 {
    top: -48px;
    line-height: 25px;
  }

  .section-title.tech-stack h4 {
    top: -66px;
    line-height: 25px;
  }

  .section-sub-title {
    font-size: 1em;
    line-height: 24px;
  }

  .carousel-projects {
    width: 48.5%;
  }

  .carousel-project-name {
    padding: 25px 10px 15px 10px;
  }

  .carousel-project-name .image {
    margin-bottom: 4px;
  }

  .carousel-list .carousel-element {
    width: 48%;
  }
  .carousel-list .carousel-element:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: 5px;
  }
  .carousel-list .carousel-element:nth-child(2n + 2) {
    margin-right: 0;
    margin-left: 5px;
  }

  .slider .carousel-element {
    margin-bottom: 0;
    height: 150px;
  }

  .what-we-do-mobile {
    width: calc(100% + 26px);
    margin-left: -13px;
  }

  .card-header h3 .btn-link {
    padding: 24px 0 24px 89px;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
  }

  .card-header h3 .btn-link .arrow {
    height: 20px;
    right: 28px;
  }

  .card-header .arrow svg {
    width: 8px;
    height: 12px;
  }

  .about .about-image {
    margin-bottom: 136px;
  }

  .about-box {
    padding: 13px 23px 20px 23px;
  }

  .about-box p {
    font-size: 16px;
    line-height: 24px;
  }

  .our-story {
    margin-bottom: 41px;
  }

  .news .medium-image {
    width: 314px;
    height: 133.5px;
    margin: 0 auto 15px auto;
  }

  .news .date {
    margin-bottom: 10px;
    display: block;
    font-size: 9px;
    letter-spacing: 2.25px;
    line-height: 10px;
  }

  .news .autor {
    margin-bottom: 8px;
    display: block;
    font-size: 9px;
    letter-spacing: 2.25px;
    line-height: 10px;
  }

  .news .title,
  .news .not-main-medium .title {
    font-size: 18px;
    line-height: 24px;
  }

  .news .not-main-medium .medium:first-child {
    margin-top: 38px;
  }

  .news .not-main-medium .medium:last-child {
    margin-top: 27px;
  }

  .news .not-main-medium a {
    flex-direction: column;
  }

  .news .not-main-medium .medium-image {
    width: 314px;
    max-width: none;
    height: 133.5px;
    margin: 0 auto 15px auto;
  }

  .contacts .contact {
    width: 100%;
  }

  .contacts .contact .city-image svg {
    position: relative;
    bottom: 0;
  }

  .contacts .contact:nth-child(1) svg {
    width: 18px;
  }

  .contacts .contact:nth-child(2) svg {
    width: 26px;
  }

  .contacts .contact:nth-child(3) svg {
    width: 42px;
  }

  .contacts .contact:nth-child(4) svg {
    width: 32px;
  }

  .contacts .contact .city-image {
    width: 50px;
    height: auto;
  }

  .contact-info {
    width: 200px;
  }

  .contacts .contact .city {
    margin-bottom: -5px;
    font-size: 18px;
    line-height: 34px;
  }

  .contacts .contact .address {
    margin-bottom: 1px;
    font-size: 15px;
    line-height: 20px;
  }

  .contacts .contact .tel a {
    font-size: 16px;
    line-height: 34px;
  }

  .contacts .contact .email a {
    margin-top: 11px;
    font-size: 15px;
    line-height: 20px;
  }

  .card-header h3 .btn-link.service,
  .card-header h3 .btn-link.service:hover,
  .card-header.active h3 .btn-link.service {
    padding: 29px 0 29px 94px;
    font-size: 21px;
    background-size: 32px;
  }

  .card-header h3 .btn-link.consulting,
  .card-header h3 .btn-link.consulting:hover,
  .card-header.active h3 .btn-link.consulting {
    background-size: 25px;
  }

  .card-body {
    padding: 20px 25px 30px 25px;
    font-size: 18px;
    line-height: 24px;
  }

  .footer .section-wrapper {
    padding: 38px 0;
    flex-flow: column-reverse;
    justify-content: normal;
    align-items: center;
  }

  .footer .social {
    margin-bottom: 57px;
  }

  .overlay .field {
    margin-bottom: 38px;
  }

  .overlay .sendMail {
    margin-bottom: 40px;
  }

  .overlay form input {
    padding: 10.5px 28px;
    font-size: 1.125em;
  }

  .overlay form textarea {
    font-size: 1.125em;
  }

  .success-message h2 {
    font-size: 2em;
  }

  .success-message p {
    font-size: 1.125em;
  }

  .success-icon {
    margin-top: 60px;
    margin-bottom: 48px;
  }

  .success-icon svg {
    width: 84px;
  }

  .send-form-error {
    padding: 26px 20px;
  }

  .project-information .section-title {
    width: 100%;
}

  .project-information .content > div:first-child,
  .project-information .content > div {
    max-width: 100%;
  }

  .project-information .solution-technology > div {
    margin-bottom: 49px;
  }
}

@media (max-width: 380px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .section-title h1.bgr {
    font-size: 3.375em;
    line-height: 74px;
  }

  .image-wrapper {
    right: -30px;
  }

  .image-wrapper svg {
    height: 200px;
  }

  .text-wrapper {
    margin-top: 0px;
  }

  .about .about-image {
    width: calc(100% + 26px);
    max-height: 217px;
    margin-left: -13px;
    background: url(../images/office-mobile.jpg) left center no-repeat;
    background-size: contain;
  }

  .about-box {
    padding: 13px 16px 20px 16px;
    top: 171px;
  }

  .card-header h3 .btn-link.service,
  .card-header h3 .btn-link.service:hover,
  .card-header.active h3 .btn-link.service {
    padding: 25px 0 25px 72px;
    font-size: 16px;
  }

  .card-header h3 .btn-link.blockchain:hover,
  .card-header h3 .btn-link.blockchain,
  .card-header h3 .btn-link.blockchain:focus {
    color: #108aff;
    background-image: url('../images/services/blue/blockchain.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: 31px;
  }

  .card-header h3 .btn-link.blockchain.collapsed {
    color: #FFFFFF;
    background-image: url('../images/services/white/blockchain.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #108AFF;
    background-size: 31px;
  }

  .card-header h3 .btn-link.design:hover,
  .card-header h3 .btn-link.design,
  .card-header h3 .btn-link.design:focus {
    color: #108aff;
    background-image: url('../images/services/blue/design.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: 36px;
  }

  .card-header h3 .btn-link.design.collapsed {
    color: #FFFFFF;
    background-image: url('../images/services/white/design.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #108AFF;
    background-size: 36px;
  }

  .card-header h3 .btn-link.consulting:hover,
  .card-header h3 .btn-link.consulting,
  .card-header h3 .btn-link.consulting:focus {
    color: #108aff;
    background-image: url('../images/services/blue/consulting.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: 24px;
  }

  .card-header h3 .btn-link.consulting.collapsed {
    color: #FFFFFF;
    background-image: url('../images/services/white/consulting.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #108AFF;
    background-size: 24px;
  }

  .card-header h3 .btn-link.cycle:hover,
  .card-header h3 .btn-link.cycle,
  .card-header h3 .btn-link.cycle:focus {
    color: #108aff;
    background-image: url('../images/services/blue/cycle.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: 37px;
  }

  .card-header h3 .btn-link.cycle.collapsed {
    color: #FFFFFF;
    background-image: url('../images/services/white/cycle.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #108AFF;
    background-size: 37px;
  }

  .card-body {
    padding: 15px 20px 25px 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .founders .portrait:first-child {
    margin-right: 10px;
  }

  .slider .carousel-element img {
    transform: scale(0.6);
  }

  .slider .carousel-element {
    height: 130px;
  }

  #projects .carousel-project-name {
    padding: 14px 12px 14px 12px;
  }

  #projects .carousel-project-name .project-logo {
    margin-bottom: -2px;
  }

  #projects .carousel-project-name .project-logo svg {
    transform: scale(0.65);
  }

  #projects .carousel-project-name {
    min-height: 179px;
  }

  #projects .carousel-project-name .project-category {
    min-height: 87px;
  }

  .carousel-wrapper .slick-dots {
    bottom: -20px;
  }

  #projects .slick-dots,
  .news-slider .slick-dots {
    bottom: -70px;
  }

  .carousel-wrapper .slick-arrow {
    width: 25px;
    height: 25px;
    border: 1px solid #108AFF;
  }

  .carousel-wrapper .slick-prev,
  .carousel-wrapper .slick-prev:hover,
  .carousel-wrapper .slick-prev:focus {
    background-image: url(../images/left-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 15px;
  }

  .carousel-wrapper .slick-next,
  .carousel-wrapper .slick-next:hover,
  .carousel-wrapper .slick-next:focus {
    background-image: url(../images/right-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 15px;
  }

  .overlay-content .section-title h1.bgr {
    font-size: 3.375em;
  }

  .success-message h2 {
    font-size: 1.5em;
  }

  .success-icon {
    margin-top: 44px;
    margin-bottom: 36px;
  }

  .success-icon svg {
    width: 64px;
  }

  .news .medium-image,
  .news .not-main-medium .medium-image {
    width: 100%;
  }

  .project-information .section-title h4 {
    line-height: 23px;
  }

  .project-information span {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 360px) {
  .success-message p {
    font-size: 1em;
  }
}

@media (max-width: 331px) {
  #projects .carousel-project-name {
    min-height: 195px;
  }

  #projects .carousel-project-name .project-category {
    min-height: 103px;
  }
}
/* Media */
