section.elovalasztas__block {
  display: flex;
  overflow: hidden;
  position: relative;
  background-image: repeating-linear-gradient(
    -60deg,
    #2887f7,
    #2887f7 0.521vw,
    #2281f8 0.521vw,
    #2281f8 1.042vw
  );
  min-height: 150px;
  justify-content: center;
  align-items: center;
  /* width: 1140px; */
  margin: 0 auto;
  max-width: 1120px;
  margin: 0px auto;
  position: relative;
  width: inherit;
  margin-bottom: 10px;
}
body.elovalasztas .main-content {
  width: calc(65.5% + 90px);
  margin-top: 20px;
}
body.elovalasztas .side-content {
  background-color: #eee;
  height: auto;
  min-height: 100px;
  max-width: 340px;
  position: unset;
  top: unset;
  right: unset;
  margin: 70px 0 0;
}
body.elovalasztas .side-content::before {
  content: unset;
}
body.elovalasztas .page__content {
  display: flex;
  min-height: 100vh;
}
body.elovalasztas .section__title {
  font-family: "DIN Pro";
  color: #212121;
  font-weight: 600;
  text-align: center;
}
.section__boxes,
.section__content {
  display: flex;
  flex-direction: column;
  /* min-height: 600px; */
}
.section__content .section__tabs--content {
  height: auto;
  min-height: 200px;
}
.elovalasztas__block--title {
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  font-size: 38px;
  line-height: 44px;
  padding: 20px;
  font-family: "DIN Pro";
}
li {
  list-style: none;
}
.section__tabs--list {
  display: flex;
}
.section__tabs--list .box,
.section__tabs--list .bottom-box {
  width: 100%;
  background-color: #999;
  display: flex;
  align-items: center;
  margin: 10px 0;
  display: flex;
  border-right: 1px solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  justify-content: center;
  cursor: pointer;
  transition: 400ms all ease-in-out;
}
.section__tabs--list .box.active,
.section__tabs--list .bottom-box.active {
  background-color: #157efc;
  transition: 400ms all ease-in-out;
}
.section__tabs--list .box__title {
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
  font-size: 15px;
  line-height: 18px;
  padding: 5px 10px;
  font-family: "DIN Pro";
  text-align: center;
  pointer-events: none;
  font-family: "DIN Pro";
}
a {
  text-decoration: none;
}
.box__tab-pane,
.bottom-box__tab-pane {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  transition: 400ms all ease-in-out;
}
.box__tab-pane.active,
.bottom-box__tab-pane.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 400ms all ease-in-out;
  width: inherit;
  height: auto;
}
