﻿/* styles */
@font-face {
	font-family: 'PTSRegular';
	font-weight: 400;
	src: url('uo08uyhf2b14c.ttf');
}
@font-face {
	font-family: 'PTSBold';
	font-weight: 700;
	src: url('../font/vb4ybo3-8ec91.ttf');
}
@font-face {
	font-family: 'PTSBoldItalic';
	font-weight: 700;
	font-style: italic;
	src: url('_esvs-jz289d1.ttf');
}
body {
	min-width: 480px;
	background: #eee;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	cursor: default;
}
.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
b {
	font-weight: 700;
}
/* button */
.button_block {
	padding: 0 0 24px;
	position: relative;
	z-index: 10;
}
.button_block .button {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 80px;
	border: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: linear-gradient(270deg,#E11000 0,#E13900 100%);
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 80px;
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.button_block .button1 {
    display: block;
    margin: 0 auto;
    margin-top: -25px;
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 30px;
    background: #f9c802;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
    color: #724b00;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding-left: 1px;
}
/* titles */
h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
}
h2 b {
	display: block;
	font-size: 28px;
	line-height: 42px;
	color: #3C0000;
	margin-bottom:-15px;
	font-family: 'PTSBold';
}
/* offer */
.offer_section {
	background: white url(../img/upr1xtrb1bd30.jpg) center top no-repeat;
	position: relative;
}
.offer_section:after {
	display: block;
	content: '';
	width: 100%;
	height: 50px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.offer_section .title_block {
	margin: 0 0 50px;
	padding: 150px 0 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.title_block h1{
	color: #fff;
    font-family: 'PTSBold';
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.title_block p{
	padding-top:10px;
	color: #fff;
    font-family: 'PTSBold';
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}
.spesial p{
	padding-top:10px;
	color: #fff;
    font-family: 'PTSBold';
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}
.podarki_top {
	margin: 0;
	margin: auto;
    background: linear-gradient(270deg,#FFFF40 0,#FFE440 100%);
    color: red;
    width: 430px;
	height: 70px;
}
.counter {
    padding-left: 7px;
    width: 444px;
    margin: 10px auto 0;
    padding-right: 0;
}
.podarki_top p {
    font-family: 'PTSBold';
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
	line-height:70px;
}
.podarki_top .wow {
    font-size: 20px;
}
.offer_section .title_block .subtitle {
	margin: 0 0 8px;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 19px;
}
.offer_section .title_block .main_title {
	font-weight: 700;
	font-size: 27px;
	line-height: 32px;
}
.offer_section .price_block {
	margin: 0 auto 25px;
	width: 400px;
	text-align: center;
	position: relative;
	top:65px;
}
.offer_section .price_block .price_item {
	float: left;
	width: 50%;
	height: 80px;
	color: #fff;
}
.offer_section .price_block .price_item.old {
	padding: 20px 40px 0 0;
	-webkit-border-radius: 40px 0 0 40px;
	-moz-border-radius: 40px 0 0 40px;
	border-radius: 40px 0 0 40px;
	background: #BA0E00;
}
.offer_section .price_block .price_item.new {
	padding: 20px 0 0 40px;
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	border-radius: 0 40px 40px 0;
	background: #12BF00	;
	font-weight: 700;
}
.offer_section .price_block .text {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}
.offer_section .price_block .value {
	font-size: 23px;
	line-height: 28px;
}
.offer_section .price_block .price_item.old .value {
	text-decoration: line-through;
}
.offer_section .price_block .discount {
	padding: 28px 0 0;
	width: 94px;
	height: 100px;
	background: url(../img/j44z8u8jb2fa1.png) center no-repeat;
	font-weight: 700;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -47px;
}
.offer_section .price_block .discount .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
}
.offer_section .price_block .discount .value {
	font-size: 24px;
	line-height: 24px;
}
.offer_section .select, 
.offer_section .input {
	display: block;
	margin: 0 auto 15px;
	padding: 0 30px;
	width: 400px;
	height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border-color: #C60000;
	background: #fff;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	outline: none;
}
.offer_section .select {
	background-image: url(yzjuzy5ze4144.png);
	background-position: 358px center;
	background-repeat: no-repeat;
}
.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;
}
/* video */
.video-container{
    position: relative;
    width: 100%;
    height: 270px;
    overflow:hidden;
    background:#000;	
}
 .video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.youtube {
    height: 100% !important;
}
/* about */
.about_section {
	padding: 30px 20px;
}
.about_section h2 {
	margin: 0 20px 20px;
}
.about_section h2 b{
	font-size: 28px;
}
.about_section p {
	text-align: center;
	padding-bottom: 20px;
}
.about_section h6 {
	font-weight: 200;
}
.about_section h5 {
	color: #FF4900;
}
/* benefits */
.benefits_section {
	padding: 40px 20px 0;
	height: 434px;
	background: linear-gradient(270deg,#FF3100 0,#FF8700 100%);
	color: #fff;
}
.benefits_section h2 {
	margin: 0 0 30px;
	
}
.benefits_section h2 b{
	font-size: 30px;
}
.benefits_section h2 b {
	color: #fff;
}
.benefits_section .benefits_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}
.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 30px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}
.benefits_section .benefit_item:nth-child(even) {
	margin: 0 0 30px;
}
.benefits_section .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	border: 7px solid rgba(249, 252, 241, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}
/* catalog */
.catalog_section {
	padding: 30px 0 0;
}
.catalog_section h2 {
	margin: 0 20px 30px;
}
.catalog_section h4 {
	margin: 25px 66px 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}
.catalog_section .product_item{
	margin-bottom: 30px;
}
.catalog_section .info {
	display: none;
	margin: 0 0 18px;
	font-weight: 500;
	font-size: 10px;
	line-height: 10px;
	color: #7c7c7c;
	text-transform: uppercase;
	text-align: center;
}
.catalog_section p {
	margin: 0 20px 25px;
	text-align: center;
}
.catalog_section .owl-prev, 
.catalog_section .owl-next {
	width: 46px;
	height: 47px;
	background: #f9c802 url(lu32g1_647e98.jpg) no-repeat;
	position: absolute;
	top: 355px;
}
.catalog_section .owl-prev {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	background-position: left center;
	left: 0;
}
.catalog_section .owl-next {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	background-position: right center;
	right: 0;
}
/* reviews */
.reviews_section {
	padding: 40px 20px 65px;
	background: linear-gradient(314.65deg,#8067FF 0,#2CCDFF 100%);
}
.reviews_section h2 {
	margin: 0 0 30px;
	color: #fff;
}
.reviews_section h2 b {
	color: #fff;
}
.reviews_section .photo_block {
	margin: 0 auto;
	padding: 13px;
	width: 190px;
	height: 190px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 10;
}
.reviews_section .photo_block img {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.reviews_section .text_block {
	margin-top: -95px;
	padding: 110px 20px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	text-align: center;
}
.reviews_section .author_info {
	margin: 0 0 10px;
	padding: 0 0 25px;
	background: url(../img/um34w5qh6d9f4.png) center bottom no-repeat;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}
.reviews_section .author_info span {
	font-size: 14px;
}
.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 25px;
	height: 44px;
	background-image: url(../img/ja8k5vpvff103.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 135px;
}
.reviews_section .owl-prev {
	background-position: left center;
	left: 40px;
}
.reviews_section .owl-next {
	background-position: right center;
	right: 40px;
}
/* order info */
.order_info_section {
	padding: 30px 20px;
}
.order_info_section h2 {
	margin: 0 0 30px;
}
.order_info_section h2 b {
	color: #4D0F00;
}
.order_info_section .info_item {
	margin: 0 0 20px;
}
.order_info_section .info_item:last-child {
	margin: 0;
}
.order_info_section .info_item img {
	display: block;
	float: left;
	margin: -4px 16px 0 -4px;
	width: 83px;
}
.order_info_section .info_item .text_block {
	float: left;
	width: 345px;
}
.order_info_section .info_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
}
/* footer */
.footer_section {
	padding: 10px 0 25px;
	font-size: 14px;
	text-align: center;
}
.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}
.footer_section a {
	color: #111;
}
.topul {
    margin: 30px 40px 30px;
}
.topul li {
    font-size: 16px;
    color: black;
    background: url(../img/268vszdzb7b86.png) no-repeat 0 2px;
    padding: 0 0 0 30px;
    margin-bottom: 12px;
}
.topul1 {
    margin: 30px 40px 30px;
}
.topul1 li {
    font-size: 16px;
    color: #04346C;
    background: url(268vszdz175b2d.png) no-repeat 0 2px;
    padding: 0 0 0 30px;
    margin-bottom: 12px;
}
.giftImg {
    display: block;
}
img.gift {
	width: 168px !important;
	height: 168px !important;
	position: absolute;
	top: 340px;
    right: 305px;
}
.centers{
	display: block;
	margin: auto;
	margin-top:100px;
}
.centerss{
	display: block;
	margin: auto;
	margin-top:100px;
}
.product_item .price {
    top: 70px;
	padding:5px;
    margin-left: 320px;
	background-color:white;
	border-radius: 10px;
    font-size: 28px;
    color: #033E6B;
    font-weight: 700;
    font-family: 'Gotham Pro', sans-serif;
    position: relative;
}
.product_item h2 {
    display: block;
    font-size: 23px;
    line-height: 42px;
    color: #A60000;
    margin-top: 35px;
	height:0px;
}
h2 strong {
    font-weight: 700;
    color: #F425CA;
}
.benefits_section .ch{
	font-size:20px;
	text-align:center;
	margin-left:50px;
	margin-right:50px;
	margin-top:40px;
}
.mw {
    padding:20px 20px;
}
.art3 .pre {
    color: #F425CA;
}
p.pre {
    letter-spacing: 4px;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 700;
    display: block;
    height: 2px;
    width: 25px;
    margin: 15px auto 50px;
	background-color: #F425CA;
}
.mw h2{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
	margin-bottom: 20px;
}
.mw p{
	text-align:center;
	margin-bottom:30px;
}
.benefits_section1 {
    padding: 40px 20px 0;
    height: 500px; /* 1000 */
    color: #fff;
}
.benefits_section1 h2 {
    margin: 0 0 30px;
}
.benefits_section1 h2 b {
    color: #fff;
	    font-size: 30px;
}
.benefits_section1 .benefits_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}
.benefits_section1 .benefit_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 30px 0;
    width: 210px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}
.benefits_section1 .benefit_item img {
    display: block;
    margin: 0 auto 15px;
}
.benefits_section1 .benefit_item:nth-child(even) {
    margin: 0 0 30px;
}
.benefits_section h3{
    letter-spacing: 4px;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 700;
}
.catalog_section1 .product_item {
    float: none;
    margin: 0 0 20px;
    padding: 30px 0 35px;
    width: 300px;
    border: 1px solid #d5e1e9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.catalog_section1 .product_item .discount {
    padding: 30px 0 10px;
    width: 120px;
    background: #db413d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -9px;
    left: -40px;
    z-index: 10;
}
.irem {
    margin: 0 auto 10px;
}
.catalog_section1 .product_item img {
    display: block;
    margin: 0 auto 10px;
}
.irem img {
    max-height: 200px;
    max-width: 200px;
}
.irem .owl-prev, .irem .owl-next {
    width: 30px;
    height: 30px;
    background-image: url(arrcdb67.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 97px;
}
.irem .owl-prev {
    background-position: left center;
    left: 6px;
}
.irem .owl-next {
    background-position: right center;
    right: 6px;
}
.catalog_section1 h4 {
    color: #12b7d5;
}
.catalog_section1 .product_item h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
.catalog_section1 .product_item .price_block {
    margin: 15px 0;
    text-align: center;
}
.catalog_section1 .product_item .price_item.old {
    margin: 0 20px 0 0;
    font-size: 22px;
    line-height: 22px;
    text-decoration: line-through;
}
.catalog_section1 .product_item .price_item {
    display: inline-block;
    vertical-align: middle;
}
.catalog_section1 .product_item .price_item.new {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
}
.catalog_section1 .product_item .button {
    font-size: 18px;
    line-height: 58px;
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 58px;
    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #F425CA;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
#conteiner_block1 {
    background: #FBFFED	;
}
#conteiner_block1 .center {
    text-align: center;
}
#conteiner_block1 h2 {
   padding-top: 20px;
    color: #161616;
    font-family: 'PTSBold';
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
	padding-bottom:30px;
}
#conteiner_block1 .item {
    float: none;
    display: inline-block;
    width: 49%;
	margin-bottom:30px;
}
#conteiner_block1 .item .img {
    text-align: center;
}
#conteiner_block1 .item .price {
    padding: 0 0 0 0px;
    width: 170px;
    margin: 0 auto;
}
#conteiner_block1 .new_price {
    font-size: 28px;
    margin: 0 7px;
	float: left;
	font-family: 'PTSBold';
    padding: 0 20px 0 0;
    color: #272727;
	background: url(new_price_ico92dbd.png) no-repeat right center;
}
#conteiner_block1 .old_price {
    background: url(old_price_ico437dd.png) no-repeat right center;
    float: left;
    padding: 0 15px 0 0;
    font-size: 20px;
	font-family: 'PTSBold';
    color: #C7C7C7;
    text-decoration: line-through;
}
.batton2 {
    font-size: 18px;
    line-height: 45px;
    display: block;
    margin: 0 auto;
	margin-top:34px;
    width: 165px;
    height: 45px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:linear-gradient(270deg,#E11000 0,#E13900 100%);
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
#conteiner_block2 .center {
    text-align: center;
	    padding-bottom: 40px;
		    overflow: hidden;
}
#conteiner_block2 .item {
    padding: 0 30px 40px;
	display: inline-block;
    float: none;
}
#conteiner_block2 .item .img {
    text-align: center;
    padding: 0 0px 15px;
}
#conteiner_block2 .item .aligne {
    text-align: center;
}
#conteiner_block2 a {
    margin: 0 auto;
    height: 37px;
    width: 130px;
    background-size: 100%;
}
#conteiner_block2 .item .price {
    overflow: hidden;
    margin: 0 auto;
    width: 154px;
}
.benefits_section1 .new_price {
    font-size: 28px;
    margin: 0 7px;
	margin-left:30px;
	margin-top:5px;
	float: left;
	font-family: 'PTSBold';
    padding: 0 20px 0 0;
    color: #272727;
	background: url(new_price_ico92dbd.png) no-repeat right center;
}
.benefits_section1 .old_price {
    background: url(old_price_ico437dd.png) no-repeat right center;
    float: left;
    padding: 0 15px 0 0;
	margin-top:5px;
    font-size: 20px;
	font-family: 'PTSBold';
    color: #C7C7C7;
    text-decoration: line-through;
}
	.benefits_section11 {
    padding: 40px 20px 0;
    height: 505px;
    	background: linear-gradient(270deg,#FF3100 0,#EF6824 100%);
    color: #fff;
}
.benefits_section11 h2 {
    margin: 0 0 30px;
}
.benefits_section11 h2 b {
    color: #fff;
    font-size: 30px;
}
.benefits_section11 .benefits_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}
.benefits_section11 .benefit_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 30px 0;
    width: 210px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}
.benefits_section11 .benefit_item img {
    display: block;
    margin: 0 auto 15px;
    border: 7px solid rgba(249, 252, 241, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}
.benefits_section11 .benefit_item:nth-child(even) {
    margin: 0 0 30px;
}