/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/leaflet-geosearch/dist/geosearch.css ***!
  \***********************************************************************************************************************************************************************************************************************/
/* global styling */
.leaflet-control-geosearch *,
.leaflet-control-geosearch *:before,
.leaflet-control-geosearch *:after {
  box-sizing: border-box;
}

/* leaflet button styling */
.leaflet-control-geosearch .leaflet-bar-part {
  border-radius: 4px;
  border-bottom: none;
}

.leaflet-control-geosearch a.leaflet-bar-part:before,
.leaflet-control-geosearch a.leaflet-bar-part:after {
  position: absolute;
  display: block;
  content: "";
}

/* magnifying glass */
.leaflet-control-geosearch a.leaflet-bar-part:before {
  top: 15px;
  left: 13px;
  width: 6px;
  border-top: 2px solid #555;
  transform: rotateZ(45deg);
}

.leaflet-control-geosearch a.leaflet-bar-part:after {
  top: 8px;
  left: 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 2px solid #555;
}

/* resets for pending and error icons */
.leaflet-control-geosearch.error a.leaflet-bar-part:before,
.leaflet-control-geosearch.pending a.leaflet-bar-part:before {
  display: none;
}

.leaflet-control-geosearch.pending a.leaflet-bar-part:after,
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
}

/* pending icon */
.leaflet-control-geosearch.pending a.leaflet-bar-part:after {
  content: "";
  border: 2px solid #555;
  border-top: 2px solid #f3f3f3;
  animation: spin 1s linear infinite;
}

/* error icon */
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  content: "!";
  line-height: initial;
  font-weight: 600;
  font-size: 18px;
  border: none;
}

/* search form styling */
.leaflet-control-geosearch form {
  display: none;
  position: absolute;
  top: 0;
  left: 36px;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  background-clip: padding-box;
  z-index: -1;
  height: auto;
  margin: 0;
  padding: 0 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.leaflet-geosearch-button form.open {
  border-radius: 0 4px 4px 4px;
}

.leaflet-control-geosearch.active form {
  display: block;
}

.leaflet-geosearch-button.active .leaflet-bar-part {
  border-radius: 4px 0 0 4px;
  width: 36px;
}

.leaflet-geosearch-button form {
  max-width: 350px;
}

.leaflet-control-geosearch form input {
  min-width: 200px;
  width: 100%;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 26px;
  border: none;
  border-radius: 0 4px 4px 0;
  text-indent: 8px;
}

.leaflet-touch .leaflet-geosearch-bar form {
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.leaflet-touch .leaflet-geosearch-bar form input {
  height: 30px;
}

.leaflet-control-geosearch .results {
  background: #fff;
}

.leaflet-control-geosearch .results > * {
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leaflet-control-geosearch .results.active {
  padding: 8px 0;
  border-top: 1px solid #c6c6c6;
}

.leaflet-control-geosearch .results > .active,
.leaflet-control-geosearch .results > :hover {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
  cursor: pointer;
}

/* add missing border to form */
.leaflet-control-geosearch .results.active:after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: -2px;
  bottom: -2px;
  top: 30px;
}

.leaflet-touch .leaflet-control-geosearch .results.active:after {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
}

/* animations */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leaflet-top .leaflet-geosearch-bar,
.leaflet-bottom .leaflet-geosearch-bar {
  display: none;
}

.leaflet-geosearch-bar {
  position: relative;
  display: block;
  height: auto;
  width: 400px;
  max-width: calc(100% - 120px);
  margin: 10px auto 0;
  cursor: auto;
  z-index: 1000;
}

.leaflet-geosearch-bar form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border-radius: 4px;
}

.leaflet-geosearch-bar form input {
  min-width: 100%;
  width: 100%;
}

.leaflet-geosearch-bar .results.active:after {
  opacity: 0.2;
}

.leaflet-right .leaflet-control-geosearch form {
  right: 28px;
  left: initial;
  border-radius: 4px 0 0 4px;
  border-left: inherit;
  border-right: none;
}

.leaflet-bar-notfound {
  font-style: italic;
}

.leaflet-control-geosearch a.reset {
  color: black;
  font-weight: bold;
  position: absolute;
  line-height: 26px;
  padding: 0 8px;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
}

.leaflet-touch .leaflet-control-geosearch a.reset {
  line-height: 30px;
}

.leaflet-control-geosearch a.reset:hover {
  background: #f5f5f5;
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-multiselect/dist/vue-multiselect.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current, .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active, .multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter, .multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/front/scss/index.scss ***!
  \*****************************************************************************************************************************************************************************************************/
.leaflet-control-command-interior {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  padding: 3px;
  border-radius: 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  cursor: auto;
  text-align: center;
  background-color: #ffffff;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leaflet-control-layer {
  display: block;
  width: 240px;
  background: #f2f2f2;
  border-radius: 6px;
}
.leaflet-control-layer h5 {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 20px;
  color: #202020;
}
.leaflet-control-layer h5 span {
  font-weight: 500;
}
.leaflet-control-layer ul {
  display: block;
  width: 100%;
  background: #fbfbfb;
  border-radius: 6px;
  padding: 0.6em 0;
}
.leaflet-control-layer ul li {
  display: block;
  height: 100%;
  padding: 1.2em 1em 1.2em 2em;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-left: 1.5em;
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  color: #202020;
  background-repeat: no-repeat;
  background-position: left center;
}
.leaflet-control-layer ul li.icon-temperature {
  background-image: url(images/thermometer.svg);
}
.leaflet-control-layer ul li.icon-temperature:hover, .leaflet-control-layer ul li.icon-temperature.active {
  background-image: url(images/thermometer-hover.png);
}
.leaflet-control-layer ul li.icon-meteograms {
  background-image: url(images/meteograms.svg);
}
.leaflet-control-layer ul li.icon-topography {
  background-image: url(images/topography.svg);
}
.leaflet-control-layer ul li.icon-pressure {
  background-image: url(images/reduced_pressure.svg);
}
.leaflet-control-layer ul li.icon-wind {
  background-image: url(images/wind.png);
}
.leaflet-control-layer ul li.icon-cloud {
  background-image: url(images/cloud.png);
}
.leaflet-control-layer ul li:hover, .leaflet-control-layer ul li.active {
  font-weight: bold;
  color: #0a328c;
  cursor: pointer;
}

.meteograms-container__header {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.meteograms-container__header .header__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .meteograms-container__header .header__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .meteograms-container__header {
    padding: 0 50px 16px 50px;
  }
  .meteograms-container__header div:nth-of-type(2) {
    text-align: right;
  }
}
.meteograms-container__header .select-forecast {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #7e7e7e;
  padding: 8px 10px 8px 8px;
  border: 1px solid #d3d3d3;
  background-color: inherit;
}
.meteograms-container__header .select-available-time {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #7e7e7e;
  border: none;
  background-color: inherit;
  max-width: 200px;
}
.meteograms-container__header .select-available-time:active, .meteograms-container__header .select-available-time:focus {
  outline: none;
}

.chart {
  margin-bottom: 30px;
}
.chart .scrollable-wrapper {
  padding-bottom: 0 !important;
  margin: 0 auto;
}
.chart__legend {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .chart__legend {
    flex-wrap: wrap;
  }
}

.forecast-type__button {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 16px;
  color: #202020;
}
@media screen and (min-width: 576px) {
  .forecast-type__button {
    font-size: 14px;
    line-height: 14px;
  }
}
.forecast-type__button--active {
  border: 1px solid #082669;
  box-sizing: border-box;
  border-radius: 6px;
}
.forecast-type__button--disabled {
  opacity: 0.5;
}
.forecast-type__button--disabled:hover {
  cursor: not-allowed !important;
}
.forecast-type__button:hover {
  cursor: pointer;
}

.legend-container {
  display: flex;
  justify-content: flex-start;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.legend-top {
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .legend-top {
    position: relative;
  }
}
.legend-top .label {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #202020;
}
@media only screen and (min-width: 769px) {
  .legend-top .label {
    position: relative;
  }
}
.legend-top .label__light {
  font-weight: 400;
}
.legend-bottom {
  padding: 2px 50px 0 50px;
}
.legend-bottom--paddings {
  padding: 2px 30px 0 30px;
}
.legend-bottom__group {
  margin-top: -5px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 18px;
}
@media (min-width: 576px) {
  .legend-bottom__group:nth-of-type(2) {
    justify-content: flex-end;
  }
}
.legend-bottom__group--column {
  flex-direction: column;
}
.legend-bottom .label {
  display: flex;
  align-items: center;
  margin-right: 14px;
  margin-bottom: 6px;
}
.legend-bottom .label--top {
  align-items: flex-start;
}
.legend-bottom .label--top svg {
  margin-top: 3px;
}
.legend-bottom .label:last-of-type {
  margin-right: 0;
}
.legend-bottom .label__text {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  margin-left: 3px;
  white-space: nowrap;
  color: #7e7e7e;
}

.chart {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.scrollable-content {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
}
.scrollable-content::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.scrollable-content__active {
  cursor: grabbing;
  user-select: none;
}

.meteograms-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.meteograms-container__header {
  width: 100%;
  margin-top: 20px;
}
.meteograms-container__header--short .header__text {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .meteograms-container__header {
    margin-top: 0px;
    padding: 0 20px 16px 20px;
    flex-wrap: wrap;
  }
  .meteograms-container__header .forecast-type {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .meteograms-container__header .forecast-date .multiselect {
    min-width: 160px;
  }
}

.scroll-line {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 50px;
  position: relative;
  z-index: 200;
  height: 80px;
}
.scroll-line__button {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.scroll-line__button--left {
  left: 0;
}
.scroll-line__button--right {
  right: 0;
}
.scroll-line__button:hover {
  cursor: pointer;
}
@media (min-width: 576px) {
  .scroll-line__button {
    display: inline-block;
  }
}

.scroller {
  max-width: 820px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 758px) {
  .scroller {
    overflow-x: auto;
  }
}
.scroller__line {
  height: 80px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.scroller__line .line-vertical {
  position: absolute;
  background-color: #565656;
  top: calc(50% + 3.5px);
  transform: translateY(-50%);
  width: 1px;
  height: 7px;
}
.scroller__line .line-vertical--short {
  height: 3px;
  top: calc(50% + 1.5px);
}
.scroller__line .line-time {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 9px;
  top: -4px;
}
.scroller__line .line__items {
  width: 100%;
  height: 30px;
  position: relative;
}
.scroller__line .line__items:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #565656;
}
.scroller__line .line__night {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
}

.forecast-box {
  position: absolute;
  top: 5px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: 250px;
  min-height: 84px;
  z-index: -10;
}
@media (max-width: 768px) {
  .forecast-box {
    padding: 15px 20px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100%;
    background: #0A328C;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    color: #fff;
  }
}
.forecast-box--visible {
  display: block;
  z-index: 1000;
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .forecast-box--visible {
    top: 120px;
  }
}
.forecast-box--visible-bottom {
  display: block;
  z-index: 1000;
}
@media (max-width: 768px) {
  .forecast-box--visible-bottom {
    top: -120px;
  }
}
.forecast-box--short {
  top: 40px;
}
@media (max-width: 768px) {
  .forecast-box .box-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.forecast-box .box-content__header {
  padding: 7px 10px;
}
@media (min-width: 767px) {
  .forecast-box .box-content__header {
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    background: #F7F7F7;
    padding: 0 10px;
  }
}
.forecast-box .box-content__body {
  padding: 10px 15px 5px;
}
.forecast-box .box-content .date {
  color: #fff;
}
@media (min-width: 768px) {
  .forecast-box .box-content .date {
    color: #202020;
  }
}
.forecast-box .box-content .date__bigger {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.forecast-box .box-content .date__classic {
  font-size: 12px;
  line-height: 1;
}
.forecast-box .box-content .text {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1;
  color: #202020;
}
@media (max-width: 768px) {
  .forecast-box .box-content .text {
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-right: 12px;
  }
}

.home .leaflet-control-container .leaflet-top {
  top: 0px;
}

.leaflet-control-container .leaflet-top {
  top: 73px;
}
.leaflet-control-container .leaflet-geosearch-bar {
  margin: 15px 0 0 15px;
  border: 0;
}
.leaflet-control-container .leaflet-geosearch-bar form {
  padding: 0;
  border-radius: 6px;
  border: 0;
}
.leaflet-control-container .leaflet-geosearch-bar .glass {
  background: #FBFBFB;
  padding: 0 20px;
  margin: 10px 0;
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #202020;
}
.leaflet-control-container .leaflet-geosearch-bar .glass::placeholder {
  color: #202020;
}
.leaflet-control-container .leaflet-geosearch-bar .reset {
  display: none;
}
@media (max-width: 991px) {
  .leaflet-control-container .leaflet-geosearch-bar {
    display: none;
  }
}
.leaflet-control-container .leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-control-container .leaflet-bottom.leaflet-left .leaflet-control {
  background: none;
}
.leaflet-control-container .leaflet-bottom .leaflet-control {
  background-color: #FBFBFB;
}
.leaflet-control-container .leaflet-bottom .leaflet-control-zoom {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.leaflet-control-container .leaflet-bottom .leaflet-control-zoom-in {
  order: 2;
  border: none;
  border-radius: 0 6px 0 6px !important;
  border: 0;
  color: #6B6B6B;
  width: 43px;
}
.leaflet-control-container .leaflet-bottom .leaflet-control-zoom-out {
  border-radius: 6px 0 6px 0 !important;
  border: 0;
  order: 1;
  color: #6B6B6B;
  width: 43px;
}
@media (max-width: 991px) {
  .leaflet-control-container .leaflet-bottom .leaflet-control-zoom {
    display: none;
  }
}
.leaflet-control-container .leaflet-control-forecast {
  width: calc(99.5vw - 30px);
  margin: 10px 15px;
  display: block;
  background: none;
}
@media (max-width: 768px) {
  .leaflet-control-container .leaflet-control-forecast {
    margin: 10px 0 !important;
    width: 100%;
  }
}
.leaflet-control-container .leaflet-control-forecast p {
  padding: 10px 12px 8px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leaflet-control-container .leaflet-control-forecast p span {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
}
.leaflet-control-container .leaflet-control-forecast p .hour {
  font-size: 24px;
  line-height: 24px;
  margin-left: 10px;
}
.leaflet-control-container .leaflet-control-forecast a {
  display: inline-block;
  width: 1.2em;
  height: 1.4em;
  text-indent: -1000px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 1.3em;
}
.leaflet-control-container .leaflet-control-forecast a.forward {
  background-image: url(images/next.svg);
}
.leaflet-control-container .leaflet-control-forecast a.forward.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.leaflet-control-container .leaflet-control-forecast a.back {
  background-image: url(images/prev.svg);
}
.leaflet-control-container .leaflet-control-forecast a.back.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.leaflet-control-container .leaflet-control-forecast a.play {
  position: relative;
  left: 0.2em;
  background-image: url(images/play.svg);
}
.leaflet-control-container .leaflet-control-forecast a.play.disabled {
  display: none;
}
.leaflet-control-container .leaflet-control-forecast a.stop {
  position: relative;
  left: 0.2em;
  background-image: url(images/stop.svg);
}
.leaflet-control-container .leaflet-control-forecast a.stop.disabled {
  display: none;
}

.leaflet-right.leaflet-top {
  top: 5px;
}

@media (max-width: 991px) {
  .leaflet-top.leaflet-left {
    width: calc(100% - 30px);
    left: 50%;
    bottom: 15px;
    top: auto;
    transform: translateX(-50%);
    z-index: 1100;
  }
}
@media (max-width: 991px) {
  .leaflet-top.leaflet-left .leaflet-control-layer.leaflet-control {
    width: 100%;
    margin: 0;
  }
}
.leaflet-top.leaflet-left .leaflet-control-layer.leaflet-control .layer-control__header {
  display: flex;
  justify-content: space-between;
}
.leaflet-top.leaflet-left .leaflet-control-layer.leaflet-control .layer-control__list {
  transition: height 0.4s ease;
}
@media (max-width: 991px) {
  .leaflet-top.leaflet-left .leaflet-control-layer.leaflet-control .layer-control__list {
    height: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .leaflet-top.leaflet-left .leaflet-control-layer.leaflet-control .layer-control__list--active {
    height: auto;
  }
}
@media (max-width: 991px) {
  .leaflet-top.leaflet-left .leaflet-control-layer.leaflet-control .layer-control__item {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
    padding: 30px 5px 0;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top center;
    text-align: center;
    margin: 15px 12px;
    font-size: 12px;
    line-height: 14px;
  }
}

.leaflet-container--overlay {
  position: relative;
}
.forecast-control {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}
@media (min-width: 991px) {
  .forecast-control {
    margin-bottom: 10px;
  }
}
.forecast-control__date {
  background: #FFFFFF;
  border-radius: 41px;
  padding: 9px 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forecast-control__date .date__hours {
  margin: 0;
  padding: 0 !important;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 24px;
  color: #202020 !important;
}
.forecast-control__date .date__date {
  padding: 0 0 0 8px !important;
  margin: 0;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 12px;
  line-height: 9px;
  color: #202020 !important;
}
.forecast-control__controls {
  display: flex;
}
.forecast-control__controls .controls {
  background: #FFFFFF;
  border-radius: 6px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
}
.forecast-control__controls .controls a {
  height: 19px;
  width: 19px;
  margin: 0 8px;
  padding: 0;
  text-indent: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .forecast-control__controls {
    flex-wrap: wrap;
  }
  .forecast-control__controls .controls {
    border-radius: 0;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.forecast-control__controls--disable {
  display: none;
}
.forecast-control__hours {
  width: 30vw;
  margin-left: -8px;
  background: #F5F5F5;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forecast-control__hours .hours-slider {
  overflow-x: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Edge, Opera and Firefox */
}
.forecast-control__hours .hours-slider__date {
  position: absolute;
  top: -6px;
  left: 12px;
  color: #202020 !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: 9px !important;
}
.forecast-control__hours .hours-slider__item {
  padding: 0 9px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 12px;
  line-height: 9px;
  text-align: center;
  color: #A9A9A9 !important;
  position: relative;
}
.forecast-control__hours .hours-slider__item:hover {
  cursor: pointer;
  color: #0066FF !important;
  font-weight: 900;
}
.forecast-control__hours .hours-slider__item--active {
  color: #0066FF !important;
  font-weight: 900;
}
.forecast-control__hours .hours-slider:hover {
  cursor: grab;
}
@media (max-width: 768px) {
  .forecast-control__hours {
    border-radius: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100vw;
    margin-left: 0;
  }
  .forecast-control__hours .hours-slider {
    height: 50px;
  }
}

.model-list {
  display: none;
}
.model-list.active {
  display: block;
}

.leaflet-legend__container {
  max-height: 80vh;
  overflow: auto;
  padding: 0px 0px 10px 15px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .leaflet-legend__container {
    padding: 0px 0px 10px 10px;
    margin-right: 5px !important;
    margin-top: 0 !important;
  }
}
.leaflet-legend__title {
  font-family: Roboto, serif;
  font-weight: 900;
  font-size: 10px;
  line-height: 14px;
  color: #202020;
  margin-bottom: 7px;
  text-align: right;
}
.leaflet-legend .legend-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.leaflet-legend .legend-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaflet-legend .legend-list__item .item__text {
  font-family: Roboto, serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 16px;
  color: #202020;
}
.leaflet-legend .legend-list__item .item__color {
  display: inline-block;
  width: 6px;
  height: 14px;
  margin-left: 7px;
}
@media (min-width: 991px) {
  .leaflet-legend .legend-list__item .item__color {
    width: 7px;
    height: 14px;
  }
}
.leaflet-legend .legend-list--padding {
  padding-bottom: 15px;
}

.weather-widget {
  display: flex;
}
@media (min-width: 1366px) {
  .weather-widget {
    margin-right: 30px;
  }
}
.weather-widget__icon {
  max-width: 35px;
}
.weather-widget__info-wrap {
  display: none;
  margin-left: 1.1rem;
  font-size: 1.2rem;
  color: #fff;
  width: 100%;
}
@media (min-width: 1366px) {
  .weather-widget__info-wrap {
    display: block;
  }
}
.weather-widget__temp {
  font-weight: 900;
}
.weather-widget__location {
  font-weight: 500;
}

.multiselect {
  z-index: 201;
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  min-height: 30px;
  max-width: 150px;
  min-width: 150px;
  position: relative !important;
  cursor: pointer;
}
.multiselect--model {
  max-width: 130px !important;
  width: 100%;
  min-width: unset;
}
.multiselect--time .multiselect__tags {
  border: none;
}
.multiselect--time .multiselect__select:before {
  content: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4L0 0H8L4 4Z' fill='%237E7E7E'/%3E%3C/svg%3E%0A");
}
.multiselect--time.multiselect--active .multiselect__tags {
  border: 1px solid #e8e8e8;
}
.multiselect--active {
  min-height: 30px;
}
.multiselect--active .multiselect__tags {
  display: flex;
  align-items: center;
  paddingt: 0 13px;
  min-height: 30px !important;
  max-height: 30px !important;
  overflow: hidden;
}
.multiselect--active .multiselect__option {
  display: flex;
  align-items: center;
  max-height: 30px;
  min-height: 30px;
}
.multiselect--active .multiselect__single {
  display: flex;
  align-items: center;
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}
.multiselect--active .multiselect__select {
  top: 5px;
  right: 10px;
  margin: 0;
}
.multiselect * {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
.multiselect__tags {
  display: flex;
  align-items: center;
  padding: 0 11px;
  background-color: transparent;
  min-height: 30px;
}
.multiselect__single {
  background-color: transparent;
  margin: 0;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.multiselect__input {
  background-color: transparent;
}
.multiselect__option {
  min-height: 30px;
  display: flex;
  align-items: center;
}
.multiselect__option--highlight {
  background-color: #0a328c;
  color: white;
}
.multiselect__select {
  width: 13px;
  height: 16px;
  padding: 0;
  top: 9px;
  right: 8px;
}
.multiselect__select:before {
  top: 0;
  left: 0;
  margin: 0;
  position: absolute;
  border: none;
  content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L6.5 6.5L11 2' stroke='%237E7E7E' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

#map {
  width: 100%;
  height: calc(100vh - 17rem);
}
@media only screen and (min-width: 768px) {
  #map {
    height: calc(100vh - 6rem);
  }
}

.leaflet-control-container .leaflet-advertisement {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(calc(100% - 30px));
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .leaflet-control-container .leaflet-advertisement {
    display: none;
  }
}
.leaflet-control-container .leaflet-advertisement--visible {
  transform: translateY(0);
}
.leaflet-control-container .leaflet-advertisement--visible .map-advertisement {
  width: 700px;
}
@media (max-width: 768px) {
  .leaflet-control-container .leaflet-advertisement--visible .map-advertisement {
    width: 320px;
  }
}

.map-advertisement {
  transition: all 0.4s ease;
  width: 200px;
  height: 224px;
  left: 666px;
  top: 544px;
  background: #FFFFFF;
  padding: 10px;
}
.map-advertisement__header .header {
  display: flex;
  justify-content: center;
  position: relative;
}
.map-advertisement__header .header__title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 11px;
  line-height: 9px;
  letter-spacing: 0.28em;
  color: #727272;
}
.map-advertisement__header .header__action-button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  height: 8px;
  width: 13px;
  background-image: url(images/arrow.svg);
}
.map-advertisement__header .header__action-button--show {
  transform: translateY(-50%) rotate(0deg);
}

.weather-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  border-radius: 0.6rem;
  border: 1px solid #DBDBDB;
  width: 100%;
}
@media (min-width: 768px) {
  .weather-block {
    flex: 1 0 30%;
    max-width: 41.6rem;
  }
}
@media (min-width: 1920px) {
  .weather-block {
    max-width: 30%;
  }
}
.weather-block__logo {
  display: flex;
  justify-content: end;
  width: 100%;
  padding: 1rem;
}
.weather-block__local {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: #202020;
  margin-top: 1.5rem;
}
.weather-block__temp {
  font-family: "Arimo";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.7rem;
  line-height: 100%;
  font-weight: 400;
  color: #202020;
  padding-top: 1.5rem;
  padding-bottom: 4.1rem;
}
.weather-block__temp svg, .weather-block__temp .main-icon {
  margin-right: 1.8rem;
}
.weather-block__conditions {
  display: flex;
  padding: 0 3rem 3.3rem 3rem;
  align-items: end;
  align-content: center;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #DBDBDB;
}
.weather-block__condition {
  font-size: 1.2rem;
  line-height: 0.9rem;
  display: flex;
  align-items: center;
}
.weather-block__condition svg {
  margin-right: 0.7rem;
}
.weather-block__other-hours {
  display: flex;
  width: 100%;
  padding: 3.5rem 3rem 3rem 3rem;
  justify-content: center;
}
.weather-block__later-today {
  display: flex;
  border-right: 1px solid #DBDBDB;
}
.weather-block__later-tomorrow {
  display: flex;
}
.weather-block__item {
  margin: 0 1.5rem;
  color: #202020;
}
.weather-block__item--hour {
  font-size: 1.2rem;
  line-height: 0.9rem;
  padding-bottom: 2rem;
}
.weather-block__item--temp {
  font-size: 1.2rem;
  line-height: 0.9rem;
  font-weight: 700;
  padding-top: 2rem;
}
.weather-block__link {
  padding-bottom: 3.2rem;
}
.weather-block__link .default-anchor {
  color: #0A328C;
}

.icon-weather__scroll {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
}
.icon-weather__scroll::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.icon-weather__max-container {
  width: 920px;
  margin: 0 auto;
}
.icon-weather__night-rects {
  position: relative;
  margin: 0 auto;
  z-index: 0;
  max-width: 920px;
}
.icon-weather__night-rects .night-rects__item {
  position: absolute;
  background-color: #EEF0F3;
  z-index: 0;
}
.icon-weather__chart {
  position: relative;
  z-index: 1;
}
.icon-weather__chart--margin {
  margin-bottom: 25px;
}
.icon-weather__chart--margin-big {
  margin-bottom: 10px;
}

.leaflet-control-container .leaflet-left .leaflet-infobox {
  margin: 0;
}
.leaflet-control-container .leaflet-left .leaflet-infobox__container {
  padding: 2px 7px;
  background-color: #fff;
}
.leaflet-control-container .leaflet-left .leaflet-infobox__text {
  font-size: 12px;
  font-weight: 500;
}

.tooltip-activator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #565656;
  font-size: 12px;
  font-weight: 800;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltip-activator:hover {
  cursor: pointer;
}
.tooltip-activator:hover:after {
  display: block;
}
@media screen and (max-width: 991px) {
  .tooltip-activator {
    display: none;
  }
}

.tooltip-box {
  display: none;
  background: #0A328C;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  width: 200px;
  font-size: 12px;
  font-weight: 800;
  margin-left: 8px;
}
.tooltip-box--active {
  display: inline-block;
  left: 140px;
  top: 30px;
  z-index: 100;
}
.tooltip-box--active-right {
  display: inline-block;
  right: 15px;
  left: auto;
  bottom: 20px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  display: none;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #082669;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/leaflet/dist/leaflet.css ***!
  \***********************************************************************************************************************************************************************************************************/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/front/vue/view/Meteograms.vue?vue&type=style&index=0&id=f901b2ee&scoped=true&lang=css& ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.fixedScrollLine[data-v-f901b2ee] {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  /* border-style: groove; */
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??clonedRuleSet-5[0].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.min.css ***!
  \********************************************************************************************************************************************************************************************************/
/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/*# sourceMappingURL=main.css.map*/