@import 'https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic-ext,latin-ext&display=swap';
@import 'https://fonts.googleapis.com/css?family=Exo+2:300,700&subset=cyrillic,latin-ext&display=swap';

*::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis
}

*::-moz-placeholder {
  color: #616161;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis
}

*:-moz-placeholder {
  color: #616161;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis
}

*:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis
}

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

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

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

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

*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0
}

.old-price {
  text-decoration: line-through
}

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

[hidden] {
  display: none
}

a {
}

a:active, a:hover {
}

ul, ol {
  list-style-type: none
}

img, video {
  max-width: 100%;
  max-height: 500px
}

.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 360px
}

@media only screen and (max-width: 500px) {
  .container {
    width: 290px
  }

  .media_wrap p {
    font-size: 14px
  }
}

.container:before, .container:after {
  content: " ";
  display: table;
  clear: both
}

.num {
  background: #d4282c;
  color: #ffffff;
  display: inline-block;
  height: 25px;
  width: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  left: 0;
  top: -3px;
}

body {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000;
  background-color: #fff
}

select {
  background-image: url(../images/select.png);
  background-color: #fff;
  background-position: 93% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

select::-ms-expand {
  display: none
}

.main {
  overflow-x: hidden
}

[class^="block_"] {
  position: relative
}

.media_wrap {
  position: relative
}

.media_wrap img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%
}

.media_wrap p {
  padding: 0 75px;
  text-align: center;
  font-size: 19px
}

.media_wrap p span {
  display: block;
  margin: 5px 0
}

.media_wrap p .blue {
  color: #05a8f9
}

.rose {
  color: #fff;
  font-size: 131%;
  float: left;
  width: 55%
}

.block_1 .sec-2 {
  margin: 10px 0 0;
}

.block_1 .sec-2:after {
  content: '';
  display: block;
  clear: both;
}

.rose p {
  margin: 0 0 20px;
  position: relative;
  padding-left: 30px;
}
.product {
  width: 44%;
  float: right
}

.title-h {
  margin: 20px 0;
  color: #fff
}

.block_1 {
  background: #000
}

.block_1 .title p {
  text-align: center
}

.block_1 .title p:first-child {
  font-size: 22px;
  color: #ff0000;
  letter-spacing: 2px;
  text-transform: uppercase
}

.block_1 .title p:first-child b {
  display: block
}

.block_1 ul li:before {
  content: '';
  background: url(../images/chek.png) center no-repeat;
  width: 25px;
  height: 21px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
  margin-left: -25px
}

.block_1 ul {
  z-index: 10;
  position: relative
}

.block_1 ul li {
  font-size: 18px;
  font-weight: 700;
  color: #8eb81e;
  padding-bottom: 5px;
  margin-bottom: 5px
}

.block_1 h3 {
  margin: 10px 0 0
}

.logo {
  position: relative;
  display: table;
  margin: 15px auto;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  -webkit-background-size: 100% 4px;
  -moz-background-size: 100% 4px;
  background: url(../images/logo.png) center no-repeat;
  padding: 0 15px 5px;
  line-height: 1
}

.logo b {
  color: #fff;
  font-weight: 700
}

.top h2 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2%;
  text-transform: uppercase
}

.product {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 15px 0 0
}

.product:before {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-box-shadow: 0 0 100px #fff;
  -moz-box-shadow: 0 0 100px #fff;
  box-shadow: 0 0 100px #fff;
}

.product img {
  position: relative;
  z-index: 5
}

.product:before {
}

.product:after {
}

.form_pr {
  background: #8eb817;
  margin-top: 20px
}

.form, .form2 {
  padding: 10px
}

.form input, .form select, button {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #616161;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px
}

button {
  position: relative;
  background: #fe7aa8;
  background: -moz-linear-gradient(top, #ef4949 0%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef4949), color-stop(100%, #ff0000));
  background: -webkit-linear-gradient(top, #ef4949 0%, #ff0000 100%);
  background: -o-linear-gradient(top, #ef4949 0%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ef4949 0%, #ff0000 100%);
  background: linear-gradient(to bottom, #ef4949 0%, #ff0000 100%);
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 0 #ffa9b6, 0 5px 12px 0 rgba(0, 0, 0, .7);
  border: 1px solid #ff0000;
  letter-spacing: 2px;
  margin: 0;
  z-index: 20;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out
}

button span {
  position: relative;
  z-index: 2
}

button:before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff0000 0%, #ef4949 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #ef4949));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ef4949 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ef4949 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ef4949 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ef4949 100%);
  box-shadow: inset 0 1px 0 0 #ffa9b6;
  border: 1px solid #ff0000;
  opacity: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1
}

button:hover:before {
  opacity: 1
}

button:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08)
}

.form select {
  padding-right: 55px
}

.form form p {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px
}

.form form p span {
  font-family: 'Exo 2', sans-serif
}

.price {
  padding-top: 20px;
  padding-bottom: 10px;
  display: block
}

.price > span {
  font-size: 30px;
  text-align: center
}

.price .new-price {
  color: #05f505;
  font-weight: 700;
  margin-left: 20px
}

.price .precent, .price .shipment {
  color: #354700;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase
}

.price s {
  margin-right: 10%
}

.discount {
  background: red;
  color: #fff;
  display: inline;
  padding: 0 2%
}

.price .old_price {
  padding-top: 10px;
  color: #000;
  font-size: 29px;
  line-height: .7;
  text-decoration: line-through
}

.block_2 {
  z-index: 10;
  background: #8eb81e;
  padding: 25px 0
}

.block_2 p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2
}

.block_2 ul {
  width: 100%;
  display: table;
  margin-top: 25px;
  margin-left: -25px
}

.block_2 ul li {
  display: table-row
}

.block_2 ul li span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px
}

.block_2 ul li:before {
  content: '';
  display: table-cell;
  vertical-align: middle;
  width: 99px;
  height: 94px;
  background-position: right center;
  background-repeat: no-repeat
}

.block_3 {
  padding: 20px 0;
  z-index: 9
}

.block_3 .why {
  font-size: 16px;
  line-height: 1.2
}

.block_3 .why h3 {
  font-size: 22px;
  color: #f00;
  margin-bottom: 15px;
  font-style: italic;
  text-transform: uppercase;
  text-align: center
}

.block_3 .warning h3 {
  line-height: 1.2;
  text-align: center;
  color: #f00;
  font-size: 19px;
  margin: 20px 0 10px;
  text-transform: uppercase
}

.block_3 .warning h3 b {
  display: block;
  color: #000;
  font-size: 24px
}

.block_4 .top {
  background: #bad475;
  padding: 20px 0
}

.block_4 .top h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase
}

.block_4 .letter p {
  line-height: 1.2;
  font-size: 18px
}

.block_4 .signature span {
  display: table-cell;
  vertical-align: middle
}

.block_4 .signature span font:last-child {
  display: inline-block
}

.block_4 .bottom, .block_5 .bottom {
  background: #8eb817;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0
}

.block_4 h3, .block_5 .bottom h3 {
  font-size: 36px
}

.yellow {
  color: #edff00;
  font-size: 133%;
  text-align: center
}

.block_5 .top {
  padding: 15px 0
}

.big_d {
  border: 3px solid #edff00;
  border-radius: 2%
}

.block_5 h3 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase
}

.block_5 h3 font {
  display: block;
  color: #ff0000
}

.block_5 ul {
  display: table;
  position: relative;
  width: 100%
}

.marg {
  margin-bottom: 2%
}

.price {
  color: #fff
}

.block_5 ul li {
  display: table-row;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  height: 97px
}

.block_5 ul li:before, .block_5 ul li span {
  display: table-cell;
  vertical-align: middle
}

.block_5 ul li:before {
  content: '';
  width: 97px
}

.block_5 ul li span {
  padding-left: 10px
}

.block_5 .bottom {
  padding: 20px 0;
  background: #8eb817
}

.block_8 {
  padding-top: 20px
}

.block_8 h3 {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px
}

.block_8 h3 font {
  color: #8eb81e
}

.block_8 ul {
  display: table;
  width: 100%;
  font-size: 0;
  position: relative;
  margin-bottom: 55px
}

.block_8 ul:not([class]) li {
}

.block_8 ul:not([class]) li span {
  display: block
}

.block_8 ul:not([class]) li span:first-child {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px
}

.block_8 ul:not([class]) li span:first-child b {
  display: block;
  font-size: 24px;
  color: #8eb81e;
  margin-top: 5px
}

.block_8 ul:not([class]) li span:last-child {
  font-size: 16px;
  line-height: 1.2;
  text-align: justify
}

.block_8 .bottom {
  margin-top: 20px;
  padding: 20px 0;
  background: #cde09c
}

.block_8 .bottom .product3 {
  text-align: center;
  margin: 10px 0
}

.block_8 .left p, .block_8 .right p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2
}

.block_8 .left p b, .block_8 .right p b {
  font-size: 20px;
  color: #006212
}

.block_8 .bottom .left p br {
  display: none
}

.block_9 {
  padding: 20px;
  background: #8eb81e
}

.block_9 p {
  color: #0c0c0c;
  font-size: 24px;
  text-align: center;
  font-weight: 700
}

.block_10 {
  background: #8eb81e;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  margin-bottom: 20px
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #bad475;
  text-indent: -9999px;
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #8eb817
}

.bx-viewport {
  height: auto !important
}

.block_1 .title-h {
  text-align: center;
  margin: 20px 0;
  color: #fff
}

.effect:after {
  content: '';
  display: block;
  clear: both;
}

.effect {
  color: #fff;
  position: relative;
}

.effect b {
  display: block;
}

.effect__left,
.effect__right {
  width: 25%;
  position: absolute;
  top: 50%;
  font-size: 8px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px 5px 5px 15px;
  margin: -30px 0 0 0;
  text-shadow: 0 0 10px #4c00ff, 0 0 10px #4c00ff, 0 0 10px #4c00ff, 0 0 10px #4c00ff;
}

.effect__left {
  left: 0;
  margin-left: 0;
}

.effect__right {
  right: 3px;
}

.effect__left span,
.effect__right span {
  font-size: 11px;
  position: absolute;
  top: 116%;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
  background: #0096ff;
  text-shadow: none;
  text-transform: none;
}

.effect__left span {
  left: 50%;
  white-space: nowrap;
}

.effect__right span {
  right: 65%;
}

@media (max-width: 425px) {
  .effect__left {
    margin-left: 1px;
    padding: 15px 5px 5px 10px;
    font-size: 7px;
  }

  .effect__right {
    margin-right: 0;
    padding: 15px 5px 5px 10px;
    font-size: 7px;
  }
}


.butt {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff0000 0%, #ef4949 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #ef4949));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ef4949 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ef4949 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ef4949 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ef4949 100%);
  box-shadow: inset 0 1px 0 0 #ffa9b6;
  border: 1px solid #ff0000;
  opacity: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* z-index: 1 */
  box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}
@media screen and (max-width: 480px) {
  .product {
    float: none;
    margin: 0 0 20px 0;
  }
  .sec-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .rose {
    width: 100%;
  }
  .product {
    width: 100%;
  }
}