body{
  font-family:arial,helvetica,geneva,sans-serif;
  font-size:100%;
  margin:0;
  margin-left:auto;
  margin-right:auto;
  line-height:18px;
  padding:0;
}


textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "font-family: " Helvetica Neue ",Helvetica,Arial,sans-serif";
  line-height: 1.25;
  margin: 0;
  color: #fff;
}


p {
  margin: 0 0 0.75em;
  font-family: "font-family: " Helvetica Neue ",Helvetica,Arial,sans-serif";
}

a{
  color:#2554a2;
}
a:hover {
  color:#9fb5c2;
} 
.help{
  cursor:help;
}



header {
  max-width: 68em;
  margin:0 auto;
  padding:20px 0;
}
header:after{
  content: "";
  display: table;
  clear: both;
}    
header #menu{
  margin-top:15px;
}
header #menu a{
  font-size:1.5em;
  color:#293e8e;
  text-decoration:underline;
  border:none;
  padding-right:10px;
  margin-right:10px;
  border-right:1px dotted #ccc;
}
header #menu a:hover{
  color:#d11c1c;
}
header #menu a.now{
  color:#000;
}

#content{
  max-width:68em;
  margin:0 auto;
}
#content:after{
  content:"";
  display:table;
  clear:both;
}
#content p{
  margin-top:20px;
  font-size:22px;
  line-height:1.2em;
  font-weight:normal;
  letter-spacing:-0.05em;
}
#intro{
  padding:30px 0;
  background:#000;
}
#intro h1 {
  font-size:36px;
  letter-spacing:-0.05em;
}    
#intro h1 div{
  font-size:24px;
  margin-top:15px;
}

 
#offer{
  background:#2554a2;
  color:#fff;
  padding:30px 0;
  margin:0;    
  letter-spacing:-0.05em;
}
#offer div{
  max-width:68em;
  margin:0 auto; 
}
#offer a{
  color:#fff;      
  font-size:24px;   
}


#redir{
  color:#000;      
  margin-top:30px; 
  letter-spacing:-0.05em;
}      
#redir div{ 
  max-width:68em;
  margin:0 auto;  
}
#redir div #pageInfo{ 
  font-size:24px;    
}


#content section.row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 5em;
}
#content section.row:after {
  content: "";
  display: table;
  clear: both;
}
#content section.row h2 {
  text-transform: uppercase;
  font-size: 1.0em;
  font-weight: bold;
  color: #e85151;
  margin-bottom: 0.05em;
}
#content section.row p {
  font-size: 1.2em;
  line-height: 1.6em;
}
#content section.row .col, #content section.row .col-full {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  border-top: 2px solid #ced9e0;
  padding-top: 1em;
  padding-bottom: 3em;
}
#content section.row .col:last-child, #content section.row .col-full:last-child {
  margin-right: 0;
}
.mfp-bg{
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1042;
  overflow:hidden;
  position:fixed;
  background:#0b0b0b;
  opacity:0.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter:alpha(opacity=80);
}
.mfp-wrap{
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1043;
  position:fixed;
  outline:none !important;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;
}
.mfp-container{
  text-align:center;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  padding:0 8px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.mfp-container:before{
  content:'';
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
.mfp-align-top .mfp-container:before{
  display:none;
}
.mfp-content{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin:0 auto;
  text-align:left;
  z-index:1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content{
  width:100%;
  cursor:auto;
}
.mfp-ajax-cur{
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
  cursor:zoom-out;
}
.mfp-zoom{
  cursor:zoom-in;
}
.mfp-auto-coursor .mfp-conten {
  cursor:auto;
}
.mfp-counter{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.mfp-loading.mfp-figure{
  display:none;
}
.mfp-hide{
  display:none !important;
}
.mfp-close{
  width:44px;
  height:44px;
  line-height:44px;
  position:absolute;
  right:0;
  top:0;
  text-decoration:none;
  text-align:center;
  opacity:0.65;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter:alpha(opacity=65);
  padding:0 0 18px 10px;
  color:#fff;
  font-style:normal;
  font-size:28px;
}
.mfp-close:hover,
.mfp-close:focus{
  opacity:1;
  -ms-filter:none;
  filter:none;
}
.mfp-close:active{
  top:1px;
}
.mfp-close-btn-in .mfp-close{
  color: #333;
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-dialog{
  background:#fff;
  padding:20px;
  text-align:left;
  max-width:600px;
  min-height:600px;
  margin:40px auto;
  position:relative;
}
.mfp-c2{
  max-width:600px;
} 
.mfp-c3{
  max-width:880px;
}
.mfp-dialog .left{
  width:280px;
  float:left;
}
.mfp-dialog .right{
  width:260px;
  float:left;
  border-left:1px dashed #000;
  padding:0 0 20px 20px;
} 
.mfp-dialog .right img{
  margin-bottom:5px;
}
.mfp-dialog h3{
  font-size:1.4em;
  color:#000;
  margin-bottom:15px;
}
.mfp-dialog h3 img{
  margin:0 0 -3px 5px;
} 
.mfp-dialog .web{
  display:block;
  margin-top:20px;
}
button.mfp-close,
button.mfp-arrow{
  overflow:visible;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  display:block;
  padding:0;
  z-index:1046;
}
button::-moz-focus-inner{
  padding:0;
  margin:0;
}

dl#csschart dt, dl#csschart dd{
    margin:0;
    padding:0;
}
dl#csschart{
    width:1083px;
    height:400px;
    margin:40px 0 20px 0;
    padding:0;
}
dl#csschart p{
    margin-bottom:30px;
}
dl#csschart dt{
    display:none;
}
dl#csschart dd{
    position:relative;
    float:left;
    display:inline;
    width:57px;
    height:400px;   
    color:#fff;
}
dl#csschart span{
    position:absolute;    
    display:block;
    width:57px;
    bottom:10px;
    cursor:help;
    left:0;
    z-index:1; 
    text-decoration:none;
}
dl#csschart span b{
    display:block;
    transform:rotate(270deg);  
    font-weight:bold;
    text-align:right;
    margin-top:25px;
}
dl#csschart span{
    background:#000 url(sys/graphics.gif) repeat-y;
}
dl#csschart .sub{
    margin-left:-57px;
}
dl#csschart .sub span{
    background:#2554a2 url(sys/graphics.gif) repeat-y;
}
ul.xas{
    margin:0;
    padding:0;
    display:inline;
    left:0;
    width:1083px;
}
ul.xas li{
    float:left;
    list-style:none;
    display:block;
    top:0;           
    z-index:1;
    left:0;
    width:57px;
}
ul.xas li span{
    display:block;
    transform:rotate(270deg);
    text-align:left; 
    margin:30px 0 80px 0;
    padding:0;
    white-space:nowrap;
    clear:both;
}  

table{margin-bottom:50px;}                 
table thead th{background:#efefef;text-align:left;}                 
table th img{margin:0 5px -5px 0;}        

.table-body{
  display: flex;
  flex-direction: column;
}

.table-row{
  order: calc(var(--order) * var(--sort-order, -1));
}

#sort-by-domain:checked ~ .table > .table-body > .table-row {
  --order: var(--order-by-domain);
}

#sort-by-price:checked ~ .table > .table-body > .table-row {
  --order: var(--order-by-price);
}       
#sort-by-rent:checked ~ .table > .table-body > .table-row {
  --order: var(--order-by-rent);
}   

#sort-ascending:checked + .table {
  --sort-order: 1;
}

#sort-by-domain:checked ~ #sort-ascending:checked + .table > .table-body {
  flex-direction: column-reverse;
}

.table-wrapper > input {
  position: fixed;
  left: 0;
  right: 0;
  clip: rect(1px,1px,1px,1px);
  visibility: hidden;
}

.table,
.table-caption,
.table-head {
  display: block; 
  margin: 0;
}

.table-row,
.table-row2 {
  display: grid;                    
  grid-template-columns:26em 14em 14em 14em;      
}

.table-cell {
  text-align:left;  
  padding:10px;
  white-space: nowrap;
  border:1px solid black;
}

.table-orderer {
  display: none;
} 
.table-head .table-cell {
  position:relative;
}     

.table-head .table-cell:hover {
  background: rgba(0,0,0,0.05);
}

.table-head .table-cell:not(:first-child) {
  flex-direction: row-reverse;
}

.table-sorter:before,
.table-orderer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

#sort-by-domain:checked ~ .table .table-sorter[for=sort-by-domain] ~ .table-orderer,
#sort-by-price:checked ~ .table .table-sorter[for=sort-by-price] ~ .table-orderer,
#sort-by-rent:checked ~ .table .table-sorter[for=sort-by-rent] ~ .table-orderer {
  display: inline;
}

#sort-ascending:checked + .table .table-orderer[for=sort-ascending],
#sort-ascending:not(:checked) + .table .table-orderer[for=sort-descending] {
  display: none !important;
}