/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: SHIELD - Free Bootstrap 3 Theme
 * Version: 1.0
 * Date: 02-11-2013
 * URL: http://blacktie.co/
 */


/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */
   @import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,600,600i,700,700i&subset=cyrillic-ext');  
 
   
   
   
html,
input,
select,
textarea {
    color: #222;
}

label {margin-bottom:0px;}
body {
    font-size: 1em;
    line-height: 1.4;
    background: #fff;/*#edf0f0*/
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: none!Important;
    padding: 3px 30px 3px;
    border-width: 0px;
    border-style: none;
border:none;
border-radius:10px;
}
button {
    color: #418fbb;
	font-weight:400;
	font-size:16px;
	background-color:#fff;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #427a9e;
    color: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {

    height: 100%;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #222;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
  
input[type="text"]:focus { outline: none; }
@media (max-width: 769px){
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
}
.col-md-4 {
	padding-bottom: 20px;
}
h1,
h2,
.h1,
.h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 0.7;
  color: inherit;
}
.row {
margin-right: 0px;
margin-left: 0px;
}
.modal-header h4 {
	color: black;
}
.modal-footer {
	background: #2b2b2b;
}
.navbar-default {
border-color: transparent;
background-color: #dadada;
}
.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
	    font-family: 'Fira Sans', sans-serif;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 9px 5px 5px 5px;
  }
}
.navbar-inverse .navbar-nav > li.menu-background > a:hover,
.navbar-inverse .navbar-nav > li.menu-background > a:focus {
  color: #478dae;/*ff9c00*/
  background-color: #fff;
  border-radius:4px;
}
hr {
    position: relative;
    border: none;
}
/*линия в услугах*/
hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    height: 4px;
    background: #ccc;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	  font-family: 'Fira Sans',sans-serif;
    font-weight: 300;
    color: #928f8b;
}
/* Paragraph & Typographic */
p {
	  font-family: 'Fira Sans',sans-serif;
    line-height: 20px;
    margin-top: 5px;	
    margin-bottom: 5px;
}
strong {
    font-weight: 700;
}
em {
    font-weight: 300;
}
pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}
small {
    font-size: 12px;
}
blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}
blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}
blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}
blockquote cite:before {
    content: "-- "
}
/* Links */
a {
    color: #337888;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover,
a:focus {
    color: #478dae;/*#c0392b;*/
    text-decoration: none;
    outline: 0;
}
a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a [href^=tel]{
	color:#fff;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */
#header {
	/*background: url(../images/main.jpg) no-repeat;
	background-size: contain; /* Фон занимает всю доступную площадь */
	width: 100%;
	height:auto;
	margin:0px auto;
}
#header h1 {
	font-family: 'Fira Sans', sans-serif;
	color:#ffffff;
	margin-top: 0px;
	padding-bottom: 0px;
	line-height:1.2em;
	font-size: 2.2em;
	font-weight: 700;
	text-align:center;
}
@media screen and (max-width:1366px) {
#header h1 {
	color:#ffffff;
	margin-top: 0px;
	padding-bottom: 0px;
	line-height:1.1em;
	font-size: 1.6em;
	font-weight: bold;
	text-align:center;
}	
}
@media screen and (max-width:768px) {
#header {
	/*background: url(../images/main.jpg);
		background-size: cover;  Фон занимает всю доступную площадь */
	height:auto;
}
#header h1 {
	line-height:1.1em;
	font-size: 1.1em;
}	
}
@media screen and (max-width:568px) {
#header {
	/*background: url(../images/main.jpg);
		background-size: cover;  Фон занимает всю доступную площадь */
	height:auto;
}
#header h1 {
	line-height:1.1em;
	font-size: 1.1em;
}	
}
@media screen and (max-width:320px) {
#header {
	/*background: url(../images/main.jpg);
			background-size: cover;*/
	height:auto;
}	
}
.header {
position:relative;
top:0px;	
}
@media screen and (max-width:1024px) {
.header {
top:5%;	
}	
}
@media screen and (max-width:768px) {
.header {
top:10%;	
}	
}
@media screen and (max-width:568px) {
.header {
top:15%;	
}	
}
@media screen and (max-width:480px) {
.header {
top:13%;	
}	
}
#footer {
	background: url(../images/bg_footer.jpg);
	width: 100%;
	height:199px;
	margin:0px auto;
}

#footer h4 {
	color: white;
}
@media screen and (max-width:768px) {
#footer {
	background: url(../images/bg_footer.jpg);
	width: 100%;
	height:199px;
	margin:0px auto;
}	
}
@media screen and (max-width:320px) {
#footer {
	background: url(../images/bg_footer.jpg);
	width: 100%;
	height:242px;
	margin:0px auto;
}	
}
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}
/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}
/*дописки*/
.container {
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;	
}
.container-content {
padding-top:90px;background:#fff;	
}
.container-content-ind {
padding-top:126px;background:#fff;	
}
@media screen and (max-width:768px) {
.container {width:100%;}	
.container-content {
padding-top:10px;background:#fff;	
}
.container-content-ind {
padding-top:26px;background:#fff;	
}	
}
.menu {
	position:absolute;
	top:0px;
	width:100%;
    font-family: 'Fira Sans', sans-serif,sans-serif;
	z-index:1;
}
.menu2 {
	position:absolute;
	top:0px;
	width:100%;
	z-index:99;
}
@media screen and (max-width:1024px) {
.menu2 {
	top:0px;
	width:100%;
}	
}
.navbar {
  max-height: 37px;
  margin-bottom: 4px;
  min-height:90px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 1.2em;
}
@media screen and (max-width:1024px) {
.navbar {
  max-height: 37px;
  margin-bottom: 4px;
  min-height:87px;
}	
}
@media screen and (max-width:769px) {
.menu {
	position:absolute;
}	
.menu2 {
	position:absolute;
	top:0px;
	width:100%;
	z-index:99;
}
.navbar {
  min-height:50px;
  max-height: 10px;
  margin-bottom: 0px;

}
.navbar-inverse {
  background: none;
  border: none;
      box-shadow:none;
  opacity:1.0;
}
.nav {
/*background: url(../img/bg_menu1.jpg) repeat center top;*/
background-color:transparent;
width:96%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;		
}
.navbar-nav {
  margin: 7.5px -15px 7.5px 0%;
  padding-left:7%;
}	
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #478dae;
  background-color: #a2a2a2;
  
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size:0.7em;
	  font-family: 'Fira Sans',sans-serif;
	  
}	
}
@media screen and (max-width:766px) {
.menu {
	position:absolute;
}	
.menu2 {
	position:absolute;
	top:0px;
	width:100%;
	z-index:99;
}
.navbar {
  min-height:50px;
  max-height: 10px;
  margin-bottom: 0px;

}
.navbar-inverse {
  background: none;
  border: none;
      box-shadow:none;
  opacity:1.0;
}
.nav {
/*background: url(../img/bg_menu1.jpg) repeat center top;*/
background-color:#eee;
width:96%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;		
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #478dae;
  background-color: #a2a2a2;
  
}
.navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-size:0.7em;
	  font-family: 'Fira Sans',sans-serif;
	  
}	
}
@media screen and (max-width:480px) {
.navbar-inverse .navbar-nav > li > a {
  font-size:1.0em;	  
}	
.nav {
width:90%;	
}
}
.navbar {
    border-radius: 0px;
}
.label-fio {
font-family: 'Fira Sans',sans-serif;padding:15px 0px 0px 0px;color:#fff;text-align:left;font-size:1.0em;font-weight: normal;	
}
.input-fio {
margin:5px 0px 0px 0px;border: 1px solid #fff;border-radius:10px;width:80%;	
}
.label-messag {
padding:15px 0px 0px 0px;color:#fff;text-align:left;font-size:1.0em;font-weight: normal;	
}
.input-messag{
margin:5px 0px 0px 0px;border: 1px solid #fff;border-radius:10px;width:80%;	
}
@media screen and (max-width:768px) {
.label-fio {
font-family: 'Fira Sans',sans-serif;padding:10px 0px 0px 10px;color:#fff;text-align:left;font-size:1.1em;font-weight: normal;	
}
.input-fio {
margin:5px 0px 0px 0px;border: 1px solid #fff;border-radius:5px;width:70%;	
}
.label-messag {
padding:10px 0px 0px 10px;color:#fff;text-align:left;font-size:1.1em;font-weight: normal;	
}
.input-messag{
margin:5px 0px 0px 0px;border: 1px solid #fff;border-radius:5px;width:100%;	
}	
}
.form-group {
opacity:0.8;
}
@media screen and (max-width : 1366px) {
.form-control {
  height: 28px;
  padding: 5px 12px;
  font-size: 1.2em;
  line-height: 1.428571429;
}
.form-group {
  margin-bottom: 1px;
}
.btn {
  padding: 0px 5px;
  margin-bottom: 0;
	  font-family: 'Fira Sans',sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.428571429;
}	
}
@media screen and (max-width : 768px) {
.form-control {
	width:100%;
  height: 22px;
  margin-left:0%;
  padding: 2px 2px;
  font-size: 0.6em;
  line-height: 1.428571429;
}
.form-group {
  margin-bottom: 1px;
}
.btn {
  padding: 0px 5px;
  margin-bottom: 0;
	  font-family: 'Fira Sans',sans-serif;
  font-size: 0.6em;
  font-weight: normal;
  line-height: 1.428571429;
}	
}
.nav.nav-footer > li > a {
color:#fff;	
text-align:left;
text-decoration:underline;
font-size:1.0em;
padding:0px 0px 0px 10px;
  background-color: transparent;
}
@media screen and (max-width:769px) {
.nav.nav-footer > li > a {
font-size:0.8em;
padding:8px 0px 0px 0px;
}	
.nav-footer.nav {
	width:100%;
	background:transparent;
}
}
@media screen and (max-width:569px) {
.nav.nav-footer > li > a {
font-size:0.8em;
padding:8px 0px 0px 0px;
}	
.nav-footer.nav {
	width:100%;
	background:transparent;
}
}
@media screen and (max-width:320px) {
.nav.nav-footer > li > a {
font-size:1.0em;
padding:2px 0px 2px 0px;
text-align:center;
}	
.nav-footer.nav {
	width:100%;
	background:transparent;
}
}
.nav-footer.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: none;
  color:#aaa;
}
.header-text {
padding:40px 10px 30px 30px;	
}
.header-text h1{
text-align:center;color:#fff!Important;font-size:48px!Important;margin-top:17.2%!Important;		
}
.header-text h2{
text-align:center;color:#fff!Important;font-size:20px!Important;margin-top:8.2%!Important;padding-bottom:1%;		
}
.header-text p{
text-align:center;color:#fff!Important;font-size:1.2em!Important;margin-top:9.2%;		
}
.padd-left-logo {
text-align:center;
padding-left:0px;
padding-top:23%;	
}
.padd-left-logo img{
margin:auto;
}
@media screen and (max-width:1440px) {
.header-text {
padding:80px 10px 30px 30px;	
}
.header-text h1{
text-align:center;color:#fff!Important;font-size:40px!Important;margin-top:5.2%!Important;		
}
.header-text h2{
text-align:center;color:#fff!Important;font-size:20px!Important;margin-top:5.2%!Important;padding-bottom:0%;		
}
.header-text p{
text-align:center;color:#fff!Important;font-size:1.0em!Important;margin-top:5.2%;		
}
.padd-left-logo {
text-align:center;
padding-left:0px;
padding-top:10%;	
}	
}
@media screen and (max-width:1366px) {
.header-text {
padding:80px 10px 30px 30px;	
}
.header-text h1{
text-align:center;color:#fff!Important;font-size:40px!Important;margin-top:5.2%!Important;		
}
.header-text h2{
text-align:center;color:#fff!Important;font-size:20px!Important;margin-top:5.2%!Important;padding-bottom:0%;		
}
.header-text p{
text-align:center;color:#fff!Important;font-size:1.0em!Important;margin-top:5.2%;		
}
.padd-left-logo {
text-align:center;
padding-left:0px;
padding-top:10%;	
}	
}
@media screen and (max-width:1280px) {
.header-text {
padding:60px 10px 30px 30px;	
}
.header-text p{
text-align:center;color:#fff!Important;font-size:1.0em!Important;margin-top:5.2%;		
}
.padd-left-logo {
text-align:center;
padding-left:0px;
padding-top:10%;	
}	
}
@media screen and (max-width:1024px) {
.header-text {
padding:30px 10px 30px 30px;	
}
.header-text p{
text-align:center;color:#fff!Important;font-size:1.0em!Important;margin-top:3.2%;		
}
.padd-left-logo {
text-align:center;
padding-left:0px;
padding-top:8%;	
}	
}
@media screen and (max-width:768px) {
.header-text {
padding-right:10px;
padding-left:15px;	
padding-top:15%;
}
.header-text h1{
text-align:center;color:#fff!Important;font-size:26px!Important;margin-top:10.2%!Important;		
}
.header-text h2{
text-align:center;color:#fff!Important;font-size:16px!Important;margin-top:13.2%!Important;padding-bottom:0%;		
}
.header-text p{
text-align:center;color:#fff!Important;font-size:1.0em!Important;margin-top:13.2%;		
}
.padd-left-logo {
text-align:left;
padding-left:0%;
padding-top:10%;	
}	
}
@media screen and (max-width:568px) {
.header-text {
padding-right:5px;
padding-left:5px;	
padding-top:5%;
}
.padd-left-logo {
text-align:left;
padding-left:0%;
padding-top:15%;	
}	
}
@media screen and (max-width:480px) {
.header-text {	
padding-top:15%;
}	
.padd-left-logo {
text-align:left;
padding-left:0%;
padding-top:20%;		
}	
}
.close {
	float:right;
	text-decoration:none;
    font-size: 2.0em;
    font-weight: normal;
    line-height: 1;
    color: #9e9b9b;
    filter: alpha(opacity=100);
    opacity: 1.0;
}
.modal-header .close {
  margin-top: -10px;
    color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=100);
  opacity: 1.0;
}
@media screen and (max-width:768px) {
.form-horizontal .form-group {
  margin-right: 5px;
  margin-left: 5px;
}
}	
.polimer_404 {
	padding-top:0.7%;
	padding-bottom:2%;
}
.polimer_404 h1{
	font-size:2.4em;
	text-align:center;
}
.polimer_404 h2{
	font-size:1.1em;
	text-align:center;
}
.polimer_404 h3{
	font-size:0.95em;
	text-align:left;
	padding-left:41%;	
}
.polimer_404 h4{
	font-size:1.6em;
	text-align:center;
}
@media screen and (max-width : 768px) {
.polimer_404 {
	padding-top:0.5%;
		padding-left:2px;
	padding-right:2px;
}
.polimer_404 h1{
	font-size:2.0em;
}
.polimer_404 h2{
	font-size:1.0em;
	text-align:center;
}
.polimer_404 h3{
	font-size:0.8em;
	text-align:left;
	padding-left:16%;	
}
.polimer_404 h4{
	font-size:1.4em;
	text-align:center;
}
}
@media screen and (max-width : 480px) {
.polimer_404 {
	padding-top:0.5%;
		padding-left:2px;
	padding-right:2px;
}
.polimer_404 h1{
	font-size:1.4em;
}
.polimer_404 h2{
	font-size:0.8em;
	line-height: 1.2em;
	text-align:center;
}
.polimer_404 h3{
	font-size:0.8em;
	line-height: 1.2em;	
	text-align:left;
	padding-left:8%;	
}
.polimer_404 h4{
	font-size:1.4em;
	text-align:center;
}
}
.modal-dialog {
    margin: 5% auto 0px;
  }
@media screen and (max-width : 1366px) {
.modal-dialog {
    margin: 4% auto 0px;	
}
}
.navbar-inverse {
    border:none;
    opacity: 1.0;
    border-bottom: none;
    background-color: transparent;
    box-shadow: none;
}
.carousel-inner{width:100%;margin:auto;}
.carousel-padd{width:100%;padding:0px 0px 5px 0px;}
@media screen and (max-width:1280px){.carousel-inner{width:100%;padding-left:0px;}
}
@media screen and (max-width:1024px){.carousel-inner{width:100%;padding-left:0px;}
}
@media screen and (max-width:768px){.carousel-inner{width:100%;margin-left:0px;padding-left:0px;padding-right:0px;}
}
@media screen and (max-width:320px){.close{margin-top:7px;padding-right:5px;}
.carousel-inner{width:100%;overflow:hidden;padding-left:0px;padding-right:0px;margin-left:0px;background:#e7e7e7;}
}
.carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;
}
.carousel-control.right {
  background-image: none;
  background-repeat: repeat-x;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame{outline:0;}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0, 175, 234, 0.5);}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play{-webkit-tap-highlight-color:transparent;}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play{background:url('../img/fotorama.png') no-repeat;}
@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:2dppx){.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play{background:url('../img/fotorama@2x.png') no-repeat;background-size:96px 160px;}
}
@media print{.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__thumb-border,
.fotorama__video-close,
.fotorama__video-play{background:none !important;}
}
@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0);}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0);}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent;}
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play{position:absolute;z-index:11;cursor:pointer;}
.fotorama__arr{position:absolute;width:32px;height:32px;top:45%;margin-top:-16px;}
.fotorama__arr--prev{left:-36px;background:url("../images/prev1.png") no-repeat;width:29px;height:94px;}
.fotorama__arr--prev:hover{}
.fotorama__arr--next{right:-36px;background:url("../images/next1.png") no-repeat transparent;width:29px;height:94px;}
.fotorama__arr--next:hover{}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2){.fotorama__arr--prev{left:36px;background:url("../images/prev1_s.png") no-repeat;}
.fotorama__arr--prev:hover{background-position:-150px -195px;}
.fotorama__arr--next{right:36px;background:url("../images/next1_s.png") no-repeat transparent;}
.fotorama__arr--next:hover{background-position:-169px -195px;}
}
@media screen and (max-width : 768px){.fotorama__arr--prev{left:5px;background:url("../images/prev1.png") no-repeat;}
.fotorama__arr--prev:hover{background-position:-150px -195px;}
.fotorama__arr--next{right:5px;background:url("../images/next1.png") no-repeat transparent;}
.fotorama__arr--next:hover{background-position:-169px -195px;}
}
.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:0.1;}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus{border-radius:50%;}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0;}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1;}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0 !important;}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none;}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block;}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none !important;}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px, 0, 0);transform:translate3d(-48px, 0, 0);}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px, 0, 0);transform:translate3d(48px, 0, 0);}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px, 0, 0) !important;transform:translate3d(-48px, 0, 0) !important;}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px, 0, 0) !important;transform:translate3d(48px, 0, 0) !important;}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform, opacity;transition-property:transform, opacity;transition-duration:0.3s;}
/**/
.okomp-text-padd {
padding:30px 0px 30px 0px;	
}
.okomp-text-padd p{
padding:10px 0px 10px 0px;	
}
@media screen and (max-width : 568px) {
.okomp-text-padd {
text-align:center;padding:0px 0px 0px 5px;	
}	
}
@media screen and (max-width : 320px) {
.okomp-text-padd {
text-align:left;padding:0px 0px 0px 5px;	
}	
}
.navbar-toggle {
  margin-left: 48%;
}
.shadow {
-webkit-box-shadow: 0px 10px 24px -8px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 24px -8px rgba(0,0,0,0.3);
box-shadow: 0px 10px 24px -8px rgba(0,0,0,0.3);	
}
.privetstvie {width:54%;padding-right: 0px;padding-left: 0px;margin-right: auto;margin-left: auto;}
.plitka-vstup {padding-left:0px;padding-right:0px;width:64.7%;}
.plitka-vstup p {padding-right:20px;}
.plitka-vstup2 {padding-left:0px;padding-right:0px;}
@media screen and (max-width : 1440px) {
.privetstvie {width:75%;}	
}
@media screen and (max-width : 1366px) {
.privetstvie {width:75%;}	
}
@media screen and (max-width : 1280px) {
.privetstvie {width:90%;}	
}
@media screen and (max-width : 1024px) {
.privetstvie {width:98%;}	
}
@media screen and (max-width : 768px) {
.privetstvie {width:100%;}	
.plitka-vstup {padding-left:0px;padding-right:0px;width:100%;}
.plitka-vstup p {padding-right:0px;}
}
.privetstvie h1 {font-size:1.5em;font-weight:600;line-height:1.4em;color:#414141;text-align:center;padding-top:25px;}
.privetstvie h2 {font-weight:600;font-size:1.5em;color:#414141;text-align:center;padding-top:5px;padding-bottom:25px;}
.privetstvie h3 {font-size:1.2em;color:#414141;text-align:center;padding-top:25px;}
.privetstvie p {color:#414141;font-size:1.0em;text-indent: 25px; }
@media screen and (max-width : 768px) {
.privetstvie h1 {font-size:1.4em;padding-top:25px;line-height: 1.2;}
.privetstvie h2 {font-size:1.4em;line-height: 1.2;}
.privetstvie p {color:#414141;font-size:0.8em;}	
}
@media screen and (max-width : 568px) {
.privetstvie h1 {font-size:1.2em;}
.privetstvie h2 {font-size:1.2em;}
.privetstvie p {color:#414141;font-size:0.8em;}	
}
.tablica {padding-bottom:3%;width:85%;margin-left:7%;}
.tablica th,td{font-weight:normal;}
@media screen and (max-width : 568px) {
.padd-0 {padding-left:0px;padding-right:5px;}	
.tablica {padding-bottom:3%;width:100%;margin-left:0px;padding-left:0px;padding-right:0px;}
}
.proizvodstvo-blok {padding-top:1%;background-image: url(../images/fon-process.jpg);background-size: cover;width: 100%;height: 436px;margin: 0px auto;}
.busines-blok {padding-top:1%;background: url(../images/plashka-epilog.jpg);background-size: cover;width: 100%;height: 370px;margin: 0px auto;}
.busines-blok h1 {font-weight:600;font-size:1.4em;color:#fff;text-align:center;line-height:1.4em;padding:0px 35px 25px 35px}
.busines-blok p {font-weight:400;font-size:1.0em;color:#fff;text-align:center;line-height:1.4em;padding:5px 35px 25px 35px}
p.process {color:#fff;padding-left:100px;padding-right:100px;text-indent:0px;}
@media screen and (max-width : 768px) {
.proizvodstvo-blok {background-image: url(../images/fon-process.jpg);background-size: cover;padding-top:2%;padding-bottom:2%;height:800px;}
.busines-blok {padding-top:2%;padding-bottom:2%;background: url(../images/plashka-epilog.jpg);background-size: cover;height: auto;}
.busines-blok h1 {font-weight:600;font-size:1.2em;color:#fff;text-align:center;line-height:1.4em;padding:0px 10px 25px 10px}
.busines-blok p {font-weight:400;font-size:1.0em;color:#fff;text-align:center;line-height:1.4em;padding:5px 10px 25px 10px}
p.process {padding-left:5px;padding-right:5px;}
}
.modal-body {position: relative;padding: 8px;}
/* кнопка 2 наверх */
#back-top {position:fixed;bottom: 30px;right: 15px;z-index:9999;}
#back-top span {display: none;width:47px;height:47px;display:block;margin-bottom:7px;background:url(../images/back-top-button.png) no-repeat center center}
@media screen and (max-width : 320px) {
#back-top {bottom: 20px;right: 5px;}	
}
/* /кнопка 2 наверх */
img.img-plitka {padding-top:6%;margin-right:0px;width:362px;} 
img.predlog-svg {padding-top:0%;margin:0 auto;width:82px;}  
.predlog {padding-top:0%;}
.predlog h2{color:#414141;font-size:18px;line-height:1.4em;font-weight:600;text-indent:0px;padding-top:5px;padding-bottom:0px;text-align:center;}
.predlog p{color:#414141;font-size:1.0em;text-indent:0px;padding-top:0px;padding-bottom:0px;text-align:center;}
.predlog> .col-xs-12,.col-sm-3,.col-md-3,.col-lg-3 {padding-left:0px;padding-right:0px;}
.pressform {padding-top:0%;}
.pressform h2{color:#414141;font-size:18px;line-height:1.4em;font-weight:600;text-indent:0px;padding-top:5px;padding-bottom:2%;text-align:center;}
.pressform p{color:#414141;font-size:1.0em;text-indent:0px;padding-top:0px;padding-bottom:0px;text-align:center;}
.pressform> .col-xs-12,.col-sm-3,.col-md-3,.col-lg-3 {padding-left:25px;padding-right:25px;}
.press-left {padding-left:20px;}
@media screen and (max-width : 1366px) {
img.img-plitka {padding-top:7%;margin-right:0px;}  	
}
@media screen and (max-width : 1024px) {
img.img-plitka {padding-top:9%;margin:auto;padding-bottom:2%;}  	
}
@media screen and (max-width : 768px) {
img.img-plitka {padding-top:4%;margin:auto;padding-bottom:2%;width:90%;}  	
}
img.img-plitka2 {padding-top:2%;margin-left:0px;width:430px;}  
@media screen and (max-width : 1366px) {
img.img-plitka2 {padding-top:3%;}  	
}
@media screen and (max-width : 1024px) {
img.img-plitka2 {padding-top:9%;margin:auto;padding-bottom:2%;}  	
}
@media screen and (max-width : 768px) {
img.img-plitka2 {padding-top:4%;margin:auto;padding-bottom:2%;width:90%;}  
.press-left {padding-left:0px;}	
}

.dostoinstva {background-image:url(../images/main3.jpg);background-size: cover;width:100%;height:560px;padding-right: 0px;padding-left: 0px;margin-right: auto;margin-left: auto;}
.dostoinstva h2 {font-weight:600;font-size:1.2em;color:#fff;text-align:center;line-height:1.2em;padding-top:5px;padding-bottom:25px;}
.dostoinstva p {font-weight:400;font-size:1.0em;color:#fff;text-align:center;text-indent:0px;line-height:1.2em;padding-top:10px;padding-bottom:25px;}
.dost-p p{color:#414141;font-size:1.0em;text-indent:0px;padding-top:5px;padding-bottom:5px; }
.ispolz p {color:#414141;font-size:15px;font-weight:400;text-indent:0px;padding-top:10px;padding-bottom:5px;text-align:center;}
.tehnologiya {padding-top:0px;}
.tehnologiya p {padding-top:7px;}
.tehnologiya h2 {font-weight:400;font-size:1.2em;color:#414141;text-align:center;line-height:1.2em;padding-top:5px;padding-bottom:25px;}
.karta-blok {padding-top:0%;width: 100%;height:382px;margin: 0px auto;}
.karta-contact {position:absolute;top:0px;left:59.6%;background:#fff;height:100%;opacity:0.8;width:16.6666667%;}
@media screen and (max-width : 1280px) {
	.karta-contact {left:59.6%;width:20%;}
}
@media screen and (max-width : 1024px) {
	.karta-contact {left:59.6%;width:25%;}
}
@media screen and (max-width : 768px) {
	.karta-contact {left:53%;width:45%;}
}
@media screen and (max-width : 568px) {
	.karta-contact {left:50%;width:50%;}
}
@media screen and (max-width : 320px) {
	.karta-contact {left:30%;width:70%;}
}
.text-on-slide {position:absolute;top:0px;left:18.5%;}
@media screen and (max-width : 1440px) {
.text-on-slide {position:absolute;top:0px;left:5.5%;}	
}
@media screen and (max-width : 1366px) {
.text-on-slide {position:absolute;top:0px;left:5.5%;}	
}
@media screen and (max-width : 1280px) {
.text-on-slide {position:absolute;top:0px;left:0%;}	
}
@media screen and (max-width : 1024px) {
	.dostoinstva {padding-top:2%;padding-bottom:2%;height:800px;background:#44372e;background-image:url(../images/main3.jpg);background-size: cover;}
.text-on-slide {position:absolute;top:0px;left:0%;}	
}
@media screen and (max-width : 768px) {
.dostoinstva {padding-top:2%;padding-bottom:2%;height:800px;background:#44372e;background-image:url(../images/main3-small.jpg);background-size: cover;-webkit-background-size:cover;-moz-background-size:cover;}
.text-on-slide {position:absolute;top:0px;left:0%;}	
}
/*Слайдер фоном*/
.carousel.fade{opacity: 1;}
.carousel.fade .item{display: block;position: absolute;left: 0;top: 0;width: 100%;opacity: 0;transition: opacity 2.5s;}
@media screen and (max-width : 768px) {
.carousel.fade .item{display: block;position: absolute;left: 0;top: 0;width: 1200px;opacity: 0;transition: opacity 2.5s;}	
}
.carousel.fade .item.active{position: relative;opacity: 1;}
.photo {
			background-attachment: fixed;
			background-position: 50% 0;
			background-repeat: no-repeat;
			height: 58%;
			position: relative;
		}
		@media screen and (max-width : 1366px) {
.photo {background-position: 50% 0;	height: 75%;}			
		}
		@media screen and (max-width : 1280px) {
.photo {background-position: 50% 0;	height: 80%;}			
		}	
		@media screen and (max-width : 1024px) {
.photo {background-position: 100% 0;	height: 80%;}			
		}	
		@media screen and (max-width : 768px) {
.photo {background-position: 100% 0;	height: 65%;}			
		}			
.photo2 {
			background-attachment: fixed;
			background-position: 50% 0;
			background-repeat: no-repeat;
			height: 370px;
			position: relative;
		}
		@media screen and (max-width : 1366px) {
.photo2 {background-position: 100% 0;height: 350px;}			
		}
		@media screen and (max-width : 1280px) {
.photo2 {background-position: 100% 0;height: 350px;}			
		}	
		@media screen and (max-width : 1024px) {
.photo2 {background-position: 100% 0;height: 350px;}			
		}	
		@media screen and (max-width : 768px) {
.photo2 {background-position: 100% 0;height: 350px;}			
		}
		@media screen and (max-width : 414px) {
.photo2 {background-position: 100% 0;height: 470px;}			
		}
		@media screen and (max-width : 320px) {
.photo2 {background-position: 100% 0;height: 520px;}			
		}		
.photo3 {
			background-attachment: fixed;
			background-position: 50% 0;
			background-repeat: no-repeat;
			height: 452px;
			position: relative;
		}
		@media screen and (max-width : 1366px) {
.photo3 {background-position: 100% 0;height: 432px;}			
		}	
		@media screen and (max-width : 1280px) {
.photo3 {background-position: 100% 0;height: 432px;}			
		}	
		@media screen and (max-width : 1024px) {
.photo3 {background-position: 100% 0;height: 432px;}			
		}	
		@media screen and (max-width : 768px) {
.photo3 {background-position: 100% 0;height: 432px;}			
		}	
		@media screen and (max-width : 414px) {
.photo3 {background-position: 100% 0;height: 512px;}			
		}
		@media screen and (max-width : 320px) {
.photo3 {background-position: 100% 0;height: 562px;}			
		}			
@media (min-width: 768px){
.modal-dialog {
    width: 40%;
    margin: 5% auto 0px;
	background:transparent;
}
.top-dialog {margin: 5% auto 0px;}
.top-dialog-press{margin: 5% auto 0px;}
.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
		}
@media screen and (max-width : 1024px) {
.modal-dialog {
    width: 60%;
}
		}
@media screen and (max-width : 767px) {
.modal-dialog {
    width: auto;
}
		}		
.dialog-form {
	background:#418fbb;
width: 400px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.soglas {padding-left:0px;}
.soglas h4 {color:#fff;font-size:13px;font-weight:300;text-indent:0px;padding-top:10px;padding-bottom:5px;text-align:left;}	
.otpravit-bott {padding:0px 0px 0px 0px;}
@media (max-width: 1366px){
.dialog-form {
background:#418fbb;	
width: 400px;
}	
}
@media (max-width: 769px){
.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}	
.dialog-form {
background:#418fbb;	
width: 400px;
}	
}
@media (max-width: 568px){
.dialog-form {
width: 90%;
}	
}
.close {
  float: right;
  font-size: 31px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}	
td>a {color:#222;}		
td>a:hover {color:#555;}	
td>a:focus {color:#555;}	
.btn-form {width:150px;}
.g-recaptcha {width:100%;}
p.fromtop-p {color:#222;font-size:12px;line-height:1.0em;font-weight:300;padding-top:30px;padding-bottom:5px;margin-top:0px;text-align:left;padding-right:0%;}
img.fromtop-logo {position:relative;bottom:2px;width:15px;margin-left:5px;}
.policy h1 {font-size:1.6em;color:#414141;font-weight:700;padding-bottom:2%;line-height:1.2em;text-align:center;}
.policy h2{font-size:1em;color:#414141;font-weight:700;}
.policy p{font-size:0.8em;color:#414141;}
a.a-policy {color:#414141;font-weight:700;}
a.but-foto {
    display: block!Important;
    vertical-align: middle;
    background: #418fbb;
    color: #fff!Important;
    border-radius: 20px;
    margin: 0.5em auto!Important;
    margin-top: 1.0em!Important;	
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    height: 1.8em;
    line-height: 1.9em;
    width: 280px;
}	
