body{
    font-family: "Exo", sans-serif;
}
ul {
    margin: 0;  
    padding: 0;
}
h1,h2,h3,p {margin:0;font-weight: normal;}
input, textarea, button {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button, button:focus {
   outline: none;
   border: 0;
   background: none;
}
*,
*:before,
*:after {
    box-sizing: border-box;   
}
a {
    text-decoration: none;
    color: #333333;
    transition: .2s linear all;
}
/*a:active, a:focus, a:hover {
 outline: none;
 color: #E94612;
 text-decoration: underline;
}   */
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
.container {
    width: 1360px;
    margin: 0 auto;
}

/* #Helper classes
================================================== */
.left {
    float: left;
}
.right {
    float: right;
}
.d-flex {
  display: flex;
}
.flex-row {
  flex-direction: row ;
}

.flex-column {
  flex-direction: column ;
}

.flex-row-reverse {
  flex-direction: row-reverse ;
}

.flex-column-reverse {
  flex-direction: column-reverse ;
}

.flex-grow-0 {
  flex-grow: 0 ;
}

.flex-grow-1 {
  flex-grow: 1 ;
}

.flex-shrink-0 {
  flex-shrink: 0 ;
}

.flex-shrink-1 {
  flex-shrink: 1 ;
}

.flex-wrap {
  flex-wrap: wrap ;
}

.flex-nowrap {
  flex-wrap: nowrap ;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse ;
}

.justify-content-start {
  justify-content: flex-start ;
}

.justify-content-end {
  justify-content: flex-end ;
}

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

.justify-content-between {
  justify-content: space-between ;
}

.justify-content-around {
  justify-content: space-around ;
}

.justify-content-evenly {
  justify-content: space-evenly ;
}

.align-items-start {
  align-items: flex-start ;
}

.align-items-end {
  align-items: flex-end ;
}

.align-items-center {
  align-items: center ;
}

.align-items-baseline {
  align-items: baseline ;
}

.align-items-stretch {
  align-items: stretch ;
}

.align-content-start {
  align-content: flex-start ;
}

.align-content-end {
  align-content: flex-end ;
}

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

.align-content-between {
  align-content: space-between ;
}

.align-content-around {
  align-content: space-around ;
}

.align-content-stretch {
  align-content: stretch ;
}

.align-self-auto {
  align-self: auto ;
}

.align-self-start {
  align-self: flex-start ;
}

.align-self-end {
  align-self: flex-end ;
}

.align-self-center {
  align-self: center ;
}

.align-self-baseline {
  align-self: baseline ;
}

.align-self-stretch {
  align-self: stretch ;
}
.bold {
    font-weight: bold;
}
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.invisible {
    display: none;
}
.center {
    text-align: center;
}
.pointer {
    cursor: pointer;
}
.w100 {
    width: 100%;
}

/* #Site styles
================================================== */
body {
    font-family: 'Exo 2', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    background: #E9EEF2;
}
header {
    
    width:100%;
    float:left;
}
.header-info {
    float:left;
    width:100%;
    display:flex;
    align-items: center;
    gap:100px;
    padding:30px 0px;
    box-sizing:border-box;
     position: relative;
}
.header-logo{
    float:left;
    width:225px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header-logo img {
    float:left;
    width:100%;
}
header .like-btn {
    margin-left: auto;
}
.site-wrap {
    width:1280px;
    margin:0 auto;
}
.top-part-info {
    float:left;
    width:100%;
    position:relative;
}
.big-img {
    float:left;
    width:100%;
    position:relative;
}
.big-img:before {
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height: 700px;
    background: #0F2A44;
    opacity:0.7;
}
.big-img img {
    float:left;
    width:100%;
    max-height: 700px;
    
}
.is-absolute {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.big-logo-wrap img {
    width:100%;
}
.big-title-wrap {
    float:left;  
    width:100%;
    font-size:62px;
    line-height: 70px;
    color:#fff;
    text-align:center;
    margin:40px 0px;
}
.big-menu-wrap {
    gap: 30px;
    float: left;
    display: flex;
    padding: 8px;
    align-items:center;
    background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
}



.big-menu-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.big-menu-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}
.like-btn {
    padding:10px 25px;
    box-sizing:border-box;
    background: #fff;
    color:#0F2A44;
    font-size:16px;
    border-radius:50px;
}
.like-btn.is-dark {
    background: #0F2A44;
    color: #fff;
}
.top-info {
    float: left;
    width: 100%;
}
.menu-wrap {
    display: flex;
    align-items: center;
}
.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
}
.menu-btn img {
    width: 26px;
}
.menu-btn:hover {
    opacity: 0.7;
}
.products-wrap {
    float:left;
    width:100%;
}
.products-wrap .top-title {
    float:left;
    width:100%;
    margin-bottom:30px;
    text-align: center;
}
.products-wrap .top-title .small-title{
    float:left;
    width:100%;
}
.listing-title {
    float:left;
    width:100%;
    margin:20px 0px;
    font-size:40px;
    line-height: 42px;
    color:#0F2A44;
    text-align: center;
    padding:0 80px;
    box-sizing:border-box;
}
.all-products-wrap {
    float:left;
    width:100%;
    margin-top:30px;
}
.all-products.is-smaller-boxes .project-box {
    width: calc(25% - 13px);
    flex: 0 0 calc(25% - 15px);
}
 .top-title.is-center-title {
    justify-content:center;
    gap:20px;
}
 .top-title.is-center-title .small-title {
    width:auto;
}
 .top-title.is-center-title .small-title:first-child span:after{
    content:none;
}
.top-title {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top:40px;
    box-sizing:border-box;
    border-top:2px solid #D3D9DC;
}
.small-title {
    font-size:16px;
    color:#0F2A44;
    position:relative;
    width:50%;
}
.small-title span {
   position:relative;
   display: inline-block; 
}
.small-title span:after {
   position:absolute; 
   content:"";
   left:50%;
   bottom:-10px;
   width:30px;
   height: 2px;
   background: #00B5E2;
   transform: translateX(-50%);
}
.big-title {
    font-size: 62px;
    line-height: 70px;
    color:#0F2A44;
    width:50%;
    
}
.all-products-rows {
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-top:40px;
}
.products-row {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    padding:30px 0px;
    box-sizing:border-box;
    border-top:2px solid #D3D9DC;
}
.left-products-title {
    width:30%;
    color:#9F9E9D;
    font-size:40px;
}
.right-products-btns {
    width:70%;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.product-btn {
    padding:5px 10px;
    box-sizing:border-box;
    border:1px solid #9F9E9D;
    border-radius:50px;
    font-size:16px;
    color:#9F9E9D;
    display:flex;
    align-items:center;
}
.blue-section {
    float:left;
    width:100%;
    background: #0F2A44;
    padding:40px 0px;
    box-sizing:border-box;
    min-height: 530px;
}
.blue-section-info {
    float:left;
    width:100%;
    
}
.left-part {
    width:80%;
    position: relative;
}
.right-part {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
.right-part span {
    color:#fff;
    float:left;
    width:100%;
    margin:5px 0px;
    font-size:16px;
    text-align: right;
}
.left-part .img {
    position: absolute;
    top:-55px;
    right:0px;
}
.left-part img {
    width: 655px;
    max-width: 100%;
    height: 368px;
    object-fit: cover;
    position:relative;
}
.left-part .img:before {
    position:absolute;
    content:"";
    width:655px;
    max-width: 100%;
    height: 368px;
    background: #0F2A44;
    opacity:0.3;
    z-index:1;
}
.left-part .title {
    font-size:62px;
    line-height: 70px;
    color:#fff;
    position: relative;
    z-index:9;
}
.blue-section-info .small-title {
    color:#fff;
}
.parts {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    margin-top:90px;
}
.all-projects {
    float:left;
    width:100%;
    margin-top:40px;
}
.all-services {
    float:left;
    width: 100%;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    margin-top:30px;
    padding:0 100px;
    box-sizing:border-box;
}
.services-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width:80px;
}
.services-box img {
    width:38px;
}
.small-s-title {
    float:left;
    width:100%;
    text-align: center;
    color:#0F2A44;
    font-size:12px;
    line-height: 18px;
}
.all-projects-wrap {
    display: flex;
    gap: 20px;
    margin-top:30px;
    overflow-x: auto;
    overflow-y: hidden;

    padding-bottom: 15px;

    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #00B5E2 #D3D9DC;
    float:left;
    width:100%;
}

.project-box {
    flex: 0 0 calc((100% - 60px) / 2.5);
    width:33%;
    background:#fff;
    padding:20px;
    box-sizing:border-box;
}
.project-box {
    position: relative;
    overflow: hidden;
}

/*.hover-btn {
    position: absolute;
    left: 100px;
    top: 50px;

    padding: 10px 20px;
    background: #00B5E2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;

    pointer-events: none;

    opacity: 0;
    visibility: hidden;

    transform: translate(-50%, -50%);
    transition: opacity .2s ease;
    z-index: 10;
}

.project-box:hover .hover-btn {
    opacity: 1;
    visibility: visible;
}
                 */
                 
.follow-btn {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(0, 0);
  background: rgba(255, 255, 255, 0.59);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.1px);
    -webkit-backdrop-filter: blur(5.1px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  padding:10px 12px;
  box-sizing:border-box;
  border-radius:50px;
}
.project-title {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
    font-size:40px;
    color:#0F2A44;
}
.project-title .see-more {
    width:45px;
    height: 45px;
    flex-shrink:0;
}
.project-title .see-more img {
    width:100%;
}
.project-box .project-image {
    float:left;
    width:100%;
}
.project-box .project-image img{
    float:left;
    width:100%;
    height: 400px;
    object-fit:cover;
}

.all-projects-wrap::-webkit-scrollbar {
    height: 6px;
}

.all-projects-wrap::-webkit-scrollbar-track {
    background: #D3D9DC;
}

.all-projects-wrap::-webkit-scrollbar-thumb {
    background: #00B5E2;
    border-radius: 20px;
}

.all-projects-wrap::-webkit-scrollbar-thumb:hover {
    background: #0F2A44;
}
.all-projects-wrap {
    scroll-snap-type: x mandatory;
}

.project-box {
    scroll-snap-align: start;
}
.all-partners-wrap {
    float:left;
    width:100%;
    margin-top:40px;
}
.all-partners {
    float:left;
    width:100%;
    margin-top:30px;
    display:flex;
    flex-wrap:wrap;
    gap:40px;
}
.partners-box {
    width:140px;
    float:left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-box img {
    float:left;
    width:100%;
}
.search-wrap {
    float:left;
    width:100%;
    margin-top:40px;
    position:relative;
    
}
.search-wrap img.big-image {
    float:left;
    width:100%;
}
.is-absolute-box {
    position:absolute;
    top:0;
    bottom:0;
    right:10%;
    width:40%;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.1px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);    
    display:flex;
    flex-direction:column;
    padding:40px;
    box-sizing:border-box;
}
.big-tile {
    float:left;
    width:100%;
    margin-top:100px;
    font-size:62px;
    line-height: 70px;
    color:#0F2A44;
}
.small-text {
    float:left;
    width:100%;
    margin-top:30px;
    font-size:18px;
    color:#0F2A44;
    margin-bottom:40px;
}
.is-absolute-box .like-btn {
    width:290px;
    color:#fff;
    text-align: center;
    background: #0F2A44;
}
.two-column-section {
    float:left;
    width:100%;
    margin-top:40px;
    display:flex;
}
.left-column-section {
    width:50%;
    float:left;
    
}
.left-column-section .bottom-part {
    margin-top:50px;
    
}
.left-column-section .bottom-part .blur-part {
    bottom:-270px;
}
.bottom-part {
   position:relative;
   width:100%;
   float:left; 
}
.img-video {
    width:100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-video img {
    width:85%;
}
.blur-part {
    position:absolute;
    bottom:0;
    left:0;
    width:635px;
    max-width: 100%;
    height: 400px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding:20px;
    box-sizing:border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blur-part .big {
    font-size:90px;
    font-weight: bold;
    float:left;
    width:100%;
} 
.blur-part p {
    float:left;
    width:100%;
    font-size:18px;
    line-height: 22px;
}
.right-column-section {
    width:50%;
}
.right-column-section .img-video {
        align-items: center;
    justify-content: center;
    display: flex;
}
.right-column-section .img-video img {
    width:350px;
    height: 800px;
    object-fit:cover;
}
.right-column-section .blur-part {
    bottom:300px;
}
.all-products {
    float:left;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:40px;
}
.all-products .project-box {
   width:calc(33% - 20px);
   flex: 0 0 32%; 
}
.all-products .project-box .project-image img {
    height: auto;
}
.all-products .project-title {
    font-size:26px;
}
.products-view {
    float:left;
    width:100%;
}
.top-part {
    float:left;
    width:100%;
    display:flex;
    position:relative;
}
.left-top-part {
    width:850px;
    max-width: 100%;
    float:left;
    padding:50px;
    box-sizing:border-box;
}
.left-top-part img {
    width:100%;
    height: 530px;
    object-fit:cover;
}
.right-top-part {
    width:50%;
    position:absolute;
    right:0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    min-height: 650px;
    align-content:center;
}
.right-top-part .cat {
    float:left;
    width:100%;
    font-size:24px;
    color:#0F2A44;
    margin-bottom:20px;
    
}
.right-top-part .title {
    float:left;
    width:100%;
    font-size:40px;
    line-height: 48px;
}
.info-part {
    float:left;
    width:100%;
    margin-top:50px;
    display:flex;
    flex-direction:column;
}
.info-part.is-rows {
    flex-direction:row;
}
.left-info-part {
    width:40%;
    float:left;
}
.right-info-part {
    width:60%;
    float:left;
}
.blue-title {
    float:left;
    width:100%;
    font-size:24px;
    color:#00B5E2;
    margin-bottom:20px;
}
.row-products {
    float:left;
    color:#0F2A44;
    font-size:18px;
    margin:5px 0px;
    width:100%;
}
.info {
    float:left;
    width:100%;
}
.info p {
    float:left;
    width:100%;
    color: #0F2A44;
    font-size:18px;
    margin:3px 0px;
    line-height: 22px;
}
.blue-section.is-view {
    margin-top:30px;
}
.gallery-grid {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.left-gall-part {
    width:50%;
    float:left;
}
.left-gall-part img {
    width:100%;
    float:left;
    max-height: 600px;
    object-fit:cover;
}
.right-gall-part {
    width:50%;
    float:left;
    display:flex;
    gap:20px;
    flex-direction:column;
}
.right-gall-part img {
    float:left;
    width:100%;
    max-height: 290px;
    object-fit:cover;
}
.products-wrap .left-part .img{
    top:-105px;
}
.is-view {
    margin-bottom:30px;
}
.is-view .products-row{
    border-bottom:2px solid #D3D9DC
}
.gallery-grid.is-services {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.gallery-grid.is-services span img {
    float:left;
    width:100%;
}
.gallery {
    float:left;
    width:100%;
    margin-bottom:40px;
}
.gallery-grid.is-services .glx-item {
    flex: 0 0 calc(33.333% - 14px);
}
.glx-link {
    display:block;
}
.glx-link img {
    height: 280px;
    object-fit: cover;
}
.glx-link:hover img {
    opacity: 0.85;
}
.glx-empty {
    float:left;
    width:100%;
    text-align:center;
    padding:60px 0;
    font-size:18px;
    color:#0F2A44;
}
.glx-back {
    float:left;
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:40px;
}
.is-news p {
    float:left;
    width:100%;
    font-size:18px;
    line-height: 22px;
    color:#0F2A44;
    margin:10px 0px;
}
.is-news span.bold {
    font-size:18px;
    float:left;
    width:100%;
    margin-top:30px;
    margin-bottom:10px;
}
.image-part {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin:30px 0px;
    
}
.top-about-image {
    float:left;
    width:100%;
    margin-top:50px;
}
.top-about-image img {
    float:left;
    width:100%;
    
}
.txt-wrap {
    float:left;
    width:100%;
    margin:30px 0px;
}
.txt-wrap p {
    float:left;
    width:100%;
    font-size:18px;
    line-height: 18px;
    margin:10px 0px;
    line-height: 22px;
}
.is-other-position {
    float:left;
    width:100%;
    display:flex;
    justify-content:flex-end;
    margin-top:40px;
}
.is-other-position .right-top-part {
    left:0;
}
.addr {
    float:left;
    width:100%;
    margin:15px 0px;
    font-size:18px;
}
.phone, .email {
    float:left;
    width: 100%;
    font-size:18px;
    margin-bottom:10px;
}
.quest-wrap {
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:15px;
    
}
.inp-wrap {
    float:left;
    width:100%;
}
.inp-wrap input, .inp-wrap select, .inp-wrap textarea {
    border:none;
    background: none;
    border-bottom:2px solid #0F2A44;
    color:#0F2A44;
    min-height: 50px;
    float:left;
    width:100%;
}
.inp-wrap textarea {
    min-height: 200px;
}
::placeholder {
    color: #0F2A44;
    opacity: 1;
}
.is-contact {
    width:auto;
    padding:10px 20px;
    float:right;
    margin-top:30px;
}
.products-wrap .is-contact-search .top-title{
    text-align:left;
    border-top:none;
    padding-top:0px;
}
.is-contact-search .big-tile {
    margin-top:0px;
}
.is-careers-page .big-title {
    float:left;
    width:100%;
    text-align: center;
    font-size:40px;
    line-height: 45px;
    color:#0F2A44;
}
.careers-rows {
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    margin-top:30px;
}
.careers-row {
    float:left;
    width:100%;
    display:flex;
    padding:30px 0px;
    box-sizing:border-box;
    border-top:2px solid #0F2A44;
}
.left-careers-part {
    width:30%;
    color:#0F2A44;
    font-size:40px;
    line-height: 45px;
}
.right-careers-part {
    width:70%;
    display:flex;
    flex-direction:column;
}
.right-careers-part p {
    float:left;
    width:100%;
    color:#0F2A44;
    font-size:18px;
}
.right-careers-part span {
    float:left;
    width:100%;
    color:#0F2A44;
    font-size:18px;
    margin-top:20px;
    margin-bottom:20px;
}
.right-careers-part .btns{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    
}
.right-careers-part .btns a {
    width:200px;
    border-radius:50px;
    height: 40px;
    line-height: 40px;
    color:#0F2A44;
    font-size:16px;
    border:1px solid  #0F2A44;
    text-align: center;
}
.is-careers-viewpage {
    display:flex;
    gap:30px;
}
.left-careers-page {
    width:50%;
}
.right-careers-page {
    width:50%;
}
 .title {
    float:left;
    width:100%;
    font-size:40px;
    color:#0F2A44;
}
.left-careers-page .box {
    float:left;
    width:100%;
    margin:15px 0px;
}
.left-careers-page .box span {
    float:left;
    width:100%;
    font-size:18px;
    color: #0F2A44;
    font-weight: bold;
    margin-bottom:10px;
}
.white-question-box {
    float:left;
    width:100%;
    background: #fff;
    border-radius:10px;
    padding:20px;
    box-sizing:border-box;
}
.left-careers-page .box p {
    float:left;
    width:100%;
    font-size:18px;
    color: #0F2A44;
}
.right-careers-page .careers-row {
    flex-direction:column;
    border-top:none;
    margin-top:30px;
}
.right-careers-page .careers-row .left-careers-part {
    width:100%;
}
.right-careers-page .careers-row .right-careers-part {
    width:100%;
}
.is-inquiry .careers-row .left-careers-part{
    width:50%;
    float:left;
}
.is-inquiry .careers-row .right-careers-part{
    width:50%;
    float:left;
}
.is-inquiry .is-contact {
    color:#9F9E9D;
    border:1px solid #9F9E9D;
    border-radius:50px;
}

.footer {
    float:left;
    width:100%;
    background: #0F2A44;
    padding:40px 0px;
    box-sizing:border-box;
}
.footer-colums {
    float:left;
    width:100%;
    display:flex;
    gap:80px;
    color:#fff;
}
.footer-colum {
    width:25%;
    float:left;
    display:flex;
    flex-direction:column;
    gap:15px;
}
.footer-logo {
    float:left;
    width:100%;
}
.footer-logo img {
    float:left;
    width:100%;
}
.footer-link {
    color:#fff;
    font-size:16px;
}
.footer-title {
    font-size:14px;
    color:#fff;
    text-transform: uppercase;
}
.footer-colum p {
    float:left;
    width:100%;
    font-size:18px;
    line-height: 22px;
    color:#fff;
}

.like-btn:hover {
    background: #00B5E2;
    color: #fff;
}
.is-absolute-box .like-btn:hover {
    background: #00B5E2;
}
.footer-link:hover {
    color: #00B5E2;
}
.product-btn:hover {
    border-color: #0F2A44;
    color: #0F2A44;
}
.project-title .see-more:hover {
    opacity: 0.7;
}
.right-careers-part .btns a:hover {
    background: #0F2A44;
    color: #fff;
}
.like-btn:focus-visible,
.footer-link:focus-visible,
.product-btn:focus-visible,
.project-title .see-more:focus-visible,
.right-careers-part .btns a:focus-visible {
    outline: 2px solid #00B5E2;
    outline-offset: 2px;
}

.contenten {
    float: left;
    width: 100%;
    box-sizing: border-box;
    color: #0F2A44;
}
.contenten .clear {
    clear: both;
}
.contenten .content-left,
.contenten .content-right,
.contenten .content-w {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.contenten h2 {
    font-size: 26px;
    line-height: 32px;
    color: #0F2A44;
}
.contenten p,
.contenten li {
    font-size: 16px;
    line-height: 24px;
}
.contenten a {
    color: #00B5E2;
}

/* DKC editor content typography
================================================== */
.dkc-content {
    color: #0F2A44;
    overflow-wrap: anywhere;
}
.dkc-content p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 26px;
}
.dkc-content h2,
.dkc-content h3,
.dkc-content h4 {
    font-family: 'Exo 2', sans-serif;
    color: #0F2A44;
    font-weight: 600;
    float: none;
}
.dkc-content h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 28px 0 14px;
}
.dkc-content h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 24px 0 12px;
}
.dkc-content h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 10px;
}
.dkc-content ul,
.dkc-content ol {
    margin: 0 0 14px;
    padding-left: 24px;
}
.dkc-content li {
    font-size: 17px;
    line-height: 26px;
    margin: 6px 0;
}
.dkc-content li::marker {
    color: #00B5E2;
}
.dkc-content a {
    color: #00B5E2;
    text-decoration: underline;
}
.dkc-content a:hover {
    color: #0F2A44;
}
.dkc-content strong,
.dkc-content b {
    font-weight: 700;
}
.dkc-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
}
.dkc-content iframe {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    margin: 10px 0;
}
.dkc-content table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    margin: 0 0 14px;
}
.dkc-content th,
.dkc-content td {
    border: 1px solid #D3D9DC;
    padding: 8px 12px;
    font-size: 16px;
    text-align: left;
}
.dkc-content blockquote {
    margin: 20px 0;
    padding: 12px 20px;
    border-left: 3px solid #0F2A44;
    background: rgba(15, 42, 68, 0.05);
    font-size: 17px;
    line-height: 26px;
}

/* DKG overflow guards
================================================== */
.txt-wrap img,
.info-part img,
.info img,
.contenten img,
.project-box img,
.white-question-box img,
.blur-part img,
.right-careers-part img {
    max-width: 100%;
}
.project-title,
.left-careers-part,
.right-careers-part,
.big-title,
.listing-title,
.right-top-part .title,
.right-top-part .cat,
.left-products-title {
    overflow-wrap: anywhere;
}
.products-row > *,
.careers-row > *,
.is-careers-viewpage > *,
.footer-colums > *,
.parts > *,
.info-part.is-rows > *,
.top-part > *,
.gallery-grid > * {
    min-width: 0;
}
.all-products > .project-box,
.all-projects-wrap > .project-box {
    min-width: 0;
}
html,
body {
    overflow-x: hidden;
}

/* DKR one-line listing rows
================================================== */
.all-products {
    align-items: stretch;
}
.all-products .project-box {
    display: flex;
    flex-direction: column;
    width: auto;
    flex: 0 0 calc(33.333% - 14px);
}
.all-products.is-smaller-boxes .project-box {
    flex: 0 0 calc(25% - 15px);
}
.all-products .project-box .project-image {
    float: none;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    flex-shrink: 0;
}
.all-products .project-box .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-products .project-title {
    margin-top: auto;
    padding-top: 20px;
    align-items: flex-end;
}
.all-products .project-title > span:first-child,
.all-projects-wrap .project-title > span:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.25;
    max-height: 2.5em;
}
.all-projects-wrap {
    align-items: stretch;
}
.all-projects-wrap .project-box {
    display: flex;
    flex-direction: column;
}
.all-projects-wrap .project-box .project-image {
    float: none;
    display: block;
    width: 100%;
    flex-shrink: 0;
}
.all-projects-wrap .project-title {
    margin-top: auto;
    padding-top: 20px;
    align-items: flex-end;
}
.pcat-children {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.pcat-child {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid rgba(15, 42, 68, 0.18);
    border-radius: 50px;
    font-size: 14px;
    color: #0F2A44;
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease;
}
.pcat-child:hover {
    border-color: #00B5E2;
    color: #00B5E2;
}
.row-products.pcat-sub {
    padding-left: 18px;
    font-size: 0.9em;
}
