/* шрифт font-family: 'Roboto Slab', serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');
/* font-family: 'Nunito', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
/* font-family: 'Merriweather', serif; */
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
body{
    background-color: #e0e0e0;

    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

    margin-top: 70px;

}

h1,h2,h3,h4,h5,h6{
    font-weight: 300;
    color: #333;

}

p{
    line-height: 28px;
    margin-bottom: 25px;
    
}

.centered{
    text-align: center;
}

a{
    color: #f85c37;
    word-wrap: break-word;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus{
    color: #7b7b7b;
    text-decoration:none;
    outline: 0;
}

a:before, a:after {
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar{
    font-weight: 800;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-inverse{
    background: #2d2d2d;
    border-color: #2d2d2d;
}
.navbar-inverse .navbar-nav>.active>a {
    background: #2e475c
}
.navbar-toggle {
    border: 0px;
    }

.navbar a{
    font-family: 'Nunito', sans-serif;
}
#headerwrap{
    background: url(../img/background.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 400px;
    width: 100%;

    background-size: 100%;

    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#headerwrap h1{
    margin-top: 100px;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 3px;

}
#headerwrap h2{
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    color:#c0ae7b;


}

#headerwrap{
    color:white;
    font-size:40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.w{
    font-family: 'Merriweather', serif;
}

.tilt {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
.tilt:hover {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#dg{
    background: #e0e0e0;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    
}
#dg h4{
    font-size: 40px;

}

.wb{
    padding-top: 35px;
    margin-bottom: 0;
}
.wb h4{
    font-size: 35px;
}

#lg{
    background: #ebebeb;
    padding-top: 10px;
    padding-bottom: 70px;
    text-align: center;
}
#lg h4{
    font-size: 45px;
}
#f{
    background-color: #555;
}
#f p{
    text-align: center;
    color: #e0e0e0;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
}
/* Стили для блока товаров*/

.description{
    text-align: justify;
}
p.text{
    text-align:justify;
    margin: 0 0 0 20px
}
.bcent{
    font-style: normal;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size:25px;
    text-align: center;
    margin-top:16px;
    margin-bottom: 25px;
}
.bcent2{
    font-style: normal;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size:40px;
    text-align: center;
    margin-top:16px;
    margin-bottom: 25px;

}
.textcolum{
    white-space: pre-wrap;
    line-height: 25px;
}
img.products{
    max-height:200px;
    max-width:180px;
    
}
.text {
	overflow: hidden;
	line-height: 20px;   
}
.text p{
	margin: 0 0 0 0;
}
.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.category{
    text-align: left;
    border: 1px #2d2d2d;
}
.category_icon{
    text-align: right;
    border: 1px #2d2d2d;
}
div.catigories{
    background-color: #ccc;
    border: 2px black;
}
.about{
    margin-bottom: 1px;
    margin-top: 1.5px;
    font-style: normal;
    text-align: justify;
    font-size:15px;
    color: #000000;
    text-indent: 40px;
}
@media (max-width: 768px ) {
    #headerwrap h1 {
      font-size: 30px;
    }
  
    #headerwrap h2 {
      font-size: 20px;
    }
    img.products_1{
        max-height:300px;
        max-width:300px;
        
    }
    .category{
    font-size: 22px;
}
.category_icon{
    text-align: center;

}
  }

  
/*
Строка поиска
*/






