* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  color: #000;
  background: #763f21;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.wap {
  display: none !important;
}

.pull-left {
  float: left;
}

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

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.section {
  margin-bottom: 30px;
}

.container {
  display: table;
  width: 970px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.55);
}

.main-wrapper {
  background: url("../img/main_bg.jpg") repeat;
  overflow: hidden;
  padding-bottom: 50px;
}

.header-title {
  background: #217039;
  position: relative;
  display: block;
  padding-left: 172px;
  padding-top: 15px;
  padding-bottom: 18px;
  z-index: 1;
  margin-bottom: 20px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.header-title::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/title_bg_v1.png") no-repeat center bottom;
  left: 0;
  right: 0;
  bottom: -65px;
  height: 142px;
}

.header-title::after {
  content: "";
  width: 122px;
  height: 97px;
  background: url("../img/green-beans_1.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  bottom: -62px;
  left: 326px;
  z-index: -1;
}

.header-title__text {
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  width: 40%;
  position: relative;
  text-transform: uppercase;
  line-height: 1.3em;
}

.logo__text {
  font-size: 34px;
  font-weight: 900;
  font-style: italic;
  text-align: right;
  color: #217039;
  text-transform: uppercase;
}

.logo__text.gold {
  color: #eba100;
}

.logo__text.xs {
  font-size: 30px;
}

.logo__text.xxs {
  font-size: 25px;
}

.header-list {
  padding-left: 34px;
}

.header-list__item {
  margin-bottom: 30px;
  position: relative;
}

.header-list__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url("../img/icon_check_1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  left: -34px;
  top: 1px;
}

.header-list__text {
  font-size: 26px;
  font-weight: 700;
  color: #217039;
}

.header-prod {
  display: block;
  position: relative;
}

.prod-sale {
  content: "";
  display: table;
  position: absolute;
  top: -10px;
  left: 160px;
  width: 78px;
  height: 78px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #bb1717;
}

.prod-sale__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.prod-sale__low {
  font-size: 0.5em;
}

.prod__img {
  display: block;
}

.ord-now {
  z-index: 4;
  padding: 15px 120px 15px 30px;
  position: relative;
  margin-right: -63px;
  margin-left: -15px;
  overflow: hidden;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.ord-now::before, .ord-now::after {
  content: "";
  position: absolute;
  right: 3%;
  height: 50%;
  background-color: #daea6d;
  left: -3%;
}

.ord-now::before {
  top: 0;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -ms-transform: skew(25deg);
  -o-transform: skew(25deg);
  transform: skew(25deg);
}

.ord-now::after {
  bottom: 0;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  background-color: #c1e201;
}

.ord-now.blue {
  margin-left: -40px;
  padding-right: 60px;
  padding-left: 220px;
}

.ord-now.blue::before {
  background-color: #62b3fb;
}

.ord-now.blue::after {
  background-color: #1e93fa;
}

.ord-now__text {
  font-style: italic;
  color: #193183;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}

.ord-now__text.white {
  color: #fff;
}

.ord-now__text_sm {
  font-size: 22px;
}

.ord-now__text_bg {
  font-size: 58px;
}

.form {
  background-color: #f4f4f4;
  border: 4px solid #462109;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form-title {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.form-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #894d2b;
  background: -moz-linear-gradient(top, #894d2b 0%, #894d2b 65%, #64331a 65%, #64331a 100%);
  background: -webkit-linear-gradient(top, #894d2b 0%, #894d2b 65%, #64331a 65%, #64331a 100%);
  background: linear-gradient(to bottom, #894d2b 0%, #894d2b 65%, #64331a 65%, #64331a 100%);
  left: -25%;
  top: -50%;
  right: 0;
  z-index: 1;
}

.form-title__text {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #e8eb81;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  font-family: "Roboto Condensed", sans-serif;
}

.form__content {
  padding: 25px;
}

.arr-down {
  position: relative;
  display: table;
  width: 100%;
}

.arr-down::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form__select, .form__input {
  width: 100%;
  border: 1px solid #dddbdb;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.form__item {
  margin-bottom: 10px;
}

.price {
  text-align: center;
}

.price__old {
  color: #a9a29e;
  font-size: 22px;
  text-decoration: line-through;
}

.price__new {
  font-size: 40px;
  color: #462109;
  font-weight: 700;
}

.form-btn-wrap {
  text-align: center;
}

.order-btn {
  background: #91c333;
  background: -moz-linear-gradient(top, #91c333 0%, #91c333 50%, #7eb90f 50%, #7eb90f 100%);
  background: -webkit-linear-gradient(top, #91c333 0%, #91c333 50%, #7eb90f 50%, #7eb90f 100%);
  background: linear-gradient(to bottom, #91c333 0%, #91c333 50%, #7eb90f 50%, #7eb90f 100%);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0.6px 0.8px 0 rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  text-align: center;
  padding: 15px 25px;
  display: inline-block;
  border: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}

.order-btn:hover {
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}

.stamp-list-wrap {
  margin: 15px 0;
}

.stamp-list {
  text-align: center;
}

.stamp-list__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.stamp-list__item:last-child {
  margin-right: 0;
}

.container_head {
  background-color: #e9fce6;
  margin-top: 30px;
  padding-bottom: 30px;
}

.container_head::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/pearson_1.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 226px;
  height: 404px;
  left: -30px;
  /* bottom: 111px; */
  top: 0;
  z-index: 2;
}

.container_head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 162px;
  background: url("../img/beans_bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 0 0 3px 4px;
  -moz-border-radius: 0 0 3px 4px;
  border-radius: 0 0 3px 4px;
  z-index: 2;
}

.header-block-1 {
  display: inline-block;
  width: 64%;
  padding-right: 25px;
  vertical-align: middle;
}

.header-block-wap {
  border: 4px solid #462109;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
  position: relative;
}

.header-block-wap-content {
  position: relative;
  z-index: 1;
}

.header-block-wap::before {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/pearson_2_m.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 256px;
  height: 359px;
  bottom: 0;
  left: -28%;
}

.head-wap-prod-wrap {
  text-align: right;
  display: table;
  margin-left: auto;
  width: 70%;
  margin-top: 25px;
  margin-right: -25px;
}

.head-wap-prod-wrap .prod-reason__stamp {
  width: 50px;
  height: 50px;
}

.header-ord-wap-wrap {
  text-align: center;
  margin-top: 15px;
}

.header-block-2 {
  display: inline-block;
  width: 35%;
  z-index: 3;
  position: relative;
  vertical-align: middle;
  padding-right: 20px;
  margin-top: -105px;
}

.header-list-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 196px;
  width: 31%;
}

.header-prod-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: -15px;
  position: relative;
  z-index: 5;
  margin-bottom: -25px;
  width: 37%;
}

.header-logo-wrap {
  margin-bottom: 15px;
  width: 70%;
  margin-left: auto;
}

.form-btn-wrap {
  margin: 15px 0;
}

.main-title {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.main-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #287e40;
  background: -moz-linear-gradient(top, #287e40 0%, #287e40 65%, #216f37 65%, #216f37 100%);
  background: -webkit-linear-gradient(top, #287e40 0%, #287e40 65%, #216f37 65%, #216f37 100%);
  background: linear-gradient(to bottom, #287e40 0%, #287e40 65%, #216f37 65%, #216f37 100%);
  left: -25%;
  top: -50%;
  right: 0;
  z-index: 1;
}

.main-title__text {
  font-size: 32px;
  color: #c2ce22;
  font-style: italic;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 25px 15px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

.main-title__accent {
  font-size: 40px;
  color: #fff;
}

.science-main-title-wrap {
  margin-bottom: -17px;
}

.science-list__item {
  border-bottom: 1px dashed #b7c6b8;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.science-list__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.science-content {
  background: url("../img/science-man_bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 35px 15px 25px;
  display: table;
  -webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.science-list-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.science-prod-wrap {
  display: table-cell;
  vertical-align: middle;
}

.science-list__tit {
  position: relative;
  display: table;
  width: 100%;
}

.science-list__tit-text {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  width: 85%;
}

.science-list__icon {
  display: table-cell;
  vertical-align: middle;
}

.science-list__text {
  font-size: 16px;
  color: #000;
  line-height: 1.3em;
}

.science-prod {
  position: relative;
  background-image:  url(../img/prod_v2_beans.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.sciencep-prod__img {
  display: block;
  margin: 0 auto;
}

.science-prod__stamp {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
}

.container_reas {
  background-color: #e9fce6;
  padding: 30px 0;
  display: table;
}

.title-block {
  position: relative;
  background-color: #26703D;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin-bottom: 45px;
}

.title-block::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/title_bg_v2.png") no-repeat center bottom;
  left: 0;
  right: 0;
  height: 94px;
  bottom: -35px;
}

.profit-content {
  padding: 0 15px;
}

.title-block__text {
  font-size: 35px;
  position: relative;
  color: #fff;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 15px;
  font-family: "Roboto Condensed", sans-serif;
}

.use-list__item {
  font-size: 18px;
  color: #f4f736;
  font-weight: 700;
  position: relative;
  padding: 5px 0 5px 33px;
  margin-bottom: 15px;
}

.use-list__item::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/icon_check_2.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 0;
  top: 2px;
}

.text {
  font-size: 16px;
  color: #000;
  line-height: 1.2em;
  margin: 15px 0;
}

.text.brown {
  color: #dca66d;
}

.text.white {
  color: #fff;
}

.prod-reason {
  position: relative;
  max-width: 100%;
  z-index: 1;
}

.prod-reason::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  height: 160%;
  width: 120%;
  top: 0;
  left: -10%;
  right: 0;
  bottom: 0;
  margin: auto;
  background: -moz-radial-gradient(center, ellipse cover, #99552f 0%, rgba(125, 185, 232, 0) 50%);
  background: -webkit-radial-gradient(center, ellipse cover, #99552f 0%, rgba(125, 185, 232, 0) 50%);
  background: radial-gradient(ellipse at center, #99552f 0%, rgba(125, 185, 232, 0) 50%);
}

.prod-reason__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.prod-reason__stamp {
  position: absolute;
  display: block;
  top: 15px;
  right: 60px;
}

.profit-prod-wrap {
  margin: 25px 0;
}

.do-it {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

.do-it__text {
  font-size: 40px;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.do-it__text.green {
  color: #1b9611;
  font-size: 54px;
  line-height: 1.3em;
}

.to-otder-btn {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  border: none;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #010101;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.45);
  background: #f9e101;
  background: -moz-linear-gradient(top, #f9e101 0%, #f8ac03 100%);
  background: -webkit-linear-gradient(top, #f9e101 0%, #f8ac03 100%);
  background: linear-gradient(to bottom, #f9e101 0%, #f8ac03 100%);
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -ms-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}

.to-otder-btn:hover {
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.reason-btn-wrap {
  text-align: center;
  margin: 25px 0;
}

.reason-tit {
  position: relative;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 35px;
}

.reason-tit.indent {
  margin: 25px 0;
}

.reason-tit.icon {
  padding-left: 80px;
}

.reason-tit.icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/icon_clock.png") no-repeat center;
  width: 60px;
  height: 60px;
}

.reason-tit__text {
  color: #217039;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.4em;
}

.reason-tit__text.big {
  font-size: 52px;
}

.reason-tit__text.small {
  font-size: 32px;
}

.reason-tit__text.med {
  font-size: 40px;
}

.reason-tit__text.grass {
  color: #89cc3d;
}

.profit-wrap {
  display: table-cell;
  width: 42%;
  vertical-align: top;
  background-color: #3f2212;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

.day-wrap {
  display: table-cell;
  vertical-align: top;
  padding-left: 80px;
  padding-right: 20px;
  clear: both;
}

.day-wrap-block-1 {
  text-align: right;
  padding-left: 73px;
  position: relative;
  margin-bottom: 30px;
}

.day-wrap-block-1::before {
  content: "";
  display: block;
  background: url("../img/pearson_2.png") no-repeat center;
  position: absolute;
  left: -159px;
  top: 0;
  width: 239px;
  height: 594px;
}

.bef-aft {
  display: table;
  padding: 3px;
  background-color: #fff;
}

.bef-aft__item {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 15px 15px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 15px 15px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0px 15px 15px 0 rgba(0, 0, 0, 0.11);
}

.bef-aft__item:first-child {
  padding-right: 3px;
}

.bef-aft__img {
  display: block;
}

.slide-content__title {
  font-size: 21px;
  color: #bb1717;
  font-weight: 700;
  margin-bottom: 10px;
}

.slide-content__text {
  font-size: 16px;
  color: #000;
  line-height: 1.3em;
}

.bx-bx {
  display: table;
  width: 100%;
  position: relative;
}

.slider {
  position: relative;
  padding-bottom: 30px;
  background-color: #e9fce6;
}

.slider::before, .slider::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
}

.slider::before {
  bottom: 1px;
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #c2dabe 40%, #c2dabe 60%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #c2dabe 40%, #c2dabe 60%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #c2dabe 40%, #c2dabe 60%, rgba(125, 185, 232, 0) 100%);
}

.slider::after {
  content: "";
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #f4f8f4 40%, #f4f8f4 60%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #f4f8f4 40%, #f4f8f4 60%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #f4f8f4 40%, #f4f8f4 60%, rgba(125, 185, 232, 0) 100%);
}

.slider-shadow {
  position: relative;
  background: #e9fce6;
  z-index: 1;
}

.slider-shadow::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 60%;
  height: 20%;
  bottom: -8%;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
}

.bx-slide {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 15px;
}

.slide-bef-aft-wrap {
  display: table-cell;
  vertical-align: top;
  width: 43%;
}

.slide-content-wrap {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}

.container_result {
  background-color: #e9fce6;
  -webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
  padding-bottom: 30px;
}

.result-slider-wrap {
  margin-bottom: 40px;
}

.result-title-wrap {
  margin-bottom: 40px;
}

.result-content-wrap {
  padding: 0 25px;
}

.main-video {
  position: relative;
  z-index: 1;
}

.main-video::after, .main-video::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  width: 50%;
  height: 20%;
  bottom: -5%;
  background: -moz-radial-gradient(center, ellipse cover, black 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-radial-gradient(center, ellipse cover, black 0%, rgba(0, 0, 0, 0) 50%);
  background: radial-gradient(ellipse at center, black 0%, rgba(0, 0, 0, 0) 50%);
}

.main-video::before {
  left: 15%;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.main-video::after {
  right: 15%;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}

.main-video__item {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.result-video-wrap {
  margin: 25px auto;
  margin-bottom: 80px;
  width: 60%;
}

.footer-title {
  text-align: right;
}

.footer-title__text {
  color: #fff;
  font-style: italic;
  font-size: 21px;
  line-height: 1.4em;
}

.footer-title__text.accent {
  color: #f9db02;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-wrap {
  padding: 0 25px;
}

.sec-footer {
  display: table;
  width: 100%;
  background: url("../img/footer_bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 20px;
}

.footer-content-wrap {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  width: 62%;
}

.footer-form-wrap {
  display: inline-block;
  vertical-align: top;
  width: 37%;
  padding-right: 25px;
  margin-top: -20px;
}

.footer-prod-wrap {
  display: table;
  margin-left: auto;
  margin-bottom: -25px;
  z-index: 5;
  position: relative;
}

.footer-pearson {
  position: relative;
}

.footer-pearson::before {
  content: "";
  display: block;
  background: url("../img/pearson_3.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 269px;
  height: 455px;
  position: absolute;
  left: -40px;
  bottom: 0;
  z-index: 5;
}

.footer-title-wrap {
  margin: 25px 0;
  padding-left: 150px;
}

/*# sourceMappingURL=main.css.map */
