html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	width: 100%;
	background: #fff;
	font-family: gilroy-medium, sans-serif;
	color: #292929;	
}
html, body {
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	 font-family: gilroy-bold;
	 src: url(/fonts/gilroy-bold.ttf);
	 font-weight: normal;
}
@font-face {
	 font-family: gilroy-semibold;
	 src: url(/fonts/gilroy-semibold.ttf);
	 font-weight: normal;
}
@font-face {
	 font-family: gilroy-medium;
	 src: url(/fonts/gilroy-medium.ttf);
	 font-weight: normal;
}
@font-face {
	 font-family: gilroy-regular;
	 src: url(/fonts/gilroy-regular.ttf);
	 font-weight: normal;
}
@font-face {
	 font-family: bankgothicmdbt-medium;
	 src: url(/fonts/bankgothicmdbt-medium.ttf);
	 font-weight: normal;
}

h1, h2 {
	font-family: gilroy-semibold, sans-serif;
	font-size: 36px;
	color: #02080d;
	margin: 0;
	padding: 36px 0;
}
h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
}
h2 span {
	color: #457688;
}
h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #366171;
	font-family: gilroy-semibold,sans-serif;
    font-size: 18px;
}
p, ul, ol, li {
	font-size: 18px;
	margin: 0 0 5px;
	line-height: 22px;
}

ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}
b {
	font-family: gilroy-semibold,sans-serif;
}
/*----Buttons----*/
button.input-button {
    background: #266a89c2;
    border: none;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
	transition: .5s;
}
button.input-button:hover {
    background: #344c57d6;
	transition: .5s;
}
/*----Header----*/
.header-main { /*---Для фиксированного heder-a--*/
    width: 100%;
    background-color: transparent;
    transition: top 0.3s ease-in-out;
    z-index: 1000;
}
.header-main.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
    background: #40525aed;
    z-index: 10000;
}
.header-main-fixed {
    max-width: 1110px;
    margin: 0 auto;
    color: #fff;
}
.header-main.fixed .header-main-left {
    display: none;
}
.header-main.fixed .header-main-right {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}
.header-main.fixed .header-email a, .header-main.fixed .header-phone a {
    color: #ffffff;
}
@keyframes slideDown {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}

header{
	background: url(/img/header-bg3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
    z-index: 100;
}
.header-content{
	margin-top: 30px;
	padding-bottom: 20px;
	display: flex;
	position: relative;
	z-index: 2;
}
.header-text-decor-left, .header-text-decor-right {
    position: absolute;
    color: #fff;
	background: url(/img/text-decor-left-bg.png) no-repeat center center;
	width: 100%;
	max-width: 35px;
	height: 100%;
    max-height: 500px;
    background-size: contain;
	top: 10%;
}
.header-text-decor-left {
	left: 20px;
}
.header-text-decor-right {
	right: 20px;
}
.header-main, .header-main-fixed {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	position: relative;
	z-index: 9;
}
.header-main-left h1 {
    color: #02080d;
    text-shadow: 0 0 30px #f2f4f5;
	padding-bottom: 10px;
	letter-spacing: 0;
}
p.description {
    color: #fff;
    letter-spacing: 0.8px;
    text-shadow: 3px 2px 4px #05161e78;
	font-size: 21px;
}
.logo img {
    max-width: 200px;
    margin-bottom: 5px;
}
.header-email a, .header-phone a {
    color: #202020;
	display: block;	
	text-align: right;
}
.header-email a {
    margin-bottom: 5px;
}
.header-phone a {
	font-size: 18px;
    margin-bottom: 5px;
}
.header-button {
    text-align: right;
    margin: 10px 0;
}
.advantages{
	width: 50%;
}
.advantage {
    letter-spacing: normal;
    display: flex;
    align-items: center;
    width: 100%;
	margin-bottom: 10px;
}
.advantage-number {
	font-family: bankgothicmdbt-medium;
	font-size:40px;
    background: #859c9f6b;
    height: 50px;
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px #9a9e9fa3;
	color: #fff;
}
.advantage-text {
    background: #ffffff3d;
    padding: 5px 10px;
    color: #424243;
    width: 100%;
    max-width: 300px;
    min-height: 36px;
    display: flex;
    align-items: center;
	font-size: 16px;
	line-height: 16px;
}
/* Стили для модального окна */
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#success-message {
    color: green;
}
/*----------------
Slider
----------------*/
.slider_container {
    max-height: 100%;
}
.header-slider {
    max-width: 55%;
}
.slider-inner {
    height: 100%;
}
.slick-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 100%;
}
.slide img {
    object-fit: contain;
    max-width: 100%;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
}
ul.slick-dots button {
    font-size: 0;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: transparent;
    border-radius: 50%;
    border-color: #54a7d1;
	cursor: pointer;
}
ul.slick-dots li.slick-active button {
	border-color: #ffffff;
}
/*-----Section 1-----*/
section.sec-1 {	
	background: url(/img/volna.png) no-repeat center center;
	background-size: cover;
}
ul.ul-style-1 li {
	background: url(/img/marker.png) no-repeat left center;
    background-size: 30px;
    padding-left: 40px;
}
.sec-1-content-right {
    text-align: center;
}
/*-----Section 2-----*/
section.sec-2 {
	background: url(/img/sec3-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 6px 0;
}
.sec-22, .sec-44 {
	background: #ffffffb0;
	padding-bottom: 20px;
}
.sec-2 .flex {
	margin-top: 40px;
}
.content-tech.flex-item {
	width: calc(50% - 60px);
    background: #fbfdffab;
    padding: 20px;
    box-shadow: 10px -10px 0px #f5fdff63, -10px 10px 0 #f5fdff63;
}
.content-tech-top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	margin-bottom: 30px;
	padding: 10px;
}
.content-tech-top-icon {
    margin-right: 20px;
}
.content-tech-top-icon img {
    max-height: 60px;
    object-fit: contain;
}
.content-tech-top-name {
	font-family: gilroy-semibold, sans-serif;
	font-size: 20px;
}
.content-tech-bottom {
    padding: 0 10px 10px 10px;
}
.content-tech-bottom p {
    line-height: 26px;
}
/*-----Section 3-----*/
.sec-3 {
	background: url(/img/decor-line.png) no-repeat left top,
				url(/img/decor-line-r.png) no-repeat right top;
	background-size: contain;
}
.work-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.work-item p {
    margin-bottom: 40px;
}
.work-item.flex-33 li {
    display: flex;
    flex-wrap: nowrap;
}
.li-number {
    width: 30px;
    height: 30px;
    background: #92a9b2;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
    box-shadow: 5px -5px #92a9b2b5, 10px -10px #92a9b269;
	font-family: bankgothicmdbt-medium, sans-serif;
	font-size: 22px;
	transition: .5s;
}
.work-item.flex-33 li:hover .li-number {
    background: #92a9b269;
    box-shadow: 5px -5px #92a9b2b5, 10px -10px #92a9b2;
	font-family: bankgothicmdbt-medium, sans-serif;
	transition: .5s;
}
/*-----Section 4-----*/
section.sec-4 {
	background: url(/img/blue-bg2.png) no-repeat center center;
	background-size: inherit;
    padding: 6px 0 0;
}
.sec-4 p {
    max-width: 450px;
}
.sec-4 img {
    margin-bottom: 20px;
	max-height: 200px;
    padding: 0;
}
.sec-4-bg-bottom {
    max-height: 50px;
}
/*-----Section 5-----*/
.sec-5 {
	background: url(/img/blue-bg-bottom2.png) no-repeat center top,
				url(/img/blue-bg-top2.png) no-repeat center bottom;
	padding: 20px 0 40px 0;
}
.sec-5-container {
    position: relative;
    min-height: 620px; /* высота под ваш контент, подкорректируйте при необходимости */
    margin-top: 20px;
}

.slide-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    box-sizing: border-box;
}

.slide-content.active {
    display: flex;
    opacity: 1;
    gap: 16px;
    flex-direction: row;
    align-items: stretch;
}

.slide-content .sec-5-left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 68%;
    align-items: flex-start;
}

.slide-content .sec-5-right {
    min-width: 360px;
    max-width: 40%;
    height: auto;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}
/* Удаляем дублирующиеся стили, так как они теперь в .slide-content */
.product-item {
    width: calc(50% - 20px);
    padding: 18px;
    margin: 0 20px 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	background: rgb(225,236,240);
	background: -moz-linear-gradient(270deg, rgba(225,236,240,1) 0%, rgba(229,244,250,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(225,236,240,1) 0%, rgba(229,244,250,1) 100%);
	background: linear-gradient(270deg, rgba(225,236,240,1) 0%, rgba(229,244,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1ecf0",endColorstr="#e5f4fa",GradientType=1);
	box-shadow: inset -30px 30px 40px 18px #6b767b1f,
					  8px -8px 0px #d8ebf1b8;
}
.product-photo img {
	max-width: calc(100% - 30px);
    padding: 15px;
}
.product-name, .product-price {
    width: 100%;
    text-align: left;
	margin-bottom: 8px;
	font-family: gilroy-semibold, sans-serif;
	font-size: 20px;
}
.product-price span {
    color: #266a89;
    font-size: 22px;
}

.product-price {
	text-align: center;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
}

.price-table td {
	padding: 1px 4px;
	font-size: 11px;
	border: none;
	white-space: nowrap;
}

.price-table td:first-child {
	text-align: left;
	color: #666;
	font-weight: normal;
	width: 60px;
}

.price-table td:last-child {
	text-align: right;
	color: #000;
	font-weight: bold;
}

.price-value {
	font-size: 11px;
	font-weight: bold;
	color: #266a89;
}

.price-unit {
	font-size: 12px;
	font-weight: normal;
	color: #292929;
}

.price-table .price-unit {
	color: #292929;
	font-size: 18px;
}

.price-table-small {
	width: 100%;
	border-collapse: collapse;
	margin: 3px 0 0 0;
}

.price-table-small td {
	padding: 1px 3px;
	font-size: 11px;
	border: none;
	white-space: nowrap;
}

.price-table-small td:first-child {
	text-align: left;
	color: #666;
	font-weight: normal;
}

.price-table-small td:last-child {
	text-align: right;
	color: #000;
	font-weight: bold;
}

.price-table-small .price-value {
	font-size: 14px;
	font-weight: bold;
	color: #266a89;
}

.price-table-small .price-unit {
	font-size: 12px;
	font-weight: normal;
	color: #292929;
}

ul.li-options li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.li-marker {
	width: 8px;
	height: 8px;
	background: #457688;
	margin-right: 15px;
	margin-top: 8px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 3px #92a9b287, 0px 0px 0px 6px #92a9b24f;
	flex-shrink: 0;
}

.li-text {
	flex: 1;
}

.price-vat-note {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
ul.li-options {
    padding-left: 5px;
	margin-bottom: 30px;
}
ul.li-options li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.li-options .li-text {
    font-size: 15px;
}
.li-text span {	
	font-family: gilroy-semibold, sans-serif;
    color: #266a89;
    font-size: 20px;
}

/* Стили для правой колонки с опциями */
.sec-5-right {
    background: rgba(225, 236, 240, 0.3);
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(69, 118, 136, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
    max-width: 32%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.sec-5-right h3 {
    color: #266a89;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #457688;
    padding-bottom: 10px;
}

.options {
  background: rgba(255, 255, 255, 0.8);
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(69, 118, 136, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
  max-height: none; /* Убрать ограничение высоты */
}

.options p {
    color: #457688;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.li-options {
  flex: 1;
  overflow: visible; /* Убрать прокрутку */
  padding-right: 10px;
  max-height: none; /* Убрать ограничение высоты */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Распределить элементы равномерно */
}

.li-options::-webkit-scrollbar {
    width: 6px;
}

.li-options::-webkit-scrollbar-track {
    background: rgba(69, 118, 136, 0.1);
    border-radius: 3px;
}

.li-options::-webkit-scrollbar-thumb {
    background: #457688;
    border-radius: 3px;
}

.li-options::-webkit-scrollbar-thumb:hover {
    background: #266a89;
}

.li-options li {
    background: rgba(255, 255, 255, 0.9);
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 6px;
    border-left: 3px solid #457688;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.li-options li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-left-color: #266a89;
}

.li-options .li-text div:first-child {
    font-weight: 600;
    color: #266a89;
    margin-bottom: 8px;
    font-size: 16px;
}

.options-note {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 15px;
}

.options-note p {
    color: #856404;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
}

/* Стили для точек навигации слайдера */
.sec-5-dots {
    text-align: center;
    margin-top: 20px;
}

.sec-5-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sec-5-dot:hover {
    background: #999;
}

.sec-5-dot.active {
    background: #457688;
    transform: scale(1.2);
}

/* Стили для кнопки коммерческого предложения */
.options-action {
    margin-top: 20px;
    text-align: center;
}

.kp-button {
    display: inline-block;
    background: linear-gradient(135deg, #266a89 0%, #457688 100%);
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(38, 106, 137, 0.3);
    border: 2px solid transparent;
}

.kp-button:hover {
    background: linear-gradient(135deg, #457688 0%, #266a89 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(38, 106, 137, 0.4);
    color: #fff;
    text-decoration: none;
}

.kp-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(38, 106, 137, 0.3);
}

.kp-button span {
    display: inline-block;
    position: relative;
}

.kp-button span::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.kp-button:hover span::after {
    transform: translateX(3px);
}

/* Адаптивность для мобильных устройств */
@media screen and (max-width: 781px) {
    .slide-content.active {
        flex-direction: column;
        gap: 20px;
    }
    
    .slide-content .sec-5-left {
        max-width: 100%;
    }
    
    .slide-content .sec-5-right {
        flex: 0 0 auto;
        max-width: 100%;
        min-width: auto;
        margin-top: 20px;
        position: static;
        height: auto;
        display: block;
    }
    
    .li-options {
        max-height: 400px;
        flex: none;
    }
    
    .sec-5-right h3 {
        font-size: 18px;
    }
    
    .options {
        padding: 15px;
        max-height: none;
    }
    
    .li-options li {
        padding: 16px;
        margin-bottom: 16px;
    }
    
    .kp-button {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .sec-5-dot {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
}
.kp a {
    display: inline-block;
    text-transform: uppercase;
	font-family: gilroy-semibold, sans-serif;
    font-size: 14px;
    border: 2px dotted #457688;
    padding: 10px;
    color: #000;
	transition: .5s;
}
.kp a:hover {
    border: 2px dotted #adc4cc;
    padding: 10px;
    color: #0a3d41;
	transition: .5s;
}
/*-----Section 6-----*/
.sec-6 {
	background: url(/img/decor-line-bl.png) no-repeat left bottom,
				url(/img/decor-line-br.png) no-repeat right bottom;
	padding: 20px 0 40px 0;
	background-size: contain;
}
.sec-6-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col-name {
	font-family: gilroy-semibold, sans-serif;
    text-transform: uppercase;
	color: #366171;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
p.size16 {
    font-size: 16px;
}
.footer-email a, .footer-phone a {
    color: #202020;
    display: block;
}
.footer-phone a {
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-email {
    margin-bottom: 20px;
}
ul.li-docs li {
    line-height: 14px;
}
ul.li-docs li a {
    font-size: 14px;
    line-height: 14px;
	color: #000;
    transition: .5s;
}
ul.li-docs li a:hover {
	color: #344c57;
    transition: .5s;
}
.sec-6 .flex-25:last-child a {
    color: #206885;
}
/*-----FORMS-----*/
.form-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
	align-items: center;
}
.form-text1 {
    padding-bottom: 5px;
    color: #164057;
}
input[type="text"] {
    width: 220px;
    margin-bottom: 10px;
    padding: 8px;
    border: 2px solid #457688;
}
input::-webkit-input-placeholder { color: #344c57 !important; }
.form-group button {
	background: #266a89;
    border: none;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
	width: 100%;
	max-width: 240px;
	cursor: pointer;
	transition: .5s
}
.form-group button:hover {
	background: #344c57;
	transition: .5s
}
p#success-message2 {
    color: #0b7536;
    line-height: 18px;
    margin-top: 5px;
}
/*-----FLEX-----*/
.flex{
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 36px;
}
.flex-50 {
	width: calc(50% - 40px);
}
.flex-50 img {
    object-fit: cover;
    width: calc(100% - 20px);
    max-width: 450px;
}
.flex-33 {
    width: calc(33.3333% - 30px);
}
.flex-25 {
    width: calc(25% - 20px);
}
/*-----Footer-----*/
footer {
    overflow: hidden;
	background: #383f46;
    padding: 20px 0;
}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
	align-items: center;
}
footer .footer-phone a, footer .footer-email a, footer .footer-email {
	color: #fff;
	margin-bottom: 0;
}
footer .footer-phone, footer .footer-email, footer .footer-date {
	text-align: center;
}

.footer-disclaimer {
	padding: 20px 0;
	border-top: 1px solid #e0e0e0;
	margin-top: 20px;
}

.footer-disclaimer p {
	font-size: 12px;
	color: #e0e0e0;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}

.footer-disclaimer p:last-child {
	margin-bottom: 0;
}

/*----MEDIA----*/
@media screen and (max-width: 991px) {	
	.sec-6 .flex-25 {
		width: calc(50% - 20px);
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 850px) {
	footer .container {
		justify-content: center;
	}
    footer .flex-25 {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
	.footer-logo {
		text-align: center;
	}
}
@media screen and (max-width: 781px) {
	.header-content {
		flex-wrap: wrap;
		justify-content: center;
	}
	header h1, header h2 {
		font-size: 30px;
		padding: 20px 0;
	}
	h1, h2 {
		font-size: 24px;
		padding: 20px 0;
		text-align: center;
	}
	p.description {
		font-size: 17px;
		text-align: center;
	}
	.advantages {
		width: auto;
	}
	.advantage-text {
		max-width: 100%;
	}
	.header-slider {
		max-width: 100%;
	}
	.flex-50, .flex-33 {
		width: 100%;
	}
	.content-tech.flex-item {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec-4 p {
		max-width: none;
	}
	.sec-4-content-right-img {
		text-align: center;
	}
	.sec-5-left {
		max-width: 100%;
		width: 100%;
	}
	.sec-5-right {
		max-width: 100%;
		height: auto;
		display: block;
	}
	.product-item {
		width: calc(50% - 10px);
		padding: 15px;
		margin: 0 10px 15px 0;
	}	
	.header-text-decor-left, .header-text-decor-right {
		top:20%;
	}
}
@media (min-width: 782px) and (max-width: 1230px) {
	.header-text-decor-left, .header-text-decor-right {
		display: none;
	}
}
@media (min-width: 571px) and (max-width: 781px) {
	.header-text-decor-left, .header-text-decor-right {
		display: block;
	}
}
@media screen and (max-width: 570px) {
	.header-text-decor-left, .header-text-decor-right {
		display: none;
	}
}
@media screen and (max-width: 669px) {	
	.header-main, .header-main-fixed {
		justify-content: center;
	}
	.header-main-right a, .header-button {
		text-align: center;
	}
	.header-content {
		margin-top: 20px;
	}
}
@media screen and (max-width: 560px) {	
	.sec-6 .flex-25, footer .flex-25 {
		width: 100%;
	}
	.product-item {
		width: 100%;
		padding: 20px;
		margin: 0 0px 40px 0;
	}
	.slide-content .sec-5-left {
		max-width: 100%;
	}
	.slide-content .sec-5-right {
		max-width: 100%;
	}
}
@media screen and (max-width: 422px) {	
	.header-main.fixed .logo, .header-main.fixed .header-email {
		display: none;
	}
}








form{
	text-align: center;
	margin: 0 auto;
}

.container{
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 16px;
}


.phone{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #9AE96F;
	padding-top: 42px;
}




.section-title{
	width: 100%;
	height: 100%
}




.input-phone{
	display: block;
	margin: 0 auto;
	max-width: 540px;
	height: 70px;
	background: #141619;
	border-radius: 20px;
	border: none;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #6FE2E9;
}

.input-phone:hover{
	cursor: cell;
}

.input-phone:active, .input-phone:focus{
	outline: none;
}

input[type="text"]::placeholder { 
	color: rgba(111, 226, 233, 0.24);
}

.input-button{
	display: block;
}

.input-button:hover{
	cursor: pointer;
}

.copy{
	text-align: center;
}



.overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.popup {
	position: absolute;
	width: 300px;
	height: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #FFF;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2b2b;
    color: #fff;
    padding: 15px 0;
    font-size: 13px;
    z-index: 9999;
    display: none;
}
.cookie-banner .cookie-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: nowrap;
}
.cookie-banner a {
    color: #4eaaff;
    text-decoration: underline;
}
.cookie-banner button {
    background: #4eaaff;
    color: #fff;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
}

b {
    font-weight: bold;
}

.product-row {
  gap: 12px;
  margin-bottom: 12px;
  justify-content: center;
}

.product-item {
    margin: 0 16px 16px 0;
}


/* --- Улучшенная адаптация блока 'наш каталог' под планшеты и телефоны --- */
@media screen and (max-width: 991px) {
  .catalog-content .product-item {
    flex: 0 0 48% !important;
    max-width: 100%;
    min-width: 160px;
    margin: 0 1% 20px 1%;
  }
}

@media screen and (max-width: 600px) {
  .catalog-buttons, .sub-buttons {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 10px !important;
    overflow-x: unset !important;
  }
  .catalog-btn, .sub-btn {
    width: 100% !important;
    min-width: unset !important;
    margin: 0 !important;
    border-radius: 8px !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .catalog-content .product-item {
    flex: 0 0 100% !important;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 20px 0;
  }
  .product-photo img {
    width: 100%;
    height: auto;
    max-width: 220px;
    display: block;
    margin: 0 auto 10px auto;
  }
  .sec-5-left {
    gap: 15px 0 !important;
  }
}

/* --- Улучшенная мобильная адаптация каталога и карточек --- */
@media screen and (max-width: 600px) {
  .catalog-content .sec-5-left,
  .slide-content .sec-5-left {
    display: block !important;
    max-width: 100% !important;
    gap: 0 !important;
  }
  .product-row {
    display: block !important;
    margin-bottom: 0 !important;
    gap: 0 !important;
  }
  .catalog-content .product-item,
  .slide-content .product-item,
  .product-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 18px 0 !important;
    box-sizing: border-box !important;
    padding: 14px !important;
  }
  .product-photo img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto 10px auto !important;
  }
  .slide-options, .sec-5-right {
    max-width: 100% !important;
    min-width: 0 !important;
    margin-top: 18px !important;
    position: static !important;
    display: block !important;
  }
  .catalog-buttons, .sub-buttons {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
  }
  .catalog-btn, .sub-btn {
    min-width: 120px !important;
    font-size: 16px !important;
    padding: 12px 8px !important;
  }
}

.sec-5-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.sec-5-left {
  flex: 2 1 0;
}

.slide-options {
  flex: 1 1 0;
  max-width: 340px;
  margin-left: 24px;
}

@media screen and (max-width: 991px) {
  .sec-5-container {
    flex-direction: column;
    gap: 0;
  }
  .slide-options {
    max-width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}

/* --- Кнопки каталога --- */
.catalog-btn, .sub-btn {
  font-family: gilroy-semibold, Arial, sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 0.5px;
}
.catalog-btn {
  background: linear-gradient(135deg, #e5f4fa 0%, #cbe6f7 100%);
  border: 2px solid #266a89;
  color: #266a89;
  transition: all 0.3s;
}
.catalog-btn.active {
  background: linear-gradient(135deg, #266a89 0%, #457688 100%);
  color: #fff;
  border-color: #266a89;
}
.catalog-btn:hover {
  background: linear-gradient(135deg, #d0e7f7 0%, #b3d8f0 100%);
  color: #266a89;
  border-color: #457688;
}
.sub-btn {
  background: linear-gradient(135deg, #e5f4fa 0%, #cbe6f7 100%);
  border: 2px solid #266a89;
  color: #266a89;
  font-size: 16px !important;
  transition: all 0.3s;
}
.sub-btn.active {
  background: linear-gradient(135deg, #266a89 0%, #457688 100%);
  color: #fff;
  border-color: #266a89;
}
.sub-btn:hover {
  background: linear-gradient(135deg, #d0e7f7 0%, #b3d8f0 100%);
  color: #266a89;
  border-color: #457688;
}

/* --- Блок с дополнительными опциями: исправить высоту и убрать прокрутку --- */
.slide-options {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  border: 1px solid #dee2e6;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Распределить контент по всему блоку */
  align-items: stretch;
  max-width: 340px !important;
  min-width: 280px !important;
  width: 100%;
  box-sizing: border-box;
  /* Высота как два ряда карточек */
  height: calc(2 * (200px + 20px + 20px)); /* точно два ряда карточек */
  max-height: calc(2 * (200px + 20px + 20px));
  overflow: hidden; /* полностью убрать прокрутку */
  /* Выровнять по началу - с первым рядом */
  align-self: flex-start;
  margin-top: 0;
}

.slide-options h3 {
  margin-bottom: 20px;
  color: #266a89;
  text-align: center;
  font-size: 20px;
  border-bottom: 2px solid #457688;
  padding-bottom: 10px;
}

.slide-options ul.li-options {
  flex: 1; /* Растянуть список на всю доступную высоту */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Распределить элементы равномерно */
  margin: 0;
  padding: 0;
  overflow: visible; /* Убрать прокрутку */
  max-height: none; /* Убрать ограничение высоты */
}

.slide-options ul.li-options li {
  margin-bottom: 5px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  border-left: 3px solid #457688;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.slide-options ul.li-options li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-left-color: #266a89;
}

.slide-options .option-price {
  color: #266a89;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.additional-options {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  border: 1px solid #dee2e6;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  min-width: 280px;
  max-width: 340px;
  margin: 0 auto;
  /* Высота как два ряда карточек */
  height: calc(2 * (200px + 20px + 20px));
  max-height: calc(2 * (200px + 20px + 20px));
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Распределить контент */
  overflow: hidden; /* полностью убрать прокрутку */
}

/* --- Валюту в блоке доп. опций оставить чёрной --- */
.option-price .option-currency {
  color: #292929 !important;
  font-weight: normal;
  font-size: 16px;
}


/* ==== Catalog: unified old-style cards and options (migrated from index.php) ==== */
.sec-5-container { position: relative; min-height: 620px; }
.slide-content { position: absolute; top:0; left:0; width:100%; box-sizing:border-box; opacity:0; pointer-events:none; transition:opacity .5s ease; display:flex; justify-content:center; align-items:center; }
.slide-content.active { opacity:1; pointer-events:auto; position:relative; }
.slide-content { display:flex !important; gap:40px; align-items:stretch !important; justify-content:center; min-height:auto !important; overflow:visible !important; }
.slide-content .sec-5-left { display:flex !important; flex-wrap:wrap !important; gap:30px 40px; max-width:65%; justify-content:space-between; align-items:stretch; }
.slide-content.no-options .sec-5-left { max-width:100% !important; }
.slide-content .product-item { flex:0 0 auto !important; box-sizing:border-box !important; width:calc(50% - 80px) !important; margin:0 40px 40px 0 !important; }

/* Card look exactly like old */
.product-item { width:calc(50% - 80px); padding:20px; margin:0 40px 40px 0; display:flex; flex-wrap:wrap; justify-content:center; background:linear-gradient(270deg,#e1ecf0 0%,#e5f4fa 100%); box-shadow: inset -30px 30px 40px 18px #6b767b1f, 8px -8px 0 #d8ebf1b8; }
.product-photo { margin-bottom:20px; width:100%; height:200px; display:flex; align-items:center; justify-content:center; padding:10px; box-sizing:border-box; }
.product-photo img { max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain; display:block; padding:0; }
.product-name { width:100%; text-align:left; margin-bottom:10px; font-family:gilroy-semibold, sans-serif; font-size:22px; color:#02080d; }
.product-price { width:100%; text-align:center; }
.price-table { width:100%; border-collapse:collapse; margin:0 auto; }
.price-table td { padding:2px 5px; font-size:12px; border:none; white-space:nowrap; }
.price-table td:first-child { text-align:left; color:#666; font-weight:normal; width:60px; }
.price-table td:last-child { text-align:right; color:#000; font-weight:bold; }
.price-value { font-size:12px; font-weight:bold; color:#266a89; }
.price-unit { font-size:14px; font-weight:normal; color:#292929; white-space:nowrap; }

/* Options block (old list + small tables) */
.slide-options { flex:0 0 35% !important; max-width:400px !important; margin-top:0 !important; height:100% !important; display:flex !important; flex-direction:column !important; overflow:visible !important; background:transparent !important; padding:30px !important; border-radius:0 !important; box-shadow:none !important; border:none !important; justify-content:space-between !important; }
.additional-options { padding:0 !important; background:transparent !important; border-radius:0 !important; box-shadow:none !important; border:none !important; transition:opacity .5s ease, transform .5s ease !important; opacity:1 !important; transform:translateY(0) !important; height:100% !important; position:static !important; top:auto !important; display:flex !important; flex-direction:column !important; overflow:visible !important; justify-content:space-between !important; }
.additional-options h3 { text-align:left; text-transform:uppercase; margin-bottom:10px; color:#366171; font-family:gilroy-semibold,sans-serif; font-size:18px; }
.options-subtitle { display:none !important; }
.options-grid { display:block !important; margin:0 0 20px 5px !important; }
ul.li-options { padding-left:5px; margin-bottom:30px; }
ul.li-options li { display:flex; align-items:flex-start; margin-bottom:5px; height:70px; }
.li-marker { width:8px; height:8px; background:#457688; margin-right:15px; margin-top:8px; border-radius:50%; box-shadow:0 0 0 3px #92a9b287, 0 0 0 6px #92a9b24f; flex-shrink:0; }
.li-text { flex:1; }
.price-table-small { width:100%; border-collapse:collapse; margin:5px 0 0 0; }
.price-table-small td { padding:2px 5px; font-size:12px; border:none; }
.price-table-small td:first-child { text-align:left; color:#666; font-weight:normal; }
.price-table-small td:last-child { text-align:right; color:#000; font-weight:bold; }
.options-warning { background:rgba(44,90,160,0.1) !important; border:none !important; border-radius:8px !important; padding:15px 10px !important; text-align:center !important; font-size:14px !important; color:#856404 !important; line-height:1.5 !important; margin-top:15px !important; flex-shrink:0 !important; border-top:none !important; }

/* Catalog containers unify */
.catalog-content.active { display:flex; opacity:1; gap:40px; align-items:flex-start; justify-content:center; }
.catalog-content .sec-5-left { display:flex !important; flex-wrap:wrap !important; gap:30px 40px; max-width:65%; justify-content:space-between; align-items:stretch; }
.catalog-content .product-item { flex:0 0 auto !important; box-sizing:border-box !important; width:calc(50% - 80px) !important; margin:0 40px 40px 0 !important; }

@media screen and (max-width: 781){
  .slide-content { flex-direction:column !important; }
  .slide-content .sec-5-left { max-width:100% !important; flex:none !important; display:block !important; }
  .slide-content .product-item { flex-basis:100% !important; width:100% !important; max-width:100% !important; }
}

/* Ensure only active category subtitle and content are visible */
.category-subtitles { text-align:center; margin-bottom:30px; }
.category-subtitle { display:none; opacity:0; transition: opacity .5s ease; }
.category-subtitle.active { display:block; opacity:1; }
.catalog-content { display:none; opacity:0; transition: opacity .5s ease; }
.catalog-content.active { display:flex; opacity:1; }

/* === Catalog polish overrides (scoped, final) === */
.sec-5 .catalog-buttons,
.sec-5 .sub-buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.sec-5 .catalog-btn,
.sec-5 .sub-btn {
	font-family: gilroy-semibold, Arial, sans-serif !important;
	border-radius: 24px;
	padding: 12px 22px;
	border: 2px solid #266a89;
	background: linear-gradient(135deg, #e5f4fa 0%, #cbe6f7 100%);
	color: #266a89;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 2px 6px rgba(38,106,137,0.15);
}
.sec-5 .catalog-btn:hover,
.sec-5 .sub-btn:hover {
	background: linear-gradient(135deg, #d0e7f7 0%, #b3d8f0 100%);
	box-shadow: 0 4px 12px rgba(38,106,137,0.2);
}
.sec-5 .catalog-btn.active,
.sec-5 .sub-btn.active {
	background: linear-gradient(135deg, #266a89 0%, #457688 100%);
	color: #fff;
	border-color: #266a89;
	box-shadow: 0 6px 16px rgba(38,106,137,0.25);
}

/* Cards: spacing, radius, hover */
.sec-5 .product-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px !important;
	margin-bottom: 20px !important;
	justify-content: center;
}
.sec-5 .product-item {
	width: calc(50% - 20px) !important;
	margin: 0 20px 20px 0 !important;
	padding: 20px !important;
	border-radius: 12px;
	transition: transform .15s ease, box-shadow .15s ease;
}
.sec-5 .product-item:hover {
	transform: translateY(-2px);
	box-shadow: inset -30px 30px 40px 18px #6b767b1f, 8px -8px 0 #d8ebf1b8, 0 6px 14px rgba(0,0,0,.08);
}

/* Force two columns on desktop */
@media screen and (min-width: 782px) {
	.sec-5 .product-row { display: flex !important; flex-wrap: wrap !important; }
	.sec-5 .product-row .product-item {
		flex: 0 0 48% !important;
		max-width: 48% !important;
		margin: 0 1% 20px 1% !important;
	}
}

/* Image box: fixed height and containment */
.sec-5 .product-photo { height: 200px !important; }
.sec-5 .product-photo img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
	padding: 0 !important;
}

/* Price formatting */
.sec-5 .price-unit { white-space: nowrap !important; }

/* Responsive tweaks */
@media screen and (max-width: 991px) {
	.sec-5 .product-item { width: 48% !important; margin: 0 1% 20px 1% !important; }
}
@media screen and (max-width: 600px) {
	.sec-5 .catalog-buttons, .sec-5 .sub-buttons { gap: 10px !important; }
	.sec-5 .catalog-btn, .sec-5 .sub-btn {
		width: 100% !important;
		border-radius: 10px;
	}
	.sec-5 .product-row { display: block; }
	.sec-5 .product-item { width: 100% !important; margin: 0 0 18px 0 !important; }
}

/* === Catalog final layout constraints (left 2x2 cards, right options) === */
@media screen and (min-width: 782px) {
	.sec-5 .slide-content { display: flex !important; align-items: flex-start !important; gap: 24px; }
	.sec-5 .slide-content .sec-5-left { flex: 0 0 65% !important; max-width: 65% !important; display: block !important; }
	.sec-5 .slide-options { display: block !important; flex: 0 0 35% !important; max-width: 35% !important; align-self: stretch; }

	/* Rows: each row contains exactly two cards */
	.sec-5 .product-row { display: flex !important; flex-wrap: nowrap !important; justify-content: space-between !important; gap: 20px !important; margin-bottom: 20px !important; }
	.sec-5 .product-row .product-item { flex: 0 0 48% !important; max-width: 48% !important; margin: 0 !important; }
}

/* === Align options panel with cards top === */
@media screen and (min-width: 782px) {
	.sec-5 .slide-content { align-items: flex-start !important; }
	.sec-5 .slide-options { margin-top: 0 !important; align-self: flex-start !important; }
	.sec-5 .additional-options { margin-top: 0 !important; }
	.sec-5 .additional-options h3 { margin-top: 0 !important; }
}

/* === Align options panel flush to top (no visual offset) === */
@media screen and (min-width: 782px) {
	.sec-5 .slide-options { padding-top: 0 !important; margin-top: 0 !important; }
	.sec-5 .additional-options { padding-top: 0 !important; margin-top: 0 !important; }
	.sec-5 .additional-options h3 { margin-top: 0 !important; }
}

/* === USB 3.0 image fine-tuning (scale images only) === */
.catalog-content[data-category="concentrators1"][data-subcategory="3.0"] .product-photo img {
	transform-origin: center center;
}
.catalog-content[data-category="concentrators1"][data-subcategory="3.0"] .product-photo img[alt="16 портов"] {
	transform: scale(1.3);
}
.catalog-content[data-category="concentrators1"][data-subcategory="3.0"] .product-photo img[alt="32 порта"] {
	transform: scale(1.3);
}
.catalog-content[data-category="concentrators1"][data-subcategory="3.0"] .product-photo img[alt="24 порта"] {
	transform: scale(0.8);
}

/* === Duplicators 3.0 image fine-tuning (match concentrators 3.0) === */
.catalog-content[data-category="duplicators"][data-subcategory="3.0"] .product-photo img {
	transform-origin: center center;
}
.catalog-content[data-category="duplicators"][data-subcategory="3.0"] .product-photo img[alt="16 портов"] {
	transform: scale(1.3);
}
.catalog-content[data-category="duplicators"][data-subcategory="3.0"] .product-photo img[alt="32 порта"] {
	transform: scale(1.3);
}
.catalog-content[data-category="duplicators"][data-subcategory="3.0"] .product-photo img[alt="24 порта"] {
	transform: scale(0.8);
}

/* === Match 'ВНИМАНИЕ' text color to 'Работаем только с юридическими лицами' === */
.sec-5 .options-warning { color: #1a2a44 !important; }
.sec-5 .options-warning strong { color: #1a2a44 !important; }

/* === Make 'ВНИМАНИЕ' block background like product cards === */
.sec-5 .options-warning {
	background: linear-gradient(270deg, #e1ecf0 0%, #e5f4fa 100%) !important;
	border: none !important;
	border-radius: 12px !important;
	box-shadow: inset -30px 30px 40px 18px #6b767b1f, 8px -8px 0 #d8ebf1b8 !important;
}

/* === Duplicators description styling === */
.duplicators-description {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 16px 14px;
	margin-bottom: 16px;
	color: #333;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.duplicators-description p {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
}

/* === SCC: center and constrain description width === */
.catalog-content[data-category="scc"] .scc-description {
	max-width: 720px;
	margin: 0 auto 20px auto;
	text-align: center;
}
.catalog-content[data-category="scc"] .scc-description p {
	font-size: 16px;
	line-height: 1.5;
}

/* === SCC: free price pill and smaller fonts === */
.catalog-content[data-category="scc"] .scc-free-price-block {
	background: #eaf6ec;
	border: 1px solid #cfe9d4;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 16px;
	font-weight: 700;
	color: #2c5aa0;
	display: inline-block;
	margin: 0 auto 12px auto;
}

.catalog-content[data-category="scc"] .price-box .price-option {
	padding: 10px 12px;
	border-radius: 8px;
}
.catalog-content[data-category="scc"] .price-period { font-size: 13px; }
.catalog-content[data-category="scc"] .price-original { font-size: 11px; }
.catalog-content[data-category="scc"] .price-value { font-size: 16px; }
.catalog-content[data-category="scc"] .price-monthly { font-size: 11px; }

/* === SCC: premium features as small cards === */
.catalog-content[data-category="scc"] .scc-features ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 12px;
	padding: 0;
}
.catalog-content[data-category="scc"] .scc-features li {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1.3;
	border-bottom: none;
	position: relative;
	padding-left: 25px;
}
.catalog-content[data-category="scc"] .scc-features li:before {
	content: "✓";
	position: absolute;
	left: 8px;
	color: #007bff;
	font-weight: 700;
	font-size: 14px;
}

@media screen and (max-width: 600px) {
	.catalog-content[data-category="scc"] .scc-features ul { grid-template-columns: 1fr; }
}

/* === SCC: unify pricing visuals and layout === */
.catalog-content[data-category="scc"] .price-box { width: 100%; gap: 14px; }

/* Paid pricing blocks (annual + monthly) full-width */
.catalog-content[data-category="scc"] .product-item .price-option {
	width: 100%;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	padding: 12px 14px;
	box-sizing: border-box;
}
/* Annual block structure */
.catalog-content[data-category="scc"] .product-item .price-box .price-option:first-child {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-auto-rows: auto;
	row-gap: 6px;
	column-gap: 10px;
	position: relative;
}
.catalog-content[data-category="scc"] .product-item .price-box .price-option:first-child .price-period {
	grid-column: 1 / -1;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
}
.catalog-content[data-category="scc"] .product-item .price-box .price-option:first-child .price-discount {
	position: absolute;
	top: 8px;
	right: 10px;
	background: #28a745;
	color: #fff;
	padding: 2px 6px;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 700;
}
.catalog-content[data-category="scc"] .product-item .price-box .price-option:first-child .price-original {
	grid-column: 1 / 2;
	align-self: center;
	color: #6c757d;
	text-decoration: line-through;
	margin: 0;
	font-size: 14px;
}
.catalog-content[data-category="scc"] .product-item .price-box .price-option:first-child .price-value {
	grid-column: 2 / 3;
	justify-self: end;
	font-weight: 700;
	color: #2c5aa0;
	margin: 0;
	font-size: 18px;
}
.catalog-content[data-category="scc"] .product-item .price-box .price-option:first-child .price-monthly {
	grid-column: 1 / -1;
	text-align: left;
	color: #6c757d;
	margin: 0;
	font-size: 12px;
}
/* Monthly block: full-width, consistent label position */
.catalog-content[data-category="scc"] .product-item .price-box .price-option:last-child {
	text-align: left;
}
.catalog-content[data-category="scc"] .product-item .price-box .price-option:last-child .price-period {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 14px;
}
.catalog-content[data-category="scc"] .product-item .price-box .price-option:last-child .price-value {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #2c5aa0;
}

/* Free block matches paid blocks */
.catalog-content[data-category="scc"] .product-item .scc-free-price-block {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 12px 0;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 18px;
	font-weight: 700;
	color: #2c5aa0;
}

/* Features: one compact column inside the card */
.catalog-content[data-category="scc"] .scc-features ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px 10px;
	padding: 0;
}
.catalog-content[data-category="scc"] .scc-features li {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 1.25;
	border-bottom: none;
	position: relative;
	padding-left: 25px;
}
.catalog-content[data-category="scc"] .scc-features li:before {
	content: "✓";
	position: absolute;
	left: 8px;
	color: #007bff;
	font-weight: 700;
	font-size: 13px;
}

/* === SCC: compact features list with separators; align and inline monthly pricing === */
.catalog-content[data-category="scc"] .product-item { display: flex; flex-direction: column; }
.catalog-content[data-category="scc"] .product-item .price-box { margin-bottom: 8px; }
.catalog-content[data-category="scc"] .product-item .scc-free-price-block { margin-bottom: 8px; }
.catalog-content[data-category="scc"] .scc-features { flex: 1; margin-top: 8px; }

/* Features: no vertical gaps, simple separators */
.catalog-content[data-category="scc"] .scc-features ul { gap: 0; }
.catalog-content[data-category="scc"] .scc-features li {
	background: transparent;
	border: none;
	border-top: 1px solid #e9ecef;
	border-radius: 0;
	padding: 8px 0 8px 25px;
}
.catalog-content[data-category="scc"] .scc-features li:first-child { border-top: none; }

/* Monthly block inline: label left, price right */
.catalog-content[data-category="scc"] .product-item .price-box .price-option:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.catalog-content[data-category="scc"] .product-item .price-box .price-option:last-child .price-period { margin: 0; }
.catalog-content[data-category="scc"] .product-item .price-box .price-option:last-child .price-value { margin: 0; }

/* === Restore original card width and centering on desktop === */
@media screen and (min-width: 782px) {
	.sec-5 .product-row { justify-content: center !important; gap: 30px 40px !important; }
	.sec-5 .product-row .product-item {
		flex: 0 0 auto !important;
		width: calc(50% - 80px) !important;
		margin: 0 40px 40px 0 !important;
		max-width: unset !important;
	}
}

/* === Center rows and widen cards on desktop === */
@media screen and (min-width: 782px) {
	.sec-5 .slide-content .sec-5-left { justify-content: center !important; }
	.sec-5 .product-row { justify-content: center !important; gap: 30px !important; }
	.sec-5 .product-row .product-item {
		flex: 0 0 48% !important;
		max-width: 48% !important;
		margin: 0 !important;
	}
}

/* === Ensure catalog-content active is full width and centered === */
.sec-5 .catalog-content { width: 100% !important; box-sizing: border-box; }
.sec-5 .catalog-content.active { justify-content: center !important; }
.sec-5 .catalog-content.active .slide-content { width: 100% !important; justify-content: center !important; }

/* === SCC: increase spacing between annual and monthly blocks === */
.catalog-content[data-category="scc"] .product-item .price-box { gap: 20px !important; }
.catalog-content[data-category="scc"] .product-item .price-box .price-option:first-child { margin-bottom: 2px; }

/* === SCC: download link below cards === */
.scc-download { text-align: center; margin: 18px 0 0 0; }
.scc-download a {
	display: inline-block;
	background: linear-gradient(135deg, #266a89 0%, #457688 100%);
	color: #fff;
	padding: 10px 18px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.2s ease;
}
.scc-download a:hover { filter: brightness(1.05); transform: translateY(-1px); }

/* === PDU Section Styling === */
.catalog-content[data-category="pdu"] .product-item {
  flex: 0 0 calc(50% - 20px) !important;
  max-width: calc(50% - 20px) !important;
  margin: 0 10px 20px 10px !important;
}

.catalog-content[data-category="pdu"] .product-row:last-child {
  justify-content: flex-start;
}

.catalog-content[data-category="pdu"] .product-row:last-child .product-item {
  flex: 0 0 calc(50% - 20px) !important;
  max-width: calc(50% - 20px) !important;
}

/* === SCC: одинаковое расположение слов в блоках цен === */
.catalog-content[data-category="scc"] .price-box .price-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.catalog-content[data-category="scc"] .price-box .price-option .price-period {
  flex: 0 0 auto;
  margin: 0;
  text-align: left;
}
.catalog-content[data-category="scc"] .price-box .price-option .price-value {
  flex: 1 1 auto;
  margin: 0;
  text-align: right;
}