.color--success {
  color: #27AE60; }

.color--error {
  color: #EB5757; }

html, body {
  height: 100%; }

body {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  background-color: #E5E5E5;
  color: #444444; }

h1, h2 {
  font-weight: 700;
  color: #000000; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

.text--sm {
  font-size: 12px; }

.container {
  max-width: 570px; }

header {
  padding-top: 60px;
  padding-bottom: 26px;
  text-align: center; }

.content-block {
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.price-block {
  position: relative;
  margin: 32px -40px 16px;
  padding: 32px 40px;
  text-align: center;
  background-color: #FEF8D8; }
  .price-block div {
    color: #000000;
    font-size: 14px; }
  .price-block h1 {
    margin: 8px 0 0; }

.btn {
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700; }
  .btn.btn-primary {
    background-color: #FCDC3E;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #444444;
    border-radius: 3px; }
    .btn.btn-primary:focus {
      box-shadow: none; }
    .btn.btn-primary:hover {
      background-color: #eac304; }
    .btn.btn-primary img {
      margin-left: 8px; }

a {
  color: #444444;
  text-decoration: none;
  border-bottom: 1px solid #444444;
  transition: all 0.3s ease-in-out; }
  a:hover {
    opacity: 0.9;
    color: inherit;
    text-decoration: none;
    border-bottom-color: transparent; }

.order-title {
  margin-bottom: 8px; }

.order-nr {
  margin-bottom: 16px;
  color: #000000; }

.order-description {
  font-size: 12px; }

.form-block {
  display: flex;
  flex-direction: column;
  align-items: center; }

.form-check {
  margin-bottom: 16px;
  padding-left: 32px; }
  .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-left: -32px;
    margin-top: 0; }
    .form-check .form-check-input:focus {
      box-shadow: unset; }
    .form-check .form-check-input:checked[type=checkbox] {
      background-color: #444444;
      border-color: #444444;
      background-image: url("../images/ico-check.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 74%; }

.response-block img {
  max-width: 100%; }

.home {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center; }

.modal-content {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.modal-header,
.modal-body {
  padding: 40px; }

.modal-header {
  padding-bottom: 10px; }

.modal-body {
  padding-top: 10px; }

.modal-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-width: 0; }

.modal-title {
  font-weight: 700;
  font-size: 24px;
  color: #000000; }

.modal-subtitle {
  font-size: 12px; }

.modal-body h3 {
  margin-bottom: 24px;
  font-size: 16px; }

.btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url("../images/times.svg");
  opacity: 1; }
  .btn-close:focus {
    box-shadow: unset; }

/*# sourceMappingURL=main.css.map */
