@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
body {
  font-family: 'Open Sans', sans-serif;
  background: #eaeaea url(/images/bg.png) repeat;
  /*fixed*/
}
a, button {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
a {
  color: #ed3237;
}
a:hover, a:visited {
  color: #d91318;
}
h1 {
  font-family: 'Roboto Slab', serif;
}
.btn {
  max-width: 100%;
  padding: 10px 30px;
}
.shadow-box, .product-block {
  padding: 10px;
  border: 1px solid #bbb;
  margin-right: 17px;
  margin-bottom: 17px;
}
.centered {
  margin: 0 auto 20px auto;
  max-width: 360px;
}
#header {
  padding: 20px 20px 15px 0px;
  background: #fff;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
#header .pull-left {
  margin-left: 360px;
  margin-bottom: 5px;
}
#header .pull-left a {
  margin-right: 5px;
}
#header a {
  text-decoration: none;
  color: #444;
}
#header a:hover {
  color: #000;
}
#wrapper {
  padding-bottom: 20px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: none;
  background: #fff;
}
#wrapper.bg-add {
  background: 100% 100% url('/images/wrapper-bg.jpg') no-repeat #fff;
  padding-bottom: 20px;
}
#footer {
  background: #ed3237;
  padding: 20px 0 15px;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer img {
  margin: -5px 0 10px 0;
  max-width: 100%;
}
#footer .logo-white {
  text-decoration: none;
}
.no-translation {
  background: #f66;
}
.no-translation * {
  background: #f66;
}
.pagination li span {
  border-radius: 50% !important;
  margin-right: 5px;
}
.pagination li a, .pagination li a:hover, .pagination li a:focus {
  border-radius: 50% !important;
  margin-right: 5px;
  color: #ed3237;
}
.pagination li.active a, .pagination li.active a:hover {
  border-color: #ed3237;
  background-color: #ed3237;
}
@media (min-width: 768px) {
  .corner-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    right: -31px;
    padding-right: 30px !important;
  }
  .corner-right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -1px;
    bottom: -31px;
    border: 10px solid transparent;
    border-left: 5px solid #999;
    border-top: 20px solid #999;
  }
}
@media (min-width: 768px) {
  .corner-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    left: -31px;
    padding-left: 30px !important;
  }
  .corner-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -1px;
    bottom: -31px;
    border: 10px solid transparent;
    border-right: 5px solid #999;
    border-top: 20px solid #999;
  }
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus {
  border-color: #ed3237;
  box-shadow: 0 1px 1px rgba(237, 50, 55, 0.075) inset, 0 0 8px rgba(237, 50, 55, 0.6);
  outline: 0 none;
}
.summary {
  text-align: right;
  margin-bottom: 10px;
  font-size: 90%;
}
#language .dropdown-menu {
  left: auto;
  right: 0;
}
@media (max-width: 768px) {
  a.fancybox {
    cursor: default;
  }
}
.btn-primary {
  color: #fff !important;
  background-color: #ed3237;
  border-color: #d91318;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #eb1b20;
  border-color: #7b0b0e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #eb1b20;
  border-color: #aa0f13;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #eb1b20;
  border-color: #aa0f13;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #d91318;
  border-color: #7b0b0e;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #ed3237;
  border-color: #d91318;
}
.btn-primary .badge {
  color: #ed3237;
  background-color: #fff;
}
#mainmenu {
  font-family: 'Roboto Slab', serif;
  background-color: #bbb;
  border: none;
  border-radius: 0;
  margin: 0 !important;
}
#mainmenu .navbar-header .navbar-toggle {
  border: none;
  border-radius: 0;
  margin: 5px 15px 5px 0;
  padding: 12px 15px;
  background-color: #fff;
}
#mainmenu .navbar-header .navbar-toggle .icon-bar {
  background-color: #000;
}
#mainmenu .navbar-header .navbar-toggle:hover .icon-bar, #mainmenu .navbar-header .navbar-toggle:focus .icon-bar {
  background-color: #ed3237;
}
@media (min-width: 768px) {
  #mainmenu .navbar-header .navbar-brand {
    position: absolute;
    bottom: 0;
    width: 360px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #bbb;
  }
  #mainmenu .navbar-header .navbar-brand img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #mainmenu .navbar-header .navbar-brand {
    background: #fff;
    padding: 1px 15px;
    border-bottom: 1px solid #bbb;
    margin-left: 15px;
  }
  #mainmenu .navbar-header .navbar-brand img {
    height: 48px;
  }
}
#mainmenu .navbar-collapse .navbar-nav > li > a {
  padding: 15px 6px 15px 6px;
  color: #000;
}
#mainmenu .navbar-collapse .navbar-nav > li > a:hover {
  background-color: #a2a2a2;
  color: #fff;
}
#mainmenu .navbar-collapse .navbar-nav > li.active > a, #mainmenu .navbar-collapse .navbar-nav > li.open > a {
  background-color: #a2a2a2;
  color: #fff;
}
@media (min-width: 768px) {
  #mainmenu .navbar-collapse {
    padding-left: 360px;
  }
  #mainmenu .navbar-collapse .dropdown-menu li.active a {
    background: #bbb;
  }
  #mainmenu .navbar-collapse #language-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  #mainmenu .navbar-collapse {
    border-top: 1px solid #959595;
    box-shadow: none !important;
  }
  #mainmenu .navbar-collapse .navbar-nav li a {
    padding-left: 20px;
  }
  #mainmenu .navbar-collapse .navbar-nav .dropdown-menu {
    border-left: 1px solid #959595;
    border-radius: 0;
    margin: 0 0 5px 20px;
  }
  #mainmenu .navbar-collapse .navbar-nav .dropdown-menu li a {
    padding-left: 20px;
    color: #000;
  }
  #mainmenu .navbar-collapse .navbar-nav .dropdown-menu li a:hover {
    color: #fff;
  }
  #mainmenu .navbar-collapse .navbar-nav .dropdown-menu .divider {
    margin: 9px 20px;
    background-color: #aeaeae;
  }
  #mainmenu .navbar-collapse .navbar-nav li.active > a, #mainmenu .navbar-collapse .navbar-nav li.open > a {
    background-color: #a2a2a2;
  }
  #mainmenu .navbar-collapse #language-menu {
    display: block;
  }
}
#indexmenu {
  font-family: 'Roboto Slab', serif;
  margin: 0px 0 30px 0;
}
#indexmenu .item {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  margin: 0 auto 20px auto;
  max-width: 360px;
  color: #000;
}
#indexmenu .item .title {
  font-size: 20pt;
  margin: 10px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #indexmenu .item .title {
    font-size: 16pt;
  }
}
#indexmenu .item .content {
  text-align: center;
}
#indexmenu .item .image {
  padding: 0 20px;
}
#indexmenu .item .image img {
  max-width: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}
#indexmenu .item:hover {
  color: #ed3237;
}
#indexmenu .item:hover .image img {
  transition: border 0.3s ease-in-out;
  border: 2px solid #ed3237;
}
@media (max-width: 768px) {
  #indexmenu .row > div {
    background: url(/images/bg-rc.png) -90px 57% no-repeat, url(/images/bg-rc.png) calc(100% + 90px) 57% no-repeat;
  }
}
@media (min-width: 768px) {
  #indexmenu .row > div:nth-child(3n+1) {
    background: url(/images/bg-rc.png) -90px 57% no-repeat;
  }
  #indexmenu .row > div:nth-child(3n) {
    background: url(/images/bg-rc.png) calc(100% + 90px) 57% no-repeat;
  }
}
#downmenu .pull-left {
  padding-top: 5px;
}
#downmenu .pull-left a, #downmenu .pull-left span {
  display: block;
  margin-bottom: 10px;
  line-height: 7pt !important;
}
#downmenu .pull-left:first-of-type, #downmenu .pull-left:first-of-type + .pull-left {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  #downmenu .pull-left {
    padding-top: 5px;
  }
  #downmenu .pull-left a, #downmenu .pull-left span {
    display: block;
    margin-bottom: 10px;
    line-height: 7pt !important;
  }
  #downmenu .pull-left:first-of-type, #downmenu .pull-left:first-of-type + .pull-left {
    padding-right: 10px;
    margin-right: 10px;
    border-right: none;
  }
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
.carousel {
  margin: 30px 0 40px 0;
}
.carousel * {
  text-shadow: none !important;
  color: #000;
}
.carousel .carousel-indicators {
  text-align: left;
  bottom: 0;
  left: 0;
  margin: 0;
}
.carousel .carousel-indicators li {
  background: #bbb;
  height: 20px;
  width: 20px;
  border: none;
  margin: 0 3px;
  transition: background 0.3s ease-in-out;
}
.carousel .carousel-indicators li.active {
  background: #ed3237;
}
.carousel .carousel-inner {
  overflow: visible;
}
.carousel .carousel-inner .item .image {
  display: block;
  text-align: center;
  overflow: hidden;
}
.carousel .carousel-inner .item .image img {
  max-width: 100%;
}
.carousel .carousel-inner .item .carousel-caption {
  position: static;
}
.carousel .carousel-inner .item .carousel-caption .title {
  font-size: 26pt;
  line-height: 120%;
  font-family: 'Roboto Slab', serif;
  color: #000;
}
.carousel .carousel-inner .item .carousel-caption .info {
  padding-right: 10px;
}
.carousel .carousel-inner .item .carousel-caption .info h1, .carousel .carousel-inner .item .carousel-caption .info h2, .carousel .carousel-inner .item .carousel-caption .info h3 {
  margin: 5px 0 10px 0;
  color: #bbb;
  line-height: 100%;
}
.carousel .carousel-inner .item .carousel-caption .more {
  position: absolute;
  z-index: 10;
  display: block;
  right: -15px;
  bottom: 0px;
  background: #ed3237;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #d91318;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 14px;
}
.carousel .carousel-inner .item .carousel-caption .more:hover {
  background: #eb1b20;
  border-color: #aa0f13;
  text-decoration: none;
}
.carousel .carousel-inner .item .carousel-caption .more:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -1px;
  bottom: -31px;
  border: 10px solid transparent;
  border-left: 5px solid #999;
  border-top: 20px solid #999;
}
@media (max-width: 768px) {
  .carousel .carousel-indicators {
    padding-left: 20px;
  }
  .carousel .carousel-inner .item .image {
    text-align: center;
  }
  .carousel .carousel-inner .carousel-caption {
    height: 260px;
    overflow: hidden;
  }
  .carousel .carousel-inner .carousel-caption .info {
    padding: 0 20px;
  }
  .carousel .carousel-inner .carousel-caption:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: -owg(linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff 95%));
    background-image: -webkit(linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff 95%));
    background-image: -moz(linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff 95%));
    background-image: -o(linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff 95%));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff 95%);
  }
}
@media (min-width: 768px) {
  .carousel .carousel-indicators {
    padding-left: 380px;
  }
  .carousel .carousel-inner * {
    text-align: left;
  }
  .carousel .carousel-inner .item .image {
    float: left;
    width: 360px;
    height: 300px;
  }
  .carousel .carousel-inner .carousel-caption {
    padding: 0;
    margin-left: 380px;
  }
}
#search-form {
  position: relative;
  padding: 10px 3px 3px 3px;
}
#search-form input {
  line-height: 18px;
  height: 28px;
  padding: 4px 22px 4px 5px;
  width: 280px;
  float: right;
  border: 3px solid #bbb;
  max-width: 100%;
}
#search-form .fa-search {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#content {
  min-height: 700px;
  padding: 20px 0;
}
#content .breadcrumb {
  margin: 0 0 10px 0;
  padding: 4px 15px;
  border-radius: 0;
}
#content .breadcrumb > li + li:before {
  font-family: FontAwesome;
  content: "\f105";
}
#content h1.title {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
  margin: 20px 0 30px 0;
}
#content .kv-sidenav li {
  margin: 0;
}
#content .kv-sidenav li.active a {
  background-color: #ed3237;
}
#content .inside-block .item {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  margin: 0 auto 20px auto;
  max-width: 360px;
  color: #000;
}
#content .inside-block .item .title {
  font-size: 16pt;
  margin: 10px 0;
  display: table;
  min-height: 80px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
  #content .inside-block .item .title {
    font-size: 14pt;
  }
}
#content .inside-block .item .title div {
  display: table-cell;
  vertical-align: middle;
  text-align: center !important;
}
#content .inside-block .item .content {
  text-align: center;
}
#content .inside-block .item .image {
  padding: 0 20px;
}
#content .inside-block .item .image img {
  max-width: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}
#content .inside-block .item:hover {
  color: #ed3237;
}
#content .inside-block .item:hover .image img {
  transition: border 0.3s ease-in-out;
  border: 2px solid #ed3237;
}
@media (max-width: 768px) {
  #content .inside-block > div {
    background: url(/images/bg-rc.png) -90px 65% no-repeat, url(/images/bg-rc.png) calc(100% + 90px) 65% no-repeat;
  }
}
@media (min-width: 768px) {
  #content .inside-block > div:nth-child(3n+1) {
    background: url(/images/bg-rc.png) -90px 65% no-repeat;
  }
  #content .inside-block > div:nth-child(3n) {
    background: url(/images/bg-rc.png) calc(100% + 90px) 65% no-repeat;
  }
}
#content .material {
  margin: 20px 0;
}
#content .material img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #content .material img {
    height: auto !important;
  }
}
#content .material .image-box {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #content .material .image-box {
    text-align: right;
  }
}
#content .material .image-box.circle img {
  border-radius: 50%;
}
#content .material .image-box img {
  max-width: 100%;
}
#content .material span.gallery {
  display: block;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
#content .material span.gallery a {
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}
#content .material span.gallery img {
  max-width: 100%;
}
@media (min-width: 768px) {
  #content .material span.gallery a {
    width: 23%;
    height: 100px;
    margin: 5px 1% 5px 5px;
    float: left;
    position: relative;
  }
  #content .material span.gallery img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 992px) {
  #content .material span.gallery a {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  #content .material span.gallery a {
    height: 160px;
  }
}
#content .material span.square {
  display: block;
  padding: 20px;
  border: 1px solid darkred;
  text-align: center;
  min-height: 120px;
}
#content .material span.square a {
  display: block;
}
#content .material span.square a img {
  display: block;
  margin: 0 auto;
}
#content .material iframe {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
#content .material .send-request {
  margin: 30px 0 20px 0;
  text-align: right;
}
@media (max-width: 768px) {
  #content .material .send-request {
    text-align: center;
  }
}
#content .material .send-request a {
  width: 100%;
  max-width: 360px;
}
#content .news {
  margin: 20px 0;
}
#content .news .item {
  padding: 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease-in-out;
}
#content .news .item:hover {
  box-shadow: 0 0 10px #bbb;
  position: relative;
  z-index: 10;
}
#content .news .item .more {
  text-align: right;
}
#content .product {
  margin: 20px 0;
}
#content .product .nav-tabs {
  margin-bottom: 20px;
}
#content .product iframe {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
#content .product .slider {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}
#content .product .slider img {
  width: 100%;
}
#content .product .slider img:not(:first-child) {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 110%;
  height: 110%;
  max-width: 110%;
  width: 110%;
  opacity: 0;
  transition: opacity 0.7s ease, max-height 0.5s ease, max-width 0.5s ease;
}
#content .product .slider img:not(:first-child).active {
  opacity: 1;
  max-width: 100%;
  max-height: 100%;
}
#content .product .slider-control {
  margin-bottom: 20px;
}
#content .product .slider-control img {
  margin: 0 5px 5px 0;
  width: calc((100% - 26px) / 4);
  cursor: pointer;
  border: 2px solid #ddd;
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
#content .product .slider-control img:nth-child(4n) {
  margin-right: 0;
}
#content .product .slider-control img.active {
  border: 2px solid #ed3237;
  opacity: 1;
}
#content .product .content {
  margin-bottom: 30px;
}
#content .product .content ul, #content .product .content ol {
  padding-left: 20px;
}
#content .product .content table td {
  padding-left: 0;
}
#content .product .files .item {
  padding: 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease-in-out;
}
#content .product .files .item .file-info h4 {
  margin: 10px 0 5px 0;
}
#content .product .files .item .file-info .description {
  padding: 5px 0 0;
  font-size: 90%;
}
#content .product .files .item .download {
  float: right;
  padding: 10px;
}
#content .product .files .item:hover {
  box-shadow: 0 0 10px #bbb;
  position: relative;
  z-index: 10;
}
#content .product .product-buy {
  margin: 30px 0 40px 0;
  text-align: left;
}
@media (max-width: 768px) {
  #content .product .product-buy {
    text-align: center;
  }
}
#content .product .product-buy a {
  width: 100%;
  max-width: 360px;
}
#content .products {
  margin: 20px 0;
}
#content .products .products-filter {
  max-width: 360px;
  background: #ddd;
  border: 1px solid #bbb;
  padding: 10px 20px 30px 30px;
  margin: 0 -30px 20px auto;
}
@media (max-width: 768px) {
  #content .products .products-filter {
    margin: 0 auto 20px auto !important;
  }
}
#content .products .products-filter .title {
  font-family: 'Roboto Slab', serif;
}
#content .products .products-filter ul {
  margin: 0;
  padding: 0;
}
#content .products .products-filter ul li {
  margin: 0;
  padding: 0;
  display: block;
}
#content .products .products-filter ul li .category {
  font-size: 17px;
  cursor: pointer;
  padding: 6px 0 6px 20px;
  position: relative;
}
#content .products .products-filter ul li .category:after {
  font-family: FontAwesome;
  content: "\f0da";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
#content .products .products-filter ul li .category.expanded:after {
  content: "\f0d7";
}
#content .products .products-filter ul li label {
  cursor: pointer;
  display: block;
  font-weight: normal;
}
#content .products .products-filter > ul > li > ul {
  padding: 10px 0;
}
#content .products .products-filter .filter-send {
  margin: 20px 0 10px 0;
  width: 100%;
}
#content .products .products-filter #filter-form {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
#products-list .item {
  margin-bottom: -1px;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease-in-out;
}
#products-list .item .title {
  padding-left: 15px;
}
#products-list .item .content {
  padding: 0 0 15px 15px;
}
#products-list .item .image-box {
  display: block;
  margin: 10px 10px 10px 0;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
#products-list .item .image-box img {
  width: 100%;
}
#products-list .item .image-box img + img {
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
}
#products-list .item .yellow {
  background: yellow;
}
#products-list .item:hover {
  box-shadow: 0 0 10px #bbb;
  position: relative;
  z-index: 10;
}
#products-list .item:hover .image-box img + img {
  width: 120%;
  left: -10%;
  top: -10%;
}
.product-block {
  margin-bottom: 20px;
}
.product-block .intro {
  padding: 10px;
}
.product-block .intro .title {
  margin-bottom: 20px;
}
.product-block .image-box {
  margin: 10px;
  float: left;
}
.product-block .image-box img {
  width: 180px;
}
.search-block {
  max-width: 360px;
  background: #ddd;
  border: 1px solid #bbb;
  padding: 10px 20px 30px;
  margin-bottom: 30px;
}
.search-block .caption {
  font-family: 'Roboto Slab', serif;
}
.search-block .form-control {
  margin-top: 20px;
}
.search-block .btn {
  margin-top: 20px;
}
#search-list {
  margin: 30px 0;
}
#search-list .item {
  margin: 30px 0;
}
#search-list .yellow {
  background: yellow;
}
#content .files-library {
  margin: 20px 0;
}
#content .files-library .files-categories {
  max-width: 360px;
  background: #ddd;
  border: 1px solid #bbb;
  padding: 10px 20px 30px 30px;
  margin: 0 -30px 20px auto;
}
@media (max-width: 768px) {
  #content .files-library .files-categories {
    margin: 0 auto 20px auto !important;
  }
}
#content .files-library .files-categories .title {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
}
#content .files-library .files-categories ul {
  margin: 0;
  padding: 0;
}
#content .files-library .files-categories ul li {
  margin: 0 0 10px;
  padding: 0;
  display: block;
}
#content .files-library .files-categories ul li a {
  text-decoration: none;
  color: #333;
}
#content .files-library .files-categories ul li.active a {
  font-size: 17px;
  font-weight: 500;
  padding: 6px 0 6px 20px;
  position: relative;
}
#content .files-library .files-categories ul li.active a:after {
  font-family: FontAwesome;
  content: "\f0da";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
#content .files-library .item {
  padding: 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease-in-out;
}
#content .files-library .item .info h4 {
  margin: 10px 0 5px 0;
}
#content .files-library .item .info .description {
  padding: 5px 0 0;
  font-size: 90%;
}
#content .files-library .item .download {
  float: right;
  padding: 10px;
}
#content .files-library .item:hover {
  box-shadow: 0 0 10px #bbb;
  position: relative;
  z-index: 10;
}
.news-block {
  padding: 10px;
  margin-bottom: 30px;
}
.news-block .caption {
  font-family: 'Roboto Slab', serif;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #ed3237;
}
.news-block .item {
  margin-bottom: 15px;
}
.news-block .all {
  font-weight: bold;
  padding-top: 10px;
}
#content .profile table th {
  width: 40%;
}
p.roll {
  max-height: 4.3em;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
p.roll:after {
  cursor: pointer;
  content: "Читать далее...";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 20px;
  background: #fff;
  color: #ed3237;
  font-size: 90%;
}
p.roll.open {
  max-height: none;
}
p.roll.open:after {
  content: "Скрыть...";
}
