.weatherPageMap h1{
  margin: 10px 0 10px;
}
.weatherBlockMapResultWrapper3{
  position: absolute;
  width: calc(100% - 85px);
  height: 600px;
  left: 35px;
  top: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  display: none;
}
.weatherBlockMap{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.weatherBlockMapD{
  width: 100%;
  margin: 5px 0px 0px 0px;
  position: relative;
}
.weatherBlockMapResultWrapper{
  background: #FFFFFF;
  border: 2px solid #64b32c;
  box-sizing: border-box;
  border-radius: 11px;
  width: calc(100% - 4px);
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 20px 20px 10px 20px;
  margin: 0px 0px 70px 0px;
}
.weatherBlockMapResultWrapper.active{
  display: flex;
}
.weatherBlockMapResultWrapper .title{
  color: #8B8B8B;
  font-size: 18px;
  margin: 0px 50px 0px 0px;
  width: 50px;
}
.weatherBlockMapResultWrapper > div{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  margin: 3px 0px 0px 0px;
}
.weatherBlockMapResultWrapper > div > div{
  width: calc(16.6% - 10px);
  margin: 0px 10px 0px 0px;
}
.weatherBlockMapResultWrapper .resultBlockClick{
  color: #4D4D4D;
  font-size: 14px;
  text-transform: none;
  margin: 0px 0px 5px 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: calc(100% - 22px);
  cursor: pointer;
}
.weatherBlockMapResultWrapper .resultBlockClick:hover{
  color: #64b32c;
}
.weatherBlockMapResultWrapper .resultBlockClick__ > span:nth-child(1),
.weatherBlockMapResultWrapper .resultBlockClickPart > span:nth-child(1){
  width: 17px;
  height: 17px;
  margin: 0px 5px 0px 0px;
  display: block;
}
.weatherBlockMapResultWrapper .resultBlockClickPart{
  color: #4D4D4D;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(100% - 0px);
  cursor: pointer;
}
.weatherBlockMapResultWrapper2{
  background: #FFFFFF;
  border: 2px solid #64b32c;
  box-sizing: border-box;
  border-radius: 11px;
  width: calc(100% - 4px);
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 20px 0px 10px 20px;
  margin: 30px 0px 50px 0px;
}
.weatherBlockMapResultWrapper2.active{
  display: flex;
}
.weatherBlockMapResultWrapper2 .title{
  color: #8B8B8B;
  font-size: 18px;
  line-height: 34px;
  margin: 0px 20px 0px 0px;
  width: 50px;
}
.weatherBlockMapResultWrapper2 .country{
  color: #8B8B8B;
  font-size: 18px;
  line-height: 34px;
  margin: 0px 25px 0px 0px;
  padding: 0px 25px 0px 0px;
  width: 130px;
  border-right: 1px solid #000000;
}
.weatherBlockMapResultWrapper2 > div{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 251px);
}
.weatherBlockMapResultWrapper2 .resultBlockClick{
  color: #4D4D4D;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0px 20px 10px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
#chartdiv {
  width: 100%;
  height: 600px;
  position: relative;
  top: 0px;
}
.weatherBlockMapParams{
  width: calc(100% - 20px);
  margin: 0px 20px 0px 0px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  height: 40px;
}
.weatherBlockMapParamsWrapper{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  padding: 5px 20px 0px 20px;
  margin: 0px 20px 5px 0px;
  width: calc(250px - 42px);
  position: relative;
  z-index: 2;
}
.weatherBlockMapParamsWrapper2{
   width: calc(435px - 42px);
}
.weatherBlockMapParamsWrapper3{
  width: calc(150px - 42px);
  background-color: #64b32c;
  color: #fff;
  text-align: center;
  display: none;
  padding: 8px 0px 9px 0px;
  cursor: pointer;
}
.weatherBlockMapParamsWrapper3.active{
  display: block;
}
.weatherBlockMapParamsWrapper3:after{
  display: none!important;
}
span.weatherBlockMapParamsWrapper:after{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.9;
  z-index: 1;
  border-radius: 8px;
  background: unset;
  background-image: unset;
}
.weatherBlockMapParamsWrapper > div{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  width: 100%;
}
.weatherBlockMapParamsWrapper.short > div > div{
  display: none;
}
.weatherBlockMapParamsWrapper .title{
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #424242;
  padding: 0px 0px 5px 0px;
  display: block;
  width: 100%;
  cursor: pointer;
}
.weatherBlockMapParamsWrapper .toogle{
  background: url(/assets/images/icons/caret-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.weatherBlockMapParamsWrapper.short .toogle{
  background: url(/assets/images/icons/caret-down.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.weatherBlockMapParamsWrapper > div > div{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 7px 0px 0px 0px;
  width: 100%;
  /* new */
  padding: 0 15px;
  max-height: 250px;
  overflow: scroll;
}
.weatherBlockMapParamsWrapper > div > div > div{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0px 0px 10px 0px;
  width: 100%;
  cursor: pointer;
}
.weatherBlockMapParamsWrapper.weatherBlockMapParamsWrapper2 > div > div > div{
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0px 0px 10px 0px;
  cursor: pointer;
}
.weatherBlockMapParamsWrapper > div > div > div > div{
  width: 100%;
  display: flex;
    margin: 0px 0px 10px 0px;
}
.weatherBlockMapParamsWrapper > div > div > div .radio{
  display: block;
  width: 13.44px;
  height: 11.77px;
  background: #F2F2F2;
  border: 1px solid #8B8B8B;
  border-radius: 50%;
  margin: 0px 5px 0px 0px;
  position: relative;
}
.weatherBlockMapParamsWrapper > div > div > div .radio.active:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 9.77px;
  left: 1px;
  top: 1px;
  background: #64b32c;
  border-radius: 50%;
}
.weatherBlockMapParamsWrapper > div > div > div .title{
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  color: #4D4D4D;
  font-size: 12px;
  line-height: 16px;
}
.weatherForm{
    align-items: flex-start;
    justify-content: flex-end;
    margin: 70px 0px 0px 20px;
}
.weatherForm div{
    width:50%;
}
.weatherForm div:nth-child(1){
    width:calc(50% - 0px);
    padding:0px 0px 0px 0px;
}
.weatherForm div p{
   font-size: 16px;
   margin:0px 0px 10px 0px;
}
.weatherForm div label{
    width:100%;
    margin:0px 0px 10px 0px;
    color:#424242;
    font-size: 14px;
    display:block;
}
.weatherForm div label span{
    color:#ff0000;
    font-weight: bold;
    margin:0px 0px 0px 5px;
    display:inline-block;
}
.weatherForm div label.bold{
    font-weight: bold;
}
.weatherForm input {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 20px 0px;
    width: calc(100% - 30px);
    max-width:450px;
    color:#5a6b79;
}
.weatherForm textarea {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 20px 0px;
    width: calc(100% - 30px);
    height:85px;
    color:#5a6b79;
}
.weatherForm a.biggreenButton{
    display: block;
    margin-left: auto;
    margin-right: 0px;
    width: 90px;
    text-align: center;
    color:white!important;
}

.weatherBlockClick.is-locked {
  position: relative;
}

.weatherBlockClick.is-locked:before  {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/assets/images/icons/lock.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    display: inline-block;
    margin-right: 5px;
}

.weatherBlockClick.is-locked .radio {
  display: none;
}

.weatherBlockMapWarning {
  font-size: 9px;
}

.weatherBlockMapWarning:before {
    content: "";
    width: 8px;
    height: 11px;
    background-image: url(/assets/images/icons/lock.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}

@media only screen and (max-width:767px){
  .weatherBlockMapResultWrapper2 .title{
    width: calc(50% - 10px);
    margin: 0px 10px 10px 0px;
  }
  .weatherBlockMapResultWrapper2 > div{
    width: 100%;
  }
  .weatherBlockMapResultWrapper2 .country{
    width: calc(50% - 10px);
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 0px;
    border-right: 0px solid #000000;
  }
  .weatherBlockMapResultWrapper2 .resultBlockClick{
    margin: 0px 10px 10px 0px;
    width: calc(50% - 10px);
    color: #4D4D4D;
    font-size: 14px;
    line-height: 18px;
  }
  .weatherBlockMapResultWrapper .title{
     width: calc(100% - 0px);
     margin: 0px 0px 10px 0px;
  }
  .weatherBlockMapResultWrapper > div{
    width: 100%;
  }
  .weatherBlockMapResultWrapper .resultBlockClick{
    margin: 0px 10px 10px 0px;
    width: calc(50% - 10px);
    color: #4D4D4D;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
  }
  #chartdiv{
    height: 400px;
  }
  .weatherBlockMapParams {
    width: calc(100% - 0px);
    margin: 0px 0px 0px 0px;
    position: relative;
  }
  .weatherBlockMapParamsWrapper1 {
    width: calc(100% - 42px);
    margin: 0px 0px 20px 0px;
    position: absolute;
    z-index: 26;
  }
  .weatherBlockMapParamsWrapper2 {
    width: calc(100% - 22px);
    margin: 50px 0px 20px 0px;
  }
  .weatherBlockMapD {
    margin: 100px 0px 0px 0px;
  }
  .weatherBlockMapResultWrapper > div > div {
    width: calc(50% - 0px);
    margin: 0px 0px 10px 0px;
  }
}
.weatherBlockMapParams:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  /* background: url(../images/beta-test.png) center center no-repeat #fff; */
  background-size: contain;
  width: 200px;
  height: 100px;
}
.weatherBlockMapResultWrapper3Blur{
   background: none;
   width: calc(100% + 20px);
   left: -10px;
} 
.weatherBlockMapResultWrapper3Blur > div:nth-child(1){
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  height: 100%;
  width: 100%;
}
.weatherBlockMapResultWrapper3Blur > div:nth-child(2){
  position: absolute;
  left: 25%;
  top: 20%;
  width: calc(50% - 80px);
  padding:40px 40px 40px 40px;
  background: #FFFFFF;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  text-transform: uppercase;
  text-align: left;
}
.weatherBlockMapResultWrapper3Blur > div:nth-child(2) > span{
  display: block;
  width: 100%;
  margin: 0px 0px 30px 0px;
}
.weatherBlockMapResultWrapper3Blur > div:nth-child(2) a{
  border: 1px solid #64B32C;
  border-radius: 4px;
  width: calc(100% - 40px);
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
  text-align: center;
  text-transform: none;
  display: block;
  position: relative;
  text-decoration: none;
}
.weatherBlockMapResultWrapper3Blur > div:nth-child(2) a span{
   position: relative;
}
.weatherBlockMapResultWrapper3Blur > div:nth-child(2) a span:before{
  content: '';
  position: absolute;
  left: -40px;
  top: 5px;
  width: 30px;
  height: 10px;
  background: url(../images/weatherarrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1140px) {
  .weatherBlockMapResultWrapper3{
    height: 350px;
  }
  .weatherBlockMapParams:after {
    position: static;
    width: 100px;
    height: 40px;
    margin-left: auto; 
  }
  .weatherBlockMapResultWrapper3Blur > div:nth-child(2){
    left: 0;
    top: 10%;
    width: calc(100% - 20px);
    padding: 10px 10px 10px 10px
  }
  .weatherForm {
    margin: 20px 0px 0px 20px;
  }
  .weatherForm div:nth-child(1) {
    width: calc(100% - 0px);
    padding: 0px 0px 0px 0px;
  }
  .weatherBlockMapParamsWrapper > div > div > div .radio{
    height: 10.6px
  }
  .weatherBlockMapParamsWrapper > div > div > div .radio.active:after{
    width: 9px;
    height: 9px
  }
  .weatherBlockMapParamsWrapper > div > div > div.agricultureShow .radio{
    height: 12.5px
  }
  .weatherBlockMapParamsWrapper > div > div > div.agricultureShow .radio.active:after{
    width: 11px;
    height: 11px
  }
}