@import url('../webfonts/oscine-regular.css');
@import url('../webfonts/oscine-bold.css');
@charset "utf-8";
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}
button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover {
  outline: none !important;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
:hover,
:active,
:visited,
:focus {
  outline: none !important;
}
:invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
:-moz-ui-invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
body,
html {
  font-family: 'Oscine-Regular';
  background: white;
  color: #033466;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  height: 100%;
}
body {
  overflow-x: hidden;
}
.noscroll {
  overflow: hidden !important;
}
header,
section,
footer,
nav,
aside,
article {
  display: block;
}
.listClear {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearBoth {
  clear: both;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: black;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
input,
textarea,
button {
  outline: none;
}
form {
  padding: 0;
  margin: 0;
}
strong {
  font-weight: 600;
}
video {
  display: block !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  border: none !important;
}
.wrapper {
  margin: 0 50px;
}
.wrapper1280 {
  max-width: 1280px;
  margin: 0 auto;
}
.wrapper1440 {
  max-width: 1440px;
  margin: 0 auto;
}
.wrapper1600 {
  max-width: 1600px;
  margin: 0 auto;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.lineThrough {
  text-decoration: line-through;
}
a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.paddingTop {
  padding-top: 70px;
}
.paddingBottom {
  padding-bottom: 70px;
}
.paddingTopBig {
  padding-top: 120px;
}
.paddingBottomBig {
  padding-bottom: 120px;
}
.uppercase {
  font-size: 12px;
  text-transform: uppercase;
  color: #95a1ad;
  font-family: 'Oscine-Bold';
}
.uppercase.bright {
  color: #c1caff;
}
.headline {
  position: relative;
  z-index: 5;
}
.headline h1 {
  font-size: 60px;
  font-family: 'Oscine-Bold';
  padding: 30px 0;
}
.headline h3 {
  font-size: 18px;
  font-family: 'Oscine-Bold';
  color: #95a1ad;
}
.headline h3 span {
  display: block;
  margin: 0 auto;
  height: 2px;
  width: 30px;
  background: #4d84bc;
  margin-top: 20px;
}
.headline h2 {
  color: #000000;
  font-size: 50px;
  font-family: 'Oscine-Bold';
  padding-top: 35px;
}
.headline.white h3 {
  color: #ffffff;
}
.headline.white h2 {
  color: #ffffff;
}
.headline.alignLeft h3 span {
  margin-left: 0;
}
.button {
  padding-top: 40px;
}
.button a {
  display: inline-block;
  width: 180px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 30px;
  text-align: left;
  font-family: 'Oscine-Bold';
  color: #ffffff;
}
.button a span {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.button a img {
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.button a.bgBlue {
  background: #4d84bc;
  color: #ffffff;
}
.button a.borderBlue {
  border: solid 2px #4d84bc;
  padding: 11px 26px;
}
.button a:hover span {
  padding-left: 15px;
  color: #ffffff;
}
.logos .logoColumn {
  position: relative;
  text-align: center;
}

.button a {
  display: inline-block;
  width: 180px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 30px;
  text-align: left;
  font-family: 'Oscine-Bold';
  color: #ffffff;
}

.button button {
  display: inline-block;
  width: 180px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 15px 30px;
  text-align: left;
  font-family: 'Oscine-Bold';
  color: #ffffff;
  border: 0;
  cursor: pointer;
}

.button button span {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.button button img {
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.button button.bgBlue {
  background: #4d84bc;
  color: #ffffff;
}
.button button.borderBlue {
  border: solid 2px #4d84bc;
  padding: 11px 26px;
}
.button button:hover span {
  padding-left: 15px;
  color: #ffffff;
}
.logos .logoColumn {
  position: relative;
  text-align: center;
}
.logos .logoColumn img {
  display: inline-block;
  vertical-align: middle;
}
.section.services {
  position: relative;
}
.section.services .wrapper1280 {
  position: relative;
  z-index: 5;
}
.section.services .pattern {
  z-index: 1;
}
.section.services .item .itemContainer {
  padding: 0 30px;
}
.section.services .item .icon img {
  height: 90px;
}
.section.services .item .title {
  padding: 35px 0 20px;
  font-size: 18px;
  font-family: 'Oscine-Bold';
}
.section.services .item .desc {
  color: #5e6771;
}
.section.services .servicesBottom .desc {
  padding-top: 15px;
}
.section.technologies {
  background: url("../images/contactBg.png") center bottom no-repeat;
  background-size: 100% auto;
  position: relative;
}
.section.technologies .technologiesContainer {
  position: relative;
  z-index: 5;
}
.section.technologies .arrows {
  padding-top: 40px;
}
.section.technologies .arrows .arrowLeft {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #01254a url("../images/arrowLeft.svg") center center no-repeat;
  background-size: 11px auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 990;
}
.section.technologies .arrows .arrowLeft:hover {
  background: #4d84bc url("../images/arrowLeft.svg") center center no-repeat;
  background-size: 11px auto;
}
.section.technologies .arrows .arrowRight {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #01254a url("../images/arrowRight.svg") center center no-repeat;
  background-size: 11px auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 990;
}
.section.technologies .arrows .arrowRight:hover {
  background: #4d84bc url("../images/arrowRight.svg") center center no-repeat;
  background-size: 11px auto;
}
.section.technologies .slick-prev,
.section.technologies .slick-next {
  opacity: 0;
  visibility: hidden;
}
.section.technologies .technologiesSlider {
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(3, 51, 101, 0.1);
  -moz-box-shadow: 0px 10px 40px 0px rgba(3, 51, 101, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(3, 51, 101, 0.1);
}
.section.technologies .technologiesSlider .slick-dots {
  position: absolute;
  bottom: -90px;
  right: 50px;
  text-align: right;
}
.section.technologies .technologiesSlider .slick-dots li {
  height: 8px;
  width: 8px;
  margin: 0 0 0 10px;
  border: none;
}
.section.technologies .technologiesSlider .slick-dots li button {
  opacity: 1;
  width: 8px;
  height: 8px;
  display: block;
  padding: 0;
  margin: 0;
  background: #e6eef5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: none;
}
.section.technologies .technologiesSlider .slick-dots li button::before {
  display: none;
}
.section.technologies .technologiesSlider .slick-dots li.slick-active button {
  background: #4d84bc;
}
.section.technologies .technologiesSlider .item {
  position: relative;
  height: 100%;
}
.section.technologies .technologiesSlider .itemContainer {
  background: #ffffff;
  border-left: solid 1px #f1f2f7;
  height: 100%;
  position: relative;
}
.section.technologies .technologiesSlider .itemContainer .itemPadding {
  padding: 50px;
  position: relative;
  height: 100%;
}
.section.technologies .technologiesSlider .itemContainer .headline h3 {
  color: #033466;
}
.section.technologies .technologiesSlider .itemContainer ul {
  padding: 0;
  list-style: none;
  padding: 25px 0 0 0;
  margin: 0;
}
.section.technologies .technologiesSlider .itemContainer ul li {
  padding: 0;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  color: #5e6771;
}
.section.technologies .technologiesSlider .itemContainer ul li i {
  color: #98b290;
  font-size: 10px;
  padding-right: 20px;
}
.section.technologies .technologiesSlider .itemContainer .icon {
  position: absolute;
  right: 42px;
  top: 42px;
}
.section.technologies .technologiesSlider .itemContainer .icon img {
  height: 40px;
}
.section.technologies .slick-track {
  display: flex !important;
}
.section.technologies .slick-slide {
  height: inherit !important;
}
.section.contact {
  color: #ffffff;
  background: #033466;
  background: -moz-linear-gradient(top, #033466 0%, #072d54 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #033466), color-stop(100%, #072d54));
  background: -webkit-linear-gradient(top, #033466 0%, #072d54 100%);
  background: -o-linear-gradient(top, #033466 0%, #072d54 100%);
  background: -ms-linear-gradient(top, #033466 0%, #072d54 100%);
  background: linear-gradient(to bottom, #033466 0%, #072d54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033466', endColorstr='#072d54', GradientType=0);
  position: relative;
  overflow: hidden;
}
.section.contact .wrapper1280 {
  position: relative;
  z-index: 5;
}
.section.contact .uppercase {
  padding: 35px 0 15px 0;
}
.section.contact .phone {
  font-size: 40px;
  padding-bottom: 15px;
  font-family: 'Oscine-Bold';
}
.section.contact .hours {
  color: #c1caff;
}
.section.contact .map {
  padding: 35px 0 10px;
}
.section.contact .map .icon {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-right: 15px;
}
.section.contact .map .icon img {
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.section.contact .map .button {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0;
}
.section.contact form {
  padding: 0;
  margin: 0;
  border: none;
}
.section.contact .inputContainer {
  position: relative;
  padding-bottom: 20px;
}
.section.contact .inputContainer i.fa-chevron-down {
  position: absolute;
  pointer-events: none;
  color: #033466;
  right: 25px;
  top: 20px;
  font-size: 11px;
}
.section.contact input {
  background: #ffffff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 0 30px;
  width: 100%;
  border: none;
  font-family: 'Oscine-Regular';
  font-size: 15px;
  color: #5e6771;
  height: 48px;
}
.section.contact input[type="radio"] {
  display: none;
}
.section.contact textarea {
  background: #ffffff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 13px 30px;
  width: 100%;
  border: none;
  font-family: 'Oscine-Regular';
  font-size: 15px;
  color: #5e6771;
  height: 48px;
}
.section.contact select {
  background: #ffffff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 0 30px;
  width: 100%;
  border: none;
  font-family: 'Oscine-Regular';
  font-size: 15px;
  color: #5e6771;
  height: 48px;
  -webkit-appearance: none;
}
.section.contact .option {
  font-family: 'Oscine-Regular';
}
.section.contact ::placeholder {
  color: #5e6771;
  opacity: 1;
}
.section.contact :-ms-input-placeholder {
  color: #5e6771;
  opacity: 1;
}
.section.contact ::-ms-input-placeholder {
  color: #5e6771;
  opacity: 1;
}
.section.contact .budgetItem {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  border: solid 2px #0d437b;
  padding: 11px 26px;
  text-align: left;
  font-family: 'Oscine-Bold';
  display: block;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section.contact .budgetItem i {
  position: absolute;
  pointer-events: none;
  color: #18518c;
  right: 25px;
  top: 17.5px;
  font-size: 11px;
}
.section.contact .budgetItem:hover {
  border: solid 2px #ffffff;
}
.section.contact .budgetItem.active {
  background: #ffffff;
  border: solid 2px #ffffff;
  color: #033466;
}
.section.contact .budgetItem.active i {
  color: #98b290;
}
.footer {
  color: #4a6987;
  background: #072d54;
}
.footer .footerContainer {
  display: table;
  width: 100%;
}
.footer .footerContainer .columnLeft {
  display: table-cell;
  vertical-align: middle;
}
.footer .footerContainer .columnRight {
  display: table-cell;
  vertical-align: middle;
}
.footer .wrapper1280 {
  border-top: solid 1px #104072;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .menu {
  padding-bottom: 20px;
}
.footer .menu a {
  display: inline-block;
  font-family: 'Oscine-Bold';
  color: #ffffff;
  padding-right: 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .menu a:hover {
  opacity: 0.75;
}
.footer .copyright a {
  font-family: 'Oscine-Bold';
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .copyright a:hover {
  opacity: 0.75;
}
.footer .lang {
  padding-bottom: 20px;
}
.footer .lang a {
  display: inline-block;
  font-family: 'Oscine-Bold';
  color: #4a6987;
  padding-left: 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .lang a:hover {
  color: #ffffff;
}
.footer .lang a.active {
  color: #ffffff;
}
.footer .author a {
  font-family: 'Oscine-Bold';
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .author a:hover {
  opacity: 0.75;
}
.section.hero {
  height: 100%;
  position: relative;
  background: #002750;
  color: #ffffff;
}
.section.hero .leftBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  z-index: 11;
}
.section.hero .leftBox .scrollDown {
  position: absolute;
  left: 50px;
  background: #98b290 url("../images/arrowBottom.svg") 19px 60px no-repeat;
  background-size: 12px auto;
  width: 50px;
  height: 100px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  display: block;
  top: -30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 11;
}
.section.hero .leftBox .scrollDown:hover {
  background: #98b290 url("../images/arrowBottom.svg") 19px 65px no-repeat;
  background-size: 12px auto;
}
.section.hero .leftBox .leftBoxContainer {
  padding: 80px 50px 50px 50px;
  background: #e6eef5;
  color: #95a1ad;
}
.section.hero .leftBox .lang a {
  display: inline-block;
  font-family: 'Oscine-Bold';
  color: #95a1ad;
  padding-right: 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section.hero .leftBox .lang a:hover {
  color: #01254a;
}
.section.hero .leftBox .lang a.active {
  color: #01254a;
}
.section.hero .animation1,
.section.hero .animation2,
.section.hero .animation3,
.section.hero .animation4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.section.hero .boxes {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
  text-align: right;
  font-size: 0;
}
.section.hero .boxes .box {
  width: 240px;
  height: 240px;
  padding: 45px 50px;
  text-align: left;
  display: inline-block;
  font-size: 15px;
  vertical-align: bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.section.hero .boxes .box.box1 {
  background: #01254a;
}
.section.hero .boxes .box.box2 {
  background: #011d3a;
  margin-bottom: 80px;
}
.section.hero .boxes .box .number {
  font-size: 60px;
  line-height: 1;
  font-family: 'Oscine-Bold';
}
.section.hero .boxes .box .separator {
  margin: 23px 0;
  height: 2px;
  width: 30px;
  background: #4d84bc;
}
.section.hero .boxes .box .desc {
  font-size: 15px;
}
.section.hero .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
.section.hero .mask {
  position: absolute;
  top: 0;
  left: 320px;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: url("../images/heroBg.png") center bottom no-repeat;
  background-size: 100% auto;
}
.section.hero .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.section.hero .content .contentTable {
  display: table;
  width: 100%;
  height: 100%;
}
.section.hero .content .contentTable .contentMiddle {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 100px;
}
.section.hero .desc {
  font-size: 18px;
}
.section.hero .button a {
  margin-right: 15px;
}
.section.portfolio {
  color: #ffffff;
  background: #033466;
  background: -moz-linear-gradient(top, #033466 0%, #072d54 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #033466), color-stop(100%, #072d54));
  background: -webkit-linear-gradient(top, #033466 0%, #072d54 100%);
  background: -o-linear-gradient(top, #033466 0%, #072d54 100%);
  background: -ms-linear-gradient(top, #033466 0%, #072d54 100%);
  background: linear-gradient(to bottom, #033466 0%, #072d54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033466', endColorstr='#072d54', GradientType=0);
  position: relative;
  overflow: hidden;
}
.section.portfolio .mask {
  position: absolute;
  top: 0;
  left: 320px;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: url("../images/portfolioBg.png") center bottom no-repeat;
  background-size: 100% auto;
}
.section.portfolio .leftMask {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 300px;
  background: #ffffff url("../images/boxLeft2.png") center top no-repeat;
  background-size: 100% auto;
}
.section.portfolio .whiteSidebar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 320px;
  background: #e6eef5;
  z-index: 2;
  pointer-events: none;
}
.section.portfolio .portfolioContainer {
  position: relative;
  z-index: 10;
}
.section.portfolio .portfolioContainer .arrows {
  position: absolute;
  left: 25%;
  bottom: 140px;
}
.section.portfolio .portfolioContainer .arrows .arrowLeft {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: #022243 url("../images/arrowLeft.svg") center center no-repeat;
  background-size: 11px auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 990;
}
.section.portfolio .portfolioContainer .arrows .arrowLeft:hover {
  background: #4d84bc url("../images/arrowLeft.svg") center center no-repeat;
  background-size: 11px auto;
}
.section.portfolio .portfolioContainer .arrows .arrowRight {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  height: 50px;
  width: 100px;
  background: #022243 url("../images/arrowRight.svg") 65px 20px no-repeat;
  background-size: 11px auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 990;
}
.section.portfolio .portfolioContainer .arrows .arrowRight:hover {
  background: #4d84bc url("../images/arrowRight.svg") 70px 20px no-repeat;
  background-size: 11px auto;
}
.section.portfolio .portfolioContainer .slick-prev,
.section.portfolio .portfolioContainer .slick-next {
  opacity: 0;
  visibility: hidden;
}
.section.portfolio .desc {
  padding: 30px 0;
}
.section.portfolio .info span {
  color: #4a6987;
}
.section.portfolio .number {
  color: #95a1ad;
  font-family: 'Oscine-Bold';
}
.section.portfolio .number span.big {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  color: #033466;
  font-size: 50px;
  line-height: 1;
}
.section.portfolio .number span.min {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-top: 5px;
}
.section.portfolio .contactSidebar {
  width: 220px;
  position: absolute;
  left: 50px;
  bottom: 257px;
  z-index: 12;
}
.section.portfolio .contactSidebar .desc {
  color: #033466;
  padding-bottom: 45px;
}
.section.portfolio .contactSidebar .desc a {
  color: #98b290;
  text-decoration: underline;
}
.section.portfolio .contactSidebar .desc a:hover {
  text-decoration: none;
}
.section.portfolio .contactSidebar .icon {
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  display: block;
  background: #98b290 url(../images/envelope.svg) center center no-repeat;
  background-size: 30px auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section.portfolio .contactSidebar .icon:hover {
  background: #4d84bc url(../images/envelope.svg) center center no-repeat;
  background-size: 30px auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 30px 0;
  z-index: 111;
  color: #033466;
  font-family: 'Oscine-Bold';
  -webkit-box-shadow: 0px 10px 40px 0px rgba(3, 51, 101, 0.1);
  -moz-box-shadow: 0px 10px 40px 0px rgba(3, 51, 101, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(3, 51, 101, 0.1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.header .headerContainer {
  display: table;
  width: 100%;
}
.header .headerContainer .columnLeft {
  display: table-cell;
  vertical-align: middle;
}
.header .headerContainer .columnRight {
  display: table-cell;
  vertical-align: middle;
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
}
.header .logo img {
  width: 115px;
}
.header .menu {
  display: inline-block;
  vertical-align: middle;
}
.header .menu a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Oscine-Bold';
  color: #033466;
  margin-left: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .menu a:hover {
  color: #4d84bc;
}
.header .label {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  border-right: solid 2px #e0e9f1;
}
.header .phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  padding-left: 30px;
}
.header .phone span {
  color: #4d84bc;
}
.pattern {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.codika {
  height: 100%;
}
#fullpage {
  height: 100%;
}
.section.hero {
  overflow: hidden;
}
.section.portfolio {
  height: auto !important;
  overflow: hidden;
}
.section.portfolio .fp-tableCell {
  height: auto !important;
}
.section.portfolio.fp-section {
  height: auto !important;
}
.section.portfolio.fp-table {
  height: auto !important;
}
.section.services {
  height: auto !important;
  overflow: hidden;
}
.section.services .fp-tableCell {
  height: auto !important;
}
.section.services.fp-section {
  height: auto !important;
}
.section.services.fp-table {
  height: auto !important;
}
.section.technologies {
  height: auto !important;
  overflow: hidden;
}
.section.technologies .fp-tableCell {
  height: auto !important;
}
.section.technologies.fp-section {
  height: auto !important;
}
.section.technologies.fp-table {
  height: auto !important;
}
.section.contact {
  height: auto !important;
  overflow: hidden;
}
.section.contact .fp-tableCell {
  height: auto !important;
}
.section.contact.fp-section {
  height: auto !important;
}
.section.contact.fp-table {
  height: auto !important;
}
.hamburger {
  display: none;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: url(../images/hamburger.svg) center center no-repeat;
  background-size: 26px auto;
  top: 10px;
  right: 35px;
  z-index: 2000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.hamburger:hover {
  opacity: 0.5;
}
.hamburger.disabled {
  opacity: 0;
  visibility: 0;
  z-index: 0;
}
.closeMenu {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: url(../images/close.svg) center center no-repeat;
  background-size: 26px auto;
  position: fixed;
  top: 10px;
  right: 35px;
  z-index: 2000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.closeMenu:hover {
  opacity: 0.5;
}
.closeMenu.disabled {
  opacity: 0;
  visibility: 0;
  z-index: 0;
}
.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
.mobileMenu.active {
  opacity: 1;
  visibility: visible;
}
.mobileMenu.active .mobileMenuContainer {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobileMenu .mobileMenuContainer {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -ms-transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.mobileMenu .mobileMenuContainer .mobileMenuWrapper {
  margin: 0 0px;
}
.mobileMenu .mobileMenuContainer .mobileMenuWrapper .mobileNav {
  padding: 20px 0 20px 0;
  position: relative;
}
.mobileMenu .mobileMenuContainer .mobileMenuWrapper .mobileNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobileMenu .mobileMenuContainer .mobileMenuWrapper .mobileNav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 13px 0;
  text-align: center;
  display: block;
}
.mobileMenu .mobileMenuContainer .mobileMenuWrapper .mobileNav ul li a {
  color: #033466;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 32px;
  display: block;
  position: relative;
  font-family: 'Oscine-Bold';
}
.mobileMenu .mobileMenuContainer .mobileMenuWrapper .mobileNav ul li a:hover {
  color: #4d84bc;
}
.mobileMenu .mobileMenuContainer .mobileMenuWrapper .mobileNav ul li.current a {
  color: #4d84bc;
}
@media screen and (max-width: 1680px) {
  .wrapper {
    margin: 0 40px;
  }
  .wrapper1280 {
    max-width: 1280px;
  }
  .wrapper1440 {
    max-width: 1336px;
  }
  .wrapper1600 {
    max-width: 1336px;
  }
  .headline h1 {
    font-size: 50px;
    padding: 20px 0;
  }
  .headline h3 {
    font-size: 16px;
  }
  .headline h2 {
    font-size: 42px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 1439px) {
  .section.hero .leftBox {
    width: 260px;
  }
  .section.hero .leftBox .scrollDown {
    left: 35px;
    top: -30px;
  }
  .section.hero .leftBox .leftBoxContainer {
    padding: 20px 35px 35px 35px;
  }
  .section.hero .leftBox .lang a {
    padding-right: 25px;
  }
  .section.hero .mask {
    left: 260px;
  }
  .section.hero .boxes {
    bottom: 35px;
  }
  .section.hero .boxes .box {
    width: 200px;
    height: 200px;
    padding: 35px 35px;
  }
  .section.hero .boxes .box.box2 {
    margin-bottom: 50px;
  }
  .section.hero .boxes .box .number {
    font-size: 48px;
  }
  .section.hero .boxes .box .separator {
    margin: 18px 0;
  }
  .section.hero .boxes .box .desc {
    font-size: 15px;
  }
  .section.portfolio .mask {
    left: 260px;
  }
  .section.portfolio .leftMask {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 260px;
    height: 160px;
    background: #ffffff url("../images/boxLeft2.png") center top no-repeat;
    background-size: 100% auto;
  }
  .section.portfolio .whiteSidebar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    background: #e6eef5;
    z-index: 2;
    pointer-events: none;
  }
  .section.portfolio .contactSidebar {
    width: 220px;
    position: absolute;
    left: 35px;
    bottom: 117px;
    z-index: 12;
  }
  .wrapper {
    margin: 0 40px;
  }
  .wrapper1280 {
    max-width: 1280px;
  }
  .wrapper1440 {
    max-width: 1280px;
  }
  .wrapper1600 {
    max-width: 1280px;
  }
  .section.portfolio .portfolioContainer .arrows {
    position: absolute;
    left: 25%;
    bottom: 0px;
  }
  .paddingTop {
    padding-top: 50px;
  }
  .paddingBottom {
    padding-bottom: 50px;
  }
  .paddingTopBig {
    padding-top: 90px;
  }
  .paddingBottomBig {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .wrapper {
    margin: 0 40px;
  }
  .wrapper1280 {
    max-width: 1024px;
  }
  .wrapper1440 {
    max-width: 1024px;
  }
  .wrapper1600 {
    max-width: 1024px;
  }
  .headline h1 {
    font-size: 42px;
    padding: 20px 0;
  }
  .headline h3 {
    font-size: 16px;
  }
  .headline h2 {
    font-size: 36px;
    padding-top: 25px;
  }
  .section.hero .desc {
    font-size: 15px;
  }
  .section.contact .phone {
    font-size: 32px;
  }
  .section.contact .map .icon {
    padding-bottom: 20px;
    display: block;
  }
  .section.contact .map .icon img {
    height: 36px;
  }
}
@media screen and (max-width: 1279px) {
  .header {
    padding: 25px 0;
  }
  .header .logo img {
    width: 100px;
  }
  .header .menu a {
    margin-left: 35px;
  }
  .header .label {
    padding-right: 20px;
  }
  .header .phone {
    font-size: 22px;
    padding-left: 20px;
  }
  .section.technologies .technologiesSlider .itemContainer .itemPadding {
    padding: 40px;
  }
  .section.technologies .technologiesSlider .itemContainer .icon {
    right: 32px;
    top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  body,
  html {
    font-size: 14px;
  }
  .wrapper {
    margin: 0 40px;
  }
  .wrapper1280 {
    margin: 0 40px;
  }
  .wrapper1440 {
    margin: 0 40px;
  }
  .wrapper1600 {
    margin: 0 40px;
  }
  .headline h1 {
    font-size: 36px;
    padding: 20px 0;
  }
  .headline h3 {
    font-size: 15px;
  }
  .headline h2 {
    font-size: 28px;
    padding-top: 25px;
  }
  .header {
    padding: 20px 0;
  }
  .header .logo img {
    width: 90px;
  }
  .header .menu a {
    margin-left: 25px;
  }
  .header .label {
    padding-right: 15px;
  }
  .header .phone {
    font-size: 22px;
    padding-left: 15px;
  }
  .section.hero {
    text-align: center;
  }
  .section.hero .content .contentTable .contentMiddle {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .section.hero .desc br {
    display: none;
  }
  .section.hero .headline {
    text-align: center;
  }
  .section.hero .headline h1 br {
    display: none;
  }
  .section.hero .headline h3 span {
    margin-left: auto;
    margin-right: auto;
  }
  .section.hero .boxes {
    display: none;
  }
  .section.hero .mask {
    left: 0;
  }
  .section.hero .leftBox {
    width: 100%;
  }
  .section.hero .leftBox .scrollDown {
    display: none;
  }
  .section.hero .leftBox img {
    display: none;
  }
  .section.hero .leftBox .leftBoxContainer {
    background: none;
  }
  .section.hero .leftBox .lang {
    text-align: center;
  }
  .section.hero .leftBox .lang a {
    margin: 0 10px;
    padding: 0;
  }
  .section.hero .leftBox .lang a:hover {
    color: #ffffff;
  }
  .section.hero .leftBox .lang a.active {
    color: #ffffff;
  }
  .section.portfolio .mask {
    left: 0;
  }
  .section.portfolio .leftMask {
    display: none;
  }
  .section.portfolio .whiteSidebar {
    display: none;
  }
  .section.portfolio .contactSidebar {
    display: none;
  }
  .section.portfolio .caseStudyContainer .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 50px;
    text-align: right;
  }
  .section.portfolio .caseStudyContainer .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section.portfolio .portfolioContainer .arrows {
    left: 0;
  }
  .section.portfolio .number {
    color: #95a1ad;
  }
  .section.portfolio .number span.big {
    width: 60px;
    color: #ffffff;
    text-align: left;
  }
  .paddingTop {
    padding-top: 40px;
  }
  .paddingBottom {
    padding-bottom: 40px;
  }
  .paddingTopBig {
    padding-top: 80px;
  }
  .paddingBottomBig {
    padding-bottom: 80px;
  }
  .section.services .item .itemContainer {
    padding: 0 30px;
  }
  .section.services .item .icon img {
    height: 70px;
  }
  .section.services .item .title {
    padding: 25px 0 10px;
    font-size: 16px;
  }
  .section.technologies .technologiesSlider .itemContainer .itemPadding {
    padding: 35px;
  }
  .section.technologies .technologiesSlider .itemContainer .icon {
    right: 27px;
    top: 27px;
  }
  .section.technologies .technologiesSlider .itemContainer .icon img {
    height: 36px;
  }
}
@media screen and (max-width: 991px) {
  .section.contact .contactForm {
    padding-top: 50px;
  }
}
@media screen and (max-width: 899px) {
  .header .menu {
    display: none;
  }
  .header .label {
    display: none;
  }
  .header .phone {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .footer .wrapper1280 {
    border-top: solid 1px #104072;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .footerContainer {
    display: block;
    width: auto;
    text-align: center;
  }
  .footer .footerContainer .columnLeft {
    display: block;
    text-align: center;
  }
  .footer .footerContainer .columnRight {
    display: block;
    text-align: center;
  }
  .footer .lang {
    padding: 20px 0;
  }
  .footer .lang a {
    padding: 0 !important;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    margin: 0 15px;
  }
  .wrapper1280 {
    margin: 0 15px;
  }
  .wrapper1440 {
    margin: 0 15px;
  }
  .wrapper1600 {
    margin: 0 15px;
  }
  .header .wrapper {
    margin: 0 40px;
  }
  .section.portfolio.paddingTopBig {
    padding-top: 20px;
  }
  .section.portfolio .headline {
    text-align: center;
  }
  .section.portfolio .headline h3 span {
    margin-left: auto;
    margin-right: auto;
  }
  .section.portfolio .caseStudyContainer {
    text-align: center;
  }
  .section.portfolio .caseStudyContainer .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 50px;
    text-align: right;
  }
  .section.portfolio .caseStudyContainer .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section.portfolio .portfolioContainer .arrows {
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .section.portfolio .portfolioContainer .arrows .arrowLeft {
    display: inline-block;
    margin-right: 5px;
    height: 40px;
    width: 40px;
    background: #022243 url("../images/arrowLeft.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.portfolio .portfolioContainer .arrows .arrowLeft:hover {
    background: #4d84bc url("../images/arrowLeft.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.portfolio .portfolioContainer .arrows .arrowRight {
    margin-right: 0;
    height: 40px;
    width: 40px;
    background: #022243 url("../images/arrowRight.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.portfolio .portfolioContainer .arrows .arrowRight:hover {
    background: #4d84bc url("../images/arrowRight.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.portfolio .number {
    color: #95a1ad;
    text-align: center;
    position: relative;
  }
  .section.portfolio .number span.big {
    width: 50px;
    font-size: 40px;
    color: #ffffff;
    text-align: left;
  }
  .section.portfolio .imageContainer {
    padding: 35px;
  }
  .section.technologies .arrows {
    padding-top: 40px;
  }
  .section.technologies .arrows .arrowLeft {
    display: inline-block;
    margin-right: 5px;
    height: 40px;
    width: 40px;
    background: #022243 url("../images/arrowLeft.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.technologies .arrows .arrowLeft:hover {
    background: #4d84bc url("../images/arrowLeft.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.technologies .arrows .arrowRight {
    margin-right: 0;
    height: 40px;
    width: 40px;
    background: #022243 url("../images/arrowRight.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.technologies .arrows .arrowRight:hover {
    background: #4d84bc url("../images/arrowRight.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.logos .logoColumn img {
    height: 64px;
  }
  .button {
    padding-top: 25px;
  }
  .button a {
    width: 160px;
    padding: 10px 25px;
  }
  .button a span {
    padding-left: 10px;
  }
  .button a img {
    height: 10px;
  }
  .button a.borderBlue {
    padding: 8px 22px;
  }
  .button a:hover span {
    padding-left: 15px;
  }
  .button a {
    margin-bottom: 5px;
  }
  .headline h1 {
    font-size: 28px;
    padding: 15px 0 10px;
  }
  .headline h3 {
    font-size: 15px;
  }
  .headline h2 {
    font-size: 24px;
    padding-top: 20px;
  }
  .section.hero .desc {
    font-size: 14px;
  }
  .section.contact .inputContainer {
    position: relative;
    padding-bottom: 15px;
  }
  .section.contact .inputContainer i.fa-chevron-down {
    top: 17px;
    font-size: 10px;
  }
  .section.contact input {
    padding: 0 25px;
    font-size: 15px;
    height: 42px;
  }
  .section.contact textarea {
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    padding: 11px 25px;
    font-size: 15px;
    height: 42px;
  }
  .section.contact select {
    padding: 0 25px;
    font-size: 15px;
    height: 42px;
  }
}
@media screen and (max-width: 572px) {
  .headline h1 {
    font-size: 24px;
    padding: 15px 0;
  }
  .headline h3 {
    font-size: 15px;
  }
  .headline h2 {
    font-size: 21px;
    padding-top: 20px;
  }
  .mobileMenu .mobileMenuContainer .mobileMenuWrapper .mobileNav ul li {
    padding: 10px 0;
  }
  .mobileMenu .mobileMenuContainer .mobileMenuWrapper .mobileNav ul li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .section.technologies .arrows {
    padding-top: 40px;
    text-align: center;
    left: 0;
    width: 100%;
  }
  .section.technologies .arrows .arrowLeft {
    display: inline-block;
    margin-right: 5px;
    height: 40px;
    width: 40px;
    background: #022243 url("../images/arrowLeft.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.technologies .arrows .arrowLeft:hover {
    background: #4d84bc url("../images/arrowLeft.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.technologies .arrows .arrowRight {
    margin-right: 0;
    height: 40px;
    width: 40px;
    background: #022243 url("../images/arrowRight.svg") center center no-repeat;
    background-size: 10px auto;
  }
  .section.technologies .arrows .arrowRight:hover {
    background: #4d84bc url("../images/arrowRight.svg") center center no-repeat;
    background-size: 10px auto;
  }
}

.pop-message {
  position: fixed;
  z-index: 9999999999999;
  bottom: -150px;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  left: 50%;
  box-shadow: 0px 10px 40px 0px rgba(3, 51, 101, 0.1);
  transform-origin: center;
  transform: translate(-50%, -10%) scale(0.8);
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.pop-message.shown {
  bottom: 20px;
  transform: translate(-50%, -10%) scale(1);
  opacity: 1;
  animation: popMessage 1s ease-in-out;
}

.pop-message.success {
  border: 4px solid #97B190;
}

.pop-message.error {
  border: 4px solid #f14545
}

.pop-message h5 {
  color: #033466;
}

.pop-message p {
  margin-bottom: 0;
  color: #5e6771;
}

.pop-message .pop-content {
  position: relative;
}

.pop-message .pop-content #closePopMessage{
  position: absolute;
  right: -16px;
  top: -28px;
  font-size: 25px;
  color: #5082B9;
}

@keyframes popMessage {
  from {bottom: -150px; opacity: 0; transform: translate(-50%, -10%) scale(0.3);}
  to { bottom: 20px; opacity: 1; transform: translate(-50%, -10%) scale(1);}
}