body   
{
    background: url("/Images/bg.jpg") no-repeat 50% 0/cover fixed;
    margin: 10px 150px 10px 150px;
    font-size: 1em;
    font-family: "Square Sans Pro Regular", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
}

input
{
    padding:3px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border:1px solid #c6d2db;
    border-top:1px solid #b4c1cb;
    background:#fdfdfd;
}

.UserName
{
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fdfdfd url(/Images/login-sprite.png) no-repeat;
    background-position: 5px 5px !important;
}

.UserPassword
{
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fdfdfd url(/Images/password-sprite.png) no-repeat;
    background-position: 5px 5px !important;
}

/* http://dryicons.com/demos/css3-linear-gradient-buttons-generator/ */
.button
{
	cursor: pointer;
	text-decoration:none;
	border: 1px solid rgb(153, 153, 153);
	padding: 5px 7px 5px 7px;
	color:rgb(0, 0, 0);
	font-size:14px;
	font-family:arial, serif;
	font-size: 14px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgb(238, 238, 238), rgba(204, 204, 204, 0.7));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(238, 238, 238)), to(rgba(204, 204, 204, 0.7)));
	background-image:-moz-linear-gradient(-90deg, rgb(238, 238, 238), rgba(204, 204, 204, 0.7));
}

.button:hover{
	cursor: pointer;
	text-decoration:none;
	border: 1px solid rgb(153, 153, 153);
	padding: 5px 7px 5px 7px;
	color:rgb(0, 0, 0);
	font-size:14px;
	font-family:arial, serif;
	font-size: 14px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgb(238, 238, 238), rgba(204, 204, 204, 0.2));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(238, 238, 238)), to(rgba(204, 204, 204, 0.2)));
	background-image:-moz-linear-gradient(-90deg, rgb(238, 238, 238), rgba(204, 204, 204, 0.2));
}

.button:active{
	cursor: pointer;
	text-decoration:none;
	border: 1px solid rgb(153, 153, 153);
	padding: 5px 7px 5px 7px;
	color:rgb(0, 0, 0);
	font-size:14px;
	font-family:arial, serif;
	font-size: 14px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(238, 238, 238)), to(rgb(204, 204, 204)));
	background-image:-moz-linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
}

a:link, a:visited, a:active
{
    text-decoration:none;
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.titlemaindescription, .titlemaintext, .systemname
{
    color: #993333;
}

/*---------- ЦВЕТ ФОНА ----------*/

.footer, .leftcol, .rightcol, .rsscol, .twoColSpecTool, .menu, div.menu ul li a
{
    background-color: #eeeeee;
}

.section, .toolHeader
{
    background-color: #dddddd;
}

.leftheader, .rightheader, .rssheader
{
    background-color: #749dc0;
}

/*---------- ЦВЕТ БОРДЮРА ----------*/

.maindescription, .maintext, h1, h2, h3, .collapsepanel
{
    border-color: #bbc0c0;
}

.leftcol, .rightcol, .rsscol, .footer, .menu, .shop, .legend_fieldset, .legend_fieldset_qiwi, .twoColSpecTool, div.menu ul li a
{
    border-color: #bbbbbb;
}

/*----------- Заголовки ----------------*/

h1, h2, h3
{
    color: #606060;
    font-weight: bold;
}

h1
{
    font-size: 1.3em;
    margin-bottom: 20px;
}

h2
{
    font-size: 1.2em;
}

h3
{
    font-size: 1.1em;
}

h4
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    max-width: 1280px;
    background-color: #fff;
    margin: 20px auto 20px auto;
    border: 1px solid #496077;
}

.main
{
    min-height: 120px;
}

@media (max-width: 1366px)
{
    body
    {
        margin: 10px 20px 10px 20px;
    }
}

@media (max-width: 767px)
{
    html
    {
        padding: 0;
        margin: 0;
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    body
    {
        margin: 0;
        padding: 0;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-x: hidden;
        background-attachment: scroll;
        font-size: clamp(16px, 4.2vw, 18px);
        box-sizing: border-box;
    }

    form
    {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .page
    {
        margin: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .main
    {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    h1 { font-size: clamp(24px, 6.4vw, 30px); }
    h2 { font-size: clamp(21px, 5.6vw, 26px); }
    h3 { font-size: clamp(19px, 5.1vw, 23px); }
    h4 { font-size: clamp(17px, 4.6vw, 20px); }
    p, .list, .stdtext { font-size: clamp(16px, 4.2vw, 18px); line-height: 1.5; }

    .logo
    {
        width: 100%;
        height: auto !important;
        padding: 8px 0 !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .logo a
    {
        display: block;
    }

    .logo img
    {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block;
    }

    body .mobile-menu-toggle
    {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        position: absolute;
        right: 12px;
        top: 12px;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 1px solid #bbbbbb;
        border-radius: 6px;
        background: #ffffff;
        z-index: 30;
        cursor: pointer;
    }

    .mobile-menu-toggle__line
    {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #333333;
    }

    .logo
    {
        padding-right: 56px !important;
    }

    #main-menu
    {
        display: none;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        border-top: 1px solid #bbbbbb;
        box-sizing: border-box;
        background: #ffffff;
    }

    body.mobile-menu-open #main-menu
    {
        display: block;
    }

    #main-menu > li
    {
        display: block !important;
        float: none !important;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }

    #main-menu > li > a
    {
        display: block;
        padding: 12px 14px;
        white-space: normal;
    }

    .sitemap
    {
        display: none;
    }

    .footer
    {
        margin-top: 8px;
        padding: 12px;
        background-color: #fafafa;
    }

    .footer__inner
    {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .footer__copy,
    .footer__legal
    {
        text-align: center;
    }
}

.stdtext
{
  margin-top:10px;
  margin-bottom:10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}


.footer
{
    color: #4e5766;
    margin-top: 10px;
    padding: 12px 16px;
    font-size:0.85em;
    border-top-width: 1px;
    border-top-style: solid;
    line-height: normal;
}

.footer__inner
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer__copy
{
    text-align: left;
}

.footer__legal
{
    text-align: right;
}

.footer__legal-link
{
    color: #4e5766 !important;
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.footer__legal-link:hover
{
    color: #333333 !important;
    border-bottom-color: #333333;
}

/*------- Строка карты сайта -------*/

.sitemap
{
 font-size: 0.8em;
 padding-top:5px;
 padding-left:10px;
 margin-bottom:10px;
}

/*-------------- Картинка -----------*/

.image
 {
  text-align: center;
 }

/*----------- СОДЕРЖАНИЕ ----------*/

.content1
{
    padding-left:20px;
}

.content2
{
    padding-left:35px;
}


/*----------- ТАБЛИЦА ----------*/

.tabletitle
{
    text-align:center;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.tabletext
 {
  padding-left: 5px;
  padding-right: 5px;
 }


/*----------- СПИСОК ----------*/

.list
{ 
 line-height:1.6em;  
}

/*----------- ФОРМУЛА ----------*/

.formula
 {
     text-align:center;
     margin-top:5px;
     margin-bottom:5px;
 }

/*---------- Параметры скругления углов ----------*/

.leftcol, .rightcol, .rsscol,
.legend_fieldset, .legend_fieldset_qiwi, .twoColSpecTool, .maindescription, .collapsepanel, .maintext, .warning
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.modalwindow
{
    box-shadow:0 5px 9px rgba(0,0,0,0.2);
    -moz-box-shadow:0 5px 9px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 5px 9px rgba(0,0,0,0.2);
}

.leftheader, .rightheader, .rssheader, .toolHeader
{
    border-radius-topright: 5px;
    border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
}


/*----------- КОЛОНКИ ----------*/

.leftfield, .rightfield
{
    width:180px;
}

.leftfield
{
    float:left;
}

.rightfield
{
    float:right;
}

.leftcol, .rightcol, .rsscol
{
    border-width: 1px;
    border-style: solid;
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;        
    padding : 5px 5px 5px 5px;
    font-size:0.8em;
}

.rsscol
{
    min-height: 250px;
}

.leftheader, .rightheader, .rssheader
{
    font-size:1.2em;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 10px;
}

/*----------- RSS-лента ----------*/

.rss
{
    font-size : 0.9em;
}

.rssheader
{
    text-align : center;
}

.eenews
{
     text-align  : center;
     line-height : 2em;
}

/*----------------------------------------------------------*/
 
/* Сворачивающаяся панель */
.collapsepanel
 {
  width: 500px;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 1px;
  border-style: solid;
 }

/* Блок описания без бордюра */
.maindescription_without_border, .maindescription
 {
  float: left;
  width: calc(100% - 210px);
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
 }
 
/* Блок описания */
.maindescription
 {
  border-width: 1px;
  border-style: solid;
 }

/* Блок ВНИМАНИЕ */
.warning
 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fffaf3;
  color: #573a08;
  border-color: #C9BA9B;
 }

.warning_image
 {
  padding-right: 10px;
 }

/* Заголовок блока описания */
.titlemaindescription
 {
  width: 100%;
  font-size: 1.5em;
  font-weight:bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/*---------- LEGEND ----------*/
 
.legend_fieldset, .legend_fieldset_qiwi
 {
  color: #267DDC;
  border-width: 1px;
  border-style: solid;
 }
 
.legend_fieldset_qiwi
 {
     width:360px;
 }

.legend_text
 {
  margin-top:-10px;
  color: #000000;
 }

/*------------------------ DOWNLOAD ------------------------*/
 
/* Блок описания */
.downloaddescription
 {
  float:left;
  width: calc(100% - 200px);
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
 }

/* Заголовок блока описания */
.titledownloaddescription
 {
  width: 750px;
  font-size: 1.3em;
  text-align: left;
}

.list_download_dir
 {
  background: #EAEDF4;
  padding: 2px 2px 2px 2px;
  margin-top:3px;
  margin-bottom:3px;
 }

.list_download_sub
 {
  padding: 2px 2px 2px 2px;
  margin-left:20px;
 }

.list_download_description
 {
  font-size:0.9em;
  padding: 2px 2px 2px 2px;
  margin-left:20px;
 }

.download_tabletext
 {
  padding-top:5px;
  padding-bottom:5px;
 }

/* Страница list-download: центр загрузки, моб. вёрстка */
.list-download-page { overflow: hidden; }
.list-download__title {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.list-download__title-icon { flex-shrink: 0; vertical-align: middle; }
.list-download__title-text { margin: 0; flex: 1; min-width: 0; }
/* Форма поиска в центре загрузки — в стиле карточек SKUP-8 */
.list-download__search .rightcol {
  border: 1px solid #d8dfe8;
  border-radius: 10px;
  background: #f9fbfe;
  padding: 12px;
  box-sizing: border-box;
}
.list-download__search .rightheader {
  margin: 0 0 10px;
  padding: 4px 0 4px 10px;
  border-left: 3px solid #3d79b5;
  border-radius: 0;
  background: transparent !important;
  color: #2f3d4f !important;
  font-size: 1.1em;
  text-align: left;
}
.list-download__form { margin-top: 4px; }
.list-download__search input[type="text"],
.list-download__search-input {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.list-download__search-input {
  padding: 10px 14px;
  border: 1px solid #d8dfe8;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  background-color: #fff;
}
.list-download__search-input:focus {
  outline: none;
  border-color: #3d79b5;
  box-shadow: 0 0 0 2px rgba(61, 121, 181, 0.2);
}
.list-download__search-input::placeholder { color: #888; }
.list-download__search-btn { margin-top: 12px; text-align: center; }
.list-download__search-btn .button {
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.2s;
}
.list-download__intro { margin-top: 8px; }
.list-download__main { margin-top: 8px; }

/* Страница download-file: без общей рамки, моб. вёрстка */
.download-page.maintext { border: none; border-radius: 0; }
.download-page .titledownloaddescription { max-width: 100%; box-sizing: border-box; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.download-page .titledownloaddescription__icon { flex-shrink: 0; vertical-align: middle; }
.download-page .titledownloaddescription__name { flex: 1; min-width: 0; }
.download-page__btn-wrap { text-align: center; margin: 16px 0; }
.download-details { padding: 0; }
.download-details__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  padding: 8px 0;
  border-bottom: 1px solid #e7ecf3;
}
.download-details__row:last-child { border-bottom: none; }
.download-details__label { color: #4a586c; font-weight: 600; flex-shrink: 0; }
.download-details__value { flex: 1; min-width: 0; }

/*----------------------------------------------------------*/
 
/* Обычный описательный текст на страницах без колонок */
.maintext
 {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
 }

/* Заголовок обычного описательного текста на страницах без левых колонок */
.titlemaintext
 {
  font-size: 1.5em;
  font-weight:bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/*----------------------------------------------------------*/
    
/* Раздел */
.section
{
 width:950px;   
 font-size:1.2em;
 font-weight: bold;
 padding-left: 10px;           
 height:21px;
}
        
/* Описание колонки */
.twoColSpecTool
{
 float:left;
 height:290px;
 border-width: 1px;
 border-style: solid;
 width: calc(50% - 18px);        
 margin-left: 10px;        
 margin-bottom: 10px;        
}
    
/* Заголовок описания */
.toolHeader
{
 height:52px;
 padding-left: 10px;
 padding-top: 10px;
 margin-left:2px;
 margin-right:2px;
 margin-top:2px;
 font-size: 0.95em;
}
    
/* Текстовое описание */
.toolSpecBox
{
 float: left;
 width: calc(100% - 220px);        
 margin-left:10px;
 font-size: 0.9em;
}      
        
/* Картинка */
.toolImgBox
{
 float:left;
 width: 174px;   
 margin-right: 10px;
 margin-left: 10px;           
 margin-top: 10px; 
} 

/* ProductionList — стиль как Production.aspx */
.production-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 8px;
}

.production-list-page .twoColSpecTool.production-list-card {
    position: relative;
}

.production-list-page .production-list-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
    cursor: pointer;
}

.production-list-page .twoColSpecTool {
    float: none;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #d8dfe8;
    border-radius: 8px;
    background: #f9fbfe;
    box-sizing: border-box;
}

.production-list-page .twoColSpecTool:hover {
    background: #f2f7fd;
    border-color: #c6d3e3;
}


.production-list-page .toolHeader {
    background: transparent !important;
    border-radius: 8px 8px 0 0;
    padding: 10px 12px;
    margin: 0;
    height: auto;
    min-height: 0;
    min-width: 0;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
}

.production-list-page .toolHeader a {
    color: #993333 !important;
}

.production-list-page .toolImgBox {
    float: none;
    width: auto;
    max-width: 174px;
    margin: 10px auto;
    display: block;
    height: auto;
}

.production-list-page .toolSpecBox {
    float: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 12px 12px;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
}

.production-list-page .toolSpecBox p {
    margin: 0;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
}

@media (max-width: 1024px) {
    .production-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ProductionList — mobile */
@media (max-width: 767px) {
    .production-list-page {
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .production-list-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .production-list-page .twoColSpecTool {
        float: none;
        width: 100%;
        min-width: 0;
        min-height: 0;
        height: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .production-list-page .toolHeader {
        height: auto;
        min-height: 52px;
        min-width: 0;
        padding: 10px;
        font-size: clamp(14px, 3.8vw, 16px);
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .production-list-page .toolHeader a {
        display: block;
    }

    .production-list-page .toolImgBox {
        float: none;
        max-width: 200px;
        width: auto;
        height: auto;
        margin: 10px auto;
        display: block;
    }

    .production-list-page .toolSpecBox {
        float: none;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin: 0;
        padding: 0 10px 12px;
        font-size: clamp(14px, 3.6vw, 16px);
        box-sizing: border-box;
        overflow-wrap: anywhere;
        word-wrap: break-word;
        word-break: break-word;
    }

    .production-list-page .toolSpecBox p {
        margin: 0 0 8px;
        overflow-wrap: anywhere;
        word-wrap: break-word;
        word-break: break-word;
    }

    .production-list-page .systemname {
        font-size: 1.05em;
    }
}
        
/* Картинка платёжных операций */
.toolImgOrder
{
 margin-right: 5px;
 margin-left: 5px;           
} 
        
/* Название устройства */
.systemname
{
 font-size: 1.1em;
 font-weight: bold;
}
        
.sitemap
{
    padding-left: 10px;
    font-size: 0.8em;
}

.menu
{
    width:100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    height:29px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

/* Стиль обычного пункта меню */
div.menu ul li a
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    color: #666666;
    display: block;
    line-height: 1.35em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    white-space: nowrap;
    text-decoration: none;
    height:25px;
}

/* Стиль выделенного пункта меню */
div.menu ul li a:hover
{
    background-color: #777777;
    color: #ffffff;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear:both;
}

.logo
{
    height: 80px;
    padding-top:5px;
    padding-left:0px;
}

.mobile-menu-toggle
{
    display: none;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.submitButton
{
    float:right;
    margin-top:10px;
    margin-right:30px;
}

/*----------------- SHOP -----------------*/

.shop
{
    float: right;
    width: 220px;
    height: 43px;
    text-align:left;
    padding-left: 1px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 7px;
    
    border-width: 1px;
    border-style: solid;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.shophl1
{
    color: red;
}

.shophl1, .shophl2
{
    font-size: 0.9em;
}

.basket
{
    width: 45px;
    height: 45px;
    display: block; 
    overflow: hidden;
    margin-top:-2px;
}

.basket:hover img
{
    margin-top: -45px;
}

.tabletitleshop
{
    text-align:center;
    font-weight: bold;
}

.tabletextshop
 {
  padding: 5px 5px 5px 5px;
 }

.orderparams1
{
    float:left;
    width:250px;
    padding-left:5px;
    color:green;
    margin-bottom:20px;
}

.orderparams2
{
    float:left;
    width:940px;
    padding-left:5px;
    margin-bottom:20px;
}

.orderparams3
{
    float:left;
    width:975px;
    padding-left:5px;
    margin-bottom:20px;
}

.contacts
{
    float:left;
    width:250px;
    padding-left:5px;
    color:green;
    margin-bottom:20px;
}

/*---------- АВТОР -----------*/

.author
{
    text-align: right;
    font-style: italic;
    font-weight: bold;
    padding-right: 20px;
    margin-bottom: 20px;
}

/*---------- ВЫДЕЛЕНИЕ -----------*/

.noteclassic
 {
  padding-left:70px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align:middle;
  background-color:#eef;
  background-position:20px 50%;
  background-repeat:no-repeat;
  background-image:url(/Images/info_note.png);
 }


/*---------- Модальное окно ----------*/

.modalwindow
 {
    background: #fdfdfd url(/Images/modal_win_header.png) no-repeat;
    background-position: -2px -2px !important;
    background-color: #eeeeee;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    padding: 10px;
    width: 384px;

 }

/*---------- Прайс ----------*/

.price_dir
 {
  background: #EAEDF4;
  padding: 2px 2px 2px 2px;
  margin-top:20px;
  margin-bottom:3px;
 }

.price_sub
 {
  padding: 2px 2px 2px 2px;
  margin-left:20px;
 }

.price_sub:hover
 {
  background:#ffffdd;
 }

.price_hyperlink
 {
  text-decoration: none;
 }

.price_hyperlink:hover
 {
  text-decoration: underline;
 }

.price_price
 {
  text-align:right;
  margin-right:30px;
 }

/*---------- Корзина ----------*/

.shopcart, .shopcart_red, .shopcart_green, .shopcart_blue, .shopcart_header
 {
  padding: 2px 2px 4px 2px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #bbc0c0;
 }

.shopcart_red
 {
  background:#FFC8C8;
 }

.shopcart_green
 {
  background:#C8FFC8;
 }

.shopcart_blue
 {
  background:#C8C8FF;
 }

.shopcart:hover, .shopcart_red:hover, .shopcart_green:hover, shopcart_green:hover
 {
  background:#ffffdd;
 }

.shopcart_hyperlink, .shopcart_hyperlink_center,
.shopcart_left, .shopcart_center, .shopcart_right,
.shopcart_header_text, .shopcart_header_text_left
 {
  vertical-align:middle;
  font-size:0.9em;
 }

.shopcart_hyperlink, .shopcart_hyperlink_center
 {
  text-decoration: none;
 }

.shopcart_hyperlink:hover, .shopcart_hyperlink_center:hover
 {
  text-decoration: underline;
 }

.shopcart_hyperlink_center
 {
  text-align:center;
 }

.shopcart_center
 {
  text-align:center;
 }

.shopcart_left
 {
  text-align:left;
 }

.shopcart_right
 {
  text-align:right;
 }

.shopcart_header
 {
  border-top: 1px solid;
  border-color: #bbc0c0;
  background: #EAEDF4;
 }

.shopcart_header_text
 {
  text-align:center;
 }

.shopcart_header_text_left
 {
  text-align:left;
 }

.shopcart_footer
 {
  padding-top : 5px;
 }

.shopcart_footer_text
 {
  text-align:right;
  font-weight:bold;
 }

/*---------- TextBoxWatermark ----------*/

.textboxwatermark
{
    color: #666666;
    background: #f0f8ff;
}

/*---------- Заголовок страницы ----------*/

.titlepagetable
{
    width:100%;
    border:0;
}

.titlepagetablecol1
{
    width:80px;
}

/* Блок заголовка страницы брендирования: картинка слева, заголовок справа */
.branding-title-block
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.branding-title-block__img
{
    flex-shrink: 0;
    width: 80px;
}

/*---------- Заголовок страницы ----------*/

.delivery1, .delivery2
{
    float:left;
    height:60px;
    margin-top:25px;
}

.delivery1
{
    width:20%;
}

.delivery2
{
    width:80%;
}

/*---------- Технические характеристики ----------*/

.techDiv
{
    background: url("/Images/dots.png") repeat-x 0 95%;
    width: 650px;
}

.techName
{
    float: left;
    background: #fff;
}

.techValue
{
     float: right;
     background: #fff;
}

/*---------- Управляющие элементы в статистике и заказах ----------*/

.edtDate
{
   vertical-align:middle;
   width:70px;
}

/*---------- Кнопка "Добавить в корзину" ----------*/

.btncart:link, .btncart:visited, .btncart:active
{
   position: relative;
   display: inline-block;

   padding-left: 5px;
   padding-right: 10px;
   padding-top: 5px;
   height: 34px;

   color: #fff;
   border: 1px solid #f8f8f8;
   border-top: none;

   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;

   font-size: 16px;
   font-weight: bold;
   text-decoration: none;

   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;

   background: #0f60af; /* Old browsers */
   background: -moz-linear-gradient(top, #0f60af 0%, #1067b4 30%, #167fc3 93%, #147fc3 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f60af), color-stop(30%,#1067b4), color-stop(93%,#167fc3), color-stop(100%,#147fc3)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #0f60af 0%,#1067b4 30%,#167fc3 93%,#147fc3 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #0f60af 0%,#1067b4 30%,#167fc3 93%,#147fc3 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #0f60af 0%,#1067b4 30%,#167fc3 93%,#147fc3 100%); /* IE10+ */
   background: linear-gradient(to bottom, #0f60af 0%,#1067b4 30%,#167fc3 93%,#147fc3 100%); /* W3C */
}

.btncart:hover
{
   -moz-opacity: 0.8; 
   -khtml-opacity: 0.8; 
   opacity: 0.8;
   color: #fff;
   text-decoration:none;
   color: #fff;
}

/* Цена */
.price
{
    color: #ff5500;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}       

.price_big
{
    color: #ff5500;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}       

/* Google Play */
.google_play
{
    color: #ff5500;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}       

/* Минимальное количество */
.mincount
{
    margin-bottom: 10px;
}       


/* Рейтинг */
.ratingStar
{
    white-space:nowrap;
    margin:1em;
    height:14px;
}

.ratingStar .ratingItem
{
    font-size: 0px;
    width: 18px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
    cursor:pointer;
}

.ratingStar .Filled
 {
    background-image: url(/Images/ratingStarFilled.png);
 }

.ratingStar .Empty
 {
    background-image: url(/Images/ratingStarEmpty.png);
 }

.ratingStar .Saved
{
    background-image: url(/Images/ratingStarFilled.png);
}

.rate_header
 {
  border-color: #bbc0c0;
  background: #E5E5E5;
  padding: 2px 2px 2px 2px;
  margin-top:20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
 }
 
.rate_name
{
  padding-top: 5px;
  text-align:center;
  vertical-align:top;
  line-height:1.8em;
}

.img_input_relay
{
  padding-right: 4px;
}

@font-face {
    font-family: 'Square Sans Pro Medium';
    src: url('/fonts/ptrootuimedium.eot');
    src: url('/fonts/ptrootuimedium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/ptrootuimedium.woff') format('woff'),
        url('/fonts/ptrootuimedium.ttf') format('truetype');
}

@font-face {
    font-family: 'Square Sans Pro Light';
    src: url('/fonts/ptrootuilight.eot');
    src: url('/fonts/ptrootuilight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/ptrootuilight.woff') format('woff'),
        url('/fonts/ptrootuilight.ttf') format('truetype');
}

.trustUs
{
    float:left;
    width:170px;
    height:145px;
    border-color: #bbbbbb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    margin-left: 30px;
    margin-bottom: 30px
}

.trustUsImg
{
    margin: 10px;
}

.production_title
{
    text-align: center;
}

.production_title a
{
    font-size: 1.1em;
    font-weight:bold;
    color: #993333;
    text-decoration:none;
}

/* Production page */
.production-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 8px;
}

.production-page-grid .production-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-height: 269px;
    padding: 2px 4px 4px;
    border: 1px solid #d8dfe8;
    border-radius: 8px;
    background: #f9fbfe;
    text-decoration: none;
    box-sizing: border-box;
}

.production-page-grid .production-category-card:link,
.production-page-grid .production-category-card:visited,
.production-page-grid .production-category-card:active {
    color: #993333;
}

.production-page-grid .production-category-card:hover {
    background: #f2f7fd;
    border-color: #c6d3e3;
    text-decoration: none;
}

.production-page-grid .production-category-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    min-height: 170px;
}

.production-page-grid .production-category-card__image {
    max-width: 158px;
    height: auto;
}

.production-page-grid .production-category-card__title {
    text-align: center;
    font-size: 1.02em;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .production-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1025px) {
    .production-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .production-page-grid .production-category-card {
        min-height: 250px;
        gap: 0;
        padding: 0;
    }

    .production-page-grid .production-category-card__icon {
        width: 320px;
        min-height: 208px;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

    .production-page-grid .production-category-card__image {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .production-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .production-page-grid .production-category-card {
        min-height: 235px;
        gap: 8px;
        padding: 0 7px 9px;
    }

    .production-page-grid .production-category-card__icon {
        width: 142px;
        min-height: 142px;
    }

    .production-page-grid .production-category-card__image {
        max-width: 130px;
    }

    .production-page-grid .production-category-card__title {
        font-size: 0.96em;
    }
}

.media_h1, .media_h2, .media_v1, .media_v2, .media_v3, .media_v4
{
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
}

.media_h1
{
    margin-left: 0px;
    margin-right: 10px;
}

.media_h2
{
    margin-left: 10px;
    margin-right: 0px;
}

.media_v1
{
    margin-left: 0px;
    margin-right: 10px;
}

.media_v2, .media_v3
{
    margin-left: 10px;
    margin-right: 10px;
}

.media_v4
{
    margin-left: 10px;
    margin-right: 0px;
}

.media_header
{
    margin-bottom: 30px;
}

.media_header_text
{
    color: #666666;
    font-weight: bold;
    font-size:1.5em;
}

/* Home page styles moved from Default.aspx */
.home-news-column {
    float: left;
    width: 245px;
}

/* Блок «Новости» в стиле карточек SKUP-8 */
.home-news-column .rsscol {
    width: 220px !important;
    margin-left: 15px !important;
    margin-right: 0 !important;
    border: 1px solid #d8dfe8 !important;
    border-radius: 10px !important;
    background: #f9fbfe !important;
    padding: 12px !important;
    box-sizing: border-box;
}
.home-news-column .rsscol .rssheader {
    margin: 0 0 10px !important;
    padding: 4px 0 4px 10px !important;
    border-left: 3px solid #3d79b5;
    border-radius: 0;
    background: transparent !important;
    color: #2f3d4f !important;
    font-size: 1.1em;
    text-align: left;
}
.home-news-column .rsscol a {
    color: #1f4b7a;
    text-decoration: none;
}
.home-news-column .rsscol a:hover {
    text-decoration: underline;
}

.home-news-toggle {
    display: none;
}

.home-slider-column {
    float: left;
}

@media (min-width: 1201px) {
    .content.home-slider-column {
        width: calc(100% - 245px) !important;
        max-width: 1070px;
        min-width: 400px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .home-slider-column .slider {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }
    .home-slider-column .flexslider .flex-viewport {
        width: 100% !important;
    }
}

.home-description {
    float: left;
    width: calc(100% - 270px);
}

.home-benefits-row {
    width: calc(100% - 270px);
}

.home-benefits-inner {
    height: auto;
    display: inline-block;
    width: 100%;
}

.home-benefits-list {
    float: left;
    width: 75%;
}

.home-benefits-image {
    float: left;
    margin-top: -10px;
    width: 25%;
}

@media (max-width: 1200px) {
    .home-news-column,
    .home-slider-column,
    .home-description {
        float: none !important;
        width: 100% !important;
    }

    .home-news-column .rsscol {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 16px;
        min-height: 0;
    }

    .content,
    .slider {
        width: 100% !important;
    }

    .slider {
        height: auto;
    }

    .home-benefits-row {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .home-news-column {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        clear: both;
        box-sizing: border-box;
    }

    .home-news-toggle {
        display: block;
        width: 100%;
        margin: 0 0 8px;
        padding: 10px 12px;
        border: 1px solid #bbbbbb;
        border-radius: 6px;
        background: #eeeeee;
        color: #333333;
        font-weight: bold;
        font-size: 1em;
        text-align: left;
        cursor: pointer;
        box-sizing: border-box;
    }

    .home-news-toggle::after {
        content: ' \25BC';
        float: right;
        font-size: 0.9em;
        margin-top: 2px;
    }

    .home-news-column.is-open .home-news-toggle::after {
        content: ' \25B2';
    }

    .home-news-column .rsscol {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-height: 0;
        overflow: hidden;
        border-width: 0;
        transition: max-height 0.25s ease, padding 0.25s ease;
        box-sizing: border-box;
    }

    .home-news-column.is-open .rsscol {
        max-height: 70vh;
        overflow-y: auto;
        padding: 5px !important;
        border-width: 1px;
    }

    .home-news-column .rsscol .rssheader {
        display: none;
    }

    .home-news-column .rsscol,
    .home-news-column .rsscol .rss {
        font-size: 0.95em;
        line-height: 1.45;
    }

    .slider-item {
        display: block;
        min-height: 248px;
        padding: 14px 12px;
        background-size: cover;
        background-position: center;
    }

    .home-slider-column .slider-item-img {
        float: none !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto 10px;
        text-align: center;
    }

    .slider-item-img img {
        display: block;
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: 170px;
        object-fit: contain;
    }

    .home-slider-column .slider-item-desc {
        padding-top: 0;
        padding-right: 0;
        min-height: 0;
        display: block;
        clear: both;
        width: 100%;
    }

    .home-slider-column .slider-item-title {
        margin-bottom: 10px;
        font-size: 1.1em !important;
        line-height: 1.2;
    }

    .home-slider-column .slider-item-title a {
        font-size: inherit !important;
        line-height: inherit;
    }

    .slider-p {
        font-size: 0.92em;
        line-height: 1.45em;
    }

    .slider-item .slider-p {
        display: none;
    }

    .jcarousel-control {
        right: 8px;
        bottom: 8px;
        transform: scale(0.9);
        transform-origin: right bottom;
    }

    .home-slider-column {
        margin-bottom: 0;
    }

    .home-slider-column .slider {
        margin-bottom: 16px !important;
    }

    .home-benefits-list,
    .home-benefits-image {
        float: none !important;
        width: 100% !important;
        margin-top: 0;
    }

    .home-benefits-image {
        text-align: center;
        margin-top: 10px;
    }

    .maindescription_without_border {
        padding-left: 6px;
        padding-right: 6px;
    }

    .home-description {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-description h1,
    .home-description h2,
    .home-description h3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }

    .home-clients-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 8px;
        row-gap: 8px;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        clear: both;
        box-sizing: border-box;
    }

    .home-clients-grid .trustUs {
        float: none !important;
        display: block;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        aspect-ratio: 1 / 1;
        margin: 0 !important;
        box-sizing: border-box;
        text-align: center;
    }

    .home-clients-grid .trustUs a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 8px;
        box-sizing: border-box;
    }

    .home-clients-grid .trustUsImg {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
}

/* ProductionE page */
.productione-page {
    max-width: 100%;
}

.productione-page p {
    margin: 0 0 8px;
    line-height: 1.6;
}

.productione-page p:first-of-type {
    margin-bottom: 14px;
}

.productione-page .highslide-gallery {
    margin: 8px 0 14px;
}

.productione-page .highslide-gallery center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.productione-page .highslide-gallery center br {
    display: none;
}

.productione-page .highslide-gallery center a.highslide {
    display: block;
    width: calc(33.333% - 8px);
    max-width: 240px;
    min-width: 180px;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    line-height: 0;
    text-align: center;
    overflow: visible;
}

.productione-page .highslide-gallery img {
    display: block;
    width: 100%;
    height: 210px !important;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .productione-page .highslide-gallery center {
        gap: 6px;
    }

    .productione-page .highslide-gallery center a.highslide {
        width: calc(50% - 6px);
        min-width: 0;
        max-width: none;
    }

    .productione-page .highslide-gallery img {
        height: 170px !important;
    }
}

.mobile-photo-viewer {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 12px;
    box-sizing: border-box;
}

.mobile-photo-viewer.is-open {
    display: flex;
}

.mobile-photo-viewer__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

/* Contacts page */
.contacts-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.contacts-info {
    width: 500px;
    max-width: 100%;
}

.contacts-map {
    flex: 1;
    min-width: 320px;
    max-width: 100%;
}

.contacts-card {
    width: 500px;
    max-width: 100%;
}

.contacts-company-card {
    width: 100%;
    max-width: 440px;
    min-height: 385px;
    padding-bottom: 25px;
    box-sizing: border-box;
    min-inline-size: 0;
}

.contacts-company-card span {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.contacts-card-footer {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contacts-card-badge--zchb {
    width: 80px;
    min-width: 80px;
}

.contacts-card-badge--bank {
    width: 100px;
    min-width: 100px;
}

.contacts-card-badge--bank img {
    max-width: 100%;
    height: auto;
}

.contacts-card-download {
    margin-left: auto;
    text-align: right;
}

.contacts-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.contacts-social-item {
    min-width: 120px;
    min-height: 32px;
}

.contacts-office-photo {
    flex: 1;
    min-width: 320px;
    max-width: 100%;
}

.contacts-office-photo .highslide-gallery img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .contacts-layout {
        gap: 14px;
    }

    .contacts-info,
    .contacts-map,
    .contacts-card,
    .contacts-office-photo {
        width: 100%;
        min-width: 0;
    }

    .contacts-map {
        min-height: 320px;
    }

    .contacts-company-card {
        width: 100% !important;
        max-width: 100%;
        min-height: 0;
        height: auto;
        padding-bottom: 12px;
        margin: 0;
    }

    .contacts-card-footer {
        flex-wrap: wrap;
        gap: 10px;
    }

    .contacts-card-download {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .contacts-social-item {
        min-width: 0;
        width: calc(50% - 6px);
    }
}

/* Design page */
.design-page .design-cards {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.design-page .design-cards td {
    text-align: center;
    vertical-align: top;
}

.design-page .design-diagram {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .design-page .design-cards {
        display: table;
        width: 100%;
    }

    .design-page .design-cards tbody {
        display: table-row-group;
    }

    .design-page .design-cards tr {
        display: flex;
        gap: 8px;
        width: 100%;
    }

    .design-page .design-cards td {
        display: block;
        flex: 1 1 0;
        width: auto !important;
        text-align: center;
        padding: 0;
    }

    .design-page .design-cards-gap {
        display: none !important;
        flex: 0 0 0;
    }

    .design-page .design-cards img {
        max-width: 100%;
        height: auto;
    }

    .design-page .production_title td {
        margin-top: 8px;
        margin-bottom: 14px;
    }

    .design-page .production_title a {
        display: inline-block;
        max-width: 100%;
        padding: 0 8px;
        white-space: normal;
        line-height: 1.35;
        font-size: 1em;
    }
}

/* Warranty page warning block */
.warranty-page .warranty-warning-table {
    width: 100%;
    border-collapse: collapse;
}

.warranty-page .warranty-warning-icon-cell {
    vertical-align: middle;
}

.warranty-page .warranty-warning-text-cell {
    vertical-align: middle;
}

.warranty-page .warranty-warning-icon {
    padding-right: 10px;
}

.warranty-page h2 {
    margin-top: 21px;
    margin-bottom: 12px;
}

.warranty-page p {
    margin: 0 0 12px;
}

@media (max-width: 767px) {
    .warranty-page .warranty-warning-icon-cell,
    .warranty-page .warranty-warning-text-cell {
        vertical-align: top;
    }

    .warranty-page .warranty-warning-icon {
        padding-right: 10px;
    }
}

/* Legal page */
.legal-page h2 {
    margin-top: 21px;
    margin-bottom: 12px;
}

.legal-page p {
    margin: 0 0 12px;
}

/* Personal data policy page */
.legal-policy-page h2 {
    margin-top: 21px;
    margin-bottom: 12px;
}

.legal-policy-page p {
    margin: 0 0 12px;
}

.legal-personal-page p {
    margin: 0 0 12px;
}

.legal-policy-page .policy-approval {
    max-width: 280px;
    margin-left: auto;
    margin-bottom: 16px;
    text-align: left;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .legal-policy-page .policy-approval {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 12px;
    }
}

/* Support links */
.support-page .support-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.support-page .support-link-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border: 1px solid #d8dfe8;
    border-radius: 8px;
    background: #f9fbfe;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.support-page .support-link-card:link,
.support-page .support-link-card:visited,
.support-page .support-link-card:active {
    color: #2f3d4f;
}

.support-page .support-link-card:hover {
    background: #f2f7fd;
    border-color: #c6d3e3;
    text-decoration: none;
}

.support-page .support-link-card__icon {
    flex: 0 0 86px;
    width: 86px;
    text-align: center;
}

.support-page .support-link-card__image {
    max-width: 64px;
    height: auto;
}

.support-page .support-link-card__text {
    font-size: 1.04em;
    font-weight: 600;
    line-height: 1.35;
}

/* ---------- Hardware — общие стили (SKUP-11M, SKUP-2 и др.) ---------- */
.protocols { width: 100%; }
.protocols td { padding-top: 10px; padding-bottom: 10px; padding-left: 20px; }

.modTable {
  border: solid 1px;
  border-collapse: collapse;
  padding: 5px;
}

/* СКУП-2: блок модификаций (div'ы), одна рамка по контуру, автоподгон и перенос текста */
.skup2-mod-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1em 0;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.skup2-mod-table {
  display: grid;
  grid-template-columns: minmax(8em, 1.2fr) minmax(5em, 1.4fr) minmax(5em, 1.4fr);
  width: 100%;
  min-width: 0;
  font-family: inherit;
}
@media (max-width: 767px) {
  .skup2-mod-table {
    grid-template-columns: minmax(6em, 1.15fr) minmax(4em, 1.2fr) minmax(4em, 1.2fr);
  }
}
.skup2-mod-table__cell {
  padding: 5px;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.skup2-mod-table__cell:nth-child(3n) {
  border-right: none;
}
.skup2-mod-table__cell:nth-child(n+10) {
  border-bottom: none;
}
.skup2-mod-table__cell--head {
  font-weight: 700;
  font-family: inherit;
}
.skup2-mod-table__cell--center {
  text-align: center;
}
.skup2-mod-table__cell--span2 {
  grid-column: span 2;
  min-width: 0;
  border-right: none;
}

/* ---------- SKUP-8 / SKUP-8M / SKUP-3 — общие стили ---------- */
.skups8-page .protocols,
.protocols.skups8-page ~ * .protocols { width: 100%; }
.skups8-page .protocols td { padding-top: 10px; padding-bottom: 10px; padding-left: 20px; }

.skups8-mobile-sections { margin-top: 12px; margin-bottom: 12px; }

/* Текст слева, картинка справа — в один ряд на всех экранах (в т.ч. мобилка) */
.skups8-text-image-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
}
.skups8-text-image-row__text {
  flex: 1;
  min-width: 0;
}
.skups8-text-image-row__img {
  flex-shrink: 0;
}

/* KORTEX2x4S: блок облака — картинка слева, текст справа; на мобилке картинка на 30% меньше */
.kortex2x4s-cloud-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 16px;
}
.kortex2x4s-cloud-block__img {
  flex-shrink: 0;
}
.kortex2x4s-cloud-block__text {
  flex: 1;
  min-width: 0;
}

.skups8-info-card {
  border: 1px solid #d8dfe8;
  border-radius: 8px;
  background: #f9fbfe;
  padding: 12px;
  margin-bottom: 12px;
}
.skups8-info-card h2 { margin-top: 0; margin-bottom: 10px; }

.skups8-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #e7ecf3;
}
.skups8-spec-row:last-child { border-bottom: none; padding-bottom: 0; }
.skups8-spec-name { color: #4a586c; font-weight: 600; }
.skups8-spec-value { text-align: right; }

/* BNUR: назначение контактов разъёма (на моб. одна строка + горизонтальный скролл) */
.bnur-pins { margin: 10px 0; }
.bnur-pin { padding: 6px 0; border-bottom: 1px solid #e7ecf3; }
.bnur-pin:last-child { border-bottom: none; }
.bnur-pin__scroll {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.bnur-pin__label { flex-shrink: 0; color: #4a586c; font-weight: 600; min-width: 3em; }
.bnur-pin__desc { flex: 1; }

.skups8-chip-list { display: flex; flex-wrap: wrap; gap: 8px; }
.skups8-chip {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #d8dfe8;
  border-radius: 6px;
  background: #ffffff;
  line-height: 1.3;
}

.skups8-links { display: flex; flex-direction: column; gap: 10px; }
.skups8-links .leftcol,
[id$='LinksDiv'] .leftcol {
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  box-sizing: border-box;
  border: 1px solid #d8dfe8 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.skups8-links .leftheader,
[id$='LinksDiv'] .leftheader {
  margin: 0 0 10px !important;
  padding: 4px 0 4px 10px;
  border-left: 3px solid #3d79b5;
  border-radius: 0;
  background: transparent !important;
  color: #2f3d4f !important;
  font-size: 1.26em;
  text-align: left;
}
.skups8-links a,
[id$='LinksDiv'] a { color: #1f4b7a; text-decoration: none; }
.skups8-links a:hover,
[id$='LinksDiv'] a:hover { text-decoration: underline; }
.skups8-links .skups8-image-link img,
[id$='LinksDiv'] .skups8-image-link img,
.skups8-links .linksdiv-photo-gallery img,
[id$='LinksDiv'] .linksdiv-photo-gallery img {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #ffffff !important;
  margin: 2px !important;
}
.skups8-links img,
[id$='LinksDiv'] img { max-width: 100%; height: auto; box-sizing: border-box; }
.skups8-links hr,
[id$='LinksDiv'] hr { border: none; border-top: 1px solid #e7ecf3; margin: 8px 0; }
.skups8-links .price,
.skups8-links .price_big,
[id$='LinksDiv'] .price,
[id$='LinksDiv'] .price_big { font-weight: 700; color: #2f3d4f; }

.skups8-page.maindescription { border-color: #d8dfe8 !important; }

.skups8-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  text-decoration: none;
}
.skups8-inline-link img { width: 48px; height: 48px; object-fit: contain; flex: 0 0 48px; }

.skups8-warning-row { display: flex; align-items: center; gap: 10px; }
.skups8-messengers-row { display: flex; align-items: center; justify-content: flex-start; gap: 12px; }
.skups8-messengers-list { min-width: 200px; flex: 0 0 auto; }
.skups8-cloudreport-link { display: inline-flex; align-items: center; justify-content: center; margin-left: 0; }

.skups8-mobile-quick__toggle { display: none; }

@media (max-width: 991px) {
  .skups8-mobile-quick { margin-bottom: 12px; }
  .skups8-mobile-quick__toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border: 1px solid #d8dfe8;
    border-radius: 8px;
    background: #f9fbfe;
    color: #2f3d4f;
    font-weight: 600;
  }
  .skups8-mobile-quick__toggle::after { content: "▼"; font-size: 0.8em; transition: transform 0.2s ease; }
  .skups8-mobile-quick.is-open .skups8-mobile-quick__toggle::after { transform: rotate(180deg); }
  .skups8-mobile-quick__body { display: none; margin-top: 8px; }
  .skups8-mobile-quick.is-open .skups8-mobile-quick__body { display: block; }
  [id$='LinksDiv'].leftfield {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  [id$='LinksDiv'] {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-height: none;
    overflow: visible;
    padding: 8px;
    border: 1px solid #d8dfe8;
    border-radius: 8px;
    background: #f9fbfe;
  }
  [id$='LinksDiv'] .leftcol {
    float: none !important;
    width: 100% !important;
    flex: none;
    max-width: none;
    margin: 0 !important;
    box-sizing: border-box;
  }
  [id$='LinksDiv'] .leftheader { margin-bottom: 8px; }
  [id$='LinksDiv'] a {
    display: inline;
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
  }
  .skups8-page.maindescription {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  .skups8-info-card { padding: 10px; }
  .skups8-spec-row { flex-direction: column; gap: 4px; padding: 7px 0; }
  .skups8-spec-value { text-align: left; }
  .bnur-pin__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    min-width: 0;
  }
  .bnur-pin__scroll::-webkit-scrollbar { height: 6px; }
  .bnur-pin__label { flex-shrink: 0; }
  .bnur-pin__desc { flex: 1; min-width: max-content; white-space: nowrap; }
  .download-page .maintext { margin-left: 10px; margin-right: 10px; padding-left: 8px; padding-right: 8px; }
  .download-page .titledownloaddescription { width: 100%; font-size: 1.15em; }
  .download-page .legend_fieldset { max-width: 100%; box-sizing: border-box; }
  .download-page .download-details__row { flex-direction: column; align-items: flex-start; gap: 4px; }
  .download-page .download-details__value { width: 100%; }
  .download-page .button { width: 100%; max-width: 280px; padding: 12px 20px; }
  .list-download-page .list-download__search { float: none !important; width: 100% !important; margin-bottom: 16px; }
  .list-download-page .list-download__search .rightcol { width: 100%; margin-left: 0; box-sizing: border-box; }
  .list-download-page .list-download__search input[type="text"],
  .list-download-page .list-download__search-input { width: 100% !important; max-width: 100%; min-width: 0; box-sizing: border-box; display: block; }
  .list-download-page .downloaddescription { float: none !important; width: 100% !important; box-sizing: border-box; }
  .list-download-page .list-download__title { padding-left: 0; padding-right: 0; }
  .list-download-page .list-download__title-icon { max-width: 60px; height: auto; }
  .list-download-page .list-download__title-text { font-size: 1.25rem; }
  .list-download-page .list_download_dir { margin-left: 0; }
  .list-download-page .list_download_sub { margin-left: 12px; }
  .list-download-page .list_download_description { margin-left: 12px; }
  .skups8-page img { max-width: 100%; height: auto; }
  .kortex2x4s-cloud-block {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .skups8-page .skups8-image-link { margin: 8px 0; }
  .skups8-page .skups8-image-link img { width: 100% !important; margin: 0 !important; }
  .skups8-page table:not(.protocols) { width: 100% !important; border-collapse: collapse; }
  .skups8-page table:not(.protocols) tr { display: block; width: 100%; }
  .skups8-page table:not(.protocols) td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .skups8-page table[style*='margin-top: -20px'] { margin-top: 0 !important; }
  .skups8-inline-link { gap: 8px; margin-top: 10px; }
  .skups8-inline-link img { width: 42px; height: 42px; flex: 0 0 42px; }
  .skups8-warning-row { align-items: center; gap: 8px; }
  .skups8-messengers-row { align-items: center; justify-content: flex-start; gap: 10px; }
  .skups8-messengers-list { min-width: 0; flex: 0 0 auto; }
  .skups8-cloudreport-link { display: inline-flex !important; flex: 0 0 auto; margin-left: 12px; }
  .skups8-page .protocols,
  .skups8-page table.protocols { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .skups8-page .protocols tr { display: table-row; }
  .skups8-page .protocols td { min-width: 120px; white-space: normal; padding-left: 10px; }
}

@media (min-width: 992px) {
  [id$='LinksDiv'].leftfield,
  .skups8-links.leftfield {
    width: 220px;
  }
  .skups8-page.maindescription,
  .skups8-page.maindescription_without_border {
    width: calc(100% - 242px);
    padding-right: 10px;
    box-sizing: border-box;
  }
  [id$='LinksDiv'] { padding-left: 10px; padding-right: 10px; box-sizing: border-box; }
  [id$='LinksDiv'] .leftcol {
    width: auto !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
}

/* SKUP-8 icon gallery */
.skups8-page .skups8-icons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 8px 0 14px;
}

.skups8-page .skups8-icons-grid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    min-height: 88px;
    padding: 8px;
    border: 1px solid #d8dfe8;
    border-radius: 8px;
    background: #f9fbfe;
    box-sizing: border-box;
}

.skups8-page .skups8-icons-grid__item img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .support-page .support-link-card {
        gap: 10px;
        padding: 9px 10px;
    }

    .support-page .support-link-card__icon {
        flex-basis: 70px;
        width: 70px;
    }

    .support-page .support-link-card__image {
        max-width: 52px;
    }

    .support-page .support-link-card__text {
        font-size: 1em;
    }

    .skups8-page .skups8-icons-grid {
        gap: 8px;
    }

    .skups8-page .skups8-icons-grid__item {
        width: 72px;
        min-height: 72px;
        padding: 6px;
    }
}
