* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: .1s ease;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    text-decoration: none
}

html {
    overflow-x: hidden;
    scroll-padding-top: 50px
}

main {
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    max-width: 1600px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.header {
    position: fixed;
    width: 100%;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    background-color: #4575b5;
    color: #fff;
    z-index: 15;
    justify-content: space-around;
    box-shadow: 0 0 6px 1px #a0a0a0
}

.logo-link {
    display: inline-block;
    text-decoration: none
}

.logo {
    min-width: 180px;
    width: 100%;
    max-width: 300px;
    height: auto;
    color: #fff;
    padding: 10px
}

.logo:hover {
    transform: scale(1.1)
}

.desktop-nav {
    padding: 15px
}

.desktop-nav a {
    padding: 10px 20px;
    color: #fff;
    font-weight: 900
}

.desktop-nav a:hover {
    background-color: #fff;
    color: #4575b5
}

.mobile-menu {
    display: none;
    position: relative;
    z-index: 70
}

.nav-item {
    padding: 15px 10px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #e0e0e0;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px
}

.menu-button-close,.nav-link:first-child {
    display: none
}

.nav-item:focus,.nav-item:hover {
    background: #00a0e3;
    color: #fff;
    border-color: #00a0e3;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,160,227,.3);
    outline: 0
}

.menu-button-open {
    display: none
}

.breadcrumbs {
    padding: 12px 0;
    margin: 0 auto 20px;
    max-width: 1200px;
    font-size: 14px;
    border-bottom: 1px solid #eee
}

.breadcrumbs ol {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 8px
}

.breadcrumbs li {
    display: flex;
    align-items: center
}

.breadcrumbs li:not(:last-child)::after {
    content: "›";
    margin-left: 8px;
    color: #4575b5;
    font-weight: 700
}

.breadcrumbs a {
    color: #4575b5;
    text-decoration: none;
    transition: color .2s
}

.breadcrumbs a:hover {
    color: #2c5282;
    text-decoration: underline
}

.breadcrumbs span[aria-current=page] {
    color: #666;
    font-weight: 500
}

.item-card,h1 {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background: #fff
}

h1 {
    text-align: center;
    margin: 60px auto 20px;
    box-shadow: 0 0 6px 1px #a0a0a0
}

h2,header.card a {
    color: #fff;
    background-color: #4575b5;
    text-align: center
}

h2,header.card {
    border-radius: 10px
}

h2 {
    order: -1;
    flex-basis: 100%;
    margin: 15px auto;
    padding: 10px 20px
}

#beton,#complect,#ogradki,#seo-gallery,#skameyki,#specpredlog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(135deg,#f8fafc 0,#e8f0f8 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border: 2px solid #e1e8f2
}

.item-card {
    flex: 1 1 480px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.card,.item-card,div.card aside,h2 {
    box-shadow: 0 0 6px 1px #a0a0a0
}

.card,div.card aside {
    background-color: #fff
}

.card {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border-left: 4px solid #4575b5
}
.figure-img{
    width: 100%;
    height: auto;
}

header.card {
    display: flex
}

header.card h3 {
    flex: 2;
    margin: 0;
    padding: 10px 20px;
    line-height: 1.3;
    text-align: left;
    font-size: 1.2rem
}

header.card a {
    flex: 1;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0 10px 10px 0;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    position: relative
}

div.card aside a:hover,header.card a:hover {
    transform: translateX(-10px);
    box-shadow: 0 4px 12px rgba(39,75,174,.3)
}

aside.card,figure.card {
    padding: 10px
}

div.card {
    display: flex;
    position: relative
}

div.card picture {
    flex: 3
}

div.card picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

div.card aside {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #4575b5
}

div.card aside ul {
    flex-grow: 1;
    padding: 0;
    margin: 0;
    text-align: center
}

div.card aside ul>li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    list-style: none;
    padding: 10px
}

.advantages-list li:last-child,.price-list>div:last-child,div.card aside ul>li:last-child {
    border-bottom: none
}

div.card aside a,table.card caption {
    font-weight: 700;
    padding: 10px;
    background-color: #4575b5;
    color: #fff;
    text-align: center
}

div.card aside a {
    display: inline-block;
    text-decoration: none;
    border-radius: 0 0 8px;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    position: relative;
    box-shadow: 0 4px 12px rgba(39,75,174,.3)
}

table.card {
    width: 100%;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px #a0a0a0;
    background: #fff
}

table.card caption {
    border-radius: 10px 10px 0 0;
    caption-side: top;
    box-shadow: 0 0 6px 1px #a0a0a0
}

table.card thead th {
    padding: 10px;
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .5px;
    border-bottom: 2px #4575b5 solid
}

table.card thead th:first-child {
    text-align: left
}

table.card thead th:last-child {
    text-align: right
}

table.card tbody tr {
    border-bottom: 1px #4575b5 solid
}

table.card tbody td:first-child {
    text-align: left;
    padding: 10px
}

table.card tbody td:last-child a {
    padding: 10px
}

.price-link {
    width: 100%;
    display: inline-block;
    text-align: center
}

.logo-telegram{
    width: 26px;
    padding: 3px;
}

.product-crosslinks,.product-crosslinks-footer {
    text-align: center;
    margin-top: 1rem;
    padding: .5rem;
    border-top: 1px solid #eee;
    font-size: .9rem;
    color: #666
}

.product-crosslinks {
    display: none
}

.product-crosslinks a,.product-crosslinks-footer a {
    color: #4575b5;
    text-decoration: none
}
.product-crosslinks-footer ul li{
    list-style-type: none;
}
.product-crosslinks-footer {
    margin: 0 auto
}

.metal-gallery {
    padding: 50px;
    max-width: 1400px;
    margin: 20px auto
}

.gallery-container {
    position: relative
}

.gallery-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.gallery-wrapper {
    display: flex;
    gap: 2rem;
    min-height: 600px
}

.main-image-container {
    flex: 1;
    position: relative
}

.main-figure {
    margin: 0;
    display: none;
    opacity: 0;
    transition: opacity .3s ease
}

#gallery-1:checked~.gallery-wrapper #image-1,#gallery-2:checked~.gallery-wrapper #image-2,#gallery-3:checked~.gallery-wrapper #image-3,#gallery-4:checked~.gallery-wrapper #image-4,#gallery-5:checked~.gallery-wrapper #image-5,#gallery-6:checked~.gallery-wrapper #image-6,#gallery-7:checked~.gallery-wrapper #image-7 {
    display: block;
    opacity: 1
}

.figure-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.1)
}

.main-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px
}

.figure-caption {
    margin-top: 1rem
}

.figure-caption h3 {
    margin: 0 0 .5rem;
    color: #333;
    font-size: 1.25rem
}

.figure-caption p {
    margin: 0 0 .5rem;
    color: #666;
    line-height: 1.5
}

.photo-counter {
    display: inline-block;
    color: #4575b5;
    font-weight: 600;
    font-size: .9rem
}

.gallery-nav {
    width: 280px;
    flex-shrink: 0
}

.gallery-dots {
    display: none
}

.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 800px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: #4575b5 #f0f0f0
}

.thumbnails::-webkit-scrollbar {
    width: 6px
}

.thumbnails::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px
}

.thumbnails::-webkit-scrollbar-thumb {
    background: #4575b5;
    border-radius: 3px
}

.thumbnails::-webkit-scrollbar-thumb:hover {
    background: #3661a3
}

.thumbnail-item {
    display: block;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: all .2s ease;
    background: #fff
}

.thumbnail-item:hover {
    border-color: #4575b5;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(69,117,181,.2)
}

#gallery-1:checked~.gallery-wrapper .thumbnail-item[for=gallery-1] .thumbnail-content,#gallery-2:checked~.gallery-wrapper .thumbnail-item[for=gallery-2] .thumbnail-content,#gallery-3:checked~.gallery-wrapper .thumbnail-item[for=gallery-3] .thumbnail-content,#gallery-4:checked~.gallery-wrapper .thumbnail-item[for=gallery-4] .thumbnail-content,#gallery-5:checked~.gallery-wrapper .thumbnail-item[for=gallery-5] .thumbnail-content,#gallery-6:checked~.gallery-wrapper .thumbnail-item[for=gallery-6] .thumbnail-content,#gallery-7:checked~.gallery-wrapper .thumbnail-item[for=gallery-7] .thumbnail-content {
    border-color: #4575b5;
    background-color: rgba(69,117,181,.05)
}

.thumbnail-content {
    display: block;
    padding: 8px;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all .2s ease
}

.thumbnail-picture {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px
}

.thumbnail-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px
}

.thumbnail-title {
    display: block;
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    color: #333;
    padding: 4px 0
}

.thumbnail-item:focus-within .thumbnail-content {
    outline: 3px solid #4575b5;
    outline-offset: 2px
}

.gallery-subheading {
    padding: 20px
}

.order-dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: 0 0;
    z-index: 20;
    padding: 20px;
    max-width: 400px;
    width: 90%
}

.order-dialog:target {
    display: block
}

.order-dialog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
    z-index: 2
}

.order-dialog:target::after {
    content: "";
    position: absolute;
    width: 200vw;
    height: 200vh;
    top: -100vh;
    left: -100vw;
    background: rgba(135,133,155,.5);
    backdrop-filter: blur(4px);
    z-index: 1
}

.order-dialog>* {
    position: relative;
    z-index: 3
}

.order-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.close-dialog {
    font-size: 1.8rem;
    line-height: 1;
    text-decoration: none;
    color: red;
    padding: 20px;
    font-weight: 900
}

.close-dialog-mobile {
    display: none
}

.close-dialog:hover {
    color: #000
}

.contact-methods {
    display: grid;
    gap: 12px;
    margin-bottom: 20px
}

.contact-method {
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    transition: transform .2s
}

.contact-method:hover {
    transform: translateY(-2px)
}

.telegram {
    background: #1a8ad5
}

.whatsapp {
    background: #1ab153
}

.vk {
    background: #447bba
}

.phone {
    background: radial-gradient(136.12% 140.74%at 99.77% 99.04%,#0d9488 0,#2dd4bf 20%,#14b8a6 80%,#5eead4 100%)
}

.max {
    background: radial-gradient(136.12% 140.74%at 99.77% 99.04%,#8d28c8 0,#7c42fa 20%,#007aff 80%,#609ceb 100%)
}

.order-dialog-footer {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
    color: #666;
    font-size: .95rem
}

#_:target {
    display: none
}

:root {
    --primary-blue: #4575b2;
    --primary-dark: #2c5282;
    --primary-light: #5d8dc9;
    --accent-gold: #d4af37;
    --text-dark: #2d3748;
    --text-light: #4a5568;
    --text-white: #ffffff;
    --bg-light: #f8fafc;
    --bg-dark: #1a202c;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --gradient-primary: linear-gradient(135deg, #4575b2 0%, #2c5282 50%, #1a365d 100%);
    --gradient-gold: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
    --gradient-card: linear-gradient(145deg, #ffffff 0%, #f7fafc 100%);
    --border-radius: 12px;
    --border-radius-lg: 20px;
    --transition: all 0.3s ease
}

footer[aria-label="Подвал сайта"] {
    position: relative;
    background: var(--gradient-primary);
    color: var(--text-white);
    margin-top: 5rem;
    padding: 0;
    overflow: hidden;
    isolation: isolate
}

.contact-heading::after,footer::before {
    content: "";
    position: absolute;
    left: 0;
    background: var(--gradient-gold)
}

footer::before {
    top: 0;
    right: 0;
    height: 4px;
    z-index: 1
}

footer::after {
    content: "";
    position: absolute;
    bottom: -50%;
    right: -20%;
    background: radial-gradient(circle,rgba(212,175,55,.1)0,transparent 70%);
    z-index: -1
}

.footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem 2rem;
    position: relative;
    z-index: 2
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.footer-map,.footer-map img,.footer-nav a {
    transition: var(--transition)
}

.footer-map {
    margin: 0;
    position: relative
}

.footer-map:hover {
    transform: translateY(-5px)
}

.footer-map picture {
    display: block;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 3px solid rgba(255,255,255,.2);
    position: relative
}

.footer-map picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    z-index: 1;
    pointer-events: none
}

.footer-map img {
    width: 100%;
    height: auto;
    display: block;
    filter: saturate(1.2) contrast(1.1)
}

.footer-map:hover img {
    transform: scale(1.02)
}

.footer-map figcaption {
    margin-top: 1.5rem
}

.footer-nav {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: .5rem
}

.footer-nav a {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    color: var(--text-white);
    text-decoration: none;
    border-radius: var(--border-radius);
    border: 1px solid rgba(255,255,255,.2);
    font-weight: 500
}

.footer-nav a::before {
    content: "?";
    font-size: 1.1em
}

.footer-nav a:hover {
    background: rgba(255,255,255,.2);
    border-color: var(--accent-gold);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,.15)
}

.contact-heading,.footer-contacts-section {
    position: relative
}

.contact-heading {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .5px
}

.contact-heading::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
    border-radius: 3px
}

.footer-contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.address-item,.work-hours {
    background: rgba(255,255,255,.05);
    border-radius: var(--border-radius);
    border: 1px solid rgba(255,255,255,.1);
    padding: 1rem 1rem 1rem 3rem
}

.address-item strong,.card-phone,.work-hours strong {
    color: var(--accent-gold);
    font-weight: 600
}

.card-phone {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem 1.25rem;
    background: linear-gradient(135deg,rgba(212,175,55,.2),rgba(184,134,11,.1));
    color: var(--text-white);
    text-decoration: none;
    border-radius: var(--border-radius);
    border: 1px solid rgba(212,175,55,.3);
    transition: var(--transition);
    width: 100%
}

.card-phone:hover {
    background: linear-gradient(135deg,rgba(212,175,55,.3),rgba(184,134,11,.2));
    border-color: var(--accent-gold);
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(212,175,55,.2)
}

.footer-contacts a:not(.card-phone) {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem 1.25rem;
    background: rgba(255,255,255,.08);
    color: var(--text-white);
    text-decoration: none;
    border-radius: var(--border-radius);
    border: 1px solid rgba(255,255,255,.15);
    font-weight: 500;
    transition: var(--transition);
    width: 100%;
    position: relative;
    overflow: hidden
}

.footer-contacts a:not(.card-phone)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
    transition: left .5s ease
}

.footer-contacts a:not(.card-phone):hover::before {
    left: 100%
}

.footer-contacts a:not(.card-phone):hover {
    background: rgba(255,255,255,.15);
    border-color: rgba(255,255,255,.3);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,.15)
}

.footer-contacts a[href*="t.me"]:hover {
    border-color: #08c;
    background: rgba(0,136,204,.1)
}

.footer-contacts a[href*="vk.com"]:hover {
    border-color: #4c75a3;
    background: rgba(76,117,163,.1)
}

.footer-contacts a[href*="wa.me"]:hover {
    border-color: #25d366;
    background: rgba(37,211,102,.1)
}

.footer-contacts a[href*="max.ru"]:hover {
    border-color: #00c2ff;
    background: rgba(0,194,255,.1)
}

.footer-info {
    text-align: center;
    padding-top: 2rem;
    position: relative
}

.footer-info p {
    margin: .75rem 0;
    color: rgba(255,255,255,.7);
    font-size: .9rem;
    line-height: 1.6
}

.footer-info p:first-child {
    color: rgba(255,255,255,.9);
    font-size: 1rem
}

.footer-note {
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: .85rem!important;
    color: rgba(255,255,255,.5)!important
}

.footer-note a {
    color: rgba(212,175,55,.8);
    text-decoration: none;
    transition: var(--transition);
    border-bottom: 1px dotted rgba(212,175,55,.3)
}

.footer-note a:hover {
    color: var(--accent-gold);
    border-bottom-color: var(--accent-gold)
}

figure.card {
    display: flex
}


figure.card picture {
    flex: 1;
    padding: 10px
}

.price-card {
    padding: 1rem
}

.price-card h3 {
    margin-top: 0;
    text-align: center;
    font-size: 1.2em;
    background-color: #4575b5;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0
}

.price-list {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-top: none
}

.price-list>div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: .75rem;
    border-bottom: 1px solid #ddd
}

.price-list dt {
    font-weight: 400;
    margin: 0;
    text-align: left
}

.price-list dd {
    margin: 0;
    text-align: right
}

.price-link span[itemprop=price] {
    margin-right: .1em;
    font-weight: 700
}

.price-link span[itemprop=priceCurrency] {
    font-weight: 700
}

.price-link,.specs-list dt {
    font-weight: 700;
    color: #4575b5
}

.price-link {
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: .1em;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(69,117,181,.3);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    position: relative;
    padding: 8px 40px 8px 15px
}

.price-link:hover {
    transform: translateX(-5px);
    box-shadow: 0 4px 12px rgba(69,117,181,.5)
}

.price-note {
    margin-top: 1rem;
    font-style: italic;
    color: #666;
    text-align: center;
    font-size: .9em;
    padding: 0 1rem
}

.price-link .price-text {
    display: inline-block
}

.price-link .price-text span[itemprop=price] {
    margin-right: .1em
}

.specs-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 15px;
    margin: 0
}

.specs-list dt {
    font-size: 1rem;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #f0f4f9
}

.specs-list dd {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px
}

.specs-list dd .spec-actual {
    background: linear-gradient(135deg,#4575b5 0,#5a8fd8 100%);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: .9rem;
    margin-left: auto;
    box-shadow: 0 2px 4px rgba(69,117,181,.2)
}

.specs-list dd:not(:has(.spec-actual)) {
    padding-left: 10px;
    position: relative
}

.specs-list dd:not(:has(.spec-actual))::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4575b5;
    font-weight: 700
}

.specs-list dt+dd {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c5282;
    padding: 8px 12px;
    background: #f7fafc;
    border-radius: 8px;
    border-left: 4px solid #4575b5
}

.kit-includes h4 {
    margin-top: 0;
    color: #264653;
    font-size: 1.1em
}

.kit-includes ul {
    list-style: none;
    padding-left: 0;
    margin: 1em 0
}

.kit-includes li {
    margin-bottom: .5em;
    padding-left: 0
}

.kit-includes a {
    color: #4575b5;
    text-decoration: underline;
    font-weight: 500
}

.kit-includes .disclaimer {
    font-size: .85em;
    color: #6c757d;
    margin-top: 1em;
    margin-bottom: 0
}

.special-badge {
    display: inline-block;
    background: #e63946;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    padding: .2em .6em;
    border-radius: 4px;
    margin-left: .5em;
    vertical-align: middle
}

#complect>.seo-intro,#complect>article:last-child {
    flex: 1 0 100%;
    max-width: 100%
}

#complect>article.advantages-section {
    flex: 1 0 100%;
    max-width: 100%;
    order: 100
}

.advantages-list,.advantages-section h3,.cta-block {
    width: 100%;
    box-shadow: 0 0 6px 1px #a0a0a0;
    border-radius: 10px
}

.advantages-section h3 {
    text-align: center;
    margin: 15px auto;
    padding: 10px 20px;
    background-color: #4575b5;
    color: #fff
}

.advantages-list,.cta-block {
    background-color: #fff;
    overflow: hidden;
    border-left: 4px solid #4575b5;
    padding: 20px;
    margin: 15px 0
}

.advantages-list li {
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid #f1f3f4;
    font-size: 1rem;
    line-height: 1.5
}

.advantages-list strong,.cta-block strong {
    color: #4575b5
}

.cta-block {
    text-align: center
}

.cta-block p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.6
}

#advice,.contact-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.contact-options {
    gap: 20px;
    margin-top: 20px
}

.phone-button,.telegram-button {
    flex: 1;
    min-width: 250px;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
    color: #fff;
    background-color: #4575b5;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    text-align: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(39,75,174,.3)
}

.phone-button:hover,.telegram-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(39,75,174,.5)
}

#advice {
    width: 100%;
    flex-direction: row;
    gap: 30px;
    margin: 40px 0;
    padding: 20px;
    background: linear-gradient(135deg,#f8fafc 0,#e8f0f8 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border: 2px solid #e1e8f2
}

#advice>.item-card,#advice>h2 {
    position: relative;
    overflow: hidden
}

#advice>h2,#advice>p {
    flex-basis: 100%;
    text-align: center
}

#advice>h2 {
    order: -1;
    margin: 15px auto 30px;
    padding: 20px 40px;
    background: linear-gradient(135deg,#4575b5 0,#2c5282 100%);
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(69,117,181,.3);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .5px;
    z-index: 1
}

#advice>h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,#d4af37,#f8de7e,#d4af37);
    z-index: 2
}

#advice>p {
    margin: 0 auto 40px;
    padding: 25px 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    font-size: 1.2rem;
    line-height: 1.7;
    color: #333;
    border-left: 5px solid #4575b5;
    font-weight: 500
}

#advice>.item-card {
    flex: 1 1 100%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(69,117,181,.1);
    margin-bottom: 40px
}

#advice .item-card>.card>header {
    background: 0 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 10px
}

#advice .item-card>.card>header h3 {
    color: #2c5282;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0;
    border-bottom: 3px solid #e9eff5;
    position: relative
}

#advice .item-card>.card>header h3::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg,#4575b5,#d4af37)
}

#advice .item-card .card {
    width: 100%;
    background: #f9fbfe;
    box-shadow: 0 5px 15px rgba(69,117,181,.08);
    border-radius: 12px;
    overflow: hidden;
    border: 0;
    border-left: 5px solid #5d8dc9;
    padding: 25px;
    margin: 10px 0;
    transition: all .3s ease
}

#advice .item-card .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(69,117,181,.15);
    border-left-color: #d4af37
}

#advice .card h4,#advice .specs-list dt {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px
}

#advice .card h4 {
    color: #2c5282;
    font-size: 1.3rem;
    margin: 0 0 15px;
    padding: 0
}

#advice .card h4::before {
    content: "?";
    color: #d4af37;
    font-weight: 700;
    font-size: 1.2em
}

#advice .card p {
    color: #4a5568;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
    text-align: justify
}

#advice .specs-list,#advice>p {
    background: #fff;
    border-radius: 15px
}

#advice .specs-list {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(500px,1fr));
    gap: 20px;
    padding: 25px;
    margin: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,.05)
}

#advice .specs-list dt {
    color: #4575b5;
    font-size: 1.1rem;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9eff5
}

#advice .specs-list dt::before {
    content: "?";
    width: 24px;
    height: 24px;
    background: #4575b5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    font-weight: 700
}

#advice .specs-list dd {
    margin: 0;
    padding: 0 0 0 34px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    position: relative
}

#advice .specs-list dd::before {
    content: "?";
    position: absolute;
    left: 10px;
    top: 0;
    color: #d4af37;
    font-weight: 700
}

#advice .advantages-list {
    width: 100%;
    background: linear-gradient(135deg,#fff 0,#f8fafc 100%);
    box-shadow: 0 10px 25px rgba(69,117,181,.1);
    border-radius: 15px;
    overflow: hidden;
    border-left: 5px solid #4575b5;
    padding: 30px;
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
    gap: 15px
}

#advice .advantages-list li {
    list-style: none;
    border-bottom: 1px solid #e9eff5;
    font-size: 1.05rem;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all .3s ease
}

#advice .advantages-list li:hover {
    background: rgba(69,117,181,.05);
    border-radius: 8px;
    transform: translateX(5px)
}

#advice .advantages-list li:last-child {
    border-bottom: none
}

#advice .advantages-list li strong {
    color: #2c5282;
    font-weight: 700
}


#advice .cta-block {
    width: 100%;
    background: linear-gradient(135deg,#4575b5 0,#2c5282 100%);
    box-shadow: 0 15px 35px rgba(69,117,181,.2);
    border-radius: 20px;
    overflow: hidden;
    border: 0;
    padding: 40px;
    margin: 30px 0 0;
    text-align: center;
    position: relative
}

#advice .cta-block::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle,rgba(255,255,255,.1)0,transparent 70%);
    z-index: 1
}

#advice .cta-block>* {
    position: relative;
    z-index: 2
}

#advice .cta-block p {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #fff;
    font-weight: 500
}

#advice .cta-block strong {
    color: #f8de7e;
    font-weight: 700
}

#advice .contact-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 30px
}

#advice .phone-button,#advice .telegram-button {
    flex: 1;
    min-width: 280px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 18px 25px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 12px;
    color: #fff;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    text-align: center;
    font-size: 1.2rem;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
    position: relative;
    overflow: hidden;
    z-index: 1
}

#advice .phone-button::before,#advice .telegram-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
    transition: left .7s ease;
    z-index: -1
}

#advice .phone-button:hover::before,#advice .telegram-button:hover::before {
    left: 100%
}

#advice .telegram-button {
    background: linear-gradient(135deg,#1a8ad5 0,#08c 100%);
    border: 2px solid #1a8ad5
}

#advice .phone-button:hover,#advice .telegram-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(26,138,213,.4);
    border-color: #fff
}

#advice .phone-button {
    background: linear-gradient(135deg,#0d9488 0,#14b8a6 100%);
    border: 2px solid #0d9488
}

#advice .phone-button:hover {
    box-shadow: 0 12px 25px rgba(13,148,136,.4);
}