@import url(https://fonts.googleapis.com/css?family=Rubik:400,500,700,900&display=swap);
body {
  direction: ltr;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #141414;
  background-color: #fcdbc7;
  background-image: url("../img/pattern.png");
  line-height: 1.4;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 22px;
  }
}

.container-fluid {
  max-width: 1076px;
}

.hr {
  margin: 20px auto;
  width: 134px;
  height: 1px;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .hr {
    margin: 26px auto;
  }
}

.main-title {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-title {
    margin-bottom: 10px;
    font-size: 48px;
  }
}
.main-text {
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .main-text {
    font-size: 26px;
  }
}
.main-required {
  color: red;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .main-required {
    font-size: 18px;
  }
}

/* Resetting fieldset styles */
.step-heading {
  position: relative;
  display: inline-block;
  margin: 0 auto 4px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .step-heading {
    margin: 0 auto 20px;
    font-size: 34px;
  }
}
.step-heading span {
  position: absolute;
  top: 0;
  right: -6px;
  font-size: 14px;
  color: red;
}
@media screen and (min-width: 768px) {
  .step-heading span {
    font-size: 24px;
    right: -12px;
  }
}

/*Form*/
.form {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .form {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.form-group {
  max-width: 502px;
  margin: 0 auto 16px;
}
.form-group.first-group {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .form-group.first-group {
    margin-top: 40px;
  }
}
.form-group.last-group {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .form-group.last-group {
    margin-bottom: 50px;
  }
}
.form-group label {
  padding-left: 4px;
  margin-bottom: 0;
}
.form-group label span {
  color: red;
}
.form-group input {
  height: 46px;
  border: 2px solid #7b7a7a !important;
  box-shadow: none !important;
}
@media screen and (min-width: 768px) {
  .form-group input {
    height: 56px;
  }
}
.form-check {
  display: flex;
  padding: 0;
  position: relative;
}
.form-check-input {
  position: absolute;
  left: 0px;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.form-check-label {
  z-index: 80;
  cursor: pointer;
  padding-left: 26px;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .form-check-label {
    padding-left: 42px;
  }
}
.form-check .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  min-width: 18px;
  border: 2px solid #ff634f;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .form-check .checkmark {
    height: 24px;
    width: 24px;
    min-width: 24px;
    border: 3px solid #ff634f;
  }
}
.form-action {
  margin-top: 40px;
  text-align: center;
}
.form-button {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  height: 42px;
  margin: 0 auto;
  background-color: #0f0f0f;
  color: white;
  border-radius: 0px;
  font-size: 15px;
  line-height: 42px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .form-button {
    height: 70px;
    max-width: 320px;
    font-size: 27px;
    line-height: 70px;
  }
}

.form-check-input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #ff634f;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .form-check-input:checked ~ .checkmark:after {
    width: 12px;
    height: 12px;
  }
}

.b-header-nav__link {
  color: #000000 !important;
  text-decoration: none !important;
}
.b-header-nav__link:hover {
  color: #b27044 !important;
}

.b-footer-nav__link:hover {
  text-decoration: none !important;
  color: #000000 !important;
}

#request-success {
  background-color: #fcdbc7;
}
#request-success .mfp-influensers-success__subtitle {
  font-size: 22px;
}
#request-success .ui.button {
  background-color: #000000;
  width: 210px;
}
#request-success .ui.button:hover {
  color: #fff;
}

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