@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


body {
    margin: 0;
    background: #EAEAEA;
}

.photos img {
    float: left;
    margin: 10px;
}
.two_photos {
	width: 33%;
}
.main-container {
    background-color: #ffffff;
}

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

.navbar-kovrotex {
    height: 70px;
    background: #F44336;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.navbar-kovrotex.navbar-default .navbar-brand {
    color: #ffffff;
    font-size: 30px;
/ / font-family: Verdana, sans-serif;
}

.header-container {
    margin-top: 10px;
}

.kovrotex-page-header {
    color: #F44336;
}

.nav.navbar-nav li a {
    color: #ffffff;
    font-size: 18px;
}

.kovrotex-header-links {
    padding: inherit;
}

.kovrotex-content {
    font-family: Verdana, sans-serif;
    padding-bottom: 100px;
}

h3 {
    text-align: center;
}

.category__image {
    width: 100%;
}

.category__title {
    font-weight: bold;
    font-size: 18px;
}

.category__about {
    font-size: 16px;
    margin-top: 40px;
}

.category {
    margin-top: 20px;
    border-bottom: 2px solid grey;
    padding-bottom: 20px;
}

.categories {
    margin-top: 40px;
}
.categories h3 {
    margin-bottom: 30px;
    margin-top: 60px;
}
.image {
    width: 100%;
    height: 340px;
}
.images {
    margin-top: 50px;
}




.wrapper {
  width: 600px;
  margin: 0 auto;
}

.clearfix:after,
.clearfix:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  clear: both;
}
.ico-wrap {
    color: #f44336;
    width: 50px;
    height: 50px;
    margin: 19px 20px 2px 2px;
    display: block;
    text-align: center;
    font-size: 25px;
    border: 2px solid #f44336;
    float: left;
}
.ico-contact {
    line-height: 1.9 !important;
}
.descript-wrapper {
    float: left;
    margin-bottom: 20px;
}
.aio-icon-title {
    font-size: 18px;
    color: #f44336;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .descript-wrapper,
    .ico-wrap {
      float: none;
      text-align: center;
    }
    .ico-wrap {
      margin: 0 auto 15px auto;
    }
}
