.overlay {
    display: none;
}

.breadcrumbs {
    background: #efefef;
    margin-top: -30px;
    margin-bottom: 0;
    @media (width <= 768px) {
        background: none;
    }
}

.main-block .row {
    align-items: end;
    padding-bottom: 40px;
}

.main-block h1 {
    font-size: 24px;
    text-transform: none;
    line-height: 1;
}

.main-block .sub-title {
    display: none;
}

.navesy-nav__holder {
    background: #efefef;
    padding-bottom: 60px;
    @media (width <= 768px) {
        background: none;
    }
}

.navesy-nav {
    background: #fff;
    position: relative;
    padding: 30px 80px;
    text-align: center;
    margin-top: -64px;
    border-radius: 10px;
    @media (width <= 768px) {
        padding: 20px;
    }
}

.navesy-nav__row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: space-between;
}

.navesy-nav__item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    text-decoration: none;
    transition: all .25s;
    font: 500 18px / 18px var(--primary-font);
    @media (width <= 768px) {
        flex-direction: column;
        font: 600 11px / 11px var(--primary-font);
        & svg {
            width: 22px;
        }
    }
}

.image-text {
    background: #efefef;
    padding: 30px 0 60px;
    @media (width <= 768px) {
        background: none;
    }
}

.image-text .container {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    @media (width <= 768px) {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.image-text__holder {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    @media (width <= 768px) {
        flex-direction: column;
    }
}

.image-text__text {
    padding: 36px 86px 36px 46px;
    font-size: 14px;
    line-height: 1.5;
    @media (width <= 768px) {
        padding: 0;
        line-height: 1.3;
    }
}

.image-text__title {
    font-size: 24px;
    margin-bottom: 16px;
    width: 75%;
    @media (width <= 768px) {
        width: 100%;
        font-size: 14px;
        line-height: 1.3;
    }
}

.image-text__text-1 {
    margin-bottom: 16px;
}

.image-text__image {
    flex-shrink: 0;
}

.image-text__image img {
    display: block;
}

.image-text__image-mobile {
    display: block;
    margin: 20px 0;
    border-radius: 10px;
}

.fense-order__btn {
    max-width: 260px;
    margin-top: 30px;
    @media (width <= 768px) {
        max-width: 100%;
        width: 100%;
        line-height: 55px;
        font-size: 16px;
    }
}

.calculator-btn {display: none !important;}