@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic&subset=greek-ext,vietnamese,latin-ext,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700&subset=cyrillic-ext,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Kurale&subset=devanagari,cyrillic,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:500&subset=greek-ext,cyrillic-ext,latin-ext);

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

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 {
    max-width: 100%
}

.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
    width: 320px
}

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

body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #084648;
    background-color: #fff
}

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

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

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

.block_1 {
    background: url(../images/block_1_bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.logo {
    display: table;
    border-bottom: 2px solid #c6d4d5;
    padding: 30px 0 2px;
    margin: 0 auto 10px
}

.logo>* {
    display: table-cell;
    vertical-align: bottom;
    line-height: 1
}

.logo small {
    font-size: 40px;
    color: #0ab6c8;
    font-family: 'Kurale', serif;
    position: relative
}

.logo small:before {
    content: '';
    position: absolute;
    background: url(../images/logo.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 36px;
    height: 40px;
    bottom: 55%;
    right: -20px
}

.logo span {
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    padding-left: 14px;
    color: #d31812
}

.block_1 p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    z-index: 10
}

.block_1 p span {
    display: table;
    margin: 0 auto;
    color: #fff;
    background: #d31812;
    padding: 0 5px
}

.block_1 .product {
    position: relative;
    margin-top: -30px
}

.block_1 .product:before {
    background: url(../images/block_1_woman.png) center no-repeat;
    width: 191px;
    height: 281px;
    top: 14px;
    right: 0;
    content: '';
    position: absolute;
    z-index: 1;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background-size: 170px
}

.block_1 .product img {
    height: 250px;
    position: relative;
    z-index: 2;
    left: 15px;
}

.block_1 .product span {
    position: absolute;
    bottom: -35px;
    left: 15px;
    font-size: 6px;
    background: url(../images/stiker.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 82px;
    height: 80px;
    color: #fff;
    padding: 55px 20px 11px 13px;
    text-align: center;
    line-height: 1;
    z-index: 3
}

.block_1 .panel {
    position: relative
}

.block_1 .price {
    display: table;
    font-style: italic;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-left: auto;
    vertical-align: middle;
    overflow: hidden;
    padding-right: 15px;
    min-width: 60%;
    text-align: center
}

.block_1 .price div {
    display: table;
    width: 100%;
    position: relative;
    padding: 2px 10px;
    background: #eea513;
    background: -moz-linear-gradient(left, #eea513 0%, #fded13 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eea513), color-stop(100%, #fded13));
    background: -webkit-linear-gradient(left, #eea513 0%, #fded13 100%);
    background: -o-linear-gradient(left, #eea513 0%, #fded13 100%);
    background: -ms-linear-gradient(left, #eea513 0%, #fded13 100%);
    background: linear-gradient(to right, #eea513 0%, #fded13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea513', endColorstr='#fded13', GradientType=1)
}

.block_1 .price div:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 100%;
    background: #fded13;
    width: 15px;
    height: 100%;
    -webkit-transform: skewY(-75deg);
    -moz-transform: skewY(-75deg);
    -o-transform: skewY(-75deg);
    transform: skewY(-75deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom
}

.block_1 .price div>* {
    display: inline-block;
    vertical-align: middle
}

.block_1 .new_price {
    font-size: 35px;
    padding-right: 15px
}

.block_1 .old_price {
    font-size: 13px
}

.block_1 .old_price span {
    position: relative
}

.block_1 .old_price span:before {
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: 2px solid #d31812;
    top: 50%;
    left: 0;
    margin-top: -1px;
    -webkit-transform: rotateZ(-7deg);
    -moz-transform: rotateZ(-7deg);
    -o-transform: rotateZ(-7deg);
    transform: rotateZ(-7deg)
}

.block_1 .old_price b {
    display: block;
    text-align: left
}

.block_1 .discount {
    position: absolute;
    bottom: 105%;
    right: 20px;
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    color: #d31812;
    line-height: 1;
    text-align: center;
    z-index: 1
}

.block_1 .discount small {
    font-size: 24px
}

.block_1 .discount span {
    display: block;
    font-size: 15px;
    color: #084648;
    text-transform: uppercase
}

.block_1 .discount:after {
    content: '';
    top: -25%;
    left: -15%;
    bottom: -25%;
    right: -15%;
    position: absolute;
    z-index: -1;
    background: #e5f9fe;
    -webkit-border-radius: 60% 40% 60% 40%;
    -moz-border-radius: 60% 40% 60% 40%;
    border-radius: 60% 40% 60% 40%
}

button {
    border: 3px solid #fff;
    display: table;
    vertical-align: middle;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 15px;
    background: #d31812;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 25px -15px #000;
    color: #fff;
    font-size: 21px;
    font-family: 'PT Serif', serif;
    cursor: pointer;
    margin: 0 auto 10px
}

button:before {
    content: '';
    bottom: 0;
    left: 0;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background: rgba(185, 14, 9, .36)
}

button span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1
}

button b {
    text-transform: uppercase
}

.block_2 {
    padding: 25px 0
}

.block_2 ul {}

.block_2 ul li {
    display: table;
    width: 100%;
    position: relative;
    height: 80px;
    padding-left: 90px
}

.block_2 ul li:before {
    content: '';
    position: absolute;
    width: 79px;
    height: 79px;
    top: 50%;
    left: 0;
    margin-top: -39.5px;
    background-position: center;
    background-repeat: no-repeat
}

.block_2 ul li:nth-child(1):before {
    background-image: url(../images/block_1_li1.png)
}

.block_2 ul li:nth-child(2):before {
    background-image: url(../images/block_1_li2.png)
}

.block_2 ul li:nth-child(3):before {
    background-image: url(../images/block_1_li3.png)
}

.block_2 ul li:nth-child(4):before {
    background-image: url(../images/block_1_li4.png)
}

.block_2 ul li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px
}

.block_2 ul li span b {
    color: #00b0d3;
    text-transform: uppercase;
    display: inline-block
}

h3 {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.block_3 {
    padding: 25px 0
}

.block_3 h3 {
    margin: 25px 0;
    margin-top: 0
}

.block_3 h3 b {
    color: #00b4d8
}

.block_3 h3:before {
    content: '';
    position: absolute;
    background: url(../images/arrow2.png)center no-repeat;
    width: 72px;
    height: 26px;
    left: 50%;
    top: 110%;
    margin-left: -31px
}

.block_3 ul {
    display: table;
    font-size: 0;
    width: 100%;
    margin-bottom: 25px
}

.block_3 ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    text-align: center
}

.block_3 ul li:before {
    content: 'Antes';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    background: #d31812;
    color: #fff;
    padding: 2px 10px;
    line-height: 1
}

.block_3 ul li:last-child:before {
    content: 'After';
    background: #008d36
}

.block_3 ul li:first-child:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 30px;
    background: url(../images/arrow.png)center no-repeat;
    z-index: 1;
    top: 50%;
    margin-top: -15px;
    left: 100%;
    margin-left: -45px
}

.block_3 .print {
    top: 50%;
    right: 0;
    white-space: nowrap;
    -webkit-transform: rotateZ(-20deg);
    -moz-transform: rotateZ(-20deg);
    -o-transform: rotateZ(-207deg);
    transform: rotateZ(-20deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    background: rgba(255, 255, 255, .75);
    padding: 7px 5px;
    color: #d31812;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    line-height: 1;
    text-align: center;
    padding: 5px;
    border: 2px solid #d31812;
    z-index: 2
}

.block_3 .print:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: url(../images/print.png)center no-repeat;
    background-size: 100% 100%
}

.block_3 .print small {
    font-size: 14px;
    font-family: 'Kurale', serif
}

.block_3 .print span {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    display: inline
}

.block_3 .secret {
    position: relative;
    padding-left: 90px;
    margin: 40px 0 60px
}

.block_3 .secret:before {
    content: '';
    position: absolute;
    z-index: 10;
    
    width: 60px;
    height: 97px;
    top: 50%;
    margin-top: -45px;
    left: 65px
}

.block_3 .secret img {
    position: absolute;
    height: 144px;
    z-index: 2;
    top: 50%;
    margin-top: -65px;
    left: 0px
}

.block_3 .secret p {
    padding-left: 45px;
    line-height: 1
}

.block_3 .secret p:nth-of-type(1) {
    font-family: 'PT Serif', serif;
    font-size: 14px;
    font-weight: 700;
    color: #d31812;
    padding-left: 70px;
    margin-bottom: 5px
}

.block_3 .secret p:nth-of-type(1) b {
    font-size: 32px
}

.block_3 .secret p:nth-of-type(2) {
    background: #bd0f0c;
    background: -moz-linear-gradient(-45deg, #bd0f0c 0%, #f10800 60%, #d31912 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #bd0f0c), color-stop(60%, #f10800), color-stop(100%, #d31912));
    background: -webkit-linear-gradient(-45deg, #bd0f0c 0%, #f10800 60%, #d31912 100%);
    background: -o-linear-gradient(-45deg, #bd0f0c 0%, #f10800 60%, #d31912 100%);
    background: -ms-linear-gradient(-45deg, #bd0f0c 0%, #f10800 60%, #d31912 100%);
    background: linear-gradient(135deg, #bd0f0c 0%, #f10800 60%, #d31912 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0f0c', endColorstr='#d31912', GradientType=1);
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px
}

.block_3 .container>p {
    font-size: 19px;
    line-height: 1.1;
    text-align: center
}

.block_3 .container>p b {
    font-size: 26px;
    color: #00b4d8;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px
}

.block_3 .container>p small {
    font-size: 30px;
    font-family: 'Kurale', serif;
    color: #0ab6c8;
    vertical-align:
}

.block_3 .container>p span {
    font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    padding-right: 32px
}

.block_3 .container>p span:before {
    content: '';
    background: url(../images/logo.png)center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    height: 28px;
    width: 30px;
    margin-top: -14px
}

.block_4 {
    background: #cef9eb;
    padding: 25px 0 0
}

.block_4 .young {
    display: table;
    font-size: 0;
    width: 100%;
    counter-reset: fix;
    margin-top: 10px
}

.block_4 .young>li {
    margin: 0 0 20px 75px
}

.block_4 .young>li>span:before {
    counter-increment: fix;
    content: counter(fix)". ";
    font-size: 32px
}

.block_4 .young>li>span {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding: 2px 5px 2px 20px;
    display: block;
    position: relative;
    line-height: 1;
    margin: 28px 0 10px
}

.block_4 .young>li>span:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -46px;
    height: 92px;
    width: 92px;
    left: -80px
}

.block_4 .young>li:nth-child(1)>span {
    background: #00a8ca
}

.block_4 .young>li:nth-child(1)>span:after {
    background: url(../images/block_4_li1.png)center no-repeat
}

.block_4 .young>li:nth-child(2)>span {
    background: #008d36
}

.block_4 .young>li:nth-child(2)>span:after {
    background: url(../images/block_4_li2.png)center no-repeat
}

.block_4 .young>li:nth-child(3)>span {
    background: #d31812;
    font-size: 18px
}

.block_4 .young>li:nth-child(3)>span:after {
    background: url(../images/block_4_li3.png)center no-repeat
}

.block_4 .young p {
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px
}

.block_4 .young p b {
    text-transform: uppercase
}

.block_5 {
    padding: 40px 0
}

.block_5 h3 {
    margin-bottom: 40px
}

.block_5 ul {}

.block_5 ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 75px;
    display: table;
    width: 100%;
    height: 80px;
    line-height: 1
}

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

.block_5 ul li:last-child {
    margin-bottom: 0
}

.block_5 ul li:before {
    content: '';
    width: 52px;
    height: 77px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -43.5px
}

.block_5 ul li:nth-child(1):before {
    background: url(../images/block_5_li1.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.block_5 ul li:nth-child(2):before {
    background: url(../images/block_5_li2.png) center no-repeat;
    background-size: 55px
}

.block_5 ul li:nth-child(3):before {
    background: url(../images/block_5_li3.png) center no-repeat;
    background-size: 55px
}

.block_5 ul li:nth-child(4):before {
    background: url(../images/block_5_li4.png) center no-repeat;
    background-size: 55px
}

.block_5 ul li:nth-child(5):before {
    background: url(../images/block_5_li4.png) center no-repeat
}

.block_5 span {
    font-size: 20px;
    color: #00aacc;
    text-transform: uppercase;
    font-weight: 700
}

.block_6 {
    background: #caeef3
}

.block_6 .logo {
    border: none;
    margin: 10px auto
}

.block_6 .logo small {
    font-size: 30px
}

.block_6 .logo small:before {
    background-size: auto 100%;
    width: 40px;
    height: 40px;
    bottom: 55%;
    right: -25px
}

.block_6 .logo span {
    font-size: 38px
}

.block_6 .container>span {
    font-size: 18px;
    color: #fff;
    background: #80d80d;
    display: table;
    line-height: 1;
    margin: 10px 0;
    padding: 5px 10px;
    text-align: center
}

.block_6 ul li {
    position: relative;
    font-size: 18px;
    line-height: 1;
    padding-left: 70px;
    display: table;
    width: 100%;
    height: 45px;
    margin-bottom: 20px
}

.block_6 ul li b {
    text-transform: uppercase
}

.block_6 ul li span {
    display: table-cell;
    vertical-align: middle
}

.block_6 ul li:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 0;
    margin-top: -22.5px
}

.block_6 ul li:nth-child(1):before {
    background: url(../images/block_6_li1.png) center no-repeat
}

.block_6 ul li:nth-child(2):before {
    background: url(../images/block_6_li2.png) center no-repeat
}

.block_6 ul li:nth-child(3):before {
    background: url(../images/block_6_li3.png) center no-repeat
}

.block_6 button {
    display: table;
    margin: 0 auto 30px
}

.block_8 {
    background: #e9faf5;
    padding: 35px 0
}

.block_8 h3 {
    margin-bottom: 25px
}

.block_8 ul li {
    padding-left: 90px;
    display: table;
    width: 100%;
    height: 85px;
    margin-bottom: 10px;
    position: relative
}

.block_8 ul li:last-child {
    margin-bottom: 0
}

.block_8 ul li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.2
}

.block_8 ul li span b {
    text-transform: uppercase
}

.block_8 ul li:before {
    content: '';
    position: absolute;
    height: 83px;
    width: 83px;
    top: 50%;
    left: 0;
    margin-top: -41.5px
}

.block_8 ul li:nth-child(1):before {
    background: url(../images/block_8_li1.png) center no-repeat
}

.block_8 ul li:nth-child(2):before {
    background: url(../images/block_8_li2.png) center no-repeat
}

.block_8 ul li:nth-child(3):before {
    background: url(../images/block_8_li3.png) center no-repeat
}

.block_8 ul li:nth-child(4):before {
    background: url(../images/block_8_li4.png) center no-repeat
}

.block_11 {
    background: #caeef3;
    padding: 35px 0 10px;
    text-align: center
}

.block_11 p {
    display: table;
    font-size: 24px;
    padding: 5px 10px;
    line-height: 1;
    background: #aff11b;
    margin: 10px auto
}

.block_11 img {
    height: 206px
}

.block_12 {
    padding: 25px 0;
    text-align: center
}

.block_12 p {
    display: block;
    font-size: 20px;
    background: #aff11b;
    font-weight: 700;
    line-height: 1;
    padding: 5px 10px
}

.block_12 p small {
    display: inline-block;
    vertical-align: bottom;
    font-size: 24px;
    font-family: 'Kurale', serif;
    margin-top: 10px
}

.block_12 p span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 22px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    margin-left: 5px;
    position: relative
}

.block_12 ul {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 290px;
    margin: 10px auto
}

.block_12 ul li {
    height: 191px;
    position: relative
}

.block_12 ul li span {
    background: #5bdcfb;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 10px 5px 15px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    position: absolute;
    left: 0;
    bottom: 0
}

.block_12 ul li:nth-child(1) {
    background: url(../images/block_12_li1.jpg)center no-repeat
}

.block_12 ul li:nth-child(2) {
    background: url(../images/block_12_li2.jpg)center no-repeat
}

.block_12 ul li:nth-child(3) {
    background: url(../images/block_12_li3.jpg)center no-repeat
}

.block_13 {
    padding: 15px 0 35px
}

.block_13 h3 {
    margin-bottom: 20px
}

.block_13 .text {
    position: relative
}

.block_13 .text:before,
.block_13 .text:after {
    content: '';
    position: absolute
}

.block_13 .text:before {
    background: url(../images/signature.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 137px;
    height: 69px;
    bottom: 65px;
    right: 165px
}

.block_13 .text:after {
    background: url(../images/print_med.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 120px;
    height: 120px;
    bottom: 20px;
    right: 15px
}

.block_13 .text p {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center
}

.block_13 .text p:last-child {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    margin-top: 70px
}

.block_13 .text p span {
    display: inline-block;
    line-height: 1
}

.block_13 .text p small {
    font-size: 20px;
    font-family: 'Kurale', serif;
    color: #0ab6c8;
    position: relative;
    margin-right: 6px
}

.block_13 .text p span span {
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase
}

.block_13 .text p small:before {
    content: '';
    background: url(../images/logo.png)center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -14px;
    height: 28px;
    width: 24px;
    margin-top: -30px
}

.block_13 .text p u {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700
}

.block_14 h3 {
    margin: 30px 0
}

.block_14 ul li div {
    position: relative;
    text-align: center;
    display: table;
    margin: 0 auto 50px
}

.block_14 ul li div img {
    border: 3px solid rgba(10, 182, 200, .35);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 35px
}

.block_14 ul li div span {
    position: absolute;
    width: 20%;
    bottom: 0;
    left: 40px;
    font-size: 16px;
    text-transform: uppercase
}

.before {
    margin: 0 auto;
    padding: 2px 2px;
    line-height: 1;
    background: #a5e4eb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 50px;
    height: 20px
}

.block_14 ul li div span+span {
    left: 62%;
    width: 30%
}

.block_14 .dop ul li div {
    margin: 0 auto 25px
}

.block_14 .dop ul li div span {
    color: #fff
}

.block_14 .dop ul li div span:before {
    background: #d31812
}

.block_14 .dop ul li div span+span {
    color: #084648
}

.block_14 .dop ul li div span+span:before {
    content: 'через 1 мес';
    background: #aff11b;
    padding: 2px 4px
}

.block_14 .dop ul li:last-child div span+span:before {
    content: 'через 3 мес'
}

.block_14 ul li p {
    font-size: 18px;
    margin-bottom: 15px
}

.block_14 ul li p:nth-of-type(2) {
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0
}

.block_14 .img_list li:nth-child(2) div:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -27px;
    width: 64px;
    height: 88px;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.block_14 .img_list li:nth-child(2) div:before {
    background: url(../images/b_a_img2.jpg) center no-repeat
}

.block_15 {
    background: url(../images/block_15_bg.jpg)center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.block_15 .form {
    border: 2px solid #ffc236;
    margin-top: 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    overflow: hidden
}

.block_15 .form p {
    font-size: 24px;
    color: #d31812;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 0;
    background: #ffe536;
}

.block_15 .form ul {
    display: block;
    text-align: center;
    line-height: 1;
    position: relative;
    overflow: hidden;
    padding: 10px 0 40px;
    margin-bottom: 40px
}

.block_15 .form ul:before,
.block_15 .form ul:after {
    content: '';
    position: absolute;
    background: #ffcd36;
    width: 500px;
    height: 500px;
    bottom: 0;
    left: 50%;
    transform-origin: left bottom;
    transform: rotate(-45deg) skew(30deg, 30deg);
    z-index: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome,
    .block_15 .form ul:before,
    ::i-block-chrome,
    .block_15 .form ul:after {
        left: 0
    }
}

.block_15 .form ul:after {
    background: #ffc236;
    bottom: 5px;
    z-index: 1
}

.block_15 .form ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-align: right;
    width: 28%;
    position: relative;
    z-index: 2
}

.block_15 .form .new_price {
    font-size: 30px;
    color: #d31812;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    width: 40%;
    padding: 0 10px
}

.block_15 .form .old_price {
    text-align: left
}

.block_15 .form .old_price span {
    font-style: italic;
    position: relative
}

.block_15 .form .old_price span:before {
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: 2px solid #d31812;
    top: 50%;
    left: 0;
    margin-top: -1px;
    -webkit-transform: rotateZ(-7deg);
    -moz-transform: rotateZ(-7deg);
    -o-transform: rotateZ(-7deg);
    transform: rotateZ(-7deg)
}

.block_15 .form .old_price b {
    color: #d31812;
    font-style: italic;
    display: block
}

.block_15 .form form {
    padding: 0 15px 10px
}

.block_15 .form input,
.block_15 .form select {
    width: 100%;
    font-size: 16px;
    color: #084648;
    padding: 10px 15px;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 20px;
    line-height: 1;
    background-color: #fff
}

.block_15 .form button {
    display: table;
    margin: 20px auto 10px;
    font-size: 26px
}