html, body {
	margin: 0; padding: 0; min-height: 100%;
}
body {
	position: relative; background: #e4e3e2; font-size: 14px; color: #000; font-family: 'HelveticaNeueCyr';
}
* {
	outline: none; box-sizing: border-box;
}
img {
	border: none; vertical-align: top; max-width: 100%;
}
form {
	margin: 0; padding: 0;
}
input, textarea, select, button {
	margin: 0; padding: 0; border: none; resize: none; display: block; width: 100%;
	font-family: 'HelveticaNeueCyr';
}
input[type="text"] {
	background: #fff; display: flex; -ms-align-items: center; align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
::-moz-placeholder {
  opacity: 1;
}
label {
	cursor: pointer;
}
H1, H2, H3, H4, H5 {
	margin: 0; padding: 0;
}
H2 {
	text-align: center; font-size: 39px; letter-spacing: 4px; color: #232323; text-transform: uppercase;
}
H2:after {
	content: ''; display: block; background: #773dbd; width: 196px; height: 5px; margin: 39px auto 0;
}
H4 {
	font-size: 16px; text-transform: uppercase;
}
.ttl-box {
	position: relative;
}
.ttl-box:before,
.ttl-box:after {
	content: ''; display: block; background: url(../i/pattern.png) 100% 0 no-repeat; height: 28px; width: 50%;
	position: absolute; left: 0; top: 12px; max-width: 454px;
}
.ttl-box:after {
	left: auto; right: 0;
}
.hidden {
	display: none;
}
.container {
	position: relative; margin: 0 auto; min-width: 300px; max-width: 1170px; padding: 0 25px;
}
.row {
	display: flex; width: 100%; flex-wrap: wrap;
}
.align-center {
	-ms-align-items: center;
	align-items: center;
}
.align-end {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.flex-end {
	justify-content: flex-end;
}
.space-between {
	justify-content: space-between;
}
.no-wrap {
	flex-wrap: nowrap;
}
ul, ul li {
	margin: 0; padding: 0; list-style: none;
}
a {
	color: #0062d1; text-decoration: none; transition: .3s;
}
p {
	margin: 0;
}
.bt {
	position: relative; display: flex; justify-content: center; -ms-align-items: center;
	align-items: center; border: solid 1px #773dbd; font-size: 15px; font-weight: 300; background: #773dbd;
	text-transform: uppercase; color: #fff; min-height: 32px; padding: 3px 0 5px; overflow: hidden;
}
.bt:after {
	content: ''; display: block; width: 0; height: 0; position: absolute; top: -1px; right: -30px;
	border-top: solid 16px transparent; border-bottom: solid 16px transparent; transition: .3s;
	border-left: 16px solid #773dbd; opacity: 0;
}
.bt:hover {
	background: transparent; color: #773dbd; overflow: visible;
}
.bt:hover:after {
	opacity: 1;
}
.viewport-wrapper {
	position: relative; max-width: 1920px; margin: 0 auto; overflow: hidden; padding-left: 100px;
}


.site-header {
	position: fixed; left: 0; top: 0; bottom: 0; width: 100px; z-index: 100;
	padding: 50px 0; background: rgba(255,255,255,.7);
}
.site-header.active {
	background: #e3e2e1;
}
.site-header .row {
	height: 100%;
}
.site-header .logo {
	position: absolute; left: 5px; right: 5px; bottom: 10px; text-align: center;
}
.site-header .logo img {
	width: 55px;
}
a.buy-online {
	color: #773dbd;
	font-family: 'HelveticaNeueCyr';
	font-weight: bold;
	text-transform: lowercase;
}
.site-header .distributor {
	position: absolute; left: 0; right: 0; bottom: 48px; text-align: center;
}
.site-header .distributor img {
	width: 50px;
}
.bt-menu {
	position: relative; display: flex; -ms-align-items: center; margin: 0 auto; cursor: pointer; z-index: 20;
	align-items: center; width: 40px; height: 20px; border-top: solid 2px #773dbd; border-bottom: solid 2px #773dbd;
}
.bt-menu:before {
	content: ''; display: block; width: 100%; height: 2px; background: #773dbd;
}
.bt-menu.close {
	border-top: 0; border-bottom: 0; height: 30px;
}
.bt-menu.close:before {
	transform: rotate(45deg);
}
.bt-menu.close:after {
	content: ''; display: block; width: 100%; height: 2px; background: #773dbd; position: absolute;
	left: 1px; top: 14px; transform: rotate(-45deg);
}
.site-header .title {
	width: 40px; transform: rotate(-90deg); width: 40px; height: 40px; position: absolute; left: 50%; margin-left: -20px;
	top: 380px; line-height: 35px;
	white-space: nowrap; display: block; color: #000; font-size: 16px; color: #808080;
}
.site-header a.phone-no {
	display: block; border-radius: 50%; width: 40px; height: 40px; position: absolute; left: 50%; margin-left: -20px;
	bottom: 225px; background: url(../i/white-icon-phone2.png) 50% 50% no-repeat #773dbd;
}
.site-header a.facebook {
	background: url(../i/white-icon-facebook2.png) 50% 50% no-repeat #773dbd; display: block; border-radius: 50%;
	position: absolute; left: 50%; margin-left: -20px; width: 40px; height: 40px; bottom: 170px; transform: rotate(-90deg);
}
.site-header a.telegram {
	background: url(../i/white-icon-telegram.png) 50% 50% no-repeat #773dbd; display: block; border-radius: 50%;
	position: absolute; left: 50%; margin-left: -20px; width: 40px; height: 40px; bottom: 115px;;
}
.mob-logo, .mob-design {
	display: none;
}

.body-overlay {
	overflow: hidden;
}


.error-page {
	text-align: center; padding: 40px 15px; color: #773dbd; max-width: 820px; margin: 0 auto;
}
.error-page .image {
	max-width: 750px; margin: 0 auto;
}
.error-page .image img {
	max-width: 100%; height: auto;
}
.error-page .head {
	border-bottom: solid 2px #773dbd; padding-bottom: 25px; margin-top: 45px; font-size: 36px; font-weight: 700;
}
.error-page p {
	font-size: 29px; margin-top: 30px;
}
.error-page .share {
	display: flex; justify-content: center; margin-top: 34px;
}
.error-page .share a {
	margin: 0 22px; display: block;
}
.error-page .bt {
	max-width: 146px; margin: 45px auto 0;
}


.nav {
	position: fixed; left: 100px; top: 0; bottom: 0; z-index: 1000; background: #fff; display: none; width: 30%;
}
.nav-scroll {
	height: 100vh; overflow-y: scroll;
}
.nav .lang {
	position: absolute; top: 20px; right: 20px; font-size: 14px; display: flex;
}
.nav .lang a {
	margin-left: 10px; color: #000;
}
.nav .lang a.active {
	color: #773dbd;
}
.nav-logo {
	padding-top: 50px; max-width: 240px; margin-left: 25px;
}
.nav-logo a {
	display: block;
}
.nav-logo img {
	width: 100%;
}
.nav .container {
	max-width: 1600px; padding: 0; position: static;
}
.nav-menu {
	margin-top: 30px; border-top: solid 1px #e3e3e3; padding: 0 0 12px; font-weight: 300;
}
.nav-menu > li {
	position: relative; border-bottom: solid 1px #e3e3e3;
}
.nav-menu > li:last-child {
	border-bottom: 0;
}
.nav-menu > li > a {
	position: relative; display: flex; font-size: 20px; color: #161616; -ms-align-items: center;
	align-items: center; text-transform: uppercase; min-height: 70px; padding: 12px 0 12px 32px;
	letter-spacing: 2px;
}
.nav-menu > li.submenu > a:after {
	content: ''; display: block; width: 10px; height: 10px; border-top: solid 2px #773dbd;
	border-right: solid 2px #773dbd; position: absolute; top: 50%; margin-top: -5px; right: 15px;
	transform: rotate(45deg);
}
.nav-menu > li.active > a,
.nav-menu > li > a:hover {
	color: #773dbd; background: #eeeeed;
}
.nav-menu > li.submenu.active > a:after {
	transform: rotate(135deg); margin-top: -7px;
}
.nav-menu > li.submenu:hover > a:after {
	opacity: 1;
}
.nav-menu > li > ul {
	padding: 2px 0 30px 32px; background: #eeeeed; display: none;
}
.nav-menu li li {
	margin-top: 10px;
}
.nav-menu .submenu > ul > li > a {
	position: relative; font-size: 18px; color: #161616;
}
/*.nav-menu .submenu > ul > li.submenu-lvl-3 > a:after {
	content: ''; display: block; width: 8px; height: 8px; border-top: solid 2px #773dbd;
	border-right: solid 2px #773dbd; position: absolute; top: 50%; margin-top: -4px; right: 0;
	transform: rotate(45deg);
}*/
.nav-menu .submenu > ul > li.active > a:after {
	transform: rotate(135deg); margin-top: -5px;
}
.nav-menu .submenu > ul > li.submenu-lvl-3:hover > a:after {
	opacity: 1;
}
.nav-menu .submenu > ul > li.active > a {
	color: #773dbd;
}
.nav-menu li li ul {
	padding: 5px 0 5px 30px; font-size: 20px; display: none;
}
.nav-menu li li li a {
	color: #161616; font-size: 16px;
}
.nav-menu li li a:hover,
.nav-menu li li li a:hover {
	color: #773dbd;
}
.nav .distributor {
	display: flex; margin-top: auto; padding: 15px; justify-content: flex-end; -ms-align-items: center;
	align-items: center; font-size: 14px; color: #595959;
}
.nav .distributor span {
	display: none;
}

@media screen and (min-height: 600px) {

.nav .distributor {
	position: absolute; right: 0; bottom: 0;
}

}
.nav .distributor img {
	width: 102px; margin-left: 12px;
}




.main {
	position: relative; min-width: 300px; background-color: #773dbd; color: #fff;
}
.main .top-logo {
	min-height: 100vh; padding: 50px 0; display: flex; justify-content: center; -ms-align-items: center;
	align-items: center; position: relative;
}
.main .top-logo img {
	max-width: 470px;
}
.main .top-logo img {
	width: 100%; height: auto;
}
.main .row {
	min-height: 100vh; -ms-align-items: center;
	align-items: center;
}
.main-text {
	padding: 0 0 0 54px; width: 57%;
}
.main-text H1 {
	padding-bottom: 30px;
	font-size: 42px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}
.main-text H1:after {
	content: ''; display: block; width: 203px; height: 4px; background-color: #fff; margin-top: 20px;
}
.main-text p {
	font-size: 16px; line-height: 1.5; margin-top: 10px; max-width: 462px;
}
.main-logo {
	width: 38%; margin-left: auto;
}
.main-logo img {
	max-width: 100%;
}
.main .arrow {
	display: block; background: url(../i/arrow-down.svg); width: 30px; height: 25px; position: absolute;
	left: 50%; margin-left: -15px; bottom: 26px; z-index: 2; background-size: 100% 100%;
}
.arrow {
    -webkit-animation: mover 0.8s infinite  alternate;
    animation: mover 0.8s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.title-block {
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.8px;
	color: #773dbd;
	text-transform: uppercase;
}
.title-block:after {
	content: ''; display: block; width: 175px; height: 5px; background-color: #773dbd; margin-top: 9px;
}
.products-box {
	position: relative; padding: 44px 0 110px; min-width: 300px; background-color: #f5f4f3;
}
.item-product {
	position: relative; display: flex; flex-wrap: wrap; margin-top: 44px;
}
.item-product .image {
	position: relative; width: 56%;
}

.product-box .photo .is_new, .catalog-item .is_new {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(/web_assets/i/is_new.svg);
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}

.product-box .photo .is_new {
    width: 85px;
    height: 85px;
}

.item-product .image .sub-img {
	position: absolute; right: 0; bottom: -60px;
}
.item-product .text {
	position: relative; width: 40%; z-index: 2; max-width: 420px; margin-left: auto; padding-top: 48px;
	line-height: 1.38; font-size: 16px;
}
.item-product p {
	margin: 34px 0 33px;
}
.item-product a {
	font-weight: 700; color: #6a3eb9;
}
.item-product a:hover {
	color: #b823dd;
}
.item-product:nth-child(even) .image {
	order: 1; text-align: right;
}
.item-product:nth-child(even) .image .sub-img {
	right: auto; left: 0; bottom: -40px;
}
.item-product:nth-child(even) .text {
	padding-top: 67px;
}


.download-catalog {
	position: relative; z-index: 2; min-width: 300px; background-color: #e7e7e6;
}
.download-catalog .image {
	position: relative; height: 330px; width: 49.5%;
}
.download-catalog .image img {
	position: absolute; left: 0; bottom: 0;
}
.download-catalog .text {
	width: 50.5%; padding: 52px 0 0 58px;
}
.download-catalog .title-block {
	letter-spacing: 2.4px;
}
.download-catalog p {
	margin-top: 32px; font-size: 16px; line-height: 1.5; max-width: 420px;
}
.bt-download {
	margin: 40px 0 0; display: flex; justify-content: center; text-align: center; -ms-align-items: center;
	align-items: center; max-width: 255px; height: 40px; background: #6a3eb9; font-size: 16px; font-weight: 700;
	text-transform: uppercase; color: #fff; letter-spacing: 2.9px; padding-top: 2px;
}
/*.bt-download:after {
	content: ''; display: block; background: url(../i/icon-download.png); width: 12px; height: 12px;
	background-size: 100% 100%; margin: 0 0 2px 12px;
}*/
.bt-download:hover {
	background: #b823dd;
}



.site-footer {
	min-width: 300px; padding: 24px 0; display: block; background-color: #e7e7e6;
}
.site-footer .logo {
	padding-left: 40px;
}
.site-footer .logo img {
	width: 90px;
}
.site-footer .contacts {
	justify-content: space-between; display: flex; width: 65%; flex-wrap: wrap; padding-top: 6px;
	-ms-align-items: center;
	align-items: center;
}
.site-footer .contacts .item img {
	display: block; width: 36px; height: 35px; margin: 0 auto 16px;
}
.site-footer .contacts a {
	color: #a7a7a7; display: inline-block; font-size: 16px;
}
.site-footer .title {
	font-size: 13px; text-align: center; display: none; padding-bottom: 20px; width: 100%;
	color: #808080;
}
.site-footer .distributor {
	display: none; width: 80px;
}




.flexslider .banner_buttons a {
	display: inline-block;
}

.product-box {
	position: relative; padding: 0 190px 0 15px; min-height: 50vh;
}
.product-box .container {
	max-width: 1030px; padding: 0;
}
.product-box .container > .row {
	-ms-align-items: center;
	align-items: center;
	min-height: 90vh;
}
.product-box .photo {
	background: url(../i/ellipse.png) 50% 80% no-repeat; width: 46%; text-align: center;
	max-width: 460px;
    position: relative;
}
.product-box .photo img {
	max-width: 1000%; width: auto; max-height: 530px;
}
.product-box .content {
	width: 53%; margin-left: auto; display: flex; flex-direction: column;
}
.product-box .info {
	order: 2;
}
.product-box .info .row {
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}
.product-box .info .item {
	width: 19.5%; text-align: center;
}
.product-box .info .item .icon {
	min-height: 47px; width: 53px; margin: 0 auto;
}
.product-box .info .item .icon img {
	max-width: 10000%; width: 53px; height: 42px; object-fit: cover;
}
.product-box .info .item p {
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #6a3eb9;
}
.product-box .info .item b {
	text-transform: none; display: block;
}
.product-box .description {
	padding: 60px 0 40px; margin-top: auto;
}
.product-box .name-prod {
	display: flex; justify-content: space-between;
	border-bottom: solid 4px #66469c; padding-bottom: 14px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.8px;
	color: #000;
}
.product-box .name-prod span {
	color: #6a499b;
}
.product-box .name-prod h1 {
    font-size: inherit;
}
.product-box .description p {
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}



.product-table {
	position: relative; padding: 10px 0 150px; max-width: 1366px; margin: 0 auto;
}
.product-table .numbering {
	padding: 0 7% 15px 33%; display: flex; font-size: 19px; font-weight: 300;
}
.product-table .numbering span {
	margin-right: 4.5%; width: 8%;
}
.product-table .numbering span:last-child {
	margin-right: 4px; width: auto;
}
.product-table .row {
	-ms-align-items: center;
	align-items: center;
}
.product-table .val {
	width: 31%; margin-right: 2%; display: flex; -ms-align-items: center; align-items: center; height: 65px;
	font-weight: 300; letter-spacing: 2px; line-height: 1.3; font-size: 18px;
}
.product-table .rating {
	display: flex; -ms-align-items: center; align-items: center; height: 65px; font-size: 41px;
	color: #29c4f4; text-align: center; justify-content: center; width: 7%; font-size: 34px;
}
.product-table .scale {
	position: relative; width: 60%; display: flex; -ms-align-items: center; align-items: center;
	justify-content: space-between; justify-content: flex-start;
}
.product-table .scale .dot {
	position: relative; z-index: 1; border-radius: 50%; width: 18px; height: 18px; display: block;
	min-width: 18px; min-height: 18px; background: #29c4f4; text-align: center;
}
.product-table .scale .sep {
	position: relative; z-index: 1; width: 22px; height: 6px; display: block;
	min-width: 22px; min-height: 6px; background: #29c4f4;
}
.product-table .scale .line {
	position: relative; background: #29c4f4; height: 6px; width: 5%; margin: 0 -3px;
}
.product-table .scale .not-active {
	background: #f05fa3;
}
.product-table .scale .current:before {
	content: ''; display: block;
	width: 30px; height: 30px; background: #fff; border: solid 6px #29c4f4; border-radius: 50%;
	position: absolute; top: 50%; left: 50%; margin: -15px 0 0 -15px; z-index: 10; box-sizing: border-box;
}
.scroll-block {
	min-width: 300px; background-color: #e7e7e6;
}



.product-table .values {
	width: 33%; padding-right: 15px;
}
.product-table .values .item {
	display: flex; -ms-align-items: center; align-items: center; height: 98px;
	font-weight: 300; letter-spacing: 2px; line-height: 1.5; font-size: 16px;
}
.product-table .shema {
	width: 61%;
}
.product-table .ratings {
	width: 6%;
}



.harvest-box {
	/*background-position: 50% 0%; background-repeat: no-repeat; background-color: #66469c; color: #fff;*/
	padding: 32px 0 60px; background: #e7e7e6 !important;
}
.harvest-box .container {
	max-width: 1292px;
}
.harvest-box .row {
	justify-content: space-between;
}
.harvest-box .item {
	max-width: 336px; width: 28%; text-align: center;
}
.harvest-box .item .total {
	display: flex; align-items: flex-end; color: #fff; width: 235px; margin: 0 auto;
	font-size: 30px; font-weight: 700;  padding-bottom: 16px; justify-content: center;
}
.harvest-box .item:nth-child(1) .total {
	background: url(../i/gradient1.jpg); height: 113px; background-size: 100% 100%;
	margin-top: 49px;
}
.harvest-box .item:nth-child(2) .total {
	background: url(../i/gradient2.jpg); height: 140px; background-size: 100% 100%; margin-top: 23px;
}
.harvest-box .item:nth-child(3) .total {
	background: url(../i/gradient3.jpg); height: 162px; background-size: 100% 100%;
}
.harvest-box .item p {
	font-size: 16px; font-weight: 300; margin: 30px auto 0; line-height: 1.5;
}
.harvest-box .item:nth-child(1) p {
	max-width: 170px;
}

.info-block {
	display: flex; justify-content: center; font-size: 22px; line-height: 1.5; margin-top: 26px;
}
.info-block .total {
	margin-right: 36px;
	background: url(../i/layer-1.png);
	width: 139px;
	height: 73px;
	padding-top: 29px;
	background-size: 100% 100%;
	min-width: 139px;
	min-height: 73px;
	text-align: center;
	font-size: 33px;
	line-height: 1;
	color: #fff;
}
.info-block .text {
	margin-top: 22px;
	font-size: 16px;
	font-weight: normal;
	max-width: 365px;
	line-height: 1.53;
	color: #000000;
}


.review-box {
	background: #e3e2e1; padding: 160px 0 180px; border-bottom: 1px solid #c2c2c2;
}
.review-box .container {
	max-width: 1480px;
}
.review-box .row {
	justify-content: space-between;
}
.review-box .autor {
	width: 27%;
}
.review-box .info {
	padding-left: 25px; font-size: 32px;
}
.review-box .autor .photo img {
	width: 100%; border-radius: 50%;
}
.review-box .autor .name {
	line-height: 1.5; padding: 30px 0; text-transform: uppercase;
}
.review-box .autor span {
	color: #66469c; font-weight: 300;
}
.review-box .details {
	width: 60%; margin-left: auto; padding-top: 10px;
}
.review-box .details .text {
	max-width: 735px; margin-bottom: 85px; line-height: 1.5; font-size: 23px;
}
.review-box .details .text .title {
	font-size: 26px; font-weight: 700; color: #66469c; padding-bottom: 45px;
}
.scheme-plant {
	margin: 0 auto; padding: 100px 0; border-bottom: 1px solid #c2c2c2; display: none;
}
.scheme-plant .container {
	max-width: 930px;
}
.scheme-plant .row {
	flex-wrap: nowrap;
}
.scheme-plant--image {
	min-width: 374px; width: 374px;
}
.scheme-plant--info {
	padding-top: 32px; flex-basis: 100%;
}
.scheme-plant--item {
	margin-top: 9px; background: #b2b3b6; display: flex; padding: 15px 0; color: #fff; font-size: 27px;
}
.scheme-plant--item-total {
	min-height: 62px; font-weight: 700; text-align: center; display: flex; -ms-align-items: center; width: 30%;
	align-items: center; text-align: center; justify-content: center; border-right: solid 2px rgba(255,255,255,.6);
}
.scheme-plant--item-text {
	display: flex; -ms-align-items: center; padding: 0 10px 0 40px; width: 70%;
	align-items: center;
}


.top-page {
	position: relative; background: url(../i/patter2.png); padding: 30px 0 100px; min-height: 760px;
}
.top-page:after {
	content: ''; display: block; background: url(../i/arrow.png); width: 35px; height: 19px;
	position: absolute; left: 50%; margin-left: -17px; bottom: 30px;
}
.top-page .container {
	max-width: 960px;
}
.top-page H1 {
	font-size: 33px; font-weight: 700; text-transform: uppercase; text-align: center;
}
.top-page H1:after {
	content: ''; display: block; background: #773dbd; width: 167px; height: 3px;
	margin: 26px auto 0;
}
.top-page .text {
	max-width: 370px; width: 48%; margin-top: 90px;
}
.top-page .text H4 {
	text-transform: capitalize; display: inline-block; font-size: 42px; color: #7c0a94;
}
.top-page .text H4:after {
	content: '';
	display: block;
	background: #7c0a94;
	width: 90%;
	height: 3px;
	margin-top: 16px;
}
.top-page .text p {
	margin-top: 35px; font-size: 14px; font-weight: 300; line-height: 1.8; text-align: justify;
}
.top-page .image {
	margin: 90px 0 0 auto; max-width: 48%;
}


.catalog-page {
	padding: 65px 0 0; max-width: 960px; margin: 0 auto;
}
.catalog-page--sidebar {
	width: 26%; margin: 40px 0 0 0;
}
.catalog-page--content {
	width: 74%; margin-top: 40px;
}
.widget-filter--ttl {
	font-size: 17px;
}
.item-checkbox {
	margin-top: 32px;
}
.item-checkbox label {
	position: relative; padding-left: 36px; display: block; font-size: 17px; line-height: 1.2;
}
.item-checkbox input {
	content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%; opacity: 0; cursor: pointer;
}
.item-checkbox span {
	position: absolute; left: 0; top: 3px; display: flex; justify-content: center; -ms-align-items: center;
	align-items: center; border: solid 2px #cececf; width: 14px; height: 14px;
}
.item-checkbox :checked + span {
	border-color: #7c0a94;
}
.item-checkbox :checked + span:before {
	content: ''; display: block; background: #7c0a94; width: 6px; height: 6px;
}
.catalog-item {
	position: relative; width: 30.6666%; margin: 0 4% 35px 0;
}
.catalog-item:nth-child(3n) {
	margin-right: 0;
}
.catalog-item a {
	position: relative; display: flex; height: 326px; -ms-align-items: center; padding-bottom: 40px;
	align-items: center; justify-content: center; overflow: hidden; background: #fff; border: solid 1px #ccc;
}
.catalog-item a:before {
	content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%; transition: .3s; background: #773dbd; opacity: 0;
}
.catalog-item a:hover:before {
	opacity: .54;
}
.catalog-item img {
	width: 49%; height: auto; max-width: 140px;
}
.catalog-item .name {
	position: absolute; left: 0; right: 0; bottom: 5%; width: 100%; z-index: 2;
	font-size: 17px; color: #2b2b2b; text-align: center; display: block; transition: .3s;
}
.catalog-item .name span {
	display: block; font-weight: 700;
}
.catalog-item a:hover .name {
	bottom: 50%; color: #fff;
}


.top-sort {
	display: flex; justify-content: flex-end; font-size: 17px; -ms-align-items: center;
	align-items: center;
}
.item-range--slider {
	width: 70%; max-width: 530px; display: flex; -ms-align-items: center;
	align-items: center;
}
.item-range--slider .text {
	width: 180px; min-width: 180px;
}
.item-range--value {
	display: flex; width: 170px; min-width: 170px; -ms-align-items: center;
	align-items: center; margin-left: 30px;
}


.nice-title {
	border: solid 3px #800a98; padding: 15px 25px 16px 40px; display: inline-block; border-right: 0;
	border-radius: 19px 0 0 19px/20px 0 0 20px; margin-bottom: 80px; font-size: 40px; line-height: 50px; font-weight: 700;
}
.advantages-page {
	padding: 90px 0;
}
.advantages-page .row {
	justify-content: space-between;
}
.advantages-page .item {
	width: 30%; margin-top: 40px;
}
.advantages-page .item .icon {
	text-align: center;
}
.advantages-page .item H4 {
	margin-top: 30px; word-wrap: break-word; min-height: 50px; font-weight: 700;
	text-transform: capitalize; color: #7c0a94; text-align: left; line-height: 25px;
	font-size: 21px;
}
.advantages-page .item p {
	margin-top: 10px; font-size: 16px; line-height: 22px;
}
.page {
	padding: 90px 0 60px; max-width: 1170px; margin: 0 auto;
}
.page:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.page .image-right {
	float: right; margin-left: 30px; width: 100%; max-width: 400px;
}
.item-article {
	width: 30%; margin-top: 20px;
}
.item-article H4 {
	font-size: 25px; color: #7c0a94; text-transform: uppercase; letter-spacing: 0;
}
.item-article p {
	margin-top: 25px; font-size: 20px; font-weight: 500;
}
.page .column {
	width: 47.5%;
}
.entry-text {
	margin-bottom: 30px; font-size: 20px; line-height: 26px; font-weight: 500; color: #7c0a94;
}
.page p, .page ul li {
	font-size: 16px;
	/*font-weight: 500;*/
	line-height: 22px;
}

.page ul {
	margin-bottom: 20px;
}

.page ul li {
	list-style: disc;
	list-style-position: inside;
}

.page img {
	max-width: 100%;
}
.page .article {
	margin-top: 45px; font-weight: 500; line-height: 1.4;
}
.page .article ul {
	float: left; width: 100%;
}
.page .article p {
	font-size: 16px; line-height: 22px;
}
.page .article:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.page .article H4 {
	padding-bottom: 20px; font-size: 21px; line-height: 21px; color: #7c0a94;
	padding-left: 80px; text-transform: capitalize;
}
.page .article .icon-left {
	float: left; margin: 0 25px 25px 0;
}
.page p {
	margin-bottom: 20px;
}
.page .nice-text {
	color: #7c0a94;
}
.page H3 {
	margin: 30px 0; font-size: 35px; font-weight: 500; color: #7c0a94;
}
.picture-scheme {
	position: relative; margin-top: 40px;
}
.picture-scheme:after {
	content: ''; display: block; height: 105px; background: #800a98;
}
.picture-scheme .caption {
	position: absolute; background: #800a98; font-size: 16px; font-weight: 500; color: #fff; text-align: center;
	padding: 8px 0 10px; word-wrap: break-word;
}
.picture-scheme-1 {
	text-align: right;
}
.picture-scheme-1:after {
	border-top-right-radius: 26px;
}
.picture-scheme-1 .caption:first-child {
	width: 156px; left: 1%; top: 28%;
}
.picture-scheme-1 .caption:nth-child(2) {
	width: 77px; left: 0px; bottom: 25%;
}
.picture-scheme-1 .caption:nth-child(3) {
	width: 156px; border: solid 1px #800a98; background: #e3e2e1; left: 1%; bottom: 18.2%; color: #800a98;
}
.picture-scheme-1 .caption:nth-child(4) {
	width: 118px; right: 0; bottom: 22%;
}
.picture-scheme-2:after {
	border-top-left-radius: 26px;
}
.picture-scheme-2 .caption:first-child {
	width: 156px; right: 13%; top: 19%;
}
.picture-scheme-2 .caption:nth-child(2) {
	width: 120px; right: 3%; top: 42%;
}
.picture-scheme-2 .caption:nth-child(3) {
	width: 130px; border: solid 1px #800a98; background: #e3e2e1; right: 14%; bottom: 19%; color: #800a98;
}
.page .picture {
	margin-top: 90px;
}
.page .picture .caption {
	margin-top: 20px;
}
.page .picture-2 {
	margin: 75px auto 0; max-width: 899px;
}
.picture-2 .content {
	position: relative;
}
.picture-2 .text {
	position: absolute; left: 0; right: 0; bottom: 0; display: flex; flex-wrap: wrap;
	font-size: 17px; font-weight: 500; padding: 0 10px;
}
.picture-2 .text .item {
	width: 11.111%; word-wrap: break-word;
}
.picture-2 .text .item:first-child {
	width: 10%;
}
.picture-2 .text .item:nth-child(2) {
	width: 12%;
}
.picture-2 .text .item:nth-child(3) {
	width: 10%;
}
.picture-2 .text .item:nth-child(4) {
	width: 16%;
}
.picture-2 .text .item:nth-child(5) {
	width: 12%;
}
.picture-2 .text .item:nth-child(6) {
	width: 3%;
}
.picture-2 .text .item:nth-child(7) {
	width: 12%;
}
.picture-2 .text .item:nth-child(8) {
	width: 10%;
}
.page .nice-high-text {
	color: #7c0a94; font-size: 16px; line-height: 22px; font-weight: 700; color: #7c0a94;
}
.page .high-bold-text {
	font-size: 22px; line-height: 30px; font-weight: 700;
}
.page .infobox {
	border-radius: 30px; background-color: #00a652; padding: 5px 40px 60px; color: #fff; line-height: 1.4;
	font-size: 18px; font-weight: 500; margin-top: 30px;
}
.page .infobox.fill-color2 {
	background: #800a98;
}
.page .infobox H4 {
	font-size: 23px; text-transform: uppercase; color: #fff;
}
.page .infobox p {
	margin: 35px 0 0;
}
.list-dots li {
	font-size: 18px; margin-bottom: 20px; font-weight: 500; line-height: 1.4; padding-left: 26px; position: relative;
}
.list-dots li:before {
	content: ''; display: block; width: 6px; height: 6px; background: #232323; position: absolute;
	left: 0; top: 9px; border-radius: 50%;
}
.page .col-5 {
	width: 48%; margin-top: 30px;
}
.page-gallery {
	display: flex; flex-wrap: wrap;
}
.page-gallery .item {
	width: 32%; margin: 10px 2% 0 0;
}
.page-gallery .item:nth-child(3n) {
	margin-right: 0;
}
.page-gallery .item .photo {
	display: flex; justify-content: center; overflow: hidden; margin-bottom: 20px;
}
.page-gallery .item .photo img {
	height: 150px; min-width: 100%; width: auto; object-fit: cover;
}
.page-image {
	position: relative; padding-top: 20px;
}
.page-image .caption {
	position: absolute; top: 0; right: 0;
}
.page .high-nice-text {
	font-size: 22px; line-height: 30px; font-weight: 700; color: #800a98;
}
.page H4 {
	margin: 35px 0 25px; font-size: 21px; line-height: 25px;
	text-transform: capitalize; color: #7c0a94; text-align: left;
}
.page table {
	width: 100%; border-collapse: collapse; margin: 35px 0; line-height: 1.4;
}
.page table td {
	border: solid 2px #232323; font-size: 16px; font-weight: 700; padding: 6px; width: 33.333%;
}
.page table th {
	border-left: solid 2px #232323; background: #800a98; font-size: 15px; font-style: italic;
	font-weight: 700; color: #fff; padding: 6px; width: 33.333%;
}
.page table th:first-child {
	border-left-color: #800a98;
}
.page table th:last-child {
	border-right: solid 2px #800a98;
}
.page .nice-table td {
	border-color: #fff; padding-left: 10px; font-size: 16px; line-height: 22px; font-weight: 500;
}
.page .nice-table tr:first-child td:nth-child(2) {
	background: #800a98; color: #fff;
}
.page .nice-table tr:first-child td:nth-child(3) {
	background: #00a652; color: #fff;
}
.page .nice-table tr td:first-child {
	background: #800a98; color: #fff;
}
.page .nice-table-2 {
	max-width: 800px; margin: 40px auto 0;
}
.page .nice-table-2 tr td {
	width: 22%; padding-left: 0; padding-right: 0;
}
.page .nice-table-2 tr:first-child td {
	text-align: center;
}
.page .nice-table-2 tr td:first-child {
	width: 56%; font-size: 16px; line-height: 22px; font-weight: 500; height: 80px; padding-left: 6px;
}
.page .nice-table-2 tr td:first-child > span {
	position: relative; display: block; position: relative; padding-left: 76px;
}
.page .nice-table-2 tr td:first-child img {
	position: absolute; left: 0; top: 50%; margin-top: -33px; height: 66px; display: none;
}
.page .nice-table td .point {
	width: 24px; height: 24px; background: #fff; border-radius: 50%; margin: 0 auto; display: block;
}
.detailed-description {
	display: flex; margin-top: 70px; justify-content: space-between;
}
.detailed-description .left {
	width: 45%; margin-top: 1px;
}
.detailed-description .right {
	width: 53%;
}
.detailed-description .item {
	margin-bottom: 29px; position: relative; padding-left: 110px;
}
.detailed-description .item .icon {
	position: absolute; left: 0; top: 0;
}
.detailed-description .item H5 {
	font-size: 20px; text-transform: capitalize; color: #7c0a94;
}
.detailed-description p {
	font-size: 18px; margin-top: 10px;
}

.picture-table {
	margin: 35px 0;
}
.picture-table-content {
	border: solid 2px #7c0a94; padding-bottom: 18px;
}
.picture-table-wrap {
	border-bottom: solid 2px #7c0a94; padding: 10px 10px 0;
}
.picture-table-caption {
	padding-top: 10px; text-align: right; font-size: 18px; color: #7c0a94;
}
.picture-table-1 .picture-table-wrap {
	padding-left: 20px; padding-right: 20px;
}
.picture-table-1 .item {
	max-width: 160px; display: flex; flex-direction: column;
}
.picture-table-1 .item img {
	margin-top: auto;
}
.item-caption {
	padding-bottom: 20px; font-size: 15px; font-weight: 500;
}
.picture-table-head {
	text-align: center; font-size: 17px; font-weight: 500; padding: 30px 0;
}
.col-4 {
	width: 40%;
}
.col-6 {
	width: 60%;
}
.picture-table-2 .img {
	position: relative; padding-left: 20px;
}
.picture-table-2 .img img {
	height: 316px; max-width: 1000%;
}
.picture-table-2 .img .caption {
	width: 90px; font-size: 13px; position: absolute; right: 0; bottom: 70px;
}
.nice-text-frame {
	font-size: 20px; font-weight: 700; text-align: center; padding: 6px 10px; color: #800a98;
	border: solid 5px #800a98; border-radius: 28px;
}
.block-scheme {
	margin-top: 25px; display: flex; flex-wrap: wrap;
}
.block-scheme--column {
	width: 34%; border: solid 2px #800a98; padding: 5px 10px; position: relative; z-index: 2;
}
.block-scheme--center {
	width: 32%; padding-top: 80px;
}
.block-scheme H5 {
	font-size: 13px; text-align: center;
}
.block-scheme .nice-text {
	font-size: 12px; text-align: center; margin-top: 10px;
}
.block-scheme p {
	font-size: 10px; margin: 5px 0;
}
.block-scheme .photo {
	text-align: center;
}
.block-scheme .caption {
	position: relative; padding: 0 0 34px; margin: 0 8px;
}
.block-scheme .caption p {
	position: relative; margin: 0; padding: 6px; border-radius: 10px; border: solid 2px #9ac48e;
}
.block-scheme .caption p:after {
	content: ''; display: block; width: 2px; height: 37px; background: #9ac48e;
	position: absolute; left: 50%; margin-left: -1px; top: 100%;
}
.block-scheme .caption:after {
	content: ''; display: block; width: 360px; height: 2px; background: #9ac48e;
	position: absolute; top: 100%; left: 50%; margin-left: -180px;
}
.block-scheme .caption-2 {
	margin-top: 80px;
}


.contact-tabs-content {
	font-size: 16px; line-height: 21px;
}
.costum-select {
	overflow: hidden;
}
.costum-select select {
	height: 50px; padding-left: 20px; width: 110%; background: url(../i/down-arrow.png) 90% 50% no-repeat #fff;
}
.col-md-12 {
	width: 100%;
}


@media screen and (min-width: 912px) {

.col-md-6 {
	width: 50%; margin-top: 30px;
}

}


#slider {
	flex-basis: 100%;
}
#slider .value {
	position: absolute;
	top: -35px;
	left: 50%;
	margin: 0 0 0 -20px;
	width: 40px;
	text-align: center;
	display: block;
	font-size: 17px;
}
.fao-range-both.value {
	width: 100px;
	margin: 0 0 0 -50px;
	top: 26px;
}
#slider .fao-range-both {
	display: none;
}
.value i {
  font-style: normal;
}
.range-value {
	font-size: 15px; font-weight: 300; text-align: center; display: flex; -ms-align-items: center;
	align-items: center; justify-content: center; margin-left: 12px;
	width: 78px;
	height: 24px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #fff;
}





.nice-select {
	position: relative; width: 100%; cursor: pointer; color: #808080; font-size: 18px; font-weight: 300;
}
.nice-select .current {
	display: flex; width: 100%; height: 50px; padding-left: 27px; border-radius: 25px; background-color: #f7f7f7;
	border: solid 1px #e6e6e6; position: relative; -ms-align-items: center;
	align-items: center;
}
.nice-select .current:after {
  content: ''; display: block; border: solid 9px transparent; position: absolute; top: 21px; right: 19px;
  border-top-color: #ccc;
}
.nice-select.open .current:after {
	transform: rotate(-180deg); top: 10px;
}
.nice-select.open .current {
	z-index: 10;
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }

.nice-select .list {
  background-color: #fff; border-radius: 10px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 15px;
  padding: 47px 28px 24px;
  left: 0px;
  right: 0px;
  min-width: 100%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  list-style: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  height: 30px;
  display: inline-flex; align-items: center;
  width: 100%;
  padding-left: 0;
  margin: 0;
  z-index: 30;
}
.nice-select .option:before {
	display: none;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.lnz-web-buy-btn {
    order: 3;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}

.lnz-web-buy-btn img{
    max-width: 250px;
}

#news-list {
    width: 100%;
}

.news-item img {
    width: 100%;
}

.news-item.catalog-item a {
    padding-bottom: 0;
}

.news-item .name {
    background: rgba(255,255,255, 0.8);
    padding: 15px;
}

.news-item.catalog-item a:hover .name {
    background: none;
}

.blog--style-1 .blog__item {
    margin-bottom: 30px;
    border: 6px solid white;
    z-index: 9000;
}
.blog--style-1 .blog__item figure {
    margin-bottom: 25px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.blog__entry__title {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 45px;
}
.blog__entry__meta {
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Futura', sans-serif;
    color: #fff;
    width: fit-content;
    padding: 5px 10px;
}

.blog--style-1 .blog__item:hover {
    cursor: pointer;
    border-color: #efc852;
}







.imgvideo {
  cursor: pointer;
}

.playbutton {
  background: url(https://cdn0.iconfinder.com/data/icons/vector-basic-tab-bar-icons/48/play_button-128.png) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  margin: -37px 0 0 -37px;
  z-index: 10;
  opacity: .6;
}

.ytvideo {
	max-width: 700px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  /* version standardisée */
  cursor: pointer;
}

.ytvideo iframe {
  border-style: none;
  height: 100%;
  width: 100%;
}

.ytvideo .seo {
  display: none;
}


div.notice{
	margin: 20px 0;
}
.notice p {
    font-size: 18px;
    line-height: 1.5;
	color: #888;
}
.notice span {
    width: 45px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    vertical-align: middle;
}
.notice span.new-bg {
    background: #773dbd;
}
.notice span.old-bg {
    background: #ff9800;
}
.growth-table .item.old-year p{
    background: #ff9800;
}
.growth-table .item.old-year .value{
    color: #ff9800;
}
.notice span:nth-child(2) {
    margin-left: 20px;
}
span.notice-symbol{
	position:absolute;
	font-size: 50px;
	right: -5px;
	color: #773dbd;
}










/*=======================*/

.productivity-item-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 100px;
	position: relative;
	background: rgb(0,0,0);
	background: linear-gradient(174deg, rgba(0,0,0,0.4963235294117647) 0%, rgba(0,0,0,0.1966036414565826) 100%);
	border-radius: 50px;
	overflow: hidden;
}

.productivity-item-info:before{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: -1;
	border-radius: 50px;
}

#corn .productivity-content .productivity-item .productivity-item-info:before{
	background-image: url(/uploads/images/productivity/bg7.jpg);
}
#silage .productivity-content .productivity-item .productivity-item-info:before{
	background-image: url(/uploads/images/productivity/bg8.jpg);
}


.productivity-item-analytics {
	position: relative;
	height: 350px;
	display: flex;
	align-items: end;
	/*background: #00000050;*/
	padding: 30px;
	border-radius: 20px;
	color: #fff;
}

.productivity-products-title {
	color: #773dbd;
	font-size: 3rem;
	text-align: center;
	padding: 40px 0;
}

.productivity-products-all {
	padding: 30px 0;
	text-align: center;
}

.productivity-products-all a{
	color: #773dbd;
	font-size: 1.5rem;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
    border-bottom: 3px solid;
}


.productivity-item-map{
	/*background: #00000050;*/
	padding: 30px;
	border-radius: 20px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	text-align: center;
	margin: -20px auto;
}

.productivity-item-map > div{
	margin: 15px 0;
}

.productivity-item-map-svg{

}

.productivity-item-map svg{
	width: 200px;
	height: auto;
	max-height: 250px;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.6));
}

.productivity-item-analytics .dotted {
	position: absolute;
	width: 100%;
	left: 0;
	border-top: 2px dotted #000;
}

.column-wrap {
	width: 80px;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.column-col {
	flex: 0 0 70%;
	display: flex;
	align-items: end;
}
.column-num {
	flex: 0 0 10%;
	font-size: 18px;
}
.column-title {
	flex: 0 0 20%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 10px;
}

.column-col div {
	width: 100%;
	background: rgb(253, 182, 20);
	border-radius: 7px;
	margin: 0 10px;
	max-height: 0;
	transition: max-height 3s ease-out 1s;
}

#corn .column-col div {
	background: rgb(253, 182, 20);
}

#silage .column-col div {
	background: rgb(0, 168, 137);
}

#corn .column-col._alt div{
	background: rgb(240, 116, 34);
}

#silage .column-col._alt div{
	background: rgb(2, 127, 103);
}

._tabs-control {
	display: inline-flex;
	justify-content: center;
	border-radius: 10px;
	padding: 4px;
	font-weight: bold;
	font-size: 19px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.productivity-item-title {
	text-align: center;
	background: #773dbd;
	color: #fff;
	padding: 20px;
	max-width: 400px;
	margin: 40px auto 20px;
	border-radius: 25px 0;
	font-size: 2rem;
}

._tabs-item {
	flex: 1 1 50%;
	padding: 20px;
	user-select: none;
	background: #fff;
	color: #773dbd;
	max-width: 300px;
	border-radius: 10px;
    margin: 0 3px;
}
._tabs-item:hover{
	cursor: pointer;
	background-color: #773dbd18;
}
._tabs-item._active {
	border-bottom: 4px solid #773dbd;
	background-color: #773dbd18;
}


._tabs-block {
	display: none;
}
._tabs-block._active {
	display: block;
}

.productivity-products-items{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.productivity-products-item{
	background-color: #773dbd;
	padding: 10px 20px;
	border-radius: 10px;
	text-align: center;
	margin: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.productivity-products-item a{
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.productivity-products-item a span:last-child{
	color: #cfcfcf;
	font-weight: 300;
}

.productivity-item-regions {
    font-style: italic;
}

.productivity-item-regions > div{
	padding: 0 0 0 17px;
	position: relative;
	text-align: left;
}

.productivity-item-regions > div::before {
	content: '';
    position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border-radius: 3px;
}

#corn .productivity-item-regions > div:first-child::before {
	background: rgb(253, 182, 20);
}

#silage .productivity-item-regions > div:first-child::before {
	background: rgb(0, 168, 137);
}

#corn .productivity-item-regions > div:nth-child(2)::before{
	background: rgb(240, 116, 34);
}

#silage .productivity-item-regions > div:nth-child(2):before{
	background: rgb(2, 127, 103);
}

.productivity-item-map-text div {
    margin: 3px 0;
}

.productivity-item-map-text div:nth-child(1) {
    font-size: 20px;
}

.productivity-item-map-text div:nth-child(2) {
    font-size: 20px;
	background: orange;
    padding: 3px;
    border-radius: 8px;
}

.productivity-item-map-text div:nth-child(3) {
    font-size: 13px;
	
}



@media screen and (max-width: 479px){
	._tabs-control {
		font-size: 16px;
	}
	.productivity-products-title {
		font-size: 2rem;
	}
	.productivity-item-info{
		padding: 50px 10px;
	}
	.productivity-item-analytics{
		padding: 20px 0;
		justify-content: flex-start;
		overflow: scroll;
	}
	.productivity-item-title {
		font-size: 1.5rem;
	}
	.column-wrap{
		width: 55px;
		flex: 0 0 55px;
	}
	.column-col div {
		margin: 0 5px;
	}
	.column-title {
		font-size: 11px;
	}
}

.growth-block{
	display: none;
}
.productivity-button{
	text-align: center;
	margin: 40px 0;
}
.productivity-button a{
	color: #fff;
	background: #ff9800;
	padding: 20px 50px;
	border-radius: 7px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	display: block;
}
.productivity-button a:hover{
	opacity: 0.8;
}