html {
  scroll-behavior: smooth;
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.reg {
  margin-top: 1rem;
  line-height: 30px;
}
.reg ol {
  counter-reset: myCounter;
}

.reg li {
  list-style: none;
  margin: 0 0 8px 0;
}

.reg li:last-of-type {
  margin: 0 0 25px 0;
}
.reg li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  border-color: rgb(223, 0, 0);
  border: 3px solid;
  width: 40px;
  height: 40px;
  padding: 4px 12px;
  border-radius: 50%;
  color: rgb(223, 0, 0);
  font-weight: 600;
  margin: auto 0.8rem auto 0;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.reg__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.reg__list-container {
  font-weight: normal;
  background-color: #ececec;
  border-left: 2px solid;
  border-right: 2px solid;
  border-radius: 6px;
  border-color: rgb(223, 0, 0);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  overflow-wrap: break-word;
  position: relative;
}
.reg__item {
  line-height: 25px;
  font-weight: normal;
  font-size: 18px;
}
.reg__item a {
  color: #007fff;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 500;
}
.reg__item a:hover {
  color: #2195bf;
}

.button-link {
  background-color: #007fff;
  color: white !important;
  padding: 15px;
  margin-top: 30px;
  display: block;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.button-link:hover {
  color: #fff !important;
  background-color: #e11229;
  text-decoration: none;
}
.button-link:hover {
  background-color: #e11229 !important;
}

p a,
.reg__item a {
  color: #007fff !important;
  font-weight: inherit !important;
  border-bottom: none !important;
  text-decoration: underline !important;
}

p a:hover,
.reg__item a:hover {
  color: #e11229 !important;
  background-color: transparent !important;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.reg__list li {
  position: relative;
  padding: 10px 5px 10px 50px;
  margin-bottom: 5px;
  background: whitesmoke;
  border: 1px solid #dfdddd;
  border-left: 3px solid #e11229;
  border-right: 3px solid #e11229;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.reg__list {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  padding-left: 0;
  counter-reset: custom-counter;
}

.reg__list li:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  width: 30px;
  height: 30px;
  color: #e11229;
  border: 3px solid #e11229;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  position: absolute;
  transform: translate(0%, -50%);
  padding: 0;
}

.reg__item {
  margin-left: 56px !important;
}

a {
  color: #e11229 !important;
}

a:hover {
  color: #007fff !important;
}

.label {
  line-height: 27px;
}

.reg__list-container {
  border: none;
  background: none;
}

.reg__list-container {
  display: list-item;
}

.reg__list {
  padding-left: 20px;
}

.reg__list .reg__list-container {
  list-style: arabic;
}

.reg ol {
  counter-reset: custom-counter;
}

.reg__list {
  padding-left: 0;
}

.reg__list .reg__list-container {
  align-items: center;
  display: flex;
  padding-left: 0;
}
.reg__header {
  font-size: 23px;
}

.lightbox-img {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.lightbox-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  background-image: url("/img/lupa.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
