/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  min-height: 100vh;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
  overflow-y: scroll;
  min-width: 320px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  color: #000;
  min-height: 100vh;
  background: #fffbe1;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

u {
  text-decoration: underline;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

body {
  padding-left: 322px;
}

.left-bar {
  width: 322px;
  position: absolute;
  left: 0;
  top: 0;
}
.left-bar .logo {
  height: 168px;
  background: #fcdb23 url(../images/logo.svg) no-repeat;
  background-position: center center;
  background-size: 270px 52px;
}
.left-bar .menu {
  width: 322px;
}
.left-bar .menu a {
  display: block;
  text-decoration: none;
}
.left-bar .menu td {
  vertical-align: middle;
  text-align: center;
  width: 50%;
  height: 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  background-color: #a6d7a4;
  padding: 5px 7px;
}
.left-bar .menu td.active {
  background: #ffeba1;
}
.left-bar .menu .td-1 {
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
}
.left-bar .menu .td-2 {
  border-left: solid 4px #fff;
  border-bottom: solid 4px #fff;
}
.left-bar .contacts {
  padding: 25px 15px;
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
}
.left-bar .contacts img {
  width: 180px;
  display: block;
  margin: 0 auto;
}
.left-bar .contacts .text {
  margin: 25px 0;
  display: inline-block;
  text-align: left;
}
.left-bar .contacts .phone .left, .left-bar .contacts .phone .right {
  display: inline-block;
  vertical-align: top;
}

.top-bar {
  height: 174px;
  background: url(../images/top2.jpg) repeat;
  background-position: 321px 0;
  border-bottom: solid 6px #fff;
}
.top-bar .text {
  color: #fff;
  font-size: 54px;
  text-shadow: 2px 2px 5px #000;
}
.top-bar .text td {
  height: 168px;
  vertical-align: middle;
  padding-left: 28px;
}

.main-content {
  padding: 20px 21px;
}
.main-content .head {
  border-top: solid 1px #267732;
  border-bottom: solid 1px #267732;
  position: relative;
  padding-bottom: 7px;
}
.main-content .head .title {
  color: #267732;
  font-weight: 700;
  font-size: 54px;
  text-align: center;
}
.main-content .head .title .subtitle {
  font-size: 13px;
  font-style: italic;
  height: 15px;
}
.main-content .head .desc {
  margin: 1em auto 2.5em;
  max-width: 800px;
}
.main-content .head #btn-tech {
  background-color: #267732;
  color: #fff;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 6px 17px;
  position: absolute;
  left: 40px;
  bottom: 0;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
}
.main-content .items {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 30px;
}
.main-content .items .item {
  border: solid 1px #267732;
  padding: 20px;
  margin: 0 15px 30px;
  display: inline-block;
  width: 300px;
  text-align: left;
  vertical-align: top;
}
.main-content .items .item.hidden {
  display: none;
}
.main-content .items .item .title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 12px;
}
.main-content .items .item .desc {
  font-size: 13px;
  text-align: justify;
  margin-top: 12px;
}
.main-content .items .item .img {
  text-align: center;
}
.main-content .items .item .img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main-content .items .item .images {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 25px;
  text-align: center;
  display: none;
}
.main-content .items .item .images.active {
  display: block;
}
.main-content .items .item .images img {
  display: none;
  max-height: 90vh;
  max-width: 100%;
}
.main-content .items .item .images img.active {
  display: block;
}
.main-content .items .item .images .box {
  padding: 4px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 90%;
}
.main-content .items .item .images:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.main-content .items .item .images .btn-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: url(../images/next.png) no-repeat;
  background-position: right center;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 300ms ease;
}
.main-content .items .item .images .btn-next:hover {
  opacity: 1;
}
.main-content .items .item .images .btn-prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: url(../images/prev.png) no-repeat;
  background-position: left center;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 300ms ease;
}
.main-content .items .item .images .btn-prev:hover {
  opacity: 1;
}
.main-content .tech-spec {
  display: none;
  margin: 30px auto 50px;
  text-align: center;
}
.main-content .tech-spec.active {
  display: block;
}
.main-content .tech-spec .width {
  display: inline-block;
  text-align: left;
  overflow: auto;
  max-width: 100%;
}
.main-content .tech-spec .explanations {
  max-width: 1000px;
}
.main-content .tech-spec .explanations .explanation {
  margin-top: 25px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
}
.main-content .tech-spec .explanations > *:first-child {
  margin-top: 25px;
}
.main-content .tech-spec .explanations p {
  margin-bottom: 0.5em;
}
.main-content .tech-spec .explanations ul {
  list-style: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}
.main-content .tech-spec .explanations ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
}
.main-content .tech-spec .explanations img {
  height: auto;
}
.main-content .tech-spec .explanations .thumb {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0 5px;
}
.main-content .tech-spec table {
  border: solid 3px #2d752c;
  margin: 0 auto;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.75);
}
.main-content .tech-spec table th {
  background: #fff;
  border: solid 1px #2d752c;
  text-align: center;
  vertical-align: middle;
  color: #2d762d;
  padding: 2px 5px;
  font-size: 12px;
}
.main-content .tech-spec table td {
  border: solid 1px #fff;
  background: #dbeeda;
  text-align: center;
  vertical-align: middle;
  padding: 4px 7px;
  font-size: 13px;
}
.main-content .tech-spec table td .thumb {
  width: 17px;
  max-width: 17px;
  vertical-align: middle;
}
.main-content .tech-spec table td.nowrap {
  white-space: nowrap;
}
.main-content .tech-spec table tr.even td {
  background: #9ec29c;
}
.main-content .tech-spec table tr:hover td {
  opacity: 0.7;
  cursor: pointer;
}
.main-content .tech-spec table tr.active td {
  background: #fcdb23;
}
.main-content .tech-spec table .height-1 {
  height: 24px;
}
.main-content .tech-spec table .height-2 {
  height: 58px;
}
.main-content .tech-spec table td.group-title, .main-content .tech-spec table td.group-title:hover {
  background: #fff;
  opacity: 1;
  cursor: default;
  font-weight: 700;
  border-bottom: solid 1px #2d752c;
}/*# sourceMappingURL=styles.css.map */