/* montserrat-regular - cyrillic_cyrillic-ext_vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
  url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - cyrillic_cyrillic-ext_vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
  url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/montserrat-v13-cyrillic_cyrillic-ext_vietnamese_latin-ext_latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

html {
  scroll-behavior: smooth;
}

body {
  background: #F0F1F6;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
  background: #F0F1F6;
}

.overlay.enabled {
  display: initial;
}

.menu.mobile {
  display: none;
}

section {
  font-family: Montserrat, sans-serif;
}

.header .navbar {
  padding-top: 50px;
  background: transparent;
}

.header .main-logo {
  width: 275px;
  margin-left: 3px;
}

.menu li {
  margin: 0 0 0 70px;
}

.menu li a {
  color: #fff;
  letter-spacing: 1.5pt;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-weight: 700;
}

.menu li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #489dd6;
}

.mobile-menu-header {
  display: none;
}

.mobile-menu-header img {
  max-height: 57px;
}

.mobile-menu-header .close-button {
  color: #61C1A0;
  font-size: 3em;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 16px;
  background: transparent;
  border: none;
}

.navbar-toggler {
  display: none;
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(97,193,160, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.section-header {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
}

.button {
  background: #489DD6;
  color: #ffffff;
  display: inline-block;
  padding: 16px 44px;
  letter-spacing: 1.5pt;
  border-color: transparent;
  font-weight: 700;
  cursor: pointer;
}

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

#initial {
  background: #2B325F url('../img/Metacore_Logo_Pattern.jpg');
  background-position-x: -1px;
  background-size: cover;
  color: #fff;
  transform: skewY(9deg);
  margin-top: -300px;
  padding: 300px 0 260px;
}

#initial .wrapper {
  transform: skewY(-9deg);
}

#initial .main-header {
  margin-top: 128px;
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
}

#initial .sub-header {
  margin-bottom: 52px;
  font-size: 20px;
}

.initial-content {
  max-width: 700px;
}

#services {
  color: #2B325F;
  padding-top: 100px;
}

#services .section-header {
  margin: 0 0 25px;
}

#services .text {
  max-width: 900px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
}

.service-items {
  margin: 0 -17px;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
}

.service-wrapper {
  flex: 1 1 25%;
  padding: 17px;
}

.service .image-wrapper {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.advisory {
  width: 64px;
  height: 47px;
}

img.fullcycle {
  width: 79px;
  height: 41px;
}

img.devops {
  width: 65px;
  height: 51px;
}

img.analytics {
  width: 66px;
  height: 54px;
}

.service {
  background: #fff;
  padding: 34px 23px;
  height: 372px;
  flex-basis: 274px;
}

.service-title {
  font-weight: 700;
  margin: 25px 0 17px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
}

.service .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

#about-us {
  background-image: url('../img/aboutus_background.png');
  background-size: cover;
  color: #ffffff;
  padding: 260px 0 485px 0;
  line-height: 30px;
}

#about-us .section-header {
  margin: 0 0 59px;
}

.contact-us-form {
  color: #2B325F;
  background: #fff;
  max-width: 781px;
  padding: 50px 80px;
  margin: -405px auto 0;
}

.contact-us-form .form-group {
  margin-bottom: 17px;
}

.contact-us-form .form-group.company-group {
  margin-bottom: 29px;
}

.contact-us-form label {
  letter-spacing: 1.5pt;
  font-weight: 700;
}

.contact-us-form .form-control {
  border-radius: 0;
  border-color: #D8D8D8;
}

.contact-us-form .form-control::placeholder {
  color: #9B9B9B;
}

.contact-us-form .form-control:active,
.contact-us-form .form-control:focus {
  outline: 4px solid #EAF6FF;
  outline-offset: 0;
  border-color: #D8D8D8;
  box-shadow: none;
}

.contact-us-form textarea {
  height: 200px;
  resize: none;
}

.contact-us-form .section-header {
  margin: 0 0 40px;
}

.contact-us-form .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-us-form .button {
  padding: 16px 67px;
  margin-left: auto;
}

.contact-us-form .form-control.error {
  border-color: #D0021B;
}

.contact-us-form label.error {
  color: #D0021B;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 8px 0 0;
  letter-spacing: unset;
}

.contact-us-form .confirmation {
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #61C1A0;
}

.contact-us-form .confirmation.active {
  display: block;
}

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #2B325F;
  padding: 60px 0 50px 0;
  font-size: 14px;
}

.footer img {
  display: inline-block;
  width: 155px;
  margin-bottom: 55px;
}

@media (max-width: 1440px) {
  .service-items {
    margin-bottom: 98px;
  }

  #about-us {
    padding-top: 180px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1204px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .service {
    height: 456px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .service {
    text-align: center;
  }

  .service-wrapper {
    flex: 1 1 25%;
  }
}

@media (max-width: 991px) {
  .header li {
    margin: 0 0 0 24px;
  }

  .service-items {
    justify-content: center;
  }

  .service {
    max-width: 274px;
    height: 372px;
  }

  .service-wrapper {
    flex: 1 1 50%;
    max-width: 308px;
  }

  .service .image-wrapper {
    justify-content: flex-start;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 50px;
  }

  .header .navbar {
    padding: 40px 50px .5rem;
  }

  .header .navbar .container {
    padding-left: 0;
    padding-right: 0;
  }

  #toggler {
    display: block;
    padding: 0;
  }

  .menu.desktop {
    display: none;
  }

  .menu.mobile {
    display: block;
    position: fixed;
    height: 100vh;
    width: 425px;
    top: 0;
    bottom: 0;
    right: -425px;
    background: #2B325F;
    z-index: 2;
    transition: right, 0.5s;
    padding: 35px 30px;
  }

  .menu.mobile.shown {
    right: 0;
    display: block;
  }

  .mobile-menu-header {
    display: block;
    margin-bottom: 75px;
  }

  .menu.mobile ul {
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
  }

  .menu li {
    margin: 20px 0;
  }

  .menu li a {
    text-transform: none;
  }

  #about-us {
    padding-top: 130px;
  }

  #contact-us .container {
    max-width: none;
    padding: 0;
  }

  .contact-us-form {
    padding: 55px 50px;
  }
}

@media (max-width: 668px) {
  .service {
    height: 372px;
  }
}

@media (max-width: 577px) {
  .service {
    height: 500px;
  }
}

@media (max-width: 540px) {
  #initial {
    padding-bottom: 150px;
  }

  #initial .main-header {
    font-size: 40px;
    line-height: 49px;
    margin-top: 110px;
  }

  #initial .sub-header {
    margin-bottom: 32px;
  }

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

  .service-wrapper {
    flex: 1 1 100%;
  }

  .service {
    height: auto;
    margin: 0 auto;
  }

  .contact-us-form {
    padding: 55px 30px;
  }

  .contact-us-form .button-wrapper {
    flex-direction: column;
  }

  .contact-us-form .button {
    margin: 0 auto;
  }

  .contact-us-form .confirmation {
    margin-bottom: 5px;
  }
}

@media (max-width: 425px) {
  .header .navbar {
    padding: 30px 30px 0;
  }

  .header .main-logo {
    width: 252px;
    margin-left: 0;
  }

  .container {
    padding: 0 30px;
  }

  .menu.mobile {
    width: 100%;
  }
}

@media (max-width: 358px) {
  .header .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .main-logo {
    width: 220px;
  }

  .container {
    padding: 0 15px;
  }

  #initial .main-header {
    font-size: 36px;
  }
}


@media (max-width: 990px) {
  .service .image-wrapper img {
    margin: auto;
  }
}