/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: top;
  -webkit-user-drag: none;
}
html {
  color: #000;
  font-size: 10px;
}
body,
html {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, sans-serif;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.scroll-prevented {
  overflow: hidden;
}
p,
ul {
  margin: 0;
}
ul {
  list-style-type: none;
  padding: 0;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-drag: none;
}
section {
  width: 90vw;
  margin: 0 auto;
  max-width: 40rem;
}
h1 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  margin-bottom: 3rem;
}
.main-bg {
  position: absolute;
  width: 76.75rem;
  height: 18.54rem;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2.2rem; 
}
@media only screen and (max-width: 430px) {
  .main-bg {
    top: 0;
    height: 100%;  
  }
}
.support-container {
  max-width: 42rem;
  text-align: center;
}

.legal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
  letter-spacing: -0.05rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0rem auto 0;
  padding-bottom: 2rem;
  color: rgba(0, 0, 0, 0.5);
}

.legal-container a:link,
.legal-container a:visited,
.legal-container a:hover,
.legal-container a:active {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; /* Видаляє підкреслення за замовчуванням */
}

.support-logo {
  margin: 9.3rem auto 0;
  height: 11.3rem;
  width: 11.3rem;
  background: url(../assets/logo.png) no-repeat top/contain;
}
@media only screen and (max-width: 430px) {
  .support-logo {
    margin-top: 6.3rem;
    height: 8.42rem;
    width: 8.42rem;
  }
}
.support-logo-text {
  margin-top: 1.27rem;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 430px) {
  .support-logo-text {
    font-size: 2.23rem;
  }
}
.support-issues {
  letter-spacing: -0.05rem;
}
.support-issues__title {
  margin: 5.99rem auto 3rem;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.9rem; 
  letter-spacing: -0.05rem;
}
@media only screen and (max-width: 430px) {
  .support-issues__title {
    margin-top: 5.03rem;
  }
}
.support-issues__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.support-issues__list li + li {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 430px) {
  .support-issues__list li + li {
    margin-top: 1.2rem;
  }
}
.support-issues__list .support-issues__sublist {
  margin: 0 auto;
}
.support-issues__item,
.support-issues__subitem {
  position: relative;
  font-size: 1.9rem;
  line-height: 5.9rem;
  border-radius: 1.6rem;
  background: transparent;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.support-issues__item a,
.support-issues__subitem a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.support-issues__item:hover,
.support-issues__subitem:hover {
  cursor: pointer;
}
.support-issues__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  height: 0;
  width: 90.5%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out,
    margin 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out,
    margin 0.5s ease-in-out;
}
.support-issues__subitem {
  background: rgba(0, 0, 0, 0.03);
  color: inherit;
  text-decoration: none;
}
.support-issues .selected {
  background: #6679e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.support-issues .opened {
  height: 13.4rem;
  margin-top: 1.6rem;
  opacity: 1;
  pointer-events: all;
}
#copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
  letter-spacing: -0.05rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0;
  padding-bottom: 2rem;
  color: rgba(0, 0, 0, 0.5);
}


.cancel .cancel-container {
  padding-top: 5.7rem;
  text-align: start;
  position: relative;
}
.cancel__back {
  position: absolute;
  left: -5.5rem;
  display: inline-block;
  width: 2.4rem;
  height: 3.6rem;
  background: url(../assets/icons/arrow-back.png) no-repeat 50% / contain;
}
@media only screen and (max-width: 520px) {
  .cancel__back {
    left: 0;
    top: 1rem;
  }
}
.cancel h2,
.cancel h3 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cancel p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.5);
}
.cancel p + p {
  margin-top: 1rem;
}
.cancel p a {
  margin: 0;
}
.cancel a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000;
  margin-bottom: 3rem;
  word-break: break-word;
}
.cancel__list {
  padding: 2rem 0 5rem;
}
.cancel__serial-number--1:before {
  content: "1";
}
.cancel__serial-number--1:before,
.cancel__serial-number--2:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  border: 0.15rem solid #000;
  border-radius: 50%;
  margin: 3.2rem 0 1.2rem;
}
.cancel__serial-number--2:before {
  content: "2";
}
.cancel__serial-number--3:before {
  content: "3";
}
.cancel__serial-number--3:before,
.cancel__serial-number--4:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  border: 0.15rem solid #000;
  border-radius: 50%;
  margin: 3.2rem 0 1.2rem;
}
.cancel__serial-number--4:before {
  content: "4";
}
.cancel__serial-number--5:before {
  content: "5";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  border: 0.15rem solid #000;
  border-radius: 50%;
  margin: 3.2rem 0 1.2rem;
}
.cancel__serial-number {
  font-size: 1.4rem;
  line-height: 2rem;
}
.cancel__serial-number--6:before {
  content: "6";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  border: 0.15rem solid #000;
  border-radius: 50%;
  margin: 3.2rem 0 1.2rem;
}
.cancel__image {
  width: 100%;
  margin-top: 2rem;
}
.cancel .conclusion-text {
  color: #000;
  margin-top: 5rem;
}
.cancel .conclusion-text a {
  font-weight: 700;
}
.form .form-container {
  padding-top: 5.7rem;
  text-align: start;
  position: relative;
}
.form h1 {
  margin-bottom: 5.7rem;
}
.form__back {
  position: absolute;
  left: -5.5rem;
  display: inline-block;
  width: 2.4rem;
  height: 3.6rem;
  background: url(../assets/icons/arrow-back.png) no-repeat 50% / contain;
}
@media only screen and (max-width: 520px) {
  .form__back {
    left: 0;
    top: 1rem;
  }
}
.form__fields-list li + li {
  margin-top: 5.7rem;
}
.form__field {
  position: relative;
}
.form__field--file {
  color: rgba(0, 0, 0, 0.5);
}
.form .form__field--date-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.form .form__field--date-amount-date {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.form .form__field--date-amount-date input {
  min-height: 5.9rem;
  max-height: 5.9rem;
}
.form .form__field--date-amount-date-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  width: calc(96% - 0.2rem);
  height: calc(95% - 0.2rem);
  font-weight: 400;
  border-radius: 1.6rem;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
}
.form .form__field--date-amount-date-placeholder.hidden {
  visibility: hidden;
  z-index: -1;
}
.form .form__field--date-amount-amount {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.form label {
  font-weight: 700;
}
.form .form-title,
.form label {
  position: absolute;
  bottom: calc(100% + 0.8rem);
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.form .form-title {
  font-weight: 400;
}
.form input,
.form textarea {
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  width: 100%;
  background: transparent;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  caret-color: rgba(0, 0, 0, 0.5);
  color: #000;
  resize: none;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form input::placeholder,
.form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form input:focus,
.form textarea:focus {
  outline: none;
  border-color: #6679e5;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:hover,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:focus,
.form textarea:-webkit-autofill:hover {
  background-color: #fff;
}
.form__field-file-container {
  position: relative;
  background: transparent;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  color: #000;
  -webkit-transition: border 0.8s;
  transition: border 0.8s;
}
.form__field-file-container input {
  padding: 1.7rem;
  opacity: 0;
}
.form__field-file-container.error {
  border: 0.1rem solid #ff3f3f;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.form__field-file-container.error > .form__field-file-text-error {
  visibility: visible;
  opacity: 1;
  color: #ff3f3f;
}
.form__field-file-container.not-valid > .form__field-file-text {
  color: #ff3f3f;
}
.form__field-file-container.error > .form__field-file-text {
  visibility: hidden;
  opacity: 0;
}
.form__field-file-text,
.form__field-file-text-error {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 5rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, 0.5);
  background: url(../assets/icons/add-file-icon.png) no-repeat 2rem/1.9rem;
  pointer-events: none;
}
.form__field-file-text {
  width: 97%;
  white-space: nowrap;
  overflow: hidden;
}
.form__field-file-text-error {
  visibility: hidden;
  opacity: 0;
}
.form__field-file-notice {
  margin: 1rem 0 3rem;
  padding-left: 3rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  background: url(../assets/icons/exclamation-point.png) no-repeat 0/2rem;
}
.form__field-file-notice.-no-icon {
  background: none;
}
.form__field-file-notice.-no-icon span span {
  color: #000;
}
.form__submit-button {
  position: relative;
  background: #6679e5;
  border-radius: 1.6rem;
  border: none !important;
  font-size: 1.6rem;
  line-height: 5.9rem;
  font-weight: 700;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.form__submit-button:disabled {
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}
.form__submit-button:after {
  content: "";
  position: absolute;
  inset: -0.1rem;
  padding: 0.1rem;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.1);
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.form__submit-button:active:after {
  inset: -0.4rem;
  padding: 0.4rem;
  border-radius: 1.9rem;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
input:required:invalid.touched,
textarea:required:invalid.touched {
  border-color: #ff3f3f;
}
input:required:invalid.touched + .invalid-field-message,
textarea:required:invalid.touched + .invalid-field-message {
  display: block !important;
}
input:required:invalid.touched.not-empty + .invalid-field-message,
textarea:required:invalid.touched.not-empty + .invalid-field-message {
  display: none !important;
}
input:required:invalid.touched.not-empty ~ .wrong-data-message,
textarea:required:invalid.touched.not-empty ~ .wrong-data-message {
  display: block !important;
}
input:required:invalid.touched:focus,
textarea:required:invalid.touched:focus {
  border-color: #6679e5;
}
input:required:invalid.touched.not-empty:focus ~ .wrong-data-message,
input:required:invalid.touched:focus + .invalid-field-message,
textarea:required:invalid.touched.not-empty:focus ~ .wrong-data-message,
textarea:required:invalid.touched:focus + .invalid-field-message {
  display: none !important;
}
.invalid-field-message,
.wrong-data-message {
  position: absolute;
  bottom: -1.6rem;
  left: 2rem;
  color: #ff3f3f;
  display: none;
}
#file:required:invalid.touched ~ .form__field-file-text {
  color: #ff3f3f;
}
#file:required:valid ~ .form__field-file-text {
  color: inherit;
}
.form__field-file-container.not-valid {
  border-color: #ff3f3f;
}
.popup-overlay {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  -webkit-transition: display 0.5s ease-in-out;
  transition: display 0.5s ease-in-out;
  z-index: 4;
}
.popup-overlay.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup {
  display: none;
  margin: auto;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 45rem;
  max-width: 90%;
  border-radius: 2rem;
  border: none;
  background: #fefefe;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.popup.showed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__wrapper {
  padding: 2.4rem;
  width: 100%;
}
.popup__button--cross {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  overflow: hidden;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.popup__button--cross svg {
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.popup__button--cross:active svg {
  fill: #2f3135;
}
.popup__button--cta {
  display: block;
  height: 5.6rem;
  width: 50%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: #6679e5;
  border-radius: 1.6rem;
  border: none;
  margin: 0 auto;
}
.popup__button--cta:active {
  background: #8695f1;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.popup__text-container {
  margin-top: 4rem;
}
.popup__title {
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.popup__description {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 2rem;
}
.popup__line {
  position: relative;
  display: inline-block;
  width: calc(100% + 4.8rem);
  height: 0.15rem;
  background-color: rgba(0, 0, 0, 0.15);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 2.4rem 0;
}
.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100px;
  max-height: 100px;
  z-index: 2;
}
.loader.showed {
  display: block;
}
