.overlay {
    display: none;
}

.breadcrumbs {
    background: #efefef;
    margin-top: -30px;
    margin-bottom: 0;
    @media (width <= 768px) {
        background: none;
    }
}

.full-card .breadcrumbs {
    background: none;
    margin-top: 0;
    margin-bottom: 30px;
}

.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);
    &:first-child svg path {
        stroke: var(--primary-color);
    }
    &.current {
        pointer-events: none;
        cursor: default;
        color: var(--primary-text-color);
        &:first-child svg path {
            stroke: var(--primary-text-color);
        }
    }
    @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;
    }
}

.get-naves {
    padding-bottom: 40px;
    padding-top: 30px;
    background: #efefef;
    @media (width <= 768px) {
        background: none;;
    }
}

.get-naves__item {
    display: flex;
    gap: 0;
    align-items: center;
    height: 274px;
    max-height: 274px;
    padding: 0 40px;
    background: var(--secondary-color);
    border-radius: 10px;
    @media (width <= 768px) {
        display: flex;
        flex-direction: column;
        gap: 15px;
        height: auto;
        max-height: unset;
        padding: 35px 10px 0 10px;
    }
}

.get-naves__text {
    @media (width <= 768px) {
        padding: 0 10px;
    }
}

.get-naves__title {
    font: 700 40px/49px var(--primary-font);
    margin-bottom: 10px;
    @media (width <= 768px) {
        font-size: 18px;
        line-height: 21px;
    }
}

.get-naves__text p {
    @media (width <= 768px) {
        margin: 10px 0 20px 0;
    }
}

.get-naves__image {
    width: 500px;
    flex-shrink: 0;
    @media (width <= 768px) {
        width: 100%;
    }
}

.get-naves__image img {
    max-width: 100%;
    display: block;
}

.get-naves__btn {
    width: fit-content;
    border: 1px solid var(--primary-color);
    box-sizing: border-box;
    &:hover {
        background: #fff;
    }
    @media (width <= 768px) {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
}

.proekt-table__holder {
    padding: 20px 0;
    & h2 {
        font: 700 40px/49px var(--primary-font);
    }
    & .proekt-table__wrap {
        background: var(--bg-block);
        border-radius: 10px;
        padding: 40px 50px;
        margin-top: 40px;
    }
    @media (width <= 768px) {
        background: var(--bg-block);
        padding: 20px 10px;
        & .proekt-table__wrap {
            padding: 0;
        }
    }
}

.proekt-table {
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 10px;
    padding: 40px 50px;
    width: 100%;
    & tr:nth-child(odd) {
        background: var(--bg-block);
    }
    & td {
        padding: 0 5px;
        text-align: center;
        height: 58px;
    }
    & tr td:first-child {
        width: 30%;
    }
    & tr td:nth-child(2),
    & tr td:last-child {
        width: 40%;
    }
    & .blue {
        background: var(--primary-color);
        border-left: 1px solid var(--primary-color);
        border-right: 1px solid var(--primary-color);
        color: #fff;
    }
    & .light-blue {
        background: #dceff6;
        border-left: 1px solid #dceff6;
        border-right: 1px solid #dceff6;
    }
    & .light-light-blue {
        background: #f2fafd;
        border-left: 1px solid #f2fafd;
        border-right: 1px solid #f2fafd;
    }
    @media (width <= 768px) {
        padding: 20px;
        font-size: 11px;
        line-height: 1;
        & tr td:first-child {
            width: 24%;
        }
        & tr td:nth-child(2),
        & tr td:last-child {
            width: 43%;
        }
        & td br {
            display: none;
        }
    }
}

.calculator-btn {display: none !important;}