*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #EBEBEB;
	font-family: Arial, sans-serif
}

p {
	margin: 1em 0
}

img {
	max-width: 100%;
}

h1 {
	font-size: 32px;
	line-height: 34px;
	margin: 35px auto;
}

.clearfix {
	display: block;
	clear: both;
}

#wrapper {
	margin: 0 auto;
	max-width: 1000px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
	color: #3d3d3d;
	font-size: 16px;
	line-height: 25px;
}

.flex-page {
	display: flex;
	flex-direction: row-reverse
}

#post {
	width: 70%;
	margin: 30px 15px 30px 30px
}

#sidebar {
	margin: 30px 30px 30px 15px;
	width: 30%;
	border-left: 1px solid #ccc
}

ul.testimonials {
	border-radius: 5px;
	background: #fff;
	list-style: none;
	font-size: 15px;
	padding-left: 30px
}

ul.testimonials li.opinion {
	background-color: #E0F0FA;
	border: 3px inset #05ADEA;
	margin: 0 0 20px;
	padding: 10px;
	text-align: center
}

ul.testimonials li.opinion:first-child {
	margin-top: 0
}

ul.testimonials li.opinion:last-child {
	margin-bottom: 0
}

ul.testimonials li.opinion h3 {
	color: red;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0
}

ul.testimonials li.opinion img.ava {
	max-width: 100px;
	width: 100%;
	border-radius: 50%;
}

ul.testimonials li.opinion p {
	font-weight: 400;
	line-height: 18px
}

ul.testimonials li.opinion .author {
	line-height: 15pt;
	margin: 10px 0 0;
	font-weight: 700
}

.left {
	float: left
}

.center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.right {
	float: right
}

.form_img img {
	max-width: 300px;
	display: block;
	margin: auto;
	width: 100%
}

.layers {
	margin-top: 20px
}

.blue_dots {
	margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 20px
}

.blue_dots li {
	position: relative;
	text-indent: 20px;
	margin: 1em 0
}

.blue_dots li:before {
	content: "\2022";
	position: absolute;
	top: 0;
	left: -20px;
	font-weight: 700;
	color: #26759e;
	font-size: 30px
}

.center {
	text-align: center
}

.faces {
	margin: 10px auto;
	/*background: url("../img/faces.png");*/
	height: 80px;
	width: 64px
}

.form_prices {
	font-family: Georgia, sans-serif
}

.form-head {
	color: #0090d9;
	font-size: 26px;
	margin-left: 30px;
	margin-bottom: 10px;
	text-align: left
}

#buyForm {
	width: 100%;
	margin-top: 20px;
	text-align: center
}

#form-wrapper {
	background-color: #ebebeb;
	border: 2px #737373 solid;
	padding: 15px;
	color: #3d3d3d;
	margin-top: 25px;
}

#buyForm>div:not(.loader) {
	align-items: center
}

#buyForm label,
#buyForm input {
	margin: 0 auto;
	font-size: 16px;
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	max-width: 500px
}

#buyForm label {
	font-weight: 700;
	margin: 5px auto
}

#buyForm input {
	color: #3d3d3d;
	height: 40px;
	outline: none;
}

#orderSubmit {
	margin: 20px auto 5px;
	width: 100%;
	max-width: 500px;
	display: block;
	position: static;
	padding: 12px 10px;
	background-color: #0090d9;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	border: none;
	box-shadow: 1px 1px 20px -5px #000;
	font: 700 24px/1 Arial, sans-serif;
	text-shadow: 0 -1px 1px #64799E;
	cursor: pointer;
	animation: pulse 1s infinite alternate
}

@media (max-width:980px) {
	body {
		padding: 0
	}
	.flex {
		margin-top: 20px
	}
	#wrapper {
		margin: auto;
		padding: 0;
		width: unset
	}
	#sidebar {
		width: 26%;
		margin: 44px 1% 0
	}
	#post {
		max-width: unset;
		margin: 0 0 20px;
		padding: 2%;
		width: 68%;
		float: none;
		background: #fff
	}
	h2 {
		width: 100%;
		line-height: 25px
	}
	.container_form {
		margin-top: 30px
	}
	.form-head {
		margin-left: 10px;
		text-align: left
	}
}

@media (max-width:768px) {
	p {
		margin: .5em 0
	}
	.flex-page {
		flex-direction: column;
	}
	#wrapper {
		font-size: 19px
	}
	#post {
		width: 100%
	}
	#wrapper {
		border: none;
		max-width: unset;
		min-width: unset
	}
	#sidebar {
		order: 2;
		border: none;
		padding: 0 15px;
		padding-bottom: 25px;
		width: 100%;
		margin: 0 auto;
	}
	#post {
		max-width: 100%;
		width: unset;
		padding: 15px
	}
	ul.testimonials {
		padding-left: 0;
	}
	ul.testimonials li.opinion {
		background: #FDFFB6;
		border: 1px solid #000
	}
	h3.h_benefit {
		line-height: 1.2em;
		margin-bottom: 15px
	}
	ul.testimonials li.opinion {
		margin: 30px 0 0
	}
	.form_img img {
		max-width: 100%
	}
	#buyForm label {
		text-align: left
	}
	#buyForm {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.form_prices {
		font-size: 16px
	}
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.1)
	}
}

form {
	position: relative
}

.block {
	width: 95%;
	margin: 40px auto 0;
	padding: 12px;
	border-radius: 10px;
	background: #eee
}

.left.brand {
	color: #3a9001;
	font-size: 10px;
	padding-left: 30px;
	line-height: 12px;
	background: url("../img/dot-m.png") no-repeat 0 50%;
	margin-bottom: 10px
}

.right.refresh {
	background: url("../img/refresh.png") no-repeat 0 50%;
	padding-left: 20px;
	color: #a0a0a0;
	text-align: right;
	font-size: 10px;
	font-weight: 700;
	line-height: 12px
}

.content {
	margin-top: 10px;
	background: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around
}

.content .left {
	width: 100%;
	float: none
}

.content .right {
	width: 100%;
	position: relative;
	height: 100%;
	float: none
}

.content .right .right-cont {
	padding: 12px 0 0 18px
}

.content .right p {
	color: #000;
	padding: 6px 0;
	margin: 0
}

.content .right .gray {
	color: #8e8e8e
}

.content .right .green {
	color: #3a9100
}

.content .right .repa p {
	font-size: 15px
}

.content .right img {
	margin: 10px 0
}

.content .right .hash {
	display: inline-block;
	padding: 8px 8px;
	border: 1px solid #969696;
	border-radius: 4px;
	margin: 0 2px;
	color: #767676
}

.otziv .av img {
	width: 50px
}

.otziv {
	width: 99%;
	overflow-y: auto;
	height: 368px;
	padding: 10px;
	border-right: 1px solid #dadada
}

.otziv::-webkit-scrollbar {
	width: 10px
}

.otziv::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.otziv::-webkit-scrollbar-thumb {
	background-color: #8e8e8e;
	outline: 1px solid slategrey;
	border-radius: 50px
}

.otziv ul li {
	width: 100%;
	color: #2c2c2c;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #cbcbcb
}

.otziv ul li div {
	display: table-cell;
	vertical-align: top;
}

.otziv ul li div.av {
	width: 35px
}

.otziv ul li .date {
	color: #b2b2b2;
	padding-left: 6px
}

.otziv ul li .text {
	padding-left: 10px
}

.otziv ul li p {
	line-height: 120%;
	margin: 0
}

.soc img {
  margin-right: 6px;
  vertical-align: middle;
    display: inline-block;
}

.fixed_nav {
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	max-width: 100%;
	line-height: 1;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, .9);
	color: #000;
	z-index: 459;
	top: 0;
}

.fixed_nav .element {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: center
}

.elements_wrapper {
	max-width: 1300px;
	margin: 0 auto;
	padding: 10px 0
}

.element .disc_text {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px
}

.element .disc_text span {
	color: red
}

.element .timer_wrapper {
	font-size: 52px
}

.element.button_top_f a {
	text-decoration: none;
	background: #0090d9;
	color: #fff;
	padding: 10px 20px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 35px
}

@media screen and (max-width:450px) {
	.element.button_top_f a {
		padding: 10px 20px;
		font-size: 25px
	}
	.element .disc_text {
		font-size: 24px
	}
	.element .timer_wrapper {
		font-size: 38px
	}
}

.flex {
	display: flex;
	flex-flow: row wrap;
	margin: 30px auto;
	width: 100%;
}

.flex1 {
	align-items: center;
	justify-content: space-between;
}

.flex1 img.prod {
	max-width: 30%;
	width: 100%;
}

.flex1 .items {
	max-width: 65%;
	width: 100%;
	margin-left: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
}

.flex1 .items .item {
	max-width: 190px;
	width: 100%;
}

.flex1 .items .item img {
	display: block;
	max-width: 38px;
	width: 100%;
	margin: 5px auto;
}

.flex1 .items .item p {
	text-align: center;
}

.flex2 {
	align-items: flex-start;
	justify-content: space-between;
}

.flex2 .item {
	max-width: 200px;
	width: 100%;
	margin: 15px 0;
}

.flex2 .item p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
}

.flex3 {
	align-items: flex-start;
	justify-content: space-between;
}

.flex3 .item {
	max-width: 200px;
	width: 100%;
	margin: 15px 0;
}

.flex3 .item p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
}

.float-img {
	max-width: 150px;
	width: 100%;
	display: block;
}

.float-img img {
	width: 100%;
}

.float-img p {
	font-size: 14px;
	line-height: 18px;
}

.float-img.float-right {
	float: right;
	margin-left: 20px;
}

.float-img.float-left {
	float: left;
	margin-right: 20px;
}

.cont-img {
	display: block;
	margin: 20px auto;
	width: 100%;
}

.cont-img.landscape {
	max-width: 650px;
}

.cont-img.portrait {
	max-width: 300px;
}

.green-txt {
	color: #00a19a;
}

@media screen and (max-width: 615px) {
	.flex1 img.prod, .flex1 .items {
		max-width: 45%;
	}
	.flex1 .items {
		align-items: center;
		justify-content: center;
	}
	.flex1 .items .item {
		margin: 15px 0;
	}
	.flex2 .item, .flex3 .item {
		max-width: 280px;
	}
	.flex3, .flex2 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 440px) {
	.flex1 {
		flex-direction: column;
	}
	.flex1 img.prod {
		max-width: 250px;
		margin-bottom: 35px;
	}
	.flex1 .items {
		margin-left: auto;
		max-width: 100%;
	}
	.flex1 .items .item {
		max-width: 280px;
	}
	.flex1 .items .item img {
		max-width: 48px;
	}
	.float-img.float-left {
		float: none;
		margin: 25px auto;
		max-width: 350px !important;
	}
	.float-img p {
		font-size: 19px;
		line-height: 23px;
	}
}

a, button {
	cursor: pointer;
}

.fixed_nav .element {width: 49%;}