@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i400,400i,500,500i,700,700i);/*==========  Style Sheet - Vars  ==========*/
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span, b, i, li, td {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  font: 300 16px/28px "Montserrat", sans-serif;
}

p, b {
  font: 300 16px/28px "Montserrat", sans-serif;
  margin: 0 0 16px;
}

p a, b a {
  font: inherit;
  color: inherit;
}

a {
  text-decoration: none;
  font: 300 14px/26px "Montserrat", sans-serif;
  color: #222;
}

b, strong {
  font-weight: 600;
}

/*==========  Style Sheet - Placeholders  ==========*/
::-webkit-input-placeholder {
  color: #736666;
  font: inherit;
}

::-moz-placeholder {
  color: #736666;
  font: inherit;
}

:-moz-placeholder {
  color: #736666;
  font: inherit;
}

:-ms-input-placeholder {
  color: #736666;
  font: inherit;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-strike {
  text-decoration: line-through;
}

.text-muted {
  color: #a1a1a1;
}

.hidden {
  display: none;
}

.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

html body .block .tabs-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}

html body .block .tabs-group .tab-item {
  color: #202531;
  font: 600 18px "Montserrat", sans-serif;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .tabs-group .tab-item.active {
  color: #150ae9;
}

html body .block .tabs-group .tab-item:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .tabs-group .tab-item-splash {
  color: #bcc1d3;
  font: 300 18px "Montserrat", sans-serif;
  margin: 0 10px;
}

html body .block .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}

html body .block .button-group.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html body .block .button-group.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

html body .block .button-group.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .block .button-group .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 15px 20px;
  font: 600 14px "Montserrat", sans-serif;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 0;
}

html body .block .button-group .button.button-default {
  border: 1px solid #eaf0f6;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 4px 0px #6f747e1f;
          box-shadow: 0px 3px 4px 0px #6f747e1f;
  color: #2f2e43;
}

html body .block .button-group .button.button-default:hover {
  color: #9fa4b3;
  -webkit-box-shadow: 0px 12px 26.6px 1.4px #6f747e38;
          box-shadow: 0px 12px 26.6px 1.4px #6f747e38;
}

html body .block .button-group .button.button-primary {
  background: #150ae9;
  color: #ffffff;
}

html body .block .button-group .button.button-primary:hover {
  background: #586ada;
}

html body .block .button-group .button:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .checkbox-item {
  display: block;
  width: 40px;
  height: 20px;
}

html body .block .checkbox-item .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

html body .block .checkbox-item .checkbox + label {
  position: relative;
  width: 40px;
  height: 20px;
  cursor: pointer;
}

html body .block .checkbox-item .checkbox + label:before {
  display: block;
  position: absolute;
  content: '';
  width: 40px;
  height: 20px;
  top: 2px;
  left: 0;
  border-radius: 20px;
  background: #b6bffc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .checkbox-item .checkbox + label:after {
  display: block;
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #150ae9 url(../images/register/check-icon.svg) no-repeat center center;
  background-size: 12px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .checkbox-item .checkbox:checked + label:after {
  left: 16px;
}

html body .block .checkbox-item2 .checkbox2 {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

html body .block .checkbox-item2 .checkbox2 + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

html body .block .checkbox-item2 .checkbox2 + label:before {
  display: block;
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
  border-radius: 3px;
  border: 1px solid #eaf0f6;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 4px 0px #6f747e1f;
          box-shadow: 0px 3px 4px 0px #6f747e1f;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .checkbox-item2 .checkbox2 + label:after {
  display: block;
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
  border-radius: 3px;
  background: #150ae9 url(../images/register/check-icon.svg) no-repeat center center;
  background-size: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .checkbox-item2 .checkbox2:checked + label:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .checkbox-item2.has-error .form-label {
  color: #e34046 !important;
}

html body .block .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

html body .block .form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

html body .block .form .form-row .form-col {
  margin-bottom: 5px;
}

html body .block .form .form-row .form-col .forgot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  color: #150ae9;
  font: 500 12px/34px "Montserrat", sans-serif;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .form .form-row .form-col .forgot svg {
  margin-right: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .form .form-row .form-col .forgot:hover {
  color: #586ada;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .form .form-row .form-col .forgot:hover svg {
  opacity: .7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block .form .form-row .form-col .title {
  width: 160px;
  height: 34px;
  padding-right: 15px;
  color: #6f747e;
  font: 500 12px/34px "Montserrat", sans-serif;
  text-align: right;
}

html body .block .form .form-row .form-col .form-input,
html body .block .form .form-row .form-col .form-select {
  display: block;
  width: 280px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #dfe4ec;
  background: #ffffff;
  color: #2f2e43;
  font: 500 13px/34px "Montserrat", sans-serif;
  padding: 0 10px;
  margin-bottom: 0;
}

html body .block .form .form-row .form-col .form-input::-webkit-input-placeholder,
html body .block .form .form-row .form-col .form-select::-webkit-input-placeholder {
  color: #6f747e;
}

html body .block .form .form-row .form-col .form-input::-moz-placeholder,
html body .block .form .form-row .form-col .form-select::-moz-placeholder {
  color: #6f747e;
}

html body .block .form .form-row .form-col .form-input::-ms-input-placeholder,
html body .block .form .form-row .form-col .form-select::-ms-input-placeholder {
  color: #6f747e;
}

html body .block .form .form-row .form-col .form-input::placeholder,
html body .block .form .form-row .form-col .form-select::placeholder {
  color: #6f747e;
}

html body .block .form .form-row .form-col .form-label {
  color: #262626;
  font: 500 13px/34px "Montserrat", sans-serif;
}

html body .block .form .form-row .form-col .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 124px;
  height: 34px;
  padding-left: 15px;
}

html body .block .form .form-row .form-col .info .info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .block .form .form-row .form-col .info .info-btn svg path {
  fill: #262626;
}

html body .block .form .form-row .form-col:last-child {
  margin-bottom: 0;
}

html body .block .select-block {
  position: relative;
}

html body .block .select-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-right: 30px;
}

html body .block .select-block:after {
  display: block;
  position: absolute;
  content: '';
  width: 30px;
  height: 34px;
  top: 0;
  right: 0;
  background: url(../images/register/select-icon.svg) no-repeat center center;
  z-index: 2;
}

html body .block.block-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: #ffffff;
  overflow: hidden;
  z-index: 1;
}

html body .block.block-forms .splash {
  display: block;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -1;
}

html body .block.block-forms .splash.splash1 {
  top: -483px;
  right: -474px;
}

html body .block.block-forms .splash.splash2 {
  bottom: -410px;
  left: -290px;
}

html body .block.block-forms .splash-img {
  display: block;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  top: 50%;
  right: 200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

html body .block.block-forms .forms-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 260px;
  z-index: 2;
}

html body .block.block-forms .forms-wrapper .form-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 680px;
          flex: 0 0 680px;
  width: 680px;
  border-radius: 7px;
  border: 1px solid #dfe4ec;
  background: #f7fafc;
  -webkit-box-shadow: 0px 7px 39.77px 1.23px #6f747e33;
          box-shadow: 0px 7px 39.77px 1.23px #6f747e33;
  overflow: hidden;
}

html body .block.block-forms .forms-wrapper .form-window .form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 40px 76px 13px;
}

html body .block.block-forms .forms-wrapper .form-window .form-type {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block.block-forms .forms-wrapper .form-window .form-type.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block.block-forms .forms-wrapper .form-window .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 13px 76px 26px;
  border-bottom: 1px solid #dfe4ec;
}

html body .block.block-forms .forms-wrapper .form-window .form-body .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 30px;
}

html body .block.block-forms .forms-wrapper .form-window .form-body .form-control .control-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 220px;
  height: 180px;
  border-radius: 7px;
  border: 1px solid #eaf0f6;
  background: #f7fafc;
  padding: 37px 65px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block.block-forms .forms-wrapper .form-window .form-body .form-control .control-item.active {
  border: 1px solid #00008e;
  background: #ffffff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block.block-forms .forms-wrapper .form-window .form-body .form-control .control-item.active .title {
  color: #00008e;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block.block-forms .forms-wrapper .form-window .form-body .form-control .control-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 72px;
  margin-bottom: 10px;
}

html body .block.block-forms .forms-wrapper .form-window .form-body .form-control .control-item .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  color: #2f2e43;
  font: 600 18px "Montserrat", sans-serif;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block.block-forms .forms-wrapper .form-window .form-body .form-control .control-item-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88px;
  padding: 0 15px;
}

html body .block.block-forms .forms-wrapper .form-window .form-body .forms-container .form-box {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block.block-forms .forms-wrapper .form-window .form-body .forms-container .form-box.active {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

html body .block.block-forms .forms-wrapper .form-window .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 20px 76px;
}

.notification {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  width: 100%;
  font: 500 13px/18px "Montserrat", sans-serif;
}

.notification p {
  font: 500 13px/18px "Montserrat", sans-serif;
  margin-bottom: 5px;
}

.notification.notification-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0 50px;
  width: 400px;
}

.logo-block img {
  width: 100%;
}

.logo-block svg {
  width: 200px;
  height: 200px;
}
