/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-size: 18px;
  line-height: 1;
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  position: relative;
}
body.wf-inactive,
html.wf-inactive {
  font-family: Arial, Helvetica, sans-serif;
}
body.menuOpened,
html.menuOpened {
  overflow: hidden;
}
body.menuOpened .header-menu,
html.menuOpened .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.menuOpened .menu__btn span:first-child,
html.menuOpened .menu__btn span:first-child {
  width: 60%;
  top: 30%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.menuOpened .menu__btn span:last-child,
html.menuOpened .menu__btn span:last-child {
  width: 60%;
  bottom: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.mk-wrapper {
  max-width: 480px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.header__topbar {
  padding: 1px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
.header__topbar .menu__btn {
  width: 40px;
  height: 12px;
  position: relative;
  cursor: pointer;
  z-index: 21;
}
.header__topbar .menu__btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #c5b66d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__topbar .menu__btn span:first-child {
  top: 0;
}
.header__topbar .menu__btn span:last-child {
  bottom: 0;
}
.header-menu {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #7b7b7b;
  z-index: 20;
}
.header-menu li {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.header-menu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-hero {
  position: relative;
  height: 394px;
  background: url(../images/hero-bg.jpg) no-repeat 50% 0;
  background-size: cover;
}
.header-hero .discount {
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
  height: 131px;
  background: url(../images/sale.png) no-repeat 100% 0;
}
.header-hero .discount p {
  position: absolute;
  top: 44px;
  left: 18px;
  width: 100%;
  color: #fff;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.header-hero .discount p span {
  text-transform: uppercase;
  font-weight: 700;
}
.header-hero__wrap {
  position: absolute;
  bottom: -50px;
  right: 20px;
}
.header-hero__wrap .hit {
  width: 118px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 5px solid #c5b66d;
  margin-bottom: -20px;
  margin-left: -20px;
}
.header-hero__wrap .hit p {
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
  color: #343434;
  line-height: 1.3;
}
.header-hero__wrap .prpr {
  position: relative;
}
.header-hero__wrap .prpr .price {
  position: absolute;
  right: 100px;
  top: 100px;
  z-index: 1;
}
.header-hero__wrap .prpr .price .old {
  text-align: right;
  padding-right: 70px;
  margin-bottom: 10px;
  font-size: 1.4em;
}
.header-hero__wrap .prpr .price .new {
  width: 199px;
  height: 67px;
  text-align: right;
  padding-top: 16px;
  padding-right: 70px;
  color: #f1e2e0;
  font-weight: 700;
  font-size: 1.6em;
  background: url(../images/price-new-bg.png) no-repeat 50% 0;
}
.header-hero__wrap .prpr .product {
  position: relative;
  z-index: 2;
}
.header__title {
  padding: 10px 20px;
}
.header__title h1,
.header__title p {
  color: #343434;
}
.header__title h1 {
  font-size: 1.8em;
}
.header__title p {
  font-weight: 700;
}
.header__title .rating {
  padding: 10px 0;
  font-size: 0.8em;
}
.header__title .rating a {
  color: #c5b66d;
}
.header-list {
  padding: 0 20px;
}
.header-list li {
  position: relative;
  padding: 6px 0 6px 30px;
}
.header-list li:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 17px;
  background: url(../images/check.png) no-repeat 50% 50%;
  background-size: cover;
  left: 0;
  top: calc(50% - 9px);
}
.header-list li p {
  line-height: 1.3;
}
.header__pros {
  padding: 20px;
}
.header__pros li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.header__pros li img {
  margin-right: 10px;
}
.mk-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  max-width: 240px;
  padding: 14px 20px;
  text-align: center;
  margin: 20px auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  background-color: #45503b;
  position: relative;
}
.mk-button--fw {
  max-width: 100%;
  padding: 18px 20px;
  background-color: #c5b66d;
  color: #333232;
  text-decoration: underline;
  -webkit-animation: none;
  animation: none;
}
.care {
  background: url(../images/care-bg.png) no-repeat 50% 0;
  background-size: cover;
}
.care-list {
  padding: 20px;
}
.care-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0;
}
.care-list__image {
  width: 35%;
  min-width: 35%;
  height: 89px;
  border-bottom: 4px solid #c5b66d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.care-list__text {
  padding-left: 20px;
}
.care-list__text h3 {
  font-size: 1em;
  color: #45503b;
  margin-bottom: 10px;
}
.care-list__text p {
  color: #343434;
}
.section {
  padding-bottom: 20px;
}
.section__title {
  padding: 20px;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: 400;
  color: #343434;
}
.section__title span {
  font-weight: 700;
  text-transform: uppercase;
}
.section__title--dark span {
  text-transform: none;
  color: #c92c2c;
}
.section__text {
  color: #343434;
  padding: 10px 20px;
  line-height: 1.3;
}
.section__text span {
  color: #c92c2c;
  font-weight: 700;
}
.proper {
  padding-top: 20px;
  position: relative;
  background-color: #f1e8e8;
}
.proper:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  left: calc(50% - 30px);
  background: url(../images/wow.png) no-repeat 50% 50%;
  background-size: cover;
}
.whyyy__compare {
  position: relative;
  width: 100%;
}
.whyyy__compare > div img {
  width: 608px;
  height: auto;
}
.whyyy__compare > div.old {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 458px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-animation-name: upDown;
  animation-name: upDown;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-bottom: 5px solid #fff;
  z-index: 10;
}
.whyyy__compare > div.young {
  z-index: 5;
}
@-webkit-keyframes upDown {
  0% {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@keyframes upDown {
  0% {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
.operate {
  background: url(../images/operate-bg.png) 50% 0;
  background-size: cover;
}
.operate > p {
  padding: 0 20px;
}
.operate-list__item {
  width: 266px;
  height: 244px;
  background-color: #f5f5f5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto;
}
.operate-list__item p {
  margin-top: 40px;
  color: #343434;
}
.cta-small {
  height: 320px;
  background: url(../images/cta-small-bg.png) no-repeat 70% 0;
  background-size: cover;
  position: relative;
}
.cta-small__text {
  width: 50%;
  margin-left: 40%;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.cta-small__text h3 {
  text-align: center;
  font-weight: 700;
  color: rgba(197, 182, 109, 0.52);
}
.cta-small__product {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.cta-small .timer {
  margin-top: 40px;
  max-width: 200px;
}
.cta-small .timer__remain {
  text-align: center;
}
.cta-small .timer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.8em;
}
.cta-small .timer__block {
  padding: 0 4px;
  position: relative;
}
.cta-small .timer__block:not(:last-child):before {
  content: ":";
  position: absolute;
  right: -2px;
  top: 0;
}
.effect {
  padding: 20px 0;
}
.effect-list {
  padding: 20px;
}
.effect-list li {
  position: relative;
  padding: 40px 10%;
}
.effect-list li:before {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 4em;
  font-weight: 900;
  color: rgba(197, 182, 109, 0.17);
}
.effect-list li:first-child:before {
  content: "87%";
}
.effect-list li:nth-child(2):before {
  content: "94%";
}
.effect-list li:nth-child(3):before {
  content: "89%";
}
.effect-list li:nth-child(4):before {
  content: "91%";
}
.effect-list li p {
  color: #343434;
}
.comp__item {
  position: relative;
  padding: 12% 10% 40px 20%;
  margin: 20px 0;
}
.comp__item--bgup {
  background: url(../images/weed-up-bg.png) no-repeat 100% 100%;
  background-size: contain;
}
.comp__item--bgdown {
  background: url(../images/weed-down-bg.png) no-repeat 100% 100%;
  background-size: contain;
}
.comp__item .image {
  position: absolute;
  width: 30%;
  height: 120px;
  left: 8%;
  top: 20px;
  z-index: 1;
}
.comp__item .text {
  padding-left: 20%;
  position: relative;
  z-index: 2;
}
.comp__item .text h3 {
  color: #45503b;
  font-weight: 900;
  padding-left: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.comp__item .text p {
  color: #343434;
  line-height: 1.3;
}
.comp__elem h3 {
  font-weight: 900;
  font-size: 1em;
  padding: 20px;
  color: #45503b;
}
.comp__elem p {
  color: #343434;
  padding: 0 20px 20px;
  line-height: 1.3;
}
.expert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.expert,
.expert-data__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.expert-data__header {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  height: 302px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.expert-data__header .quote {
  width: 50%;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  color: #343434;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  background: rgba(214, 239, 255, 0.33);
}
.expert-data__header .quote:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 23px;
  top: -14px;
  left: 15%;
  background: url(../images/quotes.png) no-repeat 50% 50%;
}
.expert-data__name {
  text-align: right;
  padding: 10px;
  max-width: 75%;
  margin-left: auto;
}
.expert-data__name p {
  line-height: 1.3;
  color: #343434;
}
.expert-data__name p span {
  font-weight: 700;
}
.formula {
  background: url(../images/formula-bg.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 12% 11%;
}
.formula__wrap {
  position: relative;
  padding: 40px 20px 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(67, 67, 67, 0.25);
  box-shadow: 0 4px 12px rgba(67, 67, 67, 0.25);
}
.formula__wrap p {
  color: #343434;
  line-height: 1.3;
}
.formula__wrap p span {
  font-weight: 700;
}
.formula__wrap ul {
  position: absolute;
  bottom: -30px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.formula__wrap ul li {
  padding: 0 10px;
}
.life {
  position: relative;
}
.life__image {
  margin-top: 20px;
}
.life__product {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.cta-smaller {
  padding: 20px;
  background-color: #f5f5f5;
}
.cta-smaller .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta-smaller .title p:first-child {
  color: #c92c2c;
  font-size: 4em;
}
.cta-smaller .title p:last-child {
  padding-left: 10px;
  line-height: 1.3;
}
.cta-smaller .price {
  text-align: center;
  padding-top: 20px;
}
.cta-smaller .price p .new {
  font-size: 1.4em;
  color: #c92c2c;
  font-weight: 700;
}
.cta-smaller .price p .old {
  font-size: 1.4em;
}
.use {
  padding: 20px 0;
}
.use-list {
  padding: 0 20px;
}
.use-list li {
  background: url(../images/use1.jpg) no-repeat 0 50%;
  background-size: contain;
  min-height: 269px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
  padding-left: 45%;
}
.use-list li h3 {
  margin-top: -10%;
  color: #343434;
  text-transform: uppercase;
}
.use-list li .text {
  margin-top: 40px;
  padding: 10px;
  background-color: #f6f6f6;
}
.use-list li .text p {
  color: #343434;
  line-height: 1.3;
}
.testimonials {
  padding-bottom: 0;
}
.testimonials .rating {
  border-bottom: 1px solid #e8e8e8;
}
.testimonials .rating__stars {
  padding: 0 20px;
}
.testimonials .rating__stars img {
  display: inline-block;
  margin-right: 10px;
}
.testimonials .rating__stars span {
  font-size: 0.92em;
}
.testimonials .rating-list {
  padding: 20px 30% 20px 20px;
}
.testimonials .rating-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 6px 0;
}
.testimonials .rating-list__item > span:not([class="percent"]) {
  width: 60px;
  min-width: 60px;
  font-size: 0.92em;
}
.testimonials .rating-list__item > span.percent {
  font-size: 0.92em;
  width: 40px;
  margin-left: 10px;
  text-align: right;
}
.testimonials .rating-list__item .meter {
  background-color: #f6f4f4;
  -webkit-box-shadow: inset 0 4px 12px hsla(0, 0%, 56.1%, 0.25);
  box-shadow: inset 0 4px 12px hsla(0, 0%, 56.1%, 0.25);
  border: 0.75px solid #d2d2d2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.testimonials .rating-list__item .meter span {
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffd977),
    color-stop(136.84%, #ffb443)
  );
  background: linear-gradient(180deg, #ffd977, #ffb443 136.84%);
  border: 0.75px solid #d2d2d2;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
}
.testimonials-list__item .head {
  padding: 20px;
}
.testimonials-list__item .head > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials-list__item .head > div span {
  font-weight: 700;
  color: #333232;
  margin-left: 10px;
}
.testimonials-list__item .head > p {
  font-size: 0.86em;
  color: #a0a1a1;
  margin-top: 20px;
}
.testimonials-feedback {
  position: relative;
}
.testimonials-feedback > a {
  padding: 0 20px;
  display: inline-block;
  color: #343434;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 10px;
}
.testimonials-feedback .accord {
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.testimonials-feedback .accord h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
}
.testimonials-feedback .accord > form {
  margin-top: 20px;
}
.testimonials-feedback .accord > form input,
.testimonials-feedback .accord > form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0.8em;
  border: 1px solid #a0a1a1;
}
.testimonials-feedback .accord > form textarea {
  resize: none;
}
.testimonials-feedback .accord > form ::-webkit-input-placeholder {
  color: #323232;
  text-transform: uppercase;
}
.testimonials-feedback .accord > form :-ms-input-placeholder {
  color: #323232;
  text-transform: uppercase;
}
.testimonials-feedback .accord > form ::-ms-input-placeholder {
  color: #323232;
  text-transform: uppercase;
}
.testimonials-feedback .accord > form ::placeholder {
  color: #323232;
  text-transform: uppercase;
}
.testimonials-feedback .accord.closed {
  height: 0;
  opacity: 0;
}
.testimonials-feedback .accord__ty {
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  padding: 40px;
}
.order .section__title {
  text-transform: uppercase;
}
.order-list {
  padding: 20px;
}
.order-list li {
  position: relative;
  background-color: #f5f5f5;
  padding: 60px 6% 40px;
  margin: 40px 0 80px;
}
.order-list li .icon {
  position: absolute;
  width: 94px;
  height: 94px;
  top: -47px;
  left: calc(50% - 47px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.order-list li p {
  text-align: center;
  line-height: 1.3;
  font-size: 1.12em;
}
.order-list li:last-child {
  margin-bottom: 0;
}
.order-form {
  padding: 20px;
  padding-top: 0;
}
.order-form .section__title {
  font-weight: 500;
  text-transform: uppercase;
}
.order-form .fields {
  position: relative;
}
.order-form .fields--double {
    display: flex;
    flex-flow: row nowrap;
}
.order-form .fields--double .seventy {
    width: 70%;
    min-width: 70%;
    padding-right: 10px;
}
.order-form .fields--double .thirty {
    width: 30%;
    min-width: 30%;
    padding-left: 10px;
}
.order-form label {
  margin-bottom: 0.4em;
}
.order-form input,
.order-form label,
.order-form select,
.order-form textarea {
  display: block;
  width: 100%;
}
.order-form input,
.order-form select,
.order-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 0.8em;
  border: 1px solid #a0a1a1;
  background-color: #fff;
}
.footer {
  padding: 20px;
}
.footer p {
  text-align: center;
  font-size: 0.8em;
}
.footer p a {
  color: inherit;
}
@media (max-width: 420px) {
  .testimonials .rating-list {
    padding-right: 20px;
  }
  .cta-smaller .title p:first-child {
    font-size: 2.8em;
    font-weight: 700;
  }
}
