.gas {
  overflow: hidden;
}
.gas strong {
  font-weight: 600;
}
.gas-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #000;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .gas-title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .gas-title {
    font-size: 28px;
    line-height: 39px;
  }
}
.gas-faq {
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background: #fff;
  z-index: 1;
}
.gas-faq Ul {
  margin-bottom: 0;
}
.gas-faq__left {
  width: calc(58.3333333333% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  border: 1px solid #dadada;
  border-radius: 16px;
}
.gas-faq__left__item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: #dadada 1px solid;
}
.gas-faq__left__item__title, .gas-faq__left__item__content {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .gas-faq__left__item__title, .gas-faq__left__item__content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-faq__left__item__title, .gas-faq__left__item__content {
    font-size: 15px;
  }
}
.gas-faq__left__item__title {
  font-weight: 600;
}
.gas-faq__left__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.gas-faq__right {
  width: calc(41.6666666667% - 10px);
  background: #000;
  border-radius: 16px;
  padding: 40px;
}
.gas-faq__right .gas-title {
  color: #fff;
}
.gas-faq__right__item {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #dadada;
  border-bottom: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .gas-faq__right__item {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-faq__right__item {
    font-size: 15px;
  }
}
.gas-faq__right__item:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/gas/Check.svg) no-repeat;
  background-size: 24px;
  display: inline-block;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gas-faq__right__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 991px) {
  .gas-faq {
    padding-bottom: 80px;
  }
  .gas-faq__left, .gas-faq__right {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .gas-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .gas-faq__left, .gas-faq__right {
    width: 100%;
  }
}
.gas-tech {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.gas-tech:before {
  content: "";
  width: 486px;
  height: 486px;
  background: radial-gradient(50% 50% at 50% 50%, #ffd900 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  left: 107px;
  top: -195px;
  z-index: -1;
}
.gas-tech__left {
  border: 1px solid #dadada;
  padding: 40px;
  width: calc(75% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
}
.gas-tech__left__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  margin-bottom: 48px;
}
.gas-tech__left__button {
  font-size: 16px;
  line-height: 19px;
  padding: 18px 24px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
  color: #fff;
  background: #ff7a2f;
  border: 1px solid #ff7a2f;
}
.gas-tech__left__button:hover {
  background: transparent;
  color: #ff7a2f;
}
.gas-tech__left__item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: #dadada 1px solid;
}
.gas-tech__left__item__title, .gas-tech__left__item__content {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .gas-tech__left__item__title, .gas-tech__left__item__content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-tech__left__item__title, .gas-tech__left__item__content {
    font-size: 15px;
  }
}
.gas-tech__left__item__title {
  font-weight: 600;
}
.gas-tech__left__item:last-child, .gas-tech__left__item:nth-last-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.gas-tech__right {
  width: calc(25% - 10px);
  border-radius: 16px;
  background: #000;
  padding: 40px;
}
.gas-tech__right .gas-title {
  color: #fff;
}
.gas-tech__right__item {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #222222;
  color: #9b9b9b;
}
@media (max-width: 991px) {
  .gas-tech__right__item {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-tech__right__item {
    font-size: 15px;
  }
}
.gas-tech__right__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .gas-tech {
    margin-bottom: 80px;
  }
  .gas-tech__right, .gas-tech__left {
    padding: 24px;
  }
  .gas-tech__left {
    width: calc(65% - 10px);
  }
  .gas-tech__left__list {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .gas-tech__right {
    width: calc(35% - 10px);
  }
}
@media (max-width: 767px) {
  .gas-tech {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .gas-tech:before {
    width: 327px;
    height: 327px;
    top: -162px;
    left: -208px;
  }
  .gas-tech__left, .gas-tech__right {
    width: 100%;
  }
  .gas-tech__left__list {
    margin-bottom: 24px;
    grid-template-columns: 1fr;
  }
  .gas-tech__left__item {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .gas-tech__left__item:nth-last-child(2) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dadada;
  }
  .gas-tech__right__item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.gas-case {
  margin-bottom: 200px;
}
.gas-case .gas-title {
  margin-bottom: 80px;
}
.gas-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.gas-case__item {
  border-radius: 16px;
  background: #efe7da;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 40px 40px 360px;
  position: relative;
}
.gas-case__item__image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.gas-case__item__image img {
  mix-blend-mode: multiply;
}
.gas-case__item__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 24px;
}
.gas-case__item__text {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .gas-case__item__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-case__item__text {
    font-size: 15px;
  }
}
@media (max-width: 1439px) {
  .gas-case__item {
    padding: 40px 40px 280px;
  }
}
@media (max-width: 991px) {
  .gas-case {
    margin-bottom: 80px;
  }
  .gas-case .gas-title {
    margin-bottom: 40px;
  }
  .gas-case__item {
    padding: 24px 24px 200px;
  }
}
@media (max-width: 767px) {
  .gas-case .gas-title {
    margin-bottom: 24px;
  }
  .gas-case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .gas-case__item {
    width: 100%;
    padding: 24px 24px 215px;
  }
  .gas-case__item__image {
    height: 198px;
  }
  .gas-case__item__image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .gas-case__item__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }
}
.gas-practice {
  position: relative;
  margin-bottom: 200px;
}
.gas-practice:before, .gas-practice:after {
  content: "";
  width: 486px;
  height: 486px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #ffd900 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}
.gas-practice:before {
  top: -186px;
  left: -273px;
}
.gas-practice:after {
  top: 96px;
  right: -214px;
}
.gas-practice .gas-title {
  margin-bottom: 79px;
}
.gas-practice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gas-practice__item {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #dadada;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gas-practice__item__number {
  font-size: 15px;
  line-height: 24px;
  color: #ff7a2f;
  margin-bottom: 8px;
}
.gas-practice__item__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 21px;
}
.gas-practice__item__text {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .gas-practice__item__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-practice__item__text {
    font-size: 15px;
  }
}
.gas-practice__item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media (max-width: 991px) {
  .gas-practice {
    display: none;
  }
}
.gas-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 200px;
  position: relative;
}
.gas-benefits .gas-title {
  margin-bottom: 100px;
}
.gas-benefits:before, .gas-benefits:after {
  content: "";
  width: 486px;
  height: 486px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #ffd900 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -2;
}
.gas-benefits:after {
  top: -282px;
  right: -215px;
}
.gas-benefits:before {
  bottom: -117px;
  left: 242px;
}
.gas-benefits_bg1, .gas-benefits_bg2 {
  position: absolute;
  z-index: -1;
}
.gas-benefits_bg1 {
  background: url(../images/gas/benefit1.png) no-repeat;
  width: 228px;
  height: 200px;
  left: 377px;
  bottom: 68px;
}
.gas-benefits_bg2 {
  background: url(../images/gas/benefit2.png) no-repeat;
  width: 82px;
  height: 134px;
  right: -57px;
  top: -76px;
}
.gas-benefits ul {
  margin: 0;
}
.gas-benefits__left {
  width: calc(41.6666666667% - 30px);
}
.gas-benefits__left__button {
  font-size: 16px;
  line-height: 19px;
  padding: 18px 24px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
  color: #fff;
  background: #ff7a2f;
  border: 1px solid #ff7a2f;
}
.gas-benefits__left__button:hover {
  background: transparent;
  color: #ff7a2f;
}
.gas-benefits__left__button-mobile {
  display: none;
}
.gas-benefits__right {
  width: calc(58.3333333333% + 20px);
}
.gas-benefits__right__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.gas-benefits__right__item {
  background: #fff;
  padding: 32px 24px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gas-benefits__right__item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.gas-benefits__right__item__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
.gas-benefits__right__item__text {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .gas-benefits__right__item__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-benefits__right__item__text {
    font-size: 15px;
  }
}
@media (max-width: 1198px) {
  .gas-benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .gas-benefits .gas-title {
    margin-bottom: 40px;
  }
  .gas-benefits__left, .gas-benefits__right {
    width: 100%;
  }
  .gas-benefits__left__button-desktop {
    display: none;
  }
  .gas-benefits__left__button-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .gas-benefits {
    margin-bottom: 80px;
  }
  .gas-benefits__right__item {
    padding: 16px;
  }
  .gas-benefits__right__item__icon {
    width: 32px;
    height: 32px;
  }
  .gas-benefits__right__item__icon svg {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .gas-benefits_bg1 {
    display: none;
  }
  .gas-benefits:before {
    right: -176px;
    top: -158px;
  }
  .gas-benefits:after {
    left: -169px;
    bottom: 20px;
    top: unset;
    right: unset;
  }
  .gas-benefits_bg2 {
    right: 14px;
    top: 22px;
  }
  .gas-benefits__right__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .gas-benefits__right__item__title {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .gas-benefits__right__item__text {
    font-size: 13px;
    line-height: 21px;
  }
}
.gas-key {
  background: #efe7da;
  margin-bottom: 200px;
  overflow: hidden;
}
.gas-key__cloud, .gas-key__key, .gas-key__coin1, .gas-key__coin2 {
  position: absolute;
}
.gas-key__cloud {
  width: 733px;
  height: 396px;
  background: url(../images/gas/key-cloud.png) no-repeat;
  background-size: cover;
  left: -210px;
  bottom: -150px;
  z-index: 1;
}
.gas-key__coin1 {
  width: 82px;
  height: 134px;
  left: -34px;
  bottom: 71px;
  background: url(../images/gas/key-coin1.png) no-repeat;
  background-size: cover;
}
.gas-key__coin2 {
  width: 118px;
  height: 121px;
  background: url(../images/gas/key-coin2.png) no-repeat;
  background-size: cover;
  left: 532px;
  bottom: 205px;
}
.gas-key__key {
  width: 481px;
  height: 481px;
  background: url(../images/gas/key-key.png) no-repeat;
  background-size: cover;
  bottom: 40px;
  left: 118px;
  mix-blend-mode: multiply;
}
.gas-key__inner {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
}
.gas-key__inner:before, .gas-key__inner:after {
  position: absolute;
}
.gas-key__inner:before, .gas-key__inner:after {
  content: "";
}
.gas-key__inner:before {
  width: 836px;
  height: 836px;
  background: radial-gradient(50% 50% at 50% 50%, #ffd900 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  right: calc(100% - 304px);
  top: calc(100% - 418px);
}
.gas-key__inner:after {
  width: 617px;
  height: 617px;
  background: radial-gradient(50% 50% at 50% 50%, #ffd900 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  top: -231px;
  left: 291px;
}
.gas-key .gas-title {
  width: calc(58.3333333333% - 10px);
}
.gas-key__right {
  width: calc(41.6666666667% - 10px);
}
.gas-key__list {
  margin-bottom: 44px;
}
.gas-key__list__item {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gas-key__list__item:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/gas/Check.svg) no-repeat;
  background-size: 24px;
  display: inline-block;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gas-key__list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.gas-key__notice {
  border: 1px solid #9b9b9b;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  position: relative;
  z-index: 1;
}
.gas-key__notice__icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gas-key__notice__title, .gas-key__notice__text {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .gas-key__notice__title, .gas-key__notice__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-key__notice__title, .gas-key__notice__text {
    font-size: 15px;
  }
}
.gas-key__notice__title {
  font-weight: 600;
}
@media (max-width: 991px) {
  .gas-key {
    margin-bottom: 80px;
  }
  .gas-key__inner {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .gas-key__inner:before, .gas-key__inner:after {
    display: none;
  }
  .gas-key .gas-title {
    margin-bottom: 172px;
    width: 100%;
  }
  .gas-key__right {
    width: 100%;
  }
  .gas-key__key {
    width: 253px;
    height: 253px;
    left: unset;
    bottom: unset;
    right: -43px;
    top: 15px;
  }
  .gas-key__cloud {
    width: 441px;
    height: 238px;
    top: 86px;
    bottom: unset;
    left: unset;
    right: -119px;
  }
  .gas-key__coin1 {
    width: 49px;
    height: 80px;
    bottom: unset;
    left: unset;
    right: -4px;
    top: 130px;
  }
  .gas-key__coin2 {
    width: 78px;
    height: 80px;
    bottom: unset;
    left: unset;
    right: 216px;
    top: 150px;
  }
}
@media (max-width: 767px) {
  .gas-key__list {
    margin-bottom: 40px;
  }
  .gas-key__list__item {
    font-size: 15px;
    line-height: 24px;
  }
  .gas-key__notice {
    padding: 16px;
  }
  .gas-key__notice__icon {
    width: 24px;
    height: 24px;
  }
  .gas-key__notice__icon svg {
    width: 100%;
    height: 100%;
  }
  .gas-key__notice__text, .gas-key__notice__title {
    font-size: 13px;
    line-height: 21px;
  }
}
.gas-params {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #dadada;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 200px;
  margin-top: -43px;
  position: relative;
  z-index: 4;
}
.gas-params__column {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: calc(50% - 44px);
}
.gas-params__column:first-child {
  padding-right: 43px;
  margin-right: 43px;
  border-right: 1px solid #dadada;
}
.gas-params__icon {
  width: 48px;
  margin-bottom: 16px;
}
.gas-params__title {
  font-size: 28px;
  line-height: 39px;
  font-weight: 600;
  margin-bottom: 24px;
}
.gas-params__list {
  margin-bottom: 24px;
}
.gas-params__item {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .gas-params__item {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-params__item {
    font-size: 15px;
  }
}
.gas-params__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.gas-params__item:before {
  content: "";
  background: #ff7a2f;
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  margin-right: 16px;
}
.gas-params__button {
  font-size: 16px;
  line-height: 19px;
  padding: 18px 24px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
  color: #fff;
  background: #000;
}
.gas-params__button:hover {
  background: #4a4a4b;
}
@media (max-width: 991px) {
  .gas-params {
    margin-bottom: 80px;
    padding: 24px;
  }
  .gas-params__column {
    width: calc(50% - 32px);
  }
  .gas-params__column:first-child {
    padding-right: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 767px) {
  .gas-params {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -21px;
  }
  .gas-params__column {
    width: 100%;
  }
  .gas-params__column:first-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #dadada;
  }
  .gas-params__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
  .gas-params__icon svg {
    width: 100%;
    height: 100%;
  }
  .gas-params__title {
    font-size: 20px;
    line-height: 28px;
  }
  .gas-params__item {
    font-size: 13px;
    line-height: 21px;
  }
  .gas-params__button {
    width: 100%;
  }
}
.gas-header {
  background: #efe7da;
}
.gas-header .gas-title {
  padding-right: 20px;
}
.gas-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 80px;
  padding-bottom: 106px;
}
.gas-header__cloud1, .gas-header__cloud2, .gas-header__coin1, .gas-header__coin2, .gas-header__gpu {
  position: absolute;
  z-index: 1;
}
.gas-header__cloud1, .gas-header__cloud2 {
  width: 733px;
  height: 396px;
  z-index: 2;
  background: url(../images/gas/key-cloud.png) no-repeat;
}
.gas-header__cloud1 {
  bottom: -181px;
  left: -476px;
}
.gas-header__cloud2 {
  bottom: -188px;
  left: 291px;
}
.gas-header__coin1 {
  width: 82px;
  height: 134px;
  left: -137px;
  bottom: 92px;
  background: url(../images/gas/key-coin1.png) no-repeat;
}
.gas-header__coin2 {
  width: 113px;
  height: 98px;
  background: url(../images/gas/benefit1.png) no-repeat;
  background-size: cover;
  bottom: 84px;
  left: 726px;
}
.gas-header__gpu {
  width: 785px;
  height: 528px;
  background: url(../images/gas/gpu.png) no-repeat;
  left: -35px;
  bottom: -79px;
}
.gas-header__content {
  margin-left: auto;
  width: 100%;
  max-width: 486px;
  position: relative;
  z-index: 3;
}
.gas-header__list {
  margin-bottom: 22px;
}
.gas-header__item {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gas-header__item__icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gas-header__item__text {
  font-size: 15px;
  line-height: 24px;
}
.gas-header__item:first-child {
  margin-bottom: 22px;
}
.gas-header__button {
  width: 100%;
}
.gas-header__button:first-child {
  font-size: 16px;
  line-height: 19px;
  padding: 18px 24px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
  color: #fff;
  background: #ff7a2f;
  border: 1px solid #ff7a2f;
  margin-bottom: 16px;
}
.gas-header__button:first-child:hover {
  background: transparent;
  color: #ff7a2f;
}
.gas-header__button:last-child {
  font-size: 16px;
  line-height: 19px;
  padding: 18px 24px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
  color: #222222;
  border: 1px solid #ff7a2f;
}
.gas-header__button:last-child:hover {
  background: #ff7a2f;
  color: #fff;
}
@media (max-width: 1198px) {
  .gas-header .gas-title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .gas-header .gas-title {
    width: 100%;
    padding-right: 0;
    padding-bottom: 213px;
  }
  .gas-header .gas-title br {
    display: block;
  }
  .gas-header__inner {
    padding-top: 40px;
    padding-bottom: 102px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gas-header__content {
    max-width: unset;
  }
  .gas-header__coin1, .gas-header__coin2, .gas-header__cloud2 {
    display: none;
  }
  .gas-header__gpu {
    width: 457px;
    height: 307px;
    top: 196px;
    bottom: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: contain;
  }
  .gas-header__cloud1 {
    width: 571px;
    height: 308px;
    background-size: contain;
    bottom: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 276px;
  }
}
@media (max-width: 767px) {
  .gas-header__item {
    padding: 16px;
  }
  .gas-header__item__icon {
    width: 32px;
    height: 32px;
  }
  .gas-header__item__icon svg {
    width: 100%;
    height: 100%;
  }
  .gas-header__item__text {
    font-size: 13px;
    line-height: 21px;
  }
}
.gas-steps {
  margin-bottom: 200px;
  position: relative;
}
.gas-steps:before, .gas-steps:after {
  content: "";
  width: 486px;
  height: 486px;
  background: radial-gradient(50% 50% at 50% 50%, #ffd900 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  z-index: -1;
}
.gas-steps:before {
  top: -206px;
  left: 73px;
}
.gas-steps:after {
  bottom: -144px;
  right: -277px;
}
.gas-steps__image img {
  mix-blend-mode: multiply;
}
.gas-steps__image img:last-child {
  display: none;
}
@media (max-width: 991px) {
  .gas-steps {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .gas-steps .gas-title {
    margin-bottom: 34px;
  }
  .gas-steps__image {
    text-align: center;
  }
  .gas-steps__image img:last-child {
    display: inline-block;
  }
  .gas-steps__image img:first-child {
    display: none;
  }
}
.gas-calc {
  margin-bottom: 200px;
}
.gas-calc__head {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gas-calc__head__content {
  width: calc(43% - 12px);
  margin-left: auto;
}
.gas-calc__head .gas-title {
  width: calc(57% - 12px);
  padding-right: 20px;
}
.gas-calc__head__why {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  border: 1px solid #dadada;
  border-radius: 8px;
  margin-bottom: 9px;
  padding: 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  .gas-calc__head__why {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-calc__head__why {
    font-size: 15px;
  }
}
.gas-calc__head__text {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .gas-calc__head__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gas-calc__head__text {
    font-size: 15px;
  }
}
.gas-calc__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gas-calc__formula {
  margin-bottom: 24px;
}
.gas-calc__formula__item {
  border-radius: 8px;
  background: #fffaf7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  border: 1px solid #ffebdf;
}
.gas-calc__formula__item span {
  color: #20b379;
}
.gas-calc__formula__item:first-child {
  margin-bottom: 24px;
}
.gas-calc__note {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 24px;
}
.gas-calc__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gas-calc__button:nth-child(1) {
  font-size: 16px;
  line-height: 19px;
  padding: 18px 24px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
  color: #fff;
  background: #ff7a2f;
  border: 1px solid #ff7a2f;
  margin-bottom: 16px;
}
.gas-calc__button:nth-child(1):hover {
  background: transparent;
  color: #ff7a2f;
}
.gas-calc__button:nth-child(2) {
  font-size: 16px;
  line-height: 19px;
  padding: 18px 24px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
  color: #222222;
  border: 1px solid #ff7a2f;
}
.gas-calc__button:nth-child(2):hover {
  background: #ff7a2f;
  color: #fff;
}
.gas-calc__content {
  width: calc(43% - 12px);
}
.gas-calc__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gas-calc__form {
  width: calc(57% - 12px);
  border-radius: 16px;
  background: #000;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.gas-calc__form__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
}
.gas-calc__form__title-orange {
  color: #ff7a2f;
}
.gas-calc__form__title-green {
  color: #20b379;
}
.gas-calc__form__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff7a2f;
  margin-top: 64px;
}
.gas-calc__form__notice img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.gas-calc__form__input {
  margin-bottom: 24px;
}
.gas-calc__form__input:last-child {
  margin-bottom: 0;
}
.gas-calc__form__input__title {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 4px;
  color: #9b9b9b;
}
.gas-calc__form__input__field {
  border-radius: 8px;
  overflow: hidden;
  background: #222222;
  height: 56px;
}
.gas-calc__form__input__field input {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  font-family: "Golos Text", sans-serif;
}
.gas-calc__form__input__field input::-webkit-input-placeholder {
  color: #757575;
}
.gas-calc__form__input__field input::-moz-placeholder {
  color: #757575;
}
.gas-calc__form__input__field input:-ms-input-placeholder {
  color: #757575;
}
.gas-calc__form__input__field input::-ms-input-placeholder {
  color: #757575;
}
.gas-calc__form__input__field input::placeholder {
  color: #757575;
}
.gas-calc__form__input__field input::-webkit-outer-spin-button, .gas-calc__form__input__field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gas-calc__form__input__field-select {
  overflow: visible;
}
.gas-calc__form__input__field-select .nice-select {
  height: 100%;
  width: 100%;
  font-size: 15px;
  background: transparent;
  line-height: 56px;
  border: 0;
  padding-left: 16px;
  color: #fff;
}
.gas-calc__form__input__field-select .nice-select.open .list {
  width: 100%;
}
@media (max-width: 991px) {
  .gas-calc {
    margin-bottom: 80px;
  }
  .gas-calc .gas-title {
    margin-bottom: 24px;
    width: 100%;
  }
  .gas-calc__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .gas-calc__head__content {
    width: 100%;
  }
  .gas-calc__head__why, .gas-calc__head__text {
    font-size: 15px;
  }
  .gas-calc__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gas-calc__form, .gas-calc__content {
    width: 100%;
  }
  .gas-calc__form {
    margin-bottom: 40px;
    padding: 24px;
  }
  .gas-calc__form__title {
    margin-bottom: 16px;
  }
  .gas-calc__form__input {
    margin-bottom: 16px;
  }
  .gas-calc__form__notice {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .gas-calc__form {
    grid-template-columns: 1fr;
  }
  .gas-calc__form__column:first-child {
    border-bottom: 1px solid #222222;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .gas-calc__form__notice {
    margin-top: 0;
  }
}
.gas-consult {
  background: #efe7da;
}
.gas-consult .gas-title {
  margin-bottom: 80px;
}
.gas-consult .form-group-policy {
  color: #222;
  grid-column: 1/6;
}
.gas-consult .form-group-policy a {
  color: #5a84fa;
}
.gas-consult__inner {
  position: relative;
  padding: 100px 0;
}
.gas-consult__inner:before {
  content: "";
  width: 486px;
  height: 486px;
  background: radial-gradient(50% 50% at 50% 50%, #ffd900 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  left: -243px;
  top: -243px;
}
.gas-consult__form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 16px;
}
.gas-consult__form__input__title {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 4px;
  color: #222222;
}
.gas-consult__form__input__field {
  border-radius: 8px;
  height: 56px;
}
.gas-consult__form__input__field input {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  font-family: "Golos Text", sans-serif;
  border: 1px solid #dadada;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.gas-consult__form__input__field input:focus {
  border-color: #000;
}
.gas-consult__form__input__field input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.gas-consult__form__input__field input::-moz-placeholder {
  color: #9b9b9b;
}
.gas-consult__form__input__field input:-ms-input-placeholder {
  color: #9b9b9b;
}
.gas-consult__form__input__field input::-ms-input-placeholder {
  color: #9b9b9b;
}
.gas-consult__form__input__field input::placeholder {
  color: #9b9b9b;
}
.gas-consult__form__input__field-select {
  border: 1px solid #dadada;
  overflow: visible;
}
.gas-consult__form__input__field-select .nice-select {
  height: 100%;
  width: 100%;
  font-size: 15px;
  background: transparent;
  line-height: 56px;
  border: 0;
  padding-left: 16px;
  color: #000;
}
.gas-consult__form__input__field-select .nice-select.open .list {
  width: 100%;
  top: auto;
  bottom: 100%;
  margin-bottom: 0;
}
.gas-consult__form__button {
  font-size: 16px;
  line-height: 19px;
  padding: 18px 24px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
  color: #fff;
  background: #ff7a2f;
  border: 1px solid #ff7a2f;
  -ms-flex-item-align: end;
      align-self: end;
}
.gas-consult__form__button:hover {
  background: transparent;
  color: #ff7a2f;
}
@media (max-width: 1198px) {
  .gas-consult__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .gas-consult__form__input {
    width: calc(25% - 8px);
  }
  .gas-consult__form__button {
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .gas-consult .gas-title {
    margin-bottom: 40px;
  }
  .gas-consult__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gas-consult__form__input {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
  .gas-consult__form__button {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .gas-consult__form__input {
    width: 100%;
  }
}/*# sourceMappingURL=gas.min.css.map */