* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

.gallery {
  width: 1440px;
  align-self: center;
  max-width: 1440px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 156px;
  margin: 0 auto;
}

.gallery-item {
  width: calc((100% - 48px) / 3);
  height: 200px;
}

.gallery-image {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal {
  background-color: rgba(46, 47, 66, 0.8);
}

/* .image-modal {
  width: 1112px;
  height: 640px;
} */
