@media (min-width: 1600px) {
  .c-container {
    max-width: 1390px;
  }
}

.c-contract__body {
  margin: 30px 0;
}

.icon {
  display: inline-block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon.icon-marker {
  width: 14px;
  height: 20px;
  background-image: url("./img/icon-marker.svg");
}

.consumptionSiteContainer:not(:first-child) {
  margin-top: 40px;
}

.c-permission {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 10px;
}
.c-permission .title {
  width: 100%;
}
@media (min-width: 700px), print {
  .c-permission .title {
    width: auto;
    padding-right: 10px;
  }
}
.c-permission .info button {
  margin: 0;
}

.consumptionSiteContainer + .c-permission {
  margin-top: 30px;
}

.c-account__title {
  font-weight: 600;
}
@media (min-width: 1000px), print {
  .c-account__title {
    font-size: 34px;
    line-height: 40px;
  }
}
.c-account__title.c-account__title-h2 {
  color: #062B4B;
}
@media (min-width: 1000px), print {
  .c-account__title.c-account__title-h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.c-contract__header {
  margin: 30px 0;
  padding: 0;
}
.c-contract__header .c-contract__header-title {
  font-weight: 600;
}

.is-blurred {
  filter: blur(5px);
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

.c-more-info.m-info {
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background-image: url("./img/icon-info.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c-more-info.m-info.c-more-info-extra {
  width: auto;
  padding: 0 25px 0 0;
  margin: 0;
  background-position: center right;
  color: #FBC748;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
}
.c-more-info.m-info:hover, .c-more-info.m-info:active, .c-more-info.m-info:focus {
  color: #008387;
  background-color: transparent;
  background-image: url("./img/icon-info2.svg");
}

.c-more-info__container.align-right {
  left: auto;
  right: 0;
}

.c-well {
  padding: 0 !important;
}
.c-well.m-shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.c-well.m-shadow .c-heading {
  border-radius: 4px 4px 0 0;
}
.c-well .c-heading {
  min-height: 80px;
  padding: 19px 35px 19px 30px;
  background-color: #F9F9F9;
  border: 0;
  font-size: 18px;
  line-height: 1.4;
}
.c-well .c-heading .c-heading__title.type {
  margin-right: 30px;
  font-size: 20px;
}
.c-well .c-heading.long-text .c-heading__icon {
  align-self: start;
}
.c-well .c-heading.long-text .c-heading__title {
  font-size: 16px;
}
.c-well .c-heading.no-transform .c-heading__title {
  text-transform: none;
}
@media (max-width: 999px), print {
  .c-well .c-heading {
    min-height: auto;
    padding: 14px 15px 20px;
    display: grid;
    grid-template-columns: min-content min-content 1fr;
    grid-template-rows: min-content min-content min-content;
    gap: 0 0;
    grid-template-areas: "icon type type" "icon address_icon address" "icon . permission" "icon . code";
  }
  .c-well .c-heading::before {
    grid-area: icon;
    align-self: start;
  }
  .c-well .c-heading .c-heading__icon {
    grid-area: address_icon;
    display: block;
    padding-top: 2px;
    margin-bottom: 12px;
  }
  .c-well .c-heading .c-heading__title {
    grid-area: address;
    margin-bottom: 12px;
  }
  .c-well .c-heading .c-heading__title.type {
    grid-area: type;
    line-height: 42px;
  }
  .c-well .c-heading .c-heading__right {
    grid-area: code;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
.c-well .c-heading .c-heading__right {
  padding-left: 10px;
  margin-left: auto;
  font-weight: 600;
  white-space: nowrap;
}
.c-well .c-heading.type-power::before, .c-well .c-heading.type-gas::before {
  content: "";
  display: inline-block;
  min-width: 42px;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./img/icon-power.svg");
}
.c-well .c-heading.type-gas::before {
  background-image: url("./img/icon-gas.svg");
}
.c-well .c-table {
  padding: 0 15px;
  margin-top: 20px;
}
@media (min-width: 1000px), print {
  .c-well .c-table {
    padding: 0 35px;
    margin-top: 30px;
  }
}
.c-well .c-table__row {
  min-height: 0;
  padding: 20px 0;
}
.c-well .c-table__row .c-table__cell {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 1000px), print {
  .c-well .c-table__row .c-table__cell {
    text-align: left;
  }
}
.c-well .c-table__row .c-table__cell:first-child {
  padding-left: 0;
}
.c-well .c-table__row .c-table__cell:last-child {
  padding-right: 0;
}
@media (min-width: 1000px), print {
  .c-well .c-table__row .c-table__cell:last-child {
    text-align: right;
  }
}
.c-well .c-table__row:first-child {
  border-top: 0;
  margin-top: -30px;
}

.viewAgrLink {
  color: #008387;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.viewAgrLink:hover {
  text-decoration: underline;
}

table.tbl-wide-to-narrow.multicol-to-1 {
  margin-bottom: 30px;
}
table.tbl-wide-to-narrow.multicol-to-1 > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F9F9F9;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
}
@media (min-width: 1000px), print {
  table.tbl-wide-to-narrow.multicol-to-1 > thead > tr > th:first-child {
    padding-left: 30px;
  }
}
@media (max-width: 999px), print {
  table.tbl-wide-to-narrow.multicol-to-1 > tbody > tr > td {
    display: flex;
    align-items: center;
    padding: 0 !important;
  }
  table.tbl-wide-to-narrow.multicol-to-1 > tbody > tr > td::before {
    min-height: 40px;
    padding: 10px 20px;
    margin-right: 20px;
    flex-basis: 130px;
    background-color: #F9F9F9;
  }
}
@media (min-width: 1600px) {
  table.tbl-wide-to-narrow.multicol-to-1 > tbody > tr > td {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 1000px), print {
  table.tbl-wide-to-narrow.multicol-to-1 > tbody > tr > td:first-child {
    padding-left: 30px;
  }
}

.c-service__container {
  padding: 0 15px;
}
@media (min-width: 700px), print {
  .c-service__container {
    padding: 0 30px;
  }
}

.c-service__campaign {
  width: 100%;
  padding: 7px 18px;
  margin-top: 16px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: repeat-y;
  background-image: url("./img/campaign.svg");
}
@media (min-width: 700px), print {
  .c-service__campaign {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    font-size: 16px;
  }
}

.c-service__campaign-input {
  display: flex;
}
.c-service__campaign-input .c-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-service__campaign-input .c-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-account__sidebar.always-visible {
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid #F3F3F3;
}
@media (min-width: 1240px), print {
  .c-account__sidebar.always-visible {
    flex: 0 0 255px;
    margin-top: 0;
    border: 0;
  }
  .c-account__sidebar.always-visible.has-border {
    border-right: 1px solid #F3F3F3;
  }
}

.c-account__sidebar-container .c-account__title {
  margin-top: 0;
}

@media (min-width: 1240px), print {
  .c-account__main {
    padding-left: 30px;
  }
}

.c-progress {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0;
  min-height: 30px;
  list-style: none;
}
@media (min-width: 1240px), print {
  .c-progress {
    flex-direction: column;
    justify-content: initial;
  }
}
.c-progress::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #DEDEDE;
  position: absolute;
  top: 15px;
  left: 0;
}
@media (min-width: 1240px), print {
  .c-progress::before {
    width: 1px;
    height: 100%;
    border-top: 0;
    border-left: 1px solid #DEDEDE;
    top: 0;
    left: 15px;
  }
}
.c-progress > li {
  position: relative;
}
.c-progress > li .bullet {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #53727D;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #53727D;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.c-progress > li .name {
  display: none;
  min-height: 30px;
  color: #53727D;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.c-progress > li .status {
  display: none;
  margin-top: -6px;
  margin-bottom: -8px;
  color: #008387;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}
@media (min-width: 1240px), print {
  .c-progress > li {
    padding-left: 42px;
  }
  .c-progress > li .bullet {
    position: absolute;
    left: 0;
  }
  .c-progress > li .name {
    display: block;
  }
  .c-progress > li .status {
    display: block;
  }
  .c-progress > li + li {
    margin-top: 30px;
  }
}
.c-progress > li.is-complete .bullet {
  text-indent: -999px;
  overflow: hidden;
  background-color: #FF8983;
  background-position: center center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-image: url("./img/icon-tick.svg");
  border-color: #FF8983;
}
.c-progress > li.is-complete .name {
  color: #062B4B;
}
.c-progress > li.is-active .bullet {
  color: #FFFFFF;
  background-color: #FBC748;
  border-color: #FBC748;
}
.c-progress > li.is-active .name {
  color: #062B4B;
}
.c-progress .sub-progress {
  display: none;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1240px), print {
  .c-progress .sub-progress {
    display: block;
  }
}
.c-progress .sub-progress li {
  margin-top: 20px;
  color: #53727D;
  position: relative;
}
.c-progress .sub-progress li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #D9D9D9;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -34px;
}
.c-progress .sub-progress li.is-complete {
  color: #062B4B;
}
.c-progress .sub-progress li.is-complete::before {
  background-color: #FF8983;
}

.c-custom-checkbox input[type=checkbox] + label {
  line-height: 23px;
}
.c-custom-checkbox input[type=checkbox] + label:before {
  width: 27px;
  height: 27px;
  margin-right: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
.c-custom-checkbox input[type=checkbox]:disabled + label:before {
  border: 1px solid #DEDEDE;
  background-color: #f3f3f3;
}
.c-custom-checkbox input[type=checkbox]:checked + label:before {
  content: "";
  border-color: #008387;
  background-color: #008387;
}
.c-custom-checkbox input[type=checkbox]:checked + label:after {
  width: 27px;
  height: 27px;
  background-position: center center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-image: url("./img/icon-tick.svg");
  top: 0;
  left: 0;
}
.c-custom-checkbox.c-custom-checkbox__small input[type=checkbox] + label {
  padding: 0 0 0 23px;
  font-size: 16px;
}
.c-custom-checkbox.c-custom-checkbox__small input[type=checkbox] + label:before {
  width: 16px;
  height: 16px;
  margin: 0;
  position: absolute;
  top: 3.5px;
  left: 0;
}
.c-custom-checkbox.c-custom-checkbox__small input[type=checkbox]:disabled + label:before {
  border: 1px solid #DEDEDE;
  background-color: #f3f3f3;
}
.c-custom-checkbox.c-custom-checkbox__small input[type=checkbox]:checked + label:before {
  content: "";
  border-color: #008387;
  background-color: #008387;
}
.c-custom-checkbox.c-custom-checkbox__small input[type=checkbox]:checked + label:after {
  width: 16px;
  height: 16px;
  background-size: 11px auto;
  top: 3.5px;
}

.c-custom-radio input[type=text],
.c-custom-radio input[type=email],
.c-custom-radio input[type=date] {
  border: 0;
  border-bottom: 1px solid #DEDEDE;
  background-color: transparent;
}
.c-custom-radio input[type=text]::placeholder,
.c-custom-radio input[type=email]::placeholder,
.c-custom-radio input[type=date]::placeholder {
  color: #DEDEDE;
}
.c-custom-radio input[type=text]::-webkit-calendar-picker-indicator,
.c-custom-radio input[type=email]::-webkit-calendar-picker-indicator,
.c-custom-radio input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url("./img/icon-calendar.svg");
  background-position: center center;
  background-size: 13.6px 15.1px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.c-switch label {
  display: block;
  width: 36px;
  height: 17px;
  border-radius: 14px;
  background: #BFBDBE;
  cursor: pointer;
}
.c-switch label::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 2px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: margin-left 0.1s linear;
}
.c-switch :checked + label {
  background: #008387;
}
.c-switch :checked + label::before {
  margin-left: 21px;
}

.c-plan-choices {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 20px 15px;
  padding-top: 20px;
  border-top: 1px solid #F3F3F3;
}
@media (min-width: 1000px), print {
  .c-plan-choices {
    flex-direction: row;
    margin: 0 30px;
    padding-top: 0;
    border-top: 0;
  }
}

.c-plan-choices__plan {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  flex-basis: 33.33%;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 13px solid #F3F3F3;
  order: 2;
}
@media (min-width: 1000px), print {
  .c-plan-choices__plan {
    margin-top: 27px;
  }
}
@media (min-width: 1600px) {
  .c-plan-choices__plan {
    padding: 0 20px;
  }
}
.c-plan-choices__plan.is-recommended {
  margin-top: 0;
  outline: 1px solid #FF8983;
  border-top: 40px solid #FF8983;
  order: 1;
  position: relative;
}
.c-plan-choices__plan.is-recommended::before {
  content: attr(data-recommended);
  display: block;
  width: 100%;
  height: 41px;
  padding: 11px 10px 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -41px;
  left: 0;
}
@media (min-width: 1000px), print {
  .c-plan-choices__plan.is-recommended {
    order: 2;
  }
}
.c-plan-choices__plan .title {
  padding: 20px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 140%;
}
.c-plan-choices__plan .graph {
  text-align: center;
}
.c-plan-choices__plan .graph img {
  max-width: 100%;
}
.c-plan-choices__plan .group {
  padding: 13px 0 0;
  margin: 16px 0 0;
  border-top: 1px solid #F3F3F3;
}
.c-plan-choices__plan .group:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.c-plan-choices__plan .collapsible {
  display: grid;
  grid-template-rows: 0fr;
  margin: 16px -15px 0;
  background-color: #F9F9F9;
  border-top: 1px solid #DEDEDE;
  transition: all 0.2s linear;
  position: relative;
}
@media (min-width: 1600px) {
  .c-plan-choices__plan .collapsible {
    margin: 16px -20px 0;
  }
}
.c-plan-choices__plan .collapsible + .group {
  margin: 0;
  border: none;
}
.c-plan-choices__plan .collapsible.toggle-active {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #DEDEDE;
}
.c-plan-choices__plan .collapsible.toggle-active .toggle {
  transform: rotate(180deg);
}
.c-plan-choices__plan .collapsible.toggle-active .content {
  padding: 13px 15px 9px;
}
@media (min-width: 1600px) {
  .c-plan-choices__plan .collapsible.toggle-active .content {
    padding: 15px 20px 9px;
  }
}
.c-plan-choices__plan .collapsible .toggle {
  --size: 21px;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  background-color: #6C6C6C;
  border-radius: 50%;
  position: absolute;
  top: calc(var(--size) / 2 * -1);
  left: calc(50% - var(--size) / 2);
  transition: all 0.2s linear;
}
.c-plan-choices__plan .collapsible .toggle::before {
  content: "";
  display: inline-block;
  width: var(--size);
  height: var(--size);
  background-image: url("./img/icon-caret-white.svg");
  background-position: center center;
  background-size: 10.12px 5.77px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.c-plan-choices__plan .collapsible .content {
  padding: 0 15px;
  overflow: hidden;
  transition: padding 0.1s linear;
}
@media (min-width: 1600px) {
  .c-plan-choices__plan .collapsible .content {
    padding: 0 20px;
  }
}
.c-plan-choices__plan .collapsible .content p {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.2;
}
.c-plan-choices__plan .subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
.c-plan-choices__plan .subtitle .c-custom-checkbox {
  float: right;
  font-size: 16px;
  font-weight: normal;
}
.c-plan-choices__plan .subtitle .c-switch {
  float: right;
  margin-top: 4px;
}
.c-plan-choices__plan .subtitle::after {
  content: "";
  clear: both;
  display: table;
}
.c-plan-choices__plan .price {
  display: flex;
  flex-wrap: wrap;
  line-height: 22px;
}
.c-plan-choices__plan .price div:first-child {
  padding-left: 24px;
  position: relative;
}
.c-plan-choices__plan .price div:first-child::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.c-plan-choices__plan .price div:first-child.icon-day::before {
  background-image: url("./img/icon-day.svg");
}
.c-plan-choices__plan .price div:first-child.icon-night::before {
  background-image: url("./img/icon-night.svg");
}
.c-plan-choices__plan .price div:first-child.icon-day-night::before {
  background-image: url("./img/icon-day-night.svg");
}
.c-plan-choices__plan .price div:last-child {
  margin-left: auto;
}
.c-plan-choices__plan .price div:last-child span {
  color: #FF8983;
  font-weight: 700;
}

.c-notification-text {
  color: #FF8983;
  font-weight: 700;
}
.c-plan-choices__plan .price + .price {
  margin-top: 12px;
}
.c-plan-choices__plan select {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #DEDEDE;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("./img/icon-caret.svg");
  background-position: right center;
  background-size: 11px 7px;
  background-repeat: no-repeat;
}
@media (min-width: 1000px), print {
  .c-plan-choices__plan select:last-child {
    margin-bottom: 0;
  }
}
.c-plan-choices__plan .bottom {
  margin: auto -15px 0;
  padding: 15px 15px 20px;
  background-color: #F9F9F9;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 1600px) {
  .c-plan-choices__plan .bottom {
    margin: auto -20px 0;
    padding: 15px 20px 20px;
  }
}
.c-plan-choices__plan .bottom .action {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 20px 0;
  margin: 20px -20px 0;
  border-top: 1px solid #F3F3F3;
}
.c-plan-choices__plan .bottom .action .c-button {
  flex-grow: 1;
}
.c-plan-choices__plan .buyback {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: -10px;
  background: #F0F0F0;
  font-size: 13px;
  line-height: 140%;
  transition: all 0.2s linear;
}
.c-plan-choices__plan .buyback div {
  padding: 0 8px;
  overflow: hidden;
  transition: padding 0.2s linear;
}
.c-plan-choices__plan .buyback span {
  color: #F48884;
  font-weight: 700;
}
.c-plan-choices__plan .buyback.toggle-active {
  margin-top: 0;
  grid-template-rows: 1fr;
}
.c-plan-choices__plan .buyback.toggle-active div {
  padding: 9px 8px;
}
.c-plan-choices__plan .c-custom-radio + .c-custom-radio {
  margin-top: 10px;
}

.c-input {
  padding: 6px 15px;
  border-radius: 22px;
  border: 1px solid #DEDEDE;
  font-size: 18px;
  line-height: 24px;
}
.c-input[type=file] {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.c-input[type=file]::file-selector-button {
  color: #fff;
  background: #008387;
  border-color: #008387;
  border-style: solid;
  border-radius: 998px;
  font-size: 14px;
  padding: 5px 18px;
}

.text-muted {
  color: #979797;
}

select.c-input:read-only {
  height: 38px;
  cursor: initial !important;
  background-color: #FFFFFF;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-color: #DEDEDE;
  background-image: url("./img/icon-caret.svg");
  background-position: right 20px center;
  background-size: 13px 8px;
  background-repeat: no-repeat;
}

.c-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}
@media (min-width: 700px), print {
  .c-form-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-well .c-form-grid {
  margin: 15px;
}
@media (min-width: 1000px), print {
  .c-well .c-form-grid {
    margin: 30px;
  }
}
.c-form-grid label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.c-form-grid .c-input {
  width: 100%;
}
.c-form-grid .c-input.half-width {
  width: calc(50% - 15px);
}
.c-form-grid .item {
  grid-column: span 2;
}
@media (min-width: 700px), print {
  .c-form-grid .item.is-wide {
    grid-column: span 4;
  }
}
@media (min-width: 700px), print {
  .c-form-grid .item.is-narrow {
    grid-column: span 1;
  }
}
.c-form-grid .pull-right {
  display: flex;
  margin-left: auto;
}
.c-form-grid .c-input + .pull-right {
  margin-top: 20px;
}

.c-content {
  margin: 15px;
}
@media (min-width: 1000px), print {
  .c-content {
    margin: 30px;
  }
}
.c-content a {
  text-decoration: none;
}
.c-content a:hover {
  text-decoration: underline;
}
.c-content p {
  margin-bottom: 15px;
  font-size: 18px;
}
.c-content .text-box {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 4px;
  background: #F9F9F9;
}
.c-content ul {
  padding-left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.c-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.c-choice-tabs {
  margin: 15px;
}
@media (min-width: 1000px), print {
  .c-choice-tabs {
    margin: 30px;
  }
}
.c-choice-tabs .choices {
  display: flex;
  flex-direction: column;
  padding: 4px;
  margin-bottom: 20px;
  background-color: #F9F9F9;
  border-radius: 28px;
}
@media (min-width: 700px), print {
  .c-choice-tabs .choices {
    flex-direction: row;
  }
}
.c-choice-tabs .choices label {
  flex-basis: 33.33%;
  text-align: center;
  cursor: pointer;
}
.c-choice-tabs .choices label span {
  display: block;
  border-radius: 28px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 43px;
}
.c-choice-tabs .choices label input:checked + span {
  color: #FFFFFF;
  font-weight: 700;
  background-color: #008387;
}
.c-choice-tabs .c-form-grid {
  margin: 0;
}
.c-choice-tabs .choice-contents > div {
  display: none;
}
.c-choice-tabs .choice-contents > div.is-active {
  display: block;
}

.c-button.m-arrow-left.only-arrow {
  padding-left: 23px !important;
  padding-right: 23px !important;
  text-indent: -99999px;
}
.c-button.m-arrow-left.only-arrow:after, .c-button.m-arrow-left.only-arrow:before {
  left: 18px;
}

.c-current-plan {
  display: flex;
  flex-direction: column;
  margin: 15px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  overflow: visible;
}
@media (min-width: 700px), print {
  .c-current-plan {
    flex-direction: row;
  }
}
@media (min-width: 1000px), print {
  .c-current-plan {
    margin: 30px;
  }
}
.c-current-plan .details {
  padding: 20px;
  background-color: #008387;
}
@media (min-width: 1000px), print {
  .c-current-plan .details {
    padding: 30px;
  }
}
.c-current-plan .details div {
  color: #FFFFFF;
  line-height: 140%;
  text-align: center;
}
.c-current-plan .details div:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
}
.c-current-plan .details div:nth-child(2) {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.c-current-plan .details div:nth-child(2)::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: -5px;
  left: calc(50% - 10px);
}
.c-current-plan .details div:nth-child(3) {
  font-size: 16px;
}
.c-current-plan .data {
  margin: 0 15px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
}
@media (min-width: 700px), print {
  .c-current-plan .data {
    gap: 20px;
    margin: 20px 0;
    padding: 0 20px;
  }
}
@media (min-width: 1000px), print {
  .c-current-plan .data {
    padding: 0 50px;
  }
}
.c-current-plan .data .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-current-plan .data .item .label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.c-current-plan .data .item .value {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.c-current-plan .data .item .value span {
  color: #FF8A83;
  font-weight: 700;
}
.c-current-plan .data + .data {
  border-top: 1px solid #E8E8E8;
}
@media (min-width: 700px), print {
  .c-current-plan .data + .data {
    border-top: none;
    border-left: 1px solid #E8E8E8;
  }
}

.c-current-plan-footer {
  padding: 15px;
  border-top: 1px solid #E8E8E8;
}
@media (min-width: 700px), print {
  .c-current-plan-footer {
    display: flex;
  }
}
@media (min-width: 1000px), print {
  .c-current-plan-footer {
    padding: 20px 30px;
  }
}
.c-current-plan-footer > div + div {
  margin-top: 10px;
}
.c-current-plan-footer > div + div span {
  color: #FF8A83;
}
@media (min-width: 700px), print {
  .c-current-plan-footer > div + div {
    margin-top: 0;
    margin-left: auto;
  }
}
.c-current-plan-footer .contract-link {
  padding-left: 24px;
  text-decoration: none;
  background-image: url("./img/icon-contract.svg");
  background-position: left center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.c-current-plan-footer .contract-link:hover {
  text-decoration: underline;
}

.c-contract__body-section-wrap {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 700px), print {
  .c-contract__body-section-wrap {
    flex-direction: row;
  }
}
.c-contract__body-section-wrap .c-contract__body-section {
  margin-bottom: 0;
}
.c-contract__body-section-wrap .c-contract__body-section ul {
  padding-left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  list-style-type: disc;
}
.c-contract__body-section-wrap .c-subheading {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.c-contract__actions {
  display: flex;
  justify-content: space-between;
}
.c-contract__actions .c-contract__actions-column:first-child {
  text-align: right;
  order: 1;
}
.c-contract__actions .c-contract__actions-column:last-child {
  order: 0;
}

.c-no-places {
  padding: 40px 0;
}
.c-no-places .hero {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F3F3F3;
}
@media (min-width: 700px), print {
  .c-no-places .hero {
    text-align: center;
  }
}
.c-no-places .hero .title {
  margin-bottom: 20px;
  color: #FF8983;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.c-no-places .hero .subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.c-no-places .text-columns {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 700px), print {
  .c-no-places .text-columns {
    flex-direction: row;
  }
}
.c-no-places .text-columns .icon {
  margin-bottom: 16px;
}
.c-no-places .text-columns .icon img {
  height: 75px;
}
.c-no-places .text-columns .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.c-no-places .text-columns ul {
  padding-left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  list-style-type: disc;
}

.selected-service-wrap {
  margin-left: 48px;
}

.reset-link {
  display: inline-block;
  margin: 20px 15px 0;
  padding-left: 22px;
  color: #5C727D;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1000px), print {
  .reset-link {
    margin: 20px 30px 0;
  }
}
.reset-link:hover {
  text-decoration: underline;
}
.reset-link::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("./img/icon-reset.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

/*# sourceMappingURL=styles.css.map */
