  body {
  	-background-color: #EEE;
  	background: white url(../img/bg.jpg) repeat;
  	-background-size: 100%;
  }

  .fixed 
  {
	  position: fixed;
	  background: white;
	  z-index: 9999;
  }

  .logo img
  {
  	-background: white url('img/logo.png') no-repeat  center center;
  	-background-size: cover;

  	-background-color: white;
  	padding-top: 7px;
  	width: 80px;
  }

  .phone
  {
  	font-weight: bold;
  	font-size: 37px;
  	margin-top: 20px;
  	font-family: "Tahoma", "Open Sans";
  	text-align: center;
  }
  .phone-new
  {
  	font-weight: bold;
  	margin-top: 20px;
  	font-family: "Tahoma", "Open Sans";
  	text-align: center;
  }

  .phone-head h5
  {
  	text-align: center;
  }

  .head-text {
	  font-weight: bold;
	  font-family: "Trebuchet MS";
	  font-size: 34px;
  }

  .block-head{
  	text-align: center;
  	font-weight: bold;
  	font-family: "Tahoma", "Open Sans";
	font-size: 46px;
	-letter-spacing: 5px;
	padding-bottom: 10px;
	color: #A40D06;
  }

  .block-head-sub{
  	text-align: center;
  	font-weight: bold;
  	font-family: "Tahoma", "Open Sans";
	font-size: 34px;
	padding-bottom: 10px;
	color: #A40D06;
  }
  .block-head-sub-new{
  	text-align: center;
  	font-weight: bold;
  	font-family: "Tahoma", "Open Sans";
	font-size: 30px;
	padding-bottom: 10px;
	color: #A40D06;
  }

  .block-split
  {
  	height: 30px;
  }

  
  .block-img
  {
  	width: 100%;
  	position: relative;
   	abackground: url('img/oblivka1.jpg') 100% 100% no-repeat;
  	background-size: cover;
  }



  .block-img .text
  {
	position	: absolute;
	top		: 60px;
	width: 100%;
  }

  .block-img .header
  {
  	-color: #FFF;
  	color: #000;
  	text-align: center;
  	font-weight: bold;
  	font-family: "Tahoma", "Open Sans";
	font-size: 30px;
	-background: #d9534f;
	-background-color: #d9534f;
	background-color: #FFF;
    padding-bottom: 5px;
  }


  .sale {

  	-text-align: center;
  	-height: 500px;
  }


  .sale .cost
  {
  	text-align: center;
  	font-weight: bold;
  	font-family: "Tahoma", "Open Sans";
	font-size: 70px;

	color: #A40D06;
	margin-top: 0px;
  }

  .sale .descr
  {
  	text-align: center;
  	font-weight: bold;
  	font-family: "Tahoma", "Open Sans";
	font-size: 25px;
	background-color: yellow;
	color: #000;
	margin-top: 0px;
  }

	
  .sale .costSub
  {
  	text-align: center;
  	font-weight: bold;
  	font-family: "Tahoma", "Open Sans";
	font-size: 45px;
	color: #A40D06;
	margin-top: 0px;
	-text-shadow: 1px 1px 2px black;
  }

  .costSub s
  {
  	color: #000;
  }
	.sale .costSmall
	{
		font-size: 28px;
		padding-bottom: 10px;
	}

  .sliv
  {
  	-background-color: #ffb5be;
  	-width: 100%;
  	-position: relative;
   	-background: url('img/sliv1.jpg') 100% 100% no-repeat;
  	-background-size: cover;

  }


  .sale .cost-desc
  {
	  line-height: 40px;
	color: #d9534f;
  	margin-top: 10px;
  	margin-bottom: 30px;
  	font-size: 35px;
  	font-weight: bold;
  	text-align: center;
  }

  .sale .cost-line
  {
  	-font-weight: bold;
	font-family: "Helvetica Neue", "Helvetica";
    font-size: 25px;
	color: #FFF;
	background-color: #d9534f;
	padding-left: 10px;
	margin-top: 10px;
	height: 50px;
	width: 100%;
	line-height: 45px;

  }

  .sale .line15
  {
  	background-color: #c5120b;

  }
  .sale .line17
  {
  	background-color: #A40D06;
  }

  .sale sa
  {
   	color: #FFF;
  }


  ul.desc
  {
  	color: #A40D06;
  }

  .sale b
  {
  	color: yellow;
  	padding-left: 10px;
  }

  .sale .price
  {
  	font-weight: bold;
	font-family: "Trebuchet MS";
    font-size: 60px;
	color: green;
  } 	
 
 .acarousel-inner > .item {
  overflow: hidden;
  height: 400px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-height: 100%;
  margin: auto;
}

	ul {
	 	font-size: 25px;
	}

	ul.good i{
		color: green;
	}
	ul.bad i{
		color: red;
	}
 

    .item h2
    {
    	font-weight: bold;
    	-background-color: white;
    	text-shadow: 0 0 7px white;
    }


    #social img
    {
    	width: 100px;
    }

    .row-flex {
    display: flex;
    flex-flow: row wrap;
	}


.navbar 
{
	background-color: #A40D06;
}


.nav > li > a { color: #FFF; font-size: 25px;}
.nav > li > a:hover, .nav > li > a:focus { color: #EEE; background-color: #700A06;}

.navbar-nav > .active > a { color: #FFF; background-color: #A40D06;}
.navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus { color: #EEE; background-color: #A40D06;}

.navbar-nav {
float: none;
text-align: center;
}

.navbar-nav li {
float: none;
display: inline-block;
}


.row hr {
	 color: #d9534f;
     background-color: #d9534f;
     height: 2px;
}


.row .text
{
	-font-weight: bold;
	font-size: 20px;
}


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

.circle{ background: #CC333F; width:86px; height:86px; margin:0 auto 20px auto; -webkit-border-radius: 43px; -moz-border-radius: 43px; border-radius: 43px; 
         text-align: center; line-height:66px; }
	.circle .fa{ color: white; margin-left:1px;  font-size: 40px; padding-top: 22px; padding-left: 0px;}


.bg-white {
	-background-color: #EDA8A6;
	-padding-bottom: 30px;
}

.proz
{
 	margin-top: 30px;
 	margin-bottom: 30px;
}
.proz .opac
{
	background-color: rgba(255, 255, 255, 0.6);
	margin-bottom: 20px;
}
  
 table {
	font-size: 20px;
}

 table small{
	color: #999;
}


.raiting ul{
	-margin: 12px 0 0 0;
	-float: left;
}
.raiting ul li{
	list-style: none;
	display: inline-block;
}
.raiting ul li img{
	height: 20px;
	width: 20px;
}
