.production {
    padding: 15px;
    background: rgb(204,204,204); /* для не поддерживающих rgba */
    background: rgba(255, 165, 0, 0.8); /* для нормальных браузеров */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* для родного IE */
    zoom: 1; /* затычка для IE */
 /*     border-radius: 15px;радиус для нормальных браузеров */
    -moz-border-radius: 15px; /* для Gecko браузеров */
    -webkit-border-radius: 15px; /* для Webkit браузеров */
    -khtml-border-radius: 15px; /* для KDE браузеров */
    color: #000; /* Цвет текста */
    font-size: 1.4em;
  }
.rstpl-copyright-position .rstpl-template-menu > li > a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    color: #FFF;
}
.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu a {
    color: #009347;
}
img.animate1 {

    filter: alpha (Opacity=25);

    opacity: 0.25;

    -moz-transition: all 1s ease-in-out; /* эффект перехода для Firefox до версии 16.0 */

    -webkit-transition: all 1s ease-in-out; /* эффект перехода для Chrome до версии 26.0, Safari, Android и iOS */

    -o-transition: all 1s ease-in-out; /* эффект перехода для Opera до версии 12.10 */

    transition: all 1s ease-in-out; /* эффект перехода для других браузеров */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */

}

img.animate1:hover {

    filter: alpha (Opacity=100);

    opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}
.btn.btn-secondary:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #009347;
  color: #000;
}
.btn.btn-secondary:hover,.btn.btn-secondary:focus,.btn.btn-secondary:active {
  background-color: #009347;
  color: #FFF;
}

/*   color: #009347; */


/* particle */


table {
  max-width: 100%;
  width: 90%;
  border-collapse: collapse;
  text-align: left;
}
th {
  font-weight: normal;
  color: #039;
  border-bottom: 2px solid #6678b1;
  padding: 10px 8px;
}
td {
  color: #669;
  padding: 9px 8px;
  transition: .3s linear;
}
tr:hover td{
  color: #6699ff;
}
.navbar .navbar-inner {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 2048px) and (-webkit-min-device-pixel-ratio: 2) {
.pc {
		display: none;
	}
}
@media (max-width: 1200px) {
.pc {
		display: none;
	}
}
@media (min-width: 979px) {
.smart {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2) {
.smart {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
.smart {
		display: none;
	}
}
@media (max-width: 767px) {
.telefon {
		display: none;
	}
}
@media (max-width: 480px) {
.telefon {
		display: none;
	}
}
@media (max-width: 320px) {
.telefon {
		display: none;
	}
}