﻿.eula-content {
  border-radius: 30px;
  height: auto;
  background: #c8e7fa;
  align-content: center;
}

.eula-block__header {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: #333;
  text-align: center;
  margin: 0;
}

.eula-block__row {
  padding: 10px 20px;
}

.eula-block__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 148%;
  color: #333;
  margin: 0;
  padding: 0 15px 0 15px;
}

.eula-block__text_bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 143%;
}

.eula-block__text_h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 148%;
  color: #333;
  margin: 0;
  padding: 0 15px 0 15px;
}

.eula-block__ol-list {
  padding: 0 15px 0 60px;
  list-style-type: lower-alpha;
}

  .eula-block__ol-list > li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    color: #333;
    margin: 0 0 15px 0;
  }

.eula-block__input-checkbox {
    width: 20px;
    height: 20px;
}

.eula-block__submit-button {
  border: 0;
  border-radius: 10px;
  width: 180px;
  height: 40px;
  background: #009ef9;
  align-content: center;
  margin-top: 20px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  color: white;
}
