@font-face {
    font-family: 'beast_vs_spreadtallregular';
    src: url('/National_Library/oe_/https://static.hosters.ru/css/fonts/beast_vs_spreadtall.eot');
    src: url('/National_Library/oe_/https://static.hosters.ru/css/fonts/beast_vs_spreadtall.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/https://static.hosters.ru/css/fonts/beast_vs_spreadtall.woff') format('woff'),
         url('/National_Library/oe_/https://static.hosters.ru/css/fonts/beast_vs_spreadtall.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
 
  
  
html, body, div, span, h1, h2, h3, p, blockquote, pre,
a, address, em, img, small, strong, sub, sup, b, u, i, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figure, figcaption, footer, header,
 nav, section, time {
    margin: 0;
    padding: 0;
    border: 0;
}



html, body {background-color: #fff;height: 100%;}
body{color:black; align-items: center;}
body,td,p{font-size: 13px;}
body,div,span,i,u,em,li,table,td,a,p,select,option,input,h1,h2,h3{font-family: 'Roboto Condensed',sans-serif}
h1,h1 a,.cuprum{font-family: 'Cuprum', sans-serif;}
body,div,span,i,u,em,li,table,td,a,p,select,option,input{font-weight: 300;}


table{border-collapse: collapse; /* 'cellspacing' equivalent */}
article, aside, figcaption, figure, footer, header, nav, section, main {display: block}
strong, b{font-weight: bold;}
ol,ul{list-style: none;}
.norm{font-style:normal;}
.table{display:table;}
.row{display:table-row;}
.cell{display:table-cell;}
.nobr{white-space: nowrap;}
.counters img{width: 1px!important;height: 1px!important;opacity: 0.1;}


.flex{
    display: -webkit-flex;
    display: flex;
}
.flex-col{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex0{
    -webkit-flex:none;
    flex: none;
    min-width: 0;
}
.flex1{
    -webkit-flex:auto;
    flex: auto;
    min-width: 0;
}
.flex-wrap{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}




#ajaxContent{display: none;}  

.logo{width: 120px;}
.logoS{width: 60px;}

a{color: #d02b1a;}
a:hover{color: #d02b1a;text-decoration: none;}
a.black, a.black:hover{color: #000!important;}
a.text{text-decoration:none!important} a.text:hover{text-decoration: underline!important;}
a.none{text-decoration:none!important} a.none:hover{text-decoration:none!important;}
.semi{font-weight: 400!important;}

.fixed{width: 990px;}
.center,.fixed{margin: 0 auto;}
header.top, body > .body, footer, div[data-subm]{max-width:1920px;width: 100%;min-width: 990px;}


.clearfix:before,.clearfix:after {content: " ";display: table}
.clearfix:after {clear: both}


.rounded{
    text-align: center;    
    border-radius: 13px;
    padding: 1px 6px 2px 6px;
    vertical-align: middle;
    color: white;
    background-color: #57a849;    
}


.round3{
     border-radius: 3px;
     padding: 2px 3px;
     vertical-align: middle;
     display: inline-block;
}

.round4{
     border-radius: 4px;
     padding: 2px 4px;
     vertical-align: middle;
     color: white;
}

.round6{
     border-radius: 6px;
     padding: 2px 6px;
     color: white;
}



/* mobile */
.mmenuBut, #mmenuNav{display: none;}
.mmenuBut{
    position: absolute;
    width: 21px;
    cursor: pointer;
    z-index: 2;
    left: 8px;
    top:3px;
}
.mmenuBut.mmActive{background-color: #bedcb9;}

.mmenuBut{
    top:14px;
    background-color: #9bbc95;
}

#mmenuNav{ 
    position: absolute;
    left: 0px;
    top: 42px;
    background-color: #2b3840;
    border-right: 2px #86a385 solid;
    z-index: 15;
}
#mmenuNav a, #mmenuNav a:visited, #mmenuNav a:active{
    color: #d3cece;
    text-decoration:none;
    font-size: 15px;
}           
#mmenuNav li{ 
    padding: 4px 13px 4px 4px;
    display: block;
    text-align: left;  
    border-bottom: 1px solid #504f4f;
}
#mmenuNav li:hover{ 
    background-color: #3e4d57;
}
#mmenuNav li:last-child{border-bottom: 0px;}
#mmenuNav li.pad{
    padding-left: 43px;
    line-height: 30px;
}
#mmenuNav .icon{
    width: 23px;
    height: 23px;
     border-radius: 3px;
     vertical-align: middle;    
    margin-right: 8px;
    padding: 4px;
}
/* mobile */



/* loading */
.loading {position: relative;}
.loading .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loading .circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 23%;
  height: 23%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: circleFadeDelay 0.8s infinite ease-in-out both;
          animation: circleFadeDelay 0.8s infinite ease-in-out both;
}
.loading .circle2 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.loading .circle3 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.loading .circle4 {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.loading .circle5 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.loading .circle6 {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.loading .circle7 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.loading .circle8 {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
.loading .circle2:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.loading .circle3:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.loading .circle4:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.loading .circle5:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; 
}
.loading .circle6:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; 
}
.loading .circle7:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; 
}
.loading .circle8:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; 
}
.loading .circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loading .circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.loading .circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.loading .circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
@-webkit-keyframes circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
@keyframes circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}  

/* loading */


/* header */
header.top{
    background-color: #57a849;
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/bg.png);
    background-position: top center;
    background-size: 1140px;
}
header.top > div{
    height: 96px;
}
.logo{
    width: 150px;
    background-color: #2b3840;
    position: relative;
}
.logo:before{
    content: "";
    width: 0; 
    height: 0; 
    border-bottom: 98px solid #2b3840; 
    border-left: 40px solid transparent;     
    position: absolute;
    top:-2px;
    left:-39px;
}
.logo:after{
    content: "";
    width: 0; 
    height: 0; 
    border-top: 37px solid #2b3840; 
    border-right: 15px solid transparent;     
    position: absolute;
    top:0px;
    right:-14px;
}
.logo>div{
    padding: 20px 0 0 18px;
}
.logo a{
    font-family: "beast_vs_spreadtallregular", arial;      
    font-size: 46px;
    color: #9cbd96;
    line-height: 18px;
    text-align: left;
}
.logo span{
    font-family: "beast_vs_spreadtallregular", arial;      
    font-size: 41px; 
}
.logo img:not(.mmenuBut){
    width: 50px;
    height: 50px;
    position: absolute;
    top: 37px;
    left:92px
}
header.top .teaser{
    height: 35px;
    text-align: right;
    padding-right: 10px;
}

header.top .teaser > div{
    padding-top: 8px;
}
header.top .teaser a{
    opacity: 0.7;
    font-size: 14px;
    display: inline-block;
    margin-left: 40px;
}
header.top .teaser a:hover{
    opacity: 0.8;
}
header.top .teaser a span{
    background: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-top.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 23px;     
    vertical-align: middle;
    margin-left: 5px;
}
header.top .teaser a.mail span{
    background-position: 0px 2px;    
}
header.top .teaser a.best span{
    background-position: 0px -23px;    
}
header.top .teaser a.articles span{
    background-position: 0px -46px;    
}
header.top nav{
    background-color: #2b3840;
    margin-left: -1px; 
    overflow: hidden;
}
header.top nav ul{
    justify-content: space-around;
    height: 100%;
    position: relative;
}
header.top nav li{
    text-align: center;
    position: relative; 
}
header.top nav a{
    color: #fff;
    font-size: 17px;
    opacity: 0.75;
    display: inline-block;
    padding: 11px 6px 27px;
}
header.top nav a:hover, header.top nav a.active, header.top nav li.active a, header.top nav li.activeSub a{
    color: #53cc3e;
    opacity: 1;
}
header.top nav li span{
    color: white;
    white-space: nowrap;
    opacity: 0.5;
    font-size: 14px; 
    position: absolute;
    left: 0;
    right: 0;
    margin: -29px auto 0;
    pointer-events: none;
}
header.top nav li:before{
    transition:none;
    content: "";
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: 54px;
    left: 50%;
    margin-left: -8px;
    position: absolute; 
    opacity: 0;
    pointer-events: none;
}

header.top nav:not(:hover) li.active:not(.dis):before, header.top nav li.activeSub:before{
    opacity: 1;
}
header.top nav.permanent li.active:before, header.top nav li.active:hover:before{opacity: 1!important;}
header.top nav li.oneLine.active:before{
    border-left-width: 17px;
    border-right-width: 17px;
    border-bottom-width: 17px;
    margin-left: -17px;
}
header.top nav li.menu.activeSub:before{
    transition: opacity 0.5s ease;
}
header.top nav li.menu:before{
    border-bottom-color: #e2e2e2;
}
header.top nav li.menuLight:before{
    border-bottom-color: #f0f0f0;
}
/* header */



body>.body{
    transition: opacity 0.5s ease;
}
div[data-subm]{
    position: absolute;
    display: none;
}
div[data-subm="a-z"] .fixed{
    text-align: center;
}
div[data-subm="a-z"] .fixed .loader{
    padding: 40px 0 0 0;
    text-align: center;
    width:50px;
    height: 100px;
    margin: 0 auto;
}
.loader .loading .circle{
    width: 50px;
    height: 50px;
}
.loader .loading .circle:before{
    background-color: #aeacac;
}
div[data-subm="a-z"] .hosters{
    padding: 15px 5px 25px;
}
div[data-subm="a-z"] div.hosters ul li{
    border:0px
}              
div[data-subm="a-z"] div.hosters ul li:hover{
    background-color: #fff;
}
div[data-subm="a-z"] div.hosters ul li:hover a img{
    border-color: #fff;
}
div[data-subm="a-z"] a.shade{
    bottom: 0;
    height: 80px;
    left: 0;
    padding-top: 0;
    position: absolute;
    width: 100%;
    transition: .5s all ease;
}
div[data-subm="a-z"] .shade>div{
    height: 100%;
}
div[data-subm="a-z"] .shade.ready>div{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 1) 71%) repeat scroll 0 0;
}
div[data-subm="a-z"] .shade.ready:hover{
    height: 60px;
    padding-top: 20px;
}
div[data-subm="a-z"] .shade.ready>div:after{
    content: "↓ \00a0\00a0\00a0 показать все \00a0\00a0\00a0 ↓";
    position: absolute;
    font-family: cuprum;
    left: 420px;
    color: #fff;
    font-size: 14px;
    bottom: 10px;
    opacity: 0.8;
    transition: .5s all ease;
    background-color: gray;
    padding: 4px 15px;
    margin-bottom: -10px;
}
div[data-subm="a-z"] .shade.ready:hover>div:after{
    opacity: 1;
}

/* h1 */
div.h1{
    text-align: right;
    margin:30px auto 0px;
    padding-right: 40px;
    padding-left: 20px;   
    overflow: hidden; 
}
h1{
    font-size: 25px;   
    display: inline-block;
}
h1.light{
    font-weight: 300;
}
h1.lightFont{
    font-size: 21px;
}
h1.lightestFont{
    font-size: 17px;
}
h1.line1{
    margin-top:40px;
}
h1.line2{
    margin-top:26px;
}
h1.line3{
    margin-top:16px;
}
h1:not(.line1):not(.line2):not(.line3){
    margin-bottom: 5px;
}
div.h1 .icon{
    float: right;
    margin:10px 0 15px 15px;        
}
div.h1 .icon:not(.noBg){
    padding: 15px;
    border-radius: 50%;    
    width: 62px; height: 62px;
}
div.h1 .icon.noBg{
    width: 92px; height: 92px;
}

/* smaller icon */
div.h1.smaller .icon{
    padding: 15px;
    border-radius: 50%;    
    width: 52px; height: 52px;
}
.h1.smaller h1.line2{
    margin-top: 21px;
}
.h1.smaller h1.line1{
    margin-top: 34px;
}
/* smaller icon */

div.h1 .icon img{
    width: 100%;
    height: 100%;    
}
div.h1 .text .icon.iconLeft{
    float: left;
    margin-right: 15px;
}
div.h1 .h1text{
    font-size: 25px;   
    color: #289542;
    font-weight: normal;
    
}
div.h1 .text{
    font-size: 15px;
    text-align: right;
    padding-top: 4px;
}
div.h1 .text.left{
    text-align: justify;
}
div.h1 .text.left p{
    margin-bottom: 15px;
}


#hosters h1{
    max-width: 830px;
}
div.h1.preview{
    height: 114px;
    position: relative;
}    
.h1 .cut:not(.preview), #hosters .show-more:not(.preview){
    display: none;
}
.h1 .cut.preview{
    background: transparent linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 90%) repeat scroll 0 0;
    bottom: 0;
    height: 38px;
    position: absolute;
    width: 860px;
    left: 0;
    text-align: left;
}
.h1 .cut.preview.hov{
    height: 20px;
}
#hosters .show-more.preview{
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #d6d6d6;
    font-size: 29px;
    padding: 0 8px;
    line-height: 0.2;
    height: 20px;
    font-family:initial;
    margin:3px 0 3px 20px;
}
#hosters .show-more.preview:hover{
    background-color: #c2c0c0;
    margin-top: 6px;  
    margin-bottom: 0px;
}

/* h1 */



/* for submenu */
.minusLeft{position: relative;}
.minusLeft:before{
    content: "";
    height: 100%;
    width: 40px;
    position: absolute;
    top:0;
    left: -39px;
}
/* for submenu */




/* a-z */
#searchCount{
    text-align: left;
    font-size: 15px;
    margin: 20px 0 10px; 
    padding-bottom: 5px;
    border-bottom: 1px #d1d1d1 solid;
    height: 20px;
}
#searchCount a{
    text-decoration: none;
}
div.searchBox{
    display: inline-block;
    float: left;
    margin-top: 2px;
}
.searchBox>div.searchIcon{
    display: inline-block;
    font-size: 20px;
    background-color: #f0814a;
    height: 30px;
    width: 40px;
    border-radius: 0 3px 3px 0;
    background-image: url("/National_Library/oe_/https://static.hosters.ru/img/i_searchBox.png");
    background-repeat: no-repeat;
    background-size: 65px;     
}
.searchIcon.cancel{
    cursor: pointer;
    background-position: -34px 7px;
}
.searchIcon:not(.cancel){
    background-position: 11px 7px;
}

input.searchHost{
    border-radius: 3px 0 0 3px;
    font-size: 18px;
    width: 275px;
    padding: 0px 7px 2px;
    vertical-align: top;
    height: 24px;
    background-color: #fff;
    border: 2px solid #f0814a;
    color: #000;
}
.searchHosters li{
    display: inline-block;
    cursor: pointer;
}
.searchHosters li{
    text-decoration: none;
    padding: 5px 10px;
    margin: 4px 1px 2px 0;
    color: black;
    font-size: 15px;
    background-color: #ececec;
    
}
.searchHosters li.null{
    background-color: #ee7336; 
    opacity: 0.9;     
    color: white;
    cursor: default;
}
.searchHosters li.null{
    cursor: default;
}


div.hosters{
    clear: both;
    text-align: center;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 30px;            
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
}
div.hosters ul > div{
    position: relative;
}
div.hosters ul li img{
    float: left; 
    width: 38px; 
    height: 38px; 
    margin-right: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
}
div.hosters ul li{
    margin: 0;
    padding: 0;
    padding: 9px 0 9px 18px;
    font-size: 16px;
    overflow: hidden; /* fix for Firefox */
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;  
    text-align: left;
}

div.hosters ul li:hover{
    background-color: #f0f0f0;
    border-radius: 3px;
}
div.hosters ul li:hover a img{
    border-color: #f0f0f0;
}
div.hosters ul li i{
    display: block;
    font-style: normal;
    margin-top: -6px;
}
div.hosters ul li>a:not(.search){
    text-decoration: none;
    color: black;
}
div.hosters ul li>a:hover{
    text-decoration: underline;
}
div.hosters ul li i a{
    font-size: 13px;
    display: inline-block;
    color: #b4b4b4;
    text-decoration: none;
}
div.hosters ul li i a:hover{
    text-decoration: none;
    color: #969696;
}
.searchBoxTease{
    background-color: #f0814a;
    border-radius: 3px;
    transition: background-color .5s ease;
}
.searchBoxTease:hover{
    background-color: #e16e35!important;
}
.searchBoxTease img{
    border: 0px!important;
}
.searchBoxTease a{
    color: white;
    line-height: 1.9;
    font-size: 18px;
}
/* a-z */


/* filters error */
.filtersError{
    text-align: center;
    margin:80px 0 40px;
    vertical-align: baseline;
}

.filtersError>div{
    display: inline-block;
}
.filtersError .l{
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
    width: 100px;
    height: 100px;
    vertical-align: bottom;
}
.filtersError .l.notFound{
    background-image: url("/National_Library/oe_/https://static.hosters.ru/img/i_notfound.png");
}
.filtersError .l.badConnection{
    background-image: url("/National_Library/oe_/https://static.hosters.ru/img/i_sad.png");
}
.filtersError .r{
    margin-left: 20px;
}
.filtersError .r h2{
    font-size: 38px;
    font-weight: 300;
    text-align: left;
    padding: 0px;
}

.filtersError .r .txt{
    font-size: 19px;
    text-align: left;
}
.filtersError .but{
    background-color: #57a849;
    padding: 5px 10px;
    cursor: pointer;
    color: white;
    display: inline-block;
    font-size: 19px;
    margin-top: 8px;
}
.filtersError .but:hover{
    background-color: #56c343;
}
/* filters error */



/* filters > checkbox */
.checkboxWrap, .checkboxWrap:hover, .checkboxWrap:visited{
    display: inline-block;
    text-decoration:none;
    cursor: pointer;
}
.filtersRates .checkboxWrap.checked span, .filtersRates .checkedNoUncheck span{
    border-bottom: 0.5px dashed!important;
}
.checkbox {
    position: relative;    
    float: left;
    padding-right: 28px;
    margin-top: 2px;
}
.checkedNoUncheck{
    cursor: text!important;
}

.checkbox label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;      
    top: -3px;
    border-radius: 50%;
    border: 1px solid #a5a5a5;
    background-color: #fff;
}
.checked .checkbox label {
    border-color: #62be58!important;
    background-color: #62be58!important;
}
.checkbox label:after {
     transition: all .2s ease-out 0s;     
     transition-delay: 0s;     
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 7px;
    height: 4px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 3px solid #515151;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checked .checkbox label:after{
    border-color: white;    
}
.checkboxWrap:hover label::after{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 0.3;
}
.checkboxWrap.checked:hover span{
    border-bottom: 0px!important;
    text-decoration: line-through;
    }
.checkboxWrap.checked:hover label::after{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0.7;
}
.checkboxWrap.checked label:after{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.filtersRates .checkboxWrap:hover span{
    border-bottom: 0.5px dashed black;
}
/* filters > checkbox */




.filtersMain, .filtersMain:before{
    background-color: #e2e2e2;
}
.filtersLightBg, .filtersLightBg:before{
    background-color: #f0f0f0;
}



/* filters main */
.filters{
    margin: auto 8px;
    flex-wrap: wrap;
}
.filters a.checkboxWrap:hover span{border-bottom: 0.5px dashed black;}
.filters a.checkboxWrap {padding: 2px 0 3px 0;}
.filters a.checked{padding: 2px 10px 3px 0px;}
.filters a.checked{background-color: #62be58;border-radius: 13px;}
.filters a.checked span{color:white;}
.filters div,.filters span{font-size: 15px;}
.filters>div{
    width: 300px;
    padding: 10px 6px 4px 6px;
    text-align: center;
}
.filters>div>ul{
    text-align: left;
    display: inline-block;
}
.filters>div:last-child{
    text-align: right;
}
.filters .checkbox{margin-left: 2px;}

.filters ul li:first-child{margin-bottom: 5px;}
.filters ul li{margin-bottom: 2px;}
.filters a.checkboxWrap:not(.checked):before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -4px; 
    transition: .2s all ease;    
}
.filters ul:not(.region) a.checked{
    margin-bottom: 2px;
}
/* filters */


/* select */
.select{
    background-color: white;
    display: inline-block;
    border-radius: 12px;
    padding: 2px 2px 1px 0;
    cursor: pointer;
    position: relative;
    text-align: left;
    height: 21px;
}

.filtersRates .select{border: 0.5px solid #a5a5a5;}
.filtersRates .select:not(.active):not(.open){
    color: gray;
}
.filtersRates .select.open, .filtersRates .select.active{border-color: transparent;}
.select:not(.open).active{
    background-color: #62be58;
    color: white;
}
.select.open{
        border-radius: 12px 12px 0 0;
        background-color: #fff;
}
/* select:before */
    .select:before{
        background: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-filters.png") no-repeat;
        background-size: 20px auto;
        opacity: 0.7;
        margin-right: 3px;
        border:2px solid transparent;
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 3px;
        margin-top: -4px; 
        transition: .2s all ease;  
        background-position: 1px -141px;
    }
    .select:not(.open).active:before{
        background-position: 1px -164px;    
        opacity: 1;
    }
    .select.open.active:before{
        filter: invert(100%);
        background-position: 1px -164px;      
    }
    
    .filtersRates .select:not(.active)::before{
        opacity: 0.5;
    }
/* select:before */
   

/* select:after */
    .select:not(.open):hover:after{
        background-color: #62be58;
        color: white;
        opacity: 1;
    }
    .select.open:after{
        transform: rotate(180deg);
    }
    .select:after{
        content: "⏷";
        margin-left: 5px;
        font-size: 13px;
        opacity: 0.7;
        right: 2px;
        top:2px;
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        transition: .2s all ease;
    }
    .select:not(.open).active:after{
        color: white;
        opacity: 1;
    }
    .select:not(.open).active:hover:after{
        background-color: white;
        color: #62be58;
    }    
/* select:after */


/* select options */
    .selectOptions{
        position: absolute;
        text-align: left;
        background-color: white;
        z-index: 102;    
        padding: 1px;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 4px 5px #ddd;
    }
    .select:not(.scroll) .selectOptions .opt:last-child{
        border-radius: 0 0 12px 12px;
    }
    .select.scroll .selectOptions .opt:last-child{
        border-radius: 0 0 0 12px;
    }

    .filtersRates .select, .filtersRates .select:before, .filtersRates .select:after{
        transition: border-color 0.2s ease;
    }
    .filtersRates .opt.all.active{
        display: none;
    }
    
    .select:not(.open) .selectOptions{
        display: none;   
    }
    .select.open .selectOptions{
        display: block;
    }
    
    .select.open.scroll .selectOptions{
        height: 212px;
        overflow-y: scroll;
    }

    .selectOptions .opt{
        display: block;
        color: black;
        text-decoration:none;
        font-size: 14px;
        padding: 4px 0 2px 0;
    }
    
    .selectOptions{
        border-top: 0.5px dotted #d0d0d0;
    }
    .selectOptions .opt:not(:last-child){
        border-bottom: 0.5px dotted #d0d0d0;
    }
    .selectOptions .opt:not(.active):hover{
        background-color: #f0f0f0;
        color: #484848;
    }
    .selectOptions .opt.active{
        background-color: #62be58;
        color: white;
    }
    .selectOptions .opt.active:before{background-position: 0px -229px!important;}        
    .selectOptions .opt i{
        font-style: normal;
        display: inline-block;
        vertical-align: top;
        margin-top: 1px;
    }    
    .selectOptions .opt em{
        font-style: normal;
        display: block;
        font-size: 13px;
        color:gray;
        padding: 0 0 2px 32px;
    }    
    .selectOptions .opt.active em{
        color: white;
    }
    .select:not(.icons) .selectOptions .opt{
        padding: 2px 0 2px 32px;
    }
   .select.icons .opt:before{
        background: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-select.png") no-repeat;
        background-size: 18px auto;
        margin-right: 3px;
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 7px;
        margin-left: 5px;
        vertical-align: bottom;
        opacity: 1;
    }
    
.select .opt.all:before{background-position: 1px -249px;opacity: 0.95;}

/* select options */
/* select */

/* selectPAYMENT */
.selectPayment{min-width: 235px;}
.selectPayment .opt.ya:before{background-position: 0px -25px;}
.selectPayment .opt.paypal:before{background-position: 1px -108px;}
.selectPayment .opt.cards:before{background-position: 1px -149px;}
.selectPayment .opt.qiwi:before{background-position: 1px -77px;}
.selectPayment .opt.sber:before{background-position: 1px -51px;}
.selectPayment .opt.bitcoin:before{background-position: 1px -175px;}
.selectPayment .opt.mir:before{background-position: 1px -131px;}
.selectPayment .opt.alfa:before{background-position: 1px -204px;}
/* selectPAYMENT */

/* selectCMS */
.selectCMS{min-width: 255px;}
.selectCMS .opt.html:before{background-position: 0px -271px;}
.selectCMS .opt.construct:before{background-position: 0px -297px;}
.selectCMS .opt.wp:before{background-position: 0px -322px;}

.selectOS{min-width: 245px;}
.selectOS .opt.linux:before{background-position: 0px -374px;}
.selectOS .opt.freebsd:before{background-position: 0px -399px;}

.filters .opt.bitrix:before{background-position: 0px -347px;}
.filters .opt.windows:before{background-position: 0px -425px;}
/* selectCMS */


/* selectAjax */
.selectCountry{min-width: 200px;}
.selectCountry .opt:not(.active):not(.all):before{background-position: 0px 30px;}
.selectCountry img{
    position: absolute!important;
    left:6px;
    display: initial;
}
.selectCountry .inEu img{
    left:30px;
}
.selectCountry .opt.active img{display: none;}
.selectCountry .opt.inEu{margin-left: 24px;}

.selectPanel{min-width: 160px;}
.selectPanelVPS{min-width: 180px;}
.iconsDots .opt:not(.all):not(.active):before{background-position: 0px -449px!important;}

.selectTech{min-width: 180px;}
/* selectAjax */


/* filters payment */
.pay a.checkboxWrap:not(.checked):before,.extras a.checkboxWrap:not(.checked):before{
    background: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-filters.png") no-repeat;
    background-size: 20px auto;
    opacity: 0.7;
    margin-right: 3px;
    border:2px solid transparent;
}                                  
.pay a.checkboxWrap.period:before{background-position: 0 -87px;}
.pay a.checkboxWrap.moneyback:before{background-position: 0 -60px;}
.filters a.checkboxWrap.abuse:before{background-position: 0 -33px;}
.filters a.checkboxWrap.backup:before{background-position: 0 -190px;}
.filters a.checkboxWrap.domain:before{background-position: 0 -217px;}
.filters a.checkboxWrap.fast:before{background-position: 0 -241px;}
.filters a.checkboxWrap.unlimited:before{background-position: 0 -263px;}
.filters a.checkboxWrap.admin:before{background-position: 0 -291px;opacity: 0.9;}


.extras a.checkboxWrap.ssl:before{background-position: 0 -116px;}

/* filters payment */




/* filters main > flags */
.regions li:first-child a.checkedNoUncheck span {border-bottom: 0.5px dashed;}
.regions li:not(:first-child){
    width: 47%;
    display: inline-block;
}
.regions a.checkboxWrap:not(.checked):before{
    background: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-flags-small.png") no-repeat;
    border-radius: 50%;
    border:2px solid #ece8e8;
    background-size: 20px auto;
}
.regions li:first-child a.checkboxWrap:before{background-position: 0 -161px;border-color:transparent}
.regions a.checkboxWrap.flagUSA:before{background-position: 0 -28px;}
.regions a.checkboxWrap.flagUKR:before{background-position: 0 -84px;}
.regions a.checkboxWrap.flagKAZ:before{background-position: 0 -137px;}
.regions a.checkboxWrap.flagBEL:before{background-position: 0 -56px;}
.regions a.checkboxWrap.flagEU:before{background-position: 0 -111px;}

/* filters main > flags */

/* filters main */



/* filters rates */  
.filtersPart .space{height: 12px;}
.filtersPart .space2{height: 16px;}
.filtersRates>.flex{
    padding: 15px 0 10px 10px;
    font-size: 15px;
    flex-wrap: wrap;
}
.filtersRates .item{
    margin: 0 15px 15px 0;
    flex-wrap: wrap;
}
/* checkbox */
.rangeHalf>.flex1{
    margin-right: 10px;
}
.rangeHalf>.flex0{
    margin-top: 20px;    
}
/* checkbox */

.filtersRates input.slide{
    border: 0px;
    color:transparent;             
    background-color: transparent;
    height: 30px;
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/inputLoading.gif);
    background-repeat: no-repeat;
}
#block_price input.slide{height: 60px;}

.filtersRates .txt{
    width: 145px;
    text-align: right;
    margin-right: 10px;
}
.filtersRates .txt .gray{
    display: block;
    color: gray;
    text-align: right;
    font-size: 13px;
}

.filtersRates .rangeBlock{
    width: 250px;
}
 .filtersRates .rangeBlock.cbox{
    color: gray;
    font-size: 13px;
    vertical-align: top;
    margin-top:3px;
}
.filtersRates .rangeBlock.cbox .item.itemActive{
    cursor:default;
}
.filtersRates .rangeBlock.cbox .item.itemActive:not(.itemDefault), .filtersRates .rangeBlock.cbox .item:not(.itemDefault):hover{
    border: 0.5px solid transparent;
    background-color: #62be58;
    color: white;
}
.filtersRates .rangeBlock.cbox .item{
    margin-right: 4px;
    padding: 3px 8px;
    border: 0.5px solid transparent;
    border-radius: 13px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
}
.filtersRates .rangeBlock.cbox .item:not(.itemActive){
    border-color: #a5a5a5;
    background-color: white;
}
.filtersRates .rangeBlock.cbox .itemActive.itemDefault, .filtersRates .rangeBlock.cbox .itemDefault:hover{
    border-color: #e2dfdf;
    background-color: #e2dfdf;
    color: #3b3b3b;
}
/* filters rates */


/* filters summary */
.corner,.corner:before{background-color: #2b3840;} 
.corner{
    text-align: center;
    vertical-align: middle;
}
.corner .upd{
    position: absolute;
    color: #a5a5a5;
    opacity: 1;
    margin: 5px 0 0 10px;
    line-height: 1.1;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
}

.upd .check{
    background: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-filters.png") no-repeat scroll -1px -123px / 15px auto;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #34a03e;
    margin-left: -3px;
}
.upd span{color: #75ce6b; font-size: 14px;}

.corner span, .corner strong, .corner i{
    display: inline-block;
    vertical-align: middle;
}
#loadingAnimation{  
    width: 23px;
    height: 23px;  
    position: absolute;
    background-color: #62be58;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    display: none;
    z-index: 99999;
}
#loadingAnimation>.loading{
    vertical-align: middle;
    margin: 2px auto;
    width: 19px;
    height: 19px;   
}

.cornerErr, .cornerErr:before, .cornerErr:after{background-color: #df4c3c!important;}
.cornerErr em{border-top-color: #df4c3c!important;}

.corner span.bright, .corner span.bright:before, .corner span.bright:after{transition: background-color 1s ease;}
.cornerAction, .cornerAction:before, .cornerAction:after{animation: pulse 5s infinite;}
.cornerAction em{animation: pulse2 5s infinite;}                   
.corner span.bright, .corner span.bright:before, .corner span.bright:after{transition: background-color 1s ease;}
.corner span.bright em{transition: border-top-color 1s ease;}

@keyframes pulse {
  0% {background-color: #34a03e;}
  20% {background-color: #9aa034;}
  40% {background-color: #a05a34;}
  60% {background-color: #a0347b;}
  80% {background-color: #348aa0;}
}

@keyframes pulse2 {
  0% {border-top-color: #34a03e;}
  20% {border-top-color: #9aa034;}
  40% {border-top-color: #a05a34;}
  60% {border-top-color: #a0347b;}
  80% {border-top-color: #348aa0;}
}


.corner span.bright, .corner span.bright:before, .corner span.bright:after{
    background-color: #34a03e;
}
.corner span.bright:before, .corner span.bright:after{
    content: "";
    position: absolute;
    top: 0px;
}
.corner span.bright:before{
    left: -15px;
    border-top: 42px solid #2b3840; 
    border-right: 16px solid transparent;     
}
.corner span.bright:after{
    right: -15px;
    border-bottom: 42px solid #2b3840; 
    border-left: 16px solid transparent;     
}
.corner span.bright{
    padding: 0px 15px 1px 11px;
    color: white;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    height: 41px;  
    margin-left: 180px;          
}
.corner span.bright strong{
    font-size: 29px;
    margin-right: 6px;
    min-width: 35px;
    
}
.corner span.bright i{
    font-style:normal; 
    text-align: left;
    line-height: 0.9;
}
span.bright em{
    display: block;
    border-style: solid;
    border-color: transparent;
    border-width: 9px;
    border-top: 9px solid #34a03e;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 40px;
    width: 0px;
    height: 0px;
}

.sort{
    float: right; 
    margin-right: 30px;
}
.sort > span{
    display: inline-block;
    width: 135px;
    text-align: left;
    margin-top: 1px;
}    
.sort a span{
    color: #fff;
    display: inline-block;
    margin: 3px 0 0 2px;
    vertical-align: top;
    font-size: 14px;
}
.sort a{
    cursor:pointer;
    line-height: 1.1;
    opacity: 0.5;    
}   
.sort a:not(.active):hover{
    opacity: 0.7;    

}
.sort a.active{
    cursor: default;  
    opacity: 0.9;    
}
.sort em{
    background: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-sorting.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 38px;
    background-size: 80px; 
}
.sort a em.cheap{background-position: 1px 3px;}
.sort a em.star{background-position: -48px 3px;}
/* filters summary */


/* regalos */
.regalo{
    display: inline-block;
    background-image: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-regalo.png");
    background-repeat: no-repeat;
    background-size: 42px auto; 
    font-size: 12px;
    padding: 0px 0 0 45px;
    height: 46px;
}
.regaloMonth{
    padding: 5px 0 0 45px;
    height: 41px;
}
.regaloYear, .regaloBad{
    background-position: 0 -56px;
    line-height: 12px;
    text-align: center;  
}
.regalo span{
    font-size: 20px;
    display: block;
    padding-top: 4px;
}
.regaloBad{
    background-position: 0 -114px;
    color: #ff0000!important;
}
.regaloBad span{font-weight: bold;}
/* regalos */




/* host block */
.host{margin: 20px 0 30px 10px;}
.host>.flex1{margin-left:3px;}
/* hoster menu */
.hostMenu{
    width: 130px;
    padding: 5px;
    background-color: #f0f0f0;
    text-align: center;   
    border-radius: 13px;
}
.hostMenu.noMenu{
    margin-top: 49px;
}
.hostMenu a.main{
    display:block;
    text-align:center;
}
.hostMenu img{
    width: 120px;
    height: 60px; 
    margin: 5px;  
    border-radius: 6px;
}
.hostMenu a:not(.main){
    display: inline-block;
    background-image: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-menu.png");
    background-repeat: no-repeat;
    background-size: auto 138px; 
    width: 60px;
    padding-top: 50px;
    text-decoration: none;
    color: #7c7c7c;
    font-size: 13px;
    position: relative;
    transition: color 0.3s ease; 
    text-align: center;   
}
.hostMenu a:not(.main):hover{color:#000;} 
.hostMenu a:not(.main):before{
    content: "";
    opacity: 0;
    background-image: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-menu.png");
    background-repeat: no-repeat;
    background-size: auto 138px; 
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 50px;
    transition: opacity 0.5s ease;    
}
.hostMenu a:not(.main):hover:before{
    opacity: 1;
}
.hostMenu a.users{background-position: 0 -73px}
.hostMenu a.rates{background-position: -65px -73px}
.hostMenu a.cpu{background-position: -137px -73px}
.hostMenu a.uptime{background-position: -206px -73px}
.hostMenu a.phpinfo{background-position: -284px -73px}
.hostMenu a.download{background-position: -352px -73px}

.hostMenu a.users:before{background-position: 0 0}
.hostMenu a.rates:before{background-position: -65px 0}
.hostMenu a.cpu:before{background-position: -137px 0}
.hostMenu a.uptime:before{background-position: -206px 0}
.hostMenu a.phpinfo:before{background-position: -284px 0}
.hostMenu a.download:before{background-position: -352px 0}
/* hoster menu */
.hostLimit{max-width: 822px;}
/* hoster body */
.hosterBody{
    margin-right: 25px;
    font-size: 14px;
}   
.hostHead{align-items: flex-end;margin-bottom: 4px;}
.hostHead .main{margin-left: 8px;}
.hostHead a.head, .hostHead a.head:hover{
    font-family: 'Cuprum', sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.hostHead .but{
    display: inline-block;
    padding: 0 10px 3px;    
}

.priceShort{
    background-color: #e2e2e2;
    color: #292929; 
    display: inline-block; 
    padding: 2px 8px; 
    font-size: 14px;
    margin-top: 2px;
    margin-right: 2px;
}

.priceShortBottom{
    background-color: #f0f0f0;
    margin-top: 0px;
    vertical-align: top;
}

.bgWhite{
    color: white;    
}


.priceShort .gray{
    opacity: 0.8;
}



.hostHead .review{background-color: #e2e2e2;color: #505050;}
.hostHead .review:hover{background-color: #d7d4d4;}
.hostHead .link,.hostHead .link:hover{color:white}
.hostHead .regalo{
    margin: 0 0 -2px 14px;
    vertical-align: bottom;
}
.hostHead .rating{font-size: 14px;text-align: right;padding-right: 4px;}
.hostHead .rating b{
    font-size: 16px;
    padding: 0 3px 0 1px;
}
.hostHead .rating img{height: 15px;}

.miniTariff{
    margin-top: 5px;
}

.hosterBody .body.noMenu{
    border-radius: 6px 0 0 6px;
}
.hosterBody .body{
    display:table-cell;
    vertical-align: middle;    
    background-color: #f0f0f0;
    padding: 7px 5px 10px 15px;
    font-size: 13px;
    border-right: 3px #fff solid;
    width: 100%;     
}
.hosterBody .reviews, .hosterBody .price{
    display:table-cell;
    vertical-align: middle;
    text-align: center;  
    padding: 10px;
    min-width: 70px;
}
.hosterBody .reviews{
    border-right: 3px solid #fff;
    background-color: #f0f0f0;
    font-size: 13px;
}
.hosterBody .reviews .round4{
    padding: 2px 5px;
}
.hosterBody .reviewsColor{
    min-width: 100px;
    border-radius: 0 6px 6px 0;
    border-right: 0px;
}
.hosterBody .reviewsColor a{color: white;font-size: 14px;}
.hosterBody .reviewsColor span{background-color: transparent!important;border:1px solid white; padding: 0 4px;font-weight: 400;margin-left: 2px;}

.hosterBody .price{
    font-size: 13px;
    border-radius: 0 6px 6px 0;
}
.hosterBody .price, .hosterBody .price:hover{
    text-decoration:none;
    color: white;
}

.hosterBody .price span{white-space: nowrap;}
.hosterBody .price em{font-size: 19px;}
.hosterBody .price i{
    font-size: 21px;
    font-weight: bold;
}
.hosterBody .price span.gray{opacity: 0.7;}
/* hoster body */
   







h2{
    font-size: 25px;
    padding-left: 95px;
}



h2#reviewsStart{
    display: inline-block; 
    margin-right: 10px;
    margin-bottom: 10px;
}

div.h2{
    color: #157aa5;
    font-weight: bold;
    text-align: left;
    margin-top:60px;      
    margin-bottom:30px;      
}


div.h2 div.description{
    font-size: 15px;
    font-weight: 300;
    color: black;
    padding-left: 95px;

}
  
  
#hosters{
    margin-top: 50px;
}  
  
.content{
    clear: both;
    font-size: 15px;
}


.content p{
    font-size: 15px;
}


 






a.url, a.url:visited, a.url:active, a.url:hover, span.urlPassive{
    font-size: 14px;
    clear: right;
    color: white;
    text-decoration: none;
    font-weight: 300;
    padding: 0px 10px 3px;
}


.content a.url, .content .urlPassive{
    display: inline-block;
}

.content a.urlTariff{
    margin: 0 0 0 5px;
}

.content .urlPassive{
    border: 2px solid black;
    color:black;
    font-weight: bold;
    background-color: transparent;
    padding: 0px 8px;
}











.miniCoupons{
    border-bottom: 1px solid #ececec;
    padding: 3px 10px 3px;
}         


.coupons{
    color: #6c6c6c;
}

.coupons a, .coupons a:visited{
    color: #6c6c6c;
}


.coupons a:hover, .coupons a:active{
    color: black;
}


.coupons u{
    color: black;
    text-decoration: none;
}



.coupons i{
    color: #B30F0F; 
}

.coupon{
    background-color: #e3e3a9;
    display: inline-block;
    padding: 3px 8px 2px;
    margin-right: 3px;
    position: relative;
    font-family: monospace;
    font-size: 14px;
    font-weight: bold;
    border-radius: 1px;
    letter-spacing: 1px;
    color:black;
    text-align: center;
}

.coupon:before, .coupon:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 7px;
}


.coupon:before{
    left: -5px;
}

.coupon:after{
    right: -5px;
}

.couponsRates{
    margin-bottom: 6px;
}

.couponsRates .coupon{
    min-width: 90px;
    font-size: 15px;
}



table.tariff{
    width: 100%;
    border-collapse:separate;
    border:0px;
    margin: 0px;
    padding: 0px;
}

table.tariff th{
    padding: 4px 10px;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 300;
}


table.tariff .r{
    text-align: right;
    padding-right: 4px;
}    

table.tariff .l{
    text-align: left;
    padding-left: 4px;
}    

table.tariff td.prices em{
    font-size: 12px;
    font-style: normal;
    font-family: sans-serif;
}


table.tariff td.prices{
    padding-left: 0px;
    padding-right: 18px;
}


table.tariff td.prices.moreLeft{
    padding-left: 15px!important;
}


table.tariff td.prices.priceYear{
    padding-right: 2px;
}

table.tariff td.pricesUSD{
    padding-right: 3px;
}



table.tariff .priceCol{
    padding-left: 30px;
}



table.tariff th.max{
    width: 100%;
    padding: 0;
}

table.tariff tbody tr{
}


    
    
table.tariff td{
    padding: 4px 15px;
    text-align: center;
    white-space: nowrap;
}

.ratesWrap.ratesShrink{
    overflow-y: hidden;
    height: 285px;
    display: inline-block;
    min-width: 100%;
}


.ratesWrap.ratesShrink .rowspan.vis{
    vertical-align: top;
    padding-top: 7px!important;
}

.ratesMore{
    text-align: center;
    padding: 5px 0 6px 0;    
    font-size: 13px;
    cursor: pointer;

    display: none;
    background-color: #e2e2e2;
    color: black;        
    margin-top: -2px;
    position: relative;
    transition: background 0.3s ease;
}


.ratesMore:hover{
    background-color: #d7d7d7;
}

.ratesMore:hover:before{
    opacity: 0.8;
}

.ratesMore:before{
    content: "";
    width: 100%;
    height: 30px;
    background-color: black;
    position: absolute;
    left: 0px;
    top: -30px;
    opacity: 1;
    background: transparent linear-gradient(rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 90%) repeat scroll 0 0;
    transition: opacity 0.3s ease;
}


    
/* **** Line **** */

table.tariff tr.headLine{
    height: 4px;
    opacity: 0.6;   
    border-bottom: 3px solid white!important;    
}

table.tariff tr.headLineLight{
    height: 2px;
    opacity: 0.6;   
    border-bottom: 3px solid white!important;    
}



table.tariff tr.headLine td, table.tariff tr.headLineLight td{
    padding: 0px!important;
}


/* **** preLine **** */



table.tariff tr.headPreLine div{
    background-color: transparent;
    color: #000;
    position: relative;
    margin: 7px 0 1px 0;
    padding: 4px;
    
}

table.tariff tr.headPreLine div em, .ratesMore em{
    font-style: normal;
    position: relative;
}


table.tariff tr.headPreLine div em:before, table.tariff tr.headPreLine div em:after, .ratesMore em:before, .ratesMore em:after{
    content: "↓";
    display: inline-block;
    position: absolute;
    font-size: 12px;
    top: 1px;
}



table.tariff tr.headPreLine div em:before, .ratesMore em:before{
    left: -15px;
}

table.tariff tr.headPreLine div em:after, .ratesMore em:after{
    right: -15px;
}


table.tariff tr.headPreLine div strong{  
    font-weight: 300;
}


table.tariff .headPreLine td{
    height: 0;
    padding: 0;
    border-bottom: 0!important;
}













.minVPS table.tariff .title{
    padding-left: 0;
    padding-right: 5px;
}



.minVPS table.tariff .minWidth{
    padding: 0 2px 0 0;
}


.minVPS table.tariff .coreCPU{
    padding: 0 10px 0 20px;
}


.minVPS table.tariff .virtualiz{
    padding: 0;
}

.minVPS table.tariff .gray.disk{
    padding-left: 16px;
}


.minVPS table.tariff .pricesUSD.gray, .minVPS table.tariff .prices.moreLeft{
    padding: 0 5px 0 3px!important;
}

.minifySuper table.tariff .prices{
    padding-right: 0px;
}


table.tariff td .bg{
    display: inline-block;
    padding: 0px 3px;
    margin: 0 2px 0 5px;
    color: #000;
    font-size: 13px;
}



table.tariff td .bg:not(.os){
    border-radius: 3px;
    border: 0.5px solid gray;
}



table.tariff td .bg.SSD, table.tariff td .bg.noSSD, table.tariff td .bg.virt, table.tariff td .bg.os{
    min-width: 20px;
}
          
.bgX{
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/i_core.png);
    color: transparent;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: -4px 3px 0;
}


table.tariff td .bg.win, table.tariff td .bg.linux, table.tariff td .bg.freebsd, table.tariff td .bg.fastStart, table.tariff td .bg.gear, table.tariff td .bg.bitrix{
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0%;
    padding: 0;
    border: 0px;
    vertical-align: middle;    
    opacity: 0.8;
}

table.tariff td .bg.lan{
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/i_lan.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
}


table.tariff td .bg.gear{
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/i_gear.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
}



em.rub{
    font-family: sans-serif;
    font-size: 11px;
    font-style: normal;
}

table.tariff td .bg.fastStart{
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/i_faststart.png);
    width: 16px;
    margin-right: 0px;
}

table.tariff td .bg.win{
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/os_win.png);
}

table.tariff td .bg.linux{
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/os_linux.png);
}

table.tariff td .bg.freebsd{
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/os_freebsd.png);
}

table.tariff td .bg.bitrix{
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/os_bitrix.png);
}



    
table.tariff td .bg.noSSD, table.tariff td .bg.noHDD{
    border-color: transparent!important;
}



table.tariff td .bg.oneSize{
    text-align: center;
}

table.tariff td .bg.alert{
    color: white;
    font-weight: 300;
    border: 0px;
    padding: 1px 4px;
    min-width: 22px;
    text-align: center;
}



table.tariff td .bg.constr{
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/i_tariff.png);
    width: 25px;
    color: transparent;
}


table.tariff td .bg.cl{
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/i_cl.png);
    width: 25px;
    color: transparent;
}

table.tariff td .bg.constuctor{
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/i_construct_sm.png);
    color: transparent;
}

table.tariff .title{
    padding-left: 10px;
    padding-right: 20px;
}



table.tariff .info{
    width: 18px;
    height: 18px;
    background-color: #E0E0E0;
    border-radius: 50%;
    display: inline-block;
    color: black;
    font-size: 15px;
    text-align: center;
    margin-left: 5px;
    margin-right: 0px;
}

table.tariff .gray{
    color: #6c6c6c;
}

table.tariff .gray .disk,table.tariff .gray .db,table.tariff .gray .sites, table.tariff .gray .ram, table.tariff .gray .core{
    display: inline-block;
    color: black;
    min-width: 20px;
    margin-left: -10px;
    text-align: right;
}

table.tariff .black{
    color: black;
}



table.tariff .flag{
    padding: 6px 2px 2px 4px;
}

table.tariff .flag .hint:hover img{
    border: 0.1px solid #ebebeb; 
}


table.tariff .flag img, .selectCountry img{
    width: 14px;
    padding: 2px;
    background-color: #ebebeb;
    border: 0.1px solid #b9b9b9;
    border-radius: 50%;
    cursor: pointer;
    z-index: 101;
    position: relative;
}


table.tariff .flag .over{
    margin-left: -8px;
    padding-left: 11px;
    padding-top: 1px;
}

table.tariff.server .gray .disk{
    min-width: inherit;
    margin: 0 0 0 3px;
    
}

table.tariff.server .cpuCount{
    padding: 0;
    text-align: right;
}
table.tariff.server .cpuCount .core{
    display: inline-block;
    padding: 0 2px 0 4px;
}

table.tariff.server .cpu{
    text-align: left;
    padding-left: 0px;
    padding-right: 5px;
}

table.tariff.server .title{
    padding-right: 2px;
}

table.tariff .ip{
    padding: 4px 8px;
    text-align: right;
}

table.tariff.server .port{
    padding: 4px 3px;
}

table.tariff.server .setup{
    padding: 4px 0px 4px 2px;
    text-align: right;
}

table.tariff td.slim{
    padding: 4px 5px 4px 0;
    text-align: right;
}

table.tariff.server .raid{
    padding: 4px 4px;
    text-align: right;
}



.tariff.server .count{
    font-size: 11px;
}


table.tariff.server .gray .disk.moreDigits{
    min-width: 25px;
}


.tariff td.disk1{
    text-align: right;
    padding: 0 8px;
}


.tariff td.disk2{
    padding: 0 8px;
    text-align: left;
}

.tariff td.join{
    padding: 0 8px;
    font-size: 12px;
}










table.tariff .gray .sites{
    min-width: 32px;
}

table.tariff .gray .disk.unlim{
    min-width: 55px;
}

table.tariff .gray .disk{
    min-width: 40px;
}

table.tariff .gray .cpu{
    color: black;
}


table.tariff .gray.coreCPU{
    text-align: right;
}

table.tariff td.empty{
    padding: 0;
}

table.tariff tr:not(.headLine):not(.headLineLight) td:not(.rowspan){
    border-bottom: 1px solid #e3e3e3;
}

table.tariff td.rowspan{
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3;
}



table.tariff td.tariffInfo{
    text-align: left;
    padding-left: 10px;
    color:#6c6c6c;
    white-space: initial;
}


table.tariff td.tariffInfo span.panel, table.tariff td.tariffInfo span.traffic, table.tariff td.tariffInfo span.lan{
    color: black;
}


table.tariff td.tariffInfo span.install{
    color: #e85117;
}
 
.tariffInfo .bg{margin: 2px 2px 2px 0!important;}

 
/*  passed rates lines */
table.tariff tr.pas td, table.tariff tr.pas span{
    color: #d1d1d1!important;
}


table.tariff tr.pas td .bg{
    border-color: #dcdcdc;
}

table.tariff tr.pas .bg.constr, table.tariff  tr.pas .bg.cl, tr.pas .bgX{
    opacity: 0.3;
}

table.tariff tr.pas td{
    border-bottom-color: #d8d8d8;
}

table.tariff tr.pas td .bg.alert, table.tariff tr.pas td .bg.win, table.tariff tr.pas td .bg.linux, table.tariff tr.pas td .bg.freebsd{
    background-color: #e2e2e2!important;
    color: #fff!important;
}





table.tariff tr.pas td .hint .over{
    background-color: #ababab;
}

/*  passed rates lines */











.hint{
    display: inline-block;   
}

.hint > span{
    cursor: pointer;
}

.hint:hover > span:not(.os){
    border-radius: 3px 0 0 3px!important;
}
    
.hint:hover .over{
    display: inline-block;
}


.hint .over.white{
    background-color: white;
    color: black;
}

.hint .over{
    display: none;
    position: absolute; 
    font-size: 13px;
    color: white; 
    margin-left:-1px; 
    border:0px;
    height: 18px; 
    border-radius:0 3px 3px 0;
    padding:0 5px;
    z-index: 100;  
}







.payment{
    padding-top: 2px;
    text-align: right;
}



.payment i{
    display: inline-block;
    background-image: url("/National_Library/oe_/https://static.hosters.ru/img/sprite-pay.png");
    background-repeat: no-repeat;
    background-size: 450px;
    height: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;

    transition: all .3s ease-out 0.3s;     
    transition-delay: 0s; 
}

.payment i:hover{
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.payment i.wm{
    background-position: -45px 2px;
    width: 94px;
}

.payment i.ya{
    background-position: -343px 2px;
    width: 68px;
}

.payment i.paypal{
    background-position: -162px 2px;
    width: 67px;
}

.payment i.cards{
    background-position: -228px 2px;
    width: 32px;
}


.payment i.qiwi{
    background-position: -270px 2px;
    width: 24px;
}


.payment i.sber{
    background-position: -314px 2px;
    width: 23px;
}


.payment i.mir{
    background-position: -1px 2px;
    width: 43px;
}


.payment i.bitcoin{
    background-position: -293px 2px;
    width: 20px;
}


.payment i.alfa{
    background-position: -410px 2px;
    width: 18px;
}



.next{
    text-align: center;
    background-color: #e9e9d3;
    font-size: 17px;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 3px;
    margin-left: 145px;
    cursor: pointer;    
}

.next:hover{
   background-color: #e3e3a9;
}


.next.dis, .next.dis:hover{
    background-color: #ececec;
    color: #b4b4b4;
    cursor: default;
}


.next i{
    font-style: normal;
}

.pages a:hover{
    background-color: #e3e3a9!important;
}






.pages{
    text-align: center;
    margin-bottom: 30px;
    margin-left: 145px;
}


.pages a, .pages a:visited{
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 1px 0 0;
    color: black;
    background-color: #ececec;
    
}


.pages a.null{
    background-color: #e3e3a9;      
}

.pages a.null{
    cursor: default;
}






.sub .left .nameUrl{
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

 
.sub .left{
    width: 250px;
    margin: 25px 25px 5px 0; 
    float: left;
    text-align: right;
}

.sub .left .head{
    font-size: 26px;
    text-align: right;
    padding: 0;
    font-weight: bold; 
    font-family: 'Cuprum', sans-serif;    

}                   
.sub .left .url{
    font-size: 15px;
}


.sub .left ul{
   display: block;
   margin: 14px 0 15px 0;
}

.sub .left li{ 
    background-color: #f0f0f0; 
    font-size: 14px;
    display: block;
    clear: both;
    height: 76px; 
    text-align: right;
} 




.sub .left li:hover, .sub .left li.active{
}

.sub .left li > a.text{ 
    padding: 20px 85px 20px 0;
    display: block;
    text-decoration: none;
    color: black;
}




.sub .left li a:hover{
    text-decoration: underline;
}

.sub .left li img{
    width: 52px;
    height: 52px;
    float: right;
    padding: 12px;
    background-color: #e3e3e3;

}




.sub .left .price p{
    font-size: 12px;
}




.sub .left .miniUrl{
    margin: -6px 0 10px 0;
}


.sub .right{
    padding: 15px 0 0 280px;

}



.sub .right .shortInfo {
    display: inline-block;
    margin: 18px 0px 0px 20px;   
    width: 390px;
    vertical-align: top;       
}


.shortInfo .country{
    font-size: 16px;
}


.shortInfo .bordered{
    display: inline-block;
    border: .0px solid gray;
    color: #fff;
    margin-top: -3px;
    padding: 3px 6px;
    min-width: 55px;
    text-align: center;
    background-color: #334d5c;
    
}


.shortInfo .bordered2{
    display: inline-block;
    background-color: #e2e2e2;
    color:#292929;
    margin-top: -3px;
    padding: 3px 6px;
    min-width: 55px;
    text-align: center;
    border: 0.5px solid #e2e2e2;
}


.shortInfo .flag img{
    width: 14px;
    padding: 2px;
    background-color: #ebebeb;
    border: 0.1px solid #b9b9b9;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -3px;    
}




.sub .right .shortInfo  a.url, .sub .right .shortInfo a.url:visited, .sub .right .shortInfo a.url:active, .sub .right .shortInfo a.url:hover {
    clear: right;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: 300;
    margin: 13px 0 5px 0;
    padding: 4px 20px 4px 40px;
    text-decoration: none;
    background-image:url("/National_Library/oe_/https://static.hosters.ru/img/i_url.png");
    background-position:  11px 5px;
    background-repeat: no-repeat;
    background-size: 20px;
}


.sub .right .shortInfo  a.url i{
    font-style: normal;
    opacity: 0.6;
}

.shortInfo .payment{
    text-align: left;
    padding: 0px;
}




.sub .right .shortText {
    display: inline-block;
    width: 250px;
    background-color: #f0f0f0;
    margin-top:15px;
    padding: 10px 15px;
    clear: right;
    text-align: left;
    vertical-align: top;
    color: black!important;
}


.sub .left .logoSquare{
    width: 60px; 
    float: right; 
    border-radius: 6px; 
    background-color: #f0f0f0;
    margin: 0 0 5px 10px;
}


.sub .left .rating{
    clear: both;
    font-size: 15px;
    vertical-align: middle;
}

   
.sub .left .rating div {
    display: inline-block;
    color: white!important;
    font-size: 16px;    
    padding: 4px 9px;
    margin-bottom: 4px;    
}

.sub .right .shortText > i {
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    display: block;
}

.sub .left .regalo{margin: 1px 10px 0 0;}
.sub .subRegalo .regalo{margin: 5px 10px 12px 0;}
.sub .badge{
    float: right;
    width: 140px;
    margin-top: -20px;
}

.countReviews{
    padding: 2px 2px 2px 4px;
}



span.add{
    padding: 2px 4px;
    color: black;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

.add{
    margin-right:10px;
    border: 1px solid black;
}



span.add2{
    display: inline-block;
    margin-top: -8px;
}

.contentusers .add{
    font-size: 14px;
}





.sub .right .content{
    clear: none;
}


/* articles */
.articles{
    margin-bottom: 50px;
    padding: 0 15px;
}

.textContent .index{
    padding-right: 55px;
}
.textContent .index li{
    margin-bottom: 25px;
}
.textContent .index li p{
    color: gray;

}
.textContent .index .title{
    font-size: 19px;
}
/* articles */


b.subHead, .textContent h2  {
    color: #AC250D;
    font-size: 19px!important;
    font-weight: bold;
    font-family: 'Cuprum', sans-serif;
}



.textContent h2{
    padding-left: 0px!important;
}

.articles .textContent h2{
    clear: both;
}

.textContent h2{
    padding-left: 0px!important;
}


.contentcpu h2, .contentusers h2, .contentrates h2, .contentuptime h2, p.h2 {
    font-size: 22px;
    font-weight: 300;
    margin: 10px 0 10px;
    padding: 0px;
}


.contentusers h2  {
    margin: 10px 0 8px;
}



.contentrates .payment{
    margin-right: 0px;
}


.textContent .highlight{
    background-color: #ecebd6; 
    padding: 10px;
}



.highlightGray{
    background-color: #e7ebed; 
    padding: 10px;
}


.blockBR{
    overflow: hidden;
}


.textContent .zoom{
    position: relative;
    margin: 10px;
}



.textContent .imgRight{
   float: right;
 }
 
 
.textContent .imgLeft{
   float: left;
 }


.textContent .zoom img {
    border: 1px solid #cecece;
    border-radius: 0px;
    margin: 0px!important;
    opacity: 1;
    transition-duration: .3s;
}







.textContent .zoom:hover img{
    opacity: .5;
    transition-duration: .2s;
}




.textContent .zoom span {
    opacity: 1;
    background:url("/National_Library/oe_/https://static.hosters.ru/img/zoom.png") left bottom no-repeat;
    cursor: pointer;
    width: 106%;
    height: 106%;
    position: absolute;
    left: -9px;
    bottom: -5px;
    z-index: 10;
    background-size: 35px;
    transition-duration: .1s;
}




.textContent .zoom:hover span {
    opacity: .7;
    background:url("/National_Library/oe_/https://static.hosters.ru/img/zoom.png") center center no-repeat;
    background-size: 100px;
    transition-duration: .1s;
}



#containerPie .highcharts-background{
    fill:transparent!important;
}

.sub .right .content .textContent {
/*    margin: 0 25px 0 -270px; */
    margin: 0 25px 0 0px;

    font-size: 15px!important;
}



.sub .right .content .textContent p {
    font-size: 15px!important;
}

.sub .right .textContent img{
    margin: 10px 13px;
}



.textContent h2{
    font-size: 25px;
    padding-left: 95px;
}


.sub .right .content img.imgHoster {
    border-radius: 4px;
    clear: right;
    display: block;
    height: 60px;
    width: 120px;                                     
    background-color: white;
}





.contentphpinfo iframe.php{
    border:0px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    min-height: 200px
}

.containerPHPmore{
    visibility: hidden;
    color: white;
    text-align: center;
    padding: 5px;
    transition: 0.5s all ease;
}
.containerPHPmore.active{
    visibility: visible;
    cursor: pointer;
    background-color: #8f8fdd;
}
.containerPHPmore.active:hover{
    background-color: #8181e6!important;
}


.contentphpinfo .containerPHP{
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 210px;
    height: 100px;
    border:solid 1px #BFBFBF;
}




.hostersList{
    margin: 10px;
}
.hostersList a.url{
    margin-top: 3px;
}
.avaliableHosters{
    width: 400px; 
    display: inline-block;
    
}
.avaliableHostersInfo{
    width: 250px; 
    display: inline-block; 
    vertical-align: top;
} 









.idea{
    background-color: #eaead5;
    color: black;
    text-align: left;    
    padding: 20px;
    margin: 20px 20px 45px 0px;
    font-size: 14px;
}



.idea img{
    float: left;  
    margin-top: -5px; 
    margin-right:10px;
    margin-bottom:5px;
}






.idea p{
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    
}



.subCpu{
    background-color: #334d5c;
    vertical-align: middle;
    text-align: left;
    color:white;
    padding: 15px 15px; 
    margin: 20px 10px
}

.subCpu .img{
    float: left;
    padding: 0 15px 0 5px; 
    margin-top:-4px;
}
.subCpu .img img{
    width: 60px;
}

.subCpu a{
    font-size: 18px;
    color: white;
}
.subCpu a:hover{
    opacity: 0.8;
    color: white;
}

.subCpu >div{
    margin-top: 5px;
}
.subCpu .info{
    margin-right: 19px;
    display: inline-block;
    font-size: 13px;
    opacity: 0.8;
}
.subCpu .info .round4{
    background-color: #fff;
    color: black;
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
}







.space{
    height: 40px; 
    clear: both;    
}

.pix5{
    height: 5px;
}



.footerMenuHeader{
    background-color: #f0f0f0;
    height: 40px;
    clear: both;
    
}

.footerMenu{
    background-color: #e2e2e2;
    height: 130px;
    clear: both;
}

.footerMenuHeader .blocks{
    font-size: 17px;
    color: #525252;
    float: left;
    padding-right: 2px;
    padding-top: 12px;
    opacity: 0.6;
}

 
.b1, .b2, .b3, .b5{
    margin-left: 7px;
}
.b1{width: 26%;}
.b2{width: 26%}
.b4{width: 21%}
.b5{width: 20%}

.footerMenu  ul{
    float: left;    
    min-height: 115px;
    border-left: 2px solid #cbcbcb;
    padding-left: 0px;
    margin-top: 4px;
}


.footerMenu li{
    padding-left: 15px;
}


.footerMenu li.middle{
    margin-top: 10px;
}

.footerMenu ul li .plus{
    width: 19px;
    height: 17px;
    margin: 3px 0 0 -24px;
    float: left;
    background-image: url("/National_Library/oe_/https://static.hosters.ru/img/plus.png");
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/plusIE8.png)\9;
    background-size: 18px 16px; 
    background-repeat: no-repeat;

}


.footerMenu ul li .plus:hover{
    background-image: url("/National_Library/oe_/https://static.hosters.ru/img/plusHover.png");
    background-image: url(/National_Library/oe_/https://static.hosters.ru/img/plusIE8.png)\9;
}

.footerMenu ul a, .footerMenu  ul a:visited{
    color: #6d6d6d;
    font-size: 14px;
    text-decoration: none;
}

.footerMenu ul a:hover, .footerMenu ul a:active{
    text-decoration: underline;
    color:black;
}


.footer{
    background-color: #d1d1d1;
    height: 30px;
    clear: both;
    
}


.footer div{
    padding-top: 5px;
    font-size: 13px;
    color: #4b4b4b;
}
  


.footerFlags{
    background-color: #c4c4c4;
    height: 30px;
    clear: both;
    
}

.footerFlags img{
    margin: 0 2px;
}


.roundedSmall{
    text-align: center;    
     border-radius: 5px;
     padding: 1px 6px;
     vertical-align: middle;
}


.showMore{
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 5px;
}







.transitionFast{
     transition: all .05s ease-out 0.05s;     
     transition-delay: 0s; 
}
.transitionNormal, .url, .hasReview, .butBg {
     transition: all .3s ease-out 0.3s;     
     transition-delay: 0s; 
}
.transitionSlow{
     transition: all .4s ease-out 0.4s;     
     transition-delay: 0s; 
}
 .transitionSlow2{
     transition: all 5s ease-out 5s;     
     transition-delay: 0s; 
}








.bestBg{
    background-color: #c45b4b!important;
    color: white;    
}
.whiteBg{
    background-color: #fff!important;   
}
.linuxBg, .free_moveBg{
    background-color: #f3e9e9!important;
    color: white;    
}
.poiskBg, .searchBg{
    background-color: #ee7336!important;
    color: white;    
}
.domainsBg{
    background-color: #175972!important;
}
.free2Bg{
    background-color: #000!important;
}
.cloudBg{
    background-color: #f28336!important;
    color: white;    
}
.unlimBg{
    background-color: #f4e3d0!important;
    color: white;    
}
.moneybackBg{
    background-color: #dbe8e8!important;
    color: white;    
}
.periodBg{
    background-color: #e5e5e5!important;
    color: white;    
}
.webmoneyBg{
    background-color: #006ab4!important;
    color: white;    
}
.htmlBg{
    background-color: #ececec!important;
}
.constructBg{
    background-color: #f6f6f6!important;
}
.cBg{
    background-color: #fbf1f1!important;
}
.wpBg{
    background-color: #d3e2e9!important;
}
.yandexBg{
    background-color: #dee6d1!important;
    color: white;    
}
.paypalBg{
    background-color: #c2dfeb!important;
    color: white;    
}
.moscowBg{
    background-color: #c03333!important;
    color: white;    
}
.spbBg{
    background-color: #bce4f1!important;
    color: white;    
}
.nskBg{
    background-color: #f0f3db!important;
    color: white;    
}
.windowsBg{
    background-color: #e2ecec!important;
    color: white;    
}
.domainBg{
    background-color: #3e4e5c!important;
    color: white;    
}
.freeBg{
    background-color: #72b19c!important;
    color: white;    
}
.vpsBg, .colocationBg{  
    background-color: #ececec!important;
    color: white;    
}
.vps_linuxBg{
    background-color: #d3e4e9;
}
.vps_windowsBg{
    background-color: #ececec;
}
.vps_freebsdBg{
    background-color: #ff3300;
}
.dedicatedBg{
    background-color: #ececec!important;
    color: white;    
}
.americanBg{
    background-color: #efebe7!important;
    color: white;    
}
.russianBg{
    background-color: #efebe7!important;
    color: white;    
}
.belBg, .kazBg, .europeBg{
    background-color: #f0f0f0!important;
}
.ukraineBg{
    background-color: #efebe7!important;
    color: white;    
}
.blackBg, .RedBg{
    background-color: #bb0000!important;
    color: white;
}
.reviewBg{
     background-color: #efc84a;
 } 

.articlesBg{
    background-color: #c45b4b;
}
.aboutBg{
    background-color: #3e4e5c;
}
.speedBg, .cpuBg{
     background-color: #e8ebeb;
}
.uptimeBg{
     background-color: #e8ebeb;
}
.phpinfoBg{
     background-color: #dedef1;
     text-align: center;
}
.phpinfoBg img{
     width: 55px!important;
     height: 55px!important;
     margin-top: 2px;
}.blueBg{
    background-color: #3a7cce!important;
    color: white;
}.darkBlueBg{
    background-color: #3e4e5c!important;
}.veryBadBg{
    background-color: #eb2626;
}.badBg{
    background-color: #eb2626;
}.normalBg{
    background-color: #ff9900;
}.goodBg{
    background-color: #53b83a;
}.veryGoodBg{
    background-color: #53b83a;
} 







.contentreview ul.list{
    margin-left: 20px;
}





.hostLink a, .hostLink a:visited, .hostLink a:hover{
    color: black!important;
    text-decoration: none;
    font-family: 'Cuprum', sans-serif!important;
}




.hostLink+span.more{
    white-space: nowrap;
    line-height: 1.2;
    font-size: 14px;
}    


.hostLink+span.more sup{
    color: #585858;    
}    
    
.hostLink+span.more a, .hostLink+span.more i{
    display: inline-block;
    background-color: #e2e2e2;
    color: #505050;
    transition: 150ms ease all;
    padding: 0 7px 0px;
    font-style:initial;
    border-radius: 2px 0 0 2px;
    border-right: 1px solid white;
}    

.hostLink+span.more a.rev{
    padding-right: 4px;
    border-radius: 0;
    border-right: 0px;
}
.hostLink+span.more i{
    border-radius: 0 4px 4px 0;
    background-color: #d7d4d4;
}
    
.hostLink+span.more a:hover{
    background-color: #d7d4d4;
}    

 

.contentusers .hostLink+span.more{
    
}


.contentusers .hostLink+span.more:hover{
    background-color: #fff;
}



.contentusers .hostLink+span.more a{
    color: black;
}


.contentusers .hostLinkOld a, .contentusers .hostLinkOld a:visited{
    color: black;
    text-decoration: none;
}


.contentusers .hostLinkOld a:hover{
    color: black;
    text-decoration: underline;
}



.hostlandReview h2{
    color: #c03f11;
    font-size: 20px!important;
    margin-top:5px;
    margin-bottom: 4px;
}

.hostlandReview a, .hostlandReview a:visited, .hostlandReview a:hover, .hostlandReview a:active{
    color: #0085b8;
}



.wixReview h2{
    color: #c46800;
    font-size: 20px!important;
    margin-top:5px;
    margin-bottom: 4px;
}

.wixReview a, .wixReview a:visited, .wixReview a:hover, .wixReview a:active{
    color: #c97b22;
}


.imhosterReview a, .imhosterReview a:visited, .imhosterReview a:hover, .imhosterReview a:active{
    color: #2b69a0; 
}





.timewebReview a, .timewebReview a:visited, .timewebReview a:hover, .timewebReview a:active{
    color: #007900;
}


.begetReview a, .begetReview a:visited, .begetReview a:hover, .begetReview a:active{
    color: #2b6e36;
}





.ucozReview h2{
    color: #334283;
    font-size: 20px!important;
    margin-top:5px;
    margin-bottom: 4px;
}

.ucozReview a, .ucozReview a:visited, .ucozReview a:hover, .ucozReview a:active{
    color: #334283;
}                                              




.ru-centerBg{
    background-color: #075c90;
}

.reggiruBg{
    background-color: #9e6837;
}

.godaddyBg{
    background-color: #acc338;
}

.regruBg{
    background-color: #6898b5;
} 






textarea{
    background-color: white!important;
}
 


option{
    padding: 3px 3px 3px 6px!important;
}
  








@media screen and (max-width: 460px){
    
    .noMobileVert{
        display: none!important;
    }
    
    .IMGreview, .textContent .imgLeft, .textContent .imgRight, .logo{
        display: block;
        clear: both;
        float: none;
    }

    #mmenuNav{top: 56px;}
    .mmenuBut{top:13px;}
        
    
    header.top>.flex{
        -webkit-flex-direction: column;
        flex-direction: column;        
    }
    
    
    
    .logo{
        width: initial;
    }
    
    .logo span{
        font-size: inherit;
    }
    
    .logo img:not(.mmenuBut){
        position:initial;
        vertical-align: middle;
    }
    
    
    .logo>div{
        padding: 3px 0 3px 35px!important;
    }
    
    
    .logo:after{
        display: none;
    }
    
    
    header.top .teaser{
        height: initial;
    }
    
    header.top .teaser > div{
        padding: 8px 3px;
    }

    /* a-z */
    #searchHost .icon.poiskBg{
        display: none;
    }
    #searchHost .line3{
        margin-top: 0;
    }
    /* a-z */

    /* rates filters one line */
    .filtersRates .txt{width: 100%;}
    .filtersRates .txt,.filtersRates .txt .gray{
        font-size: 14px;
        text-align: left;
        margin-bottom: 4px;
    }
    .filtersRates .txt .gray{
        display: inline-block;
    }
    /* rates filters one line */

    
    
    .sub .right .h1 .icon{
        display: none;
    }
    
    .sub .right h1{
        margin: 0 0 10px;
    }
            
    .subCpu {
        text-align: center;
    }
    .subCpu a{
        font-size: 15px;
    }
    
    .subCpu >div{
        text-align: left;
    }
    .subCpu .info{
        display: block;
        margin: 5px 0;
    }
    
    .subCpu .info.file{
        margin-left: 10px;
    }
    
    .subCpu .img{
        float: none;
        text-align: center;
        
    }
}

  
@media screen and (max-width: 770px){
    #box{display: none!important;}
    #tagsFilter{display: none!important;}
}
  

  
@media screen and (max-width: 990px){
    .fixed, .min{
        width:initial;
        min-width:initial;
    }   
    header.top, body > .body, footer, div[data-subm]{
        min-width: 100%;
        width: 100%
    }
    .subm .center{padding-left: 10px;}
    .miniTariff{
        background-color: white;
        width:initial;
        min-width:initial;
    }
    .mobileScroll{
        width:100px;
        min-width:100%;
        z-index: 1;
    }
    .miniTariff,.mobileScroll{
        overflow-x:auto;
        border-radius: 0 5px 5px 0;
        background: #FFF no-repeat;
        background-image: radial-gradient(ellipse at 100% 35%, #bebebe, #fff 40%);
        background-position: 100% 0;
        background-size: 20px 140%;        
    } 
    
    .miniTariff table,.mobileScroll table{
        background: transparent no-repeat;
        background-image: linear-gradient(to right, white 0%,white 100%);
        background-position: 100% 0;
        background-size: 12px 100%;        
        padding-right: 25px;
    }  
    /* main */

    
    .avaliableHosters{
        display: block;
        width: initial;
        margin-top: 10px;
    }
    .avaliableHostersInfo{
        display: block;
        width: initial;
    } 


}


   
/* menu detais hide */
@media screen and (min-width: 740px) and (max-width: 870px){
    header.top nav li span{
        visibility: hidden!important;
        
    }
}
/* menu detais hide */


@media screen and (max-width: 740px){
.footerMenuHeader, .footerMenu, .sort a.active div,.footerFlags, .noMobile, tr.pas{
    display: none!important;
}
body,td,p,form{
    font-size: 14px;
}

/* header */
.logo:before,.minusLeft:before{
    display: none;
}
.logo>div{
    padding: 15px 0 0 32px;
}
.logo img:not(.mmenuBut){
    left:97px;
    top: 40px
}
header.top > div{
    height: initial;
}
header.top .teaser a{
    margin-left: 10px;
}
header.top nav ul{
    height: 60px;
}
header.top nav li[data-menu="a-z"]{
    order: 2;
}
header.top nav li{
    margin: 0 0 7px 0;
    flex-shrink:1;
}
header.top nav a{
    font-size: 16px;
}
header.top nav li span{
    font-size: 13px;
}
header.top nav ul{
    flex-wrap: wrap;
}
.mmenuBut{
    display: inline-block;
}
/* header */


/* filters */
.sort{
    margin-right: auto;
    text-align: center;
    background-color: #2b3840;
    position: relative;
    margin-bottom: 10px;
}  
.sort:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -16px;
    border-top: 42px solid transparent;
    border-right: 16px solid #2b3840;
}
.sort span{
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.filtersMain{
    padding: 0;
    text-align: left;
    width: initial;
    
}

.filters > div{
    text-align: left!important;
}
/* filters */


/* hosterBody */

.hostHead .rating{
    padding: 10px 10px 0;
    display: block!important;
    text-align: left;
}
.hostHead .main{
    margin-left: 15px;
}
.hostHead, .host, .host .flex1, .host .flex0{
    display: block;  
}
.hostHead{
    background-color: #f0f0f0;
    margin-bottom: 0px;
    padding: 10px 0;
}
.hostHead .medals{
    padding: 10px 10px 0 0px;
}
.hostHead .flex1, .hostHead .flex0{
    display: inline-block;
}
.host .hostMenu{
    width: initial!important; 
    text-align: left;
    border-radius: 13px 13px 0 0;
}
.hostMenu a.main{
    display: inline-block;
    margin-top: 8px;
        
}
.hosterBody{
    margin-right: 0px!important;
}
.hosterBody .body{
    display: block;
    width: initial;
    border-right:0px
}
.hosterBody .reviews, .hosterBody .price{
    display: block;
    border-right: 0px;
}
.hosterBody .reviews, .mainTop .bodyFixed .price{
    background-color: #dfdede!important;
}
.hosterBody .price{
    border-radius: 0 0 6px 6px;
}

    .host{
        margin: 20px 10px 30px;
    }
    .host>.flex1{
        margin-left: 0px;
    } 

/* hosterBody */


/* a-z */
div.searchBox{
    float: none;
}
input.searchHost{
    width: 240px!important;
    font-size: 16px;
}
/* a-z */

/* users */
.notice .nl, .notice .nr{
    width: 100%;
}
.nr span.nback{
    margin-right: 15px;
}
/* users */


/* uprime */
.uptimeCanvas{
    max-width: 445px; 
    width: initial;
}
.legend{
    width: initial;
    max-width: 425px; 
}
/* uptime */


/* articles */
.articles{
    margin-bottom: 50px;
    padding: 0 15px;
}
.textContent .index{
    padding-right: 0;
}


.table, .row{
    display: block;
}

  

.payment, .miniCoupons{
    background-color: white;
}


.next{
    margin: 30px 10px;
}

.pages{
    margin: 0;
}




div.h1{
    padding-left: 10px;
    padding-right: 10px;
}     




 
div.h1.preview{
    height: 160px;
}
.h1 .cut.preview{
    width: 100%;
}
#hosters{
    margin-top: 20px;
}


    
.corner span.bright{
    margin-left: auto;
}




.sub .left .price p{
    font-size: 14px;
}


.sub .right .shortInfo{
    width: initial;
    margin: 15px 0px 0px 0px;
}



.sub .left, .sub .right{
    width: initial;
    margin: 15px;
    float: none;
    padding: 0px;    
}



.sub .left .rating{
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 14px;
}

.sub .left .rating div{
    margin-top: -5px;
}


.sub .right .content{
    clear: both;
}

.sub .right .shortText{
    width: initial;
}




.sub .right .shortInfo a.url, .sub .right .shortInfo a.url:hover{
    float: none;
    text-align: center;
}



.sub .right .content .textContent{
    margin: 0px;
}


.sub .left li{
    width: 250px;
    display: inline-block;
    margin-top: 1px;
}


.idea{
    margin: 20px 0px 45px 0px;
}


.contentcpu .highlightGray div, #container, #containerOne, #containerPie{
    width: initial!important;
    min-width: initial!important;
}

    .replyUsers .text{
        width: auto;
    }

    .uptimeContent.uptimeChart{
        margin-left: 0!important;
    }
    
    .uptimeContent img{
        max-width: 100%;
    }
    
    
    div.hosters{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-gap: 0px;
        -moz-column-gap: 0px;
        -webkit-column-gap: 0px;        
    }    
    
  

    div.hosters ul li{
        border: 0;
    }



}
