* {
margin:0;
padding:0;
}

p {
margin-top: 1ex;
}
body {
padding:0;
margin:0; font-size: 100%; font-family: 'Helvetica Neue',  Helvetica, Arial, Verdana, sans-serif;  color: #363636;  //text-align: center;}

.spacer{clear:both;}

html, body, #wrapper {height: 100%;}
body > #wrapper  {height: auto; min-height: 100%;}
/* CLEAR FIX*/

#main {padding-bottom: 40px;}  /* этот размер должен быть такой же высоты как и footer */

#footer {position: relative;
margin-top: -40px; /* а здесь нужно указать отрицательное значение высоты подвала */
height: 40px;
clear:both;

}

ol, ul {list-style-position: inside;}


.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}

/* Это блок для IE \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Конец блока для IE */
 *---------------------------------*/
 #wrapper {
    width: 100%;
    
 }



#header {
width:100%;
/*float: left;*/


    }
#header-menu{
    float:  right;
    padding: 15px 0 0 0;
    text-align: right;
    width:500px;
}
#header-menu a {
    color:#6d63b7;font-size:0.8em;text-decoration:underline;
}
#header-menu ul {
    margin: 10px 0 10px 0;
    padding-left: 0;
    display: inline;
}


#header-menu ul li {
    margin-left: 0;
    padding: 0px 5px;
    list-style: none;
    display: inline;
    }
#header-menu ul li a {
    font-size: 0.8em;
    display: inline;
    }


#header-menu ul li a:hover {
    display: inline;
    color: #b3afd3;
    font-weight: normal;
    }


#header-wrapper{
    max-width: 876px;
    min-width: 870px;
    margin: 0 auto;
    //width: 876px;
     //text-align: left;
     height: 60px;
    }



#header-tree{
     background:  url(../images/header-tree.png) repeat-x;
     width: 100%;
     float:left;
     border-radius: 3px;
    box-shadow: #c9c8da 0px 3px 5px;
    margin: 7px 0px 0 0px;
    color: #918dd1;
 font-family:   Lucida Grande, sans-serif;
 font-weight: normal;
}


ul#header-tree  {
    float:left;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;

}
#header-tree  li {
    float:left;
    display: block;
}
#header-tree ul li a{
  margin-left: 1px;
    display: block;
    background:  url(../images/header-home.png) no-repeat;
    padding: 6px 50px 5px 52px;
    font-size: 1.3em;
    text-decoration: underline;
    color:#fff;
    text-shadow: #6461b6 0 0px 2px;
    -webkit-font-smoothing : antialiased;
            line-height: 1.38461em;

}



#header-tree ul li a:hover{
display: block;
 background: url(../images/header-home-hover.png) no-repeat;
    padding: 6px 50px 5px 52px;
    text-decoration: underline;

}



#header-tree li.last a {
    font-size: 1.3em;
    display: block;
    padding: 6px 50px 5px 20px;
    color:#fff;
    text-shadow: #6461b6 0 0px 2px;
    -webkit-font-smoothing : antialiased;
    line-height: 1.38461em;
    text-decoration: underline;
    background:  url(../images/header-tree.png) repeat-x ;

}

#header-tree li.last a:hover {
    font-size: 1.3em;
    display: block;
    padding: 6px 50px 5px 20px;
    color:#dddbfc;
    text-shadow: #6461b6 0 0px 2px;
    -webkit-font-smoothing : antialiased;
    line-height: 1.38461em;
    text-decoration: underline;
    background: none;
}

#header-tree li span {
    font-size: 1.3em;
    display: block;
    padding: 6px 50px 5px 20px;
    color:#dddbfc;
    text-shadow: #6461b6 0 0px 2px;
    -webkit-font-smoothing : antialiased;
        line-height: 1.38461em;

}


#inline-search {
    float: left;
    margin: 10px 10px 0 0;

}
#search-but {

    background:  url(../images/search.gif) no-repeat;;
    color: #fff;
    text-shadow: #5b5091 0 0px 1px;
    border: 0px;
    border-radius: 3px;
    font-size:0.8em;
    height: 23px;
    width: 65px;

}


#search-input  {
    border:0px;
  border-radius: 3px;
 /*  background: #fff url(../images/search_backg.gif) repeat-x top left;*/
}


/* footer */
#footer-wrapper{width:100%; margin:0 auto; }
#footer-inner{
     width: 876px;
      margin:0 auto;
     padding: 30px 0 0 0;
text-align: center;

}
#footer-inner p{
    color:#6d63b7;font-size:0.7em; font-weight: normal; text-align: center; padding: 5px 0 0 20px;
}

#footer-nav { font-size: 0.8em; width: 100%;   position: relative; float:left;  border-top: 1px solid #e0dcec;}
#footer-nav  .column { width: 200px !important; padding: 9px 0 0 74px; }


#footer ul {
    margin: 10px 0 10px 0;
    padding-left: 0;
    display: inline;
    }

#footer ul li {
    margin-left: 0;
    padding: 0px 5px;
    list-style: none;
    display: inline;
    }
#footer ul li a {
    color: #6d63b7;
    font-size: 0.8em;
    display: inline;
    text-decoration: underline;
    }

#footer ul li a:hover {
    display: inline;
    color: #b3afd3;
    font-weight: normal;
    }



.column {
float: left;
}




#bt-print {
  background: url(../images/cell.png) no-repeat;
  background-position: top center;
  padding-top: 78px;
  border: 0;
  width:100px;
  height:90px;
  font-size: 10px;
  text-decoration: underline;
  color:#8260ce;

  }
#bt-print:hover {
  cursor:pointer;
  background: url(../images/cell-hover.png) no-repeat;
  background-position: top center;
  padding-top: 78px;
  border: 0;
  width:100px;
  height:90px;
  font-size: 10px;
  text-decoration: underline;
  color:#584890;

}

#mobile   {
  position: absolute;
  right: 20px;
  top:5px;
}


.column.first, .column.last {
margin-left: 0 !important;
}

#footer-nav h3 {
color: #6b578a;
margin: 0;
font-size: 1em;
line-height: 18px;
font-weight: bold;
}

#footer-nav ul {
margin-bottom: 0;
padding-bottom: 9px;
list-style: none outside;
}

#footer-nav ul {
display: block;
}

#footer-nav #dn-cola { width: 100px; }
#footer-nav #dn-colb { width: 100px; }
#footer-nav #dn-cold { width: 100px; }


.copyright {
    border-top: 1px solid #e0dcec;
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 5px;
}



/* END footer */

#wrap {
margin:0 auto;
width:876px;

}
#page{padding:0;}
#content{width:935px;}
.inner{width:100%;margin:0 auto;}
.layout-1col #content{float:none;}


a {
color:#8260ce;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}








/* PAGE ************************************************************* */
#content-page{max-width:876px;
min-width:876px;
margin:0 auto;

//text-align: left;
padding: 40px 0;
}


/*download*/
#center-content-landing h1 {
    color: #6865b8;
    font-size: 2.5em;
    font-weight: 600;
    text-shadow: #6461b6 1px 0 1px;
    font-family: Lucida Grande, sans-serif;
    word-wrap: break-word;

}



#center-content-landing .header-content .text-header-right strong {

  font-size: 0.83em;
  line-height: 1.2;
  word-wrap: break-word;

}

#center-content-landing .header-content .text-header-right span {
  word-wrap: break-word;
  font-size: 0.83em;
  padding-left: 165px;

}


#center-content-landing h2, .free-download-center h2, .text-left-header h2 {
    color: #5b5b9f;
    font-size: 1.3em;
    font-family: Lucida Grande, sans-serif;
    }



#center-content-landing h3 {
    color: #535197;
    font-size: 1.4em;
 font-weight: bold;
line-height: 1.5;
}

#center-content-landing h4 {
    color: #535197;
    font-size: 1.25em;
 font-weight: bold;
line-height: 1.5;
}

#center-content-landing p {

        font-weight: normal;
    line-height: 1.5;
}


#center-content-landing a {
color:#6e6ad3;
text-decoration:underline;
}

#center-content-landing a:hover {
text-decoration:underline;
 color:#4d4d85;
}




#center-content-landing .buy span {
padding-left: 0px;
font-size: 90%;
}




span.more {   white-space: nowrap;   padding-right: 10px; background: url(../images/morearrow.gif) no-repeat 100% 50%; cursor: pointer; zoom: 1; }
a.block span.more, a.block span.download {color:#8260ce;  line-height: 1.5;  }
a.block{
    text-decoration: underline;
}

span.download {white-space: nowrap; padding-right: 25px; background: url(../images/buyarrow.gif) no-repeat 100% 50%; cursor: pointer; zoom: 1; }

.more-r {
margin-top: 10px;
    text-align: right;
}



.reg {
    margin: 10px 0 10px 10px;
}

.more-r {
margin-top: 10px;
    text-align: right;
}
#center-content-landing {
    width: 100%;
    margin: 30px 0 0px 0;
    float: left;
        text-align:left;
}

.text-box {
    float:left;
    padding:0 20px 20px 20px;
    width:95%;
    background: #fff;
     
}


.text-left-header {

  float: left;
  width: 30%;
  
}

.text-left-header-bt {

  float: left;
  width: 30%;
  padding-right:40px;
  
}

.text-right-bt {
  float: left;
  width: 60%;
  padding-bottom: 10px;
  font-size: 0.9em;
}


.text-right {
  float: left;
  width: 65%;
  padding-bottom: 10px;
  font-size: 0.9em;
}

.text-info {
  float: left;
  width: 65%;
  padding: 20px 0;
  margin-left: 170px;
  margin-bottom: 20px;

border-bottom: 1px solid #dbdaec;
}

.text-info-content {
line-height: 1.5;
font-size: 0.9em;
  padding: 10px 0;

}

.text-inter {
  width: 70%;
  padding-bottom: 20px;}

.text-info-content img, .text-inter img {
float:none; margin:20px 0;
}  
  
  
.text-info-content b{
color: #5b5b9f;
}


.text-info-content strong{
color: #363636;
}

.text-info-content ul li, ol li {
color: #5b5b9f;
margin-bottom: 5px;

}
.t {
  font-size:140%;
 line-height:1.5;
 color:#222;

}

.bt {
 width:100%;
 float:left;
 padding-bottom:20px; 
 margin-bottom:20px; 
 margin-top:20px; 
 border-bottom:1px solid #DBDAEC;
 }
.bt-r {
 width:100%;
 float:left;
 padding-bottom:20px; 
 margin-top:20px; 
} 

/* buy-block */
.buy-out {
width:100%;
margin:20px 0;
float:left;

}
.buy-block {
   position:relative;
   font-size: 105%;
   width:800px;
} 

.buy-block a{
   text-decoration: none;
}

.buy-out  .buy-block ul {
list-style: none;
margin: 0;
padding: 0;

}
.buy-block li {
display: inline;}

.buy-out .buy-block ul li a {
 color: #5b5b9f;
 font-weight: 600;
 text-decoration: none;
 background:url(../images/buy-now.jpg) no-repeat;
 display:block;
 height:290px;
 background-position: right top;
 line-height: 10;
 border-radius: 8px;
border: 1px solid #b9bbdd;
 padding:0px 0 0px 20px ;
 
}


.buy-out .buy-block ul li a:hover {
 text-decoration: underline;
 background-position: right bottom;
 border-radius: 8px;
border: 1px solid #918fc1; 
padding:0px 0 0px 20px ;
 height:290px;
}

.buy-block-head {position:absolute;
top:30px;left: 20px;
}

.buy-block div.buy-block-text {
position:absolute;
bottom:30px;
left: 20px;
}

/* end buy-block */

.text-bot {
  float: left;
  width: 90%;
  padding: 20px 50px 20px 5px;
  margin-top:10px;
border-top: 1px solid #dbdaec;
}

.text-bot-first {
  float: left;
  width: 90%;
  padding: 20px 50px 20px 5px;
  margin-top:10px;
border-top: 0px solid #dbdaec;
}



.text-tab {
  float: left;
  width: 90%;
  padding: 20px 50px 20px 5px;
  
  

}



.img-box {
    float: right;
    width: 40%;

    text-align: center;

}

.inter-text-right {
   line-height: 1.5;
   padding-right: 0px;
   word-wrap: break-word;
}




.manuals a.free30  {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
}

.manuals h3.ben {
  font-weight: bold;
  font-size: 1.2em;
 color: #4e487c;
 line-height: 1.5;
}


.sing {
clear: both;
  margin-bottom: 10px;
  border-bottom: 2px solid #dbdaec;
  padding: 20px;

}

img.sing {
  margin: 0;
  border: 0;
}

p.sign-txt{
  display: none;
}

.sp-nav {
  padding: 10px 0;
  font-size: 0.9em;
   font-weight: bold;
  letter-spacing: 3px;
}

.history-text-right {
  margin-bottom: 20px;
  text-align: justify;
}

.history-text-right p {
  padding-bottom: 5px;

}



.content-manuals {
    margin:  0px  0 40px 0px;
    float: left;
    width: 95%;
    background: #fff;
    border: 1px solid #dbdaec;
    border-radius: 5px;
    box-shadow: #c9c8da 0 2px 3px;
    overflow:hidden;
    padding: 20px 20px 10px 20px;
    }

#column-content ul {
    list-style: none;
}
#column-content ul li {
display: inline;
    width:40%;
    float: left;
    margin: 0 10px 10px 0;
    padding: 20px;
}

#column-content ul li.last {
display: inline;
    width:40%;
    float: right;
    margin: 0 0 10px 0;
    padding: 20px;
}


/* Landing page */
.header-content {
 padding:0 0 0 10px;
 width: 100%;
}


/*.header-content img{
  float: left;
  border: 0px;
  padding:0 17px 0 0;
} */
.text-header-right {
  float: left;
  width: 90%;
  padding-bottom:0px;
  padding-left:10px;
}
.img-header-left {
  float: left;
  margin-right: 20px;
  height: 75px;
}

 .text-header-files {
  float: left;
  width: 70%;
  padding-bottom:0px ;
}
.coll-left  {
  float:left;
  width: 40%;
}

.coll-right  {
  float:right;
  width: 45%;
  margin-righ: 20px;
}

.box-files {
 clear: both;
  float: left;
   padding: 20px 0;
}


#center-content-landing p.fix {
  font-size: 1.8em;
   color: #6865b8;
  text-shadow: #6461b6 1px 0 1px;

}


.free-download-center {
   margin-left: 20px;
      width:90%;
}

.free-download-center a{
   text-decoration: none;
}
.free-download-center ul {
list-style: none;
margin: 0;
padding: 0;
}
.free-download-center ul li a {
 color: #5b5b9f;
 font-weight: 600;
 text-decoration: none;
 background:url(../images/bt-downloadfree.jpg) no-repeat;
 display:block;
 height:393px;
 background-position: right top;
 line-height: 15;

}


.free-download-center ul li a:hover {

 text-decoration: underline;
 background-position: right bottom;
}


/* buy-now-center */
.buy-now-center {
   margin-left: 20px;
      width:90%;

}

.buy-now-center a{
   text-decoration: none;
}
.buy-now-center ul {
list-style: none;
margin: 0;
padding: 0;
}
.buy-now-center ul li a {
 color: #5b5b9f;
 font-weight: 600;
 text-decoration: none;
 background:url(../images/bt-buy-now.jpg) no-repeat;
 display:block;
 height:393px;
 background-position: right top;
 line-height: 15;
 width: 100%;
}


.buy-now-center ul li a:hover {

 text-decoration: underline;
 background-position: right bottom;
}
/* end buy-now-center */

.button-download {
  display: none;
}
.button-buy {
  display: none;
}

.content-dowload {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}



.top-shadow {
  z-index:0;
float:left;
 min-height: 45px;
 width: 100%;
 margin-top: 0px;
 padding-top:0px;
 text-align: center;
 background: url(../images/shadow-top.jpg) no-repeat top center;
  -webkit-transform: translateZ(0); }

.comments-box {
  float: left;
  width:  100%;
 text-align: center;
}

.comments-box-center {
 text-align: left;
  margin: 0 auto;
  width: 800px;
  color: #38349B;
}


#idc-container div.idc-text_noresize, #idc-container textarea.idc-text_noresize {
background: white url(https://s.intensedebate.com/themes/universal/images/idc-grey-0926.png) no-repeat -713px -121px;
border: 1px solid #dbdaec;
border-top: 1px solid #dbdaec;
color: #dbdaec;
float: left;
height: 100px!important;
padding: 3px;

margin: 0 0 4px;
font: normal 12px/1.3em Helvetica,Arial,sans-serif;
font: normal 12px/1.3em Helvetica,Arial,sans-serif;
width: 97.8%;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#idc-container .idc-message {
background: url(https://s.intensedebate.com/themes/universal/images/idc-bg-1223.png) repeat-x 0 -700px;
clear: both;
float: left;
margin: .5em 0;
padding: 1% 1.5%;
width: 97%;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}



#vid {
width: 100%;
text-align: left;
margin: 20px 0;
}

table.non {
 text-align: left;
   font-size: 0.9em;
  padding: 0 3px;
  margin: 30px 0 0 0;
  width: 99%;
  border-collapse: collapse;


 }
 td.non {
    padding: 3px;
   border:0px solid #fff;
   text-align: left;
}


/*price*/
table {
  text-align: center;
   font-size: 0.9em;
  padding: 0 3px;
  margin: 30px 0 0 0;
  width: 99%;
  border-collapse: collapse;

}



td {
    padding: 3px;
   border:1px solid #dbdafb;
}


tr.prices {
 height: 60px;
}


tr.price  {
  font-size: 1.5em;
  font-weight: bold;
  height: 60px;
  color: #8260CE;
  /*font-family: "Lucida Grande";*/
  text-shadow: 0 1px 1px #f8f7fe;
}

td.price {
  background: #eae8fd;

}


td.price-single {
  background: #f8f7fe;
  }




table.special {
  text-align: center;
   font-size: 0.9em;
  
  margin: 30px 0 20px 0;
  width: 99%;
  border-collapse: collapse;
  font-size: 95%;

}


table.special td, th {
    padding: 10px;
   border:1px solid #dbdafb;
   vertical-align:top;
}

table.special th {
  font-size:110%;
  font-weight:bold;
  color: #5B5B9F;            
}

table.special tr.prices {
 height: 60px;
}



table.special tr.header-p td{
border-top:1px solid #dbdafb;
  border-bottom:0px solid #dbdafb;
  border-left:0px solid #dbdafb;
  border-right:0px solid #dbdafb;
  vertical-align:bottom;

}

table.special tr.cont-p td{
 border-top:0px solid #dbdafb;
  border-bottom:1px solid #dbdafb;
  border-left:0px solid #dbdafb;
  border-right:0px solid #dbdafb;
    vertical-align:top;
padding-right:10%;
}


table.special tr.price{
  font-size: 1.5em;
  font-weight: bold;
  height: 60px;
  color: #8260CE;
  text-shadow: 0 1px 1px #f8f7fe;
}

table.special td.price-c{
  font-size: 1.5em;
  font-weight: bold;
  height: 60px;
  color: #8260CE;
  /*font-family: "Lucida Grande";*/
  text-shadow: 0 1px 1px #f8f7fe;
}

table.special tr.price-c {
  background: #eae8fd;

}


table.special td.price {
  background: #eae8fd;

}

table.special tr.price-s {
  background: #f8f7fe;
  }

table.special td.price-single {
  background: #f8f7fe;
  }

table.special td.m {vertical-align:middle; padding-left:30px; }

.data {float:left; 
margin:0 50px 0 0; 
    padding:6px 5px;
    width: 75px;
    background: #fff;
    border: 1px solid #bdbbed;
    border-radius: 3px;
    box-shadow: #c9c8da  1px 3px 3px; 
    overflow:hidden;
    color: #6c68ad;
    font-size: 0.9em;
text-align:center;
line-height:1.4;
font-weight:bold;
letter-spacing: 1px;    
}

.data span.day {font-size: 1.8em;letter-spacing:normal; line-height:1;font-weight:bold;text-shadow: #c9c8da 1px 0px 1px; }
.un-new {float:left; font-size: 1em; padding: 0; width: 70%;}

/* 3-column */
.g, .gc { zoom: 1; }

  .g:after, .gc:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

  .gc { float: left; clear: right; background: #fff; }

  .gcb-first { padding-right: 10px; }

  .gcb { padding-left: 10px; }

  

  .w-20 { width: 20%; }

  .w-33 { width: 33.33%; }

  .w-40 { width: 40%; }

  .w-50 { width: 50%; }

  .w-60 { width: 60%; }

  .w-66 { width: 66.66%; }

  .w-80 { width: 80%; }

/* end 3-column */



div.button-sup {margin:10px 0; width: 41%;  
border-radius: 5px;
font-size:110%;
font-weight:bold;
border: 1px solid #B9BBDD; 
height: 25px; 
padding:7px 40px 8px 10px; 
background: #fff url("../images/buy_arrow_w.gif") no-repeat right center; cursor: pointer; zoom: 1;  
}

.imgins{
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 20px 10px 10px;
}    

.space1{
 min-height: 1rem;
}

.line-shadow {
  z-index:0;
float:left;
 height: 5px;
 width: 100%;
 margin-top: 0px;
 padding-top:0px;
 text-align: center;
 background: url(../images/shadow-top.jpg) no-repeat top center;
  -webkit-transform: translateZ(0); }

.ds_padding *{
padding: 0.4rem;
text-align: left;
}

.big-text{
    font-size: 1.3em;
}

.accent-color{
color: #555395;
}


a.button1{
display:inline-block;
padding:0.65em 1.2em;
margin:0.3rem 0.3rem 0.3rem 0.3rem;
border-radius:0.12em;
box-sizing: border-box;
text-decoration:none !important;;
color:#FFFFFF !important;
text-align:center;
transition: all 0.2s;
}
a.button1:hover{
/*color:#000000;
background-color:#FFFFFF; */
color: #FFFFFF !important;
border:0.1em solid #FFFFFF;
/*animation:bouncy 5s infinite linear; */
position:relative;
background-size:0;
}

@media all and (max-width:30em){
a.button1{
display:block;
margin:0.4em auto;
}
}

.green-backcolor{
background-color: #97ca2e;
}