@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=UnifrakturMaguntia&display=swap');

.cloak {
  position: relative;
}

.cloak__title {
  z-index: 9;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
  max-width: 450px;
  width: 100%;
}

.cloak__wrapper {
  background-image: url(../images/cloakbg.jpg);
  background-position: center bottom;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cloak__list {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
  bottom: 0; */
  padding: 0 20px;
}

.cloak__item {
  /* height: 100%; */
  position: relative;
}

.cloak__item:not(:last-child) {
  margin-right: -50px;
}

.cloak__list img {
  /* height: 100%; */
  cursor: pointer;
}

.cloak__item_back {
  display: none;
  font-family: "Inter";
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b41524;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 33px;
  text-align: center;
  color: #E4B2B2;
  padding: 14px 30px;
  line-height: 100%;
  border-radius: 210px;
}

.back-100 .cloak__item_back {
  background-color: #16944F;
  color: #fff;
}

/* .cloak__item picture {
  height: 100%;
} */

.cloak__img-back {
  display: none;
}

.main-contant .cloak__img-back {
  display: none;
}

.cloak__img-100 {
  display: none;
}

.main-contant .cloak__img-100 {
  display: none;
}

.back.cloak__item_1 .cloak__img,
.back-100.cloak__item_1 .cloak__img {
  display: none;
}

.back.cloak__item_2 .cloak__img,
.back-100.cloak__item_2 .cloak__img {
  display: none;
}

.back.cloak__item_3 .cloak__img,
.back-100.cloak__item_3 .cloak__img {
  display: none;
}

.cloak__item.back .cloak__img-back {
  display: block;
}

.cloak__item.back-100 .cloak__img-100 {
  display: block;
}

@media (max-width:1200px) {
  .cloak__title {
    top: 12px;
    font-size: 19px;
    max-width: 396px;
  }

}

@media (max-width:768px) {
  .cloak__title {
    font-size: 25px;
  }

  .cloak__list {
    flex-wrap: wrap;
    padding-bottom: 100px;
  }

  .cloak__item {
    max-width: 50%;
    margin-right: 0 !important;
  }

  .cloak__item:last-child {
    margin-top: -17%;
  }

  .cloak__item_back {
    font-size: 26px;
    padding: 10px 20px;
  }
}

@media (max-width:678px) {
  .cloak__title {
    font-size: 23px;
  }

  .cloak__item_back {
    top: 38%;
  }
}

@media (max-width:479px) {
  .cloak__title {
    font-size: 24px;
    max-width: 320px;
  }
}