html,
body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  height: 100%;
}
/*html {
	overscroll-behavior: none;
} */
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.img-center img {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -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;
}
a img {
  border: none;
}
path,
path:hover,
use,
use:hover,
a,
a:hover {
  transition: 0.3s ease all;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirLTStd-Roman.otf") format("woff2") .
      url("../fonts/Avenir-Roman.woff") format("woff"),
    url("../fonts/Avenir-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Conv_FrutigerNeueLTW1G-Regular";
  src: url("../fonts/FrutigerNeueLTW1G-Regular/FrutigerNeueLTW1G-Regular.eot");
  src: local("☺"),
    url("../fonts/FrutigerNeueLTW1G-Regular/FrutigerNeueLTW1G-Regular.woff")
      format("woff"),
    url("../fonts/FrutigerNeueLTW1G-Regular/FrutigerNeueLTW1G-Regular.ttf")
      format("truetype"),
    url("../fonts/FrutigerNeueLTW1G-Regular/FrutigerNeueLTW1G-Regular.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.clearfix {
  float: none;
  clear: both;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.wreaper {
  width: 100%;
  position: relative;
  min-height: 100%;
}
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  margin-bottom: 32px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-family: inherit;
}
textarea {
  font-family: inherit;
}
button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}
body {
  background: #efefef;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  /*
	Input на айфоне нормальное отображение
	-webkit-appearance: none;
*/
  /*
Делает шрифт лучше
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;

	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
*/
  /*
возможно исправит отображение шрифта для MACos
-webkit-font-smoothing: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
*/
}
::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

::-webkit-input-placeholder {
  color: #2b312b;
}
::-moz-placeholder {
  color: #2b312b;
}
:-moz-placeholder {
  color: #2b312b;
}
:-ms-input-placeholder {
  color: #2b312b;
}

strong,
b {
  font-weight: 700;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
/* end */

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;
}
.content-container {
  box-sizing: border-box;
  width: 1490px;
  max-width: 100%;
  margin: auto;
  padding: 30px 15px 80px;
}
.content-container-sm {
  box-sizing: border-box;
  width: 630px;
  max-width: 100%;
  margin: auto;
  padding: 30px 15px 80px;
}
.overflow-hidden {
  overflow: hidden;
}
.rel {
  position: relative;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.size-0 {
  display: table;
  font-size: 0;
  width: 100%;
}
.table-responsive {
  width: 100%;
  min-height: 0.01%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.hidden {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.f_none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.a-i_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.j-c_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.j-c_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.j-c_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.j-c_around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.j-c_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-d_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.body-two_fields {
  background: #fbfcff;
}

.modal-swipe {
  display: none;
}
.dropdown-item_button-2.mobail-double_button {
  display: none;
}

header {
  box-sizing: border-box;
  padding: 22px 24px 22px 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header .menu-box {
  display: none;
}
.inner-page header:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(230, 230, 230, 0.5);*/
  background: #f8f8f8;
  /*backdrop-filter: blur(16px);*/
  backdrop-filter: blur(5px);
  z-index: -1;
  /*	border-radius: 0 0 17px 17px;*/
}
.inner-page main {
  width: 100%;
  /*height: 100%;*/
}
.box-map {
  position: fixed;
  left: 0;
  top: 93px;
}
.box-map,
.map {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.map {
  height: 100%;
  position: sticky !important;
  top: 0;
}

sub {
  font-size: 10px;
  position: relative;
  top: 2px;
}
sup {
  font-size: 10px;
  position: relative;
  top: -2px;
  vertical-align: top;
}
.button-field-information {
  display: none;
}
body.home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.home-page header {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 24px 0 0 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.box-logo {
  display: block;
  font-size: 0;
  max-width: 110px;
}
body.home-page main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/*body.home-page footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 24px 10px;
}*/
.box-copyright {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #808080;
  text-align: center;
}
.box-home {
  font-size: 0;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto 0 auto;
  padding-bottom: 2.5%;
  box-sizing: border-box;
}
.box-home_left,
.box-home_right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
}
.box-home_right {
  padding: 31px 0 0 37px;
}
.box-home_thumb {
  text-align: center;
  font-size: 0;
}
.box-home_thumb img {
  mix-blend-mode: multiply;
  -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);
}
.box-home h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.170455px;
  text-transform: uppercase;
  color: #2b312b;
  margin-bottom: 36px;
}
.form-authorization {
}
.form-authorization_item {
  margin-bottom: 24px;
  position: relative;
}
.button-eye {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    z-index: 4;
}
.button-eye path {
	stroke: #6f6d6d;
}
.view .button-eye path {
    stroke: #087a29;
}
.form-authorization_input.pd-48 {
	padding-right: 48px;
}


.form-authorization_input {
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  border-radius: 11px;
  background: transparent;
  font-size: 14px;
  line-height: 52px;
  color: #000;
  padding: 0 22px;
}
.form-authorization_input::-webkit-input-placeholder {
  color: #000;
}
.form-authorization_input::-moz-placeholder {
  color: #000;
}
.form-authorization_input:-moz-placeholder {
  color: #000;
}
.form-authorization_input:-ms-input-placeholder {
  color: #000;
}
.form-authorization_chek {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0;
}
.form-authorization_chek input[type="checkbox"] {
  display: none;
}
.form-authorization_chek label {
  display: block;
  cursor: pointer;
  position: relative;
}
.form-authorization_chek input[type="checkbox"] + label > span:first-child {
  float: left;
  width: 38px;
  height: 20px;
  background: #bab7b7;
  border-radius: 27px;
  position: relative;
  transition: 0.3s ease all;
}
.form-authorization_chek
  input[type="checkbox"]
  + label:hover
  > span:first-child,
.form-authorization_chek
  input[type="checkbox"]:checked
  + label
  > span:first-child {
  background: #398039;
  transition: 0.3s ease all;
}
.form-authorization_chek
  input[type="checkbox"]
  + label
  > span:first-child:before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
  transition: 0.3s ease all;
}
.form-authorization_chek
  input[type="checkbox"]:checked
  + label
  > span:first-child:before {
  left: 22px;
  transition: 0.3s ease all;
}
.form-authorization_chek .check_text {
  display: block;
  margin: 0px 0 0 49px;
  position: relative;
  top: 3px;
  font-family: "Conv_FrutigerNeueLTW1G-Regular";
  font-size: 14px;
  color: #6f6d6d;
  white-space: nowrap;
}
.form-authorization_button {
  display: block;
  width: 241px;
  height: 48px;
  background: #087a29;
  border-radius: 11px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.170455px;
  color: #ffffff;
  transition: 0.3s ease all;
  margin-top: 32px;
}
.form-authorization_button:hover {
  transition: 0.3s ease all;
  background: #065f1f;
}
.forgot-password {
  margin: 66px 0 0 0;
}
.forgot-password a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  text-decoration: underline;
  text-transform: capitalize;
  color: #403e3e;
  font-family: "Conv_FrutigerNeueLTW1G-Regular";
}
.forgot-password a:hover {
  text-decoration: none;
}
.box-logo-2 {
  float: left;
  margin-right: 25px;
}
.box-logo-2 a {
  display: block;
  max-width: 95px;
  font-size: 0;
}
.header-button {
  float: left;
  font-size: 0;
  margin: 7px 0 0 0;
  position: relative;
}
/*.header-button_map {
	display: inline-block;
	vertical-align: top;
	width: 101px;
	height: 34px;
	background: #398039;
	border-radius: 8px;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 10px;
}
.header-button_map:hover {
	transition: 0.3s ease all;
    background: #065F1F;
}*/
.header-button_map {
  margin-right: 10px;
}
.header-button_left {
  display: inline-block;
  vertical-align: top;
}
.header-button_left:hover .box-relief {
  display: block;
}
.box-relief {
  display: none;
  min-width: 101px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  padding-top: 9px;
}
.box-relief_bg {
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px 7px;
}
.box-relief .fields_chek .check_text {
  top: 3px;
  margin-left: 40px;
  font-size: 12px;
}
.header-button_map,
.header-button_satellite {
  display: inline-block;
  vertical-align: top;
  width: 101px;
  height: 34px;
  box-sizing: border-box;
  background: #e7eaee;
  border: 1px solid #a1a1a1;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  color: #566157;
  transition: 0.3s ease all;
}
.header-button_map.active,
.header-button_satellite.active,
.header-button_map:hover,
.header-button_satellite:hover {
  transition: 0.3s ease all;
  background: #398039;
  border-color: #398039;
  color: #ffffff;
}
.header_right {
  float: right;
}
.header_right > div:first-child {
  margin-left: 0;
}
.all-box-login {
  float: left;
  position: relative;
  margin-left: 50px;
}
.box-login {
  height: 47px;
  box-sizing: border-box;
  padding: 0 38px 0 61px;
  background: transparent;
  font-size: 17px;
  color: #3a3d3a;
  line-height: 1;
  transition: 0.3s ease all;
}
.box-login:hover {
  color: #398039;
  transition: 0.3s ease all;
}
.box-login_thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.box-login:after {
  display: block;
  content: "";
  width: 20px;
  height: 14px;
  background: url(../images/icons-menu.svg) no-repeat;
  position: absolute;
  top: 16px;
  right: 0;
}
.all-box-login.active .box-login:after {
  width: 16px;
  height: 16px;
  top: 15px;
  right: 2;
  background: url(../images/icons-close.svg) no-repeat;
}
.box-login_text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 140px;
}
.modal-login {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  margin-top: 12px;
  width: 242px;
  box-sizing: border-box;
  padding: 19px 9px 9px 9px;
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(72, 72, 72, 0.18);
  border-radius: 8px;
}
.modal-login_name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #276a31;
}
.modal-login_item {
  box-sizing: border-box;
  padding: 0 10px;
}
.modal-login_telephone {
  margin-top: 11px;
}
.modal-login_telephone a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 16px;
  color: #3c403c;
  line-height: 1.2;
}
.modal-login_mail a:hover,
.modal-login_telephone a:hover {
  color: #276a31;
}
.modal-login_mail {
  margin-top: 16px;
}
.modal-login_mail a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #3c403c;
}
.modal-login_exit {
  display: block;
  width: 100%;
  height: 38px;
  border: 1px solid #9b9b9b;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  color: #434343;
  margin-top: 24px;
}
.modal-login_exit:hover {
  background: #398039;
  border-color: #398039;
  color: #ffffff;
}
.box-locality,
.box-fields,
.box-year {
  float: left;
  margin-top: 7px;
  margin-left: 53px;
  position: relative;
}
.box-locality_button,
.box-fields_button,
.box-year_button {
  display: block;
  font-size: 0;
  height: auto;
  line-height: 1;
  background: transparent;
  position: relative;
}
.box-locality_button:after,
.box-fields_button:after,
.box-year_button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  border: solid 1px #ffffff;
  border-right: none;
  border-top: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px;
}
.box-locality.active .box-locality_button:after,
.box-fields.active .box-fields_button:after,
.box-year.active .box-year_button:after {
  border: solid 1px #ffffff;
  border-left: none;
  border-bottom: none;
  margin-top: -3px;
}
.box-locality_button p,
.box-fields_button p,
.box-year_button p {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-weight: bold;
  color: #585757;
  margin: 9px 12px 0 0;
}
.box-locality_button span,
.box-fields_button span,
.box-year_button span {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  color: #ffffff;
  font-size: 17px;
  background: #398039;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 8px 30px 8px 13px;
  min-width: 89px;
  text-align: left;
}
.modal-year {
  display: none;
  min-width: 89px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 9px;
  box-sizing: border-box;
  padding: 14px 7px;
}
.modal-locality {
  display: none;
  min-width: 89px;
  position: absolute;
  right: -13px;
  top: 100%;
  z-index: 2;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 9px;
  box-sizing: border-box;
  padding: 14px 7px;

    overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #e4e7ec transparent;
  max-height: 360px;
}
.box-locality_button span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 140px;
}
.fields_chek {
  margin-bottom: 14px;
  position: relative;
}
.fields_chek:last-child {
  margin-bottom: 0;
}
.fields_chek input[type="radio"],
.fields_chek input[type="checkbox"] {
  display: none;
}
.fields_chek label {
  display: block;
  cursor: pointer;
  position: relative;
}
.fields_chek input[type="radio"] + label > span:first-child,
.fields_chek input[type="checkbox"] + label > span:first-child {
  float: left;
  width: 32px;
  height: 17px;
  background: #c4c4c4;
  border-radius: 24px;
  position: relative;
}
.fields_chek input[type="radio"]:checked + label > span:first-child,
.fields_chek input[type="checkbox"]:checked + label > span:first-child {
  background: #398039;
}
.fields_chek input[type="radio"] + label > span:first-child:before,
.fields_chek input[type="checkbox"] + label > span:first-child:before {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.3s ease all;
}
.fields_chek input[type="radio"]:checked + label > span:first-child:before,
.fields_chek input[type="checkbox"]:checked + label > span:first-child:before {
  left: 18px;
  transition: 0.3s ease all;
}
.fields_chek .check_text {
  display: block;
  position: relative;
  top: 2px;
  margin-left: 43px;
  font-size: 15px;
  color: #525151;
}
.fields_chek .fields_chek_check_all {
  background: none;
}
.fields_chek .fields_chek_check_all span:first-child {
  float: left;
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
  background: #d3d3d3;
  border-radius: 50%;
}
.fields_chek .fields_chek_check_all.checked span:first-child {
  background: #398039;
}
.fields_chek
  .fields_chek_check_all.checked
  span:first-child:first-child:before {
  display: block;
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.3s ease all;
}

.modal-locality .fields_chek .check_text {
  white-space: nowrap;
}
.modal-fields {
  display: none;
  min-width: 89px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 9px;
  box-sizing: border-box;
  padding: 14px 10px;

  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #e4e7ec transparent;
  max-height: 360px;
}
.modal-fields::-webkit-scrollbar-track {
  background: transparent;
}
.modal-fields::-webkit-scrollbar-thumb {
  background: rgba(57,128,57,0.5);
}
.modal-fields::-webkit-scrollbar {
  background-color: #e4e7ec;
  width: 5px;
}



.fields_chek.fields_chek-2 input[type="radio"] + label > span:first-child,
.fields_chek.fields_chek-2 input[type="checkbox"] + label > span:first-child {
  width: 17px;
  height: 17px;
  background: #d3d3d3;
  border-radius: 50%;
}
.fields_chek.fields_chek-2
  input[type="radio"]:checked
  + label
  > span:first-child,
.fields_chek.fields_chek-2
  input[type="checkbox"]:checked
  + label
  > span:first-child {
  background: #398039;
}
.fields_chek.fields_chek-2
  input[type="radio"]
  + label
  > span:first-child:before,
.fields_chek.fields_chek-2
  input[type="checkbox"]
  + label
  > span:first-child:before {
  display: none;
  left: 6px;
  top: 6px;
  width: 5px;
  height: 5px;
}
.fields_chek.fields_chek-2
  input[type="radio"]:checked
  + label
  > span:first-child:before,
.fields_chek.fields_chek-2
  input[type="checkbox"]:checked
  + label
  > span:first-child:before {
  display: block;
  left: 6px;
}
.fields_chek.fields_chek-2 .check_text {
  margin-left: 27px;
}
.modal-login .button-education {
  display: none;
}
.button-education {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #398039;
  color: #398039;
  font-size: 16px;
  margin-left: 50px;
  background: transparent;
  margin-top: 10px;
  transition: 0.3s ease all;
}
.button-education:hover {
  border-color: #a1a1a1;
  transition: 0.3s ease all;
}
.menu {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 50;
  transition: 0.3s ease all;
}
.menu.move-right {
  transition: 0.3s ease all;
  left: calc(100% - 303px);
}
.menu.move-right.collapsed-menu .menu-button > span {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu.right.collapsed-menu {
  direction: rtl;
  left: initial;
  right: 20px;
}
.menu.right {
  left: initial;
  right: 20px;
}
.menu > ul {
}
.menu > ul > li {
  margin-bottom: 10px;
  position: relative;
}
/*.menu > ul > li:last-child {
	margin-bottom: 0;
}*/
.menu.collapsed-menu > ul > li[data-menu="map_fields"] .menu-dropdown,
.menu.collapsed-menu
  > ul
  > li[data-menu="map_fields"]
  .menu-dropdown
  .menu-dropdown_margin {
  display: none;
}
.menu-button {
  display: block;
  width: 283px;
  height: 67px;
  background: #ffffff;
  text-align: left;
  box-shadow: 2px 2px 8px rgba(72, 72, 72, 0.12);
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15px;
  color: #524e4e;
  text-transform: uppercase;
  transition: 0.3s ease all;
  position: relative;
  line-height: 1;
  box-sizing: border-box;
  padding: 5px 18px 5px 60px;
}
.menu-button span {
  min-height: 53px;
  line-height: 1.4;
}
.menu-button i {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -17px;
  transition: 0.3s ease all;
}
.collapsed-menu.width-73 .menu-button i {
  left: 20px;
  transition: 0.3s ease all;
}
.menu-button i svg {
  margin: 0 auto;
}
.menu-button i use {
  fill: #26602e;
}
.menu > ul > li.active-menu .menu-button,
.menu-button:hover {
  background: #398039;
  box-shadow: none;
  transition: 0.3s ease all;
  color: #ffffff;
}
.menu > ul > li.active-menu .menu-button i use {
  fill: #ffffff;
}
/*@media screen and (min-width: 1199px) {*/
.menu-button:hover i use {
  fill: #ffffff;
}
/*}*/
.menu-box {
  width: 283px;
  height: 63px;
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(79, 72, 72, 0.18);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 16px 28px 16px 17px;
  transition: 0.3s ease all;
}
.menu-box h3 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  color: #1a1515;
  transition: 0.3s ease all;
  white-space: nowrap;
}
.menu-box_right {
  font-size: 0;
}
.menu-box_button {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  transition: 0.3s ease all;
}
.menu-button_left,
.menu-button_right {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 1;
  font-size: 0;
  background: transparent;
  margin: 0 2px;
}
.menu-button_left use,
.menu-button_right use {
  fill: #398039;
}
.menu-button_left.active,
.menu-button_right.active {
  pointer-events: none;
}
.menu-button_left:hover use,
.menu-button_right:hover use,
.menu-button_left.active use,
.menu-button_right.active use {
  fill: #d7d4d4;
}
.menu-button_right {
  transform: rotate(180deg);
}
.menu-button_points {
  width: 30px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  font-size: 0;
  line-height: 1;
  margin-left: 21px;
}
.menu-button_points use {
  fill: #b9b9b9;
}
.menu-button_points:hover use {
  fill: #398039;
}
.collapsed-menu .menu-box_right {
  text-align: center;
  width: 100%;
}
.collapsed-menu .menu-box h3,
.collapsed-menu .menu-box_button {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
.collapsed-menu .menu-button_left,
.collapsed-menu .menu-button_right {
  width: 0;
  margin: 0;
  transition: 0.3s ease all;
}
header .menu-button_points.collapsed-menu_btn {
  transform: rotate(90deg);
}
.collapsed-menu .menu-button_points {
  display: block;
  margin: 0 auto;
  transform: rotate(90deg);
  width: 50px;
  height: 58px;
}
.collapsed-menu .menu-button > span {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
.collapsed-menu.width-73 .menu-box,
.collapsed-menu.width-73 .menu-button,
.collapsed-menu.width-73 .menu-dropdown {
  width: 74px;
}

.collapsed-menu .menu-box,
.collapsed-menu .menu-button {
  width: 66px;
  padding: 0;
}
.collapsed-menu .menu-button {
  padding: 5px 6px 5px 60px;
  font-size: 0;
}
.menu.collapsed-menu > ul > li:not(.active-menu) .menu-button:hover {
  background: #ffffff;
  box-shadow: 2px 2px 8px rgb(72 72 72 / 12%);
  color: #524e4e;
}
.menu.collapsed-menu > ul > li:not(.active-menu) .menu-button:hover i use {
  fill: #26602e;
}
.menu.collapsed-menu > ul > li.active-menu .menu-button:hover {
  color: #ffffff;
}

@media screen and (min-width: 1281px) {
	.collapsed-menu .menu-button:hover {
	  width: 283px;
	}
	.menu.collapsed-menu > ul > li:not(.active-menu) .menu-button:hover {
  		width: 283px;	
  	}
}

.collapsed-menu .menu-button:hover > span {
  font-size: initial;
  opacity: 1;
  visibility: visible;
}
.menu-dropdown {
  display: none;
  width: 283px;
}
.collapsed-menu .menu-dropdown {
  width: 66px;
}
.menu-dropdown_margin {
  margin-top: -15px;
}
.menu-dropdown_margin > div {
  margin-bottom: 8px;
}
.menu-dropdown_margin > div:last-child {
  margin-bottom: 0;
}
.menu.right.collapsed-menu .menu-dropdown {
  direction: ltr;
  transition: 0.3s ease all;
}
.dropdown-item_1 {
  width: 100%;
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(72, 72, 72, 0.18);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 29px 9px 14px 9px;
}
.collapsed-menu .dropdown-item_1 {
  padding: 27px 3px 12px 6px;
}
.dropdown-item_1.dropdown-item_3 {
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}
.box-results_scroll {
  height: 124px;
  background-color: transparent;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #398039 transparent;
  scrollbar-width: thin;
}
.box-results_scroll::-webkit-scrollbar-track {
  background: transparent;
}
.box-results_scroll::-webkit-scrollbar-thumb {
  background: #398039;
}
.box-results_scroll::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 2px;
}
.box-results_margin {
  margin-left: -5px;
  margin-right: -5px;
}
.collapsed-menu .box-results_margin {
  margin-left: 0;
  margin-right: 0;
}
.box-results {
  box-sizing: border-box;
  padding-right: 11px;
}
.collapsed-menu .box-results {
  padding-right: 5px;
}
.box-results > div {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  box-sizing: border-box;
  padding: 11px 5px 0 5px;
  transition: 0.3s ease all;
}
.collapsed-menu .box-results > div {
  width: 100%;
  padding: 11px 0 0 0;
}
.box-results > div:nth-child(-n + 3) {
  padding-top: 0;
}
.collapsed-menu .box-results > div:nth-child(-n + 3) {
  padding-top: 11px;
}
.collapsed-menu .box-results > div:first-child {
  padding-top: 0;
}
.box-chek {
  position: relative;
}
.box-chek:last-child {
  margin-bottom: 0;
}
.box-chek input[type="radio"],
.box-chek input[type="checkbox"] {
  display: none;
}
.box-chek label {
  display: block;
  cursor: pointer;
  overflow: hidden;
  background: #ececec;
  border-radius: 8px;
}
.box-chek label:not(.color-fond) {
  background: transparent !important;
}
.box-chek input[type="radio"] + label > span,
.box-chek input[type="checkbox"] + label > span {
  width: 100%;
  height: 34px;
  background: #ececec;
  text-align: center;
  font-size: 12px;
  text-align: center;
  color: #2d2c2c;
}
.collapsed-menu.width-73 .box-chek input[type="radio"] + label > span,
.collapsed-menu.width-73 .box-chek input[type="checkbox"] + label > span {
  font-size: 11px;
}
.box-chek input[type="radio"]:checked + label > span,
.box-chek input[type="checkbox"]:checked + label > span {
  background: #5a4d8c;
}
.box-chek input[type="radio"]:checked + label span,
.box-chek input[type="checkbox"]:checked + label span {
  color: #ffffff;
}
.dropdown-item_button {
  display: block;
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #9b9b9b;
  border-radius: 8px;
  font-size: 13px;
  color: #434343;
  background: #ffffff;
  transition: 0.3s ease all;
  margin-top: 15px;
}
.dropdown-item_button:hover {
  border-color: #398039;
  background: #398039;
  color: #ffffff;
  transition: 0.3s ease all;
}
.collapsed-menu .dropdown-item_button {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
}
.dropdown-item_2 {
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(72, 72, 72, 0.18);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 18px 12px 14px 12px;
}
.dropdown-item_button-2 {
  display: block;
  width: 100%;
  height: 38px;
  background: #398039;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s ease all;
}
.dropdown-item_button-2:hover {
  border: 1px solid #9b9b9b;
  color: #434343;
  background: #ffffff;
  transition: 0.3s ease all;
}
.box-campo {
}
.collapsed-menu .active-substance_title,
.collapsed-menu .fertilizer-scale,
.collapsed-menu .box-analysis,
.collapsed-menu .box-campo {
  display: none;
}

.box-campo_item-1 {
  margin-bottom: 10px;
}
.box-campo_number {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #2f342f;
}
.box-campo_number span {
  margin-left: 3px;
}
.box-campo_save {
  float: right;
  font-size: 13px;
  line-height: 1;
  text-decoration: underline;
  text-transform: capitalize;
  color: #1e5c27;
  background: transparent;
  margin: -1px 2px 0 0px;
}
.box-campo_save:hover {
  text-decoration: none;
}
.box-campo_save svg {
  display: none;
}
.box-campo_save.active {
  font-size: 0;
  /*margin-top: -2px;*/
  margin-top: -7px;
}
.box-campo_save.active svg {
  display: block;
}
.box-campo_item-2 {
  margin-bottom: 10px;
}
.box-campo_text {
  font-size: 13px;
  line-height: 1.2;
  color: #5b5b5b;
}
.box-campo_date {
  float: left;
  font-size: 13px;
  color: #5b5b5b;
}
.box-campo_item-3 {
  margin-bottom: 16px;
}
.polygon-info-modal .all-soil-type {
  float: initial;
  margin-top: 18px;
}
.polygon-info-modal .soil-type {
  display: block;
  position: static;
}
.all-soil-type {
  float: right;
  position: relative;
  margin-top: -2px;
}
.soil-type_title {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #276a31;
}
.soil-type_button {
  background: transparent;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #276a31;
  position: relative;
  padding-right: 18px;
}
.soil-type_button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  border: solid 1px #276a31;
  border-right: none;
  border-top: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
}
.all-soil-type.active .soil-type_button:after {
  border: solid 1px #276a31;
  border-left: none;
  border-bottom: none;
  margin-top: -1px;
}
.soil-type {
  display: none;
  position: absolute;
  width: 267px;
  right: -8px;
  top: 100%;
  z-index: 2;
  min-height: 56px;
  background: #ffffff;
  border-radius: 6px;
  margin-top: 7px;
  box-sizing: border-box;
  padding: 6px 4px 4px 4px;
}
.soil-type h3 {
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 9px;
}
.soil-type_item {
}
.soil-type_item > div {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 1px;
}
.soil-type_line {
  height: 3px;
  border-radius: 3.5px;
}
.soil-type_item > div p {
  font-size: 12px;
  line-height: 1.2;
  color: #000000;
  min-height: 14px;
  margin-bottom: 6px;
  white-space: nowrap;
}
.soil-type_item > div:last-child p {
  text-align: right;
}
.box-analysis {
  display: none;
  width: 260px;
  height: 330px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 100%;
  top: 81px;
  margin-left: 12px;
}
.box-analysis_no-slider {
  height: 120px;
}
.box-analysis_no-slider .all-slider-range {
  height: 26px;
}
.move-right .box-analysis,
.move-right .fertilizer-scale {
  right: 100%;
  left: inherit;
  margin: 0 12px 0 0;
}
.box-analysis h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  padding: 27px 5px 16px 5px;
}
.box-analysis_item {
  text-align: center;
}
.box-analysis_item > div {
  display: inline-block;
  vertical-align: top;
  /*width: 50%;*/
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2;
  color: #2d2c2c;
  padding: 0 7px;
}
.all-slider-range {
  position: relative;
  height: 219px;
  margin-top: 8px;
}
.list-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list-slider > div {
  font-size: 0;
  height: 100%;
  box-sizing: border-box;
  padding-left: 22px;
}
.list-slider > div:nth-child(even) {
  background: #f5f5f5;
}
.list-slider_box-1 {
  width: 25%;
  box-sizing: border-box;
  font-size: 11px;
  text-align: center;
  color: #2d2c2c;
  padding: 0 1px;
  line-height: 1.2;
}
.list-slider_box-1.list-slider_box-2 {
  width: 50%;
}

.slider-range {
  position: absolute !important;
  top: 0;
  bottom: 0;
  width: 3px !important;
  left: 13px;
  height: 100% !important;
  margin-left: 0;
  border: none;
}
.slider-range_gradient {
  position: absolute;
  width: 3px;
  top: 0;
  left: 13px;
  bottom: 0;
  margin-left: 0;
}
.active-substance_title {
  font-size: 12px;
  letter-spacing: 0.145801px;
  text-transform: capitalize;
  color: #1a1515;
  margin: 0 0 15px 4px;
}
.fertilizer-scale {
  display: none;
  width: 216px;
  position: absolute;
  left: 100%;
  top: 67px;
  margin-left: 12px;
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(62, 59, 59, 0.18);
  border-radius: 10px;
}
.tabs {
  box-sizing: border-box;
  padding: 10px 8px 10px 8px;
}
.tabs li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
}
.tabs li:nth-child(odd) {
  padding-right: 3px;
}
.tabs li:nth-child(even) {
  padding-left: 3px;
}
.tabs li button {
  width: 100%;
  height: 31px;
  box-sizing: border-box;
  border: 1px solid #9d9d9d;
  border-radius: 8px;
  transition: 0.3s ease all;
  background: transparent;
  font-size: 12px;
  color: #2d2c2c;
}
.tabs li.active-tabs button {
  pointer-events: none;
}
.tabs li.active-tabs button,
.tabs li button:hover {
  border-color: #398039;
  background: #398039;
  color: #ffffff;
  transition: 0.3s ease all;
}
.tabs-content {
  display: none;
}
.tabs-content.active-tabs {
  display: block;
}
.list-fertilizer_scroll {
  max-height: 311px;
  background-color: transparent;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #398039 transparent;
  scrollbar-width: thin;
}
.list-fertilizer_scroll::-webkit-scrollbar-track {
  background: transparent;
}
.list-fertilizer_scroll::-webkit-scrollbar-thumb {
  background: #398039;
}
.list-fertilizer_scroll::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 2px;
}
.list-fertilizer_padding {
  box-sizing: border-box;
  padding: 0 5px 10px 8px;
}
.list-fertilizer {
  box-sizing: border-box;
  padding: 0 8px 0 0;
}
.list-fertilizer li {
  margin-bottom: 8px;
  position: relative;
}
.list-fertilizer li:last-child {
  margin-bottom: 0;
}
.list-fertilizer_item {
  min-height: 45px;
  background: #f8f8f8;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 7px 32px 7px 9px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15px;
  color: #514f4f;
  box-sizing: border-box;
  border: 1px solid #f8f8f8;
  cursor: pointer;
  transition: 0.3s ease all;
}
.list-fertilizer_item:hover,
.list-fertilizer li.active .list-fertilizer_item {
  border-color: #2d5733;
  transition: 0.3s ease all;
}
.list-fertilizer_button {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2d5733;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  box-sizing: border-box;
  padding-top: 2px;
  transition: 0.3s ease all;
}
.list-fertilizer_button:hover {
  opacity: 0.85;
  transition: 0.3s ease all;
}
.scale-title {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  /*	text-decoration: underline;*/
  color: #3e413e;
  box-sizing: border-box;
  padding: 14px 10px 14px 10px;
}
.scale-padding {
  padding-bottom: 25px;
}
.rest-li .dropdown-item_2 {
  display: none;
}
.rest-li .dropdown-item_button-2 {
  display: none;
}
.remove-rest-li {
  display: none;
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #9b9b9b;
  border-radius: 8px;
  font-size: 13px;
  color: #434343;
  background: #ffffff;
  transition: 0.3s ease all;
  margin-top: 15px;
}
.remove-rest-li:hover {
  border-color: #398039;
  background: #398039;
  color: #ffffff;
  transition: 0.3s ease all;
}
.rest-li .remove-rest-li {
  display: block;
}
.rest-li .box-results_scroll {
  height: auto;
}
.rest-li .box-results {
  padding-right: 0;
}
.comparison-title {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.145801px;
  text-transform: capitalize;
  color: #03601e;
  margin-bottom: 17px;
}
.rest-li .comparison-title {
  display: block;
}
.rest-li .dropdown-item_button {
  display: none;
}
.all-saved-field {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 40;
}
.all-saved-field.active {
  right: 24px;
}
.saved-field_button {
  display: block;
  width: 45px;
  height: 41px;
  background: #ffffff;
  border-radius: 4px 0 0 4px;
  font-size: 0;
  transition: 0.3s ease all;
}
.saved-field_button:hover {
  opacity: 0.8;
  transition: 0.3s ease all;
}
.remove-saved-field .all-saved-field {
  display: none !important;
}
.saved-field_button-2 {
  display: none;
}
.all-saved-field.open .saved-field_button-1,
.all-saved-field.active .saved-field_button-1 {
  display: none;
}
.all-saved-field.active .saved-field_button-2 {
  box-shadow: 2px 2px 8px rgba(79, 72, 72, 0.18);
  backdrop-filter: blur(4px);
  border-radius: 8px;
}
.all-saved-field.open .saved-field_button-2,
.all-saved-field.active .saved-field_button-2 {
  display: block;
  width: 140px;
  font-size: 14px;
  color: #292b29;
  background: #ffffff;
  transition: 0.3s ease all;
  text-align: left;
  padding: 0 30px 0 14px;
}
/*.all-saved-field.active .saved-field_button > svg {
	display: none;
}*/
.all-saved-field.active .saved-field_button-2:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  border: solid 1px #398039;
  border-right: none;
  border-top: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px;
}
.all-saved-field.open .saved-field_button {
  box-shadow: none;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.all-saved-field.open .saved-field_button:after {
  border: solid 1px #398039;
  border-left: none;
  border-bottom: none;
  margin-top: -2px;
}
.all-saved-field .saved-field {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
}
.saved-field li {
  box-sizing: border-box;
  padding: 0 2px;
  transition: 0.3s ease all;
}
.saved-field li:nth-child(odd) {
  background: #f7f7f7;
}
.saved-field li.active,
.saved-field li:hover {
  background: transparent;
  transition: 0.3s ease all;
}
.saved-field li button {
  display: block;
  width: 100%;
  background: transparent;
  min-height: 41px;
  font-weight: 500;
  font-size: 14px;
  color: #2f342f;
  box-sizing: border-box;
  padding: 0 12px;
  border-radius: 8px;
  transition: 0.3s ease all;
  text-align: left;
}
.saved-field li button span {
  color: #276a31;
  transition: 0.3s ease all;
}
.saved-field li.active button,
.saved-field li button:hover {
  background: #398039;
  transition: 0.3s ease all;
  color: #ffffff;
}
.saved-field li.active button span,
.saved-field li button:hover span {
  color: #ffffff;
  transition: 0.3s ease all;
}
.body-two_fields .menu {
  display: none;
}
.box-map.box-map-2 {
  display: none;
}
.body-two_fields main {
  display: table;
  font-size: 0;
  width: 100%;
}
.body-two_fields .box-map {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  top: 99px;
  box-sizing: border-box;
  /*padding-top: 99px;*/
  font-size: initial;
  height: calc(100% - 99px);
  overflow-y: auto;
}
.body-two_fields .box-map:last-child {
  left: initial;
  right: 0;
}
.body-two_fields .box-map:nth-child(odd) {
  padding-right: 3px;
}
.body-two_fields .box-map:nth-child(even) {
  padding-left: 3px;
}
.field-recommendation,
.field-comparison {
  display: none;
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 20;
}
.body-two_fields-1 .field-comparison {
  display: block;
}
.body-two_fields-2 .field-recommendation {
  display: block;
}
.wrap-field {
  display: block;
  width: 127px;
  height: 45px;
  line-height: 45px;
  pointer-events: none;
  text-align: center;
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(79, 72, 72, 0.18);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #292b29;
  transition: 0.3s ease all;
}

.field-comparison_button,
.field-recommendation_button {
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 2;

  text-align: center;
  line-height: 1;
  background: #ffffff;
  box-shadow: 1.36957px 1.36957px 5.47826px rgb(79 72 72 / 18%);
  backdrop-filter: blur(2.73913px);
  border-radius: 5.47826px;
  font-weight: 500;
  font-size: 12px;
  color: #292b29;
  padding: 0 9px;
}

/*.field-recommendation_button:hover,
.field-comparison_button:hover {
	background: #398039;
    box-shadow: none;
    transition: 0.3s ease all;
    color: #ffffff;
}*/
.field-recommendation_modal,
.field-comparison_modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 216px;
}
.box-plant {
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(79, 72, 72, 0.18);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 16px 11px 11px 11px;
  position: relative;
  margin-bottom: 8px;
}
.box-plant_title {
  float: left;
  font-weight: 500;
  font-size: 14px;
  color: #2f342f;
  box-sizing: border-box;
  margin-bottom: 9px;
}
.box-plant_title span {
  margin-left: 3px;
}
.box-plant_close {
  display: block;
  width: 100%;
  height: 27px;
  border: 1px solid #03601e;
  box-sizing: border-box;
  border-radius: 5.79159px;
  font-size: 12px;
  color: #4a4a4a;
  background: transparent;
  margin-top: 10px;
}
.box-plant_close path {
  stroke: #5c5c5c;
}
.box-plant_close:hover path {
  stroke: #398039;
}
.box-plant_list {
  margin-bottom: 15px;
}
.box-plant_list li {
  font-size: 13px;
  line-height: 1.2;
  color: #5b5b5b;
  margin-bottom: 5px;
}
.box-plant_list li:last-child {
  margin-bottom: 0;
}
.box-plant_title-2 {
  font-weight: 500;
  font-size: 13px;
  color: #276a31;
  margin-bottom: 8px;
  pointer-events: none;
}
.box-plant_small-text {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  color: #070707;
  margin-bottom: 9px;
}
.box-plant .soil-type_item > div p {
  /*	font-size: 11px;
	margin-bottom: 9px;*/
  font-size: 10px;
  margin-bottom: 5px;
}
.box-soil {
  margin-bottom: 8px;
}
.box-soil_button {
  display: block;
  width: 100%;
  height: 64px;
  background: #398039;
  box-shadow: 2px 2px 8px rgba(72, 72, 72, 0.12);
  text-align: left;
  border-radius: 10px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.25px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  box-sizing: border-box;
  padding: 5px 18px 5px 57px;
}
.box-soil_button span {
  min-height: 54px;
  line-height: 1.4;
}
.box-soil_button i {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -17px;
  transition: 0.3s ease all;
}
.box-soil_button use {
  fill: #ffffff;
}
.box-soil_bg {
  margin-top: -15px;
  width: 100%;
  background: #ffffff;
  box-shadow: 2px 2px 8px rgb(72 72 72 / 18%);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 29px 4px 13px 10px;
}
.box-soil_bg .box-results_scroll {
}
.box-soil_bg .box-results > div {
  width: 50%;
}
.box-soil_bg .box-results > div:nth-child(-n + 3) {
  padding-top: 11px;
}
.box-soil_bg .box-results > div:nth-child(-n + 2) {
  padding-top: 0;
}
.box-soil_analysis {
  display: none;
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(38, 37, 37, 0.18);
  border-radius: 10px;
  padding: 0 0 25px 0;
}
.box-soil_analysis h3 {
  font-weight: bold;
  font-size: 18px;
  color: #a7214b;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5px 22px 5px;
}
.body-two_fields .box-map:nth-child(even) .field-recommendation,
.body-two_fields .box-map:nth-child(even) .field-comparison {
  left: initial;
  right: 20px;
}
.body-two_fields .box-map:nth-child(even) .field-recommendation_modal,
.body-two_fields .box-map:nth-child(even) .field-comparison_modal {
  left: initial;
  right: 0;
}
.box-history {
  display: none;
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 2;
}
.body-two_fields-1 .box-history {
  display: block;
}
.box-history.open {
  background: #ffffff;
  box-shadow: 2px 2px 8px rgb(38 37 37 / 18%);
  border-radius: 10px;
}
.box-history_button {
  display: block;
  width: 140px;
  height: 41px;
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(79, 72, 72, 0.18);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  font-size: 14px;
  color: #292b29;
  text-align: left;
  box-sizing: border-box;
  padding: 0 40px 0 14px;
}
.box-history_button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  border: solid 1px #398039;
  border-right: none;
  border-top: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px;
}
.box-history.open .box-history_button:after {
  border: solid 1px #398039;
  border-left: none;
  border-bottom: none;
  margin-top: -2px;
}
.box-history_modal {
  display: none;
}
.box-history_modal li {
  box-sizing: border-box;
  padding: 0 2px;
  transition: 0.3s ease all;
}
.box-history_modal li:last-child {
  border-radius: 0 8px 8px 0;
}
.box-history_modal li:nth-child(odd) {
  background: #f7f7f7;
}
.box-history_modal li.active,
.box-history_modal li:hover {
  background: transparent;
  transition: 0.3s ease all;
}
.box-history_modal li button {
  display: block;
  width: 100%;
  background: transparent;
  min-height: 41px;
  font-weight: 500;
  font-size: 14px;
  color: #2f342f;
  box-sizing: border-box;
  padding: 0 12px;
  border-radius: 8px;
  transition: 0.3s ease all;
  text-align: left;
}
.box-history_modal li button span {
  color: #276a31;
  transition: 0.3s ease all;
}
.box-history_modal li.active button,
.box-history_modal li button:hover {
  background: #398039;
  transition: 0.3s ease all;
  color: #ffffff;
}
.box-history_modal li.active button span,
.box-history_modal li button:hover span {
  color: #ffffff;
  transition: 0.3s ease all;
}
/*.body-two_fields .all-saved-field.open .saved-field_button-2,
.body-two_fields .all-saved-field.active .saved-field_button-2,*/
.home-two_fields,
.header_right-2,
.body-two_fields .header-button,
.body-two_fields .all-box-login {
  display: none;
}
.body-two_fields .header_right {
  float: left;
}
.body-two_fields .header_right-2 {
  float: right;
  display: block;
}
.close-two_fields {
  display: block;
  float: left;
  width: 100px;
  height: 34px;
  background: #474747;
  border-radius: 8px;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #474747;
  position: relative;
  font-size: 13px;
  color: #ffffff;
  padding: 0 0 0 12px;
  margin: 7px 0 0 48px;
  transition: 0.3s ease all;
}
.close-two_fields svg {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -6px;
}
.close-two_fields:hover {
  border: 1px solid #868686;
  background: #ffffff;
  color: #5c5c5c;
  transition: 0.3s ease all;
}
.close-two_fields:hover path {
  stroke: #5c5c5c !important;
}

.home-two_fields {
  display: block;
  float: left;
  width: 23px;
  height: 21px;
  background: transparent;
  font-size: 0;
  line-height: 0;
  margin: 14px 11% 0 0;
}
.body-two_fields .home-two_fields {
  margin: 13px 26px 0 0;
}
.body-two_fields .box-logo-2 {
  margin-right: 28px;
}
.header_right-2 > div:first-child {
  margin-left: 0;
}
.field-recommendation_item {
  display: none;
}
.field-recommendation_item .fertilizer-scale {
  display: block !important;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}
.wrap-friend_text {
  display: none;
}
.box-plant_close-2 {
  display: none;
}
.box-plant_delete {
  display: none;
}
.all-mobile-tabs {
  display: none;
}
.box-plant_close-3,
.box-campo_close {
  display: none;
}
.body-two_fields .all-saved-field {
  display: none;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 40;
}
.body-two_fields .box-map-2 .all-saved-field {
  right: initial;
  left: 10px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.preloader:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.preloader:after {
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  background: url(../images/loader.svg) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  z-index: 2;
}
.gm-style-iw-ch {
  padding-top: 0;
}
.gm-style-iw-chr {
  margin-right: -10px;
  margin-bottom: 14px;
}
.gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
}
.gm-ui-hover-effect > span {
  background: #ffffff;
  margin: 0 !important;
}
.gm-style .gm-style-iw-c {
  background: #ffffff;
  opacity: 0.95;
  backdrop-filter: blur(30px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  padding: 2px 12px 14px 12px !important;
}
.gm-style .gm-style-iw-c::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  background: #398039;
  border-radius: 10px;
}
.gm-style-iw-c > button {
  top: 0 !important;
  right: 0 !important;
}
.gm-style .gm-style-iw-d {
	max-height: auto !important;
/*  overflow: hidden !important;*/
  /* margin-top: -32px; */
}
.location {
  position: absolute;
  right: 11px;
  bottom: 11px;
  display: none;
}
.location_btn {
  padding: 5px;
  border: 1px solid #7a7a7a;
  box-shadow: 2px 2px 4px rgba(77, 75, 75, 0.17);
  border-radius: 6px;
  background: #e7eaee;
  transition: 0.3s ease all;
}
.location_btn use {
  transition: 0.3s ease all;
  fill: #7a7a7a;
}
.location_btn.active {
  background: #ffffff;
  border-color: #398039;
}
.location_btn.active use {
  fill: #398039;
}
.button-1 {
  display: block;
  width: 100%;
  padding: 0 25px;
  background: #398039;
  border-radius: 8px;
  height: 38px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  margin-top: 13px;
}
.button-1_red {
  background: #ff0000;
}
.txt-1 {
  font-size: 13px;
  line-height: 1.4;
  color: #5b5b5b;
  margin-bottom: 3px;
}
.title-1 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  color: #2f342f;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-right: 25px;
}
.title-1 span {
  margin-right: 4px;
}
.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 {
  /*	font-size: 13px;
	color: #fff;
    text-shadow: #000000 1px 1px 0, #000000 -1px -1px 0, #000000 -1px 1px 0, #000000 1px -1px
*/
  /*	background: #FFFFFF;
	border-radius: 5px;
	padding: 3px 8px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	font-size: 16px;
	letter-spacing: -0.08em;
	color: #2D2C2C;*/

  background: #ffffff;
  border-radius: 2px;
  padding: 2px 3px;
}
.map-text_p {
  font-size: 14px;
  line-height: 1.5;
  color: #7a7a7a;
}
.map-text_p span {
  font-weight: 500;
  color: #3e3e3e;
}
.fertilizer_total {
  font-size: 13px;
  color: #5b5b5b;
  margin-top: 5px;
}
.bold_td {
  font-weight: 500;
  padding-left: 3px;
}
.mobile-rollUp,
.body-two_fields .button-education {
  display: none;
}

.box-soil_analysis .boxAnalysis_title,
.scale-title.boxAnalysis_title,
.box-analysis .boxAnalysis_title {
  box-sizing: border-box;
  padding: 10px 0;
  font-size: 12px;
  color: #ffffff;
  border-radius: 10px;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.scale-title.boxAnalysis_title {
  border-radius: 0;
}
.boxAnalysis_item {
  margin-top: 20px;
}
.boxAnalysis_top {
  display: flex;
  box-sizing: border-box;
  padding-left: 22px;
  text-align: center;
}
.boxAnalysis_title-2 {
  font-size: 12px;
  font-weight: bold;
  color: #2d2c2c;
}
.list-slider {
}
.boxAnalysis_width-25 {
  width: 25%;
}
.boxAnalysis_width-50 {
  width: 50%;
}
.box-analysis_item {
  margin-top: 10px;
}

.fertilizer-scale .boxAnalysis_width-25,
.fertilizer-scale .list-slider_box-1 {
  width: 50%;
  font-size: 14px;
}
.fertilizer-scale .list-slider_box-2 {
  display: none;
}

.remodal-save_thumb img {
  mix-blend-mode: multiply;
}
.body-two_fields .test-2 {
  display: none;
}
.alert-success {
  font-size: 14px;
  color: #07601e;
  margin-bottom: 10px;
}
.alert-danger {
  font-size: 14px;
  color: red;
  margin-bottom: 10px;
}
.text-danger,
.block-error,
.errors,
.error {
  font-size: 12px;
  color: red;
  margin-top: 3px;
}

.description h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #2d2c2c;
  margin: 16px 0 20px;
}
.description p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.56;
  text-align: justify;
  padding: 5px 0;
  margin: 0;
}
.input {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  background: #ffffff;
  border: 1px solid #666666;
  font-size: 16px;
  border-radius: 5px;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.w-100 {
  width: 100% !important;
}
.button {
  display: block;
  max-width: 100%;
  height: 42px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  background: #398039;
  border-color: #398039;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.3s ease all;
}
.button:hover {
  background: #ffffff;
  border: 1px solid #666666;
  color: #000000;
}
/*.remodal-wrapper {
  margin-bottom: 32px;
}*/
footer {
  box-sizing: border-box;
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: #ffffff;
  padding: 5px 22px;
  border-top: 1px solid #cccccc;
  z-index: 100;
}
footer .content-container {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-menu a {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.15px;
  color: #808080;
  text-decoration: none;
  transition: 0.3s ease all;
}
.footer-menu a:hover {
  color: #398039;
}

@media screen and (max-height: 500px) {
	.menu {
		padding-bottom: 32px;
	}

}

@media screen and (max-width: 1600px) {
  .box-logo-2 {
    margin-right: 20px;
  }
  .home-two_fields {
    margin: 14px 20px 0 0;
  }
  .box-locality,
  .box-fields,
  .box-year {
    margin-left: 30px;
  }
  .all-box-login {
    margin-left: 20px;
  }
  .button-education {
    margin-left: 20px;
  }
  header {
    padding: 10px 24px 10px 24px;
  }
  .menu-box {
    height: 46px;
    padding: 10px 28px 10px 17px;
  }
  .menu-button {
    height: 46px;
    font-size: 12px;
    padding: 5px 15px 5px 50px;
  }
  .menu-button span {
    min-height: 36px;
    line-height: 1.3;
  }
  .menu-button i {
    width: 24px;
    height: 24px;
    left: 13px;
    margin-top: -12px;
  }
  .menu-button i svg {
    width: 100% !important;
    height: 100% !important;
  }
  .box-results_scroll {
    height: 79px;
  }
  .dropdown-item_button {
    margin-top: 10px;
  }
  .menu > ul > li {
    margin-bottom: 5px;
  }
  .collapsed-menu .menu-button i {
    left: 21px;
  }
  .collapsed-menu.width-73 .menu-button i {
    left: 25px;
  }
  /*	.collapsed-menu .menu-button:hover > span {
	    font-size: 12px;
	}*/
  .all-saved-field,
  .menu {
    top: 76px;
  }
  .box-campo_item-3 {
    margin-bottom: 10px;
  }
  .soil-type {
    margin-top: 2px;
  }
  .dropdown-item_2 {
    padding: 12px;
  }
  .box-analysis {
    top: 46px;
  }
  .fertilizer-scale {
    top: 0;
  }
  .body-two_fields .box-locality,
  .body-two_fields .box-fields,
  .body-two_fields .box-year {
    margin-left: 15px;
  }
  .close-two_fields {
    margin-left: 15px;
  }
  .body-two_fields .box-locality_button p,
  .body-two_fields .box-fields_button p,
  .body-two_fields .box-year_button p {
    margin-right: 8px;
  }
  .body-two_fields .box-map {
    top: 75px;
    height: calc(100% - 75px);
  }
  .body-two_fields .home-two_fields {
    margin: 13px 20px 0 0;
  }
  .body-two_fields .box-logo-2 {
    margin-right: 20px;
  }
  .box-map {
    top: 69px;
  }
}
@media screen and (min-width: 1199px) {
}
@media screen and (max-width: 1480px) {
  .form-authorization_button {
    margin-top: 0;
  }
  .forgot-password {
    margin: 35px 0 0 0;
  }
  .body-two_fields .box-fields_button span {
    min-width: 80px;
  }
  .body-two_fields .box-locality,
  .body-two_fields .box-fields,
  .body-two_fields .box-year {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1340px) {
  /*	.body-two_fields .box-locality_button p,
	.body-two_fields .box-fields_button p,
	.body-two_fields .box-year_button p {
	    font-size: 15px;
	    margin-top: 11px;
	}*/

  .body-two_fields .box-locality_button p,
  .body-two_fields .box-fields_button p,
  .body-two_fields .box-year_button p {
    margin: 11px 5px 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .box-locality,
  .box-fields,
  .box-year {
    margin-left: 10px;
  }
  .all-box-login {
    margin-left: 10px;
  }
  .button-education {
    margin-left: 10px;
  }
  .box-login_text {
    max-width: 120px;
  }
}
@media screen and (max-width: 1279px) {
	.menu-box h3,
	.menu-box,
	.collapsed-menu .menu-dropdown {
		transition: none !important;
	}
  /* .body-two_fields .box-locality_button p,
  .body-two_fields .box-fields_button p,
  .body-two_fields .box-year_button p {
    margin-right: 5px;
  }
  .body-two_fields .box-locality_button span,
  .body-two_fields .box-fields_button span,
  .body-two_fields .box-year_button span {
    font-size: 15px;
  } */
  .close-two_fields {
    height: 31px;
  }
  /* .body-two_fields .box-locality,
  .body-two_fields .box-fields,
  .body-two_fields .box-year {
    margin-left: 10px;
  } */
  .close-two_fields {
    margin-left: 10px;
  }
  .box-locality_button p,
  .box-fields_button p,
  .box-year_button p {
    margin: 9px 6px 0 0;
  }
  /* .body-two_fields .box-fields_button span {
    min-width: 68px;
  }
  .body-two_fields .box-year_button span {
    min-width: 76px;
  } */
  /* .body-two_fields .box-locality_button span,
  .body-two_fields .box-fields_button span,
  .body-two_fields .box-year_button span {
    font-size: 16px;
    padding: 8px 26px 8px 10px;
  } */
  /* .body-two_fields .box-locality_button span {
    max-width: 130px;
  } */
  .map {
    position: relative !important;
  }
}
@media screen and (max-width: 1199px) {
  header {
    padding: 14px 10px 11px 10px;
  }
  header:after {
    display: none;
  }
  .inner-page header:after {
    border-radius: 0;
  }
  .box-map {
    top: 65px;
  }
  .box-logo-2 a {
    max-width: 67px;
  }
  .all-box-login {
    margin-left: 16px;
  }
  .button-education {
    margin-left: 16px;
    margin-top: 6px;
  }
  .box-login {
    height: 37px;
    padding: 0;
    font-size: 0;
  }
  .box-login_thumb {
    position: relative;
    width: 37px;
    height: 37px;
  }
  .box-login:after {
    display: none;
  }
  /* .box-locality_button span,
  .box-fields_button span,
  .box-year_button span {
    display: none;
  } */
  /* .box-locality_button p,
  .box-fields_button p,
  .box-year_button p {
    min-width: 66px;
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
    background: #398039;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    padding: 8px 15px 8px 6px;
  } */
  .box-locality_button,
  .box-fields_button,
  .box-year_button {
    min-width: 66px;
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
    background: #398039;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    padding: 8px 15px 8px 6px;
  }
  .box-locality_button p,
  .box-fields_button p,
  .box-year_button p {
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
    text-align: left;
    margin: 0;
  }
  .box-locality_button span,
  .box-fields_button span,
  .box-year_button span {
    font-size: 10px;
    color: #ffffff;
    padding: 0;
    max-width: 25px;
    min-width: 0 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
   	border-radius: 0;
  }
  .box-locality,
  .box-fields,
  .box-year {
    margin: 6px 0 0 8px;
  }
  .body-two_fields .box-locality,
  .body-two_fields .box-fields,
  .body-two_fields .box-year {
    margin-left: 8px;
  }
  .box-locality_button:after,
  .box-fields_button:after,
  .box-year_button:after {
    right: 7px;
    width: 5px;
    height: 5px;
    margin-top: -5px;
  }
  .box-locality.active .box-locality_button:after,
  .box-fields.active .box-fields_button:after,
  .box-year.active .box-year_button:after {
    margin-top: -1px;
  }
  .header-button {
    margin: 6px 0 0 0;
  }
  .header-button_map,
  .header-button_satellite {
    width: 81px;
    height: 26px;
    font-size: 10px;
  }
  .modal-login {
    width: 235px;
    padding: 9px 9px 9px 9px;
  }
  .modal-login_name {
    font-size: 14px;
  }
  .modal-login_mail,
  .modal-login_telephone {
    margin-top: 10px;
  }
  .modal-login_mail a,
  .modal-login_telephone a {
    font-size: 14px;
  }
  .modal-login_exit {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    margin-top: 15px;
  }
  .fields_chek {
    margin-bottom: 10px;
  }
  .fields_chek .check_text {
    font-size: 12px;
    margin-left: 40px;
    top: 3px;
  }
  .menu {
    left: 10px;
  }
  .all-saved-field.active {
    right: 10px;
  }
  .collapsed-menu .menu-button:hover > span {
    font-size: 0;
  }
  .collapsed-menu .menu-button > span,
  .menu > ul > li.active-menu .menu-button,
  .menu-button:hover,
  .menu-button {
    transition: none;
  }
  .body-two_fields .box-locality_button p,
  .body-two_fields .box-fields_button p,
  .body-two_fields .box-year_button p {
    font-size: 10px;
    margin-right: 0;
    margin-top: 0;
  }
  .close-two_fields {
    width: 86px;
    height: 26px;
    font-size: 11px;
  }
  .close-two_fields svg {
    right: 8px;
  }
  .body-two_fields .home-two_fields {
    margin: 10px 20px 0 0;
  }
  .body-two_fields .box-map {
    top: 65px;
    height: calc(100% - 65px);
  }
  .field-comparison {
    top: 10px;
    left: 10px;
  }
  .body-two_fields .box-map:nth-child(even) .field-comparison {
    right: 10px;
  }
  .box-history {
    top: 10px;
    left: 10px;
  }
  .home-two_fields {
    margin: 10px 20px 0 0;
  }


  .collapsed-menu .box-campo {
  	display: none !important; 
  }


}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 979px) {
  .box-home {
    box-sizing: border-box;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 799px) {
}
@media screen and (min-width: 768px) {
  .preloader-2 {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .wrap-friend_text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .box-home {
    max-width: 296px;
    margin: 0px auto 30px auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 25vh 0;
  }
  .box-home_left,
  .box-home_right {
    display: block;
    width: 100%;
    flex: none;
  }
  .box-home_right {
    padding: 0;
  }
  .box-logo {
    max-width: 67px;
  }
  body.home-page header {
    padding: 14px 0 0 12px;
  }
  .box-home_thumb {
    max-width: 154px;
    margin: 0px auto 21px auto;
  }
  .box-home h2 {
    font-size: 16px;
    margin-bottom: 29px;
    text-align: center;
  }
  .form-authorization_item {
    margin-bottom: 21px;
  }
  .button-eye {
  	top: 12px;
  }
  .form-authorization_input {
    height: 44px;
    font-size: 14px !important;
    line-height: 42px;
    padding: 0px 18px;
  }
  .form-authorization_chek {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .form-authorization_chek label {
    display: inline-block;
    vertical-align: top;
  }
  .form-authorization_chek .check_text {
    margin: 0px 0 0 40px;
    top: 3px;
    font-size: 11px;
  }
  .form-authorization_chek input[type="checkbox"] + label > span:first-child {
    width: 32px;
    height: 16px;
    border-radius: 22px;
  }
  .form-authorization_chek
    input[type="checkbox"]
    + label
    > span:first-child:before {
    width: 10px;
    height: 10px;
  }
  .form-authorization_chek
    input[type="checkbox"]:checked
    + label
    > span:first-child:before {
    left: 19px;
  }
  .form-authorization_button {
    width: 100%;
  }
  .forgot-password {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .box-copyright {
    font-size: 10px;
    letter-spacing: 1px;
  }
  body.home-page footer {
    padding: 18px 10px;
  }
  .menu-box_button {
    display: none;
  }
  .wrap-field {
    width: 127px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .box-history_button {
    height: 32px;
    font-size: 12px;
  }
  .close-two_fields {
    /*		width: 28px;
		height: 14px;
		border: 0.487879px solid #565656;
		border-radius: 2px;
		position: absolute;
		top: 5px;
		right: 5px;
		text-align: center;
		padding: 0;
		background: #474747;
		color: #1D1D1D;
		font-size: 12px;
		margin-top: 0;*/
    width: 26px;
    height: 26px;
    border: 0.487879px solid #565656;
    border-radius: 2px;
    position: absolute;
    top: 20px !important;
    right: 5px !important;
    text-align: center;
    padding: 0;
    background: #474747;
    margin-top: 0;
    font-size: 0;
  }
  .close-two_fields svg {
    position: relative;
    margin: 0;
    top: 0;
    right: 0;
  }
  /*	.close-two_fields svg {
		display: none;
	}*/
  .body-two_fields .home-two_fields {
    display: none;
  }
  /*.body-two_fields main {
	    padding-top: 65px;
	}*/
  .body-two_fields .box-map {
    width: 100%;
    height: 50%;
    top: 0;
    position: relative;
  }
  .body-two_fields .box-map:first-child {
    height: 20%;
  }
  .body-two_fields .box-map:last-child {
    height: 80%;
  }
  .body-two_fields.height-50_50 .box-map:first-child {
    height: 50%;
  }
  .body-two_fields.height-50_50 .box-map:last-child {
    height: 50%;
  }
  .body-two_fields .box-map:nth-child(odd) {
    padding-right: 0;
    padding-bottom: 3px;
  }
  .body-two_fields .box-map:nth-child(even) {
    padding-left: 0;
    padding-top: 3px;
  }
  /*	.body-two_fields .box-fields {
		display: none;
	}
	.header_right-2 > div {
		display: none;
	}*/
  .body-two_fields:not(.height-50_50) .box-map:first-child .field-comparison,
  .body-two_fields:not(.height-50_50)
    .box-map:first-child
    .field-comparison_modal {
    display: block;
  }
  .box-soil_button span {
    display: none;
  }
  .box-soil_button {
    width: 58px;
    height: 54px;
    padding: 5px 18px 5px 0;
  }
  .box-soil_button i {
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: -17px;
  }
  .box-soil_button i svg {
    margin: 0 auto;
  }
  .box-soil_bg {
    width: 58px;
    padding: 24px 4px 8px 4px;
  }
  .box-soil_bg .box-results > div {
    width: 100%;
  }
  .box-soil_bg .box-results > div:nth-child(-n + 2),
  .box-soil_bg .box-results > div:nth-child(-n + 3) {
    padding-top: 8px;
  }
  .box-soil_bg .box-results > div:first-child {
    padding-top: 0;
  }
  .box-plant_modal {
    display: none;
  }
  .box-plant {
    padding: 12px 10px 10px 10px;
  }
  .box-plant_list li {
    font-size: 11px;
  }
  .box-plant_close {
    top: 12px;
    right: 12px;
  }
  .box-plant_title {
    margin-bottom: 5px;
  }
  .box-plant_list {
    margin-bottom: 10px;
  }
  .box-plant_title-2 {
    display: inline-block;
    font-size: 11px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    padding-right: 18px;
    pointer-events: initial;
  }
  .box-plant_title-2:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    width: 6px;
    height: 6px;
    border: solid 1px #276a31;
    border-right: none;
    border-top: none;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
  }
  .box-plant_title-2.open:after {
    border: solid 1px #276a31;
    border-left: none;
    border-bottom: none;
    margin-top: -1px;
  }
  .box-plant .soil-type_item > div p {
    margin-bottom: 0px;
  }
  .box-plant_small-text {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .box-history {
    display: none;
  }
  .body-two_fields .box-map:nth-child(even) .field-comparison {
    right: initial;
    left: 10px;
  }
  .box-soil_analysis {
    padding: 14px 0 14px 0;
    width: 153px;
  }
  .body-two_fields .box-map:nth-child(even) .field-comparison_modal {
    left: 0;
    right: initial;
  }
  .all-saved-field.open .saved-field_button-2,
  .all-saved-field.active .saved-field_button-2 {
    width: 120px;
    font-size: 12px;
    height: 34px;
    padding: 0px 22px 0 10px;
  }
  .all-saved-field.active .saved-field_button-2:after {
    right: 10px;
  }
  .body-two_fields .box-chek input[type="radio"] + label > span,
  .body-two_fields .box-chek input[type="checkbox"] + label > span {
    font-size: 10px;
  }
  body.body-two_fields {
    background: #ffffff;
  }
  .body-two_fields .box-plant_modal,
  .body-two_fields .box-plant_title-2 {
    display: none;
  }
  .body-two_fields .wrap-field,
  .body-two_fields .box-history_button,
  .body-two_fields .field-comparison_modal,
  .body-two_fields .box-soil {
    display: none;
  }
  .box-plant_list {
    margin-bottom: 0;
  }
  .body-two_fields .wrap-friend_text {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #ffffff;
    box-shadow: 1.36957px 1.36957px 5.47826px rgba(79, 72, 72, 0.18);
    backdrop-filter: blur(2.73913px);
    border-radius: 5.47826px;
    font-weight: 500;
    font-size: 12px;
    color: #292b29;
    padding: 0 9px;
  }
  .body-two_fields .box-plant_close {
    display: none;
  }
  .body-two_fields .box-plant_close-2 {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    background: transparent;
    line-height: 1;
    font-size: 0;
  }
  .height-50.body-two_fields .box-map:first-child {
    height: 80%;
    transition: 0.3s ease all;
  }
  .height-50.body-two_fields .box-map:last-child {
    height: 20%;
    transition: 0.3s ease all;
  }
  .height-50.body-two_fields .field-comparison_modal {
    display: none;
  }
  .field-recommendation {
    top: 10px;
    left: 10px;
  }
  .body-two_fields .box-map:nth-child(even) .field-recommendation {
    left: 10px;
    right: initial;
  }

  .body-two_fields .box-map:nth-child(even) .field-recommendation_modal {
    left: 0;
    right: initial;
  }
  .height-50 .box-plant {
    display: none;
  }
  .box-plant_small-text,
  .soil-type h3 {
    text-align: center;
  }
  .open-swipe {
  }
  .open-swipe main {
    display: flex;
    flex-wrap: nowrap;
    height: calc(100% - 65px);
    transition: 0.3s ease all;
  }
  .open-swipe main.minus-100 {
    transform: translateX(-100vw);
    transition: 0.3s ease all;
  }
  .open-swipe.body-two_fields .box-map:first-child,
  .open-swipe.body-two_fields .box-map:last-child {
    height: 100%;
    width: 100vw;
    flex: none;
  }
  .open-swipe.body-two_fields .box-map:nth-child(odd) {
    padding-bottom: 0;
  }
  .open-swipe.body-two_fields .box-map:nth-child(even) {
    padding-top: 0;
  }
  /*	.body-two_fields-2 .header_right .box-locality,
	.body-two_fields-2 .header_right .box-year {
		display: none;
	}
	.body-two_fields-2 .header_right-2 .box-locality,
	.body-two_fields-2 .header_right-2 .box-year {
		display: block;
	}*/
  .open-swipe .wrap-friend_text/*,
	.open-swipe.body-two_fields-2 .field-recommendation */ {
    display: none;
  }
  .open-swipe.body-two_fields-1 .field-comparison,
  .open-swipe.body-two_fields-1 .field-comparison_modal,
  .open-swipe.body-two_fields-1 .box-soil {
    display: block;
  }
  .open-swipe.body-two_fields-2 .field-recommendation,
  .open-swipe.body-two_fields-2 .field-recommendation_modal,
  .open-swipe.body-two_fields-2 .box-soil {
    display: block;
  }
  .open-swipe.body-two_fields .box-plant_title-2 {
    display: inline-block;
  }
  .open-swipe .box-plant_list {
    margin-bottom: 5px;
  }
  .box-plant_close-3,
  .box-plant_delete {
    display: none;
  }
  .open-close .box-plant_close-3,
  .open-close .box-plant_delete {
    display: block;
    width: 100%;
    height: 27px;
    border: 1px solid #03601e;
    box-sizing: border-box;
    border-radius: 5.79159px;
    font-size: 12px;
    color: #4a4a4a;
    background: transparent;
    margin-top: 10px;
  }
  .open-close .box-plant_close-3 {
    margin-top: 10px;
  }
  .open-swipe .box-plant {
    display: none;
    padding: 12px 10px 10px 10px;
    width: 152px;
    position: absolute;
    left: calc(100vw - 162px);
    top: 0;
    border-radius: 10px 0px 0px 10px;
  }
  .open-swipe .open-close .box-plant {
    display: block;
  }
  .open-swipe .field-comparison_modal {
    width: auto;
  }
  .open-swipe .button-field-information {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    height: auto;
    width: 32px;
    background: #ffffff;
    box-shadow: 1.48082px 1.48082px 5.92326px rgb(79 72 72 / 18%);
    backdrop-filter: blur(2.96163px);
    border-radius: 6px 0 0 6px;
    padding: 4px 0;
    font-weight: 500;
    font-size: 13px;
    color: #585858;
    transform: rotate(0deg);
  }
  .open-swipe .open-close .button-field-information {
    display: none;
  }
  .open-close .box-plant_close-2 {
    display: none;
  }
  .body-two_fields .box-map-2 .all-saved-field {
    right: 0;
    left: initial;
  }
  .open-swipe .all-saved-field.active,
  .open-swipe .all-saved-field,
  .open-swipe .box-map-2 .all-saved-field.active,
  .open-swipe .box-map-2 .all-saved-field {
    top: 10px;
    right: 47px;
  }
  .open-swipe .open-close .all-saved-field.active,
  .open-swipe .open-close .all-saved-field {
    right: 162px;
  }
  .open-swipe .saved-field_button {
    box-shadow: 1.48082px 1.48082px 5.92326px rgb(79 72 72 / 18%);
  }
  .body-two_fields .box-campo_save {
    display: none;
  }
  .body-two_fields .open-close .box-campo_save {
    display: block;
  }
  .open-swipe .box-campo_save {
    margin: 2px 0 0 0px;
  }
  .open-swipe .open-close .box-campo_save.active {
    margin: -8px 0 0 0px;
  }
  .open-swipe.body-two_fields .all-saved-field.active .saved-field_button-2 {
    display: block;
  }
  .open-swipe.body-two_fields .all-saved-field.active.open {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1.48082px 1.48082px 5.92326px rgb(79 72 72 / 18%);
  }
  .open-swipe.body-two_fields .all-saved-field.active.open .saved-field {
    position: relative;
  }
  .field-comparison_modal .box-plant_title-2 {
    display: none !important;
  }
  .field-comparison_modal .box-plant_modal {
    display: block;
  }
  .field-comparison_modal .close_double_polygon {
    display: none;
  }
  .all-mobile-tabs {
    display: none;
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 22px;
    z-index: 100;
  }
  .open-swipe .all-mobile-tabs {
    display: block;
  }
  .mobile-tabs {
  }
  .mobile-tabs_bg {
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 21px 18px;
  }
  .mobile-tabs {
  }
  .mobile-tabs li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
  }
  .mobile-tabs li:nth-child(odd) {
    padding-right: 6px;
  }
  .mobile-tabs li:nth-child(even) {
    padding-left: 6px;
  }
  .mobile-tabs li button {
    display: block;
    width: 100%;
    height: 39px;
    border: 1px solid #276a31;
    box-sizing: border-box;
    border-radius: 6px;
    background: transparent;
  }
  .mobile-tabs li.active button {
    background: #276a31;
    color: #ffffff;
  }
  .box-campo.dropdown-item_2.open .box-campo_close {
    display: block;
    width: 100%;
    height: 27px;
    border: 1px solid #03601e;
    box-sizing: border-box;
    border-radius: 5.79159px;
    font-size: 12px;
    color: #4a4a4a;
    background: transparent;
    margin-top: 5px;
  }
  .field-recommendation_button,
  .field-comparison_button {
    display: none;
  }
  .body-two_fields .header_right-2 {
    float: left;
  }
  /*	.body-two_fields .header_right-2 .close-two_fields {
		position: absolute;
		right: 10px;
		top: 14px;
	}*/
  .modal-swipe {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999;
  }
  .logo-modal {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 0;
    max-width: 67px;
    padding: 14px 0 0 12px;
  }
  .modal-swipe_item {
    height: 100vh;
    box-sizing: border-box;
    padding: 50px 0;
  }
  .modal-swipe_thumb {
    display: block;
    font-size: 0;
    text-align: center;
    /*margin-top: 93px;*/
  }
  .modal-swipe_info {
    box-sizing: border-box;
    padding: 0 25px;
    margin: 60px 0 37px 0;
  }
  .modal-swipe_info h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.116738px;
    color: #2c5f2c;
    margin-bottom: 19px;
  }
  .modal-swipe_info p {
    font-size: 11.5902px;
    line-height: 1.6;
    text-align: center;
    text-transform: capitalize;
    color: #818385;
  }
  .modal-swipe_button {
    display: block;
    width: 254px;
    height: 42px;
    background: #087a29;
    border-radius: 6.71474px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.100721px;
    color: #ffffff;
    margin: 0 auto;
  }
  .box-logo-2 {
  	display: none;
  }
  .home-two_fields {
    margin: 10px 10px 0 0;
  }
  .preloader-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .preloader-2:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .map {
    height: 100%;
  }
  .inner-page.open-swipe {
    overflow-y: hidden;
  }
  .inner-page.open-swipe main {
    height: calc(100% - 60px);
  }
  .inner-page main {
    height: 100%;
  }
  .open-swipe.body-two_fields .test-2 {
    display: none;
  }
  .body-two_fields .test-2 {
    display: block;
    position: absolute;
    top: 50px;
    left: 10px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #ffffff;
    box-shadow: 1.36957px 1.36957px 5.47826px rgba(79, 72, 72, 0.18);
    backdrop-filter: blur(2.73913px);
    border-radius: 5.47826px;
    font-weight: 500;
    font-size: 12px;
    color: #292b29;
    padding: 0 9px;
  }
  .mobile-rollUp {
    display: flex;
    background: transparent;
    font-size: 11px;
    color: #000000;
    height: 28px;
    margin: 15px 15px 0 0;
  }
  .mobile-rollUp svg {
    margin-right: 7px;
    transition: 0.3s ease all;
  }
  .rollUp-active .mobile-rollUp {
    font-size: 0;
    margin: 15px 0 0 0;
  }
  .rollUp-active .mobile-rollUp svg {
    margin-right: 0;
    transform: rotate(180deg);
    transition: 0.3s ease all;
  }
  .rollUp-active.box-soil_analysis {
    width: 60px;
    overflow: hidden;
  }
  .rollUp-active h3 {
    font-size: 12px;
  }
  .rollUp-active .box-analysis_item > div:first-child {
    display: none;
  }
  .rollUp-active .all-mobile-rollUp {
    justify-content: center;
  }
  .rollUp-active .all-slider-range {
    margin-left: -56px;
  }
  .rollUp-active .slider-range_gradient,
  .rollUp-active .slider-range {
    opacity: 0;
    visibility: hidden;
  }
  footer {
    display: none;
  }
}
@media screen and (max-width: 639px) {
	.header-button_left .box-relief {
		display: block;
	}
  .body-two_fields .header_right,
  .body-two_fields .header_right-2 {
    margin-left: 15px;
  }
  .location {
    display: flex;
  }
  .box-logo-2 {
    margin-right: 15px;
    display: none; 
  }
  .header-button {
    margin: 5px 0 0 0;
    float: none;
    position: absolute;
    top: 100%;
    left: 10px;
  }
  /* .box-relief {
    left: 100%;
    top: 0;
    padding: 0 0 0 9px;
  } */
  .box-relief_bg {
    padding: 5px 7px;
  }
  .header-button_map {
    margin: 0 0 9px 0;
  }
  .header-button_map,
  .header-button_satellite {
    display: block;
    width: 65px;
    border: 1px solid #7a7a7a;
    box-shadow: 2px 2px 4px rgba(77, 75, 75, 0.17);
    border-radius: 6px;
    font-size: 10px;
  }
  .header-button_map.active,
  .header-button_satellite.active,
  .header-button_map:hover,
  .header-button_satellite:hover {
    background: #ffffff;
    border-color: #398039;
    color: #276a31;
  }
  .menu {
    top: 67px;
  }
  .collapsed-menu.width-73 .menu-box,
  .collapsed-menu.width-73 .menu-button,
  .collapsed-menu.width-73 .menu-dropdown .collapsed-menu .menu-box,
  .collapsed-menu .menu-button {
    width: 58px;
  }
  header .menu-box {
    display: flex;
    float: left;
  }
  header .menu-button,
  header .menu-box {
    /* width: 242px;
    height: 54px; */
    width: fit-content;
    height: 38px;
    padding: 5px 8px;
  }
  header .menu-box .menu-button_points use {
    fill: #398039;
  }
  header .header-button {
    left: initial;
    right: 10px;
    margin-top: 10px;
  }
  header .header-button .box-relief {
    left: initial;
    right: 100%;
    top: 0;
    padding: 0 9px 0 0;
  }
  .menu-button_points {
    margin-left: 0;
  }
  .menu .menu-box {
    display: none;
  }
  .collapsed-menu .menu-button {
    padding: 5px 6px 5px 52px;
  }
  .menu .menu-button {
    width: 58px;
    height: 54px;
    padding: 5px 18px 5px 0;
  }
  .menu .menu-button span {
    display: none;
  }
  .menu .menu-button i {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: -17px;
  }
  .menu .menu-button.callback_open {
    display: none;
  }
  .menu .menu-dropdown {
    width: 58px;
    /* padding: 24px 4px 8px 4px; */
    /* margin-top: -15px; */
  }
  .menu .menu-dropdown .menu-dropdown_margin .dropdown-item_1 {
    padding: 24px 4px 8px 4px;
  }
  .menu .menu-dropdown .box-results_scroll {
    height: 91px;
  }
  .menu .menu-dropdown .active-substance_title {
    font-size: 10px;
    margin: 0 0 10px 0;
  }
  .menu .menu-dropdown .box-results > div span {
    font-size: 10px;
  }
  .menu .menu-dropdown .box-results > div {
    width: 100%;
    padding-top: 8px;
  }
  .menu .menu-dropdown .box-results > div:first-child {
    padding-top: 0;
  }
  .menu .menu-dropdown .dropdown-item_button-2.mobail-double_button {
    font-size: 8px;
  }
  .menu .menu-dropdown .text-right,
  .field-comparison_modal .text-right {
    display: none;
  }
  .menu .menu-dropdown .box-analysis,
  .menu .menu-dropdown .fertilizer-scale {
    position: fixed;
    top: initial;
    left: 11px;
    right: 11px;
    bottom: 11px;
    z-index: 100;
    width: auto;
  }
  .all-mobile-tabs {
    bottom: 11px;
  }
  .all-mobile-tabs .mobile-tabs_bg {
    padding: 10px 8px;
  }
  .field-comparison_modal .box-soil_analysis {
    position: fixed;
    top: initial;
    bottom: 79px;
    z-index: 100;
    width: calc(100% - 22px);
    padding: 0;
  }
  .menu .menu-dropdown .fertilizer-scale .list-fertilizer_scroll,
  .field-comparison_modal .box-soil_analysis .list-fertilizer_scroll {
    max-height: 130px;
  }
  .menu .menu-dropdown .box-analysis {
    height: 193px;
    padding: 0 0 15px 0;
  }
  .menu .menu-dropdown .scale-padding,
  .field-comparison_modal .box-soil_analysis {
    padding-bottom: 15px;
  }
  .field-comparison_modal .scale-padding {
    padding-bottom: 0;
  }
  .menu .menu-dropdown .box-analysis .boxAnalysis_title,
  .menu .menu-dropdown .scale-title.boxAnalysis_title,
  .field-comparison_modal .box-soil_analysis .boxAnalysis_title {
    font-size: 10px;
    padding: 6px 0;
  }
  .menu .menu-dropdown .box-analysis .boxAnalysis_title-2,
  .menu .menu-dropdown .fertilizer-scale .boxAnalysis_title-2,
  .field-comparison_modal .box-soil_analysis .boxAnalysis_title-2 {
    font-size: 10px;
  }
  .menu .menu-dropdown .box-analysis .boxAnalysis_item,
  .field-comparison_modal .box-soil_analysis .boxAnalysis_item {
    margin-top: 10px;
  }
  .menu .menu-dropdown .all-slider-range {
    height: 140px;
  }
  .menu .menu-dropdown .list-slider_box-1,
  .field-comparison_modal .list-slider_box-1 {
    font-size: 10px;
  }
  .collapsed-menu.width-73 .menu-button i,
  .collapsed-menu .menu-button i {
    left: 18px;
  }
  .menu-button i {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .menu-dropdown {
    width: 242px;
  }
  .collapsed-menu.width-73 .menu-box,
  .collapsed-menu.width-73 .menu-button,
  .collapsed-menu.width-73 .menu-dropdown {
    width: 58px;
    transition: none !important;
  }
  .collapsed-menu.width-73 .box-chek input[type="radio"] + label > span,
  .collapsed-menu.width-73 .box-chek input[type="checkbox"] + label > span {
    font-size: 10px;
  }
  .collapsed-menu .dropdown-item_1 {
    padding: 24px 4px 8px 4px;
  }
  .collapsed-menu .box-results > div:nth-child(-n + 3),
  .collapsed-menu .box-results > div {
    padding: 8px 0 0 0;
  }
  .collapsed-menu .box-results {
    padding-right: 0;
  }
  .box-results_scroll {
    height: 91px;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
  }
  .box-results_scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .box-results_scroll::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .box-results_scroll::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
  }
  .menu-button {
    border-radius: 6px;
  }
  .box-chek input[type="radio"] + label > span,
  .box-chek input[type="checkbox"] + label > span {
    height: 25px;
  }
  .box-chek label {
    border-radius: 4px;
  }
  .box-results > div {
    padding: 8px 5px 0 5px;
  }
  .collapsed-menu .box-results > div:first-child {
    padding-top: 0;
  }
  .dropdown-item_1 {
    border-radius: 6px;
  }
  .box-results {
    padding-right: 0;
  }
  .collapsed-menu .menu-box,
  .collapsed-menu .menu-button {
    width: 58px;
  }
  .menu-box {
    border-radius: 6px;
  }
  .dropdown-item_2 {
    display: none !important;
  }
  .menu.collapsed-menu {
    height: 58px;
  }
  .menu.collapsed-menu > ul > li:not(:first-child) {
    display: none;
  }
  .menu.collapsed-menu.width-73 > ul > li.active-menu {
    display: block;
  }
  .menu > ul > li {
    margin-bottom: 10px;
  }
  .collapsed-menu .menu-box h3,
  .collapsed-menu .menu-box_button,
  .menu-box h3,
  .menu-box_button,
  .menu-box {
    transition: none;
  }
  .box-analysis {
    width: 100%;
    /*width: 153px;*/
    height: 315px;
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
  }
  .all-slider-range {
    position: relative;
    height: 194px;
  }
  .list-slider_box-1 {
    font-size: 12px;
    padding: 0 7px;
  }
  .dropdown-item_button {
    display: none;
  }
  .menu.width-73:not(.collapsed-menu) .dropdown-item_1 {
    display: none;
  }
  .menu.width-73:not(.collapsed-menu) .menu-dropdown_margin {
    margin-top: 0;
  }
  .fertilizer-scale {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
  }
  .tabs li button {
    height: 26px;
    border-radius: 4px;
    font-size: 11px;
  }
  .list-fertilizer_item {
    font-size: 11px;
    min-height: 36px;
    padding: 5px 24px 5px 5px;
  }
  .list-fertilizer_button {
    top: 11px;
    right: 5px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    padding-top: 1px;
  }
  .fertilizer-scale {
    width: 170px;
  }
  .list-fertilizer_scroll {
    max-height: 256px;
  }
  .scale-title {
    font-size: 12px;
    padding: 0 10px 14px 10px;
  }
  .box-analysis_item > div {
    font-size: 12px;
    padding: 0 7px;
    font-weight: 500;
  }
  .collapsed-menu.width-73 .menu-button i {
    transition: none;
  }
  .dropdown-item_2 {
    display: none;
    position: fixed;
    top: 65px;
    right: 0;
    width: 152px;
    box-shadow: 1.52535px 1.52535px 6.1014px rgba(79, 72, 72, 0.18);
    backdrop-filter: blur(3.0507px);
    border-radius: 7.62675px;
    padding: 10px;
  }
  .dropdown-item_1.dropdown-item_3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .soil-type {
    width: 152px;
    right: -10px;
  }
  .soil-type_item > div {
    width: 100% !important;
    text-align: center;
    margin-bottom: 5px;
  }
  .soil-type_item > div p {
    margin-bottom: 2px;
  }
  .soil-type_item > div:last-child p {
    text-align: center;
  }
  .box-campo.open {
    display: block !important;
  }
  .box-campo_item-1 {
    margin-bottom: 9px;
  }
  .box-campo_item-2 {
    margin-bottom: 5px;
  }
  .box-campo_item-3 {
    margin-bottom: 11px;
  }
  .soil-type_button,
  .box-campo_date,
  .box-campo_text {
    font-size: 11px;
  }
  .soil-type_button:after {
    margin-top: -6px;
  }
  .box-campo_date {
    float: none;
  }
  .all-soil-type {
    float: none;
    margin: 9px 0 0 0;
  }
  .dropdown-item_button-2 {
    height: 27px;
    background: #ffffff;
    border: 1px solid #03601e;
    color: #4a4a4a;
    font-size: 12px;
    border-radius: 6px;
  }
  .box-campo_number span {
    margin-left: 0;
  }
  .box-campo_save {
    font-size: 11px;
    text-decoration: none;
    margin: 2px 0 0 0px;
  }
  .button-field-information {
    display: none;
    position: fixed;
    top: 65px;
    right: 0;
    height: 134px;
    width: 32px;
    background: #ffffff;
    box-shadow: 1.48082px 1.48082px 5.92326px rgba(79, 72, 72, 0.18);
    backdrop-filter: blur(2.96163px);
    border-radius: 6px 0 0 6px;
    font-weight: 500;
    font-size: 13px;
    color: #585858;
    border-radius: 0px 6px 6px 0px;
    transform: rotate(180deg);
  }
  /* .button-field-information span {
    writing-mode: vertical-lr;
  } */
  .active-menu .button-field-information {
    display: block;
  }
  .all-saved-field.active,
  .all-saved-field {
    top: 10px;
    right: 162px;
  }
  .saved-field_button {
    border-radius: 4px;
  }
  .dropdown-item_button-2.mobail-double_button {
    display: block;
    margin-top: 10px;
  }
  .box-locality_button p,
  .box-fields_button p,
  .box-year_button p {
    min-width: 0;
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .modal-locality {
    right: initial;
    left: -13px;
  }
  .modal-login {
    margin-top: 10px;
  }
  .box-logo-2 {
    margin-right: 0;
  }
  .home-two_fields {
    display: none;
  }
  .box-analysis h3 {
    font-size: 16px;
    padding: 10px 5px 10px 5px;
  }
  .box-analysis {
    height: 265px;
  }
  .button-education {
    display: none;
  }
  /*.modal-login .button-education {
    display: block;
    float: none;
    margin: 10px 0 0 0;
  }*/
}
@media screen and (max-width: 374px) {
  	.all-box-login {
    	margin-left: 7px;
  	}
	.box-locality,
	.box-fields,
	.box-year {
	    margin: 6px 0 0 7px;
	}
   	header .menu-box {
   		padding: 5px 4px;
   	}

   	header .menu-box svg {
   		transform: scale(0.7);
   	}	

}
@media screen and (max-width: 359px) {
  .all-box-login {
    margin-left: 3px;
  }
  .box-locality,
  .box-fields,
  .box-year {
    margin: 6px 0 0 3px;
  }
  /*.box-locality_button p,
  .box-fields_button p,
  .box-year_button p {
    min-width: 58px;
    padding: 8px 13px 8px 4px;
  }*/
  .box-locality_button:after,
  .box-fields_button:after,
  .box-year_button:after {
    right: 4px;
  }
  .body-two_fields .box-locality,
  .body-two_fields .box-fields,
  .body-two_fields .box-year {
    margin-left: 6px;
  }

  	header .menu-box {
        padding: 5px 0;
    }
    .box-login_thumb {
        width: 30px;
        height: 30px;
    }
    .box-locality_button, .box-fields_button, .box-year_button {
        padding: 8px 14px 8px 2px;
    }
}
