.program-download-button {
            display: inline-block;
            padding: 15px 30px;
            background-color: #4CAF50;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            font-weight: bold;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            text-align: center;
        }
        
        .program-download-button:hover {
            background-color: #45a049;
        }
        
        .program-download-button:active {
            transform: scale(0.98);
        }
        
        .download-container {
            display: inline;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        
        .program-file-details {
            text-align: center;
            margin-top: 20px;
            color: #666;
        }
        
        .download-wrapper {
            text-align: center;
        }
/** Wordpress Default styles **/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   float:none !important;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.center {text-align:center;}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 4px;
   -khtml-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0 !important;
}

/** CUSTOM STUFF **/

.close {cursor:pointer; position:absolute; top:0px; right:5px; font-weight:bold;}

.info-box {display:block; border:1px solid #AFDBEE; background: url(../../../templates/Default/images/mini-icons/info.png) no-repeat scroll 8px 55% #E4F5FD; padding:0px 0px 0px 30px; margin:0; color:#2A80A7; font-size:13px; position:relative;}
.info-box a {color:#2A80A7; border-bottom:#2A80A7 1px solid;}
.info-box a:hover {color:#2A80A7; border-bottom:none !important;}

.warning-box {display:block; border:1px solid #efdc75; background: url(../../../templates/Default/images/mini-icons/warning.png) no-repeat scroll 8px 55% #fff7cb; padding:10px 10px 10px 35px; margin:0; color:#DB7701; font-size:13px; position:relative;}
.warning-box a {color:#DB7701; border-bottom:#DB7701 1px solid;}
.warning-box a:hover {color:#DB7701; border-bottom:none !important;}

.success-box {display:block; border:1px solid #b3dc7c; background: url(../../../templates/Default/images/mini-icons/success.png) no-repeat scroll 8px 55% #e8ffca; padding:10px 10px 10px 35px; margin:0; color:#527A19; font-size:13px; position:relative;}
.success-box a {color:#527A19; border-bottom:#527A19 1px solid;}
.success-box a:hover {color:#527A19; border-bottom:none !important;}

.error-box {display:block; border:1px solid #ebb1b1; background: url(../../../templates/Default/images/mini-icons/error.png) no-repeat scroll 8px 55% #ffd6d6; padding:10px 10px 10px 35px; margin:0; color:#9d2121; font-size:13px; position:relative;}
.error-box a {color:#9d2121; border-bottom:#9d2121 1px solid;}
.error-box a:hover {color:#9d2121; border-bottom:none !important;}

.info-box, .warning-box, .success-box, .error-box {margin-bottom:20px; margin-top:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; overflow:hidden;}

.full-width {width:960px;}
.one_half {width:465px;}
.one_third {width:300px;}
.one_forth {width:217.5px;}
.two_third {width:630px;}
.three_forth {width:712.5px;}

.one_half, .one_third, .one_forth, .two_third, .three_forth, .full-width {position:relative; float:left; margin-right:30px; height:auto; overflow:hidden; margin-bottom:30px;}

.dropcap {font-size:40px; float:left; padding-right:10px; font-weight:bold;}

/** Comments **/

 .commentlist, #dlemasscomments {list-style-type:none; list-style-position:outside;}
 .commentlist, #dlemasscomments {margin-bottom:25px; height:auto; width:720px; padding: 5px 0px 10px 0px;}
.comment-left { margin-top:10px; float:left; width:110px; height:100%; margin-right:10px;}
.comment-left img {margin:0 0 1px 0px;}
.comment-left a {text-align:center; float:center;}
.comment-right a {color:#007FFF;}
.comment-right {float:left; width:550px; overflow:hidden; border:#CACACA 1px solid; padding:15px; margin:10px; padding-bottom:14px; padding-right:4px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

.comment-right .block {float:right; vertical-align:bottom; border:none; margin-bottom:-10px; padding-bottom:-1px;}

#content .comment-right img {
    background: none;
    border: none;
    border-radius: none;
    padding: 0px;
}
.comment-right .sml-btn  {font-family: Calibri, Arial; float:right; font-size: 12px; font-weight: bold; text-transform: none; margin: -10px 1px -10px 1px;}

/**/#comments #responde {height:auto; overflow:hidden;}
#comments #responde form p small {color:#6E6E6E !important; }
#comments #responde #commentform input, #comments #responde #commentform textarea {font-family: Arial,Helvetica,sans-serif; border:#CACACA 1px solid; padding:2px 5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:url("../../../templates/Default/images/input-bg.png") repeat-x scroll left top #FFFFFF; font-size:13px;}
#comments #responde #commentform input {height:18px;}
#comments #responde #commentform #submit {position:relative; display:block; cursor:pointer; float:left; height:28px; line-height:28px; padding:0 10px; font-size:11px; font-weight:bold; overflow:hidden; margin:0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; text-transform:uppercase; text-decoration:none !important; text-align:center; background:#F5F5F5 url(../../../templates/Default/images/buttons/big-btn-bg.png) repeat-x top left; color:#222; border:#888 1px solid; text-shadow:#fff 0px 1px 0px;}
#comments #responde #commentform #submit:hover {background:#3a3a3a url(../../../templates/Default/images/buttons/big-btn-bg.png) repeat-x top left; color:#fff; border:#1a1a1a 1px solid; text-shadow: #1a1a1a 0px -1px 0px;}

.torrenttable  table , .torrenttable td, .torrenttable tr{  
text-align:left;
  border-collapse: collapse;
  border-spacing: 5px;
  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
   border: 1px solid #cccccc;
  }
  .torrenttable .down a:link{color:black; text-decoration:none; font-family: tahoma,arial; font-size: 15px;}
  .torrenttable .down a:hover{color:#444444; text-decoration:none;}
  


/* Generated via www.cssmenubuilder.com */

.menuright {margin:0; padding:0; width: 100%; list-style:none;}
.menuright li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menuright li a{text-align:left;height:40px; padding:0px 25px; font:13px Verdana, Arial, Helvetica, sans-serif; color:#000000; text-shadow: 0px 0px 1px #ccc; display:block; background:url('../../../templates/Default/images/verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.menuright li a:hover{background:url('../../../templates/Default/images/verMenuImages.png') 0px -40px no-repeat; color:rgb(0,55,97); text-decoration:none; text-shadow: 0px 1px 1px #eee;}

.menuright li a {line-height:40px;}

.structured-menu-container {
  margin: 20px 0;
}

.structured-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.menu-category {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  border-left: 4px solid #007cba;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.menu-category.sys-utils { border-left-color: #007cba; }
.menu-category.security { border-left-color: #28a745; }
.menu-category.media { border-left-color: #e83e8c; }

.category-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #2c3338;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}

.wp-block-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-block-categories-list li {
  margin-bottom: 8px;
  padding: 6px 0;
  border-bottom: 1px solid #f1f3f4;
}

.wp-block-categories-list li:last-child {
  border-bottom: none;
}

.wp-block-categories-list a {
  text-decoration: none;
  color: #50575e;
  font-size: 14px;
  transition: color 0.2s ease;
  display: block;
}

.wp-block-categories-list a:hover {
  color: #007cba;
}

@media (max-width: 768px) {
  .structured-menu {
    grid-template-columns: 1fr;
  }
}
/* Разные цвета для категорий */
.menu-category:nth-child(1) { border-left-color: #007cba; }
.menu-category:nth-child(2) { border-left-color: #28a745; }
.menu-category:nth-child(3) { border-left-color: #6f42c1; }
.menu-category:nth-child(4) { border-left-color: #e83e8c; }
.menu-category:nth-child(5) { border-left-color: #fd7e14; }
.menu-category:nth-child(6) { border-left-color: #20c997; }
.menu-category:nth-child(7) { border-left-color: #6610f2; }
.menu-category:nth-child(8) { border-left-color: #6c757d; }
.menu-category {
  animation: fadeInUp 0.6s ease forwards;
}

.menu-category:nth-child(1) { animation-delay: 0.1s; }
.menu-category:nth-child(2) { animation-delay: 0.2s; }
.menu-category:nth-child(3) { animation-delay: 0.3s; }
.menu-category:nth-child(4) { animation-delay: 0.4s; }
.menu-category:nth-child(5) { animation-delay: 0.5s; }
.menu-category:nth-child(6) { animation-delay: 0.6s; }
.menu-category:nth-child(7) { animation-delay: 0.7s; }
.menu-category:nth-child(8) { animation-delay: 0.8s; }
.category-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #2c3e50;
  padding-bottom: 12px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, currentColor, transparent) 1;
}