.offer .service-item {
    overflow: hidden;
}

.offer .service-item .img-block {
    height: 35rem;
    transition: all 0.3s ease-out;
}

.offer .service-item .img-block:hover {
    filter: brightness(70%);
    transform: scale(1.05);
}

.brown-block {
    z-index: 2;
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate-custom 1s linear infinite !important;
    animation: fancybox-rotate-custom 1s linear infinite !important;
}

@-webkit-keyframes fancybox-rotate-custom {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate-custom {
    to {
        transform: rotate(360deg);
    }
}


/******************************************************************************/


header,
header.sticky {
    height: auto;
    padding: 15px 0;
    border-bottom: 0;
}








.containerNorm {
    width: 1715px;
    margin: 0 auto;
    padding: 0 15px;
}

/* <=1746px */
@media (max-width: 1746px) {
    .containerNorm {
        width: 1339px;
    }
}

/* <=1340px */
@media (max-width: 1340px) {
    .containerNorm {
        width: 1140px;
    }
}

/* <=1199px */
@media (max-width: 1199px) {
    .containerNorm {
        width: 960px;
    }
}

/* <=991px */
@media (max-width: 991px) {
    .containerNorm {
        width: 720px;
    }
}

/* <=767px */
@media (max-width: 767px) {
    .containerNorm {
        width: 540px;
    }
}

/* <=575px */
@media (max-width: 575px) {
    .containerNorm {
        width: 100%;
    }
}

.rowNorm {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.block-title a {
    color: #000;
    text-decoration: none;
}

.block-title a:hover {
    text-decoration: none;
}





/*
.lzk-headerBottom{
    padding: 24px 0;
    border-bottom: 1px solid #333;
}
*/



.lzk-headerBottom {
    padding: 0;
}

.lzk-headerBottom,
.intro,
.about__inner {
    border-bottom: none;
}




.lzk-headerBottomC1 {
    padding-top: 2px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .lzk-headerBottomC1 {
        font-size: 11px;
        display: flex;
        align-items: center;
        height: 100%;
    }
}

.lzk-headerBottomC2 {
    text-align: right;
}

.lzk-headerBottomC2 .btn {
    padding: 0 30px 0 0;
    position: relative;
    font-size: 16px;
}

@media (max-width: 991px) {
    .lzk-headerBottomC2 .btn {
        font-size: 11px;
    }
}

.lzk-headerBottomC2 .btn:focus,
.lzk-headerBottomC2 .btn:active {
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .lzk-headerBottomC2 .btn {
        background: transparent url('./images/exitBtnMobile.svg') 50% 50% no-repeat;
        background-size: contain;
        height: 37px;
    }
}

.lzk-headerBottomC2 .btn i {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0 0 0 !important;
    height: 19px;
    width: 21px;
}

@media (max-width: 991px) {
    .lzk-headerBottomC2 .btn i {
        display: none;
    }
}

.lzk-headerBottomC2 .btn span {}

@media (max-width: 991px) {
    .lzk-headerBottomC2 .btn span {
        display: none;
    }
}

.navbar-dark .offcanvas-bar .navbar-nav .nav-link {
    display: block;
}

.form-group.col-8.position-relative {
    height: fit-content;
}



@media (max-width: 1299px) {

    .file-load-block button.btn.btn-outline-dark.w-100 {
        white-space: nowrap;
    }
}

@media (max-width: 1199px) {
    .brown-block-font {
        font-size: 20px;
    }

    .brown-block-font2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .fileLoad.form-row {
        flex-direction: column;
    }

    .file-load-block button.btn.btn-outline-dark.w-100 {
        max-width: 100%;
        width: 100%;
    }

    .fileLoad .form-group.col-4 {
        max-width: 100%;
    }

    .form-group.col-8.position-relative {
        max-width: 100%;
    }

}