* {
    -webkit-locale: auto;
    white-space: normal;
  }
body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
a:hover {
    text-decoration: none;
    color: #009f79;
}
.chevron {
    background: #fff;
    padding: 20px;
    width: 100%;
    height: fit-content;
    float: left;
    margin-right: 30px;
}
.logo {
    height: 80px;
    width: 180px;
    background-image: url('../img/PROF.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.tagline {
    font-size: 12px;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-align: center;
}
.container-fluid {
    max-width: 1400px;
}
.top-background {
    box-shadow: inset 0px 0px 200px 20px rgba(0,0,0,0.9);
    width: 100%;
    height: fit-content;
    background-image: url('../img/test.jpg');
    background-color: rgb(207, 207, 207);
    background-size: cover;
    background-position: right bottom;
}
.nav {
    display: block;
}
.nav-item {
    display: block;
    /* border-bottom: 1px solid rgb(230, 230, 230); */
    padding: 10px;
    font-size: 14px;
}
.nav-link {
    color: #222;
    font-weight: 700;
    display: block;
}
.nav-link i {
    width: 25px;
    text-align: center;
}
.nav-link:hover {
    color: #009f79;
}
#header {

}
.safplast {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0.7px;
    font-weight: 500;
    text-transform: uppercase;
}
.safplast-link {
    color: #999;
    margin-right: 20px;
}
.safplast-link:hover{
    color: #009f79;
    text-decoration: none;
}
.sactive {
    font-weight: 600;
    color: #009f79;
}

.main-scrolled {
    padding-top: 213px;
}
.main-heading {
    font-weight: 800;
    font-size: 60px;
    line-height: 80px;
    background-color: rgba(255, 255, 255);
	color: white;
	text-shadow:none;
}
.main-subheading {
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: 18px;
    color: #fff;
}
.main-subheading a{
    color: #fff;
    border-bottom: 2px dotted #fff;
}
.first-li {
    margin-top: 15px;
}
.subheading-li {
    padding: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    background-size: 30px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.waterproof {
    background-image: url('../img/waterproof.svg');
}
.easy {
    background-image: url('../img/lego.svg');
}
.beauty {
    background-image: url('../img/like.svg');
}
.main-btn {
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 600;
    background: rgba(0,209,161,1);
    box-shadow: 0px 24px 45px -19px rgba(0,159,122,1);
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: 0;
}
.main-btn-orange {
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 600;
    background: rgba(232,152,0,1);
    box-shadow: 0px 24px 45px -19px rgba(0,159,122,1);
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: 0;
}
.main-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 24px 45px -15px rgba(0,159,122,1);
}
.secondary-btn {
    color: #fff;
    font-weight: 600;
    margin-left: 30px;
}
#compare {
    padding-top: 80px;
    padding-bottom: 100px;
}
.compare-block {
    background: #fff;
    box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.16);
    border-radius: 8px;
}
.compare-content {
    padding: 25px;
}
.compare-preview {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.prof-preview {
    background-image: url('../img/prof-all.jpg');
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.compare-line {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    border-bottom: 1px solid rgb(241, 241, 241);
    font-size: 14px;
    color: rgb(110, 110, 110);
    background-position: 0% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}
.last-line {
    border-color: transparent;
}
.compare-heading {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}
.plus {
    background-image: url('../img/plus.svg');
}
.minus {
    background-image: url('../img/minus.svg');
}
#application {
    padding-top: 200px;
    padding-bottom: 200px;
    font-size: 32px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    background-color: rgb(235, 235, 235);
    background-image: url('../img/application/application.png');
    background-size: contain;
    background-position: 90% 50%;
    background-repeat: no-repeat;
}
.section-heading {
    padding-bottom: 30px;
    font-size: 32px;
    color: rgb(0, 0, 0);
    font-weight: 800;
}
.section-heading span{
    color: #009f79;
}
.about-heading {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}
.about-heading span {
    color: #009f79;
}
.about-text p{
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    margin-bottom: 60px;
}
.about-icon {
    height: 70px;
    width: 70px;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    margin-top: 20px;
}
.cube-icon {
    background-image: url('../img/cube.svg');
}
.save-icon {
    background-image: url('../img/save.svg');
}
.warranty-icon {
    background-image: url('../img/warranty.svg');
    background-size: 60px;
}
.quality-icon {
    background-image: url('../img/quality-control.svg');
    background-size: 60px;
}
#video {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.video-heading {
    font-size: 36px;
    color: #fff;
    font-weight: 800;
}
.video-text {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
#video video {
    position: absolute;
    z-index: 0;
    opacity: 0.33;
}
.layer {
    padding-top: 160px;
    padding-bottom: 40px;
    background-color: rgb(0, 0, 0);
}
.play-video {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: 800;
    width: fit-content;
    padding: 15px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 6px;
}
.best{
    float: right;
    height: 70px;
    width: 70px;
    background: red;
}
.footer {
    margin-top: 120px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-heading {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-link {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin-top: 6px;
}
.about-manufacturer {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    margin-top: 6px;
}
.copyright {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 80px;
}
.copyright a{
    color: rgba(255, 255, 255, 0.4);
}
.footer-logo {
    height: 60px;
    width: 124px;
    background-image: url('../img/footer-logo.png');
    opacity: 0.7;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
#buy {
    background-color: #f8f8f8;
    padding-top: 100px;
    padding-bottom: 100px;
}
#calculator {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f8f8f8;
}
.subheading {
    margin-bottom: 20px;
    margin-top: 25px;
}
.form-group {
    margin-top: 15px;
    color: #111;
    font-size: 14px;
}
input[type="radio"] + label {
    width: fit-content;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f0f0f0;
    color: #999;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}
.object-type {
    width: 100% !important;
}
input[type="radio"] + label:hover {
    transform: scale(1.05);
}
input[type="radio"]:checked + label{
    border-color: #dfdfdf;
    transform: scale(1.05);
    color: #222;
    box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.16);
}
/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* IMAGE STYLES */
label img {
    cursor: pointer;
    margin-right: 13px;
}
/* CHECKED STYLES */
[type=radio]:checked + img {

}
.form-control {
    border-color: #dfdfdf;
    border-radius: 8px;
    color: rgb(121, 121, 121);
}
input::placeholder {
    color: rgb(121, 121, 121) !important;
    font-weight: 300 !important;
}
.color-preview {
    height: 20px;
    width: 20px;
    border: 1px solid #dadada;
    border-radius: 25px;
    float: left;
    margin-right: 10px;
}
.preview {

}
.calculator-head {
    padding-bottom: 50px;
}
.calculator-preview {
    width: 90%;
    margin: 0 auto;
    height: 500px;
    background-image: url('../img/house.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.summary-btn {
    border: 1px solid #dadada;
    background-color: #fff;
    background-image: url('../img/right-arrow.svg');
    background-size: 20px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    color: #000;
    font-weight: 600;
    padding: 10px;
    padding-left: 17px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
}
.buy-btn {
    background-image: url('../img/right-arrow-white.svg'),
                    linear-gradient(180deg, rgba(0,231,176,1) 0%, rgba(0,159,121,1) 100%);
    background-position: 98% 50%, center center;
    background-repeat: no-repeat, repeat;
    background-size: 20px, 100%;
    box-shadow: 0px 24px 45px -19px rgba(0,159,122,1);
    border-radius: 10px;
    border: none;
    font-weight: 800;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.buy-btn:hover{
    text-decoration: none;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 24px 45px -15px rgba(0,159,122,1);
}
.sizes {
    margin-top: 25px;
}
.summary-item {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}
#kuznetcov {
    background-color: #d1dce654;
}
#help {
    background-image: url('../img/NAIL.png');
    background-size: contain;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #6b798b;
}
.help-heading {
    color: #6b798b;
}
.help-heading span {
    color: #ff9900;
    border-color: #ff9900;
}
.playlist-btn {
    color: #fff;
    font-weight: 600;
    background: linear-gradient(180deg, #ffbc3f 0%, #ff9900 100%);
    box-shadow: 0px 24px 45px -19px #ff9900;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
    margin-top: 20px;
    border: 0px;
}
.playlist-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 24px 45px -15px #ff9900;
}
.call-btn {
    background: transparent;
    color: #ff9900;
    padding: 10px;
    margin-top: 20px;
}
.fas {
    margin-right: 14px;
}
.sub-btns {
    padding-top: 20px;
}
.modal {
    padding-right: 0 !important;
}
.modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}
.modal-content {
    border-color: transparent;
    background: transparent;
    /* backdrop-filter: blur(5px); */
    border-radius: 0;
    height: 100%;
}
.container-unlimited, .container-slider {
    max-width: 100%;
}
.container-slider {
    padding-right: 0;
    padding-left: 0;
}
#types {
    padding-top: 100px;
    padding-bottom: 120px;
}
.type-name {
    font-weight: 800;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #009f79;
}
.type-caption {
    font-weight: 400;
    color: #999;
    font-size: 14px;
}
.types-subheading {
    margin-bottom: 40px;
}
.rounded {
    border: 1px solid #dadada;
    border-radius: 8px !important;
    margin-bottom: 10px;
}
.carousel-item {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#objects {
    padding-top: 100px;
    padding-bottom: 0px;
}
.offer {
    padding: 15px;
    border-bottom: 1px solid #dfdfdf;
}
.offer-big {

    background-image: url('../img/warranty.png');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    margin-top: 25px;
    padding-left: 10px;
}
.offer-big p{
    font-size: 12px;
    padding: 10px;
    margin-bottom: 0;
}
.offer-icon {
    font-size: 36px;
    color: #009f79;
}
.fa-check {
    color: #009f79;
}
.offer-title {
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
    padding: 10px;
}
.otk-image {
    background-image: url('../img/otk.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.social-links {
    margin-top: 20px;
}
.social-link {
    float: left;
    background-color: rgba(255, 255, 255, 0.4);
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    border-radius: 8px;
    font-size: 16px;
    margin-right: 10px;
    transition: background-color 0.3s ease-in-out;
}
.social-link:hover{ background-color: rgba(255, 255, 255, 0.7); }
.order-form {
    background-color: #fff;
    box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.16);
    border-radius: 10px;
    padding: 30px;
}
.order-btn {
    background: linear-gradient(180deg, rgba(0,231,176,1) 0%, rgba(0,159,121,1) 100%);
    margin-top: 30px;
}
.order-heading {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 5px;
    color: #009f79;
}
.order-time {
    font-size: 14px;
    color: #999;
}
.pc-menu {
    background: #fff;
}
.nav {
    clear: both;
}
.pc-content {
    padding-right: 0;
    padding-left: 0;
}
.pc-float {
    position: fixed;
    z-index: 100;
    padding-right: 0;
    padding-left: 0;
    top: 0;
    left: 0;
    box-shadow: 9px 0px 20px -6px rgba(0,0,0,0.15);
    height: 100vh;
}
.container-mini {
    width: 30%;
}
.container-specs {
    width: 70%;
}
.specs-btn {
    background-image: none;
    background-color: #f1f1f1;
}
.navbar-brand {
    display: flex;
}
.navbar-nav {
    padding-top: 25px;
}
.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease-in-out;
}
.scrolled .nav-link {
    color: #222;
}
.carousel-item {
    box-shadow: inset 0px -140px 75px 0px rgba(0,0,0,0.55);
}
.carousel-caption {
    bottom: 20px !important;
}
.add-btn {
    background: #fff;
    color: #999;
}
.card {
    border-radius: 8px;
}
.card-header {
    padding: 0;
}
.btn-link {
    color: #009f79;
}
.btn-link:hover{
    color: #007257;
}
/* .nav-promo {
    background-image: linear-gradient(180deg, #ffbc3f 0%, #ff9900 100%);
    color: #be7b16;
    color: #fff;
    border-color: transparent;
    position: relative;
    overflow: hidden;
}
.nav-promo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    filter: blur(15px);
    transform: translateX(-50px) skewX(-45deg);
    animation: move-light 2s infinite;
}
.promo {
    color: #fff;
}
.nav-promo:hover .promo {
    color: #35260e;
} */
.modal-backdrop {
    /*backdrop-filter: blur(10px);*/
}
@keyframes move-light {
    from {
      transform: translateX(-250px) skewX(-45deg);
    }
    to {
      transform: translateX(500px) skewX(-45deg);
    }
  }

.navbar-toggler {
    background-color: #fff;
    background-image: url('../img/list.svg');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center center;
}
.navbar {
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #f0f0f0;
}
.safplast-digital {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #bfc5ce;
}
.safplast-link {
    margin-right: 15px;
    border-left: 2px solid #f1f1f175;
    padding-left: 12px;
    font-size: 12px;
}
.safplast-link:first-child{

    border-left: 0;

}
.safplast-active {
    color: #009f79;
    font-weight: bold;
}
.safplast-active .novattro-name, .safplast-active .novattro-caption {
    color: #009f79;
}
.novattro-name {
    color: #222;
    font-size: 16px;
}
.novattro-caption {
    font-size: 12px;
    color: #6b798b;
}
.lang-selector {
    display: flex;
}
.lang-ru {
    padding: 3px;
    padding-left: 20px;
    font-size: 12px;
    color: #bfc5ce;
    background-image: url('https://novattro-prof.ru/img/ru-lang.svg');
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
}
.lang-en {
    padding: 3px;
    padding-left: 20px;
    font-size: 12px;
    color: #bfc5ce;
    background-image: url('https://novattro-prof.ru/img/en-lang.svg');
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 10px;
}
@media (max-width: 1196px) {
    .main-heading {
        font-size: 32px;
        line-height: 38px;
    }
    .secondary-btn {
        display: none;
    }
    .navbar {
        background-color: rgba(255, 255, 255, 0.95);
    }
    .nav-link {
        color: #222;
    }
    #help {
        padding-bottom: 400px;
        background-position: center bottom;
    }
    .type-caption {
        margin-bottom: 30px;
    }
    .img-fluid {
        margin: auto;
        max-width: 70%;
    }
    .footer-heading {
        margin-top: 20px;
    }
    .container-mini {
        width: 95%
    }
}

h1, .h1 {
	font-size: 4rem;
	font-weight: 700;
}
/* Radical 2026 visual refresh */
:root {
    --np-bg: #071815;
    --np-bg-2: #102a25;
    --np-card: rgba(255,255,255,0.92);
    --np-mint: #00d6a1;
    --np-green: #009f79;
    --np-lime: #c7ff62;
    --np-orange: #ff9f1c;
    --np-text: #12221f;
    --np-muted: #66736f;
    --np-line: rgba(9, 70, 58, 0.12);
    --np-shadow: 0 24px 70px rgba(2, 33, 27, 0.16);
}

html { scroll-behavior: smooth; }
body {
    background: #f5faf8;
    color: var(--np-text);
    overflow-x: hidden;
}
body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        radial-gradient(circle at 12% 12%, rgba(0,214,161,.16), transparent 28%),
        radial-gradient(circle at 85% 5%, rgba(255,159,28,.12), transparent 24%),
        linear-gradient(180deg, #f7fffc 0%, #edf6f2 100%);
}
.container-fluid { max-width: 1240px; }
.navbar {
    background: rgba(255,255,255,.86);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 50px rgba(8,34,29,.08);
}
.safplast-digital {
    width: 100%;
    color: var(--np-muted);
}
.safplast-link, .nav-link { transition: color .2s ease, transform .2s ease; }
.nav-link:hover { transform: translateY(-1px); }
.nav-promo .promo {
    background: linear-gradient(135deg, var(--np-orange), #ff6f3d);
    color: #fff !important;
    border-radius: 999px;
    padding: 10px 16px;
    box-shadow: 0 12px 28px rgba(255,159,28,.28);
}
.top-background {
    min-height: 720px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(110deg, rgba(7,24,21,.94) 0%, rgba(7,24,21,.76) 45%, rgba(0,159,121,.30) 100%),
        url('../img/test.jpg');
    background-position: center;
    box-shadow: none;
    border-radius: 0 0 44px 44px;
}
.top-background:before,
.top-background:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(4px);
    opacity: .8;
}
.top-background:before {
    width: 420px;
    height: 420px;
    right: 8%;
    top: 14%;
    background: radial-gradient(circle, rgba(0,214,161,.34), transparent 68%);
}
.top-background:after {
    width: 260px;
    height: 260px;
    right: 24%;
    bottom: 10%;
    background: radial-gradient(circle, rgba(255,159,28,.28), transparent 70%);
}
.hero-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    color: var(--np-lime);
    background: rgba(255,255,255,.08);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.main-heading {
    display: block;
    max-width: 940px;
    background: transparent;
    color: #fff;
}
.main-heading h1 {
    margin: 20px 0 0;
    font-size: clamp(42px, 7vw, 86px);
    line-height: .98;
    letter-spacing: -0.06em;
    font-weight: 800;
    text-wrap: balance;
}
.main-subheading {
    position: relative;
    z-index: 1;
    max-width: 720px;
    color: rgba(255,255,255,.82);
    font-size: 21px;
    line-height: 1.55;
}
.main-subheading a { border-bottom-color: rgba(199,255,98,.7); }
.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.subheading-li {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 12px 16px 12px 48px;
    border-radius: 16px;
    background-color: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-position: 14px 50%;
    background-size: 24px;
}
.first-li { margin-top: 0; }
.hero-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-bottom: 34px;
}
.main-btn, .main-btn-orange, .playlist-btn, .buy-btn {
    border-radius: 999px;
    padding: 16px 24px;
    font-weight: 800;
    border: 0;
}
.main-btn {
    background: linear-gradient(135deg, var(--np-mint), var(--np-green));
    box-shadow: 0 20px 50px rgba(0,214,161,.28);
}
.main-btn-orange {
    background: linear-gradient(135deg, var(--np-orange), #ff6f3d);
    box-shadow: 0 20px 50px rgba(255,159,28,.24);
}
.hero-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    gap: 12px;
    max-width: 680px;
    padding-bottom: 70px;
}
.hero-stats div {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.14);
    color: #fff;
}
.hero-stats strong { display: block; font-size: 28px; line-height: 1; }
.hero-stats span { display: block; margin-top: 8px; color: rgba(255,255,255,.70); font-size: 13px; }
.section-heading {
    color: var(--np-text);
    font-size: clamp(31px, 4vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.045em;
    padding-bottom: 24px;
}
.section-heading span {
    background: linear-gradient(135deg, var(--np-green), var(--np-mint));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.section-lead {
    color: var(--np-muted);
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 28px;
}
.advantages-section, .types-section, .palette-section, .objects-section {
    padding: 110px 0;
}
.advantages-grid { margin-top: 20px; }
.advantage-card {
    min-height: 280px;
    padding: 28px;
    margin-bottom: 24px;
    border-radius: 30px;
    background: var(--np-card);
    box-shadow: var(--np-shadow);
    border: 1px solid rgba(255,255,255,.75);
    transition: transform .25s ease, box-shadow .25s ease;
}
.advantage-card:hover, .type-card:hover, .object-card:hover, .color-card:hover {
    transform: translateY(-6px);
}
.advantage-card.accent {
    background: linear-gradient(160deg, var(--np-bg), var(--np-bg-2));
    color: #fff;
}
.advantage-number {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    margin-bottom: 34px;
    color: var(--np-green);
    background: rgba(0,214,161,.14);
    font-weight: 800;
}
.advantage-card.accent .advantage-number { color: var(--np-lime); background: rgba(255,255,255,.1); }
.advantage-card h3 { font-size: 24px; font-weight: 800; letter-spacing: -.03em; }
.advantage-card p { color: var(--np-muted); line-height: 1.6; margin-bottom: 0; }
.advantage-card.accent p { color: rgba(255,255,255,.72); }
.compare-panel {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    margin-top: 34px;
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(0,214,161,.13), rgba(255,159,28,.10));
    border: 1px solid var(--np-line);
}
.compare-panel h3 { font-weight: 800; }
.compare-panel p { max-width: 650px; color: var(--np-muted); margin: 0; }
.compare-tags { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; justify-content: flex-end; }
.compare-tags span {
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    color: var(--np-green);
    font-weight: 800;
    font-size: 13px;
}
.objects-section {
    background: var(--np-bg);
    position: relative;
    overflow: hidden;
}
.objects-section:before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: -180px;
    top: -160px;
    background: radial-gradient(circle, rgba(0,214,161,.24), transparent 68%);
}
.objects-section .section-heading, .objects-section .section-lead { color: #fff; }
.objects-section .section-lead { color: rgba(255,255,255,.68); }
.objects-gallery {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
    gap: 18px;
}
.object-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: 260px;
    padding: 24px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 70px rgba(0,0,0,.25);
    transition: transform .25s ease;
}
.object-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.74));
}
.object-card > div { position: relative; z-index: 1; color: #fff; }
.object-card span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(199,255,98,.18);
    color: var(--np-lime);
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}
.object-card h3 { font-size: 24px; font-weight: 800; letter-spacing: -.03em; }
.object-card p { color: rgba(255,255,255,.78); margin-bottom: 0; }
.object-card-large { grid-column: span 2; grid-row: span 2; }
.types-section { background: #fff; }
.type-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.type-card {
    position: relative;
    padding: 18px;
    border-radius: 28px;
    background: #f8fbfa;
    border: 1px solid var(--np-line);
    box-shadow: 0 18px 50px rgba(8,34,29,.08);
    transition: transform .25s ease;
}
.type-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 22px;
    background: linear-gradient(135deg, #edf6f2, #fff);
    border: 1px solid rgba(0,0,0,.05);
}
.type-badge {
    display: inline-flex;
    margin-top: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--np-green);
    background: rgba(0,214,161,.13);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.type-name { color: var(--np-text); font-size: 23px; letter-spacing: -.03em; }
.type-caption { color: var(--np-muted); line-height: 1.55; }
.palette-section {
    background: linear-gradient(180deg, #f4fbf8 0%, #eaf6f1 100%);
}
.palette-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.color-card {
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(255,255,255,.9);
    box-shadow: 0 16px 42px rgba(8,34,29,.08);
    transition: transform .25s ease;
}
.color-square {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 18px;
    margin-bottom: 12px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: inset 0 0 40px rgba(255,255,255,.34);
}
.color-card strong { display: block; font-size: 16px; }
.color-card small { display: block; color: var(--np-muted); margin-top: 4px; }
.color-square.clear { background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(218,238,235,.75)); }
.color-square.bronze { background: linear-gradient(135deg, #b19179, #5f493f); }
.color-square.green { background: linear-gradient(135deg, #54d66a, #007b27); }
.color-square.blue { background: linear-gradient(135deg, #4d83ff, #003097); }
.color-square.terracotta { background: linear-gradient(135deg, #e5833c, #974112); }
.color-square.teal { background: linear-gradient(135deg, #4af0d1, #009f89); }
.color-square.white { background: linear-gradient(135deg, #fff, #e8ecec); }
.color-square.pomegranate { background: linear-gradient(135deg, #e05a5a, #8d2028); }
.color-square.milk { background: linear-gradient(135deg, #fffaf0, #e9dfca); }
.color-square.yellow { background: linear-gradient(135deg, #fff46a, #d6b600); }
.color-square.orange { background: linear-gradient(135deg, #ffc34f, #e06f00); }
.color-square.red { background: linear-gradient(135deg, #ff5d55, #ba0000); }
#calculator {
    background: linear-gradient(135deg, #0b201c, #153a32);
    color: #fff;
}
#calculator .section-heading { color: #fff; }
#kuznetcov, #buy { background: #f5faf8 !important; }
.footer { background: #071815; }
@media (max-width: 991px) {
    .top-background { min-height: auto; border-radius: 0 0 28px 28px; }
    .main-heading h1 { font-size: 44px; }
    .hero-stats, .type-grid, .palette-grid { grid-template-columns: repeat(2, 1fr); }
    .objects-gallery { grid-template-columns: repeat(2, 1fr); }
    .object-card-large { grid-column: span 2; grid-row: span 1; }
    .compare-panel { flex-direction: column; }
    .compare-tags { justify-content: flex-start; }
}
@media (max-width: 575px) {
    .hero-stats, .type-grid, .palette-grid, .objects-gallery { grid-template-columns: 1fr; }
    .object-card-large { grid-column: span 1; }
    .main-heading h1 { font-size: 34px; }
    .main-subheading { font-size: 17px; }
    .advantages-section, .types-section, .palette-section, .objects-section { padding: 70px 0; }
    .hero-actions .btn { width: 100%; }
}
