.smart__slider .slider__wrap {

  width: 100%;

  position: relative;

}



.smart__slider .slider__image {

  width: 100%;

  height: auto;

  max-width: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  position: relative;

}



.smart__slider .slider__block {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 100;

  width: 100%;

  height: 100%;

}



.smart__slider .slick-slide {

  position: relative;

}



.smart__slider a.full__link {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 101;

  outline: none!important;

}



.smart__slider  .slider__block .row,

.smart__slider  .slider__block .col-sm-12 {

  height: 100%;

}



.smart__slider .slider__arrow {

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 999;

}



.smart__slider  .slider__arrow img {

	max-width: 100%;

}



.smart__slider  .arrow__left {

  left: 25px;

}



.smart__slider  .arrow__right {

  right: 25px;

}



.smart__slider  .slider__container {

  width: 90%;

  margin: 0 auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  height: 100%;

}



.smart__slider  .slider__text {

  width: 100%;

}



.smart__slider  .smart__button {
  background-color: transparent;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  font-family: inherit;

  font-size: 20px;
  font-weight: bold;

  color: #fff;
  text-transform: uppercase;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  min-height: 40px;

  outline: none;

  text-decoration: none!important;

}

.smart__slider  .smart__button:hover {
  background-color: #6DD2CE !important;
}

.smart__slider  .smart__button:focus {
  background-color: #2CBCB7 !important;
}

.smart__slider  .slider__wrap .slick-dots {

  bottom: 7px;

  width: -webkit-max-content;

  width: -moz-max-content;

  width: max-content;

  left: 50%;

  -webkit-transform: translateX(-50%);

      -ms-transform: translateX(-50%);

          transform: translateX(-50%);

}



.smart__slider  .slider__wrap .slick-dots li {

  width: 11px;

  height: 11px;

  border-radius: 100%;

  background-color: rgba(255, 255, 255, 0.28);

}



.smart__slider  .slider__wrap .slick-dots li button:before {

  width: 11px;

  height: 11px;

  border-radius: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  color: #fff;

  font-size: 12px;

  -webkit-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;

}

/* -- Video wallpapaer */

.smart__slider  .video__wallpapers {

  position: relative;

}



.smart__slider  .video__wallpapers video {

  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;

}



.smart__slider  .video__slider .slider__container {

  position: relative;

  z-index: 100;

}

@media(max-width: 1480px) {

	.smart__slider  .slider__arrow img {

		max-width: 70%;

	}

}



@media(max-width: 1280px) {

	.smart__slider .slider__arrow img {

		max-width: 50%;

	}

}

.smart__slider .item__punkt p {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}

.smart__slider .slider__text p {
  font-size: 24px;
  font-weight: bold;
  color: #E0E1E7;
  line-height: 25px;
}

@media(max-width: 1480px) {
  .smart__slider .item__punkt p {
    font-size: 35px;
  }

  .smart__slider .slider__text p {
    font-size: 20px;
    max-width: 400px;
  }
}

@media(max-width: 1280px) {
  .smart__slider .item__punkt p {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .smart__slider .slider__text p {
    font-size: 18px;
  }
}

@media(max-width: 768px) {
  .smart__slider .slider__container {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.smart__slider .slider__wrap .slick-dots li button:before {
    color: rgba(0,0,0,1) !important;
    opacity: 1 !important;
}
