@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900';
/* font-family: 'Roboto', Arial, Helvetica, sans-serif; */

@font-face {
  font-family: 'RobotoBlack';
  src: url("/fonts/Roboto-Black.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoBlackItalic';
  src: url("/fonts/Roboto-BlackItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoBold';
  src: url("/fonts/Roboto-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoBoldItalic';
  src: url("/fonts/Roboto-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoItalic';
  src: url("/fonts/Roboto-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoLight';
  src: url("/fonts/Roboto-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoLightItalic';
  src: url("/fonts/Roboto-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoMedium';
  src: url("/fonts/Roboto-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoMediumItalic';
  src: url("/fonts/Roboto-MediumItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoRegular';
  src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoThin';
  src: url("/fonts/Roboto-Thin.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoThinItalic';
  src: url("/fonts/Roboto-ThinItalic.ttf") format("truetype"); }


body {
	margin:0;
	color:#000;
	font:14px/18px 'Roboto', Arial, Helvetica, sans-serif;
	background:#fff;
	font-weight: 400;
}
img {
	border-style:none;
}
a {
	color:#1b4f9f;
	outline:none;
	text-decoration: underline;
	font-weight: 500;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
a:hover {
	text-decoration:none;
	color: #1b1d50;
}
a:focus {
	outline:none;
}
* {
	outline:none;
}
input, textarea, select {
	font:100% 'Roboto', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
label {
	margin: 0;
	font-weight: 400;
}
h2 {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	margin: 0;
	text-align: center;
}
#wrapper{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}
#header, #footer{
	position:relative;
	height:1%;
}

#footer{
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #1b4f9f;
}
#header.active{
	padding: 60px 0 0;
}

#main {
    height: 1%;
    overflow: hidden;
    box-sizing: border-box;
}

#welcome {
    background: #1b4f9f;
    background: #0F102A;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 25px 50px;
    color: #fff;
}
#welcome h2{
    color:  #fff;
    font-weight: 500;
}

.super {
    display: inline-block;
}

#sro-reestr {
    font: 12px/16px 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 200;
    
}

.services-box {
    padding: 30px 0 20px;
    
}

.services-item {
    display: inline-block;
    text-align: center;
    margin: 0 0 20px;
    color: #000;
    font: 18px/24px 'Roboto', Arial, Helvetica, sans-serif;
    background: #fff;
    font-weight: 400;
}
.services-item  .icon {
    display: block;
    margin: 0 0 34px;
    height: 75px;
    

}


.reestr h3{
    margin-bottom: 20px;
    text-align: center;
}


.strah {
    
    margin-bottom: 40px;
}

.strah h3{
    margin-bottom: 20px;
    margin-top: 50px;
    text-align: center;
}


#sro-reestr_length, #sro-reestr_filter{
    margin-bottom: 30px;
    margin-top: 30px;
}

table.dataTable tbody tr.hide-yes{
    
    opacity: 0.3;
}

table.dataTable tbody tr .hide-no{
    
    opacity: 1;
}

.load-wrap {
    
    display: none;
    background: rgba(255,255,255,1);
    opacity: 0.8;
    bottom: 0;
    left:   0;
    right: 0;
    position: fixed;
    top:    0;
    width: 100%;
    z-index: 100;
    
}

.w-loader {
    
    background: url(/html/images/loader1.gif) no-repeat 0 0;
    height: 40px;
    left: 50%;
    position: fixed;
    top: 45%;
    width: 40px;
    
}

.top-message {
	background: #607d8b;
	padding: 8px 0;
	text-align: center;
}
.top-message span {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.top-message .email {
	display: inline-block;
    padding-left: 20px;
    float: right;
}
.top-message .email a{
    color: #fff;
}

.logo{
	float:left;
	width:250px;
	height:64px;
	background:url(/images/sm-logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 0 0;
}
.logo a{
	display:block;
	height:100%;
}

.logo-bot{
	float:left;
	width:250px;
	height:64px;
	background:url(/images/sm-logo-white.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 0 0;
}
.logo-bot a{
	display:block;
	height:100%;
}

.head-desc {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	display: block;
	padding: 8px 0 0;
    text-align: center;
}
.head-desc span {
	display: block;
}
.head-desc strong {
	font-weight: 500;
}
.head-box {
	padding: 9px 0 10px	;
}
.col-right {
	float: right;
}
.top-phone {
	text-align: right;
}
.top-phone a {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	margin: 0 0 15px;
}
.top-phone strong {
	color: #333;
	font-size: 24px;
	font-weight: 900;
	display: block;
	margin: 0 0 14px;
}
.top-phone span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	display: block;
	margin: 0 0 0;
}

.bottom-phone strong {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	display: block;
	margin: 0 0 14px;
}
.bottom-phone span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	display: block;
	margin: 0 0 0;
}

#footer {
    color: #fff;
}

.sign-in-up .left-inner-addon {
    position: relative;
}

.sign-in-up .left-inner-addon input {
    padding-left: 30px;
}

.sign-in-up .left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.sign-in-up .right-inner-addon {
    position: relative;
}

.sign-in-up .right-inner-addon input {
    padding-right: 30px;
}

.sign-in-up .right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 17px 12px;
    pointer-events: none;
}

.sign-in-up .click2select {
    text-align: center;
    margin-top: 1em;
}

.sign-in-up .paywith {
    padding: 12px 12px 0 0;
    margin: 0;
    font-weight: bold;
}

.email-box {
    padding: 32px 0 53px;
    background: url('images/img-03.jpg') no-repeat 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}



.call-box {
    padding: 37px 0 42px;
    background: #eceff1;
}


.call-box h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 40px;
    text-align: center;
}


.call-box .input-box {
    border: 1px solid #bdbdbd;
}

.call-box .description {
    color: #333;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.call-box .description p strong {
    font-size: 18px;
    font-weight: 500;
}

.call-box .input-box-btn {
    margin: 0 0 32px;
}

.email-box h2 {
    color: #fff;
    line-height: 47px;
    margin: 0 0 38px;
    font-size: 30px;
    font-weight: 700;
}

.email-box .input-box {
    border: 1px solid #bdbdbd;
}
.input-box {
    margin: 0 0 30px;
}

.input-box input[type="text"] {
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    height: 35px;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #000;
}

.error-text {
    display: none;
    font-size: 12px;
    color: #ff0000;
}

.input-box-btn {
    text-align: center;
}

.input-box-btn input[type="submit"] {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    height: 51px;
    padding: 0 41px;
}
input[type="submit"], .btn-holder button {
    height: 35px;
    background: #f44336;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 0 22px;
    color: #fff;
    border: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.call-box .input-box.error {
    border: 1px solid red;
}

.modal.in .modal-dialog {
    z-index: 1050;
}

.modal-content {
    background: #eceff1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.modal-header {
    border: none;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    padding: 37px 15px 17px;
}

#call-phone .modal-body {
    padding: 22px 17.3% 40px;
}

.call-popup .input-box input[type="text"] {
    border: 1px solid #bdbdbd;
}

.modal-header .close {
    width: 11px;
    height: 11px;
    background: url('/images/icon-26.png') no-repeat;
    opacity: 1;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1050;
}

.input-box.error .input-box-holder input[type="text"] {
    border-color: #ff0000;
}

.table-r {
    
    margin-top: 20px;
    height:40px;
    margin-bottom: 20px;
    
}

#nav{
	background: #1b4f9f;
    /*background: #0F102A;*/
	box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	border: none;
	margin: 0;
}
#nav .navbar-collapse{
	margin: 0 -15px;
}
#nav.fixed-menu {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
#nav .navbar-nav{
	margin:0;
	padding:0;
	list-style:none;
	text-align:justify;
	float: none;
	font-size: 0;
	line-height: 0;
}
#nav .navbar-nav:after{
	content:'';
	width:100%;
	height:0;
	display:inline-block;
}
#nav .navbar-nav li{
	display: inline-block;
	vertical-align: top;
	float: none;
}
#nav .navbar-nav li a{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	padding: 23px 0 19px;
	position: relative;
    letter-spacing: 1px;
}
#nav .navbar-nav li a:after{
	position: absolute;
	content: '';
	height: 6px;
	background: #f44336;
	left: -10px;
	right: -10px;
	bottom: -1px;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;

}
#nav .navbar-nav li a:hover:after{
	opacity: 1;
}