html, body {
  font-size: 18px;
  color: #ffffff !important;
}

p {
  font-family: 'Roboto', sans-serif;
}

h1, .header-text, .sign-up__text {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

.block-1 {
  -webkit-background-size: inherit;
  background: url(../img/container1.jpg) no-repeat center center;
  display: block;
  -webkit-background-size: cover;
          background-size: cover;
}

.block-2, .block-4 {
  background: -webkit-gradient(linear, left top, right top, from(#ff33ab), to(#4260a2));
  background: -webkit-linear-gradient(left, #ff33ab 0%, #4260a2 100%);
  background: -o-linear-gradient(left, #ff33ab 0%, #4260a2 100%);
  background: linear-gradient(90deg, #ff33ab 0%, #4260a2 100%);
}

.block-3 {
  background: url(../img/back2.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.logo {
  width: 140px;
}

.block-1 .header-text {
  font-size: 2em;
  font-style: italic;
}

.sign-up__text {
  font-size: 1.33em;
}

form .select-block {
  border-left-color: #ffffff;
  background-image: url("../img/select_arrow.png");
  -webkit-background-size: .6em .6em;
          background-size: .6em;
}

form #inputGroupSelect01{
  border-bottom-right-radius: .25em;
  border-top-right-radius: .25em;
}

.first-select {
margin-bottom: .6em;
}

.sign-up__checkbox {
margin-bottom: 1em;
}

.checkbox-block__text {
font-size: .8em;
margin-bottom: .4em;
font-weight: 600;
}
.sign-up__checkbox .custom-checkbox {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  line-height: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sign-up__checkbox .custom-checkbox:hover input ~ .checkmark {
  background-color: #007bff;
  border: none;
}
.sign-up__checkbox .custom-checkbox:hover input ~ .checkmark:after {
  display: block;
}
.sign-up__checkbox .custom-checkbox input:checked ~ .checkmark {
  background-color: #007bff;
  border: none;
}
.sign-up__checkbox .custom-checkbox input,
.sign-up__checkbox .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.sign-up__checkbox .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sign-up__checkbox .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.sign-up__checkbox .custom-checkbox input {
  opacity: 0;
}
.sign-up__checkbox .custom-checkbox .checkmark {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sign-up__form .select-group {
margin-bottom: 1.5rem;
}

.form-group {
margin-bottom: 1.5em !important;
}

.sign-up__form .input-group-text {
background: #ffffff;
font-size: .77em;
}

.learn-more {
margin: 1em 0;
}

.learn-more__text {
display: block;
text-align: center;
margin-bottom: 5px;
}

.learn-more__img {
display: block;
}

.block-2 {
background: -webkit-gradient(linear, left top, right top, from(#ff33ab), to(#4260a2));
background: -webkit-linear-gradient(left, #ff33ab 0%, #4260a2 100%);
background: -o-linear-gradient(left, #ff33ab 0%, #4260a2 100%);
background: linear-gradient(90deg, #ff33ab 0%, #4260a2 100%);
padding: 3.05em 0;
}

.block-2 .header-text {
font-size: 1.33em;
margin-bottom: 2.77rem;
}

.mob-show {
display: none;
}

.block-2__list {
margin-left: -1em;
margin-bottom: 2.66em;
}

.block-2__img {
width: 100%;
margin-top: 1rem;
}

.block-3 {
padding: 2.7em 0;
}

.block-3 .header-text {
font-size: 1.33em;
margin-bottom: 2.83em;
}

.block-3 .main-text {
margin-bottom: 4.16em;
}

.block-3__img {
height: 100%;
margin-bottom: 3.66em;
}

.block-3__second-text {
margin-bottom: 1.66em;
text-align: center;
}

.link-wrapper {
display: table;
}

.block-4 {
padding: 4.44em 0 3.77em 0;
}

.block-4 .header-text {
font-size: 1.33em;
margin-bottom: 2.83em;
}

.block-4 .bold-text {
margin-bottom: 2.22em;
}

.block-4 .main-text {
margin-bottom: 3.33em;
}

.block-4 .block-4__img {
width: 100%;
margin-top: 2.5em;
}

footer {
padding: 1em 0;
}

.footer__item__link {
font-size: .8em;
padding: .5rem  .5rem !important;
}

.footer-interval {
margin: 0;
padding: .35rem 0;
}

/*Error*/

.formField .messages{
  display: none;
}

.formField.invalid .messages {
  display: block;
  width: 100%;
  margin-top: .1rem;
  font-size: 80%;
  color: #fff98a;
  position: absolute;
}

@media (max-width: 991.98px) {
  .mob-hide {
    display: none;
  }
  .mob-show {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    margin: 0 auto !important;
  }
  .block-1 .header-text {
    text-align: center;
    font-size: 1.5em;
  }
  .sign-up__text {
    text-align: center;
  }
  .btn {
    display: block !important;
    margin: 0 auto;
  }
  .block-2 .header-text {
    margin-bottom: 1em;
  }
  .block-3 .header-text {
    margin-bottom: 1.5em;
  }
  .block-3 .main-text {
    margin-bottom: 1.5em;
  }
  .block-3__img {
    height: 100%;
    margin-bottom: 1.5em;
  }
  .block-4 {
    padding: 2.7em 0;
  }
  .block-4 .header-text {
    margin-bottom: 1.5em;
  }
  .block-4 .block-4__img {
    margin-top: 0;
  }
}
