@charset "utf-8";
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
  url('../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
  url('../fonts/FontAwesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
  url('../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
  url('../fonts/FontAwesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "DS-Digital";
    src: url("../fonts/DS-Digital/ds-digital-webfont.eot");
    src: url("../fonts/DS-Digital/ds-digital-webfont.eot?#iefix")format("embedded-opentype"),
    url("../fonts/DS-Digital/ds-digital-webfont.woff") format("woff"),
    url("../fonts/DS-Digital/ds-digital-webfont.ttf") format("truetype"),
    url('../fonts/DS-Digital/ds-digital-webfont.svg#ds-digitalnormal') format('svg');
    font-style: normal;
    font-weight: normal;
}
@font-face {
  font-family: 'IconRH';
  src: url('../fonts/IconRH/icomoon.eot');
  src: url('../fonts/IconRH/icomoon.eot') format('embedded-opentype'), 
  url('../fonts/IconRH/icomoon.woff') format('woff'), 
  url('../fonts/IconRH/icomoon.ttf') format('truetype'), 
  url('../fonts/IconRH/icomoon.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {font-family: 'IconRH' !important;font-style: normal;text-transform: none;display:inline-block;}
.icon-analog:before {content: "\e906";}
.icon-brand:before {content: "\e907";}
.icon-calculator:before {content: "\e913";}
.icon-catads:before {content: "\e914";}
.icon-chat:before {content: "\e915";}
.icon-contact:before {content: "\e916";}
.icon-crossword:before {content: "\e917";}
.icon-datasheet:before {content: "\e918";}
.icon-download:before {content: "\e919";}
.icon-forum:before {content: "\e91a";}
.icon-instructions:before {content: "\e91b";}
.icon-journal:before {content: "\e91c";}
.icon-link1:before {content: "\e91d";}
.icon-news:before {content: "\e90f";}
.icon-photo:before {content: "\e91e";}
.icon-poll-1:before {content: "\e921";}
.icon-review:before {content: "\e922";}
.icon-shop:before {content: "\e923";}
.icon-sitemap:before {content: "\e928";}
.icon-tag:before {content: "\e92a";}
.icon-tips:before {content: "\e92c";}
.icon-utorrent:before {content: "\e92d";}
.icon-video:before {content: "\e92e";}
.icon-biling:before {content: "\e909";}
.icon-home:before {content: "\f015";}
.icon-microchip:before {content: "\f2db";}
.icon-heart1:before {content: "\e92f";}
.icon-shopping-bag:before {content: "\e937";}
.icon-shopping-cart:before {content: "\e905";}
.icon-star1:before {content: "\e938";}
.icon-error:before {content: "\e90d";}
.icon-search:before {content: "\e986";}
.icon-user1:before {content: "\f007";}
.icon-x:before {content: "\e908";}
.icon-user-plus:before {content: "\f234";}
.icon-user:before {content: "\e971";}
.icon-users:before {content: "\e972";}
.icon-user-plus1:before {content: "\e973";}
.icon-user-minus:before {content: "\e974";}
.icon-user-check:before {content: "\e975";}
.icon-user-tie:before {content: "\e976";}
.icon-folder-open:before {content: "\e930";}
.icon-folder-plus:before {content: "\e931";}
.icon-folder-minus:before {content: "\e932";}
.icon-calendar:before {content: "\e953";}
.icon-download1:before {content: "\e912";}
.icon-star:before {content: "\f005";}
.icon-star-o:before {content: "\f006";}
.icon-comment-o:before {content: "\f0e5";}
.icon-exchange:before {content: "\e939";}
.icon-mail:before {content: "\e935";}
.icon-printer:before {content: "\e942";}
.icon-edit1:before {content: "\e941";}
.icon-trash-2:before {content: "\e943";}
.icon-chevron-down:before {content: "\e90a";}
.icon-chevron-up:before {content: "\e90c";}
.icon-chevron-right:before {content: "\e901";}
.icon-chevron-left:before {content: "\e90b";}
.icon-shuffle:before {content: "\ea30";}
.icon-file-doc:before {content: "\e93a";}
.icon-file-pdf1:before {content: "\e93b";}
.icon-file-rar:before {content: "\e93c";}
.icon-file-zip1:before {content: "\e93d";}
.icon-file-lay:before {content: "\e940";}
.icon-file-spl:before {content: "\e93f";}
.icon-ip:before {content: "\e945";}
.icon-ip-1:before {content: "\e946";}
.icon-user-o:before {content: "\f2c0";}
.icon-menu:before {content: "\e903";}
.icon-pencil-square-o:before {content: "\f044";}
.icon-eye:before {content: "\e9ce";}
.icon-eye-blocked:before {content: "\e9d1";}
.icon-info:before {content: "\ea0c";}

p {margin-bottom: 10px;}
.code-arduino {position:relative;border: 3px solid #009790;border-radius: 4px;white-space: pre-wrap;font-family: 'Courier New';padding: 20px 10px 10px;}
.code-arduino:before {content:'';background: #00979D url(../svg/arduino.svg) no-repeat 10px center /24px auto;position: absolute;top: -3px;width: 100%;height: 20px;z-index: 1;left: 0;}

code.code-arduino {padding: 0;display: block;}
code.code-arduino pre {padding: 10px;}


.code-python {position:relative;border: 3px solid #04345D;border-radius: 4px;white-space: pre-wrap;font-family: 'Courier New';padding: 20px 10px 10px;}
.code-python:before {content:'';background: #04345D url(../svg/python.svg) no-repeat 10px center /20px auto;position: absolute;top: -3px;width: 100%;height: 20px;z-index: 1;left: 0;}
.code-python .head {position: absolute;top: 0px;color: #fff;z-index: 10;left: 40px;}
code.code-python {padding: 0;display: block;}
code.code-python pre {padding: 10px;}


.code-xml {position:relative;border: 3px solid #1B5E20;border-radius: 4px;white-space: pre-wrap;font-family: 'Courier New';padding: 20px 10px 10px;font-size: 16px;}
.code-xml:before {content:'</>';background: #1B5E20;position: absolute;top: -3px;width: 100%;height: 20px;z-index: 1;left: 0;color: #fff;font-size: 13px;font-weight: bold;line-height: 20px;padding-left: 10px;box-sizing: border-box;}

.code-script {position:relative;border: 3px solid #555;border-radius: 4px;white-space: pre-wrap;font-family: 'Courier New';padding: 20px 10px 10px;font-size: 16px;}
.code-script:before {content:'{}';background: #555;position: absolute;top: -3px;width: 100%;height: 20px;z-index: 1;left: 0;color: #fff;font-size: 13px;font-weight: bold;line-height: 20px;padding-left: 10px;box-sizing: border-box;}

.rh_43_thumb {display: inline-block;width: 210px;text-align: center;margin: 10px;border: 1px solid #eee;padding: 10px;}
iframe {max-width: 100%;}

.instruction .Ihead {text-align: center;background-color: #f0f0d2;text-shadow: -1.2px 1.2px 1.1px rgba(0,0,0,0.3);border-radius: 5px;font-weight: 800;font-size: 24px;line-height: 1.5;}
.instruction h2 {font-weight: 600;}
.instruction .hr {border-top: 1px solid #8888;margin-top: 10px;padding-top: 10px;}
.instruction .Iblock {border-left: 4px solid #2D3748;padding-left: 15px;line-height: 20px;}
.instruction .Itools20 {height: 20px;padding-right: 6px;}
.instruction .Isup {vertical-align: super;font-size: small;color: #f00;}
.instruction .Isub {vertical-align: super;font-size: xx-small;}

.overflow {position:relative;}
.overflow-auto {overflow: auto;}
.overflow.svipe::before {content:'\e947'; font-family:IconRH;position: absolute;top: 4px;right: 4px;color: #000;font-size: 20px;opacity: .2;}
.overflow.svipe:hover::before {opacity: .9;}
.telegram {background: url(../img/telegram.png) no-repeat left center / 31px;width: 31px;min-width: 31px;height: 31px;display: block;border: 1px solid #2FA6DD;border-radius: 50%;}
.bl-admin {background: #f8f8f8;border: 1px solid #ddd;}
.bl-admin a {color:#f00;font-size: 14px;line-height: 20px;padding: 6px;display: inline-block;}
.bl-admin a + a {border-left:1px solid #ddd}
.bl-admin a:hover {color:#800;}
.bl-admin .checkbox-post_check {display: inline-block;padding: 6px 10px;line-height: 20px;}
input[type="checkbox"]{}
input[type="checkbox"] {vertical-align: top;margin: 0 5px 0 0;width: 20px;height: 20px;}
input[type="checkbox"] + label {cursor: pointer;display: inline-block;padding: 0 0 0 25px;line-height: 20px;min-height: 20px;min-width: 1px; vertical-align: top;}
input[type="checkbox"]:not(checked) {opacity: 0;position: absolute;width: 17px;height: 17px;} 
input[type="checkbox"]:not(checked) + label {position: relative;}
input[type="checkbox"]:not(checked) + label:before {content: '';font-family: 'IconRH';text-align: center;line-height: 15px;font-size: 12px;font-weight: bold;position: absolute;top: 2px;left: 2px;width: 16px;height: 16px;border-width:1px; border-style:solid;color: #5D96BA;display: block;box-sizing: border-box; }
input[type="checkbox"]:checked + label:before {content: '\e900';} 
input[type="checkbox"][disabled] {}
input[type="checkbox"][disabled]:not(checked) + label:before {color:#ddd; cursor: default;}
input[type="checkbox"][disabled]:not(checked) + label {color:#ddd; cursor: default;}
.radio {vertical-align: top;width: 17px;height: 17px;margin: 0 3px 0 0;}
.radio + label {cursor: pointer;}
.radio:not(checked) {position: absolute;opacity: 0;}
.radio:not(checked) + label {position: relative;padding: 0 0 0 25px;}
.radio:not(checked) + label:before { content: '';position: absolute;top: 0;left: 0;width: 14px;height: 14px;border: 1px solid #55A7CD;border-radius: 50%;background: #FFF;}
.radio:not(checked) + label:after {content: '';position: absolute;top: 4px;left: 4px;width: 8px;height: 8px;border-radius: 50%;background: #55A7CD;opacity: 0;}
.radio:checked + label:after {opacity: 1;}
ul {margin: 5px 0 5px 12px;}
/* --------- filelinks --------- */
a[href $=".djvu"]::before, a[href $=".pdf"]::before, a[href $=".doc"]::before, a[href $=".zip"]::before, a[href $=".rar"]::before, a[href $=".lay"]::before, a[href $=".spl"]::before, a[href $=".lay6"]::before, a[href $=".exe"]::before {font-family:IconRH;margin-right:5px;vertical-align: middle;}
a[href $=".djvu"]::before{content:'\e93e'; color:#310096;}
a[href $=".pdf"]::before {content:'\e93b'; color:#D40808;}
a[href $=".doc"]::before {content:'\e93a'; color:#284E8D;}
a[href $=".zip"]::before {content:'\e93d'; color:#999900;}
a[href $=".rar"]::before {content:'\e93c'; color:#BE63F9;}
a[href $=".lay"]::before {content:'\e940'; color:#008C00;}
a[href $=".lay6"]::before {content:'\e940'; color:#008C00;}
a[href $=".spl"]::before {content:'\e93f'; color:#9F3F00;}
a[href $=".exe"]::before {content:'\e945'; color:#f00;}
.download {font-size: 24px;}
html, body {background: #fff;color: #000;font-family: Arial, Helvetica, sans-serif;font-size: 14px;margin:0;}
.ws {width: 1460px;margin: 0 auto;position: relative;}
body {display: flex;flex-direction: column;}
.mob {display: none;}
header {flex: 0 0 auto;background: #000;}
.header {height: 100px;display: flex;justify-content: space-between;gap: 30px;}
.header .logo {background:url(../img/logo.png) no-repeat left bottom;height: 100px;width: 400px;float: left;}
.header .logo a {display: block;height: 100px;width: 400px;position: relative;}
.header .logo a span {color: #FFFFFF;font-size: 15px;position: absolute;top: 10px;left: 95px;}
.headinfo {height: 100px;font-size: 14px;flex: 1 0 auto;width: 25%;float: right;}
.headinfo .xo-headinfo-content {display: flex;justify-content: space-between;gap: 20px;margin: 10px 0;padding: 10px;color: #fff;background: #5D96BA;height: 80px;}
#rh-globalnav {height: 48px;position: relative;z-index: 990;display: flex;justify-content: space-between;gap: 20px;}
nav {display: inline-block;}
nav > ul {display: flex;justify-content: flex-start;margin: 0;}
nav > ul > li  {list-style:none;display: inline-block;}
nav > ul > li > a {color: #fff;font-size: 15px;padding: 0px 12px;font-weight: bold;line-height: 48px;cursor: pointer;display: block;}
nav > ul > li:hover > a {color: #fff;background: #3B7BA5;}
nav > ul > li .sub {display: none;position: absolute;padding: 10px 0 0;}
nav > ul > li:hover .sub {display: block;}
nav > ul > li .sub .menu ul {min-width: 120px;}
nav > ul > li .sub .menu {background: #fff;border: 2px solid #addef1;padding: 15px;padding: 15px;display: flex;gap: 20px;justify-content: flex-start;}
nav > ul > li .sub .menu li {list-style: none;}
nav > ul > li .sub .menu li.separator {border-bottom: 1px solid #addef1;height: auto;padding-bottom: 3px;margin-bottom: 3px;}
nav > ul > li .sub .menu li a {font-size: 13px;font-weight: bold;line-height: 20px;}
nav > ul > li .sub .menu li.rh-title {font-weight: 800;color: #777;}
nav > ul > li .sub .menu li.rh-title  a {font-size: 15px;font-weight: 800;}
nav > ul > li .sub .menu li.sublink a {font-weight: 400;}
nav > ul > li .pointer {width: 100%;position: relative;display: none;z-index: 100;}
nav > ul > li:hover .pointer {display: block;}
nav > ul > li .pointer::before, nav > ul > li .pointer::after {content:'';height: 10px;width: 10px;display: block;position: absolute;left: 50%;margin-left: -5px;transform: rotate(45deg);}
nav > ul > li .pointer::before {background: #addef1;top: 4px;}
nav > ul > li .pointer::after {background: #fff;top: 7px;}
.box-b {border: 1px solid #dedede;background: #f8f8f8;margin-bottom: 20px;padding: 0px 15px 10px;box-sizing: border-box;}
.itemFoot.box-b {padding: 10px 15px;background: #f8f8f8;}
.box-b h2 {font-size: 18px;line-height: 26px;font-weight: 400;padding: 5px 0px;color: #000;border-bottom: 2px solid #eee;margin: 0 0 10px;}
.box-b h2 i{font-size: 16px; margin-right: 10px;}
.box-cat {background: #f8f8f8;margin: 9px 0 -1px;border: 1px solid #ddd;}
.box-cat .item.bl-img {padding: 0 0 0 12px;}
.column-right .box-b {padding: 0 10px 0px;}
.column-right .block-vertical .block-announce .rh_thumb {border-width: 2px 0 0 0;height: 278px;width: 198px !important;}
.column-right .block-announce .rh_thumb:hover {border-color: #ddd;}

.cross-answer.box-b {padding: 0 15px 2px;}
.cross-answer.box-b h2 {background: transparent;border: 0;font-size: 16px;cursor: pointer;margin: 0;padding: 5px 0;}
.cross-answer.box-b .cross-spoiler {padding: 5px 0;border:0;border-top: 1px solid #ddd;}

.mylinks_link {position: relative;}
.mylinks_link .adminlink a::before {top: -42px;right: 0px;left: auto;}
.mylinks_link .readmore {display: none;}





.block-vertical  {margin: 0 ;}
.block-vertical .bx-wrapper .bx-controls-direction a {right: 0px;height: 22px;width: 20px;transform: rotate(90deg);background: #fff;}
.block-vertical .bx-wrapper .bx-controls-direction a::before {width: 20px;height: 20px;line-height: 20px;}
.block-vertical .bx-wrapper .bx-viewport {overflow: hidden !important;}
.block-vertical .bx-wrapper .bx-prev {top: 9px;left: 0px;}
.block-vertical .bx-wrapper .bx-next {top: 9px;left: 22px;}
.block-vertical .bx-wrapper {padding: 0;}
.block-vertical .block-announce .title-desc {height: 100px;}

.tag-item-list .bl-df > .item {padding: 5px;border: 1px solid #ddd;margin: -1px 0 0 -1px;}
.tag-item-list .item.i-module {width: 120px;}
.tag-item-list .item.i-title {flex: 1 0 auto;width: 50%;}
.tag-item-list .item.i-autor {width: 180px;}


.bl-topic .bl-df > div {padding: 5px;border: 1px solid #ddd;margin: -1px 0 0 -1px;}
.bl-topic .head.bl-df > div {color: #888;}
.bl-topic .foot.bl-df > div {font-weight: bold;}
.t-date {flex: 0 0 auto;width: 160px;}
.t-name {flex: 1 0 auto;width: 30%;}
.t-hits {flex: 0 0 auto;width: 75px;text-align: center;}











.same_author_link {font-size: 12px;font-style: italic;}
.notice {font-size: 12px;font-style: italic;color: #555;margin-bottom: 5px;}
.rssfeed-link {width: 28px;height: 28px;}
.cat-forum {border: 1px solid #ddd;}
.bl-df {display: flex;justify-content: space-between;}
.bl-df > .item {flex: 0 0 auto;}
.bl-img {flex: 0 0 auto;width: 30px;min-height: 30px;text-align: center;line-height: 30px;}
.bl-desc {flex: 1 0 auto;width: 50%;line-height: 30px;padding: 0 10px;min-height: 30px;}
.bl-desc a {font-size: 18px;font-weight: bold;}
.bl-desc span {color: #888; margin-left: 5px;font-size: 16px;}
.bl-head.bl-df .item.bl-desc {flex: 1 0 auto;}
.block-forum .head-info-forum {background: #fafafa;border-bottom: 1px solid #ddd;color: #aaa;font-size: 12px;}
.block-forum .bl-df .item.div-name2 {width: 30%;flex: 1 0 auto;color: #000;font-size: 18px;}
.block-forum .bl-df.head-info-forum.f-head {border-top: 1px solid #ddd;margin-top: -1px;}
.block-forum .bl-df .item {flex: 0 0 auto;padding: 4px 10px;line-height: 20px;}
.block-forum .bl-df .item.div-img {width: 30px;padding: 5px 0 0 12px;}
.block-forum .bl-df .item.div-name {flex: 1 0 auto;width: 10%;}
.block-forum .bl-df .item.div-name .name {font-size: 16px;}
.block-forum .bl-df .item.div-name .topic_page_jump {font-size: 16px;}
.block-forum .bl-df .item.div-name .topic_page_jump a {display: inline-block;padding: 0px 1px;}
.block-forum .bl-df .item.div-name .topic_poster a {font-size: 12px;}
.block-forum .bl-df .item.div-name .rating_img img {padding: 4px 0;height: 20px !important;width: auto !important;}
.block-forum .bl-df .item.div-name .topic_time {color: #888;font-size: 12px;}
.block-forum .item.div-topic {width: 60px;}
.block-forum .item.div-post {width: 90px;}
.block-forum .item.div-lastpost {width: 170px;}
.block-forum .bl-df.bl-item + .bl-item {border-top: 1px solid #ddd;}
.block-forum .read-more a img {display: none;}
.block-forum .read-more a:before {content: '>>>>';}
.block-forum .bl-df .item.div-name .name-topic a {font-size: 18px;}
.block-forum .bl-df .item.div-name .forum_desc {font-size: 13px;color: #555;}
.block-forum .bl-df .item.div-name .moder {color: #5e5d5d;opacity: .7;}
.block-forum .subforum3 {padding: 4px 10px 4px 37px;}

.block-forum.resultssearch .item.div-lastpost {text-align: right;}



.forum_button {}
.forum_button a {position: relative;border: 1px solid #5D96BA;display: inline-block;vertical-align: top;padding: 0px 10px 0px 25px;line-height: 20px;font-weight: bold;}
.forum_button a:hover {background: #009fd9;color: #fff;}
.forum_button a img {display: none;}
.forum_button .forum_reply a::before {content: 'Ответить';}
.forum_button .forum_addpoll a::before {content: 'Новый опрос';}
.forum_button .forum_post a::before {content: 'Новая тема';}
.forum_button a::after{font-family:IconRH;position: absolute;left: 8px;line-height: 20px;}
.forum_button .forum_reply a::after{content: '\f044';}
.forum_button .forum_addpoll a::after{content: '\e944';}
.forum_button .forum_post a::after{content: '\e924';}
.forum_button .forum_post a::after{content: '\e924';}
.forum_button .forum_post a[href*="radio-hobby.org/user.php?xoops_redirect="]:before {content: "Зарегистрируйтесь для создания";}
.forum_button .forum_post a[href*="radio-hobby.org/user.php?xoops_redirect="]:after {content: "\e971";}
.forum_button a.button-2.up::after{content: '\e90c';}
.forum_button a.button-2.down::after{content: '\e90a';}
.forum_button a.button-2.prew::after{content: '\e90b';}
.forum_button a.button-2.next::after{content: '\e901';}
.td-info .a-button{ position: relative;border: 1px solid #5D96BA;display: inline-block;vertical-align: top;padding: 0px 6px;line-height: 20px;}
.td-info .a-button:hover{background: #009fd9;color: #fff;}
.search-jumpbox {}
.search-jumpbox form + form {margin-top:20px;}
.search-jumpbox input[type="text"], .search-jumpbox select {width: calc(100% - 110px);}
.search-jumpbox input[type="submit"]{width: 100px;margin-left: 5px;}
.notification .checkbox + label {margin-bottom: 5px;}
.info {border: 0 !important;padding: 0 !important;color: inherit !important;background-color: inherit !important;font-family: Arial !important;}
.bl-df div.dropdown {float: none !important;max-width: 100%;flex: 1 0 auto;width: 50%;font-size: 0;}
.dropdown .select {margin-right: 1%;width: 300px;}
.quickreply_form {background: #f8f8f8;border: 1px solid #ddd;padding: 10px 15px;}
.quickreply_form th {padding: 0 0 10px;}
.quickreply_form .head {width: 17%;}
.quickreply_form .even {width: 83%;}
.quickreply_form #quick_submit {margin: 0 0 0 auto;display: block; min-width: 100px;max-width: 100%;}
.quickreply_form textarea {margin: 0 0 10px 0;padding: 5px 10px;border: 1px solid #ddd;}
.quickreply_button {position: relative;}
.quickreply_button a {border: 1px solid #5D96BA;font-size: 12px;background: #fff;line-height: 18px;display: inline-block; padding: 0 10px;}
.quickreply_button a:before {content:'быстрый ответ'}
.quickreply_button a:after {content:'\e90e'; font-family:IconRH}
.quickreply_button img {display: none;}
.f-mob {display: none;}
.twoColumns .sub {left:0}
.threeColumns .sub {left:0}
.fourColumns .sub {left:0}
.fiveColumns .sub {left:0}
.singleColumn {}
.otherFeatures {position: absolute;right: 5px;bottom: 5px;line-height: 15px;font-size: 11px;color: #888;}
.otherFeatures a {font-size: 11px;line-height: 15px;font-style: italic;padding: 0 3px;}
.rh-search-field {height: 48px;width: 300px;margin-top: 8px;position: relative;display: inline-block;}
.rh-search-field input[type="text"] {height: 32px;background: #fff;width: 100%;border: 0;padding: 0 32px 0 10px;}
.rh-search-field::before {content: '\e986';font-family: IconRH;height: 32px;width: 32px;position: absolute;right: 0;top:0;line-height: 32px;text-align: center;color: #5D96BA;}
.rh-search-field:hover::before {color:#3B7BA5;}

.rh-search-field input[type="submit"]{background: transparent;border: 0;cursor: pointer;height: 32px;width: 32px;padding: 0;position: absolute;right: 0;top: 0;}
.rh-search-field input[type="submit"]:hover{background: transparent;}
.globalnav {flex: 0 0 auto;background: #5D96BA;}
.container {flex: 1 0 auto;margin: 30px 0;}
footer {flex: 0 0 auto;background: #000;border-top: 5px solid #5D96BA;}
.footer {display: flex;justify-content: space-between;padding: 10px 0;gap: 28px;color: #b1acac;}
.footer .logo {flex: 0 0 260px;width: 260px;}
.footer .info {flex: 1 0 auto;width: 30%;padding-top: 14px;}
.xo-footer-bt {display: flex;justify-content: center;gap: 10px;}
.footer .info p {text-align: center;line-height: 20px; padding: 10px 0;font-size: 12px;}

.contfl {display: flex;justify-content: space-between;}
.column-left {flex: 0 0 260px;width: 260px;}
.column-right {flex: 0 0 218px;width: 218px;}
.column-center {flex: 1 0 auto;width: 50%;}
.box.column-left + .column-center {margin-left: 28px;}
.column-center + .column-right {margin-left: 20px;}
.box h2 {font-size: 18px;line-height: 26px;font-weight: 600;padding: 5px 0px;color: #000;border-bottom: 2px solid #eee;margin: 0 0 10px;}

.bottom-left-right {display: flex;gap: 24px;margin-bottom: 20px;justify-content: space-between;}
.bottom-left-right > div {flex: 1 0 35%;}
.column-center-block {margin-bottom: 20px;}
.blockcontent li {list-style: none;}
.xo-headinfo-content .rh-modname {font-weight: bold;font-size: 1.2em;}
.xo-headinfo-content .icon [class^="icon-"] {font-size: 50px;color: #fff;}

.xo-headinfo-content .icon-shopping-cart {color: #FFE376;margin-right: 10px;font-size: 16px;}
.xo-headinfo-content .icon-shopping-bag {color: #6FFB77;margin-right: 10px;font-size: 16px;}
.xo-headinfo-content .icon-heart1 {color: #fba804;font-size: 16px;margin-right: 10px;}
.headinfo .xo-headinfo-content a {color: #fff;}
.headinfo .xo-headinfo-content .cart a {font-weight: bold;}
.headinfo .xo-headinfo-content a:hover {color: #e3fcfe;}
.headinfo .xo-headinfo-content img { max-height: 50px;}


.content {margin-bottom: 20px;}

.block-content{}
.block-content .image {text-align: center;margin-bottom: 20px;}

.block-content .bl-df {gap: 20px;}
.tdmdownloads .block-content .desc {flex: 1 0 auto;width: 50%;}
.tdmdownloads .block-content .link {width: 30%;flex: 0 0 auto;min-width: 220px;}



.box-n {border: 1px solid #dedede;background: #f8f8f8;margin-bottom: 10px;padding: 10px;}
.link .box-n p {padding: 0;margin: 0;font-size:12px;background-size: 12px !important;line-height: 13px;}
.link .box-n p + p {margin-top: 5px;}
.link .box-n p i {margin: 0 5px 0;}
.box-n.box-download p {font-size: 23px;line-height: 25px;font-weight: bold;}
.box-n.box-download p i {color: green;}
.tdmdownloads .bl-df {gap: 20px;}
.tdmdownloads .bl-df .box-b {flex: 1 0 auto;width: 25%;}
.tdmdownloads .bl-df.i-sort {border: 1px solid #ddd;margin-bottom: 15px;gap: 0;}
.i-sort .item {flex: 0 0 auto;font-size: 16px;line-height: 28px;position: relative;border-right: 1px solid #ddd;padding: 1px 30px 1px 10px;}
.i-sort .i-up, .i-sort .i-dw {position: absolute;display: block;font-size: 16px;line-height: 16px;}
.i-sort .i-up {top: 0px;right: 7px;}
.i-sort .i-dw {bottom: 0px;right: 7px;}
.item.i-txt-first {padding: 1px 10px;font-weight: 300;}
.item.i-txt-last {flex: 1 0 auto;text-align: right;border-right: 0;}

.mb20{margin-bottom:20px;}
.bl2 {border-left: 2px solid #ddd;padding-left: 10px;}
.br2 {border-right: 2px solid #ddd;padding-right: 10px;}
.tar {text-align:right}
.profile .avatar {margin-bottom: 10px;}
.profile .bl-df {gap: 2%;}
.profile .item.bl-left {width: 240px;}
.profile .item.bl-right {width: 240px;}
.profile .item .bl-df {justify-content: start;border-bottom: 1px solid #ddd;font-size: 14px;line-height: 24px;padding: 2px 0;}
.profile .item .bl-df .first {width: 90px;}
.profile .country-flag {height: 24px;display: inline-block;vertical-align: top;}
.profile .country-flag img {height: 100%;border: 1px solid #ddd;margin-right: 10px;}
.profile .p-user input {width: 100%;margin-bottom: 5px;}
.profile-list-category {margin-bottom: 20px;}
.profile-list-category .head {border-bottom: 1px solid #ddd;line-height: 24px;}
.profile-list-category .bl-df {border-bottom: 1px solid #ddd;line-height: 24px;}
.profile-list-category .first {width: 200px;align-self: center;}
.profile-list-category .second {width: 30%;flex: 1 0 auto;align-self: center;}
.profile-list-category .second br {display: none;}
.profile-list-category .second img {vertical-align: top;margin-right: 10px;}
.profile-list-activity .bl-df {justify-content: start;gap: 10px;line-height: 22px;margin-bottom: 5px;}
.profile-list-activity .bl-df img {height: 22px;}

.profile .bl-info .bl-item {line-height: 24px;border-bottom: 1px solid #ddd;padding: 3px 0;font-size: 18px;}
.profile .bl-info .bl-item [class^="icon-"] {font-size: 24px;margin: 0 10px 0 6px;line-height: 24px;vertical-align: top;}

.profile .profile-form .bl-df {justify-content: start;margin-bottom: 10px;}
.profile .profile-form .first {width: 30%;min-width: 200px;flex: 0 0 auto;}
.profile .profile-form .second {flex: 1 0 auto;width: 30px;position: relative;}
.profile .profile-form input[type="text"], .profile .profile-form input[type="password"], .profile .profile-form input[type="file"] {width: 100%;height: 32px;max-width: 100%;}
.profile .profile-form select {width: 100% !important;max-width: 100%;}

.xcl {width: 16px;height: 16px;display: inline-block;vertical-align: top;}
.xcl input {width: 16px;height: 16px !important;vertical-align: top;font-size: 12px !important;line-height: 16px;text-align: center;padding: 0 !important;}
#user_date_birth {padding: 0 40px 0 10px;}
#user_date_birth + input[type=reset] {position: absolute;right: 0;top: 0;}


#user_bookmarkSize, #user_bookmarkFont, #user_bookmarkColor {width: 91px;height: 22px;}
#xo-content .i-table img {max-width: 100%;}
.aws:before   {font-family: FontAwesome;}
/* --------- Hypertext links --------- */
a {color: #5D96BA;text-decoration: none;outline: none;}
a:hover {  color: #009fd9;text-decoration: none;}
a::selection {color: #42aec2;}
a.discrete {color: #7e7e7e;text-decoration: none;  }
a.discrete:hover {color: #7e7e7e;text-decoration: underline; border-bottom: 0; }
a.title {color: #8f8f8f;text-decoration: none;}
a.title:hover {color: #8f8f8f;text-decoration: none;   border-bottom: 0;}


#xo-links-download a {font-size: 24px;line-height: 28px;}
#xo-links-download a::before {font-size: 24px;line-height: 28px;}

/* --------- Titles --------- */
h1 {font-size: 22px;line-height: 28px;font-weight: 600;margin-bottom: 15px;border-bottom: 2px solid #eee;padding-bottom: 5px;}
h1 i {font-size: 0.7em;display: block;font-style: normal;}
h2 {font-size: 18px;line-height: 24px;font-weight: 600;}
h3 {padding-bottom : 3px;font-size : 1em;  }
h4 {font-size : 1em;}
h5 {font-size : .9em;}
h6 {color: #a0abba;font-size: 16px;padding: 0 10px;}
/* --------- Images --------- */
img {border : 0; max-width: 100%; vertical-align: top; height: auto;}
.img-table5 td {width: 20%;text-align: center;}
.img-table5 img {width: 100%;}
/* --------- Lists --------- */
#xo-canvas-content ol {list-style: decimal inside none;}
#xo-canvas-content ul {list-style: disc inside none;}
/* --------- Others --------- */
acronym, abbr, dfn {border-bottom : 1px dotted #333;cursor : help;}
q, cite, em, dfn {font-style : italic;}
strong, dfn {font-weight : bold;}
del {text-decoration : line-through;}
address {font-style : normal; letter-spacing : .1em;}
hr {display : none;}
/* --------- Tables and cells --------- */
table {width : 100%;}
table td {padding : 5px 10px;vertical-align : top;border-width : 0;  }

.table td, .table th {padding : 5px 10px;vertical-align : top;border: 1px solid #ddd;}
.table th {background:#f8f8f8;}

.img-module {max-width: 20px;}
.bl-comment {margin-bottom: 20px;}
.bl-comment .head-thread {display: flex;justify-content: space-between;}
.bl-comment .td-info {width: 82%;}






















.td-user {width: 18%;min-width: 100px;text-align: center;border-right: 1px solid #ddd;border-left: 1px solid #ddd;padding: 5px;}
.td-info {width: 80%;border-right: 1px solid #ddd;padding: 5px 10px;}
.td-num {width: 2%;border-right: 1px solid #ddd;padding: 5px 10px;}
.td-num a {overflow-wrap: normal;}
.head-thread {border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;background: #f8f8f8;font-weight: bold;}
.foot-thread {border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
.comTitle {text-align: left;font-size: 14px;line-height: 20px;}
.comText {line-height: 18px;overflow-wrap: anywhere;}
.comText ul {margin-left: 15px;}
.comUserName {}
.comUserName a {line-height: 20px;}
.comUserStat{line-height: 18px;font-size: 12px;}
.empty-thread td {padding: 10px;}
.foot-thread .td-info {text-align: right;}
.comUserStatus {display: none;}
.comTitle img {max-width: 20px;max-height: 20px;}
.post-thread .td-info {position: relative;padding-bottom: 20px;}
.post-thread .td-info .post_date {position: absolute;bottom: 0;right: 10px;font-size: 12px;color: #888;}
.post-thread .td-info .post_date .comDateCaption {font-size: 11px;}
.post_edit small {color: #888;font-size: 12px;}
div.signature {border-top: 1px solid #ddd;color: #888;}

.newbb div.dropdown ul, div.dropdown table {width: auto !important;}
.newbb div.dropdown li ul {left: -30px;top: 16px;background: #f8f8f8;border: 2px solid #addef1;}
.newbb div.dropdown a, div.dropdown .menubar a {color: #5D96BA !important;}
.newbb div.dropdown a, div.dropdown .menubar a:hover {color: #009fd9 !important;}
.newbb div.dropdown li > ul {left: 0px !important;top: 24px !important;}
/*analog*/

.searchform.bl-df {justify-content: center;gap: 10px;margin-bottom: 20px;}
.searchform .txt {font-size: 16px;line-height: 30px;}
.searchform input[type="text"] {height: 32px;width: 100%;padding: 0 32px 0 10px;}
.searchform .formButton {position: absolute;top: 0;right: 0;background: transparent;font-size: 0;width: 32px;}
.searchform .text-submit {position: relative;width: 220px;max-width: 100%;}
.searchform .text-submit::before {content: '\e986';font-family: IconRH;height: 32px;width: 32px;position: absolute;right: 0;top: 0;line-height: 32px;text-align: center;color: #5D96BA;}
.searchform .text-submit:hover::before {color: #3B7BA5;}
.searchform input[type="submit"]:hover {background: transparent;}

.block .bl-head {background: #f8f8f8;border: 1px solid #ddd;line-height: 20px;font-size: 12px;color: #888;}
.block .bl-body {border: 1px solid #ddd;margin-top: -1px;}
.block .bl-body > div + div {border-top: 1px solid #ddd;}

.block .bl-df {align-items: center;}
.block .bl-df .item {flex: 0 0 auto;text-align: left;padding: 4px 10px;line-height: 16px;align-self: stretch;}
.block .bl-df .item + .item {border-left: 1px solid #ddd;}
.block .bl-df .item img {vertical-align: top;}
.block.item5 .bl-df .item.a-analog {width: 70px;text-align: center;}

.block.item4 .bl-df .item {width: 25%;}
.block.item5 .bl-df .item {width: 20%;}

.block.item5.bl-analog .item.a-brands {width: 150px;}
.block.item5.bl-analog .item.a-tanlog {width: 100px;flex:1 0 auto;}
.block.item5.bl-analog .item.a-elemen {width: 150px;}

.block.item5.bl-analog .item.a-elemen .icon-file-pdf1 {color: #D40808;font-size: 20px;vertical-align: top;line-height: 16px;}

.block.info .item.a-tanlog {width: 100px;flex: 1 0 auto;}
.block.info .item.desc {width: 600px;}
.block.item5.bl-analog, .block.item5.bl-datasheet {margin-bottom: 20px;}
.block .bl-head, .block .bl-body, #analogLblAnalog {min-width: 500px;}

.attention { margin-bottom: 20px;border-left: 2px solid #f00;padding-left: 10px;}
/* --------- Core messages --------- */
.errorMsg {background-color : #FFCCCC;padding : 10px;text-align : center;border-top : 1px solid #DDDDFF;border-left : 1px solid #DDDDFF;border-right : 1px solid #aaa;border-bottom : 1px solid #aaa;font-weight : bold;  }
.confirmMsg {background-color : #DDFFDF;padding : 10px;color : #136C99;  text-align : center;font-weight : bold; border-top : 1px solid #DDDDFF;border-left : 1px solid #DDDDFF;border-right : 1px solid #aaa; border-bottom : 1px solid #aaa;   }
.resultMsg {border: 1px solid #dedede;background: #f8f8f8;padding : 10px;color : #333; text-align : center;font-weight : bold; }
.infoMsg {background-color : #ffff00;padding : 10px;color : #333;text-align : center;font-weight : bold;border-top : 1px solid #ccc;border-left : 1px solid #ccc;  border-right : 1px solid #666;border-bottom : 1px solid #666;  }
/* --------- Codes and Quotes --------- */
.xoopsCode {margin : 10px 0;background-color : #B1DEFA;padding : 20px 2px 2px; font-family : "Lucida Console", "courier new", monospace;position:relative;}
.xoopsCode:before {content:'\ea80';font-family:IconRH;position:absolute;color: #fff;font-size: 18px;line-height: 20px;top: 0;left: 10px;}
.xoopsCode code {background-color : #fafafa;max-height: 200px;display: block;overflow: auto;padding: 5px 10px;}
.xoopsQuote {margin : 2px 0 10px 0;background-color : #D3D4D4;padding : 20px 2px 2px;  font-style : italic;position:relative;}
.xoopsQuote blockquote {background-color : #fafafa;max-height: 200px;display: block;overflow: auto;padding: 5px 10px;}
.xoopsQuote:before {content:'\e977';font-family:IconRH;position:absolute;color: #fff;font-size: 16px;line-height: 20px;top: 0;left: 10px;}

.blockcontent .xoopsCode {padding: 4px 1px 1px;}
.blockcontent .xoopsCode::before {content: '';}
.blockcontent .xoopsCode code {padding: 2px 5px;}

/* --------- Articles --------- */
.item {margin-bottom : 0;}
.itemHead {padding: 0 0 5px;border-bottom : 1px solid #ddd;}
.itemInfo {padding : 3px;text-align: right; }
.itemPoster {font-size : .85em;font-style : italic;}
.itemPostDate {font-size : .9em;font-style : italic;}
.itemStats {font-size : .9em;font-style : italic;}
.itemBody {}
.itemText {margin-top : 10px;margin-bottom : 20px;}
.imgsmile {width: auto !important;}
.itemFoot {  background-color : #f2f2f2;padding : 4px;text-align : center; }
.itemAdminLink {font-size : .9em;}
.itemPermaLink {font-size : .9em;}
.itemHead.bl-df {gap: 15px;}
.itemImage {flex: 0 0 auto;}
.itemTitle {flex: 1 0 auto;width: 50%;}
.itemCat {font-style: italic;font-weight: 400;}
.itemCat a {font-weight: 600;}

/* --------- Forums and Comments --------- */


.ads .itemText {display: flex;gap: 20px;}
.ads .itemText .left-column {width: 350px;flex: 0 0 auto;}
.ads .itemText .right-column {width: 1px;flex: 1 0 auto;}




.a-button.up {
}
.a-button.up:before {content:'\e911'; font-family:IconRH}









/* ---------  Show class --------- */
.clear {clear : both;height : 0;line-height : 0;font-size : 0;  }
.clearleft{clear : left;height : 0;line-height : 0;font-size : 0;  }
.clearright{clear : right;height : 0;line-height : 0;font-size : 0;  }
.Iclear{clear : both;}
.block {display : block;}
.hide {display : none;}
.spacer {padding : 0 0 3px 0;}
.floatleft {float : left;margin-top : 1em;margin-right : 1em;padding-left : 4px;border : 0;}
.floatright {float : right;margin-bottom : 1em;margin-left : 1em;padding : 2px;border : 0;}
.left {text-align : left;}
.right {text-align : right;}
.center {text-align : center;}
.justify {text-align : justify; }
.middle {vertical-align : middle;}
.top {vertical-align :	top;}
.bottom {vertical-align : bottom;}
/* --------- Font class --------- */
.extrasmall {font-size : .7em;}
.small {font-size : .9em;}
.normal {font-size : 1em;}
.big {font-size : 1.2em;}
.maxi {font-size : 1.5em;}
.bold {font-weight : bold;}
.italic {font-style : italic;}
.underline {text-decoration : underline;}
/* ---------  Table class --------- */
.table-width-25{width: 25%;}
.table-width-50{width: 50%;}
.table-width-75{width: 75%;}
/* --------- Forms --------- */
fieldset {margin : 0 0 1em 0;padding : 1em;border : 1px solid #ddd;}
legend { padding : 0 3px 0 3px;color : #8f8f8f;font-size : .9em;font-weight : bold;}
input[type=submit], input[type=reset], input[type=button], .xo-formbuttons, .formButton, button {margin: 0px;background: #5D96BA;color: #fff;font-size: 1em;cursor: pointer;height: 32px;padding: 0 10px;border:0;margin-bottom: 10px;}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover,.xo-formbuttons:hover, .formButton:hover, button:hover  {background: #009fd9;cursor:pointer;}
input[type=text], input[type=password], input[type=checkbox], input[type=file], textarea {border: 1px solid #ddd;color: inherit;background-color: #fff;}
input[type=text], input[type=password], input[type=file] {color: #333;outline: 0;padding: 0 10px;}
input[type=text]:hover, input[type=password]:hover, input[type=file]:hover {color: #222;background-color: #f9f9f9;}
input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:hover, input[type=file]:focus/*, textarea:hover*/ {background-color: #f8fcff;border-color: #608bc6;color: #333;}
input[type=radio] {margin: 0 5px 0 5px;}
input[type=text], input[type=password] {height: 32px;}
input[type="file"] {padding: 5px;height: 32px;border: 1px solid #009fd9;}
select {color : #000;border:1px solid #ddd;height: 32px;}
select option {padding: 0 10px;}
textarea {width:100%;height:110px;margin :0 0 1em 0;	padding:5px;color:#000;border:1px solid #ccc;resize: none;}
input.error[type="text"] {border-color: #ff0000;}
select#groups {height: 68px;padding: 0;}

input[name=rememberme] {opacity: 1 !important;position: relative !important;width: 17px !important;height: 17px !important;}


.select {border: 1px solid #ddd;position: relative;height: 32px;background: transparent;border-radius: 0;display: inline-block;}
.select > select {width: 100%;height: 30px;position: relative;background: transparent;border: 0;appearance: none;z-index: 1;position: relative;padding: 0 30px 0 8px;}
.select > select option {}

.select::before {content:'\e90a'; font-family:IconRH;position: absolute;right: 0px;top: 0;line-height: 30px;font-size: 20px;color: #aaa;width: 30px;text-align: center;}



.newbb div.dropdown .menu, div.dropdown .userbar {position: relative;left: 0px;top: 0px;visibility: visible;}




/* --- system_redirect ---*/
#xo-redirect {margin : 20px auto 0px auto;width: 710px;background: #fff;	border-radius: 12px;}
#xo-redirect-content {padding : 8px;text-align : center;}
/* --- system_siteclosed --- */
#xo-siteclosed {margin : 10px 200px 10px 200px;background-color : #fff;padding : 8px;line-height : 1.6em;text-align: center;}
#xo-siteclosed strong {display : block;font-style : normal;}
#xo-siteclosed label {font-size : .9em;font-weight : normal;}
#xo-siteclosed input {margin : 2px;}



/* --------- styles page journal --------- */
#journal-list{}
#journal-list .journal-title{background:url(../img/th_bg.gif) repeat-x;height: 25px;border: 0;vertical-align : middle;font-weight : bold;text-align:center;padding-top:5px;}
#journal-list ul {margin: 5px 10px 5px 35px;}
#journal-list ul li{list-style: decimal;color: #666;padding: 3px 0;}
#i_code, .i_code {background: #FAFAFA;border-color: #B5D1FF;border-style: solid;border-width: 1px 1px 1px 4px;font-family: 'courier new',courier,monospace;margin: 0;padding: 5px 4px 5px 10px;}
.i_quote{background: #F8F8F8;border: 1px solid #000000;margin: 2px 20px 2px 10px; padding: 5px;color: #440000;}
#i_table{background: #ffffff;border: 0 solid #777777;font-size: 9pt;width: 100%;}
#i_table td {background: #F8F8F8;border: 1px solid #666666;padding: 1px 5px;vertical-align: top;}
.i_table {font-size: 0.9em;width: 100%;border-collapse: collapse;border-spacing: 0;}
.i_table td, .i_table th {border: 1px solid #D6DDE6;padding: 3px 5px;vertical-align: top;text-align: left;}
.i_table tr:nth-child(even) {background-color: #FCFDFF;}
.i_table tr:nth-child(odd) {background-color: #FDFCFF;}
.i_test { margin: 5px;padding: 5px;background: #FFFEF4;border: 1px solid #FFD800;}
div.bord_img_right {background-color: #F9F9F9;border: 1px solid #C9D4E5;color: #808080;float: right;font-weight: bold;margin: 8px;padding: 5px;position: relative;}
div.bord_img_left {background-color: #F9F9F9;border: 1px solid #C9D4E5;color: #808080;float: left;font-weight: bold;margin: 8px;padding: 5px; position: relative;}
div.bord_img {background-color: #F9F9F9;border: 1px solid #C9D4E5;color: #808080;float: none;font-weight: bold;margin: 8px;padding: 5px; position: relative;}
/* Цвета ников для ранга */
/* Анонимы */
.userrank-color-0{color:#4CA5BF;font-weight:bold;}
.userrank-color-0 a{color:#4CA5BF;}
.userrank-color-0 a:hover{border: 0px;}
/* Юзера */
.userrank-color-1{color:#4CA5BF;font-weight:bold;}
.userrank-color-1 a{color:#4CA5BF;}
.userrank-color-1 a:hover{border: 0px;}
.userrank-color-2{color:#4CA5BF;font-weight:bold;}
.userrank-color-2 a{color:#4CA5BF;}
.userrank-color-2 a:hover{border: 0px;}
.userrank-color-3{color:#4CA5BF;font-weight:bold;}
.userrank-color-3 a{color:#4CA5BF;}
.userrank-color-3 a:hover{border: 0px;}
.userrank-color-4{color:#4CA5BF;font-weight:bold;}
.userrank-color-4 a{color:#4CA5BF;}
.userrank-color-4 a:hover{border: 0px;}
.userrank-color-5{color:#4CA5BF;font-weight:bold;}
.userrank-color-5 a{color:#4CA5BF;}
.userrank-color-5 a:hover{border: 0px;}
/* Модератор */
.userrank-color-6{color:#FF8800;font-weight:bold;}
.userrank-color-6 a{color:#FF8800;}
.userrank-color-6 a:hover{border: 0px;}
/* Админ */
.userrank-color-7{color:#ff0000;font-weight:bold;}
.userrank-color-7 a{color:#ff0000;}
.userrank-color-7 a:hover{border: 0px;}
/* Главный Инженер */
.userrank-color-8{color:#4CA5BF;font-weight:bold;}
.userrank-color-8 a{color:#4CA5BF;}
.userrank-color-8 a:hover{border: 0px;}
/* VIP */
.userrank-color-9{color:#FF40FF;font-weight:bold;}
.userrank-color-9 a{color:#FF40FF;}
.userrank-color-9 a:hover{border: 0px;}

	
#rh-a-header, 
.rh-a-header {font-size: 14px;line-height: 21px;font-family: Arial,Helvetica,sans-serif;color: #666666;height: 220px;margin: 0;background: url('../img/body_bg.jpg') repeat-x left top;position: relative;z-index: 33;}
* {margin : 0;padding : 0;box-sizing: border-box;}
::selection {background-color : #9FAEC2;color : #fff;}

#xo-canvas {margin: 0 auto;position: relative; width: 990px;}
#xo-canvas-content {margin : 9px 0 0 0;padding: 0 10px 0 10px;}
#xo-page {padding-top : 0;background: #fff;color: #454444;border-radius: 12px;overflow: hidden;}


#xo-content {padding : 8px;text-align : justify;}
#xo-content img {max-width: 680px;height: auto;}

/* ---------  --------- */
.tag-item-content {background: none repeat scroll 0 0 #F9F9F9;border: 1px solid #C9D4E5;margin-bottom: 10px;padding-right: 5px;}
.tag-item-content > img {border: 1px solid #C9D4E5;margin: 3px;}
.tag-item-meta {font-size: 0.8em;text-align: right;}
.tag-item-title {font-size: 1.5em;}
#datasheets .odd > td, #datasheets .even > td {text-align: left;}


.news-random .item {border-top: 1px solid #ddd;margin-top: 10px; padding-top: 10px;overflow: hidden;}


.itemTitle h6 {font-size: 12px;padding: 0;}






/* --------- Анонс блоком --------- */
.block-announce {}
.block-announce .rh_thumb {position: relative;height: 278px;width: 218px;background-color: #f8f8f8;border: 1px solid #ddd;}
.block-announce .rh_thumb:hover {border-color: #92AEE0;}
.block-announce .rh_thumb1 {margin-left: 0px;margin-right: 0px;height: auto;position: absolute;width: 100%;}
.block-announce.newbb-carousel .rh_thumb {height: 120px;}
.block-announce.newbb-carousel .rh_thumb1 {height: 120px;}
.block-announce.gallery .rh_thumb {height: 262px;}

.block-announce .title-desc {height: 101px;overflow: hidden;position: relative;margin: 0 8px 4px;}
.block-announce .title {margin: 0 0 5px;}
.block-announce .title  a {display: block;font-size: 14px;font-weight: bold;line-height: 16px;text-align: left;hyphens: auto;}
.block-announce .desc {font-size: 13px;line-height: 16px;text-align: justify;hyphens: auto;min-height: 16px;}
.block-announce .rh_thumb1 .desc img.imgsmile {display: inline-block;max-height: 16px;vertical-align: top;}
.block-announce .desc span {font-size: 13px !important;}
.block-announce .info {font-size: 10px;text-align: right;color: #888;margin: 0 8px 8px;}
.block-announce .info .comment {float: left;}
.block-announce .info .visit {display: block;text-align: right;}
.block-announce .rh_thumb .image {margin-bottom: 7px;}
.block-announce .rh_thumb .image a, .block-announce .rh_thumb .image p {display: block;height: 120px;margin: 0 auto 0;overflow: hidden;width: 200px;}
.block-announce .rh_thumb .image img {display: inline-block;margin: 0;width: 200px;height: auto;}
.block-announce .rh_ds {text-align: center;font-weight: normal;width: 200px;margin: 0 3px 3px 3px;} 
.block-announce .rh_ds a {text-decoration: none;color: #6D819D;}
.block-announce .rh_ds a:hover {color: #42AEC2;}
.block-announce .rh_thumb .rating {position: absolute;top: -1px;right: -1px; margin: 0;}
.block-announce .rh_thumb .rating .star-0::after {color:#FDFDFD}
.block-announce .rh_thumb .rating .star-1::after {color:#FEFBE8}
.block-announce .rh_thumb .rating .star-2::after {color:#FFF8CE}
.block-announce .rh_thumb .rating .star-3::after {color:#FFF3AA}
.block-announce .rh_thumb .rating .star-4::after {color:#FFEE7B}
.block-announce .rh_thumb .rating .star-5::after {color:#FFE950}
.block-announce .rh_thumb .rating .star-0::before {color:#ddd}
.block-announce .rh_thumb .rating .star-1::before {color:#D8D1C3}
.block-announce .rh_thumb .rating .star-2::before {color:#EDDAB8}
.block-announce .rh_thumb .rating .star-3::before {color:#F7D899}
.block-announce .rh_thumb .rating .star-4::before {color:#F4C15E}
.block-announce .rh_thumb .rating .star-5::before {color:#FFE950}
.block-announce .rh_thumb .rating > div {height: 32px;width: 32px;}
.block-announce .rh_thumb .rating > div::after {content: '\f005';font-family: IconRH;font-size: 24px;color: #FFE950;position: absolute;top: 0;left: 0;display: block;text-align: center;line-height: 32px;width: 32px;}
.block-announce .rh_thumb .rating > div::before {content: '\f005';font-family: IconRH;font-size: 30px;color: #F1AD27;position: absolute;top: 0;left: 0;display: block;text-align: center;line-height: 32px;width: 32px;}
.block-announce .rh_thumb .rating > div > span {display: block;text-align: center;position: relative;z-index: 9;line-height: 30px;font-size: 12px;font-weight: bold;padding-top: 2px;}
.block-announce .rh_thumb .date-autor {color: #8e8e8e;font-size: 10px;position: relative;display: flex;justify-content: space-between;margin: 0 8px 4px;}
.block-announce .rh_thumb .date  {}
.block-announce .rh_thumb .autor {}
.block-announce .rh_thumb .autor span {font-weight: bold;}
.block-announce .rh_thumb .will_sell {background: url("../img/will_sell.png") repeat-x scroll left center;left: 1px;top: 1px;}
.block-announce .rh_thumb .will_sell:after {background: url("../img/will_sell.png") no-repeat scroll right center;}
.block-announce .rh_thumb .will_sell.ads-type-1 {background: url("../img/s-top.png") repeat-x scroll left center;left: 1px;top: 1px;}
.block-announce .rh_thumb .will_sell.ads-type-1:after {background: url("../img/s-top.png") no-repeat scroll right center;}
.block-announce .rh_thumb .will_sell.ads-type-2 {background: url("../img/s-action.png") repeat-x scroll left center;left: 1px;top: 1px;}
.block-announce .rh_thumb .will_sell.ads-type-2:after {background: url("../img/s-action.png") no-repeat scroll right center;}
.block-announce .rh_thumb .will_sell.ads-type-3 {background: url("../img/s-new.png") repeat-x scroll left center;left: 1px;top: 1px;}
.block-announce .rh_thumb .will_sell.ads-type-3:after {background: url("../img/s-new.png") no-repeat scroll right center;}
.block-announce .rh_thumb .sticker{color: #ffffff;font: bold 11px/20px Arial;padding: 0 4px 0 8px;position: absolute;}
.block-announce .title .type {font-size: 14px;line-height: 16px;}
.block-announce .rh_thumb .image {height: 120px;margin: 8px 8px 4px;position: relative;overflow: hidden;}
.block-announce {display: flex;flex-wrap: wrap;gap: 20px;}
.block-announce.max-desc {margin-bottom: 20px;}
.block-announce.mycomments-carousel .image, .block-announce.newbb-carousel .image {height: 52px;}
.block-announce .readmore {background: #f9f9f9;bottom: -1px;box-shadow: -10px 0 5px #f9f9f9;position: absolute;right: 0;font-size: 16px;line-height: 16px;}
.block-announce .buttons {margin: 0px 8px 8px;}
.block-announce .buttons .button {font-size: 20px;font-weight: 400;text-align: center;display: block;line-height: 30px; background: #5D96BA;color: #fff;}
.block-announce .buttons .button:hover {background: #009fd9;}
.block-announce .buttons .button i {margin-right: 5px;}
.adminlink a::before {content: '\f044';width: 24px;height: 24px;display: block;position: absolute;top: 1px;left: 1px;font-family: IconRH;font-size: 24px; background: #fff;border-radius: 4px;}
.adminlink a img {display: none;}
.block-announce .title a img {display: none;}
.block-announce .cat {text-align: left;font-size: 12px;color: #888;line-height: 16px;}
.block-announce .rh_thumb1 > div {margin: 0 8px 8px;}

.tdmdownloads .block-announce .rh_thumb {height: 298px;}


.news-bl .block-announce .title, .news-bl .block-announce .title span a {display: inline-block;font-size: 12px;font-weight: 400;}
.news-bl .block-announce .title span {font-style: italic;}
.news-bl .block-announce .rh_thumb .date-autor {font-size: 9px;}
.news-bl .block-announce .readmore {font-size: 0px;}
.news-bl .block-announce .readmore a {font-size: 0px;}
.news-bl .block-announce .readmore a::before {content:">>";font-size: 16px;line-height: 16px;display: inline-block;vertical-align: top;}
.news-bl .block-announce .info .comment {font-size: 0;}
.news-bl .block-announce .info .comment a:last-child {font-size: 10px;}
.news-bl .n-adminlink {position: absolute;top: 2px; left: 0px; background: #ffffffc9;font-size: 0;opacity: 0;width: calc(100% - 16px);}
.news-bl .n-adminlink:hover {background: #ffffff;opacity: 1;}
.news-bl .n-adminlink a {font-size: 12px;margin-right: 10px;}
.news-bl .block-announce .desc td {width: 0;}


.news-bl .block-announce .StarBar {}




.mylinks .block-announce .rh_thumb {height: 342px;}
.mylinks .block-announce .rh_thumb .link-bottom {margin: 0 8px 8px;}
.mylinks .block-announce .title-desc {height: 167px;}

.box.column-right .box-b h2 {border-bottom: 0;margin: 0;}
.box.column-right .block-announce .rh_thumb .rh_thumb1{border-width: 1px 0 0 0;}
.box.column-right .block-announce .rh_thumb .image {margin: 8px 0 4px;}
.box.column-right .block-announce .rh_thumb .date-autor {margin: 0 0 4px;}
.box.column-right .block-announce .title-desc {margin: 0 0 4px;}
.box.column-right .block-announce .info {margin: 0 0 4px;}



#gmap_canvas {margin-bottom: 20px;}
.d-info {text-align: right;}
/* Вертикальное меню */
ul.topnav {padding: 0;margin: 0;font-size: 1em;line-height: 0.5em;list-style: none;}
ul.topnav li a {line-height: 18px;font-size: 15px;display: block;text-decoration: none;padding: 2px 0;font-weight: bold;}
ul.topnav li a:hover {color: #42AEC2;}
ul.topnav ul {margin: 0;padding: 0;display: none;}
ul.topnav ul li {margin: 0;padding: 0;clear: both;list-style: none;}
ul.topnav ul li a {padding-left: 15px;font-size: 14px;font-weight: normal;outline:0;}
ul.topnav ul ul li a {padding-left: 30px;}
ul.topnav span {float: left;font-size: 8px;margin-left: -10px;}
ul.topnav .active a {color: #42AEC2;}
ul.topnav .active a:hover {color: #BD513D;}
ul.topnav .add a {color: #A6A6A6;font: 10px Arial;padding: 10px 0 0;text-align: right;}
/*- pagenav -*/
.xo-pagenav {text-align: center;}
a.xo-counterpage {background: #FFF;}
a.xo-counterpage, strong.xo-pagact{border: 1px solid #ddd;display: inline-block;padding: 0 5px;margin-top: 0;min-width: 30px !important;text-align: center;line-height: 28px;font-size: 16px;font-weight: 400;} 
strong.xo-pagact {background: #5D96BA;border: 1px solid #3C6076;color: #FFF;}
a.xo-counterpage:hover{background: #009fd9;border-color: #009fd8;color: #FFF;}



/* element*/
.element .element-pagenav {display: flex;flex-wrap: wrap;padding: 0;gap: 5px;}
.element .element-content {overflow: hidden;}
.element .element-heading, .element-desc {margin: 20px 0 0;padding: 0;}
.element #element-list ul {margin: 0 -1% 10px;padding: 0;display: flex;flex-wrap: wrap;}
.element #element-list ul li {border: 1px solid #C9D4E5;height: auto;margin: 0 1% 15px;padding: 5px; text-align: center;flex: 0 0 auto;width: 12.28%;}
.element #element-list ul li:hover {box-shadow: none;border: 1px solid #92AEE0;}
.element #element-list ul li .element-lazy {margin: 0 auto 5px;}
.element-logo .element-lazy {max-height: 24px;width: auto;}
.element-content a {text-decoration: none;line-height: 16px;display: inline-block;font-size: 13px;}

.cat-menu.bl-df {justify-content: flex-start;flex-wrap: wrap;}
.cat-menu.bl-df .item {padding: 5px 10px;}
.cat-menu.bl-df .item a {display: block;}
.catads .block-announce .rh_thumb .image img {width: 200px !important;height: auto !important;border: 0;}
.catads .edit {position: absolute;background: #fff;z-index: 5;width: 16px;height: 16px;}
.catads .block-announce .price {height: 16px;}
.catads .price_option {color: #888;}
.catads .item-price {color: #222;font-weight: bold;}
.catads .price-Минимум {color: #870202;}
.catads .price-Максимум {color: #258702;}
.catads .block-announce .title-desc {height: 85px;}
.catads .block-announce .rh_thumb {height: 292px;}

.catads .bl-df.a-panel { justify-content: flex-end;align-items: center;}
.catads .bl-df.a-panel a, .catads .bl-df.a-panel span{margin-left: 10px;display:inline-block;line-height: 20px;font-size: 18px;}
.catads .iconsepar {height: 20px; border-left: 1px solid #888;}
.catads .iconip {color: #555;}
.catads .images img {width: 400px !important;height: auto !important;margin: 0;border: 0;cursor: default;position: relative;top: 50%;transform: translate(0, -50%);}
.catads .bl-df.img-desc.mb20 {gap: 20px;}
.catads .desc-all .itemDesc {border-bottom: 1px solid #ddd;line-height: 24px;}
.catads .desc-all {flex:1 0 auto;width: 200px;}
.catads .desc-all .itemDesc br {display: none;}
.catads .desc-all .itemDesc img {vertical-align: middle;}
.catads .bl-cont .desc {font-style: italic;border-top: 1px solid #dddd;padding: 5px 0;}


.catads .img-bl {width: 400px;margin: 0 auto;}
.catads .img-bl .item img {width: 100%;top: 50%;position: relative;transform: translate(0, -50%);}
.catads .img-bl .item {max-width: 100%;height: 240px;overflow: hidden;}
.catads .img-bl .bx-wrapper .bx-controls-direction a {top: 50%;margin-top: -13px;color: #000;text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;opacity:.2;z-index: 50;}
.catads .img-bl .bx-wrapper:hover .bx-controls-direction a {;opacity:1}
.catads .img-bl .bx-wrapper .bx-prev {right: auto;left:5px}
.catads .img-bl .bx-wrapper .bx-next {right: 5px;left: auto;}
.catads .img-bl .bx-wrapper .bx-controls-direction a.disabled::before {opacity: 0;}


/*- правка tinymce -*/
.mce-tinymce.mce-container.mce-panel   {width: 690px !important;}
.threecolumns-layout .head {min-width: 200px;}
.threecolumns-layout .mce-tinymce.mce-container.mce-panel {margin-bottom: 10px;margin-left: -210px;margin-top: 20px;}
body#tinymce {padding: 5px;}
/* Хлебные крошки */
.breadcrumbs {margin:0 0 10px 0;}
.breadcrumbs > div {display: inline-block;font-size: 14px;color: #888;line-height: 20px;}
.breadcrumbs a {display: inline-block;font-size: 14px; line-height: 13px;}
.breadcrumbs img {vertical-align: middle;display: inline-block;}

/* bx */
.bx-wrapper {position: relative;margin-bottom: 10px;padding: 0;touch-action: pan-y;}
.bx-wrapper img {max-width: 100%;display: block;}
.bxslider {margin: 0;padding: 0;}
ul.bxslider {list-style: none;}
.bx-wrapper {background: #fff;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;bottom: -30px;width: 100%;}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;vertical-align: bottom;}
.bx-wrapper .bx-pager-item {font-size: 0;line-height: 0;}
.bx-wrapper .bx-controls-auto {text-align: center;}
.bx-wrapper .bx-prev {right: 25px;}
.bx-wrapper .bx-next {right: 0;}
.bx-wrapper .bx-controls-direction a {height: 26px;margin-top: -21px;outline: 0 none;position: absolute;font-size:0;top: -18px;width: 26px;z-index: 9;}
.bx-wrapper .bx-controls-direction a::before {font-family: IconRH;font-size: 22px;width: 26px;height: 26px;position: absolute;top: 0;right: 0;line-height: 26px;text-align: center;}
.bx-wrapper .bx-next::before {content: '\e901';}
.bx-wrapper .bx-prev::before {content: '\e90b';}
.bx-wrapper .bx-controls-direction a.disabled {display: block;cursor: auto;}
.bx-wrapper .block-announce {gap: 0;}
.bx-wrapper .bx-controls-direction a.disabled::before {opacity: .4;}

/* /bx */



/* /block komment */
.mycomments-carousel.block-announce .rh_thumb {height: 178px;}
.block-comments .image-ptm.bl-df {justify-content: start;gap: 5px;margin: 8px;}
.block-comments .image-ptm .img {max-width: 50px;max-height: 50px;}
.block-comments .image-ptm .img img {max-width: 100%;max-height: 100%;}
.block-comments .block-announce .poster a {font-size: 16px;font-weight: bold;line-height: 16px;height: 16px;overflow: visible;margin: 0;}
.block-comments .block-announce .time {color: #888;font-size: 12px;line-height: 12px;margin: 3px 0 0;}

.block-comments .block-announce .module a {font-size: 16px; height: 16px;overflow: visible; line-height: 16px;margin: 0;}
.video-block-lastvideo, .review-block-lastreview { min-height: 170px;}
.additional_links {font-size: 12px;line-height: 20px;font-style: italic;text-align: right;color: #aaa;padding: 3px 10px 10px 0;}
.additional_links a + a {margin-left: 3px;}
.additional_links a + a:before {content: "•";margin-right: 4px;}
/*news-block-top*/
.news-block-top .block-announce .rh_thumb {height: 358px;}
.news-block-top  .title-desc {height: 181px;overflow: hidden;position: relative;}
.news-block-top .block-announce .title {height: auto;}
.news-block-top .block-announce .desc {display: block;}
.news-block-top .block-announce .desc img {display: none;}
.news-block-top .block-announce .rh_thumb1:hover .desc {max-height: 9999px;min-height: 10px;overflow: visible;}
.video object {display: block;margin: 0 auto;text-align: center;}

.block-announce.mycomments-carousel .xoopsQuote {padding: 4px 1px 1px;}
.block-announce.mycomments-carousel .xoopsQuote::before {content: '';}
.block-announce.mycomments-carousel .xoopsQuote blockquote {padding: 2px 5px;}
.cb {clear: both;}


.list-archive{}
.list-archive .head {background: #f8f8f8;font-style: italic;color: #555;}
.list-archive .bl-df > div {padding: 5px;border: 1px solid #ddd;margin: -1px 0 0 -1px;}
.list-archive .t-title {flex: 1 0 auto;width: 40%;}
.list-archive .t-views {flex: 0 0 auto;width: 60px;}
.list-archive .t-date {flex: 0 0 auto;width: 138px;}

.archive-year-months.mb20 {
}
.archive-year-months .month, .archive-year-months .year-number {padding: 5px 10px;border: 1px solid #ddd;margin: -1px 0 0 -1px;}
.month span {color: #aaa;}


.archive-year-months .year-number {flex: 0 0 auto;background: #f8f8f8;}
.archive-year-months .year-months {flex: 1 0 auto;width: 50%;}
.archive-year-months .month {flex: 1 0 auto;}

.month.bold {font-weight: normal;border: 1px solid #999;position: relative;z-index: 1;}

.outer_sertec .bl-df {gap: 0;}
.outer_sertec .head {background: #f8f8f8;font-size: 13px;font-style: italic;color: #888;}
.outer_sertec .bl-df > div {padding: 5px;flex: 0 0 auto;}


.outer_sertec .bl-df .t-download {width: 24px;}
.outer_sertec .bl-df .t-name {flex: 1 0 auto;width: 100px;}
.outer_sertec .bl-df .t-cat {width: 55px;text-align: center;}
.outer_sertec .bl-df .t-date {width: 100px;text-align: center;}
.outer_sertec .bl-df .t-rating {width: 60px;text-align: center;}
.outer_sertec .bl-df .t-hits {width: 60px;text-align: center;}

.outer_sertec .sertec-item .t-download a {color:green}

/* --------- Right columns --------- */
#xo-canvas-rightcolumn {position: absolute;}
#xo-canvas-rightcolumn .xo-canvas-730 {background: #fff;border: 1px solid #59677e;border-radius: 12px;box-shadow: -1px 1px 5px #000;display: none;left: -231px;position: absolute; width: 230px;z-index: 99;overflow: hidden;}
#xo-canvas-rightcolumn::before {background: url("../img/left-730.png") no-repeat scroll -3px 3px #fff;border: 1px solid #fff; border-radius: 0 8px 8px 0;content: "";height: 44px;left: 0;opacity: 0.2;position: absolute; top: 32px;width: 14px;}
#xo-canvas-rightcolumn:hover .xo-canvas-730 {display: block;}
#xo-canvas-rightcolumn .xo-block {background: #fff;border-radius: 10px;margin: 5px;}
#xo-canvas-rightcolumn h3.xo-blocktitle {border-bottom: 1px solid #e0e0e0;color : #a0abba;font-family : arial;font-size : 16px;font-weight : bold;  }
#xo-canvas-rightcolumn .xo-blockcontent {margin-bottom : 8px;padding : 3px;line-height : 16px;}
#xo-canvas-rightcolumn .xo-blockcontent .item + .item {border-top: 1px solid #ddd;padding: 5px 0;}
.newbb .comText object {max-width: 570px;}
.comm-form label img {max-width: 16px;}



/* Shop */
.right-column .cart {margin: 20px 5px;text-align: right;text-align: right;}

.linksBC {display: inline-block;float: left; line-height: 22px;margin: 10px 0px;}
.linksBC span:before  {padding-right: 2px;}
.linksBC .addtoBookmarks:before {content: "\f005";color:#FFA900}
.linksBC .addtoCompare:before {content: "\f079";color: #03990C;}
.linksBC span  {border-bottom:1px dashed;cursor: pointer;color: #008800;}
.linksBC span + span {margin-left: 10px;}

.left-column {width: 350px;float: left;margin-bottom: 20px;}
.right-column {float: right;width: 330px;margin-bottom: 20px;}
.shop .bx-wrapper .bxslider li img {height: auto;width: 350px;margin: 0 auto;}
.tab-content {margin: 10px 0 15px;}
.tab-content h3{margin: 0;font-size: 18px;}
.tab-description > ul {list-style: outside none none;margin: 0;}
.tab-description li:before {color: #408493;content: "\f152";font-family: IconRH;padding-right: 3px;}
.cart .button-cart {background: #5d96ba;background: linear-gradient(#81b1d1, #5d96ba, #3b7da5);border-radius: 5px;box-shadow: 1px 1px 5px #bcbaba;color: #fff;font-size: 14px;padding: 4px 10px;cursor: pointer;}
.button-cart.incart {background: #3e7843;background: linear-gradient(#6bb06f, #3e7843, #20541f);}
.button-cart.incart:hover {background: #36673a;background: linear-gradient(#58915b, #36673a, #173e17);}
.button-cart:hover {background: #3b7ba5;background: linear-gradient(#80afce, #3b7ba5, #3b7ba5);}
.button-cart:before {content: "\f07a";padding-right: 5px;}
.shop .left-column .bx-wrapper .bx-viewport {overflow: hidden !important;border: 1px solid #c9d4e5;}
.shop .bx-pager img {width: 65px;vertical-align: top;}
.shop .bx-pager > a {border: 1px solid #c9d4e5;display: inline-block;margin-bottom: 5px;max-width: 32%;}
.shop .bx-pager > a.active {box-shadow: 0 0 3px #6aa1cd;}
.shop .bx-pager {display: flex;gap: 1%;flex-wrap: wrap;}
.shop .bx-wrapper {margin: 0 auto 10px;padding: 0;}
.shop .right-column .price {font-size: 20px;margin: 10px 5px;}
.shop .shop-tab {border-bottom: 1px solid #e1e1e1;}
.shop .shop-tab a {background: #f4f4f4;background: linear-gradient(#f4f4f4, #fbfbfb);border-left: 1px solid #dbdbdb;border-radius: 5px 5px 0 0;border-right: 1px solid #dbdbdb;border-top: 1px solid #dbdbdb;display: inline-block;padding: 5px 10px;text-decoration: none;}
.shop .shop-tab a:hover {background: #f4f4f4;background: linear-gradient(#fff, #f4f4f4);}
.shop .desc-thumb {height: 70px !important;}



.ads .left-column .bx-wrapper .bx-viewport {overflow: hidden !important;border: 1px solid #c9d4e5;}
.ads .bx-pager img {width: 65px;vertical-align: top;}
.ads .bx-pager > a {border: 1px solid #c9d4e5;display: inline-block;margin-bottom: 5px;}
.ads .bx-pager > a.active {box-shadow: 0 0 3px #6aa1cd;}
.ads .bx-pager {margin-right: -2px;}
.ads .bx-wrapper {margin: 0 auto 10px;padding: 0;}
.ads .bx-wrapper .bxslider li img {height: auto;width: 350px;}
.ads .right-column .price {font-size: 20px;margin: 10px 0px;}
.shop-tab {border-bottom: 1px solid #e1e1e1;}
.shop-tab a {background: #f4f4f4;background: linear-gradient(#f4f4f4, #fbfbfb);border-left: 1px solid #dbdbdb;border-radius: 5px 5px 0 0;border-right: 1px solid #dbdbdb;border-top: 1px solid #dbdbdb;display: inline-block;padding: 5px 10px;text-decoration: none;}
.shop-tab a:hover {background: #f4f4f4;background: linear-gradient(#fff, #f4f4f4);}
.ads .desc-thumb {height: 70px !important;}

li::marker{color:#f00}
.shop .block-announce .rh_thumb {height: 295px;}
.shop .block-vertical .block-announce .rh_thumb {width: 196px !important;height: 290px;}
.shop .block-announce .rh_thumb .price {font-size: 26px;line-height: 26px;}
.rh_thumb .price .price-present, .rh_thumb .price .price-new {font-size: 26px;line-height: 26px;vertical-align: top;}
.rh_thumb .price .price-old {font-size: 22px;line-height: 26px;vertical-align: top;}
.rh_thumb .new_prod, .rh_thumb .top_prod, .rh_thumb .action_prod{border-radius: 3px;border-right: 1px solid #fff;color: #ffffff;font: bold 10px/20px Arial;padding: 0 4px 0 8px;position: absolute;}
.rh_thumb .new_prod {background: url("../img/s-new.png") repeat-x scroll left center;left: 1px;top: 99px;}
.rh_thumb .top_prod {background: url("../img/s-top.png") repeat-x scroll left center;left: 1px;top: 1px;}
.rh_thumb .action_prod {background: url("../img/s-action.png") repeat-x scroll left center;right: 1px;top: 99px;}
.product-label {margin-bottom: 20px;text-align: right;}
.product-label .top_prod, .product-label .new_prod, .product-label .action_prod {color: #fff;display: inline-block;font-size: 14px;font-weight: bold;line-height: 26px;padding: 2px 5px 2px 12px;text-shadow: 1px 1px 1px #676767;}
.product-label .top_prod {background: url("../img/st-top.png") no-repeat scroll left center;}
.product-label .top_prod:after, .product-label .new_prod:after, .product-label .action_prod:after {content: "";margin-right: -5px;padding: 10px 5px;   }
.product-label .top_prod:after {background: url("../img/st-top.png") no-repeat scroll right center}
.product-label .new_prod {background: url("../img/st-new.png") no-repeat scroll left center;}
.product-label .new_prod:after {background: url("../img/st-new.png") no-repeat scroll right center}
.product-label .action_prod {background: url("../img/st-action.png") no-repeat scroll left center}
.product-label .action_prod:after {background: url("../img/st-action.png") no-repeat scroll right center}
.shop-video {background: #fff;border: 3px solid #000;border-radius: 3px;float: left;margin: 10px 0 10px 10px;width: 331px;}
.portfolio-thumb.video {position: relative;overflow: hidden;}
.portfolio-thumb.video:hover .shop-video-arrow {opacity: 1;}
.zoom img {vertical-align: top;}
.shop-video-arrow {left: 50%;margin: -33px;opacity: 0.7;position: absolute;top: 50%;}
.tc-video .tab-description {margin: 0 -10px;}
.shop-img-video {width: 100%;}
.shop-block-checkout input {border-radius: 3px;margin: 3px 0;width: 100%;}
.shop-block-checkout {color: #333;}
.shop-block-checkout div span {font-weight: bold;}
.shop-block-checkout input[type="submit"] {background: #5d96ba;background: linear-gradient(#81b1d1, #5d96ba, #3b7da5);border: 1px solid #6cb0c6;border-radius: 3px;color: #fff;font: bold 12px/16px Arial;height: auto;padding: 1px 10px;text-transform: uppercase;}
.shop-block-checkout input:hover[type="submit"] {background: #3b7ba5;background: linear-gradient(#80afce, #3b7ba5, #3b7ba5);}

/*shop-order*/
.shop-order-item {background: #f8f8f8; border: 1px solid #c9d4e5;border-radius: 5px;margin-bottom: 10px;padding: 5px 10px;text-align: left;}

.shop-order-order span.order {float: left;font-size: 15px;font-weight: bold;margin-right: 100px;}
.shop-order-adress {}
.shop-order-item-str {border-bottom: 1px solid #eee;}
.shop-order-item-str.italic{color: #999;}
.str1 {display: inline-block;line-height: 12px;padding: 5px 1px;vertical-align: top;width: 315px; text-align: left;}
.str2, .str3 {display: inline-block;line-height: 24px;text-align: center;vertical-align: top;width: 60px;}
.str4 {display: inline-block;line-height: 24px;text-align: right;vertical-align: top;width: 163px;}
.shop-order-item-str .str0 {display: inline-block;height: 24px;margin-right: 5px;vertical-align: top;width: 40px;}


.shop-order-status .bold {color: #333;}
.status-0 {color: #efa000;}
.status-1 {color: #f0f;}
.status-2 {color: #08f;}
.status-3 {color: #080;}
.status-4 {color: #f00;}

.ml30 {margin-left: 30px;}
.nobord {border: 0 none;}
.bpb1 {border-bottom: 1px solid #e0e0e0;padding: 5px 0;}
.bpb {border-bottom: 1px solid #eee;padding: 5px 0;}
/*billing*/
.billing #xo-content {padding: 10px 1px;}
.billing h1 {background: #5d96ba;background: linear-gradient(#81b1d1, #5d96ba, #3b7da5);color: #fff;margin: 5px 0px;padding: 5px;}
.billing .outer th {background: #fff;}
.billing .outer td  {border: 1px solid #aaa;}

.forum_button.fL.taL {margin-top: 20px;}
.fR {float: right;}
.fL {float: left;}
.taR{text-align:right}
.taL{text-align:left}

.right-column .title {font-size: 16px;font-style: italic;font-weight: bold;}
.right-column .itemInf {margin-bottom: 15px;}
.sticker.Purchase {background: url("../img/st-top.png") no-repeat scroll left center;}

.sticker.will_sell {background: url("../img/st-action.png") no-repeat scroll left center;}
.sticker.will_sell:after {background: url("../img/st-action.png") no-repeat scroll right center;}

.sticker.will_sell.ads-type-1 {background: url("../img/st-top.png") no-repeat scroll left center;}
.sticker.will_sell.ads-type-1:after {background: url("../img/st-top.png") no-repeat scroll right center;}

.sticker.will_sell.ads-type-2 {background: url("../img/st-action.png") no-repeat scroll left center;}
.sticker.will_sell.ads-type-2:after {background: url("../img/st-action.png") no-repeat scroll right center;}

.sticker.will_sell.ads-type-3 {background: url("../img/st-new.png") no-repeat scroll left center;}
.sticker.will_sell.ads-type-3:after {background: url("../img/st-new.png") no-repeat scroll right center;}
.sticker.will_sell.ads-type-4 {display:none}




.sticker {color: #fff;display: inline-block;font-size: 16px;font-weight: bold;line-height: 26px;padding: 2px 5px 2px 12px;text-shadow: 1px 1px 1px #676767;}
.sticker.Purchase:after {background: url("../img/st-top.png") no-repeat scroll right center;}
.sticker:after {content: "";margin-right: -5px;padding: 10px 5px;}
.itemBold {font-weight: bold;padding-right: 5px;}
.lc-cinp input{margin: 2px 0;}
.lc-thumb {background: #f9f9f9;border: 1px solid #c9d4e5;border-radius: 3px;float: left;font-family: Arial;font-size: 13px;margin: 5px;padding: 5px;width: 320px;}
.autor_date.itemInf {color: #aaa;float: right;line-height: 14px;text-align: right;}
.autor_date .date span {color: #767676;}

#xo-canvas-leftcolumn th, #xo-canvas-leftcolumn td {background: none;border:none;}
.xoopspoll #xo-content td.poll img, .newbb #xo-content td.poll img {height: 14px;width: 200px;}
.itemFoot.box-b .bl-df {align-items: center;}
.descshop {white-space: nowrap;}
.descshop a i {color: #0084ff;padding: 0 3px;}

.partner-velaner .pageNoFollow_hilite img { width: 100%;}


.rating-star a,  
.rating-star .rating-star-current{   text-align: center;} 
.confirmMsg input {min-width: 25px;cursor: pointer;}
.confirmMsg input[type="radio"] {width: 16px;cursor: pointer;height: 16px;position: relative;opacity: 1;}

#xo-logger-output {background: none repeat scroll 0 0 #fff;width: 100%;word-wrap: break-word;word-break: break-all;}
.imgTab {display: block;float: left;margin: 10px;}
.img33, .img50 {display: flex;gap: 1%;margin-bottom: 20px;}


.video video {}
video {max-width: 100%;}

.chat #chat_div_form {margin-bottom: 20px;}
.chat #chat_div_form input[type="text"] {height: 26px;border-radius: 0;background: #fff;width: 100%;}
.chat #chat_div_form input[type="submit"] {font-weight: bold;height: 26px;border-radius: 0;box-shadow: none;background: #0095cd;text-shadow: none;width: 100%;}
.chat .chat-df {display: flex;justify-content: space-between;gap: 10px;}
.chat .td-bot, .chat .input-sup {flex: 0 0 auto;width: 100px;}
.chat .item-num, .chat .input-txt {flex: 1 0 auto;}

/*rescalcnew*/

.rescalknew {}
.rescalknew #rcWrapperDiv {width: 580px;margin:auto;height: auto;}
.rescalknew #rcTitleDiv{width:406px;height:39px;font-size:26px;font-weight:700;text-align:center;margin-top: 40px;}
.rescalknew #rcBandsSelectorDiv {width: auto;float: none;padding: 66px 10px 0 20px;}
.rescalknew .rcSelector{line-height:22px;width:94px;height:24px;background-color:#eeeef4;font-size:14px;font-weight:700;text-align:center;padding-top:2px;border:1px solid #000;cursor:default;margin-bottom: 2px;}
.rescalknew .rcSelectorOver{background-color:#d5d5e3}
.rescalknew .rcSelectorSelected{background-color:#d5d5e3}
.rescalknew .rcSelectorTitle{height:18px;font-size:12px;font-weight:700;text-align:center}
.rescalknew #rcResistorDiv {float: none;padding: 0 20px 5px 0;}
.rescalknew .rcResistor{width:406px;height:150px}
.rescalknew #rcResistor3Div{background-image:url(../img/resistor/resistor_3.png);background-repeat:no-repeat;background-position:center center;display:none}
.rescalknew #rcResistor4Div{background-image:url(../img/resistor/resistor_4.png);background-repeat:no-repeat;background-position:center center}
.rescalknew #rcResistor5Div{background-image:url(../img/resistor/resistor_5.png);background-repeat:no-repeat;background-position:center center;display:none}
.rescalknew #rcResistor6Div{background-image:url(../img/resistor/resistor_6.png);background-repeat:no-repeat;background-position:center center;display:none}
.rescalknew #rcTabsDiv{width:100%;height:36px;padding-left: 153px;float:none;}
.rescalknew .rcTab{width:68px;height:26px;padding-top:2px;font-size:12px;line-height: 14px;font-weight:700;text-align:center;cursor:default;float:left}
.rescalknew .rcTab6{height:33px;}
.rescalknew .rcNoBold{font-weight:400}
.rescalknew .rcSuperscript{position:relative;top:-4px;font-size:9px;font-weight:700;padding-top:10px}
.rescalknew .rcCellMargin{width:44px;height:28px;font-weight:400;line-height: 28px;text-align: right;padding-right: 5px;clear:both}
.rescalknew .rcCellSpace{width:66px;height:24px;background-color:#eeeef4;border-right:1px solid #fff;float:left}
.rescalknew .rcCellContainer{width:68px;height:28px;}
.rescalknew .rcCellContainerDimmed{background-color:#fff}
.rescalknew .rcCell{position:relative;top:0;left:0;width:66px;height:26px;border:1px solid #888;font-weight:700;text-align:center;line-height:24px;cursor:default;}
.rescalknew .rcCellSelected{width:66px;height:26px;line-height: 24px;border:1px solid #000;box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #000 inset;}
.rescalknew .rcCellContainerLeft{width:110px;height:28px;}
.rescalknew .rcLeft{width:107px}
.rescalknew .rcBlack{background-color:#000;color:#fff}
.rescalknew .rcBlackOver{background-color:#333}
.rescalknew .rcBlackSelected{background-color:#333;}
.rescalknew .rcBrown{background-color:#930;color:#fff}
.rescalknew .rcBrownOver{background-color:#900}
.rescalknew .rcBrownSelected{background-color:#900}
.rescalknew .rcRed{background-color:#F00;color:#000}
.rescalknew .rcRedOver{background-color:#E00}
.rescalknew .rcRedSelected{background-color:#E00}
.rescalknew .rcOrange{background-color:#f90;color:#000}
.rescalknew .rcOrangeOver{background-color:#F80}
.rescalknew .rcOrangeSelected{background-color:#F80}
.rescalknew .rcYellow{background-color:#ff0;color:#000}
.rescalknew .rcYellowOver{background-color:#fe8}
.rescalknew .rcYellowSelected{background-color:#fe8}
.rescalknew .rcGreen{background-color:#3c3;color:#000}
.rescalknew .rcGreenOver{background-color:#3b3}
.rescalknew .rcGreenSelected{background-color:#3b3}
.rescalknew .rcBlue{background-color:#36f;color:#000}
.rescalknew .rcBlueOver{background-color:#35f}
.rescalknew .rcBlueSelected{background-color:#35f}
.rescalknew .rcViolet{background-color:#c9f;color:#000}
.rescalknew .rcVioletOver{background-color:#c8f}
.rescalknew .rcVioletSelected{background-color:#c8f}
.rescalknew .rcGray{background-color:#C0C0C0;color:#000}
.rescalknew .rcGrayOver{background-color:#b7b7b7}
.rescalknew .rcGraySelected{background-color:#b7b7b7}
.rescalknew .rcWhite{background-color:#fff;color:#000}
.rescalknew .rcWhiteOver{background-color:#fff}
.rescalknew .rcWhiteSelected{background-color:#fff}
.rescalknew .rcGold{background-color:#d4a017;color:#000}
.rescalknew .rcGoldOver{background-color:#d4a017}
.rescalknew .rcGoldSelected{background-color:#d4a017}
.rescalknew .rcSilver{background-color:#ddd;color:#000}
.rescalknew .rcSilverOver{background-color:#e5e5e5}
.rescalknew .rcSilverSelected{background-color:#e5e5e5}
.rescalknew .rcNone{background-color:#969696;color:#000}
.rescalknew .rcNoneOver{background-color:#bebebe}
.rescalknew .rcNoneSelected{background-color:#bebebe}
.rescalknew .rcDimmedTab{color:#aaa}
.rescalknew .rcDimmedCell{opacity: .15;}
.rescalknew .rcBand1Div{position:relative;width:22px;height:88px;display:none;float:left}
.rescalknew .rcBand2Div{position:relative;width:22px;height:73px;display:none;float:left}
.rescalknew .rcBand3Div{position:relative;width:22px;height:73px;display:none;float:left}
.rescalknew .rcBand4Div{position:relative;width:22px;height:73px;display:none;float:left}
.rescalknew .rcBand5Div{position:relative;width:22px;height:73px;display:none;float:left}
.rescalknew .rcBand6Div{position:relative;width:20px;height:88px;display:none;float:left}
.rescalknew .reliability {width: auto;margin: 0 auto;border-spacing: 1px;border-collapse: separate;}
.rescalknew .reliability td {border: 1px solid #999;padding: 1px 5px;text-align: center;vertical-align: middle;}
.rescalknew .clear {clear: both;}
.rescalknew #smd_code {background: url(../img/resistor/SMD-bg.png) no-repeat center center;color:#fff;text-align: center;width: 200px;height: 100px;border: 0;font-size: 50px;padding: 0;font-family: arial, sans-serif;}
.rescalknew #smd_calculator {text-align: center;}
.rescalknew #smd_calculator p {text-align: left;}
.rescalknew .px-bord td {border: 1px solid #ddd;}
.rescalknew .calcDiv2 {width: 200px;height: 30px;margin: 10px auto 0;border: 1px solid  #ddd;line-height: 30px; font-size: 20px;}

.res-eia-bord {border: 1px solid #ddd;width: 450px;margin: 20px auto;max-width: 100%;}
.res-eia-bord td {padding: 2px 5px;}
.res-eia-bord input {height: 24px;}
.res-eia-bord .copyr {text-align: right;background: #f8f8f8;border-top: 1px solid #ddd;padding: 0px 20px;font-size: 10px;line-height: 14px;}
.res-eia-bord .calc { margin: 10px 2%; width: 98%;}
.tag-bar .blockcontent a {margin-right:10px}
.tag-bar .blockcontent img {display: none;}


.comm-form.bl-df {margin-bottom: 10px;}
.comm-form .head {width: 155px;padding: 5px 5px 5px 0;}
.comm-form .even {flex: 1 0 auto;width: 50%;}
#commentform input[type="text"] {width: 100%;}


td.even input[type="radio"] {opacity: 1;width: 18px;height: 18px;position: relative;}
#pmform td.even input[type="radio"] {opacity: 0;position: absolute;}


input[type="checkbox"]{}


input[type="radio"] {vertical-align: top;width: 0;height: 0;margin: 0;position: absolute;top: 0;left: 0;opacity: 0;}
input[type="radio"] + label {cursor: pointer;position: relative;}

input[type="radio"]:not(checked) + label {position: relative;padding: 0 10px 0 20px;line-height: 20px;display: inline-block;}
input[type="radio"]:not(checked) + label:before { content: '';position: absolute;top: 0;left: 0;width: 16px;height: 16px;border: 1px solid #3B7FCA;border-radius: 50%;background: #FFF;box-sizing: border-box;}
input[type="radio"]:not(checked) + label:after {content: '';position: absolute;top: 4px;left: 4px;width: 8px;height: 8px;border-radius: 50%;background: #3B7FCA;opacity: 0;}
input[type="radio"]:checked + label:after {opacity: 1;}
input[type="radio"][disabled] {}
input[type="radio"][disabled]:not(checked) + label:before {border: 1px solid #aaa; cursor: default;}
input[type="radio"][disabled]:not(checked) + label:after { background: #aaa;}
input[type="radio"][disabled]:not(checked) + label {cursor: default;}
input[type="radio"][disabled] + label {opacity: .4;}



input[type="radio"][id^="com_icon"] + label img {width: 16px;height: 16px;}
input[type="radio"][id^="com_icon"] + label {}



.element-logo-url span {line-height: 24px;margin-right: 5px;display: inline-block;}
.comUserRankText img {max-height: 24px;}
.smap ul {margin: 10px 0 10px 0px;list-style: none;}
.smap .menuMain {font-size: 16px;font-weight: 700;margin: 0 0 3px 0;display: inline-block;}
.smap .menuSub {margin: 0 0 3px 10px;display: inline-block;}
#pmform img {width: 16px;}
#pmform .bnone td img {width: 48px;}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp{padding: 0;margin: 0;border: 0;outline: none;vertical-align: top;}
.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}
.fancybox-skin {padding: 3px !important;position: relative;background: #f9f9f9;color: #444;text-shadow: none;border-radius: 3px;}
.fancybox-opened {z-index: 8030;}
.fancybox-opened .fancybox-skin { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-outer, .fancybox-inner {position: relative;}
.fancybox-inner {overflow: hidden;}

.fancybox-error {color: #444;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin: 0;padding: 15px;white-space: nowrap;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;}
.fancybox-image {max-width: 100%;max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url('fancybox_sprite.png');}
#fancybox-loading {position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060;}
#fancybox-loading div {width: 44px;height: 44px;background: url('fancybox_loading.gif') center center no-repeat;}
.fancybox-close {position: absolute;top: -22px;right: -22px;width: 36px;height: 36px;cursor: pointer;z-index: 8040;}
.fancybox-nav {position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;text-decoration: none;background: transparent url('blank.gif'); z-index: 8040;}
.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}
.fancybox-nav span {position: absolute;top: 50%;width: 36px;height: 34px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden;}
.fancybox-prev span {left: 0px;background-position: 0 -36px;}
.fancybox-next span {right: 0px;background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {position: absolute;top: -99999px;left: -99999px;visibility: hidden;max-width: 99999px;max-height: 99999px;overflow: visible !important;}
.fancybox-lock {overflow: hidden !important;width: auto;}
.fancybox-lock body {overflow: hidden !important;}
.fancybox-lock-test {overflow-y: hidden !important;}
.fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 9999;background: url('fancybox_overlay.png');}
.fancybox-overlay-fixed {position: fixed;bottom: 0;right: 0;}
.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: scroll;}
.fancybox-title {visibility: hidden;font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position: relative;text-shadow: none;z-index: 8050;}
.fancybox-opened .fancybox-title {visibility: visible;}
.fancybox-title-float-wrap {position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 8050;text-align: center;}
.fancybox-title-float-wrap .child {display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent;background: rgba(0, 0, 0, 0.8);border-radius: 15px;text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap;}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #fff;}
.fancybox-title-inside-wrap {padding-top: 10px;}
.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;color: #fff;padding: 10px;background: #000;background: rgba(0, 0, 0, .8);}


@media (min-width: 1500px) and (max-width: 9999px) {
.ws {width: 1460px;} 
.left-column, .right-column { width: 48%;} 
}

@media (min-width: 1260px) and (max-width: 1500px) {
.ws {width: 1220px;} 
.item.i-txt-last {display: none;} 

}


@media (min-width: 1022px) and (max-width: 1260px) {
.ws {width: 982px;} 
.column-right {display: none;}
.item.i-txt-last {display: none;}
.block-forum .head-info-forum {font-size: 11px;}
.block-forum .bl-df .item {padding: 4px 5px;}
.block-forum .item.div-lastpost {width: 150px;}
.block-forum .item.div-post {width: 80px;}
.item.div-topic {width: 45px;}
.block-forum .bl-df .item.div-img {width: 22px;padding: 1px 0 0 5px;}
.forum_button a::after {left: 3px;}
.forum_button a {padding: 0px 5px 0px 20px;font-size: 13px;}

}

@media (min-width: 1022px) and (max-width: 1500px) {
h1 {font-size: 20px;line-height: 26px;margin-bottom: 10px;}  
.element #element-list ul li {width: 18%;}
.block.item5.bl-analog .item.a-brands {width: 104px;}
.block.item5.bl-analog .item.a-elemen {width: 120px;}
.block.info .item.desc {width: 448px;}
.archive-year-months .month, .archive-year-months .year-number {padding: 3px 5px;font-size: 13px;}
}




@media (min-width: 776px) and (max-width: 1022px) {
.ws {width: 736px;} 
.box.column-left + .column-center {margin-left: 20px;}
#rh-globalnav {gap: 10px;}
nav > ul > li > a {font-size: 11px;padding: 0px 5px;text-transform: uppercase;} 
.element #element-list ul li {width: 23%;} 
.ads .itemText {flex-direction: column;}
.ads .itemText .right-column {width: 100%;}
}

@media (min-width: 0) and (max-width: 1022px) {
   img.width-40 {max-width: 40%;}
h1 {font-size: 18px;line-height: 24px;margin-bottom: 5px;}  
.mob {display: block;}
.nomob {display: none;} 
.left-column, .right-column {width: 100%;float: none;} 

.block-forum .bl-df .item .mob {display: none;}
.comm-form .head {display:none}
.wysibb-toolbar-btn.wbb-select.wbb-fontfamily {display: none !important;}
.tdmdownloads .bl-df {gap: 0px; flex-direction: column;}
.tdmdownloads .bl-df .box-b {width: 100%;} 
.column-right {display: none;} 
.item.i-txt-last {display: none;}
.item.i-txt-first { display: none;} 
.container {margin: 20px 0;}
.info-max {display:none} 
.headinfo .xo-headinfo-content {gap: 5px;} 
.chat .chat2 {height: auto;width: 100%;float: none;border-radius: 0;padding: 3px 5px;border: 1px solid #dedede;background: #f8f8f8;margin-bottom: 5px;}
.chat .chat1 {height: 400px;border-radius: 0;}
.chat .chat1 div {width: auto;}
.chat #chat_online ul li {display:inline-block;margin-right:10px}
.chat .imgsmile {max-height: 20px;}
.f-mob {display: block;}
.f-nomob {display: none;}
.block-forum .head-info-forum {font-size: 11px;}
.block-forum .bl-df .item {padding: 4px 5px;}
.block-forum .item.div-lastpost {width: 100px;}
.block-forum .item.div-post {width: 70px;}
.item.div-topic {width: 40px;}
.block-forum .bl-df .item.div-img {width: 22px;padding: 1px 0 0 5px;}
.block-forum .bl-df .item.div-name .name-topic a {font-size: 16px;}
.block-forum .bl-df.bl-item {font-size: 12px;}
.bl-desc span {display: none;}

.block.item5.bl-analog .item.a-brands {width: 84px;}
.block.item5.bl-analog .item.a-elemen {width: 85px;}
.block.info .item.desc {width: 338px;} 
.block .bl-df .item {padding: 4px 5px;line-height: 14px;font-size: 12px;}

.block.item5 .item.a-elemen {width: 85px;}
.block.item5 .item.a-filesd {width: 120px;}

.profile .item.bl-right {width: 200px;}
.profile .item.bl-left {width: 220px;}
.profile .p-user input {font-size: 11px;text-transform: uppercase;}
.profile .bl-info .bl-item {font-size: 16px;}

.bl-df div.dropdown {flex: 1 0 auto;width: 50%;font-size: 0;}

.dropdown .select {width: 32%;min-width: 220px;margin-right: 1%;}
.dropdown .select:first-child {width: 28%;min-width: 220px;}
.dropdown .select:last-child {width: 36%;min-width: 220px;}
.select > select {padding: 0 20px 0 2px;}
.select::before {font-size: 15px; width: 20px;}
.bl-forum.bl-df {flex-direction: column;}
.bg-not .bl-df {flex-direction: column;}
.bg-not .bl-df .left {display: none;}
.bg-not .bl-df .right {text-align: left;}
.info-f.bl-df {flex-direction: column;gap: 20px;}

.rescalknew #rcWrapperDiv {width: 453px;}
.rescalknew .rcCellMargin {display: none;}
.rescalknew .bl-df.bl-head {flex-direction: column;}
.rescalknew #rcBandsSelectorDiv {padding: 20px 0 0 0;text-align: center;}
.rescalknew #rcResistorDiv {margin: 0 0 0 auto;}
.rescalknew .rcLeft {width: 100px;}
.rescalknew .rcCellContainerLeft {width: 92px;height: 26px;}

.rescalknew .rcCellContainer {width: 62px;height: 26px;}
.rescalknew .rcCell {width: 60px;height: 24px;font-weight: 400;line-height: 22px;font-size: 12px;}
.rescalknew .rcCellSelected {width: 60px;height: 24px;line-height: 22px;}
.rescalknew .rcCellSpace {width: 60px;height: 24px;}
.rescalknew .rcTab {width: 62px;height: auto;font-weight: 400;}
.rescalknew #rcTabsDiv {padding-left: 0;display: flex;justify-content: flex-end;}
.rescalknew #rcResistorDiv {padding: 0 0 5px 0;}
.rescalknew #rcResistor3Div {background-image: url(../img/resistor/resistor_3m.png);}
.rescalknew #rcResistor4Div {background-image: url(../img/resistor/resistor_4m.png);}
.rescalknew #rcResistor5Div {background-image: url(../img/resistor/resistor_5m.png);}
.rescalknew #rcResistor6Div {background-image: url(../img/resistor/resistor_6m.png);}
.rescalknew .rcSelector {display: inline-block;}
.rescalknew .rcLeft {width: 88px;}
.catads .bl-df.img-desc {flex-direction: column;}
.catads .sl_ctr {margin: 0 auto;}
.catads .desc-all {width: 100%;}
.comUserName a, .comUserRankText {font-size: 12px;}
.comUserStat {line-height: 16px;}
.archive-year-months .years.bl-df {flex-direction: column;margin-bottom: 20px;}
.archive-year-months .year-months {width: 100%;flex-wrap: wrap;}
.archive-year-months .month {width: 25%;}
.index_welcome.mb20 .bl-df {flex-direction: column;}
.index_welcome.mb20 .br2 {border-right: 0; border-left: 2px solid #ddd;padding: 0 0 0 10px;text-align: left;}

.com-view.bl-df {flex-direction: column;}
.com-view select[name = "com_mode"] {width: 22%;}
.com-view select[name = "com_order"] {width: 42%;}
.com-view .com-set:first-child input {width: 33%;}



}

@media (min-width: 0) and (max-width: 776px) {
 
.ads .itemText {flex-direction: column;}
.ads .itemText .left-column {margin: 0 auto;}
.ads .itemText .right-column {width: 100%;}  

.contfl {flex-direction: column;}
.column-center {width: 100%;}
.column-left {width: 100%;flex: 0 0 auto;}
.column-left > * {display: none;}
.box-b.id-191.module-video, .box-b.id-192.module-gallery, .box-b.id-194.module-partner, .box-b.id-202.module-element, .box-b.id-193.module-instruction, .box-b.id-195.module-news, .box-b.id-198.module-tdmdownloads, .box-b.id-203.module-review, .box-b.id-226.module-shop, .box-b.id-197.module-mylinks {display: block;z-index:99;position: relative;}
.column-left .box-b{padding:0;}
.column-left .blockcontent {display: none;position: absolute;background: #fff;width: 100%;padding: 10px;border: 1px solid #ddd;}
.box.column-left h2 { margin: 0;border-width: 0;padding: 5px 10px;}
.box.column-left h2::before {content:'\e90e'; font-family:IconRH }
.column-left .box-b:hover .blockcontent{display:block}


#xo-headinfo {display: none;} 
.element #element-list ul li {width: 23%;} 
nav::before {content: '\e903';font-family:IconRH;color: #fff;line-height: 48px;width: 32px;display: block;font-size: 32px;}
nav > ul {display: none; flex-direction: column;}
nav:hover > ul {display: flex;flex-direction: column;background: #fff;border: 2px solid #addef1;}
nav > ul > li {position: relative;}
nav > ul > li > a {color: #5D96BA;padding: 0px 15px;line-height: 28px;}
nav > ul > li:hover > a {color: #009fd9;background: transparent;}
nav > ul > li .sub {position: absolute;padding: 0 0 0 10px;left: 100%;top: 0;}
nav > ul > li .pointer::before, nav > ul > li .pointer::after {left: 100%;}
nav > ul > li .pointer::before {top: -18px;margin-left: 5px;}
nav > ul > li .pointer::after {top: -18px;margin-left: 8px;}
.twoColumns .sub, .threeColumns .sub, .fourColumns .sub, .fiveColumns .sub {left: 100%;}
nav > ul > li .sub .menu { flex-direction: column;gap: 5px;}
.otherFeatures {position: relative;right: auto;bottom: auto;}
.rh-search-field {width: 50%;}
.bottom-left-right {flex-direction: column;}
.box.column-left + .column-center {margin-left: 0;}
.footer {flex-direction: column;gap: 0;}
.footer .logo {flex: 0 0 auto;width: auto;margin: 0 auto;max-width: 100%;}
.footer .info {width: 100%;padding-top: 0;}
.xo-footer-bt {gap: 2px;}
.footer .info p {font-size: 12px;}


}

@media (min-width: 496px) and (max-width: 776px) {
.ws {width: 456px;}   
}

@media (min-width: 0px) and (max-width: 496px) {
.ws {width: 94%;}




.ads .itemText .left-column {max-width: 100%;width: 350px;}
.ads .bx-wrapper .bxslider li img {height: auto;width: auto;}
.ads .bx-pager {display: flex;gap: 5px;}
.ads .bx-pager img {width: 100%;max-width: 64px;}

.AdminSetting {position:relative;height: 35px;line-height: 35px;min-width: 30px;cursor: pointer;}
.AdminSetting::before {color: #f00;content:'\e904'; font-family:'IconRH';display: block;font-size: 20px;}
.AdminSetting:hover .itemAdminLink::before, .AdminSetting:hover .itemAdminLink::after {content:'';position: absolute;transform: rotate(45deg);left: 55px;width: 8px;height: 8px; }
.AdminSetting:hover .itemAdminLink::before {background: #ddd;top: -5px; }
.AdminSetting:hover .itemAdminLink::after {background: #fff; top: -3px;}
.AdminSetting .itemAdminLink {display: none;position: absolute;width: 120px;left: -45px;background: #fff;border: 1px solid #ddd;padding: 10px;font-size: 0;line-height: 0;}
.AdminSetting:hover .itemAdminLink {display: block;}
.AdminSetting:hover a {font-size: 12px;line-height: 20px;display: block;}
.descshop a i {font-size: 20px;}

.itemHead.bl-df {gap: 10px;flex-direction: column-reverse;}
.itemImage {width: 100%;text-align: center;}
.itemTitle {flex: 1 0 auto;width: 100%;}
.itemPoster, .itemPostDate, .itemStats {display: inline-block;margin-right: 5px;}
.footLink a {line-height: 24px;display: inline-block;}
.block-forum .bl-df .item .mob {display: inline-block;}

.element #element-list ul li {width: 31.33%;} 
.tdmdownloads .bl-df.i-sort {display: none;}
.box-c {width: 218px;margin: 0 auto;}
.bottom-left-right .xo-block {width: 100%;}
.bx-wrapper .bx-controls-direction a {margin-top: 8px;top: 100%;}
.bx-wrapper .bx-prev {right: auto;left: 0;}
.bx-wrapper .bx-next {right: auto;left: 25px;}
.additional_links a {display: block;}
.additional_links a + a {margin-left: 0;}
.additional_links a + a::before {content: "";margin-right: 0;}
.bottom-left-right xo-block{width: 100%;}
.header .logo {background-size:100% ;height: 100px;max-width: 100%;}
.header .logo a {width: 100%;}
.block-announce {gap: 3%;}
.block-announce .rh_thumb {width: 48.5%;margin: 0 0 20px 0;}
.block-announce .rh_thumb .image {margin: 3% auto 2px;width: 94%;position: relative;overflow: hidden;}
.block-announce .rh_thumb .image a, .block-announce .rh_thumb .image p {margin: 0px auto;overflow: hidden;position: absolute;top: 0;left: 50%;transform: translate(-50%, 0);}
.block-announce .rh_thumb .image img {margin: 0;width: 200px;height: auto;}
.block-announce .info {font-size: 9px;}
.additional_links {min-height: 20px;}
.block-forum .bl-df.bl-item { flex-direction: column;}
.block-forum .bl-df .item.div-img {position: absolute;}
.block-forum .bl-df .item.div-name {width: 100%;padding: 4px 5px 4px 28px;}
.block-forum .item.div-post, .block-forum .item.div-topic {width: auto;padding: 0px 5px 0px 28px;}
.block-forum .mob {display: inline-block;}
.block-forum .item.div-lastpost br { display: none;}
.block-forum .head-info-forum {display: none;}
.block-forum .item.div-lastpost {width: 100%;padding: 0 5px 5px 28px;}
.bl-desc a {font-size: 18px;line-height: 18px;display: block;padding: 5px 0;}
.profile .bl-df.bl-user {flex-direction: column;}
.profile .item.bl-left {width: 100%;text-align: center;margin-bottom: 20px;}
.profile .item.bl-right {width: 100%;}
.profile-list-category .first { width: 48%;}
.profile-list-category .second {width: 48%;}
.bl-df div.dropdown {display: none;}
.td-user {width: 10%;padding: 2px 4px;font-size: 12px;}
.td-info {width: 90%;padding: 2px 4px;}
.td-num {width: 1%;padding: 2px 4px;}
.comUserStat {font-size: 10px;line-height: 16px;}
.td-info .a-button {padding: 0px 4px;line-height: 18px;font-size: 2.5vw;text-transform: uppercase;font-weight: bold;}
.rescalknew #rcWrapperDiv {width: 100%;}
.rescalknew .rcSelector {width: 50px;}
.rescalknew #rcTitleDiv {width: 100%;margin-top: 20px;height: auto;font-size: 20px;}
.rescalknew #rcResistorDiv {width: 83%;margin: 0px 5% 0 12%;}
.rescalknew .rcResistor {width: 100%;height: 150px;background-size: 100% 150px;position: relative;}
.rescalknew .rcCellContainer, .rescalknew .rcCellContainerLeft  {width: 14%;overflow: hidden;}
.rescalknew .rcCellContainer > div, .rescalknew .rcLeft{width: 98%;}
.rescalknew .rcTab {width: 14%;font-size: 11px;}
.rescalknew .rcBand1Div {left: 17% !important;}
.rescalknew .rcBand2Div {left: 30% !important;}
.rescalknew .rcBand3Div {left: 39% !important;}
.rescalknew .rcBand4Div {left: 49% !important;}
.rescalknew .rcBand5Div {left: 65% !important;}
.rescalknew .rcBand6Div {left: 77% !important;}
.rescalknew .rcResistor > div { width: 7%;position: absolute;}
.rescalknew #rcResistor4Div .rcBand4Div, .rescalknew #rcResistor3Div .rcBand4Div {left: 45% !important;}
.rescalknew .reliability {width: 100%;border-spacing: 0px;border-collapse: collapse;}
.rescalknew td, .rescalknew th {padding: 1px 4px;font-size: 12px;}
.catads .img-bl {width: 100%;}
.catads .img-bl .item {height: auto;}
.catads .img-bl .item img {top: 0;transform: translate(0, 0);}
.box-c {width: 100%;}
.wysibb-toolbar-btn.wbb-select.wbb-fontfamily, .wysibb-toolbar-btn.wbb-select.wbb-fontsize, .wysibb-toolbar-btn.wbb-numlist, .wysibb-toolbar-btn.wbb-bullist, .wysibb-toolbar-btn.wbb-sup, .wysibb-toolbar-btn.wbb-sub {display: none !important;}
.outer_sertec .bl-df .t-cat, .outer_sertec .bl-df .t-rating, .outer_sertec .bl-df .t-hits { display: none;}



}
@media (min-width: 0px) and (max-width: 440px) {
.header .logo a span {font-size: 2.5vw;font-weight: bold;left: 24%;top: 13%;text-transform: uppercase;} 
.header .logo a {height: 24vw;}
.header {height: auto;gap: 0;}
.header .logo {height: auto;} 
.catads .images img {width: 100% !important;display:none;top: 0%;transform: translate(0, 0%);}
.catads .images img:nth-child(2) {display:block}
.foot-thread .td-info {white-space: nowrap;text-align: right;} 
.block-announce .info .visit, .block-announce .rh_thumb .date {display: none;}
.box-b {padding: 0px 8px 5px;}
.quickreply_form {padding: 5px 8px;}



}

@media (min-width: 0px) and (max-width: 390px) {
.archive-year-months .month {width: 33.33%;} 
.list-archive .head {display: none;}
.news-archive-item.bl-df {flex-direction: column;border-bottom: 1px solid #ddd;}
.news-archive-item.bl-df > div {width: 100%;border: 0;margin: 0;padding: 0 0 5px;}
.list-archive .t-views, .list-archive .t-date {font-size: 13px;} 
.list-archive .t-views::before {content:'Просмотров:'; color:#888} 
.list-archive .t-date::before {content:'Дата:'; color:#888} 
}



@media (min-width: 0px) and (max-width: 350px) {
.ws {width: 94%;}
h1 {font-size: 14px;line-height: 20px;font-weight: 600;margin-bottom: 7px;}
.visit {font-size: 12px;}
.desc {font-size: 12px;color: #888;}
.element #element-list ul li {width: 48%;} 
nav > ul > li > a {font-size: 11px;padding: 0px 8px;text-transform: uppercase;}
nav > ul > li .sub .menu li a img {width: 50px;}
nav > ul > li .sub .menu li a {font-size: 10px;text-transform: uppercase;}
nav > ul > li .sub .menu li.rh-title, nav > ul > li .sub .menu li.rh-title a {text-transform: uppercase;font-size: 12px;}

.max-desc.block-announce {margin-right: 0;}
.max-desc.block-announce .rh_thumb {margin: 0 0 15px 0;}
.block-announce .rh_thumb .image a {min-width: 100%;}
.block-announce .rh_thumb .image img {min-width: 100%;}
.chat .chat-df.chat-dfm {flex-direction: column;}
.chat .item.input-txt, .chat .item.input-sup {width: 100%;}
.chat .imgsmile {max-height: 18px;}

.thread {position: relative;}
.td-user {width: 0;min-width: 50px;padding: 0;font-size: 12px;}

.head-thread {position: relative;}


.bl-comment {position: relative;}
.bl-comment .td-info {width: 100%;border-left: 1px solid #ddd;padding: 4px 8px;}
.td-num {width: 0%;padding: 18px 4px 2px 4px;}
.td-user {width: 0;min-width: 0;padding: 0;border: 0;}
.post-thread .td-user {position: absolute;top: 2px;left: 2px;width: 42px;height: 42px;text-align: center;}
.post-thread .td-user img.comUserImg {max-width: 40px;max-height: 40px;height: auto;width: auto;}
.comUserRankText, .comUserStat, .comUserStatus, .td-num {display: none;}
.comUserName a {font-size: 12px;line-height: 20px;}
.comUserName {position: absolute;padding-left: 50px;top: 0;}
.comTitle {font-size: 13px;line-height: 20px;}
.post-thread .td-info {padding: 4px 8px 20px;}

.td-info {width: 100%;}
.head-thread .td-info {padding: 20px 8px 0 48px;}

.post_date {font-size: 12px;}
a.xo-counterpage, strong.xo-pagact {min-width: 26px !important;line-height: 26px;font-size: 14px;}
.td-info .a-button {font-size: 2.9vw;}
.itemBody .left {text-align: center;float: none;}
.sl_ctr {width: 260px;height: 156px;}
.sldr {height: 156px;}
.catads .images img {width: 260px !important;}
.com-view select {width: 100%;margin-bottom: 5px;}
.com-view input {width: 100%;}

.com-view select[name = "com_mode"] {width: 100%;}
.com-view select[name = "com_order"] {width: 100%;}
.com-view .com-set:first-child input {width: 100%;}
 
}

@media (min-width: 0px) and (max-width: 300px) {
.rescalknew #rcTitleDiv {margin-top: 10px;height: auto;font-size: 18px;}
.rescalknew .rcResistor > div {width: 7%;}
.rescalknew #rcTabsDiv {height: auto;margin-bottom: 10px;}
.rescalknew .rcTab {width: 14%;height: auto;font-size: 11px;line-height: 12px;transform: rotate(-90deg);}
.sl_ctr {width: 200px;height: 120px;}
.sldr {height: 120px;}
.catads .images img {width: 200px !important;}
.linksBC {float: none;}

}

