@font-face {
  font-family: 'Bebas Neue Regular';
  font-style: normal;
  font-weight: normal;
  /*src: url("../fonts/BebasNeueRegular.woff");*/
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-family: 'PT Sans', sans-serif;
}

.wrap-main {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

header {
  height: 728px;
  background: url(../img/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 35px;
}

.wrap-zag-head {
  background: rgba(255, 255, 255, 0.36);
  color: #3d4e68;
  text-transform: uppercase;
  text-align: right;
  width: 675px;
  padding: 0px 8px;
  box-sizing: border-box;
  position: relative;
}
.wrap-zag-head .zag-small {
  font-size: 30px;
  line-height: 40px;
}
.wrap-zag-head .zag-big {
  font-size: 52px;
  font-weight: bold;
  line-height: 48px;
}
.wrap-zag-head:after {
  content: "";
  display: block;
  height: 1px;
  width: 440px;
  background: #4a8768;
  top: 5px;
  position: relative;
}
.wrap-zag-head:before {
  content: "";
  display: block;
  height: 1px;
  width: 440px;
  background: #4a8768;
  top: -5px;
  right: 9px;
  position: absolute;
}

.wrap-list {
  padding-top: 28px;
}

.item-list {
  text-align: right;
  float: right;
  padding-bottom: 150px;
  padding-right: 0px;
  width: 315px;
}
.item-list ul {
  padding-left: 0;
  list-style-type: none;
  font-size: 24px;
  color: #242424;
  margin-bottom: 32px;
}
.item-list li {
  margin-bottom: 20px;
  position: relative;
  margin-right: 62px;
}
.item-list li:after {
  content: url(../img/li-head.png);
  display: inline-block;
  height: 45px;
  width: 35px;
  margin-left: 25px;
  position: absolute;
  top: -10px;
}
.item-list .sale-head {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/line-sale.png);
  background-repeat: repeat-y;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: left;
  line-height: 25px;
  width: 315px;
  float: right;
}
.item-list .wrap-sum {
  float: right;
  margin-top: 38px;width: 100%;
}
.item-list .wrap-sum .big-sum {
  color: #b42112;
  font-size: 50px;
  text-transform: uppercase;
}
.item-list .wrap-sum .small-sum {
  float: left;
  color: #393939;
  font-size: 24px;
  text-decoration: line-through;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.red {
  color: #b42112;
}

.zag-list {
  font-size: 30px;
  text-transform: uppercase;
  color: #4a5759;
}

.wrap-head-content {
  width: 664px;
}

.item-img {
  float: left;
}

.btn-header {
  width: 381px;
  height: 140px;
  background: url(../img/btn-header.png) no-repeat;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 60px;
  color: #a81809;
  line-height: 135px;
  font-family: 'Bebas Neue Regular';
  text-shadow: inset black 1px 1px 1px;
}

.wrap-btn-header {
  background: red;
  position: relative;
}
.wrap-btn-header .btn-header {
  position: absolute;
  left: 5px;
}

.zag-main {
  color: #40775b;
  font-size: 36px;
  text-transform: uppercase;
}
.zag-main .small {
  font-size: 24px;
}

.zag-main-fon {
  background: linear-gradient(to right, #b4cec0, #fff);
  padding: 4px 0 4px 15px;
  border-left: 1px solid #4a8768;
}

.first-block p {
  font-size: 18px;
  color: #2c2c2c;
  text-indent: 35px;
}
.first-block .wrap-figure {
  margin-top: -40px;
}
.first-block b {
  font-size: 24px;
  color: #40765b;
  text-transform: uppercase;
  font-weight: 500;
}
.first-block b.small {
  font-size: 18px;
}
.first-block .f-wrap-text-contetnt {
  width: 540px;
  float: left;
}
.first-block .f-wrap-img-contetnt {
  float: right;
}
.first-block figure {
  float: left;
  width: 218px;
  padding: 0px;
  margin: 0px;
  margin-right: 42px;
}
.first-block figure:last-child {
  margin-right: 0px;
}
.first-block figcaption {
  color: #000000;
  font-size: 18px;
  text-align: center;
}

.second-block {
  height: 805px;
  background: url(../img/bg-second-block.png) no-repeat;
  background-position: center;
  margin-top: -40px;
}
.second-block .zag-main {
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  background: linear-gradient(to right, #bcdccc, transparent);
  background: -moz-linear-gradient(to right, #bcdccc, transparent);
  background: -webkit-linear-gradient(to right, #bcdccc, transparent);
  background: -o-linear-gradient(to right, #bcdccc, transparent);
  background: -ms-linear-gradient(to right, #bcdccc, transparent);
  border-left: 1px solid #fff;
  position: relative;
  top: 95px;
}
.second-block .wrap-figure {
  padding: 100px 35px 0 35px;
}
.second-block .wrap-figure figure {
  text-align: center;
  width: 232px;
  float: left;
  margin: 0px;
  margin-bottom: 10px;
}
.second-block .wrap-figure .zag {
  text-transform: uppercase;
  color: #153324;
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
}
.second-block .wrap-figure .descr {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.second-block .red-info {
  background: #8f1a30;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 11px;
  border-radius: 60px;
  padding-right: 100px;
  padding-left: 160px;
  position: relative;
}
.second-block .img-pos-ab {
  position: absolute;
  left: -1px;
  top: -13px;
}
.second-block .wrap-red-info {
  padding: 10px 22px 0 22px;
}

.third-block .zag {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}
.third-block .small-zag {
  text-transform: none;
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 300;
}
.third-block .img-table, .third-block .wrap-table-one, .third-block .wrap-two-table {
  float: left;
}
.third-block .img-table {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.wrap-two-table {
  padding: 0 30px;
}
.third-block .wrap-table-one {
  padding: 0 30px;
}
.third-block .tab {
  width: 252px;
}
.third-block .tab .zag-tab {
  text-transform: uppercase;
  font-size: 24px;
  color: #234b37;
}
.third-block .tab p {
  font-size: 16px;
  color: #2e2e2e;
  padding: 0px;
  margin: 5px 0;
}
.third-block .tab1 {
  background: url(../img/tab1.png) no-repeat;
  padding: 142px 20px 55px 20px;
  box-sizing: border-box;
  text-align: right;
}
.third-block .tab2 {
  background: url(../img/tab2.png) no-repeat;
  padding: 17px 20px 155px 20px;
  box-sizing: border-box;
  text-align: right;
}
.third-block .tab3 {
  background: url(../img/tab3.png) no-repeat;
  padding: 146px 20px 54px 20px;
  box-sizing: border-box;
  text-align: left;
}
.third-block .tab3.it {
  padding-bottom: 10px;
}
.third-block .tab4 {
  background: url(../img/tab4.png) no-repeat;
  padding: 10px 10px 105px 45px;
  box-sizing: border-box;
  text-align: left;
  width: 272px;
  position: relative;
  left: -25px;
}

.fourth-block {
  height: 515px;
  background: url(../img/bg4.png) no-repeat;
  background-position: center;
  position: relative;
  top: -80px;
}
.fourth-block h2 {
  color: #234b37;
  font-size: 30px;
  text-transform: uppercase;
  width: 732px;
  border-left: 1px solid #fff;
  padding-left: 5px;
  background: linear-gradient(to right, #bcdccc, transparent);
  background: -moz-linear-gradient(to right, #bcdccc, transparent);
  background: -webkit-linear-gradient(to right, #bcdccc, transparent);
  background: -o-linear-gradient(to right, #bcdccc, transparent);
  background: -ms-linear-gradient(to right, #bcdccc, transparent);
  position: relative;
  top: 80px;
}
.fourth-block figcaption {
  color: #fff;
  font-size: 22px;
}
.fourth-block.it figcaption {
  color: #fff;
  font-size: 20px;
}
.fourth-block figure {
  width: 250px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  float: left;
}
.fourth-block .wrap-figure {
  padding-top: 80px;
}

.fifth-block {
  position: relative;
  top: -90px;
}
.fifth-block .wrap-img {
  width: 290px;
  text-align: center;
  float: left;
}
.fifth-block .wrap-uni-block {
  float: left;
  width: 330px;
  text-transform: uppercase;
  text-align: center;
}
.fifth-block .wrap-timer-block {
  float: left;
  width: 380px;
}
.fifth-block .text-one {
  color: #1d5237;
  font-size: 24px;
  font-weight: 600;
  margin-top: 27px;
}
.fifth-block .old-price {
  color: #3a3d40;
  font-size: 30px;
  text-decoration: line-through;
  margin-top: 20px;
}
.fifth-block .new-price {
  font-size: 72px;
  color: #3d4e68;
  background: url(../img/str.png) no-repeat;
  background-position: bottom right;
  padding-bottom: 80px;
  margin-top: -15px;
}

.six-block {
  background: url(../img/bg6.png) no-repeat;
  background-position: center;
  height: 767px;
  position: relative;
  top: -150px;
}
.six-block .zag {
  color: #236651;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  top: 75px;
}
.six-block .wrap-list {
  width: 700px;
}
.six-block ul {
  list-style-type: none;
  color: #313131;
  font-size: 22px;
  margin: 0px;
  padding: 0px;
  margin-left: 78px;
  margin-top: 220px;
}
.six-block li {
  float: left;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.six-block li:before {
  content: url(../img/heart-li.png);
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

.seven-block {
  position: relative;
  top: -210px;
}
.seven-block .wrap-content {
  padding-top: 10px;
}
.seven-block h2 {
  text-transform: uppercase;
  color: #236651;
  font-size: 30px;
  width: 760px;
  background: linear-gradient(to right, #dae1dd, transparent);
  background: -moz-linear-gradient(to right, #dae1dd, transparent);
  background: -webkit-linear-gradient(to right, #dae1dd, transparent);
  background: -o-linear-gradient(to right, #dae1dd, transparent);
  background: -ms-linear-gradient(to right, #dae1dd, transparent);
  padding-left: 10px;
  border-left: 1px solid #236651;
}
.seven-block .img {
  float: left;
}
.seven-block .spisok-item-zag {
  text-transform: uppercase;
  font-size: 20px;
  color: #61b78a;
  font-weight: 700;
}
.seven-block .content {
  color: #272727;
  font-size: 18px;
}
.seven-block .itemone {
  position: relative;
  left: -50px;
  top: 40px;
}
.seven-block .itemtwo {
  position: relative;
  left: -5px;
  top: 50px;
}
.seven-block .itemthree {
  position: relative;
  left: 20px;
  top: 70px;
}
.seven-block .itemfour {
  position: relative;
  left: 15px;
  top: 80px;
}
.seven-block .itemfive {
  position: relative;
  left: -15px;
  top: 100px;
}

.eth-block {
  background: url(../img/bg8.png) no-repeat;
  height: 710px;
  background-position: center;
  position: relative;
  top: -360px;
}
.eth-block h2 {
  color: #205e79;
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  position: relative;
  top: 150px;
}
.eth-block .wrap-text {
  padding-left: 45px;
  width: 575px;
  text-align: justify;
  padding-top: 170px;
}
.eth-block .wrap-text b {
  color: #1e485d;
  text-transform: uppercase;
}
.eth-block .wrap-text p {
  color: #363636;
  font-size: 18px;
  font-style: italic;
  margin: 0px;
  padding: 0px;
  text-indent: 37px;
  line-height: 22.5px;
}
.eth-block .wrap-text .men-med {
  font-size: 18px;
  color: #3a3a3a;
  margin-top: 10px;
}
.eth-block .wrap-text .men-med b {
  color: #3a3a3a;
  font-size: 18px;
  display: block;
  margin-bottom: -5px;
}

.otz-block {
  position: relative;
  top: -350px;
}
.otz-block h2 {
  text-transform: uppercase;
  color: #266045;
  font-size: 36px;
  text-align: center;
}
.otz-block .otz-item {
  border: 1px dashed #7abba1;
  padding: 15px;
  margin-bottom: 42px;
  position: relative;
}
.otz-block .otz-item-foto-left {
  text-align: left;
  padding-left: 255px;
}
.otz-block .otz-item-foto-left .name-people-otz {
  text-align: right;
}
.otz-block .otz-item-foto-left .img-otz {
  left: -70px;
  top: -20px;
}
.otz-block .otz-item-foto-right {
  text-align: right;
  padding-right: 255px;
}
.otz-block .otz-item-foto-right .name-people-otz {
  text-align: left;
}
.otz-block .otz-item-foto-right .img-otz {
  right: -70px;
  top: -20px;
}
.otz-block .otz-text {
  color: #266045;
  font-size: 22px;
  font-style: italic;
}
.otz-block .name-people-otz {
  font-size: 24px;
  color: #304448;
  font-style: italic;
  font-weight: bold;
}
.otz-block .img-otz {
  position: absolute;
}
.otz-block .nopublication {
  color: #304448;
  font-size: 19px;
  font-style: normal;
  position: absolute;
  right: 255px;
  bottom: 18px;
}

.how-buy {
  background: url(../img/bg9.png) no-repeat;
  background-position: top center;
  height: 414px;
  position: relative;
  top: -350px;
  margin-bottom: 300px;
}
.how-buy .wrap-figure {
  padding-top: 70px;
}
.how-buy h2 {
  color: #3b6353;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 60px;
}
.how-buy figure {
  text-align: center;
  width: 200px;
  float: left;
  margin: 0px;
  margin-right: 50px;
  position: relative;
}
.how-buy figure:last-child {
  margin-right: 0px;
}
.how-buy figcaption {
  color: #21202e;
  font-size: 18px;
  padding-top: 25px;
}
.how-buy.it figcaption {
  font-size: 16px;
}
.how-buy .fig-bottom {
  position: relative;
  top: 60px;
}
.how-buy .fig-bottom:after {
  content: url(../img/str-bottom.png);
  display: inline-block;
  position: absolute;
  right: -60px;
  top: 20px;
}
.how-buy .fig-bottom:last-child:after {
  display: none;
}
.how-buy .fig-top:after {
  content: url(../img/str-top.png);
  display: inline-block;
  position: absolute;
  right: -70px;
  top: 50px;
}

.wrap-bootom-form {
  position: relative;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 900px;
  margin-top: -700px;
}

.bottom-form {
  background: url(../img/bottom-form.png) no-repeat;
  background-position: center;
  height: 674px;
  position: relative;
  bottom: 0px;
}
.bottom-form .wrap-timer:after {
  position: relative;
  display: block;
  content: url(../img/str.png);
  right: -40px;
  text-align: right;
  top: -20px;
}
.bottom-form h2 {
  font-size: 45px;
  font-weight: bold;
  color: #3d4e68;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 40px;
  background: rgba(255, 255, 255, 0.57);
}
.bottom-form .line-zag {
  position: relative;
}
.bottom-form .line-zag:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 180px;
  background: #3d4e68;
  margin-left: 35px;
  top: 28px;
    right: 0;
}
.bottom-form .line-zag:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 180px;
  background: #3d4e68;
  margin-right: 7px;
  top: 28px;
  left: 0px;
}
.bottom-form .wrap-timer {
  position: relative;
  top: -10px;
}
.bottom-form .wrapper-content-footer {
  padding-top: 30px;
}
.bottom-form .wrapper-content-footer .img-footer {
  float: left;
  width: 272px;
}
.bottom-form .wrapper-content-footer .content-footer {
  width: 330px;
  float: left;
  text-align: center;
}
.bottom-form .wrapper-content-footer .green-predl {
  font-size: 24px;
  color: #1d5237;
  text-transform: uppercase;
  font-weight: bold;
}
.bottom-form .wrapper-content-footer .old-price {
  color: #3a3d40;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: line-through;
}
.bottom-form .wrapper-content-footer .new-price {
  color: #3d4e68;
  font-size: 48px;
  text-transform: uppercase;
}
.bottom-form .wrapper-content-footer .wrap-form {
  float: right;
  width: 318px;
}
.bottom-form .wrapper-content-footer .wrap-form form {
  background: rgba(226, 17, 17, 0.8);
  width: 295px;
  padding: 17px 0 0 0;
  border-radius: 10px;
}
.bottom-form .wrapper-content-footer .wrap-form form .form-label {
  color: #fff;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.bottom-form .wrapper-content-footer .wrap-form form select {
  display: block;
  width: 270px;
  margin: 0 auto;
  height: 55px;
  margin-bottom: 13px;
  font-size: 18px;
  text-indent: 7px;
  border: 1px solid #3d4e68;
  border-radius: 5px;
}
.bottom-form .wrapper-content-footer .wrap-form form input {
  display: block;
  width: 268px;
  margin: 0 auto;
  height: 55px;
  margin-bottom: 13px;
  font-size: 18px;
  text-indent: 21px;
  border: 1px solid #3d4e68;
  border-radius: 5px;
}
.bottom-form .wrapper-content-footer .wrap-form form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #394a54;
}
.bottom-form .wrapper-content-footer .wrap-form form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #394a54;
}
.bottom-form .wrapper-content-footer .wrap-form form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #394a54;
}
.bottom-form .wrapper-content-footer .wrap-form form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #394a54;
}
.bottom-form .wrapper-content-footer .wrap-form .btn {
  width: 381px;
  height: 140px;
  background: url(../img/btn-header.png) no-repeat;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 60px;
  color: #a81809;
  line-height: 135px;
  font-family: 'Bebas Neue Regular';
  text-shadow: inset black 1px 1px 1px;
  border: none;
  position: relative;
  left: -40px;
  top: 20px;
}

.result {
  font-size: 29px;
  color: #1d5237;
  font-weight: bold;
}
.result span {
  border: 1px solid #1d5237;
  border-radius: 50px;
  padding: 17px;
}
.result .result-hour, .result .result-minute {
  margin-right: 5px;
}

.titles {
  color: #1d5237;
  font-size: 18px;
  top: -10px;
  position: relative;
}
.titles span {
  width: 85px;
  display: inline-block;
}

.zag-timer {
  color: #1d5237;
  font-size: 24px;
  position: relative;
  top: 10px;
}

.wrap-timer-new {
  text-align: center;
}

.minus {
  height: 100px;
  position: relative;
  background: red;
  top: -420px;
}

.copir {
  position: absolute;
  bottom: 0px;
}
.conf-button:hover {
  cursor: pointer;
}

.conf-button a {
  text-decoration: none;
  color: #828282;
  text-decoration: underline;
  text-align: center;
  margin-left: 390px;
}
/*# sourceMappingURL=style.css.map */

#kmacb-form .delivery {
  text-align: center !important;
}
.delivery {
  margin: 0;
  padding: 10px 5%;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
  .first-block .f-wrap-text-contetnt {
    width: 49%;
  }
  .first-block .f-wrap-img-contetnt {
    width: 50%;
  }
  .first-block .f-wrap-text-contetnt p {
    padding: 0px 20px;
  }
  .first-block figure {
    height: 300px;
    margin: 40px;
  }
  .captions {
    padding-right: 30px;
  }
  .second-block {
    height: auto;
    background-size: cover;
    background-position: top center;
    margin-top: -40px;
    margin-bottom: 40px;
}
  .wrap-figure {
    width: 700px;
    margin: auto;
  }
  .img-table {
    position: absolute;
    z-index: 1;
    left: calc(50% - 140px);
  }
  .wrap-table-one {
    z-index: 2;
    position: relative;
  }
  .third-block .wrap-two-table{
    z-index: 2;
    position: relative;
    float: right;
  }
  .fourth-block {
    height: 700px ;
    background-position: top center;
    background-size: 2300px;
  }
  .fourth-block figure {
    width: 220px;
    margin: auto;
  }
  .fourth-block figure:last-child {
    margin: auto;
    float: none;
  }
  .fourth-block figure:last-child figcaption{
    color: #1d5237;
  }
  .fifth-block {
    margin-top: 30px;
    top: 0px;
  }
  .fifth-block .wrap-img {
    width: 20%;
  }
  .fifth-block .wrap-uni-block {
    width: 30%;
    background: linear-gradient(to left, #fff 80%, rgba(255, 255, 255, 0) 100%);
  }
  .fifth-block .wrap-timer-block {
    width: 45%;
  }
  .fifth-block .btn-header {
    width: 100%;
    background-size: contain;
    background-position: center center;
  }
  .fifth-block .new-price {
    font-size: 66px;
  }
  .six-block {
    top: 0px;
  }
  .seven-block {
    top: 0px;
  }
  .seven-block .wrap-content {
    width: 768px;
    margin: auto;
  }
  .seven-block .itemone, .seven-block .itemtwo, .seven-block .itemthree, .seven-block .itemfour, .seven-block .itemfive {
    top: 0px;
  }
  .eth-block {
    height: 710px;
    background-position: -600px;
    position: relative;
    top: 0px;
  }
  .eth-block .wrap-text {
    padding-left: 20px;
    width: 500px;
    text-align: justify;
    padding-top: 190px;
  }
  .otz-block {
    top: 0px;
    margin-top: 0px;
  }
  .how-buy {
    top: 0px;
    margin-bottom: 10px;
  }
  .how-buy figure {
    margin-right: 30px;
    width: 150px;
  }
  .wrap-bootom-form {
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 850px;
  }
  .bottom-form .wrapper-content-footer .img-footer {
    position: absolute;
    z-index: 1;
    right: calc(50% - 120px);
    opacity: 0.7;
  }
  .bottom-form .wrapper-content-footer .content-footer, .bottom-form .wrapper-content-footer .wrap-form {
    position: relative; z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 900px;
  }
  .wrap-head-content {
    width: 100%;
  }
  .wrap-zag-head {
    width: 100%;
  }
  .item-img {
    width: 100%;
  }
  .item-img img {
    padding-left: 10%;
    width: 220px;
    float: left;
    margin-bottom: -100px;
  }
  .wrap-timer-new {
    float: left;
  }
  .item-list {
    padding-right: 10%;
  }
  .wrap-btn-header {
    left: 0px!important;
  }
  .wrap-btn-header .btn-header {
    width: 100%;
    background-size: contain;
    background-position: center center;
  }
  .item-list .wrap-sum .small-sum {
    position: relative;
  }
  .wrap-figure {
    width: 600px;
  }
  .fourth-block figure:last-child {
    float: left;
  }
  .fourth-block .wrap-figure {
    width: 440px;
  }
  .second-block .red-info {
    margin-left: 20%;
    position: relative;
    width: 70%;
    padding-left: 10%;
    border-radius: 0px;
    border-bottom-left-radius: 30px;
  }
  .second-block .img-pos-ab{
    position: absolute;
    left: -100px;
  }
  .third-block .wrap-table-one, .third-block .wrap-two-table {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 10px 0px;
  }
  .third-block .img-table {
    opacity: 0.9;
    left: calc(50% - 140px);
  }
  .third-block .tab4, .third-block .tab3 {
    float: right; left: 0px;
  }
  .fourth-block {
      height: 750px;
  }
  .fourth-block h2 {
    width: 100%;
    font-size: 5vw;
  }
  .fourth-block figure:nth-child(3) figcaption{
    color: #1d5237;
  }
  .fifth-block .wrap-img {
  position: absolute;
  right: 50px;
  top: -200px;
  }
  .fifth-block .wrap-timer-block {
    position: relative;
    z-index: 2;
    width: 60%;
  }
  .wrap-timer-new {
    float: none;
  }
  .six-block {
    background-size: cover;
  }
  .six-block .wrap-list {
    width: 100%;
  }
  .six-block ul {
    margin-left: 5%;
  }
  .seven-block .wrap-content {
    width: 100%;
    margin: auto;
  }
  .seven-block .img {
    width: 50%;
    height: 100%;
    float: none;
    position: absolute;
  }
  .seven-block .img img {
    width: 300px;
  }
  .seven-block .spisok-item  {
    padding-left: 50%;
    padding-top: 10px;
    left: 0px;
    width: 50%;
    top: 0px;
    background: linear-gradient(to left, #fff 30%, transparent)
  }
  .eth-block h2 {
    font-size: 8vw;
  }
  .eth-block .wrap-text {
    width: 530px;
    box-sizing: border-box;
    padding-right: 5%;
  }
  .wrap-bootom-form {
    margin-top: -100px;
  }
  .bottom-form .wrapper-content-footer .content-footer{
    width:45%;
  }
  .bottom-form .wrapper-content-footer .new-price {
    color: #b42112;
  }
  .bottom-form .wrapper-content-footer .wrap-form {
    width: 55%;
  }
  .titles span {
    width: 60px;
  }
  .how-buy .fig-top:after, .how-buy .fig-bottom:after {
    content: '';
  }
  .how-buy .fig-top, .how-buy .fig-bottom{
    top: 0px;
  }
  .how-buy {
    top: 0px;
    height: 600px;
  }
  .how-buy figure {
    margin-right: 50px;
  }
  .how-buy .wrap-figure {
    width: 400px;
  }
  .conf-button a {
    margin-left: 20%;
  }
}
@media screen and (max-width: 600px) {
  .wrap-figure {
    width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .item-list .wrap-sum {
    float: right;
    margin-top: 38px;width: 80%;
  }
  .fourth-block .wrap-figure {
    width: 300px;
  }
  header {
    height: 1400px;
  }
  .wrap-zag-head .zag-small {
    font-size: 8vw;
  }
  .wrap-zag-head .zag-big {
    font-size: 10vw;
  }
  .item-img img {
    position: absolute;
  }
  .wrap-timer-new {
    margin-top: 300px;
    background: rgba(255, 255, 255, 0.57);
  }
  .item-list {
    width: 96%;
    padding: 2%;
  }
  .first-block .f-wrap-text-contetnt {
    width: 100%;
  }
  .first-block .f-wrap-img-contetnt {
    width: 80%;
    margin: auto;
    float: none;
  }
  .first-block .f-wrap-img-contetnt img {
    width: 100%;
  }
  .first-block .captions span {
    position: relative;
    top: 20px;
    background: white;
    padding-top: 0px;
    margin-bottom: 150px;
    padding-bottom: 5px;
    border-bottom-left-radius: 10px;
  }
  .wrap-figure {
    box-sizing: border-box;
    width: 300px;
    margin: auto;
  }
  .second-block .wrap-red-info {
    width: 100%;
    padding: 0px;
  }
  .second-block .red-info {
    width: 100vw;
    left: 0px;
    margin-left: 0px;
    box-sizing: border-box;
    padding: 15px 15px;
  }
  .second-block .img-pos-ab {
    display: none;
  }
  .third-block .img-table {
    width: 400px;
    left: calc(50% - 210px);
  }
  .third-block .img-table img {
    width: 100%;
  }
  .third-block .wrap-table-one, .third-block .wrap-two-table {
    z-index: 5;
    position: relative;
    width: 50%;
    height: auto;
  }
  .third-block .wrap-two-table {
    margin-top: 210px;
  }
  .tab {
    margin-bottom: 180px;    min-height: 320px;

  }
  .third-block .tab2 {
    padding: 17px 20px 120px 20px;
  }
  .third-block .tab4 {
    margin-bottom: 0px;
  }
  .fourth-block {
    background: #4a8768;
    height: 1550px;
}
  .fourth-block h2 {
    margin-top: 0px;
    padding-top: 15px;
    font-size: 35px;
  }
  .fourth-block figure {
    display: block;
    float: none;
  }
  .fourth-block figure:last-child {
    float: none;
  }

  .fourth-block figure:last-child figcaption,  .fourth-block figure:nth-child(3) figcaption {
    color: white;
  }
  .fifth-block .wrap-img {
    position: absolute;
    left: 10px;
    top: -320px;
}
.fifth-block .wrap-uni-block, .fifth-block .wrap-timer-block {
  width: 100%;
}
.fifth-block .new-price {
  background: white;
  padding-bottom: 20px;
}
.fifth-block .wrap-timer-new {
  margin-top: 0px;
}
.fifth-block .wrap-uni-block {
  margin-top: 10px;
}
.six-block {
  background-position: 100% 0%;
  background-size: 2000px;
}
.six-block ul {
  margin-top: 90px;
}
.seven-block .img {
  width: 100%;
}
.seven-block .img img {
  width: 400px;
}
.seven-block .spisok-item {
  padding: 10px 10%;
  width: 80%;
  background: linear-gradient(to left, #fff 50%, rgba(255, 255, 255, 0.3));
}
.eth-block {
  top: 00px;
  margin-top: 0px;
  height: 900px;
  background-position: -1000px -230px;
  background-size: 3000px;
  position: relative;
}
.eth-block h2 {
  margin-top: 0px;padding-top: 20px;
  top: 20px;
}
.eth-block .wrap-text {
  width: 100%;
}
.otz-block {
  top: -30px;
}
.otz-block .otz-item-foto-left, .otz-block .otz-item-foto-right {
  padding: 200px 15px 15px;
}
.otz-block .otz-item-foto-left .img-otz, .otz-block .otz-item-foto-right .img-otz {
  width: 100%;
  float: none;
  right: 0px;
  left: 0px;
}
.otz-block .otz-text {
  width: 100%;
}
.how-buy {
  top: 0px;
  height: auto;
  margin-bottom: 0px;
  background: #dcf0d3;
}
.how-buy .wrap-figure {
  width: 100%;
}
.how-buy .fig-top, .how-buy .fig-bottom {
  float: none;
  margin: auto;
  display: block;
}
.how-buy figure:last-child {
  margin: auto;
}
.wrap-bootom-form {
  position: relative;
  margin-top: 0px;
  height: auto;
  margin-bottom: 0px;
}
.bottom-form {
  top: 0px;
  background-size: 4000px;
  background-position: 100% 0%;
  height: 1900px;
}
.bottom-form h2 {
  top: 0px;
  margin-top: 0px;
  padding-top: 10px;
  font-size: 35px;
}
.bottom-form .line-zag:before, .bottom-form .line-zag:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0px;
  width: 0px;
  background: transparent;
  margin-right: 0px;
  top: 0px;
  left: 0px;
}
.bottom-form .wrapper-content-footer .img-footer {
  width: 100%;
  position: relative;
  opacity: 1;
  left: 0px;
}
.bottom-form .wrapper-content-footer .img-footer img {
  width: 60%;
  margin: auto;
  display: block;
}
.bottom-form .wrapper-content-footer .content-footer {
  width: 100%;
  float: none;
}
.bottom-form .wrap-timer:after {
  content: '';
}
.bottom-form .wrapper-content-footer .wrap-form {
  width: 100%;
}
.bottom-form .wrapper-content-footer .wrap-form form {
  margin: auto;
}
.wrap-main {
  margin-bottom: -400px;
}
.eth-block .wrap-text {
  padding-top: 130px;
}
.fourth-block figure {
  height: auto;
}
.wrap-btn-header p{
  width: auto;
}
.how-buy figure {
  width: 300px;
}
.how-buy figcaption {
  padding-top: 5px;
  padding-bottom: 15px;
}
.plav {
  line-height: 1.2;
  padding-top: 19vw;
  font-size: 12vw;
}
}