@-ms-viewport {
  width:device-width;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,figure,figcaption {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
}

article th {
  text-align: center;
  font-weight: bold;
  border: dotted .1rem #559106;
  padding: 4px 10px 4px 5px;
  vertical-align: middle;
}
.clear {
  clear: both;
}

.main {
  font: normal 10px "PT Sans",sans-serif;
  text-rendering: optimizeLegibility;
  background: white!important;
  background: -moz-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bcbcbc),color-stop(60%,#f2f2f2),color-stop(100%,#ffffff)) no-repeat;
  background: -webkit-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: -o-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: -ms-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: linear-gradient(to bottom,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
}

.container {
  max-width: 140rem;
  box-shadow: .1rem .1rem 1.5rem #454545;
  margin: auto;
  border-radius: 1.5rem;
  background: #bcbcbc;
  background: -moz-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bcbcbc),color-stop(60%,#f2f2f2),color-stop(100%,#ffffff)) no-repeat;
  background: -webkit-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: -o-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: -ms-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: linear-gradient(to bottom,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
}

.header {
  margin: 5rem 0 0 0;
}

.banner {
  width: 100%;
  display: table;
  border-radius: 1.5rem;
  height: 10rem;
  background: #bcbcbc;
  background: -moz-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bcbcbc),color-stop(60%,#f2f2f2),color-stop(100%,#ffffff)) no-repeat;
  background: -webkit-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: -o-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: -ms-linear-gradient(top,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
  background: linear-gradient(to bottom,#bcbcbc 0%,#f2f2f2 60%,#ffffff 100%) no-repeat;
/*margin:4rem 0 0 0*/;
}

.logo {
  height: 9rem;
  width: 13.3rem;
  background: url(../images/logo.png) no-repeat;
  float: left;
  display: table-cell;
  vertical-align: middle;
  margin: .5rem 0 .5rem 1rem;
}

.title {
  width: 47.2rem;
  float: left;
  display: table-cell;
  vertical-align: middle;
}

.title p {
  font: normal 7rem "PT Sans Narrow",sans-serif;
  color: #559106;
  margin: 0 0 0 35%;
  text-shadow: .1rem .1rem 5rem #80f89d;
}

.slogan {
  position: relative;
}

.slogan span {
  position: absolute;
  left: 260px;
  font-size: 16px;
  top: -10px;
  color: #559106;
}

.contacts {
  display: table-cell;
  vertical-align: middle;
  color: #559106;
  font: bold 2rem "PT Sans Narrow",sans-serif;
  text-decoration: none;
}

.contacts img {
  vertical-align: -.8rem;
}

.menu {
  background: #454545;
  border-radius: 1.5rem;
  position: fixed;
  margin: -5rem 0 0 0;
  width: 140rem;
  height: 5rem;
  text-align: center;
}

.menu ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.menu li {
  list-style: none;
  padding: 10px 5px;
}

.menu li a {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 1rem;
  text-decoration: none;
  transition: background .2s;
  border-radius: 1rem;
  font-family: "PT Sans Narrow",sans-serif;
  letter-spacing: .1rem;
}

.menu li a:hover,.menu .current a {
  background: #559106;
  border-radius: 1rem;
}

.slider {
/*min-height: 350px;max-width:80rem;border-radius:1.5rem;*/
  margin: 3rem auto 0 auto;
/*box-shadow:.1rem .1rem 1.5rem #454545*/;
}

.slider-container {
  border-radius: 1.5rem;
}

.article {
  padding: 3rem;
  max-width: 120rem;
  margin: 2rem auto 0 auto;
  border-radius: 1.5rem;
  background: white!important;
  background: -moz-linear-gradient(top,#d9d9d9 0%,#f2f2f2 31%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9d9d9),color-stop(31%,#f2f2f2),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#d9d9d9 0%,#f2f2f2 31%,#ffffff 100%);
  background: -o-linear-gradient(top,#d9d9d9 0%,#f2f2f2 31%,#ffffff 100%);
  background: -ms-linear-gradient(top,#d9d9d9 0%,#f2f2f2 31%,#ffffff 100%);
  background: linear-gradient(to bottom,#d9d9d9 0%,#f2f2f2 31%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9',endColorstr='#ffffff',GradientType=0);
  box-shadow: .1rem .1rem 1.5rem #454545;
}

.article h1,.article h2,.article h3 {
  padding: .5rem;
  margin: 0 0 2rem 0;
  font-family: "PT Sans Narrow",sans-serif;
}

.article h2 {
  background: #454545;
  border-radius: 1.5rem;
  width: 50%;
  color: #fff;
  text-indent: 1rem;
}

.article h1 {
  color: #559106;
  font-size: 4rem;
}

.article h2 {
  font-size: 3rem;
}

.article h3 {
  font-size: 2rem;
  color: #454545;
}

.article ol {
  font-size: 1.6rem;
  line-height: 2.5rem;
  list-style: decimal inside;
  text-indent: 2rem;
}

.article ul {
  font-size: 1.6rem;
  line-height: 2.5rem;
  list-style: disc inside;
  text-indent: 2rem;
}

.article table {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 2rem 0 1rem 0;
}

.article table caption {
  font-weight: bold;
}

.article table td {
  border: dotted .1rem #559106;
  padding: 4px 10px 4px 5px;
  vertical-align: middle;
}

.article .action {
  border: .1rem dotted #559106;
  font-size: 2rem;
  border-radius: 1.5rem;
  padding: 1rem;
  margin: 1rem;
  width: 90%;
  box-shadow: 0 0 1rem #559106;
}

.article .action p,.article .action a {
  font-size: 2.5rem;
  font-style: italic;
  line-height: 3rem;
}

.article .action:before {
  content: url(../images/action.png);
  float: left;
  height: 17.7rem;
  width: 22.5rem;
}

.article .action:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.article .action strong {
  color: #4E8006;
}

b,strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 1rem;
}

h1 a {
  text-decoration: none;
}

h2 a,h2 a:link,h2 a:visited,h2 a:active {
  text-decoration: none;
  color: #fff!important;
}

h2 a:hover {
  color: #559106!important;
}

.newsflash-title {
  margin: 2rem 0 0 0;
}

.newsflash-title + h2 {
  background: none!important;
  color: #454545;
  font-size: 2rem;
}

.newsflash {
  margin: 2rem 0 0 0;
}

.article .newsflash h2 h2 {
  background: #fff!important;
  font-size: 1rem;
}

.article p,.readmore {
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-indent: 2rem;
}

.article img {
  border-radius: 1.5rem;
}

.readmore + h2 {
  margin: 2rem 0 2rem 0;
  clear: both;
}

.article a,.article a:active,.article a:visited {
  color: #4E8006;
  transition: all .5s;
}

.article a:hover {
  color: #3f6d04;
  text-shadow: 0 0 .1rem #4E8006;
}

.article p + h2,.article p + h3,.article ul + h2,.article ol + h2 {
  margin: 2rem 0 2rem 0;
}

.footer h6 {
  color: white;
  margin: 5px;
}

.footer {
  max-width: 100rem;
/*height:5rem;*/
  padding: 10px;
  background: #454545;
  border-radius: 1.5rem;
  margin: 4rem auto 4rem auto;
  display: block;
  clear: both;
}

.footer p,.footer a {
  color: #999;
  text-align: center;
  padding: 1.8rem 0 0 0;
  text-decoration: none;
}

.stock {
  position: fixed;
  display: block;
  width: 12rem;
  height: 12rem;
  background: url(../images/gazon.png);
  top: 40%;
  right: .1rem;
  text-decoration: none;
}

@keyframes stock {
  0% {
    color: #559106;
  }

  25% {
    color: #e54f1d;
  }

  50% {
    color: #e54f1d;
  }

  100% {
    color: #559106;
  }
}

@-webkit-keyframes stock {
  0% {
    color: #559106;
  }

  25% {
    color: #e54f1d;
  }

  50% {
    color: #e54f1d;
  }

  100% {
    color: #559106;
  }
}

.stock p {
  color: #bf0f0f;
  text-shadow: 0 0 1rem #e56060;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  bottom: -12rem;
  text-align: center;
  animation: stock 5s;
  -webkit-animation: stock 5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}

div.sigplus-gallery>ul {
  text-indent: 0!important;
}

.rambler {
  float: right;
  margin: -2rem 1rem 0 0;
}

.mailru {
/*float:left;margin:-2rem 0 0 1rem*/;
}

.googleplus {
  position: fixed;
  margin: -3rem 0 0 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.contacts a, .contacts {
  color: #559106;
  font: bold 2rem "PT Sans Narrow",sans-serif;
  text-decoration: none;
}

.hid_name {
  color: #bbFF99;
  font-size: 30px;
  font-weight: bold;
  float: right;
  text-shadow: 2px 2px 4px #559106;
  padding-right: 20px;
}

@media only screen and (max-width: 992px) {
  .stock {
    display: none;
  }

  header.header nav.menu ul {
    display: none;
  }

  .icon-menu {
    display: unset;
  }

  .article {
    padding: 10px !important;
  }

  .article * {
    line-height: unset!important;
  }

  article h2 {
    font-size: 30px !important;
    font-weight: bold !important;
    width: unset !important;
    margin: 0 auto!important;
    margin-bottom: 20px!important;
    padding: 20px!important;
  }

  .header .title {
    display: none;
  }

  .header .contacts a {
    font-size: 24px !important;
  }

  .slider {
    box-shadow: none!important;
  }

  .article img {
/*    width: 100%!important;*/
    line-height: unset!important;
  }

  .slider {
    min-height: unset!important;
  }

  .banner {
    margin: auto!important;
    border-radius: 0px!important;
  }

  nav.menu {
    border-radius: 0px;
  }

  .hid_name {
    display: unset;
  }
}

@media only screen and (min-width: 993px) {
  .stock {
    display: unset;
  }
}

@media only screen and (max-width: 1200px) {
    .container, .menu {
    width: 100%;
  }
}

  header.header nav.menu ul {
    display: unset;
  }

  .menu-btn {
    display: none;
  }

  .header .title {
    display: unset;
  }

  .hid_name {
    display: none;
  }

  .header li {
    float: left;
  }

  .nav {
    clear: none;
    float: right;
    max-height: none;
  }

  .header .menu-icon {
    display: none;
  }

}

.category-module li {
  list-style: none;
}

article table {
  text-align: center;
  width: 100%;
}

.calc {
  font: normal 16px/24px "Open Sans", sans-serif;
  margin: 0 0 30px 0;
}

.calc input {
  border-radius: 10px;
  padding: 5px;
  font: normal lighter 20px "Open Sans", sans-serif;
  border: none;
  box-shadow: 0 0 3px #000;
  margin: 0 10px 0 0;
}

.calc input:focus {
  box-shadow: inset 0 0 5px #000;
}

.calc button {
  border-radius: 10px;
  padding: 6px;
  background: #559106;
  color: #fff;
  cursor: pointer;
  font: normal 20px "Open Sans", sans-serif;
  border: none;
  box-shadow: 0 0 4px #559106;
}

.calc button:hover {
  box-shadow: 1px 1px 15px #559106;
  transition: box-shadow 1s;
}

.calc-heading {
  font-weight: bolder;
}

#result b, #result1 b {
  font-weight: bolder;
}

.infographic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
  font-size: 16px;
  text-shadow: 0 0 1px #fff;
  font-weight: bolder;
}