/*@typography*/
/*@buttons*/
/*@timer*/
/*@menu*/
/*@slider*/

/*@sec-one*/
/*@sec-two*/
/*@sec-three*/
/*@sec-four*/
/*@sec-five*/
/*@sec-six*/
/*@sec-seven*/
/*@sec-eight*/
/*@sec-nine*/
/*@sec-ten*/
/*@sec-eleven*/
/*@sec-twelve*/

/*@<768 and up*/
/*@<992 and up*/
/*@<1200 and up*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic');

body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

/*@typography*/

@font-face {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	src: url(../fonts/Proxima-Nova-Light.otf);
	font-weight: 200;
}
.pop__up select {
	width: 100%;
    background-color: #ebebeb;
    height: 50px;
    border: none;
    border-radius: 5px;
    outline: none;
    color: #333333;	
    font-size: 16px;
    padding: 0 15px;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.super__delivery {
	font-size: 18px;
	font-weight: 700;
	color: red;
	padding: 15px 15px 0;
	text-align: center;
}

.image__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.sert{max-width:360px;margin:20px;width:100%;height:100%;}
.gradient-text {
	font-family: 'Rubik One', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	background: -webkit-gradient(linear, left top, right top, color-stop(33%, #57b721), color-stop(66%, #0988de));
	background: linear-gradient(90deg, #57b721 33%, #0988de 66%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0b2349;
	display: table;
}
.btn-byt {
	background-color: #f7c745;
	color: #000000;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	min-width: 200px;
	padding: 7px 0;
	width: 8.33333333%;
	margin: auto;
	margin-bottom: 10px;
}


/*@buttons*/
.navbar-default .navbar-nav > li > a.btn-buy {
	background-color: #57b721;
	color: #ffffff;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	min-width: 200px;
}

.navbar-default .navbar-nav > li > a.btn-buy:focus,
.navbar-default .navbar-nav > li > a.btn-buy:hover,
.navbar-default .navbar-nav > li > a.btn-buy:active {
	color: #ffffff;
}

.btn-buy {
	background-color: #57b721;
	color: #ffffff;
	border-radius: 50px;
	text-transform: uppercase;
	border: none;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 0;
	-webkit-transition: 0.1s ease;
	transition: 0.1s ease;
	outline: none;
	text-align: center;
}

.btn-buy:focus,
.btn-buy:hover,
.btn-buy:active {
	-webkit-box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
}

/*@timer*/

.timer-end {
	margin: 0 0 5px 0;
}

.countdown-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.time {
	background-color: #ebebeb;
	border-radius: 5px;
	height: 50px;
	width: 55px;
	font-size: 34px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.time__delimeter {
	font-size: 30px;
	margin: 0 5px;
}

/*@menu*/

.menu {
	margin: 10px 0 0 0;
}

.menu .container-fluid {
	padding: 0;
}

.menu-buy {
	float: right;
}

.navbar {
	margin: 0;
	min-height: 40px;
}

.navbar-default {
	border: none;
	background-color: inherit;
}

.navbar-default .navbar-brand {
	height: 40px;
	padding: 10px 15px;
	font-size: 24px;
	color: #57b721;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	padding: 10px 15px;
	color: white;
}

.navbar-default .navbar-nav > a,
.navbar-default .navbar-nav > a:hover,
.navbar-default .navbar-nav > a:focus {
	background-color: inherit;
}

.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #57b721;
}

/*@sec-one*/
.sec-one {
	min-height: 950px;
	background-image: url(../images/sec-one-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	position: relative;
}

.sec-one:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 200px solid white;
	border-right: 950px solid transparent;
}

.sec-one:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: 200px solid white;
	border-left: 950px solid transparent;
}

.sec-one-header {
	margin-top: 35px;
	margin-bottom: 30px;
}

.sec-one .btn-buy {
	width: 100%;
}

.sec-one__header-img {
	max-width: 450px;
}

.sec-one__pretitle {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 15px;
	line-height: 1.2;
}

.advant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: right;
}

.advant__img {
	height: 42px;
	margin-left: 15px;
}

.advant-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.advant__title {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	line-height: 1;
}

.advant__text {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #333333;
	margin: 0;
}

.sec-one-advantages,
.sec-one-offer,
.sec-one-form {
	/*padding: 0;*/
}

.sec-one-form {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	padding: 20px 35px 15px 35px;
}

.sec-one-form__timer {
	font-weight: 400;
}

.sec-one__prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.price-old {
	font-size: 18px;
	position: relative;
	font-weight: 700;
}

.price-new {
	margin-left: 30px;
	font-weight: 700;
}
.price-new_currency{
	font-size: 17px;
	color: #3ba301;
	font-weight: 700;
}
.price-old::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 40%;
	left: 20%;
	width: 60px;
	height: 50px;
	border-top: solid 5px #3ba301;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.price-new {
	font-size: 36px;
	color: #3ba301;
}

.sec-one-form__discount {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0987e0;
}

.form-control,
.form-control {
	background-color: #ebebeb;
	height: 50px;
	border: none;
	border-radius: 5px;
	outline: none;
	color: #333333;
	font-size: 16px;
	padding: 0 15px;
	-webkit-transition: 0.1s ease;
	transition: 0.1s ease;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:hover {
	-webkit-box-shadow: 0px 3px 3x 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.form-control:focus,
.form-control:active {
	background-color: #ffffff;
	border: solid 2px #0987e0;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	padding-left: 15px;
}

.form-control:focus::-webkit-input-placeholder,
.form-control:active::-webkit-input-placeholder {
	font-weight: 400;
}

.form-control:focus:-ms-input-placeholder,
.form-control:active:-ms-input-placeholder {
	font-weight: 400;
}

.form-control:focus::-ms-input-placeholder,
.form-control:active::-ms-input-placeholder {
	font-weight: 400;
}

.form-control:focus::-webkit-input-placeholder, .form-control:active::-webkit-input-placeholder {
	font-weight: 400;
}

.form-control:focus::-moz-placeholder, .form-control:active::-moz-placeholder {
	font-weight: 400;
}

.form-control:focus:-ms-input-placeholder, .form-control:active:-ms-input-placeholder {
	font-weight: 400;
}

.form-control:focus::-ms-input-placeholder, .form-control:active::-ms-input-placeholder {
	font-weight: 400;
}

.form-control:focus::placeholder,
.form-control:active::placeholder {
	font-weight: 400;
}





.select {
	position: relative;
}
.select:after {
	content: '\e252';
	font-family: Glyphicons Halflings;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #0987e0;
	text-decoration: none;
	position: absolute;
	right: 8px;
	top: 17px;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.select select {
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.sec-one-form .btn-buy {
	margin: 10px 0 10px 0;
}




.terms {
	font-size: 12px;
}

/*@sec-two*/
.sec-two {
	background-image: url(../images/sec-two--bee-bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-bottom: 50px;
}

.sec-two-left-block {
	text-align: right;
}

.sec-two-right-block__girl-img {
	margin: 0 auto;
}

.sec-two-left-block__title {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	color: #f4903d;
	font-size: 34px;
	line-height: 1;
	margin-top: 40px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.sec-two-left-block__pretitle {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 28px;
}

.sec-two-left-block__info {
	font-size: 18px;
	margin: 45px 0;
	line-height: 1.2;
}

.sec-two-left-block__list {
	list-style-type: none;
	margin-right: 30px;
}

.sec-two-left-block__list > li {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	margin: 25px 0;
	line-height: 1.2;
}

.sec-two-left-block__list > li:after {
	display: block;
	content: '*';
	color: #f4903d;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -25px;
	top: -2px;
	bottom: 0;
	font-size: 28px;
}

/*@sec-three*/
.sec-three {
	background-image: url(../images/sec-three-bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.sec-three-header {
	margin-top: 50px;
}

.sec-three__title {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 46px;
	text-transform: uppercase;
	color: #f4903d;
	margin-bottom: 0;
}

.sec-three__pretitle {
	font-size: 34px;
	line-height: 1;
	color: #ffffff;
}

.sec-three-simptoms {
	margin-top: 50px;
}

.simptoms-simptom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.simptom__text {
	max-width: 140px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	color: #ffffff;
}

.sec-three-footer {
	background-image: url(../images/sec-three-romb.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	min-height: 235px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 50px;
}

.sec-three__agit-text {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 24px;
	text-transform: uppercase;
	color: #e00909;
}

/*@sec-four*/
.sec-four-title {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 700;
	margin-top: 50px;
}

.sec-four-sicks {
	margin-top: 50px;
	overflow: hidden;
}

.sicks-sick {
	text-align: center;
	margin-bottom: 50px;
}

.sick__text {
	margin: 0 auto;
	max-width: 240px;
	font-size: 22px;
	font-weight: 700;
	margin-top: 15px;
}

/*sec-five*/

.sec-five {
	background-color: #ededed;
}

.sec-five-howwork {
	margin-top: 50px;
	margin-bottom: 50px;
}

.howwork__title--blue {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #e00909;
	margin-top: 0;
	margin-bottom: 20px;
}

.howwork__text {
	font-size: 20px;
	margin-bottom: 20px;
}

/*sec-six*/
.sec-six {
	background-image: url(../images/sec-six-bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.sec-six-wrap {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: auto;
}

.sec-six-right-block {
	float: right;
}

.sec-six-right-block__medic-img {
	max-width: 440px;
	float: right;
	margin-top: 40px;
}

.sec-six-left-block {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 1.3;
}

.sec-six-header__title {
	font-size: 40px;
	font-weight: 700;
	color: #ff0d0d;
	margin-bottom: 50px;
	text-transform: uppercase;
	text-align: right;
}

.sec-six-left-block__text {
	font-size: 22px;
}

.sec-six-left-block__citate {
	color: #e00909;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	margin: 25px 0;
}

.sec-six-left-block__author {
	font-size: 15px;
	margin-top: 10px;
}

.sec-six .btn-buy {
	font-size: 24px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	margin-top: 30px;
	text-align: center;
	white-space: nowrap;
}

.sec-six .btn-buy a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 100%;
}

/*sec-seven*/
.sec-seven {
	background: #deffd4; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6e42), to(#f5ecd2));
	background: linear-gradient(to bottom, #ff6e42 0%, #f5ecd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deffd4', endColorstr='#d2e7f5', GradientType=0); /* IE6-9 */
}

/*sec-seven-slider*/
#powers-carousel .powers-power {
	background-color: #ffffff;
	border-radius: 50px;
}

.powers-carousel {
	margin-bottom: 60px;
}

.powers-power {
	padding: 10px 0;
}

.powers-power .slide-header {
	color: #e00927;
	font-size: 20px;
}

.powers-power .slide-body {
	color: #111111;
	font-size: 16px;
	max-width: 90%;
	margin: 0 auto;
}

#powers-carousel .carousel-control {
	background-image: none;
	text-shadow: none;
	width: 25%;
}

#powers-carousel .left {
	color: #e81331;
}

#powers-carousel .right {
	color: #e81331;
}


.sec-seven-header {
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 60px;
}

.sec-seven-title {
	color: #f31010;
	font-size: 48px;
	font-weight: 700;
}

.sec-seven-pretitle {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 200;
}



.powers-power .power-img {
	margin: 0 auto;
}



.power__text {
	max-width: 140px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin: 15px auto 5px auto;
}

.power__plus-ico {
	color: #0987e0;
}

.modal-power {
	width: 370px;
	height: 420px;
	margin-top: 150px;
}

.sec-seven .modal-content {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: url(../img/sec-seven-modal-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
}

.modal-power .powers-power {
	cursor: default;
}

.modal-power .modal-header {
	padding-top: 20px;
	padding-bottom: 0;
	border: none;
	color: #0987e0;
}

.modal-header .power-img {
	max-width: 150px;
}

.modal-power .modal-body {
	padding-top: 0;
	font-size: 18px;
}

.modal-power .close {
	text-shadow: none;
	color: #ffffff;
	opacity: 0.3;
}

/*@sec-eight*/
.sec-eight {
	background: #f5d2d2;
}

.sec-eight-header {
	text-transform: uppercase;
	margin-top: 120px;
	margin-bottom: 30px;
}

.sec-eight__title {
	color: #f10101;
	font-size: 48px;
	font-weight: 700;
}

.sec-eight__pretitle {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 200;
	margin-top: 0;
}

.sec-eight__text {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: none;
}

.sec-eight-container {
	background-color: #ffffff;
}

.results-wrap {
	background-color: #ffffff;
	padding: 0;
	border-radius: 50px;
	position: relative;
	-webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
}

.result-patch {
	position: absolute;
	
	height: 100px;
	bottom: 0;
	background-color: #ebebeb;
	border-radius: 50px;
	z-index: 0;
}

.sec-eight .table {
	margin-bottom: 0;
}

.results-color,
.results-uncolor {
	padding: 20px 0 0 0;

}

.results-color {
	padding-bottom: 20px;
	padding-right: 5px;
	overflow: auto;
	border-radius: 50px;
	background: #0987e0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#e00909e0), to(#f5d10a));
	background: linear-gradient(to right, #e00909e0 0%, #f5d10a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0987e0', endColorstr='#0bac00', GradientType=1); /* IE6-9 */
}

.results-color .result-text {
	color: #ffffff;
	text-align: right;
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 16px;
}

.results-color .result-text th {
	font-size: 24px;
	text-align: right;
	font-weight: 400;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
	background-color: white;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #ebebeb;
}

.sec-eight-results th {
	height: 100px;
}

.sec-eight-results td {
	height: 70px;
}

.results-wrap .table > thead > tr > td,
.results-wrap .table > tbody > tr > td {
	vertical-align: middle;
	border: none;
}

.results-wrap .table > thead > tr > th {
	border: none;
	vertical-align: middle;
	line-height: 1;
}

.result-points,
.result-points th {
	text-align: center;
}

.result-points {
	border-radius: 50px;
}

.cell-top--rounded {
	background-color: #ffffff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

.cell-bot--rounded {
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.result-points-other .cell-bot--rounded {
	border-bottom-left-radius: 0px;
	height: 90px;
}

.result-points-other {
	margin-bottom: 0;
}

.result-points-other__title {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 200;
	text-transform: uppercase;
}

.result-points__plus-ico {
	font-size: 30px;
	color: #f10101;
}

.result-points__minus-ico {
	font-size: 30px;
	color: #aaaaaa;
}

.sec-eight-footer {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 40px;
}

.sec-eight-footer__title {
	font-size: 36px;
	color: #f10101;
	font-weight: 700;
	margin-bottom: 0;
}

.sec-eight-footer__pretitle {
	font-size: 24px;
	font-weight: 200;
}

/*@sec-nine*/

.sec-nine{overflow: hidden;}

/*@slider*/
.reviews {
	border-radius: 30px;
	background-color: #ebebeb;
}

.reviews .item {
	height: 240px;
}

.item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.reviews .carousel-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	position: static;
	margin: 0 100px;
}

.reviews-about {
	text-align: left;
	color: #111111;
	text-shadow: none;
	font-size: 16px;
	margin-left: 20px;
}

.reviews__avatar {
	border-radius: 15px;
	margin-left: 15px;
}

.reviews__name {
	font-weight: 700;
	color: #e00909;
}

.reviews__text {
	line-height: 1.2;
}

.reviews .carousel-control {
	background-image: none;
	color: #0987e0;
	text-shadow: none;
}

.reviews .carousel-control.left {
	left: -130px;
}

.reviews .carousel-control.right {
	right: -130px;
}

.indicators-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.carousel-indicators {
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.fixed {
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
	margin: 0;
	padding: 0 20%;
}

.carousel-indicators li {
	border: solid 2px #000000;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 10px;
}

.carousel-indicators .active {
	border-color: #f31010;
	background-color: #f31010;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 10px;
}

/*---*/

.sec-nine-header {
	margin-top: 60px;
	margin-bottom: 60px;
}

.sec-nine-header__title {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #000000;
}

.sec-nine .btn-buy {
	font-size: 24px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	margin-top: 50px;
	margin-bottom: 50px;
}

.sec-nine .btn-buy a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 100%;
}

/*@sec-ten*/
.sec-ten {
	background-image: url(../images/sec-ten-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-bottom: 100px;
}

.sec-ten-title {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin: 60px 0;
	color: #e00909;
	font-weight: 700;
}

.use__title {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #e00909;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 20px;
}

.use__text {
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	
	color: #ffffff;
}

.use-img {
	margin: 0 auto;
}

/*@sec-eleven*/

.sec-eleven {
	padding-bottom: 60px;
}

.header {
	margin: 70px;
	text-transform: uppercase;
}

.header__title {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #e00909;
	font-weight: 700;
}

.header__pretitle {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin: 0;
}

.how-get__img {
	max-height: 100px;
}

.how-get__text {
	font-size: 18px;
	font-weight: 700;
	margin: 15px auto;
	line-height: 1.2;
}

/*@sec-twelve*/
.sec-twelve {
	background-image: url(../images/sec-twelve-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.header__title--blue {
	color: #e00909;
}

.planet-img {
	margin-bottom: 20px;
}

/*sec-thirty*/
.sec-thirty {
	min-height: 950px;
	background-image: url(../images/sec-one-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.sec-thirty .btn-buy {
	width: 100%;
}
.sec-thirty .sec-one-header {
	margin-top: 50px;
}

.sec-thirty-footer {
	margin-top: 100px;
}
#form5{text-align: center;max-width: 280px;margin: 0 auto;}
.row{margin-left: 0;margin-right: 0;}

/*@<992*/
@media (max-width: 992px) {
	.item-wrap {
		margin-top: 30px;
	}

	.reviews__text {
		font-size: 14px;
	}

	.advant {
		min-height: 200px;
	}
	.advant__title {
		font-size: 22px;
	}

}

/*@<1200*/
@media (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a.btn-buy {
		min-width: 0;
	}

	.sec-one:after,
	.sec-one:before {
		display: none;
	}

	.sec-one-offer-img {
		margin: 0 auto;
	}

	.sec-one-advantages {

		margin-top: 60px;
	}

	.advant {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.advant__img {
		height: 65px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}

	.sec-two {
		margin-top: 50px;
	}

	.sec-six-right-block {
		float: left;
	}

	.sec-six-right-block__medic-img {
		max-width: 100%;
		margin-bottom: 50px;
	}

	.sec-six-header__title {
		text-align: center;
		margin-bottom: 0;
	}


	.powers-power {
		margin-bottom: 20px;
	}


	.reviews .carousel-caption {
		margin: 0 auto;
	}

	.reviews__avatar {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		max-width: 120px;
	}

	.reviews__name {
		margin-bottom: 0px;
	}

	.reviews__age {
		margin-bottom: 5px;
	}

	.reviews .carousel-control.right{right: 0;}
	.reviews .carousel-control.left{left: 0;}
	.reviews .carousel-control{width:5%;}
	.item-wrap{padding:0 20px;}

	.sec-ten {
		background-image: none;
		background-color: #dc9c9c;
	}


	.uses-use {
		margin-bottom: 20px;
	}

	.use__title {
		font-size: 22px;
	}

	.use__text{
		font-size: 16px;
	}

	.sec-ten {
		padding-bottom: 40px;
	}

	.sec-eleven .header {
		margin: 40px;
	}

	.sec-eleven-how-get {
		margin-top: 30px;
	}
	.how-get__text {
		max-width: 250px;
	}
}

/*@<768*/
@media (max-width: 768px) {
	.reviews__text {
		font-size: 14px;
	}
	.pop__up {
		display: none!important;
	}

	.price-new{font-size:32px;margin-left:10px;}


	.btn-buy {
		font-size: 18px;
	}

	.sec-one {
		max-height: 2000px;
		background-image: none;
		background: #e1ebec; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
		background: -webkit-gradient(linear, left top, right top, from(#e06d5b),to(#e4cca1));
		background: linear-gradient(to right, #e06d5b 0%,#e4cca1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ebec', endColorstr='#d2e4a1',GradientType=1 ); /* IE6-9 */
	}

	.advant-wrap {
		max-width: 250px;
	}

	.sec-one-offer {
		margin-bottom: 50px;
	}

	.sec-one__pretitle {
		font-size: 22px;
	}

	.sec-one-offer-img {
		max-height: 300px;
	}

	.sec-one-form {
		padding: 15px;
	}

	.sec-one-form__discount {
		font-size: 28px;
	}

	.sec-one-form .country_select {
		max-width: 300px;
		margin: 0 auto;
	}

	.advant__title {
		font-size: 18px;
	}

	.advant__text {
		font-size: 14px;
	}

	.sec-two{
		margin-bottom: 25px;
	}

	.sec-two-left-block__title {
		margin-top: 10px;
	}

	.sec-two-left-block__info {
		margin: 10px auto;
	}

	.sec-three-footer {
		background-image: none;
		background-color: #ffffff;
		border-top: solid 8px #dc8f45;
		border-bottom: solid 8px #dc8f45;
		margin-bottom: 0;
	}

	.sec-three-footer1 {
		background-image: none;
		background-color: #ffffff;
		border-top: solid 2px #dadada;
		border-bottom: solid 2px #dadada;
		margin-bottom: 0;
	}

	.sec-three__title {
		font-size: 34px;
		padding: 0 10px;
	}

	.howwork__title--blue {
		font-size: 34px;
	}

	.sec-six .btn-buy {
		font-size: 16px;
	}
	.sec-six-header__title {
		font-size: 34px;
	}
	.sec-six-right-block__medic-img {
		margin-bottom: 0;
	}

	.sec-six-left-block__citate {
		text-align: center;
	}

	.sec-six-left-block {
		text-align: left;
	}

	.sec-seven {
		padding-bottom: 60px;
	}
	.sec-seven-title {
		font-size: 34px;
	}

	.sec-seven-pretitle {
		font-size: 24px;
	}

	.reviews .item {
		height: auto;
	}

	.reviews .item .carousel-control{
		background-image: none;
		text-shadow: none;
		width: 25%;
	}
	.reviews .carousel-control.right{right: 0;}
	.reviews .carousel-control.left{left: 0;}
	.reviews .carousel-control{width:15%;}

	.item-wrap {
		margin-top: 20px;
	}
	.reviews .carousel-caption {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.reviews-about {
		margin: 0 auto;
	}

	.reviews__avatar {
		margin: 0 auto;
	}

	.reviews__name,
	.reviews__age {
		text-align: center;
	}
	.reviews__text {
		margin: 0 10px 10px 10px;
		text-align: center;
	}

	.advant__img {
		height: 90px;
	}

	.sec-nine .btn-buy {
		font-size: 18px;
	}

	.sec-ten-title {
		font-size: 36px;
	}
/* ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ° Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ */
.minimized {
  width: 330px;
  cursor: pointer;
  border: 1px solid #FFF;

}
 
.minimized:hover {
  border: 1px solid yellow;
}
 
/* ÑƒÐ²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ° */
#magnify {
  display: none;
 
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 600px;
  height: auto;
  z-index: 9999;
}
 
#magnify img {
  width: 100%;
}
 
/* Ð·Ð°Ñ‚ÐµÐ¼Ð½ÑÑŽÑ‰Ð¸Ð¹ Ñ„Ð¾Ð½ */
#overlay {
  display: none;
 
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
 
/* ÐºÐ½Ð¾Ð¿ÐºÐ° Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ */
#close-popup {
  width: 30px;
  height: 30px;
 
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
 
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(../images/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
 
@-webkit-keyframes rota {
 25% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
 
@keyframes rota {
 25% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
 
#close-popup:hover {
  -webkit-animation: rota 4s infinite normal;
          animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	
}}
.pop__up {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,.8);
	border-top: 2px solid #d80000;
	padding: 10px;
	display: none;
	}
	.close_btn {
	position: fixed;
	bottom: 120px;
	right: 20px;
	padding: 5px 10px;
	background-color: #ccc;
	color: #000;
	font-size: 22px;
	cursor: pointer;
	transition: all 1s ease;
	border-radius: 100%;
	}
	.close_btn:hover {
	background-color: #000;
	color: #ccc;
	}
	.pop__up .wrapper {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	}
	.pop__up .wrapper h1 {
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	}
	@media screen and (max-width: 800px) {
	.pop__up .wrapper h1 {
	line-height: 20px;
	font-size: 20px;
	margin-top: 0;
	}
	#timer_pop {
	font-size: 18px;
	line-height: 18px;
	margin-top: 0;
	}
	}
	@media screen and (max-width: 500px) {
	.close_btn {
	bottom: 230px;
	}
	}
	#timer-pop{
	margin: 10px 0 0;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	}
	#form5 {
	text-align: center;
	}
	.slick-dots{
	text-align: center;
	padding:  0;
	position:  absolute;
	bottom: -40px;
	left:  50%;
	transform: translateX(-50%);
	}
	.slick-dots li{
	display: inline-block;
	margin-top: 20px;
	}
	.slick-dots button{
	border:  none;
	width:  15px;
	display: inline-block;
	height:  15px;
	border-radius: 50%;
	font-size: 0;
	background: #aa1826;
	margin : 0 5px;
	}
	.slick-active button{
	background: #000;
	}
	.slick-arrow{
	font-size: 0;
	display: inline-block;
	width: 25px;
	height:  25px;
	border: none;
	border-bottom : 3px solid #aa1826;
	border-right : 3px solid #aa1826;
	background: none;
	position: absolute;
	top:  50%;
	}
	.carousel .slick-next{
	right:  0;
	}
	.carousel .slick-prev{
	left:  0;
	}
	.slick-next{
	right:  -20px;
	transform: translateY(-50%) rotate(-45deg);
	}
	.slick-prev{
	left:  -20px;
	transform: translateY(-50%) rotate(135deg);
	}
	form .input-wrapper label {
		display: none;
	}
	
	form .input-wrapper {
		width: 100%;
		position: relative;
	}
	form .input-wrapper .error {
		border: 1px solid red !important;
	}
	
	form .input-wrapper .error + label {
		width: 100%;
		height: 100%;
		color: red;
		display: block !important;
		font-size: 11px;
		line-height: 17px;
		position: absolute;
		top: 0;
		left: 10px;
		text-align: left;
		pointer-events: none;
	}
	
	form .input-wrapper .error + label:before,
	form .input-wrapper .error + label:after {
		content: "";
		position: absolute;
		right: 30px;
		top: 50%;
		width: 3px;
		height: 21px;
		background-color: red;
	}
	
	form .input-wrapper .error + label:before {
		-webkit-transform: translate(0, -50%) rotate(135deg);
		transform: translate(0, -50%) rotate(135deg);
	}
	
	form .input-wrapper .error + label:after {
		-webkit-transform: translate(0, -50%) rotate(45deg);
		transform: translate(0, -50%) rotate(45deg);
	}
	.phone_code {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	input[name=areacode] {
	max-width: 55px;
	margin-right: 15px;
	padding: 0;
	text-align: center
	}
	input:disabled {
		background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3))!important;
		cursor: not-allowed!important;
	}
