

/* Start:/local/templates/basf_new/styles/weather-forecast.css?177627060814257*/
.weather-forecast__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1440px) {
  .weather-forecast__main {
    gap: 40px;
  }
}
.weather-forecast__cover-container {
  width: 100%;
  height: 343px;
  border-radius: 32px;
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .weather-forecast__cover-container {
    height: 340px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__cover-container {
    height: 450px;
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.weather-forecast__cover-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .weather-forecast__header {
    font-size: 32px !important;
  }
}
.weather-forecast__search-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
@media (min-width: 1440px) {
  .weather-forecast__search-container {
    flex-direction: row;
  }
}
.weather-forecast__block-title {
  margin-bottom: 8px;
}
@media (min-width: 1440px) {
  .weather-forecast__block-title {
    margin-bottom: 0;
  }
}
.weather-forecast__search {
  align-items: center;
  display: flex;
  padding: 21px 16px 21px 24px;
  box-sizing: border-box;
  border: 1px solid;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  border-radius: 24px;
  border: 1px solid #ededed;
  flex: 1;
  position: relative;
}
.weather-forecast__input {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 0;
  line-height: normal;
  font-size: 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-family: "Helvetica Neue";
  outline: none;
}
.weather-forecast__suffix {
  width: 24px;
  height: 24px;
}
.weather-forecast__suffix-icon {
  width: 24px;
  height: 24px;
}
.weather-forecast__autocomplete {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
}
.weather-forecast__autocomplete-list {
  display: none;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  border-radius: 12px;
  border: 1px solid #ededed;
  background: #fff;
  max-height: 280px;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.weather-forecast__autocomplete-list--open {
  display: block;
}
.weather-forecast__autocomplete-item {
  font-size: 14px;
  font-family: "Helvetica Neue";
  font-weight: 400;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.weather-forecast__autocomplete-item:hover,
.weather-forecast__autocomplete-item--active {
  background-color: #f5f5f5;
}
.weather-forecast__location-button {
  background-color: #414141;
  padding: 21px 32px;
  border-radius: 24px;
}
.weather-forecast__location-button:hover {
  background-color: rgb(39.5, 39.5, 39.5);
}
.weather-forecast__location-button .button__content {
  width: auto;
}
.weather-forecast__location-button .text {
  margin: 0;
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .weather-forecast__location-button .text {
    font-size: 18px !important;
  }
}
.weather-forecast__slider {
  gap: 24px;
  overflow: hidden;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .weather-forecast__slider {
    display: none;
  }
}
.weather-forecast__swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  position: relative;
}
.weather-forecast__swiper .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}
.weather-forecast__swiper .swiper-slide {
  width: 228px !important;
  height: 112px !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  align-items: flex-start;
  text-align: left;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.weather-forecast__swiper .swiper-slide:hover {
  transform: scale(0.99);
}
.weather-forecast__swiper .swiper-slide .weather-forecast__slider-item {
  width: 100%;
  height: 100%;
}
.weather-forecast__swiper-scrollbar {
  margin-top: 25px;
  height: 6px;
  border: 1px solid #ededed;
  border-radius: 31px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.weather-forecast__swiper-scrollbar .swiper-scrollbar-drag {
  background: #65ac1e;
  border-radius: 31px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.weather-forecast__parameters-container {
  display: none;
}
@media (min-width: 768px) {
  .weather-forecast__parameters-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 112px;
    gap: 10px;
    padding-top: 8px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__parameters-container {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 116px;
    gap: 15px;
    padding: 32px 0;
  }
}
@media (min-width: 1920px) {
  .weather-forecast__parameters-container {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 128px;
    gap: 15px;
  }
}
.weather-forecast__parameter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #ededed;
}
.weather-forecast__parameter-name-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.weather-forecast__parameter-name {
  font-size: 14px !important;
  text-wrap: nowrap;
}
.weather-forecast__chart-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .weather-forecast__chart-wrapper {
    padding: 0;
    margin-bottom: 8px;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__chart-wrapper {
    margin-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .weather-forecast__chart-wrapper {
    margin-bottom: 32px;
  }
}
.weather-forecast__chart-scroll {
  overflow: auto;
}
@media (min-width: 768px) {
  .weather-forecast__chart-scroll {
    overflow: unset;
  }
}
.weather-forecast__chart {
  width: 1200px;
  background-color: #fafafa;
  padding: 16px 40px 24px 18px;
  border-radius: 20px;
  border: 1px solid #ededed;
}
@media (min-width: 768px) {
  .weather-forecast__chart {
    width: unset;
    border-radius: 13px;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__chart {
    border-radius: 24px;
  }
}
@media (min-width: 1920px) {
  .weather-forecast__chart {
    border-radius: 33px;
  }
}
.weather-forecast__chart .apexcharts-toolbar {
  display: none;
}
.weather-forecast__chart .apexcharts-legend {
  display: none;
}
.weather-forecast__chart-zoom-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 15px;
  right: 8px;
  background-color: #fff;
  border-radius: 12px;
  z-index: 2;
}
.weather-forecast__chart-zoom-buttons button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 12px;
}
.weather-forecast__chart-zoom-buttons button img {
  width: 24px;
  height: auto;
}
.weather-forecast__cards-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .weather-forecast__cards-container {
    padding: 32px 0;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__cards-container {
    gap: 15px;
  }
}
.weather-forecast__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  background-color: #fafafa;
  padding: 16px 18px 24px 18px;
  border-radius: 12px;
  border: 1px solid #ededed;
}
@media (min-width: 768px) {
  .weather-forecast__card {
    height: 90px;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    padding: 16px 33px 16px 18px;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__card {
    height: 100px;
    padding: 24px 32px;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__card {
    height: 124px;
    padding: 32px;
  }
}
.weather-forecast__card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .weather-forecast__card-header {
    min-width: 120px;
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .weather-forecast__card-date-not-tablet {
    display: none;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__card-date-not-tablet {
    display: unset;
  }
}
.weather-forecast__card-date-only-tablet {
  display: none;
}
@media (min-width: 768px) {
  .weather-forecast__card-date-only-tablet {
    display: unset;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__card-date-only-tablet {
    display: none;
  }
}
.weather-forecast__card-body {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media (min-width: 768px) {
  .weather-forecast__card-body {
    min-width: 520px;
    padding: 7px 0;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__card-body {
    padding: 0;
  }
}
.weather-forecast__card-condition {
  font-size: 14px !important;
}
.weather-forecast__card-column {
  width: 80px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1440px) {
  .weather-forecast__card-column {
    width: 160px;
    gap: 12px;
  }
}
.weather-forecast__card-column-time {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px !important;
}
.weather-forecast__chart-filters-button {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .weather-forecast__chart-filters-button {
    display: none;
  }
}
.weather-forecast__chart-filters-button .text {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .weather-forecast__chart-filters-button .text {
    font-size: 18px !important;
  }
}
.weather-forecast__filters-modal-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  max-height: 100%;
  border-radius: 0;
}
.weather-forecast__filters-modal {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .weather-forecast__filters-modal {
    padding: 0 32px;
  }
}
.weather-forecast__filters-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .weather-forecast__filters-modal-header {
    padding-top: 34.5px;
    padding-bottom: 34.5px;
  }
}
.weather-forecast__chart-controls-container {
  display: none;
}
@media (min-width: 768px) {
  .weather-forecast__chart-controls-container {
    display: unset;
  }
}
@media (max-width: 768px) {
  .weather-forecast__chart-controls {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid #ededed;
    border-radius: 24px;
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .weather-forecast__chart-controls {
    display: grid;
    grid-template-columns: repeat(auto-fill, 220px);
    gap: 16px;
    padding: 16px 0;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__chart-controls {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .weather-forecast__chart-controls {
    grid-template-columns: repeat(4, 250px);
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
.weather-forecast__checkbox {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #ededed;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 1920px) {
  .weather-forecast__checkbox-text {
    font-size: 14px !important;
  }
}
.weather-forecast__hidden-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.weather-forecast__custom-checkbox {
  background-image: url("/local/templates/basf_new/assets/svg/checkWhite.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.weather-forecast__custom-checkbox--green {
  border-color: #02793a;
}
.weather-forecast__custom-checkbox--light-green {
  border-color: #8cbd22;
}
.weather-forecast__custom-checkbox--blue {
  border-color: #004a96;
}
.weather-forecast__custom-checkbox--light-blue {
  border-color: #00a3e0;
}
@media (min-width: 1920px) {
  .weather-forecast__custom-checkbox {
    width: 32px;
    height: 32px;
  }
}
.weather-forecast__hidden-checkbox:checked
  + .weather-forecast__custom-checkbox {
  position: relative;
}
.weather-forecast__hidden-checkbox:checked
  + .weather-forecast__custom-checkbox--green {
  background-color: #02793a;
}
.weather-forecast__hidden-checkbox:checked
  + .weather-forecast__custom-checkbox--light-green {
  background-color: #8cbd22;
}
.weather-forecast__hidden-checkbox:checked
  + .weather-forecast__custom-checkbox--blue {
  background-color: #004a96;
}
.weather-forecast__hidden-checkbox:checked
  + .weather-forecast__custom-checkbox--light-blue {
  background-color: #00a3e0;
}
.weather-forecast__try-again-title {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .weather-forecast__not-tablet-text {
    display: none;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__not-tablet-text {
    display: block;
  }
}
.weather-forecast__only-tablet-text {
  display: none;
}
@media (min-width: 768px) {
  .weather-forecast__only-tablet-text {
    display: block;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__only-tablet-text {
    display: none;
  }
}
.weather-forecast__try-again-button {
  width: 343px;
  height: 57px;
  padding: 20px;
  border-radius: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .weather-forecast__try-again-button {
    width: 214px;
  }
}
@media (min-width: 1440px) {
  .weather-forecast__try-again-button {
    width: 333px;
    padding: 24px;
    height: 69px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.weather-forecast__try-again-button .text {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .weather-forecast__try-again-button .text {
    font-size: 18px !important;
  }
}

/* End */
/* /local/templates/basf_new/styles/weather-forecast.css?177627060814257 */
