/* 
Natusana Parusan CSS style
Version: no version
 */

@charset "UTF-8";
@font-face {
  font-family: "AlegreyaSans-Bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/AlegreyaSans-Bold/AlegreyaSans-Bold.eot");
  src: url("../fonts/AlegreyaSans-Bold/AlegreyaSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AlegreyaSans-Bold/AlegreyaSans-Bold.woff") format("woff"), url("../fonts/AlegreyaSans-Bold/AlegreyaSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "CenturyGothic-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/CenturyGothic/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic.ttf") format("truetype");
}

@font-face {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/CenturyGothic-Bold/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic-Bold/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold/CenturyGothic-Bold.ttf") format("truetype");
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -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;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 1.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus {
  outline: none;
}

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

*:-moz-placeholder {
  color: #cdcdcd;
  opacity: 1;
}

*::-moz-placeholder {
  color: #cdcdcd;
  opacity: 1;
}

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

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html,
body {
  height: 100%;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "CenturyGothic-Regular", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #292929;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.btnz {
  background-color: #ffcc00;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 204, 0, 0.85);
  box-shadow: 0px 0px 20px 0px rgba(255, 204, 0, 0.85);
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: none;
  border-bottom: 2px solid #e6b800;
  display: inline-block;
  font-family: "CenturyGothic-Bold", sans-serif;
  font-size: 15px;
  padding: 0 15px;
}

.btnz:hover {
  background-color: #ffd11a;
  outline: none;
  text-decoration: none;
  color: #000;
}

.btnz:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}

.btnz:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #000;
}

button.btnz {
  line-height: 1.2;
}

.form-border {
  border: 2px solid #007f3a;
}

.section-heading {
  font-size: 36px;
  margin-bottom: 3rem;
  font-family: "CenturyGothic-Regular", sans-serif;
  text-align: center;
}

.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.video__overlay-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.video__link {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  z-index: 10;
}

.video__link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video__link:hover+.video__link-overlay {
  width: 500vh;
  height: 500vh;
}

.video__link-overlay {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  background-color: rgba(255, 204, 0, 0.1);
  -webkit-transition: width 0.25s, height 0.25s;
  -o-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
}

.video__link-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 5;
}

section {
  overflow-x: hidden;
}

.header {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), color-stop(50%, #f1eff2), to(#edebee));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #f1eff2 50%, #edebee 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #f1eff2 50%, #edebee 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #f1eff2 50%, #edebee 100%);
  padding-bottom: 50px;
  overflow: hidden;
}
.header__side-items-wrap{
  text-align: right;
}

.header .container {
  position: relative;
  z-index: 1;
}

.header__flowers-bg {
  position: absolute;
  bottom: 0px;
  max-width: 100%;
}

.header__flowers-bg-left {
  left: 0;
}

.header__flowers-bg-right {
  right: 0;
}

.header__product-image {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-top: 30px;
}

.header__product-leaf-image {
  position: absolute;
  bottom: -40%;
  left: 0;
  z-index: 1;
}

.header__topline {
  position: relative;
  padding: 30px 0;
}

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

.topline__logo-image {
  margin-bottom: 10px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.topline__logo-text {
  display: inline-block;
  line-height: 1.2;
  margin-left: 20px;
  font-size: 16px;
  font-family: "CenturyGothic-Regular", sans-serif;
  color: #007f3a;
}

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

.topline__contacts-link {
  display: block;
  font-size: 22px;
  font-family: "CenturyGothic-Regular", sans-serif;
  margin-bottom: 5px;
  color: #292929;
}

.topline__contacts-link:hover {
  color: #ffcc00;
  outline: none;
  text-decoration: none;
}

.topline__contacts-link:focus {
  outline: none;
  text-decoration: none;
  color: #ffcc00;
}

.topline__contacts-time {
  font-size: 14px;
  display: block;
}

.header__heading {
  font-size: 42px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.header__list {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.header__item {
  font-size: 18px;
  width: 25%;
  display: inline-block;
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}

.header__item:nth-of-type(1) {
  width: 22%;
}

.header__item:nth-of-type(2) {
  width: 28%;
}

.header__item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
  width: 12px;
  height: 12px;
  background-color: #007f3a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.header__item span {
  font-family: "CenturyGothic-Bold", sans-serif;
}

.main-form {
  margin-top: 20px;
}

.main-form__wrap {
  position: relative;
  background-color: #f7f6f8;
  padding: 25px;
  margin-top: 50px;
}

.main-form__label {
  position: absolute;
  right: -24px;
  top: -40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: url(../img/header/label-bg.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  text-align: center;
}

.main-form__text {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.main-form__text-under {
  font-size: 12px;
  margin-top: 0;
}

.main-form__text span {
  font-family: "CenturyGothic-Bold", sans-serif;
}

.main-form__input {
  border: none;
  border-bottom: 2px solid #7b7b7b;
  padding: 7px 0;
  font-family: "CenturyGothic-Regular", sans-serif;
  width: 165px;
  font-size: 14px;
  background-color: #f7f6f8;
}

.main-form__input:focus {
  outline: none;
  border-bottom-color: #007f3a;
}

.main-form__input-placeholder {
  font-size: 12px;
  color: #646466;
  display: block;
  text-transform: uppercase;
}

.main-form__input-wrap {
  display: inline-block;
  margin-right: 20px;
}

.main-form__bottom {
  background-color: #f7f6f8;
  padding: 0 25px 25px;
  margin: 15px -24px -25px;
}

.main-form__bottom-left {
  float: left;
}

.main-form__bottom-right {
  float: right;
  padding-top: 7px;
}

.main-form__attention-image {
  max-width: 100%;
  display: inline-block;
  margin-right: 0px;
  vertical-align: top;
  padding-top: 4px;
}

.main-form__attention-text {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-top: 7px;
}

.main-form__attention-text span {
  font-family: "CenturyGothic-Bold", sans-serif;
}

.main-form__attention-text span:first-child {
  font-family: "CenturyGothic-Regular", sans-serif;
}

.main-form__sold {
  margin: 0;
  font-size: 14px;
  font-family: "CenturyGothic-Bold", sans-serif;
}

.main-form__btn {
  vertical-align: top;
}

.label__price-before {
  font-size: 18px;
  font-family: "CenturyGothic-Regular", sans-serif;
  text-decoration: line-through;
  color: #000;
  margin: 12px 0 0px 0;
}

.label__price-current {
  color: #000;
  font-size: 18px;
  margin: 0;
}

.label__price-current span {
  font-size: 24px;
  font-family: "CenturyGothic-Bold", sans-serif;
}

.header__tester-form{
  margin-top: 20px;
  padding: 20px;
  background-color: #f7f6f8;
  display: inline-block;
}

.tester__form-heading{
  font-size: 24px;
  margin-bottom: 10px;
}

.tester__form-input{
  width: 30%;
  margin: 0 10px;
}

.tester__form-btn{
  display: block;
  margin: 20px auto 0;
}

.tester__form input.error{
  border-bottom-color: red;
}

.section2 {
  padding: 50px 0;
}

.section2__heading {
  margin-bottom: 40px;
  margin-top: 0;
}

.section2__slider {
  width: 80%;
  margin: 0 auto;
}

.section2__slider-wrap {
  position: relative;
}

.section2__slider-item {
  width: 320px;
  margin: 0 25px 0;
  position: relative;
  overflow: hidden;
}

.section2__slider-item:after {
  display: block;
  width: 50px;
  height: 20px;
  background: url(../img/result-slider/arrow.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  right: -50px;
  bottom: 15px;
}

.section2__slider-item:nth-child(4) p:after {
  display: none;
}

.section2__slider-item:hover .section2__slider-image {
  -webkit-transform: scale(1.1) rotate(-3deg);
  -ms-transform: scale(1.1) rotate(-3deg);
  transform: scale(1.1) rotate(-3deg);
}

.section2__slider-image {
  max-width: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.section2__slider-image-wrap {
  overflow: hidden;
}

.section2__slider-text {
  margin: 0;
  width: 100%;
  background-color: #f0f0f0;
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  position: relative;
  text-transform: uppercase;
}

.section2__slider-arrow {
  line-height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.section2__slider-arrow:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.section2__slider-arrow:focus {
  outline: none;
  text-decoration: none;
}

.section2__slider-arrow:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

.section2__slider-arrow img {
  display: inline-block;
}

.section2__slider-arrow__left {
  left: 0;
}

.section2__slider-arrow__right {
  right: 0;
}

.section2__slider .slick-dots {
  padding: 40px 0 0;
  margin: 0;
  text-align: center;
}

.section2__slider .slick-dots li {
  list-style-type: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #007f3a;
  margin: 0 3px;
}

.section2__slider .slick-dots li.slick-active {
  background-color: #007f3a;
}

.section2__slider .slick-dots li button {
  color: transparent;
  background-color: transparent;
  border: none;
}

.section2__slider .slick-dots li button:focus,
.section2__slider .slick-dots li button:hover {
  outline: none;
  text-decoration: none;
}

.section3 {
  padding: 50px 0 30px 0;
  background: white;
  -webkit-background-size: cover;
  background-size: cover;
}

.section3__item {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 40px;
  list-style-type: none;
  position: relative;
  padding-left: 60px;
}

@media (min-width: 1280px) and (max-width: 1359px) {
	.section3__item {
		font-size: 1.7rem;
	}
}	


.section3__item-list {
  padding-left: 0;
}

.section3__item::before {
  content: '';
  display: inline-block;
  height: 46px;
  width: 44px;
  position: absolute;
  left: 0;
  top: 0;
}

.section3__item:before {
  background: url(../img/3section/icon-sprite.svg) no-repeat;
  -webkit-background-size: 117px 311px;
  background-size: 117px 311px;
}

.section3__item:hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.section3__item:nth-of-type(1):before {
  background-position: -5px -3px;
}

.section3__item:nth-of-type(2):before {
  background-position: -5px -66px;
}

.section3__item:nth-of-type(3):before {
  background-position: -5px -135px;
}

.section3__item:nth-of-type(4):before {
  background-position: -5px -198px;
}

.section3__item:nth-of-type(5):before {
  background-position: -5px -261px;
}

.section3__item-list-right .section3__item:nth-of-type(1):before {
  background-position: -65px -3px;
}

.section3__item-list-right .section3__item:nth-of-type(2):before {
  background-position: -65px -66px;
}

.section3__item-list-right .section3__item:nth-of-type(3):before {
  background-position: -65px -135px;
}

.section3__item-list-right .section3__item:nth-of-type(4):before {
  background-position: -65px -198px;
}

.section3__item-list-right .section3__item:nth-of-type(5):before {
  background-position: -65px -261px;
}

html.no-svg .section3__item:before {
  background: url(../img/3section/icon-sprite.png) no-repeat;
}

html.no-svg .section3__item:nth-of-type(1):before {
  background-position: -5px -3px;
}

html.no-svg .section3__item:nth-of-type(2):before {
  background-position: -5px -66px;
}

html.no-svg .section3__item:nth-of-type(3):before {
  background-position: -5px -135px;
}

html.no-svg .section3__item:nth-of-type(4):before {
  background-position: -5px -198px;
}

html.no-svg .section3__item:nth-of-type(5):before {
  background-position: -5px -261px;
}

html.no-svg .section3__item-list-right .section3__item:nth-of-type(1):before {
  background-position: -65px -3px;
}

html.no-svg .section3__item-list-right .section3__item:nth-of-type(2):before {
  background-position: -65px -66px;
}

html.no-svg .section3__item-list-right .section3__item:nth-of-type(3):before {
  background-position: -65px -135px;
}

html.no-svg .section3__item-list-right .section3__item:nth-of-type(4):before {
  background-position: -65px -198px;
}

html.no-svg .section3__item-list-right .section3__item:nth-of-type(5):before {
  background-position: -65px -261px;
}

.section4 {
  padding: 50px 0px;
}

.section4__video-wrap {
  position: relative;
  height: 520px;
}

.section4__btn {
  display: block;
  margin: 50px auto 0;
  width: 310px;
}

.section5 {
  padding: 50px 0 300px;
  background: url(../img/result/bg.jpg) no-repeat center right;
  -webkit-background-size: cover;
  background-size: cover;
}

.section5__heading {
  margin-top: 0;
  text-align: left;
}

.section5__main-list {
  margin: 0;
}

.section5__main-item {
  list-style-type: none;
}

.section5__main-number {
  font-size: 48px;
  color: #007f3a;
  opacity: 0.5;
  margin-right: 10px;
  font-family: "CenturyGothic-Bold", sans-serif;
}

.section5__list {
  margin: 40px 0 0;
  padding: 0px 0 0 80px;
  font-size: 0;
}

.section5__item {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  width: 50%;
  vertical-align: top;
  margin-bottom: 20px;
  font-family: "CenturyGothic-Bold", sans-serif;
  display: inline-block;
}

.section5__item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: #007f3a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.section6 {
  padding: 50px 0;
}

.section6__heading {
  margin-bottom: 35px;
  margin-top: 0;
}

.section6__main-text {
  margin: 0;
}

.section6__main-text:first-of-type {
  margin-bottom: 20px;
  line-height: 2.6rem;
}

.section6__main-text-wrap {
  position: relative;
  border: 2px solid #007f3a;
  padding: 40px 25px;
  width: 100%;
}

.section6__main-text-image {
  position: absolute;
  bottom: -65px;
  right: -130px;
  display: inline-block;
  max-width: 100%;
}

.section6-composition__heading {
  text-align: center;
  font-size: 24px;
  margin-top: 45px;
  margin-bottom: 25px;
}

.section6-composition__list {
  padding: 0;
  margin: 99px 0 0;
}

.section6-composition__list.list-right {
  margin-left: -15px;
}

.section6-composition__list.list-left {
  margin-right: -15px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.section6-composition__list.list-left {
		font-size: 1.4rem;
	}
}	

.section6-composition__item {
  list-style-type: none;
  position: relative;
}

.section6-composition__item:nth-of-type(1) {
  margin-bottom: 25px;
}

.section6-composition__item:nth-of-type(2) {
  margin-bottom: 36px;
}

.section6-composition__item:nth-of-type(3) {
  margin-bottom: 36px;
}

.section6-composition__item:nth-of-type(4) {
  margin-bottom: 24px;
}

.section6-composition__item:nth-of-type(5) {
  margin-bottom: 16px;
}

.section6-composition__main-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.section6-composition__item.item-left {
  text-align: right;
}

.section6-composition__item.item-left:nth-of-type(1) {
  right: -38px;
  width: 185px;
}

.section6-composition__item.item-left:nth-of-type(2) {
  right: 5px;
  width: 200px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.section6-composition__item.item-left:nth-of-type(2) {
		right: -95px !important;
	}
}	

.section6-composition__item.item-left:nth-of-type(3) {
  right: 0px;
  margin-bottom: 2.3rem;
  margin-top: -1rem;

}

@media (min-width: 768px) and (max-width: 992px) {
	.section6-composition__item.item-left:nth-of-type(3) {
    right: 0px;
    margin-bottom: 3.2rem;
    margin-top: 2.5rem;

	}
}

.section6-composition__item.item-left:nth-of-type(4) {
  right: -12px;
}

.section6-composition__item.item-left:nth-of-type(5) {
  right: -35px;
}

.section6-composition__item.item-left:nth-of-type(6) {
  right: -68px;
}

.section6-composition__item.item-right:nth-of-type(1) {
  left: -38px;
}

.section6-composition__item.item-right:nth-of-type(2) {
  left: -15px;
}

.section6-composition__item.item-right:nth-of-type(3) {
  left: 0px;
}

.section6-composition__item.item-right:nth-of-type(4) {
  left: -12px;
}

.section6-composition__item.item-right:nth-of-type(5) {
  left: -35px;
}

.section6-composition__item.item-right:nth-of-type(6) {
  left: -68px;
}

.section6-composition-right-line,
.section6-composition-left-line {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  display: inline-block;
}

.section6-composition-right-line {
  right: 0;
}

.section6-composition-left-line {
  left: 0;
}

.section6-btn {
  display: block;
  margin: 70px auto 0;
  width: 300px;
}

.section8 {
  padding: 70px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1eff2), to(#eeecef));
  background: -webkit-linear-gradient(top, #f1eff2 0%, #eeecef 100%);
  background: -o-linear-gradient(top, #f1eff2 0%, #eeecef 100%);
  background: linear-gradient(to bottom, #f1eff2 0%, #eeecef 100%);
  position: relative;
}

.section8__form-wrap {
  text-align: center;
  background-color: #f7f6f8;
  padding: 25px 25px 80px;
  border: 2px solid #007f3a;
}

.section8__form-wrap * {
  position: relative;
  z-index: 10;
}

.section8__form-wrap .main-form {
  text-align: left;
}

.section8__form-wrap .main-form .main-form__input-wrap {
  margin-right: 40px;
}

.section8__form-text {
  margin-bottom: 35px;
  text-align: left;
}

.section8__form-heading {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
}

.section8__bg-leef {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.section10 {
  padding: 50px 0 30px;
}

.section10 .header__heading {
  margin-top: 0;
}

.section11 {
  padding: 50px 0;
}

.section11__col-padding {
  padding: 0 80px;
}

.section11__heading {
  margin-bottom: 40px;
  margin-top: 0;
}

.section11__heading-under {
  font-size: 30px;
  text-align: center;
  margin: 0 0 60px;
}

.section11__item-number {
  font-family: "AlegreyaSans-Bold", sans-serif;
  font-size: 200px;
  display: inline-block;
  color: #007f3a;
  line-height: 1;
  float: left;
}

.section11__item-image {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  float: right;
  width: 130px;
}

.section11__item-image-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.section11__item-heading {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section11__item-text {
  text-align: left;
  margin: 0;
  font-size: 16px;
}

.section11__item-text-bold {
  font-size: 16px;
  font-family: "CenturyGothic-Bold", sans-serif;
  text-align: left;
}

.section11__bottom {
  margin-top: 110px;
}

.section11__bottom-images {
  position: relative;
}

.section11__bottom-text {
  margin: 0;
  font-size: 24px;
  color: #007f3a;
  text-align: center;
}

.section11__bottom-arrow {
  position: absolute;
  top: -120px;
  right: -160px;
}

.section11__bottom-arrow.arrow-left {
  left: -165px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.section11-show-xs {
  display: none;
}

.how-use {
  padding: 50px 0;
}

.how-use__col-padding {
  padding: 0 40px;
}

.how-use__number {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
  vertical-align: top;
  text-align: center;
  background: url(../img/how-to-use/num-bg.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  float: left;
  font-family: "CenturyGothic-Bold", sans-serif;
}

.how-use__bottom {
  font-size: 0;
}

.how-use__image {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}

.how-use__image-wrap {
  padding: 20px;
  border: 2px solid #007f3a;
  margin-bottom: 25px;
}

.how-use__text {
  text-align: left;
  margin: 0;
  font-size: 18px;
}

.how-use__text-heading {
  font-family: "CenturyGothic-Bold", sans-serif;
  font-size: 18px;
  margin: 0 0 5px;
  line-height: 1;
}

.how-use__text-wrap {
  display: inline-block;
  width: 85%;
  padding-left: 20px;
}

.section12__heading {
  margin-top: 0;
}

.section12 {
  padding: 50px 0 70px;
}

.section12__video-wrap {
  height: 310px;
  position: relative;
}

.section12__video-wrap .video__overlay img {
  max-width: 100%;
}

.section12__feed-wrap {
  border: 2px solid #007f3a;
  margin-top: 40px;
  background-color: #fff;
  cursor: pointer;
}

.section12__feed-wrap:hover {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 127, 58, 0.4);
  box-shadow: 0px 4px 15px 0px rgba(0, 127, 58, 0.4);
}

.section12__feed-text {
  margin: 0;
  padding: 15px;
}

.section12__feed-autor {
  margin: 0;
  padding: 15px;
  border-bottom: 2px solid #00b251;
  font-family: "CenturyGothic-Bold", sans-serif;
}

.section13 {
  background-image: url(../img/qwestions2/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  min-height: 740px;
  padding: 80px 0;
}

.section13__heading {
  margin-top: 0;
}

.qwestions-accordeon__link {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
}

.qwestions-accordeon__link.open .qwestions-accordeon__link-arrow {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.qwestions-accordeon__link-arrow {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  -o-transition: transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}

.qwestions-accordeon__heading {
  font-size: 20px;
  font-family: "CenturyGothic-Regular", sans-serif;
  margin: 0;
}

.qwestions-accordeon__item {
  padding: 0px 65px 10px 25px;
  position: relative;
  cursor: pointer;
}

.qwestions-accordeon__item::after {
  content: '';
  display: block;
  border-bottom: 1px solid #f1f1f3;
}

.qwestions-accordeon__item-answer {
  margin: 10px 0;
  overflow: hidden;
  display: none;
}

.qwestions-accordeon__item-number {
  position: absolute;
  left: 0;
  top: 0px;
  color: #007f3a;
  font-size: 20px;
  font-family: "CenturyGothic-Bold", sans-serif;
}

.qwestions-accordeon__wrap {
  background-color: #fff;
  width: 675px;
  margin: 0 auto;
  padding: 30px 30px 20px;
}

.qwestion-5::after {
  border-bottom: none;
  padding-bottom: 0;
}

.section14 {
  padding: 30px 0 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), color-stop(50%, #f1eff2), to(#edebee));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #f1eff2 50%, #edebee 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #f1eff2 50%, #edebee 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #f1eff2 50%, #edebee 100%);
}

.section14 .header__heading {
  margin-top: 0;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}

.footer a {
  color: #007f3a;
  text-decoration: underline;
  outline: none;
  font-family: "CenturyGothic-Bold", sans-serif;
}

.footer a:hover {
  color: #009946;
  text-decoration: none;
  outline: none;
}

.footer a:focus {
  outline: none;
  text-decoration: underline;
}

.footer__company {
  padding-top: 6px;
}

.company__link {
  display: inline-block;
  margin-top: 10px;
}

.footer__map-link {
  padding-top: 8px;
  display: inline-block;
}

.footer__pharma-btn-wrap{
  text-align: left;
  padding: 5px 0 0 10px;
}

.footer__pharma-btn-wrap a{
  display: inline-block;
  padding: 0px 25px;
  background-color: #009946;
  color: #fff;
  text-align: center;
  border-radius: 22px;
  text-decoration: none;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.footer__pharma-btn-wrap a:hover{
  text-decoration: none;
  color: #fff;
}

.footer__social-wrap {
  line-height: 85px;
}

.social-link {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  font-size: 20px;
  position: relative;
  color: #007f3a !important;
  margin: 0 4px;
  border: 2px solid #007f3a;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.social-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer__dev-text {
  text-align: right;
  margin: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: rgba(18, 18, 18, 0.5);
  z-index: 12;
}

.popup-close-btn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

.popup-more {
  display: none;
}

.popup-more__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 15;
  padding: 30px 20px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.popup-more__text {
  margin-top: 0;
  margin-bottom: 10px;
}

.popup-more__list {
  margin: 0;
  padding: 0;
}

.popup-more__list li {
  list-style-type: none;
  margin-bottom: 10px;
}

.popup-form-block {
  display: none;
}

.popup-form__heading {
  font-size: 22px;
  font-family: "CenturyGothic-Regular", sans-serif;
  text-align: center;
  margin-top: 0;
}

.popup-form__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #f7f6f8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 15;
  padding: 30px;
}

.popup-form__container .main-form__input-wrap {
  display: block;
  margin-right: 0;
  margin-bottom: 20px;
}

.popup-form__container .main-form__input-wrap .main-form__input {
  width: 100%;
}

.popup-form__container .main-form__btn {
  width: 100%;
}

.popup-more__text-wrap {
  height: 100%;
  overflow-y: auto;
}

.thanks__header {
  min-height: 100vh;
  width: 100vw;
}

.thanks__header .container {
  height: 100%;
}

.thanks__wrapper {
  margin-top: 50px;
}

.thanks__bold {
  font-family: "CenturyGothic-Bold", sans-serif;
}

.thanks__back-link {
  color: #27b5b7;
  display: block;
  margin: 0px 0 30px;
  text-decoration: underline;
}

.thanks__back-link:hover {
  text-decoration: none;
  color: #27b5b7;
}

.thanks__back-link img {
  margin-right: 10px;
  display: inline-block;
}

.thanks__heading {
  margin-bottom: 20px;
  margin-top: 0;
}

.thanks__topline {
  position: relative;
  z-index: 20;
}

.thanks-action__wrapper {
  background-color: #fff;
  padding: 15px 30px;
  border: 2px solid #007f3a;
}

.thanks-action__heading {
  font-size: 24px;
  margin-bottom: 15px;
}

.thanks-action__text {
  font-size: 16px;
}

.thanks-action__product-wrapper {
  margin-top: 15px;
  padding-left: 50px;
}

.thanks-action__product-image {
  max-width: 100%;
  display: inline-block;
  float: left;
  height: 200px;
  margin-right: 20px;
}

.thanks-action__product-heading {
  font-size: 24px;
  margin-bottom: 10px;
}

.thanks-action__product-price {
  margin-bottom: 15px;
}

.thanks-action__product-prop {
  font-size: 16px;
  line-height: 1.6;
}

.thanks-action__product-form {
  margin-top: 20px;
}

.thnaks__bold-instagam {
  font-family: "CenturyGothic-Bold", sans-serif;
  font-size: 20px;
}

.thanks__time {
  font-family: "CenturyGothic-Regular", sans-serif;
}

.thanks__tel-link {
  color: #292929;
  text-decoration: none;
  font-size: 20px;
  font-family: "CenturyGothic-Bold", sans-serif;
}

.thanks__tel-link:hover {
  color: #ffcc00;
  text-decoration: underline;
  outline: none;
}

.thanks__tel-link:focus {
  color: #ffcc00;
  text-decoration: none;
  outline: none;
  display: block;
  text-align: left;
}

.thanks__btn {
  background-color: #aa61e5;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(170, 97, 229, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(170, 97, 229, 0.25);
  border-bottom-color: #9e4be1;
}

.thanks__btn i {
  margin-right: 10px;
  display: inline-block;
  font-size: 30px;
  vertical-align: sub;
}

.thanks__btn:hover {
  background-color: #b16ee7;
  outline: none;
  text-decoration: none;
}

.thanks__btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.thanks-final-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  z-index: 999;
  display: none;
}

.thanks-final-popup-text {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  font-size: 26px;
  font-family: "CenturyGothic-Bold", sans-serif;
  text-align: center;
}


/*==========  Desktop First  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .section12__video-wrap {
    height: 275px;
  }
  .header__heading br {
    display: none;
  }
  .header__item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .header__item:nth-of-type(1),
  .header__item:nth-of-type(2) {
    width: 50%;
  }
  .main-form__input {
    width: 190px;
  }
  .header__content .main-form__input-wrap {
    margin-right: 0;
    width: 49%;
  }
  .header__content .main-form__btn {
    display: block;
    margin: 20px auto 0 0;
  }
  .label__price-before {
    margin: 10px 0 0 0;
  }
  .header__product-image {
    padding-top: 150px;
  }
  .section4__video-wrap {
    height: 470px;
  }
  .section5 {
    padding-bottom: 315px;
    background-position: 0 0;
  }
  .section6-composition__item.item-left {
    text-align: right;
  }
  .section6-composition__item.item-left:nth-of-type(1) {
    right: -78px;
  }
  .section6-composition__item.item-left:nth-of-type(2) {
    right: -55px;
  }
  .section6-composition__item.item-left:nth-of-type(3) {
    right: -40px;
  }
  .section6-composition__item.item-left:nth-of-type(4) {
    right: -52px;
  }
  .section6-composition__item.item-left:nth-of-type(5) {
    right: -75px;
  }
  .section6-composition__item.item-left:nth-of-type(6) {
    right: -108px;
  }
  .section6-composition__item.item-right:nth-of-type(1) {
    left: -78px;
  }
  .section6-composition__item.item-right:nth-of-type(2) {
    left: -55px;
  }
  .section6-composition__item.item-right:nth-of-type(3) {
    left: -40px;
  }
  .section6-composition__item.item-right:nth-of-type(4) {
    left: -52px;
  }
  .section6-composition__item.item-right:nth-of-type(5) {
    left: -75px;
  }
  .section6-composition__item.item-right:nth-of-type(6) {
    left: -108px;
  }
  .section6-composition-left-line {
    left: 100px;
  }
  .section6-composition-right-line {
    right: 100px;
  }
  .section6__image {
    width: auto;
    max-width: 100%;
    padding-top: 40px;
  }
  .section6__elem-1 .section6__elem-heading:after {
    width: 310px;
  }
  .section6__elem-2 .section6__elem-heading:after {
    width: 225px;
  }
  .section6__elem-3 .section6__elem-heading:after {
    width: 410px;
  }
  .section6__elem-4 .section6__elem-heading:after {
    width: 150px;
    left: -170px;
  }
  .section7__item-border-image {
    right: -30px;
  }
  .section6__sticker {
    padding: 27px 0;
    width: 135px;
    height: 135px;
    line-height: 1.2;
  }
  .section9__text {
    margin-top: 10px;
  }
  .section9__text::before {
    top: -10px;
  }
  .section9__text::after {
    bottom: -10px;
  }
  .section9__btn {
    margin-top: 17px;
  }
  .section11__item-heading {
    margin: 0;
  }
  .section11__item-text br {
    display: none;
  }
  .section11__col-padding {
    padding: 0 45px;
  }
  .social-link {
    margin: 0;
  }
  .section13 {
    min-height: 700px;
    height: auto;
  }
  .main-form__sold {
    position: relative;
    left: 10px;
    top: 2px;
  }
  .how-use__col-padding {
    padding: 0 15px;
  }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .header__product-leaf-image {
    display: none;
  }
  .header__product-image {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
  }
  .header-first {
    position: relative;
    top: 450px;
  }
  .header-second {
    position: relative;
    top: 20px;
  }
  .main-form__wrap {
    width: 100%;
  }
  .section3__image {
    display: block;
    margin: 0 auto;
  }
  .section4__video-wrap {
    height: 380px;
  }
  .section6-composition__item.item-left {
    text-align: right;
  }
  .section6-composition__item.item-left:nth-of-type(1) {
    right: -38px;
  }
  .section6-composition__item.item-left:nth-of-type(2) {
    right: -15px;
	width: auto;
	margin-top: 2.9rem;
    margin-bottom: 2rem !important;
	
  }
  .section6-composition__item.item-left:nth-of-type(3) {
    right: -4px;
  }
  .section6-composition__item.item-left:nth-of-type(4) {
    right: -18px;
  }
  .section6-composition__item.item-left:nth-of-type(5) {
    right: -40px;
    margin-bottom: 2rem;
    margin-top: 2.8rem;
	
  }
  .section6-composition__item.item-left:nth-of-type(6) {
    right: -70px;
  }
  .section6-composition__item.item-right:nth-of-type(1) {
    left: -38px;
  }
  .section6-composition__item.item-right:nth-of-type(2) {
    left: -15px;
	margin-top: 2.9rem;
  }
  .section6-composition__item.item-right:nth-of-type(3) {
    left: -4px;
	margin-top: 3.6rem;
  }
  .section6-composition__item.item-right:nth-of-type(4) {
    left: -18px;
	margin-top: 3.99rem;
  }
  .section6-composition__item.item-right:nth-of-type(5) {
    left: -40px;
	margin-top: 2.6rem;
  }
  .section6-composition__item.item-right:nth-of-type(6) {
    left: -70px;
  }
  .section6-composition__item:nth-of-type(1) {
    margin-bottom: 22px;
  }
  .section6-composition__item:nth-of-type(2) {
    margin-bottom: 33px;
  }
  .section6-composition__item:nth-of-type(3) {
    margin-bottom: 37px;
  }
  .section6-composition__item:nth-of-type(4) {
    margin-bottom: 24px;
  }
  .section6-composition__item:nth-of-type(5) {
    margin-bottom: 16px;
  }
  .section6-composition-left-line {
    left: 50px;
  }
  .section6-composition-right-line {
    right: 50px;
  }
  .section6-composition__list {
    margin-top: 94px;
	font-size: 1.4rem;
  }
  .section8__form-wrap .main-form .main-form__input-wrap {
    margin-right: 6px;
  }
  .section11__col-padding {
    padding: 0 15px;
  }
  .section11__bottom-arrow {
    max-width: 60%;
  }
  .section11__bottom-arrow {
    top: -100px;
  }
  .how-use__text-wrap {
    display: block;
    width: 100%;
    padding: 0;
  }
  .how-use__number {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 35px;
    height: 35px;
    padding: 5px 0 0 0;
  }
  .how-use__image-wrap {
    margin-bottom: 10px;
  }
  .section12__video-wrap {
    height: 225px;
  }
  .section13 {
    padding-top: 0;
  }
  .section13 {
    min-height: 600px;
  }
  .section6__elem-4 {
    margin-top: 65px;
  }
  .section6__label {
    margin-top: 80px;
  }
  .section6__elem-1 .section6__elem-heading:after {
    width: 205px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position-x: right;
    right: -80px;
  }
  .section6__elem-2 .section6__elem-heading:after {
    width: 125px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position-x: right;
    right: -130px;
  }
  .section6__elem-3 .section6__elem-heading:after {
    width: 250px;
    left: 95px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position-x: right;
  }
  .section6__elem-4 .section6__elem-heading:after {
    width: 70px;
    left: -90px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position-x: left;
  }
  .section6__elem-5 .section6__elem-heading:after {
    -webkit-background-size: cover;
    background-size: cover;
    background-position-x: left;
  }
  .section6 {
    padding: 30px 0;
  }
  .section7 {
    padding-top: 30px;
  }
  .section7__item-border-image {
    display: none;
  }
  .section7__image {
    width: 100%;
  }
  .section7__item-border::before {
    display: none;
  }
  .section9__video-wrap {
    height: 380px;
  }
  .section9__doctor {
    margin: 30px 0 20px;
  }
  .section12__video-wrap {
    height: 250px;
  }
  .section12__feed-wrap .section12__author-image {
    margin-right: 20px;
  }
  .section14 .header__product-image,
  .section14 .header__flowers-bg {
    display: none;
  }
  .section14 .header__heading {
    margin-top: 0;
  }
  .section10 .header__product-image,
  .section10 .header__flowers-bg {
    display: none;
  }
  .section10 .header__heading {
    margin-top: 0;
  }
  .footer__map-link {
    text-align: right;
    display: block;
  }
  .section9__text::before,
  .section9__text::after {
    display: none;
  }
  .section13 {
    height: auto;
    background-image: none;
  }
  .section13 .qwestions-accordeon__wrap {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  .section11__item-image {
    margin-left: -10px;
  }
  .thanks__wrapper {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 0;
  }
  .thanks__wrapper .header__heading {
    font-size: 38px;
  }
  .thanks__wrapper .header-second,
  .thanks__wrapper .header__flowers-bg {
    display: none;
  }
  .header-first {
    top: 0;
  }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
  .topline__contacts,
  .topline__logo {
    float: none;
    text-align: center;
  }
  .header__heading {
    font-size: 30px;
  }
  .header-first {
    top: 0;
  }
  .main-form__input {
    display: block;
    width: 100%;
    margin: 0 0 20px -0px;
  }
  form .btn,
  .main-form__input-wrap,
  .header__content .main-form__input-wrap {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .section11__bottom-images img {
    display: block;
    margin: 0 auto 20px;
  }
  .section11__col-padding {
    padding-top: 20px;
  }
  .section11-show-xs {
    display: block;
  }
  .how-use__number {
    width: 50px;
    height: 50px;
    padding-top: 11px;
    margin-bottom: 10px;
  }
  .section6-btn {
    margin-top: 30px;
  }
  .how-use__text-wrap {
    margin-bottom: 40px;
  }
  .section11__item-image-wrap,
  .section11__bottom-arrow {
    display: none !important;
  }
  .section11__bottom {
    margin-top: 20px;
  }
  .section11__item-heading {
    text-align: left;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .section11__item-text-bold {
    margin-top: 0;
  }
  .header__item {
    width: 50%;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .main-form__label {
    top: -65px;
    width: 85px;
    height: 85px;
    right: -15px;
  }
  .label__price-before {
    font-size: 20px;
  }
  .label__price-current {
    font-size: 15px;
  }
  .label__price-current span {
    font-size: 25px;
  }
  .section2__slider-arrow__right {
    right: 15px;
  }
  .section2__slider-arrow__left {
    left: 15px;
  }
  .section3__image {
    width: 100%;
  }
  .section3__item {
    width: 100%;
  }
  .section3__btn {
    display: block;
    margin: 0 auto;
  }
  .section4__video-wrap {
    height: 375px;
  }
  .section6-composition__item {
    position: relative;
    text-align: left !important;
    margin-bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
    padding-left: 20px;
  }
  .section6-composition__item:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #007f3a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .section6-composition__list {
    padding-left: 60px;
    margin-top: 20px;
  }
  .section6-composition__main-image,
  .section6-composition-left-line,
  .section6-composition-right-line {
    display: none;
  }
  .fade-bg-heading::before {
    display: none;
  }
  h2 {
    margin: 20px 0;
  }
  .section6__elem-heading::after,
  .section6__image,
  .section6__sticker {
    display: none;
  }
  .section6__label {
    margin: 30px auto;
  }
  .section6__elem-4 {
    margin-top: 0;
  }
  .section6__elem {
    margin-bottom: 20px;
  }
  .section11__item-image {
    width: 160px;
    margin: 20px auto;
    position: relative;
    left: -20px;
  }
  .section12__video-wrap {
    height: 315px;
    margin-bottom: 20px;
  }
  .footer__social-wrap {
    margin-bottom: 20px;
  }
  .section13 .qwestions-accordeon__wrap {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .section13 {
    height: auto;
    padding: 30px 0;
  }
  .section14 {
    padding: 30px 0;
  }
  .footer__map-link,
  .footer__dev-text {
    text-align: left;
  }
  .footer__map-link,
  .footer__social-wrap {
    line-height: 1.4;
    padding-top: 20px;
  }
  .section2,
  .section12 {
    padding: 30px 0;
  }
  .section6__elem {
    margin-top: 0;
  }
  .section13 .qwestions-accordeon__wrap {
    width: auto;
  }
  .header__heading {
    text-align: center;
  }
  .header__heading br {
    display: none;
  }
  .popup-form__container,
  .popup-more__container {
    width: 95%;
  }
  .popup-more__container {
    height: 80%;
    overflow-y: auto;
  }
  .section3__image {
    display: none;
  }
  .section6__elem-heading {
    position: relative;
    padding-left: 25px;
  }
  .section6__elem-heading::before {
    content: '✔';
    display: block;
    position: absolute;
    left: 0;
    color: #27b5b7;
  }
  .section6__elem-text {
    padding-left: 25px;
  }
  .section3__btn {
    display: none;
  }
  .header__content .main-form__input-wrap {
    padding: 0 20px;
  }
  .main-form__bottom-right,
  .main-form__bottom-left {
    float: none;
    text-align: left;
    display: block;
  }
  .thanks-action__product-wrapper {
    padding-left: 0;
  }
  .thanks__wrapper {
    margin-top: 0;
  }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 600px) {
  .header__heading {
    font-size: 25px;
    text-align: center;
  }
  .section3__item {
    font-size: 14px;
  }
  .header__item,
  .header__item:nth-of-type(1),
  .header__item:nth-of-type(2) {
    display: block;
    width: 100% !important;
  }
  .header__item br,
  .header__item:nth-of-type(1) br,
  .header__item:nth-of-type(2) br {
    display: none;
  }
  .main-form__bottom-left,
  .main-form__bottom-right {
    float: none;
  }
  .main-form__bottom-right {
    margin-top: 15px;
    padding-left: 15px;
  }
  .section5__item {
    display: block;
    width: 100%;
  }
  .section5__item br {
    display: none;
  }
  .section-heading {
	font-size: 25px;
    margin: 15px 0;
  }
  .main-form__input-wrap {
    display: block;
  }
  .section2__slider-arrow {
    display: none;
  }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 550px) {
  .thanks__back-link {
    margin-top: 20px;
  }
  .thanks__wrapper {
    padding: 0 0 50px;
  }
  .topline__logo,
  .topline__contacts {
    float: none;
    text-align: center;
  }
  .topline__logo-image {
    margin: 0 auto;
  }
  .topline__contacts {
    margin-top: 20px;
  }
  .section4__video-wrap,
  .section9__video-wrap,
  .section12__video-wrap {
    height: 250px;
  }
  .section8__form-heading {
    font-size: 25px;
  }
  .footer__map-link,
  .footer__social-wrap {
    line-height: 1.4;
    padding: 10px 0;
  }
  .footer__dev-text {
    padding-top: 10px;
  }
  .main-form__bottom {
    padding: 15px;
  }
  .main-form__attention-image {
    display: none;
  }
  .main-form__bottom-right {
    padding-left: 0;
  }
  .qwestions-accordeon__item {
    padding-right: 30px;
  }
  .section12__video-wrap,
  .section4__video-wrap,
  .section9__video-wrap {
    margin: 0 0 20px;
    height: 200px;
  }
  .qwestions-accordeon__heading {
    font-size: 18px;
  }
  .qwestions-accordeon__item-answer {
    font-size: 16px;
  }
  .section9__doctor img {
    display: block;
    margin: 0 auto 20px;
  }
  .btn {
    width: 100%;
  }
  .section6__label {
    width: auto;
    padding: 15px;
  }
  .section6__label-image {
    display: none;
  }
  .section5__item {
    margin-bottom: 10px;
  }
  .section3__content {
    padding-left: 0;
  }
  .section2__slider {
    width: 100%;
  }
  .section5 {
    padding-bottom: 315px;
  }
  .header__heading {
    margin-top: 10px;
  }
  .popup-form__container,
  .popup-more__container {
    width: 95%;
  }
  .popup-more__container {
    height: 90%;
    overflow-y: auto;
  }
  .section3__item-text {
    padding: 0;
    margin: 10px 0;
    text-align: center;
    display: block;
    font-size: 20px;
  }
  .section3__item-image {
    display: block;
    margin: 0 auto;
  }
  .section3__item-image:last-child {
    width: 100%;
  }
  .qwestions-accordeon__wrap {
    padding: 15px;
  }
  .section12__author-image {
    display: block;
    margin: 0 0px 10px;
  }
  .main-form__wrap,
  .section8__form-wrap {
    padding: 20px 10px;
  }
  .main-form__bottom {
    margin: 30px -10px -20px;
  }
  .header__flowers-bg {
    display: none;
  }
  .section3 {
    background: #f7f6f8;
    padding: 30px 0;
  }
  .section5__main-list {
    padding-left: 0;
  }
  .section5__list {
    padding-left: 20px;
  }
  .section6__main-text-image {
    right: -100px;
    opacity: 0.5;
  }
  .section6-composition__list {
    padding-left: 0;
  }
  .section6-composition__item {
    font-size: 15px;
  }
  .section11__heading-under {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .section11__item-heading {
    font-size: 20px;
  }
  .thanks-action__heading {
    font-size: 20px;
  }
}


/*==========  Mobile First  ==========*/


/* Custom, iPhone Retina */

@media only screen and (max-width: 450px) {
  .thanks-action__product-image {
    float: none;
    display: block;
    margin: 0 auto;
  }
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
  /**/
}