/* stylelint-disable */
/* stylelint-disable */
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 0;
  clip: rect(0 0 0 0);
}

.static {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  min-width: 320px;
  min-height: calc(var(--vh, 1vh) * 100);
  flex-direction: column;
  margin: 0 auto !important;
  font-family: "IBM Plex Sans";
  background-color: hsl(220deg, 14%, 96%);
  box-sizing: border-box;
}
@media (min-width: 992px) {
  body {
    display: grid;
    grid-template-columns: min-content;
    grid-template-rows: min-content 1fr min-content;
    grid-template-areas: "nav header" "nav main" "nav footer";
  }
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  grid-area: main;
}

input[type=number] {
  appearance: textfield;
}

.js-hidden {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.container:not(:first-child) {
  margin-top: 16px;
}
.container:not(:first-child) .heading {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .container:not(:first-child) .heading {
    margin-top: 24px;
  }
}
.container:not(:last-child) > .button {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .container:not(:last-child) > .button {
    margin-bottom: 24px;
  }
}
.container > div {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .container > .button {
    max-width: 288px;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
  }
}
.container > .button + .button {
  margin-top: 16px;
}
.container .select:not(:first-child) {
  margin-top: 16px;
}

.tabs_auth {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  flex-grow: 1;
}
.tabs_auth .button {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tabs_auth .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.tabs_auth .validator__field {
  position: relative;
}
/* stylelint-disable */
.geometry {
  padding: 0;
  margin: 0;
}
/* stylelint-disable */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/ibm/IBMPlexSans.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/ibm/IBMPlexSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/ibm/IBMPlexSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/ibm/IBMPlexSans-Bold.woff") format("woff");
}
/* stylelint-disable */
.validator__field {
  padding: 0;
  margin: 0;
  position: relative;
}
.validator__error-container {
  margin: 0;
}
.validator__error {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 8px;
  color: gray500;
}
.validator__input {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: block;
  width: 100%;
  padding-top: 9px;
  padding-right: 13px;
  padding-bottom: 9px;
  padding-left: 13px;
  border: 1px solid hsl(216deg, 12%, 84%);
  border-radius: 6px;
  color: hsl(221deg, 39%, 11%);
  transition: 0.3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: none;
  background-color: hsl(0deg, 0%, 100%);
  appearance: textfield;
}
.validator__input:focus {
  box-shadow: 0 1px 2px #dbbe72, 0 0 0 1px #dbbe72;
}
.validator__input--error {
  border: 1px solid hsl(0deg, 72%, 51%) !important;
}
.validator__input--error:focus {
  box-shadow: 0 1px 2px hsl(0deg, 72%, 51%), 0 0 0 1px hsl(0deg, 72%, 51%);
}
.validator__input--error ~ label:before {
  background-color: black !important;
}
.validator__description {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 4px;
  color: #374151;
}
@media (min-width: 992px) {
  .validator__description {
    margin-bottom: 10px;
  }
}
.validator__countries {
  width: 45px;
  height: 18px;
  margin: 0;
  padding: 0;
  font-size: unset;
}
.validator__countries[data-type*=select-one] .choices__inner {
  width: 100%;
  height: 100%;
  min-height: unset;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: unset;
  background-color: transparent;
}
.validator__countries[data-type*=select-one] .choices__inner .choices__list--single {
  display: block;
}
.validator__countries .choices__inner {
  margin: 0;
  padding: 0;
}
.validator__countries .choices__inner .choices__list {
  margin: 0;
  padding: 0;
}
.validator__countries .choices__inner .choices__item {
  position: relative;
  width: 18px;
  height: 18px;
  padding-left: 18px;
  font-size: 0;
}
.validator__countries .choices__list {
  z-index: 15;
  width: 280px;
}
.validator__countries .choices__list--dropdown .choices__item {
  padding-left: 24px;
}
.validator__countries .choices__list--dropdown .choices__item .choices__flag {
  left: 4px;
}
.validator__countries .choices__flag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.validator__file-input {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.validator__country-masks {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.validator__number::-webkit-outer-spin-button, .validator__number::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.validator__eye {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 40px;
  right: 12px;
  width: 20px;
  height: 20px;
  border: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("../assets/images/eye.svg");
  cursor: pointer;
}
@media (min-width: 992px) {
  .validator__eye {
    top: 45px;
  }
}
.validator__eye--open {
  background-image: url("../assets/images/eye-off.svg");
}
.validator__password {
  padding-right: 35px;
}
/* stylelint-disable */
.form {
  position: relative;
  overflow: hidden;
}
.form__text {
  outline: none;
}
.form__text--invalid {
  border: 1px solid #d20000 !important;
}
.form__text--hidden {
  display: none;
}
.form__textarea {
  outline: none;
}
.form__phone {
  outline: none;
}
.form__password {
  outline: none;
}
.form__content {
  transition: 0.5s;
}
.form__content--hidden {
  transform: translateY(-120%);
}
.form__greetings {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  visibility: hidden;
  transform: translateY(100%);
}
.form__fail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  visibility: hidden;
  transform: translateY(100%);
}
.form__visible {
  visibility: visible;
  transform: translateY(0);
}
.form__reset {
  display: block;
  margin: 0 auto;
}
/* stylelint-disable */
.popUp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.popUp__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.popUp__body-fixer {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
.popUp__body-fixer:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  content: "";
}
.popUp__container {
  position: relative;
  z-index: 11;
}
/* stylelint-disable */
@media (min-width: 992px) {
  .select {
    max-width: 288px;
  }
}
.select .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 9px;
}
.select__choices {
  padding: 0;
  margin: 0;
  width: 100%;
}
.select__choices[data-type*=select-one]:after {
  top: calc(50% - 2px);
  right: 18px;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid hsl(220deg, 9%, 46%);
  border-right: 2px solid hsl(220deg, 9%, 46%);
  border-radius: 2px;
  transition: 0.3s;
  transform: rotate(135deg);
}
.select__choices[data-type*=select-one].is-open:after {
  right: 18px;
  width: 8px;
  height: 8px;
  margin-top: -2.5px;
  border: 0;
  border-top: 2px solid hsl(220deg, 9%, 46%);
  border-right: 2px solid hsl(220deg, 9%, 46%);
  border-radius: 2px;
  transform: rotate(-45deg);
}
.select__choices .choices__inner {
  min-height: 39px;
  padding-top: 9px;
  padding-right: 34px;
  padding-bottom: 9px;
  padding-left: 13px;
  border: 1px solid hsl(216deg, 12%, 84%);
  border-radius: 6px;
  background-color: hsl(0deg, 0%, 100%);
}
.select__choices .choices__item {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-top: 9px;
  padding-right: 0;
  padding-bottom: 9px;
  padding-left: 0;
  color: hsl(220deg, 9%, 46%);
  transition: color 0.3s;
}
.select__choices .choices__list--single {
  padding: 0;
}
.select__choices .choices__list--single .choices__item {
  padding-top: 0;
  padding-bottom: 0;
}
.select__choices .choices__list--dropdown {
  z-index: 16;
  padding-top: 0;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
  border: 1px solid hsl(216deg, 12%, 84%);
  border-radius: 6px;
}
.select__choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: hsl(0deg, 0%, 100%);
}
@media (min-width: 992px) {
  .select__choices .choices__list--dropdown .choices__item:hover {
    color: #c7aa5e;
  }
}
.select__choices .choices__placeholder {
  opacity: 1;
}
.select__choices .is-selected {
  font-weight: 600;
  color: hsl(215deg, 28%, 17%);
}
.select--disabled {
  pointer-events: none;
}
.select--disabled .select__choices[data-type*=select-one].is-open:after, .select--disabled .select__choices[data-type*=select-one]:after {
  border-color: hsl(216deg, 12%, 84%);
}
/* stylelint-disable */
.chart__legends {
  display: flex;
  flex-direction: row;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  gap: 10px;
}
.chart__legend {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
/* stylelint-disable */
.widget {
  position: absolute;
}
@media print {
  .widget {
    display: none;
  }
}
.widget__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background-color: #737373;
  visibility: hidden;
  opacity: 0;
}
.widget__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  max-width: 400px;
  height: 100%;
  padding-right: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #1d2413;
  transition: 0.3s;
  transform: translate(100%, 0);
}
.widget__nav ul {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  list-style: none;
}
.widget__nav li {
  margin: 0;
  padding: 0;
}
.widget__nav li:last-of-type {
  margin-bottom: 0;
}
.widget__nav li a {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s ease-in, background-color 0.2s ease-in;
  word-break: break-all;
}
.widget__nav li a:hover {
  color: #b8b8b8;
  background-color: #191919;
}
.widget__nav li a.active {
  color: #ffffff;
  background-color: #3d3d3d;
}
.widget__header {
  display: flex;
  height: 60px;
  padding: 18px;
  background-color: #191919;
}
.widget__title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}
.widget__close {
  position: absolute;
  top: 130px;
  left: -25px;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-color: #000000;
  transition: 0.3s;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.widget__close:hover {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
}
.widget__close:before, .widget__close:after {
  position: absolute;
  top: 23px;
  left: 5px;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  content: "";
  transform: rotate(45deg);
  pointer-events: none;
}
.widget__close:after {
  transform: rotate(-45deg);
}
.widget__body {
  height: calc(100% - 60px);
  overflow: auto;
}
.widget__body::-webkit-scrollbar-track {
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  border-radius: 0;
  background-color: #1d2413;
}
.widget__body::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  background-color: transparent;
}
.widget__body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ffffff;
}
.widget--active .widget__nav {
  transform: translate(0, 0);
}
.widget--active .widget__overlay {
  background-color: rgba(4, 23, 20, 0.9);
  visibility: visible;
  opacity: 1;
  backdrop-filter: blur(5px);
}

.fixed {
  position: relative;
  overflow: hidden;
}
/* stylelint-disable */
.map {
  padding: 0;
  margin: 0;
  width: 100%;
  height: calc(100vh - 125px);
  margin-top: 10px;
}
@media (min-width: 992px) {
  .map {
    height: 400px;
    margin-top: 0;
  }
}
/* stylelint-disable */
.header {
  padding: 0;
  margin: 0;
  position: sticky;
  top: 0;
  z-index: 15;
  padding-top: 8px;
  padding-bottom: 16px;
  background-color: hsl(220deg, 14%, 96%);
}
@media (min-width: 992px) {
  .header {
    padding: 0;
  }
}
.header__logo {
  padding: 0;
  margin: 0;
  display: block;
  width: 40px;
  height: 24px;
}
@media (min-width: 992px) {
  .header__logo {
    display: none;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__wrapper {
  display: flex;
  align-items: center;
}
.header__back {
  display: none;
  color: #374151;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .header__back {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .header__back:hover {
    color: #c7aa5e;
  }
}
.header__back svg {
  width: auto;
  height: 18px;
  fill: currentColor;
  transform: rotate(180deg);
}
.header__title {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  width: 100%;
  margin-top: 32px;
  color: #374151;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .header__title {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.header__navigation {
  padding: 0;
  margin: 0;
  display: flex;
}
.header__item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__item:not(:first-of-type) {
  margin-left: 15px;
}
.header__link {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.header__link:active svg {
  fill: #c7aa5e;
}
.header__link svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: contain;
  fill: #dbbe72;
}
.header__link--notif:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: hsl(0deg, 72%, 51%);
  content: "";
}
.header--minified {
  padding-bottom: 8px;
}
.header--minified .header__title {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 8px;
}
/* stylelint-disable */
.footer {
  margin-bottom: 47px;
  background-color: hsl(220deg, 14%, 96%);
  grid-area: footer;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .container > div {
  margin-top: 0;
}
.footer__banner {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__banner {
    display: none;
  }
}
.footer__banner img {
  display: block;
  width: 160px;
  height: 29px;
}
/* stylelint-disable */
.button {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 11px;
  padding-right: 10px;
  padding-bottom: 9px;
  padding-left: 10px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  color: hsl(0deg, 0%, 100%);
  background-color: #dbbe72;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
@media (min-width: 992px) {
  .button:not(.button--border):hover {
    background-color: #c7aa5e;
  }
}
.button:disabled {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(216deg, 12%, 84%);
  border-color: transparent;
  pointer-events: none;
}
.button:disabled svg {
  stroke: hsl(0deg, 0%, 100%);
}
.button:active {
  background-color: #c7aa5e;
}
.button svg {
  width: 16px;
  height: 16px;
  margin-right: 9px;
  stroke: hsl(0deg, 0%, 100%);
}
.button--border {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  border: 1px solid #dbbe72;
  color: #dbbe72;
  background-color: hsl(0deg, 0%, 100%);
}
@media (min-width: 992px) {
  .button--border:hover {
    color: #c7aa5e;
    background-color: hsl(0deg, 0%, 100%);
    border-color: #c7aa5e;
  }
}
.button--border:active {
  color: #c7aa5e;
  background-color: hsl(0deg, 0%, 100%);
  border-color: #c7aa5e;
}
.button--border:active svg {
  stroke: #c7aa5e;
}
.button--border svg {
  stroke: #dbbe72;
}
/* stylelint-disable */
.start {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: hsl(0deg, 0%, 100%);
}
.start > .container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.start__image {
  padding: 0;
  margin: 0;
  display: block;
  max-width: 220px;
}
/* stylelint-disable */
.forma {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  flex-grow: 1;
  margin-bottom: 16px;
}
.forma .button {
  margin-top: 16px;
}
.forma .container {
  position: static;
}
@media (min-width: 768px) {
  .forma .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.forma__banner {
  display: none;
  width: 230px;
}
@media (min-width: 768px) {
  .forma__banner {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: unset;
  }
}
@media (min-width: 992px) {
  .forma__banner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.forma__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.forma__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .forma__wrapper {
    display: block;
    width: 100%;
    max-width: 490px;
    height: unset;
    padding: 40px;
    background-color: hsl(0deg, 0%, 100%);
  }
}
@media (min-width: 992px) {
  .forma__wrapper {
    padding: 80px;
  }
}
.forma__header {
  position: sticky;
  top: 0;
  z-index: 15;
  margin-top: 8px;
  margin-bottom: 32px;
  background-color: hsl(220deg, 14%, 96%);
}
@media (min-width: 768px) {
  .forma__header {
    position: unset;
    margin-top: unset;
    background-color: unset;
  }
}
.forma__header--minified {
  margin-bottom: 8px;
}
.forma__header--minified .forma__title {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 8px;
}
.forma__logo {
  padding: 0;
  margin: 0;
  display: block;
  width: 40px;
  height: 24px;
}
@media (min-width: 768px) {
  .forma__logo {
    display: none;
  }
}
.forma__title {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  width: 100%;
  margin-top: 32px;
  color: #374151;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .forma__title {
    margin-top: unset;
  }
}
.forma__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex-grow: 1;
  padding-bottom: 20px;
  padding-top: 20px;
}
.forma__resend-text {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 8px;
  text-align: center;
  color: hsl(0deg, 0%, 0%);
}
.forma__resend-button--disabled {
  pointer-events: none;
}
.forma__text {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: hsl(0deg, 0%, 0%);
}
.forma__n-found {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 35px;
  text-align: center;
  color: hsl(0deg, 0%, 0%);
}
.forma__mandatory {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 8px;
  color: hsl(220deg, 9%, 46%);
}
.forma--refill {
  margin-top: 0;
}
.forma--offer {
  margin-top: 0;
}
/* stylelint-disable */
.up {
  position: fixed;
  right: 25px;
  bottom: 80px;
  z-index: 10;
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #dbbe72;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
}
.up svg {
  width: 20px;
  height: 20px;
}
/* stylelint-disable */
.item {
  padding: 0;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .item {
    padding-top: 16px;
  }
}
.item:first-child {
  padding-top: 0;
}
.item:last-child {
  padding-bottom: 0;
}
.item:not(:first-of-type) {
  border-top: 1px solid hsl(220deg, 13%, 91%);
}
.item + .button {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .item + .button {
    margin-top: 16px;
  }
}
.item__headers {
  padding: 0;
  margin: 0;
  display: flex;
}
.item__header {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
  color: hsl(220deg, 9%, 46%);
}
.item__header:not(:first-of-type) {
  margin-left: 15px;
}
.item__header svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.item__content {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.item__text {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  max-width: 95%;
  color: hsl(0deg, 0%, 0%);
}
@media (max-width: 768px) {
  .item__text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.item__multiText {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  max-width: 95%;
  color: hsl(0deg, 0%, 0%);
}
@media (max-width: 768px) {
  .item__multiText {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.item__multiText p {
  padding: 0;
  margin: 0;
  margin-top: 4px;
}
.item__boldText {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: hsl(218deg, 11%, 65%);
}
@media (max-width: 768px) {
  .item__boldText {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.item__boldText strong {
  margin-right: 15px;
  color: hsl(0deg, 0%, 0%);
}
.item__warning {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.item__edit {
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.item__edit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item__right {
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border: 0;
  text-decoration: none;
  background-color: transparent;
}
.item__right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item__bottom {
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
.item__bottom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item__plus {
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
.item__plus img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item__refill {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-left: auto;
  border: 0;
  color: #c7aa5e;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 992px) {
  .item__refill {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.item__circle {
  padding: 0;
  margin: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
}
.item__checkboxes {
  padding: 0;
  margin: 0;
  width: 100%;
}
.item__checkboxes input {
  display: none;
}
.item__checkboxes input:checked + label:after {
  visibility: visible;
  opacity: 1;
}
.item__checkboxes label {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  position: relative;
  display: block;
  padding-left: 30px;
  color: hsl(0deg, 0%, 0%);
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .item__checkboxes label {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (min-width: 992px) {
  .item__checkboxes label:hover {
    color: #c7aa5e;
  }
}
.item__checkboxes label:not(:first-of-type) {
  margin-top: 16px;
}
.item__checkboxes label:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid hsl(218deg, 11%, 65%);
  border-radius: 4px;
  content: "";
}
.item__checkboxes label:after {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 12px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #dbbe72;
  border-right: 2px solid #dbbe72;
  border-radius: 1px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  transform: rotate(135deg);
  content: "";
}
.item__phone {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "IBM Plex Sans";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: hsl(0deg, 0%, 0%);
  text-decoration-line: underline;
}
.item__phone img {
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 18px;
  object-fit: cover;
}
.item--done {
  opacity: 0.4;
}
/* stylelint-disable */
.heading {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #374151;
}
@media (min-width: 992px) {
  .heading {
    font-weight: 500;
  }
}
.heading + .item {
  margin-top: 16px;
}
.heading a {
  text-decoration: none;
  color: #374151;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .heading a[href]:hover {
    color: #c7aa5e;
  }
}
.heading a:active {
  color: #dbbe72;
}
.heading img {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.heading__link {
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 768px) {
  .heading__link {
    margin-left: 0;
  }
}
.heading__link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* stylelint-disable */
.zero {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-top: 48px;
  text-align: center;
  color: hsl(218deg, 11%, 65%);
}
/* stylelint-disable */
.incut {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  color: hsl(0deg, 0%, 0%);
}
/* stylelint-disable */
.date {
  padding: 0;
  margin: 0;
}
.date .validator__field {
  position: relative;
}
.date .validator__field .flatpickr-calendar {
  top: 100% !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto !important;
}
.date__calendar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.date__day {
  display: none;
}

.flatpickr-time input {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 4rem;
  color: hsl(0deg, 0%, 0%);
}

.flatpickr-time {
  max-height: unset !important;
}

.flatpickr-time .numInputWrapper {
  height: 80px;
}

.flatpickr-time .flatpickr-time-separator {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 4rem;
  width: 5%;
  color: hsl(0deg, 0%, 0%);
}

.hasTime {
  max-width: 280px;
}

.flatpickr-calendar.inline {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-color: transparent;
  box-shadow: none;
}

.flatpickr-rContainer {
  max-width: 100%;
}

.flatpickr-days {
  max-width: 100%;
  border: 0;
}

.dayContainer {
  width: unset;
  min-width: unset;
  max-width: 100%;
  margin-top: 16px;
}

.flatpickr-months .flatpickr-month {
  height: 60px;
  background: transparent;
}

.flatpickr-prev-month {
  position: relative;
  top: 20px;
  width: 20px;
  height: 20px;
}
.flatpickr-prev-month:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../assets/images/arrow.svg");
  transform: rotate(180deg);
  content: "";
}
.flatpickr-prev-month svg {
  display: none;
}

.flatpickr-next-month {
  position: relative;
  top: 20px;
  width: 20px;
  height: 20px;
}
.flatpickr-next-month:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../assets/images/arrow.svg");
  content: "";
}
.flatpickr-next-month svg {
  display: none;
}

.flatpickr-current-month {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flatpickr-current-month .numInputWrapper {
  order: -1;
}

.flatpickr-current-month input.cur-year {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 0;
  text-align: center;
  color: hsl(220deg, 9%, 46%);
}

.numInputWrapper .arrowUp,
.numInputWrapper .arrowDown {
  display: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-left: 0;
  text-align: center;
  color: hsl(0deg, 0%, 0%);
  background: transparent;
}

.flatpickr-weekdays {
  border-bottom: 1px solid hsl(218deg, 11%, 65%);
  background: transparent;
}

.flatpickr-innerContainer {
  border: 0;
  background: transparent;
}

span.flatpickr-weekday {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: hsl(220deg, 9%, 46%);
  background: transparent;
}

.flatpickr-day {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  line-height: 3.5rem;
  color: hsl(0deg, 0%, 0%);
}

.nextMonthDay,
.prevMonthDay {
  color: hsl(216deg, 12%, 84%);
}

span.flatpickr-day.selected {
  color: hsl(0deg, 0%, 100%);
  background-color: #dbbe72;
  border-color: #dbbe72;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second,
.flatpickr-time input.flatpickr-hour {
  font-weight: 500;
}
/* stylelint-disable */
.graphs {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .graphs {
    display: grid;
    grid-auto-flow: row;
  }
}
.graphs .swiper-container {
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .graphs .swiper-wrapper {
    height: unset;
  }
}
.graphs .swiper-slide {
  width: 90px;
}
.graphs__year {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 16px;
  text-align: center;
  color: hsl(220deg, 9%, 46%);
}
.graphs__columns {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  height: 112px;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .graphs__columns {
    height: 170px;
  }
}
.graphs__column {
  padding: 0;
  margin: 0;
  position: relative;
  width: 50%;
  min-height: 24px;
  margin-top: auto;
}
.graphs__column--cold {
  background-color: hsl(221deg, 83%, 53%);
}
.graphs__column--hot {
  background-color: hsl(0deg, 84%, 60%);
}
.graphs__amount {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
  color: hsl(0deg, 0%, 100%);
}
.graphs__link {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
  margin-top: 4px;
  text-align: center;
  text-decoration: none;
  color: #c7aa5e;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .graphs__link {
    margin-top: 10px;
    color: #dbbe72;
  }
}
@media (min-width: 992px) {
  .graphs__link:hover {
    color: #c7aa5e;
  }
}
.graphs__current .graphs__columns {
  opacity: 1;
}
.graphs__current .graphs__year {
  font-weight: 600;
  color: hsl(0deg, 0%, 0%);
}
.graphs__empty .graphs__link {
  opacity: 0.5;
  pointer-events: none;
}
.graphs__navigation {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
}
.graphs__arrow {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  position: initial;
  width: unset;
  height: unset;
  border: 0;
  color: #c7aa5e;
  background-color: transparent;
}
.graphs__arrow:after {
  display: none;
}
/* stylelint-disable */
.graph {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .graph {
    width: 150px;
  }
}
.graph__year {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 16px;
  text-align: center;
  color: hsl(0deg, 0%, 0%);
}
.graph__columns {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  max-width: 150px;
  height: 225px;
  margin: 0 auto;
}
.graph__column {
  padding: 0;
  margin: 0;
  position: relative;
  width: 50%;
  min-height: 24px;
  margin-top: auto;
}
.graph__column--cold {
  background-color: hsl(221deg, 83%, 53%);
}
.graph__column--hot {
  background-color: hsl(0deg, 84%, 60%);
}
.graph__amount {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
  color: hsl(0deg, 0%, 100%);
}
.graph__link {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
  color: #c7aa5e;
}
/* stylelint-disable */
.readings {
  padding: 0;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.readings:not(:first-of-type) {
  border-top: 1px solid hsl(220deg, 13%, 91%);
}
.readings:first-child {
  padding-top: 0;
}
.readings:last-child {
  padding-bottom: 0;
}
.readings__heading {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: hsl(220deg, 9%, 46%);
}
@media (min-width: 992px) {
  .readings__heading {
    margin-bottom: 5px;
  }
}
.readings__reading {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: flex;
}
@media (max-width: 768px) {
  .readings__reading {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.readings__reading:first-of-type {
  margin-bottom: 4px;
}
.readings__reading p {
  padding: 0;
  margin: 0;
}
.readings__reading p:first-child {
  width: 150px;
  margin-right: 10px;
}
.readings__reading--hot {
  color: hsl(0deg, 72%, 51%);
}
.readings__reading--cold {
  color: hsl(221deg, 83%, 53%);
}
/* stylelint-disable */
.status {
  padding: 0;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.status + .item {
  padding-top: 8px;
  border-top: none;
}
.status__header {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 4px;
  color: inherit;
}
.status__wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.status__wrapper p {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: inherit;
}
@media (max-width: 768px) {
  .status__wrapper p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.status__wrapper svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-left: 10px;
  fill: currentColor;
}
.status__wrapper span {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: inherit;
}
.status--red {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(0deg, 72%, 51%);
}
.status--yellow {
  color: hsl(221deg, 39%, 11%);
  background-color: hsl(46deg, 97%, 65%);
}
.status--green {
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(160deg, 84%, 39%);
}
/* stylelint-disable */
.modal {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .modal {
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.modal .validator__field {
  position: relative;
}
.modal .validator__input {
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 10px;
  -webkit-appearance: none;
}
.modal .validator__input--disabled {
  pointer-events: none;
}
.modal .validator__input--height {
  padding-top: 50px;
}
.modal .validator__description {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  position: absolute;
  top: 8px;
  left: 16px;
  margin-bottom: 0;
  color: hsl(220deg, 9%, 46%);
}
.modal .validator__error {
  display: none;
}
.modal .validator__eye {
  top: 35px;
}
.modal .select__choices .choices__inner {
  min-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}
.modal .select__choices[data-type*=select-one].is-open:after, .modal .select__choices[data-type*=select-one]:after {
  right: 0;
}
.modal .select__choices .choices__item {
  color: hsl(0deg, 0%, 0%);
}
.modal .select {
  position: absolute;
  top: 25px;
  left: 16px;
  width: 90%;
}
@media (min-width: 992px) {
  .modal .select {
    max-width: unset;
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.modal__container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 100%;
  border-radius: 20px 20px 0 0;
  background-color: hsl(0deg, 0%, 100%);
  transform: translateY(100%);
  animation: slide-in 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
@media (min-width: 992px) {
  .modal__container {
    max-width: 460px;
    border-radius: 0;
    animation-name: unset;
    transform: unset;
  }
}
.modal__top {
  padding: 0;
  margin: 0;
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
  border-bottom: 1px solid hsl(220deg, 13%, 91%);
}
@media (min-width: 992px) {
  .modal__top {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border: none;
  }
}
.modal__top .heading {
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 18px;
}
@media (min-width: 992px) {
  .modal__top .heading {
    font-family: "IBM Plex Sans";
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.8rem;
    padding: 0;
  }
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: 0;
  color: hsl(218deg, 11%, 65%);
  background-color: transparent;
  transition: color 0.3s;
  cursor: pointer;
}
@media (min-width: 992px) {
  .modal__close {
    top: 5px;
    right: 5px;
  }
}
@media (min-width: 992px) {
  .modal__close:hover {
    color: #c7aa5e;
  }
}
.modal__close:before {
  position: absolute;
  left: 5px;
  width: 24px;
  height: 2px;
  background-color: currentColor;
  transform: rotate(45deg);
  content: "";
}
.modal__close:after {
  position: absolute;
  left: 4px;
  width: 24px;
  height: 2px;
  background-color: currentColor;
  transform: rotate(-45deg);
  content: "";
}
.modal__content {
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .modal__content {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
.modal__content .item__text {
  font-size: 1.6rem;
  line-height: 2rem;
}
.modal__text {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 8px;
  margin-bottom: 100px;
  color: #374151;
}
@media (min-width: 992px) {
  .modal__text {
    margin: 0;
  }
}
.modal__text a {
  font-weight: 500;
  color: hsl(221deg, 83%, 53%);
}
@media (min-width: 992px) {
  .modal__text a:hover {
    text-decoration: none;
  }
}
.modal__text--push {
  margin-bottom: 30px;
}
.modal__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal__list-item {
  padding: 0;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.modal__list-item:not(:last-of-type) {
  border-bottom: 1px solid hsl(220deg, 13%, 91%);
}
.modal__hidden {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal__action-button {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: flex;
  width: 100%;
  align-items: center;
  border: 0;
  text-decoration: none;
  color: hsl(0deg, 0%, 0%);
  background-color: transparent;
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal__action-button {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (min-width: 992px) {
  .modal__action-button:hover {
    color: #c7aa5e;
  }
}
.modal__action-button:active {
  color: #c7aa5e;
}
.modal__action-button svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 10px;
}
.modal__action-button--active {
  color: #dbbe72;
  pointer-events: none;
}
.modal__form {
  display: flex;
  max-height: calc(100vh - 65px);
  flex-direction: column;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  background-color: hsl(220deg, 14%, 96%);
  gap: 8px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .modal__form {
    max-height: unset;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    overflow: unset;
  }
}
.modal__mandatory {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: hsl(220deg, 9%, 46%);
}
.modal--update-password .validator__error {
  display: block;
  margin-top: 5px;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  line-height: 14px;
  color: hsl(0deg, 72%, 51%);
}
.modal--update-info .modal__top {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal--update-info .modal__close {
  top: 50%;
  transform: translateY(-50%);
}

@keyframes slide-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: rotate(0);
  }
}
/* stylelint-disable */
.tabs {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  flex-grow: 1;
}
.tabs .button {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tabs .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.tabs .validator__field {
  position: relative;
}
.tabs__banner {
  display: none;
  width: 230px;
}
@media (min-width: 768px) {
  .tabs__banner {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: unset;
  }
}
@media (min-width: 992px) {
  .tabs__banner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.tabs__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.tabs__wrapper {
  display: grid;
  height: 100%;
  grid-auto-rows: min-content;
}
@media (min-width: 768px) {
  .tabs__wrapper {
    width: 100%;
    max-width: 490px;
    height: unset;
    padding: 40px;
    background-color: hsl(0deg, 0%, 100%);
  }
}
@media (min-width: 992px) {
  .tabs__wrapper {
    padding: 80px;
  }
}
.tabs__header {
  position: sticky;
  top: 0;
  z-index: 15;
  margin-top: 8px;
  margin-bottom: 32px;
  background-color: hsl(220deg, 14%, 96%);
}
@media (min-width: 768px) {
  .tabs__header {
    position: unset;
    margin-top: unset;
    background-color: unset;
  }
}
.tabs__header--minified {
  margin-bottom: 8px;
}
.tabs__header--minified .forma__title {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 8px;
}
.tabs__logo {
  padding: 0;
  margin: 0;
  display: block;
  width: 40px;
  height: 24px;
}
@media (min-width: 768px) {
  .tabs__logo {
    display: none;
  }
}
.tabs__title {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  width: 100%;
  margin-top: 32px;
  color: #374151;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .tabs__title {
    margin-top: unset;
  }
}
.tabs__tab {
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  grid-column: 1/2;
  grid-row: 3/4;
}
.tabs__tab--active {
  visibility: visible;
  opacity: 1;
}
.tabs__buttons {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  margin-bottom: 18px;
  border-bottom: 1px solid hsl(216deg, 12%, 84%);
}
.tabs__button {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  position: relative;
  top: 1px;
  padding-right: 4px;
  padding-bottom: 16px;
  padding-left: 4px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: hsl(220deg, 9%, 46%);
  background-color: transparent;
  transition: color 0.3s;
  cursor: pointer;
}
@media (min-width: 992px) {
  .tabs__button:not(.tabs__button--active):hover {
    color: #c7aa5e;
  }
}
.tabs__button--active {
  color: #dbbe72;
  border-color: #dbbe72;
}
.tabs__login {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  border: 0;
  color: #dbbe72;
  background-color: transparent;
  transition: color 0.3s;
  cursor: pointer;
}
.tabs__login:active {
  color: #c7aa5e;
}
@media (min-width: 992px) {
  .tabs__login:hover {
    color: #c7aa5e;
  }
}
.tabs__text {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: hsl(0deg, 0%, 0%);
}
.tabs__text a {
  text-decoration: none;
  color: #dbbe72;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .tabs__text a:hover {
    color: #c7aa5e;
  }
}
.tabs__line {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tabs__already {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 30px;
  text-align: center;
  color: hsl(0deg, 0%, 0%);
}
.tabs__question {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  text-align: center;
}
.tabs__link {
  padding: 0;
  margin: 0;
  text-align: center;
}
.tabs__link a {
  text-decoration: none;
}
.tabs__link a:active {
  text-decoration: underline;
}
.tabs__forget {
  padding: 0;
  margin: 0;
  margin-top: 18px;
  text-align: center;
}
.tabs__forget a {
  text-decoration: none;
}
.tabs__forget a:active {
  text-decoration: underline;
}
.tabs__links {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 16px;
}
.tabs__links a {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-decoration: none;
  color: #dbbe72;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .tabs__links a:hover {
    color: #c7aa5e;
  }
}
.tabs__if {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  margin-top: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid hsl(225deg, 20%, 88%);
  border-radius: 20px;
  font-family: "IBM Plex Sans";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: none;
  color: hsl(0deg, 0%, 0%);
  background-color: transparent;
  cursor: pointer;
}
/* stylelint-disable */
.resend {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  flex-grow: 1;
}
.resend .button {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .resend .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.resend__banner {
  display: none;
  width: 230px;
}
@media (min-width: 768px) {
  .resend__banner {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: unset;
  }
}
@media (min-width: 992px) {
  .resend__banner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.resend__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.resend__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .resend__wrapper {
    display: block;
    width: 100%;
    max-width: 490px;
    height: unset;
    padding: 40px;
    background-color: hsl(0deg, 0%, 100%);
  }
}
@media (min-width: 992px) {
  .resend__wrapper {
    padding: 80px;
  }
}
.resend__header {
  position: sticky;
  top: 0;
  z-index: 15;
  margin-top: 8px;
  margin-bottom: 32px;
  background-color: hsl(220deg, 14%, 96%);
}
@media (min-width: 768px) {
  .resend__header {
    position: unset;
    margin-top: unset;
    background-color: unset;
  }
}
.resend__header--minified {
  margin-bottom: 8px;
}
.resend__header--minified .forma__title {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 8px;
}
.resend__logo {
  padding: 0;
  margin: 0;
  display: block;
  width: 40px;
  height: 24px;
}
@media (min-width: 768px) {
  .resend__logo {
    display: none;
  }
}
.resend__title {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  width: 100%;
  margin-top: 32px;
  color: #374151;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .resend__title {
    margin-top: unset;
  }
}
.resend__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex-grow: 1;
}
.resend__text {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 9px;
  text-align: center;
  color: hsl(0deg, 0%, 0%);
}
/* stylelint-disable */
.thank {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .thank .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.thank__banner {
  display: none;
  width: 230px;
}
@media (min-width: 768px) {
  .thank__banner {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: unset;
  }
}
@media (min-width: 992px) {
  .thank__banner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.thank__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.thank__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .thank__wrapper {
    display: block;
    width: 100%;
    max-width: 490px;
    height: unset;
    padding: 40px;
    background-color: hsl(0deg, 0%, 100%);
  }
}
@media (min-width: 992px) {
  .thank__wrapper {
    padding: 80px;
  }
}
.thank__header {
  position: sticky;
  top: 0;
  z-index: 15;
  margin-top: 8px;
  margin-bottom: 32px;
  background-color: hsl(220deg, 14%, 96%);
}
@media (min-width: 768px) {
  .thank__header {
    display: none;
  }
}
.thank__header--minified {
  margin-bottom: 8px;
}
.thank__header--minified .forma__title {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 8px;
}
.thank__logo {
  padding: 0;
  margin: 0;
  display: block;
  width: 40px;
  height: 24px;
}
@media (min-width: 768px) {
  .thank__logo {
    display: none;
  }
}
.thank__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex-grow: 1;
}
.thank__title {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #374151;
}
.thank__text {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #374151;
}
/* stylelint-disable */
.menu-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  min-width: 320px;
  height: 48px;
  margin: 0 auto;
  border-top: 1px solid hsl(220deg, 13%, 91%);
  background: hsl(0deg, 0%, 100%);
  grid-area: nav;
}
@media (min-width: 992px) {
  .menu-nav {
    position: sticky;
    right: 0;
    bottom: 0;
    height: unset;
    padding-right: 10px;
    padding-left: 50px;
    border-top: none;
  }
}
.menu-nav__wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .menu-nav__wrapper {
    position: sticky;
    top: 0;
    height: unset;
  }
}
.menu-nav__logo {
  display: none;
}
@media (min-width: 992px) {
  .menu-nav__logo {
    display: block;
    width: 105px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.menu-nav__logo img {
  display: block;
  width: 100%;
  height: unset;
}
.menu-nav__list {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .menu-nav__list {
    height: unset;
    grid-template-columns: 1fr;
    padding-top: 30px;
    border-top: 1px solid hsl(220deg, 13%, 91%);
  }
}
.menu-nav__item:not(:last-of-type) {
  border-right: 1px solid hsl(220deg, 13%, 91%);
}
@media (min-width: 992px) {
  .menu-nav__item:not(:last-of-type) {
    border: none;
  }
}
.menu-nav__link {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2px;
  text-decoration: none;
  color: hsl(218deg, 11%, 65%);
  transition: color 0.3s;
  flex-shrink: 0;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .menu-nav__link {
    flex-direction: row;
    justify-content: unset;
    grid-gap: 15px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    color: #374151;
  }
}
@media (min-width: 992px) {
  .menu-nav__link:hover {
    color: #c7aa5e;
  }
}
.menu-nav__link svg {
  position: relative;
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
}
@media (min-width: 992px) {
  .menu-nav__link svg {
    width: 24px;
    height: 24px;
  }
}
.menu-nav__link--active {
  color: #c7aa5e;
}
.menu-nav__link--alert:before {
  position: absolute;
  top: 6px;
  right: calc(50% - 8px);
  z-index: 5;
  width: 8px;
  height: 8px;
  border: 2px solid hsl(0deg, 0%, 100%);
  border-radius: 50%;
  background-color: #B91C1C;
  content: "";
}
@media (min-width: 992px) {
  .menu-nav__link--alert:before {
    top: 7px;
    right: unset;
    left: 23px;
    width: 10px;
    height: 10px;
  }
}
.menu-nav__title {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: currentColor;
}
@media (min-width: 992px) {
  .menu-nav__title {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
/* stylelint-disable */
.flatpickr-calendar {
  border-radius: 8px;
  background-color: hsl(0deg, 0%, 100%);
  overflow: hidden;
}
.flatpickr-calendar:before {
  display: none;
  content: unset;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border: 0;
}
.flatpickr-calendar__footer {
  padding-top: 20px;
  padding-right: 19px;
  padding-bottom: 24px;
  padding-left: 19px;
}
.flatpickr-calendar__footer .button {
  width: 100%;
  min-width: unset;
}
.flatpickr-calendar__footer .button:first-of-type {
  margin-top: 0;
}
/* stylelint-disable */
.background {
  width: 100%;
}
.background:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .background .heading {
    font-weight: 700;
  }
}
.background .status {
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .background .status {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .background .select {
    max-width: 268px;
  }
}
.background__wrapper {
  margin-right: -16px;
  margin-left: -16px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .background__wrapper {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .background__wrapper {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.background__wrapper .select:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .background__wrapper .select:not(:first-child) {
    margin-top: 20px;
  }
}
.background__wrapper .graphs:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .background__wrapper .graphs:not(:first-child) {
    margin-top: 20px;
  }
}
.background__wrapper .graph:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .background__wrapper .graph:not(:first-child) {
    margin-top: 20px;
  }
}
.background__wrapper .chart:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .background__wrapper .chart:not(:first-child) {
    margin-top: 20px;
  }
}
.background__tariff-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 260px);
  grid-gap: 15px;
}
@media (max-width: 768px) {
  .background__tariff-container {
    grid-template-columns: initial;
    grid-gap: 16px;
  }
}
.background--white .background__wrapper {
  background-color: hsl(0deg, 0%, 100%);
}
.background--rounded .background__wrapper {
  border-radius: 10px;
  background-color: hsl(0deg, 0%, 100%);
}
@media (min-width: 992px) {
  .background--column .background__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .background--column .background__wrapper .item {
    padding: 0;
    border: none;
  }
}
@media (min-width: 992px) {
  .background--column .background__wrapper .item:nth-child(even) {
    padding-left: 30px;
    border-left: 1px solid hsl(220deg, 13%, 91%);
  }
}
@media (max-width: 768px) {
  .background--tariff .container {
    padding-right: 0;
    padding-left: 0;
  }
}
/* stylelint-disable */
.tariff {
  padding: 0;
  margin: 0;
}
.tariff__grid {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
@media (max-width: 992px) {
  .tariff__grid {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 16px;
  }
}
.tariff__column {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column dense;
}
@media (max-width: 1200px) {
  .tariff__column {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
  }
}
.tariff__column:nth-child(1) {
  flex-grow: 1;
}
.tariff__column:not(:nth-child(1)) {
  display: flex;
  flex-direction: column;
}
.tariff__column:not(:nth-child(1)):before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 1px;
  height: 100%;
  background-color: hsl(220deg, 13%, 91%);
  content: "";
}
@media (max-width: 992px) {
  .tariff__column:not(:nth-child(1)):before {
    top: -8px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.tariff__column-item:nth-child(3) {
  grid-row-start: 2;
  justify-self: end;
}
.tariff__column-item:nth-child(4) {
  justify-self: end;
}
.tariff__column-content, .tariff__column-status {
  display: flex;
  column-gap: 10px;
}
@media (max-width: 768px) {
  .tariff__column-content {
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .tariff__column-status {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
  }
}
.tariff__column-heading {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  color: hsl(220deg, 9%, 46%);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tariff__column-heading {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.tariff__column-text {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: hsl(218deg, 11%, 65%);
}
@media (max-width: 768px) {
  .tariff__column-text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.tariff__column-text strong {
  color: hsl(0deg, 0%, 0%);
}
@media (max-width: 768px) {
  .tariff__column-text strong {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.tariff__column-text em {
  font-style: normal;
  color: hsl(0deg, 72%, 51%);
}
.tariff__column-button {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  border: 0;
  color: #c7aa5e;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 992px) {
  .tariff__column-button {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.tariff__column-button--secondary {
  color: hsl(218deg, 11%, 65%);
}
/* stylelint-disable */
.tariff-card {
  padding: 0;
  margin: 0;
  display: flex;
  min-height: 275px;
  flex-direction: column;
  padding: 15px 20px 20px;
  border-radius: 20px;
  background-color: hsl(0deg, 0%, 100%);
}
@media (max-width: 768px) {
  .tariff-card {
    min-height: unset;
    padding: 14px 16px;
    border-radius: 10px;
  }
}
.tariff-card__header {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 5px;
  color: hsl(0deg, 0%, 0%);
}
@media (max-width: 768px) {
  .tariff-card__header {
    margin-bottom: 4px;
    font-weight: 700;
    line-height: 2.8rem;
  }
}
.tariff-card__text {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: hsl(220deg, 9%, 46%);
}
.tariff-card__bottom {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid hsl(220deg, 13%, 91%);
}
@media (max-width: 768px) {
  .tariff-card__bottom {
    margin-top: 14px;
    padding-top: 12px;
  }
}
.tariff-card__content {
  display: flex;
  align-items: baseline;
  margin-bottom: 11px;
  column-gap: 5px;
}
@media (max-width: 768px) {
  .tariff-card__content {
    margin-bottom: 14px;
  }
}
.tariff-card__price {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.2rem;
  color: hsl(0deg, 0%, 0%);
}
.tariff-card__period {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: hsl(220deg, 9%, 46%);
}
.tariff-card--outdated {
  background-color: hsl(220deg, 13%, 91%);
}
.tariff-card--outdated .tariff-card__header {
  color: hsl(220deg, 9%, 46%);
}
.tariff-card--outdated .tariff-card__text {
  color: hsl(218deg, 11%, 65%);
}
.tariff-card--outdated .tariff-card__bottom {
  border-color: hsl(216deg, 12%, 84%);
}
.tariff-card--outdated .tariff-card__price {
  color: hsl(220deg, 9%, 46%);
}
.tariff-card--outdated .tariff-card__period {
  color: hsl(218deg, 11%, 65%);
}
.tariff-card--outdated .button {
  color: hsl(218deg, 11%, 65%);
  background-color: hsl(216deg, 12%, 84%);
  pointer-events: none;
}
/* stylelint-disable */
.qr-reader {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.qr-reader__close {
  display: none;
}
.qr-reader__start {
  display: flex;
}
@media (min-width: 992px) {
  .qr-reader__start {
    display: none;
  }
}
