@import url(reset.css);
@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto.eot);
    src:
         url(../fonts/Roboto.eot?#iefix) format('embedded-opentype'),
         url(../fonts/Roboto.woff) format('woff'),
         url(../fonts/Roboto.ttf) format('truetype'),
         url(../fonts/Roboto.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body{
    font: 16px 'Roboto', sans-serif;
}
.main-head2{ 
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #FFF;
  padding: 15px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

#text-2 h2 {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: bold;
color: #054b5a;
padding-bottom:25px;
}
#zag h1 {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
color: #318faf;
padding-bottom:5px;
}
#zag h2 {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-size: 20px;
line-height: 34px;
font-weight: 600;
text-transform: uppercase;
color: #990000;
padding-bottom:25px;
}
#zag h4 {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-size: 24px;
line-height: 34px;
font-weight: 600;
text-transform: uppercase;
color: #990000;
}
#zag h5 {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-size: 20px;
line-height: 34px;
font-weight: 600;
text-transform: uppercase;
color: #990000;
}
#zag h6 {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
color: #CCCCCC;
}
#zag p {
color: #555555;
font: inherit;
vertical-align: baseline;
line-height:25px;
}
.basket-wrapper{
  overflow: hidden
}
.cart-button{
  display: block;
  max-width: 240px;
  padding: 6px 15px;
  background: #2e405f;
  border-radius: 2px;
  float: right;
  color: #eee;
}
.cart-button:hover,.cart-button:focus {
  color: #fff;
  background: #394f75;
  text-decoration: none;
}
.basket-help-text{
  font-size: .75rem;
}
.popover{
  position: fixed!important;
}
.goods-wrapper{
  margin-top: 105px;
}
.good-item{
  border: 1px solid #eee;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
}
.good-img{
  margin-bottom: 15px;
}
.good-item img {
  width: 100%;
}
.good-name{
  background: #eee;
  padding: 15px 0;
}
.good-price{
  font-weight: 700;
  margin: 15px 0;
}

.cart-buy-button{
width: 150px;
font-size: 16px;
  color: #fff;
padding: 3px 4px;
  text-decoration: none;
margin-bottom: 20px;
margin-top: 70px;
background: linear-gradient(#af0909,#670101);
box-shadow: inset 0px 1px 0px #bf4141, inset 0 -1px 2px #2f0000;
}
.cart-buy-button:hover{
  background: #e47e20;
  color: #eee;
  text-decoration: none;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}
/*Доп запросы*/
@media only screen and (max-width : 680px) {}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 486px) {
  .good-inner{
    width: 100%;
    float: none;
  }
  .cart, .popover {
    width: 100%!important;
  }
  .popover {
    left: 0!important;
  }
}
@media only screen and (max-width : 380px) {}