h1 {
  margin-top: 20px;
  font-size: 300%;
  line-height: 120%;
  font-weight: 700;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: aller, sans-serif;
  font-size: 40px;
  line-height: 130%;
  font-weight: 300;
}

h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 130%;
  line-height: 160%;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: aller, sans-serif;
  font-size: 34px;
  line-height: 130%;
  font-weight: 700;
}

.x_bg_book {
  border: 10px none #c9d1d3;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #161616;
  font-size: 18px;
}

.x {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 626vh;
  perspective: 626vh;
}

.h {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  min-height: 75vh;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: aller, sans-serif;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.t {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(246, 250, 250, 0);
  font-family: 'Droid Sans', sans-serif;
  font-size: 100%;
  line-height: 160%;
  font-weight: 300;
}

.c.cf {
  overflow: hidden;
  border-radius: 3px;
  background-color: #f5f5f5;
  background-image: url('../images/x_bg_green.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.c.cp {
  max-width: 100%;
  margin-bottom: 140px;
  padding-top: 80px;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .93), hsla(0, 0%, 100%, .93)), url('../images/book_patt.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .93), hsla(0, 0%, 100%, .93)), url('../images/book_patt.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 568px;
  background-attachment: scroll, scroll;
  box-shadow: 35px 35px 50px -7px rgba(0, 0, 0, .05);
  -webkit-transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  color: #000;
}

.z {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  height: 900px;
}

.x_ctablock {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.but {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  min-width: 100px;
  margin-bottom: 10px;
  padding: 2px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #16bb3e;
  box-shadow: none;
  -webkit-transition: opacity 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.but:hover {
  background-color: #34c958;
  box-shadow: 0 4px 10px -6px rgba(0, 0, 0, .43);
  opacity: 0.88;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.x_downicons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  max-width: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 768px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.c_block.flex_h {
  width: 768px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.c_block.flex_h.nomargin {
  margin-bottom: 0px;
}

.x_col1 {
  width: 30%;
  text-align: left;
}

.x_col1.x_col_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.x_col2 {
  width: 60%;
}

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

.x_col2.x_col_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.x_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.x_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 1.5%;
  margin-bottom: 20px;
  margin-left: 1.5%;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px none #000;
  line-height: 170%;
  text-align: left;
}

.x_book_imgsmall {
  width: 180px;
  height: 204px;
  margin-bottom: 20px;
  margin-left: -5px;
  box-shadow: none;
}

.x_h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 490px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x_book_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  margin-bottom: 8px;
  border-bottom: 2px solid hsla(0, 0%, 63%, .26);
  font-size: 100%;
  font-weight: 300;
  cursor: pointer;
}

.x_book_input {
  width: 50%;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  border-color: transparent transparent #8a8a8a;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 20px;
}

.x_book_input:focus {
  border-top-style: none;
  border-top-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-bottom-color: #00f131;
  border-left-style: none;
  border-left-width: 1px;
  box-shadow: 0 5px 4px -3px #8dff83;
}

.x_book_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.x_book_formpadd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.x_cta_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}

.tt {
  width: 100%;
  max-width: 1280px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-bottom: 1px solid transparent;
}

.x_logo {
  float: left;
  cursor: pointer;
}

.f {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 40px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: aller, sans-serif;
  color: hsla(0, 0%, 9%, .99);
  font-size: 12px;
  font-weight: 300;
}

.x_book_frm {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cf_bg {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 0;
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cf_bg.cf_bg_shade {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 25px -16px rgba(0, 0, 0, .8);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.z_picbook {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  background-image: url('../images/xbook_2.jpg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.z_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  background-color: #f5f5f5;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.z_z {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #1d3e55;
}

.h_book {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 200px;
  background-image: url('../images/xbook_2.jpg');
  background-position: 50% 100%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.w {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: #f5f5f5;
  opacity: 0;
}

.cont {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="book-block-appear"] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix="book-block-appear-2"] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix="book-block-appear-3"] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix="book-appear"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="book-appear-scroll"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="intro-pic-init"] {
  opacity: 0;
  -webkit-transform: scale(0.82, 0.82);
  -ms-transform: scale(0.82, 0.82);
  transform: scale(0.82, 0.82);
}

@media (max-width: 991px) {
  h1 {
    font-size: 240%;
  }
  h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
  }
  .x_bg_book {
    background-image: -webkit-linear-gradient(270deg, rgba(245, 250, 250, .87), rgba(245, 250, 250, .87)), url('../images/58b66bfabd70dc0010e191f1_book_2.jpg');
    background-image: linear-gradient(180deg, rgba(245, 250, 250, .87), rgba(245, 250, 250, .87)), url('../images/58b66bfabd70dc0010e191f1_book_2.jpg');
    background-position: 0px 0px, 50% -77px;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .h {
    max-width: 718px;
    min-height: 60vh;
  }
  .c {
    max-width: auto;
  }
  .c.cf {
    position: relative;
    width: auto;
    max-width: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/x_bg_green.svg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/x_bg_green.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .c.cp {
    background-image: -webkit-linear-gradient(270deg, rgba(242, 248, 248, .94), rgba(242, 248, 248, .94)), url('../images/book_patt.jpg');
    background-image: linear-gradient(180deg, rgba(242, 248, 248, .94), rgba(242, 248, 248, .94)), url('../images/book_patt.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, 568px;
    background-attachment: scroll, scroll;
    box-shadow: 35px 35px 50px -7px rgba(0, 0, 0, .05);
  }
  .z {
    background-color: hsla(0, 0%, 100%, .47);
  }
  .c_block {
    width: 100%;
  }
  .c_block.flex_h {
    position: relative;
    width: auto;
  }
  .tt {
    max-width: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .x_logo {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .x_book_frm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cf_bg.cf_bg_shade {
    display: block;
    background-color: #fff;
  }
  .h_book {
    display: none;
  }
  .x_logo_mob {
    display: none;
  }
  .w {
    display: none;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
  h4 {
    font-size: 24px;
  }
  .x_bg_book {
    font-size: 14px;
  }
  .h {
    min-height: 102vh;
  }
  .c {
    padding: 30px 0px;
  }
  .z {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
  .but {
    min-height: 46px;
    font-size: 18px;
  }
  .c_block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .x_ul {
    font-size: 100%;
  }
  .x_li {
    width: 47%;
  }
  .x_h1 {
    height: 360px;
  }
  .tt {
    max-width: 100%;
    padding-top: 10px;
    padding-left: 0px;
  }
  .x_logo {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .x_logo_mob {
    display: none;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 210%;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    line-height: 160%;
  }
  .h {
    min-height: 65vh;
    padding-right: 8%;
    padding-left: 8%;
    line-height: 140%;
  }
  .c {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .c.cf {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .c_block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c_block.flex_h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .x_col2 {
    width: 100%;
  }
  .x_li {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    text-align: center;
  }
  .x_book_imgsmall {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .x_h1 {
    height: 410px;
  }
  .x_book_label {
    width: 100%;
    border-bottom-style: none;
    font-size: 15px;
  }
  .x_book_input {
    width: 100%;
    border-bottom-width: 1px;
    background-color: #fff;
  }
  .x_book_form {
    width: 100%;
  }
  .tt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x_logo {
    display: none;
  }
  .cf_bg.cf_bg_shade {
    display: none;
  }
}

