/*   Main   */

body{
  padding-right: 0 !important;
}

body {
  background: #2954a2;
  font-family: "RobotoRegular", sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: "RobotoRegular", sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#0460b7;
}

h2{
  font-size: 10px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #9c103c;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 5px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

/* --- Header ---- */

#header{
  position:relative;
  z-index:1;
  min-height: 680px;
  margin: 0;
  padding: 0;
}

#header:before {
   content:""; 
   position:absolute;
   z-index:-1;
   bottom:0;
   right:0;
   width:100%;
   min-height: 740px;
  background:  #1b3e5f;
  background: url(../img/bg-header.jpg) no-repeat center bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header .wrapper{
    background: url(../img/bg-top.jpg) 0 0 repeat-x; 
}

.logo_block{
   width: 100%;
   background: #1b3e5f;
   text-align: center;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   box-shadow: 0 0 1em #222;
}

img.logo{
	height: auto;
	margin: 20px;
}

.phone-block{
   width: 100%;
   background: url(../img/icon-phone.png) 20px 35px no-repeat #1b3e5f;
   border-radius: 10px;
   margin-top: 40px;
}

.phone-block p{
   margin-left: 60px;
   padding: 20px;
   font-family: "RobotoCondensedRegular", Tahoma, sans-serif;
   font-size: 20px;
   color: #fff;
   line-height: 36px;
}

.phone-block p > a{
   font-family: "RobotoCondensedRegular", Tahoma, sans-serif;
   font-size: 20px;
   color: #fff;
   line-height: 36px;
   text-decoration: none;   
}

.phone-block p > a:hover, .phone-block p > a:focus{
  text-decoration: underline;
}

.zamer-block{
   margin-top: 20px;
   width: 100%;
   padding: 10px;
   background: #fff;
   text-align: center;
   border-radius: 10px;
   box-shadow: 0 0 1em #222;
}

.bl_zamer{
 text-align: center;
}


/*---------------bl_top_lang---------------------*/

#header .container{
	position: relative;
}

.bl_top_lang, .bl_top_lang2 {
    position: absolute;
    top: 9px;
    left: 0;
    width: 270px;
    height: 24px;
    background: transparent;
    text-align: right;
    z-index: 100;
}

.bl_top_lang a, .bl_top_lang2 a {
    padding: 2px 6px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: 0 1px;
    font-size: 11px;
    line-height: 12px;
    color: #777;
    cursor: pointer;
    text-decoration: none;
    font-family: "RobotoCondensedBold", Tahoma, sans-serif;
}

.bl_top_lang a:hover, .bl_top_lang2 a:hover{
	background: #2954a2;
	color: #fff;
}

.bl_top_lang a.active, .bl_top_lang2 a.active {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    border-color: #fff;
    background-color: #2954a2;
}


/*----------------------#mainCarusel--------------------------------*/

#mainCarusel{

}

ol.carousel-indicators{
   margin-bottom: -40px;
}

.carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  max-height: 610px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  margin: 30px auto;
}

.carousel .item  h2{
    position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	background: rgba(0,0,0, .7);
    margin: 0;   
    text-align: center;	
	font-weight: 400; 
    color: #fff;
    padding: 10px;
    font-size: 17px;
    font-family: "RobotoRegular", Tahoma, sans-serif;    
	letter-spacing: 2px;
}

.carousel .item:first-child {
  top: auto;
  position: relative;
}

.carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

.carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

.carousel-indicators .active{
  width: 10px;
  height: 10px;
  background-color: #0033ff;
   margin: 0 15px 0 0;
   border: 1px solid #0033ff;
   position: relative;
}

.carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #0033ff;
  border: 1px solid #0033ff;
  left: -3px;
  top: -3px;
}


.navbar-nav{
   margin: 0 0 0 0;
}

.navbar-inverse {
    background-color: #1b3e5f;
    border: 0;
}

.navbar-nav > li > a{
  font-family: "RobotoCondensedRegular", Tahoma, sans-serif;
  color: #c4d5f2;
  font-size: 18px;
  line-height: 30px;
  white-space: normal;
}

.navbar-inverse .navbar-nav > li > a{
  color: #c4d5f2;
}

.navbar-inverse .navbar-nav > li > a:hover{
  background-color: #1d4d7b;
}

.navbar-inverse .navbar-nav > .active > a{
  background-color: #2954a2;
}

.navbar-collapse{
  padding-right: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(24,56,87,.95);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  font-size: 12px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #2954a2;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a{
	  white-space: normal;
}


/*----------------- #middle-content-----------*/

#middle-content{
  min-height: 400px;
  padding: 30px 0;
  background: #fff;
}

#middle-content h2{
  padding: 20px 0;
  font-family: "RobotoCondensedRegular", Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400; 
  color: #0d75d7;
  letter-spacing: 1px;
}

/*-- left menu--*/

#leftSideBar{
    margin: 0 0 30px 0;
}

.left-menu{
  margin: 0px auto;
  max-width: 300px;
  overflow: hidden;
  font: normal 14px "RobotoRegular", Tahoma, sans-serif;
}
.left-menu ul {
    list-style: none;
    margin: 0;
    padding:0;
    text-align:left;
}
.left-menu > ul > li {
    position: relative;
    border-bottom: 2px solid #fff;
}
.left-menu > ul > li > a {
    display: block; 
    outline: 0; 
    padding: .5em 1em;  
    text-decoration: none;  
    color:#fff;  
    font-weight: normal;  
    text-shadow: 1px 1px 3px #111;   
    background: #1b3e5f;
    border-left: 7px solid #0d75d7;
}
.left-menu > ul > li > a:hover,
.left-menu > ul > li > a.active {
    color:#92bce6;
}
.left-menu .sub > ul {
    counter-reset: items;
    height: 0;
    overflow: hidden;
    background: #eee;
    -webkit-box-shadow:inset 0 0 50px #bbb;
    -moz-box-shadow:inset 0 0 50px #bbb;
    box-shadow:inset 0 0 50px #bbb;
}
.left-menu .sub > ul > li > a {
    counter-increment: items;
    color:#000;
    font-size: 12px;
    display: block;
    text-decoration: none;
    padding: .7em 1em;
    border-bottom: 1px dotted #bababa;
	transition: all 0.5s ease;
}
.left-menu .sub > ul > li > a:hover,
.left-menu .sub > ul > li > a.active {
    background: #d8d8d8;
    color: #0d75d7;
    padding-left: 1.3em;
}
.left-menu .sub > ul > li > a:before{
    content: "»";
    float: left;
    margin-right:6px;
    line-height: 12px;
}

/*--recomend--*/

#block_recomend{
   margin: 0 0 30px 0;
}

.item-owl-main{
   position: relative;
   z-index: 10;
   width: 270px;
   height: 270px;
   background: #f6f6f6;
   margin: 0 10px 10px 0;
   overflow: hidden;
}

.item-owl-main img{
  max-width: 270px;
  height: auto;
}

#block_recomend .owl-dots{
   display: none;
}

#block_recomend .owl-theme .owl-nav{
  text-align: left;
  margin-top:5px;
}

.item-owl-main_bottom{
   position: absolute;
   z-index: 11;
   width: 100%;
   background: rgba(0,0,0, .7);
   left: 0;
   bottom: 0;
}

.item-owl-main_bottom  p{
   margin: 0;
   padding: 10px 20px;
   font-family: "RobotoCondensedRegular", Tahoma, sans-serif;
   color: #fff;
   font-size: 15px;
   line-height: 18px;
}

.item-owl-main_top{
   position: absolute;
   z-index: 12;
   width: 100%;
   background: rgba(204,0,0, .7);
   left: 0;
   top: 0;
   text-align: center;
}

.item-owl-main_top  p{
   margin: 0;
   padding:8px 20px;
   font-family: "RobotoCondensedRegular", Tahoma, sans-serif;
   color: #fff;
   font-size: 17px;
   line-height: 22px;
}

/*-------- preimuschestva----*/

#features{
  margin: 0 0 30px 0;
}

.feature-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  overflow: hidden;
  background: #f6f6f6;
  padding: 1em;
  border-radius: 10px;
  box-shadow: inset 0 0 1em #fff;
}

.feature-wrap:hover{
   box-shadow: inset 0 0 1em #d5e6f7;
}

.feature-wrap h2{
  padding: 0 0 0 0 !important;
  margin-top: 5px;
  font-weight: 400; 
  font-family: "RobotoCondensedRegular", Tahoma, sans-serif;
  font-size: 16px  !important;
  color: #0d75d7;
  line-height: 18px !important;
}

.feature-wrap h5{
  padding: 0 5px 0 5px !important;
  margin-top: -5px;
  font-weight: 400; 
  font-family: "RobotoRegular", Tahoma, sans-serif;
  font-size: 12px;
  color: #434d57;
  line-height: 16px;
}

.feature-wrap .pull-left {
}

.feature-wrap i{
  font-size: 60px;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  line-height: 120px;
  text-align:center;
  background: #f6f6f6;
  color: #0d75d7;
  border: 3px solid #eee;
  box-shadow: inset 0 0 0 5px #dcdcdc;
  -webkit-box-shadow: inset 0 0 0 5px #dcdcdc;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.feature-wrap i:hover {
  background: #0d75d7;
  color: #fff;
  box-shadow: inset 0 0 0 5px #0d75d7;
  -webkit-box-shadow: inset 0 0 0 5px ##0d75d7;
  border: 3px solid #eee;
}

#content_text{
   padding: 30px 10px;
   font-family: "RobotoRegular", Tahoma, sans-serif;
   font-size: 14px;
   color: #222;
   line-height: 20px;
}

/*----------- footer-------------*/

#footer{
   min-height: 400px;
   background: #11304d;
}

#footer h2{
  padding: 10px 0 10px;
  font-family: "RobotoCondensedRegular", Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 400; 
  color: #5daffc;
}

#footer .address{
    margin: 5px 0 30px;
    font-size: 15px;
	line-height: 32px;
	color: #fff;
}

#footer .phone{
    margin: 10px 0 30px;
    font-size: 22px;
	line-height: 32px;
	color: #fff;
}

#footer .phone a{
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  text-decoration: none;	
}

#footer .phone a:hover, #footer .phone:focus{
	text-decoration: underline;
}

#footer .menu_niz{
   margin: 5px 0 30px 20px;
}

#footer .menu_niz a{
  padding: 10px 0 20px;
  font-family: "RobotoCondensedRegular", Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 400; 
  color: #a6d2fd;
  line-height: 30px;
  letter-spacing: 1px;
  text-decoration: underline;
}

#footer .menu_niz a:hover{
  color: #5daffc;
   text-decoration: none;
}

#footer .niz_brend{
   display: table;
   width: 140px;
   height: 110px;
   background: #fff;
   margin: 10px 0 30px;
}

#footer .niz_brend_row{
   display: table-row;
}

#footer .niz_brend_cell{
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   width: 140px;
   height: 110px;
   background: #fff;
}

#footer .niz_brend_cell img{
    max-width: 120px;
	height: auto;
	max-height: 90px;
	width: auto;
}

/* --  Map--- */

#main-map{
   margin: 0;
   padding: 0;
   min-height: 350px;
   background: #fff;
}

/*---- #footer-copy----*/

section#footer_copy{
   height: 40px;
   background: #11304d;
   margin: 0;
   padding: 5px 0 0 0;
}

 #footer_copy p {
   margin: 0;
   padding:0;
}

.copy{
   margin: 0;
   padding:0;
   font-size: 12px;
   color: #fff;
   line-height: 18px;
}

p.prosite {
   text-align: right;
}

p.prosite a{
    font-size: 12px;
	line-height: 18px;
    color: #c6e5fd;
    text-decoration: none;
}

p.prosite a:hover{
    text-decoration: underline;
}

/*------------------- view subview page ----------------*/

h1.view{
  margin: 0 0 30px;
  padding: 0;
  font-weight: 400; 
  font-size: 18px;
  color:#0460b7;
  line-height: 24px;
}

h4.view{
  margin: 20px 0 0;
  padding: 0;
  font-weight: 400; 
  font-size: 16px;
  color:#003366;
  line-height: 20px;
}

.ramka_img_border{
   position: relative;
   margin: 10px 0 30px;
   max-width: 300px;
   max-height: 250px;
   padding: 0;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   background: #f6f6f6;
   overflow: hidden;
   text-align: center;
}

.ramka_img{
   margin: 3px;
   border: 3px solid transparent;
}

.ramka_img_border img{
  opacity: .7;
}

.ramka_img_border img:hover{
  opacity: 1;
}

.ramka_img_dopinfo{
   position: absolute;
   width: 100%;
   margin:0;
   left: 0;
   bottom: 3px;
   padding: 7px 10px;
   font: 11px/14px Tahoma, sans-serif;
   color: #fff;
   background: rgba(0,0,0, .7);
}

#catalog_razdel{
   margin: 30px 0 0 5px;
}

#catalog_razdel .crazd{
    width: 270px;
	height: 300px;
	margin: 10px 10px 30px 0;
	background: rgba(229,229,229, .2);
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
	float: left;
}

#catalog_razdel .crazd:hover{
  	background: rgba(229,229,229, .8);
}

.crazd .razdfoto{
    width: 250px;
	height: 180px;
	margin: 10px 10px 0;
	overflow: hidden;
}

.crazd .razdfoto img{
    max-width: 250px;
	height: auto;
}

.crazd  .razdtext{
  	margin: 20px 10px 10px;
	text-align: center;
}

.razdtext a{
    font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #0a65ba;
}

.razdtext a:hover{
   color: #0033ff;
   text-decoration: underline;
}

a.all_r{
   font: 11px/14px Tahoma, sans-serif;
   color: #003366;
   text-decoration: underline;   
}

a.all_r:hover{
  	color: #0a65ba;
}

table.shop{
      width: 96%;
	  margin-left:10px;
}

table.shop td{
      padding: 5px;
      border: 1px solid #60a9f5;
	  font-size: 12px;
}

.table-responsive{
   padding: 0 0 20px;
   overflow-x: auto;
}

.block_forma_about{
   margin: 30px 0 50px;
}

/*--------- form info----------*/

label.error{
  display: none !important;
  color: #ff0000;
  left: -20px;
}

input.error{
  border: 1px solid #ff0000;
  background: #fdeeee;
}

textarea.error{
  border: 1px solid #ff0000;
  background: #fdeeee;
}

#result_order_back{
     display: none;
	 margin: 30px auto 100px;
	 text-align: center;
	 color: #cc0000;
	 line-height: 30px;
}

.btn-zamer{
  border:0;
  padding: 0;
  margin: 20px 0 10px 0;
}

/* .modal-transparent */

.modal-transparent {
  background: rgba(0,0,0, .7);
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #fff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

#modal-transparent .modal-body{
    background: #fff;
}

#modal-transparent h4{
    color: #fff;
}

#zamer_submit, #back_submit{
	width: 100%;
}

#result_order_zamer{
    display: none;
	margin: 30px auto 50px;
	text-align: center;
	color: #cc0000;
	font-size: 16px;
	line-height: 24px;
}

.left_sidebar{
   max-width: 300px;
   overflow-x: hidden;
}

/*------------------tt_tovar_page--------------------------*/

.tt_tovar_page > a{
  padding: 4px 6px;
  background: #f6f6f6;
  border:1px solid #999;
  border-radius: 3px;
  font-size: 13px;
  margin: 3px;
  color: #0033ff;
}

.tt_tovar_page > a.active{
  color: #ff0000;
  border:1px solid #ff0000;
}



/*-----------------------video-archive-------------------------------------*/

.vdv{
	margin: 20px auto;
	text-align: center;
}

#videoinrazdel{
	display: flex;
	flex-flow: wrap;
 	margin: 20px auto 30px;	
	justify-content: center;
	align-items: stretch;
	width: 100%;
}

#videoinrazdel .bl_video{
	width: 48%;
	margin: 10px 5px;
	border: 1px dotted #999;
	background: #f1f1f1;
	border-bottom:3px solid #0460b7;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#videoinrazdel .bl_video_youtube{
	
}

#videoinrazdel .bl_video_text{
	padding: 10px 10px 1px;
	font-family: 'Roboto', Tahoma;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: 500;
}

#videoinrazdel span.bl_video_data{
	display: block;
	color: #0460b7;
	font-size: 10px;
	line-height: 14px;
	padding: 7px 0 0;
}

.bl_video_razdel{
	padding: 7px 8px;
}

.razdvideo{
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	font-family: Tahoma;
	font-weight: 600;
	cursor:pointer;
	background: #fff;
	border-radius: 5px;
	border:1px solid #999;
	padding: 5px;
	margin: 3px 3px;
	white-space: nowrap;
}

.razdvideo:hover{
	color: #fff;
	background: #0460b7;
	border:1px solid #eee;
}

.vdaktive{
	border-color: red;
}