@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}
@-moz-viewport {
  width: device-width;
  initial-scale: 1;
}
@-webkit-viewport {
  width: device-width;
  initial-scale: 1;
}
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

video,
audio,
canvas {
  display: inline-block;
}

span {
  display: inline-block;
  vertical-align: baseline;
}

a,
input,
button,
textarea,
optgroup,
select,
fieldset,
figure,
legend,
address {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

a,
button,
[type="button"],
[type="submit"] {
  -webkit-transition: color 0.25s, background 0.25s, opacity 0.25s;
  -o-transition: color 0.25s, background 0.25s, opacity 0.25s;
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}

a {
  cursor: pointer;
  -webkit-text-decoration-skip: none;
}

button {
  overflow: visible;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
}

p {
  margin: 0;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}

b,
strong {
  font-weight: 700;
}

img,
svg,
embed,
object,
iframe,
video,
audio,
canvas {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
}

img {
  display: inline-block;
  image-rendering: optimizeQuality;
}

svg {
  color: inherit;
}
svg:not(:root) {
  overflow: hidden;
}

progress {
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font: inherit;
  color: inherit;
  margin: 0;
}

ul,
ol,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
select,
button,
button > *,
a > * {
  display: inline-block;
  vertical-align: baseline;
}

button,
label,
select,
summary,
[type="button"],
[type="submit"],
[type="reset"],
[type="checkbox"],
[type="radio"],
[type="range"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

[type="button"],
[type="submit"],
[type="search"],
[type="radio"],
[type="range"],
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-outer-spin-button,
::-webkit-inner-spin-button,
::-webkit-slider-thumb {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  box-shadow: inset 0 0 0 1000px #fff;
}

::-webkit-details-marker {
  display: none;
}

[type="radio"] {
  -webkit-appearance: radio;
}

[type="number"] {
  -moz-appearance: textfield;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

input,
textarea {
  width: 100%;
}

input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

textarea {
  overflow: auto;
  resize: none;
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

:disabled {
  pointer-events: none;
}

::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
  text-align: center;
}

article p:not(:empty) {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
article img,
article embed,
article object,
article iframe,
article video {
  display: block;
  margin: auto;
}
article span {
  display: inline;
}
article ul,
article ol,
article menu {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
article ul ul,
article ul ol,
article ul menu,
article ol ul,
article ol ol,
article ol menu,
article menu ul,
article menu ol,
article menu menu {
  margin: 0;
  padding-left: 1.3em;
}
article ul > li:before,
article ol > li:before,
article menu > li:before {
  margin-right: 0.7em;
}
article ul > li p,
article ol > li p,
article menu > li p {
  display: inline;
}
article ul > li:before,
article menu > li:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  vertical-align: 10%;
  border-radius: 50%;
  background: #000;
  border: 1px solid #000;
}
article ul > li li:before,
article menu > li li:before {
  background: transparent;
}
article ol {
  counter-reset: count;
}
article ol > li:before {
  content: counter(count) ".";
  counter-increment: count;
}

html {
  font-family: Arial;
  color: #222;
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 320px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1460px) {
  html {
    font-size: 20px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: blue;
}

p {
  padding-bottom: 0.8em;
}
p:last-child {
  padding-bottom: 0;
}
p a {
  display: inline;
  vertical-align: baseline;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row.jcs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accent {
  color: #000;
}

.accent2 {
  color: #000;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(1, 3, 10, 0.68);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 100;
}

/* @media (max-width: 500px) {
  .header .row {
    justify-content: center;
  }
  .logo {
   display: none;
  }
} */

.logo {
  max-height: 50px;
  max-width: 150px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  .logo {
    max-width: 100px;
  }
}

.header .container{ position:relative}
.search-s { position:absolute; top:50%; left:15px; margin:-15px 0 0 0}
.search-s a { display:block; width:30px; height:30px; background:url("") no-repeat;background-size:cover}
.menu-s { position:absolute; top:50%; right:15px; margin:-16px 0 0 0}
.menu-s a { display:block; width:30px; height:30px; background:url("") no-repeat;}

.main {
  margin-top: 20px;
}

.content,
.interview {
  padding-bottom: 2em;
  border-bottom: 2px solid #1d1c1c;
  margin-bottom: 2em;
}

.lead__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 320px) {
  .lead__title {
    font-size: 30px;
  }
}
@media (min-width: 1460px) {
  .lead__title {
    font-size: 30px;
  }
}

.bottom-link {
  font-size: 24px;
  padding: 0.5em 1em 0.6em 1em;
  margin-bottom: 1.5em;
  border-radius: 5px;
  color: #fff !important;
  border:none !important;
  background: #4FC732 !important;
  border-bottom: 3px solid #389620 !important;
  text-decoration: none;
}
@media (max-width: 500px) {
  .bottom-link {
    font-size: 18px;
    margin-bottom: 2em;
  }
}

.content ul {
  list-style: initial;
  margin-left: 20px;
}
.lead__pic {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  max-width: 500px;
  margin-bottom: 2em;
  text-align: center;
}

.lead__caption,
.content__pic-caption {
  padding: 10px;
  text-align: center;
  font-style: oblique;
  background-color: #eee;
}

.lead__text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.5;
}

.content__pic {
  max-width: 500px;
  margin: 2em auto;
  text-align: center;
}

.comments__title {
  margin-bottom: 0.9em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.comments__list {
  margin-bottom: 2em;
}

.comments__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.5em;
}
.comments__item.answer {
  display: none;
}
.comments__item.visible {
  padding: 0.5em;
  margin: -0.5em -0.5em 1em -0.5em;
  opacity: 0;
  background-color: #fff;
  -webkit-animation: load 3s ease-in-out 1.5s forwards;
  animation: load 3s ease-in-out 1.5s forwards;
}
.comments__item.load {
  max-height: 0;
  overflow: hidden;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
    max-height: 0;
    background-color: #fff;
  }
  50% {
    opacity: 0.8;
    max-height: 350px;
    background-color: lightblue;
  }
  100% {
    opacity: 1;
    max-height: 350px;
    background-color: #fff;
  }
}

@keyframes load {
  0% {
    opacity: 0;
    max-height: 0;
    background-color: #fff;
  }
  50% {
    opacity: 0.8;
    max-height: 350px;
    background-color: lightblue;
  }
  100% {
    opacity: 1;
    max-height: 350px;
    background-color: #fff;
  }
}
.comments__avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #838383;
}
.comments__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 500px) {
  .comments__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60px;
    flex: 0 1 60px;
    height: 60px;
  }
}

.comments__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 110px);
  flex: 1 1 calc(100% - 110px);
  margin-left: 10px;
}
/* .comments__body img {
  max-width: 45%;
  margin-right: 20px;
} */
.comments__body img:last-of-type,
.comments__body img:only-of-type {
  margin-right: 0;
}
@media (max-width: 500px) {
  .comments__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 80px);
    flex: 1 1 calc(100% - 80px);
  }
  .comments__body img {
    max-width: 98%;
    margin: 10px auto;
  }
}

.comments__info {
  margin-bottom: 1em;
}

.comments__name {
  font-weight: bold;
}

.comments__date {
  margin-left: 0.5em;
  font-size: 0.8em;
  color: darkgray;
}

footer {
  padding: 1.5em 0;
  background-color: #59c12d;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.6%;
  margin-bottom: 2em;
}

.video-inner,
.video-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-cover {
  z-index: 1;
  overflow: hidden;
}
.video-cover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-cover .img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 0;
}
.video-cover .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 55%;
  width: auto;
  margin-right: 0;
  z-index: 1;
  opacity: 0.5;
}
.video-cover .video-text {
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
}

@media (max-width: 700px) {
  .video-wrap {
    padding-bottom: 100%;
  }
  .video-cover .video-text {
    font-size: 18px;
    padding: 0 10px;
  }
}
.wheel {
  text-align: center;
}

.wheel__title,
.prize__title {
  margin-bottom: 0.8em;
  font-size: 1.5em;
  font-weight: bold;
}

.wheel__wrapper {
  padding: 1.5em;
  border: 2px solid #ff7426;
  margin: 2em 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.order__title {
  font-size: 1.1em;
  font-weight: bold;
}

.wheel__pic {
  position: relative;
}

.prize-wheel {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}

.wheel__cursor {
  width: 158px;
  height: 158px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 500px) {
  .wheel__cursor {
    width: 130px;
    height: 130px;
  }
}

.wheel__cursor-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 45%;
  height: 45%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.spin {
  -webkit-animation: spin 7s ease-in-out forwards;
  animation: spin 7s ease-in-out forwards;
}

@-webkit-keyframes spin {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

@keyframes spin {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}
/*order*/
.order {
  display: none;
}

.order__product {
  position: relative;
  text-align: center;
}

.sale {
  position: absolute;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  top: 17%;
  left: -3%;
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -4px;
  text-shadow: 1px 1px 2px black;
  z-index: 1;
}
@media (max-width: 500px) {
  .sale {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.bottom-teaser .sale {
  display: none;
}
.bottom-teaser .sale.shown {
  display: block;
}

.order__afisha {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
}

.order__info {
  position: absolute;
  bottom: 20%;
  right: 20%;
  -webkit-transform: rotateZ(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotateZ(-7deg);
  padding: 0.8em;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #ff7426;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 20px;
  font-weight: bold;
}
@media (max-width: 500px) {
  .order__info {
    right: 0;
  }
}

.order__lead {
  letter-spacing: 2px;
}

.order__price {
  display: inline-block;
}
.order__price.old {
  text-decoration: line-through;
}
.order__price.new {
  font-size: 2em;
  color: #fff;
  border-bottom: 2px solid #59c12d;
}

.timer {
  font-size: 1.5em;
  margin: 0.5em 0;
  font-weight: bold;
}

.pack {
  font-size: 1.3em;
  font-weight: bold;
}

/*popup*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

.popup {
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500px;
  padding: 2.9em 0.5em 1em 0.5em;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-animation: toUp 1s ease 0.2s forwards;
  animation: toUp 1s ease 0.2s forwards;
}
@media (min-width: 320px) {
  .popup {
    font-size: 16px;
    font-size: calc(0.0070175439 * 100vw + 15.7543859649px);
  }
}
@media (min-width: 1460px) {
  .popup {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  .popup {
    width: 90%;
    max-width: 90%;
  }
}

@-webkit-keyframes toUp {
  100% {
    top: 50%;
  }
}

@keyframes toUp {
  100% {
    top: 50%;
  }
}

.popup__body {
  min-width: 300px;
}

.popup__title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.popup__text {
  padding-bottom: 1em;
}

.popup__icon {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4.2em;
  height: 4.2em;
  border-radius: 100%;
  color: #fff;
}
.popup__icon.prize {
  background-color: #59c12d;
}
.popup__icon.prize:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2.2em;
  height: 1.1em;
  border-left: 3px solid;
  border-bottom: 3px solid;
}
.popup__icon.false {
  background-color: #ff7426;
}
.popup__icon.false:before,
.popup__icon.false:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.2em;
  height: 2px;
  background-color: #fff;
}
.popup__icon.false:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__icon.false:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*teaser*/
.teaser {
  position: fixed;
  bottom: 1%;
  left: -100%;
  max-width: 400px;
  padding: 10px;
  border: 1px solid #838383;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  -webkit-transition: opacity 0.5s ease-in-out, left 1s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, left 1s ease-in-out;
  transition: opacity 0.5s ease-in-out, left 1s ease-in-out;
  opacity: 0;
}
.teaser.visible {
  left: 1%;
  opacity: 1;
}

.comments__header {
  margin-bottom: 0.5em;
  text-transform: uppercase;
  -webkit-animation: blink 3s ease-in-out 0.5s infinite forwards;
  animation: blink 3s ease-in-out 0.5s infinite forwards;
  text-align: center;
}

@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/*float*/
.float {
  position: fixed;
  top: 80px;
  left: -100%;
  width: 260px;
  font-size: 14px;
  -webkit-transition: left 2s ease-in-out;
  -o-transition: left 2s ease-in-out;
  transition: left 2s ease-in-out;
  z-index: 10;
}
.float.visible {
  left: 1%;
}

.float__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px 10px 10px;
  color: #fff;
  background: #ff7426;
}
.float__wrapper .pack {
  color: rgba(1, 3, 10, 0.68);
}
.float__wrapper .pack.animate {
  -webkit-animation: blink 2s ease-in-out;
  animation: blink 2s ease-in-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.float__pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80px;
  flex: 0 1 60px;
  margin-right: 10px;
}
.float__pic img {
  display: block;
  width: 100%;
}

.float__name,
.float__sale {
  font-weight: bold;
  color: rgba(1, 3, 10, 0.68);
}

@media (max-width: 500px) {
  .float {
    width: 190px;
    font-size: 12px;
  }
  .float__wrapper {
    padding: 5px 20px 5px 5px;
  }
}

.overlay-pic,
.overlay-policy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.overlay-policy {
  overflow: auto;
}

.close-pic,
.policy-close {
  position: absolute;
  right: -20px;
  bottom: 100%;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.popup-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.popup-pic img {
  width: 100%;
  display: block;
}

.policy-container {
  position: relative;
  width: 80%;
  padding: 20px;
  margin: 40px auto;
  background: #fff;
}

.policy-close {
  left: 100%;
  bottom: 100%;
}
@media (max-width: 600px) {
  .policy-close {
    left: 90%;
  }
}

.order__form {
  max-width: 500px;
  margin: 0 auto;
}

.order__form-row,
.comments__form-row,
.calc__form-row {
  margin-bottom: 1.1em;
}
.order__form-row label,
.comments__form-row label,
.calc__form-row label {
  display: block;
  margin-bottom: 10px;
}
.order__form-row input,
.comments__form-row input,
.calc__form-row select,
.order__form-row textarea,
.comments__form-row textarea {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #838383;
  border-radius: 5px;
  text-align: center;
}

.calc__form-row select {
  width: 100%;
  border: 1px solid #838383;
}

/* .calc__form {
  margin-bottom: 30px;
} */

.formResult {
  padding: 10px;
  margin: 10px 0;
}
.comments__form {
  max-width: 500px;
  margin: 40px auto;
}

.calc {
  max-width: 500px;
  margin: 0 auto;
}

.comments__form-row input[type="file"] {
  text-align: left;
}

.btn {
  display: inline-block;
  font-size: 1em;
  color: #fff !important;
  padding: 0.5em 1em;
  border: 2px solid transparent;
  border-radius: 5px;
border:none !important;
  background: #4FC732 !important;
  border-bottom: 3px solid #389620 !important;
  -webkit-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  background-color: #fff;
  color: #ff7426;
  border-color: currentColor;
}
.btn--submit {
  background-color: #59c12d;
}
.btn--submit:hover {
  color: #59c12d;
}
@media (max-width: 600px) {
  .btn {
    font-size: 0.8em;
  }
}

.close {
  position: absolute;
  bottom: 105%;
  right: -5%;
  width: 50px;
  height: 50px;
  border: 2px solid;
  border-radius: 100%;
  color: #fff;
}
.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  height: 2px;
  background-color: currentColor;
}
.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-teaser {
  color: #838383;
}
.close-float {
  bottom: auto;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border: none;
}

/*chat*/
.live-chat {
  position: fixed;
  right: 3%;
  bottom: 20px;
  z-index: 100;
}

.live-chat__wrapper {
  position: relative;
  width: 335px;
}
@media (max-width: 400px) {
  .live-chat__wrapper {
    width: 240px;
  }
}

.live-chat__body-wrapper {
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 25px;
  /* background-color: #4c5e67; */
  background-color: #fff;
  -webkit-box-shadow: -5.878px 8.09px 10px 0px rgba(0, 0, 0, 0.21);
  box-shadow: -5.878px 8.09px 10px 0px rgba(0, 0, 0, 0.21);
}

.live-chat__body {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}

.live-chat__title {
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
}

.live-chat__body.open-chat {
  max-height: 500px;
}

.toggle-window__inner-scroll {
  height: 390px;
  padding: 15px 0px 10px 15px;
  margin: 10px 20px 0px 20px;
  overflow: hidden;
  border-bottom: 1px solid #9db0b9;
  border-top: 1px solid #9db0b9;
  background: url("") top center/cover;
}
@media (max-width: 400px) {
  .toggle-window__inner-scroll {
    height: 300px;
  }
}

.live-chat__list {
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.live-chat__list::-webkit-scrollbar {
  width: 10px;
}
.live-chat__list::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
.live-chat__list::-webkit-scrollbar-thumb {
  background: #ff7426;
  border-radius: 5px;
}

.live-chat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
}
.live-chat__item .live-chat__user {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-left: 15px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
.live-chat__item .live-chat__message {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
}
.live-chat__item .live-chat__time {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
  margin-bottom: 5px;
}

.live-chat__my-message .live-chat__user {
  text-align: right;
  margin-right: 15px;
  margin-left: 0;
}

.live-chat__my-message .live-chat__message {
  font-weight: 600;
  font-size: 14px;
  background: #e1ffc7;
}

.live-chat__my-message .live-chat__time {
  text-align-last: left;
}

.icon-avatar {
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.live-chat__time {
  padding: 10px 0 5px 0;
  font-size: 12px;
  text-align: center;
}

.textarea-wrapper {
  font-size: 0;
  margin: 10px 20px;
}
.textarea-wrapper .label-for-textarea {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  border: 1px solid #ddd;
  height: 55px;
  width: calc(100% - 40px);
  overflow: hidden;
}
.textarea-wrapper .live-chat-textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0px 10px 0 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: auto;
  background-color: transparent;
  font-size: 14px;
  font-family: inherit;
}
.textarea-wrapper .live-chat-textarea::-webkit-input-placeholder {
  opacity: 0.5;
  color: inherit;
}
.textarea-wrapper .live-chat-textarea:-ms-input-placeholder {
  opacity: 0.5;
}
.textarea-wrapper .live-chat-textarea::-ms-input-placeholder {
  opacity: 0.5;
}
.textarea-wrapper .live-chat-textarea::placeholder {
  opacity: 0.5;
  color: inherit;
}
.textarea-wrapper .live-chat-textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.textarea-wrapper .live-chat-textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.textarea-wrapper .live-chat-textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.textarea-wrapper .live-chat-textarea:focus::placeholder {
  opacity: 0;
}
.textarea-wrapper .btn-sent-message {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.textarea-wrapper .btn-sent-message:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  background-image: url("");
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 40px;
  margin-left: auto;
}

.live-chat__new-message {
  position: absolute;
  top: -14px;
  left: 20px;
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 29px;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #d03232 0%, #ff4545 100%);
  background-image: -webkit-linear-gradient(0deg, #d03232 0%, #ff4545 100%);
  background-image: -ms-linear-gradient(0deg, #d03232 0%, #ff4545 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d03232), to(#ff4545));
  background-image: -webkit-linear-gradient(bottom, #d03232 0%, #ff4545 100%);
  background-image: -o-linear-gradient(bottom, #d03232 0%, #ff4545 100%);
  background-image: linear-gradient(0deg, #d03232 0%, #ff4545 100%);
  z-index: 2;
}

.live-chat__new-message.new {
  animation: tremor 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}

.btn--close-chat {
  position: relative;
  width: 100%;
  border-radius: 25px;
  line-height: 1;
  z-index: 1;
}
.btn--close-chat:hover {
  background-color: #59c12d;
  color: #ffffff;
}

.btn--close-chat .close-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.close-chat {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 40px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
}
@-webkit-keyframes new-message {
  70% {
    opacity: 1;
  }
}

@keyframes new-message {
  70% {
    opacity: 1;
  }
}

@-webkit-keyframes new-message-count {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes new-message-count {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*prize*/
.prize__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.prize__item {
  position: relative;
  width: 24%;
  margin: 20px 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.prize__item img {
  width: 100%;
}
.prize__item.open .prize__cap {
  top: -30% !important;
}
.prize__item.open .prize__contents {
  top: 22%;
}
@media (max-width: 600px) {
  .prize__item {
    width: 32%;
  }
}
.prize__item:hover {
  -webkit-animation: tremor 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: tremor 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@-webkit-keyframes tremor {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes tremor {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

.prize__cap {
  position: absolute;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.prize__body {
  position: relative;
}

.prize__shadow {
  position: absolute;
  z-index: -1;
}

.prize__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 40%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.prize__contents > [class*="prize"] {
  position: absolute;
}

.prize__product img {
  width: 65%;
}
@media (max-width: 600px) {
  .prize__product img {
    width: 55%;
  }
}

.prize__pic {
  display: none;
}

.prize__dig {
  font-size: 2.5em;
  color: red;
  font-weight: bold;
}
@media (max-width: 600px) {
  .prize__dig {
    font-size: 1.5em;
  }
}

/*spinner*/
.live-chat__spinner {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  width: 100px;
  height: 20px;
  z-index: 100;
}
.live-chat__spinner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: shadowSize 2s ease-in infinite;
  animation: shadowSize 2s ease-in infinite;
  color: #ff7426;
}

@-webkit-keyframes shadowSize {
  0% {
    -webkit-box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
    box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
  }
  20% {
    -webkit-box-shadow: 15px 0 0 5px, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
    box-shadow: 15px 0 0 5px, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
  }
  40% {
    -webkit-box-shadow: 15px 0 0 0, 30px 0 0 5px, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
    box-shadow: 15px 0 0 0, 30px 0 0 5px, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
  }
  60% {
    -webkit-box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 5px, 60px 0 0 0, 75px 0 0 0;
    box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 5px, 60px 0 0 0, 75px 0 0 0;
  }
  80% {
    -webkit-box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 5px, 75px 0 0 0;
    box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 5px, 75px 0 0 0;
  }
  100% {
    -webkit-box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 5px;
    box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 5px;
  }
}

@keyframes shadowSize {
  0% {
    -webkit-box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
    box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
  }
  20% {
    -webkit-box-shadow: 15px 0 0 5px, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
    box-shadow: 15px 0 0 5px, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
  }
  40% {
    -webkit-box-shadow: 15px 0 0 0, 30px 0 0 5px, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
    box-shadow: 15px 0 0 0, 30px 0 0 5px, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
  }
  60% {
    -webkit-box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 5px, 60px 0 0 0, 75px 0 0 0;
    box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 5px, 60px 0 0 0, 75px 0 0 0;
  }
  80% {
    -webkit-box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 5px, 75px 0 0 0;
    box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 5px, 75px 0 0 0;
  }
  100% {
    -webkit-box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 5px;
    box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 5px;
  }
}

/*gallery-pic*/

.content__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 20px 0;
}

.content__gallery.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content__gallery-pic {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  border: 2px solid#eee;
  margin: 0px 5px;
}

@media (max-width: 600px) {
  .content__gallery-pic {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 10px 0;
  }
}

blockquote {
  padding: 0.5em 0 0.5em 1.1em;
  margin: 0 0 0.5em 0.9em;
  border-left: 3px solid #9a9a9a;
  font-size: 1.1em;
  font-style: italic;
}

* { font-style: normal !important}
.formResult { text-align:center}


footer{padding:1em 0;background-color:#59c12d;text-align:center}
.copy-pilsen{display:flex;align-items:center;justify-content:center;color:#fff}
.copy-pilsen img{display:block;margin-left:10px;height:28px}
.copy-pilsen p{margin:0;font-size:14px;padding:0}

@media (max-width: 600px) {

  .copy-pilsen p{ font-size:13px}
}

.prize__wrapper {padding: 1.5em;
    border: 2px solid #c82333;
    margin: 2em 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 5%);}
	
.wheel .accent2{color: #59c12d;}
h1.lead__title{ font-size:30px !important; font-family:Verdana, Geneva, sans-serif}
html{ font-size:20px !important; font-family: Verdana, Geneva, sans-serif !important}
.lead__title.accent2, .lead__caption, .wheel__title, .prize__title, .comments__title {font-size:20px !important; font-family: Verdana, Geneva, sans-serif !important}


.alert-block {
    padding: 15px !important;
    margin: 0 0 20px !important;
    text-align: center;
    border: 1px solid #000;
    background: #fff2cc;
    margin: 30px 0 30px 0;
}

.main .left_count {
    background: #4fc732;
    padding: 23px;
    margin: 12px auto;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 40px;
    border-radius: 5px;
    line-height: 36px;
    margin-bottom: 33px;
}
.content__pic a {
 display: block;
 }
 .notice {
 margin: 10px 0;
 font-size: .9em;
 }
 .main-gkk{min-width:300px;overflow:hidden;line-height:normal;font-size:14px;text-align:left}
 .main-gkk img{width:auto;max-width:100%}
 .form-gkk{font-family:'Open Sans',sans-serif}
 .wrap-form-gkk *{box-sizing:border-box;outline:0}
 .wrap-form-gkk{padding:10px 8px 10px 8px;max-width:378px;margin:10px auto;box-sizing:border-box}
 .form-gkk{border:1px solid #dbdce0;box-sizing:border-box;border-radius:10px;padding:0}
 .form-body-gkk__form{padding:0 15px 8px 15px}
 .header-gkk{background:rgba(219,220,224,0.3);height:50px;display:flex;align-items:center;padding:0 12px 0 12px}
 .logo-gkk{margin-right:10px}
 .logo-gkk img{display:block}
 .right-header-gkk{display:flex;margin-left:auto;align-items:center;justify-content:flex-end}
 .text-header-gkk{position:relative;top:0;max-width:190px;font-size:9px;line-height:10px;text-align:left;color:#000}
 .flag-header-gkk{margin-left:10px}
 .flag-header-gkk img{display:block;max-width:34px}
 .body-pilsen-gkk{padding:5px 15px 0 15px;margin:0 0 12px 0}
 .tit-pilsen-gkk{margin:0 0 13px 0;font-size:20px;width:100%;line-height:28px;font-weight:400;text-align:center}
 .tit-pilsen-gkk b{position:relative;z-index:5;display:inline-block;font-weight:400}
 .tit-pilsen-gkk b:before{position:absolute;left:-1%;top:0;width:102%;height:100%;z-index:-1;content:'';display:block;background:#fff280}
 .tovar-gkk{display:flex;align-items:center}
 .img-tovar-gkk{position:relative;width:50%;text-align:center}
 .img-tovar-gkk img{display:block;display:block;margin:0 auto;max-width:100%}
 .in-img-gkk{position:relative;display:inline-block;max-width:90%}
 .die-price-gkk{position:absolute;bottom:-11px;right:-8px;width:108px;height:75px;background:url("") no-repeat;background-size:cover}
 .desc-tovar-gkk{width:129px;margin-left:7px}
 .reviews-gkk{margin:0 0 7px 0;background:#fafafa;border-radius:5px;padding:8px 7px 4px 8px}
 .in-desc-gkk{width:129px}
 .link-reviews-gkk{margin:0 0 2px 0;font-size:8px;line-height:11px;font-weight:700}
 .bot-reviews-gkk{display:flex;align-items:center}
 .star-gkk{position:relative;top:1px;display:flex;margin-right:4px}
 .item-star-gkk{width:10px;height:10px;margin-left:2.46px;background:url("") no-repeat;background-size:cover}
 .item-star-gkk2{background:url("") no-repeat;background-size:cover}
 .item-star-gkk:first-child{margin-left:0}
 .avail-gkk{font-size:16px;line-height:22px;font-weight:700;white-space:nowrap}
 .avail-gkk span{font-size:8px;line-height:11px}
 .die-gkk{margin:0 0 7px 0}
 .die-gkk img{display:block;max-width:100%}
 .block-price-gkk{margin:21px 0 0 0}
 .old-price-gkk{font-size:14px;line-height:20px;color:#1e323c}
 .old-price-gkk span{position:relative}
 .old-price-gkk span:before{position:absolute;top:50%;left:0;content:'';display:block;height:1px;width:100%;background:red}
 .new-price-gkk{font-size:30px;line-height:39px;font-weight:700;color:#1e323c}
 .wining-gkk{margin-top:1px}
 .wining-gkk img{display:block;width:100%}
 .protect-gkk{text-align:center;margin:18px 0 0 0;color:#333}
 .in-protect-gkk{position:relative;display:inline-block;vertical-align:top;padding:0 0 0 26px;font-size:8px;line-height:11px;color:#000}
 .in-protect-gkk:before{position:absolute;top:50%;left:0;width:17px;height:20px;margin:-11px 0 0 0;content:'';display:block;background:url("protectsvg.svg") no-repeat}
 .bottom-gkk{display:flex;justify-content:space-between;margin-left:-2px}
 .img-bot-gkk{margin-left:2px}
 .img-bot-gkk img{display:block;width:100%}
 .marg-gkk{margin-left:2px;margin-right:0}
 .tit-wing-gkk{font-family:Arial;margin:0 0 3px 5px;font-style:normal;font-weight:bold;font-size:10px;line-height:14px}
 .info-wing-gkk{font-size:6px;line-height:8px;font-weight:700;text-transform:uppercase;margin:3px 0 0 0;font-family:Arial,Helvetica,sans-serif}
 .info-wing-gkk span{color:#eb4b35}
 .btn-gkk button:disabled{background:#99d79a;border-color:#74a875;cursor:default}
 .field-gkk.no-uppercase label{text-transform:none;color:#606368}
 .in-price-gkk{position:relative;top:14px;text-align:center;transform:rotate(11deg)}
 .old-price_gkk{font-size:11px;text-transform:uppercase;line-height:15px;color:#000;font-weight:700}
 .tit-in-price-gkk{font-size:7px;line-height:11px;color:#fff}
 .new-price-gkk{font-size:14px;line-height:20px;font-weight:700;color:#fff;font-family:Arial,Helvetica,sans-serif}
 .new-price-gkk span{position:relative}
 .new-price-gkk span:before{position:absolute;bottom:-1px;left:0;width:100%;content:'';display:block;height:2px;background:rgba(255,255,255,0.9)}
 .die-gkk1{width:129px;height:45px;font-size:8px;font-weight:700;line-height:11px;align-items:center;background:url("") no-repeat;display:flex;padding-left:45px;padding-right:15px}
 .die-gkk2{width:129px;height:45px;font-size:9px;line-height:13px;font-weight:700;align-items:center;background:url("") no-repeat;display:flex;padding-left:45px;padding-right:15px}
 .btn-gkk{margin-top:13px}
 .btn-gkk button{background:#4fc732;border-radius:5px;border:0;width:100%;padding:0;height:53px;border-bottom:3px solid #389620;outline:0;cursor:pointer;font-family:'Open Sans',sans-serif;font-weight:400;font-style:normal;font-weight:normal;font-size:18px;color:#fff;cursor:pointer}
 .field-gkk{position:relative;margin-bottom:19px}
 .field-last-gkk{margin-bottom:15px}
 .field-gkk input{background:#fff;padding:0 20px 0 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #dbdce0;border-radius:5px;outline:0;height:50px;width:100%;font-size:15px;line-height:10px;font-family:'Open Sans',sans-serif}
 .field-gkk label{position:absolute;pointer-events:none;left:20px;z-index:20;font-weight:400;line-height:normal;top:15px;font-size:14px;background:#fff;transition:.05s;text-transform:uppercase}
 .field-gkk.act-gkk label{top:-7px;padding:0 5px 0 5px;font-style:normal;font-weight:bold;font-size:11px;color:#00b67a;text-transform:none}
 .field-gkk.act-gkk input{border-color:#00b67a}
 .flag img{height:17px;display:block}
 .arrow-p{margin-left:8px}
 .btn-gkk button.disabled{background:#9ed6c3;border-color:#7ac2aa;cursor:default}
 .all-gkk-phone{position:relative}
 .new-price-bl{text-align:center;margin:10px 0 0 0}
 .tit-new-price-bl{font-size:14px;line-height:20px;margin:0 0 4px 0}
 .die-new-price-bl{background:url("") no-repeat;width:140px;height:66px;text-align:center;flex-direction:column;display:flex;align-items:center;justify-content:center;color:#fff}
 .die-new-price-bl s{display:block;font-size:10px;line-height:14px;color:#000}
 .sm-price-new{font-size:10px;line-height:14px}
 .it-price-new{font-size:16px;line-height:22px}
 .bl-timer-new{margin:0 0 26px 0}
 .tit-timer-new{text-align:center;font-size:14px;line-height:14px;margin:0 0 15px 0}
 .timer-new-bl{text-align:center;color:#fff;font-weight:700;font-size:18px;letter-spacing: 5px;}
 .in-timer-new-bl{position:relative;display:inline-flex;background:#4fc732;background:-moz-linear-gradient(top,rgba(79,199,50,1) 0,rgba(41,154,11,1) 100%);background:-webkit-linear-gradient(top,rgba(79,199,50,1) 0,rgba(41,154,11,1) 100%);background:linear-gradient(to bottom,rgba(79,199,50,1) 0,rgba(41,154,11,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fc732',endColorstr='#299a0b',GradientType=0);height:32px;padding:0 5px 1px 10px;align-items:center;border-radius:5px}
 .in-timer-new-bl:before{content:'';display:block;height:100%;top:0;left:50%;position:absolute;width:1px;background:#fff;margin-left:-1px}
 
 .new-price-all{margin:12px 0 0 0; text-align:center}
 .old-price-bl2{font-size:14px;line-height:20px}
 .old-price-bl2 span{position:relative}
 .old-price-bl2 span:before{position:absolute;top:50%;left:0;content:'';display:block;height:2px;width:100%;background:#eb4b35}
 .new-price-bl2{font-size:20px;line-height:31px}
 
 .in-timer-new-bl span{ color:#fff}
 .logo img {
     display: block;
     max-width: 100%;
     height: 40px;
 }
 
 /*style fix*/
 .popup .btn{padding:0}
 .popup .btn a{width:80px;height:46px;display:flex;align-items:center;justify-content:center;font-size:19px;padding:2px 0 0 0}
 .main-gkk{font-weight:400}
 .in-protect-gkk{font-size:10px}
 .old-price-bl2{font-size:16px}
 .new-price-bl2{font-size:20px}
 
 
 .list-sertif-ss { margin:30px 0 30px 0}
 .list-sertif-ss ul { list-style-type: none; margin:-20px 0 0 -20px; padding:0; display: flex; flex-wrap:wrap}
 .list-sertif-ss ul li { margin:20px 0 0 20px; width:calc(33.333% - 20px); padding:0; background:none; border:1px solid #ccc}
 .list-sertif-ss ul li img { display:block; max-width:100%}
 
 
 /*new form*/
 .main-gkk-new .form-gkk *{font-family:Verdana,Geneva,sans-serif!important}
 .main-gkk-new .logo-gkk{min-width:90px}
 .main-gkk-new .logo-gkk img{width:90px}
 .main-gkk-new .text-header-gkk{text-align:center;font-size:14px;line-height:15px}
 .main-gkk-new .flag-header-gkk{width:88px;min-width:88px;display:flex;justify-content:flex-end}
 .main-gkk-new .flag-header-gkk img{max-width:60px}
 .main-gkk-new .header-gkk{height:60px;padding-left:8px;padding-right:8px}
 .main-gkk-new .in-timer-new-bl{padding-top:0}
 .main-gkk-new .tit-timer-new{font-size:20px}
 .main-gkk-new .tit-field{font-size:20px;font-style:normal;font-weight:700;margin:0 0 2px 0}
 .main-gkk-new .field-gkk{margin-bottom:8px}
 .main-gkk-new .in-protect-gkk{font-size:12px}
 .main-gkk-new .field-gkk input{font-size:20px;font-family:Verdana,Geneva,sans-serif}
 .main-gkk-new .btn-gkk button{font-size:20px;font-family:Verdana,Geneva,sans-serif;border-bottom:3px solid #74a875;font-weight:400;max-width:96%;margin:0 auto;display:block}
 .main-gkk-new .protect-gkk{margin-top:12px}
 .main-gkk-new .field-gkk input{height:60px}
 .main-gkk-new .big-old-price{font-size:20px;text-align:center;margin:0 0 4px 0;color:#999}
 .main-gkk-new .big-old-price s{text-decoration:none;position:relative}
 .main-gkk-new .big-old-price s:before{position:absolute;top:50%;left:0;content:'';display:block;width:110%;margin:0 0 0 -5%;height:1px;background:#000}
 .main-gkk-new .big-new-price{font-size:20px;text-align:center;margin:0 0 17px 0;font-weight:700}
 .main-gkk-new .body-pilsen-gkk{padding-left:5px}
 .main-gkk-new .list-benef-tov{padding:20px 0 20px 0}
 .main-gkk-new .line-benf-tov{display:flex;align-items:center;margin:0 0 15px 0}
 .main-gkk-new .line-benf-tov:last-child{margin-bottom:0}
 .main-gkk-new .text-benef-tov{font-size:20px;text-align:center;min-width:91px;max-width:91px}
 .main-gkk-new .img-benef-tov{min-width:61px;margin:0 0 0 10px}
 .main-gkk-new .img-benef-tov img{display:block}
 .main-gkk-new .desc-tovar-gkk{width:161px;min-width:161px;margin-left:0}
 .main-gkk-new .wrap-form-gkk{padding-left:0;padding-right:0}
 .form-body-gkk__form{padding-left:10px;padding-right:10px}
 .line-info-price{display:flex;padding:0 10px 0 10px;margin:0 0 20px 0;align-items:center}
 .left-info-price{min-width:50%;max-width:50%;width:50%;text-align:center}
 .old-info-price{margin:0 0 12px 0;white-space:nowrap;color:#818181;text-align:center;text-shadow:0 4px 4px rgba(0,0,0,.25);font-size:24px;font-style:normal;font-weight:400;line-height:28px}
 .old-info-price span{position:relative}
 .old-info-price span:before{position:absolute;top:50%;left:0;background:#818181;content:'';display:block;height:1px;width:105%;margin-left:-2.5%}
 .new-info-price{color:#55a358;white-space:nowrap;text-align:center;text-shadow:0 4px 4px rgba(0,0,0,.25);font-family:Open Sans;font-size:28px;font-style:normal;font-weight:700;line-height:34px}
 .right-info-price{min-width:50%;max-width:50%;width:50%;text-align:center}
 .disc-info-price{border-radius:10px;padding:5px 5px 10px 5px;background:linear-gradient(0deg,rgba(120,228,125,.1) 0,rgba(120,228,125,.1) 100%),#55a358;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);color:#fff}
 .num-disc{color:#fff;font-size:24px;font-style:normal;font-weight:700;line-height:140%}
 .text-disc{color:#000;text-align:center;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:20px;margin:0 0 6px 0}
 .right-info-price .time{color:#fff;font-weight:700;font-size:20px}
 .flag-header-gkk{margin-left:0}
 .lead__caption{font-style:normal!important}
 .alert-block{padding:15px!important;margin:0 0 20px!important;text-align:center;border:1px solid #000;background:#fff2cc;margin:30px 0 30px 0}
 .alert-block p{margin:0 0 20px 0}
 .alert-block img{display:block;margin:0 auto}
 .main .left_count{background:#4fc732;padding:23px;margin:12px auto;width:178px;color:#fff;text-shadow:0 -1px 0 #000,0 -1px 0 #000,0 1px 0 #000,0 1px 0 #000,-1px 0 0 #000,1px 0 0 #000,-1px 0 0 #000,1px 0 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-size:40px;border-radius:5px;line-height:36px;margin-bottom:33px}
 @media (max-width:420px){
 .main-gkk-new .in-protect-gkk{text-align:left;line-height:normal;max-width:286px}
 }
 @media (max-width:392px){
 .main-gkk-new .text-header-gkk{font-size:13px}
 .new-info-price{font-size:26px}
 }
 @media (max-width:375px){
 .main-gkk-new .flag-header-gkk{width:78px;min-width:78px}
 .main-gkk-new .flag-header-gkk{width:72px;min-width:72px}
 }
 /*new form*/
 
 
 /*new header*/
 .wr-header-pilsen-gkk{background:rgba(219,220,224,.15);border-radius:10px 10px 0 0;}
 .header-pilsen-gkk{position:relative;height:62px;padding:0 25px 0 25px;max-width:1000px;display:flex;align-items:center; margin-left:auto; margin-right:auto}
 .but-menu-gkk{cursor:pointer}
 .but-menu-gkk span{position:relative;display:block;width:22px;height:3px;background:#1e323c}
 .but-menu-gkk span:before{position:absolute;top:-6px;left:0;content:'';display:block;height:3px;width:22px;height:3px;background:#1e323c}
 .but-menu-gkk span:after{position:absolute;bottom:-6px;left:0;content:'';display:block;height:3px;width:22px;height:3px;background:#1e323c}
 .logo-pils-gkk{position:absolute;top:50%;left:50%;margin:-19px 0 0 -20px}
 .logo-pils-gkk img{display:block}
 .ring-gkk{width:15px;height:16px;background:url("ring-gkk.svg") no-repeat;background-size:cover;margin-left:auto;cursor:pointer}
 
 .wr-footer-gkk{ position:relative;background:#fafafa;border-radius:0; position:relative; z-index:999999999999}
 .footer-gkk{display:flex;padding:15px 28px 15px 19px;flex-direction:column;font-family:Verdana,Geneva,sans-serif;justify-content:center;min-height:70px;display:flex;align-items:center; max-width:555px; margin-left:auto; margin-right:auto}
 .logo-f-gkk{width:32px;margin:4px 10px 0 0}
 .logo-f-gkk img{display:block;width:32px; min-width:32px}
 .footer-right-gkk{margin:0 0 6px 10px; display: flex; align-items:center; justify-content:center}
 .footer-right-gkk p{margin:0 0 0 0;font-size:14px;line-height:19px}
 .footer-right-gkk+ul{list-style-type:none;margin:0 0 0 -33px;padding:0;display:flex;justify-content:center}
 .footer-right-gkk+ul li{font-size:14px;line-height:19px;margin:0 0 0 33px;padding:0;line-height:normal;color:#000}
 .footer-right-gkk+ul li a{color:#000;text-decoration-line:underline}
 
 
 /*new block product*/
 .wr-prod-new{padding:15px 10px 15px 10px}
 .block-prod-new{border-radius:9px;border:1px solid #dbdce0;padding:5px 5px 15px 5px;background:#fff}
 .tit-body-prod-new{font-size:21px;text-align:center;margin:0 0 15px 0;font-style:normal;font-weight:700;line-height:140%}
 .body-prod-new{display:flex}
 .left-prod-new{padding:0 6px 0 0;width:calc(100% - 140px)}
 .img-prod-new{margin:0 0 19px 0;min-height:184px;display:flex;align-items:center;justify-content:center}
 .img-prod-new img{display:block;max-width:100%;margin:0 auto}
 .price-prod-new{text-align:center}
 .price-prod-new s{position:relative;color:#818181;text-align:center;text-shadow:0 4px 4px rgba(0,0,0,.25);text-decoration:none;font-size:24px;font-style:normal;font-weight:400;line-height:20px}
 .price-prod-new s:before{position:absolute;top:50%;left:0;background:#818181;content:'';display:block;height:1px;width:100%}
 .price-prod-new p{color:#55a358;white-space:nowrap;margin:4px 0 2px 0;padding:0;text-align:center;text-shadow:0 4px 4px rgba(0,0,0,.25);font-size:35px;font-style:normal;font-weight:700;line-height:48px}
 .right-prod-new{min-width:140px;max-width:140px;width:140px}
 .name-prod-new{font-size:18px;font-style:normal;margin:-5px 0 4px 0;font-weight:700;line-height:140%;text-align:center}
 .coms-prod-new{position:relative;border-radius:5px;margin:0 0 7px 0;border:1px dashed #d5e14f;background:#fafafa;padding:19px 5px 7px 5px}
 .ico-avail-new{position:absolute;left:13px;top:6px}
 .ico-avail-new img{display:block}
 .ico-star-new{position:absolute;top:6px;right:10px}
 .ico-star-new img{display:block}
 .bot-coms-prod-new{display:flex;align-items:flex-end; justify-content:center}
 .nums-option-new{font-size:7px;white-space:nowrap;font-style:normal;font-weight:700;line-height:140%;color:#1e323c}
 .avail-prod-new{position:relative;top:1px;white-space:nowrap;color:#1e323c;margin:0 0 0 4px}
 .avail-prod-new b{font-size:13px;font-style:normal;font-weight:700;line-height:140%}
 .avail-prod-new span{font-size:8px;font-style:normal;font-weight:700;line-height:140%}
 .die-pilsen-new{margin:0 0 6px 0;background:url("ico-pilsen-new.svg") no-repeat;color:#fff;padding:0 20px 2px 27px;min-height:20px;font-size:10.083px;font-style:normal;font-weight:400;line-height:140%;display:flex;align-items:center}
 .die-prod-new1{display:flex;padding:0 15px 0 52px;align-items:center; text-align:right;background:url("die-prod-new1.svg") no-repeat;background-size:100% auto;width:140px;height:48px;color:#d5e14f;font-size:8px;font-style:normal;margin:0 0 5px 0;font-weight:600;line-height:140%}
 .die-prod-new2{color:#2d5be3; text-align:right;font-size:8px;font-style:normal;font-weight:600;line-height:140%;display:flex;padding:0 15px 0 52px;align-items:center;background:url("die-prod-new2.svg") no-repeat;background-size:100% auto;width:140px;height:48px}
 .block-stock-new{margin:7px 0 0 0}
 .tit-stock-new{color:#000;text-align:center;font-size:12px;margin:0 0 -1px 0;font-style:normal;font-weight:700;line-height:140%}
 .die-stock-new{display:flex;align-items:center;padding:5px;background:url("back-stock.svg") no-repeat;width:100%;height:45px; justify-content:center}
 .perc-stock-new{color:#fff;font-size:21px;font-style:normal;font-weight:700;line-height:140%}
 .text-stock-new{color:#fff;text-align:center;font-size:13px;font-style:normal;font-weight:700;line-height:100%}
 .wr-but-green{display:none;position:fixed;bottom:0px;left:0;z-index:9999;width:100%;text-align:center}
 .but-green-new a{width:100%;background:#4fc732;text-decoration:none;border-radius:0;border:0;padding:0 15px 0 15px;height:38px;border-bottom:3px solid #389620;outline:0;cursor:pointer;font-weight:400;font-style:normal;font-weight:400;font-size:18px;color:#fff;cursor:pointer;font-size:20px;font-family:Verdana,Geneva,sans-serif;border-bottom:3px solid #74a875;font-weight:400;margin:0 auto;display:inline-flex;align-items:center;justify-content:center}
 @media (max-width:400px){
 .tit-body-prod-new{font-size:19px}
 .price-prod-new p{font-size:30px}
 .price-prod-new s{font-size:24px}
 }
 
 
 .comments__avatar{width:32px;height:32px;flex:0 1 32px}
 .comments__name{font-size:20px;color:#365899}
 .comments__text{font-size:20px}
 .comments__info{margin-bottom:10px}
 .comments__item{border-bottom:1px solid #e1e2e3;padding-bottom:10px;margin-bottom:10px}
 .comment-action{padding-left:0}
 .like,.like-count,.reply{color:#365899;font-size:13px;cursor:pointer;margin-right:10px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
 .like:after,.reply:after{content:" · ";position:absolute;font-weight:700;right:-10px;top:0;color:#90949c}
 .like-count{padding-left:20px;position:relative}
 .like-count:before{content:'';position:absolute;width:18px;height:18px;left:0;background-image:url("autoCommentsLike.webp")}
 .comment-date{font-size:13px;color:#90949c;position:relative}
 .like:hover,.reply:hover{ text-decoration:underline}
 .comments__form{ background:#f0f0f0; padding:20px; border-radius:5px; border:1px solid #c2c2c2}
 
 .comments__form-row input, .comments__form-row textarea{ border:1px solid #ccd3de !important; border-radius:0  !important; background:#fff; font-size:20px;}
 .comments__form-row label { font-size:20px; margin-bottom:5px}
  .comments__form .btn { background:#3b5998 !important; font-size:14xp !important; border:none !important; border-radius:0}
 
 .wheel__cursor-text{ font-size:16px}
 
 .one-prod img {
     display: block;
     margin: 0 auto;
 }
 
 .one-prod {
     text-align: center;
     margin: 20px 0 20px 0;
 }
 
 .wr-footer-gkk{ position:relative;background:#fafafa;border-radius:0; position:relative; z-index:999999999999}
 .footer-gkk{display:flex;padding:15px 28px 15px 19px;flex-direction:column;font-family:Verdana,Geneva,sans-serif;justify-content:center;min-height:70px;display:flex;align-items:center; max-width:1000px; margin-left:auto; margin-right:auto}
 .logo-f-gkk{width:32px;margin:4px 10px 0 0}
 .logo-f-gkk img{display:block;width:32px; min-width:32px}
 .footer-right-gkk{margin:0 0 6px 10px; display: flex; align-items:center; justify-content:center; max-width:555px}
 .footer-right-gkk p{margin:0 0 0 0;font-size:14px;line-height:19px}
 .footer-right-gkk+ul{list-style-type:none;margin:-7px 0 0 -33px;padding:0;display:flex;justify-content:center; flex-wrap:wrap}
 .footer-right-gkk+ul li{font-size:14px;line-height:19px;margin:7px 0 0 33px;padding:0;line-height:normal;color:#000}
 .footer-right-gkk+ul li a{color:#000;text-decoration-line:underline}