html, body, header, footer, p, h3{
    margin: 0;
    padding: 0;
	font-family:roboto;	
}
body {
    background: #D8E4F2;
    margin-left: 30px;
    margin-right: 30px;
	font-family:roboto;	

}
a{
    color: #7E2A06;
}
.line{
    height: 1px;
    background: #fff;
    border-top: 1px solid #f3f2f0;
}
header{
    background: #7D9AFF;
    display: flex;
    justify-items: center;
    align-content: center;
    padding: 0 20px;
}
.logo{
    display: flex;
    justify-items: center;
    align-items: center;
}
.logo img{
    height: 70px;
}
.logo span{
    color: #fff;
    text-transform: uppercase;
    margin-left: 5px;
}
nav.main-menu ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: 0;
}
nav.main-menu > ul > li {
    *margin: 0 10px;
}
nav.main-menu a.active, nav.main-menu a:hover{
    background: #B8D4F5;
    color: #fff;
    padding: 0 10px;
}
nav.main-menu > ul > li > a{
    color: #e2e2e2;
    height: 50px;
    align-items: center;
    display: flex;
    padding: 0 10px;
}

.content{
    background: #f8f8f8;
    padding: 20px;
}

nav.breadcrumbs ul{
    list-style: none;
    display: flex;
}

nav.breadcrumbs li {
    padding: 0 2px;

}
nav.breadcrumbs > ul > li{
    color: #8c8c8c;
}
nav.breadcrumbs > ul > li > a {
    color: #B8D4F5;
    text-decoration: none;
}
p {

}

.product-box{
    display: flex;
}
.product-box__img{
    margin-right: 20px;
}
.product-desc{
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding: 20px;
}
.big-img{
    border: 10px solid #f3f2f0;
    width: 350px;
}

img.big-img:hover {
    border: none;
    padding: 10px;
}

.small-img img{
    border: 1px solid #ececec;
    padding: 10px;
    height: 69px;
}

.product-info h2{
    color: #2d2d2d;
}
.characteristics-product h4 {
    margin-bottom: 0;
}
.characteristics-product ul{
    margin-top: 0;

}
.characteristics-product li{
    color: #4f4f4f;
}
.product-desc h3{
    margin-bottom: 10px;
}

.product-desc h4{
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-desc p:first-letter{
    font-size: 1.2em;
    color: #b86024;
}

.tech-characteristics {
    border-spacing: 0;
    border: 1px solid #4f4f4f;
}

.tech-characteristics tr:first-child {
    height: 70px;
    word-wrap: break-word;
    text-align: center;
    background: #8c8c8c21;
    font-weight: bold;
}
.tech-characteristics tr:first-child td:last-child{
    width: 50px;
}
.tech-characteristics td {
    border: 1px solid #4f4f4f;
    margin: 0;
    padding: 10px;
}
.tech-characteristics td:nth-last-child(2){
    text-align: center;
}
.buy-box{
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(252,158,9,1) 0%, rgba(255,201,91,1) 1%, rgba(255,153,62,1) 26%, rgba(234,122,47,1) 99%, rgba(184,96,36,1) 100%);
    padding: 10px;
    border-radius: 5px;
    border-bottom: 1px solid #b86024;
    border-top: 1px solid #fc9e09;
    width: 260px;
    text-align: center;
    font-size: 26pt;
}
button{
    border: none;
}
.btn-buy{

    color: #4f4f4f;
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(217,217,217,1) 100%);
    border-radius: 3px;
    border-top: 1px solid #c4983e;
    border-bottom: 1px solid #8f5f3a;
    cursor: pointer;
}

.btn-buy span{
    font-size: 14pt;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    line-height: 13pt;
    display: block;
}
footer{
    display: flex;
    justify-content: space-between;
    color: #5e5e5e;
}

.copyright p{
    margin-bottom: 5px;
}
.footer-info{

}


/*Index*/

.reviews h3, .info-company h3{
    font-size: 18pt;
    color: #4f4f4f;
}
.info-company h3{
    margin-bottom: 10px;
}
.reviews-box {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-img {
    margin-right: 20px;
    border: 1px solid #9a9a9a;
}
.imgg {
    width: 250px;
    height: 150px;
}
.news-info h4 a{
    color: #e27d55;
}
.news-info p, .info-company p{
    color: #4f4f4f;
}

/*Catalog*/
main.catalog{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.products-box  {
    position: relative;
    width: 250px;
}
.products-box h4 {
    text-align: center;
    font-weight: 100;
    margin-top: 10px;
    text-transform: uppercase;
}
.products-box__img {

    width: 200px;
    margin: 0 auto;
    height: 145px;
}

.products-box__img img{
    position: relative;
    width: 100%;
    height: 145px;
}
.products-box__img .price{
    position: absolute;
    left: 144px;
    top: 117px;
    padding: 5px 10px;
    background: #4f4f4f;
    color: #f3f2f0;
}

/*Contacts*/


input, textarea {
    display: inline-block;
    margin: 10px auto;
    border: 2px solid #eee;
    padding: 10px 20px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #4f4f4f;
    text-transform: capitalize;
}
input:first-letter , textarea:first-letter {
    font-size: 2em;
}

input[name="email"]:focus {
    /*border: 2px solid #e27d55;*/
    /*color: #e24705;*/
    /*outline:none;*/

    border: 2px solid #b53300;
    color: #ffffff;
    outline: none;
    background: #ff4800c7;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="submit"]:hover{
    background: #ed6d3b;
    border: 1px solid #b53300;
    color: #fff;
}
textarea {
    display: inline-block;
    margin: 10px auto;
    border: 2px solid #eee;
    padding: 10px 20px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
}

.contact-box{
    display: flex;
    justify-content: space-around;
}
.contact-box__map p{
    font-weight: bold;
    margin-bottom: 10px;
}