@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body,
html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

:root {
  --font-family: "Inter";
  --colors-main: #1a2010;
  --colors-title: #4a5c35;
  --colors-border: #d8ddd0;
  --colors-subColor: #9aaa7a;
  --colors-green: #3d8c2a;
  --colors-green-dark: #2d6a1f;
  --colors-white: #ffffff;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Italic.woff") format("woff");
  src: url("../fonts/Inter_18pt-Italic.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Light.woff") format("woff");
  src: url("../fonts/Inter_18pt-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-LightItalic.woff") format("woff");
  src: url("../fonts/Inter_18pt-LightItalic.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Regular.woff") format("woff");
  src: url("../fonts/Inter_18pt-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Medium.woff") format("woff");
  src: url("../fonts/Inter_18pt-Medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-MediumItalic.woff") format("woff");
  src: url("../fonts/Inter_18pt-MediumItalic.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-SemiBold.woff") format("woff");
  src: url("../fonts/Inter_18pt-SemiBold.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-SemiBoldItalic.woff") format("woff");
  src: url("../fonts/Inter_18pt-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Bold.woff") format("woff");
  src: url("../fonts/Inter_18pt-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-BoldItalic.woff") format("woff");
  src: url("../fonts/Inter_18pt-BoldItalic.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-ExtraBold.woff") format("woff");
  src: url("../fonts/Inter_18pt-ExtraBold.woff2") format("woff2");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
.remodal-is-locked body {
  scrollbar-gutter: stable;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

use,
use:hover,
a,
a:hover {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media screen and (min-width: 1281px) {
  select {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .mobileMenu,
  .mobileBar {
    display: none;
  }
}
html,
body,
span,
applet,
object,
iframe,
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-family: inherit;
  font-size: initial;
}

textarea {
  font-family: inherit;
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
}

body {
  font-family: var(--font-family, "Inter");
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: var(--colors-main, #1a2010);
  background: #fff;
  font-size: 16px;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-webkit-input-placeholder {
  color: #757575;
}

::-moz-placeholder {
  color: #757575;
}

:-moz-placeholder {
  color: #757575;
}

:-ms-input-placeholder {
  color: #757575;
}

strong,
b {
  font-weight: bold;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}

/*
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}
*/
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.table-responsive {
  overflow-x: auto;
  margin-bottom: 13px;
}
.table-responsive table {
  padding-bottom: 10px;
  margin: 0 !important;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
input[type=text]::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

.flex, .checkLogin label, .formLogin, .footerMenu ul, .footer, .boxCulture__button, .boxCulture.open .boxCulture__modal, .boxCulture__right, .boxCulture__item, .numberFields__bottom, .numberFields__button, .checkConsider label, .boxNorm, .threeInput, .typeOrganic__button, .typeOrganic.open .typeOrganic__modal, .boxOrganic__icons, .boxOrganic__title, .boxStarts__icons, .boxStarts__title, .buttonAnalysis, .boxLast__meaning, .boxLast__item, .boxLast, .boxParameters__button, .boxCorrection__bottom, .listFertilizers__round, .listFertilizers__li, .listNorm__li, .applicationRate__bottom, .applicationRate__top, .boxScale__testimony, .boxScale__item, .listEstimation__li, .filterResults__center, .filterResults__item, .filterResults__top, .checkRecommendations .check-radio,
.checkResults .check-radio, .listRecommendations,
.listResults, .boxResults__name, .expYear__bottom,
.expLocality__bottom, .expYear.open .expYear__modal,
.expYear.open .expLocality__modal,
.expLocality.open .expYear__modal,
.expLocality.open .expLocality__modal, .expYear,
.expLocality, .boxExport__download, .boxExport__bottom, .mapSwitch, .check .check-title, .check label, .boxYear__bottom,
.boxFields__bottom,
.boxLocality__bottom, .boxYear.open .boxLocality__modal,
.boxYear.open .boxFields__modal,
.boxYear.open .boxYear__modal,
.boxFields.open .boxLocality__modal,
.boxFields.open .boxFields__modal,
.boxFields.open .boxYear__modal,
.boxLocality.open .boxLocality__modal,
.boxLocality.open .boxFields__modal,
.boxLocality.open .boxYear__modal, .boxYear,
.boxFields,
.boxLocality, .menu__icons, .menu__button, .leftColumn__top, .boxSoil__meaning, .boxSoil__line, .boxSoil__top, .listCampo__li, .polygonModal__title, .gm-style button.gm-ui-hover-effect, .boxLogin__exit, .buttonInfo, .boxLogo, .header__right, .header, .tabsContent__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex, .boxNorm__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.f_wrap, .footerMenu ul, .threeInput, .filterResults__center, .filterResults__top, .listRecommendations,
.listResults {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_none, .boxCulture__right, .boxNorm__item, .boxOrganic__icons, .boxStarts__icons, .buttonAnalysis svg, .boxLast__item, .boxParameters__button svg, .expYear__buttonAll, .expYear__title,
.expLocality__title, .check .check-title svg, .boxYear__title,
.boxFields__title,
.boxLocality__title, .menu__icons, .polygonModal__icons, .buttonInfo, .boxLogo img, .header__right, .header__left, .header, .tabsContent__title i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.a-i_start, .filterResults__center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-i_center, .checkLogin label, .formLogin, .footer, .boxCulture__button, .boxCulture__right, .numberFields__bottom, .numberFields__button, .checkConsider label, .boxNorm__item, .boxNorm, .typeOrganic__button, .boxOrganic__icons, .boxOrganic__title, .boxStarts__icons, .boxStarts__title, .buttonAnalysis, .boxLast__meaning, .boxLast, .boxParameters__button, .listFertilizers__round, .listFertilizers__li, .listNorm__li, .applicationRate__top, .listEstimation__li, .filterResults__item, .filterResults__top, .checkRecommendations .check-radio,
.checkResults .check-radio, .boxResults__name, .expYear__bottom,
.expLocality__bottom, .expYear,
.expLocality, .boxExport__download, .boxExport__bottom, .mapSwitch, .check .check-title, .check label, .boxYear__bottom,
.boxFields__bottom,
.boxLocality__bottom, .boxYear,
.boxFields,
.boxLocality, .menu__icons, .menu__button, .leftColumn__top, .boxSoil__top, .listCampo__li, .polygonModal__title, .gm-style button.gm-ui-hover-effect, .boxLogin__exit, .buttonInfo, .boxLogo, .header__right, .header, .tabsContent__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-i_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.j-c_start, .menu__button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.j-c_center, .formLogin, .boxOrganic__icons, .boxStarts__icons, .buttonAnalysis, .boxParameters__button, .listFertilizers__round, .checkRecommendations .check-radio,
.checkResults .check-radio, .boxResults__name, .boxExport__download, .menu__icons, .gm-style button.gm-ui-hover-effect, .boxLogin__exit, .buttonInfo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.j-c_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.j-c_end, .header__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j-c_between, .footer, .boxCulture__modal, .boxCulture__item, .numberFields__bottom, .numberFields__modal, .boxNorm, .typeOrganic__modal, .boxLast, .boxCorrection__bottom, .listFertilizers__li, .listNorm__li, .applicationRate__bottom, .applicationRate__top, .boxScale__testimony, .listEstimation__li, .expYear__bottom,
.expLocality__bottom, .expYear__modal,
.expLocality__modal, .boxExport__bottom, .mapSwitch, .check label, .boxYear__bottom,
.boxFields__bottom,
.boxLocality__bottom, .boxYear__modal,
.boxFields__modal,
.boxLocality__modal, .leftColumn__top, .boxSoil__meaning, .boxSoil__top, .listCampo__li, .header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-d_column, .boxCulture__modal, .numberFields__modal, .typeOrganic__modal, .expYear__modal,
.expLocality__modal, .boxYear__modal,
.boxFields__modal,
.boxLocality__modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-responsive {
  overflow-x: auto;
  margin-bottom: 13px;
}

.table-responsive table {
  padding-bottom: 10px;
  margin: 0 !important;
}

.img-center, .polygonModal__icons, .tabsContent__title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.img-center img, .polygonModal__icons img, .tabsContent__title i img,
.img-center svg,
.polygonModal__icons svg,
.tabsContent__title i svg {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-align-self: center;
  margin: 0 auto;
}

.img-position {
  display: block;
  position: relative;
  font-size: 0;
}
.img-position img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

picture {
  display: block;
  font-size: 0;
}

p {
  font-size: 16px;
  line-height: 1.3;
}

sup,
sub {
  font-size: 60%;
}

/*
sub {
	position: relative;
	bottom: -3px;
}
*/
body.innerPage {
  background: #182a10;
}
body.innerPage .header {
  padding: 0 32px;
}
@media (max-width: 768px) {
  body.innerPage .header {
    padding: 0 15px;
  }
  body.innerPage .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 15px;
    text-align: center;
  }
  body.innerPage .footerMenu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.innerPage .copyright {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.innerPage .footerMenu li {
    margin: 0 8px 6px 8px;
  }
}

.fondMain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/fond-main.svg) repeat;
}

@media (min-width: 1280px) {
  .collapseColumnLeft .leftColumn {
    width: 46px;
  }
  .collapseColumnLeft .leftColumn__title,
  .collapseColumnLeft .leftColumn__item--1 {
    display: none;
  }
  .collapseColumnLeft .leftColumn__collapse {
    margin: 0 auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .collapseColumnLeft .menu__button {
    padding: 12px 0;
  }
  .collapseColumnLeft .menu__button span {
    display: none;
  }
  .collapseColumnLeft .menu__button:after {
    display: none;
  }
  .collapseColumnLeft .menu__icons {
    margin: 0 auto;
  }
  .collapseColumnLeft .menu li.active .menu__button {
    border-left: 0;
    border-right: 3px solid var(--colors-green, #3d8c2a);
  }
  .collapseColumnRight .rightColumn {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 1px;
  }
}
@media (max-width: 1279px) {
  .collapseColumnLeft .leftColumn {
    width: 268px;
  }
  .collapseColumnLeft .leftColumn__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collapseColumnLeft .leftColumn__item--1 {
    display: block;
  }
  .collapseColumnLeft .leftColumn__collapse {
    margin: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .collapseColumnLeft .menu__button {
    padding: 12px 25px 12px 13px;
  }
  .collapseColumnLeft .menu__button span {
    display: block;
  }
  .collapseColumnLeft .menu__button:after {
    display: block;
  }
  .collapseColumnLeft .menu__icons {
    margin: 0 13px 0 0;
  }
  .collapseColumnLeft .menu li.active .menu__button {
    border-left: 3px solid var(--colors-green, #3d8c2a);
    border-right: 0;
  }
  .collapseColumnRight .rightColumn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
  }
}
.tabsContent {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 14px;
  overflow-y: auto;
  scrollbar-width: thin;
  max-height: 100%;
}
.tabsContent.active {
  display: block;
}
.tabsContent__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--colors-main, #1a2010);
}
.tabsContent__title i {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: var(--colors-bgLight, #eef5e8);
  border-radius: 8px;
}
.tabsContent__text {
  margin-top: 12px;
  font-size: 11px;
  color: var(--colors-subColor, #9aaa7a);
}
.tabsContent__text p {
  font-size: 11px;
  color: var(--colors-subColor, #9aaa7a);
}

.header {
  height: 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 18px;
  border-bottom: 1px solid var(--colors-border, #d8ddd0);
  position: relative;
  z-index: 50;
}
.header__left {
  width: 250px;
}
.header__center {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.header__right {
  width: 250px;
}
.header__text {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--colors-title, #4a5c35);
  letter-spacing: 0.02em;
}
@media (max-width: 991px) {
  .header__left, .header__right {
    width: auto;
  }
  .header__center {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 15px;
  }
  .header__center {
    display: none;
  }
}

.boxLogo {
  font-size: 0;
  text-decoration: none;
}
.boxLogo img {
  max-width: 34px;
  height: auto;
  margin-right: 9px;
}
.boxLogo__title {
  font-size: 13px;
  font-weight: 800;
  color: var(--colors-green-dark, #2d6a1f);
  letter-spacing: 0.03em;
}
.boxLogo__text {
  font-size: 9px;
  font-weight: 500;
  color: var(--colors-subColor, #9aaa7a);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 2px;
}

.buttonInfo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--colors-border, #d8ddd0);
  background-color: #fff;
  font-size: 12px;
  color: var(--colors-subColor, #9aaa7a);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-left: 15px;
}
.buttonInfo:hover {
  border-color: var(--colors-green, #3d8c2a);
  color: var(--colors-green, #3d8c2a);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.boxLogin {
  position: relative;
}
.boxLogin.open .boxLogin__modal {
  display: block;
}
.boxLogin__name {
  max-width: 120px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: var(--colors-green, #3d8c2a);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.boxLogin__name:hover {
  color: var(--colors-green-dark, #2d6a1f);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.boxLogin__icons {
  display: none;
}
.boxLogin__modal {
  display: none;
  width: 242px;
  position: absolute;
  top: 100%;
  right: -10px;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 12px;
}
.boxLogin__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--colors-title, #4a5c35);
  margin-bottom: 6px;
}
.boxLogin__text a {
  color: var(--colors-main, #1a2010);
  font-weight: normal;
  text-decoration: none;
}
.boxLogin__text a:hover {
  color: var(--colors-green, #3d8c2a);
}
.boxLogin__exit {
  width: 100%;
  height: 31px;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  font-weight: 600;
  color: var(--colors-title, #4a5c35);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  font-size: 12px;
  text-decoration: none;
  margin-top: 15px;
}
.boxLogin__exit:hover {
  color: var(--colors-white, #ffffff);
  background-color: var(--colors-green, #3d8c2a);
}
@media (max-width: 768px) {
  .boxLogin__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    max-width: auto;
    width: 28px;
    height: 28px;
  }
  .boxLogin__icons {
    display: block;
  }
  .boxLogin__icons use {
    fill: var(--colors-subColor, #9aaa7a);
  }
}

.boxMap {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
  z-index: 1;
}
.boxMap iframe {
  width: 100% !important;
  height: 100% !important;
}

.gm-style .gm-style-iw-c {
	min-width: 150px !important;
	max-width: 290px !important;
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid #c8dab8;
	border-radius: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 16px !important;
	-webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
	max-height: none !important;
	overflow: visible !important;
}
.gm-style-iw-ch {
    padding-top: 0 !important;
}

.gm-style-iw-d {
    overflow: visible !important;
    max-height: 100% !important;
}

.gm-style-iw-d table {
	margin-top: 30px;
}

.gm-style button.gm-ui-hover-effect {
  position: absolute !important;
  top: 15px !important;
  right: 16px !important;
  font-family: var(--font-family, "Inter") !important;
    width: 22px !important;
    height: 22px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: 1px solid #d8ddd0 !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  color: #9aaa7a !important;
  text-transform: uppercase !important;
}

.gm-style button.gm-ui-hover-effect span {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #9aaa7a !important;
}

.gm-style button.gm-ui-hover-effect:hover {
  background-color: #fee !important;
  border-color: #f87171 !important;
  color: #f87171 !important;
}
.gm-style button.gm-ui-hover-effect:hover span {
    background-color: #f87171 !important;
}

.polygonModal {
  font-family: var(--font-family, "Inter");
}
.polygonModal__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
  color: var(--colors-main, #1a2010);
}
.polygonModal__icons {
  width: 28px;
  height: 28px;
  background: var(--colors-bgLight, #eef5e8);
  border-radius: 7px;
  margin-right: 8px;
}
.polygonModal__icons use {
  stroke: var(--colors-green, #3d8c2a);
}

.listCampo {
  margin-top: 10px;
}
.listCampo__li {
  padding: 3px 0;
  border-bottom: 1px solid #f4f5f0;
}
.listCampo__title {
  font-size: 12px;
  color: var(--colors-title, #4a5c35);
  line-height: 1.25;
}
.listCampo__text {
  font-size: 12px;
  font-weight: 600;
  color: var(--colors-main, #1a2010);
  line-height: 1.25;
  margin-left: 10px;
}

.boxSoil {
  margin-top: 9px;
  border-top: 1px solid var(--colors-border, #d8ddd0);
  padding-top: 9px;
}
.boxSoil__title {
  font-size: 10px;
  font-weight: 700;
  color: var(--colors-subColor, #9aaa7a);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.25;
  position: relative;
  top: 1px;
}
.boxSoil__name {
  font-size: 12px;
  font-weight: 700;
  color: var(--colors-green, #3d8c2a);
  margin-left: 10px;
  line-height: 1.25;
}
.boxSoil__line {
  position: relative;
  gap: 2px;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 6px;
}
.boxSoil__line span {
  height: 100%;
}
.boxSoil__meaning {
  font-size: 10px;
  color: var(--colors-subColor, #9aaa7a);
  margin-top: 5px;
}
.boxSoil__meaning span {
  line-height: 1.25;
}

.leftColumn {
  width: 268px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  border-right: 1px solid var(--colors-border, #d8ddd0);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.06);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.06);
}
.leftColumn__item--1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 10px;
  border-bottom: 1px solid var(--colors-border, #d8ddd0);
  background-color: #f8f9f5;
}
.leftColumn__top {
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 11px;
  border-bottom: 1px solid var(--colors-border, #d8ddd0);
  background-color: #f0f2eb;
}
.leftColumn__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--colors-title, #4a5c35);
  margin-top: 2px;
}
.leftColumn__collapse {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid var(--colors-border, #d8ddd0);
  background-color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1px;
}
.leftColumn__collapse use {
  stroke: var(--colors-subColor, #9aaa7a);
  stroke-width: 1.85px;
}
.leftColumn__collapse:hover {
  background-color: var(--colors-green, #3d8c2a);
  border-color: var(--colors-green, #3d8c2a);
}
.leftColumn__collapse:hover use {
  stroke: #fff;
}
@media (max-width: 1279px) {
  .leftColumn {
    width: 46px;
  }
  .leftColumn__title, .leftColumn__item--1 {
    display: none;
  }
  .leftColumn__collapse {
    margin: 0 auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.menu li.active .menu__button {
  background: var(--colors-bgLight, #eef5e8);
  border-left: 3px solid var(--colors-green, #3d8c2a);
}
.menu__button {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid var(--colors-border, #d8ddd0);
  padding: 12px 25px 12px 13px;
  background-color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--colors-main, #1a2010);
  line-height: 1.3;
  position: relative;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.menu__button span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.menu__button:hover {
  background-color: #f4f5f0;
}
.menu__button:after {
  display: block;
  content: "›";
  position: absolute;
  top: 50%;
  right: 10px;
  color: #b0bca0;
  font-size: 13px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
}
.menu__icons {
  width: 28px;
  height: 28px;
  background-color: var(--colors-bgLight, #eef5e8);
  text-align: center;
  border-radius: 7px;
  font-size: 13px;
  margin-right: 10px;
  font-style: normal;
}
@media (max-width: 1279px) {
  .menu__button {
    padding: 12px 0;
  }
  .menu__button span {
    display: none;
  }
  .menu__button:after {
    display: none;
  }
  .menu__icons {
    margin: 0 auto;
  }
  .menu li.active .menu__button {
    border-left: 0;
    border-right: 3px solid var(--colors-green, #3d8c2a);
  }
}

.boxYear,
.boxFields,
.boxLocality {
  margin-bottom: 6px;
  position: relative;
}
.boxYear__title,
.boxFields__title,
.boxLocality__title {
  font-size: 11px;
  color: var(--colors-subColor, #9aaa7a);
  width: 51px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  position: relative;
  top: 1px;
}
.boxYear__button,
.boxFields__button,
.boxLocality__button {
  display: block;
  width: calc(100% - 51px);
  background-color: var(--colors-green, #3d8c2a);
  color: var(--colors-white, #ffffff);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 20px 4px 9px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.25;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  position: relative;
}
.boxYear__button span,
.boxFields__button span,
.boxLocality__button span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.boxYear__button:hover,
.boxFields__button:hover,
.boxLocality__button:hover {
  background: var(--colors-green-dark, #2d6a1f);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxYear__arrows,
.boxFields__arrows,
.boxLocality__arrows {
  position: absolute;
  top: 8px;
  right: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.boxYear__arrows use,
.boxFields__arrows use,
.boxLocality__arrows use {
  stroke: var(--colors-white, #ffffff);
  stroke-width: 2px;
}
.boxYear__modal,
.boxFields__modal,
.boxLocality__modal {
  display: none;
  width: 310px;
  position: absolute;
  left: 50px;
  top: 100%;
  z-index: 2;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.boxYear__top,
.boxFields__top,
.boxLocality__top {
  border-bottom: 1px solid var(--colors-border, #d8ddd0);
}
.boxYear__scroll,
.boxFields__scroll,
.boxLocality__scroll {
  max-height: 210px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.boxYear__bottom,
.boxFields__bottom,
.boxLocality__bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 12px;
  border-top: 1px solid var(--colors-border, #d8ddd0);
}
.boxYear__remove, .boxYear__confirm,
.boxFields__remove,
.boxFields__confirm,
.boxLocality__remove,
.boxLocality__confirm {
  display: block;
  height: 31px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  font-size: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.boxYear__remove,
.boxFields__remove,
.boxLocality__remove {
  width: calc(40% - 4px);
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  font-weight: 600;
  color: var(--colors-title, #4a5c35);
}
.boxYear__remove:hover,
.boxFields__remove:hover,
.boxLocality__remove:hover {
  color: var(--colors-white, #ffffff);
  background-color: var(--colors-green, #3d8c2a);
}
.boxYear__confirm,
.boxFields__confirm,
.boxLocality__confirm {
  width: calc(60% - 4px);
  font-weight: 700;
  color: var(--colors-white, #ffffff);
  background-color: var(--colors-green, #3d8c2a);
}
.boxYear__confirm:hover,
.boxFields__confirm:hover,
.boxLocality__confirm:hover {
  background-color: var(--colors-green-dark, #2d6a1f);
}
@media (max-width: 479px) {
  .boxYear__modal,
  .boxFields__modal,
  .boxLocality__modal {
    width: 252px;
  }
}

.boxYear__scroll {
  border-radius: 10px;
}
.boxYear__modal {
  width: 148px;
}
.boxYear .check .check-radio {
  display: none;
}
.boxYear .check label {
  padding: 9px 13px;
}

.check {
  border-bottom: 1px solid #f4f5f0;
}
.check:last-child {
  border-bottom: 0;
}
.check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.check input:checked + .check-radio {
  background-color: var(--colors-green, #3d8c2a) !important;
  border-color: var(--colors-green, #3d8c2a) !important;
}
.check input:checked + .check-radio:before {
  opacity: 1;
  visibility: visible;
}
.check input:checked + .check-radio + .check-title:before {
  opacity: 1;
  visibility: visible;
}
.check input:checked + .check-radio + .check-title use {
  stroke: var(--colors-green, #3d8c2a);
}
.check label {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 38px 9px 13px;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  position: relative;
}
.check label:hover .check-title:before {
  opacity: 1;
  visibility: visible;
}
.check .check-text {
  font-size: 11px;
  line-height: 1.3;
  color: var(--colors-subColor, #9aaa7a);
  white-space: nowrap;
  margin-left: 10px;
}
.check .check-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--colors-main, #1a2010);
}
.check .check-title:before {
  opacity: 0;
  visibility: hidden;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colors-bgLight, #eef5e8);
  z-index: -1;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.check .check-title svg {
  margin-right: 10px;
}
.check .check-title use {
  stroke: #9aaa7a;
}
.check .check-radio {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 13px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid var(--colors-border, #d8ddd0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.check .check-radio:before {
  opacity: 1;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 12px;
  height: 12px;
  background: url(../images/icons-check.svg) no-repeat;
}
@media (max-width: 479px) {
  .check label {
    padding-left: 8px;
  }
  .check .check-title svg {
    margin-right: 6px;
  }
}

.smallSearch {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.smallSearch__input {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 35px;
  background-color: #fff;
  font-size: 13px !important;
  color: var(--colors-main, #1a2010);
}
.smallSearch__button {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  font-size: 0;
  background-color: transparent;
}
.smallSearch__button use {
  stroke: #757575;
  stroke-width: 2px;
}

.mapSwitch {
  background-color: #f0f2eb;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 6px;
}
.mapSwitch__item {
  position: relative;
  width: 50%;
}
.mapSwitch__button {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 11px;
  font-weight: 600;
  color: var(--colors-subColor, #9aaa7a);
  background-color: transparent;
  text-align: center;
}
.mapSwitch__button.active {
  background-color: var(--colors-green, #3d8c2a);
  color: var(--colors-white, #ffffff);
  border-radius: 5px;
}

.rightColumn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 365px;
  background-color: #fff;
  border-left: 1px solid var(--colors-border, #d8ddd0);
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.06);
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.rightColumn__collapse {
  display: block;
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -24px;
  width: 18px;
  height: 48px;
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 6px 0 0 6px;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  font-size: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1px;
}
.rightColumn__collapse use {
  stroke: var(--colors-subColor, #9aaa7a);
  stroke-width: 2px;
}
.rightColumn__collapse:hover {
  background-color: var(--colors-bgLight, #eef5e8);
}
.rightColumn__collapse:hover use {
  stroke: var(--colors-green, #3d8c2a);
}
@media (max-width: 1279px) {
  .rightColumn {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 1px;
  }
}
@media (max-width: 411px) {
  .rightColumn {
    width: calc(100vw - 47px);
  }
}

.boxExport__top {
  margin-top: 12px;
}
.boxExport__scroll {
  max-height: 260px;
  scrollbar-width: thin;
  overflow-y: auto;
  margin-top: 12px;
}
.boxExport__bottom {
  margin-top: 12px;
}
.boxExport__choose, .boxExport__download {
  height: 31px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.boxExport__choose {
  width: calc(40% - 4px);
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  font-weight: 600;
  color: var(--colors-title, #4a5c35);
}
.boxExport__choose:hover {
  color: var(--colors-white, #ffffff);
  background-color: var(--colors-green, #3d8c2a);
}
.boxExport__download {
  width: calc(60% - 4px);
  font-weight: 700;
  color: var(--colors-white, #ffffff);
  background-color: var(--colors-green, #3d8c2a);
}
.boxExport__download:hover {
  background-color: var(--colors-green-dark, #2d6a1f);
}
.boxExport__download svg {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.boxExport__download use {
  stroke: var(--colors-white, #ffffff);
  stroke-width: 2.2px;
}

.checkExport {
  margin-bottom: 5px;
}
.checkExport:last-child {
  margin-bottom: 0;
}
.checkExport input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkExport input:checked + .checkExport__item {
  border-color: var(--colors-green, #3d8c2a);
  background-color: var(--colors-bgLight, #eef5e8);
}
.checkExport input:checked + .checkExport__item .check-radio {
  background-color: var(--colors-green, #3d8c2a) !important;
  border-color: var(--colors-green, #3d8c2a) !important;
}
.checkExport input:checked + .checkExport__item .check-radio:before {
  opacity: 1;
  visibility: visible;
}
.checkExport label {
  display: block;
  width: 100%;
  cursor: pointer;
}
.checkExport__item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 42px 10px 12px;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 8px;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.checkExport__item:hover {
  border-color: var(--colors-green, #3d8c2a);
  background-color: var(--colors-bgLight, #eef5e8);
}
.checkExport .check-text {
  display: block;
  font-size: 11px;
  line-height: 1.26;
  color: var(--colors-subColor, #9aaa7a);
}
.checkExport .check-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.26;
  color: var(--colors-main, #1a2010);
}
.checkExport .check-radio {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 13px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid var(--colors-border, #d8ddd0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.checkExport .check-radio:before {
  opacity: 1;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url(../images/icons-check.svg) no-repeat;
  background-size: 14px 14px;
}

.expYear,
.expLocality {
  position: relative;
  margin-bottom: 7px;
}
.expYear__title,
.expLocality__title {
  width: 61px;
  font-size: 12px;
  color: var(--colors-title, #4a5c35);
  font-weight: 600;
  position: relative;
  top: 1px;
}
.expYear__button,
.expLocality__button {
  display: block;
  width: 200px;
  background-color: var(--colors-green, #3d8c2a);
  color: var(--colors-white, #ffffff);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 20px 4px 9px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.25;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  position: relative;
}
.expYear__button span,
.expLocality__button span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.expYear__button:hover,
.expLocality__button:hover {
  background: var(--colors-green-dark, #2d6a1f);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.expYear__arrows,
.expLocality__arrows {
  position: absolute;
  top: 8px;
  right: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.expYear__arrows use,
.expLocality__arrows use {
  stroke: var(--colors-white, #ffffff);
  stroke-width: 2px;
}
.expYear__modal,
.expLocality__modal {
  display: none;
  width: 275px;
  position: absolute;
  left: 61px;
  top: 100%;
  z-index: 2;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.expYear__top,
.expLocality__top {
  border-bottom: 1px solid var(--colors-border, #d8ddd0);
}
.expYear__scroll,
.expLocality__scroll {
  max-height: 210px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.expYear__bottom,
.expLocality__bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 12px;
  border-top: 1px solid var(--colors-border, #d8ddd0);
}
.expYear__remove, .expYear__confirm,
.expLocality__remove,
.expLocality__confirm {
  display: block;
  height: 31px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  font-size: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.expYear__remove,
.expLocality__remove {
  width: calc(40% - 4px);
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  font-weight: 600;
  color: var(--colors-title, #4a5c35);
}
.expYear__remove:hover,
.expLocality__remove:hover {
  color: var(--colors-white, #ffffff);
  background-color: var(--colors-green, #3d8c2a);
}
.expYear__confirm,
.expLocality__confirm {
  width: calc(60% - 4px);
  font-weight: 700;
  color: var(--colors-white, #ffffff);
  background-color: var(--colors-green, #3d8c2a);
}
.expYear__confirm:hover,
.expLocality__confirm:hover {
  background-color: var(--colors-green-dark, #2d6a1f);
}

@media (max-width: 479px) {
  .expLocality__modal {
    left: 0;
    right: 0;
    width: auto;
  }
}

.expYear__title {
  width: 29px;
}
.expYear__button {
  width: 100%;
}
.expYear__scroll {
  border-radius: 10px;
}
.expYear__modal {
  left: 29px;
  width: 148px;
}
.expYear .check .check-radio {
  display: none;
}
.expYear .check label {
  padding: 9px 13px;
}
.expYear__buttonAll {
  display: block;
  padding: 4px 10px;
  background-color: #ffffff;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--colors-title, #4a5c35);
  -webkit-transition: 0.3s border-color ease, 0.3s color ease;
  transition: 0.3s border-color ease, 0.3s color ease;
  margin-left: 7px;
}
.expYear__buttonAll:hover {
  border-color: var(--colors-green, #3d8c2a);
  color: var(--colors-green, #3d8c2a);
}
.expYear__buttonAll.active {
  font-size: 0;
  background: rgb(238, 245, 232);
}
.expYear__buttonAll.active:after {
  display: block;
  content: attr(data-text);
  font-size: 11px;
}

.boxResults__text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--colors-subColor, #9aaa7a);
  margin: 12px 0 5px 0;
}
.boxResults__item {
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 6px;
}
.boxResults__name {
  min-height: 30px;
  text-align: center;
  color: var(--colors-white, #ffffff);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.boxResults__info {
  text-align: center;
  padding: 22px;
  color: var(--colors-subColor, #9aaa7a);
  font-size: 12px;
  font-style: italic;
  background-color: #f8f9f5;
  border-radius: 9px;
  border: 1px dashed var(--colors-border, #d8ddd0);
  margin-top: 6px;
}

.listRecommendations,
.listResults {
  margin: 0 -3px;
}
.listRecommendations__li,
.listResults__li {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3px 6px 3px;
}

.checkRecommendations input,
.checkResults input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkRecommendations input:checked + .check-radio,
.checkResults input:checked + .check-radio {
  background-color: var(--colors-green, #3d8c2a);
  border-color: var(--colors-green, #3d8c2a);
  color: var(--colors-white, #ffffff);
}
.checkRecommendations label,
.checkResults label {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.checkRecommendations .check-radio,
.checkResults .check-radio {
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid var(--colors-border, #d8ddd0);
  padding: 3px;
  text-align: center;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 600;
  color: var(--colors-title, #4a5c35);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.checkRecommendations .check-radio:hover,
.checkResults .check-radio:hover {
  background-color: var(--colors-bgLight, #eef5e8);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.tableResults {
  width: 100%;
}
.tableResults th {
  vertical-align: middle;
  border-bottom: 1px solid var(--bd);
  background: #f8f9f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--colors-subColor, #9aaa7a);
  line-height: 1.17;
}
.tableResults td {
  vertical-align: middle;
  padding: 6px 8px 5px 8px;
  border-bottom: 1px solid #f4f5f0;
  text-align: center;
  font-size: 12px;
  color: var(--colors-title, #4a5c35);
  line-height: 1.17;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  cursor: default;
}
.tableResults__bold {
  font-weight: bold;
}
.tableResults__semibold {
  font-weight: 600;
}
.tableResults__round {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.tableResults tr:hover td {
  background-color: #f8f9f5;
}

.filterResults {
  margin-top: 12px;
  border: 1px solid #c8dab8;
  border-radius: 11px;
  padding: 12px;
  background-color: #fafbf7;
}
.filterResults__title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--colors-subColor, #9aaa7a);
  margin-bottom: 8px;
}
.filterResults__item {
  margin-right: 6px;
}
.filterResults__text {
  font-size: 11px;
  font-weight: 600;
  color: var(--colors-subColor, #9aaa7a);
  margin-right: 6px;
}
.filterResults__input {
  display: block;
  width: 64px;
  height: 30px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 7px;
  padding: 0 7px 1px 7px;
  font-size: 13px !important;
  font-weight: 600;
  color: var(--colors-main, #1a2010);
  background-color: #fff;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}
.filterResults__button {
  display: block;
  width: 65px;
  height: 30px;
  background-color: var(--colors-green, #3d8c2a);
  color: var(--colors-white, #ffffff);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.filterResults__button:hover {
  background: var(--colors-green-dark, #2d6a1f);
}
.filterResults__bottom {
  margin-top: 8px;
}
@media (max-width: 359px) {
  .filterResults__item {
    margin-right: 3px;
  }
  .filterResults__text {
    margin-right: 3px;
  }
  .filterResults__input {
    width: 60px;
  }
  .filterResults__button {
    width: 54px;
  }
}

.checkFilter {
  margin: 8px 5px 0 0;
}
.checkFilter:last-child {
  margin-right: 0;
}
.checkFilter input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkFilter input:checked + .check-radio {
  background-color: #dff0d4;
}
.checkFilter label {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.checkFilter .check-radio {
  display: block;
  padding: 4px 9px;
  background-color: var(--colors-bgLight, #eef5e8);
  border: 1px solid #c8dab8;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: var(--colors-green, #3d8c2a);
  line-height: 1.1;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.checkFilter .check-radio:hover {
  background-color: #dff0d4;
}

.listEstimation__li {
  margin-top: 5px;
  padding: 6px 9px;
  border-radius: 7px;
  border: 1px solid #d8ddd0;
}
.listEstimation__li.listEstimation__total {
  background: var(--colors-bgLight, #eef5e8);
  border-color: #c8dab8;
  margin-top: 6px;
}
.listEstimation__li.listEstimation__total .listEstimation__text {
  font-size: 14px;
}
.listEstimation__title {
  font-size: 12px;
  font-weight: 600;
  color: var(--colors-main, #1a2010);
  line-height: 1.1;
}
.listEstimation__text {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: var(--colors-green, #3d8c2a);
  line-height: 1.1;
}

.boxScale {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.boxScale__item {
  border-radius: 5px;
  overflow: hidden;
}
.boxScale span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 18px;
}
.boxScale__testimony {
  margin-top: 5px;
}
.boxScale__number {
  font-size: 10px;
  color: var(--colors-subColor, #9aaa7a);
}

.boxRecommendations__text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--colors-subColor, #9aaa7a);
  margin: 12px 0 5px 0;
}

.applicationRate {
  border: 1px solid #c8dab8;
  border-radius: 11px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 6px;
}
.applicationRate__top {
  padding: 9px 13px;
  background-color: var(--colors-green, #3d8c2a);
  color: var(--colors-white, #ffffff);
}
.applicationRate__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--colors-white, #ffffff);
  opacity: 0.85;
}
.applicationRate__value {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--colors-white, #ffffff);
  margin-left: 10px;
}
.applicationRate__bottom {
  border-top: 1px solid #c8dab8;
}
.applicationRate__left, .applicationRate__right {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 13px;
}
.applicationRate__left {
  border-right: 1px solid #c8dab8;
}
.applicationRate__subTitle {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--colors-subColor, #9aaa7a);
}
.applicationRate__sum {
  font-size: 18px;
  font-weight: 800;
  color: var(--colors-main, #1a2010);
  margin-top: 6px;
}
@media (max-width: 479px) {
  .applicationRate__top {
    padding: 9px 10px;
  }
  .applicationRate__left, .applicationRate__right {
    padding: 10px;
  }
}

.listNorm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 13px;
}
.listNorm__li {
  margin-bottom: 4px;
  padding: 2px 0px;
}
.listNorm__li:last-child {
  margin-bottom: 0;
}
.listNorm__title {
  font-size: 11px;
  color: var(--colors-subColor, #9aaa7a);
  font-weight: 500;
}
.listNorm__text {
  font-size: 12px;
  font-weight: 700;
  color: var(--colors-main, #1a2010);
  white-space: nowrap;
  margin-left: 10px;
}
.listNorm__text.green {
  color: var(--colors-green, #3d8c2a);
}
@media (max-width: 479px) {
  .listNorm {
    padding: 8px 10px;
  }
}

.boxFertilizers {
  margin-top: 12px;
}
.boxFertilizers__title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--colors-subColor, #9aaa7a);
  margin-bottom: 6px;
}

.listFertilizers__li {
  cursor: pointer;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 38px 12px 12px;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 9px;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.listFertilizers__li:last-child {
  margin-bottom: 0;
}
.listFertilizers__li:hover {
  border-color: var(--colors-green, #3d8c2a);
  background-color: var(--colors-bgLight, #eef5e8);
}
.listFertilizers__li.listFertilizers__total {
  cursor: default;
  padding-right: 12px;
  background-color: var(--colors-bgLight, #eef5e8);
  border-color: #c8dab8;
}
.listFertilizers__li.listFertilizers__total .listFertilizers__title {
  font-size: 12px;
  color: var(--colors-title, #4a5c35);
}
.listFertilizers__li.listFertilizers__total .listFertilizers__text {
  font-size: 15px;
  font-weight: 700;
  color: var(--colors-green, #3d8c2a);
  top: 0;
}
.listFertilizers__title {
  font-size: 13px;
  font-weight: 600;
  color: var(--colors-main, #1a2010);
}
.listFertilizers__text {
  font-size: 11px;
  color: var(--colors-title, #4a5c35);
  font-weight: 600;
  position: relative;
  top: 1px;
  white-space: nowrap;
  margin-left: 10px;
}
.listFertilizers__round {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--colors-green, #3d8c2a);
  color: var(--colors-white, #ffffff);
  font-size: 11px;
  font-weight: 700;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.boxCorrection {
  margin-top: 12px;
  border: 1px solid #c8dab8;
  border-radius: 11px;
  padding: 12px;
  background-color: #fafbf7;
}
.boxCorrection__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--colors-title, #4a5c35);
}
.boxCorrection__percent {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--colors-green, #3d8c2a);
  margin-top: 10px;
}
.boxCorrection__percent span {
  font-size: 13px;
  color: var(--colors-subColor, #9aaa7a);
  margin-right: 7px;
}
.boxCorrection__bottom {
  margin-top: 10px;
}
.boxCorrection__width {
  width: calc(50% - 3px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 8px;
  padding: 9px 10px;
}
.boxCorrection__subTitle {
  font-size: 9px;
  color: var(--colors-subColor, #9aaa7a);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
.boxCorrection__sum {
  font-size: 14px;
  font-weight: 700;
  color: var(--colors-main, #1a2010);
}
.boxCorrection__sum.green {
  color: var(--colors-green, #3d8c2a);
}
.boxCorrection__button {
  display: block;
  width: 100%;
  height: 33px;
  background-color: var(--colors-green, #3d8c2a);
  color: var(--colors-white, #ffffff);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  margin-top: 10px;
}
.boxCorrection__button:hover {
  background-color: var(--colors-green-dark, #2d6a1f);
}

.rangeSlider {
  position: relative;
  padding-top: 14px;
  margin-top: 6px;
}

.boxParameters__button {
  width: 100%;
  min-height: 39px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 12px;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, var(--colors-green-dark, #2d6a1f)), to(#b8a020));
  background: linear-gradient(90deg, var(--colors-green-dark, #2d6a1f) 60%, #b8a020 100%);
  color: var(--colors-white, #ffffff);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  margin-top: 12px;
  text-align: left;
}
.boxParameters__button svg {
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.boxParameters__button use {
  stroke: var(--colors-white, #ffffff);
  stroke-width: 2.2px;
}
.boxParameters__button:hover {
  opacity: 0.9;
}

.boxLast {
  margin-top: 12px;
  border-top: 1px solid #c8dab8;
  padding-top: 11px;
}
.boxLast__left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
}
.boxLast__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--colors-main, #1a2010);
  line-height: 1.25;
}
.boxLast__text {
  font-size: 11px;
  line-height: 1.25;
  color: var(--colors-subColor, #9aaa7a);
  margin-top: 2px;
}
.boxLast__item {
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid var(--colors-border, #d8ddd0);
  background-color: #fff;
  margin-left: 10px;
}
.boxLast__input {
  display: block;
  width: 50px;
  height: 35px;
  background-color: #fff;
  font-size: 15px !important;
  font-weight: 700;
  color: var(--colors-main, #1a2010);
  text-align: center;
  padding: 0 6px;
}
.boxLast__meaning {
  background: var(--colors-bgLight, #eef5e8);
  padding: 0 9px;
  font-size: 12px;
  font-weight: 600;
  color: var(--colors-green, #3d8c2a);
  white-space: nowrap;
  border-left: 1px solid #c8dab8;
  text-align: center;
}

.buttonAnalysis {
  width: 100%;
  min-height: 35px;
  margin-top: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 12px;
  background-color: #fff;
  border: 1px solid #c8dab8;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  color: var(--colors-green, #3d8c2a);
  -webkit-transition: 0.3s background-color ease, 0.3s border-color ease;
  transition: 0.3s background-color ease, 0.3s border-color ease;
  position: relative;
}
.buttonAnalysis svg {
  margin-right: 7px;
}
.buttonAnalysis__icons-2 {
  display: none;
}
.buttonAnalysis use {
  stroke: var(--colors-green, #3d8c2a);
  stroke-width: 2.2px;
}
.buttonAnalysis:hover {
  background-color: var(--colors-bgLight, #eef5e8);
  border-color: var(--colors-green, #3d8c2a);
}
.buttonAnalysis.active {
  background: rgb(212, 238, 204);
  border-color: rgb(168, 216, 144);
  color: rgb(45, 106, 31);
  font-size: 0;
}
.buttonAnalysis.active .buttonAnalysis__icons-1 {
  display: none;
}
.buttonAnalysis.active .buttonAnalysis__icons-2 {
  display: block;
}
.buttonAnalysis.active:after {
  display: block;
  content: attr(data-text);
  font-size: 12px;
}

.boxStarts {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d4c87a;
  background-color: #fdfcf2;
  border-radius: 11px;
  padding: 12px;
  margin-top: 12px;
}
.boxStarts__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--colors-main, #1a2010);
}
.boxStarts__icons {
  background-color: #f5c518;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 6px;
  margin-right: 7px;
  font-style: normal;
}

.boxOrganic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c8dab8;
  background-color: #fafbf7;
  border-radius: 11px;
  padding: 12px;
  margin-top: 12px;
}
.boxOrganic__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--colors-main, #1a2010);
}
.boxOrganic__icons {
  background-color: var(--colors-bgLight, #eef5e8);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 11px;
  margin-right: 7px;
  font-style: normal;
}

.typeOrganic {
  margin-top: 10px;
}
.typeOrganic__title {
  font-size: 11px;
  color: var(--colors-subColor, #9aaa7a);
  font-weight: 500;
  margin-bottom: 5px;
}
.typeOrganic__item {
  position: relative;
}
.typeOrganic__button {
  cursor: pointer;
  width: 100%;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  padding: 0 40px 0 12px;
  background-color: #fff;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: var(--colors-main, #1a2010);
  line-height: 1.25;
}
.typeOrganic__button span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.typeOrganic__button:after {
  display: block;
  content: "";
  background: url(../images/arrows-1.svg) no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
}
.typeOrganic__button:hover {
  border-color: var(--colors-green, #3d8c2a);
}
.typeOrganic__modal {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.typeOrganic__scroll {
  max-height: 210px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.typeOrganic .check .check-radio {
  display: none;
}
.typeOrganic .check label {
  padding-right: 13px;
}

.threeInput {
  margin: 0 -3px 0;
}
.threeInput__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 10px 3px 0 3px;
}
.threeInput__text {
  font-size: 11px;
  font-weight: 600;
  color: var(--colors-subColor, #9aaa7a);
  margin-bottom: 5px;
}
.threeInput__input {
  display: block;
  width: 100%;
  height: 37px;
  line-height: 35px;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 8px;
  padding: 0 9px;
  font-size: 15px !important;
  font-weight: 700;
  color: var(--colors-main, #1a2010);
  background-color: #fff;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}
.threeInput__input:focus {
  border-color: var(--colors-green, #3d8c2a);
}

.boxNorm {
  margin-top: 10px;
}
.boxNorm__item {
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 8px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c8dab8;
}
.boxNorm__text {
  font-size: 11px;
  color: var(--colors-subColor, #9aaa7a);
  position: relative;
  top: 1px;
}
.boxNorm__title {
  background-color: var(--colors-green, #3d8c2a);
  color: var(--colors-white, #ffffff);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  padding: 6px 10px;
  white-space: nowrap;
}
.boxNorm__input {
  width: 56px;
  height: 25px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4px 0 8px;
  font-size: 13px !important;
  font-weight: 700;
  text-align: center;
  color: var(--colors-main, #1a2010);
}
.boxNorm__meaning {
  font-size: 12px;
  font-weight: 600;
  color: var(--colors-title, #4a5c35);
  white-space: nowrap;
}
@media (max-width: 374px) {
  .boxNorm {
    display: block;
  }
  .boxNorm__item {
    margin: 0 0 4px 0;
  }
}

.checkConsider {
  margin-top: 10px;
}
.checkConsider input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkConsider input:checked + .check-radio {
  background-color: var(--colors-green, #3d8c2a) !important;
  border-color: var(--colors-green, #3d8c2a) !important;
}
.checkConsider input:checked + .check-radio:before {
  opacity: 1;
  visibility: visible;
}
.checkConsider label {
  cursor: pointer;
}
.checkConsider label:hover .check-title:before {
  opacity: 1;
  visibility: visible;
}
.checkConsider .check-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--colors-main, #1a2010);
  line-height: 1.25;
}
.checkConsider .check-radio {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid var(--colors-border, #d8ddd0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-right: 7px;
  position: relative;
}
.checkConsider .check-radio:before {
  opacity: 1;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: url(../images/icons-check.svg) no-repeat;
  background-size: 10px 10px;
}
.checkConsider--2 label {
  background-color: var(--colors-bgLight, #eef5e8);
  border: 1px solid #c8dab8;
  border-radius: 8px;
  padding: 8px 11px;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.checkConsider--2 label:hover {
  background-color: #dff0d4;
}
.checkConsider--2 .check-text i {
  font-style: normal;
}
.checkConsider--2 .check-radio {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border-color: var(--colors-main, #1a2010);
  background-color: var(--colors-white, #ffffff);
}
.checkConsider--2 .check-radio:before {
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
}

.numberFields {
  margin-top: 12px;
  position: relative;
}
.numberFields.open .numberFields__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.numberFields__button {
  cursor: pointer;
  width: 100%;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  padding: 0 40px 0 33px;
  background-color: #fff;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: var(--colors-main, #1a2010);
  line-height: 1.25;
}
.numberFields__button span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.numberFields__button:after {
  display: block;
  content: "";
  background: url(../images/arrows-1.svg) no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
}
.numberFields__button:hover {
  border-color: var(--colors-green, #3d8c2a);
}
.numberFields__icons {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -7px;
}
.numberFields__icons use {
  stroke: var(--colors-green, #3d8c2a);
  stroke-width: 2.2px;
}
.numberFields__modal {
  display: none;
  width: 310px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.numberFields__top {
  border-bottom: 1px solid var(--colors-border, #d8ddd0);
}
.numberFields__scroll {
  max-height: 210px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.numberFields__bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 12px;
  border-top: 1px solid var(--colors-border, #d8ddd0);
}
.numberFields__remove, .numberFields__confirm {
  display: block;
  height: 31px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  font-size: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.numberFields__remove {
  width: calc(40% - 4px);
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  font-weight: 600;
  color: var(--colors-title, #4a5c35);
}
.numberFields__remove:hover {
  color: var(--colors-white, #ffffff);
  background-color: var(--colors-green, #3d8c2a);
}
.numberFields__confirm {
  width: calc(60% - 4px);
  font-weight: 700;
  color: var(--colors-white, #ffffff);
  background-color: var(--colors-green, #3d8c2a);
}
.numberFields__confirm:hover {
  background-color: var(--colors-green-dark, #2d6a1f);
}
@media (max-width: 479px) {
  .numberFields__modal {
    width: 100%;
  }
}

.boxCulture {
  margin-top: 12px;
}
.boxCulture__title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--colors-subColor, #9aaa7a);
  line-height: 1.25;
  margin-bottom: 5px;
}
.boxCulture__text {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.25;
  color: var(--colors-subColor, #9aaa7a);
}
.boxCulture__left {
  width: 100%;
  position: relative;
}
.boxCulture__right {
  margin-left: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  padding: 0 10px;
  background-color: #fff;
}
.boxCulture__input {
  display: block;
  width: 47px;
  height: 37px;
  font-size: 14px !important;
  font-weight: 700;
  color: var(--colors-main, #1a2010);
  background: transparent;
}
.boxCulture__meaning {
  font-size: 12px;
  color: var(--colors-subColor, #9aaa7a);
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  top: 1px;
}
.boxCulture__button {
  cursor: pointer;
  width: 100%;
  height: 39px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  padding: 0 40px 0 12px;
  background-color: #fff;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: var(--colors-main, #1a2010);
  line-height: 1.25;
}
.boxCulture__button span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.boxCulture__button:after {
  display: block;
  content: "";
  background: url(../images/arrows-1.svg) no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
}
.boxCulture__button:hover {
  border-color: var(--colors-green, #3d8c2a);
}
.boxCulture__modal {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.boxCulture__top {
  border-bottom: 1px solid var(--colors-border, #d8ddd0);
}
.boxCulture__scroll {
  max-height: 210px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.boxCulture .check .check-radio {
  display: none;
}
.boxCulture .check label {
  padding-right: 13px;
}
@media (max-width: 374px) {
  .boxCulture__modal {
    width: calc(100vw - 77px);
  }
}

.footer {
  height: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
  border-top: 1px solid var(--colors-border, #d8ddd0);
  background-color: #fff;
}
@media (max-width: 768px) {
  .footer {
    display: none;
  }
}

.copyright {
  font-size: 12px;
  line-height: 1.3;
}

.footerMenu li {
  font-size: 0;
  margin-left: 18px;
}
.footerMenu a {
  font-size: 12px;
  line-height: 1.3;
  color: var(--colors-main, #1a2010);
  text-decoration: none;
}
.footerMenu a:hover {
  color: var(--colors-green, #3d8c2a);
}

.formLogin {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px;
  height: 100%;
  position: relative;
  z-index: 30;
}
.formLogin__bg {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 44px 48px 40px;
  width: 100%;
  max-width: 420px;
  text-align: center;
}
.formLogin__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--colors-subColor, #9aaa7a);
  margin-bottom: 28px;
  text-align: center;
}
.formLogin__button {
  display: block;
  width: 100%;
  height: 45px;
  background: linear-gradient(135deg, var(--colors-green-dark, #2d6a1f) 0%, var(--colors-green, #3d8c2a) 100%);
  color: var(--colors-white, #ffffff);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.1s;
  transition: opacity 0.15s, -webkit-transform 0.1s;
  transition: opacity 0.15s, transform 0.1s;
  transition: opacity 0.15s, transform 0.1s, -webkit-transform 0.1s;
  -webkit-box-shadow: 0 4px 14px rgba(61, 140, 42, 0.35);
  box-shadow: 0 4px 14px rgba(61, 140, 42, 0.35);
}
.formLogin__button:hover {
  opacity: 0.92;
}
.formLogin__back, .formLogin__forgot {
  display: inline-block;
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
  color: var(--colors-subColor, #9aaa7a);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #d8ddd0;
}
.formLogin__back:hover, .formLogin__forgot:hover {
  color: var(--colors-green, #3d8c2a);
}
.formLogin__item {
  margin-bottom: 14px;
  text-align: left;
}
.formLogin__text {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--colors-title, #4a5c35);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.formLogin__input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 16px;
  border: 1px solid var(--colors-green, #3d8c2a);
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 500;
  color: var(--colors-main, #1a2010);
  background-color: #fafbf8;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  background-color: #fff;
}
.formLogin__input:focus {
  border-color: var(--colors-green, #3d8c2a);
  -webkit-box-shadow: 0 0 0 3px rgba(61, 140, 42, 0.12);
  box-shadow: 0 0 0 3px rgba(61, 140, 42, 0.12);
}
@media (max-width: 479px) {
  .formLogin__bg {
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
  }
}

.input-rel {
  position: relative;
}
.input-rel .formLogin__input {
  padding-right: 56px;
}
.input-rel .eye-on {
  display: none;
}
.input-rel.view .eye-on {
  display: block;
}
.input-rel.view .eye-off {
  display: none;
}

.button-eye {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
  z-index: 2;
}
.button-eye svg {
  margin: 0 auto;
}
.button-eye use {
  stroke: var(--colors-subColor, #9aaa7a);
  stroke-width: 2px;
}
.button-eye:hover use {
  stroke: var(--colors-green, #3d8c2a);
}

.checkLogin {
  margin: 18px 0 22px;
  text-align: left;
}
.checkLogin input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkLogin input:checked + .check-radio {
  background-color: var(--colors-green, #3d8c2a);
  -webkit-transition: 0.3s background-colo ease;
  transition: 0.3s background-colo ease;
}
.checkLogin input:checked + .check-radio:before {
  left: 20px;
  -webkit-transition: 0.3s left ease;
  transition: 0.3s left ease;
}
.checkLogin label {
  cursor: pointer;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  position: relative;
}
.checkLogin .check-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--colors-title, #4a5c35);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.25;
}
.checkLogin .check-radio {
  display: block;
  width: 40px;
  height: 22px;
  border-radius: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d4ddc8;
  -webkit-transition: 0.3s background-colo ease;
  transition: 0.3s background-colo ease;
  margin-right: 10px;
}
.checkLogin .check-radio:before {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.3s left ease;
  transition: 0.3s left ease;
}

.boxInformation {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  position: relative;
  z-index: 30;
}
.boxInformation__bg {
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 32px;
  border-radius: 16px;
}
.boxInformation__title {
  line-height: 1.1;
  font-size: 32px;
  color: var(--colors-title, #4a5c35);
}
.boxInformation__description {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .boxInformation__bg {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .boxInformation__title {
    font-size: 24px;
  }
}

.description {
  font-family: var(--font-family, "Inter");
  font-size: 14px;
  line-height: 1.5;
  color: var(--colors-main, #1a2010);
}
.description p {
  font-size: 14px;
  color: var(--colors-main, #1a2010);
  margin-bottom: 16px !important;
}
.description p iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-family: var(--font-family, "Inter") !important;
  color: var(--colors-title, #4a5c35);
  margin: 0 0 10px 0 !important;
  text-align: left;
  font-weight: bold;
  line-height: 1.12;
}
.description h1 {
  font-size: 32px;
}
.description h2 {
  font-size: 28px;
}
.description h3 {
  font-size: 24px;
}
.description h4 {
  font-size: 16px;
}
.description h5 {
  font-size: 16px;
}
.description h6 {
  font-size: 14px;
}
.description a {
  color: var(--colors-green, #3d8c2a);
  text-decoration: underline;
}
.description a:hover {
  text-decoration: none;
}
.description blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid var(--colors-green, #3d8c2a);
  font-size: 14px;
  line-height: 1.92;
  color: var(--colors-main, #1a2010);
  margin: 36px 0;
  padding: 10px 15px;
  text-align: left;
}
.description blockquote p {
  position: relative;
  text-align: left;
  padding: 0;
  margin-bottom: 0 !important;
}
.description ol {
  counter-reset: item;
  margin: 16px 0 16px 10px;
}
.description ol li {
  font-size: 14px;
  line-height: 1.92;
  color: var(--colors-main, #1a2010);
  list-style: inside decimal;
  position: relative;
  padding-left: 19px;
  margin-top: 6px;
}
.description ol li:last-child {
  margin-bottom: 0;
}
.description ol li::marker {
  opacity: 0;
  display: none;
  visibility: hidden;
  font-size: 0;
}
.description ol li:before {
  display: block;
  content: counter(item) ".";
  counter-increment: item;
  font-size: 14px;
  color: var(--colors-main, #1a2010);
  position: absolute;
  left: 0;
  top: 0;
}
.description ol li ol {
  margin-left: 15px;
}
.description ul {
  margin: 16px 0 16px 10px;
  position: relative;
}
.description ul li {
  font-size: 14px;
  line-height: 1.92;
  color: var(--colors-main, #1a2010);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  margin-top: 6px;
}
.description ul li:last-child {
  margin-bottom: 0;
}
.description ul li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--colors-green, #3d8c2a);
  position: absolute;
  top: 10px;
  left: 0px;
}
.description table {
  width: 100%;
  border-collapse: separate;
  margin: 16px 0;
}
.description table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.description table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.description table th {
  font-size: 14px;
  line-height: 1.43;
  color: var(--colors-main, #1a2010);
  text-align: center;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-left: 0;
  padding: 16px 10px;
  font-weight: 600;
}
.description table th:first-child {
  border-left: 1px solid var(--colors-border, #d8ddd0);
  border-radius: 4px 0 0 0;
}
.description table th:last-child {
  border-radius: 0 4px 0 0;
}
.description table td {
  font-size: 14px;
  line-height: 1.43;
  color: var(--colors-main, #1a2010);
  text-align: center;
  border: 1px solid var(--colors-border, #d8ddd0);
  border-top: 0;
  border-left: 0;
  padding: 10px;
}
.description table td:first-child {
  border-left: 1px solid var(--colors-border, #d8ddd0);
}
.description img {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.description > *:first-child {
  margin-top: 0 !important;
}
.description > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .description h1 {
    font-size: 24px;
  }
  .description h2 {
    font-size: 22px;
  }
  .description h3 {
    font-size: 18px;
  }
}
.popup-container {
  pointer-events: none;
  width: auto;
  height: auto;
  z-index: -99999 !important;
  cursor: auto;
  position: absolute;
}
.text-color-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-color-block.text-color-block-2 {
  white-space: nowrap;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  margin-left: -2px;
}
.text-color-block.text-color-block-2 .text-color {
  color: #cc7f0d;
  text-shadow: none;
}
.text-color-block.text-color-block-2 .text-color.text-color_red {
  color: #ff0000;
  text-align: center;
}
.text-color {
  background: #ffffff;
  border-radius: 2px;
}
.map-text_p {
  font-size: 14px;
  line-height: 1.3;
  color: #7a7a7a;
}
.map-text_p span {
  font-weight: 500;
  color: #3e3e3e;
}
.boxResults .box-campo {
	margin-top: 6px;
	border: 1px solid #c8dab8;
    border-radius: 11px;
    padding: 12px;
    background-color: #fafbf7;
}
.boxResults__detail {
	margin-top: 12px;
	border: 1px solid #c8dab8;
    border-radius: 11px;
    overflow: hidden;
}


/** remodal **/
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 1000;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px;
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 22px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 2;
  font-size: 0;
}
@media (max-width: 639px) {
  .remodal-close {
    top: 15px;
    right: 15px;
  }
}

.remodal-close use {
  stroke-width: 2px;
  stroke: var(--colors-main, #1a2010);
}

.remodal-close:hover use {
  stroke: var(--colors-green, #3d8c2a);
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.modalFertilizers {
  max-width: 510px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--colors-border, #d8ddd0);
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 30px 30px 30px;
}
.modalFertilizers__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--colors-title, #4a5c35);
  text-align: center;
}
.modalFertilizers__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 20px;
}
.modalFertilizers__text p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--colors-main, #1a2010);
}
.modalFertilizers__button {
  display: block;
  width: 240px;
  height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid var(--colors-border, #d8ddd0);
  font-weight: 600;
  color: var(--colors-title, #4a5c35);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  box-sizing: border-box;
  padding-bottom: 2px;
  margin: 23px auto 0 auto;
}
.modalFertilizers__button:hover {
  color: var(--colors-white, #ffffff);
  background-color: var(--colors-green, #3d8c2a);
}
@media (max-width: 639px) {
  .modalFertilizers {
    border-radius: 10px;
    padding: 40px 15px 20px 15px;
  }
  .modalFertilizers__title {
    font-size: 20px;
  }
  .modalFertilizers__text {
    font-size: 16px;
    margin-top: 15px;
  }
  .modalFertilizers__text p {
    font-size: 16px;
  }
  .modalFertilizers__button {
    margin-top: 15px;
  }
}

/** END remodal **/
/** Ion.RangeSlider **/
irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  display: block;
  height: 11px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 5px;
  height: 6px;
  background-color: #D8DDD0;
  border-radius: 3px;
}

.irs--flat .irs-bar {
  top: 19px;
  height: 6px;
  background-color: var(--colors-green, #3d8c2a);
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 11px;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid var(--colors-green, #3d8c2a);
  background-color: #fff;
  cursor: pointer;
}

.irs--flat .irs-handle:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background-color: var(--colors-green, #3d8c2a);
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  font-size: 10px;
  color: var(--colors-subColor, #9aaa7a);
  font-weight: 600;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  font-size: 10px;
  color: var(--colors-subColor, #9aaa7a);
  font-weight: 600;
}

/** END Ion.RangeSlider **/