@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,700i");
@import url("https://fonts.googleapis.com/css?family=Karla:400,700");
.advantages_list, .manual_list, .section.row_mod, .buy_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.advantages_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.partners_list, .advantages_col.possible_mod, .info_icon_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.total_price_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer_in, .form_controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.header_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.what_desc_wrap, .header_main_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.manual_i_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header_menu {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  will-change: transform; }

.btn_base {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  background: #1a1f2a;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  white-space: nowrap; }
  .btn_base:hover, .btn_base:focus {
    text-decoration: none; }
  .btn_base:hover {
    background: #2e364a!important;
  	color:#ffffff!important; }
  .btn_base:active {
    background: #07080b!important;
    color:#ffffff!important;}

.btn_submit {
  color: #ffffff;
  background: #fe3d52;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  white-space: nowrap; }
  .btn_submit:hover, .btn_submit:focus {
    text-decoration: none; }
  .btn_submit:hover {
    background: #fe0a25; }
  .btn_submit:active {
    background: #d40118; }

.btn_base {
  width: 7.100em;
  height: 1.850em;
  color: #ffffff;
  font-size: 4em;
  padding: 0 1em;
  line-height: 1.850em;
  border-radius: .4em; }

.btn_submit {
  width: 100%;
  height: 3.020em;
  font-size: 2.45em;
  font-weight: 700;
  text-transform: uppercase; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  html:before, html:after, body:before, body:after, div:before, div:after, span:before, span:after, object:before, object:after, iframe:before, iframe:after,
  h1:before,
  h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after, p:before, p:after, blockquote:before, blockquote:after, pre:before, pre:after,
  abbr:before,
  abbr:after, address:before, address:after, cite:before, cite:after, code:before, code:after,
  del:before,
  del:after, dfn:before, dfn:after, em:before, em:after, img:before, img:after, ins:before, ins:after, kbd:before, kbd:after, q:before, q:after, samp:before, samp:after,
  small:before,
  small:after, strong:before, strong:after, var:before, var:after,
  b:before,
  b:after, i:before, i:after,
  dl:before,
  dl:after, dt:before, dt:after, dd:before, dd:after, ol:before, ol:after, ul:before, ul:after, li:before, li:after,
  fieldset:before,
  fieldset:after, form:before, form:after, label:before, label:after, legend:before, legend:after,
  article:before,
  article:after, aside:before, aside:after, canvas:before, canvas:after, details:before, details:after, figcaption:before, figcaption:after, figure:before, figure:after,
  footer:before,
  footer:after, header:before, header:after, hgroup:before, hgroup:after, menu:before, menu:after, nav:before, nav:after, section:before, section:after, summary:before, summary:after,
  time:before,
  time:after, mark:before, mark:after, audio:before, audio:after, video:before, video:after, button:before, button:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

sub,
sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  sub:before, sub:after,
  sup:before,
  sup:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

a:before, a:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: none; }

q:before, q:after {
  content: none; }

:focus {
  outline: 0; }

input[type="text"], textarea {
  -webkit-appearance: none; }
  input[type="text"]::-ms-clear, textarea::-ms-clear {
    display: none; }

input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000000; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #000000; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000000; }
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  input:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: transparent; }
  input:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    color: transparent; }

textarea {
  resize: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word; }

html {
  height: 100%;
  font: 400 10px/1.33 "Lato", sans-serif; }
  @media screen and (max-width: 1179px) {
    html {
      font-size: 8px; } }

body {
  position: relative;
  height: 100%;
  font-size: 1.6rem;
  color: #000000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff; }
body.template-index {
	background: #000000;
}
  body.menu_open {
    overflow: hidden; }

.wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  overflow: hidden;
  padding-top: 82px;}
.wrapper.template-index {
	padding-top: 0px;
}
.base {
  position: relative;
  padding: 8.25rem 0 40rem; }
  @media screen and (max-width: 1023px) {
    .base {
      padding-bottom: 0; } }

.container {
  max-width: 118rem;
  margin: 0 auto;
  background: #191e25; }
  .section.meet_mod .container {
    position: relative;
    background: transparent; }
    @media screen and (max-width: 1023px) {
      .section.meet_mod .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .container.overflow_mod {
    overflow: hidden; }
  .container.buy_mod {
    position: relative;
    background-color: transparent;
    overflow: visible; }
  @media screen and (max-width: 1179px) {
    .container {
      max-width: 100%; } }

a {
  text-decoration: none;
  color: #4aa3df; }
  a:hover, a:focus {
    text-decoration: underline; }

.elements_list {
  padding: 3rem;  }

.title_v1 {
  color: #ffffff;
  font-family: "Lato", sans-serif!important;
  font-size: 8.5em;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.026em; }
  @media screen and (max-width: 480px) {
    .title_v1 {
      line-height: 1.1; } }
  @media screen and (max-width: 1023px) {
    .title_v1 {
      font-size: 14.4em;
      font-weight: 400; } }
  @media screen and (max-width: 375px) {
    .title_v1 {
      font-size: 6.4em; } }

.title_v2 {
  color: #ffffff;
  font-size: 6.45em;
  font-weight: 400; }
  @media screen and (max-width: 1023px) {
    .title_v2 {
      font-size: 8.6vw; } }

.title_v3 {
  color: #494949;
  font-family: "Lato", sans-serif!important;
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .025em; }
  .manual_w_block .title_v3 {
    letter-spacing: .002em;
    padding-bottom: .1em; }
    @media screen and (max-width: 1023px) {
      .manual_w_block .title_v3 {
        font-size: 9em;
        position: relative; } }
  @media screen and (max-width: 1023px) {
    .title_v3 {
      font-size: 12em;
      text-align: center;
      padding-bottom: .2em; } }

.title_v4 {
  color: #494949;
  font-size: 4.95em;
  font-weight: 400; }
  @media screen and (max-width: 1023px) {
    .title_v4 {
      font-size: 10em;
      color: #ffffff; } }

.accent_line {
  color: #ff4557; }

@media screen and (max-width: 1023px) {
  .btn_base {
    background: #f54354; } }

.manual_w_block .btn_base {
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  font-size: 7.2em; }
  @media screen and (max-width: 1023px) {
    .manual_w_block .btn_base {
      display: block; } }

.section.reviews_mod .btn_base {
  position: absolute;
  top: .6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  font-size: 7.2em; }
  @media screen and (max-width: 1023px) {
    .section.reviews_mod .btn_base {
      display: block; } }

.meet_w_button .btn_base {
  margin-right: 1.8em; }
  .meet_w_button .btn_base:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .meet_w_button .btn_base {
      font-size: 8em;
      width: 7.2em;
      height: 1.9em;
      line-height: 1.9em;
      letter-spacing: 0.03em;
      margin-left: auto;
      margin: 0 0 0 auto; }
      .meet_w_button .btn_base:last-of-type {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-left: 0; } }

@media screen and (max-width: 1023px) {
  .btn_submit {
    font-size: 5.4em; } }

.meet_w_block {
  max-width: 70em;
  margin-left: 31%; }
  @media screen and (max-width: 1023px) {
    .meet_w_block {
      margin: 0 auto;
      max-width: 100%;
      padding: 0 6em;
      text-align: center; } }

.meet_w_title {
  max-width: 70em;
  margin-left: 31%;
  margin-bottom: .2em; }
  @media screen and (max-width: 1023px) {
    .meet_w_title {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 auto 9em auto;
      max-width: 100%; } }

.meet_w_img {
  width: 32.6em;
  height: 51.6em;
  position: absolute;
  left: -2.4em;
  top: -1.8em; }
  @media screen and (max-width: 1200px) {
    .meet_w_img {
      left: 2em; } }
  @media screen and (max-width: 1023px) {
    .meet_w_img {
      position: static;
      width: 92.2em;
      height: 146.2em;
      margin: 0 auto 2.8em auto; } }

.meet_img {
  width: 100%;
  height: 100%;
  display: block; }

.meet_w_subtitle {
  margin-bottom: 3.4em; }
  @media screen and (max-width: 1023px) {
    .meet_w_subtitle {
      margin-bottom: 3.4em;
      max-width: 72%;
      text-align: center;
      margin: 0 auto 6em auto; } }

.meet_subtitle {
  color: #ffffff;
  font-family: "Lato", sans-serif!important;
  font-size: 5.4em;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.030em; }
  @media screen and (max-width: 1023px) {
    .meet_subtitle {
      letter-spacing: -0.060em;
      word-spacing: .05em;
      font-size: 9.6em;
      font-weight: 400; } }

.meet_w_button {
  margin-bottom: 4.8em; }
  @media screen and (max-width: 1023px) {
    .meet_w_button {
      margin: 0 auto 12.6em auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.partners_wrap {
  text-align: center;
  max-width: 57.2em; }
  @media screen and (max-width: 1023px) {
    .partners_wrap {
      text-align: left;
      max-width: 100%; } }

.partners_title {
  color: #ffffff;
  font-family: "Lato", sans-serif!important;
  font-style: italic;
  font-size: 2.6em;
  font-weight: 300;
  margin-bottom: .4em; }
  @media screen and (max-width: 1023px) {
    .partners_title {
      font-size: 5em;
      line-height: 1.1;
      margin-bottom: .1em; } }

@media screen and (max-width: 767px) {
  .partners_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.partners_item {
  margin-right: 2.8em; }
  .partners_item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .partners_item {
      margin-right: 4.6em; } }

.partners_link {
  display: block; }
  .partners_link.v1_mod {
    width: 8.4em;
    height: 1.4em; }
    @media screen and (max-width: 1023px) {
      .partners_link.v1_mod {
        width: 19.2em;
        height: 3.4em; } }
  .partners_link.v2_mod {
    width: 6.8em;
    height: 1.6em; }
    @media screen and (max-width: 1023px) {
      .partners_link.v2_mod {
        width: 15.8em;
        height: 3.6em; } }
  .partners_link.v3_mod {
    width: 7.8em;
    height: 2.6em; }
    @media screen and (max-width: 1023px) {
      .partners_link.v3_mod {
        width: 19.2em;
        height: 6.4em; } }
  .partners_link.v4_mod {
    width: 8.6em;
    height: 1.6em; }
    @media screen and (max-width: 1023px) {
      .partners_link.v4_mod {
        width: 19.4em;
        height: 3.6em; } }
  .partners_link.v5_mod {
    width: 4.2em;
    height: 2em; }
    @media screen and (max-width: 1023px) {
      .partners_link.v5_mod {
        width: 10.2em;
        height: 4.2em; } }
  .partners_link.v6_mod {
    width: 6.6em;
    height: 2.2em; }
    @media screen and (max-width: 1023px) {
      .partners_link.v6_mod {
        width: 15.6em;
        height: 5.2em; } }

.partners_img {
  display: block;
  width: 100%;
  height: 100%; }

.advantages_heading {
  text-align: right; }
  @media screen and (max-width: 1023px) {
    .advantages_heading {
      margin-bottom: 6.2em; } }

.advantages_subtitle {
  display: block;
  color: #ffffff;
  font-family: "Lato", sans-serif!important;
  font-size: 2.8em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.1; }
  @media screen and (max-width: 1023px) {
    .advantages_subtitle {
      font-size: 7.6em;
      padding-right: 1.2em; } }

@media screen and (max-width: 1023px) {
  .advantages_row {
    margin-bottom: -2.8em;
    padding: 0 7em;
    position: relative; } }

@media screen and (max-width: 767px) {
  .advantages_row {
    -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; } }

.advantages_col {
  width: 46%;
  padding-right: 3.5em; }
  .advantages_col.descr_mod {
    width: 31%;
    padding-right: 4.2em; }
  .advantages_col.possible_mod {
    width: 23%;
    padding-right: 0; }
  @media screen and (max-width: 1023px) {
    .advantages_col {
      width: 100%;
      padding: 0; }
      .advantages_col.descr_mod {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        padding: 8.6em 0 0 0; } }
    @media screen and (max-width: 1023px) and (max-width: 1023px) {
      .advantages_col.descr_mod {
        padding-top: 15em; } }
  @media screen and (max-width: 1023px) {
      .advantages_col.possible_mod {
        width: 100%; } }

.advantages_descr {
  color: #ffffff;
  font-family: "Lato", sans-serif!important;
  font-size: 2.8em;
  font-weight: 400;
  font-style: italic;
  line-height: 1.24;
  text-align: justify; }
  @media screen and (max-width: 767px) {
    .advantages_descr {
      text-align: left; } }
  @media screen and (max-width: 1023px) {
    .advantages_descr {
      font-size: 6em; } }

.light_text {
  color: #ff4557;
  font-weight: 600; }

.advantages_list {
  margin: 0 -2em -2em 0; }
  @media screen and (max-width: 1023px) {
    .advantages_list {
      margin: 0 -6.8em -9.4em 0; } }

.advantages_item {
  width: 33.33%;
  padding: 0 2em 2em 0; }
  @media screen and (max-width: 1023px) {
    .advantages_item {
      width: 50%;
      padding: 0 6.8em 19em 0; }
      .advantages_item:nth-last-child(1), .advantages_item:nth-last-child(2) {
        display: none; } }

.advantages_block {
  height: 14em; }
  @media screen and (max-width: 1023px) {
    .advantages_block {
      height: 52em; } }
.advantages_block img {
 border: .5em solid white; 
}

.possible_list {
  width: 100%; }

.possible_item {
  margin-bottom: 2.2em;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .possible_item {
      width: auto;
      position: absolute;
      left: 0; }
      .possible_item.v1_mod {
        top: -13.2em; }
      .possible_item.v2_mod {
        top: 60.2em; }
      .possible_item.v3_mod {
        top: 129.2em; } }
    @media screen and (max-width: 1023px) and (max-width: 1023px) {
      .possible_item.v3_mod {
        top: 134em;
        left: -3.5rem; } }
  .possible_item:last-child {
    margin-bottom: 0; }

.heading_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0.273em;
  background: #f54354;
  color: #ffffff;
  height: 1.273em;
  font-family: "Lato", sans-serif!important;
  font-size: 4.4em;
  font-weight: 400;
  line-height: 1.273em; }
  .heading_title.sm_mod {
    min-width: 8.857em;
    height: 1.286em;
    color: #ffffff;
    font-size: 2.8em;
    line-height: 1.286em; }
  .heading_title.v1_mod {
    background: #f55664; }
  .heading_title.v2_mod {
    background: #f66453; }
  .possible_item .heading_title {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .possible_item .heading_title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media screen and (max-width: 1023px) {
    .heading_title {
      font-size: 10em;
      padding: 0 0.3em; }
      .heading_title.sm_mod {
        width: auto;
        font-size: 6.1em; } }

.what_desc_wrap {
  padding: 7em 0 2em; }
  @media screen and (max-width: 1023px) {
    .what_desc_wrap {
      padding: 26em 0 2em;
      position: relative;
      z-index: 1; } }

.what_list {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .what_list {
      width: 50%; } }
  .what_list.left_mod .what_item {
    text-align: right; }
    @media screen and (max-width: 1023px) {
      .what_list.left_mod .what_item {
        padding-right: 5em; } }
  .what_list.right_mod {
    position: relative;
    top: -8em; }
  @media screen and (max-width: 1023px) {
    .what_list.right_mod {
      top: 0; }
      .what_list.right_mod .what_item {
        padding-left: 5em; } }

.what_item {
  margin: 0 0 5em; }
  @media screen and (max-width: 1023px) {
    .what_item {
      margin-bottom: 9em; } }

.what_title {
  color: #ffffff;
  font-size: 2.8em; }
  @media screen and (max-width: 1023px) {
    .what_title {
      font-size: 5em;
      line-height: 1; } }

.what_desc {
  color: #ffffff;
  font-size: 2em; }
  @media screen and (max-width: 1023px) {
    .what_desc {
      font-size: 3.9em; } }

#pocketsprite_gameboy_emulator {
	margin-top: -28%;
    width: 140%;
    height: 140%;
    margin-left: -19%;
}
.what_w_img {
  width: 41em;
  height: 57em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (max-width: 1023px) {
    .what_w_img {
      opacity: .75;
      width: 58em;
      height: 78em; } }

.what_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.decor_line {
  height: 1px;
  z-index: 1;
  position: absolute;
  opacity: 0;
  left: 87%; }
  .decor_line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 100%; }
  .decor_line:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    left: 100%;
    border: 1px solid #ffffff;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%; }
  .decor_line.left_mod {
    left: auto;
    right: 87%; }
    .decor_line.left_mod:after {
      left: auto;
      right: 100%; }
  @media screen and (max-width: 1023px) {
    .decor_line {
      display: none; } }

.descr_block {
  max-width: 52.8em;
  text-align: right;
  margin: 0 0 9.6em 8%; }
  @media screen and (max-width: 767px) {
    .descr_block {
      margin: 0 auto 9.6em auto;
      text-align: center; } }
  @media screen and (max-width: 1023px) {
    .descr_block {
      max-width: 100%;
      text-align: center;
      margin-left: 0; } }

.subpage { 
	font-size: 1.4em;
  	color: #494949;
}
	.subpage h4 { font-size: 1.1em; }
	.subpage h1 { font-size: 1.4em;
      margin-left: -1em;}
	.subpage li,.subpage ol,.subpage ul {
      list-style: initial;
      padding-left: 0.5em;
    }
	.subpage ol,.subpage ul {
      margin: 0.5em;
      margin-left: 2em;
    }

#tab-description { 
	font-size: 1.4em;
  	color: #494949;
}
	#tab-description h2 { font-size: 1.1em; }

	#tab-description li,#tab-description ol,#tab-description ul {
      list-style: initial;
      padding-left: 0.5em;
    }
	#tab-description ol,#tab-description ul {
      margin: 0.5em;
      margin-left: 2em;
    }

.descr_w_title {
  margin-bottom: .8em; }

.descr_text, .manual_subtitle {
  color: #494949;
  font-family: "Lato", sans-serif!important;
  font-size: 2.5em;
  font-weight: 400; }
  @media screen and (max-width: 1023px) {
    .descr_text, .manual_subtitle {
      font-size: 5em; } }

.descr_text {
  letter-spacing: .0032em;
  line-height: 1.2; }

.manual_w_block {
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .manual_w_block {
      margin-top: 138em;
      position: relative; }
      .manual_w_block::before {
        content: '';
        position: absolute;
        top: -16em;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 180em;
        height: 50em;
        background: #ffffff; } }

.manual_subtitle {
  font-size: 2.2em;
  letter-spacing: .0080em; }
  @media screen and (max-width: 1023px) {
    .manual_subtitle {
      position: relative;
      font-size: 5.6em; } }
  @media screen and (max-width: 767px) {
    .manual_subtitle {
      padding: 0 1em; } }

.manual_w_list {
  position: relative;
  top: -8.8em;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .manual_w_list {
      top: auto; } }

.manual_list {
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .manual_list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: -6em; } }

.manual_item {
  padding: 0 3em;
  width: 33.33%; }
  @media screen and (max-width: 1023px) {
    .manual_item {
      width: 100%;
      padding: 0 0 6em; } }

.manual_block {
  text-align: center; }

.manual_i_w {
  height: 16.2em;
  margin-bottom: 1.6em; }
  @media screen and (max-width: 1023px) {
    .manual_i_w {
      height: auto;
      margin: 0; } }

.manual_i_in.v1_mod {
  width: 19.6em;
  height: 16.2em; }
  @media screen and (max-width: 1023px) {
    .manual_i_in.v1_mod {
      width: 54em;
      height: 42em; } }

.manual_i_in.v2_mod {
  width: 15.8em;
  height: 12.8em; }
  @media screen and (max-width: 1023px) {
    .manual_i_in.v2_mod {
      width: 45em;
      height: 38em; } }

.manual_i_in.v3_mod {
  width: 19.2em;
  height: 8.5em; }
  @media screen and (max-width: 1023px) {
    .manual_i_in.v3_mod {
      width: 48em;
      height: 20em; } }

.manual_img {
  width: 100%;
  height: 100%;
  display: block; }

.manual_title {
  color: #494949;
  font-family: "Lato", sans-serif!important;
  font-size: 1.8em;
  font-weight: 700; }
  @media screen and (max-width: 1023px) {
    .manual_title {
      display: block;
      text-align: center;
      padding-top: 1em;
      font-size: 5em; } }

.manual_result {
  color: #494949;
  display: block;
  font-family: "Lato", sans-serif!important;
  font-size: 2.8em;
  font-style: italic;
  font-weight: 700;
  margin-top: .8em; }

.video_wrap {
  width: 55rem;
  height: 33rem; }
  @media screen and (max-width: 1023px) {
    .video_wrap {
      width: 100%;
      height: calc(100vw * 1 / 2);
      -webkit-box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.44);
              box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.44); } }

.reviews_block {
  padding: 0 2rem 0 0;
  text-align: right; }

.reviews_text {
  position: relative;
  padding: 2.5rem 0 0 9.5rem;
  color: #ffffff;
  font-size: 2.15rem;
  font-weight: 300;
  text-align: justify;
  line-height: 1.3; }
  .reviews_text:before {
    z-index: -1;
    position: absolute;
    top: 1rem;
    left: 2.5rem;
    content: '“';
    font-size: 12.5rem;
    font-weight: 400;
    line-height: 1; }
  .reviews_text.blog_mod {
    padding: 0; }
    .reviews_text.blog_mod:before {
      display: none; }
  @media screen and (max-width: 1024px) {
    .reviews_text {
      padding: 2.5rem 0 0 3rem; }
      .reviews_text:before {
        left: 0;
        color: #4539cb; } }
  @media screen and (max-width: 1023px) {
    .reviews_text {
      font-size: 5em; } }

.reviews_link {
  position: relative;
  padding: 0 0 0 1rem;
  color: #ff4557;
  font-size: 2.15rem;
  font-weight: 400;
  font-style: italic;
  text-decoration: none; }
  .reviews_link:hover, .reviews_link:active, .reviews_link:focus {
    text-decoration: none; }
  .reviews_link:before {
    position: absolute;
    top: 50%;
    left: 0;
    color: #ffffff;
    content: '-';
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .reviews_link.blog_mod {
    padding: 0;
    font-style: normal;
    clear: both; }
    .reviews_link.blog_mod:before {
      display: none; }
  @media screen and (max-width: 1023px) {
    .reviews_link {
      padding: 0 0 0 3rem;
      font-size: 6.2em; } }

.reviews_img_w {
  width: 24em;
  height: 14em;
  overflow: hidden;
  float: left;
  margin-right: 2em; }
  @media screen and (max-width: 1023px) {
    .reviews_img_w {
      display: none; } }

.reviews_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media screen and (max-width: 1023px) {
  .reviws_list {
    padding-top: 6em; } }

.reviews_item {
  margin-bottom: 6em; }

.header {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
  will-change: transform;
  z-index: 100; }

.header_main_row {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 8.25rem;
  padding: 0 3.5rem;
  background-color: #191f29; }

.header_menu {
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .header_menu {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      overflow: auto;
      background: #191e25;
      -webkit-transform: translate(0, -100%);
          -ms-transform: translate(0, -100%);
              transform: translate(0, -100%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.menu_open .header_menu {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); } }

.header_menu_list .main-menu-link {
	margin-right: 20px;
}
.header_menu_list .last-menu-item {
	margin-right: 5%;
}

.header_menu_list .main-menu-link a.header_menu_link {
  font-size: 18px;
  text-transform: capitalize;
}
.header_menu_list .last-menu-item a.header_menu_link{
  font-size: 18px;
  text-transform: capitalize;
}

@media screen and (max-width: 1500px){
  .header_menu_list .main-menu-link {
	margin-right: 20px;
  }
  .header_menu_list .last-menu-item {
      margin-right: 4%;
  }

  .header_menu_list .main-menu-link a.header_menu_link {
    font-size: 18px;
    text-transform: capitalize;
  }
  .header_menu_list .last-menu-item a.header_menu_link{
    font-size: 18px;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 1300px){
  .header_menu_list .main-menu-link {
	margin-right: 15px;
  }
  .header_menu_list .last-menu-item {
      margin-right: 3%;
  }

  .header_menu_list .main-menu-link a.header_menu_link {
    font-size: 16px;
    text-transform: capitalize;
  }
  .header_menu_list .last-menu-item a.header_menu_link{
    font-size: 16px;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 1023px){
  .header_menu_list .main-menu-link {
	margin-right: 25px;
  }
  .header_menu_list .last-menu-item {
      margin-right: 0;
  }

  .header_menu_list .main-menu-link a.header_menu_link {
    font-size: 15px;
    text-transform: capitalize;
  }
  .header_menu_list .last-menu-item a.header_menu_link{
    font-size: 15px;
    text-transform: capitalize;
  }
}
.header_menu_list {
  height: 100%; }
  @media screen and (max-width: 1023px) {
    .header_menu_list {
      margin-top: 80px;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.header_menu_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 1.5rem; }
  .header_menu_item:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .header_menu_item {
      margin: 0 0 3rem; } }

.header_menu_link {
  color: #fcf3b9;
  line-height: 1.6rem;
  text-decoration: none; }
  .header_menu_link:hover, .header_menu_link:active, .header_menu_link:focus {
    text-decoration: none; }
  @media screen and (max-width: 1023px) {
    .header_menu_link {
      font-size: 20px; } }

.logo_wrap {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 3.5rem;
  width: 20rem;
  height: 7rem; }
  @media screen and (max-width: 1023px) {
    .logo_wrap {
      left: auto;
      right: 3.5rem; } }

.logo_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  }

.menu_trigger {
  z-index: 210;
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  height: 2.6rem;
  width: 3.8rem;
  margin-top: -1.6rem;
  text-transform: uppercase;
  color: transparent;
  cursor: pointer; }
  @media screen and (max-width: 1023px) {
    .menu_trigger {
      display: block; } }
  .menu_trigger:before {
    content: '';
    -webkit-transform: translate(0, -1rem);
        -ms-transform: translate(0, -1rem);
            transform: translate(0, -1rem);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 3.5rem;
    width: 100%;
    height: .4rem;
    margin-top: -.2rem;
    background: #ffffff; }
  .menu_trigger:after {
    content: '';
    -webkit-transform: translate(0, 1rem);
        -ms-transform: translate(0, 1rem);
            transform: translate(0, 1rem);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 3.5rem;
    width: 100%;
    height: .4rem;
    margin-top: -.2rem;
    background: #ffffff; }
  .menu_trigger.active_mod:before {
    -webkit-transform: rotate(45deg) translate(0, 0);
        -ms-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0); }
  .menu_trigger.active_mod:after {
    -webkit-transform: rotate(-45deg) translate(0, 0);
        -ms-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0); }

.menu_trigger_decor {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  left: 3.5rem;
  width: 100%;
  height: .4rem;
  margin-top: -.2rem;
  background: #ffffff; }
  .active_mod .menu_trigger_decor {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0); }

.footer {
  height: 40rem;
  position: relative;
  margin-top:-30em;
  bottom: 0;
  left: 0;
  right: 0;
  will-change: transform;
  font-size: 1rem; }
  @media screen and (max-width: 1023px) {
    .footer {
      margin-top: 5em;
      position: relative;
      height: auto;
      font-size: .76vw; } }
  @media screen and (max-width: 768px) {
    .footer {
      font-size: .7vw; } }

.footer_in {
  width: 100%;
  max-width: 118rem;
  height: 100%;
  margin: 0 auto;
  padding: 12em 3.5em 2em;
   }
  @media screen and (max-width: 1179px) {
    .footer_in {
      max-width: none;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-flow: wrap;
          flex-flow: wrap; } }
  @media screen and (max-width: 1023px) {
    .footer_in {
      padding-top: 20em; } }
.footer_in_bg {
  background: #191e25;
 }
.footer_nav.v1_mod {
  padding-right: 14em; }
  @media screen and (max-width: 1023px) {
    .footer_nav.v1_mod {
      padding-right: 8em; } }

.footer_nav.v2_mod {
  padding-right: 6.2rem; }
  @media screen and (max-width: 1023px) {
    .footer_nav.v2_mod {
      padding-right: 8em; } }

.footer_nav.v3_mod {
  padding-right: 9em; }
  @media screen and (max-width: 1023px) {
    .footer_nav.v3_mod {
      padding-right: 8em;
      padding-top: 8em; } }

@media screen and (max-width: 1023px) {
  .footer_nav.v4_mod {
    padding-top: 8em; } }

.footer_nav_title {
  color: #9e9e9e;
  font-family: "Karla", sans-serif!important;
  font-size: 2.85em;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: .2em; }
  @media screen and (max-width: 1023px) {
    .footer_nav_title {
      font-size: 5.8em; } }

.footer_nav_list {
  margin: 0;
  padding: 0 0 0 2.2em;
  list-style: none; }

.footer_nav_item {
  color: #737373;
  font-size: 1.95em;
  font-weight: 400;
  line-height: 1.45; }
  @media screen and (max-width: 1023px) {
    .footer_nav_item {
      font-size: 4.5em; } }

.footer_nav_link {
  color: #737373;
  border-bottom: 1px solid transparent; }
  .footer_nav_link:hover, .footer_nav_link:focus {
    text-decoration: none; }
  .footer_nav_link:hover {
    border-color: #737373; }

.footer_info_text {
  max-width: 10.6em;
  padding-left: 1.128em;
  color: #737373;
  font-size: 1.95em;
  font-weight: 400; }
  @media screen and (max-width: 1023px) {
    .footer_info_text {
      font-size: 4.5em;
      padding-left: .6em; } }

.form_field.default_mod:not(.select_rediz_chosen) {
  display: block;
  width: 100%;
  height: 2.295em;
  padding: 0 2rem;
  font-size: 3.05em;
  font-family: "Lato", sans-serif;
  color: #000000;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
          box-shadow: inset 0 0 0 1px #ffffff;
  border: none; }
  @media screen and (max-width: 1023px) {
    .form_field.default_mod:not(.select_rediz_chosen) {
      height: 5.4em; } }
  .form_field.default_mod:not(.select_rediz_chosen)::-webkit-input-placeholder {
    color: #000000; }
  .form_field.default_mod:not(.select_rediz_chosen)::-moz-placeholder {
    color: #000000; }
  .form_field.default_mod:-ms-input-placeholder:not(.select_rediz_chosen) {
    color: #000000; }

.form_field.default_mod:not(.select_rediz_chosen):focus {
  -webkit-box-shadow: 0 0 0 1px #000000;
          box-shadow: 0 0 0 1px #000000; }

.form_cell.hidden_field {
  display: none; }

.form_cell.form_cell_v1_mod:first-child {
  width: 90%;
  margin-right: 2em; }
  @media screen and (max-width: 1023px) {
    .form_cell.form_cell_v1_mod:first-child {
      width: 66%; } }

.form_cell.form_cell_v1_mod:last-child {
  width: 24.6%; }
  @media screen and (max-width: 1023px) {
    .form_cell.form_cell_v1_mod:last-child {
      width: 34%; } }

.form_cell_title.hline_hide_mod {
  display: none; }

.form_cell_title.form_v1_mod {
  color: #000000;
  font-size: 2.15rem;
  font-weight: 400;
  padding-bottom: 0.4em; }
.product-form__input {
	display:block!important; }
.form_v1_mod label {
  	color: #000000;
    font-size: 2.15rem;
    font-weight: 400;
    padding-bottom: 0.4em;
  	text-transform: capitalize;}
.form_v1_mod select, .form_v1_mod input {
	padding: 2.1rem;
    font-size: 2.3rem;
}
  @media screen and (max-width: 1023px) {
    .form_cell_title.form_v1_mod {
      font-size: 5em; } }

.form_field_wrap {
  position: relative; }

@font-face {
  font-family: "iconfont";
  src: url("../fonts/icons/iconfont.eot");
  src: url("../fonts/icons/iconfont.eot?#iefix") format("eot"), url("../fonts/icons/iconfont.woff") format("woff"), url("../fonts/icons/iconfont.ttf") format("truetype"), url("../fonts/icons/iconfont.svg#iconfont") format("svg"); }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-cart {
  font-size: 3.2rem;
  width: 1em; }

.icon-check {
  font-size: 3.2rem;
  width: 1em; }

.icon-empty {
  font-size: 4.544rem;
  width: 1em; }

.icon-facebook {
  font-size: 3.2rem;
  width: 0.84375em; }

.icon-instagram {
  font-size: 3.2rem;
  width: 0.84375em; }

.icon-twitter {
  font-size: 3.2rem;
  width: 0.84375em; }

.icon-youtube {
  font-size: 3.2rem;
  width: 1em; }

.icon.header_mod {
  font-size: 2rem; }
  @media screen and (max-width: 1023px) {
    .icon.header_mod {
      font-size: 6rem; } }

.section {
  z-index: 1;
  position: relative;
  font-size: 1rem;
  padding: 0 3.5rem; }
  .section.row_mod {
    margin: 0 -3.5em -3.5em 0; }
  .section.meet_mod {
    padding: 3.2em 0 1.4em;
    background: #222; }
    @media screen and (max-width: 1023px) {
      .section.meet_mod {
        font-size: .7vw; } }
    @media screen and (max-width: 767px) {
      .section.meet_mod {
        padding-bottom: 2.8em; }
        .section.meet_mod:before {
          height: 114%; } }
    @media screen and (max-width: 480px) {
      .section.meet_mod:before {
        height: 108%; }
      .section.meet_mod:after {
        height: 99%; } }
  .section.advantages_mod {
    padding-top: 2em;
    z-index: 2; }
    @media screen and (max-width: 1023px) {
      .section.advantages_mod {
        font-size: .76vw; } }
    @media screen and (max-width: 768px) {
      .section.advantages_mod {
        font-size: .7vw; } }
  .section.buy_mod {
    position: relative; }
    @media screen and (max-width: 1023px) {
      .section.buy_mod {
        margin-top: 0;
        padding-bottom: 29em;
        font-size: .76vw; } }
    @media screen and (max-width: 768px) {
      .section.buy_mod {
        font-size: .7vw; } }
  .section.open_source_mod {
    margin: -19rem 0 0;
    padding-top: 8.4em;
    padding-bottom: 12em;
    position: relative;
    background: #e5e5e5; }
    @media screen and (max-width: 1179px) {
      .section.open_source_mod {
        margin-top: 0; } }
    @media screen and (max-width: 1023px) {
      .section.open_source_mod {
        background: #191e25;
        padding-bottom: 29em;
        font-size: .76vw; } }
    @media screen and (max-width: 768px) {
      .section.open_source_mod {
        font-size: .7vw; } }
  .section.first_mod {
    padding: 8rem 7.5rem 9.6rem; }
    @media screen and (max-width: 1024px) {
      .section.first_mod {
        padding: 10rem 3rem 15rem; } }
    @media screen and (max-width: 1023px) {
      .section.first_mod {
        padding-bottom: 14rem;
        font-size: .76vw; } }
    @media screen and (max-width: 768px) {
      .section.first_mod {
        font-size: .7vw; } }
  .section.what_mod {
    z-index: 3; }
    .section.what_mod:after {
      z-index: -1;
      position: absolute;
      top: -8%;
      left: 50%;
      width: 5000px;
      height: 108%;
      margin-left: -2500px;
      display: block;
      content: '';
      background-color: #222;
      -webkit-box-shadow: 0 0 3.5rem rgba(0, 0, 0, 0.75);
              box-shadow: 0 0 3.5rem rgba(0, 0, 0, 0.75);
      -webkit-transform: skewY(-8deg);
          -ms-transform: skewY(-8deg);
              transform: skewY(-8deg); }
    @media screen and (max-width: 1023px) {
      .section.what_mod {
        padding-bottom: 12em;
        font-size: .76vw; } }
    @media screen and (max-width: 768px) {
      .section.what_mod {
        font-size: .7vw; } }
  .section.descr_mod {
    padding-top: 13.2em;
    padding-bottom: 8.2em;
    background: #e8e8e8; }
    @media screen and (max-width: 1023px) {
      .section.descr_mod {
        font-size: .76vw; } }
    @media screen and (max-width: 768px) {
      .section.descr_mod {
        font-size: .7vw; } }
    .section.descr_mod:before {
      z-index: -1;
      position: absolute;
      left: 0;
      width: 100%;
      display: block;
      content: '';
      top: -14.4em;
      height: 33%;
      background-color: #6c8cf2;
      -webkit-transform: skewY(12deg);
          -ms-transform: skewY(12deg);
              transform: skewY(12deg); }
      @media screen and (max-width: 1024px) {
        .section.descr_mod:before {
          z-index: 2;
          top: -25em; } }
      @media screen and (max-width: 1023px) {
        .section.descr_mod:before {
          height: 100%;
          top: -140em;
          z-index: -1;
          background: -o-linear-gradient(45deg, #73c6f9 0%, #50abfb 37%, #5160fa 100%);
          background: linear-gradient(45deg, #73c6f9 0%, #50abfb 37%, #5160fa 100%); } }
    .section.descr_mod:after {
      content: "";
      position: absolute;
      right: 0;
      top: 6.2em;
      width: 50.8em;
      height: 31.8em;
      background: url("//cdn.shopify.com/s/files/1/2306/4595/t/13/assets/arm_img.png?3660033406128080449") no-repeat center center;
      background-size: cover; }
      @media screen and (max-width: 1023px) {
        .section.descr_mod:after {
          top: 70em;
          width: 118em;
          height: 80em;
          right: -12em; } }
  .section.manual_mod {
    background: #ffffff; }
    @media screen and (max-width: 1023px) {
      .section.manual_mod {
        font-size: .76vw;
        padding-bottom: 15em; } }
    @media screen and (max-width: 768px) {
      .section.manual_mod {
        font-size: .7vw; } }
  .section.reviews_mod {
    z-index: 5;
    padding: 3rem 3.5rem 1rem; }
    @media screen and (max-width: 1179px) {
      .section.reviews_mod {
        background: #e5e5e5; } }
    @media screen and (max-width: 1023px) {
      .section.reviews_mod {
        font-size: .76vw;
        margin-bottom: 0;
        padding-bottom: 19em;
        background: #191e25; } }
    @media screen and (max-width: 768px) {
      .section.reviews_mod {
        font-size: .7vw; } }

.section_title.bg_mod {
  margin-bottom: .8em; }

.section_title.sub_mod {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 3.7rem; }
  @media screen and (max-width: 1023px) {
    .section_title.sub_mod {
      font-size: 8.8em; } }

@media screen and (max-width: 1023px) {
  .section_title.reviews_mod {
    margin-left: -3.5em;
    margin-top: -10em; }
    .section_title.reviews_mod .heading_title {
      font-size: 8em; } }

@media screen and (max-width: 1023px) {
  .section_title.advan_mod {
    padding-right: 2.6em;
    margin-bottom: 4.4em; } }

.section_title_span {
  color: #f55664;
  font-weight: 400; }

.section_col {
  padding: 0 3.5em 3.5em 0;
  width: 100%; }
  .section_col:last-of-type {
    display: none; }
  @media screen and (min-width: 1024px) {
    .section_col {
      width: 50%; }
      .section_col:last-of-type {
        display: block; } }
  @media screen and (max-width: 1023px) {
    .section_col:nth-child(4) {
      padding-top: 22em;
      position: relative; } }

.section_desc.first_mod {
  width: 100%;
  max-width: 55rem;
  color: #ffffff;
  font-size: 2.85em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2; }
  @media screen and (max-width: 1023px) {
    .section_desc.first_mod {
      font-size: 6.2em;
      margin: 0 auto;
      text-align: center;
      max-width: 104rem; } }

.section_desc.reviews_mod {
  color: #191f29;
  font-size: 3rem;
  font-weight: 400;
  font-style: normal; }
  @media screen and (max-width: 1023px) {
    .section_desc.reviews_mod {
      color: #ffffff;
      padding-top: .8em;
      font-size: 6em; } }

.section_desc_text {
  font-style: italic; }
  .section_desc_text.thin_mod {
    margin: 0 0 3.5rem;
    font-weight: 300; }
    @media screen and (max-width: 1023px) {
      .section_desc_text.thin_mod {
        padding-bottom: .8em; } }
  .section_desc_text.thick_mod {
    font-weight: 400; }

.section_desc_span {
  color: #ff4557; }

.about_w_i {
  position: absolute;
  right: 0em;
  height: 33.2em;
  width: 100%;
  max-width: 54.2em;
  top: 6.5em; }
  @media screen and (max-width: 1024px) {
    .about_w_i {
      height: 42.2em;
      max-width: 60.2em; } }
  @media screen and (max-width: 1023px) {
    .about_w_i {
      display: none; } }

.about_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

.buy_in {
  max-width: 70em;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1023px) {
    .buy_in {
      max-width: 100%; } }

.buy_form {
  padding-top: 2em;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .buy_form {
      padding-top: 3em; } }

.form_controller {
  width: 100%;
  padding-bottom: 2em; }
  @media screen and (max-width: 1023px) {
    .form_controller {
      padding-bottom: 5em; } }

.total_price_w {
  padding-top: 1.2em;
  width:100% }
  @media screen and (max-width: 1023px) {
    .total_price_w {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 3em; } }

.total_price {
  color: #000000;
  font-size: 3.65em;
  font-weight: 400; }
  @media screen and (max-width: 1023px) {
    .total_price {
      font-size: 8em; } }

.total_value {
  padding-left: 0.274em;
  color: #494949; }

.buy_info_w {
  padding: 3em 0 0 4.4em; }
  @media screen and (max-width: 1023px) {
    .buy_info_w {
      padding-top: 12em;
      padding-left: 0; } }

.buy_info_list {
  margin: 0 -1.282em -3em;
  padding: 0;
  list-style: none; }

.buy_info_item {
  width: 50%;
  color: #000000;
  padding: 0 1.282em 3em 0; }

.info_item_in {
  padding-left: 4em;
  font-size: 1.95em;
  font-weight: 400;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .info_item_in {
      font-size: 3.8em;
      padding-left: 3.6em; } }

.info_icon_w {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.949em;
  height: 2.949em; }

.info_icon {
  display: block;
  width: 100%;
  height: auto; }

.form_overlay {
  
}
  @media screen and (max-width: 1023px) {
    .form_overlay {
      max-width:100% !important; }
      .form_overlay p {
        color:#1e1e1e;
      }
     }
  @media screen and (max-width: 768px) {
      .form_overlay {
          max-width: 100% !important;;
      }
      .form_overlay p {
        color:#1e1e1e;
      }  
  }

.buy_img_w {
  position: absolute;
  top: -6em;
  right: 0em;
  width: 45.95em;
  height: 56.35em;
  /*======overflow: hidden; */
  z-index: 2; }
  @media screen and (max-width: 1023px) {
    .buy_img_w {
      top: 30em;
      right: -22em;
      width: 64.95em;
      height: 110.35em; } }

.buy_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.open_source_w {
  padding-top: 9em;
  max-width: 62em;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1179px) {
    .open_source_w {
      padding-top: 14em; } }
  @media screen and (max-width: 1023px) {
    .open_source_w {
      max-width: 100%;
      padding-top: 4em; } }

.open_source_txt {
  color: #494949;
  font-size: 2.85em;
  font-weight: 400;
  line-height: 1.2; }
  @media screen and (max-width: 1023px) {
    .open_source_txt {
      max-width: 65%;
      color: #ffffff;
      padding-top: 2em;
      font-weight: 300;
      font-size: 5.4em; } }

.text_paragraph {
  padding-bottom: 1em; }
  .text_paragraph:last-child {
    padding-bottom: 0;
    font-size: 0.88em; }
    @media screen and (max-width: 1023px) {
      .text_paragraph:last-child {
        font-size: 0.98em; } }

.logo_source_w {
  position: absolute;
  z-index: 2; }
  .logo_source_w.v1_mod {
    top: 6.45em;
    right: 3.5em;
    width: 21.6em; }
    @media screen and (max-width: 1023px) {
      .logo_source_w.v1_mod {
        top: 0;
        right: 6.5em;
        width: 54em; } }
  .logo_source_w.v2_mod {
    top: 12.3em;
    right: 21.4em;
    width: 26.1em; }
    @media screen and (max-width: 1023px) {
      .logo_source_w.v2_mod {
        display: none; } }
  .logo_source_w.v3_mod {
    top: 12.8em;
    right: 3.5em;
    width: 16em; }
    @media screen and (max-width: 1023px) {
      .logo_source_w.v3_mod {
        display: none; } }
  .logo_source_w.v4_mod {
    top: 24.7em;
    right: 31.2em;
    width: 15.2em; }
    @media screen and (max-width: 1023px) {
      .logo_source_w.v4_mod {
        display: none; } }
  .logo_source_w.v5_mod {
    top: 21.9em;
    right: 19.9em;
    width: 7.1em; }
    @media screen and (max-width: 1023px) {
      .logo_source_w.v5_mod {
        display: none; } }
  .logo_source_w.v6_mod {
    top: 23.2em;
    right: 8.4em;
    width: 9.4em; }
    @media screen and (max-width: 1023px) {
      .logo_source_w.v6_mod {
        display: none; } }

.gradient_w {
  position: absolute;
  overflow: hidden;
  pointer-events: none; }
  .gradient_w.meet_mod {
    width: 100vw;
    height: 100rem;
    top: 0;
    left: 50%;
    margin: 0 0 0 -50vw; }
    @media screen and (max-width: 1023px) {
      .gradient_w.meet_mod {
        height: 160em; } }
  .gradient_w.buy_mod_1 {
    width: 4000px;
    height: 90rem;
    top: -19rem;
    left: 50%;
    margin: 0 0 0 -2000px; }
    @media screen and (max-width: 1023px) {
      .gradient_w.buy_mod_1 {
        height: 180rem;
        font-size: .8vw; } }
    @media screen and (max-width: 890px) {
      .gradient_w.buy_mod_1 {
        font-size: .86vw; } }
    @media screen and (max-width: 768px) {
      .gradient_w.buy_mod_1 {
        font-size: .84vw; } }
    @media screen and (max-width: 640px) {
      .gradient_w.buy_mod_1 {
        font-size: .9vw; } }
    @media screen and (max-width: 580px) {
      .gradient_w.buy_mod_1 {
        font-size: .92vw; } }
    @media screen and (max-width: 530px) {
      .gradient_w.buy_mod_1 {
        font-size: .95vw; } }
    @media screen and (max-width: 495px) {
      .gradient_w.buy_mod_1 {
        font-size: .99vw; } }
    @media screen and (max-width: 450px) {
      .gradient_w.buy_mod_1 {
        font-size: 1.01vw; } }
    @media screen and (max-width: 440px) {
      .gradient_w.buy_mod_1 {
        font-size: 1.03vw; } }
    @media screen and (max-width: 410px) {
      .gradient_w.buy_mod_1 {
        font-size: 1.08vw; } }
    @media screen and (max-width: 380px) {
      .gradient_w.buy_mod_1 {
        font-size: 1.11vw; } }
    @media screen and (max-width: 360px) {
      .gradient_w.buy_mod_1 {
        font-size: 1.15vw; } }
    @media screen and (max-width: 345px) {
      .gradient_w.buy_mod_1 {
        font-size: 1.23vw; } }
  .gradient_w.adv_mod {
    width: 118rem;
    height: 70rem;
    top: -9rem;
    left: 0; }
    @media screen and (max-width: 1179px) {
      .gradient_w.adv_mod {
        width: 100%; } }
    @media screen and (max-width: 1023px) {
      .gradient_w.adv_mod {
        height: 180em; } }
  .gradient_w.adv_mod_2 {
    width: 118rem;
    height: 70rem;
    top: -9rem;
    left: 0; }
    @media screen and (max-width: 1179px) {
      .gradient_w.adv_mod_2 {
        width: 100%; } }
  .gradient_w.reviews_mod {
    width: 118rem;
    height: 119rem;
    top: -14rem;
    left: 0; }
    @media screen and (max-width: 1179px) {
      .gradient_w.reviews_mod {
        width: 100%;
        top: -16em;
        height: 120em; } }
    @media screen and (max-width: 1023px) {
      .gradient_w.reviews_mod {
        height: 100%;
        top: -2em; } }

.gradient_sub_w {
  z-index: -1;
  position: absolute;
  overflow: hidden; }
  .gradient_sub_w.reviews_mod_1 {
    width: 120%;
    height: 45.5rem;
    left: -10%;
    top: -1rem;
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg);
    -webkit-filter: drop-shadow(0 2rem 1rem rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 2rem 1rem rgba(0, 0, 0, 0.3)); }
    @media screen and (max-width: 1023px) {
      .gradient_sub_w.reviews_mod_1 {
        -webkit-transform: rotate(-6deg);
            -ms-transform: rotate(-6deg);
                transform: rotate(-6deg); } }
  .gradient_sub_w.buy_mod_1 {
    width: 120%;
    height: 97rem;
    left: -10%;
    top: 14rem;
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
    -webkit-filter: drop-shadow(0 -2rem 1rem rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 -2rem 1rem rgba(0, 0, 0, 0.3)); }
    .gradient_sub_w.buy_mod_1:before {
      position: absolute;
      width: 40%;
      height: 10rem;
      top: 4rem;
      right: 0;
      content: "";
      background: #fd6181;
      -webkit-transform: rotate(-24deg) skewX(-19deg);
          -ms-transform: rotate(-24deg) skewX(-19deg);
              transform: rotate(-24deg) skewX(-19deg); }
    .gradient_sub_w.buy_mod_1:after {
      position: absolute;
      width: 34%;
      height: 14rem;
      top: -20rem;
      left: 40%;
      content: "";
      background: #fa6550;
      -webkit-transform: rotate(-12deg) skewX(-9deg);
          -ms-transform: rotate(-12deg) skewX(-9deg);
              transform: rotate(-12deg) skewX(-9deg); }
    @media screen and (max-width: 1179px) {
      .gradient_sub_w.buy_mod_1:before {
        width: 50%;
        top: -22rem; } }
    @media screen and (max-width: 1023px) {
      .gradient_sub_w.buy_mod_1 {
        height: 155em; } }

.gradient_b {
  z-index: -1;
  position: absolute; }
  .gradient_b.shadow_mod_1 {
    -webkit-filter: drop-shadow(1rem 1rem 14rem rgba(0, 0, 0, 0.75));
            filter: drop-shadow(1rem 1rem 14rem rgba(0, 0, 0, 0.75)); }
  .gradient_b.shadow_mod_2 {
    -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.75));
            filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.75)); }
  .gradient_b.meet_mod_1 {
    width: 111%;
    height: 93rem;
    top: -53rem;
    left: -10%;
    -webkit-transform: rotate(-13deg);
        -ms-transform: rotate(-13deg);
            transform: rotate(-13deg);
    background: -o-linear-gradient(300deg, #efc252 0%, #fa655d 50%, #fd6181 74%, #febac5 90%, #febac5 100%);
    background: linear-gradient(150deg, #efc252 0%, #fa655d 50%, #fd6181 74%, #febac5 90%, #febac5 100%);
    -webkit-filter: drop-shadow(1rem 1rem 3rem rgba(0, 0, 0, 0.75));
            filter: drop-shadow(1rem 1rem 3rem rgba(0, 0, 0, 0.75)); }
    .gradient_b.meet_mod_1:before {
      position: absolute;
      width: 40%;
      height: 8rem;
      bottom: 4rem;
      right: 0;
      content: "";
      background: #fd6181;
      -webkit-transform: skewX(-13deg);
          -ms-transform: skewX(-13deg);
              transform: skewX(-13deg); }
      @media screen and (max-width: 1023px) {
        .gradient_b.meet_mod_1:before {
          width: 14%;
          height: 22em;
          background: #fe5577;
          bottom: 13em; } }
    .gradient_b.meet_mod_1:after {
      position: absolute;
      width: 34%;
      height: 7rem;
      bottom: 0;
      left: 0;
      content: "";
      background: #fd4a65;
      -webkit-transform: skewX(-13deg);
          -ms-transform: skewX(-13deg);
              transform: skewX(-13deg); }
      @media screen and (max-width: 1023px) {
        .gradient_b.meet_mod_1:after {
          width: 11%;
          height: 19em;
          opacity: .8; } }
    @media screen and (max-width: 1023px) {
      .gradient_b.meet_mod_1 {
        width: 120%;
        height: 164em;
        left: -16%;
        background: -o-linear-gradient(300deg, #efc252 0%, #fa655d 50%, #fd6181 74%, #fe627b 90%, #fd687f 100%);
        background: linear-gradient(150deg, #efc252 0%, #fa655d 50%, #fd6181 74%, #fe627b 90%, #fd687f 100%);
        top: -53em; } }
  .gradient_b.meet_mod_2 {
    top: -50rem;
    width: 120%;
    right: -12%;
    height: 86rem;
    -webkit-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
            transform: rotate(14deg);
    background: -o-linear-gradient(74deg, #828fad 0%, #4465a8 40%, #4843a8 100%);
    background: linear-gradient(16deg, #828fad 0%, #4465a8 40%, #4843a8 100%); }
    .gradient_b.meet_mod_2:before {
      position: absolute;
      width: 40%;
      height: 8rem;
      bottom: 5rem;
      right: 20%;
      content: "";
      background: #486aa9;
      -webkit-transform: skewX(13deg);
          -ms-transform: skewX(13deg);
              transform: skewX(13deg); }
    @media screen and (max-width: 1023px) {
      .gradient_b.meet_mod_2 {
        top: 0;
        height: 140em;
        -webkit-transform: rotate(8deg);
            -ms-transform: rotate(8deg);
                transform: rotate(8deg); } }
  .gradient_b.buy_mod_1 {
    width: 100%;
    height: 96rem;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg);
    -webkit-filter: drop-shadow(1rem 0 2rem rgba(0, 0, 0, 0.75));
            filter: drop-shadow(1rem 0 2rem rgba(0, 0, 0, 0.75));
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%; }
    .gradient_b.buy_mod_1:before {
      position: absolute;
      top: 0;
      left: 50%;
      width: 120vw;
      height: 110%;
      margin: 0 0 0 -60vw;
      content: '';
      background: -o-linear-gradient(300deg, #efc252 0%, #fa655d 45%, #fd6181 75%, #febac5 95%, #febac5 100%);
      background: linear-gradient(150deg, #efc252 0%, #fa655d 45%, #fd6181 75%, #febac5 95%, #febac5 100%); }
    @media screen and (max-width: 1179px) {
      .gradient_b.buy_mod_1 {
        height: 104rem; } }
    @media screen and (max-width: 1023px) {
      .gradient_b.buy_mod_1 {
        height: 187em; }
        .gradient_b.buy_mod_1:before {
          width: 140vw;
          margin: 0 0 0 -70vw; } }
  .gradient_b.adv_mod_1 {
    width: 120%;
    height: 55rem;
    left: -10%;
    top: 0;
    -webkit-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
            transform: rotate(-7deg);
    background: -o-linear-gradient(318deg, #efc252 0%, #fa655d 50%, #fd6181 70%, #febac5 90%, #febac5 100%);
    background: linear-gradient(132deg, #efc252 0%, #fa655d 50%, #fd6181 70%, #febac5 90%, #febac5 100%); }
    .gradient_b.adv_mod_1:before {
      position: absolute;
      width: 40%;
      height: 8rem;
      bottom: 4rem;
      right: 0;
      content: "";
      background: #fd6181;
      -webkit-transform: skewX(-7deg);
          -ms-transform: skewX(-7deg);
              transform: skewX(-7deg); }
      @media screen and (max-width: 1023px) {
        .gradient_b.adv_mod_1:before {
          display: none; } }
    .gradient_b.adv_mod_1:after {
      position: absolute;
      width: 34%;
      height: 7rem;
      bottom: 0;
      left: 0;
      content: "";
      background: #fa6550;
      -webkit-transform: skewX(-7deg);
          -ms-transform: skewX(-7deg);
              transform: skewX(-7deg); }
    @media screen and (max-width: 1023px) {
      .gradient_b.adv_mod_1 {
        height: 164em; } }
  .gradient_b.adv_mod_2 {
    width: 80%;
    height: 35rem;
    top: -17rem;
    right: -10%;
    -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
            transform: rotate(12deg);
    background: -o-linear-gradient(88deg, #7bc7ef 0%, #667fec 100%);
    background: linear-gradient(2deg, #7bc7ef 0%, #667fec 100%); }
    .gradient_b.adv_mod_2:before {
      position: absolute;
      width: 52%;
      height: 7rem;
      bottom: 0;
      right: 0;
      content: "";
      background: #5db8eb;
      -webkit-transform: skewX(12deg);
          -ms-transform: skewX(12deg);
              transform: skewX(12deg); }
    @media screen and (max-width: 1023px) {
      .gradient_b.adv_mod_2 {
        display: none; } }
  .gradient_b.reviews_mod_1 {
    width: 100%;
    height: 41rem;
    top: 5rem;
    left: 0;
    -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
            transform: rotate(6deg);
    background: -o-linear-gradient(315deg, #efc252 0%, #fa655d 35%, #fd6181 60%, #febac5 80%, #febac5 100%);
    background: linear-gradient(135deg, #efc252 0%, #fa655d 35%, #fd6181 60%, #febac5 80%, #febac5 100%);
    -webkit-filter: drop-shadow(1rem 0 2rem rgba(0, 0, 0, 0.75));
            filter: drop-shadow(1rem 0 2rem rgba(0, 0, 0, 0.75));
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%; }
    .gradient_b.reviews_mod_1:before {
      position: absolute;
      width: 40%;
      height: 8rem;
      bottom: 19rem;
      right: 0;
      content: "";
      background: #fd6181;
      -webkit-transform: rotate(-6deg) skewX(-13deg);
          -ms-transform: rotate(-6deg) skewX(-13deg);
              transform: rotate(-6deg) skewX(-13deg); }
    .gradient_b.reviews_mod_1:after {
      position: absolute;
      width: 34%;
      height: 7rem;
      bottom: 2.6rem;
      left: 0;
      content: "";
      background: #fa6550;
      -webkit-transform: rotate(-6deg) skewX(-9deg);
          -ms-transform: rotate(-6deg) skewX(-9deg);
              transform: rotate(-6deg) skewX(-9deg); }
    @media screen and (max-width: 1023px) {
      .gradient_b.reviews_mod_1 {
        display: none; } }
  .gradient_b.reviews_mod_2 {
    top: 25rem;
    width: 120%;
    right: -10%;
    height: 20.5rem;
    -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
            transform: rotate(8deg);
    background: -o-linear-gradient(240deg, #efc252 0%, #fa655d 35%, #fd6181 60%, #febac5 80%, #febac5 100%);
    background: linear-gradient(-150deg, #efc252 0%, #fa655d 35%, #fd6181 60%, #febac5 80%, #febac5 100%);
    -webkit-filter: drop-shadow(1rem 0 2rem rgba(0, 0, 0, 0.75));
            filter: drop-shadow(1rem 0 2rem rgba(0, 0, 0, 0.75)); }
    .gradient_b.reviews_mod_2:after {
      position: absolute;
      width: 34%;
      height: 7rem;
      bottom: 0;
      right: 0;
      content: "";
      background: #fa6550;
      -webkit-transform: skewX(-8deg);
          -ms-transform: skewX(-8deg);
              transform: skewX(-8deg); }
      @media screen and (max-width: 1023px) {
        .gradient_b.reviews_mod_2:after {
          background: -webkit-gradient(linear, left top, right top, from(rgba(231, 123, 163, 0.65)), to(transparent));
          background: -o-linear-gradient(left, rgba(231, 123, 163, 0.65) 0%, transparent 100%);
          background: linear-gradient(to right, rgba(231, 123, 163, 0.65) 0%, transparent 100%);
          right: auto;
          left: 0;
          height: 30em; } }
    @media screen and (max-width: 1023px) {
      .gradient_b.reviews_mod_2 {
        z-index: -1;
        top: -14.4em;
        height: 152em;
        -webkit-transform: skewY(7deg);
            -ms-transform: skewY(7deg);
                transform: skewY(7deg);
        background: -o-linear-gradient(45deg, #fc4f5b 0%, #f4576d 37%, #fa8755 100%);
        background: linear-gradient(45deg, #fc4f5b 0%, #f4576d 37%, #fa8755 100%); } }
  .gradient_b.reviews_mod_3 {
    top: 28rem;
    width: 120%;
    right: -10%;
    height: 71rem;
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg);
    background: -o-linear-gradient(315deg, #574ff6 0%, #574ff6 20%, #5991f8 50%, #5fd3fb 75%, #b7fdce 100%);
    background: linear-gradient(135deg, #574ff6 0%, #574ff6 20%, #5991f8 50%, #5fd3fb 75%, #b7fdce 100%); }
    .gradient_b.reviews_mod_3:after {
      position: absolute;
      width: 34%;
      height: 7rem;
      bottom: 7rem;
      right: 0;
      content: "";
      background: #67def2;
      -webkit-transform: skewX(-8deg);
          -ms-transform: skewX(-8deg);
              transform: skewX(-8deg); }
      @media screen and (max-width: 1023px) {
        .gradient_b.reviews_mod_3:after {
          right: auto;
          left: 0;
          bottom: 0;
          background: #469ef8;
          height: 7em; } }
    @media screen and (max-width: 1179px) {
      .gradient_b.reviews_mod_3 {
        top: 27em; } }
    @media screen and (max-width: 1023px) {
      .gradient_b.reviews_mod_3 {
        top: 0;
        height: 97%;
        -webkit-transform: skewY(-7deg);
            -ms-transform: skewY(-7deg);
                transform: skewY(-7deg);
        background: -o-linear-gradient(315deg, #494fe2 0%, #494fe2 26%, #518af8 51%, #52c1fa 79%, #6be0ea 100%);
        background: linear-gradient(135deg, #494fe2 0%, #494fe2 26%, #518af8 51%, #52c1fa 79%, #6be0ea 100%); } }

.gradient {
  position: absolute; }
  .gradient.mod_1 {
    width: 120%;
    height: 100%;
    background: -o-linear-gradient(315deg, #efc252 0%, #fa655d 37%, #fd6181 66%, #fcb7fd 100%);
    background: linear-gradient(135deg, #efc252 0%, #fa655d 37%, #fd6181 66%, #fcb7fd 100%);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .gradient.mod_2 {
    width: 120%;
    height: 100%;
    background: -o-linear-gradient(300deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
    background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
    -webkit-transform: skewY(6deg);
        -ms-transform: skewY(6deg);
            transform: skewY(6deg); }
  .gradient.mod_3 {
    width: 120%;
    height: 100%;
    background: -o-linear-gradient(315deg, #fcb7fd 0%, #fd6181 37%, #fa655d 66%, #efc252 100%);
    background: linear-gradient(135deg, #fcb7fd 0%, #fd6181 37%, #fa655d 66%, #efc252 100%);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .gradient.meet_mod_1 {
    width: 100%;
    height: 90%;
    left: 0;
    top: -20%;
    background: -o-linear-gradient(315deg, #efc252 0%, #fa655d 37%, #fd6181 66%, #fcb7fd 100%);
    background: linear-gradient(135deg, #efc252 0%, #fa655d 37%, #fd6181 66%, #fcb7fd 100%); }

#announcement {
    text-align: center;
    font-size: 1.3em;
    line-height: 3em;
    color: #fff;
    font-style: italic;
    background: #374e76;
    background: -moz-linear-gradient(top, #374e76 0%, #5b9dd2 21%, #5ea3da 100%);
    background: -webkit-linear-gradient(top, #374e76 0%,#5b9dd2 21%,#5ea3da 100%);
    background: linear-gradient(to bottom, #374e76 0%,#5b9dd2 21%,#5ea3da 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374e76', endColorstr='#5ea3da',GradientType=0 );
}
#announcement a {
  color: #fff;
  text-decoration: underline;
}
#announcement a:hover {
  color: #fff;
  text-decoration: none;
}

.product-wrap {
  width: 100%;
}
	.product-wrap > .image-holder {
      width: 25%;
      display: inline-block;
    }
      @media screen and (max-width: 950px) {
        .product-wrap > .image-holder {
          display:none;
        } }

	.product-wrap > .product-holder {
		display: inline-block;
    	width: 70%;
    	margin-left: -2em;
      	vertical-align: top; }
            @media screen and (max-width: 950px) {
        		.product-wrap > .product-holder {
                	width: inherit;
                  	margin-left: 0;
                }	}

	.product-wrap > .product-holder ul { 
      	margin-top: 3em !important; 
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-around;

    } 
	.product-wrap > .product-holder li {
  		list-style: none !important;
      	list-style-type: none !important;
    }
      	
	.product-wrap > .product-holder h3 {
      	font-size: 3.4rem;
      	margin-right: -0.5em;
     	margin-bottom: -0.2em;
    }
	.product-wrap > .product-holder li em{
      font-size: 1.5rem;
      text-align: right;
      width: 100%;
      display: inline-block;
      font-weight: bold;
      color: #ed555c;
      	
    }

	.product-features {
      	margin-top: 1.5em;
    }
	.product-features > ul.product-headlines { 
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-around;

    } 
	.product-features > ul.product-headlines li {
  		list-style: none !important;
      	list-style-type: none !important;
    }
      	
	.product-features > ul.product-headlines h3 {
      	font-weight: 500;
      	font-size: 2.3rem;
      	margin-bottom: 0;
    }
	.product-features > ul.product-headlines h4 {
        font-size: 2.1rem;
        font-weight: 100;
        margin: 0;
      	font-style: italic;
    }
.preorder-warning { 
    padding: 1em;
    background-color: #ffe7ef;
    margin-top: -0.8em;
    margin-bottom: 1em;
}
.preorder-warning h2 {
    color: #ad0000;
}