::-webkit-input-placeholder {
    color: #616161;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-overflow: ellipsis
}

::-moz-placeholder {
    color: #616161;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-overflow: ellipsis
}

:-moz-placeholder {
    color: #616161;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-overflow: ellipsis
}

:-ms-input-placeholder {
    color: #616161;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .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
}

*,
:after,
:before {
    -webkit-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
}

ol,
ul {
    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:after,
.container:before {
    content: " ";
    display: table;
    clear: both
}

.num {
    background: #d4282c;
    color: #fff;
    display: inline-block;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 25px
}

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

select {
    background-image: url(../img/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%;
   
    margin-top: 25px
}

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

.rose p {
    margin: 0 0 15px
}



.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: red;
    letter-spacing: 2px;
    text-transform: uppercase
}

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

.block_1 ul li:before {
    content: '';
    width: 25px;
    height: 21px;
    -webkit-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;
    line-height: 1.2
}

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

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

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

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

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

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

.form,
.form2 {
    padding: 10px
}

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

.block_1 .form select {
    background-image: url(../img/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
}

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

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

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



/* .block_1 button:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
} */

.block_1 .form select {
    padding-right: 55px
}

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

.block_1 .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;
    font-size: 40px;
    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: -25
}

.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: red;
    margin-bottom: 15px;
    font-style: italic;
    text-transform: uppercase;
    text-align: center
}

.block_3 .warning h3 {
    line-height: 1.2;
    text-align: center;
    color: red;
    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 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    height: 84px;
    width: 100%;
    padding-left: 90px;
    margin-bottom: 20px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}

.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: #101010;
    padding: 10px 5px;
    font-size: 133%;
    text-align: center;
    background-color: #ffeb3b !important
}

.block_5 .top {
    padding: 15px 0
}

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

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

.block_5 h3 font {
    display: block;
    color: red
}

.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 span,
.block_5 ul li:before {
    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 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;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
    margin-bottom: 20px
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-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;
    -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
}