:root {
  --erfluctuations-white: #fffeff;
  --erfluctuations-forest: #00402a;
  --erfluctuations-green: #00a443;
  --erfluctuations-green-dark: #007F33;
  --erfluctuations-brown: #615d5a;
  --erfluctuations-border: #d8cfc7;
  --erfluctuations-sand: #fff5ec;
  --erfluctuations-orange: #FF9C1A;
  --erfluctuations-blue: #0DA9FF;
  --erfluctuations-gray: #89837E;
  --erfluctuations-yellow: #FFCD52;
}

#erfluctuations {
  width: 100%;
  max-width: 980px;
  padding: 36px 16px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid var(--erfluctuations-border);
  background-color: var(--erfluctuations-white);
}

#erfluctuations * {
  font-family: "IberPangea" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#erfluctuations h2,
#erfluctuations h3,
#erfluctuations h4 {
  margin-top: 0 !important;
}

#erfluctuations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#erfluctuations ul li:before {
  content: none !important;
  display: none !important;
}

#erfluctuations img {
  display: block;
  width: 100%;
}

#erfluctuations .erfluctuations_title {
  color: var(--erfluctuations-green) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 33px;
}

#erfluctuations .erfluctuations_title strong {
  font-weight: 600;
}

#erfluctuations .erfluctuations_text {
    color: var(--erfluctuations-brown) !important;
    font-size: 16px;
    line-height: 1.37;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin-bottom: 24px;
}

#erfluctuations .erfluctuations_content {
    width: 100%;
    margin-bottom: 24px;
}

#erfluctuations .erfluctuations_media_content {
    width: calc(100% - 103px);
    overflow: hidden;
    overflow-x: auto;
    height: 411px;
}

#erfluctuations .erfluctuations_media_content::-webkit-scrollbar-track {
    height: 16px;
	border-radius: 10px;
	border: none;
    background-color: #D8CFC7;
    box-shadow: none;
}

#erfluctuations .erfluctuations_media_content::-webkit-scrollbar {
	height: 16px;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

#erfluctuations .erfluctuations_media_content::-webkit-scrollbar-thumb {
    height: 16px;
	border-radius: 10px;
    box-shadow: none;
    border: none;
	background-color: #B0A9A3;
}

#erfluctuations .erfluctuations_media {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
}

#erfluctuations .erfluctuations_media_image {
    width: 818px;
    min-width: 818px;
}

#erfluctuations .erfluctuations_media_amounts {
    width: 103px;
    min-width: 103px;
    padding-right: 15px;
    margin-top: -12px;
}

#erfluctuations .erfluctuations_media_amounts_item {
    color: var(--erfluctuations-forest) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    margin-bottom: 24px !important;
}

#erfluctuations .erfluctuations_media_amounts_item:last-child {
    border-radius: 15px 0px 0px 15px;
    background: var(--erfluctuations-green-dark);
    color: var(--erfluctuations-white) !important;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 500;
    width: calc(100% + 15px);
    text-align: center;
    padding: 4.5px;
    margin-right: -15px;
}

#erfluctuations .erfluctuations_media_labels {
    display: flex;
    align-items: flex-start;
    width: 60px;
    padding-top: 30px;
}

#erfluctuations .erfluctuations_media_labels_item {
    color: var(--erfluctuations-forest) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding: 4.5px 2px;
    border-top: 1px solid var(--erfluctuations-green-dark);
    border-bottom: 1px solid var(--erfluctuations-green-dark);
    min-width: 35.5px;
}

#erfluctuations .erfluctuations_media_labels_item:last-child {
    border-radius: 0 15px 15px 0;
    border-right: 1px solid var(--erfluctuations-green-dark);
}

#erfluctuations .erfluctuations_legend {
    margin-bottom: 12px;
}

#erfluctuations .erfluctuations_legend_item {
    color: var(--erfluctuations-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    min-height: 20px;
    margin-bottom: 12px !important;
    position: relative;
    padding-left: 29px;
}

#erfluctuations .erfluctuations_legend_item:after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#erfluctuations .erfluctuations_legend_item-1:after {
    background-color: var(--erfluctuations-orange);
}

#erfluctuations .erfluctuations_legend_item-2:after {
    background-color: var(--erfluctuations-green);
}

#erfluctuations .erfluctuations_source {
    color: var(--erfluctuations-gray) !important;
    font-size: 14px;
    line-height: 1.28;
    font-style: italic;
    font-weight: 400;
    text-align: left;
}

@media (min-width: 700px) {

    #erfluctuations {
        padding: 32px 28px;
    }

    #erfluctuations .erfluctuations_title {
        font-size: 32px;
        line-height: 1.125;
        margin-bottom: 32px;
    }

}
