



.time__slider .slick-list {
  overflow: visible;
}

.time__item {
  position: relative;
  background-size: cover;
  background-position: center;
}

.time__item:after {
  content: '';
  display: block;
  padding-top: 48%;
}

@media only screen and (max-width: 1000px) {
  .time__item {
    min-height: 765px;
  }
  .time__item:after {
    display: none;
  }
}

.time__box {
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 422px;
}

.time__box:after {
  content: '';
  border: 1px solid var(--kmnd-color-accent);
  right: 20px;
  left: 20px;
  top: -20px;
  bottom: -20px;
  position: absolute;
  z-index: -1;
}

.time__title {
  background: #fff;
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  padding: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.time__title span {
  color: var(--kmnd-color-accent);
}

.time__info {
  background: rgba(30, 30, 30, 0.4);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  padding: 18px 18px 73px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.time__status {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.time__temperature {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 96px;
  line-height: 90.5%;
  position: relative;
  margin-bottom: 20px;
}

.time__temperature:after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.time__now {
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media only screen and (max-width: 700px) {
	.time {
		margin-top: 90px;
	}
}

@media only screen and (max-width: 600px) {
  .time__box {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 400px) {
  .time__temperature {
    font-size: 60px;
  }
  .time__now {
    font-size: 60px;
  }
  .time__title {
    font-size: 30px;
  }
}
