@font-face{
  font-family:'Ubuntu';
  src:url('../fonts/UbuntuRegular.eot');
  src:url('../fonts/UbuntuRegular.eot?iefix') format('eot'),
    url('../fonts/UbuntuRegular.woff') format('woff'),
    url('../fonts/UbuntuRegular.svg#webfont') format('svg');
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Ubuntu';
  src:url('../fonts/UbuntuBold.eot');
  src:url('../fonts/UbuntuBold.eot?iefix') format('eot'),
    url('../fonts/UbuntuBold.woff') format('woff'),
    url('../fonts/UbuntuBold.svg#webfont') format('svg');
  font-weight:bold;
  font-style:normal;
}
@font-face{
  font-family:'Ubuntu';
  src:url('../fonts/UbuntuLight.eot');
  src:url('../fonts/UbuntuLight.eot?iefix') format('eot'),
    url('../fonts/UbuntuLight.woff') format('woff'),
    url('../fonts/UbuntuLight.svg#webfont') format('svg');
  font-weight:100;
  font-style:normal;
}
@font-face{
  font-family:'BZH55';
  src:url('../fonts/BZH55.otf');

}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.jr_component {
  width: 100%;
  margin: 0 auto;
}

.jr_component .jr_full {
  float: left;
  width: 100%;
}

.jr_component .jr_middle {
  float: left;
  width: 70%;
}

.jr_component .jr_small {
  float: left;
  width: 30%;
}

.jr_component .jr_right {
  float: left;
  width: 27%;
  margin-left: 3%;
}

.jr_component .jr_left {
  float: left;
  width: 27%;
  margin-left: 3%;
}

.jr_component .jr_right,
.jr_component .jr_left {
  float: left;
}

.jr_component .jr_right .moduletable,
.jr_component .jr_left .moduletable {
  float: left;
  margin: 2;
  padding: 2%;
  width: 96%;
}

.clr {
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}


body {
  font-size: 16px;
  overflow-x: hidden;
  font-family:'Ubuntu';
}

header#header {
  border-top: 30px solid #0074dc;
  border-bottom: 1px solid #c6c6c6;
}

.heder-bottom ul.nav.menu {
  display: flex;
  justify-content: space-between;
}



.heder-bottom ul.nav.menu a {
  color: #000;
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
  padding: 25px 0; font-size: 15px;
}
.heder-bottom ul.nav.menu li:hover a,
.heder-bottom ul.nav.menu li.active a {
  background: none;
  color: #0074dc;
}
.heder-bottom ul.nav.menu li:hover a:before,
.heder-bottom ul.nav.menu li.active a:before{
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  top: -1px;
  position: absolute;
  background: #0074dc;
}
.heder-bottom ul.nav.menu:before,
.heder-bottom ul.nav.menu:after {
  display: none;
}

.logo-dulat a,
.logo-dulat span {
  /* font-size: 27px; */
  text-transform: uppercase;
  font-weight: bold;
  font-size: 165%;
}
.logo-dulat a{
  color: #5d5d5d;
}
.logo-dulat span {
  color: #d0d0d0;
  margin-left: 20px;
  margin-right: 20px;
}

.heder-top {
  padding: 25px 0;
}

.heder-bottom #menu-adapt {
  border-top: 1px solid #c6c6c6;
  position: relative;
}


section.section-about {
  margin-top: 60px;
}

.home-tile {
  font-size: 150%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding-left: 35px;
}
.home-tile:before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../images/title-icon.png);
  display: block;
  width: 18px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.home-desc {
  font-weight: 100;
  line-height: 1.8;
}


.home-desc ul {
  padding: 0;
}

.home-desc ul li {
  padding-left: 40px;
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}
.home-desc ul li:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #03a230;
  border-radius: 100%;
  left: 0;
  top: 10px;
}


.clarif-block {
  background: #eef1f7;
  padding: 45px;
}

.dulat-element {
  background: #fff;
  width: 230px;
  position: relative;
  height: 130px;
  border-radius: 10px;
  padding-left: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
}


a.dulat-element_info-but {
  position: absolute;
  right: 15px;
  top: 15px;
}

.dulat-element_number {
  background: #dee2ea;
  height: 90px;
  transform: rotate(-180deg) translateY(50%);
  left: 0;
  position: absolute;
  text-align: center;
  writing-mode: tb-rl;
  top: 50%;
  border-radius: 10px 0  0 10px;
  width: 26px;
}

.dulat-element_name {
  font-weight: bold;
  font-size: 150%;
}

.dulat-element_num-block {
  display: flex;
  margin-top: 5px;
}

.dulat-element_id {
  font-size: 90%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #005aab;
  color: #fff;
}

.dulat-element_num {
  font-size: 90%;
  margin-left: 10px;
  font-weight: bold;
  line-height: 1.2;
}

.dulat-element_num-j {
  color: #00ad3d;
}

.clarif-title {
  color: #728298;
  padding-left: 0;
}
.clarif-title:before{
  display: none;
}


.dulat-element-pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}


.flex-clarif {
  display: flex;
}

.clarif-block {
  height: 100%;
  display: block;
}
.flex-clarif-heig{
  height: 100%;
  margin-right: 15px;
}


.title-reg {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.reg-block ul {
  padding-left: 30px;
  list-style: decimal-leading-zero;
}

.reg-block ul li {
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
  color: #657596;
}
.reg-block ul li span {
  color: #000;
}


.id-clarif-pos {
  padding: 16px 25px;
  background: #fff;
  position: absolute;
  font-size: 90%;
  display: none;
}
.id-clarif-name {
  border-radius: 10px 0 0 10px;
  top: 0;
}

.section-featback .home-tile.clarif-title {
  font-size: 48px;
  line-height: 1.2;
}

section.section-featback {
  margin-top: 50px;
}
.featback-link{
  color: #0074dc;
}

footer#footer {
  background: #eef1f7;
  padding-top: 60px;
  margin-top: 50px;
}

footer#footer .footer-text {
  font-size: 100%;
  text-align: center;
  font-weight: 100;
  margin-bottom: 20px;
}

.footer-block-info {
  text-align: center;
  margin-bottom: 60px;
}

.footer-block-info a {
  display: inline-block;
  padding: 20px 20px;
  border-radius: 10px;
  background: #fff;
  width: 190px;
  text-align: center;
  color: #8b8f98;
  text-transform: uppercase;
  font-size: 90%;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: bold;
}

.footer-block-info a.footer-autor {
  background: #0074dc;
  color: #fff;
}

div#back-top {
  text-align: center;
}

#back-top a {
  background: #0074dc;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
}

.bg-search{
  background: #eef1f7;
  padding: 25px 30px;
}

input#jshop_search {
  width: 100% !important;
  font-size: 100%;
  padding: 10px 25px;
  border: 0;
  border-radius: 10px;
  padding-right: 50px;
}

#search-block input.button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 10px 10px 0;
  border: 0;
  background: #0074dc;
  color: #fff;
  text-indent: 1000%;
  overflow: hidden;
  width: 50px;
  background-image: url(../images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}


a.bottom-block-data {
  background: #00ad3d;
  width: 100%;
  display: block;
  max-width: 230px;
  margin: 0 auto;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
}

body.second-page header#header {
  border-bottom: 0;
}



























#primary
{
  float: left;
  width: 61.5763547%;
}
#secondary
{
  float: right;
  width: 34.4827586%;
}
.wide-978 #primary,.narrow-978 #primary
{
  width: 67.5763547%;
}
.wide-978 #secondary,.narrow-978 #secondary
{
  width: 30.4827586%;
}
button
{
  appearance: none !important;
  background-color: #0fbe7c;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  moz-appearance: none !important;
  padding: 5px 25px;
  webkit-appearance: none !important;
}
#shejire
{
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 800px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
#infovis
{
  height: 800px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#log
{
  color: #23a4ff;
  font-size: 1em;
  font-weight: bold;
  height: 20px;
  position: relative;
  text-align: center;
}


.link
{
  fill: none;
  stroke: dimgray;
  stroke-width: 2px;
}
.tip
{
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: #555 2px 2px 8px;
  color: #111;
  filter: alpha(opacity=90);
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 10px;
  moz-box-shadow: #555 2px 2px 8px;
  o-box-shadow: #555 2px 2px 8px;
  opacity: .9;
  padding: 7px;
  webkit-box-shadow: #555 2px 2px 8px;
  width: 139px;
}
.nodeDiv
{
  display: table;
  height: 35px;
  width: 105px;
  word-break: break-all;
}
.nodeSpan
{
  color: black;
  cursor: pointer;
  display: table-cell;
  font-family: Arial;
  font-size: .85em;
  khtml-user-select: none;
  moz-user-select: none;
  ms-user-select: none;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  webkit-touch-callout: none;
  webkit-user-select: none;
}
.shejireDesc
{
  font-size: .85em;
}
.tab
{
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-bottom: 0;
  overflow: hidden;
}
.tab button
{
  background-color: #0fbe7c;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 0;
  border-top: 0;
  cursor: pointer;
  float: left;
  height: 40px;
  outline: 0;
  padding: 5px 5px;
  transition: .3s;
  width: 33.33%;
}
.tab button:hover
{
  background-color: #ddd;
}
.tab button.active
{
  background-color: #0fbe7c;
}
.tabcontent
{
  border: 1px solid #ccc;
  border-top: 0;
  display: none;
  min-height: 800px;
  padding: 12px 12px;
}
.rect
{
  stroke: darkseagreen;
  stroke-width: 1px;
}

.tree-bg {
  background:  #eef1f7;
  padding: 60px 40px;
  /* margin-top: 20px; */
  display:  flex;
  justify-content:  center;
  flex-wrap: wrap;
  overflow: hidden;
}

.jiv{
  fill: rgb(0, 173, 61)
}

svg.dulat-element_svg .svg-item:hover .cls-1,
svg.dulat-element_svg .svg-item.svg_active .cls-1{
  fill:#0074dc;
}
svg.dulat-element_svg .svg-item:hover .cls-4,
svg.dulat-element_svg .svg-item.svg_active .cls-4{
  fill:#a1bbe5;
}
svg.dulat-element_svg .svg-item:hover .cls-2,
svg.dulat-element_svg .svg-item:hover .cls-3,
svg.dulat-element_svg .svg-item.svg_active .cls-2,
svg.dulat-element_svg .svg-item.svg_active .cls-3{
  fill:#005aab;
}
svg.dulat-element_svg .svg-item:hover .cls-6,
svg.dulat-element_svg .svg-item:hover .cls-7,
svg.dulat-element_svg .svg-item.svg_active .cls-6,
svg.dulat-element_svg .svg-item.svg_active .cls-7{
  fill:#fff;
}
svg.dulat-element_svg .svg-item:hover .cls-8,
svg.dulat-element_svg .svg-item.svg_active .cls-8,
svg.dulat-element_svg .svg-item.svg_active .cls-6.jiv,
svg.dulat-element_svg .svg-item:hover .cls-6.jiv{
  fill:#00f940;
}
svg.dulat-element_svg .svg-item{
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  overflow:  inherit;
  position: relative;
  /* z-index:  1000; */
}

.dulat-child {
  width:  100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.infoactivesvg{
  display: none;
}
.svgact-inf{
  display: block;
}

path.cls-4:hover {
  fill: #fff !important;
}

.znak:hover + #znak .cls-4,
.znak:hover ~ .cls-4{
  fill: #fff !important;
}

span#mxcpr {
  display: none;
}

.svgdesc {
  display: none;
}

.section-kolvo {
  padding:  35px 0;
}

td.kolvo-num {
  color:  #657596;
  font-size: 90%;
}

td.kolvo-obl {
  font-size:  90%;
}

a[title="Faboba : CrÃƒÂ©ation de composantJoomla"],
a[href="http://www.faboba.com"] {
  display: none !important;
}

.mod-languages {
  display:  flex;
  justify-content:  flex-end;
}

div.mod-languages a {
  font-size:  14px;
  font-weight: bold;
  color:  #a4a4a4;
}

.flex-vert-h.header-t {
  display:  flex;
  align-items:  center;
}

div.mod-languages .lang-active a {
  color: #03a230;
}

textarea#text-form {
  border: 1px solid #d8dde8;
  border-radius:  10px;
  box-shadow:  none !important;
  padding:  25px;
  font-size:  14px !important;
}

.file-fotm-class input#file-form {
  display:  none;
}

label.file-fotm-class {
  background:  #dee2ea;
  padding:  20px;
  border-radius:  10px;
  text-transform:  uppercase;
  color: #929292;
  cursor:  pointer;
}

label.file-fotm-class img {
  margin-right:  12px;
}

.flex-h-r {
  display:  flex;
  justify-content:  flex-end;
}

.flex-h-r input#submit-form {
  background: #0074dc;
  padding: 20px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  outline:  none !important;
  box-shadow:  none !important;
}

span.text-fotm-file {
  font-size: 12px;
}
.rsform button.rsform-submit-button.btn.btn-primary{
  background: #0074dc;
  padding: 20px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  outline:  none !important;
  box-shadow:  none !important;  
}

.category-products-blog-link img {
  max-width:  100%;
}

.triner-block {
  background: #eef1f7;
  padding: 45px;
  margin-bottom: 20px;
}

.transp-item-title {
  font-size:  120%;
  font-size: 150%;
  /* text-transform: uppercase; */
  font-weight: bold;
  color: #728298;
}


.section-about-block-text {
  /* line-height: 1.5; */
  /* -webkit-columns: 200px 2; 
  -moz-columns: 200px 2;*/
  /* columns: 200px 2; */
  /* -webkit-column-gap: 30px;
  -moz-column-gap: 30px; */
  /* column-gap: 30px; */
  /* -webkit-column-rule: 1px solid #ccc; */
  /* -moz-column-rule: 1px solid #ccc; */
  /* column-rule: 1px solid #ccc; */
}

circle.cls-15,
.cls-151 {
  cursor:  pointer;
}
rect.rect{
  stroke: #ffffff00;
}
rect.rect.rect-active {
  cursor: pointer;
  stroke: #ffffff00;
}
.displaynone {
  display:  none;
}

.clarif-svg{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -55px;
  max-width: 100%;
}

span#list_product_image_middle {
  display: none;
}
.ggg {
  display: none;
}
img.maka {
  display: block;
  margin: auto;
  margin-top: 50px;
}
p.preif {
  text-align: center;
  margin-top: 60px;
  font-size: 41px;
  font-family: BZH55;
  line-height: 44px;
}
/*============================== forum ==================*/
a[href="/ru/kunena/credits"] {
  opacity: 0;
  position: relative;
  z-index: -10;
}
a[href="/ru/kunena/credits"] + a {
  opacity: 0;
  position: relative;
  z-index: -10;
}
li.divider::before {
  display: none;
}
li[itemprop="itemListElement"]::before {
  display: none;
}
#kunena.layout .breadcrumb:nth-of-type(2) {
  display: none;
}
#kunena.layout .breadcrumb:nth-of-type(2) + .pull-right.large-kicon {
  display: none;
}
.layout#kunena + div {
    display: none !important;
}