@import url('https://fonts.googleapis.com/css2?family=Kurale&family=PT+Serif:wght@700&family=Roboto:wght@400;700&family=Ubuntu:wght@400;700&display=swap');

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

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

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

.block_1 {
	background: url(../img/mobile/block_1_bg.jpg) top center no-repeat;
	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: #ffc126;
	font-family: 'Kurale', serif;
	position: relative;
}

.logo small:before {
	content: '';
	position: absolute;
	background-size: contain;
	width: 36px;
	height: 40px;
	bottom: 55%;
	right: -20px;
	color: #CFB53B;
}

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

.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(../img/mobile/block_1_woman.png) center no-repeat;
	width: 191px;
	height: 281px;
	top: -25px;
	right: 5px;
	content: '';
	position: absolute;
	z-index: 1;
}

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

.block_1 .product span {
	position: absolute;
	bottom: -35px;
	left: 15px;
	font-size: 9px;
	background: url(../img/mobile/stiker.png) center no-repeat;
	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: -webkit-gradient(linear, left top, right top, from(#eea513), to(#fded13));
	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);
	transform: skewY(-75deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

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

.block_1 .new_price {
	font-size: 20px;
	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);
	transform: rotateZ(-7deg);
}

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

.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: 14px;
	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;
	border-radius: 60% 40% 60% 40%;
}

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

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

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(../img/mobile/block_1_li1.png);
}

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

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

.block_2 ul li:nth-child(4):before {
	background-image: url(../img/mobile/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: 22px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.block_3 {
	padding: 0 0 20px;
}

.block_3 h3 {
	margin: 25px 0;
}

.block_3 h3 b {
	color: #00b4d8;
}

.block_3 h3:before {
	content: '';
	position: absolute;
	background: url(../img/mobile/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: 'PRIJE';
	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: 'POSLIJE';
	background: #008d36;
}

.block_3 ul li:first-child:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 30px;
	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);
	transform: rotateZ(-20deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	background: rgba(255, 255, 255, .75);
	padding: 7px 5px;
	color: #ffc126;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	line-height: 1;
	text-align: center;
	padding: 5px;
	border: 2px solid #ffc126;
	z-index: 2;
}

.block_3 .print:before {
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	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: 1;
	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: -77px;
	left: 0;
}

.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: 25px;
	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: 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: 20px;
	line-height: 1.1;
	text-align: center;
}

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

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

.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;
	color: #CFB53B;
}

.block_3 .container>p span:before {
	content: '';
	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(../img/mobile/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(../img/mobile/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(../img/mobile/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-size: contain;
}

.block_5 ul li:nth-child(2):before {
	background: url(../img/mobile/block_5_li1.png) center no-repeat;
}

.block_5 ul li:nth-child(3):before {
	background: url(../img/mobile/block_5_li2.png) center no-repeat;
}

.block_5 ul li:nth-child(4):before {
	background: url(../img/mobile/block_5_li3.png) center no-repeat;
}

.block_5 ul li:nth-child(5):before {
	background: url(../img/mobile/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(../img/mobile/block_6_li1.png) center no-repeat;
}

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

.block_6 ul li:nth-child(3):before {
	background: url(../img/mobile/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(../img/mobile/block_8_li1.png) center no-repeat;
}

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

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

.block_8 ul li:nth-child(4):before {
	background: url(../img/mobile/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: 280px;
}

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

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

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

.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;
	color: #CFB53B;
}

.block_12 p span:before {
	content: '';
	position: absolute;
	width: 26px;
	height: 30px;
	bottom: 20%;
	right: -30px;
}

.block_12 ul {
	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;
	border-radius: 0 3px 3px 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

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

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

.block_12 ul li:nth-child(3) {
	background: url(../img/mobile/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(../img/mobile/signature.png) center no-repeat;
	background-size: contain;
	width: 137px;
	height: 69px;
	bottom: 65px;
	right: 165px;
}

.block_13 .text:after {
	background: url(../img/mobile/print_med.png) center no-repeat;
	background-size: contain;
	width: 100px;
	height: 120px;
	bottom: 20px;
	right: 0px;
}

.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: #ffc126;
	position: relative;
	margin-right: 6px;
}

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

.block_13 .text p small:before {
	content: '';
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -14px;
	height: 28px;
	width: 24px;
	margin-top: -30px;
	color: #CFB53B;

}

.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);
	border-radius: 3px;
}

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

.block_14 ul li div span:before,
.block_14 ul li div span+span:before {
	content: 'Prije';
	display: table;
	margin: 0 auto;
	padding: 2px 10px;
	line-height: 1;
	background: #a5e4eb;
	border-radius: 3px;
}

.block_14 ul li div span+span {
	left: 50%;
}

.block_14 ul li div span+span:before {
	content: 'Poslije';
}

.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_15 {
	background: url(../img/mobile/block_15_bg.jpg)center no-repeat;
	background-size: cover;
}

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

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

.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: #008d36;
	width: 500px;
	height: 500px;
	bottom: 0;
	left: 50%;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg) skew(30deg, 30deg);
	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: #008d36;
	bottom: 5px;
	z-index: 1;
}

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

.block_15 .form .price {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

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

.block_15 .form .old_price {
	text-align: center;
}

.block_15 .form .old_price span {
	font-style: italic;
	position: relative;
	float: left;
	margin-right: 5px;
}

.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);
	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: 22px;
	color: #084648;
	padding: 10px 15px;
	border: 1px solid #c6c6c6;
	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;
}

#translation {
	display: none;
}

.mob_product_form {
	text-align: center;
}