/* styles */

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

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	position: relative;
}

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

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

b {
	font-weight: 700;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 64px;
	border: none;
	background: #f73149;
    -webkit-box-shadow: 0 4px 0 #f73149;
    -moz-box-shadow: 0 4px 0 #376d88;
    box-shadow: 0 4px 0 #b33645;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.kurama1 h6 {
    text-align: center;
    font-size: 26px;
    color: white;
}
.kurama1 strong {
    color: red;
}
.kurama1 p {
    margin: 20px auto 0;
    width: 451px;
    color: black;
}
.lifestye__picture {
    padding: 25px 0 23px;
    background: #1c6cac url(../img/luna_mini_2_colors_desktop.png) center top no-repeat;
    height: 550px;
    background-size: cover;
}
.kurama{
position: absolute;
    width: 450px;
    left: 405px;
    bottom: 324px;position: absolute;

}
.kurama h6 {
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
}
.kurama strong {
    color: #ffbd00;
}
.kurama p {
    color: white;
}
.button:hover {
	background: #c82034;
}

.button:active {
	-webkit-box-shadow: 0 3px 0 #376d88;
	-moz-box-shadow: 0 3px 0 #376d88;
	box-shadow: 0 3px 0 #376d88;
	top: 1px;
}

/* titles */

h2 {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #f73149;
	text-transform: uppercase;
	text-align: center;
}

h2 span {
	color: #333;
}

/* offer */

.offer_section {
	padding: 25px 0 0px;
	background: #fff url(../img/back-1.jpg) center top no-repeat;
}

.offer_section .main_title {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 46px;
	line-height: 52px;
	color: #f73149;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .subtitle {
	margin: 0 0 25px;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
	color: #282d39;
}

.offer_section .main_title span {
	padding: 0 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f73149;
    background: -webkit-linear-gradient(45deg, #f73149 0%,#f73149 25%,#f73149 50%,#f73149 75%,#f73149 100%);
    background: linear-gradient(45deg, #f73149 0%,#f73149 25%,#f73149 50%,#f73149 75%,#f73149 100%);
    color: #fff;
}

.offer_section ul {
	float: right;
	width: 590px;
}

.offer_section ul li {
	float: left;
	margin: 0 50px 0 0;
	padding: 0 0 0 34px;
	background: url(../img/tick_green1.png) left top no-repeat;
	font-weight: 700;
	font-size: 22px;
    color: #f73149;
	text-shadow: 0px 1px 1px black;
}

.offer_section ul li:nth-child(1) {
	width: 150px;
}

.offer_section ul li:nth-child(2) {
	width: 160px;
}

.offer_section ul li:nth-child(3) {
	margin: 0;
	width: 165px;
}

.offer_section .discount {
	padding: 17px 0 0;
    width: 153px;
    height: 127px;
    background: url(../img/sale-4.png) center no-repeat;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 156px;
    left: 380px;
    font-size: 12px;
}

.offer_section .discount span {
	display: block;
    margin-top: 35px;
    transform: rotate(-15deg);
    font-size: 27px;
    line-height: 24px;
}

.offer_section .form_block {
	float: left;
	padding: 20px;
	width: 320px;
	background: #fff;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.offer_section .timer_block {
	margin: 0 auto;
	padding: 9px 10px 0 88px;
	width: 280px;
	height: 78px;
	border: 1px solid #cfd0d1;
	text-align: center;
	position: relative;
}

.offer_section .timer_block:before {
	display: block;
	content: '';
	width: 78px;
	height: 78px;
	background: #aaa url(../img/offer__timer_icon.png) center no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
}

.offer_section .timer_block p {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.offer_section .timer_block .timer_item {
	float: left;
	width: 33.333333%;
}

.offer_section .timer_block .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #f73149;
	position: relative;
}

.offer_section .timer_block .count:before {
	display: block;
	content: ':';
	width: 10px;
	position: absolute;
	top: -3px;
	right: -5px;
}

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

.offer_section .timer_block .text {
	margin-top: -2px;
	font-size: 12px;
	line-height: 12px;
}

.offer_section .price_block {
	margin: 19px auto 16px;
	width: 280px;
}

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

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

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

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

.offer_section .price_block .price_item.new .value {
	color: #f73149;
}

.offer_section .field {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 100%;
	height: 56px;
	border: none;
	background: #f3f4f6;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: left;
}

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

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

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

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

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

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

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

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

.offer_section .button {
	margin: 0 auto;
}

.offer_section .deadline_text {
	margin: 15px auto 0;
	width: 280px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.offer_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/offer__deadline_icon.png) center no-repeat;
}

.offer_title_section {
	padding: 15px 0;
	background: #f73149;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.offer_title_section span {
	color: #ff7f2b;
}

.offer_section img {
position: relative;
left: 170px;
    bottom: 44px;
    width: 40%;
}

/* about */

.about_section {
	padding: 0 0 20px;
}

.about_section img {
	display: block;
	float: left;
}

.about_section img.image1 {
	margin: 0 0 30px;
}

.about_section img.image2 {
	float: right;
}

.about_section .text_block {
	float: left;
	width: 460px;
}

.about_section .text_block1 {
	margin: 0 0 30px 20px;
}

.about_section .text_block p {
	margin: 0 0 15px;
}

.about_section .text_block p:last-child {
	margin: 0;
}

/* benefits */

.benefits_section {
	padding: 40px 0 44px;
	background: #f3f4f6;
}

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

.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 40px;
	width: 25%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.benefits_section .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	border: 6px solid #fff;
}

/* characteristics */

.characteristics_section {
	padding: 40px 0;
	background: #282d39 url(../img/desctop__characteristics_bg.jpeg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.characteristics_section h2 {
	color: #fff;
}

.characteristics_section ul {
	margin: 0 0 40px;
	padding: 20px 0;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(0,0,0,0.1);
	box-shadow: 0px 14px 28px #3a87ad, 0px -5px 28px #3a87ad;
}

.characteristics_section ul li {
	float: left;
	width: 25%;
	border-right: 1px solid rgba(255,255,255,0.1);
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.characteristics_section ul li:last-child {
	border: none;
}

.characteristics_section ul li span {
	display: block;
	color: #fff;
}

.characteristics_section .video_wrapper {
	margin: 0 auto;
	padding: 30px;
	width: 720px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
}

.characteristics_section .video_block {
	width: 660px;
	height: 371px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.characteristics_section .video_block iframe, 
.characteristics_section .video_block object, 
.characteristics_section .video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* use steps */

.use_steps_section {
	padding: 40px 0;
}

.use_steps_section img {
	display: block;
	float: left;
}

.use_steps_section .text_block {
	float: left;
	width: 540px;
	margin: 6px 0 0 20px;
}

.use_steps_section ul {
	margin: 0 0 48px;
}

.use_steps_section ul li {
	margin: 0 0 30px;
	padding: 0 0 0 51px;
	position: relative;
}

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

.use_steps_section ul li b {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f73149;
	position: absolute;
	top: -6px;
	left: 0;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}

.use_steps_section .button {
	margin: 0;
}

/* reviews */

.reviews_section {
	padding: 40px 0;
	background: #d2b2c5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.reviews_section h2 span {
	color: #fff;
}

.reviews_section .review_item {
	margin: 0 0 20px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 14px 28px #ffcfe2, 0 -5px 28px #ffcfe2;
}

.reviews_section .review_item:last-child {
	margin: 0;
}

.reviews_section .review_item .image_block {
	float: left;
	margin: 0 30px 0 0;
	width: 160px;
	position: relative;
}

.reviews_section .review_item .image_block img {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .review_item .text_block {
	float: left;
	width: 690px;
}

.reviews_section .review_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

/* order steps */

.order_steps_section {
	padding: 40px 0;
}

.order_steps_section .steps_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.order_steps_section .step_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 220px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.order_steps_section .step_item:last-child {
	margin: 0;
}

.order_steps_section .step_item .image_block {
	margin: 0 0 4px;
	border: 1px solid #f1f1f1;
	position: relative;
}

.order_steps_section .step_item img {
	display: block;
}

.order_steps_section .step_item p {
	padding: 10px 0;
	background: #f3f4f6;
}

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	text-align: center;
}

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

.footer_section a {
	color: #222;
}

.footer_section a:hover {
	text-decoration: none;
}

@media screen and (max-width: 959px) {

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		font-size: 30px;
		line-height: 38px;
	}

	/* offer */

	.offer_section {
		padding: 25px 0;
		    background-image: url(../img/back-2.jpg);
		
	}
.kurama1 p {
    color: black;
}
	.offer_section .main_title {
		line-height: 60px;
	}

	.offer_section ul {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.offer_section ul li {
		margin: 0 55px 0 0;
	}

	.offer_section .discount {
		top: 235px;
    left: 370px;
	}

	.offer_title_section {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 1px;
	}

	.offer_section img {
    position: relative;
       left: 60px;
    top: 123px;
    width: 250px;
    height: 316px;
	}

	/* about */

	.about_section img.image1 {
		float: none;
		margin: 0 auto 30px;
	}

	.about_section img.image2 {
		float: none;
		margin: 0 auto 30px;
	}

	.about_section .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	.about_section .text_block1 {
		margin: 0 0 30px;
	}

	/* benefits */

	.benefits_section .benefit_item {
		width: 50%;
	}

	/* characteristics */

	.characteristics_section {
		background-image: none;
	}

	.characteristics_section ul {
		padding: 20px 0 0;
	}

	.characteristics_section ul li {
		margin: 0 0 20px;
		width: 33.333333%;
	}

	.characteristics_section ul li:nth-child(3n) {
		border: none;
	}

	.characteristics_section .video_wrapper {
		width: 100%;
	}

	.characteristics_section .video_block {
		width: 560px;
		height: 315px;
	}

	/* use steps */

	.use_steps_section img {
		float: none;
		margin: 0 auto 30px;
	}

	.use_steps_section .text_block {
		float: none;
		margin: 0;
		width: 100%;
	}

	.use_steps_section ul {
		margin: 0 0 30px;
	}

	.use_steps_section .button {
		margin: 0 auto;
	}

	/* reviews */

	.reviews_section {
		background-image: none;
	}

	.reviews_section .review_item .text_block {
		width: 370px;
	}

	/* order steps */

	.order_steps_section {
		padding: 40px 0 0;
	}

	.order_steps_section .step_item {
		margin: 0 40px 40px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 40px 40px;
	}

}

@media screen and (max-width: 639px) {
	
	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		margin: 0 0 30px;
		font-size: 20px;
		line-height: 28px;
	}
.offer_section {
    padding: 25px 0;
    background-image: url(../img/back-2.jpg);
    background-size: cover;
}
	/* offer */

	.offer_section {
		
		height: 1150px;
	}
	.kurama1 p {
    margin: auto;
    width: 224px;
    font-size: white;
    color: black;
    text-align: center;
}
.lifestye__picture {
 
    background: #e2c6d6 ;
   
}
	.offer_section .main_title {
		font-size: 28px;
		line-height: 40px;
	}

	.offer_section .main_title span {
		padding: 0 6px;
	}

	.offer_section .subtitle {
		margin: 0 0 20px;
	}

	.offer_section ul {
		float: none;
		margin: 0 auto 385px;
		width: 245px;
	}

	.offer_section ul li {
		float: none;
		margin: 0 0 15px;
	}

	.offer_section ul li:nth-child(1), 
	.offer_section ul li:nth-child(2), 
	.offer_section ul li:nth-child(3) {
		width: 100%;
	}

	.offer_section .discount {
	top: 239px;
    left: 3px;
	}

	.offer_section .form_block {
		margin-left: -10px;
	}

	.offer_title_section {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: normal;
	}

	.offer_section img {
    position: relative;
  left: 25px;
    top: -739px;
    width: 250px;
    height: 300px;
	}

	/* about */

	.about_section {
		padding: 30px 0;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0 34px;
	}

	.benefits_section .benefit_item {
		padding: 0 10px 30px;
		width: 100%;
	}

	/* characteristics */

	.characteristics_section {
		padding: 30px 0;
	}

	.characteristics_section ul {
		margin: 0 0 30px;
	}

	.characteristics_section ul li {
		width: 50%;
		font-size: 15px;
	}

	.characteristics_section ul li:nth-child(3n) {
		border-right: 1px solid rgba(255,255,255,0.1)
	}

	.characteristics_section ul li:nth-child(2n) {
		border: none;
	}

	.characteristics_section .video_wrapper {
		padding: 10px;
	}

	.characteristics_section .video_block {
		width: 280px;
		height: 158px;
	}

	/* use steps */

	.use_steps_section {
		padding: 30px 0 34px;
	}

	.use_steps_section ul li {
		margin: 0 0 20px;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

	.reviews_section .review_item {
		padding: 20px;
	}

	.reviews_section .review_item .image_block {
		float: none;
		margin: 0 auto 15px;
	}

	.reviews_section .review_item .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	/* order steps */

	.order_steps_section {
		padding: 30px 0 0;
	}

	.order_steps_section .step_item {
		margin: 0 0 30px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 0 30px;
	}

}

ul.country-list li {
    background: none;
    font-size: 15px;
    color: #000;
}

li.country {
    text-shadow: none !important;
}