/* styles */

body {
	min-width: 480px;
	background: #efefef;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
	overflow: hidden;
}

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

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* button */

.button_block {
	position: relative;
}

.button_block:after {
	display: block;
	content: '';
	width: 100%;
	height: 22px;
	background: url(../img/button__shadow.png) center no-repeat;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.button {
	display: block;
	margin: 0 auto;
	width: 410px;
	height: 76px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	text-shadow: 0 1px 0 #b76302;
    background-color: #64bd0d;
    background-image: -webkit-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
    background-image: -moz-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
    background-image: -o-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
    background-image: linear-gradient(0deg, #57a906 0%, #6fca16 100%);
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 76px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

/* titles */

h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

h2 b {
	display: block;
	font-weight: 800;
	font-size: 30px;
	line-height: 36px;
	color: #222;
	font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
}

/* offer */

.offer_section {
	padding: 0;
	background: #eaeaea;
}
.offer_section .maintitle{
	color: #fff;
	font-size: 60px;
    line-height: 60px;
	font-weight: 800;
	padding: 18px 0 11px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
}
.offer_section .subtitle {
    padding: 10px 0 9px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.offer_section .discount {
	width: 100px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	position: absolute;
	top: 165px;
	left: 17px;
	z-index: 999;
}

.offer_section .discount b {
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
}

.offer_section .price_block {
	margin: -6px 0 0;
	position: relative;
}

.offer_section .date_block {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	background: #82d62e;
	padding: 17px 0;
	border-bottom: 1px solid #ddd;
}

.offer_section .price_item {
	float: left;
	width: 50%;
	height: 74px;
	text-align: center;
}

.offer_section .price_item.old {
	padding: 13px 65px 0 0;
	background: #f0f0f0;
	color: #595959;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.offer_section .price_item.new {
	padding: 13px 0 0 65px;
	background: #74cd1c;
	color: #fff;
	border-top: 1px solid #8ade39;
}

.offer_section .price_item.new .value {
	font-weight: 800;
}

.offer_section .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
}

.offer_section .price_item .value {
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
}

.offer_section .price_item.old .value {
	text-decoration: line-through;
}

.offer_section .discount {
	padding: 19px 0 0 46px;
	width: 176px;
	height: 92px;
	background: url(../img/offer2__discount_bg.png) center no-repeat;
	color: #fff;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -88px;
}

.offer_section .discount .text {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.offer_section .discount .value {
	margin: 0 0 0 5px;
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
}

.offer_section .timer_block {
  margin: 25px auto;
  width: 400px;
  color: #fff;
  background: #74cd1c;
  text-align: center;
}

.offer_section .timer_block p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}

.offer_section .timer_item {
  float: left;
  margin: 0 32px 0 0;
  width: 112px;
  position: relative;
}

.offer_section .timer_item:last-child {
  margin: 0;
}

.offer_section .timer_item:before {
  display: block;
  content: ':';
  width: 32px;
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: -32px;
}

.offer_section .timer_item:last-child:before {
  display: none;
}

.offer_section .timer_item .count {
  margin: 0 0 10px;
  height: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
}

.offer_section .timer_item .count span {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  width: 54px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(50%, #4a4a4a), color-stop(51%, #4a4a4a), color-stop(51%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.3) 100%);
  -webkit-box-shadow: inset 0 -2px 0 #4a4a4a;
  -moz-box-shadow: inset 0 -2px 0 #4a4a4a;
  box-shadow: inset 0 -2px 0 #4a4a4a;
}

.offer_section .timer_item .count span:last-child {
  margin: 0;
}

.offer_section .timer_item .text {
  line-height: 16px;
}

.offer_section .form_bg {
	padding: 25px 0;
	background-color: #ebebeb;
	background-image: -webkit-linear-gradient(10deg, #fff 0%, #ebebeb 100%);
	background-image: -moz-linear-gradient(10deg, #fff 0%, #ebebeb 100%);
	background-image: -o-linear-gradient(10deg, #fff 0%, #ebebeb 100%);
	background-image: linear-gradient(10deg, #fff 0%, #ebebeb 100%);
}

.offer_section .products_count {
	margin: 20px 0 0;
	color: #222;
	text-align: center;
}

.offer_section .products_count:before {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 10px 0 0;
	content: '';
	width: 20px;
	height: 18px;
	background: url(../img/offer__products_count_icon.png) center no-repeat;
}

.offer_section .products_count b {
	color: red;
}

.offer_section .benefits_block {
	padding: 35px 15px 20px;
	width: 480px;
	background: #fff;
}

.offer_section .benefits_block .benefit_item {
	float: left;
	padding: 0 5px;
	width: 33.333333%;
	text-align: center;
}

.offer_section .benefits_block img {
	display: block;
	margin: 0 auto 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.offer_section .input {
	display: block;
	margin: 0 auto 14px;
	padding: 0 35px;
	width: 410px;
	height: 76px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	outline: none;
	border: 2px solid #bae690;
}

.offer_section .field-name {
	background-image: url(../img/offer__name_icon.png);
	background-position: 30px center;
	background-repeat: no-repeat;
	padding: 0 20px 0 90px;
}

.offer_section .field-phone {
	background-image: url(../img/offer__phone_icon.png);
	background-position: 27px center;
	background-repeat: no-repeat;
	padding: 0 20px 0 90px;
}

.offer_section .input::-webkit-input-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input:-moz-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
	opacity: 0;
}

/* about */

.about_section {
	padding: 30px 0;
	background: #ebeae4;
}

.about_section h2 {
	margin: 0 0 25px;
}

.about_section p {
	padding: 0 20px;
	line-height: 1.8em;
	text-align: center;
}

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

.about_section .owl-prev,
.about_section .owl-next {
	width: 47px;
	height: 47px;
	background: #f85a3d url(../img/slider__arrows.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.about_section .owl-prev {
	background-position: left center;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	left: 0;
}

.about_section .owl-next {
	background-position: right center;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	right: 0;
}

.about_section .sup{
    padding: 13px 20px 0 20px;
}
.about_section .sup>li{
	line-height: 28px;
    margin: 10px 0 10px;
    padding: 0 0 0 40px;
    background: url("../img/marker.png") 0 2px no-repeat;
}
.about_section .sup>li:last-child{
    margin: 0 0 0;
}
.about_section .sup>li>p{
    padding: 2px 0 4px;
}

.catalog_price {
	margin: 387px 0 0;
	position: relative;
}

.original_section .catalog_price {
	margin: 0;
	position: relative;
}

.original_section .catalog_price:before {
	display: block;
	content: '';
	width: 100%;
	height: 21px;
	background: url(../img/offer__price_shadow.png) center top no-repeat;
	opacity: 0.3;
	position: absolute;
	bottom: -21px;
	left: 0;
}

.original_section .catalog_price .price_item {
	float: left;
	padding: 10px 0 0;
	width: 50%;
	height: 70px;
	background: #fff;
	text-align: center;
}

.original_section .catalog_price .price_item.new {
	background: #79b717;
	color: #fff;
}

.original_section .catalog_price .price_item.new:before {
	display: block;
	content: '';
	border-top: 70px solid #fff;
	border-right: 20px solid #79b717;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}

.original_section .catalog_price .text {
	margin: 0 0 2px;
	font-size: 14px;
	line-height: 14px;
}

.original_section .catalog_price .value {
	font-size: 20px;
	line-height: 34px;
}

.original_section .catalog_price .price_item.old .value {
	text-decoration: line-through;
	font-size: 20px;
}

.original_section .catalog_price .price_item.new .value {
	font-weight: 800;
}

/* benefits */

.benefits_section {
	padding: 30px 0;
	background: #373737 url(../img/bg_pattern.jpg) repeat;
}

.benefits_section h2 {
	margin: 0 0 25px;
}

.benefits_section h2 b {
	color: #fff;
}

.benefits_section .benefit_item {
	margin: 0 0 25px;
}

.benefits_section .benefit_item img {
	display: block;
	margin: 0 auto;
	border-radius: 10px 10px 0px 0px;
}

.benefits_section .benefit_item .text_block {
	margin: 0 auto;
	padding: 20px;
	width: 440px;
	background: #fff;
	border-top: none;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	text-align: center;
}

.benefits_section .benefit_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

/* characteristics */

.characteristics_section {
	padding: 30px 0;
	background-color: #5aba5a;
	background-image: -webkit-linear-gradient(-35deg, #5aba5a 0%, #5ad05a 100%);
	background-image: -moz-linear-gradient(-35deg, #5aba5a 0%, #5ad05a 100%);
	background-image: -o-linear-gradient(-35deg, #5aba5a 0%, #5ad05a 100%);
	background-image: linear-gradient(-35deg, #5aba5a 0%, #5ad05a 100%);
	color: #fff;
	position: relative;
}

.characteristics_section ul {
	margin: 0 20px 0 46px;
}

.characteristics_section ul li {
	margin: 0 0 15px;
	padding: 0 0 2px;
	border-bottom: 1px solid #fff;
	position: relative;
	text-align: left;
}

.characteristics_section ul li:last-child {
	margin: 0;
}

.characteristics_section ul li:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.2);
	-moz-box-shadow: 0 0 0 4px rgba(255,255,255,0.2);
	box-shadow: 0 0 0 4px rgba(255,255,255,0.2);
	position: absolute;
	top: 8px;
	left: -22px;
}

.characteristics_section ul li b {
	float: right;
}

/* original */

.original_section {
	padding: 30px 0;
	background: #f5f4ec;
}

.original_section h2 {
	margin: 0 0 25px;
}

.original_section .owl-prev,
.original_section .owl-next {
	width: 47px;
	height: 47px;
	background: #f85a3d url(../img/slider__arrows.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.original_section .owl-prev {
	background-position: left center;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	left: 0;
}

.original_section .owl-next {
	background-position: right center;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	right: 0;
}

.original_section ul {
	margin: 17px 20px 0;
}

.original_section ul li {
	margin: 0 0 15px 18px;
	padding: 0 0 2px;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
	text-align: left;
	position: relative;
}

.original_section ul li:last-child {
	margin: 0 0 0 18px;
	padding: 0;
	border: none;
}

.original_section ul li:before {
	display: block;
	content: '';
	width: 8px;
	height: 13px;
	background: url(../img/characteristics__arrow.png) center no-repeat;
	position: absolute;
	top: 5px;
	left: -18px;
}

.original_section ul li b {
	float: left;
}

/* gift */

.gift_section {
	padding: 30px 20px;
	background-color: #162337;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#2e1921), to(#162337));
	background-image: -webkit-linear-gradient(bottom, #2e1921 0%, #162337 100%);
	background-image: -moz-linear-gradient(bottom, #2e1921 0%, #162337 100%);
	background-image: -o-linear-gradient(bottom, #2e1921 0%, #162337 100%);
	background-image: linear-gradient(to top, #2e1921 0%, #162337 100%);
}

.gift_section h2 {
	margin: 0 0 25px;
	color: #fff;
}

.gift_section h2 b {
	color: #41c3ff;
}

.gift_section img {
	display: block;
	margin: 0 auto -65px;
}

.gift_section .benefit_item {
	display: table;
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	width: 100%;
}

.gift_section .benefit_item:last-child {
	margin: 0;
}

.gift_section .benefit_item p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 45px;
	height: 80px;
	border: 1px solid rgba(255,255,255,0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ccc;
	position: relative;
}

.gift_section .benefit_item p:before {
	display: block;
	content: '';
	width: 49px;
	height: 49px;
	background: center no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: -25px;
}

.gift_section .benefit_item:nth-child(1) p:before {
	background-image: url(../img/gift__benefit1_icon.png);
}

.gift_section .benefit_item:nth-child(2) p:before {
	background-image: url(../img/gift__benefit3_icon.png);
}

.gift_section .benefit_item:nth-child(3) p:before {
	background-image: url(../img/gift__benefit2_icon.png);
}

.gift_section .benefit_item:nth-child(4) p:before {
	background-image: url(../img/gift__benefit4_icon.png);
}

/* reviews */

.reviews_section {
	padding: 30px 20px;
	background: #f6f6f6;
}

.reviews_section h2 {
	margin: 0 0 30px;
}

.wtsp_item {
	max-width: 410px;
	min-height: 710px;
	margin: 0 auto;
	background: url(../img/reviews__wtsp_bg.jpg) 50% 0% repeat;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
}

.wtsp_item .info {
	background: #075e55 url(../img/reviews__wtsp_btn.png) 3px 50% no-repeat;
	padding: 16px 110px 13px 35px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.35);
	position: relative;
	z-index: 2;
}

.wtsp_item .info>img {
	float: left;
	border-radius: 50%;
	width: 42px;
	border: 1px solid #0f3a33;
}

.wtsp_item .info .text {
	overflow: hidden;
	padding-left: 8px;
	color: #fff;
}

.wtsp_item .info .text>p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.wtsp_item .info .text>small {
	font-size: 13px;
	line-height: 18px;
	display: block;
}

.wtsp_item .date {
	text-align: center;
	margin-top: 10px;
}

.wtsp_item .date>span {
	display: inline-block;
	vertical-align: top;
	background: #d4ebf3;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 28px;
	color: #3f5250;
	padding: 0 8px;
	border-radius: 7px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}

.wtsp_item .message_container {
	margin-top: 10px;
	padding: 0 12px;
}

.wtsp_item .message {
	display: inline-block;
	max-width: 295px;
	min-width: 70px;
	padding: 6px 10px;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	color: #212121;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
	margin-bottom: 10px;
}

.wtsp_item .message:last-child {
	margin-bottom: 0;
}

.wtsp_item .message>p {
	margin-bottom: 5px;
}

.wtsp_item .message>img {
	display: block;
	margin: 6px auto;
	border-radius: 4px;
}

.wtsp_item .message .time {
	text-align: right;
	font-size: 14px;
	line-height: 15px;
	color: #989898;
	padding: 0 5px;
}

.wtsp_item .message.client {
	background: #fff;
	border-radius: 0 6px 6px 6px;
}

.wtsp_item .message.client:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	left: -6px;
}

.wtsp_item .message.author {
	background: #e2ffc7;
	border-radius: 10px 0 10px 10px;
	padding: 6px 10px;
	float: right;
}

.wtsp_item .message.author:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #e2ffc7 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -6px;
}

.wtsp_item .message.author .time {
	padding: 0;
}

.wtsp_item .message.author .time:after {
	content: '';
	width: 18px;
	height: 12px;
	background: url(../img/reviews__wtsp_read.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 4px;
}

.wtsp_item:after {
	content: '';
	width: 404px;
	height: 57px;
	background: url(../img/reviews__wtsp_send.png) 50% 50% no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -202px;
	bottom: 7px;
}

.wtsp_rev .owl-prev,
.wtsp_rev .owl-next {
	width: 47px;
	height: 47px;
	background: #f85a3d url(../img/slider__arrows.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.wtsp_rev .owl-prev {
	background-position: left center;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	left: -20px;
}

.wtsp_rev .owl-next {
	background-position: right center;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	right: -20px;
}

.wtsp_rev .owl-dots {
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

.wtsp_rev .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.wtsp_rev .owl-dot.active {
	background: #fff;
}

/* order info 1 */

.order_info1_section {
	padding: 30px 20px;
    background: #45393d;
    background: -moz-linear-gradient(top, #45393d 0%, #2c2528 100%);
    background: -webkit-linear-gradient(top, #45393d 0%,#2c2528 100%);
    background: linear-gradient(to bottom, #45393d 0%,#2c2528 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45393d', endColorstr='#2c2528',GradientType=0 );
	color: #fff;
}

.order_info1_section h2 {
	margin: 0 0 25px;
}

.order_info1_list .info_item {
	display: table;
	margin: 0 0 25px;
	width: 100%;
}

.order_info1_list .info_item:last-child {
	margin: 0;
}

.order_info1_list .image_block {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
}

.order_info1_list .image_block img {
	display: block;
}

.order_info1_list .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

.order_info1_list .text_block h4 {
	margin: 0 0 5px;
	font-weight: 800;
	color: #fff;
	text-transform: none;
}

.order_info1_list .text_block p {
	font-size: 14px;
	line-height: 22px;
}

/* colors */

.offer_section .color {
 width: 410px;
 margin: 0 auto 17px;
}

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

.offer_section .color h4 {
 display: block;
 background: #333;
 color: #fff;
 padding: 7px 0;
 margin-bottom: 15px;
 font-size: 16px;
 text-align: center;
 text-transform: uppercase;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.offer_section .color .item {
 float: left;
 border: 1px solid rgba(170, 170, 170, 0.5);
 padding: 6px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}

.offer_section .color .item img {
 display: block;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.offer_section .color .item:last-child {
    float: right;
}

.offer_section .order_form ul {
  list-style-type: none;
}

.offer_section .order_form li {
  display: inline-block;
}

.offer_section .order_form input[type="radio"][id^="colorbox"] {
  display: none;
}

.offer_section .order_form label {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #bbb;
  padding: 5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.offer_section .order_form label:before {
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  background: url("../img/check.png") no-repeat;
  z-index: 99;
}

.offer_section .order_form label img {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  width: 117px;
}

.offer_section .order_form :checked + label {
  border-color: #64bd0d;
}

.offer_section .order_form :checked + label:before {
  content: "";
  background-color: none;
  transform: scale(1);
}

.offer_section .order_form :checked + label img {
  transform: scale(0.95);
  z-index: -1;
}

/* footer */

.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px;
}

.footer_section a {
	color: #222;
}

/* colors */

.colors_section {
	padding: 30px 0 0;
	background: #fff url(../img/section__shadow.jpg) no-repeat;
}

.colors_section h2.title {
	padding: 0 30px;
	margin: 0 0 20px;
}

.colors_section h2.title b {
	color: #222;
	font-weight: 900;
}

.colors_section h2.title b.color1_text {
	font-weight: 900;
	color: #7a4d38;
}

.colors_section h2.title b.color2_text {
	font-weight: 900;
	color: #842126;
}

.colors_section h2.title b.color3_text {
	font-weight: 900;
	color: #222f52;
}

.colors_section h2.title b.color4_text {
	font-weight: 900;
	color: #a2979b;
}

.colors_section h2.title b.color5_text {
	font-weight: 900;
	color: #9e7967;
}

.colors_section h2.title b.color6_text {
	font-weight: 900;
	color: #dbc7ac;
}

.colors_section h2.title span {
	color: #222;
	text-transform: none;
}

.colors_section .clickorclide {
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 8px;
}

.colors_section .image {
	display: block;
	margin: 0 auto;
}

.colors_section .slider {
	width: 480px;
	margin: 0 auto;
}

.colors_section .owl-prev,
.colors_section .owl-next {
	width: 47px;
	height: 47px;
	background: #c9b56c url(../img/slider__arrows.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.colors_section .owl-prev {
	background-position: left center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	left: 10px;
}

.colors_section .owl-next {
	background-position: right center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	right: 10px;
}

.colors_section .owl-dots {
	font-size: 0;
	text-align: center;
    position: relative;
    z-index: 994;
    margin-top: -37px;
	padding-bottom: 15px;
}

.colors_section .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.colors_section .owl-dot.active {
	background: #fff;
}

.colors_section .price_block {
	margin: 0;
	position: relative;
}

.colors_section .price_item {
	float: left;
	width: 50%;
	height: 74px;
	text-align: center;
}

.colors_section .price_item.old {
	padding: 13px 65px 0 0;
	background: #414141;
	color: #e0e0e0;
}

.colors_section .price_item.new {
	padding: 13px 0 0 65px;
	background: #73d118;
	color: #fff;
}

.colors_section .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
}

.colors_section .price_item .value {
	font-weight: 700;
	font-size: 25px;
	line-height: 28px;
}

.colors_section .price_item.old .value {
	text-decoration: line-through;
	font-size: 24px;
}

.colors_section .price_item.new .value {
	font-weight: 900;
}

.colors_section .discount {
	padding: 19px 0 0 46px;
	width: 176px;
	height: 92px;
	background: url(../img/price__discount_bg.png) center no-repeat;
	color: #fff;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -88px;
	z-index: 109;
}

.colors_section .discount .text {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.colors_section .discount .value {
	margin: 0 0 0 5px;
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
}

.colors_section .more_link {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 15px;
	text-decoration: underline;
}

.colors_section .more_text {
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.colors_section .more_text span {
	background: #73d118;
    color: #fff;
}

.colors_section .more_text b {
	font-weight: 900;
}

.colors_section .stock {
	padding: 15px 0 0;
	font-size: 16px;
	line-height: 24px;
	color: #222;
	text-align: center;
}

.colors_section .stock b {
	margin: 0 4px;
	padding: 3px 6px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ff5656;
	font-size: 17px;
	color: #fff;
}

.colors_section .colorbg {
	padding: 32px 0 23px;
	background: #f4f4f4;
}

.colors_deny_section {
	background: #222;
}

/* Variation switcher */

.variation_select {
	display: flex;
	justify-content: center;
	padding-bottom: 2rem;
	padding-top: 1rem;
	background-color: #fff;
}

.variation_form {
	display: none;
	justify-content: center;
	/* padding-bottom: 2rem; */
	padding-top: 1rem;
}

.variation_form.active {
	display: flex;
}

.variation {
	min-width: 15%;
	position: relative;
	margin-left: 2.5%;
	margin-right: 2.5%;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border: 2px solid #ffd336;
	transition: ease .5s;
	cursor: pointer;
}

.variation label {
	cursor: pointer;
}

.variation.active {
	background-color: #ffd336;
}

.variation:hover {
	background-color: #ffd336;
}

.variation input {
	display: none;
}

.delivery_free {
	position: relative;
	font-size: 24px;
	color: #e43315;
	display: none;
	background-color: #fff;
	text-align: center;
	padding-top: 2rem;
	text-transform: uppercase;
	padding-bottom: 1rem;
}

.delivery_free.active {
	display: block;
}

.calculations {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin: 1.5rem;
}

.calculations b {
	font-weight: 600 !important;
}



/* Variation switcher END */


/* benefits 1 */

.benefits_list1 {
	margin: 0 10px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_list1 .benefit_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 30px;
	width: 33.333333%;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: normal;
}

.benefits_list1 .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.benefits_list1 .benefit_item h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}



/* benefits 2 */

.benefits_list2 {
	margin: 0 10px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_list2 .benefit_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 30px;
	width: 50%;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: normal;
}

.benefits_list2 .benefit_item-1 img {
	display: block;
	margin: 0 auto 15px;
	height: 150px;
    width: 150px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 6px rgba(255, 0, 0, 0.8);
    box-shadow: 0 0 0 6px rgba(255, 0, 0, 0.8);
}

.benefits_list2 .benefit_item-2 img {
	display: block;
	margin: 0 auto 15px;
	height: 150px;
    width: 150px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 6px rgba(0, 193, 85, 1);
    box-shadow: 0 0 0 6px rgba(0, 193, 85, 1);
}

.benefits_list2 .benefit_item h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: underline;
}

.benefits_list2 .benefit_item p {
	color: #fff;
}

.benefits_list2 .benefit_item-1 h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	color: rgba(255, 0, 0, 0.8);
	text-decoration: underline;
}

.benefits_list2 .benefit_item-2 h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	color: rgba(0, 193, 85, 1);
	text-decoration: underline;
}


/* description */

.description_section {
	padding: 30px 0 0;
}

.description_section h2.title {
	padding: 0 30px;
}

.description_section .image {
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.description_section p.text {
	padding: 20px 30px;
}

.description_section .button {
	margin: 10px auto 40px;
}

/*sect3*/
.sect3 {
  background: url(../images/s3_bg.jpg) 50% 0% no-repeat;
}
.sect3 .title {
  padding: 0 30px;
}
.sect3 .title span {
  font-size: 28px;
}
.sect3 .benefits_list1 .benefit_item {
  padding-bottom: 27px;
}
.sect3 .benefits_list1 .benefit_item img {
  margin-bottom: 10px;
}
.sect3 .alert {
  background: #2c2c2c;
  border: dashed 1px #6c6c6c;
  border-radius: 6px;
  margin: -4px 30px -90px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
}

/* Quantity calculator */

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

.qty-selector {
	display: flex;
	align-items: baseline;
}

.input-qty {
	margin: 0 !important;
	width: 20% !important;
	padding: 0 15px !important;
	text-align: center;
}

.change-qty {
	text-align: center;
	width: 10%;
	/* padding: 0 35px; */
	border-radius: 38px;
	background: #82d62e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	outline: none;
	border: 2px solid #fff;
	cursor: pointer;
	padding: 10px;
	transition: all 0.5s ease;
}

.change-qty:hover {
	background: #6fcb12;
}

.change-qty-plus {
	margin-left: 2%;
	margin-right: 28%;
}

.change-qty-minus {
	margin-left: 28%;
	margin-right: 2%;
}

/* Quantity calculator END */

.spisok4 h3 {
    text-transform: uppercase;
    display: table;
    font-size: 26px;
    padding:  14px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0px auto 10px;
    position: relative;
    z-index: 10;
}

.spisok4 h3.purple {
    background: #b080e5;
}

.green {
    background: #8dc53e;
    color: #fff;
}
.orange {
    background: #f7851e;
    color: #fff;
}
.blue {
    background: #75b1f0;
    color: #fff;
}
.blue1 {
    background: #4fc3f6;
    color: #fff;
}
.purple {
    background: #b080e5;
    color: #fff;
}

h2.title_blue {
    text-align: center;
    color: #75b1f0;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 25px 20px;
    font-weight:  bold;
}


section.spisok4 {
	background: white;
	margin-bottom: 20px;
}