:root {
  --txtBase: #212029;
  --txtGray: #6c6971;
  --gray: #ccc;
  --lightGray: #f2f2f2;
  --purple: #b06bbe;
  --lightPurple: #f8eafa;
  --red: #e28477;
  --lightRed: #fdefed;
  --blue: #4c86c5;
  --lightBlue: #e7f4fa;
  --gold: #9d7900;
  --lightGold: #fcfcdd;
  --green: #5db15b;
  --lightGreen: #edfded;
  --orange: #e5821c;
  --lightOrange: #fcf5e7;
  --productBorderLightPurple: #eccef0;
  --productBgLightPurple: #fefaff;
  --productBlue: #4580C2;
  --productGray: #484848;
  --productLightGray: #fcfcfc;
  --productBorderGray: #d7d7d7;
}

#pricelist .txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #pricelist .txt {
    font-size: 12px;
    letter-spacing: 0.29px;
    line-height: 26px;
  }
}
#pricelist .--large.txt {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #pricelist .--large.txt {
    font-size: 26px;
  }
}
#pricelist .--medium.txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #pricelist .--medium.txt {
    font-size: 15px;
  }
}
#pricelist .--small.txt {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  #pricelist .--small.txt {
    font-size: 12px;
  }
}
#pricelist .--light.txt {
  font-weight: 300;
}
#pricelist .--bold.txt {
  font-weight: 700;
}
#pricelist .--indent.txt {
  text-indent: -1em;
  padding-left: 1em;
}
#pricelist .--strech.txt {
  flex: 1;
}
#pricelist .--fitHeight.txt {
  height: fit-content;
}
#pricelist .--fitWidth.txt {
  width: fit-content;
}
#pricelist .--txtCenter.txt {
  text-align: center;
}
#pricelist .--txtBase.txt {
  color: #212029;
}
#pricelist .--txtGray.txt {
  color: #6c6971;
}
#pricelist .--gray.txt {
  color: #ccc;
}
#pricelist .--lightGray.txt {
  color: #f2f2f2;
}
#pricelist .--purple.txt {
  color: #b06bbe;
}
#pricelist .--lightPurple.txt {
  color: #f8eafa;
}
#pricelist .--red.txt {
  color: #e28477;
}
#pricelist .--lightRed.txt {
  color: #fdefed;
}
#pricelist .--blue.txt {
  color: #4c86c5;
}
#pricelist .--lightBlue.txt {
  color: #e7f4fa;
}
#pricelist .--gold.txt {
  color: #9d7900;
}
#pricelist .--lightGold.txt {
  color: #fcfcdd;
}
#pricelist .--green.txt {
  color: #5db15b;
}
#pricelist .--lightGreen.txt {
  color: #edfded;
}
#pricelist .--orange.txt {
  color: #e5821c;
}
#pricelist .--lightOrange.txt {
  color: #fcf5e7;
}
#pricelist .--productBorderLightPurple.txt {
  color: #eccef0;
}
#pricelist .--productBgLightPurple.txt {
  color: #fefaff;
}
#pricelist .--productBlue.txt {
  color: #4580C2;
}
#pricelist .--productGray.txt {
  color: #484848;
}
#pricelist .--productLightGray.txt {
  color: #fcfcfc;
}
#pricelist .--productBorderGray.txt {
  color: #d7d7d7;
}

.pageHeader {
  padding-bottom: 66px;
  border-bottom: 1px solid #6c6971;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pageHeader {
    padding-bottom: 47px;
    margin-bottom: 73px;
  }
}

#pricelist {
  padding-bottom: 118px;
}
#pricelist .txt {
  font-weight: 300;
}
#pricelist .txt.--green {
  color: #5db15b;
  font-weight: 400;
}
#pricelist .txt.--orange {
  color: #e5821c;
  font-weight: 400;
}
#pricelist .txt.--blue {
  color: #3797d3;
  font-weight: 400;
}
#pricelist .txt.--gold {
  color: #9d7900;
  font-weight: 400;
}
#pricelist .txt.--reg {
  font-weight: 400;
}
#pricelist .txt.--weightMedium {
  font-weight: 400;
}
#pricelist .secSubTitle {
  background: var(--lightPurple);
  color: var(--purple);
  font-size: 22px;
  letter-spacing: 1.03px;
  line-height: 33px;
  margin-bottom: 41px;
  padding: 13px 23px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #pricelist .secSubTitle {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.85px;
    margin-bottom: 40px;
    padding: 8px 10px 8px 13px;
  }
}
#pricelist .secSubTitle::before {
  content: "";
  background: var(--purple);
  bottom: 0;
  height: 32px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2px;
}
@media screen and (max-width: 768px) {
  #pricelist .secSubTitle::before {
    height: 73%;
  }
}
#pricelist .secExp {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #pricelist .secExp {
    align-items: center;
    flex-direction: column;
  }
}
#pricelist .secExp {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #pricelist .secExp {
    margin-bottom: 40px;
  }
}
#pricelist .definitionList {
  border: 1px solid var(--purple);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #pricelist .definitionList {
    padding: 36px 23px;
    margin-bottom: 50px;
  }
}
#pricelist .definitionList .definitionName.--purple {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.41px;
  color: var(--purple);
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
#pricelist .definitionList .definitionName.--purple::before {
  background: #fff;
  border: 3px solid var(--purple);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 10px;
}
#pricelist .definitionList .definitionName.--green {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.41px;
  color: #5db15b;
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
#pricelist .definitionList .definitionName.--green::before {
  background: #fff;
  border: 3px solid #5db15b;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 10px;
}
#pricelist .definitionList .definitionName.--orange {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.41px;
  color: #e5821c;
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
#pricelist .definitionList .definitionName.--orange::before {
  background: #fff;
  border: 3px solid #e5821c;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 10px;
}
#pricelist .definitionList .definitionName.--blue {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.41px;
  color: #3797d3;
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
#pricelist .definitionList .definitionName.--blue::before {
  background: #fff;
  border: 3px solid #3797d3;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 10px;
}
#pricelist .definitionList .definitionName.--gold {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.41px;
  color: #9d7900;
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
#pricelist .definitionList .definitionName.--gold::before {
  background: #fff;
  border: 3px solid #9d7900;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 10px;
}
#pricelist .definitionList .definitionExp {
  color: #212029;
}
#pricelist .definitionRow + .definitionRow {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #pricelist .definitionRow + .definitionRow {
    margin-top: 30px;
  }
}
#pricelist .gasPrice {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #pricelist .gasPrice {
    margin-top: 70px;
  }
}
#pricelist .gasPrice .consist {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
#pricelist .gasPrice .consist .consistPartWrap {
  display: flex;
  gap: 3px;
  justify-content: center;
  width: min(100%, 640px);
}
@media screen and (max-width: 768px) {
  #pricelist .gasPrice .consist .consistPartWrap {
    flex-wrap: wrap;
    gap: 21px 33px;
    position: relative;
    width: 100%;
  }
}
#pricelist .gasPrice .consist .consistPart {
  display: flex;
  flex-direction: column;
  width: 20%;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #pricelist .gasPrice .consist .consistPart {
    flex: initial;
    width: calc((100% - 33px) / 2);
  }
}
#pricelist .gasPrice .consist .consistPart .consistName {
  border: 1px solid var(--gray);
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.94px;
  line-height: 29px;
  padding: 10px;
  text-align: center;
}
#pricelist .gasPrice .consist .consistPart .consistName.--purple {
  color: var(--purple);
  background-color: var(--lightPurple);
}
#pricelist .gasPrice .consist .consistPart .consistName.--green {
  color: #5db15b;
  background-color: var(--lightGreen);
}
#pricelist .gasPrice .consist .consistPart .consistName.--orange {
  color: #e5821c;
  background-color: var(--lightOrange);
}
#pricelist .gasPrice .consist .consistPart .consistName.--blue {
  color: #3797d3;
  background-color: var(--lightBlue);
}
#pricelist .gasPrice .consist .consistPart .consistName.--gold {
  color: #9d7900;
  background-color: var(--lightGold);
}
#pricelist .gasPrice .consist .consistPart .consistName.--total {
  border-radius: 10px;
}
#pricelist .gasPrice .consist .consistPart .consistExp {
  align-items: center;
  border: 1px solid var(--gray);
  border-radius: 0 0 10px 10px;
  display: flex;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  line-height: 20px;
  justify-content: center;
  margin-top: -1px;
  padding: 10px 0;
  text-align: center;
}
#pricelist .gasPrice .consist .plus.pc-block,
#pricelist .gasPrice .consist .equal {
  align-items: center;
  color: #6c6971;
  display: flex;
  font-size: 40px;
}
#pricelist .gasPrice .consist .equal {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #pricelist .gasPrice .consist .plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#pricelist .otherPrice {
  margin-bottom: 100px;
}
#pricelist .download {
  text-align: center;
}
#pricelist .download .downloadTitle {
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #pricelist .download .downloadTitle {
    margin-bottom: 30px;
  }
}
#pricelist .download .downloadTxt {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #pricelist .download .downloadTxt {
    margin-bottom: 54px;
  }
}
#pricelist .download .downloadBtn {
  align-items: center;
  border: 1px solid var(--purple);
  border-radius: 10px;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.14);
  display: flex;
  gap: 12px;
  margin: 0 auto;
  padding: 20px 40px;
  width: fit-content;
}
#pricelist .download .downloadBtn .txt {
  font-weight: 400;
}