/* reset */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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,
b, 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;
}

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

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;
}

a, input, button {
  outline: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* fonts */

@font-face {
    font-family: 'Co Headline Corp';
    src: url('../fonts/CoHeadlineCorp.woff2') format('woff2'),
    url('../fonts/CoHeadlineCorp.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('../fonts/museo_sans_cyrl_300.woff2') format('woff2'),
    url('../fonts/museo_sans_cyrl_300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('../fonts/museo_sans_cyrl_500.woff2') format('woff2'),
    url('../fonts/museo_sans_cyrl_500.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('../fonts/MuseoSansCyrl_2.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl_2.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* styles */

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

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-width: 320px;
  background: #fff;
  font-family: 'Museo Sans Cyrl', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #222;
  cursor: default;
}

header, section, footer {
  margin: 0 auto;
  max-width: 1920px;
}

.wrapper {
  margin: 0 auto;
  padding: 0 10px;
  width: 960px;
  position: relative;
}

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

img {
  max-width: 100%;
  height: auto;
}

/* placeholder */

::-webkit-input-placeholder {
  opacity: 1;
  color: #222;
}

:-moz-placeholder {
  opacity: 1;
  color: #222;
}

::-moz-placeholder {
  opacity: 1;
  color: #222;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #222;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

/* bold */

b {
  font-weight: 600;
}

/* items list */

.items_list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}

.items_list .item {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
}

/* top block */

.top_block {
  height: 70px;
  background: #598600;
}

.top_block ul {
  display: table;
  width: 100%;
  height: 70px;
}

.top_block ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 65px;
  width: 320px;
  height: 70px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  position: relative;
}

.top_block ul li:last-child {
  padding: 0 0 0 65px;
  width: 300px;
}

.top_block ul li:before {
  display: block;
  content: '';
  width: 46px;
  height: 46px;
  border: 3px solid #ffd517;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.top_block ul li:first-child:before {
 background: url(../images/top__icon1.png) center no-repeat;
}

.top_block ul li:nth-child(2):before {
 background: url(../images/top__icon2.png) center 8px no-repeat;
}

.top_block ul li:last-child:before {
 background: url(../images/top__icon3.png) center no-repeat;
}

/* price block */

.price_block {
  width: 380px;
}

.price_block .price_item {
  float: left;
  width: 50%;
  height: 82px;
  color: #222;
  text-align: center;
}

.price_block .price_item.old {
  padding: 9px 0 0 10px;
  background: #6c391c;
  border-radius: 25px 0px 0px 25px;
  color: #fff;
}

.price_block .price_item.new {
  padding: 9px 10px 0 0;
  background: #fff;
  border-radius: 0 25px 25px 0;
}

.price_block .price_item .text {
  font-weight: 400;
  font-size: 16px;
}

.price_block .price_item .value {
  margin: 4px 0 0 0;
  font-family: 'Co Headline Corp';
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.price_block .price_item.old .value {
  text-decoration: line-through;
}

/* button */

.button {
  display: block;
  width: 380px;
  height: 80px;
  border-radius: 10px;
  background-color: #ff5547;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f12d26), to(#ff5547));
  background-image: linear-gradient(to top, #f12d26 0%, #ff5547 100%);
  -webkit-box-shadow: 0 6px 0 #c1342d, inset 0 31px 18px rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 0 #c1342d, inset 0 31px 18px rgba(255, 255, 255, 0.08);
  font-family: 'Co Headline Corp';
  font-weight: 700;
  font-size: 22px;
  line-height: 82px;
  letter-spacing: 0.22px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
button.button{
    height: 74px;
    line-height: 76px;
}

.button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f13730), to(#fe5f52));
  background-image: linear-gradient(to top, #f13730 0%, #fe5f52 100%);
}

.button:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f13730), to(#fe5f52));
  background-image: linear-gradient(to bottom, #f13730 0%, #fe5f52 100%);
}

/* discount */

.discount {
  padding: 29px 0 0 0;
  width: 144px;
  height: 144px;
  background: url(../images/discount_bg.png) center no-repeat;
  background-size: cover;
  font-family: 'Co Headline Corp';
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
}

.discount span {
      font-size: 26px;
}

/* titles */

h2, h3, h4 {
  font-family: 'Co Headline Corp';
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-size: 36px;
  line-height: 40px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

/* header */

header {
  height: 660px;
 background: #46abfd url(../images/desctop__header_bg.jpg) center no-repeat;
}

.header_content {
  padding: 20px 0 0 0;
}

.header_content .title_block {
  display: inline-block;
  padding: 6px 15px;
  background: #ffd517;
  border-radius: 5px;
  font-family: 'Co Headline Corp';
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.header_content .subtitle {
  margin: 15px 240px 16px 0;
  font-family: 'Co Headline Corp';
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
}

.header_content ul {
  width: 400px;
}

.header_content ul li {
  margin: 0 0 11px 0;
  padding: 0 0 0 70px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.header_content ul li:last-child {
  margin: 0;
}

.header_content ul li:before {
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  border: 4px solid #6c391c;
  border-radius: 50%;
  background: url(../images/header__tick_icon.png) center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 0;
}

.header_content .price_block {
  margin: 28px 0 20px 0;
}

.header_content .discount {
  top: 160px;
  left: 420px;
}

/* results */

.results_section {
  padding: 43px 0 10px 0;
  text-align: center;
}

.results_section h2 {
  margin: 0 0 34px 0;
}

.results_section .description {
  margin: 0 auto;
  max-width: 780px;
}

.results_section .description:last-of-type {
  margin: 17px auto 44px auto;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #573012;
}

.results_section .result_item {
  margin: 0 20px 35px 0;
  width: 460px;
  position: relative;
}

.results_section .result_item:nth-child(even) {
  margin: 0 0 35px 0;
}

.results_section .result_item:before {
  display: block;
  content: '';
  width: 177px;
  height: 84px;
  background: url(../images/results__arrow.png) center no-repeat;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -89px;
}

.results_section .result_item .before_item,
.results_section .result_item .after_item {
  float: left;
  width: 220px;
}

.results_section .result_item .before_item {
  margin: 0 20px 0 0;
}

.results_section .result_item img {
  margin: 0 0 12px 0;
  display: block;
  border-radius: 50%;
}

.results_section .result_item .text {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}

/* plant species */

.plant_species_section {
  padding: 43px 0 200px 0;
 background: #c9eff7 url(../images/desctop__plant_species_bg.jpg) center bottom no-repeat;
}

.plant_species_section h2 {
  margin: 0 0 42px 0;
}

.plant_species_section .species_item {
  margin: 0 20px 20px 0;
  width: 220px;
}

.plant_species_section .species_item:nth-child(4n) {
  margin: 0 0 20px 0;
}

.plant_species_section .species_item img {
  display: block;
  margin: 0 auto 15px auto;
  border-radius: 5px;
}

.plant_species_section .species_item .text {
  padding: 10px 0;
  background: #fff;
  border-radius: 5px;
}

.plant_species_section .species_item p {
  padding: 0 10px;
}

/* about */

.about_section {
  padding: 43px 0 56px 0;
  background: #2a1708;
  color: #fff;
  text-align: center;
}

.about_section h2 {
  margin: 0 0 34px 0;
}

.about_section .description {
  margin: 0 auto;
  max-width: 780px;
}

.about_section .description:last-of-type {
  margin: 17px auto 44px auto;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #ffd517;
}

.about_section .component_item {
  margin: 0 0 35px 0;
  padding: 0 20px;
  width: 50%;
}

.about_section .component_item img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.about_section .component_item h3 {
  margin: 19px 0 7px 0;
}

.about_section .button {
  margin: 10px auto 0 auto;
}

/* opinion */

.opinion_section {
  padding: 43px 0 50px 0;
  background: #c9eff7;
}

.opinion_section h2 {
  margin: 0 0 42px 0;
}

.opinion_section img {
  display: block;
  float: left;
  margin: 0 50px 0 0;
  width: 300px;
  border-radius: 5px;
}

.opinion_section .info p {
  margin: 0 0 20px 0;
}

.opinion_section .author_info {
  font-weight: 600;
}

/* use */

.use_section {
  padding: 43px 0 45px 0;
}

.use_section .description {
  margin: 34px auto 45px auto;
  max-width: 800px;
  text-align: center;
}

.use_section .step_item {
  padding: 0 10px;
  width: 33.333333%;
}

.use_section .step_item .image_block {
  margin: 0 auto;
  width: 180px;
  position: relative;
}

.use_section .step_item img {
  display: block;
  border-radius: 50%;
}

.use_section .step_item .number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f04230;
  font-family: 'Co Headline Corp';
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 5px;
  right: -20px;
}

.use_section .step_item h3 {
  margin: 19px 0 7px 0;
}

/* reviews */

.reviews_section {
  padding: 43px 0 220px 0;
 background: #c9eff7 url(../images/desctop__plant_species_bg.jpg) center bottom no-repeat;
}

.reviews_section h2 {
  margin: 0 0 42px 0;
}

.reviews_section .review_item {
  display: table;
  margin: 0 0 40px 0;
  width: 100%;
}

.reviews_section .review_item:last-child {
  margin: 0;
}

.reviews_section .review_item .image_block {
  display: table-cell;
  vertical-align: top;
  width: 300px;
}

.reviews_section .review_item img {
  display: block;
  border-radius: 25px 0px 0px 25px;
}

.reviews_section .review_item .text {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  border-radius: 0 25px 25px 0;
  background: #fff;
}

.reviews_section .review_item .author_info {
  margin: 0 0 7px 0;
  font-weight: 600;
}

/* advantages */

.advantages_section {
  padding: 43px 0 50px 0;
  background: #2a1708;
  font-weight: 400;
  text-align: center;
}

.advantages_section h2 {
  margin: 0 0 42px 0;
  color: #fff;
}

.advantages_section .main_advantage {
  float: left;
  margin: 0 20px 0 0;
  padding: 29px 25px;
  width: 460px;
  height: 550px;
  border-radius: 5px;
 background: #ffd517 url(../images/advantages__advantage1_image.jpg) center 265px no-repeat;
}

.advantages_section .main_advantage h3 {
  margin: 0 0 12px 0;
}

.advantages_section .advantages_list {
  float: left;
  width: 460px;
}

.advantages_section .advantage_item {
  margin: 0 20px 0 0;
  width: 220px;
}

.advantages_section .advantage_item:first-child {
  margin: 0 20px 20px 0;
}

.advantages_section .advantage_item:nth-child(even) {
  margin: 0;
}

.advantages_section .advantage_item img {
  display: block;
  margin: 0 0 15px 0;
  border-radius: 5px;
}

.advantages_section .advantage_item p {
  padding: 11px 5px 14px 5px;
  background: #8bbf22;
  border-radius: 5px;
}

/* order steps */

.order_steps_section {
  padding: 43px 0 50px 0;
}

.order_steps_section h2 {
  margin: 0 0 42px 0;
}

.order_steps_section .step_item {
  margin: 0 20px 0 0;
  width: 220px;
}

.order_steps_section .step_item:last-child {
  margin: 0;
}

.order_steps_section .step_item img {
  display: block;
  border-radius: 5px 5px 0 0;
}

.order_steps_section .step_item .text {
  padding: 40px 10px 20px 10px;
  border-radius: 0 0 5px 5px;
  background: #c9eff7;
  font-weight: 400;
  color: #2a1708;
  position: relative;
}

.order_steps_section .step_item:first-child .text {
  padding: 40px 5px 20px 5px;
}

.order_steps_section .step_item .number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #6c391c;
  font-family: 'Co Headline Corp';
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -28px;
}

/* order */

.order_section .order_content {
  padding: 20px 0 0 0;
  height: 567px;
  background: #46abfd url(../images/desctop__order_bg.jpg) center top no-repeat;
  background-size: cover;
}

.order_section .titles_wrapper {
  float: left;
  width: 540px;
}

.order_section .title_block {
  display: inline-block;
  margin: 0 0 14px 0;
  padding: 6px 15px;
  background: #ffd517;
  border-radius: 5px;
  font-family: 'Co Headline Corp';
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.order_section .subtitle {
  font-family: 'Co Headline Corp';
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
}

.order_section .info {
  float: right;
  width: 380px;
}

.order_section .price_block .price_item.old {
  border-radius: 25px 0px 0px 0;
}

.order_section .price_block .price_item.new {
  border-radius: 0 25px 0 0;
}

.order_section form {
  padding: 12px 0 0 0;
  height: 400px;
  background-color: #8bbf22;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.06)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06) 0%, transparent 100%);
}

.order_section .timer_block {
  margin: 0 0 11px 0;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.order_section .timer_block p {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.order_section .timer {
  margin: 0 auto;
  width: 300px;
}

.order_section .timer_item {
  float: left;
  width: 80px;
  text-align: center;
}

.order_section .timer_item:nth-child(2) {
  margin: 0 30px;
}

.order_section .timer_item .count {
  margin: 0 0 2px 0;
  width: 80px;
  height: 46px;
  border-radius: 5px;
  background: #fff;
  font-family: 'Co Headline Corp';
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.46px;
  color: #222;
  position: relative;
}

.order_section .timer_item:nth-child(2) .count:before,
.order_section .timer_item:nth-child(2) .count:after {
  display: block;
  content: ":";
  width: 30px;
  height: 46px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 0;
}

.order_section .timer_item:nth-child(2) .count:before {
  left: -30px;
}

.order_section .timer_item:nth-child(2) .count:after {
  right: -30px;
}

.order_section .timer_item .text {
  font-size: 16px;
}

.order_section input {
  display: block;
  margin: 0 auto 15px auto;
  padding: 0 15px;
  width: 300px;
  height: 60px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset -1.8px 2.4px 5px rgba(0, 0, 0, 0.17);
  box-shadow: inset -1.8px 2.4px 5px rgba(0, 0, 0, 0.17);
  font-family: 'Museo Sans Cyrl', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #222;
  text-align: center;
}

.order_section select {
  display: block;
  margin: 0 auto 15px auto;
  padding: 0 15px;
  text-indent: 15px;
  width: 300px;
  height: 60px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset -1.8px 2.4px 5px rgba(0, 0, 0, 0.17);
  box-shadow: inset -1.8px 2.4px 5px rgba(0, 0, 0, 0.17);
  font-family: 'Museo Sans Cyrl', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #222;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.order_section button {
  margin: 0 auto;
  width: 300px;
  cursor: pointer;
}

.order_section .discount {
  top: 160px;
  left: 230px;
}

/* footer */

footer {
  padding: 25px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

footer img {
  display: block;
  margin: 0 auto 10px auto;
}

footer a {
  color: #222;
}

footer a:hover {
  text-decoration: none;
}
.video-container{
  position: relative;
  width: 680px;
  height: 380px;
  overflow:hidden;
  background: #000;
  margin: 30px auto;
  border: 5px solid #458e32;
}
.video-container iframe, .video-container object, .video-container embed{
  position:absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;}
@media screen and (max-width: 959px) {
  .video-container{
    width: 480px;
    height: 270px;
  }
  /* styles */

  .wrapper {
    width: 640px;
  }

  /* top block */

  .top_block {
    display: none;
  }

  /* titles */

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  /* header */

  header {
    height: 626px;
    background-image: url(../images/tablet__header_bg.jpg);
  }

  .header_content .title_block {
    display: block;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    text-align: center;
  }

  .header_content .subtitle {
    margin: 15px 0 26px 0;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .header_content .price_block {
    margin: 38px 0 30px 0;
  }

  .header_content .discount {
    top: 150px;
    left: auto;
    right: 10px;
  }

  /* results */

  .results_section .result_item {
    width: 300px;
  }

  .results_section .result_item .before_item,
  .results_section .result_item .after_item {
    width: 140px;
  }

  /* plant species */

  .plant_species_section {
    background-image: url(../images/tablet__plant_species_bg.jpg);
  }

  .plant_species_section .species_item:nth-child(4n) {
    margin: 0 20px 20px 0;
  }

  .plant_species_section .species_item:nth-child(2n) {
    margin: 0 0 20px 0;
  }

  /* about */

  .about_section .component_item {
    padding: 0 15px;
  }

  .about_section .component_item:first-child h3 {
    padding: 0 50px;
  }

  /* opinion */

  .opinion_section {
    padding: 43px 0 45px 0;
  }

  .opinion_section img {
    margin: 0 20px 0 0;
    width: 196px;
  }

  /* use */

  .use_section {
    padding: 43px 0 50px 0;
  }

  .use_section .step_item {
    display: table;
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
  }

  .use_section .step_item:last-child {
    margin: 0;
  }

  .use_section .step_item .image_block {
    display: table-cell;
    vertical-align: middle;
  }

  .use_section .step_item .number {
    top: 0;
    right: 0;
  }

  .use_section .step_item .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 30px;
    text-align: left;
  }

  .use_section .step_item h3 {
    margin: 0 0 7px 0;
    text-align: left;
  }

  /* reviews */

  .reviews_section {
 background-image: url(../images/tablet__plant_species_bg.jpg);
  }

  .reviews_section .review_item .image_block {
    width: 200px;
  }

  .reviews_section .review_item .text {
    border-radius: 0 25px 25px 25px;
  }

  /* advantages */

  .advantages_section .main_advantage {
    float: none;
    margin: 0 auto 40px auto;
  }

  .advantages_section .advantages_list {
    float: none;
    margin: 0 auto;
  }

  /* order steps */

  .order_steps_section {
    padding: 43px 0 30px 0;
  }

  .order_steps_section .step_item {
    margin: 0 20px 20px 0;
  }

  .order_steps_section .step_item:nth-child(even) {
    margin: 0 0 20px 0;
  }

  /* order */

  .order_section .order_content {
    height: 635px;
    background-image: url(../images/tablet__order_bg.jpg);
  }

  .order_section .titles_wrapper {
    float: none;
    width: 100%;
  }

  .order_section .title_block {
    display: block;
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    text-align: center;
  }

  .order_section .subtitle {
    margin: 0 0 14px 0;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .order_section form {
    background: none;
  }

  .order_section .discount {
    top: 225px;
    left: 10px;
  }

}

@media screen and (max-width: 639px) {

  /* styles */
  .video-container{
    width: 300px;
    height: 170px;
  }
  body {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper {
    width: 320px;
  }

  /* items list */

  .items_list .item {
    font-size: 16px;
    line-height: 20px;
  }

  /* price block */

  .price_block {
    width: 300px;
  }

  .price_block .price_item.old {
    padding: 14px 0 0 0;
  }

  .price_block .price_item.new {
    padding: 14px 0 0 0;
  }

  .price_block .price_item .text {
    font-size: 14px;
  }

  .price_block .price_item .value {
    margin: 3px 0 0 0;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.3px;
  }

  /* button */

  .button {
    width: 300px;
    font-size: 18px;
  }

  /* discount */

  .discount {
    padding: 22px 0 0 0;
    width: 86px;
    height: 86px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.14px;
  }

  .discount span {
    font-size: 25px;
  }

  /* titles */

  h2 {
    font-size: 20px;
    line-height: 24px;
  }

  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  /* header */

  header {
    height: 666px;
    background-image: url(../images/mobile__header_bg.jpg);
  }

  .header_content {
    padding: 0;
  }

  .header_content .wrapper {
    padding: 0;
    width: 100%;
  }

  .header_content .title_block {
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16px;
  }

  .header_content .title_block h1 {
    margin: 0 auto;
    width: 300px;
  }

  .header_content .subtitle {
    margin: 12px auto 210px auto;
    width: 300px;
    font-size: 14px;
    line-height: 20px;
  }

  .header_content ul {
    margin: 0 auto;
    width: 300px;
  }

  .header_content ul li {
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .header_content ul li:before {
    width: 24px;
    height: 24px;
    border: 2px solid #6c391c;
    background-size: 50%;
    margin-top: -14px;
  }

  .header_content .price_block {
    margin: 20px auto;
  }

  .header_content .button {
    margin: 0 auto;
  }

  .header_content .discount {
    top: 95px;
    right: 50%;
    margin-right: -10px;
  }

  /* results */

  .results_section {
    padding: 34px 0 0 0;
  }

  .results_section h2 {
    margin: 0 0 28px 0;
  }

  .results_section .description:last-of-type {
    margin: 18px auto 35px auto;
    font-size: 18px;
    line-height: 22px;
  }

  .results_section .result_item {
    margin: 0 0 35px 0;
  }

  .results_section .result_item .text {
    font-size: 18px;
    line-height: 22px;
  }

  /* plant species */

  .plant_species_section {
    padding: 34px 0 20px 0;
    background-image: none;
  }

  .plant_species_section h2 {
    margin: 0 0 35px 0;
  }

  .plant_species_section .species_item {
    margin: 0 0 20px 0;
  }

  .plant_species_section .species_item:nth-child(4n) {
    margin: 0 0 20px 0;
  }

  /* about */

  .about_section {
    padding: 34px 0 46px 0;
  }

  .about_section h2 {
    margin: 0 0 28px 0;
  }

  .about_section .description:last-of-type {
    margin: 18px auto 35px auto;
    font-size: 18px;
    line-height: 22px;
  }

  .about_section .component_item {
    margin: 0 0 35px 0;
    padding: 0;
    width: 100%;
  }

  .about_section .component_item:first-child h3 {
    padding: 0;
  }

  .about_section .button {
    margin: 0 auto;
  }

  /* opinion */

  .opinion_section {
    padding: 34px 0 35px 0;
    text-align: center;
  }

  .opinion_section h2 {
    margin: 0 0 35px 0;
  }

  .opinion_section img {
    float: none;
    margin: 0 0 23px 0;
    width: 300px;
  }

  .opinion_section .info p {
    margin: 0 0 18px 0;
  }

  /* use */

  .use_section {
    padding: 34px 0 35px;
  }

  .use_section .description {
    margin: 28px auto 35px auto;
  }

  .use_section .step_item {
    display: block;
    margin: 0 0 35px 0;
  }

  .use_section .step_item .image_block {
    display: block;
  }

  .use_section .step_item .text {
    display: block;
    padding: 0;
    text-align: center;
  }

  .use_section .step_item h3 {
    margin: 19px 0 7px 0;
    text-align: center;
  }

  /* reviews */

  .reviews_section {
    padding: 34px 0 40px 0;
    background-image: none;
  }

  .reviews_section h2 {
    margin: 0 0 35px 0;
  }

  .reviews_section .review_item {
    display: block;
    margin: 0 0 30px 0;
    text-align: center;
  }

  .reviews_section .review_item .image_block {
    display: block;
    width: 300px;
  }

  .reviews_section .review_item img {
    border-radius: 25px 25px 0 0;
  }

  .reviews_section .review_item .text {
    display: block;
    border-radius: 0 0 25px 25px;
  }

  /* advantages */

  .advantages_section {
    padding: 34px 0 10px 0;
  }

  .advantages_section h2 {
    margin: 0 0 35px 0;
  }

  .advantages_section .main_advantage {
    margin: 0 auto 30px auto;
    padding: 25px 20px;
    width: 300px;
    height: 535px;
    background-position: center 305px;
    background-size: 260px auto;
  }

  .advantages_section .main_advantage h3 {
    margin: 0 0 13px 0;
  }

  .advantages_section .advantages_list {
    width: 300px;
  }

  .advantages_section .advantage_item {
    margin: 0 0 30px 0;
  }

  .advantages_section .advantage_item:first-child {
    margin: 0 0 30px 0;
  }

  .advantages_section .advantage_item:nth-child(even) {
    margin: 0 0 30px 0;
  }

  .advantages_section .advantage_item p {
    padding: 8px 10px 9px 10px;
  }

  /* order steps */

  .order_steps_section {
    padding: 34px 0 20px 0;
  }

  .order_steps_section h2 {
    margin: 0 0 35px 0;
  }

  .order_steps_section .step_item {
    margin: 0 0 20px 0;
  }

  .order_steps_section .step_item:first-child .text {
    padding: 40px 10px 20px 10px;
  }

  /* order */

  .order_section .wrapper {
    padding: 0;
    width: 100%;
  }

  .order_section .order_content {
    padding: 0;
    height: auto;
    background-image: url(../images/mobile__order_bg.jpg);
    background-position: center -35px;
  }

  .order_section .title_block {
    margin: 0 0 12px 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16px;
  }

  .header_content .title_block h5 {
    margin: 0 auto;
    width: 300px;
  }

  .order_section .subtitle {
    margin: 0 auto 215px auto;
    width: 300px;
    font-size: 16px;
    line-height: 22px;
  }

  .order_section .info {
    float: none;
    width: 100%;
  }

  .order_section .price_block {
    margin: 0 auto 20px auto;
  }

  .order_section .price_block .price_item.old {
    border-radius: 25px 0px 0px 25px;
  }

  .order_section .price_block .price_item.new {
    border-radius: 0 25px 25px 0;
  }

  .order_section form {
    padding: 21px 0 31px 0;
    height: auto;
    background-color: #8bbf22;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.06)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06) 0%, transparent 100%);
  }

  .order_section .timer_block {
    margin: 0 0 20px 0;
  }

  .order_section .discount {
    top: 115px;
    left: 50%;
    margin-left: -75px;
  }

}

option {
    text-align: center;
}

.errorMessage{
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #DC3434;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 13px;
    padding: 8px 12px;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; }
.copyright img:first-child { display: block!important; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }