@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.table {
    --bs-table-bg: none !important;
}

:root {
    --color-bigstone-800: #1D324E;
    --color-bigstone-700: #294265;
    --color-bigstone-650: #2C486D;
    --color-bigstone-600: #405B7C;
    --color-bigstone-550: #41648E;
    --color-bigstone-500: #577493;
    --color-bigstone-300: #9FAFC1;
    --color-bigstone-400: #7B91AA;
    --color-bigstone-200: #C3CDD8;
    --color-bigstone-100: #E7EBEF;
    --color-bigstone-10: #F6F8FA;
    --color-ocean-10: #F5F9FF;
    --color-ocean-50: #EFF6FF;
    --color-ocean-100: #DBEAFE;
    --color-ocean-400: #60A5FA;
    --color-ocean-500: #3B82F6;
    --color-ellipse-homepage: rgba(86, 124, 174, 0.54);
    --bs-body-color: var(--color-bigstone-800);
    --bs-primary-text-emphasis: var(--color-bigstone-800);
    --font-main: 'Montserrat', Arial, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* border: 1px red solid */
}

body {
    background-color: var(--color-bigstone-10);
    font-family: var(--font-main);
    overflow-x: hidden;
}

h1 {
    color: var(--color-bigstone-650);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
li,
td,
th,
input,
button,
label,
textarea {
    font-family: var(--font-main);
}

.np-hero-section {
    background: var(--color-bigstone-650);
    padding: 70px 0;
    position: relative;
}

.np-built-block-section-top {
    background: white;
    padding: 0 0 40px 0;
}

.np-built-block-section-bottom {
    background: white;
    padding: 0 0 100px 0;
}

.np-block-section {
    /* background: var(--color-bigstone-650); */
    padding: 100px 0;
    position: relative;
}

body:has(.np-hero-section + .np-hero-dashboard-bg + .np-hero-section.bg-colored) .np-hero-section:first-of-type {
    padding-bottom: 30px !important;
}

.np-hero-section.bg-white {
    padding: 100px 0 !important;
}

.np-legas-section.bg-white {
    padding: 40px 0 100px 0 !important;
    min-height: 80vh;
}

.np-build-section {
    background: transparent;
    padding: 100px 0 !important;
}

.np-hero-section+.np-hero-dashboard-bg+.np-hero-section.bg-colored {
    padding: 50px 0 !important;
    background: linear-gradient(to bottom,
            var(--color-bigstone-650) 0%,
            var(--color-bigstone-650) 50%,
            transparent 50%,
            transparent 100%);
    border-bottom: none;
}

.np-hero-section.bg-stone {
    background: var(--color-bigstone-650) !important;
    padding: 100px 0 !important;
}

.np-hero-section.bg-transparent {
    background: transparent !important;
    padding: 100px 0 !important;
    border-top: var(--color-bigstone-200) 1px solid;
    border-bottom: var(--color-bigstone-200) 1px solid;
}

.np-section.bg-transparent {
    background: transparent !important;
    padding: 40px 0 !important;
    border-top: var(--color-bigstone-200) 1px solid;
    border-bottom: var(--color-bigstone-200) 1px solid;
}

.np-section.bg-white:has(.block-how) {
    background: white !important;
    padding: 40px 0 !important;
}

.np-features-matrix-section {
    background: transparent !important;
    padding: 80px 0 !important;
    border-top: var(--color-bigstone-200) 1px solid;
    border-bottom: var(--color-bigstone-200) 1px solid;
}

section:has(.impact) {
    border-bottom: var(--color-bigstone-200) 1px solid;
}

section.business-types {
    padding: 100px 0 !important;
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, #20B88B 0%, #009CFE 63%) 1;
    min-height: 533px;
    overflow: hidden;
}

section.np-section:has(+ section.business-types) {
    border-bottom: var(--color-bigstone-200) 1px solid;
}

.np-hero-section article .border {
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    gap: 30px;
}

.np-hero-section article .border .h2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: var(--color-bigstone-800);
    font-weight: 500;
    margin: 0;
}

.np-hero-section .zero-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.np-hero-section .zero-content h2 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 500;
    margin: 0;
}

.np-hero-section .zero-content .bg-white p {
    color: var(--color-bigstone-800);
}

.np-hero-section .zero-content p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 400;
    margin: 0;
}

.np-hero-section .zero-content p:first-child {
    font-size: 16px;
    font-weight: 500;
}

.np-hero-dashboard-bg::after {
    content: url(../img/eclipse.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-25%) translateY(-7%) scale(0.8);
    z-index: 0;
    pointer-events: none;
}

.np-built-block-bg::after {
    content: url(../img/eclipse2.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(35%) scale(1);
    z-index: 0;
    pointer-events: none;
}

.np-startup-dashboard-bg::after {
    content: url(../img/startupEclipse.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(75%) scale(0.9);
    z-index: 0;
    pointer-events: none;
}

.np-startup2-dashboard-bg::after {
    content: url(../img/startupEclipse2.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-94%) translateY(122%) scale(0.9);
    z-index: 0;
    pointer-events: none;
}

.np-startup3-dashboard-bg::after {
    content: url(../img/startupEclipse2.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-230%) translateY(28%) scale(1.3);
    z-index: 0;
    pointer-events: none;
}

.np-startup4-dashboard-bg::after {
    content: url(../img/startupEclipse2.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-20%) translateY(75%) scale(1.3);
    z-index: 0;
    pointer-events: none;
}

.bg-circle1::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(20%) translateY(-46%) scale(1.25);
    z-index: 0;
    pointer-events: none;
}

.bg-circle-comp::before {
    content: url(../img/bgcirclecomp.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(87%) translateY(34%) scale(1.25);
    z-index: 0;
    pointer-events: none;
}

.bg-circle4::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(45%) translateY(-35%) scale(1.9);
    z-index: 0;
    pointer-events: none;
}

.bg-circle5::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(61%) translateY(4%) scale(1.9);
    z-index: 0;
    pointer-events: none;
}

.bg-iconcalendar::after {
    content: url(../img/ru/search_calendar.png);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-59%) translateY(-24.33%) scale(0.56);
    z-index: 0;
    pointer-events: none;
}

.bg-iconcalendaruser::after {
    content: url(../img/ru/users_calendar.png);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-13%) translateY(-24.33%) scale(0.56);
    z-index: 0;
    pointer-events: none;
}

.bg-circle1dashboard::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(90%) translateY(-18%) scale(1.7);
    z-index: 0;
    pointer-events: none;
}

.bg-circle1dashboard-mob::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-40%) translateY(-88%) scale(1.7);
    z-index: 0;
    pointer-events: none;
}

.bg-circle1calendar::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(65%) translateY(48%) scale(1.7);
    z-index: 0;
    pointer-events: none;
}

.bg-circle1calendar::before {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-150%) translateY(-108%) scale(1.7);
    z-index: 0;
    pointer-events: none;
}

.bg-circle2calendar::after {
    content: url(../img/semicircle.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-68%);
    z-index: 0;
    pointer-events: none;
}

.bg-circle2calendar::before {
    content: url(../img/semicircle.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(4%) translateY(55%) rotate(180deg);
    z-index: 0;
    pointer-events: none;
}

.bg-circle1list::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(105%) translateY(-18%) scale(1.3);
    z-index: 0;
    pointer-events: none;
}

.bg-circle2list::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(40%) translateY(0%) scale(1.3);
    z-index: 0;
    pointer-events: none;
}

.bg-circle3list::before {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-170%) translateY(80%) scale(1.3);
    z-index: 0;
    pointer-events: none;
}

.bg-doglist::after {
    content: url(../img/dog_list.png);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-103%) translateY(-28%) scale(0.55);
    z-index: 0;
    pointer-events: none;
}

.bg-dogcalendar::after {
    content: url(../img/ru/dog_calendar.png);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(53%) translateY(-31%) scale(0.57);
    z-index: 1;
    pointer-events: none;
}

.bg-circle1home::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(60%) translateY(54%) scale(2.25);
    z-index: 0;
    pointer-events: none;
}

.bg-timediagram::after {
    content: url(../img/timediagram.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(60%) translateY(-24%) scale(1.25);
    z-index: 0;
    pointer-events: none;
}

.bg-timediagram::before {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-131%) translateY(59%) scale(1);
    z-index: 0;
    pointer-events: none;
}

.bg-circle2::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(30%) translateY(-76%) scale(2);
    z-index: 0;
    pointer-events: none;
}

.bg-circle2::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(30%) translateY(-76%) scale(2);
    z-index: 0;
    pointer-events: none;
}

.bg-circle6::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(60%) translateY(24%) scale(2);
    z-index: 0;
    pointer-events: none;
}

.bg-accent-lines::before {
    content: url(../img/bgaccentlines.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(186%) translateY(34%) scale(1);
    z-index: 1;
    pointer-events: none;
}

.bg-comp-lines::before {
    content: url(../img/bgcomplines.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-154%) translateY(14%) scale(1);
    z-index: 1;
    pointer-events: none;
}

.bg-eclipsewhy::before {
    content: url(../img/eclipsewhy.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-11%) translateY(-32%);
    z-index: 1;
    pointer-events: none;
}

.bg-review::after {
    content: url(../img/review.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-189%) translateY(16%);
    z-index: -1;
    pointer-events: none;
}

.np-hero-dashboard-img {
    display: block;
    margin: 0;
    border-radius: 15px;
    transform: translateX(13%);
    position: relative;
    z-index: 1;
    border: 1px solid #B5B5B5;
}

.np-built-block-img {
    display: block;
    margin: 0;
    position: relative;
    z-index: 1;
}

.np-built-block-img[width="430"] {
    width: 430px;
    margin-right: 110px;
}

.np-startup-dashboard-img {
    display: block;
    margin: 0;
    width: 856px;
    height: 509px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: left;
    border: 1px solid #B5B5B5;
}

#nprogress .bar {
    background: #0d6efd !important;
    height: 3px !important;
}

.np-header {
    position: relative;
    background: var(--color-bigstone-650);
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-bigstone-600);
    z-index: 200;
}

.np-header-link {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.np-header-link:hover {
    color: var(--color-bigstone-200);
}

.np-logo {
    letter-spacing: 1px;
    text-decoration: none;
}

.np-logo-img {
    margin-right: 8px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3e%3cpath d='M4 7H24' stroke='white' stroke-linecap='round'/%3e%3cpath d='M4 14H24' stroke='white' stroke-linecap='round'/%3e%3cpath d='M4 21H24' stroke='white' stroke-linecap='round'/%3e%3c/svg%3e");

}

.no-outline:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler {
    border-color: var(--color-bigstone-650);
    border: 1px solid var(--color-bigstone-400);
    height: 48px;
    /* width: 48px; */

}

.np-dropdown-arrow {
    margin-left: 4px;
}

.np-solutions-dropdown {
    position: relative;
}



#solutionsToggle {
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}

.np-lang-img {
    margin-right: 4px;
}

.np-lang-option-img {
    width: 20px;
    margin-right: 8px;
}

.np-hero-row {
    min-height: 440px;
}

.np-startup-row {
    min-height: 390px;
}

.np-hero-title {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1;
    width: 550px;
    margin-bottom: 15px;
}

.np-block-title {
    margin: 0;
}

.np-block-title span {
    font-size: 12px;
    border-radius: 10px;
    padding: 7px 15px;
    color: var(--color-ocean-100);
    border: 1px var(--color-ocean-500) solid;
}

.text-dark .np-block-title span {
    background: var(--color-ocean-50);
    color: var(--color-ocean-500) !important;
    border: 1px var(--color-ocean-500) solid;
}

.text-dark .np-block-desc {
    color: var(--color-bigstone-800);
}

.np-block-title div {
    margin-top: 12px;
}

.np-hero-title:has(+ .np-hero-desc p:nth-of-type(2)) {
    margin-bottom: 15px;
}

.np-hero-title:has(+ .np-hero-desc p:only-of-type) {
    margin-bottom: 51px;
}

.np-startup-title {
    color: var(--color-bigstone-800);
    font-size: 27px;
    font-weight: 500;
    max-width: 550px;
    margin-bottom: 25px;
}

.np-hero-desc {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 38px;
    max-width: 530px;
}

.np-block-desc {
    font-size: 18px;
    font-weight: 400;
    max-width: 520px;
}

.np-startup-desc {
    margin-bottom: 25px;
    max-width: 490px;
}

.np-startup-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.np-startup-desc li {
    position: relative;
    padding-left: 36px;
    font-size: 16px;
    color: var(--color-bigstone-800);
    margin-bottom: 15px;
    line-height: 1.2;
}

.np-startup-desc li:last-child {
    margin-bottom: 0;
}

.np-startup-desc li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20fill%3D%22%23009CFE%22/%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20stroke%3D%22%23none%22/%3E%3Cpath%20d%3D%22M7%2014.2076L10.3846%2016.6621L18%207.66211%22%20stroke%3D%22white%22/%3E%3C/svg%3E");
}

.np-startup-desc li:nth-child(2)::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20fill%3D%22%2320B88B%22/%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20stroke%3D%22%23none%22/%3E%3Cpath%20d%3D%22M7%2014.2076L10.3846%2016.6621L18%207.66211%22%20stroke%3D%22white%22/%3E%3C/svg%3E");
}

.np-startup-desc li:nth-child(3)::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20fill%3D%22%2320B88B%22/%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20stroke%3D%22%23none%22/%3E%3Cpath%20d%3D%22M7%2014.2076L10.3846%2016.6621L18%207.66211%22%20stroke%3D%22white%22/%3E%3C/svg%3E");
}

.startup-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-bigstone-800);
}

.np-hero-desc-p {
    margin-bottom: 25px;
}

.np-hero-desc-p-last {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--color-bigstone-800);
}

.span-startup {
    color: var(--color-bigstone-500);
    font-size: 14px;
}

.np-search-form {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--color-bigstone-500);
    border-radius: 10px;
    padding: 0 7px;
    height: 38px;
    width: 25%;
    position: relative;
}

.np-search-form:hover {
    border: 1px solid var(--color-bigstone-400);
    background: rgba(255, 255, 255, 0.15);
}

.np-search-input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    padding: 7px 7px 7px 38px;
    border-radius: 10px;
    width: 100%;
    min-width: 108px;
    box-shadow: none;
    line-height: 1;
}

.np-search-input:focus {
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.np-search-input::placeholder {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
}

.np-search-icon {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.np-lang-select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--color-bigstone-500);
    border-radius: 10px;
    padding: 7px 14px 7px 14px;
    font-size: 14px;
    min-width: 48px;
    height: 38px;
    user-select: none;
    transition: background 0.2s;
}

.np-info-block {
    border: 1px solid var(--color-bigstone-500);
    padding: 5px 10px 6px 10px;
    border-radius: 10px;
}


.np-info-block:hover {
    border: 1px solid var(--color-bigstone-400);
    background: rgba(255, 255, 255, 0.15);
}

.np-lang-select:hover {
    border: 1px solid var(--color-bigstone-400);
    background: rgba(255, 255, 255, 0.15);
}

.np-btn-signin {
    color: var(--color-bigstone-10);
    background: transparent;
    border: 1px solid var(--color-bigstone-10);
    border-radius: 10px;
    padding: 7px 18px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    height: 38px;
}

.np-btn-startup {
    color: #FFF;
    background: var(--color-ocean-500);
    border: 1px solid var(--color-ocean-400);
    border-radius: 10px;
    padding: 7px 18px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    height: 38px;
}

.np-btn-signin:hover {
    background: var(--color-bigstone-10);
    color: var(--color-bigstone-800);
}

.np-btn-getfree {
    color: var(--color-bigstone-800);
    background: var(--color-bigstone-10);
    border: 1px solid var(--color-bigstone-10);
    border-radius: 10px;
    padding: 7px 18px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    height: 38px;
}

.np-btn-getfree.cookie-consent__btn {
    background: var(--color-bigstone-800) !important; ;
    color: var(--color-bigstone-10) !important;
}

.np-btn-getfree.cookie-consent__btn:hover {
    color: var(--color-bigstone-800) !important; ;
    background: var(--color-bigstone-10) !important;
    border: 1px solid var(--color-bigstone-800) !important;
}

.mascot-head::after {
    content: url('../img/dog_head.png');
    position: absolute;
    display: block;
    width: 218px;
    transform: translateX(120%) translateY(-43%) scale(0.45);
}

.np-btn-getfree:hover {
    background: transparent;
    color: #fff;
    border-color: var(--color-bigstone-10);
}

.legal-nav .np-btn-getfree:hover {
    background: var(--color-bigstone-10);
    color: var(--color-bigstone-800);
}

.dropdown-toggle::after {
    display: none !important;
    content: none !important;
}

.np-solutions-dropdown a.dropdown-toggle[aria-expanded="true"] svg {
    transform: scaleY(-1);
    transition: transform 0.2s;
}

.np-solutions-dropdown a.dropdown-toggle[aria-expanded="true"] svg path {
    stroke: var(--color-bigstone-800) !important;
}

.np-solutions-dropdown a.dropdown-toggle[aria-expanded="true"] {
    background: white !important;
    color: var(--color-bigstone-800) !important;
}

.nav-item a.nav-link {
    padding: 10px 15px !important;
    color: white;
}

footer .nav-item a.nav-link {
    padding-left: 0 !important;
}

.np-solutions-dropdown {
    position: relative;
}

.np-solutions-dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: 1;
}

.np-solutions-dropdown .dropdown-menu {
    min-width: 650px;
    top: 100%;
    left: 0;
    right: auto;
    transform: translateY(-3px);
    border-radius: 0 10px 10px;
    background: white !important;
    padding: 20px 10px;
    display: none;
    position: absolute;
    z-index: 1000;
}


.np-solutions-dropdown .dropdown-menu.show {
    display: block;
    box-shadow: 1px 1px 0.5px #2f486c;
}

.np-solutions-dropdown .dropdown-menu:has(.row.gx-4:only-child > .col-12:not(.col-md-6)) {
    min-width: 325px !important;
    width: 325px !important;
}

.np-header-link,
.nav-link,
.np-solutions-dropdown .dropdown-item {
    font-size: 16px;
    font-weight: 400;
}

.np-solutions-dropdown .dropdown-item {
    padding: 8px 20px;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}

.np-solutions-dropdown .dropdown-item:hover {
    background: var(--color-bigstone-650);
    color: var(--color-bigstone-10);
}

.dropdown-menu {
    border-radius: 10px;
}

.dropdown-menu h6 {
    padding: 0 14px;
    font-size: 15px;
    margin-bottom: 15px;
    color: var(--color-bigstone-800);
}

.dropdown-menu .solutions-item {
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    color: #2c486d;
    transition: background 0.2s, color 0.2s, text-shadow 0.2s;
}

.dropdown-menu .solutions-item:hover {
    background: #e6f0ff;
    color: var(--color-ocean-500);
}

.dropdown-menu .solutions-item svg {
    margin-right: 10px;
    transition: margin-right 0.2s;

}

.dropdown-menu .solutions-item:hover svg {
    margin-right: 0;
}


/* --- Unified Section Styles --- */
.np-section {
    background: var(--color-bigstone-10);
    padding: 80px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.np-section-title {
    color: var(--color-bigstone-800);
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font-main);
    text-align: left;
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.np-section-img {
    max-width: 100%;
    width: 880px;
    display: block;
}

.np-feature-block {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 15px;
    box-shadow: 0 2px 12px rgba(44, 72, 109, 0.04);
    display: flex;
    height: auto;
    border: 1px var(--color-bigstone-100) solid;
    position: relative;
    z-index: 1;
    cursor: pointer;
}


.np-feature-block.hovered {
    border: 1px #a7c3f0 solid !important;
    background: #f9fbff;
}

.np-feature-block.active {
    border: 1px var(--color-ocean-500) solid !important;
    background: var(--color-ocean-10);
}

.np-bigstone-200 {
    border: 1px var(--color-bigstone-200) solid;
}

.np-section-features .np-feature-block {
    height: 610px;
}

.np-feature-block .np-btn-try-free {
    margin-top: auto !important;
}

.np-feature-block--main {
    border: 1px solid var(--color-ocean-500);
}

.np-feature-block:last-child {
    margin-bottom: 0;
    /* padding-top: 0; */
}

.np-feature-bar {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    height: 112px;
    margin-right: 20px;
}

.np-feature-bar p {
    background: var(--color-bigstone-100);
    border-radius: 70px;
    width: 3px;
    height: 100%;
    border-top: 2px solid var(--color-ocean-500);
    animation: load_down 8s infinite linear;
}

.np-feature-block[data-feature-index="0"] .np-feature-bar p {
    border-top-color: var(--color-ocean-500);
}

.np-feature-block[data-feature-index="1"] .np-feature-bar p {
    border-top-color: #FF383C;
}

.np-feature-block[data-feature-index="2"] .np-feature-bar p {
    border-top-color: #6155F5;
}

.np-feature-block[data-feature-index="3"] .np-feature-bar p {
    border-top-color: #27C840;
}

.np-feature-title {
    color: var(--color-bigstone-800);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.np-feature-title-svg {
    display: flex;
    align-items: center;
    height: 32px;
    margin-left: 8px;
}

.overflow-hidden:has(.np-section-dashboard-bg) {
    border: 1px solid var(--color-bigstone-200);
    border-radius: 18px;
}

.np-feature-desc {
    color: var(--color-bigstone-800);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.np-feature-quest {
    color: var(--color-bigstone-800);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


.np-feature-dashboard-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-bigstone-800);
    margin-left: 10px;
}

.np-feature-dashboard-text {
    margin-bottom: 20px;
    color: var(--color-bigstone-800);
    font-size: 14px;
    line-height: 1.5;
}

.np-feature-dashboard-text:last-of-type {
    margin-bottom: auto;
}

.np-btn-try-free {
    color: #fff;
    background: var(--color-bigstone-600);
    border: none;
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
    margin-top: 20px;
}

.np-btn-try-free:hover {
    background: var(--color-bigstone-700);
    color: #fff;
}

footer {
    background: var(--color-bigstone-700);
    padding: 40px 0;
    z-index: 10;
    position: relative;
}

#navControl {
    background: #fff;
    padding: 5px;
    border: 1px solid var(--color-bigstone-200);
    border-radius: 10px;
    margin: 0 !important;
    margin-bottom: 40px !important;
}

#navControl div .btn {
    border: none;
    background: #fff;
    border-radius: 7px;
    padding: 7px 15px;
}

#navControl .btn:hover {
    color: none;
    background: none;
    border: none;
}

#navControl .btn span {
    font-size: 14px;
}

#navControl .btn img,
.np-pricing-select-main img {
    margin-right: 10px;
}

#navControl .btn.active {
    background: var(--color-bigstone-600);
    color: #fff;
    padding: 9px 15px;
}

#navControl .btn.active img {
    margin-right: 10px;
}

.np-pricing-select-main {
    background: var(--color-ocean-50);
    border-radius: 10px 0 0 10px;
    padding: 12px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-bigstone-800);
    border: 1px solid var(--color-bigstone-200);
    border-right: none;
}

.np-pricing-select-arrow {
    background: #fff;
    border-radius: 0 10px 10px 0;
    padding: 20.9px;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-bigstone-200);
    border-left: none;
    cursor: pointer;
    height: 100%;
}



.np-pricing-select-arrow img {
    max-height: 7px;
}

.np-pricing-radio-label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.np-pricing-radio-label input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}

.np-pricing-radio-custom {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--color-bigstone-200);
    background: #fff;
    position: relative;
    flex: none;
    transform: translateZ(0);
    backface-visibility: hidden;
    image-rendering: pixelated;
}

.np-pricing-radio-label input[type="radio"]:checked+.np-pricing-radio-custom::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: var(--color-ocean-500);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.np-pricing-radio-label input[type="radio"]:focus+.np-pricing-radio-custom {
    border-color: var(--color-bigstone-200);
}

.np-pricing-title {
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    color: var(--color-bigstone-800);
    padding-bottom: 20px;
}

.np-pricing-desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-bigstone-800);
    padding-bottom: 30px;
}

.np-pricing-price {
    font-size: 30px;
    font-weight: 500;
    color: var(--color-ocean-500);
    padding-bottom: 30px;
}

.np-btn-price {
    color: var(--color-bigstone-800);
    background: #fff;
    border: 1px solid var(--color-bigstone-200);
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
    margin-top: 20px;
}

.np-btn-price.np-blue {
    color: #fff;
    background: var(--color-bigstone-600);
    border: none;
}

.np-span-blue {
    border-radius: 10px;
    font-size: 10px;
    padding: 7px 10px;
    color: white;
    font-weight: 500;
    background: var(--color-ocean-500);
    margin-left: 10px;
    line-height: 0.9;
}

.np-btn-features-matrix {
    margin-top: 15px;
    cursor: pointer;
}

.np-btn-features-matrix:hover {
    background: var(--color-bigstone-600);
    color: #fff;
}

.np-matrix-scroll {
    max-height: 600px;
    overflow-y: auto;
    scrollbar-gutter: stable;

    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
    --highlight-left: calc(447px + 202px * 2);
}

.np-matrix-scroll::before {
    content: "";
    position: absolute;
    width: 202px;
    height: 92%;
    top: 4%;
    bottom: 0;
    left: var(--highlight-left, 893.5px);
    background: rgba(70, 120, 255, 0.06);
    border: 2px solid rgba(70, 120, 255, 0.7);
    border-radius: 14px;
    pointer-events: none;
    z-index: 3;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.np-matrix-scroll table {
    position: relative;
    z-index: 2;
}

.np-features-matrix-table th:first-child,
.np-features-matrix-table td:first-child {
    width: 397px;
}

.np-features-matrix-table th:not(:first-child),
.np-features-matrix-table td:not(:first-child) {
    width: 195.75px;
    text-align: center;
}


.np-matrix-scroll::-webkit-scrollbar {
    width: 4px;
}

.np-matrix-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.np-matrix-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.np-btn-features-matrix-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 8px;
    transform: scale(0.8);
}

.np-feature-block--matrix {
    box-shadow: none;
    border: none;
    padding: 0 !important;
    margin-bottom: 0;
    overflow-x: auto;
}

.np-features-matrix-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: var(--font-main);
    margin-bottom: 0;
}

.np-features-matrix-table th:first-child,
.np-features-matrix-table td:first-child {
    width: 33.64%;
    text-align: left;
}

.np-features-matrix-table th:not(:first-child),
.np-features-matrix-table td:not(:first-child) {
    width: 16.59%;
    text-align: center;
}


.np-features-matrix-table th,
.np-features-matrix-table td {
    padding: 10px;
    vertical-align: middle;
}

.np-feature-block table.np-features-matrix-table th {
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    padding: 20px 10px;
    color: var(--color-bigstone-800);
    border-bottom: 1px solid var(--color-bigstone-100);
}

.np-feature-block table.np-features-matrix-table:first-child,
table.np-features-matrix-table:first-child {
    text-align: left;
    font-weight: 500;
    background-color: #fff;
    margin: 0;
}

.np-feature-block table.np-features-matrix-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.np-feature-block table.np-features-matrix-table tbody tr:nth-child(even) {
    background-color: var(--color-bigstone-10);
}

.np-feature-block table.np-features-matrix-table tbody tr:nth-child(N) td {
    border-bottom: 1px solid var(--color-bigstone-100);
}

.np-features-matrix-table td {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-bigstone-800);
    border-top: none;
    border-bottom: none;
    padding: 10px;
}

.np-matrix-checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--color-bigstone-400);
    background: transparent;
    vertical-align: middle;
    position: relative;
}

.np-matrix-checkbox.checked {
    background: var(--color-ocean-500);
    border: none;
}

.np-matrix-checkbox.checked::after {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 12px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'><path d='M0.5 7.5L4 10L11.5 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
    background-size: contain;
}

/* --- Features Mobile Slider --- */
.np-features-slider-mobile {
    border-radius: 18px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 24px auto;
    position: relative;
    border: 1px solid var(--color-bigstone-200);
    overflow: hidden;
    background: #fff;
}

.np-features-slider-track {
    width: 100%;
    min-height: 350px;
}

.np-features-slider-slide {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 350px;
}

.np-features-slider-img-wrap {
    border-bottom: 1px solid var(--color-bigstone-200);
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.np-features-slider-img {
    max-height: 100%;
    transform: scale(1.9);
    object-fit: cover;
}

.np-features-slider-content {
    padding: 30px 30px 0;
}

.np-features-slider-pagination {
    gap: 5px;
    padding: 0 30px;
}

.np-features-slider-arrows {
    padding: 0 30px 30px 30px;
    gap: 20px;
}

.np-calendar-slider-arrows {
    padding-bottom: 30px;
    gap: 20px;
}

.np-features-slider-arrows button {
    border: 1px solid var(--color-bigstone-200);
    padding: 10px;
    border-radius: 10px;
}

.np-features-slider-dot {
    width: 10px;
    height: 6px;
    background: var(--color-bigstone-100);
    border-radius: 70px;
}

.np-features-slider-dot.active {
    width: 52px;
    border-left: 2px solid var(--color-ocean-500);
    background: var(--color-bigstone-100) !important;
    animation: load_right 8s infinite linear;
}

.np-company-slider-dot {
    width: 10px;
    height: 10px;
    background: var(--color-bigstone-200);
    border-radius: 70px;
}

.np-company-slider-dot.active {
    background: var(--color-ocean-500) !important;
}

.np-features-slider-dot:last-child.active {
    border: none;
}

.np-features-slider-pagination.p-0 .np-features-slider-dot {
    margin-top: auto;
}

.np-features-slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #fff;
    box-shadow: 0 1px 4px rgba(44, 72, 109, 0.08);
    transition: background 0.2s;
}

.np-features-slider-arrow:active {
    background: #E7EBEF;
}

.np-features-slider-arrow[disabled] {
    opacity: 0.5;
    pointer-events: none;
}


#np-section-dashboard-img div {
    overflow: hidden;
    border: 1px solid #B5B5B5;
    border-radius: 20px;
}

#dashboard-info-desc p{
    font-size: 14px !important;
}

.np-section-dashboard-bg {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: url('../img/dashboard.svg') no-repeat left;
    background-size: cover;
    border-radius: 15px;
    transform: scale(1.01);
    transition: background-image 0.3s, transform 0.3s;
    display: block;
}

.h610 {
    height: 610px;
}

/* Hero Mobile Slider */
.np-hero-mobile-slider {
    width: 95%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid var(--color-bigstone-200);
}

.np-hero-slider-track {
    width: 100%;
    min-height: 240px;
}

.np-hero-slider-slide {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.np-hero-slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(2.2);
}

.np-hero-slider-pagination {
    margin-top: 12px;
    text-align: center;
}

.np-hero-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.np-hero-slider-dot.active {
    background: #fff;
}

.np-block-span {
    color: var(--color-bigstone-300);
}

.text-dark .np-block-span {
    color: var(--color-bigstone-500);
}

/* .after-icon-1::after {
    content: url('../img/image_star0.png');
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    transform: translateX(960%) translateY(-130%);
} */

/* .after-icon-2::after {
    content: url('../img/wheel_sol.svg');
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    transform: translateX(555%) translateY(-55%);
} */

/* .after-icon-3::after {
    content: url('../img/wheel_eclipse.svg');
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    transform: translateX(-820%) translateY(730%);
    z-index: -1;
} */

/* .after-icon-4::after {
    content: url('../img/image_star.png');
    position: absolute;
    display: block;
    top: 0;
    transform: translateX(51%) translateY(-13%) scale(0.6);
    z-index: -1;
} */

.accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.np-hero-section.bg-white details {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px var(--color-bigstone-200) solid;
    border-radius: 15px;
    padding: 20px;
}

.np-hero-section.bg-white details[open] {
    gap: 10px;
}

.np-hero-section.bg-white summary {
    color: var(--color-bigstone-800);
    font-weight: 500;
    font-size: 16px;
    list-style: none;
    position: relative;
    cursor: pointer;
}

.np-hero-section.bg-white summary::marker {
    content: "";
    display: none;
}

/* Добавляем свой SVG */
.np-hero-section.bg-white summary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 10px;
    transform: translateY(-50%) rotate(180deg);
    background: url('data:image/svg+xml;utf8,<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><path d="M1 9.16211L9 1.16211L17 9.16211" stroke="%231D324E" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;

}

/* При открытии — стрелка вниз */
.np-hero-section.bg-white details[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
    background: url('data:image/svg+xml;utf8,<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><path d="M1 9.16211L9 1.16211L17 9.16211" stroke="%233B82F6" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
}

.np-hero-section.bg-white details div {
    display: inline;
    color: var(--color-bigstone-800);
    width: 550px;
    font-weight: 400;
    font-size: 14px;
}

.np-hero-section.bg-white details[open] {
    border: 1px solid var(--color-ocean-500);
}

.bg-banner-primary {
    display: flex;
    flex-direction: column;
    background: url('../img/bg-faq.svg') no-repeat center;
    background-size: cover;
    border-bottom: var(--color-bigstone-200) 1px solid;
    border-radius: 15px;
    padding: 30px 40px;
    color: #FFF;
    overflow: hidden;
    gap: 30px;
}

.np-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-banner-primary .h2,
.np-hero-content h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.np-hero-section.bg-white .faq-content .h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;

}

.np-hero-content h2 {
    color: var(--color-bigstone-800);
}

.np-legas-section .fz25.fw-medium {
    color: var(--color-bigstone-800);
}

.bg-banner-primary .text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.bg-banner-primary p {
    margin: 0;
    font-size: 14px;
    font-weight: 4000;
}

.bg-banner-primary a {
    color: var(--color-bigstone-800);
    background: #FFF;
    border: 1px solid var(--color-ocean-400);
    border-radius: 10px;
    padding: 7px 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    height: 38px;
}

.form-contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
    background: #FFF;
    border: 1px solid var(--color-bigstone-200);
    border-radius: 15px;
    padding: 30px;
    margin-top: 25px;
}

.form-contact label {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-bigstone-800);
}

.form-contact input {
    width: 100%;
    border: 1px solid var(--color-bigstone-200);
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 14px;
}

.gap40 {
    gap: 40px;
}

.gap30 {
    gap: 30px;
}

.gap15 {
    gap: 15px;
}

.impact.row .gap-4 {
    background: white;
    background-size: cover;
    border: 1px solid #C3CDD8;
    padding: 40px 30px;
    color: var(--color-bigstone-800);
    gap: 30px !important;
}

.impact.what-svg.row .gap-4 {
    gap: 40px !important;
}

.impact.row .gap-4 .svg,
article .card__icon .svg {
    background: #009CFE;
    border-radius: 50%;
    height: 53px;
    width: 53px;
    display: flex;
}

.impact.what-svg.row .gap-4 .svg {
    background: #009CFE;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
}

.impact.what-svg.row .gap-4:nth-child(1) .svg svg {
    margin: 13px auto;
}

.impact.row .gap-4 .svg svg,
article .card__icon .svg svg {
    margin: auto;
}

.impact.row .gap-4:nth-child(2) .svg,
.impact.row .gap-4:nth-child(3) .svg,
article:nth-child(2) .card__icon .svg,
article:nth-child(3) .card__icon .svg {
    background: #20B88B;
}

.impact.row .gap-4:nth-child(2) .svg {
    padding: 8px 11px 14px;
}

.impact.what-svg.row .gap-4:nth-child(2) .svg {
    padding: 0;
}

.impact.gap-3 {
    gap: 20px !important;
}

.impact .fw-medium.text {
    font-size: 18px;
}

.impact .fw-medium.h2 {
    font-size: 30px;
}

.np-btn-getfree:hover svg path {
    stroke: white;
}

.card-wrapper {
    height: auto;
    transition: height 0.3s ease;
}

.card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 20px;
    background: var(--color-bigstone-550);
    border-color: #6E98C7 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, ;
}

.card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    justify-content: flex-end;
    background: var(--color-bigstone-10);
}

.card:hover .hr {
    width: 100%;
    border-top: 1px #4F6B8B solid;
    margin-bottom: 20px;
}

.card:hover .np-btn-getfree {
    background: var(--color-ocean-500);
    color: white;
    border-color: var(--color-ocean-400);
}

.hover-img {
    display: block;
    position: relative;
    width: 300px;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, height 0.3s ease;
    pointer-events: none;
    z-index: 10;
}

.hover-img::before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-102px) translateX(-33px);
}

.hover-img-1::before {
    background-image: url('../img/dog-1.png');
}

.hover-img-2::before {
    background-image: url('../img/dog-2.png');
}

.hover-img-3::before {
    background-image: url('../img/dog-3.png');
    transform: translateY(-92px) translateX(-70px);
}

.card:hover .hover-img {
    opacity: 1;
    height: 80px;
    transform: translateY(-62px);

}

.card-wrapper:hover {
    height: auto;
}

.card-wrapper h5,
.card-wrapper p,
.card-wrapper a {
    margin: 0 20px;
}

.card-wrapper h5 {
    font-size: 22px;
    color: var(--color-bigstone-10) !important;
    margin-bottom: 20px;
}

.card-wrapper p {
    font-size: 16px;
    color: var(--color-bigstone-10) !important;
    margin-bottom: 20px;
}

.card-wrapper .card:hover p,
.card-wrapper .card:hover h5 {
    color: var(--color-bigstone-800) !important;
}

.card-wrapper a {
    margin-bottom: 30px;
}

.card__icon {
    margin: auto;
}

.block-kanban {
    position: relative;
    border: 1px solid var(--color-bigstone-200);
    border-radius: 15px;
    overflow: hidden;
    color: var(--color-bigstone-800);
}

.border-start-0.bg-ocean {
    border-radius: 0 15px 15px 0 !important;
}

.block-kanban .row {
    padding: 30px;
}

.gap10 {
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

.bg-ocean {
    background: var(--color-ocean-500);
}

.fz35 {
    font-size: 35px;
}

.fz30 {
    font-size: 30px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px !important;
}

.fz12 {
    font-size: 12px !important;
}

.fz25 {
    font-size: 25px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz18 {
    font-size: 18px !important;
}

.img-calendar-slider {
    height: 295px !important;
}

.kanban-img {
    position: absolute;
    right: 12px;
    bottom: -185px;
    width: 32% !important;
    z-index: 1;
}

.kanban-bord-img {
    position: absolute;
    right: -20px;
    bottom: -250px;
    width: 45% !important;
    z-index: 1;
}

.kanban-bord-img-large {
    position: absolute;
    right: -90px;
    bottom: -124px;
    width: 98% !important;
    z-index: 1;
}

.note-bord-img {
    position: absolute;
    right: -100px;
    bottom: -251px;
    width: 47% !important;
    z-index: 1;
}

.calender-img {
    position: absolute;
    right: -20px;
    bottom: -6px;
    width: 52% !important;
    z-index: 1;
}

.dashboard-img {
    position: absolute;
    right: -7px;
    bottom: 16px;
    width: 34% !important;
    z-index: 1;
}

.calendar-img {
    position: absolute;
    right: -7px;
    bottom: 6px;
    width: 36% !important;
    z-index: 1;
}

.list-img {
    position: absolute;
    right: -20px;
    bottom: 25px;
    width: 48% !important;
    z-index: 1;
}

.home-img {
    position: absolute;
    right: 2%;
    bottom: -30%;
    width: 38% !important;
    z-index: 1;
}

.dog-img {
    position: absolute;
    right: -30px;
    bottom: -45px;
    width: 41% !important;
    z-index: 1;
}

.project-img {
    position: absolute;
    right: 465px;
    bottom: -40px;
    width: 28%;
}

.kanban-dog-img {
    position: absolute;
    right: -13px;
    bottom: -99px;
    width: 50%;
}

.card-kanban {
    background: white;
    border-radius: 0 0 15px 15px;
}

.card-img-top {
    height: 315px;
    object-fit: cover;
    object-position: top left;
}

.bg-bigstone10 {
    background: var(--color-bigstone-10);
}

.color-bigstone100 {
    color: var(--color-bigstone-100);
}

.kanban-tasks-img {
    position: absolute;
    right: 7px;
    bottom: 196px;
    width: 96%;
}

.kanban-home-img {
    position: absolute;
    right: 40px;
    bottom: 350px;
}

.ganta-img {
    height: 315px;
    width: 100%;
    object-fit: cover;
}

.gant-padding {
    padding: 30px 0 30px 30px;
}

.gant-padding-2 {
    padding: 20px 0 20px 30px;
}

.img-home {
    height: 415px;
}

.span-head span {
    font-size: 16px;
    display: inline-block;
    padding: 7px 15px;
    margin-right: 8px;
}

.span-head span.text-success {
    background: #DCFCE7;
    color: #15803D !important;
    border-radius: 10px;
    border: 1px solid #BBF7D0;
}

.span-head span.text-danger {
    background: #FEE2E2;
    color: #DC2626 !important;
    border-radius: 10px;
    border: 1px solid #FECACA;
}

.span-head span.text-gray.fz12 {
    border: 1px solid var(--color-bigstone-500);
}

.span-head span.text-gray {
    background: #F3F5F7;
    color: var(--color-bigstone-800) !important;
    border-radius: 10px;
    border: 1px solid #E7EBEF;
}


.mouse-img {
    position: absolute;
    right: 122px;
    bottom: 137px;
    width: 13%;
    z-index: 1;
}

.mouse-img-comp {
    position: absolute;
    right: 325px;
    bottom: 190px;
    width: 8%;
    z-index: 1;
}

.mouse-img-comp-large {
    position: absolute;
    right: 325px;
    bottom: 150px;
    width: 8%;
    z-index: 1;
}

.h-kanban {
    width: 100%;
    min-height: 306px;
}

.h-home {
    width: 100%;
    min-height: 115px;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-44 {
    width: 44% !important;
}

.w-53 {
    width: 53% !important;
}

.w-67 {
    width: 67% !important;
}

.w-62 {
    width: 62% !important;
}

.text-bigstone-300 {
    color: var(--color-bigstone-300) !important;
}

.text-bigstone-800 {
    color: var(--color-bigstone-800) !important;
}

.text-ocean-100 {
    color: var(--color-ocean-100) !important;
}

.text-ocean-400 {
    color: var(--color-ocean-400) !important;
}

.text-ocean-500 {
    color: var(--color-ocean-500) !important;
}

.text-bigstone-800 {
    color: var(--color-bigstone-800) !important;
}

.small-stone {
    color: var(--color-bigstone-600) !important;
}

.np-section-features--interactive {
    height: 560px !important;
}

.legal-section {
    background: #fff;
}

.legal-nav .nav-link {
    font-size: 14px !important;
    text-align: left;
    border-radius: 10px !important;
    padding: 6px 10px 7px;
    transition: all .2s ease;
    background: white;
}

.legal-nav .nav-link svg {
    margin-bottom: 2px;
}

.legal-nav .nav-link svg path {
    stroke: #1D324E !important;
}

.legal-nav .nav-link.active {
    background: #4c7cff;
    color: #fff;
}

.legal-nav .nav-link.active svg path {
    stroke: #fff !important;
}

.legal-card {
    border: 1px solid var(--color-bigstone-200);
    border-radius: 15px;
    padding: 30px;
}

.legal-card h3 {
    color: var(--color-bigstone-800);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}

.legal-card .text {
    font-size: 14px;
    color: var(--color-bigstone-800);

}

nav.block-menu {
    margin: 0;
    padding: 5px;
    border-radius: 10px;
    border: 1px var(--color-bigstone-200) solid !important;

    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    width: fit-content;
}

nav.block-menu::-webkit-scrollbar {
    display: none;
}

nav.block-menu>.menu-track {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 20px;
    min-width: max-content;
}

nav.block-menu .menu-item {
    padding: 7px 15px;
    cursor: pointer;
    white-space: nowrap;
}

nav.block-menu .active {
    border-radius: 6px;
    border: 1px var(--color-bigstone-200) solid !important;
    background: var(--color-bigstone-100);
}

.section-content {
    display: none;
}

.section-content.active {
    display: block;
}

.block-kanban.w55 {
    width: 55%;
}

.life-cycle-projects {
    background-size: 205% !important;
    background-position-x: -1px;
    background-position-y: -1px;
    height: 335px;
}


.drop_drag-img {
    height: 235px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.block-kanban:has(#list-slider) {
    width: 38%;
}

.bg-doglist.block-kanban {
    padding: 30px;
    width: 64%;
}

#dashboard-image {
    transition: opacity 0.25s ease;
}

#dashboard-image.loading {
    opacity: 0;
}

.block-how {
    position: relative;
    width: calc((100% - 1.5rem * 2) / 3);
    border: 1px solid var(--color-bigstone-200);
    border-radius: 15px;
    overflow: hidden;
    color: var(--color-bigstone-800);
    padding: 30px 20px;
}

.block-kanban .row.w-53.border-end {
    padding: 30px 25px;
}

.startup-calendar {
    position: relative;
    width: 148% !important;
    transform: scale(1.1) translateX(8px);
}

.calender-img2 {
    position: absolute;
    bottom: -310px;
}

.calender-img3 {
    position: absolute;
    bottom: -115px;
}

.block-kanban[style="width: 63%;"] .row {
    padding: 30px 50px;
}

.horizontal-scroll-wrapper {
    overflow: hidden;
    /* для красивого градиента по краям при необходимости */
    /* mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); */
}

.horizontal-scroll {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

.horizontal-scroll::-webkit-scrollbar {
    height: 6px;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.horizontal-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.card-item {
    width: 280px;
    min-width: 280px;
    max-width: 320px;
    scroll-snap-align: center;
    /* центрирует карточку при скролле */
    transition: all 0.25s ease;
}

.card-item.active,
.card-item:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
}

.icon-wrapper {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-icon {
    width: 64px;
    height: 64px;
}

.horizontal-scroll {
    cursor: grab;
}

.horizontal-scroll:active {
    cursor: grabbing;
}

.dropdown-item {
    cursor: pointer;
}

.review-img{
    object-fit: cover;
}

@media (min-width: 992px) {
    .np-features-slider-mobile {
        display: none !important;
    }

    .np-section-img {
        display: none !important;
    }

    .card-item {
        width: 340px;
        min-width: 340px;
        max-width: 380px;
    }

    .svg-icon {
        width: 80px;
        height: 80px;
    }

}

@media (max-width: 1400px) {

    #navControl .btn span {
        display: none;
    }

    #navControl .btn img {
        margin-right: 0;
    }

    #navControl .btn.active img {
        margin-right: 10px;
    }

    #navControl .btn.active span {
        display: block;
        white-space: nowrap;
        line-height: 1.9;
    }

    #navControl div:has(.btn.active) {
        width: auto !important;
    }

    #navControl .btn.active {
        display: flex;
    }


    .np-hero-section {
        padding: 40px 0;
    }

    .np-hero-title {
        font-size: 3em;
        margin-bottom: 24px;
        width: 520px;

    }

    .np-hero-desc {
        font-size: 15px;
        margin-bottom: 24px;
        max-width: 380px;
    }

    .np-hero-dashboard-img {
        max-width: 120%;
    }

    .np-section-title {
        font-size: 2em;
        margin-bottom: 24px;
    }

    .np-section-img {
        max-width: 120%;
        width: 690px;
    }

    .np-btn-signin {
        padding: 7px 6px;
    }

    .np-btn-getfree {
        padding: 7px 16px;
    }

    .bg-accent-lines::before {
        transform: translateX(320%) translateY(35%) scale(1);
    }

    .mouse-img {
        position: absolute;
        right: 60px;
        bottom: 148px;
        width: 13%;
    }

    .kanban-img {
        position: absolute;
        right: 12px;
        bottom: -143px;
        width: 34%;
    }

    .impact .fw-medium.h2 {
        font-size: 26px;
    }

    .impact .fw-medium.text {
        font-size: 16px;
    }

}


@media (max-width: 1199.98px) {
    .np-section-features--interactive {
        display: none !important;
    }

    .np-features-slider-mobile {
        display: block !important;
    }

    #navControl div .btn {
        border: 1px var(--color-bigstone-200) solid !important;
    }

    .np-info-block {
        border: 1px solid var(--color-bigstone-500);
        padding: 8px;
        border-radius: 10px;
    }

    .np-section-img {
        max-width: 120%;
        width: 490px;
    }

    .np-section-dashboard-bg {
        min-height: 596px;
    }

    .np-search-form {
        width: 45%;
    }

    .np-hero-dashboard-bg::after {
        transform: translateX(-30%) translateY(-15%) scale(0.5);
    }

    .np-hero-section+.np-hero-dashboard-bg+.np-hero-section.bg-colored {
        background: var(--color-bigstone-10);
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    body:has(.np-hero-section + .np-hero-dashboard-bg + .np-hero-section.bg-colored) .np-hero-section:first-of-type {
        padding-bottom: 60px !important;
    }


    .offcanvas-body .flex-xl-row {
        display: none !important;
    }

    /* .flex-nowrap {
        flex-wrap: wrap !important;
    } */

    .bg-accent-lines::before {
        transform: translateX(86%) translateY(35%) scale(1);
    }

    .mouse-img {
        position: absolute;
        right: 175px;
        bottom: 150px;
        width: 12%;
    }

    .kanban-img {
        position: absolute;
        right: -19px;
        bottom: -151px;
        width: 35%;
    }

    .kanban-tasks-img {
        right: 78px;
        bottom: 147px;
        width: 70%;
    }

}

@media (max-width: 991.98px) {

    /* Header */
    .np-header {
        padding: 10px 0;
    }

    .np-section:has(#navControl) {
        background: #FFFFFF;
    }

    .navbar-nav {
        gap: 0 !important;
    }

    .offcanvas-body .navbar-nav:first-child {
        border-top: 1px solid var(--color-bigstone-100);
    }

    .navbar-nav.flex-column.gap-lg-3 {
        align-items: flex-start !important;
        padding: 0 10px;
    }

    .np-header-link,
    .nav-link {
        padding: 0 !important;
        margin-bottom: 8px;
    }

    .np-logo-img {
        max-width: 120px;
        height: auto;
    }

    .np-logo-img.mb-1.pb-3 {
        margin-bottom: 8px !important;
        padding-bottom: 0 !important;
    }

    .offcanvas-header {
        padding: 30px 30px 25px 30px;
    }

    .offcanvas-header img {
        max-width: 100% !important;
    }

    /* Hero section */
    .np-hero-section {
        padding: 24px 0 !important;
    }

    .np-hero-section.bg-white {
        padding: 24px 0 !important;
    }

    .np-hero-section h2 span {
        font-size: 38px !important;
    }

    .np-hero-section h2 span[style] {
        font-size: 30px !important;
    }

    .np-hero-title {
        font-size: 2em;
        width: 100%;
        margin-bottom: 18px;
    }

    .np-hero-desc p {
        font-size: 18px !important;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .np-hero-title:has(+ .np-hero-desc p:only-of-type) {
        margin-bottom: 10px;
    }

    .impact .fw-medium.h2 {
        font-size: 25px;
    }

    .impact .fw-medium.text {
        font-size: 15px;
    }

    .impact.row .gap-4 .svg,
    article .card__icon .svg {
        height: 45px;
        width: 45px;
    }

    .impact.row .gap-4 {
        gap: 20px !important;
    }

    .impact.what-svg.row .gap-4 {
        gap: 30px !important;
    }

    .np-hero-dashboard-img,
    .np-section-img {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-top: 18px !important;
    }

    .np-hero-dashboard-img {
        height: 100%;
        object-fit: cover;
        transform: scale(2.2);
    }

    #navControl {
        width: 100% !important;
        gap: 10px;
        background: #fff;
        border: none !important;
        box-shadow: none !important;
        margin-bottom: 30px !important;
    }

    #navControl::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .overflow-hidden:has(.np-section-dashboard-bg) {
        border: 1px solid var(--color-bigstone-200);
        border-radius: 18px;
        width: 90%;
        margin: auto;
    }

    .h610 {
        height: auto;
    }

    .np-section-dashboard-bg {
        min-height: 240px;
        transform: scale(2.1);
    }

    .np-hero-dashboard-bg {
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        transform: none;
        background-size: cover;
        background: none;
    }

    .np-hero-section .col-lg-6 {
        margin-bottom: 0px;
    }

    .img-container {
        overflow: hidden;
        position: relative;
        border-radius: 15px;
    }

    .np-power-title {
        font-size: 22px;
        text-align: center;
    }

    .np-power-info-block {
        padding: 20px;
    }

    .np-power-bar {
        height: 80px;
    }

    /* Sections */
    .np-section {
        padding: 30px 0;
    }

    section.np-section:has(+ section.business-types) {
        background: white;
    }

    .np-section-title {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: left;
    }

    .np-section.bg-transparent {
        background: transparent !important;
        padding: 40px 0 !important;
    }

    /* Feature block */
    .np-feature-block {
        flex-direction: column;
        padding: 18px;
        margin-bottom: 12px;
        border: none;
        box-shadow: none;
    }

    .np-feature-block img {
        width: 40px;
        height: 40px;
    }

    .np-feature-block .np-feature-dashboard-title {
        margin: 30px 10px;
        font-size: 18px;
    }

    .np-feature-dashboard-title.fz25 {
        font-size: 18px !important;
    }

    .np-feature-block .np-btn-try-free {
        margin-top: 40px !important;
    }

    .np-feature-bar {
        margin-right: 0;
        margin-bottom: 10px;
        height: 48px;
    }

    .np-feature-title {
        font-size: 15px;
    }

    .np-features-slider-title {
        font-size: 18px;
        min-height: 54px;
    }

    .np-features-slider-desc {
        font-size: 14px;
    }

    .np-feature-block table.np-features-matrix-table th {
        font-size: 12px;
    }

    .np-feature-block table.np-features-matrix-table:first-child,
    table.np-features-matrix-table:first-child {
        padding-left: 0;
    }

    .np-feature-desc,
    .np-feature-quest {
        font-size: 13px;
    }

    .np-btn-getfree,
    .np-btn-signin {
        font-size: 14px;
        padding: 7px 25px;
        margin: 0 !important;
        line-height: 24px;
        height: 48px;
    }

    .offcanvas-body .np-btn-getfree,
    .offcanvas-body .np-btn-signin {
        color: #FFF;
        background: var(--color-ocean-500);
        border: 1px solid var(--color-ocean-400);
        text-align: center;
        border-radius: 10px;
        padding: 7px 18px;
        font-size: 16px;
        font-weight: 500;
        /* order: 1; */
        text-decoration: none;
        transition: background 0.2s, color 0.2s;
        width: 100%;
    }

    .offcanvas-body .np-btn-signin {
        order: 2;
        background: transparent;
        border: 1px solid var(--color-bigstone-200);
        color: var(--color-bigstone-800);
    }

    .business-card .np-btn-getfree {
        margin: 0 20px !important;
        margin-bottom: 30px !important;
    }

    .business-card .np-btn-getfree {
        padding: 3px 10px;
        height: 32px;
        line-height: 24px;
    }

    .dropdown-arrow {
        display: none;
    }


    .np-btn-try-free {
        color: #fff;
        background: var(--color-ocean-500);
        border: 1px solid var(--color-ocean-400);
        border-radius: 10px;
        padding: 7px 25px;
        font-size: 14px;
        text-decoration: none;
        transition: background 0.2s;
        display: inline-block;
        margin-top: 20px;
    }

    /* Forms and selects */
    .np-search-form {
        background: var(--color-bigstone-650);
        width: 100% !important;
        min-width: 0 !important;
        padding: 7px 10px;
        margin-bottom: 20px !important;
        height: 48px;
    }

    .np-search-form:hover {
        background: var(--color-bigstone-650);
    }

    .np-lang-select {
        height: 48px;
        padding: 7px 10px;
    }

    .np-pricing-title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .np-pricing-desc {
        font-size: 12px;
        padding-bottom: 16px;
    }

    .np-pricing-price {
        font-size: 20px;
    }

    /* Features matrix table */
    .np-features-matrix-table th,
    .np-features-matrix-table td {
        font-size: 10px;
        padding: 4px 2px;
    }

    .np-features-matrix-table th {
        font-size: 12px;
    }

    .np-matrix-checkbox {
        margin: 0 2px;
        border: 1px solid var(--color-bigstone-400);
    }

    /* Footer */
    footer {
        padding: 20px 0;
    }

    footer .row {
        flex-direction: column;
    }

    footer .col-lg-6,
    footer .col-lg-6.d-flex {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        margin-bottom: 16px;
    }

    .after-icon-1::after,
    .after-icon-2::after,
    .after-icon-3::after,
    .after-icon-4::after,
    .mascot-head::after,
    .np-built-block-bg::after,
    .np-startup-dashboard-bg::after,
    .np-startup2-dashboard-bg::after,
    .np-startup3-dashboard-bg::after,
    .np-startup4-dashboard-bg::after,
    .np-hero-dashboard-bg::after {
        content: none !important;
    }

    /* Dropdown (unique block) */
    .np-solutions-dropdown .dropdown-menu {
        min-width: 0;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
        position: static !important;
        border-radius: 0 0 10px 10px;
        box-shadow: none;
        padding: 20px 10px;
        z-index: 1000;
        display: none;
    }

    .np-solutions-dropdown .dropdown-menu.show {
        display: block;
    }

    .np-solutions-dropdown .dropdown-menu .row {
        flex-direction: column;
        gap: 24px;
    }

    .np-solutions-dropdown .dropdown-menu .col-12,
    .np-solutions-dropdown .dropdown-menu .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .offcanvas-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px 30px 30px 30px;
    }

    .np-search-input {
        padding: 8px 8px 8px 30px;
    }

    .offcanvas-body .flex-xl-row {
        display: flex !important;
        gap: 20px !important;
        width: 100%;
    }

    .offcanvas-body .nav-item span {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .offcanvas-body .nav-item a.nav-link {
        width: 100%;
        color: var(--color-bigstone-800);
        border-bottom: 1px solid var(--color-bigstone-100);
        font-size: 24px;
        margin: 0;
        padding-left: 0 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .np-solutions-dropdown a.dropdown-toggle[aria-expanded="true"] {
        margin: 0 !important;
    }

    #navControl .btn.active span {
        font-size: 10px;
    }

    #navControl .btn img {
        width: 20px;
    }

    .swiper-slide-shadow-right,
    .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg, #00000000, #00000000) !important;
    }

    .impact.row .gap-4 {
        padding: 30px 20px;
    }

    .business-types .row {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 0;
    }

    .swiper-slide {
        margin: auto;
    }

    .swiper-slide .card {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        justify-content: flex-end;
        background: var(--color-bigstone-10);
        border: none !important;
    }

    .swiper-slide-active {
        width: 75%;
        margin: auto;
    }

    .swiper-slide-active .card .hover-img {
        opacity: 1;
        height: 90px;
        transform: translateY(-62px);

    }

    .swiper-slide-active {
        height: auto;
    }

    /* .card-wrapper:first-child .card {
        transform: translateX(50px);
    }

    .card-wrapper:last-child .card {
        transform: translateX(-50px);
    } */


    .swiper-slide .card p,
    .swiper-slide .card h5 {
        color: var(--color-bigstone-800) !important;
        margin: 0 20px;
        margin-bottom: 20px;
    }

    .swiper-slide h5 {
        font-size: 18px;
    }

    .swiper-slide .card p {
        font-size: 14px;
    }

    .swiper-slide-active .card .hr {
        width: 100%;
        border-top: 1px #4F6B8B solid;
        margin-bottom: 20px;
    }

    .card .np-btn-getfree {
        background: var(--color-ocean-500);
        color: white;
        border-color: var(--color-ocean-400);
        font-size: 12px;
    }

    .hover-img::before {
        content: "";
        display: block;
        width: 300px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-92px) translateX(-10px);
    }

    section.business-types {
        padding-bottom: 40px !important;
        min-height: 410px;
    }

    .np-feature-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid var(--color-bigstone-100);
    }

    .np-feature-item {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        margin-bottom: 30px;
        background: #fff;
    }

    .np-feature-toggle {
        width: 100%;
        background: none;
        border: none;
        padding: 20px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }


    .np-feature-toggle:focus-visible {
        outline: none;
    }

    .np-feature-arrow {
        width: 16px;
        height: 16px;
        transition: transform .2s;
        margin-bottom: auto;
    }

    .np-feature-item.open .np-feature-arrow {
        transform: scaleY(-1) translateY(-7px);
    }

    .np-feature-content {
        display: none;
        padding: 0 16px 16px;
    }

    .np-pricing-select-main img {
        margin-right: 5px;
    }

    .np-pricing-select-main {
        font-size: 16px;
        padding: 6px 12px;
    }

    .np-pricing-select-arrow {
        padding: 14.9px;
    }

    .np-pricing-features-list {
        margin-top: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .open button .np-pricing-price {
        display: none;
    }

    .open button .np-btn-startup {
        display: none !important;
    }

    .np-pricing-features-list li.border-bottom:last-child {
        border: none !important;

    }

    .border-md-none {
        border: none !important;
    }

    .block-kanban .row {
        padding: 20px;
    }

    .block-kanban.overflow-visible .row {
        padding: 30px;
    }

    .block-kanban:has(#kanban-slider) .row {
        padding: 30px !important;
    }

    .block-kanban .gap30 {
        gap: 15px !important;
    }

    .gap20 {
        gap: 10px !important;
    }

    .block-kanban .fz35 .z-1 {
        font-size: 22px !important;
    }

    .block-kanban .text-block .col.fw-medium.fz25 {
        font-size: 20px !important;
    }

    .block-kanban .col .w-75 {
        width: 100% !important;
    }

    .block-kanban.bg-ocean {
        flex-shrink: inherit;
        margin: 0 20px !important;
    }

    .bg-ocean .np-btn-getfree,
    .bg-ocean .np-btn-signin {
        padding: 7px 15px !important;
        line-height: 20px;
    }

    .block-kanban.m0 {
        flex-shrink: inherit;
        margin: 0 0 !important;
    }

    .block-kanban.overflow-hidden,
    .block-kanban.overflow-visible {
        flex-shrink: inherit;
        margin: 0 20px !important;
    }

    .block-kanban .text-block .col.fw-medium {
        font-size: 14px !important;
    }

    .span-head span {
        font-size: 10px;
        margin-right: 2px;
    }

    .kanban-home-img {
        position: absolute;
        right: 20%;
        bottom: 70%;
    }

    .kanban-home-img.w-75 {
        width: 61% !important;
    }

    .block-kanban.w55 {
        width: 100%;
    }

    .block-kanban .w-67 {
        width: 100% !important;
    }

    .bg-iconcalendaruser::after,
    .bg-circle2calendar::before {
        content: none !important;
    }

    .bg-dogcalendar::after {
        transform: translateX(-81%) translateY(-68%) scale(0.46);
    }

    .bg-iconcalendar::after {
        transform: translateX(-43%) translateY(-27.23%) scale(0.52);
    }

    .bg-circle2calendar::after {
        transform: translateX(-58%);
    }

    .block-kanban.border-start-0.bg-ocean {
        border-radius: 15px 15px 0 0 !important;
    }

    .block-kanban.rounded-0 {
        border-radius: 0 0 15px 15px !important;
    }

    .block-kanban.border-start-0.bg-ocean .row {
        height: 215px !important;
    }

    .flex-column-reverse.align-content-center {
        margin: 0;
    }

    .life-cycle-projects {
        background-size: 305% !important;
    }

    .np-built-block-img {
        display: block;
        margin: 0;
        width: 100%;
        position: relative;
        z-index: 1;
        margin-right: 0px;
    }

    .np-block-section {
        padding: 0 0 40px !important;
    }

    .np-block-section.border-0 {
        padding: 40px 0 !important;
        background: white !important;
    }

    .np-block-section.border-0 .fz30 {
        font-size: 24px;
    }

    .np-block-section.border-0 .np-built-block-img {
        transform: translateX(-15px);
        margin-bottom: 15px;
    }
    .np-block-section.border-0 .gap20 {
        padding: 0 20px !important;
        gap: 20px !important;
    }

    .bg-timediagram .fz25 {
        font-size: 20px !important;
    }

    .bg-timediagram .fw-medium:not(.fz25) {
        font-size: 14px !important;
    }

    .drop_drag-img {
        height: 200px !important;
        background-image: url('../img/ru/drop_drag_mob.png') !important;
        background-size: cover !important;
    }

    .card-img-top {
        transform: scale(1.5) translate(80px, 50px) !important;
    }

    .block-kanban:has(#list-slider) {
        width: 100%;
    }

    .bg-doglist.block-kanban {
        padding: 30px;
        width: 100%;
    }

    .bg-doglist::after {
        content: url(../img/dog_list.png);
        position: absolute;
        display: block;
        left: 50%;
        top: 0;
        transform: translateX(-32%) translateY(-32%) scaleX(-1) scale(0.35);
        z-index: 0;
        pointer-events: none;
    }

    .fz14.text-ocean-400 {
        font-size: 12px !important;
    }

    .block-kanban.bg-circle1list.bg-circle3list .col .col {
        width: 100% !important;
    }

    .dual-block-kanban {
        margin: 0 20px !important;
    }

    .dual-block-kanban .bg-ocean .text-light {
        padding: 30px !important;
    }

    .mouse-img {
        position: absolute;
        right: 57px;
        bottom: 195px;
        width: 10%;
    }

    .bg-accent-lines::before {
        transform: translateX(322%) translateY(35%) scale(1);
    }

    .list-img {
        position: relative;
        right: -40px;
        bottom: 0;
        top: 30px;
        width: 100% !important;
        margin-bottom: 10px;
        z-index: 1;
    }

    .bg-circle1list::after {
        content: url(../img/bgcircle1.svg);
        position: absolute;
        display: block;
        left: 50%;
        top: 0;
        transform: translateX(25%) translateY(-54%) scale(1.3);
        z-index: 0;
        pointer-events: none;
    }

    .container.d-flex.flex-column.gap20:has(#kanban-slider) {
        gap: 0 !important;
    }

    .scale-96 {
        transform: scale(0.96);
    }


    .np-block-title .fz35 {
        font-size: 30px !important;
    }

    .w-md-30 {
        height: 35px;
        width: 35px;
    }

    .m020 {
        margin: 0 20px !important;
    }

    nav.block-menu {
        width: 100%;
    }

    .np-startup-dashboard-img {
        height: auto;
    }

    .np-feature-block[data-tariff]:not(.active) .np-pricing-desc {
        display: none !important;
    }

    .np-feature-block[data-tariff]:not(.active) a {
        display: none !important;
    }

    .np-feature-block[data-tariff].active a {
        margin-bottom: 20px;
    }

    .np-feature-block[data-tariff]:not(.active) .np-pricing-title {
        padding-bottom: 0px;
    }

    .np-feature-block[data-tariff]:not(.active) .np-pricing-price {
        padding-bottom: 0;
    }

    .np-features-matrix-table th:not(:first-child),
    .np-features-matrix-table td:not(:first-child) {
        text-align: end;
    }

    .np-matrix-scroll::before {
        content: none !important;
    }


    .np-built-block-img[width="430"] {
        margin-right: 0px;
    }

    .impact-slider {
        flex-wrap: wrap;
        overflow: visible;
    }

    .impact-card {
        flex: 1;
        min-width: auto;
    }

    .block-how{
        width: 100%;
        padding: 0;
    }

    .block-how .text{
        padding: 30px 30px 0;
    }
    .block-how .np-features-slider-arrows{
        padding: 0 !important;
    }

    .block-how .slider-btn{
        padding: 20px 30px 30px 30px;
    }

    .block-how .p30{
        padding: 30px !important;
    }

    .block-how .np-features-slider-pagination{
        margin-top: 42px;
    }

    .bg-review::after{
        transform: translateX(-89%) translateY(16%);
    }

    .block-how .np-features-slider-arrow{
        width: 48px !important;
        height: 48px !important;
    }

    #reviews-mobile-slider .np-features-slider-arrow{
        width: 48px !important;
        height: 48px !important;
    }

    .np-hero-content h2{
        font-size: 25px !important;
    }

    .fz24-md{
        font-size: 24px !important;
    }

    .fz18-md{
        font-size: 18px !important; 
    }

    .w-md-100{
        width: 100% !important;
    }

    .np-legas-section .fz25.fw-medium{
        font-size: 22px !important;
    }

    .accordion-item .accordion-body h3{
        font-size: 18px;
    }

    .accordion-item .accordion-body p{
        font-size: 14px;
    }

    .accordion-item{
        border: 1px solid var(--color-bigstone-200) !important;
        border-radius: 15px !important;
    }
    
    .accordion-item:has(.accordion-button:not(.collapsed)) {
        border: 1px solid var(--color-ocean-500) !important;
    }

}

@keyframes load_down {
    0% {
        border-top-width: 2px;
    }

    100% {
        border-top-width: 112px;
    }
}

@keyframes load_right {
    0% {
        border-left: 2px solid var(--color-ocean-500);
    }

    100% {
        border-left: 52px solid var(--color-ocean-500);
    }
}