/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */

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 {
  -moz-box-sizing: content-box;
  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"], /* 1 */
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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * 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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  padding: 0 15px;
}

.ac_footer {
  position: relative;
  top: 10px;
  height: 0;
  text-align: center;
  margin-bottom: 70px;
  color: #A12000;
}

.ac_footer a {
  color: #A12000;
}

.ac_footer p {
  text-align: center;
}

img[height="1"],
img[width="1"] {
  display: none !important;
}

.block7__text p{
  background: url(../img/bgp.png) 0 0 repeat;
  border-radius: 5px;
}
.main-wrap {
  max-width: 480px;
  width: 480px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  font-family: Arial , sans-serif;
  font-weight: 300;
}
.block1 {
  background: url("../img/img1.png") #f1ccc9 bottom center no-repeat;
  min-height: 195px;
  display: inline-block;
  width: 100%;
}
.block1 .block1__header {
  padding-top: 20px;
}
.block1 .block1__left,
.block1 .block1__right {
  width: 162px;
  height: auto;
  padding-top: 80px;
  display: inline-block;
  color: #ffffff;
  font-family: Arial , sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
}
.block1 .block1__left {
  background: url("../img/img2.png") center top no-repeat;
  width: 162px;
}
.block1 .block1__right {
  background: url("../img/img3.png") center top no-repeat;
  width: 150px;
}
.block1 .block1__center {
  width: 129px;
  height: 130px;
  background: url("../img/img4.png") center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: inline-block;
}
.block2 {
  background: #f1ccc9;
  min-height: 414px;
  display: inline-block;
  position: relative;
}
.block2 .block2__header h2 {
  text-align: center;
  margin-top: 0;
  padding-top: 15px;
  font-family: Arial , sans-serif;
  color: #6fa100;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}
.block2 .block2__header h2 span {
  color: #e63c2e;

}
.block2 .block2__row ul {
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.block2 .block2__row ul li {
  list-style-type: none;
  font-family: Arial , sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  margin-top: 5px;
  vertical-align: top;
  height: 27px;
  height: auto!important;
  min-height: 27px;
  padding-left: 55px;
  background: url("../img/img6.png") left center no-repeat;
  background-color: rgba(255,255,255,0.2);
}

.block2 .block2__row ul li div {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  text-shadow: 0px 0px 12px rgba(255,255,255,1);
}
.block2 .block2__row ul li span {
  color: #e63c2e;
  font-weight: bold;
}
.block2 .block2__heart {
  background: url("../img/img7.png") center center no-repeat;
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: -51px;
  left: 18px;
}
.block3 {
  background: url("../img/product.png") #3e1618 right 30px no-repeat;
  padding: 70px 0 5px;
  display: inline-block;
  width: 100%;
}
.block3 .block3__row {
  display: inline-block;
  width: 100%;
}
.block3 .block3__special h4 {
  margin: 0;
  font-family: Arial , sans-serif;
  font-size: 30px;
  color: #ffffff;
  font-weight: 300;
}
.block3 .block3__special h4 span {
  color: #ffe402;
}
.block3 .block3__special .block3__row-2 .price-old {
  background: url("../img/img9.png") left center no-repeat;
  width: 178px;
  height: 53px;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
  display: inline-block;
}
.block3 .block3__special .block3__row-2 .price-old span {
  line-height: 52px;
  font-size: 24px;
  font-family: Arial , sans-serif;
  color: #e63c2e;
  font-weight: 300;
  text-decoration: line-through;
}
.block3 .block3__special .block3__row-2 .price-new {
  background: url("../img/img10.png") left center no-repeat;
  width: 188px;
  height: 53px;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-left: -50px;
  margin-top: 28px;
}
.block3 .block3__special .block3__row-2 .price-new span {
  line-height: 52px;
  font-size: 30px;
  font-family: Arial , sans-serif;
  color: #ffffff;
  font-weight: bold;
  margin-right: 5px;
}
.block3 .block3__special .block3__row-3 {
  margin-top: 10px;
}
.block3 .block3__special .block3__row-3 .timer {
  vertical-align: top;
  margin-top: 10px;
  width: 200px;
  display: inline-block;
}
.block3 .block3__special .block3__row-3 .timer .span {
  display: inline-block;
}
.block3 .block3__special .block3__row-3 .timer em {
  display: none;
}
.block3 .block3__special .block3__row-3 .timer .timebox {
  display: inline-block;
  margin: 0;
}
.block3 .block3__special .block3__row-3 .timer .timebox span {
  padding: 0 0;
  background: url("../img/img36.png") center center no-repeat;
  height: 48px;
  width: 25px;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  font-family: Arial , sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}
.block3 .block3__special .block3__row-3 .timer .timebox span:first-child {
  margin-right: 3px;
}
.block3 .block3__special .block3__row-3 .timer .dots {
  display: inline-block;
  color: #ffe402;
  width: 15px;
  font-size: 40px;
  line-height: 20px;
  text-align: center;
}
.block3 .block3__special .block3__row-3 .block3__timer_text {
  width: 105px;
  height: auto;
  font-family: Arial , sans-serif;
  color: #b72f31;
  font-size: 23px;
  display: inline-block;
}
.block4 {
  background: #3e1618;
  padding: 15px 0 15px;
}
.block4 .block4__form {
  padding: 15px 0;
  background: #f1e4e3;
  text-align: center;
}
.block4 .block4__form input,
.block4 .block4__form select {
  width: 100%;
  height: 44px;
  border: 1px solid black;
  outline: none;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  box-sizing: border-box;
}

.input-group {
  width: 422px;
  margin: 0 auto;
}

.block4 .block4__form select {
  background: url("../img/img12.png") center center no-repeat;
  padding-left: 15px;
  color: #701216;
}
.block4 .block4__form .block4__button {
  width: 422px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Arial , sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  background: #f54706;

  background: -moz-linear-gradient(top, #f54706 0%, #e01a1c 74%);

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f54706), color-stop(74%, #e01a1c));

  background: -webkit-linear-gradient(top, #f54706 0%, #e01a1c 74%);

  background: -o-linear-gradient(top, #f54706 0%, #e01a1c 74%);

  background: -ms-linear-gradient(top, #f54706 0%, #e01a1c 74%);

  background: linear-gradient(to bottom, #f54706 0%, #e01a1c 74%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f54706', endColorstr='#e01a1c', GradientType=0);

}
.block4 .block4__form .block4__button span {
  color: #ffe402;
  margin-right: 5px;
}
.block4 .block4__form .block4__button:hover {
  background: #d23d05;
}
.block5 {
  background: url("../img/img13.png") top center rgba(75,109,196,.9)  no-repeat;
  padding-bottom: 30px;

}
.block5 .block5__row {
  display: inline-block;
  margin-top: 7px;
}
.block5 .block5__row .block5__text {
  font-family: Arial , sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}
.block5 .block5__row-1 .block5__left {
  width: 275px;
  display: inline-block;
}
.block5 .block5__row-1 .block5__right {
  width: 150px;
  display: inline-block;
  position: relative;
}
.block5 .block5__row-1 .block5__right .block5__heart {
  background: url("../img/img14.png") center center no-repeat;
  width: 180px;
  height: 245px;
  position: absolute;
  top: -235px;
}
.block6 {
  background: url("../img/img15.png") #87a800 center -194px no-repeat;
  display: inline-block;
  padding-top: 20px;
}
.block6 .block6__header h4 {
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-family: Arial , sans-serif;
  font-size: 38px;
  font-weight: 300;
}
.block6 .block6__header h4 span {
  color: #ffe402;
}
.block6 .block6__row {
  display: inline-block;
}
.block6 .block6__row .block6__left,
.block6 .block6__row .block6__right {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
.block6 .block6__row .block6__left .block6__text,
.block6 .block6__row .block6__right .block6__text {
  font-family: Arial , sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
.block6 .block6__row .block6__left .block6__text.block6__left-title,
.block6 .block6__row .block6__right .block6__text.block6__left-title,
.block6 .block6__row .block6__left .block6__text.block6__right-title,
.block6 .block6__row .block6__right .block6__text.block6__right-title {
  font-family: Arial , sans-serif;
  color: #ffe402;
  font-size: 30px;
  margin-bottom: 20px;
}
.block6 .block6__row.block6__row1 .block6__left {
  background: url("../img/img16.png") center center no-repeat;
  height: 202px;
}
.block6 .block6__row.block6__row2 .block6__right {
  background: url("../img/img17.png") center center no-repeat;
  height: 198px;
}
.block6 .block6__row.block6__row3 .block6__left {
  background: url("../img/img18.png") center center no-repeat;
  height: 182px;
}
.block6 .block6__row.block6__row4,
.block6 .block6__row.block6__row5,
.block6 .block6__row.block6__row6 {
  background: #789500;
  margin: 10px 0;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block6 .block6__row.block6__row4 .block6__text,
.block6 .block6__row.block6__row5 .block6__text,
.block6 .block6__row.block6__row6 .block6__text {
  width: 360px;
  display: inline-block;
  font-family: Arial , sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  padding-left: 10px;
  vertical-align: top;
}
.block6 .block6__row.block6__row4 .block6__text-title,
.block6 .block6__row.block6__row5 .block6__text-title,
.block6 .block6__row.block6__row6 .block6__text-title {
  font-family: Arial , sans-serif;
  color: #ffe402;
  font-size: 30px;
  margin-bottom: 10px;
}
.block6 .block6__row.block6__row4 {
  margin-top: 20px;
}
.block6 .block6__row.block6__row4 .block6__img {
  width: 90px;
  display: inline-block;
  background: url("../img/img19.png") center center no-repeat;
  height: 125px;
  margin: -20px 0 0 -29px;
}
.block6 .block6__row.block6__row5 .block6__img {
  width: 90px;
  display: inline-block;
  background: url("../img/img20.png") center center no-repeat;
  height: 125px;
  margin: -20px 0 0 -29px;
}
.block6 .block6__row.block6__row6 .block6__img {
  width: 90px;
  display: inline-block;
  background: url("../img/img21.png") center center no-repeat;
  height: 125px;
  margin: -20px 0 0 -29px;
}
.block7 {
  padding: 20px 0;
  background: #672828;
  position: relative;
  height: 1040px;
}
.block7 .block7__header {
  font-family: Arial , sans-serif;
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
.block7 .block7__row {
  margin: 10px 0;
  position: relative;
  z-index: 2;
}
.block7 .block7__row .block7__left,
.block7 .block7__row .block7__right,
.block7 .block7__row .block7__center {
  width: 48%;
  text-align: center;
  font-family: Arial , sans-serif;
  font-style: italic;
  color: #ffe402;
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
  padding-top: 110px;
  height: 70px;
}
.block7 .block7__row .block7__center {
  width: 100%;
}
.block7 .block7__row .block7__left {
  background: url("../img/img22.png") center top no-repeat;
}
.block7 .block7__row .block7__right {
  background: url("../img/img23.png") center top no-repeat;
}
.block7 .block7__row .block7__center {
  background: url("../img/img24.png") center top no-repeat;
  height: 40px;
}
.block7 .block7__row-3 .block7__text {
  color: #ffffff;
  font-size: 20px;
  font-family: Arial , sans-serif;
  line-height: 30px;
  text-align: center;
}
.block7 .block7__cup {
  width: 100%;
  height: 600px;
  position: absolute;
  bottom: -55px;
  z-index: 1;
}
.block8 {
  padding: 50px 0 70px;
  background: #a4191f;
  display: inline-block;
  width: 100%;
  position: relative;
}
.block8 .block8__header {
  font-family: Arial , sans-serif;
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.block8 .block8__slider ul {
  padding-left: 0;
}
.block8 .block8__slider .block8__slide-text {
  margin: 15px 0;
  font-size: 18px;
  font-family: Arial , sans-serif;
  font-style: italic;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
}
.block8 .block8__slider .block8__slide-name {
  font-family: Arial , sans-serif;
  color: #fabd18;
  font-size: 23px;
}
.block8 .block8__slider .block8__slide1 {
  text-align: center;
}
.block8 .block8__slider .block8__slide1 .block8__author {
  background: url("../img/img261.png");
}
.block8 .block8__slider .block8__slide2 {
  text-align: center;
}
.block8 .block8__slider .block8__slide2 .block8__author {
  background: url("../img/img262.png");
}
.block8 .block8__slider .block8__slide3 {
  text-align: center;
}
.block8 .block8__slider .block8__slide3 .block8__author {
  background: url("../img/img263.png");
}
.block8 .block8__slider .block8__author {
  display: inline-block;
  width: 316px;
  height: 193px;
}
.block8 .block8__slider .glide__arrow {
  position: absolute;
  top: 112px;
}
.block8 .block8__slider .slider__arrows-item--left {
  background: url("../img/img27.png") no-repeat center center;
  width: 39px;
  height: 16px;
  display: inline-block;
  padding: 0;
  border: none;
}
.block8 .block8__slider .slider__arrows-item--right {
  background: url("../img/img28.png") no-repeat center center;
  width: 39px;
  height: 16px;
  display: inline-block;
  padding: 0;
  border: none;
}
/*.block8 .block8__bowknot {
  background: url("../img/img29.png") center center no-repeat;
  width: 480px;
  height: 364px; 
  position: absolute;
  bottom: -154px;
  z-index: 2;
}*/

.block9 {
  background: url("../img/cardio.png") center no-repeat;
  display: inline-block;
  padding: 60px 0 40px;
  width: 100%;
}
.block9 .block9__header {
  font-family: Arial , sans-serif;
  color: #ffffff;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}
.block9 .block9__header span {
  color: #ffe402;
}
.block9 .block9__row1 {
  margin-top: 40px;
}
.block9 .block9__row1 .block9__old-price{
  background: url("../img/img31.png") left center no-repeat;
  width: 100px;
  height: 53px;
  text-align: left;
  padding-left: 40px;
  vertical-align: middle;
  display: inline-block;
  line-height: 52px;
  font-size: 16px;
  font-family: Arial , sans-serif;
  color: #e63c2e;
  font-weight: 300;
  margin-left: -66px;
  margin-top: -40px;
  z-index: 1;
  position: relative;
  text-decoration: line-through;
}
.block9__old-price .old-price span {
  text-decoration: line-through;
}
.block9 .block9__row1 .block9__new-price {
  background: url("../img/img30.png") left center no-repeat;
  width: 145px;
  height: 70px;
  text-align: left;
  padding-left: 30px;
  vertical-align: middle;
  display: inline-block;
  line-height: 70px;
  font-size: 20px;
  font-family: Arial , sans-serif;
  color: #ffffff;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
.block9 .block9__row1 .block9__new-price span {
  margin-right: 5px;
}
.block9 .block9__row1 .timer {
  vertical-align: top;
  margin-top: -10px;
  width: 200px;
  display: inline-block;
}
.block9 .block9__row1 .timer .span {
  display: inline-block;
}
.block9 .block9__row1 .timer em {
  display: none;
}
.block9 .block9__row1 .timer .timebox {
  display: inline-block;
  margin: 0;
}
.block9 .block9__row1 .timer .timebox span {
  padding: 0 0;
  background: url("../img/img36.png") center center no-repeat;
  height: 48px;
  width: 25px;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  font-family: Arial , sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}
.block9 .block9__row1 .timer .timebox span:first-child {
  margin-right: 3px;
}
.block9 .block9__row1 .timer .dots {
  display: inline-block;
  color: #ffe402;
  width: 15px;
  font-size: 40px;
  line-height: 20px;
  text-align: center;
}
.block9 .block9__row1 .block9__timerBox {
  display: inline-block;
  width: 180px;
  height: 50px;
  vertical-align: top;
}
.block9 .block9__row1 .block9__timerBox .block9__timer-text {
  font-size: 20px;
  font-family: Arial , sans-serif;
  color: #fff;
}
.block9 .block9__row2 {
  display: inline-block;
  margin-top: 30px;
}
.block9 .block9__row2 .block9__button {
  width: 238px;
  height: 47px;
  font-weight: bold;
  margin: 0 auto;
  font-size: 30px;
  font-family: Arial , sans-serif;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: #ffffff;

  background: -moz-linear-gradient(top, #ffffff 0%, #ffca07 100%);

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffca07));

  background: -webkit-linear-gradient(top, #ffffff 0%, #ffca07 100%);

  background: -o-linear-gradient(top, #ffffff 0%, #ffca07 100%);

  background: -ms-linear-gradient(top, #ffffff 0%, #ffca07 100%);

  background: linear-gradient(to bottom, #ffffff 0%, #ffca07 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffca07', GradientType=0);

  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.004);
  text-align: center;
  cursor: pointer;
  color: #e63c2e;
  line-height: 47px;
  text-transform: uppercase;
}
.block9 .block9__row2 .block9__button a {
  text-decoration: none;
  color: #e63c2e;
}
.block9 .block9__row2 .block9__button:hover {
  background: #ecba00;
}
.block10 {
  background: url("../img/img32.png") center center no-repeat;
  width: 480px;
  height: 140px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.block10 .block10__row-1 {
  margin: 15px 0;
  display: block;
}
.block10 .block10__row-1 span {
  width: 210px;
  font-family: Arial , sans-serif;
  font-size: 20px;
  color: #a4191f;
  display: inline-block;
  height: 35px;
}
.block10 .block10__row-1 div.block10__img {
  display: inline-block;
  background: url("../img/img33.png");
  width: 44px;
  height: 35px;
  margin-right: 10px;
}
.block10 .block10__row-2 {
  display: block;
}
.block10 .block10__row-2 span {
  width: 150px;
  font-family: Arial , sans-serif;
  font-size: 20px;
  color: #a4191f;
  display: inline-block;
  height: 35px;
}
.block10 .block10__row-2 div.block10__img {
  display: inline-block;
  background: url("../img/img34.png");
  width: 35px;
  height: 37px;
  margin-right: 20px;
}
.block10 .block10__sert {
  background: url("../img/img35.png");
  width: 162px;
  height: 221px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.block11 {
  background: #000000;
  display: inline-block;
  width: 100%;
}
.block11 .block11__text {
  color: #79442e;
  font-size: 14px;
  font-family: Arial , sans-serif;
  font-style: italic;
  padding: 10px 10px 20px;
  font-weight: normal;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .block2 .block2__row ul{
    margin-top:0;
  }
  .main-wrap {
    max-width: 320px;
    width: 320px;
  }
  .block3 .block3__special .block3__row-2 .price-old span{
    font-size: 12px;
  }
  .block1 {
    background: url("../img/img1.png") #f1ccc9 bottom center no-repeat;
    background-size: 100%;
    min-height: 130px;
    display: inline-block;
  }
  .block1 .block1__header {
    padding-top: 10px;
  }
  .block1 .block1__left,
  .block1 .block1__right {
    width: 162px;
    height: auto;
    padding-top: 62px;
    display: inline-block;
    color: #ffffff;
    font-family: Arial , sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
  }
  .block1 .block1__left {
    background: url("../img/img2.png") center top no-repeat;
    background-size: 60%;
    width: 30%;
    margin-right: 3%;
  }
  .block1 .block1__right {
    background: url("../img/img3.png") center top no-repeat;
    background-size: 60%;
    width: 30%;
    margin-left: 3%;
  }
  .block1 .block1__center {
    width: 30%;
    height: 97px;
    background: url("../img/img4.png") center top no-repeat;
    display: inline-block;
    background-size: 100%;
  }
  .block2 {
    width: 100%;
    background-size: 100%;
  }
  .block2 .block2__header h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom:10px;
    padding-top:0;
  }
  .block2 .block2__row ul li {
    font-size: 13px;
    line-height: 20px;

  }
  .block2 .block2__heart {
    background-size: 100%;
    bottom: -64px;
    width: 90%;
  }
  .block3 .block3__special h4 {
    width: 170px;
  }
  .block3 .block3__special .block3__row-2 .price-old {
    width: 30%;
    background-size: 100%;
  }
  .block3 .block3__special .block3__row-2 .price-old s {
    font-size: 22px;
  }
  .block3 .block3__special .block3__row-2 .price-new {
    width: 28%;
    background-size: 100%;
    margin-left: -22px;
    margin-top: 15px;
  }
  .block3 .block3__special .block3__row-2 .price-new span {
    font-size: 14px;
  }
  .block3 .block3__special .block3__row-3 .block3__timer_text {
    font-size: 15px;
    width: 140px;
  }
  .block3 .block3__row-3 .timer .timebox span {
    width: 18px!important;
    height: 40px!important;
    background-size: 100%!important;
    line-height: 40px !important;
  }
  .block4 {
    background: #3e1618;
    padding: 15px 0 18px;
  }
  .block4 .block4__form {
    padding: 8px 0;
    background: #f1e4e3;
    text-align: center;
  }
  .block4 .block4__form input,
  .block4 .block4__form select {
    margin-bottom: 15px;
    width: 100%;
    height: 42px;
    background: none;
    border: 1px solid #91262b;
    background-color: #ffffff;
    background-size: 100%;
    outline: none;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .input-group {
    width: 240px;
    margin: 0 auto;
  }

  .block4 .block4__form select {
    background: url("../img/img12.png") center center no-repeat;
    background-size: 100%;
    padding-left: 7px;
    color: #701216;
    width: 250px;
  }
  .block4 .block4__form .block4__button {
    width: 250px;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-family: Arial , sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    background: #f54706;

    background: -moz-linear-gradient(top, #f54706 0%, #e01a1c 74%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f54706), color-stop(74%, #e01a1c));

    background: -webkit-linear-gradient(top, #f54706 0%, #e01a1c 74%);

    background: -o-linear-gradient(top, #f54706 0%, #e01a1c 74%);

    background: -ms-linear-gradient(top, #f54706 0%, #e01a1c 74%);

    background: linear-gradient(to bottom, #f54706 0%, #e01a1c 74%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f54706', endColorstr='#e01a1c', GradientType=0);

  }
  .block4 .block4__form .block4__button span {
    color: #ffe402;
  }
  .block4 .block4__form .block4__button:hover {
    background: #d23d05;
  }
  .block5 {
    background: url("../img/img13.png") #4e70c7 center top no-repeat;
    height: auto;
    display: inline-block;
  }
  .block5 .block5__row {
    display: inline-block;
    margin-top: 7px;
  }
  .block5 .block5__row .block5__text {
    font-family: Arial , sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
  }
  .block5 .block5__row-1 .block5__left {
    width: 100%;
    display: inline-block;
  }
  .block5 .block5__row-1 .block5__right {
    display: none;
  }
  .block5 .block5__row-1 .block5__right .block5__heart {
    display: none;
  }
  .block6 {
    width: 100%;
  }
  .block6 .block6__header h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .block6 .block6__row.block6__row1 .block6__left,
  .block6 .block6__row.block6__row3 .block6__left {
    background-size: 100%;
  }
  .block6 .block6__row.block6__row2 .block6__right {
    background-size: 100%;
  }
  .block6 .block6__row .block6__right .block6__text.block6__right-title,
  .block6 .block6__row .block6__left .block6__text.block6__left-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .block6 .block6__row.block6__row4 .block6__img {
    width: 30%;
  }
  .block6 .block6__row.block6__row4 .block6__text,
  .block6 .block6__row.block6__row5 .block6__text,
  .block6 .block6__row.block6__row6 .block6__text {
    width: 60%;
    font-size: 14px;
  }
  .block7 .block7__header {
    font-size: 24px;
    line-height: 30px;
  }
  .block7 .block7__row-2 {
    margin-top: 40px;
  }
  .block7 .block7__row-3 .block7__text {
    font-size: 16px;
    line-height: 26px;
  }
  .block8 .block8__slider .block8__author {
    width: 150px!important;
    height: 90px!important;
    background-size: 100%!important;
  }
  .block8 .block8__slider .glide__arrow {
    top: 60px!important;
    width: 20px;
    height: 10px;
    background-size: 100%;
  }
  .block8 .block8__bowknot {
    width: 100%;
    background-size: 100%;
  }
  .block9 {
    padding: 80px 0 20px;
    background-size: cover;
  }
  .block9 .block9__row1 {
    text-align: center;
  }
  .block9 .block9__row1 .block9__timerBox {
    margin-top: 40px;
  }
  .block9 .block9__row2 {
    text-align: center;
    width: 100%;
  }
  .block10 {
    width: 100%;
  }
  .block10 .block10__sert {
    display: none;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a {

  background: #cdcdcd;
  color: #fff;
  display: block;
  width: 20px !important;
  height: 20px !important;
  margin: 0 3px !important;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
}
.hidden-window .bx-pager .bx-pager-item{
  margin-bottom: 20px !important;
}
.hidden-window .bx-pager{
  margin-bottom: 20px;
}
.glide{position:relative;width:100%;}.glide__wrapper{height:560px;overflow:hidden}.glide__track{position:relative;width:100%;height:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-ms-touch-action:pan-Y;touch-action:pan-Y}.glide__track.dragging{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__slide{width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__arrow{cursor:pointer}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__bullets li{cursor:pointer}.glide--slider .glide__slide{float:left;clear:none}.glide--carousel .glide__slide{float:left;clear:none}.glide--slideshow .glide__wrapper{height:100%}.glide--slideshow .glide__slide{height:100%;position:absolute;top:0;left:0;z-index:-1;-webkit-transform-style:preserve-3d;-webkit-transform:translate3d(0, 0, 0)}.glide--slideshow .glide__slide.active{z-index:1};.glide__arrows{position:absolute;top:50%;width:92%;margin-left:4%}.glide__arrow{position:absolute;z-index:2;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:white;text-transform:uppercase;font:11px Arial,sans-serif;padding:9px 12px;border:2px solid rgba(255,255,255,0.5);border-radius:4px;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.glide__arrow:hover{border-color:white}.glide__arrow.prev{left:0}.glide__arrow.next{right:0}.glide__bullets{position:absolute;bottom:8%;width:100%;text-align:center;list-style:none}.glide__bullets li{display:inline-block;background-color:rgba(255,255,255,0.5);width:12px;height:12px;margin:0 5px;cursor:pointer;border-radius:50%;border:2px solid transparent;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.glide__bullets li:hover{border:2px solid white}.glide__bullets li.active{background-color:white}.glide--slider .glide__arrow{opacity:1;-webkit-transition:visibility 0 ease 150ms,opacity 150ms ease;transition:visibility 0 ease 150ms,opacity 150ms ease}.glide--slider .glide__arrow.disabled{opacity:.5}
form .input-wrapper label {
  display: none;
  pointer-events: none;
}

form .input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

form .input-wrapper .error {
  border: 1px solid red!important;
  padding-top: 6px!important;
}

form .input-wrapper .error+label {
  width: 100%;
  height: 100%;
  color: red;
  display: block !important;
  font-size: 11px;
  line-height: 17px;
  position: absolute;
  top: 0;
  left: 10px;
  text-align: left!important;
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 3px;
  height: 21px;
  background-color: red
}

form .input-wrapper .error+label:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error+label:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg)
}
.footer {
  max-width: 480px!important;
  background: #1b1515!important;
  color: #79442e!important;
}