*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border:red 3px solid
}
body input:required:valid,
body textarea:required:valid {
	border: green 3px solid
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	background-color: #ddd;
	background:url("background.png") #ddd;
}
a {
	border:0;
}
a:hover{
	text-decoration: none;
}

.view {
	padding-top: 	15px;
}


.p10 {
	padding-top: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.pb20{
	padding-bottom: 20px;
}

.pl20{
	padding-left: 20px;
}

.pl-0 {
	padding-left: 0px;
}

.pl-10 {
	padding-left: 	10px;
}

.ml-20 {
	margin-left: -20px;
}
.pt20{
	padding-top: 20px;
}
.ucn {
	text-transform:none;
}
.dark {
	color:#777;
}
h1{
	font-size: 22px;
	padding-left: 5px;
	padding-top: 20px;
}
h1.notabulation{
	padding-left: 0px;
}
p{
	/*padding-left: 30px;*/
}
h5{
	padding: 0;
	margin:0;
	font-weight: bold;
	font-size: 17px;
}

h5.info{
	padding-top: 20px;
	padding-bottom:15px;
	
	font-size: 20px;
}

.newsitem {
	border-left: 3px #2f87c0 solid;
    color: #2f87c0;
    padding-left: 20px;
    margin-left: 	-15px;
    margin-bottom: 	30px;
}
.newsitem h3 {
	font-weight: 400 !important;
	font-size: 16px;
}

.newsitem-main {
	border-left: 3px #2f87c0 solid;
    color: #2f87c0;
    padding-left: 10px;
    
}
.newsitem-main h5 {
	font-weight: 400 !important;
	font-size: 16px;
}
.container {
	background-color: #ffffff77;
	-webkit-box-shadow: 0px 0px 25px -3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 25px -3px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 25px -3px rgba(50, 50, 50, 0.3);
	
}
.container-fluid{
	padding: 0;
	background-color: #ddd;
	-webkit-box-shadow: inset 0px 0px 39px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px 0px 39px 2px rgba(0,0,0,0.35);
	box-shadow: inset 0px 0px 39px 2px rgba(0,0,0,0.35);
}
.space {
	height: 20px;
}

.spacebig {
	height: 45px;
}
.header .container{
	color: #fff;
	
	font-family: "RobotoLight", sans-serif;
	text-transform: uppercase;

	background-color:#ffffff00;

	
	
}

.po-z {
	    background: linear-gradient(110deg, #e8f5ff 45%, #d7e4ef 45%);
	    height: 100%;
	    width:100%;
}

.po-txt {
	height: 100%;
	min-height: 150px;
	width: 100%;
	font-size: 100px;
	color:#2f87c0;
}

.po-txt i{
	margin-top: 35px;
	font-size: 80px;
}

.line {
	width: 100%;
	height: 50px;
}

.blue.line {
	background-color: #d7e4ef;
}

.blueish.line {
	background-color: #e8f5ff;
}

.img-round {
	height: 150px;
	width: 150px;
	border-radius: 75px 75px 75px 75px;
	-moz-border-radius: 75px 75px 75px 75px;
	-webkit-border-radius: 75px 75px 75px 75px;
	overflow: hidden;
	margin: auto;
}
@media only screen and (max-width: 768px) 
{
	.reo-signal-1 {
		animation-duration: 20s !important;
	}
}

@media only screen and (max-width: 480px)
{
	#menubtn {
	    
	    font-size: 25px !important;
	    padding: 8px 0px 0px 15px !important;
	    
	    line-height: 30px !important;
	}

	.reo-signal-1 {
		animation-duration: 10s !important;;
	}

	.header .fl {
	    padding-left: 15px;
	    padding-bottom: 5px;
	}

	.space {
		display: none;
	}

	.header a {
		color:#1b3f68 !important;
	}

	a#menubtn {

		text-align: right;
		padding-left: 50px;
	}

	.header .menu {
		background-color: #fff !important;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.header .menu li a{
		font-size: 22px;
		padding: 10px !important;
		text-align: left;
		padding-left: 20px !important;
	}

	.header .container {
    	color: #1b3f68;
    	background-color: #fff;
	}
}
.header .noshadow .container{
	
}

.header .container-fluid{
	background-color: #042541;
	
}
.header .logo {
	padding: 10px;
	position: relative;
	display: inline-block;
	z-index: 10;
	margin-bottom: -50px;
}
.header .info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	

}
.header .logo img{
	width:175px;
	margin-top: 10px;
}
.header .title {
    margin-top: 20px;
    width: 250px;
    height: 60px;
    -webkit-transition: background-size 0.2s ease-out;
    -moz-transition: background-size 0.2s ease-out;
    -o-transition: background-size 0.2s ease-out;
    -ms-transition: background-size 0.2s ease-out;
    transition: background-size 0.2s ease-out;
    background-size: 250px;
    background-repeat: no-repeat;
    background-image: url(/images/instrument.png);
}
.header .fl .text{
	line-height: 18px;
}
.header .fl{
	
}
.header .phone{
	vertical-align: top;
	padding-top: 15px;
	font-size: 26px;
}

.header .fr{
	
	
}
.header .contacts{
	background-color: #0c8eb9aa;
	position: relative;
	display: inline-block;
	padding: 20px;
	border-bottom: 8px #2a6388 solid;
}
.header .menu{
	vertical-align: bottom;
	background-color: #0c8eb9aa;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom:15px;
}
.header .menu ul{
	padding: 0;
	position: relative;
	display: block;
	margin: auto;
}
.header .menu li{
	position: relative;
	display: inline-block;
	list-style-type: none;
	font-size: 16px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	margin-left: 20px;
}
.header .menu li:hover{
	background-color: #2f87c0aa;

}
.header .menu li a{
	position: relative;
	display: block;
	padding: 10px;
	font-size: 12px;
}
.header a{
	color: #fff;
}
.header .bcg{
	position: relative;
	display: block;
	margin: 20px 220px -140px 85px;
	height: 120px;
	
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    
}

.logogrey {
	height: 18px;
	margin-top: -4px;
}

#menubtn{
	position: relative;
	display: none;
	font-family: "FregatRegular", sans-serif;
	text-transform: none;
}

.fl{
	float: left;
	margin-bottom:15px;
}
.fr{
	float: right;
	text-align: right;
}

.slider_container img {
	 position: relative;
	 max-width: 100%;
	margin:0;

}
.slider_container {
	position: relative;
	

}
.next_button, .prev_button {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10em;
	color: #fff;
	cursor: pointer;
	font-size: 46px;
	padding: 0 25px;
	position: absolute;
	top: 40%;
	z-index: 10;
}
.next_button {
	right: 20px;
}
.prev_button {
	left: 20px;
}

.footer {
	
}

.footer .container{
	background-color: #ffffff00;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	text-align: left;
	

}
.footer .container a{
	color:#fff;

}
.footer .container .row	{
	
	
}

.footer p{
	margin:5px;
	padding-left: 0px;
	padding-top: 50px;
}

.footer .logo {
	margin-top:60px; 
	height: 60px;
}

.news li{
	list-style-type: none;
	padding: 0 0px 20px 0px;
}

.news ul{
	padding: 0;
}
.photo{
	 position: relative;
	 background: #ffffff55;
     padding: 20px;
	 overflow: hidden;

}
.photo img{

	display: block;
    width: 100%;
}

.grey {
	background-color: #f1f1f1;
	padding: 20px;
	font-size: 17px;
	border-bottom: #e8e8e8 15px solid;
	margin-left: 5px;
	margin-right: 5px;

}

.blueish.grey {
	background-color: #e8f5ff77;
	border-bottom: #0c8eb944 10px solid;
}

.col-md-4 .grey{
	min-height: 120px;
	text-align: left;
}

.grey .text {
	padding-top: 20px;
}

.grey p{
	padding-left: 0px;
}

.grey h3{
	margin-top: 0px;
}

.btn {

	border-radius: 0;
	background-color: #0c8eb9ca;
	color: #fff;
	margin:15px auto;
	padding: 10px 20px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	text-align: left;

	/*width: 100%;*/
}

.btn:hover{
	background-color: #042541;
	color: #fff;
}

.errorMessage, .errorSummary{
	font-size: 14px;
	color:rgb(201, 0, 0);
}

.imgprv{
	position: relative;
	display: block;
	
}

.imgprv img{
	display: block;
	width: 100%;
}

.slide_item img{
	max-height: 350px;
	padding: 15px 0;
}
.devpreview{
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 0 20px;
	margin: 20px 5px;
	height: 430px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	
    background: #ffffff66;
    
    
}
.devpreview:hover {
	background-color: #ddd;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.12);
}

.devpreview .imgwrapper {
	width: 100%;
	height: 250px;


	overflow: hidden;
}
.devpreview .img{
	width: 100%;
	text-align: center;
	height: 250px;

	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

	z-index: 1;
	position: relative;
}

.devpreview .imgpo{
	width: 100%;
	text-align: center;
	height: 250px;
	z-index: 999;
	position: relative;
	
}

.devpreview .img.bg{
	margin-bottom: -250px;
	background: url('/images/bgpo.jpg') no-repeat center;
}


.imgpo{
	width: 100%;
	text-align: center;
	height: 150px;
	
}

.devpreview .btn {
	margin-top: 20px;
	width: 100%;
	font-size: 16px;
	text-align: left;


}

.btn .dia {
	/*background: url('/images/dia.png') no-repeat right;*/
	/*width: 44px;*/
	/*height: 44px;*/
	/*float: right;*/
	/*margin-top: -11px;*/
	/*margin-bottom: -11px;*/
	/*margin-right: -15px;*/
}

.devpreview .title {
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	height:120px;
	
	background: url('instrument-shadow.png') right bottom no-repeat;
	
}
.devpreview .category {
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left:30px;
	width: 100%;
	height:40px;
	color:#aaa;
	
	transition: all 0.2s linear;

}

.devpreview:hover .category {
    color:#fff;
}

.devpreview img{
	
	height: 250px;
	margin: 0px -25px;


}

.devpreview h3{
	
	font-weight: 400;
	font-size:10px;
	text-transform:uppercase;
}

.devpreview .title h3{
	font-size:14px;
	font-weight: bold;
	
	vertical-align: top;

	text-align: left;
	
	display: table-cell;
	height: 60px;
	width: 100%;
	margin: auto;
}

.devpreview .top {
	background-color: #f1f1f1;
	border-left: 30px #2f87c0 solid;
	color:#042541;
	height: 10px;
	width: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	
}
.devpreview:hover .top{
	
	background-color: #2f87c0;
	color: #fff;
	border-left: 100px #042541 solid;
}

.devpreview:hover .btn{
	
	background-color: #042541;
	
}

.devpreview:hover .img{
	
	 transform: scale(1.05);
}

h1.bcg{
	
	border-left: 8px #0c8eb9aa solid;
    color: #0c8eb9ee;
	padding: 20px 10px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

	text-transform: uppercase;
	
	margin-top: 30px;
	margin-bottom: 30px;
	
}

h2 {
	margin-bottom: 22px;
	margin-top: 0px;
	color: #2f87c0;
	font-size: 20px;
	text-transform: uppercase;
	
}

h3 {
	font-size: 20px;
	font-weight: bold;
}

img.cert {
	position: relative;
	max-width: 100%;
}

.images {
	margin-bottom: 20px;
	margin-top: 5px;
}
.images img{
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 30px;
}

.triangle {
	width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 50px 20px 50px 20px; /* размер и форма */ 
	  border-color: #d7e4ef transparent transparent #d7e4ef;  /* red — цвет */ 
	  
}

h3.modal-title {
	text-transform: uppercase;
	font-weight: 400;
	color:#2f87c0;
}

.images .btn {
	margin-top: 0px;
}

.table, table {
	padding: 15px 0px;
	margin-bottom: 0px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

	margin:0 !important;
	border:#ccc 2px solid;
}

.table.theader, table.theader {
	background-color: #fafafa !important;
}

.table:hover, table:hover {
	background-color: #fafafa;
}

table td {
    vertical-align:top;
    padding:10px;
    border:#ccc 2px solid;
}

.active {
	font-weight: bold;
	color:#042541;
	
}

.reo-signal {
	width: 100%;
	height: 90px;
	max-width: 1920px;
	text-align: right;
	margin: auto;

	margin-top: 30px;
	margin-bottom: 30px;
}

.reo-signal-1 {
	height: 90px;
	width: 100%;
	margin-bottom: -90px;
	overflow: hidden;
	position:relative;
	animation: reoone 40s linear;
	animation-iteration-count:infinite;
}
.reo-signal-2 {
	height: 90px;
	width: 80%;
	margin-bottom: -90px;
	overflow: hidden;
	position:relative;
	float: right;
	animation: reotwo 33s linear;
	animation-iteration-count:infinite;

	display: none;
}

.reocontainer {
	background: none;
	padding: 0;
}

@keyframes reoone {
  0% {
    opacity: 1;
    width:0%;
  }
  95% {
  	
	opacity: 1;
  }
  98% {
  	
  	opacity: 0.7
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}

@keyframes reotwo {
  0% {
    margin-left: 	20px;

    width: 100%;
    
  },
  50% {
    
    margin-left: 20px;
    width: 0%;
    
  },
  51% {
    margin-left: 0px;
    width:0%;
  },
  100% {
    margin-left: 0px;
    width: 100%;
  }
}

.reo{
	height: 90px;
	width: 1920px;
	background: url('/images/reo.svg') no-repeat left;
	background-size: auto 90px;
	position: absolute;
	left:0px;
}

.reo-s1{
	
}

.reo-s2{
	background-position-x: -100px;
}

.price {
    font-size: 25px;
    font-weight: bold;
}

.prices small {
    font-size: 70%;
}
