.wordart-attribution {
	display:none;	
}

.Glavnaya2 {

    text-align: center;
    background-color: #fff;
    padding: 2px 5px 1px 5px;
	margin-left: 30px;
	margin-right: 30px;

}



blockquote {
margin: 0;
background: white;
border-top: 5px solid #EAF9F9;
border-bottom: 5px solid #EAF9F9;
color: #3A3C55;
background: #EAF9F9;
padding: 30px 30px 30px 90px;
position: relative;
font-family: 'Lato', sans-serif;
font-weight: 300;
}
blockquote:before {
content: "\201C";
font-family: serif;
position: absolute;
left: 20px;
top: 20px;
color: white;
background: #2071CA;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 50px;
line-height: 1.35;
text-align: center;
}
blockquote p {
margin: 0 0 16px;
font-size: 22px;
letter-spacing: .05em;
line-height: 1.4;
}



		
		
		
.wordart-attribution {
	display:none;	
}

.Glavnaya2 {

    text-align: center;
    background-color: #fff;
    padding: 2px 5px 1px 5px;
	margin-left: 30px;
	margin-right: 30px;

}



.Glavnaya2 h1 {

color: #151515;
font-weight: 500;
line-height: 1.6;
letter-spacing: .03em;
border-bottom: 1px #525252 solid;
}






.post {

    float: left;
    width: 549px;
    margin-right: 3%;

}




.edu-item img {
 -webkit-transition:all .5s ease;
 -moz-transition:all .5s ease;
 -ms-transition:all .5s ease;
 -o-transition:all .5s ease;
 transition:all .5s ease;
}



.edu-item img:hover {
 -moz-transform:rotate(360deg);
 -webkit-transform:rotate(360deg);
 -o-transform:rotate(360deg);
 -ms-transform:rotate(360deg);
 transform:rotate(360deg)
}
		
		
		
		
		
		
		
		
		
		.criptoicon {
    width: 100%;

    margin-right: auto;

}
		
		.edu-item {
    -webkit-flex: 0 1 23.3%;
    -ms-flex: 0 1 23.3%;
    flex: 0 1 23.3%;
    max-width: 23.3%;
	    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;

	margin-top:20px;

}

.row 
{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: 15px;
}



.box {
    border: .125rem solid #f5f5f5;
    box-shadow: .019rem .313rem .581rem .044rem rgba(0,0,0,.05);
	 padding: .75rem;
}




.text-center {
    text-align: center !important;
}


.bg-primary {
    background-color: #02518D !important;
}

.h3 {
color:#fff;
margin-bottom: .5rem;
font-family: inherit;
font-weight: 400;
line-height: 1.2;

	
}


.edu-item .btn {
    width: 120px;
}


.btn {
 display:inline-block;
 font-weight:400;
 text-align:center;
 white-space:nowrap;
 vertical-align:middle;
 user-select:none;
 margin-top:10px;
 cursor:pointer;
 border:1px solid transparent;
 padding:.375rem .75rem;
 font-size:1rem;
 line-height:1.5;
 border-radius:.25rem;
 text-decoration:none;
 transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn:focus,.btn:hover {
 text-decoration:none
}
.btn:focus,.btn.focus {
 outline:0;
 box-shadow:0 0 0 .2rem rgba(84,155,198,0.25)
}
.btn.disabled,.btn:disabled {
 opacity:.65
}
.btn:not([disabled]):not(.disabled):active,.btn:not([disabled]):not(.disabled).active {
 background-image:none
}
a.btn.disabled,fieldset[disabled] a.btn {
 pointer-events:none
}
.btn-primary {
 color:#fff;
 background-color:#549bc6;
 border-color:#549bc6
}
.btn-primary:hover {
 color:#fff;
 background-color:#3d89b7;
 border-color:#3a82ad
}
.btn-primary:focus,.btn-primary.focus {
 box-shadow:0 0 0 .2rem rgba(84,155,198,0.5)
}
.btn-primary.disabled,.btn-primary:disabled {
 background-color:#549bc6;
 border-color:#549bc6
}
.btn-primary:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
 color:#fff;
 background-color:#3a82ad;
 border-color:#377ba4;
 box-shadow:0 0 0 .2rem rgba(84,155,198,0.5)
}
.btn-secondary {
 color:#fff;
 background-color:#868e96;
 border-color:#868e96
}
.btn-secondary:hover {
 color:#fff;
 background-color:#727b84;
 border-color:#6c757d
}
.btn-secondary:focus,.btn-secondary.focus {
 box-shadow:0 0 0 .2rem rgba(134,142,150,0.5)
}
.btn-secondary.disabled,.btn-secondary:disabled {
 background-color:#868e96;
 border-color:#868e96
}
.btn-secondary:not([disabled]):not(.disabled):active,.btn-secondary:not([disabled]):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
 color:#fff;
 background-color:#6c757d;
 border-color:#666e76;
 box-shadow:0 0 0 .2rem rgba(134,142,150,0.5)
}
.btn-success {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-success:hover {
 color:#fff;
 background-color:#218838;
 border-color:#1e7e34
}
.btn-success:focus,.btn-success.focus {
 box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)
}
.btn-success.disabled,.btn-success:disabled {
 background-color:#28a745;
 border-color:#28a745
}
.btn-success:not([disabled]):not(.disabled):active,.btn-success:not([disabled]):not(.disabled).active,.show>.btn-success.dropdown-toggle {
 color:#fff;
 background-color:#1e7e34;
 border-color:#1c7430;
 box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)
}
.btn-info {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-info:hover {
 color:#fff;
 background-color:#138496;
 border-color:#117a8b
}
.btn-info:focus,.btn-info.focus {
 box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)
}
.btn-info.disabled,.btn-info:disabled {
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-info:not([disabled]):not(.disabled):active,.btn-info:not([disabled]):not(.disabled).active,.show>.btn-info.dropdown-toggle {
 color:#fff;
 background-color:#117a8b;
 border-color:#10707f;
 box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)
}
.btn-warning {
 color:#111;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-warning:hover {
 color:#111;
 background-color:#e0a800;
 border-color:#d39e00
}
.btn-warning:focus,.btn-warning.focus {
 box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)
}
.btn-warning.disabled,.btn-warning:disabled {
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-warning:not([disabled]):not(.disabled):active,.btn-warning:not([disabled]):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
 color:#111;
 background-color:#d39e00;
 border-color:#c69500;
 box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)
}
.btn-danger {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-danger:hover {
 color:#fff;
 background-color:#c82333;
 border-color:#bd2130
}
.btn-danger:focus,.btn-danger.focus {
 box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)
}
.btn-danger.disabled,.btn-danger:disabled {
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-danger:not([disabled]):not(.disabled):active,.btn-danger:not([disabled]):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
 color:#fff;
 background-color:#bd2130;
 border-color:#b21f2d;
 box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)
}
.btn-light {
 color:#111;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-light:hover {
 color:#111;
 background-color:#e2e6ea;
 border-color:#dae0e5
}
.btn-light:focus,.btn-light.focus {
 box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)
}
.btn-light.disabled,.btn-light:disabled {
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-light:not([disabled]):not(.disabled):active,.btn-light:not([disabled]):not(.disabled).active,.show>.btn-light.dropdown-toggle {
 color:#111;
 background-color:#dae0e5;
 border-color:#d3d9df;
 box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)
}
.btn-dark {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-dark:hover {
 color:#fff;
 background-color:#23272b;
 border-color:#1d2124
}
.btn-dark:focus,.btn-dark.focus {
 box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)
}
.btn-dark.disabled,.btn-dark:disabled {
 background-color:#343a40;
 border-color:#343a40
}
.btn-dark:not([disabled]):not(.disabled):active,.btn-dark:not([disabled]):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
 color:#fff;
 background-color:#1d2124;
 border-color:#171a1d;
 box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)
}
.btn-outline-primary {
 color:#fff;
 background-color:transparent;
 background-image:none;
 border-color:#fff;
 text-decoration:none;
}
.btn-outline-primary:hover {
 color:#000;
 background-color:#fff;
 border-color:#fff
}
.btn-outline-primary:focus,.btn-outline-primary.focus {
 box-shadow:0 0 0 .2rem rgba(84,155,198,0.5)
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled {
 color:#549bc6;
 background-color:transparent
}
.btn-outline-primary:not([disabled]):not(.disabled):active,.btn-outline-primary:not([disabled]):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle {
 color:#fff;
 background-color:#549bc6;
 border-color:#549bc6;
 box-shadow:0 0 0 .2rem rgba(84,155,198,0.5)
}
.btn-outline-secondary {
 color:#868e96;
 background-color:transparent;
 background-image:none;
 border-color:#868e96
}
.btn-outline-secondary:hover {
 color:#fff;
 background-color:#868e96;
 border-color:#868e96
}
.btn-outline-secondary:focus,.btn-outline-secondary.focus {
 box-shadow:0 0 0 .2rem rgba(134,142,150,0.5)
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
 color:#868e96;
 background-color:transparent
}
.btn-outline-secondary:not([disabled]):not(.disabled):active,.btn-outline-secondary:not([disabled]):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle {
 color:#fff;
 background-color:#868e96;
 border-color:#868e96;
 box-shadow:0 0 0 .2rem rgba(134,142,150,0.5)
}
.btn-outline-success {
 color:#28a745;
 background-color:transparent;
 background-image:none;
 border-color:#28a745
}
.btn-outline-success:hover {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-outline-success:focus,.btn-outline-success.focus {
 box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)
}
.btn-outline-success.disabled,.btn-outline-success:disabled {
 color:#28a745;
 background-color:transparent
}
.btn-outline-success:not([disabled]):not(.disabled):active,.btn-outline-success:not([disabled]):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745;
 box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)
}
.btn-outline-info {
 color:#17a2b8;
 background-color:transparent;
 background-image:none;
 border-color:#17a2b8
}
.btn-outline-info:hover {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-outline-info:focus,.btn-outline-info.focus {
 box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)
}
.btn-outline-info.disabled,.btn-outline-info:disabled {
 color:#17a2b8;
 background-color:transparent
}
.btn-outline-info:not([disabled]):not(.disabled):active,.btn-outline-info:not([disabled]):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8;
 box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)
}
.btn-outline-warning {
 color:#ffc107;
 background-color:transparent;
 background-image:none;
 border-color:#ffc107
}
.btn-outline-warning:hover {
 color:#fff;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-outline-warning:focus,.btn-outline-warning.focus {
 box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)
}
.btn-outline-warning.disabled,.btn-outline-warning:disabled {
 color:#ffc107;
 background-color:transparent
}
.btn-outline-warning:not([disabled]):not(.disabled):active,.btn-outline-warning:not([disabled]):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
 color:#fff;
 background-color:#ffc107;
 border-color:#ffc107;
 box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)
}
.btn-outline-danger {
 color:#dc3545;
 background-color:transparent;
 background-image:none;
 border-color:#dc3545
}
.btn-outline-danger:hover {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-outline-danger:focus,.btn-outline-danger.focus {
 box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)
}
.btn-outline-danger.disabled,.btn-outline-danger:disabled {
 color:#dc3545;
 background-color:transparent
}
.btn-outline-danger:not([disabled]):not(.disabled):active,.btn-outline-danger:not([disabled]):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545;
 box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)
}
.btn-outline-light {
 color:#f8f9fa;
 background-color:transparent;
 background-image:none;
 border-color:#f8f9fa
}
.btn-outline-light:hover {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-outline-light:focus,.btn-outline-light.focus {
 box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)
}
.btn-outline-light.disabled,.btn-outline-light:disabled {
 color:#f8f9fa;
 background-color:transparent
}
.btn-outline-light:not([disabled]):not(.disabled):active,.btn-outline-light:not([disabled]):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa;
 box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)
}
.btn-outline-dark {
 color:#343a40;
 background-color:transparent;
 background-image:none;
 border-color:#343a40
}
.btn-outline-dark:hover {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-outline-dark:focus,.btn-outline-dark.focus {
 box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled {
 color:#343a40;
 background-color:transparent
}
.btn-outline-dark:not([disabled]):not(.disabled):active,.btn-outline-dark:not([disabled]):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40;
 box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)
}
.btn-link {
 font-weight:400;
 color:#549bc6;
 background-color:transparent
}
.btn-link:hover {
 color:#33739a;
 text-decoration:none;
 background-color:transparent;
 border-color:transparent
}
.btn-link:focus,.btn-link.focus {
 border-color:transparent;
 box-shadow:none
}
.btn-link:disabled,.btn-link.disabled {
 color:#868e96
}
.btn-lg,.btn-group-lg>.btn {
 padding:.5rem 1rem;
 font-size:1.25rem;
 line-height:1.5;
 border-radius:.3rem
}
.btn-sm,.btn-group-sm>.btn {
 padding:.25rem .5rem;
 font-size:.875rem;
 line-height:1.5;
 border-radius:.2rem
}
.btn-block {
 display:block;
 width:100%
}
.btn-block+.btn-block {
 margin-top:.5rem
}





.entry-content img {
padding-right:20px;
padding-bottom:20px;
max-width: 1170px;
}





/* NAVIGATION */
.navigation {
float: left;
width: auto;

margin-top: 65px;
font-size: 16px;
}
.navigation > a {
float: left;
width: 32px;
font-weight: 700;
text-align: center;
color: #637b93;
text-decoration: none;
margin-left: 1px;
padding-top: 7px;
}
.navigation > .current {
float: left;
font-weight: 700;
width: 29px;
text-align: center;
color: #c4c8cc;
margin-left: 5px;
padding-top: 7px;
}
.navigation > .prev {
float: left;
width: 32px;
height: 34px;
background: url('images/bow_left.png') no-repeat;
margin-left: 0;
}
.navigation > .next {
float: left;
width: 34px;
height: 34px;
background: url('images/bow_right.png') no-repeat;
margin-left: 14px;
}
.navigation > .dots {
float: left;
font-size: 14px;
font-weight: 700;
width: 32px;
text-align: center;
color: #c4c8cc;
padding-top: 7px;
}


















.Glavnaya2 h1 {

color: #151515;
font-weight: 500;
line-height: 1.6;
letter-spacing: .03em;
border-bottom: 1px #525252 solid;
}


figure {

margin:0px;
}



.post {

    float: left;
    width: 549px;
    margin-right: 3%;

}


.postmobil {

    float: left;
    width: 100%;
    margin-right: 3%;

}



body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #6b6b6b;
    min-width: 1170px !important;
}




.copyright {
color:#999;
}


.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 1170px !important;
    max-width: none !important;
}

h1,h2,h3,h4,h5,h6 {

    color:  #000;
    font-size: 20px;
    font-weight: 300;
 
}


.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    clear: both;
}
/* === HEADER === */

header {
    padding-top: 23px;
    margin-bottom: -6px;
    margin-bottom: 18px;
}
.wrap-logo {
    margin-left: 28px;
}




.article ul {
padding: 0px 0 0 20px;
margin: 0.5em 0 1.571em 1.9em;
color: #2E2E2E;
list-style-type: none;
font: 15px/17px Verdana, Arial, Helvetica, sans-serif;
z-index: 2;
counter-reset: point;
}
  
.articleul li {
margin-bottom: 4px;
line-height: 1.6;
color: #2E2E2E;
position: relative;
}
  
.article ul li:before {
margin-bottom: 4px;
counter-increment: point 1;
line-height: 1.6;
height: 24px;
margin-left: -36px;
left: 0px;
width: 24px;
margin-top: 1px;
background: #BDC3C7;
content: counter(point);
text-align: center;
position: absolute;
font-weight: bold;
}





.article ul {
margin-top:10px;

}







.crp_related ul {
padding: 0px 0 0 20px;
margin: 0.5em 0 1.571em 1.9em;
color: #2E2E2E;
list-style-type: none;
font: 15px/17px Verdana, Arial, Helvetica, sans-serif;
z-index: 2;
counter-reset: point;
}
  
.crp_related li {
margin-bottom: 4px;
line-height: 1.6;
color: #2E2E2E;
position: relative;
}
  
.crp_related ul li:before {
margin-bottom: 4px;
counter-increment: point 1;
line-height: 1.6;
height: 24px;
margin-left: -36px;
left: 0px;
width: 24px;
margin-top: 1px;
background: #BDC3C7;
content: counter(point);
text-align: center;
position: absolute;
font-weight: bold;
}






















.wrap-showcase.nethouse-showcase {
    background: url(/wp-content/themes/crypto/N_bg.jpg);
}
.wrap-showcase h1 {
    padding-top: 39px;
}
span.domain, p#domain-data-info span {
    font-weight: 700;
}
p#domain-data-info, p#actions {
    display: inline-block;
}
p#actions {
    margin-left: 25px;
}

.wrap-domain-block p {
    color:  #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    margin-top: 41px;
}
.submit-btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding: 16px 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    background: #76c304;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #589203 0 2px 0;
    -moz-box-shadow: #589203 0 2px 0;
    box-shadow: #589203 0 2px 0;
    text-decoration: none;
}
.submit-btn.nethouse-btn {
    padding: 15px 50px;
    margin-top: -15px;
    display: block;
    font-weight: 300;
    color: #555;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-box-shadow: inset #ccc 0 -2px 0,#555 0 1px 6px -1px;
    -webkit-box-shadow: inset #ccc 0 -2px 0,#555 0 1px 6px -1px;
    box-shadow: inset #ccc 0 -2px 0,#555 0 1px 6px -1px;
}
.submit-btn.nethouse-btn:active {
    position: relative;
    transform:translate(0px, 4px);
    -webkit-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    -moz-transform: translate(0px, 4px);
}
/* === MAIN === */

.wrap-service {
    padding-top: 20px;
}
.wrap-service-blocks {
    width: 540px;
    height: 260px;
    margin-left: 30px;
    margin-top: 30px;
    float: left;
}




.wrap-service-blocks-mini {
    width: 540px;
    height: 160px;
    margin-left: 30px;
    margin-top: 30px;
    float: left;
}






.wrap-nethouse {
    background: url(nethouse.png) 50% 50% no-repeat;    
}



.wrap-bit {
    background-color: #02518D;
}

.wrap-text-bit {
	
	 background-color: #d9e5ee;
	 font-size: 16px;
font-weight: 300;
line-height: 24px;
text-align: left;
padding: 15px;

position: relative;
top: 160px;
}









.wrap-majordomo {
    background: url(majordomo.png)/*tpa=http://bablotube.ru/img/majordomo.png*/ 50% 50% no-repeat; 
}
.wrap-siteaudit {
    background: url(siteaudit.png)/*tpa=http://bablotube.ru/img/siteaudit.png*/ 50% 50% no-repeat;
}
.wrap-registrant {
    background: url(domainnethouse.png)/*tpa=http://bablotube.ru/img/domainnethouse.png*/ 50% 50% no-repeat;
}
.wrap-pronethouse {
    background: url(pronethouse.png)/*tpa=http://bablotube.ru/img/pronethouse.png*/ 50% 50% no-repeat;
}
.wrap-text-block {
    height: 100px;
    position: relative;
    top: 160px;
}
.wrap-text-block p {
    color:  #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    padding: 15px;
}
.wrap-text-block p span {
    color:  #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.wrap-nethouse .wrap-text-block, .wrap-pronethouse .wrap-text-block {
    background-color: #d9e5ee;
}
.wrap-majordomo .wrap-text-block {
    background-color: #ffe8d9;
}
.wrap-registrant .wrap-text-block {
    background-color: #d9e5ee;
}
.wrap-siteaudit .wrap-text-block {
    background-color: #e2e9f9;
}
/* === FOOTER === */
footer {
    margin-top: 93px;
    margin-bottom: 50px;
}

footer .copyright {
    color:  #555555;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}
footer .copyright.copy-nethouse, footer .copyright.copy-nethouse a {
    font-weight: 300;
    font-size: 15px;
    color: #999;
}
footer .copyright.copy-nethouse a:hover {
    text-decoration: underline;
}
footer .copyright a {
    text-decoration: none;
    color: #0088cc;
}
footer .copyright {
    display: inline-block;

}


/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

.crp_related  {

margin-top:30px;
margin-left:35px;



}

.crp_related h3 {
margin-left:-35px;
color:#000;
font-size:25px;
padding-bottom:15px;
}






body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #6b6b6b;
    min-width: 1170px !important;
}


h1 {

    color:  #000000;
    font-size: 30px;
    font-weight: 300;

}

.clearfix {
    clear: both;
}
/* === HEADER === */

header {
    padding-top: 23px;
    margin-bottom: -6px;
    margin-bottom: 18px;
}
.wrap-logo {
    margin-left: 28px;
}






p {
margin-top:15px;
line-height:1.5;
}




.wrap-showcase {
display:none;
    background: url(default_bg_image.png)/*tpa=http://bablotube.ru/img/default_bg_image.png*/ 50% 50% no-repeat, #005197; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(default_bg_image.png)/*tpa=http://bablotube.ru/img/default_bg_image.png*/ 50% 50% no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTE5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzdjY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url(default_bg_image.png)/*tpa=http://bablotube.ru/img/default_bg_image.png*/ 50% 50% no-repeat, -moz-linear-gradient(top, #005197 0%, #037ccd 100%); /* FF3.6+ */
    background: url(default_bg_image.png)/*tpa=http://bablotube.ru/img/default_bg_image.png*/ 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005197), color-stop(100%,#037ccd)); /* Chrome,Safari4+ */
    background: url(default_bg_image.png)/*tpa=http://bablotube.ru/img/default_bg_image.png*/ 50% 50% no-repeat, -webkit-linear-gradient(top, #005197 0%,#037ccd 100%); /* Chrome10+,Safari5.1+ */
    background: url(default_bg_image.png)/*tpa=http://bablotube.ru/img/default_bg_image.png*/ 50% 50% no-repeat, -o-linear-gradient(top, #005197 0%,#037ccd 100%); /* Opera 11.10+ */
    background: url(default_bg_image.png)/*tpa=http://bablotube.ru/img/default_bg_image.png*/ 50% 50% no-repeat, -ms-linear-gradient(top, #005197 0%,#037ccd 100%); /* IE10+ */
    background: url(default_bg_image.png)/*tpa=http://bablotube.ru/img/default_bg_image.png*/ 50% 50% no-repeat, linear-gradient(to bottom, #005197 0%,#037ccd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005197', endColorstr='#037ccd',GradientType=0 ); /*IE6-8 */
    height: 190px;
}

.bottom_block {
display:none;

}

.foter_m {
display:none;
}





.wrap-nethouse {
    background: url(nethouse.png) 50% 50% no-repeat;    
}



.wrap-bit {
    background-color: #02518D;
}

.wrap-text-bit {
	
	 background-color: #d9e5ee;
	 font-size: 16px;
font-weight: 300;
line-height: 24px;
text-align: left;
padding: 15px;

position: relative;
top: 160px;
}









.wrap-majordomo {
    background: url(majordomo.png)/*tpa=http://bablotube.ru/img/majordomo.png*/ 50% 50% no-repeat; 
}
.wrap-siteaudit {
    background: url(siteaudit.png)/*tpa=http://bablotube.ru/img/siteaudit.png*/ 50% 50% no-repeat;
}
.wrap-registrant {
    background: url(domainnethouse.png)/*tpa=http://bablotube.ru/img/domainnethouse.png*/ 50% 50% no-repeat;
}
.wrap-pronethouse {
    background: url(pronethouse.png)/*tpa=http://bablotube.ru/img/pronethouse.png*/ 50% 50% no-repeat;
}
.wrap-text-block {
    height: 100px;
    position: relative;
    top: 160px;
}
.wrap-text-block p {
    color:  #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    padding: 15px;
}
.wrap-text-block p span {
    color:  #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.wrap-nethouse .wrap-text-block, .wrap-pronethouse .wrap-text-block {
    background-color: #d9e5ee;
}
.wrap-majordomo .wrap-text-block {
    background-color: #ffe8d9;
}
.wrap-registrant .wrap-text-block {
    background-color: #d9e5ee;
}
.wrap-siteaudit .wrap-text-block {
    background-color: #e2e9f9;
}
/* === FOOTER === */
footer {
    margin-top: 93px;
    margin-bottom: 50px;
}

footer .copyright {
    color:  #555555;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}
footer .copyright.copy-nethouse, footer .copyright.copy-nethouse a {
    font-weight: 300;
    font-size: 15px;
    color: #999;
}
footer .copyright.copy-nethouse a:hover {
    text-decoration: underline;
}
footer .copyright a {
    text-decoration: none;
    color: #0088cc;
}
footer .copyright {
    display: inline-block;

}

p {
margin-top:15px;
line-height:1.5;
}


























    /*-------------------------------------*/
    
    .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/	
    
    .form-wrapper {
        width: 90%;
        padding: 15px;
        margin: 30px auto 0px auto;
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    }
    
    .form-wrapper input {
        width: 933px;
        height: 20px;
        padding: 10px 5px;
        float: left;    
        font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;      
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 110px;
        font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
        color: #fff;
        text-transform: uppercase;
        background: #2888D4;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   
      
    .form-wrapper button:hover{		
        background: #e54040;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #c42f2f;    
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #2888D4 transparent;
        top: 12px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #2888D4;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #c42f2f;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

































.wordart-attribution {
	display:none;	
}

.Glavnaya2 {

    text-align: center;
    background-color: #fff;
    padding: 2px 5px 1px 5px;
	margin-left: 30px;
	margin-right: 30px;
display:none;

}



.Glavnayam {
    text-align: center;
    background-color: #fff;
    padding: 2px 5px 1px 5px;
	margin-left: 30px;
	margin-right: 30px;
display:none;

}











.Glavnaya2 h1 {

color: #151515;
font-weight: 500;
line-height: 1.6;
letter-spacing: .03em;
border-bottom: 1px #525252 solid;
}




.post-row {

    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
		margin-left: 30px;
	margin-right: 30px;
	display:none;

}






.edu-item img {
 -webkit-transition:all .5s ease;
 -moz-transition:all .5s ease;
 -ms-transition:all .5s ease;
 -o-transition:all .5s ease;
 transition:all .5s ease;
}



.edu-item img:hover {
 -moz-transform:rotate(360deg);
 -webkit-transform:rotate(360deg);
 -o-transform:rotate(360deg);
 -ms-transform:rotate(360deg);
 transform:rotate(360deg)
}
		
		.criptoicon {
    width: 100%;
display:none;

    margin-right: auto;

}
		
		.edu-item {


	    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;

	margin-top:20px;

}



.sky {
display:none;
}

.row 
{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: 15px;
}



.box {
    border: .125rem solid #f5f5f5;
    box-shadow: .019rem .313rem .581rem .044rem rgba(0,0,0,.05);
	 padding: .75rem;
}




.text-center {
    text-align: center !important;
}


.bg-primary {
    background-color: #02518D !important;
}

.h3 {
color:#fff;
margin-bottom: .5rem;
font-family: inherit;
font-weight: 400;
line-height: 1.2;

	
}


.edu-item .btn {
    width: 120px;
}


.btn {
 display:inline-block;
 font-weight:400;
 text-align:center;
 white-space:nowrap;
 vertical-align:middle;
 user-select:none;
 margin-top:10px;
 cursor:pointer;
 border:1px solid transparent;
 padding:.375rem .75rem;
 font-size:1rem;
 line-height:1.5;
 border-radius:.25rem;
 text-decoration:none;
 transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn:focus,.btn:hover {
 text-decoration:none
}
.btn:focus,.btn.focus {
 outline:0;
 box-shadow:0 0 0 .2rem rgba(84,155,198,0.25)
}
.btn.disabled,.btn:disabled {
 opacity:.65
}
.btn:not([disabled]):not(.disabled):active,.btn:not([disabled]):not(.disabled).active {
 background-image:none
}
a.btn.disabled,fieldset[disabled] a.btn {
 pointer-events:none
}
.btn-primary {
 color:#fff;
 background-color:#549bc6;
 border-color:#549bc6
}
.btn-primary:hover {
 color:#fff;
 background-color:#3d89b7;
 border-color:#3a82ad
}
.btn-primary:focus,.btn-primary.focus {
 box-shadow:0 0 0 .2rem rgba(84,155,198,0.5)
}
.btn-primary.disabled,.btn-primary:disabled {
 background-color:#549bc6;
 border-color:#549bc6
}
.btn-primary:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
 color:#fff;
 background-color:#3a82ad;
 border-color:#377ba4;
 box-shadow:0 0 0 .2rem rgba(84,155,198,0.5)
}
.btn-secondary {
 color:#fff;
 background-color:#868e96;
 border-color:#868e96
}
.btn-secondary:hover {
 color:#fff;
 background-color:#727b84;
 border-color:#6c757d
}
.btn-secondary:focus,.btn-secondary.focus {
 box-shadow:0 0 0 .2rem rgba(134,142,150,0.5)
}
.btn-secondary.disabled,.btn-secondary:disabled {
 background-color:#868e96;
 border-color:#868e96
}
.btn-secondary:not([disabled]):not(.disabled):active,.btn-secondary:not([disabled]):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
 color:#fff;
 background-color:#6c757d;
 border-color:#666e76;
 box-shadow:0 0 0 .2rem rgba(134,142,150,0.5)
}
.btn-success {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-success:hover {
 color:#fff;
 background-color:#218838;
 border-color:#1e7e34
}
.btn-success:focus,.btn-success.focus {
 box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)
}
.btn-success.disabled,.btn-success:disabled {
 background-color:#28a745;
 border-color:#28a745
}
.btn-success:not([disabled]):not(.disabled):active,.btn-success:not([disabled]):not(.disabled).active,.show>.btn-success.dropdown-toggle {
 color:#fff;
 background-color:#1e7e34;
 border-color:#1c7430;
 box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)
}
.btn-info {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-info:hover {
 color:#fff;
 background-color:#138496;
 border-color:#117a8b
}
.btn-info:focus,.btn-info.focus {
 box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)
}
.btn-info.disabled,.btn-info:disabled {
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-info:not([disabled]):not(.disabled):active,.btn-info:not([disabled]):not(.disabled).active,.show>.btn-info.dropdown-toggle {
 color:#fff;
 background-color:#117a8b;
 border-color:#10707f;
 box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)
}
.btn-warning {
 color:#111;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-warning:hover {
 color:#111;
 background-color:#e0a800;
 border-color:#d39e00
}
.btn-warning:focus,.btn-warning.focus {
 box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)
}
.btn-warning.disabled,.btn-warning:disabled {
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-warning:not([disabled]):not(.disabled):active,.btn-warning:not([disabled]):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
 color:#111;
 background-color:#d39e00;
 border-color:#c69500;
 box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)
}
.btn-danger {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-danger:hover {
 color:#fff;
 background-color:#c82333;
 border-color:#bd2130
}
.btn-danger:focus,.btn-danger.focus {
 box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)
}
.btn-danger.disabled,.btn-danger:disabled {
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-danger:not([disabled]):not(.disabled):active,.btn-danger:not([disabled]):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
 color:#fff;
 background-color:#bd2130;
 border-color:#b21f2d;
 box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)
}
.btn-light {
 color:#111;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-light:hover {
 color:#111;
 background-color:#e2e6ea;
 border-color:#dae0e5
}
.btn-light:focus,.btn-light.focus {
 box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)
}
.btn-light.disabled,.btn-light:disabled {
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-light:not([disabled]):not(.disabled):active,.btn-light:not([disabled]):not(.disabled).active,.show>.btn-light.dropdown-toggle {
 color:#111;
 background-color:#dae0e5;
 border-color:#d3d9df;
 box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)
}
.btn-dark {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-dark:hover {
 color:#fff;
 background-color:#23272b;
 border-color:#1d2124
}
.btn-dark:focus,.btn-dark.focus {
 box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)
}
.btn-dark.disabled,.btn-dark:disabled {
 background-color:#343a40;
 border-color:#343a40
}
.btn-dark:not([disabled]):not(.disabled):active,.btn-dark:not([disabled]):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
 color:#fff;
 background-color:#1d2124;
 border-color:#171a1d;
 box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)
}
.btn-outline-primary {
 color:#fff;
 background-color:transparent;
 background-image:none;
 border-color:#fff;
 text-decoration:none;
}
.btn-outline-primary:hover {
 color:#000;
 background-color:#fff;
 border-color:#fff
}
.btn-outline-primary:focus,.btn-outline-primary.focus {
 box-shadow:0 0 0 .2rem rgba(84,155,198,0.5)
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled {
 color:#549bc6;
 background-color:transparent
}
.btn-outline-primary:not([disabled]):not(.disabled):active,.btn-outline-primary:not([disabled]):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle {
 color:#fff;
 background-color:#549bc6;
 border-color:#549bc6;
 box-shadow:0 0 0 .2rem rgba(84,155,198,0.5)
}
.btn-outline-secondary {
 color:#868e96;
 background-color:transparent;
 background-image:none;
 border-color:#868e96
}
.btn-outline-secondary:hover {
 color:#fff;
 background-color:#868e96;
 border-color:#868e96
}
.btn-outline-secondary:focus,.btn-outline-secondary.focus {
 box-shadow:0 0 0 .2rem rgba(134,142,150,0.5)
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
 color:#868e96;
 background-color:transparent
}
.btn-outline-secondary:not([disabled]):not(.disabled):active,.btn-outline-secondary:not([disabled]):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle {
 color:#fff;
 background-color:#868e96;
 border-color:#868e96;
 box-shadow:0 0 0 .2rem rgba(134,142,150,0.5)
}
.btn-outline-success {
 color:#28a745;
 background-color:transparent;
 background-image:none;
 border-color:#28a745
}
.btn-outline-success:hover {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745
}
.btn-outline-success:focus,.btn-outline-success.focus {
 box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)
}
.btn-outline-success.disabled,.btn-outline-success:disabled {
 color:#28a745;
 background-color:transparent
}
.btn-outline-success:not([disabled]):not(.disabled):active,.btn-outline-success:not([disabled]):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
 color:#fff;
 background-color:#28a745;
 border-color:#28a745;
 box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)
}
.btn-outline-info {
 color:#17a2b8;
 background-color:transparent;
 background-image:none;
 border-color:#17a2b8
}
.btn-outline-info:hover {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8
}
.btn-outline-info:focus,.btn-outline-info.focus {
 box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)
}
.btn-outline-info.disabled,.btn-outline-info:disabled {
 color:#17a2b8;
 background-color:transparent
}
.btn-outline-info:not([disabled]):not(.disabled):active,.btn-outline-info:not([disabled]):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle {
 color:#fff;
 background-color:#17a2b8;
 border-color:#17a2b8;
 box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)
}
.btn-outline-warning {
 color:#ffc107;
 background-color:transparent;
 background-image:none;
 border-color:#ffc107
}
.btn-outline-warning:hover {
 color:#fff;
 background-color:#ffc107;
 border-color:#ffc107
}
.btn-outline-warning:focus,.btn-outline-warning.focus {
 box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)
}
.btn-outline-warning.disabled,.btn-outline-warning:disabled {
 color:#ffc107;
 background-color:transparent
}
.btn-outline-warning:not([disabled]):not(.disabled):active,.btn-outline-warning:not([disabled]):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
 color:#fff;
 background-color:#ffc107;
 border-color:#ffc107;
 box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)
}
.btn-outline-danger {
 color:#dc3545;
 background-color:transparent;
 background-image:none;
 border-color:#dc3545
}
.btn-outline-danger:hover {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545
}
.btn-outline-danger:focus,.btn-outline-danger.focus {
 box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)
}
.btn-outline-danger.disabled,.btn-outline-danger:disabled {
 color:#dc3545;
 background-color:transparent
}
.btn-outline-danger:not([disabled]):not(.disabled):active,.btn-outline-danger:not([disabled]):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle {
 color:#fff;
 background-color:#dc3545;
 border-color:#dc3545;
 box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)
}
.btn-outline-light {
 color:#f8f9fa;
 background-color:transparent;
 background-image:none;
 border-color:#f8f9fa
}
.btn-outline-light:hover {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa
}
.btn-outline-light:focus,.btn-outline-light.focus {
 box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)
}
.btn-outline-light.disabled,.btn-outline-light:disabled {
 color:#f8f9fa;
 background-color:transparent
}
.btn-outline-light:not([disabled]):not(.disabled):active,.btn-outline-light:not([disabled]):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle {
 color:#212529;
 background-color:#f8f9fa;
 border-color:#f8f9fa;
 box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)
}
.btn-outline-dark {
 color:#343a40;
 background-color:transparent;
 background-image:none;
 border-color:#343a40
}
.btn-outline-dark:hover {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40
}
.btn-outline-dark:focus,.btn-outline-dark.focus {
 box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled {
 color:#343a40;
 background-color:transparent
}
.btn-outline-dark:not([disabled]):not(.disabled):active,.btn-outline-dark:not([disabled]):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
 color:#fff;
 background-color:#343a40;
 border-color:#343a40;
 box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)
}
.btn-link {
 font-weight:400;
 color:#549bc6;
 background-color:transparent
}
.btn-link:hover {
 color:#33739a;
 text-decoration:none;
 background-color:transparent;
 border-color:transparent
}
.btn-link:focus,.btn-link.focus {
 border-color:transparent;
 box-shadow:none
}
.btn-link:disabled,.btn-link.disabled {
 color:#868e96
}
.btn-lg,.btn-group-lg>.btn {
 padding:.5rem 1rem;
 font-size:1.25rem;
 line-height:1.5;
 border-radius:.3rem
}
.btn-sm,.btn-group-sm>.btn {
 padding:.25rem .5rem;
 font-size:.875rem;
 line-height:1.5;
 border-radius:.2rem
}
.btn-block {
 display:block;
 width:100%
}
.btn-block+.btn-block {
 margin-top:.5rem
}













.top_menu_kurs {
background-color: #fff;
height:34px;
display:none;
}




.prices a {
    font-family: 'Roboto Condensed';
    font-size: 14px;
    text-transform: uppercase;
	text-decoration:none;
    color: #A9C900;
}


.prices .price {

    font-family: Consolas,monospace;
    color: #000;

}

.prices td {

    padding: 5px 10px;

}

.prices .curr {

    color: #777;
    font-size: 14px;

}















