@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/Roboto-Thin.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/Roboto-Bold.ttf);
}
.st{
    font-family:Roboto,sans;
    color: #333;
    font-size:24px;
    min-height:100vh;
    background:url(../img/promo-spiral.png) no-repeat 0 0,url(../img/team-cloud.png) no-repeat 100% 100% #03081c;
    padding-top:3rem;
    padding-bottom:3rem;
}

.dot{
    display:block;
    position:absolute;
    border-radius:50%;
    background-repeat:no-repeat;
    cursor:pointer;
    box-shadow:0 0 0 rgba(204,169,44,.4);
    animation:pulse 2s infinite
}
.st-fade-out{
    animation:fadeOut .3s linear;
    animation-fill-mode:forwards
}
.st-fade-in{
    animation:fadeIn .3s linear;
    animation-fill-mode:forwards
}
@keyframes fadeIn{
    0%{
        opacity:0;
        display:block
    }
    100%{
        opacity:1;
        display:none
    }
}
@keyframes fadeOut{
    0%{
        opacity:1;
        display:block
    }
    100%{
        opacity:0;
        display:none
    }
}
@keyframes st-marquee{
    0%{
        left:+100%
    }
    100%{
        left:-210%
    }
}
.st .thin-text{
    font-weight:100
}
.st .light-text{
    font-weight:300
}
.st .regular-text{
    font-weight:400
}
.st .medium-text{
    font-weight:500
}
.st .light-blue-text{
    color:#999;
}
.st .blue-text{
    color:#99ceff
}
.st .small-text{
    font-size:12px
}
.st-dot-slave:before{
    content:'';
    display:inline-block;
    position:relative;
    width:8px;
    height:8px;
    margin-right:4px;
    border-radius:50%;
    background-color:#c44edc
}
.st-dot-torrent:before,
.st-dot-cdntorrent:before{
    content:'';
    display:inline-block;
    position:relative;
    width:8px;
    height:8px;
    margin-right:4px;
    border-radius:50%;
    background-color:#02aadc
}
.st-dot-peer:before{
    content:'';
    display:inline-block;
    position:relative;
    width:8px;
    height:8px;
    margin-right:4px;
    border-radius:50%;
    background-color:#39c948
}
.st-dot-core:before{
    content:'';
    display:inline-block;
    position:relative;
    width:8px;
    height:8px;
    margin-right:4px;
    border-radius:50%;
    background-color:#ffd600
}
.st .switch{
    position:relative;
    width:70px;
    height:34px;
    margin:0;
    top:-2px;
    vertical-align: middle;
}
.st .switch input{
    display:none
}
.st-slider{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#2f7bc2;
    -webkit-transition:.4s;
    transition:.4s
}
.st-slider:before{
    position:absolute;
    content:"";
    height:22px;
    width:22px;
    left:6px;
    bottom:6px;
    background-color:#fff;
    -webkit-transition:.4s;
    transition:.4s
}
[disabled] .st-slider:before{
    background-color:#729dc6;
}
.st-slider.round{
    border-radius:34px
}
.st-slider.round:before{
    border-radius:50%
}
input:checked+.st-slider:before{
    -webkit-transform:translateX(36px);
    -ms-transform:translateX(36px);
    transform:translateX(36px)
}
.st-hide{
    display:none!important
}
.st .st-mt-50{
    margin-top:50px
}
.st .st-mt-25{
    margin-top:25px
}
.st-button{
    background-color:#183f6a;
    color:#3f6a97;
    height:50px;
    text-transform:uppercase
}
.st-button-alt{
    background-color:#2f7bc2;
    color:#fff;
    height:55px
}
.st .background-gradient{
    background:linear-gradient(to right,#041530,rgba(4,21,48,0))
}
.st .form-control{
    background-color:#0c203d;
    height:50px;
    border:none;
    color:#fff;
    padding-top:20px;
    font-size:18px;
    overflow-x:hidden;
    box-shadow:0 0 10px rgba(153,206,255,.2)
}
.st .form-control.big{
    height:55px;
    background-color:#041530;
    border:1px solid rgba(153,206,255,.3);
    box-shadow:none;
    font-size:22px;
    padding-top:5px
}
.st .form-control-wrapper label{
    font-size:12px
}
.st .form-control+label{
    display:block;
    position:relative;
    white-space:nowrap;
    -webkit-transition:width .4s ease;
    transition:width .4s ease
}
.st .form-control.has-value+label>span,.st .form-control:focus+label>span{
    top:-45px;
    font-size:10px;
    font-weight:100
}
.st .form-control.has-value,.st .form-control:focus{
    background-color:#041530
}
.st .form-control+label>span{
    margin:0;
    position:absolute;
    top:-33px;
    left:15px;
    -webkit-transition:top .2s ease,font-size .2s ease,color .2s ease;
    transition:top .2s ease,font-size .2s ease,color .2s ease
}

.st-mooving-line{
    font-size:12px;
    background:#041530;
    padding:0;
    font-style:normal;
    height:30px
}
.st-mooving-line--item{
    line-height:30px;
    float:left
}
.st-marquee{
    display:block;
    width:200%;
    height:30px;
    position:absolute;
    overflow:hidden
}
.st-marquee-wrapper{
    height:30px;
    overflow:hidden;
    position:relative;
    width:95%;
    margin:0 auto
}
.st-marquee:hover{
    animation-play-state:paused
}
.st-content-section{
    min-height:180px
}
.st-graph-wrapper
{
	width: 50%;
	padding-left:25px;
}
.st-map-wrapper
{
	width: 50%;
	padding-left:25px;
}
.st-graph_wrap
{
	height: 280px;
	position: relative;
	margin-left: -40px;
	width: calc(100% + 40px);
}
.st-content-section--1 .st-graph{
	position: absolute;
	width: 100%;
	height: 100%;
}
.st-map_wrap{
	position:relative;
	height:260px;
}
.st-map{
	position: absolute;
	width: 100%;
	height: 100%;
}
.st-graph {
}
.st-content-section--1 .st-legend--addon{
    font-size:12px;
    line-height: 24px;
    display: block;
}
.st-content-section--2 .st-request-test-form{
    background-color:#0e2545
}
.st-content-section--2 .st-request-test-form--header__heading{
    font-size:32px
}
.st-content-section--2 .st-request-test-form--header__desc{
    font-size:16px;
    line-height:19px
}
.st-indicator
{
	padding: 30px 30px 0;
	line-height:1.2;
}
.st-indicator-wrapper
{
	padding-left: 25px;
}
.st-indicator-wrapper:first-child
{
	padding-left: 15px;
}
.st-content-section--2 .st-indicators{
    padding-right:0;
    margin-left:0;
    padding-left:0
}
.st-content-section--2 .st-indicators .st-indicator{
    height:100%;
    background-color:#041530
}
.st-content-section--2 .st-indicators .st-indicator-wrapper{
    padding-right:0
}
.st-content-section--2 .st-indicators .st-indicator .st-graph2{
    bottom:-20px;
    position:relative;
    height:50px
}
.st-content-section--2 .st-indicators .st-indicator--legend{
    font-size:12px;
    display:inline-block;
    width:100%;
    text-align:left;
    padding: 0;
    text-transform:uppercase;
    vertical-align: top;
}
.st-content-section--2 .st-indicators .st-indicator--legend__vals{
    padding-top:0;
    font-size:24px;
}
.st-content-section--2 .st-indicators .st-indicator--content{
    font-weight:100;
    height:50%;
    text-align:left;
}
.st-content-section--2 .st-indicators .st-indicator--content__graph{
}
.st-content-section--2 .st-indicators .st-indicator--content__text-big{
    letter-spacing:-3px;
    font-size:90px
}
.st-content-section--2 .st-indicators .st-indicator--content__text-small{
    color:#89b7e3;
    letter-spacing:-1px;
    font-size:1.8em
}
.st-content-section--3__header{
    font-size:32px
}
.st-content-section--3 .test-net-form .progress-block{
    height:55px
}
.st-content-section--3 .test-net-form .progress-block__label{
    font-size:16px
}
.st-content-section--3 .test-net-form .progress-block__content{
    color:#11345c
}
.st-content-section--3 .test-net-form .progress-block__dot{
    display:inline-block;
    width:25px;
    height:25px;
    border-radius:50%;
    background-color:#11345c
}
.st-content-section--3 .test-net-form .progress-block__dot.active{
    background-color:#39c948
}
.st-grid-wrapper{
    font-size:12px;
    text-align:left
}
.st-grid-wrapper table{
    border-collapse:separate;
    border-spacing:0 5px
}
.st-grid-wrapper tbody tr{
    background-color: rgba(47, 123, 194, 0.15);
    border-radius:5px;
}
.st-grid-wrapper tbody tr:hover{
    background-color:#0e2646
}
.st-grid-wrapper tbody tr:hover .blue-text{
    color:#39c948
}
.st-grid-wrapper tbody tr td:first-child{
    border-radius:5px 0 0 5px;
}
.st-grid-wrapper tbody tr td:last-child{
    border-radius: 0 5px 5px 0;
}
.st-grid-wrapper tbody tr td:nth-child(4),
.st-grid-wrapper tbody tr td:nth-child(5){
    font-weight: bold;
}
.st-grid-wrapper tbody tr td:nth-child(4){
    text-align: center;
}
.st-grid-wrapper td,.st-grid-wrapper th,.st-grid-wrapper thead th{
    border:none;
    font-size: 12px;
    line-height: 14px;
    padding:10px 20px;
}


.h1
{
	font-size: 42px;
}
.st-net-type--labels
{
	font-weight: 500;
	padding: 0 7px;
}
.st-net-type--labels.thin-text
{
	font-weight: 300;
}
.st-logo
{
	padding: 0; 
	position: relative;
}
.st-logo img
{
	position: absolute;
	top: 5px;
	right: 0px;
}

@media (max-width:1199px){
    .st-content-section--2{
        min-height:150px
    }
    .st-indicator--content__text-big{
        font-size:70px!important
    }
    .st-indicator--content__text-small{
        font-size:32px!important
    }
    .st .progress-block__content{
        font-size:20px
    }
    .st .progress-block__dot{
        width:20px!important;
        height:20px!important
    }

	.h1
	{
		font-size: 36px;
	}
    .st-indicator{
        padding: 20px 25px;
    }
	.st-indicator-wrapper
	{
		padding-left: 20px;
	}
	.st-content-section--2 .st-indicators .st-indicator .st-graph2{
	    height:40px
	}
	.st-net-type--labels
	{
		font-size: 20px;
	}
	.mt-4
	{
		margin-top: 1rem !important;
	}
	.st-logo img
	{
		top: 0px;
		right: 5px;
	}
	.container {
		width: 980px !important;
	}
}
.st-marquee{
    animation: st-marquee 60s linear infinite;
}
.tooltip-inner {
     background: #2F7BC2;
     color: white;
     display: inline-block;
     height: 30px;
     line-height: 30px;
     border-radius: 50px;
     margin-left: 0;
     padding-top: 0;
     padding-bottom: 0;
     font-size: 12px;
     font-weight:500 !important;
     text-transform: uppercase;
     padding-left: 15px;
     padding-right: 15px;
     white-space: normal!important;
}
.tooltip-inner::before {
     border-bottom-color: #fff !important;
     top: -2px;
}
.st-mooving-line {
     max-width: calc(100% - 15px);
     margin-left: 15px;
}
 .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
     border-bottom-color: #2F7BC2;
}


/*===================================================================*/

html, body {min-width: 980px;}
body.st {position: relative;}
body.st.new-design {background: #fff; font-family: Roboto; font-style: normal; font-weight: normal;}
.page-container {padding-bottom: 100px;}
.st-header {margin-bottom: 40px;}
.st-footer {position: absolute; bottom: 0px; left: 0px; right: 0px; height: 80px;}
.st-footer .copyright {font-weight: normal; font-size: 12px; line-height: 14px; padding-top: 10px;}


.new-design .blocks-container {}
.new-design .blocks-container > .row {margin-top: 40px;}
.new-design .blocks-container > .row:first-child {margin-top: 0px;}
.blocks-container .block {}
.blocks-container .block h3 {font-size: 20px; line-height: 23px; margin-bottom: 13px;}
.blocks-container .block--panel-wrapper {padding: 0px 15px;}
.blocks-container .block .block--panel {background-color: #f5f5f5; border-radius: 5px; padding: 15px 0px;}
.block--panel .item {padding: 5px 20px; position: relative;}
.block--panel .item .item--inner-wrapper {padding-left: 0px; padding-right: 60px;}
.block--panel .item:first-child .item--inner-wrapper {padding-left: 0px;}
.block--panel .item:after {position: absolute; top: 0px; right: 0px; content: ""; height: 100%; width: 1px; background-color: #999;}
.block--panel .item:last-child:after {display: none;}
.block--panel .item .label {font-size: 12px; line-height: 14px; text-transform: uppercase; color: #333; margin-bottom: 9px;}
.block--panel .item .text {font-weight: 300; font-size: 32px; line-height: 37px;}

.block--panel.block--panel-size2 {}
.block--panel.block--panel-size2 .item {margin-top: 15px; margin-bottom: 15px; padding: 15px 20px;}
.block--panel.block--panel-size2 .item:before {content: ""; position: absolute; bottom: -15px; left: 20px; right: 10px; height: 1px; background-color: #999; display: none;}
.block--panel.block--panel-size2 .item:nth-child(even):before {left: 10px; right: 20px;}
.block--panel.block--panel-size2 .item:nth-last-child(-n+2) {margin-bottom: 15px;}
.block--panel.block--panel-size2 .item:nth-last-child(-n+2):before {display: none;}
.block--panel.block--panel-size2 .item:nth-child(odd) .item--inner-wrapper {padding-left: 0px;}
.block--panel.block--panel-size2 .item:nth-child(even) .item--inner-wrapper {padding-left: 0px;}
/*.block--panel.block--panel-size2 .item:nth-child(even):after {display: none;}*/
.block--panel.block--panel-size2 .item .text {font-size: 16px; line-height: 19px;}

.block--panel.block--panel-size2 .item:nth-child(odd) .status {right: 40px;}


.block--panel.block--panel-size3 .item {margin-top: 15px; margin-bottom: 0px; padding: 0px 40px;}

.block--panel .item .status {position: absolute; top: 12px; right: 20px; font-size: 16px; line-height: 20px; height: 20px; padding-right: 0px; color: #999; font-weight: bold;}

.mh-select {background: rgba(5, 11, 31, 0.6) url(data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.60205%201L4.80103%204.80103L1%201%22%20stroke%3D%22%2399CEFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E) no-repeat right 16px center; border: 1px solid rgba(153, 206, 255, 0.3); border-radius: 25px; color: #ffffff; font-size: 16px; line-height: 19px; padding: 8px 40px 9px 20px; height: 45px; width: 333px; box-sizing: border-box;}
.custom-select.mh-select:focus {border-color: rgba(153, 206, 255, 0.3); box-shadow: none;}

.selectric-mh-select {width: 100%; max-width: 333px; /*width: 333px;*/ display: inline-block;}
.selectric-mh-select .selectric {background: rgba(5, 11, 31, 0.6) url(data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.60205%201L4.80103%204.80103L1%201%22%20stroke%3D%22%2399CEFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E) no-repeat right 16px center; border: 1px solid rgba(153, 206, 255, 0.3); border-radius: 25px;}
.selectric-mh-select .selectric .label {padding: 8px 40px 9px 20px; color: #ffffff; font-size: 16px; line-height: 27px; height: 43px; text-align: left; margin: 0;}
.selectric-mh-select .selectric .button {display: none;}
.selectric-mh-select .selectric-items {background: rgba(5, 11, 31, 0.6); border: 1px solid rgba(153, 206, 255, 0.3); box-shadow: none;}
.selectric-mh-select .selectric-items li {color: #ffffff; font-size: 16px; line-height: 19px; text-align: left;}
.selectric-mh-select .selectric-items li.highlighted,
.selectric-mh-select .selectric-items li:hover {background: rgba(10,73,130,0.6);}

.sdot {position: relative; padding-right: 10px; box-sizing: border-box; top: -10px; right: -5px;}
.sdot:before {content: ""; position: absolute; top: 4px; right: 0px; width: 8px; height: 8px; border-radius: 50%;}
.sdot.sdot-warning:before {background-color: #FFD600;}
.sdot.sdot-danger:before {background-color: #FB5E5B;}
.sdot.sdot-success:before {background-color: #7AD604;}

.block--panel .item .text {display: flex; justify-content: space-between;}
#block-status--last-block-time .text {display: block;}

.st-icon.clock-new2 {background:url('../img/clock.svg') no-repeat 90% 10%;}
.st-icon.boxes-new2 {background:url('../img/boxes.svg') no-repeat 90% 10%;}
.st-icon.server-new2 {background:url('../img/server.svg') no-repeat 90% 10%;}
.st-icon.wallet-new2 {background:url('../img/wallet.svg') no-repeat 90% 10%;}

.st-icon.calendar {background:url('../img/calendar.svg') no-repeat 98% 10%;}
.st-icon.hours24 {background:url('../img/24-hours.svg') no-repeat 98% 10%;}
.st-icon.unlock {background:url('../img/unlock.svg') no-repeat 98% 10%;}
.st-icon.team {background:url('../img/team.svg') no-repeat 98% 10%;}

#block-forging-status .block--panel-wrapper:nth-child(1) {margin-top: 0px;}
#block-forging-status .block--panel-wrapper {margin-top: 16px;}
#block-forging-status .item .text {justify-content: left;}

.tooltip .arrow::before {border-top-color: #2F7BC2;}
.tooltip-inner {text-transform: none;}
.tooltip-info {display: inline-block; width: 16px; height: 16px; background:url('../img/info.svg') no-repeat center center; margin-left: 8px; margin-top: 3px;}

#tester-block .st-icon.server-new2 {
    background: none;
    padding-top: 15px;
}
#tester-block .status {
    top: 12px;
}

#tester-block .interval {
    font-size: 20px;
    line-height: 20px;
}

@media (min-width: 768px){
    .container {max-width: 954px;}
}

@media (min-width: 1024px){
    .container {max-width: 954px;}
}

@media (min-width: 1440px){
    .container {max-width: 1230px;}
    .st-footer .container {max-width: 1440px; padding-left: 50px; padding-right: 50px;}
}

@media (max-width: 1439px){
    .block--panel .item .item--inner-wrapper {padding-left: 10px;}
}

.st-header-links {
    font-size: 16px;
    padding-top: 15px;
}

.st-header-links a {
    color: #333;
    text-decoration: underline;
}

.block h3 .sdot {
	top: 0px;
}