.max-w-\[870px\] {
  max-width: 670px;
}
.h-full {
  height: 100%;
}
.max-h-\[653px\] {
  max-height: 653px;
  border-radius: 2px;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.block-i {display: block !important;}
.inline-block-i {float: left !important;}
.relative {
  position: relative;
}
.rounded-\[15px\] {
  border-radius: 3px;
}
.overflow-hidden {
  overflow: hidden;
}
.h-\[653px\] {
  height: 653px;
}
.absolute {
  position: absolute;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.w-full {
	width: auto;
  /*width: 100%;*/
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.w-\[160px\] {
  width: 160px;
  cursor:pointer;
}
.max-h-\[120px\] {
  max-height: 115px;
}
@media (max-width: 767px) {
  .-md\:mt-5 {
    margin-top: 1.25rem;
  }
  .-md\:hidden {
    display: none;
  }
}
@media (max-width: 490px) {
  .max-h-\[653px\] {
    max-height: 353px;
  }
  .max-h-\[120px\] {
    height: 75px;
  }
}
@media (max-width: 340px) {
  .max-h-\[653px\] {
    max-height: 353px;
  }
}
@media (max-width: 260px) {
  .max-h-\[653px\] {
    max-height: 253px;
  }
}