html {
  font-size: 12pt;
}
body {
  font-family: Ubuntu-Regular;
  min-width: 1000px;
}
.container {
  min-width: 970px;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
.hidden {
  display: none;
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Ubuntu-Bold.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ubuntu-Regular.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 550;
  src: url("../fonts/Ubuntu-Medium.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Ubuntu-Light.ttf");
}
.overlay {
  z-index: 5;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.modal-form {
  width: 400px;
  height: 530px;
  border-radius: 5px;
  border: 3px #000 solid;
  background-size: contain;
  background: white url("../img/back-modal.png") no-repeat;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -265px;
  margin-left: -200px;
  display: none;
  opacity: 0;
  z-index: 7;
}
.modal-form__close {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  color: #949494;
  background-image: url("../img/7-2.png");
  background-size: 100%;
  filter: grayscale(100%);
}
.modal-form_request-demo {
  height: 402px;
}
.modal-form_license {
  height: 694px;
}
.modal-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-form__textarea {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 700px;
  height: 576px;
  background-color: #ffffff;
  box-shadow: inset 0px 1px 9px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 15px;
}
.modal-form_license-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.modal-form_license-btn:hover {
  color: #fff;
}
.modal-form_license-btn:last-child {
  margin-bottom: 0;
}
.sign-in {
  padding: 2.175rem;
}
.sign-in__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 1.5rem auto 0 auto;
  display: block;
  width: 66px;
  text-align: center;
  color: #2968ce;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.sign-in__title_request_demo {
  width: 100%;
}
.sign-in__logo {
  margin: 3.5rem auto 3.25rem auto;
}
.sign-in__email,
.sign-in__password_input {
  width: calc(99.25%);
  height: 2.5rem;
  font-weight: 300;
  border: 1px solid #b8b8b8;
  border-radius: 0.25rem;
  padding: 0 0.875rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #949494;
}
.sign-in__email:hover,
.sign-in__password_input:hover {
  outline: none;
  -webkit-box-shadow: 0px 4px 12px 0px #d0d0d0;
  -moz-box-shadow: 0px 4px 12px 0px #d0d0d0;
  box-shadow: 0px 4px 12px 0px #d0d0d0;
}
.sign-in__email:focus,
.sign-in__password_input:focus {
  border-color: #2988f5;
}
.sign-in__password {
  position: relative;
}
.sign-in__password_input {
  padding-right: 2.7rem;
}
.sign-in__password_eye,
.sign-in__password_eye_open {
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(../img/eye-blocked.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(0.5rem);
  right: 0.8rem;
  cursor: pointer;
}
.sign-in__password_eye_open {
  background-image: url(../img/eye.svg);
}
.sign-in__forgot-password {
  display: block;
  color: #949494;
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0 0 1.125rem 0;
}
.sign-in__forgot-password:hover {
  color: #2988f5;
}
.sign-in__btn {
  background: #2988f5;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: white;
  width: 100%;
  height: 2.5rem;
  border: none;
  border-radius: 4px;
}
.sign-in__btn:focus {
  outline: none;
}
.sign-in__invite {
  color: #b8b8b8;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 2.25rem;
  display: block;
  text-align: center;
}
.sign-in__link-reg {
  font-size: 0.875rem;
  color: #2988f5;
  font-weight: 300;
  margin-top: 0.7rem;
  text-align: center;
  display: block;
}
.sign-in__link-reg_request-demo {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  left: 0;
  text-decoration: underline;
}
.sign-in__notification {
  text-align: center;
  padding: 0.5rem 0;
  width: 12rem;
  margin: 1rem auto 0;
  font-size: 1rem;
  border-radius: 10px;
  color: white;
}
.sign-in__notification.bad {
  background: rgba(255, 0, 0, 0.37);
}
.sign-in__notification.good {
  background: rgba(0, 128, 0, 0.43);
}
.big_modal {
  width: 745px;
  margin-top: -372.5px;
  margin-left: -372.5px;
}
