@import url("https://cdn.rawgit.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css");
h1, .h1 {
  font-size: 30px;
}
h1._small, .h1._small {
  font-size: 22px;
}
@media (min-width: 768px) {
  h1._small, .h1._small {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1._small, .h1._small {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h4, .h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h6, .h6 {
  font-size: 14px;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 18px;
  }
}

.fs-sm {
  font-size: 14px;
}
.fs-md {
  font-size: 18px;
}
.fs-md._count {
  font-size: 14px;
}
@media (min-width: 768px) {
  .fs-md._count {
    font-size: 18px;
  }
}
.fs-lg {
  font-size: 20px;
}
.fs-table {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .fs-table {
    font-size: 14px;
  }
}

.bg-main {
  background: url("../assets/png/main-bg.png") no-repeat;
  background-size: cover;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-black {
  background-color: #242A38;
}
.bg-blue-light {
  background-color: #03A8E5;
}
.bg-blue {
  background-color: #018BBD;
}
.bg-blue-b {
  background-color: #004BFE;
}

.color-white {
  color: #FFFFFF;
}
.color-gray {
  color: #8F93A3;
}
.color-black {
  color: #242A38;
}
.color-blue-light {
  color: #03A8E5;
}
.color-blue {
  color: #018BBD;
}
.color-blue-b {
  color: #004BFE;
}
.color-inherit {
  color: inherit;
}

.btn-cus {
  -webkit-border: none;
  -moz-border: none;
  border: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-cus:focus, .btn-cus:active {
  -webkit-border: none;
  -moz-border: none;
  border: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-cus-light {
  background: #FFFFFF;
  color: #03A8E5;
}
.btn-cus-light:hover {
  background: #004BFE;
  color: #FFFFFF;
}
.btn-cus-second {
  background: #03A8E5;
  color: #FFFFFF;
}
.btn-cus-second:hover {
  background: #004BFE;
  color: #FFFFFF;
}
.btn-cus-tabActive {
  background: #03A8E5;
  color: #FFFFFF;
}
.btn-cus-tabPassive {
  background: #FFFFFF;
  border: 2px solid #03A8E5;
}
.btn-cus-green {
  background: #03955E;
  color: #FFFFFF;
}

.br-top {
  border-top: 1px solid inherit;
}
.br-top-white {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.br-bot {
  border-bottom: 1px solid inherit;
}
.br-bot-gray {
  border-bottom: 1px solid #E3E3E8;
}
.br-bot-bright {
  border-bottom: 1px solid #004BFE;
}

.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}

html {
  height: 100%;
}

body {
  color: #242A38;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-overflow-x: hidden;
  -moz-overflow-x: hidden;
  overflow-x: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
body * {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
}
body a {
  text-decoration: none;
}

.header {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
}
.header .brand {
  max-height: 34px;
}
@media (min-width: 576px) {
  .header .brand {
    max-height: 54px;
  }
}

.main {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 1 0 auto;
}

.wrap {
  -webkit-height: 100%;
  -moz-height: 100%;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
}

.footer {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
}
.footer .fs-sm {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .footer .fs-sm {
    font-size: 14px;
  }
}

.form-main {
  padding: 70px 0;
}
.form-group {
  position: relative;
}
.form-group label {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-position: absolute;
  -moz-position: absolute;
  position: absolute;
  -webkit-top: 0;
  -moz-top: 0;
  top: 0;
  -webkit-z-index: 1;
  -moz-z-index: 1;
  z-index: 1;
}
.form-group input {
  font-size: 1rem;
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-weight: 600;
  padding: 0 20px 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top: none;
  -moz-border-top: none;
  border-top: none;
  -webkit-border-right: none;
  -moz-border-right: none;
  border-right: none;
  -webkit-border-left: none;
  -moz-border-left: none;
  border-left: none;
  -webkit-background: transparent;
  -moz-background: transparent;
  background: transparent;
  -webkit-position: relative;
  -moz-position: relative;
  position: relative;
  -webkit-z-index: 2;
  -moz-z-index: 2;
  z-index: 2;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group input:read-only {
  -webkit-background: transparent;
  -moz-background: transparent;
  background: transparent;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
}
.form-group input::placeholder {
  font-size: 1rem;
  color: #FFFFFF;
}
.form-group input:placeholder-shown + label {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.form-group input:focus:not(.readonly), .form-group input:not(:placeholder-shown) {
  color: #FFFFFF;
  border-color: #28C3FC;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-background: transparent;
  -moz-background: transparent;
  background: transparent;
}
.form-group input:focus:not(.readonly)::placeholder, .form-group input:not(:placeholder-shown)::placeholder {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.form-group input:focus:not(.readonly) + label, .form-group input:not(:placeholder-shown) + label {
  color: #5DC2E8;
  -webkit-top: -18px;
  -moz-top: -18px;
  top: -18px;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  -webkit-cursor: pointer;
  -moz-cursor: pointer;
  cursor: pointer;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-margin: 0;
  -moz-margin: 0;
  margin: 0;
  -webkit-z-index: 3;
  -moz-z-index: 3;
  z-index: 3;
}
.form-group input:-webkit-autofill, .form-group input:-webkit-autofill:hover, .form-group input:-webkit-autofill:focus, .form-group input:-webkit-autofill {
  -webkit-text-fill-color: #FFFFFF;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}
.form-group input.has-error {
  border-color: #FF4848;
}
.form-group input.has-error::placeholder {
  color: #FF4848;
}
.form-check-count {
  padding-left: 3.5em;
  position: relative;
  margin: 0 0 17px 0;
}
@media (min-width: 768px) {
  .form-check-count {
    margin: 0 0 20px 0;
  }
}
.form-check-input, .form-check-label {
  cursor: pointer;
}
.form-check-option {
  font-size: 30px;
  line-height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-check-input {
  width: 14px;
  height: 14px;
}
.form-check-input[type=radio] {
  border-color: #FFFFFF;
}
.form-check-input[type=radio]._blue:checked {
  background: #03A8E5;
  border: 2px solid #FFFFFF;
}
.form-check-input[type=radio]._bright {
  box-shadow: 0 0 0 1px #004BFE;
}
.form-check-input[type=radio]._bright:checked {
  background: #004BFE;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 1px #004BFE;
}
.form-check-input[type=checkbox] {
  -webkit-border: none;
  -moz-border: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-check-input[type=checkbox]._light:checked {
  background-color: #FFFFFF;
  background-image: url("../assets/svg/check.svg");
}
.form-check-input[type=checkbox]._bright {
  box-shadow: 0 0 0 1px #004BFE;
}
.form-check-input[type=checkbox]._bright:checked {
  background: #004BFE;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 1px #004BFE;
}
.form-check-input.has-error {
  border: 1px solid #FF4848 !important;
}
.form-check-input.has-error + label {
  color: #FF4848;
  text-decoration: underline;
}

.bg-white .footer.br-top-white {
  border-top: 1px solid #E3E3E8;
}
.bg-white .footer .color-inherit {
  color: #242A38;
}

.bg-main .footer .color-inherit {
  color: #FFFFFF;
}

.select2-container {
  width: 100% !important;
}
.select2-container .selection .select2-selection {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  height: 25px;
  outline: none !important;
}
.select2-container .selection .select2-selection__rendered {
  color: #FFFFFF;
  font-weight: 600;
  padding: 0 20px 0 0;
  outline: none !important;
}
.select2-container .selection .select2-selection__placeholder {
  color: #FFFFFF;
}
.select2-container .selection .select2-selection__arrow {
  height: 25px;
  right: 5px;
}
.select2-container .selection .select2-selection__arrow b {
  border-color: #FFFFFF transparent transparent transparent;
}
.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #FFFFFF transparent !important;
}

html .select2-container * {
  border: none;
  border-radius: 0;
}
html .select2-container .select2-results {
  box-shadow: 0 4px 15px 0 #00000026;
}
html .select2-container .select2-results__option {
  padding: 6px 12px;
}
html .select2-container .select2-results__option--highlighted {
  background: #75C4E1 !important;
}

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