* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 5000em;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust:100%;

}

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
}

a {
	outline: none;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
}

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

.clearfix:after, .row:after {
	content: "";
	display: block;
	clear: both;
}

.ttu {
	text-transform: uppercase;
}

.limit {
	margin: 0 auto;
	width: 95%;
	max-width: 480px;
	padding: 0 2.5%;
}

.wrapper-cont {
	position: relative;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 120px 12px #C5C5C5;
	box-shadow: 0 0 120px 12px #C5C5C5;
}

.info {
  			display: block;
    		color: white;
    		font-size: 13px;
    		margin: 15px auto 0px;
    		text-align: center;
		}

.fixed-menu {
	background: #d4282c;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    font-weight: 700;
    top: 40px;
    width: 100%;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
}
    
  .nav {
    background: #d4282c;
        position: relative;
    height: 40px;
  } 


.fixed-menu .punkt-menu {
	    display: block;
	width: 100%;
  padding: 5px 0;
}

.fixed-menu .punkt-menu a {
	    display: block;
    vertical-align: middle;
    list-style: none;
    text-align: center;
    padding: 5px 0;
	color: #fff;
}
.fixed-menu .punkt-menu a:hover {
	text-decoration: none;
}

.nav-ul--visible {
    position: absolute;
        top: 39px;
    left: 0;
    border-top: 1px solid;
    visibility: visible !important;
    opacity: 1 !important;
}

.sandwich {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 30px;
    height: 19px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    pointer-events: all;
}

.sandwich__line {
    background-color: #fff;
    width: 100%;
    height: 2px;
    margin-bottom: 6.5px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav--visible {
    z-index: 10;
    height: 40px;
}

.sandwich--active .sandwich__line {
    opacity: 0;
}

.sandwich--active .sandwich__line:first-of-type {
    -webkit-transform: translateY(7px) rotate(-135deg);
    -ms-transform: translateY(7px) rotate(-135deg);
    transform: translateY(7px) rotate(-135deg);
    opacity: 1;
}

.sandwich--active .sandwich__line:last-of-type {
    -webkit-transform: translateY(-10.5px) rotate(135deg);
    -ms-transform: translateY(-10.5px) rotate(135deg);
    transform: translateY(-10.5px) rotate(135deg);
    opacity: 1;
}


.blueprint {
	left: 794px;
	opacity: .7;
	position: absolute;
}

.btn {
	outline: none;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	text-align: center;
	padding: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.btn.btn-transparent {
	background: none;
	display: block;
	border: 1px solid #ff8484;
	color: #ff8484;
}

.btn.btn-transparent:hover {
	color: #ffffff;
	border-color: #fff;
}

.btn.btn-primary {
	color: #fff;
	font-size: 16px;
	padding: 20px 30px;
	box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.26);
	background: #d72528;
	border-radius: 2px;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
	color: #fff;
	background: #800080;
}

.btn.btn-block {
	width: 275px;
	margin: 0 auto;
	display: block;
}

.dark-title {
	background: #2f2f2f;
	background: -moz-linear-gradient(left, #2f2f2f 0%, #161616 100%);
	background: -webkit-linear-gradient(left, #2f2f2f 0%, #161616 100%);
	background: linear-gradient(to right, #2f2f2f 0%, #161616 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#161616', GradientType=1);
	padding: 22px 0;
	text-align: center;
}

.dark-title span {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}

.dark-title em {
	color: #fffafa;
	font-size: 17px;
}

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

.block .image.with-label:before, .block .description.with-label:before {
	content: '1';
	background: #2f2f2f;
	color: #ffffff;
	display: block;
	height: 34px;
	width: 34px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	position: absolute;
}

.block.with-gradient {
	background: #939495;
	background: -moz-linear-gradient(top, #939495 0%, #2b3539 100%);
	background: -webkit-linear-gradient(top, #939495 0%, #2b3539 100%);
	background: linear-gradient(to bottom, #939495 0%, #2b3539 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5391b3', endColorstr='#222c31', GradientType=0);
}

.fixed-button {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #352c2c;
	padding: 5px 0;
	z-index: 19;
}

.fixed-button .btn {
	font-size: 13px;
	color: #000000;
	line-height: 1;
	padding: 10px 35px;
	background: #212c30;
}

.fixed-button .btn:hover, .fixed-button .btn:active, .fixed-button .btn:focus {
	color: #000;
	background: #8e8e8e;
	background: -moz-linear-gradient(left, #fdfdfd 0%, #8e8e8e 100%);
	background: -webkit-linear-gradient(left, #fdfdfd 0%, #8e8e8e 100%);
	background: linear-gradient(to right, #fdfdfd 0%, #8e8e8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#8e8e8e', GradientType=1);
}

.block1 {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

.block1 img {
	margin: 20px auto;
	display: block;
}

.block1 img.body {
	margin-top: 16px;
	display: block;
}

.block1 .bl1-img_01 {
	display: block;
	margin-bottom: 4px;
}

.block1 .logo {
	background: url("../img/logo.png") no-repeat;
	display: block;
	margin: 0 auto;
	height: 43px;
	width: 293px;
	margin-bottom: 18px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
  background-size: cover;
}

.block1 .title1 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 31px;
	color: #d4282c;
	margin-bottom: 10px;
	margin-top: -14px;
}

.block1 .title2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: lighter;
	display: block;
	text-transform: uppercase;
}

.block1 .btn {
	margin-top: -5px;
}

.block1 .list {
	color: #d4282c;
	font-size: 15px;
	margin-top: 18px;
}

.block1 .list span {
	font-size: 14px;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-bottom: 18px;
}

.block1 .list li {
	font-style: italic;
	text-align: left;
	list-style: none;
	position: relative;
	padding-left: 28px;
	font-size: 14px;
	margin-bottom: 13px;
}

.block1 .list li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	background: #d4282c;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.block1 .list ul {
	display: inline-block;
	line-height: 20px;
	margin: 0 20px;
}

.block2 {
	padding-top: 0;
	background: #ffffff;
	padding-bottom: 25px;
	font-style: italic;
}

.block2 .item {
	display: inline-block;
	width: 49%;
	text-align: center;
	padding-top: 12px;
}

.block2 .item img {
	display: block;
	margin: 0 auto;
}

.block2 .item span {
	color: #030303;
	font-size: 14px;
	display: block;
	margin-top: 8px;
}

.block3 {
	padding-bottom: 23px;
}

.block3 .title {
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.block3 .title span {
	display: block;
	font-weight: bold;
}

.block3 .graph {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}

.block3 .graph img {
	display: block;
	margin: 0 auto;
}

.block3 .info {
	margin-top: -10px;
	border-left: 8px solid #4c535b;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 0 8px 12px;
}

.block4 {
	background: #2f2f2f;
	background: -moz-linear-gradient(left, #2f2f2f 0%, #161616 100%);
	background: -webkit-linear-gradient(left, #2f2f2f 0%, #161616 100%);
	background: linear-gradient(to right, #2f2f2f 0%, #161616 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#161616', GradientType=1);
	padding: 22px 0;
	text-align: center;
}

.block4 span {
	display: block;
	color: #cb2629;
	font-size: 22px;
	margin-bottom: 5px;
}

.block4 em {
	color: #fffafa;
	font-size: 17px;
	font-style: italic;
}

.block5 {
	background: #c8c8c8;
	background: -moz-linear-gradient(left, #c8c8c8 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(left, #c8c8c8 0%, #e6e6e6 100%);
	background: linear-gradient(to right, #c8c8c8 0%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#e6e6e6', GradientType=1);
	padding: 20px 0;
	padding-top: 0;
}

.block5 img {
	display: block;
	margin: 0 auto;
}

.block5 .label {
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-o-transform: skew(10deg);
	transform: skew(10deg);
	background: #d4282c;
	padding: 19px 18px;
	max-width: 290px;
	margin: 0 auto;
	text-align: center;
}

.block5 .label span {
	display: block;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
}

.block5 ol {
	list-style-type: none;
	counter-reset: num;
	margin-top: 18px;
}

.block5 ol li {
	list-style: none;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 20px;
}

.block5 ol li:before {
	content: counter(num);
	counter-increment: num;
	line-height: 31px;
	float: left;
	width: 31px;
	height: 31px;
	background: #2f2f2f;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	color: #fffefe;
	font-size: 16px;
	margin-right: 12px;
	font-style: normal;
}

.block5 ol li:after {
	clear: both;
	content: '';
	display: block;
}

.block5 ol li:last-child {
	margin-bottom: 0;
}

.block6 {
	padding-bottom: 30px;
	text-align: center;
}

.block6 .title1 {
	color: #d72528;
	font-size: 26px;
	margin-bottom: 10px;
}

.block6 .title2 {
	font-size: 16px;
	color: #ffffff;
	font-style: italic;
	margin-bottom: 15px;
}

.block6 img {
    display: block;
    margin: 20px auto;
    height: 250px;
}

.block6 .title3 {
	margin-top: 15px;
	font-size: 16px;
	color: #d72528;
	margin-bottom: 15px;
}

.block6 .description {
	margin-bottom: 35px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
}

.block6 .description p {
	margin-bottom: 15px;
}

.block6 .timer_wrap {
	width: 225px;
}

.block6 .timer_wrap .hours:before {
	left: 30px;
}

.block6 .timer_wrap .min:before {
	left: 100px;
}

.block6 .timer_wrap .seconds:before {
	right: 18px;
}

.block7 {
	text-align: center;
}

.block7 .title1 {
	line-height: 1;
	margin-bottom: 5px;
	color: #d72528;
	font-size: 20px;
}

.block7 .title1 span {
	margin-top: 8px;
	display: block;
	color: black;
	font-size: 26px;
}

.block7 .title2 {
	color: #1a1a1a;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 8px;
}

.block7 .item {
	width: 50%;
	float: left;
	padding: 0 1px;
	text-align: center;
	margin: 0 0 5px;
}

.block7 .item .image {
	position: relative;
	display: inline-block;
}

.block7 .item .image div {
	width: 100%;
	display: table;
	padding: 0 15px;
	bottom: 11px;
	min-height: 70px;
	background: rgba(39, 39, 39, 0.87);
	text-align: center;
}

.block7 .item .image div span {
	min-height: 60px;
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
}

.block8 {
	padding-top: 0;
}

.block8 .dark-title {
	padding: 0;
}

.block8 .dark-title .table {
	display: table;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

.block8 .dark-title .table span {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 20px 0;
}

.block8 .dark-title .table span.label {
	font-size: 16px;
	border-right: 1px solid #4b4b4b;
	padding-right: 10px;
}

.block8 .dark-title .table span.label .blue {
	color: #d72528;
	font-size: 16px;
}

.block8 .dark-title .table span.value {
	width: 50%;
	padding-left: 10px;
	font-size: 11px;
	color: #fffafa;
}

.block8 .item {
	margin-top: 12px;
	margin-bottom: 15px;
}

.block8 .item .image {
	margin-bottom: 8px;
	text-align: center;
}

.block8 .item .description {
	position: relative;
	padding-left: 50px;
}

.block8 .item .description span {
	font-size: 24px;
	text-transform: uppercase;
	color: #414141;
	margin-bottom: 8px;
	display: block;
}

.block8 .item .description:before {
	left: 0;
	top: 0;
}

.block8 .item .description p {
	color: #414141;
	font-size: 13px;
}

.block8 .item:nth-child(2) .description:before {
	content: '2';
}

.block8 .item:nth-child(3) .description:before {
	content: '3';
}

.block8 .item:nth-child(4) .description:before {
	content: '4';
}

.block9 {
	text-align: center;
}

.block9 .title1 {
	color: #d72528;
	font-size: 18px;
	margin-bottom: 2px;
}

.block9 .title2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}

.block9 .title3 {
	color: #242f35;
	font-size: 13px;
	font-style: italic;
}

.block9 .bl9-hr {
	height: 1px;
	color: #fff;
	opacity: .3;
	display: block;
	margin-top: 12px;
	margin-bottom: 7px;
}

.block9 .compare {
	max-width: 260px;
	margin: 8px auto 0;
}

.block9 .compare .tooltip {
	position: absolute;
	height: 22px;
	min-width: 80px;
	line-height: 22px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	background: #253239;
	left: 50%;
	margin-left: -38px;
	top: 0;
}

.block9 .compare .tooltip:after, .block9 .compare .tooltip:before {
	content: '';
	background: url("../img/block9-tooltip.png") no-repeat;
	width: 9px;
	height: 100%;
	position: absolute;
	top: 0;
}

.block9 .compare .tooltip:before {
	left: -9px;
}

.block9 .compare .tooltip:after {
	width: 8px;
	right: -8px;
	background-position: -9px 0;
}

.block9 .compare .tooltip.tooltip-shoulder {
	top: 6px;
	left: 72px;
}

.block9 .compare .tl-rs {
	top: 138px !important;
	left: 72px;
}

.block9 .compare .tooltip.tooltip-waist {
	top: 118px;
}

.block9 .compare .tooltip.tooltip-hip {
	top: 168px;
}

.block9 .compare .tooltip i {
	height: 1px;
	position: absolute;
	right: 0;
	top: 16px;
	display: block;
	z-index: 0;
}

.block9 .compare .side {
	position: relative;
	width: 50%;
	float: left;
}

.block9 .compare .side .image {
	position: relative;
	width: 130px;
	height: 199px;
}

.block9 .compare .side .image img {
	display: block;
	width: 100%;
	height: 100%;
}

.block9 .compare .side .image .weight {
	display: none;
}

.block9 .compare .side.before .tooltip i {
	background: #f05353;
}

.block9 .compare .side.before .tooltip.tooltip-shoulder i {
	right: -132px;
	width: 132px;
}

.block9 .compare .side.before .tooltip.tooltip-waist i {
	right: -220px;
	width: 220px;
}

.block9 .compare .side.before .tooltip.tooltip-hip i {
	right: -142px;
	width: 142px;
}

.block9 .compare .side.after .weight {
	background: url("../img/block9-after-weight.png") no-repeat;
}

.block9 .compare .side.after .tooltip {
	background: #00cbf4;
}

.block9 .compare .side.after .tooltip i {
	background: #ffb400;
	right: auto;
	left: 0;
}

.block9 .compare .side.after .tooltip.tooltip-shoulder i {
	left: -122px;
	width: 122px;
}

.block9 .compare .side.after .tooltip.tooltip-waist i {
	left: -154px;
	width: 154px;
}

.block9 .compare .side.after .tooltip.tooltip-hip i {
	left: -152px;
	width: 152px;
}

.block9 .compare .side.after .tooltip:before {
	background-position: -16px 0;
}

.block9 .compare .side.after .tooltip:after {
	background-position: -26px 0;
}

.block9 .title4 {
	font-size: 30px;
	color: #00cbf4;
	margin-top: 20px;
}

.block9 .title5 {
	color: #acd52f;
	font-size: 21px;
	margin-bottom: 5px;
}

.block9 .title6 {
	color: #292929;
	font-size: 14px;
	font-style: italic;
}

.block9 .chain .item {
	width: 50%;
	float: left;
	margin-top: 15px;
	margin-bottom: 22px;
	position: relative;
}

.block9 .chain .item img {
	display: block;
	margin: 0 auto;
}

.block9 .chain .item:after {
	content: '';
	width: 13px;
	height: 25px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: -7px;
}

.block9 .chain .item:nth-child(2):after {
	top: auto;
	bottom: -28px;
	left: 50%;
	margin-left: -7px;
	right: auto;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.block9 .chain .item:nth-child(3):after {
	display: none;
}

.block9 .chain .item:last-child:after {
	right: auto;
	left: -6px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.block10 {
	background-color: #162329;
	text-align: center;
}

.block10 .title1 {
	color: #d72528;
	font-size: 30px;
	margin-bottom: 4px;
}

.block10 .title2 {
	color: #7f767b;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 30px;
}

.block10 .row {
	text-align: center;
}

.block10 .row > div {
	position: relative;
	width: 50%;
	float: left;
}

.block10 .row > div > div {
	position: relative;
	display: inline-block;
}

.block10 .row > div span {
	z-index: 10;
	position: absolute;
	right: -16px;
	top: -20px;
	height: 48px;
	width: 48px;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	line-height: 48px;
	text-align: center;
	color: #fffefe;
	font-size: 8px;
	text-transform: uppercase;
}

.block10 .row > div.before {
	text-align: right;
}

.block10 .row > div.before span {
	background: #353535;
}

.block10 .row > div.after {
	text-align: left;
}

.block10 .row > div.after span {
	background: #00cbf4;
	right: -12px;
	font-size: 11px;
}

.block11 .title {
	color: #162329;
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}

.block11 .item {
	margin-bottom: 20px;
	outline: none;
	padding-top: 18px;
}

.block11 .item .image {
	position: relative;
}

.block11 .item .image span.minus {
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -29px;
	width: 59px;
	height: 59px;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	background: #ffb400;
	color: #ffffff;
	font-size: 16px;
	line-height: 59px;
	text-align: center;
}

.block11 .item .image img {
	display: block;
	width: 100%;
	height: auto;
}

.block11 .item .label {
	color: #414141;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.block11 .item .duration {
	margin-top: 10px;
	font-size: 14px;
	color: #162329;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.block11 .item .result {
	height: 34px;
	line-height: 34px;
	background: #162329;
	font-size: 14px;
	padding: 0 12px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.block11 .item .result span.before {
	color: #ffffff;
	float: left;
}

.block11 .item .result span.after {
	color: #959595;
	float: right;
}

.block11 .item .name {
	margin-bottom: 15px;
	color: #d72528;
	text-transform: uppercase;
	font-size: 14px;
	background: #162329;
	text-align: center;
	padding: 8px;
}

.block11 .item .story {
	text-align: center;
	font-style: italic;
	padding-top: 20px;
	color: #162329;
	font-size: 13px;
}

.block12 {
	padding-bottom: 0;
}

.block12 .title1 {
	color: #162329;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	line-height: 1.2;
}

.block12 b {
	text-transform: uppercase;
	color: #1e3744;
}

.block12 .title2 {
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 12px;
}

.block12 img {
	display: block;
	margin: 15px auto;
    height: 250px;
}

.block12 .story {
	margin-top: 12px;
	text-align: center;
	font-style: italic;
	color: #ffffff;
	font-size: 12px;
}

.block12 .story span {
	margin-top: 15px;
	display: block;
	color: #c1c1c1;
	margin-bottom: 5px;
}

.block12 .form {
	text-align: center;
}

.block12 .form .title1 {
	font-style: normal;
	font-size: 21px;
	color: #ffffff;
}

.block12 .form .title2 {
	color: #d72528;
	margin-top: 0;
	margin-bottom: 32px;
	font-size: 35px;
}

.block12 .form form {
	padding-bottom: 35px;
}

.block12 .form .price {
	color: #ffffff;
	font-size: 20px;
	padding: 12px 12px 0;
	text-align: center;
}

.block12 .form .price s {
	margin-right: 7px;
}

.block12 .form .fields .price span {
	float: right;
}

.block12 .form form .fields .form-group {
	margin: 20px 0 0;
}

.price .value {
	font-size: 32px;
	font-weight: bold;
	color: yellow;
}

.price_total {
	margin-bottom: 10px;
	padding-top: 10px;
}

.price_total .value {
	font-size: 36px;
}

.block12 .form form .fields .form-group.buttons {
	margin-top: 15px;
}

.mmmr {
	text-align: center;
	padding: 20px 0 0;
}

.mmmr div {
	display: inline-block;
	width: 128px;
	margin: 0 5px;
	font-size: 12px;
	color: #ffffff;
}

.mmmr div b {
	text-transform: uppercase;
	color: #adaeac;
	font-size: 11px;
	display: block;
	margin: 0 0 3px;
}

.mmmr div:nth-child(2) b {
	color: #d72528;
}

.block12 .form form .fields input[type="text"], .block12 .form form .fields input[type="tel"], .block12 .form form .fields select {
	outline: none;
	line-height: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #fff;
	font-size: 14px;
	text-align: left;
	display: block;
	color: #ffffff;
	text-indent: 0;
	height: 40px;
	background: none;
	font-weight: normal;
	width: 100%;
	max-width: 280px;
	padding: 0 0 0 20px;
	margin: 0 auto;
}

.block12 .form form .fields select {
	background-position: 255px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

.block12 .form form .fields input[type="text"]::-webkit-input-placeholder, .block12 .form form .fields input[type="tel"]::-webkit-input-placeholder, .block12 .form form .fields select::-webkit-input-placeholder {
	color: #fff;
}

.block12 .form form .fields input[type="text"]::-moz-placeholder, .block12 .form form .fields input[type="tel"]::-moz-placeholder, .block12 .form form .fields select::-moz-placeholder {
	color: #fff;
}

.block12 .form form .fields input[type="text"]:-moz-placeholder, .block12 .form form .fields input[type="tel"]:-moz-placeholder, .block12 .form form .fields select:-moz-placeholder {
	color: #fff;
}

.block12 .form form .fields input[type="text"]:-ms-input-placeholder, .block12 .form form .fields input[type="tel"]:-ms-input-placeholder, .block12 .form form .fields select:-ms-input-placeholder {
	color: #fff;
}

.block12 .form form select {
	padding-left: 20px;
	background-image:url(../img/select-arrow.png);
	background-position:97% 50%;
	background-repeat:no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-align: left;
}

.block12 .form form select option {
	color: #fff;
    background: #939495;
}

.shipment {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}

.timer_wrap {
	position: relative;
	height: 70px;
	width: 240px;
	margin: 10px auto 0;
	border-radius: 2px;
}

.timer, .last_section .timer .highlight {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: white;
	text-align: center;
}

.timer_wrap .hours:before {
	position: absolute !important;
	font-size: 18px !important;
	top: 40px;
	left: 37px;
	content: 'jam';
}

.timer_wrap .min:before {
	position: absolute !important;
	font-size: 18px !important;
	top: 40px;
	left: 105px;
	content: 'detik';
}

.timer_wrap .seconds:before {
	position: absolute !important;
	font-size: 18px !important;
	top: 40px;
	right: 25px;
	content: 'menit';
}

.imgBlock1 {
	width: 200px;
	border-radius: 50%;
	display: block;
	margin: 20px auto;
}

.form input[type="text"], .form input[type="tel"], .form select {
	outline: none;
	line-height: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	padding: 21px;
	display: block;
	background: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 56px !important;
	margin-bottom: 15px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -50px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

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

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

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

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f4db09;
}

.bx-wrapper .bx-prev {
	left: 10px;
}

.bx-wrapper .bx-next {
	right: 10px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666 \9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.footer {
	background: linear-gradient(to bottom, #939495 0%, #2b3539 100%)!important;
	color:white!important;
}