
body.rulls .page-content {
  padding-bottom: 60px;
  width: 720px;
}
body.rulls .page-top-part {
    text-align: center;
}
body.rulls .page-title {
  font: 46px/1 "FiraSans-Regular";
  color: #555;
  margin-bottom: 48px;
}
body.rulls .page-content li a {
    color: #555;
}
body.rulls .page-content h1 {
  font: 24px/1.2 "FiraSans-Regular";
  color: #555;
  margin-bottom: 20px;
  letter-spacing: 0;
  margin-top: 51px;
  margin-bottom: 28px;
}
body.rulls .page-content h2 {
  font: 24px/1.3 "FiraSans-Regular";
  color: #555;
  margin-bottom: 26px;
  margin-top: 48px;
}
body.rulls .page-content p {
  font: 16px/1.5 "FiraSans-Regular";
  color: #555;
  margin-bottom: 24px;
}
body.rulls .page-content li {
  list-style-type: decimal;
  color: #555;
  font: 16px/1.5 "FiraSans-Regular";
  margin-bottom: 24px;
  margin-left: 12px;
}
body.rulls .page-content li:nth-child(10) {
  margin-left: 18px;
}
body.rulls .page-content li:nth-child(16) {
  margin-left: 18px;
}


.page-form {
  width: 330px;
  padding: 28px 30px;
  border-radius: 8px;
 margin-top: 0;  
  background: #fff;
  box-shadow: 0px 5px 16px 0px rgba(131, 86, 178, 0.1);
}
.page-form .title {
  font-size: 30px;
  color: #555;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "FiraSans-Regular";
}
.page-form .subtitle {
  font: 14px/1 "FiraSans-Regular";
  margin-bottom: 18px;
  color: #555;
}
.page-form .input-field {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}
.page-form .input-field input {
  width: 100%;
  height: 66px;
  background: #f5f5f5;
  color: #999;
  font-size: 18px;
  border-radius: 4px;
  font-family: "OpenSans-Regular";
  padding-left: 20px;
  box-sizing: border-box;
  border: 2px solid #f5f5f5;
}
.page-form .input-field input:focus {
  border: 2px solid #50d68e;
}
.page-form .age h4 {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
  font-family: "OpenSans-Regular";
}
.page-form .age ul {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.page-form .age li > div {
  position: relative;
  border: 2px solid transparent;
  font-size: 14px;
  color: #555;
  background: #fbfbfb;
  margin-right: 12px;
  border-radius: 6px;
  width: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0px 2px 2px #e3e3e3;
  font-family: "FiraSans-SemiBold";
  text-align: center;
}
.page-form .age li > div:after {
  background: url("../images/check.png") no-repeat center;
  width: 0px;
  height: 0px;
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  background-size: 100%;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}
.page-form .age li.active > div {
  border-color: #50d68e;
}
.page-form .age li.active > div:after {
  display: block;
  width: 22px;
  transform: scale(1);
  height: 22px;
  transition: all 0.3s ease 0s;
}
.page-form .age li.error > div {
  border-color: #ef4949;
}
.page-form .age li.error > div:after {
  background: url("../images/wrong.png") no-repeat center;
  width: 0px;
  height: 0px;
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  background-size: 100%;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}
.page-form .age li.error > div:after {
  display: block;
  width: 22px;
  transform: scale(1);
  height: 22px;
  transition: all 0.3s ease 0s;
}
.page-form .copy {
  padding-top: 34px;
}
.page-form .copy p {
  line-height: 1.4;
  color: #555;
  font-size: 14px;
  font-family: "OpenSans-Regular";
}
.page-form .copy p a {
  text-decoration: underline;
  color: #8356b2;
  display: inline;
  text-decoration-color: #c7b7da;
}
.page-form .copy p a:hover {
  color: #ef4949;
  text-decoration: none;
}
.page-form .submit-field {
  text-align: left;
  margin-top: 34px;
}
.page-form .submit-field input {
  background: #50d68e;
  font-size: 20px;
  color: #fff;
  font-family: "FiraSans-Medium";
  width: 220px;
  height: 56px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  box-shadow: 2px 2px 8px rgba(25, 132, 75, 0.5);
}
.page-form .submit-field input:hover {
  background-color: #ef4949;
  box-shadow: 0 5px 16px 0 rgba(255, 106, 76, 0.5);
}










