.no_underline {
  text-decoration: none;
}
.no_underline:hover {
  text-decoration: underline;
}

.fit_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.new__image {
  height: 225px;
  margin-bottom: 15px;
}

.initiolize {
  display: none;
}
.initiolize.slick-initialized {
  display: block;
}

.slider__offset .slick-slide {
  margin: 0 10px;
}

.breadcrumbs ol {
  display: inline-block;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs a {
  color: #6B7A8D;
  text-decoration: none;
}
.breadcrumbs a:after {
  content: "|";
  margin-right: 7px;
  padding-left: 6px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 14px;
}

@media only screen and (max-width: 900px) {
  .nav-inner,
.container {
    padding: 0 18px;
  }
}
@-webkit-keyframes dotAnimate {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(3);
    opacity: 0;
  }
}
@keyframes dotAnimate {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(3);
    opacity: 0;
  }
}
::-webkit-scrollbar-track {
  background-color: #f4f7fa;
}

::-webkit-scrollbar-thumb {
  background-color: #00AEEF;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

.content_seo h1, .content_seo h2 {
  padding-top: 100px;
  margin-top: -100px;
}
.content_seo h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  color: var(--navy);
  margin-bottom: 20px;
}
.content_seo h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  color: var(--navy);
  margin-bottom: 20px;
}
.content_seo p {
  margin: 15px 0;
  color: #222;
  line-height: 150%;
}
.content_seo .row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 15px 0;
}
.content_seo .row .col-md-3 {
  width: 24%;
}
.content_seo .row .col-md-4 {
  width: 32%;
}
.content_seo .row .col-md-6 {
  width: 50%;
}

@media only screen and (max-width: 900px) {
  .content_seo img {
    width: 100% !important;
    height: auto !important;
  }
  .content_seo .row {
    flex-flow: wrap;
    gap: 0;
  }
  .content_seo .row .col-md-3 {
    width: 100%;
  }
  .content_seo .row .col-md-4 {
    width: 100%;
  }
  .content_seo .row .col-md-6 {
    width: 100%;
  }
}
.burger-mobile {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background: #00AEEF;
  overflow: hidden;
}
.burger-mobile span {
  position: absolute;
  left: 8px;
  width: 20px;
  height: 3px;
  display: inline-block;
  background-color: #fff;
  transition: 0.3s all ease;
}
.burger-mobile span:first-child {
  top: 8px;
}
.burger-mobile span:nth-child(2) {
  transform: translateY(-50%);
  top: 50%;
}
.burger-mobile span:last-child {
  bottom: 8px;
}
.burger-mobile.active span:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.burger-mobile.active span:nth-child(2) {
  left: 50%;
  opacity: 0;
  visibility: hidden;
}
.burger-mobile.active span:last-child {
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
}

@media only screen and (max-width: 900px) {
  .nav-links {
    position: fixed;
    background: rgba(4, 8, 15, 0.96);
    z-index: 999;
    width: 100%;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px;
    top: 68px;
    flex-direction: column;
  }

  nav.open .nav-links {
    display: flex;
  }

  .burger-mobile {
    display: block;
  }
}
.app-card .content_seo p {
  font-size: 14px;
  color: #6B7A8D;
  font-weight: 300;
  line-height: 1.7;
}
.app-card .content_seo a {
  margin-top: 16px;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #0075B0;
  text-transform: uppercase;
}

.page__sm_slider .slick-current .sm_slider_image {
  border-color: #00AEEF;
}

.big_slider_image {
  height: 600px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.sm_slider_image {
  height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.slider-arr {
  background: #00AEEF;
  position: absolute;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.slider-arr.prev {
  left: -50px;
}
.slider-arr.next {
  right: -50px;
}

ul.slick-dots li {
  background: rgba(0, 0, 0, 0.2);
}
ul.slick-dots li.slick-active {
  background: #00AEEF;
}

@media only screen and (max-width: 1400px) {
  .big_slider_image {
    height: 42.86vw;
  }

  .sm_slider_image {
    height: 10.71vw;
  }

  .slider-arr {
    width: 30px;
    height: 30px;
  }
  .slider-arr.prev {
    left: 40px;
  }
  .slider-arr.next {
    right: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-metric {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-metric-val {
    font-size: 20px;
  }
  .hero-metric-val span {
    font-size: 20px !important;
  }

  .tech-target {
    flex-flow: wrap;
    padding: 18px;
  }

  .app-card {
    padding: 15px 0;
  }

  .post-card {
    padding: 24px 0;
    border-right: none !important;
  }

  .news-card {
    padding: 24px 18px;
    border-right: none !important;
  }

  .team-card {
    padding: 24px 0;
  }

  .form-row .form-field:nth-child(2) {
    margin-top: 16px;
  }

  .form-row,
.contact-inner {
    display: block;
  }
}
