


@media screen and (max-width: 1280px){
    .site-wrap {
        width:100%;
        padding:0 10px;
        box-sizing:border-box;
    }

}
@media screen and (max-width: 1280px) and (min-width: 651px){
    .header-logo {
        width: min(225px, calc(100vw - 480px));
        min-width: 110px;
    }
}
@media screen and (max-width: 1130px){
    .blur-part {
        width:100%;
    }
    .blur-part .big {
        font-size:60px;
    }
}
@media screen and (max-width: 1090px){
    .products-wrap .is-absolute-box {
        width:70%;
    }
    .inp-wrap input, .inp-wrap select, .inp-wrap textarea {
        min-height: 35px;
    }
    .inp-wrap textarea {
        min-height: 46px;
    }
    .is-careers-page .big-title {
        font-size:28px;
        line-height: 38px;
    }
    .left-careers-part {
        font-size:26px;
        line-height: 30px;
    }
    .right-top-part .title {
        float: left;
        width: 100%;
        font-size: 25px;
        line-height: 29px;
    }
    .left-top-part {
        width:550px;
    }
    .right-top-part {
        width:75%;
    }  
    .big-tile {
        float: left;
        width: 100%;
        margin-top: 60px;
        font-size: 35px;
        line-height: 49px;
        color: #0F2A44;
    }
    .big-img:before {
        height: 100%;
    }
    .big-logo-wrap {
        width:300px;
    }
    .big-title-wrap {
        float: left;
        width: 100%;
        font-size: 50px;
        line-height: 55px;
        color: #fff;
        text-align: center;
        margin: 35px 0px;
    }
    .big-title {
        font-size: 45px;
        line-height: 45px;
        color: #0F2A44;
        width: 50%;
    }
    .left-products-title {
        width: 30%;
        color: #9F9E9D;
        font-size: 25px;
    }
    .left-part .title {
        font-size: 36px;
        line-height: 38px;
        color: #fff;
        position: relative;
        z-index: 9;
    }
    .all-services {
        padding:0px;
    }
}
@media screen and (max-width: 1020px){
    .all-products .project-box {
        width: calc(33% - 20px);
        flex: 0 0 calc(50% - 10px);
    }
    .all-products.is-smaller-boxes .project-box {
        width: calc(25% - 13px);
        flex: 0 0 calc(50% - 15px);
    }
}
@media screen and (max-width: 950px){
    .two-column-section {
        flex-wrap:wrap;
    }
    .left-column-section {
        width:100%;
    }
    .right-column-section {
        width:100%;
    }
    .blur-part {
        position: static;
    }
    .bottom-part {
        position: static;
    }
    .right-column-section .img-video img {
        height: auto;
    }
    .left-part .img {
        position: static;
    }
    .search-wrap {
        margin-top:0px;
    }
}
@media screen and (max-width: 900px){
    .products-wrap .is-absolute-box {
        width: 100%;
        left: 0;
        right: 0;
        padding: 20px;
        box-sizing: border-box;
        position: static;
    }
    .search-wrap {
        position: static;
    }
    .left-top-part {
        padding:0px;
    }
    .big-tile {
        font-size:24px;
    }
}
@media screen and (max-width: 850px){
    .partners-box {
        width: calc(30% - 0px);
    }
    .big-tile {
        float: left;
        width: 100%;
        margin-top: 22px;
        font-size: 25px;
        line-height: 30px;
        color: #0F2A44;
    }
    .is-absolute-box .like-btn {
        width:100%;
    }
    .is-absolute {
        width:90%;
    }
    .big-title-wrap {
        font-size:40px;
        line-height: 45px;
    }
    .big-title, .left-part .title {
        font-size:35px;
        line-height: 35px;
    }
    .project-box {
        flex: 0 0 calc((100% - 60px) / 1.5);
    }
    .footer-colums {
        flex-wrap:wrap;
        gap:40px;
    }
    .footer-colum {
        width:45%;
    }
}
@media screen and (max-width: 830px){
    .left-top-part {
        width: 100%;
    }
    .right-top-part {
        width:80%;
    }
}

@media screen and (max-width: 800px){
    .big-tile {
        font-size:20px;
        line-height: 25px;
    }
    .top-title {
        padding:15px;
        box-sizing:border-box;
    }
    .is-absolute-box {
        width:65%;
    }
    .parts {
        flex-wrap:wrap;
    }
    .right-part {
        width:100%;
    }
    .left-part img {
        width:100%;
        height: auto;
        
    }
    .left-part .img:before {
        width:100%;
        height: 100%;
    }
    .parts {
        margin-top:40px;
    }
    .blur-part {
        height: auto;
    }
}
@media screen and (max-width: 680px){
    .txt-wrap {
        margin-top:15px;
    }
    .txt-wrap p {
        font-size:16px;
    }
    .right-top-part {
        min-height: 400px;
        top:120px;
    }
    .info-part.is-rows {
        flex-direction:column;
        margin-top:20px;
    }
    .left-info-part {
        width:100%;
    }
    .right-info-part {
        width:100%;
        margin-top:20px;
    }
    .blue-title {
        font-size:22px;
        margin-bottom:7px;
    }
    .info p {
        font-size:16px;
    }
    .gallery-grid {
        flex-wrap:wrap;
    }
    .left-gall-part {
        width:100%;
    }
    .right-gall-part {
        width:100%;
    }
    .is-inquiry .careers-row .left-careers-part {
        width:100%;
    }
    .is-inquiry .careers-row .right-careers-part {
        width:100%;
    }
}
@media screen and (max-width: 650px){
    .is-careers-page .big-title {
        font-size: 21px;
        line-height: 26px;
    }
    .careers-row {
        flex-direction:column;
        gap:10px;
    }
    .left-careers-part {
       width:100%; 
    }
    .right-careers-part {
       width:100%; 
    }
    .all-products .project-title {
        font-size: 22px;
    }
    .big-title-wrap {
        font-size: 32px;
        line-height: 35px;
    }
    .big-title, .left-part .title {
        font-size: 30px;
        line-height: 32px;
    }
    .products-row {
        flex-wrap:wrap;
    } 
    .left-products-title {
        width:100%;
    }
    .right-products-btns {
        width:100%;
    }
    .parts {
        flex-wrap:wrap;
    }
    .left-part {
        width:100%;
    }
    .right-part {
        width:100%;
        z-index:9;
    }
    .header-info {
        position: static;
    }
    .header-logo {
        position: static;
        transform:none;
    }
}
@media screen and (max-width: 550px){
    .products-wrap .left-part .img {
        top: 15px;
    }
    .footer {
        padding:15px;
    }
    .footer-colum p {
        font-size:15px;
    }
    .footer-link {
        color: #fff;
        font-size: 14px;
    }
    .products-wrap .top-title {
        margin-bottom:12px;
    }
    .left-top-part {
        padding:0px;
    }
    .header-info {
        gap:10px;
    }
    .header-logo {
        width:140px;
    }
    .all-products.is-smaller-boxes .project-box {
        width: 100%;
        flex: 0 0 100%;
    }
    .all-products .project-box {
        width: 100%;
        flex: 0 0 100%;
    }
    .big-logo-wrap {
        width: 220px;
    }
    .big-title-wrap {
        font-size: 23px;
        line-height: 29px;
    }
    .left-column-section .bottom-part {
        margin-top: 15px;
    }
    .blur-part .big {
        font-size: 40px;
    }
    .blur-part p {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }
    .right-products-btns {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }
    .right-products-btns .product-btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .is-absolute-box {
        width:90%;
    }
    .small-text {
        display:none;
    }
    .is-absolute-box .like-btn {
        width: 100%;
        margin-top:30px;
    }
    .project-title {
        font-size:22px;
    }
    .big-title, .left-part .title {
        font-size: 22px;
        line-height: 32px;
    }
}
@media screen and (max-width: 500px){
    .right-top-part .title {
        float: left;
        width: 100%;
        font-size: 18px;
        line-height: 22px;
    }
    .addr , .phone, .email{
        font-size:15px;
    }
    .right-top-part {
        width: 90%;
    }
    .right-top-part {
        min-height: 400px;
        top: 60px;
    }
    .left-careers-part {
        font-size: 22px;
        line-height: 28px;
    }
    .right-careers-part p, .right-careers-part span {
        font-size:16px;
    }
    .footer-colum {
        width: 100%;
    }
    .small-title span:after {
        bottom:-4px;
    }
}
@media screen and (max-width: 470px){
    .is-news p {
        font-size:16px;
    }
    .project-title .see-more {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }
    .blur-part .big {
        font-size: 33px;
    }
    .right-column-section .img-video img {
        height: 200px;
    }
    .products-row {
        padding:15px 0px;
        box-sizing:border-box;
    }
    .left-products-title {
        font-size:20px;
    }
    .footer-colum p {
        font-size:13px;
    }
    .footer-link {
        font-size:14px;
    }
    .big-tile {
        font-size:18px;
        margin-top:10px;
    }
    .all-partners {
        gap:20px;
    }
    .header-info {
        padding:10px 0px;
    }
    .like-btn {
        padding:10px;
    }
    .header-logo {
        width: 100px;
    }
    .like-btn {
        font-size:14px;
    }
    .left-top-part img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .right-top-part {
        min-height: 200px;
        top: 60px;
    }
}
@media screen and (max-width: 430px){
    .big-title, .left-part .title {
        font-size: 19px;
        line-height: 25px;
    }
    .top-title {
        padding: 8px;
        box-sizing: border-box;
    }
    .all-products-rows {
        margin-top:8px;
        gap:0px;
    }
    .left-products-title {
        font-size: 17px;
    }
    .project-title {
        font-size: 18px;
    }
    .all-products .project-title {
        font-size: 18px;
    }
    .left-careers-part {
        font-size: 20px;
        line-height: 25px;
    }
    .right-top-part .title {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 680px){
    .gallery-grid.is-services .glx-item {
        flex: 0 0 calc(50% - 10px);
    }
    .glx-link img {
        height: 220px;
    }
}
@media screen and (max-width: 550px){
    .gallery-grid.is-services .glx-item {
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 350px){
    .big-logo-wrap {
        width: 150px;
    }
    .big-title-wrap {
        font-size: 18px;
        line-height: 17px;
        margin:20px 0px;
    }
    .blur-part .big {
        font-size: 25px;
    }
    .big-title, .left-part .title {
        font-size: 17px;
        line-height: 19px;
    }
    .small-title {
        width:100%;
    }
    .partners-box {
        width: calc(50% - 10px);
    }
    .is-absolute-box {
        padding:5px;
        box-sizing:border-box;
    }
    .small-title {
        font-size:14px;
    }
    .row-products {
        font-size:16px;
    }
}


/* DAKS mobile menu (dkm-) */
.dkm-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 18px;
    max-width: calc(50% - 135px);
}
.dkm-nav a {
    color: #0F2A44;
    font-size: 15px;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
}
.dkm-nav a:hover {
    color: #00B5E2;
    border-bottom-color: #00B5E2;
}
.dkm-burger {
    flex-direction: column;
    gap: 5px;
    background: #0F2A44;
    border-radius: 50px;
    flex-shrink: 0;
}
.dkm-burger span {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}
.dkm-burger:hover {
    background: #00B5E2;
    opacity: 1;
}
@media screen and (min-width: 1024px){
    .dkm-burger {
        display: none;
    }
}
@media screen and (max-width: 1023px){
    .dkm-nav {
        display: none;
    }
}
@media screen and (max-width: 1023px) and (min-width: 551px){
    .header-info {
        gap: 20px;
    }
}
.dkm-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #0F2A44;
    display: flex;
    flex-direction: column;
    padding: 30px 24px;
    box-sizing: border-box;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .3s ease, visibility .3s ease;
}
body.dkm-active {
    overflow: hidden;
}
body.dkm-active .dkm-overlay {
    transform: translateX(0);
    visibility: visible;
}
.dkm-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.dkm-logo {
    width: 170px;
}
.dkm-logo img {
    width: 100%;
    display: block;
}
.dkm-close {
    color: #fff;
    font-size: 44px;
    line-height: 1;
    padding: 0 8px;
}
.dkm-close:hover {
    color: #00B5E2;
}
.dkm-links {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.dkm-link {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.dkm-link:hover {
    color: #00B5E2;
}
.dkm-link:focus-visible,
.dkm-close:focus-visible,
.dkm-open:focus-visible {
    outline: 2px solid #00B5E2;
    outline-offset: 2px;
}

/* DKC content typography + DKR listing rows — responsive
================================================== */
@media screen and (max-width: 1280px){
    .all-products.is-smaller-boxes .project-box {
        width: auto;
        flex: 0 0 calc(33.333% - 14px);
    }
}
@media screen and (max-width: 1020px){
    .all-products .project-box,
    .all-products.is-smaller-boxes .project-box {
        width: auto;
        flex: 0 0 calc(50% - 10px);
    }
}
@media screen and (max-width: 768px){
    .dkc-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 22px 0 12px;
    }
    .dkc-content h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 18px 0 10px;
    }
    .dkc-content p,
    .dkc-content li {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 550px){
    .all-products .project-box,
    .all-products.is-smaller-boxes .project-box {
        width: auto;
        flex: 0 0 100%;
    }
    .dkc-content h2 {
        font-size: 21px;
        line-height: 27px;
    }
    .dkc-content h3 {
        font-size: 18px;
        line-height: 24px;
    }
}
