body {
  font-family: 'Core Sans DS 37 Cn';
  font-size: 13px;
  background: #FEFEFE; 
  padding: 0;
  margin: 0;
  width: 100%;
/*  line-height: 1.42857143;*/
  line-height: 1.1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0) perspective(1px) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;

  display: table;
}

* {
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;   /* Chrome, Safari */
  color-adjust: exact;                 /*Firefox*/
}

*:focus {
  outline: none;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:-moz-any-link:focus {
  outline: none;
}

img {
    vertical-align: middle;
    border: 0;
    background: transparent; 
}

.font27 {
  font-family: 'Core Sans DS 27 Cn';
}

.font37 {
  font-family: 'Core Sans DS 37 Cn';
}

.font47 {
  font-family: 'Core Sans DS 47 Cn';
}

.font57 {
  font-family: 'Core Sans DS 57 Cn';
}

.font_intro {
  font-family: 'Intro Script B Base';
}

/*
.font_bn {
  font-family: 'Century Gothic';
  font-weight: bold;
  font-style: normal;
}

.font_nn {
  font-family: 'Century Gothic';
  font-weight: normal;
  font-style: normal;
}

.font_ni {
  font-family: 'Century Gothic';
  font-weight: normal;
  font-style: italic;
}

.font_bi {
  font-family: 'Century Gothic';
  font-weight: bold;
  font-style: italic;
}
*/

.hidden { display: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 999;
}

.contact_descr {
    padding:20px 20px 40px 20px; 
    background:#fff;
    overflow:hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px; /* for old Konqueror browsers */
    border-radius: 20px;
}

.seeds_descr {
    padding:20px 20px 40px 30px; 
    background:#fff;
    overflow:hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px; /* for old Konqueror browsers */
    border-radius: 20px;
}

.variant_descr {
    padding:20px 20px 20px 20px; 
    background:#fff;
    overflow:hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px; /* for old Konqueror browsers */
    border-radius: 20px;
}

.document_descr {
    padding:10px; 
    background:#fff;
    overflow:hidden;
}

.contact-popup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 900px;    
    z-index: 99999;
}

.seeds-popup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 900px;    
    z-index: 99999;
}

.variant-popup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 1100px;    
    z-index: 99999;
}

.document-popup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 1200px;    
    z-index: 99999;
}

.search, .search_shop {
  padding: 4px 10px;
  background-color: transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
  border-radius: 10px;
  border: solid 1px rgb(0,0,0);
  border: solid 1px rgba(0,0,0,0.2);
  width: 210px;
  box-sizing: border-box;
  color: #2e2e2e;
  margin-bottom: 4px;
}

th, td { padding: 0; }

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

small {
  font-size: 9px;
}

img
{  
  border-style: none;
  padding: 0;
  margin: 0;
}

button:focus {
  outline: none;
}

hr {
  margin: 5px 0 5px 0;
  border-top: 1px solid black;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

.list {
  list-style: none;
  padding: 0;
}

.list li:before
{
  content: '\2B9A';
  margin: 0 7px 0 0;
}

.list li
{
  margin-top: 7px;
}
 
.page {
  background:#f6f6f6;
  -moz-box-shadow: 0 25px 14px 14px rgba(0,0,0,0.1); /* Для Firefox */
  -webkit-box-shadow: 0 25px 14px 14px rgba(0,0,0,0.1); /* Для Safari и Chrome */
  box-shadow: 0 25px 14px 14px rgba(0,0,0,0.1); /* Параметры тени */
  margin:0px auto 0 auto;
  min-width: 1350px;
  width: 1350px;
  max-width: 1350px;
}

#fixed_header {
/*
  -webkit-transform: translate3d(0,0,0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);*/
  -webkit-backface-visibility: hidden;
/*  -webkit-perspective: 1000;*/
/*  position:fixed;*/
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background:#f6f6f6;
  margin:4px auto 0 auto;
  padding-top:14px;
  min-width: 1350px;
  width: 1350px;
  max-width: 1350px;
  -webkit-box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.1);
}

.main {
/*  overflow:hidden;*/
}

.shadow_block {
  -moz-box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); /* Для Firefox */
  -webkit-box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); /* Для Safari и Chrome */
  box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); /* Параметры тени */
}

.shadow {
  transition: all 0.5s ease;
  margin:7px 0 0 7px;
  padding:11px 14px 11px 14px;
  background:#fff;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0), 0 0 28px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 28px rgba(0, 0, 0, 0) inset;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 28px rgba(0, 0, 0, 0) inset;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius:3px;
  position: relative;
  border-collapse: separate;
} 

.news {
  margin-top:10px;
  margin-right:25px;
  float:left;
  text-align:center;
  height:300px;
}

.news_inner {
  height:300px;
  width:390px;
  background:white;
  overflow:hidden;
}

.results {
  margin-top:10px;
  margin-right:30px;
  float:left;
  text-align:center;
  height:320px;
}

.results_inner {
  height:320px;
  width:275px;
  background:white;
  overflow:hidden;
}

.nursery_news {
  margin-top:20px;
  margin-right:35px;
  float:left;
  text-align:center;
  height:500px;
}

.nursery_news_inner {
  height:500px;
  width:1080px;
  background:#ebecec;
  overflow:hidden;
}

.prods {
  margin-top:10px;
  margin-right:25px;
  float:left;
  text-align:center;
  height:230px;
}

.prods_inner {
  height:230px;
  width:300px;
  background:white;
  border:1px solid #d0d0d0;
  overflow:hidden;
}

.product {
  margin-right:3px;
  float:left;
  text-align:center;
  height:358px;
}


.product_inner {
  height:320px;
  width:240px;
  background:white;
  overflow:hidden;
}

.product .shadow_thin {
  margin:0 auto;
  width:200px;
  height:40px;
  -webkit-opacity:0.1;
  -khtml-opacity: 0.1;
  opacity:0.1;
}

.product:hover .shadow_thin {
  -webkit-opacity:0.13;
  -khtml-opacity: 0.13;
  opacity:0.13;
}

.product_common {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin:15px 15px 0 0;
  padding:5px 5px 5px 5px;
  position: relative;
  text-align:center;
  display:inline-block;
  vertical-align:top;
/*  background-color: white;*/
} 

.product_common .img {
  width: 250px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.product_common:hover {

  -moz-box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); 
  -webkit-box-shadow: 0 0 11px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); 

  cursor: pointer;
}

.side_menu {
  width: 110px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  z-index: 70;
  position:fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 230px;
  margin-left: -100px;
  padding: 10px;
  border-radius: 0 20px 20px 0;
  float: left;
}

.side_menu img, .side_menu .subgr_name {
  opacity: 0.4;
}

.side_menu div:hover img {
  opacity: 1.0;
}

.side_menu div:hover .subgr_name {
  opacity: 1.0;
}

.side_menu div:hover {
  cursor: pointer;
}

.side_menu a {
  text-decoration: none;
}

.recipe .imgl {
  width: 100%;
  height: 394px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.recipe .imgs {
  width: 100%;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.product_img {
  width: 230px;
  height: 230px;
  margin: 40px auto 0 auto;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow:hidden;
}

.news_descr {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
  margin:2px 7px 2px 7px;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius:10px;
  position: relative;
  background-color:white;
  text-align:left;
  display:inline-block;
  vertical-align: top;
}

.news_descr #img {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
}

.news_descr #video {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
}

.product_descr {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
  margin:2px 7px 2px 7px;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius:10px;
  position: relative;
  background-color:white;
  text-align:left;
  display:inline-block;
  vertical-align: top;
}

.product_descr .img {
  width: 420px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius:10px;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  overflow: hidden;
  line-height: 280px;
}

.graph-image img{display: none;}

@media print{
  .graph-image img
  {
    display:inline;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius:10px;
  }

  a[href]:after {
    content: none;
  }

  .print_recept, .vk_recept {
    display: none;
  }

  .recipe_id {
    transform: scale(0.9);
    transform-origin: top center;
  }
}

.alert-box {
/*	color:#555;*/
        -moz-border-radius:7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius: 7px;
	border-radius:7px;
	font-size:24px;
	padding:7px 25px 7px 35px;
	margin:10px 30px 10px 30px;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
	display: none;
	visibility: hidden;
}
.error {
	background:#ffecec url('../images/error.png') no-repeat 7px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('../images/success.png') no-repeat 7px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('../images/warning.png') no-repeat 7px 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('../images/notice.png') no-repeat 7px 50%;
	border:1px solid #8ed9f6;
}

/*
@media all and (min-width: 50px)   {  #main_table { width:95% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 100px)  {  #main_table { width:95% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 200px)  {  #main_table { width:95% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 300px)  {  #main_table { width:95% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 400px)  {  #main_table { width:95% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 500px)  {  #main_table { width:95% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 600px)  {  #main_table { width:95% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 700px)  {  #main_table { width:95% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 800px)  {  #main_table { width:84% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 900px)  {  #main_table { width:84% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 1000px) {  #main_table { width:75% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 1100px) {  #main_table { width:75% } #header_text  { font-size:18px;  line-height: 18px; } #header_ext_text  { font-size:16px; line-height: 16px; } }
@media all and (min-width: 1200px) {  #main_table { width:64% } #header_text  { font-size:22px;  line-height: 20px; } #header_ext_text  { font-size:18px; line-height: 18px; } }
@media all and (min-width: 1300px) {  #main_table { width:64% } #header_text  { font-size:26px;  line-height: 26px; } #header_ext_text  { font-size:20px; line-height: 20px; } }
@media all and (min-width: 1400px) {  #main_table { width:64% } #header_text  { font-size:30px;  line-height: 30px; } #header_ext_text  { font-size:22px; line-height: 22px; } }
@media all and (min-width: 1500px) {  #main_table { width:64% } #header_text  { font-size:32px;  line-height: 32px; } #header_ext_text  { font-size:24px; line-height: 24px; } }
@media all and (min-width: 1500px) {  #main_table { width:64% } #header_text  { font-size:34px;  line-height: 34px; } #header_ext_text  { font-size:24px; line-height: 24px; } }
@media all and (min-width: 1600px) {  #main_table { width:64% } #header_text  { font-size:36px;  line-height: 36px; } #header_ext_text  { font-size:24px; line-height: 24px; } }
@media all and (min-width: 1700px) {  #main_table { width:64% } #header_text  { font-size:36px;  line-height: 36px; } #header_ext_text  { font-size:24px; line-height: 24px; } }
*/

.radius_50 {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px; /* for old Konqueror browsers */
	border-radius: 50px; /* future proofing */
}

a.anchor {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}

.plants_block:hover, .animals_block:hover {
  cursor: pointer;
}

.adv_card {
  margin-left: 180px;
  width: 260px;
  height: 250px;
  line-height: 240px;
  position: absolute;
  z-index: 10;
  background: #f0f0f0;
  background: linear-gradient(to right, #a0a0a0, 5%, #f0f0f0, 20%, #f0f0f0);
  top: -55px;
  left: -70px;
  border-radius: 0 30px 30px 0;
  border-right: 2px solid #ededed;
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  padding: 15px 5px 15px 25px;
  color:#5e3e35;
}

.circle_1
{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #b0cc20;
  background-color: #b0cc20;
  color: white;
  font-size: 100px;
  line-height: 140px;
  position: relative;
  margin-left: 20px;
  z-index: 0;
}

.circle_2
{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #6fb538;
  background-color: #6fb538;
  color: white;
  font-size: 100px;
  line-height: 140px;
  position: relative;
  margin-left: 20px;
  z-index: 0;
}

.button_details {
  background: #ffed00;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px; /* for old Konqueror browsers */
  border-radius: 14px; /* future proofing */
  font-size: 22px;
  padding:2px;
  width:130px;
  margin:0 auto;
}

.button_details:hover {
  cursor:pointer;
}

.button_contacts {
  background:#fcc900;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  border-radius: 20px; /* future proofing */
  font-size: 34px;
  line-height: 34px;
  padding:10px;
  width:240px;
  margin:0 auto;
  color:black;
  text-align:center;
}

.button_contacts:hover {
  cursor:pointer;
}

.button_catalog_pdf {
  background:#fcc900;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  border-radius: 20px; /* future proofing */
  font-size: 26px;
  line-height: 26px;
  padding:10px;
  width:225px;
  margin:0 auto;
  color:black;
  text-align:center;
}

.button_catalog_pdf:hover {
  cursor:pointer;
}

/*Menu Styles*/
#primary-menu {
	margin: 0 auto;
	width: 100%;
}

#menu-principal{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

#menu-principal li {	
	float: left;
	list-style: none;
	width: 140px;
	line-height:24px;
	display: table;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px; /* for old Konqueror browsers */
	border-radius: 14px; /* future proofing */
}

#menu-principal li:hover:not(#nursery_button) {	
	background: #ffed00;
}

#menu-principal #nursery_button:hover div {	
	background: #117b35;
}

#menu-principal li a {	
	display: block;
	padding: 6px 14px;
	text-decoration: none;
	text-align:center;
	white-space: nowrap;
	color:black;
}

#menu-principal li ul {	
	position: absolute;
	z-index:100;
	display: none;
	font-size: 18px;
	background: #FEFEFE;
	margin: 0;
	padding: 4px;
	width: 150px;
	overflow: visible;
}

#menu-principal li ul li {	
	float: none;
	background: #FEFEFE;
	line-height:20px;	
	width: auto;
        white-space: nowrap;
}

#menu-principal li ul li:hover {	
	background: #FEFEFE;
}

#menu-principal li ul li a {	
	padding: 3px 7px;
	white-space: nowrap;
	color: black;
}

#menu-principal li ul li a:hover {	
	text-decoration: underline;
}

#menu-principal .current {
	text-decoration: underline;
}

#menu-principal li .active {	
	visibility: visible;
}

#actions div {
	background:#e31e25;
	color:white;
	width:420px;
	margin:0 auto;
	line-height:56px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px; /* future proofing */
	-khtml-border-radius: 11px; /* for old Konqueror browsers */
}

#watch_all div {
	background:#6fb538;
	color:white;
	width:246px;
	line-height:56px;
	float:right;
	margin-right:120px;
	text-align:center;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px; /* future proofing */
	-khtml-border-radius: 11px; /* for old Konqueror browsers */
}

#watch_video div {
	background:#6fb538;
	color:white;
	width:200px;
	line-height:51px;
	text-align:center;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px; /* future proofing */
	-khtml-border-radius: 11px; /* for old Konqueror browsers */
}

#watch_images div {
	background:#6fb538;
	color:white;
	width:200px;
	line-height:51px;
	text-align:center;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px; /* future proofing */
	-khtml-border-radius: 11px; /* for old Konqueror browsers */
}

#watch_all_video div {
	background:#6fb538;
	color:white;
	width:246px;
	line-height:56px;
	float:right;
	margin-right:120px;
	text-align:center;
}

.where_to_buy_inact {
	white-space:nowrap;
	padding:0 28px 0 14px;
	border-bottom:3px solid #77b31c;
	margin-right:-2px;
	color:#c0c0c0;
}

.where_to_buy_act {
	white-space:nowrap;
	padding:0 28px 0 14px;
	border-left:3px solid #77b31c;
	border-top:3px solid #77b31c;
	border-right:3px solid #77b31c;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color:black;
}

#footer_table td {
	padding: 0 5px;
}

button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    -webkit-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.close:hover {
    -webkit-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.line_down {
    width:100%;
    border-left: 2px solid #104527;
    position: absolute;
    bottom:0;
}

.line_down:after {
  position: absolute;
  bottom: -6px;
  left: -6px;
  height: 10px;
  width: 10px;
  background: #104527;
  content: "";
  border-radius: 6px;
}

.line_up {
    width:100%;
    border-left: 2px solid #104527;
    position: absolute;
    top:0;
}

.line_up:before {
  position: absolute;
  top: 0px;
  left: -6px;
  height: 10px;
  width: 10px;
  background: #104527;
  content: "";
  border-radius: 6px;
}

#callback_bio_form input, #callback_nursery_form input, #callback_nursery_form textarea {
  width:100%;
  font-size:20px;
  line-height:20px;
  height:32px;
  color:black;
  border:none;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  padding: 0 14px 0 14px;
}

.submit_callback_bio_form, .submit_callback_nursery_form {  
  text-align:center;
  font-size:26px;
  width:160px;
  height:40px;
  overflow:hidden;
  padding-top:0px;
  margin:10px auto;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  padding: 0 14px 0 14px;
  color:black;
  background: white;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}

#logo_block {
  -moz-border-radius: 0px 0px 15px 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  -khtml-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
}

.seeds_card {
  width:300px;
  height:330px;
  overflow:hidden;
  text-align:center;
  text-transform:uppercase;
  font-size:30px;
  line-height:36px;
  margin:10px auto;
  display:inline-block;
  padding-top:20px;

  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  border-radius: 20px;
}

.seeds_card:hover {
  cursor:pointer;

  -moz-box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); /* Для Firefox */
  -webkit-box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); /* Для Safari и Chrome */
  box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); /* Параметры тени */
}

.seeds_card .img {
  width:180px;
  height:180px;
  margin:0 auto;  
  -moz-border-radius: 180px;  
  -webkit-border-radius: 180px;  
  -khtml-border-radius: 180px;  
  border-radius: 180px;
  overflow:hidden;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#seeds_img {
  width:400px;
  height:400px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.seeds_details {
  cursor:pointer;
}

.green_button {
  background:#5eac37;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  border-radius: 20px; /* future proofing */
  color:white;
  padding:7px 20px 7px 20px;
  margin:0 auto;
  text-align:center;
}

.green_button:hover {
  cursor:pointer;
}

.fulljustify {
  text-align:justify;
}

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;	
}

.nursery_news_arrow_left:hover, .nursery_news_arrow_right:hover {
  cursor: pointer;
}

.plant {
  width: 340px;
  min-height: 480px;
  overflow: hidden;
  margin:0 30px 30px 0;
  padding:0 0 15px 0;
  text-align:left;
  display:inline-block;
  vertical-align:top;
} 

.plant .img {
  width: 340px;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position:relative;
}

.plant .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.plant:hover {
  -moz-box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); 
  -webkit-box-shadow: 0 0 11px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 11px 5px rgba(0,0,0,0.1); 
}

.plant_descr {
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  text-align:left;
  vertical-align:top;
} 

.plant_descr .img img {
  max-width: 600px;
}