/*
    Created on : 10.4.2018, 16:45:50
    Author     : Miled
*/
html {
  font-size: 16px;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: transparent;
  transition: padding 0.3s, background-color 0.3s, box-shadow 0.3s;
  z-index: 100;
  box-shadow: none;
}
header.scrolled {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eff3f6;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  header.scrolled {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
/*.btn-success {
    background: #87b934;
    border-color: transparent;
}
.btn-outline-success {
    border-color: #87b934;
    color: #87b934;
}
.btn-success:hover,
.btn-success:focus,
.btn-outline-success:hover,
.btn-outline-success:focus {
    background: #78a326;
    border-color: rgba(0, 0, 0, 0.2);
}*/
.btn-success {
  background-color: #27a644;
}
.btn-outline-success {
  border-color: #27a644;
  color: #27a644;
}
.btn-success:hover,
.btn-success:focus,
.btn-outline-success:hover,
.btn-outline-success:focus {
  background-color: #218838;
  border-color: transparent;
  color: #fff;
}
.btn-login {
  border-color: #fff;
  color: #fff;
}
.btn-login:hover,
.btn-login:focus {
  background: #fff;
  border-color: transparent;
  color: #27a644;
}
.main-nav .nav-link {
  color: #fff;
  font-weight: 400;
  transition: all 0.3s;
  border-top: 1px solid transparent;
  padding: 0.5rem 0.8125rem;
}
.main-nav .nav-link.active {
  border-top: 1px solid #28a745;
}
.main-nav .nav-link:not(.btn):hover {
  color: #27a644;
}
header.scrolled .main-nav .nav-link:not(.btn) {
  color: #152f47;
}
header.scrolled .main-nav .nav-link:not(.btn):hover {
  color: #27a644;
}
.logo {
  color: #fff;
  transition: all 0.3s;
  background: url(../img/logo-xc.png) no-repeat left 50%;
  background-size: auto 52px;
  padding-left: 62px;
  height: 52px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 52px;
  letter-spacing: -0.05rem;
}
header.scrolled .logo {
  color: #152f47;
}
.logo:hover,
.logo:focus {
  text-decoration: none;
}
.main-nav .nav-contact {
  background-color: #87b934;
  margin-left: 1rem;
  border-radius: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.main-nav .nav-contact:hover,
.main-nav .nav-contact:focus {
  background-color: #78a326;
}
.full-intro {
  background-color: #152f47;
  background-image: linear-gradient(to bottom, rgba(21, 47, 71, 0.8) 5%, rgba(21, 47, 71, 0.4) 50%, rgba(21, 47, 71, 0.2) 100%), url(../img/home1.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: 0 0, center top;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.full-intro .btn,
.section-photo-bg .btn,
.btn-wider {
  padding-left: 2rem;
  padding-right: 2rem;
}
.full-intro-container {
  animation-delay: 0.5s;
  z-index: 1;
  padding-top: 20rem;
}
.full-intro-container p {
  font-size: 1.25rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .full-intro-container {
    padding-top: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-intro-container {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .full-intro-container {
    padding-top: 4rem;
  }
  .full-intro-container h1 {
    font-size: 2rem;
  }
}
.full-intro h1 {
  color: #fff;
}
/*@media(min-width: 767px) {
	.full-intro h1 {
		max-width: 640px;
	}
}*/
.woman {
  position: absolute;
  left: 60%;
  right: 0;
  bottom: 0;
  height: 85vh;
  max-height: 745px;
  background-image: url(../img/hp_pano_woman2.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  animation-delay: 1s;
}
.intro-fe {
  color: #fff;
}
.intro-fe .icon-container {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0.75rem;
  margin-right: 10px;
}
.intro-fe .icon-container > img {
  width: 26px;
  height: 26px;
}
.intro-fe-1 {
  position: absolute;
  left: 78%;
  bottom: 48%;
  animation-delay: 1.5s;
}
.intro-fe-2 {
  position: absolute;
  left: 75%;
  bottom: 40%;
  animation-delay: 1.75s;
}
.intro-fe-3 {
  position: absolute;
  left: 72%;
  bottom: 32%;
  animation-delay: 2s;
}
.intro-fe-4 {
  position: absolute;
  left: 69%;
  bottom: 24%;
  animation-delay: 2.25s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-fe-1 {
    left: 70%;
    bottom: 35%;
  }
  .intro-fe-2 {
    left: 68%;
    bottom: 27%;
  }
  .intro-fe-3 {
    left: 66%;
    bottom: 19%;
  }
  .intro-fe-4 {
    left: 62%;
    bottom: 11%;
  }
}
@media (max-width: 767px) {
  .intro-fe-1,
  .intro-fe-2,
  .intro-fe-3,
  .intro-fe-4 {
    display: none;
  }
}
@media (max-height: 700px) {
  .intro-fe-1,
  .intro-fe-2,
  .intro-fe-3,
  .intro-fe-4 {
    display: none;
  }
}
.intro-fe-text {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.reference-logo {
  width: 5.313rem;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  margin: 1rem;
  transition: all 0.3s;
}
.reference-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
}
.reference-grid > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.reference-grid > div:nth-child(4n) {
  border-right: 0;
}
.reference-grid > div:nth-last-child(1),
.reference-grid > div:nth-last-child(2),
.reference-grid > div:nth-last-child(3),
.reference-grid > div:nth-last-child(4) {
  border-bottom: 0;
}
.reference-grid .reference-logo {
  opacity: 1;
  filter: grayscale(0);
}
/*.reference-grid .reference-logo:hover {
	opacity: 1;
}*/
.section-video {
  background: #eff3f6;
  padding-top: 17rem;
  padding-bottom: 8rem;
  overflow: hidden;
}
.section h1 {
  color: #204352;
  font-size: 2.125rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.section h2 {
  color: #204352;
  font-size: 1.75rem;
  font-weight: 400;
}
.section p,
.section ul,
.section ol,
label {
  color: rgba(32, 67, 82, 0.8);
}
label.required::after {
  content: "*";
  padding-left: 3px;
  color: #c00;
}
.image-container,
.extra-container {
  position: relative;
  width: 760px;
  height: 480px;
  display: flex;
  background: #162738;
}
.image-container img,
.extra-container {
  position: absolute;
  z-index: 10;
}
.image-container::before {
  content: "";
  position: absolute;
  display: block;
  width: 1258px;
  height: 753px;
  background: url(../img/macbook.png) no-repeat 0 0;
  background-size: 100% auto;
  left: -274px;
  top: -168px;
}
.extra-container::before {
  content: "";
  position: absolute;
  display: block;
  width: 1207px;
  height: 611px;
  background: url(../img/macbook2.png) no-repeat 0 0;
  background-size: 100% auto;
  left: -225px;
  top: -27px;
}
.section-video-content {
  z-index: 10;
}
.image-container .play,
.extra-container .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  width: 6rem;
  height: 6rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  font-size: 3rem;
  color: #ea268c;
  border-radius: 50%;
  line-height: 6rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  margin-left: -3rem;
  margin-top: -3rem;
  transition: all 0.3s;
}
.image-container .play .fa,
.extra-container .play .fa {
  margin-right: -8px;
}
.image-container .stop,
.extra-container .stop {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 2rem;
  height: 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  color: #ea268c;
  border-radius: 50%;
  line-height: 2rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  margin-left: -1rem;
  margin-top: -1rem;
  transition: all 0.3s;
}
.image-container .play:hover,
.image-container .stop:hover,
.extra-container .play:hover,
.extra-container .stop:hover {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(210, 7, 113, 0.3);
  color: #d20771;
}
.video-container {
  display: none;
}
.extra-video {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media (min-width: 1360px) and (max-width: 1640px) {
  .section-video .offset-xl-1 {
    margin-left: 0;
  }
  .section-video-content {
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .section-video .offset-xl-1 {
    margin-left: 0;
  }
  .section-video-content {
    padding-right: 5rem;
  }
  .image-container {
    width: 640px;
    height: 430px;
  }
  .extra-container {
    width: 640px;
    height: 420px;
  }
  .image-container::before {
    width: 1117px;
    height: 753px;
  }
  .extra-container::before {
    width: 1029px;
    height: 753px;
    left: -194px;
    top: -20px;
  }
  .image-container img {
    left: -30px;
    width: 675px;
    top: -15px;
  }
  .extra-container img {
    left: -30px;
    width: 675px;
    top: -15px;
  }
  .image-container .video-container {
    left: -16px;
    top: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-video {
    padding-top: 9rem;
  }
  .extra-video {
    padding-top: 6rem;
  }
  .image-container {
    padding-left: 73px;
    background: transparent;
    padding-top: 69px;
    width: 710px;
    height: 520px;
  }
  .extra-container {
    width: 630px;
  }
  .image-container::before {
    width: 1100px;
    height: 690px;
    left: -164px;
    top: -78px;
  }
  .image-container img {
    width: 665px;
    height: 420px;
  }
  .image-container .video-container {
    width: 500px;
  }
  .extra-container .video-container {
    width: 560px;
  }
  .image-container .stop {
    left: 80px;
    top: 74px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-video {
    padding-top: 3rem;
  }
  .extra-video .section-video-content {
    padding-bottom: 5rem;
  }
  .section-video-content {
    padding-bottom: 11rem;
  }
  .image-container::before {
    width: 1050px;
    height: 650px;
    left: -207px;
    top: -136px;
  }
  .image-container {
    padding-left: 16px;
    width: 660px;
    height: 408px;
  }
  .extra-container {
    width: 660px;
    height: 408px;
  }
  .image-container img {
    width: 643px;
    height: 406px;
  }
  .image-container .stop {
    top: -18px;
  }
}
.image-container-opacity::before {
  background-image: url(../img/macbook-opacity.png);
}
@media (max-width: 767px) {
  .image-container::before {
    display: none;
  }
  .section-video {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .image-container {
    width: 100%;
    height: calc(100vw * 0.56);
  }
  .image-container img {
    width: 100%;
    height: calc(100vw * 0.56);
    position: static;
  }
}
.section-previews {
  background: #fff;
  padding-top: 10rem;
  padding-bottom: 6rem;
  overflow: hidden;
}
.section-counters {
  background: #eff3f6;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.counter-number,
.counter-number-not {
  visibility: hidden;
  color: #2178d2;
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 3px;
}
.counter-number-container {
  display: block;
}
.counter-more {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125rem;
  color: #8ca4b1;
}
.section-counters img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}
.section-logos {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.counter-percent::after {
  content: "%";
  padding-left: 3px;
}
svg {
  vertical-align: middle;
}
.scroll-down {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  bottom: 60px;
  padding-left: 7px;
  cursor: pointer;
  z-index: 2;
  color: #c7c4b8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scroll-down.svg svg {
  width: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.scroll-down.svg .stroke {
  stroke: #fff;
}
.scroll-down.svg .scroller {
  fill: #fff;
  -webkit-animation: updown 1s infinite;
  -moz-animation: updown 1s infinite;
  -o-animation: updown 1s infinite;
  animation: updown 1s infinite;
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes updown {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes updown {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #152f47;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
footer h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
footer p {
  font-size: 0.875rem;
}
footer .fa {
  color: #fff;
  width: 2rem;
  margin-top: 2px;
  font-size: 1rem;
}
footer p a {
  color: rgba(255, 255, 255, 0.6);
}
footer p a:hover,
footer p a:focus {
  color: #fff;
}
footer .list-unstyled {
  margin-top: -3px;
}
footer .list-unstyled a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  text-transform: uppercase;
}
.copyright-section {
  padding-top: 2rem;
}
.menu-flag {
  width: 20px;
  float: left;
  margin-top: 2px;
  margin-right: 7px;
}
.nav-select-lang {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 1.5rem;
  margin-left: 0.5rem;
}
.nav-select-lang span:not(.region) {
  color: rgba(255, 255, 255, 0.3);
}
header.scrolled .nav-select-lang {
  border-left: 1px solid #d8dce5;
}
header.scrolled .nav-select-lang span:not(.region) {
  color: #d8dce5;
}
.section-hint-1 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background: #eff3f6;
}
.section-hint-2 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background: #fff;
}
.section-hint-1 h2,
.section-hint-2 h2 {
  font-size: 1.5rem;
  color: #204352;
}
.icon-container {
  background: #fff;
  border-radius: 50%;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  box-shadow: 3px 3px 12px rgba(21, 47, 71, 0.2);
  margin-bottom: 1rem;
}
.icon-container > img {
  width: 32px;
  height: 32px;
}
.section-hint-1 p,
.section-hint-2 p {
  margin-bottom: 3rem;
}
.section-hint-2 img {
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
}
.section-hint-2 p {
  max-width: 80%;
}
.carousel-x {
  height: 100vh;
  width: 100%;
  background-image: url(../img/xc-bg2.svg);
  background-repeat: no-repeat;
  background-size: auto 114%;
  background-position: right -320px top;
}
.carousel-x-blue {
  background-image: url(../img/xc-blue.svg);
}
.carousel-x-green {
  background-image: url(../img/xc-green.svg);
}
.carousel-x-red {
  background-image: url(../img/xc-red.svg);
}
.carousel-x-orange {
  background-image: url(../img/xc-orange.svg);
}
/*
.section-hint-2 {
	background-image: url(../img/xc-bg2.svg);
	background-repeat: no-repeat;
	background-size: auto 114%;
	background-position: -300px top;
}*/
.section-photo-bg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(to left, rgba(21, 47, 71, 0.9), rgba(21, 47, 71, 0.3)), url(../img/bg-reports4.jpg);
  background-position: 0 0, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, cover;
}
.section-photo-bg h1 {
  color: #fff;
}
.section-photo-bg p {
  color: rgba(255, 255, 255, 0.8);
}
.section-photo-bg2 {
  background-image: linear-gradient(to left, rgba(21, 47, 71, 0.9), rgba(21, 47, 71, 0.3)), url(../img/bg-mac.jpg);
  background-position: 50% 30%;
}
.step {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  font-size: 2rem;
  /*box-shadow: 3px 3px 12px rgba(21,47,71,0.2);*/
  background: #27a644;
  color: #fff;
}
.stepNext::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 100%;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  border-top: 3px dotted #c3c8d1;
}
.step-sm {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.5rem;
}
.form-control::-webkit-input-placeholder {
  color: #c1d1da;
  font-weight: 300;
}
.form-control::-moz-placeholder {
  color: #c1d1da;
  font-weight: 300;
}
.form-control:-ms-input-placeholder {
  color: #c1d1da;
  font-weight: 300;
}
.form-control::-ms-input-placeholder {
  color: #c1d1da;
  font-weight: 300;
}
.form-control::placeholder {
  color: #c1d1da;
  font-weight: 300;
}
.popup {
  padding: 1.5rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  width: 20rem;
  z-index: 100;
  border-radius: 8px;
}
.popup h1 {
  color: #204352;
  font-size: 2rem;
}
.popup p {
  color: rgba(32, 67, 82, 0.8);
}
.list-questions {
  margin-bottom: 1.5rem;
  padding-left: 0;
}
/*.list-questions li {
    list-style: none;
    color: #2178d2;
    font-weight: 500;
    background: url(../img/bullet.svg) no-repeat left 3px;
    background-size: 20px 20px;
    padding-left: 1.875rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
}*/
.list-questions li {
  padding: 0.5rem 2rem;
  background: #2178d2;
  list-style: none;
  margin-bottom: 1rem;
  color: #fff;
  position: relative;
  z-index: 10;
}
.list-questions li:first-child {
  margin-left: 1rem;
  padding-left: 1rem;
}
.list-questions li:first-child::before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 1rem;
  background: url(../img/ribbon-start.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
.list-questions li:last-child {
  margin-right: 1rem;
}
.list-questions li:last-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 1rem;
  background: url(../img/ribbon-end.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
.list-questions li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1rem;
  top: 100%;
  z-index: 1;
  background: url(../img/ribbon-between.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
.list-questions li:first-child::after {
  left: -1rem;
}
.list-questions li:last-child::after {
  display: none;
}
.modal-lg {
  max-width: 1000px;
}
.modal-lg .modal-body,
.modal-lg .modal-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.map-container {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.map-container:hover {
  border: 1px solid #cedbe4;
}
.map-container.active {
  background-color: #eff3f6;
  border: 1px solid transparent;
}
.flag-in-modal {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 0.25rem;
}
.map-container .btn {
  margin-bottom: 0.25rem;
}
.map-container .btn-outline-success {
  background-color: #fff;
}
.map-container .btn-outline-success:hover,
.map-container .btn-outline-success:focus {
  background-color: #218838;
}
/* highlights cards */
.card-img-top {
  background-color: #eff3f6;
}
.card-columns {
  column-count: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .card-columns {
    column-count: 3;
  }
}
/*@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}*/
/* responsive menu */
@media (max-width: 1199px) {
  .nav-items {
    display: none;
  }
  .main-nav .nav-items .nav-link {
    border-top: 0;
    border-bottom: 2px solid transparent;
  }
  .main-nav .nav-items .nav-link.active {
    border-top: 0;
    border-bottom: 2px solid #28a745;
  }
  header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .nav-bars {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-items .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 543px) {
  .nav-select-lang {
    margin-left: 0;
    padding-left: 1rem;
  }
  .nav-select-lang .region {
    display: none;
  }
}
@media (max-width: 435px) {
  .logo {
    font-size: 1.2rem;
    padding-left: 40px;
    background-size: auto 35px;
  }
  .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 359px) {
  .logo {
    font-size: 1.1rem;
    padding-left: 35px;
    background-size: auto 30px;
  }
  .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .menu-flag {
    margin-right: 5px;
  }
}
.main-nav {
  position: relative;
}
.nav-items.open {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
  justify-content: center;
  background-color: rgba(21, 47, 71, 0.7);
}
header.scrolled .nav-items.open {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.nav-bars {
  position: relative;
}
.nav-bars.open::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background: transparent;
  border: 12px solid transparent;
  right: 1.5rem;
  top: 100%;
  margin-top: -6px;
  margin-left: 0;
  border-bottom-color: rgba(21, 47, 71, 0.7);
  z-index: 100;
}
header.scrolled .nav-bars.open::after {
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .nav-items.open {
    background-color: rgba(21, 47, 71, 0.9);
  }
  .nav-bars.open::after {
    border-bottom-color: rgba(21, 47, 71, 0.9);
  }
  .nav-items {
    flex-direction: column;
  }
  .main-nav .nav-items .nav-link {
    border-top: 0;
    border-bottom: 0;
    border-left: 5px solid transparent;
  }
  .main-nav .nav-items .nav-link.active {
    border-top: 0;
    border-bottom: 0;
    border-left: 5px solid #28a745;
  }
}
/* block ready to get */
.ready-to-get {
  display: flex;
  justify-content: space-between;
}
.ready-to-get > div {
  width: 20%;
  position: relative;
}
.ready-to-get > div > img {
  padding: 3.5rem;
}
.section-ready-to-get {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #eff3f6;
}
.section-darker {
  background-color: #eff3f6;
}
.section-transparent {
  background: transparent;
}
@media (max-width: 767px) {
  .ready-to-get {
    flex-direction: column;
  }
  .ready-to-get > div {
    width: 100%;
    position: relative;
  }
  .ready-to-get > .stepNext {
    padding-bottom: 2rem;
  }
  .stepNext::after {
    display: none;
  }
  .ready-to-get > div > img {
    padding: 2rem 6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ready-to-get > div > img {
    padding: 3rem;
  }
  .stepNext::after {
    top: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ready-to-get > div > img {
    padding: 2rem;
  }
  .step-sm {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.25rem;
  }
  .stepNext::after {
    width: 50px;
    top: 25%;
    margin-left: -25px;
  }
}
/* carousel slider in features */
.carousel {
  height: 100vh;
}
.carousel-item {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.carousel-caption {
  bottom: 10%;
  top: auto;
  text-align: right;
  padding-left: 2rem;
  padding-right: 2rem;
  background: rgba(7, 31, 53, 0.5);
}
.carousel-caption p {
  color: #d5d5d5;
}
.carousel-caption h1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.25rem;
}
@media (max-width: 1440px) {
  .carousel-caption {
    left: 15%;
  }
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
  .carousel-caption p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1441px) {
  .carousel-caption {
    left: 30%;
  }
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
  .carousel-caption p {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption h1 {
    font-size: 2rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption h1 {
    font-size: 2rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
  .carousel-caption {
    left: 10%;
    right: 10%;
  }
  .carousel-x {
    display: none;
  }
}
@media (max-width: 767px) {
  .carousel-x {
    display: none;
  }
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
}
.carousel-control-prev .fa,
.carousel-control-next .fa {
  font-size: 4rem;
}
.carousel0 {
  background-image: linear-gradient(to bottom, rgba(21, 47, 71, 0.7), rgba(21, 47, 71, 0.3)), url(../slides/slide-support.jpg);
}
.carousel1 {
  background-image: linear-gradient(to bottom, rgba(21, 47, 71, 0.9), rgba(21, 47, 71, 0.3)), url(../slides/slide6-2.jpg);
}
.carousel2 {
  background-image: linear-gradient(to bottom, #152f47, rgba(21, 47, 71, 0.3)), url(../slides/slide1.jpg);
}
.carousel3 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../slides/slide-high-speed.jpg);
}
.carousel4 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../slides/slide-optimum.jpg);
}
.carousel5 {
  background-image: linear-gradient(to bottom, #152f47, rgba(21, 47, 71, 0.3)), url(../slides/slide3.jpg);
}
.carousel6 {
  background-image: linear-gradient(to bottom, #152f47, rgba(21, 47, 71, 0.3)), url(../slides/slide-security.jpg);
}
.carousel7 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../slides/slide-profile.jpg);
}
.carousel8 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../slides/slide-iphonex.jpg);
}
.carousel9 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../slides/slide-click2.jpg);
}
.carousel10 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../slides/slide-shop2.jpg);
}
.carousel11 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../slides/slide-bounce.jpg);
}
.section-responsive {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section-overflow-hidden {
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-responsive {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .first-col {
    padding-bottom: 2rem;
    -ms-flex-order: 1;
    order: 1;
  }
  .second-col {
    -ms-flex-order: 2;
    order: 2;
  }
}
p.use-strong {
  font-weight: 400;
  color: #204352;
  font-size: 1.125rem;
}
.has-error label {
  color: #c00;
}
.has-error .form-control {
  border-color: #c00;
}
.page-intro p {
  font-size: 1.25rem;
}
.section-blog-news + .section-previews {
  background-color: #eff3f6;
}
@media (prefers-color-scheme: dark) {
  .section,
  .section-video,
  .section-hint-2 {
    background-color: #132a3f;
  }
  .section-blog-news + .section-previews {
    background-color: #132a3f;
  }
  .section h1,
  .popup h1,
  .section h2 {
    color: #fff;
  }
  .section p,
  .section ul,
  .section ol,
  label,
  .popup p,
  .media-body {
    color: rgba(255, 255, 255, 0.8);
  }
  .section-previews,
  .section-counters,
  .section-ready-to-get,
  .section-blog-news {
    background: #0f2233;
  }
  .popup {
    background: #132a3f;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  }
  header.scrolled {
    background-color: #152f47;
  }
  header.scrolled .main-nav .nav-link:not(.btn) {
    color: #fff;
  }
  header.scrolled .main-nav .nav-link:not(.btn):hover {
    color: #ea268c;
  }
  header.scrolled .logo {
    color: #fff;
  }
  .nav-items.open,
  header.scrolled .nav-items.open {
    background-color: rgba(21, 47, 71, 0.9);
  }
  header.scrolled .nav-bars.open::after {
    border-bottom-color: rgba(21, 47, 71, 0.9);
  }
  header.scrolled .nav-select-lang {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  header.scrolled .nav-select-lang span:not(.region) {
    color: rgba(255, 255, 255, 0.3);
  }
  .section-hint-1 h2,
  .section-hint-2 h2 {
    color: #fff;
  }
  .section-counters {
    color: rgba(255, 255, 255, 0.8);
  }
  .counter-more {
    color: #aabcc6;
  }
  .section-logos {
    background: #132a3f;
  }
  .modal-content {
    background: #152f47;
  }
  .modal-title {
    color: #fff;
  }
  .modal-header,
  .modal-footer,
  .map-container:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .map-container {
    color: #fff;
  }
  .map-container.active {
    background: #0f2233;
  }
  .map-container .btn-outline-success {
    background: transparent;
  }
  .reference-logo {
    filter: grayscale(0);
    opacity: 0.8;
  }
  .carousel-caption {
    background: rgba(7, 31, 53, 0.7);
  }
  .card {
    background: #12273b;
    border-color: rgba(255, 255, 255, 0.125);
  }
  .card-title {
    color: #fff;
  }
  .section-overflow-hidden {
    background: #0f2233;
  }
  .section-darker {
    background: #0f2233;
  }
  .section h3,
  .section h4,
  .section h5 {
    color: #fff;
  }
  .form-control {
    background: #1b3c5b;
    color: #fff;
  }
  .full-intro {
    background-color: #152f47;
    background-image: linear-gradient(to bottom, rgba(21, 47, 71, 0.8) 5%, rgba(21, 47, 71, 0.6) 50%, rgba(21, 47, 71, 0.3) 100%), url(../img/home1.jpg);
  }
  .card-header {
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.125);
  }
  .section-counters img,
  .ready-to-get > div > img {
    opacity: 0.8;
  }
  .answer {
    color: rgba(255, 255, 255, 0.7);
  }
  .preferred div,
  .dark-white {
    color: #fff;
  }
  .btn-outline-secondary {
    border-color: #fff;
    color: #fff;
  }
  .close {
    color: #fff;
  }
}
.cc_container {
  font-size: 14px !important;
  padding: 12px 30px 12px !important;
  background: rgba(0, 0, 0, 0.7) !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.soc-link svg {
  width: 2rem;
  height: 2rem;
}
.soc-link svg path {
  fill: #fff;
}
.soc-link:hover svg path {
  fill: rgba(255, 255, 255, 0.6);
}
.technical-comparison {
  margin-top: 4rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  color: #204352;
}
p strong {
  color: #204352;
}
@media (prefers-color-scheme: dark) {
  .technical-comparison {
    color: #fff;
  }
  p strong {
    color: #fff;
  }
}
.dropdown-menu {
  background: rgba(4, 29, 40, 0.9);
  border: 0;
}
.dropdown-item {
  color: #fff;
}
.scrolled .dropdown-menu {
  background: rgba(182, 199, 212, 0.9);
}
.scrolled .dropdown-item {
  color: #152f47;
}
.dropdown-item img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  margin-top: -3px;
}
.dropdown-menu-langs img {
  margin-right: 8px;
}
.section-bee {
  background-image: url(/assets/img/bee7.svg);
  background-position: calc(50% - 660px) top;
  background-size: 160px auto;
  background-repeat: no-repeat;
  animation-name: bee;
  animation-duration: 2s;
}
@keyframes bee {
  from {
    background-position: left -200px top 20px;
  }
  to {
    background-position: calc(50% - 300px) top 20px;
  }
}
.link {
  color: #27a644;
}
.link:hover,
.link:focus {
  color: #218838;
}
header:not(.scrolled) .btn-group-sp .btn-outline-success {
  color: #fff;
}
.btn-group-sp {
  margin-left: 1rem;
}
@media (min-width: 1400px) {
  header .container {
    max-width: 1320px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .btn-group-sp,
  .login-dropdown {
    display: none;
  }
}
.btn-config {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #218838;
  color: #218838;
  border-radius: 0.25rem;
}
.btn-config:hover {
  text-decoration: none;
  background: #218838;
  color: #fff;
}
.btn-config.active {
  background: #124a1f;
  color: #fff;
}
.btn-config svg {
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.5rem;
  display: block;
}
.btn-config svg path {
  fill: #218838;
}
.btn-config:hover svg path,
.btn-config.active svg path {
  fill: #fff;
}
.modal-body-config {
  background: #eff3f6;
}
@media (prefers-color-scheme: dark) {
  .modal-body-config {
    background: #0f2233;
    color: #fff;
  }
}
.intro-block-buttons {
  display: flex;
  align-items: flex-end;
}
.intro-block-buttons-first {
  width: 240px;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.intro-block-buttons-second {
  width: 240px;
}
@media (max-width: 767px) {
  .intro-block-buttons {
    align-items: flex-start;
    flex-direction: column;
  }
  .intro-block-buttons-first {
    width: auto;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .intro-block-buttons-second {
    width: auto;
  }
  .full-intro-container p {
    font-size: 1rem;
  }
  .intro-block-buttons .btn-block {
    display: inline;
  }
}
.card-columns-blog {
  column-count: 3;
}
@media (max-width: 767px) {
  .card-columns-blog {
    column-count: 1;
  }
}
.cookie-consent {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  padding: 1.5rem;
  background: #fff;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-width: 440px;
  font-size: 0.875rem;
}
.cookie-consent p {
  color: rgba(32, 67, 82, 0.8);
}
.cookie-consent svg {
  width: 4rem;
  height: 4rem;
  display: block;
  margin-bottom: 4px;
}
.cookie-consent svg path {
  fill: #204352;
}
.customize-cookie p {
  font-size: 0.875rem;
}
@media (max-width: 500px) {
  .cookie-consent {
    margin-right: 1rem;
  }
  .cookie-consent .btn {
    margin-bottom: 0.5rem;
  }
}
.modal-dialog-scrollable .modal-body {
  max-height: calc(100vh - 12rem);
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: rgba(39, 166, 68, 0.5);
  background-color: rgba(39, 166, 68, 0.5);
}
.modal .custom-control-label {
  font-weight: 400;
  color: #000;
}
@media (prefers-color-scheme: dark) {
  .cookie-consent {
    background: #132a3f;
  }
  .cookie-consent p,
  .customize-cookie p {
    color: rgba(255, 255, 255, 0.8);
  }
  .cookie-consent svg path {
    fill: #fff;
  }
  .modal .custom-control-label {
    color: #fff;
  }
  .customize-cookie svg path {
    fill: #fff;
  }
}
@media (max-width: 809px) {
  .popup {
    display: none !important;
  }
}
.video-denied {
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 4rem;
  background: #204352;
}
.video-denied p {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .video-denied {
    padding: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
  }
  .video-denied .btn:last-child {
    margin-top: 4px;
  }
}
@media (max-width: 460px) {
  header .main-nav > .nav {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .nav-select-lang {
    border: 0 !important;
  }
}
.cross {
  display: inline-block;
  position: relative;
}
.cross::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background: url(/assets/img/cross.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1.25rem;
  transform: rotate(-5deg);
}
.heading-cross {
  line-height: 1.5;
}
.logo-container {
  position: relative;
  height: 52px;
  width: 220px;
}
.logo1 {
  height: 52px;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.logo2 {
  width: auto;
  position: absolute;
  z-index: 5;
  animation: logo 0.8s linear;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  height: 10px;
  left: 16px;
  top: 14px;
  clip-path: circle(5% at 10% 50%);
}
.years {
  opacity: 0;
  display: block;
  text-transform: uppercase;
  transform: rotate(-90deg);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  position: absolute;
  left: 112px;
  top: -70px;
  animation: years 0.8s ease-out;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}
.line {
  width: 243px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  top: 58px;
  animation: line 0.8s ease-out;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}
.anni {
  opacity: 0;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  position: absolute;
  left: -220px;
  top: 58px;
  letter-spacing: -0.3px;
  animation: anni 0.5s ease-out;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
}
.camp {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #fff;
  position: absolute;
  left: 60px;
  top: 9px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s;
}
.camp_in {
  animation: camp 0.7s ease-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.scrolled .years,
.scrolled .anni,
.scrolled .camp {
  color: #152f47;
}
@media (prefers-color-scheme: dark) {
  .scrolled .years,
  .scrolled .anni,
  .scrolled .camp {
    color: #fff;
  }
}
@keyframes camp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo {
  0% {
    height: 10px;
    left: 37px;
    top: 21px;
    clip-path: circle(40% at 10% 50%);
  }
  100% {
    height: 52px;
    left: 64px;
    top: 0;
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes logo_out {
  0% {
    height: 52px;
    left: 64px;
    top: 0;
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    height: 10px;
    left: 37px;
    top: 21px;
    clip-path: circle(40% at 10% 50%);
  }
}
@keyframes years {
  0% {
    top: -70px;
    opacity: 0;
  }
  100% {
    top: 14px;
    opacity: 1;
  }
}
@keyframes years_out {
  0% {
    top: 14px;
    opacity: 1;
  }
  100% {
    top: -70px;
    opacity: 0;
  }
}
@keyframes line {
  0% {
    background: rgba(255, 255, 255, 0);
    left: -150px;
    width: 243px;
  }
  100% {
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    width: 143px;
  }
}
@keyframes line_out {
  0% {
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    width: 143px;
  }
  100% {
    background: rgba(255, 255, 255, 0);
    left: -150px;
    width: 243px;
  }
}
@keyframes anni {
  0% {
    left: -220px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes anni_out {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -220px;
    opacity: 0;
  }
}
/*# sourceMappingURL=styles.css.map */