.cbg,
.cbg *,
.cbg :before,
.cbg :after {
  box-sizing: border-box;
}

.cbg {

  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: "Onest", "Sans-Serif";
  margin-top: 100px;
}


@media (max-width: 620px) {
  .cbg {
    margin-top: 70px;
  }


}



.cbg .irs {
  position: relative;
  display: block;
  height: 15px;
  user-select: none;
}

.cbg .irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
}

.cbg .irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.cbg .irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  display: none;
}

.cbg .irs-handle {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.cbg .irs-handle.type_last {
  z-index: 2;
}

.cbg .irs-grid {
  display: none;
}

.cbg .irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.cbg .irs-line {
  top: 9px;
  height: 2px;
  border-radius: 4px;
  background-color: #717E6E;
}

.cbg .irs-bar {
  top: 7px;
  height: 2px;
  background-color: #43C196;
}

.cbg .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.cbg .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #dee5eb;
}

.cbg .irs-handle {
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 27px;
  background-color: #fff;
  cursor: pointer;
  border-color: #717E6E;
  border: 2px solid #717E6E;
}

.cbg .irs-min,
.cbg .irs-max {
  position: absolute;
  visibility: visible !important;
  bottom: -30px;
  font-size: 12px;
  line-height: 19px;
  color: #D0D0D0;
  font-weight: 700;
  color: #717E6E;
  font-size: 15px;

}

.cbg .irs-min {
  left: 0;
}

.cbg .irs-max {
  right: 0;
}

.cbg .irs-single {
  display: none;
}

.cbg .cbg-headline {
  margin-bottom: 55px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}


.cbg .cbg-tabs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}

.cbg .cbg-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  flex: 0 0 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  border-radius: 5px;
  font-size: 17px;
  text-align: center;
  background-color: #D9D9D9;
  cursor: pointer;
  border-radius: 20px;
  font-weight: 600;
  max-width: 310px;
  text-transform: uppercase;
  height: 65px;
  transition: all .3s;
}

.cbg .cbg-tab.active {
  background-color: #7BA375;
  color: #fff;
}



.cbg .cbg-field {
  margin-bottom: 20px;
}

.cbg .cbg-field__label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #717E6E;
}

.cbg .cbg-field__input-wrap {
  position: relative;
}

.cbg .cbg-field__input-wrap>.irs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
}

.cbg-field__input-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cbg-div {
  max-width: 70%;
  width: 100%;
}

.polz-div {
  max-width: 310px;
  width: 100%;
  margin-top: 10px;
}

.cbg .cbg-field__input {
  padding: 30px 35px;
  font-size: 20px;
  width: 100%;
  height: 50px;
  border: 3px solid #717E6E;
  border-radius: 20px;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  color: #717E6E;
}

.cbg .cbg-field:last-child {
  margin-bottom: 75px;
}

.cbg .cbg-offer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #D9D9D9;

}

.cbg .cbg-offer__cell {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.cbg .cbg-offer__cell:nth-child(1) {
  margin-right: auto;
}

.cbg .cbg-offer__cell:nth-child(3) {
  flex: 0 0 170px;
  max-width: 170px;
}

.cbg .cbg-offer+.cbg-offer {
  margin-top: 5px;
}

.cbg .cbg-offer-name {
  font-size: 18px;
  color: #717E6E;
  font-weight: 500;
}

.cbg .cbg-offer-total {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #717E6E;
}

.cbg .cbg-offer-rate {
  display: block;
  font-size: 15px;
  text-align: right;
  color: #717E6E;
  font-weight: 500;
}

.cbg .cbg-offer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: #00A4D6;
  color: #fff;
}

.cbg .cbg-offer-btn:hover {
  text-decoration: none;
  background-color: #00A4D6;
  color: #fff;
}


@media (max-width: 620px) {
  .cbg .cbg-headline {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .cbg .cbg-tab {
    border-radius: 12px;
  }

  .cbg .cbg-field__input {
    height: 45px;
    padding: 0 20px;
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .cbg .cbg-headline {
    margin-bottom: 30px;
    font-size: 22px;
  }

}

@media (min-width: 501px) {
  .cbg .cbg-offer__cell:nth-child(2) {
    text-align: center;
  }

  .cbg .cbg-offer-total {
    margin-bottom: 5px;
  }
}

@media (max-width: 500px) {


  .cbg .cbg-tabs {
    flex-direction: column;
  }

  .cbg .cbg-tab {
    max-width: 100%;
    width: 100%;
  }

  .cbg-field__input-wrap {
    flex-direction: column;
  }

  .cbg-field+.cbg-field {
    margin-top: 70px;
  }

  .cbg-div {
    width: 100%;
    max-width: 100%;
  }

  .polz-div {
    max-width: 100%;
  }

  .cbg-offers {
    margin-top: 70px;
  }

  .cbg .cbg-offer {

    padding: 22px 0;

  }

  .cbg .cbg-offer__cell {
    padding: 0;
  }

  .cbg .cbg-offer-rate {
    margin-top: 8px;
  }
}

@media (min-width: 400px) and (max-width: 500px) {}

@media (max-width: 400px) {
  .cbg .cbg-offer-total {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=app.css.map */