.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
html,
body {
  width: 100%;
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
a,
button,
input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  color: inherit;
}
a:hover,
button:hover,
input:hover,
a:focus,
button:focus,
input:focus,
a:active,
button:active,
input:active {
  color: inherit;
  outline: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.center {
  position: relative;
  display: block;
  margin: 0 auto;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2px;
  background: url("../images/bg.png") repeat center;
  background-color: #005aa9;
  background-position-y: 0;
  overflow: hidden;
  overflow-y: auto;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
p {
  margin: 0;
}
.scrollSection {
  width: 100%;
  float: left;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 15px;
}
.header__logo {
  padding-top: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__logo img {
  max-width: 100%;
}
.header__navigation {
  font-family: 'Montserrat', sans-serif;
  padding-top: 37px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__navigation .mobileMenu ul {
  float: right;
}
.header__navigation .mobileMenu ul li {
  float: left;
}
.header__navigation .mobileMenu ul li a {
  display: block;
  font-size: 16px;
  font-weight: 140;
  color: white;
  padding: 0 10px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__navigation .mobileMenu ul li a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #051547 0%, #0a2682 100%);
  background-image: -o-linear-gradient(left, #051547 0%, #0a2682 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#051547), to(#0a2682));
  background-image: -moz-linear-gradient(left, #051547 20%, #0a2682 80%);
  background-image: linear-gradient(to right, #051547 20%, #0a2682 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#051547', endColorstr='#0a2682', GradientType=1);
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__navigation .mobileMenu ul li a:hover,
.header__navigation .mobileMenu ul li a:focus,
.header__navigation .mobileMenu ul li a:active {
  text-decoration: none;
  color: #051547;
  color: #1b120de8;

}
.header__navigation .mobileMenu ul li a:hover::after,
.header__navigation .mobileMenu ul li a:focus::after,
.header__navigation .mobileMenu ul li a:active::after {
  opacity: 1;
}
.header__navigation .mobileMenu ul li:not(:last-child) {
  margin-right: 15px;
}
.header__navigation .mobileMenu ul li:last-child {
  margin-left: 15px;
  position: relative;
  top: -8px;
}
.header__navigation .mobileMenu ul li:last-child a {
  display:inline-block;
  border: 1px solid white;
  width: 115px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.header__navigation .mobileMenu ul li:last-child a:hover,
.header__navigation .mobileMenu ul li:last-child a:focus,
.header__navigation .mobileMenu ul li:last-child a:active {
  color: white;
  -moz-box-shadow:    inset 0 0 30px -3px #0a2682;
  -webkit-box-shadow: inset 0 0 30px -3px #0a2682;
  box-shadow: inset 0 0 30px -3px #0a2682;
}
.header__navigation .mobileMenu ul li:last-child a:hover::after,
.header__navigation .mobileMenu ul li:last-child a:focus::after,
.header__navigation .mobileMenu ul li:last-child a:active::after {
  display: none;
}
.header--fixed {
  background-color: #005aa9;
}
.header .languages {
  float: right;
  padding-left: 40px;
  margin-top: 1px;
  position: relative;
}
.header .languages img {
  display: inline-block;
  margin-right: 10px;
  width: 29px;
  height: 20px;
}
.header .languages span {
  display: inline-block;
  margin-right: 5px;
  color: white;
}
.header .languages i {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: white;
}
.header .languages__wraper {
  cursor: pointer;
}
.header .languages__dropdown {
  display: none;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 80px;
  border-top: 2px solid #0a2682;
  background-color: #1884e2;
  z-index: 10;
}
.header .languages__dropdown li {
  padding: 15px;
}
.header .languages__dropdown li:hover {
  cursor: pointer;
  background-color: #0a2682;
}
.discover {
  width: 100%;
  float: left;
  color: white;
  -moz-background-size: cover;
       background-size: cover;
  height: 100vh !important;
}
.discover__wrapper {
  padding-top: 40px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.discover h1 {
  font-size: 40px;
  margin-bottom: 25px;
}
.discover p {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;
}
.discover:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 60px;
  z-index: 0;
}
.typed-cursor {
  -webkit-animation: blink-opacity 0.5s step-end infinite;
     -moz-animation: blink-opacity 0.5s step-end infinite;
       -o-animation: blink-opacity 0.5s step-end infinite;
          animation: blink-opacity 0.5s step-end infinite;
}
/* The typewriter cursor effect */
@-o-keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #fa8e3a;
  }
}
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #fa8e3a;
  }
}
@-moz-keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #fa8e3a;
  }
}
@-webkit-keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #fa8e3a;
  }
}
@-o-keyframes blink-opacity {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink-opacity {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink-opacity {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink-opacity {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.type__logo {
  width: 50%;
  width: -webkit-calc(50% + 60px);
  width: -moz-calc(50% + 60px);
  width: calc(50% + 60px);
  float: left;
}
.type__logo img {
  width: 120px;
  float: right;
  position: relative;
  top: 4px;
}
.type__text {
  width: 100%;
  text-align: center;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 0 auto;
}
.type__text img {
  display: none;
  width: 120px;
  position: relative;
  top: -2px;
}
.type span {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#0a2682));
  background: -webkit-linear-gradient(left, #ffffff, #0a2682);
  background: -moz-linear-gradient(left, #ffffff, #0a2682);
  background: -o-linear-gradient(left, #ffffff, #0a2682);
  background: linear-gradient(to right, #ffffff, #0a2682);
  -webkit-background-clip: text;
  color: transparent;
}
.type p {
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-animation: typing 8s steps(32, end), blink-caret 0.5s step-end infinite;
     -moz-animation: typing 8s steps(32, end), blink-caret 0.5s step-end infinite;
       -o-animation: typing 8s steps(32, end), blink-caret 0.5s step-end infinite;
          animation: typing 8s steps(32, end), blink-caret 0.5s step-end infinite;
  letter-spacing: 0px;
  height: 33px;
}
.type p i {
  font-style: normal;
  position: relative;
  font-weight: bold;
}
.formItems {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.formItems__block {
  display: inline-block;
  padding: 0 10px;
}
.formItems__block .item {
  display: block;
  float: right;
  padding: 0 10px;
  width: 150px;
  position: relative;
  z-index: 2;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.formItems__block .item img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 10px;
}
.formItems__block .item span {
  font-size: 13px;
  display: block;
  text-align: center;
  color: white;
  font-weight: 100;
}
.formItems__block .item:hover {
  top: -10px;
  text-decoration: none;
}
.formItems__block form {
  width: 300px;
  position: relative;
  float: right;
}
.formItems__block form input {
  width: 300px;
  height: 50px;
  color: #666666;
  font-size: 13px;
  background-color: transparent;
  padding: 0 75px 0 35px;
  line-height: 50px;
  border: none;
  background: url("../images/input-background.png") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
}
.formItems__block form button {
  background-color: white;
  border: none;
  width: 30px;
  height: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  right: 30px;
  cursor: pointer;
}
.section-title {
  overflow: hidden;
  text-align: center;
}
.section-title h2 {
  position: relative;
  font-size: 30px;
  color: white;
  font-weight: 400;
}
.section-title h2 span {
  padding-left: 10px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#ff5d28), to(#ffca51));
  background: -webkit-linear-gradient(left, #ff5d28, #ffca51);
  background: -moz-linear-gradient(left, #ff5d28, #ffca51);
  background: -o-linear-gradient(left, #ff5d28, #ffca51);
  background: linear-gradient(to right, #ff5d28, #ffca51);
  -webkit-background-clip: text;
  color: transparent;
}
.section-title h2 img {
  width: 150px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.section-title h2:before,
.section-title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  background: url("../images/title-line.png") no-repeat center center;
  width: 152px;
  height: 34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-title h2:before {
  top: 20px;
  left: -500px;
}
.section-title h2:after {
  top: 3px;
  right: -500px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
       transform: rotate(180deg);
}
.status {
  padding-top: 100px;
  position: relative;
}
.what__block {
  width: 700px;
  max-width: 100%;
  margin: 40px auto;
}
.what__block p {
  text-align: left;
  font-size: 18px;
  color: white;
}
.techn{
  height: 180px;
  color: white;
  font-weight: 600;
  margin: 20px auto;
  padding: 40px 0;
  }
.techn img{
  display: block;
  text-align: center;
  margin: 0 auto 15px;
  height: 50px;
}
.techn__title{
  font-size: 24px;
  text-align: center;
  }
.techn__text-hidden{
  width: 100%;
  display: none;
  height: 200px;
  margin: 0 auto;
  font-size: 16px;
  padding: 60px 40px 0;
  position: absolute;
  top: 0;
  -webkit-transition: display 1s ease-out 0.5s;
  -moz-transition: display 1s ease-out 0.5s;
  -o-transition: display 1s ease-out 0.5s;
  transition: display 1s ease-out 0.5s;
  background-color: rgba(19, 37, 95, 0.92);
  background-color: #13255fe8;
  }
.techn:hover .techn__text-hidden{
  display: block;
  color: white;
}
.techn__text-hidden span{
  display: inline-block;
  line-height: 1.2;
  padding: 5px;
}
.techn__text-hidden-last{
  padding: 10px 30px;
}
.techn__text-hidden-last{
  line-height: 1.15;
}
.technologies{
  padding-top:100px;
}
.technologies .section-title h3{
  color: white;
  margin-bottom: 20px;
}
.form {
  width: 100%;
  padding-top: 100px;
}
.form__block {
  width: 450px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.form__block p {
  font-size: 26px;
  color: white;
  margin-bottom: 40px;
}
.form__block form {
  max-width: 100%;
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.form__block form input {
  width: 100%;
  height: 45px;
  max-width: 100%;
  color: #666666;
  font-size: 15px;
  background-color: transparent;
  padding: 0 75px 0 35px;
  line-height: 45px;
  border: none;
  background: url("../images/input-background.png") no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
}
.form__block form button {
  background-color: transparent;
  border: none;
  color: white;
  background: url("../images/main-icon.png") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  width: 27px;
  height: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  right: 30px;
  cursor: pointer;
}
.aboutUs {
  width: 100%;
  float: left;
  padding: 100px 0 0;
  position: relative;
}
.aboutUs .section-title {
  padding-top: 50px;
}
.aboutUs__carousel .owl-carousel {
  position: relative;
  top: 50px;
}
.aboutUs__bottom {
  height: 200px;

}
.aboutUs .item {
  max-width: 840px;
  margin: 0 auto;
}
.aboutUs .item__icon {
  margin-bottom: 30px;
}
.aboutUs .item__icon img {
  max-width: 190px;
  max-height: 190px;
  margin: 0 auto;
  display: block;
}
.aboutUs .item__text {
  text-align: center;
  color: white;
}
.aboutUs .item__text h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight:800;
}
.aboutUs .item__text p {
  font-size: 18px;
}
.aboutUs:before {
  content: '';
  position: absolute;
  top: 50px;
  width: 100%;
  height: 50px;
  z-index: 3;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-stage-outer {
  width: 100%;
}
.owl-nav {
  width: 100%;
  height: 83px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  z-index: 3;
}
.owl-nav > div {
  position: absolute;
  top: 0;
  margin: 0 auto;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 70px;
  height: 70px;
  background: url("../images/carousel-button.png") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  color: transparent;
}
.owl-nav > div:hover {
  opacity: 1;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
       transform: rotate(180deg);
}
.owl-dots {
  margin-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
     -moz-box-pack: center;
          justify-content: center;
}
.owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: #4096e2;
  border: 2px solid #304a73;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.owl-dots .owl-dot:not(:last-child) {
  margin-right: 20px;
}
.owl-dots .active {
  border-color: #0b2781;
}
.testimonials {
  width: 100%;
  float: left;
}
.testimonials .section-title {
  margin-bottom: 40px;
}
.testimonials__board {
  margin-top: 40px;
  position: relative;
}
.testimonials__board ul {
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
     -moz-box-pack: center;
          justify-content: center;
}
.testimonials__board ul li {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.testimonials__board ul li .image {
  width: 150px;
  height: 172px;
  position: relative;
  z-index: 3;
  margin: 0 auto 25px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.testimonials__board ul li .image i {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 10px;
  background: url("../images/team-plus-icon.png") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  width: 40px;
  height: 45px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.testimonials__board ul li .image img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.testimonials__board ul li .image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
       transform: scale(1.1);
}
.testimonials__board ul li .image:hover i {
  opacity: 1;
}
.testimonials__board ul li .image:before,
.testimonials__board ul li .image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.testimonials__board ul li .image:before {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -moz-transform: scale(1.08);
       transform: scale(1.08);
  z-index: -2;
}
.testimonials__board ul li .image:after {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  -moz-transform: scale(1.06);
       transform: scale(1.06);
  background-color: #005aa8;
  z-index: -1;
}
.testimonials__board ul li span,
.testimonials__board ul li p {
  display: block;
  font-size: 16px;
  color: white;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.testimonials__board ul li p {
  height: 45px;
  max-width: 170px;
  margin: 0 auto;
}
.testimonials__board ul:not(:last-child) {
  margin-bottom: 20px;
}
.testimonials__board ul:before {
  content: '';
  position: absolute;
  top: 85px;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #EE7845;
  z-index: -1;
}
.testimonials__board:before,
.testimonials__board:after {
  content: '';
  position: absolute;
  top: 85px;
  width: 2px;
  height: 0px;
  height: -webkit-calc(100% - 315px);
  height: -moz-calc(100% - 315px);
  height: calc(100% - 315px);
  background-color: #EE7845;
  z-index: -1;
}
.testimonials__board:before {
  left: 15px;
}
.testimonials__board:after {
  right: 15px;
}
.testimonials__bottom li p {
  height: 66px !important;
}
.testimonials__photo {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 188px;
  margin: -5px auto 15px;
}
.testimonials__photo img {
  width: 100%;
}
.testimonials__photo i {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 20px;
  background: url("../images/team-plus-icon.png") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  width: 40px;
  height: 45px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.testimonials__photo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
       transform: scale(1.1);
}
.testimonials__photo:hover i {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .team__photo,
  .testimonials__photo {
    width: 149px;
  }
}
@media screen and (max-width: 676px) {
  .team__photo,
  .testimonials__photo {
    width: 155px;
  }
}
@media screen and (max-width: 480px) {
  .team__photo,
  .testimonials__photo {
    width: 149px;
  }
  .popup__description p span {
    font-weight: bold;
    width: 100%;
    display: inline-block;
  }

}

.testimonials{
  padding: 100px 0 0;
}
.testimonials__board ul li p {
  height: 100px;
  font-size: 14px;
  font-weight: normal;
}
.testimonials__board ul:after,
.testimonials__board ul:before {
  display: none;
}
.testimonials__board:after,
.testimonials__board:before {
  display: none;
}
.tab {
  margin-bottom: 50px;
  color: white;
}
.tab__title {
  max-width: 320px;
  position: relative;
  margin: 0 auto;
}
.tab__title span {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  padding-left: 40px;
  border-bottom: 2px solid #0a2682;
}
.tab__title span:before {
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
}
.tab__title button {
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 15px;
  border: none;
  background-color: transparent;
  background: url("../images/angle-up-solid.png") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  z-index: 3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.tab__title .collapsed {
  background: url("../images/angle-down-solid.png") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
}

.tab__body {
  max-width: 320px;
  margin: 0 auto;
}
.tab__body a {
  color: #fa8e3a;
  text-decoration: underline;
}
.tab__body .collapse,
.tab__body .collapsing {
  color: white;
  font-size: 13px;
  line-height: 1.5;
  background-color: rgba(7, 7, 7, 0.4);
}
.tab__inner_body {
  padding: 20px;
}
.tab--whatWeDo {
  margin-bottom: 70px;
}
.tab--whatWeDo .tab__title {
  width: 375px;
  max-width: 100%;
}
.tab--whatWeDo .tab__title span {
  font-size: 17px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 65px;
}
.tab--whatWeDo .tab__body {
  max-width: 375px;
  width: 100%;
}
.tab--ourProjects {
  margin-bottom: 20px;
}
.tab--ourProjects .tab__title {
  width: 375px;
  max-width: 100%;
}
.tab--ourProjects .tab__title span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  padding-bottom: 3px; 
}
.whatWeDo {
  width: 100%;
  float: left;
  padding-top: 100px;
}
.whatWeDo__block {
  margin-top: 70px;
}
.ourProjects {
  width: 100%;
  float: left;
  padding-top: 100px;
}
.ourProjects__block {
  margin-top: 70px;
}
.ourProjects .tab__title span {
  border-bottom: 2px solid transparent;
}
.ourProjects .tab__title span:hover {
  border-bottom: 2px solid #0a2682;
}
.ourProjects .ourProjects__header span:hover {
  border-bottom: 2px solid transparent;
}
.tab--ourProjects .ourProjects__header span {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 50px;
}
.tab--ourProjects .ourProjects__header span:hover{
  border-bottom: 2px solid transparent;
}
.footer {
  width: 100%;
  float: left;
  padding: 60px 0 40px;
  -moz-background-size: cover;
       background-size: cover;
  margin-bottom: -20px;
}
.footer__logo {
  margin-bottom: 50px;
}
.footer__logo img {
  max-height: 110px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.footer__form form {
  max-width: 100%;
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.footer__form form input {
  width: 300px;
  height: 50px;
  max-width: 100%;
  color: #666666;
  font-size: 15px;
  background-color: transparent;
  padding: 0 75px 0 35px;
  line-height: 50px;
  border: none;
  background: url("../images/input-background.png") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
}
.footer__form form button {
  background-color: transparent;
  border: none;
  color: white;
  background: url("../images/main-icon.png") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  width: 30px;
  height: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  right: 30px;
  cursor: pointer;
}
.footer__copy {
  margin-top: 30px;
  text-align: center;
  color: white;
}
.footer__copy span b {
  padding-left: 10px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#ff5d28), to(#ffca51));
  background: -webkit-linear-gradient(left, #ff5d28, #ffca51);
  background: -moz-linear-gradient(left, #ff5d28, #ffca51);
  background: -o-linear-gradient(left, #ff5d28, #ffca51);
  background: linear-gradient(to right, #ff5d28, #ffca51);
  -webkit-background-clip: text;
  color: transparent;
}
.footer__copy img {
  width: 75px;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  top: -0.5px;
}
.mobileMenu {
  position: relative;
  float: right;
  margin-right: 15px;
}
.mobileMenu__icon {
  display: none;
  width: 30px;
  position: relative;
  top: -3px;
}
.mobileMenu__icon span {
  display: block;
  width: 30px;
  height: 4px;
  margin: 4px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
}
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.7);
}
.popup__center {
  position: absolute;
  top: 320px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 600px;
  max-width: 90%;
  background-color: rgba(3, 30, 54, 1);
  border: 1px solid #005aa9;
  padding: 25px;
}
.popup__photo {
  width: 160px;
  height: 160px;
  max-width: 100%;
  position: relative;
  z-index: 3;
  margin: 0 auto 20px;
}
.popup__photo img {
    height: 100%;
    display: block;
    margin: 0 auto;
}
.popup__name {
  position: relative;
  margin-bottom: 20px;
}
.popup__name span {
  width: 50%;
  padding: 0 15px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: white;
  font-size: 18px;
}
.popup__name span b {
  font-weight: normal;
}
.popup__name span i {
  font-style: normal;
}
.popup__name span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 38px;
  height: 35px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  z-index: 1;
}
.popup__name .popup__subtitle{
  font-size: 12px;
}
.popup__desc p {
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 5px 15px;
}
.popup__bottom {
  margin: 30px 0 20px;
  position: relative;
}
.popup__bottom p {
  font-size: 12px;
  color: white;
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.popup__bottom p:before,
.popup__bottom p:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #1c1c1c;
}
.popup__bottom p:before {
  left: 30%;
  top: -21px;
}
.popup__bottom p:after {
  right: 35%;
  bottom: -21px;
}
.fa-times
{
  font-size: 16px;
  color: white;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
/*.popup__close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: url("../images/close-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}*/
.fa-times:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
       transform: scale(1.2);
}
.popup__logo {
  margin-bottom: 10px;
}
.popup__logo img {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.popup__description {
  margin-bottom: 15px;
}
.popup__description p {
  max-width: 350px;
  margin: 5px auto;
  text-align: center;
  font-size: 16px;
  color: white;
}
.popup__description p span {
  font-weight: bold;
}
.popup__description_text{
  font-weight: 800;
  font-size: 24px;
}
.popup__description a[href^="mailto"]{
  text-decoration: underline !important;
  opacity: 0.7;
}
.popup__description a[href^="mailto"]:hover{
  opacity:1;
}

.popup__form form {
  max-width: 100%;
  width: 320px;
  margin: 0 auto;
  position: relative;
}
.popup__form form input, 
.popup__form form textarea{
  width: 320px;
  height: 47px;
  max-width: 100%;
  color: #1584e6;
  font-size: 15px;
  /*background-color: rgba(0, 90, 168, 1);
  background-color: #005aa86e;*/
  padding: 10px 20px;
  border: none;
  margin: 5px auto;
}
.popup__form form input:focus, 
.popup__form form textarea:focus{
  border: 1px solid rgb(21, 132, 230);
  border-color: rgb(21, 132, 230);
}
.popup__form form textarea{
  height: 80px;
  resize: none;
  margin-bottom: 0px;
}
.popup__form form button{
  display: block;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  width: 320px;
  max-width: 100%;
  height: 47px;
  position: relative;
  top: 14px;
  /*left:5px;*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  cursor: pointer;
  margin: 15px auto 0;
}

.popup__submit{
    display: block;
    border: 1px solid white;
    width: 115px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .techn__text-hidden-last{
  padding: 7px 20px;
  }
  .techn__text-hidden-last span{
  line-height: 1.1;
  }
  .header__navigation {
    padding-top: 30px;
  }
  .header__navigation .mobileMenu ul li a {
    font-size: 12px;
  }
  .header__navigation .mobileMenu ul li:not(:last-child) {
    margin-right: 5px;
  }
  .header__navigation .mobileMenu ul li:last-child {
    margin-left: 10px;
  }
  .header .languages {
    padding-left: 25px;
  }
}
@media screen and (max-width: 992px) {
  .header__logo img {
    max-width: 60%;
  }
  .hexagon-border h4 {
    font-size: 15px;
  }
  .header__navigation {
    padding-top: 27px;
  }
  .header__navigation .mobileMenu ul li:last-child {
    margin-left: 0;
    top: 0;
  }
  .header__navigation .mobileMenu ul li:last-child a {
    width: auto;
    font-size: 14px;
    line-height: 1.4;
    height: auto;
    text-align: left;
    background: none;
  }
  .mobileMenu__icon {
    display: block;
  }
  .mobileMenu__menu {
    display: none;
    top: 26px;
    right: 0;
    width: 160px;
    position: absolute;
    background-color: #1884e2;
    border-top: 2px solid #0a2682;
    padding: 20px 25px;
  }
  .mobileMenu__menu li {
    width: 100%;
  }
  .mobileMenu__menu li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  
  .testimonials__board ul li .image {
    margin-bottom: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    margin-top: -15px;
  }
  .testimonials__board ul:before {
    top: 70px;
  }
  .testimonials__board ul:not(:last-child) {
    margin-bottom: 0;
  }
  .aboutUs .item__icon img {
    max-width: 140px;
    max-height: 140px;
  }
  .aboutUs .item__text p {
    font-size: 14px;
  }
  .owl-dots {
    margin-top: 30px;
  }
  .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
  }
  .owl-nav {
    top: 60%;
  }
  .footer {
    padding: 50px 0;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__logo img {
    max-height: 100px;
  }
  .footer__social {
    margin-bottom: 5px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .section-title h2:before {
    top: 16px;
    left: -430px;
  }
  .section-title h2:after {
    top: -2px;
    right: -430px;
  }
  .formItems {
    width: 735px;
  }
  .formItems__block .item {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
.tab--whatWeDo .tab__title {
  width: 100%;
}
.tab--whatWeDo .tab__body {
  max-width: 100%;
  width: 100%;
}
.tab--ourProjects .tab__title {
  width: 100%;
  max-width: 100%;
}

  .tab__title button {
  height: 20px;
  bottom: 10px;
}
  .scrollSection {
    min-height: auto;
  }
  .formItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 410px;
    max-width: 100%;
  }
  .formItems__block:nth-child(1),
  .formItems__block:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .formItems__block:nth-child(2) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 10px;
  }
  .formItems__block .item span {
    font-size: 11px;
  }
  .formItems__block form {
    width: 250px;
    float: none;
    margin: 0 auto;
  }
  .formItems__block form input {
    width: 100%;
    height: 45px;
  }
  .whatWeDo__block .tab__title,
  .whatWeDo__block .tab__body {
    width: 100%;
    max-width: 450px;
  }
  .whatWeDo__block:last-child {
    margin-top: 0;
  }
  /*.team {
    padding: 0;
  }
  .team__board ul li {
    padding: 0;
  }*/
  .status:after {
    bottom: 50px;
  }
  .header .languages__dropdown {
    left: auto;
    right: 0;
    /*top: 49px;*/
    width: 80px;
  }
  .type__text {
    text-align: center;
    width: 100%;
  }
  .type__text p {
    height: auto;
    color: transparent;
  }
  .type__text i {
    color: white;
  }
  .type__text img {
    display: block;
    margin: 0 auto;
  }
  .how {
    padding: 0;
  }
  .aboutUs {
    margin-bottom: 150px;
  }
  .aboutUs__carousel {
    background: none;
  }
  .aboutUs__bottom {
    display: none;
  }
  .aboutUs:before {
    display: none;
  }
}
@media screen and (max-width: 676px) {
  .popup__video iframe {
    height: 340px;
  }
  .testimonials__bottom:before {
    top: auto !important;
    bottom: 200px;
  }
  .testimonials__board {
    margin-top: 70px;
  }
  .testimonials__board ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .testimonials__board ul li {
    width: 100%;
  }
  .testimonials__board ul li .image {
    width: 145px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
  .testimonials__board ul li span {
    margin-top: 10px;
  }
  .testimonials__board ul:before {
    top: 70px !important;
  }
  .testimonials__board ul:not(:last-child):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #EE7845;
    z-index: -1;
    bottom: 185px;
  }
  .testimonials__board:before,
  .testimonials__board:after {
    top: 70px;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
    height: -webkit-calc(100% - 278px);
    height: -moz-calc(100% - 278px);
    height: calc(100% - 278px);
  }
  .scrollSection {
    min-height: auto;
  }
  .popup__center {
    padding: 30px;
  }
  .popup__photo {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -moz-transform: scale(0.7);
         transform: scale(0.7);
    margin-bottom: -10px;
  }
  .popup__name span {
    font-size: 14px;
  }
  .popup__desc p {
    font-size: 11px;
  }
  .popup__bottom {
    padding: 10px 20px;
  }
  .popup__bottom p {
    font-size: 10px;
  }
  .popup__logo img{
    max-width: 200px; 
  }
  .discover__wrapper {
    padding-top: 0;
  }
  .type p {
    font-size: 15px;
  }
  .type p img {
    width: 90px;
  }
}

@media screen and (max-width: 480px) {
  .popup__center{
    top: 300px;
  }
  .popup__form form input{
    height: 35px;
  } 
  .popup__form form textarea{
    height: 65px;
  }
  .popup__name span {
    width: 100%;
  }
  .popup__name span:after {
    display: none;
  }
  .popup__name:after,
  .popup__name:before {
    display: none;
  }
  .popup__center {
    padding: 15px 10px;
  }
  .popup__desc p {
    padding: 0;
  }
  .popup__bottom {
    margin-top: 15px;
    padding: 0;
  }
  .popup__description_text{
    font-size: 20px;
  }
  .popup__description p{
    width: 250px;
    font-size: 16px;
  }
  .header .languages {
    padding-left: 0;
  }
  .discover h1 {
    font-size: 22px !important;
    margin-bottom: 10px;
  }
  .discover p {
    font-size: 16px !important;
  }
  .discover__wrapper {
    padding-top: 20px;
  }
  .owl-nav {
    display: none;
  }
  .section-title h2 {
    font-size: 22px;
  }
  .section-title h2:before,
  .section-title h2:after {
    display: none;
  }
  .testimonials {
    padding: 70px 0;
  }
  .testimonials__bottom:before {
    bottom: 149px;
  }
  .testimonials__board {
    margin-top: 25px;
  }
  .testimonials__board ul li {
    margin-bottom: 25px;
  }
  .testimonials__board ul li .image {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
  .testimonials__board ul li span {
    margin-top: -5px;
  }
  .testimonials__board ul:not(:last-child) {
    margin-bottom: 0;
  }
  .testimonials__board ul:not(:last-child):after {
    bottom: 165px;
  }
  .testimonials__board:before,
  .testimonials__board:after {
    top: 70px;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
    height: -webkit-calc(100% - 260px);
    height: -moz-calc(100% - 260px);
    height: calc(100% - 260px);
  }
  .testimonials__board ul li {
    margin-bottom: 40px;
  }
  .testimonials__board ul li p,
  .testimonials__board ul li span {
    padding-left: 10px;
  }
  .play-hexagon i {
    width: 65px;
    height: 60px;
    top: 0;
    left: 3px;
    -moz-background-size: contain;
         background-size: contain;
  }
  .mobileMenu {
    position: static;
    margin-right: 10px;
  }
  .mobileMenu__menu {
    top: 53px;
    right: 25px;
  }
  .header__navigation {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: distribute;
    -webkit-box-pack: end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }
  .aboutUs {
    padding: 50px 0;
  }
  .whatWeDo {
    padding: 60px 0;
  }
  .formItems__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .formItems__block .item {
    width: 70px;
  }
  .form {
    padding-top: 0;
  }
}
@media screen and (max-height: 650px) {
  .discover h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .discover p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .type__logo img {
    top: 2px;
  }
  .type p {
    font-size: 22px;
  }
}
@media screen and (max-height: 540px) {
  .formItems {
    width: 710px;
  }
  .formItems__block form {
    width: 250px;
  }
  .formItems__block form input {
    width: 100%;
    height: 45px;
  }
}
@media screen and (max-height: 540px) and (min-width: 992px) {
  .formItems {
    width: 921px;
  }
}
@media screen and (max-height: 540px) and (max-width: 767px) {
  .formItems {
    display: none;
  }
  .discover__wrapper {
    padding-top: 40px;
  }
}
@media (hover: none){
.techn__text-hidden{
  display: none;
  }
  }

.ie-show {
  display: none;
}
.form-items__icons {
  padding-top: 20px;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.modal-backdrop {
  display: none !important;
}
.form-items__icons {
  padding-top: 20px;
}

