.slick-prev,
.slick-next {
  font-size: 18px;
  background-color: #ccc;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.slick-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 43%;
    left: 15px;
    z-index: 1;
    background: #ffffff8a;
    background-image: url(../img/strelka.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position-x: 10px;
    background-position-y: 8px;
    border-radius: 50%;
    rotate: 180deg;
}

.slick-prev:hover,
.slick-prev:active {
  background: #734aa05c;
  background-image: url(../img/strelka.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position-x: 10px;
  background-position-y: 8px;
}

.slick-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 43%;
    right: 15px;
    z-index: 1;
    background: #ffffff8a;
    background-image: url(../img/strelka.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position-x: 10px;
    background-position-y: 8px;
    border-radius: 50%;
}

.slick-next:hover,
.slick-next:active {
  background: #734aa05c;
  background-image: url(../img/strelka.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position-x: 10px;
  background-position-y: 8px;
}

.slider img {
  width: 100%;
}



.tia_img_full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #393a39de;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.tia_img_full img {
    /* width: 100%; */
    max-width: 100%;
    max-height: 100%;
}

.tia_img_full i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    font-size: 30px;
    color: white;
    z-index: 1;
}



