:root {
  --main-color: #001a70;
  --main-color-50-rgba: rgba(0,26,122,0.5);
  --extra-color: #aadcf0;
  --bg-main-color: #e8f8ff;
  --bg-color: #f7f7f7;
  --focused-color: #83dfcb;
}
.bot-global-hr {
  color: inherit;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
a {
  cursor: pointer;
}
input {
  line-height: normal;
  outline: none;
}
button:active,
button:hover,
a:active,
a:hover {
  outline: 0;
}
.button,
button {
  display: inline-block;
  flex-shrink: 0;
  background-color: transparent;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.button:hover,
button:hover {
  -o-border-image: none;
     border-image: none;
}
.button--full-block {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
}
.button--pointer {
  pointer-events: auto;
  cursor: pointer;
}
.button--main-color {
  color: #fff;
  background-color: var(--main-color);
}
@media (any-hover: hover) {
  .button--main-color:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.button--extra-color {
  color: var(--main-color);
  background-color: var(--extra-color);
}
@media (any-hover: hover) {
  .button--extra-color:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.button--square {
  border-radius: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .button--square {
    border-radius: 0.375rem;
  }
}
.button--default {
  min-height: 2.3125rem;
  padding: 0.875rem 1.125rem;
  border-radius: 1.25rem;
}
.button__icon-map-pin {
  width: 1.375rem;
  height: 1.375rem;
}
.button__icon-to-top {
  width: 1.125rem;
  height: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .button__icon-to-top {
    width: 1.625rem;
    height: 1.75rem;
  }
}
.button__icon-helper {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .button__icon-helper {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.widgets img {
  max-width: 100%;
  height: auto;
  word-break: break-word;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.image-container {
  position: relative;
}
.image-container .image-container {
  position: absolute;
}
.image-container .image-wrapper {
  width: 100%;
}
.image-wrapper-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.image-wrapper {
  position: relative;
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.aspect-ratio {
  flex-shrink: 0;
  position: relative;
}
.aspect-ratio::before {
  content: '';
  display: block;
}
.with-child-icon {
  display: flex;
  align-items: flex-start;
}
.with-child-icon-center {
  display: flex;
  align-items: center;
}
.icon,
.icon-wrapper svg,
.icon-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon-wrapper {
  position: relative;
  flex-shrink: 0;
}
.icon-wrapper-row {
  position: relative;
  margin-left: 0.5rem;
}
.icon-wrapper {
  display: flex;
}
.w-24 {
  width: 1.5rem;
  height: 1.5rem;
}
.w-28 {
  width: 1.5rem;
  height: 1.5rem;
}
.w-36 {
  width: 2.25rem;
  height: 2.25rem;
}
.w-54 {
  width: 3.375rem;
  height: 3.375rem;
}
.w-80 {
  width: 5rem;
  height: 5rem;
}
@media only screen and (max-width: 767px) {
  .w-40-mob {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.mb-8-childs > *:last-child,
.mr-12-childs > *:last-child,
.mr-10-childs-mob > *:last-child {
  margin-right: 0;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .mb-0-mob {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mb-8-mob {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .mb-20-mob {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .mb-24-mob {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .mb-0-desk {
    margin-bottom: 0;
  }
}
.mb-auto {
  margin-bottom: auto;
}
@media only screen and (min-width: 1024px) {
  .mt-0-desk {
    margin-top: 0;
  }
}
.mt-0 {
  margin-top: 0;
}
.mt-auto {
  margin-top: auto;
}
.mb-8-childs > * {
  margin-bottom: 0.5rem;
}
.mr-12-childs > * {
  margin-right: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .mr-10-childs-mob > * {
    margin-right: 0.625rem;
  }
}
.pt-100 {
  padding-top: 6.25rem;
}
.pb-240 {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  .pt-30-mob {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .pb-30-mob {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .pb-0-mob {
    padding-bottom: 0;
  }
}
.some-text p:last-child,
.some-text ul:last-child,
.some-text ol:last-child {
  margin-bottom: 0;
}
.bot-global-hr {
  color: inherit;
}
.text-center {
  display: flex;
  justify-content: center;
  text-align: center;
}
.title--h2 {
  font-weight: 600;
}
.title {
  margin-top: 0;
}
.title:not([class*="mb"]) {
  margin-bottom: 0;
}
.title--h2 {
  font-size: 2.125rem;
  line-height: 1.1;
  color: var(--main-color);
}
@media only screen and (min-width: 768px) {
  .title--h2 {
    font-size: 3.75rem;
  }
}
.helper {
  position: fixed;
  z-index: 15;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  max-height: 90vh;
  max-width: 26.875rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .helper {
    bottom: 1rem;
    right: 5.714285714285714%;
  }
}
@media only screen and (min-width: 1024px) {
  .helper {
    right: 10%;
    min-height: 36.25rem;
  }
}
.helper input::-webkit-input-placeholder {
  color: rgba(0,26,112,0.78);
}
.helper input::-moz-placeholder {
  color: rgba(0,26,112,0.78);
}
.helper input::-ms-input-placeholder {
  color: rgba(0,26,112,0.78);
}
.helper input::placeholder {
  color: rgba(0,26,112,0.78);
}
.helper input:placeholder {
  color: rgba(0,26,112,0.78);
}
.helper__container {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .helper__container {
    border-radius: 1.25rem;
  }
}
.helper__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  color: #fff;
  background-color: var(--main-color);
}
@media only screen and (min-width: 768px) {
  .helper__header {
    padding: 1.15625rem 1.25rem;
  }
}
.helper__avatar {
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.helper__name-wrapper {
  display: flex;
  align-items: center;
}
.helper__name {
  font-size: 1rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .helper__name {
    font-size: 1.5rem;
  }
}
.helper__cross {
  margin-left: 0.75rem;
}
.helper__disclaimer {
  padding: 0.375rem 1.25rem;
  font-size: 0.75rem;
  line-height: 1.2;
  color: var(--main-color-50-rgba);
  background-color: var(--bg-main-color);
}
.helper__main {
  flex-grow: 1;
  overflow: auto;
}
.helper__main-container {
  max-height: 25rem;
  padding: 0.8125rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .helper__main-container {
    padding: 1rem 1.25rem;
  }
}
.helper__ai {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.helper__self {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.helper__option-button {
  text-align: left;
  font-size: 0.875rem;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.helper__option-button[disabled] {
  pointer-events: none;
  opacity: 0.6;
}
.helper__input-block {
  padding: 0.75rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .helper__input-block {
    padding: 1rem 1.25rem;
  }
}
.helper__input-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 3.3125rem;
}
.helper__input-container:focus-within .helper__submit-button {
  color: var(--focused-color);
}
.helper__input-wrapper {
  flex-grow: 1;
  height: 100%;
}
.helper__input {
  display: block;
  height: 100%;
  width: 100%;
  padding: 1.0625rem 3.25rem 1.0625rem 1.25rem;
  font-size: 1rem;
  border: 0;
  border-radius: 0;
  background-color: #f6f6f6;
  border-radius: 0.375rem;
}
.helper__submit-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  flex-shrink: 0;
  margin-left: 0.75rem;
  color: var(--main-color);
}
@media (any-hover: hover) {
  .helper__submit-button:hover {
    -webkit-transform: scale(1.05) translateY(-50%);
            transform: scale(1.05) translateY(-50%);
  }
}
.helper__dialog-block--ai {
  max-width: 17.5rem;
  margin-bottom: 0.5rem;
}
.helper__dialog-block--ai:last-child {
  margin-bottom: 0;
}
.helper__dialog-block--self {
  max-width: 97.17948717948718%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .helper__dialog-block--ai {
    max-width: 75.38461538461539%;
  }
}
.helper__dialog-item {
  font-size: 0.875rem;
  line-height: 1.2;
}
.helper__dialog-item.helper__ai .helper__dialog-message {
  padding: 0.875rem 1.25rem;
  border-radius: 1.25rem 1.25rem 1.25rem 0.25rem;
  background-color: #e8f8ff;
  color: #001a70;
}
.helper__dialog-item.button {
  opacity: 0.6;
}
.helper__container {
  display: flex;
  width: 100%;
}
.helper__wrapper {
  width: 100%;
}
.helper__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.helper__buttons.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.helper sup {
  line-height: 1;
  position: relative;
  top: 4px;
  color: inherit;
}
.intro {
  background-color: #e8f8ff;
  height: 100vh;
}
.pollen-map {
  background-image: linear-gradient(181deg, #98cfe3 0.57%, #e2e3e8 100%);
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .pollen-map {
    border-top-left-radius: 3.75rem;
    border-top-right-radius: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .pollen-map__container {
    width: 100%;
  }
}
.pollen-map__wrapper {
  position: relative;
  padding-top: 111.56250000000001%;
  background-color: #a3b3cb;
  overflow: hidden;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .pollen-map__wrapper {
    padding-bottom: 1.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .pollen-map__wrapper {
    padding-top: 37.333333333333336%;
    border-radius: 1.25rem;
  }
}
.pollen-map__target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pollen-map ul li {
  padding: 6px 14px;
}
.pollen-map ul li::before {
  content: none;
}
.pollen-map .btn-success {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #001a70;
  background-color: var(--extra-color);
  border-color: var(--extra-color);
}
.pollen-map .btn-success .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media (any-hover: hover) {
  .pollen-map .btn-success:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
}
.pollen-map .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  top: -4px;
  left: 8px;
}
.pollen-map__target-container {
  position: relative;
}
.pollen-map__legend-block {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .pollen-map__legend-block {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .pollen-map__legend-block {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }
}
.pollen-map__legend-wrapper {
  background-color: var(--extra-color);
  padding: 1rem 1.25rem;
}
@media only screen and (max-width: 767px) {
  .pollen-map__legend-wrapper {
    width: 100%;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .pollen-map__legend-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.pollen-map__legend-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.pollen-map__legend-item {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 0 1rem;
  color: var(--main-color);
}
.pollen-map__legend-item::before {
  content: none;
}
.pollen-map__legend-item:last-child {
  margin-bottom: 0;
}
.pollen-map__legend-color {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  border-radius: 50%;
}
/* .widgets {
  position: fixed;
  z-index: 20;
  display: flex;
  right: 5.714285714285714%;
} */
.widgets svg {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .widgets {
    right: 10%;
  }
}
.widgets__el > .button {
  display: flex;
}
.widgets__buttons {
  position: fixed;
  bottom: 326px;
  z-index: 14;
  right: 20px;
  display: flex;
  align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  .widgets__buttons {
    bottom: 223px;
    right: 40px;
  }
}
 
@media only screen and (min-width: 1024px) {
  .widgets__buttons {
    width: 1200px;
    right: auto;
    left: 50%;
    transform: translate(-50%);
    justify-content: flex-end;
  }
}

@media (any-hover: hover) {
  .widgets__buttons .button:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.widgets__map-btn {
  display: block;
}