   html {
   box-sizing: border-box;
   scroll-behavior: smooth;
   }
   div {
   border-radius: 7px 7px 7px 7px;
   width: 100%;
   padding-top: 2px;
   padding-right: 0px;
   padding-bottom: 2px;
   padding-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   word-break: break-word;
   }
   body {
   font-family: Arial, Helvetica, Sans-Serif;
   -webkit-appearance: none;
   -webkit-text-size-adjust: none;
   }
   div.topmainmenu {
   align: center;
   width: 100%;
   position: fixed;
   top: 0px;
   padding: 0px;
   padding-top: 2px;
   margin-left: -10px;
   background: #FFFFFF; 
   }
   div.mainmenucontent {
   align: center;
   width: 100%;
   position: fixed;
   top: 0px;
   padding: 0px;
   padding-top: 2px;
   background: #FFFFFF; 
   }
   div.bottom {
   padding-left: 1%;
   padding-right: 1%;
   }
   div.random {
   background:#F9F9F9;
   border: 2px solid #ABCFC8;
   width: 66%;
   margin: 0 auto;
   border-radius: 7px 7px 7px 7px;
   box-sizing: border-box;
   padding: 50px;
   }
   @media screen and (max-width: 600px) {
   div.random {   
   background:#F9F9F9;
   border: 2px solid #ABCFC8;
   width: 100%;
   margin: 0 auto;
   border-radius: 7px 7px 7px 7px;
   box-sizing: border-box;
   padding: 20px;
   }
   }
   table {
   table-layout: fixed;
   box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05);
   }
   @media screen and (max-width: 600px) {
   table {   
   table-layout: fixed;
   box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.1);
   }
   }
   table.topmenu {
   box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
   margin-top: 1;
   padding-right: 0;
   width: 100%;
   border-collapse: collapse;
   }
   table.main {
   box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
   padding-left: 1%;
   padding-right: 1%;
   width: 100%;
   table-layout: fixed;
   }
   table.adv {
   table-layout: fixed;
   box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
   }
   table.sample {
   table-layout: fixed;
   box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
   }
   img.section__button {
   border: none;
   cursor: pointer;
   vertical-align: middle;
   height: 20px;
   }
   .dropdown a:hover {background-color: #ddd; }
   .show {display: block; }
   div.lang-bottom {
   width: 100%;
   align: center;
   padding-top: 0px;
   padding-right: 0%;
   padding-bottom: 0px;
   padding-left: 0px;
   word-break: break-word;
   }
   div.sections {
   width: 100%;
   align: center;
   padding-top: 5px;
   padding-top: 5px;
   padding-right: 0%;
   padding-bottom: 5px;
   padding-left: 0%;
   margin-left: 0px;
   margin-right: 0px;
   word-break: break-word;
   font-size: 0;
   }
   p.top {
   margin-top: 25px;
   }
   p.h2 {
   font-size: 1.4em;
   text-align: center;
   }
   a { 
   text-decoration: none;
   color: #0000ff;
   }
   a:visited {
   color: #0000ff;
   }
   a:active {
   color: #008000;
   }
   a:hover {
   color: #008000;
   text-decoration: underline;
   } 
   a.menu { 
   text-decoration: none;
   color: #000000;
   -webkit-appearance: none;
   }
   a.menu:visited {
   color: #000000;
   }
   a.menu:active {
   color: #000000;
   }
   a.menu:hover {
   color: #ffffff;
   text-decoration: none;
   }
   a.langmenu { 
   text-decoration: none;
   color: #000000;
   -webkit-appearance: none;
   }
   a.langmenu:visited {
   color: #000000;
   }
   a.langmenu:active {
   color: #000000;
   }
   a.langmenu:hover {
   color: #000000;
   text-decoration: underline;
   }
   a.anchor {
   display: block;
   position: relative;
   top: -60px;
   visibility: hidden;
   }
   a.anchor-all {
   display: block;
   position: relative;
   top: -60px;
   visibility: hidden;
   }
   a.modal__close {
   color: #000000;
   text-decoration: none;
   }
   a.modal__close:hover {
   color: #000000;
   text-decoration: none;
   }
   a.red {
   color: #FF0000;
   text-decoration: none;
   }
   a.red:hover {
   color: #FF0000;
   text-decoration: underline;
   }
   img {
   width: auto;
   max-width: 100%;
   max-height: 500px;
   }
   @media screen and (max-width: 600px) {   
   img {
   width: auto;
   height: auto;
   max-width: 100%;
   }
   }
   @media (orientation: portrait) {
   img.plants {
   width: 100%;
   max-width: 500px;
   border-style: solid;
   border-color: #000000;
   border-width: 1px;
   padding: 1px;
   }
   }
   @media (orientation: landscape) {
   img.plants {
   width: 32%;
   max-width: 500px;
   border-style: solid;
   border-color: #000000;
   border-width: 1px;
   padding: 1px;
   }
   }
   img.library-section-top {
   border: 0;
   width: 150px;
   height: 100px;
   }
   img.section {
   width: 75px;
   margin-right: 4px;
   margin-top: 4px;
   }
   @media screen and (max-width: 600px) {   
   img.section {
   width: 19%;
   margin-right: 2px;
   margin-top: 2px;
   }
   }
   img.section2 {
   width: 10%;
   align: left;
   }
   img.section-list {
   width: 5%;
   border: 1px solid #000000;
   align: left;
   }
   img.lang {
   width: 66%;
   height: 66%;
   }
   img.cover {
   width: 55%;
   }
   @media screen and (max-width: 600px) {   
   img.cover {
   width: 75%;
   }
   }
   img.cover-bottom {
   width: 15%;
   }
   @media screen and (max-width: 600px) {   
   img.cover-bottom {
   width: 50%;
   }
   }
   img.light:hover {
   opacity: 0.9;
   outline: 2px solid #cccccc;
   outline-offset: 0px;
   }
   @media screen and (max-width: 600px) {   
   img.light:hover {
   opacity: 1;
   }
   }
   img.section:hover {
   opacity: 0.9;
   outline: 2px solid #cccccc;
   outline-offset: 0px;
   }
   img.library-section-top:hover {
   opacity: 0.9;
   outline: 2px solid #cccccc;
   outline-offset: 0px;
   }
   img.section__button1:hover {
   opacity: 0.66;
   }
   @media screen and (max-width: 600px) {   
   img.section__button1:hover {
   opacity: 1;
   }
   }
   img.section__button2:hover {
   opacity: 0.66;
   }
   @media screen and (max-width: 600px) {   
   img.section__button2:hover {
   opacity: 1;
   }
   }
   img.mainmenu:hover {
   opacity: 0.66;
   }
   img.mainmenu {
   vertical-align: middle;
   margin-top: -1px;
   height: 21px;
   }
   input.comments {
   width: 33%;
   }
   @media screen and (max-width: 600px) {   
   input.comments {
   width: 100%;
   }
   }
   select {
   border-radius: 0px;
   background: #ffffff;
   border: 1px solid #001e9e;
   }
   select.comments {
   width: 33%;
   }
   @media screen and (max-width: 600px) {   
   select.comments {
   width: 100%;
   }
   }
   textarea.comments {
   width: 33%;
   }
   @media screen and (max-width: 600px) {   
   textarea.comments {
   width: 100%;
   }
   }
   li {
   margin-bottom: 0.66em;
   margin-left: -22px;
   }
   li.none {
   list-style-type: none;
   margin-left: -35px;
   }
   li.top {
   margin-bottom: 0em;
   margin-left: -15px;
   }
   ul {
   margin-top: 0.33em;
   }
   ul.list3 {
   column-count: 3;
   column-gap: 50px;
   }
   @media screen and (max-width: 600px) {   
   ul.list3 {
   column-count: 1;
   }
   }
   ul.list2 {
   column-count: 2;
   column-gap: 50px;
   }
   @media screen and (max-width: 600px) {   
   ul.list2 {
   column-count: 1;
   }
   }
   ul.list-none2 {
   column-count: 2;
   column-gap: 50px;
   margin-left: 0;
   padding-left: 0;
   }
   @media screen and (max-width: 600px) {   
   ul.list-none2 {
   column-count: 1;
   }
   }
   ol {
   margin-left: 10;
   }
   td.vote {
   font-size: 1em;
   }
   div.item {
   width: 100%;
   margin: 0;
   padding: 0;
   word-break: break-word;
   }
   label { 
   text-decoration: none;
   }
   label:active {
   text-decoration: none;
   }
   label:hover {
   text-decoration: none;
   color: #FFFFFF
   }
   nav {
   width: auto;
   border-radius: 7px 7px 7px 7px;
   max-width: 93%;
   font-size: 11px;
   height: auto;
   max-height: 560px;
   font-family: 'Arial, Open Sans',sans-serif ;
   overflow: auto;
   position: absolute;
   border: 1px solid #ABCFC8;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   display: block;
   }
   @media screen and (max-width: 600px) {   
   nav {
   width: auto;
   border-radius: 7px 7px 7px 7px;
   max-height: 500px;
   font-family: 'Arial, Open Sans',sans-serif ;
   overflow: auto;
   position: absolute;
   padding: 0;
   border: 1px solid #ABCFC8;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   display: block;
   }
   }
   @media screen and (min-device-width: 380px) and (-webkit-device-pixel-ratio: 3) {   
   nav {
   height: auto;
   max-height: 580px;
   font-family: 'Arial, Open Sans',sans-serif ;
   overflow: auto;
   position: absolute;
   padding: 0;
   border: 1px solid #ABCFC8;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   display: block;
   }
   }
   .item input {
   display:none;
   }
   .item label {
   color: #000000;
   display:block;
   padding: 9px;
   padding-left: 5px;
   background-color:#F6FFED;
   font-size:11px;
   cursor:pointer;
   border-bottom: solid 2px #ffffff;
   }
   @media screen and (max-width: 600px) {   
   .item label {
   color: #000000;
   display: block;
   padding: 6px;
   padding-left: 5px;
   background-color: #F6FFED;
   cursor:pointer;
   border-bottom: solid 2px #ffffff;
   }
   }
   @media screen and (min-device-width: 380px) and (-webkit-device-pixel-ratio: 3) {   
   .item label {
   color: #000000;
   display: block;
   padding: 9px;
   padding-left: 5px;
   background-color: #F6FFED;
   cursor:pointer;
   border-bottom: solid 2px #ffffff;
   }
   }
   .item label span {
   padding-left:240px;
   transform:rotateX(45deg);
   }
   .item label:hover {
   background-color:#ABCFC8;
   }
   .item ul {
   overflow: auto;
   margin: 0;
   padding: 0;
   max-height: 0;
   transition: all .25s;
   background-color: #fff;
   width: 100%;		
   }
   .item ul li a {
   font-size: 11px;
   height: auto;
   background-color: #ffffff;
   display: block;
   border-bottom: solid 1px #ffffff;
   padding: 1.1em;
   }
   @media screen and (max-width: 600px) {   
   .item ul li a {
   height: auto;
   background-color: #ffffff;
   display: block;
   border-bottom: solid 1px #ffffff;
   padding: 1.1em;
   }
   }
   @media screen and (min-device-width: 380px) and (-webkit-device-pixel-ratio: 3) {  
   .item ul li a {
   height: auto;
   background-color: #ffffff;
   display: block;
   border-bottom: solid 1px #ffffff;
   padding: 1.1em;
   }
   }
   li.limenu {
   padding-left: 25px;
   margin-top: -10px;
   }
   li.limenutop {
   padding-left: 25px;
   }
   .item ul li a:hover {
   background-color: #ABCFC8;
   color: #ffffff;
   }
   .item input:checked ~ ul {
   height: auto;
   max-height: 2000px;
   transition: all .25s linear;
   }
   .item input:checked ~ label span {
   }
   .dropdown-content a {
   display: block;
   }
   *,
   *:after,
   *:before {
   box-sizing: inherit;
   }
   @media (orientation: portrait) {
   .dropdown-content {
   column-count: 2;
   padding: 15px 15px 15px 15px;
   background-color: #F6FFED;
   border: 1px solid #ABCFC8;
   width: auto;
   height: auto;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   }
   }
   @media (orientation: landscape) {
   .dropdown-content {
   column-count: 3;
   padding: 5px 15px 5px 15px;
   background-color: #F6FFED;
   border: 1px solid #ABCFC8;
   width: auto;
   height: auto;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   }
   }
   .dropdown-content a {
   display: block;
   }
   .section__button {
   background-color: transparent;
   cursor: pointer;
   }
   .section__button:focus-visible {
   outline-color: yellow;
   }
   .modal {
   position: fixed;
   inset: 0;
   background-color: rgba(0, 0, 0, 0);
   cursor: pointer;
   padding: 0px;
   overflow-y: auto;
   display: none;
   }
   .modal__main1 {
   position: relative;
   max-width: 700px;
   margin-top: 36px;
   margin-left: 10px;
   margin-bottom: auto;
   margin-right: auto;
   color: #000;
   cursor: default;
   } 
   @media screen and (max-width: 600px) {   
   .modal__main1 {
   position: relative;
   width: 99%;
   margin-top: 36px;
   margin-left: 10px;
   margin-bottom: auto;
   margin-right: auto;
   color: #000;
   cursor: default;
   }
   }
   @media (orientation: landscape) {
   .modal__main2 {
   position: relative;
   max-width: 75%;
   margin-top: 36px;
   margin-left: 10px;
   margin-bottom: auto;
   margin-right: auto;
   color: #000;
   cursor: default;
   }
   }
   @media (orientation: portrait) {
   .modal__main2 {
   position: relative;
   max-width: 94%;
   margin-top: 36px;
   margin-left: 10px;
   margin-bottom: auto;
   margin-right: auto;
   color: #000;
   cursor: default;
   }
   }
   .modal__container {
   font-size: 30px;
   margin-bottom: 30px;
   background-color: white;
   }
   .plants-list:hover {
   opacity: 0.9;
   border-style: solid;
   border-color: #000000;
   border-width: 1px;
   outline: 2px solid #cccccc;
   outline-offset: 0px;
   }
   .plants-list {
   width: 100%;
   max-width: 100%;
   border-style: solid;
   border-color: #000000;
   border-width: 1px;
   margin: 0;
   box-sizing: border-box;
   }
   #images-container {
   display: grid;
   grid-gap: 3px;
   padding: 3px;
   }
   @media (orientation: portrait) {
   #images-container {
   grid-template-columns: repeat(3, 1fr);
   }
   }
   @media (orientation: landscape) {
   #images-container {
   grid-template-columns: repeat(5, 1fr);
   }
   }