html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  min-width: 320px;
  color: #2d2f32;
  font-family: Arial, sans-serif;
  font-size: 20px;
  background-color: #fff;
  position: relative;
  letter-spacing: 0.5px;
  min-height: 2000px;
}

.body_bg {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: 0;
  left: 0;
  background-color: #faf6f6;
}

*::after, *::before {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

a, a:hover, a:target {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  outline: none !important;
}

input, input:hover, input:target, button, button:hover, button:target, select, select:hover, select:target, textarea, textarea:hover, textarea:target {
  outline: none !important;
}

button {
  border: none;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}

input, select, textarea {
  background-color: transparent;
  border: none;
  padding: 0;
  display: block;
  position: relative;
}

select::-ms-expand {
  display: none;
  /*for WebKit*/
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}

select {
  /*for WebKit*/
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}

h1, h2, h3, p {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
	display: inline-block;
	vertical-align: top;
}

.pop_up_form, .pop_up_rewiew {
	display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
	width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
}

.full_review_wrap {
  position: relative;
  padding-bottom: 30px;
}

.container_rewiev {
  background-color: #faf6f6;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pop_up_form_wrap {
  background-color: #faf6f6;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  max-width: 800px;
  padding: 50px 50px 40px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  position: relative;
  border: 3px solid #f38f19;
  padding: 16px 20px;
  text-align: center;
}

.form_wrap {
  position: relative;
}

.form_title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.form_title span {
  display: block;
  font-size: 24px;
}

.mail_input {
  display: block;
  width: 100%;
  height: 50px;
  border: 3px solid #ccc;
  text-indent: 20px;
  font-size: 18px;
  margin: 20px 0;
  transition: all 0.3s ease 0s;
}

.mail_input:hover {
  border-color: #f38f19;
}

.submit_input {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #f38f19;
  cursor: pointer;
  height: 50px;
  transition: all 0.3s ease 0s;
}

.submit_input:hover {
  background-color: #ffa42e;
}

.successfully {
  display: none;
  position: absolute;
  background-color: #f38f19;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
}

.successfully span {
  display: block;
  position: relative;
  top: 50%;
  margin-top: -12px;
}

.confidentiality p {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.required {
  display: none;
  font-size: 16px;
  color: #DB2724;
  margin-bottom: 20px;
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.close_btn_line {
  width: 36px;
  height: 36px;
  border: 3px solid #f38f19;
}

.close_btn_line::before, .close_btn_line::after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #f38f19;
  top: 3px;
  left: 16px;
}

.close_btn_line::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close_btn_line::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.clearfix {
  overflow: hidden;
}

.clear {
  overflow: hidden;
  width: 100%;
}

.bg_i {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.container {
  max-width: 1064px;  
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.header {
  background-image: url(../images/header_bg.jpg);
  position: relative;
  z-index: 10;
}

.header_title {
  display: table;
  width: 100%;
  height: 600px;
  padding-left: 94px;
  letter-spacing: 1.8px;
  position: relative;
}

.header_title_wrap {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.h1 {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 900;
  line-height: 84px;
}

.h1 span {
  color: #ffad0e;
  font-size: 98px;
}

.header_title p {
  font-size: 33px;
  max-width: 400px;
  margin-top: 58px;
}

.number_users {
  position: absolute;
  right: 24px;
  bottom: 57px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.number_users span {
  letter-spacing: 0.4px;
  display: inline-block;
  z-index: 10;
  position: relative;
}

.number_users_quantity {
  font-size: 55px;
  z-index: 10;
  line-height: 50px;
  position: relative;
}

.number_users_wrap {
  position: relative;
  padding: 28px 34px;
}

.number_users_wrap::before, .number_users_wrap::after {
  position: absolute;
  display: block;
  content: "";
}

.number_users_wrap::before {
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  border-radius: 20px/20px;
}

.number_users_wrap::after {
  bottom: 13px;
  right: 13px;
  top: 13px;
  left: 13px;
  border: 2px solid #fff;
  border-radius: 10px/10px;
}

.wrapper {
  background-color: #faf6f6;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  margin-top: 54px;
  position: relative;
  z-index: 10;
}

.about_wrap_title {
  padding-top: 56px;
}

.about_wrap_descr {
  display: table;
  width: 100%;
  margin: 92px 0 0;
}

.about_wrap_cell {
  display: table-cell;
  vertical-align: middle;
}

.about_book {
  display: inline-block;
  width: 33%;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.about_book img {
  max-width: 100%;
  height: auto;
}

.about_wrap_cell p {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}

.h2 {
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  letter-spacing: 1.2px;
}

.advantages {
  margin-top: 97px;
  margin-left: 64px;
  margin-bottom: 77px;
}

.advantages ul {
  margin-top: 62px;
  overflow: hidden;
}

.advantages li {
  display: block;
  min-height: 50px;
  padding-left: 74px;
  margin-bottom: 30px;
  background: transparent url(../images/rear_sight.png) no-repeat left center;
}

.review {
  display: block;
  border: 3px solid #f38f19;
  padding: 49px 67px;
}

.review_author {
  font-size: 30px;
}

.review_wrap {
  padding-left: 62px;
  letter-spacing: 1px;
  background: transparent url(../images/review.png) no-repeat left top;
}

.review_author_info {
  font-size: 22px;
  opacity: 0.8;
  margin: 4px 0 26px;
}

.review_text {
  font-style: italic;
}

.review_text p {
  margin-bottom: 20px;
}

.what_give {
  overflow: hidden;
  margin-top: 95px;
  padding-left: 70px;
}

.what_give ul {
  margin-top: 56px;
}

.what_give li {
  padding-left: 68px;
  display: block;
  min-height: 34px;
  margin-bottom: 19px;
  background: transparent url(../images/ok_icon.png) no-repeat left center;
}

.most_important {
  margin-top: 57px;
  padding-bottom: 36px;
  margin-bottom: 27px;
  background: transparent url(../images/ok_bg.png) no-repeat left bottom;
}

.most_important .h2 {
  font-size: 36px;
}

.most_important_text {
  max-width: 760px;
  margin: 40px auto 0;
  font-size: 28px;
}

.download_button {
  max-width: 424px;
  margin: 10px auto 100px;
  text-align: center;
  background-color: #F38F19;
  padding: 13px 10px;
  color: #fff;
  font-size: 26px;
  display: block;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.download_button:hover {
  background-color: #ffa42e;
}

.download_button span {
  display: inline-block;
  background: transparent url(../images/download.png) no-repeat left center;
  padding-left: 40px;
  line-height: 40px;
}

.important_mark {
  margin: 76px 0 0;
}

.reports_descr {
  font-size: 28px;
  max-width: 758px;
  margin: 55px auto 0;
}

.reports_list {
  margin-top: 97px;
}

.reports_list .h2 {
  margin-bottom: 54px;
}

.reports_list .review {
  margin-bottom: 20px;
}

a {
  color: #0074a7;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #299dd0;
}

.full_review {
  display: none;
}

.more_reviews {
  margin-top: 68px;
  font-size: 26px;
  text-align: center;
  overflow: hidden;
}

.more_reviews_descr {
  margin-bottom: 5px;
}

.more_reviews .download_button {
  margin-top: 86px;
  margin-bottom: 66px;
}

.footer {
  position: relative;
  z-index: 10;
}

.footer_wrap {
  font-size: 18px;
  display: table;
  width: 100%;
  height: 98px;
  text-align: center;
}

.footer_made {
  display: table-cell;
  vertical-align: middle;
}