.crystal-page-image {
  position: relative;
  width: 100%;
  height: 769px;
  overflow: hidden;
}

.crystal-page-image img {
  position: absolute;
  max-width: 2222px;
  top: -160px;
  left: calc(50% - 1111px);
  width: 2222px;
  height: 769px;
}

.crystal-icon {
  height: 100%;
}

.crystals-section-title {
  position: relative;
  z-index: 1;
  margin-top: -220px;
}

.crystals .main-info {
  cursor: pointer;
  height: 100px;
  background: #15252e;
  border: 1px solid #223642;
  transition: 0.3s;
}

.crystals .info-text {
  padding: 30px;
}

.crystal-name {
  font-weight: bold;
}

.crystal-item.green .crystal-name {
  color: #badf57;
}

.crystal-item.yellow .crystal-name {
  color: #fbc431;
}

.crystal-item.blue .crystal-name {
  color: #6ccaff;
}

.crystal-item.grey .crystal-name {
  color: #76787f;
}

.crystal-icon {
  position: relative;
  background: #0c1820;
}

.crystals .crystal-icon .top-border:after,
.crystals .crystal-icon .top-border:before {
  top: -7px;
  width: 27px;
  height: 30px;
  background: url("../../../images/donation-page/donation-option-elem.png") center no-repeat;
}

.crystals .crystal-icon .top-border:before {
  left: -6px;
}

.crystals .crystal-icon .top-border:after {
  right: -6px;
}

.crystals .crystal-icon .bottom-border:after,
.crystals .crystal-icon .bottom-border:before {
  bottom: -7px;
  width: 27px;
  height: 30px;
  background: url("../../../images/donation-page/donation-option-elem.png") center no-repeat;
}

.crystals .crystal-icon .bottom-border:before {
  left: -6px;
  transform: rotateX(180deg);
}

.crystals .crystal-icon .bottom-border:after {
  right: -6px;
  transform: rotateZ(180deg);
}

.crystals {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.crystals .expand-block {
  overflow: hidden;
  max-height: 0;
  transition: 1s;
}

.crystals .crystal-item.expanded .expand-block {
  max-height: 800px;
}

.crystals .crystal-item.expanded .main-info {
  background: #0a1a24;
}

.crystals .expand-block-content {
  flex-wrap: nowrap;
  background: #0a1a24;
  padding: 50px;
  border: 1px solid #223642;
}

.crystal-more-info {
  padding-left: 70px;
}

.crystal-description {
  font-size: 17px;
  line-height: 24px;
  margin-top: 30px;
}

.crystals .collapse-icon {
  position: relative;
  height: 100%;
  width: 100px;
  background: rgba(12, 18, 22, 0.2);
  margin-left: auto;
}

.crystals .collapse-icon:after {
  content: "";
  position: absolute;
  top: calc(50% - 29px);
  right: calc(50% - 29px);
  width: 58px;
  height: 58px;
  background: url("../../../images/right-arrow.png") center no-repeat;
  transform: rotate(90deg);
  transition: 0.3s;
}

.crystals .crystal-item.expanded .collapse-icon:after {
  transform: rotate(-90deg);
}

.text-crystal {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #eaf0f3f5;
	max-width: 600px;
  font-family: 'Philosopher', sans-serif;
}


