body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  line-height: 1.2;
  background-color: #F3F3F3;
  color: #313131;
}

.b-setup-events-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.b-setup-events-wrap .__logo {
  display: block;
  margin-bottom: 32px;
}
.b-setup-events-wrap .b-setup-events {
  border-radius: 8px;
  border: 1px solid #D7DDE7;
  background: #FFF;
  padding: 32px;
  max-width: 1464px;
}

.b-table-wrap {
  border: 1px solid #D7DDE7;
  border-radius: 8px;
  margin-bottom: 64px;
}
.b-table-wrap .b-table {
  overflow: hidden;
  border-radius: 8px;
  border-collapse: collapse;
  margin: -1px;
}
.b-table-wrap .b-table tr th {
  background: #E9F0F7;
  border: 1px solid #D7DDE7;
  padding: 14px;
  color: #313131;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.b-table-wrap .b-table tr td {
  color: #313131;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 14px;
  border: 1px solid #D7DDE7;
}
.b-table-wrap .b-table tr td.actions a {
  color: #B12933;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

h2 {
  color: #2E3A4C;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
}

.form-row {
  margin-bottom: 16px;
}
.form-row.button-save {
  position: static;
  display: flex;
  justify-content: flex-end;
}
.form-row .form-field {
  position: static;
  display: grid;
  grid-template-columns: 144px 512px;
  grid-gap: 14px;
}
.form-row .form-field label {
  color: #2E3A4C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.form-row .form-field textarea {
  border-radius: 8px;
  border: 1px solid #E5E9F3;
  background: #F9FBFE;
  min-height: 96px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #2E3A4C;
}
.form-row .form-field textarea:focus {
  outline: none;
}
.form-row .form-field .b-select-wrap {
  position: relative;
  width: 100%;
}
.form-row .form-field .b-select-wrap .__arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.form-row .form-field .b-select-wrap select {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #C9D0DD;
  background: #F9FBFE;
  color: #2E3A4C;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  appearance: none;
  padding: 0 12px;
}
.form-row .form-field .b-select-wrap select:focus {
  outline: none;
}
.form-row .form-field .b-select-wrap select option {
  background: #F9FBFE;
  color: #2E3A4C;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 8px 12px;
  border-radius: 4px;
}
.form-row .form-field .b-select-wrap select option:hover {
  background: #E8F0FE;
}
.form-row .form-field .b-select-wrap select option:checked {
  background: #D4E3FC;
  font-weight: 700;
}

.b-submit-button {
  border-radius: 8px;
  background: #B12933;
  border: none;
  outline: none;
  height: 48px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  padding: 0 20px;
  margin-top: -64px;
  transition: all 0.3s ease-out;
}
.b-submit-button:hover {
  background: #95000B;
}

/*# sourceMappingURL=style.css.map */
