img {
	image-rendering: optimizeQuality;
}

form select {
	height: 40px;
	border-bottom: 1px solid #878585;
	border-top: none;
	border-left: none;
	outline: none;
	border-right: none;
	font-size: 15px;
	font-family: 'Roboto', sans-serif !important;
	color: #c5c5c5;
}

select,
input {
	max-width: 262px;
	box-sizing: border-box;
}

form select option {
	padding: 10px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body,
html {
	height: 100%;
}
img {
	user-select: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-webkit-input-placeholder {
	color: #a6a6a6;
}
input::-moz-placeholder {
	color: #a6a6a6;
}
input:-moz-placeholder {
	color: #a6a6a6;
}
input:-ms-input-placeholder {
	color: #a6a6a6;
}
input:placeholder {
	color: #a6a6a6;
}
body {
	font-size: 12px;
	line-height: normal;
}
.insHide {
	display: none !important;
}
.wrapper {
	max-width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eff2f6;
}
.wrapper,
body,
html {
	min-width: 320px !important;
}
@viewport {
	width: device-width !important;
}
@-ms-viewport {
	width: device-width !important;
}
@-o-viewport {
	width: device-width !important;
}
html,
body,
button,
input,
select,
.wrapper {
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal;
}
.inner {
	max-width: 1080px;
	margin: 0 auto;
	height: 100%;
	box-sizing: border-box;
	padding: 0 18px;
}
.mob-button {
	display: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	position: relative;
}
.mob-button > * {
	background: #fff;
	height: 2px;
	width: 100%;
	transform-origin: 50% 50%;
	position: absolute;
	transition: all 0.1s linear;
}
.mob-button > *:nth-child(1) {
	top: 5px;
}
.mob-button > *:nth-child(2) {
	top: 12px;
}
.mob-button > *:nth-child(3) {
	bottom: 4px;
}
.mob-button.active > *:nth-child(1) {
	transform: rotate(45deg);
	top: 11px;
}
.mob-button.active > *:nth-child(2) {
	opacity: 0;
}
.mob-button.active > *:nth-child(3) {
	transform: rotate(-45deg);
	bottom: 13px;
}
.nav {
	transition: left 0.3s ease;
}
.top-line__call,
.nav,
.top-line > * {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-line {
	background: #1f4f41;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
}
.nav a:hover {
	color: #111111;
	background: rgba(255, 255, 255, 0.9);
}
.nav a {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 14px 24px;
	border-radius: 30px;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.top-line__call {
	cursor: pointer;
	color: #fff;
	padding: 8px 0;
	white-space: nowrap;
}
.top-line__call span {
	font-weight: 900;
	font-size: 18px;
	margin-left: 10px;
}
@keyframes phoneRot {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.top-line__call:hover img {
	animation: phoneRot 0.3s linear infinite;
	transform: rotate(0deg);
}

.title {
	font-size: 41px;
	text-align: center;
	color: #fff;
	margin-bottom: 75px;
	font-weight: 300;
}
.title span {
	display: block;
	font-size: 30px;
}

.main-block {
	background: #f2f1eb url(../src/main-block-bg.jpg) no-repeat;
	background-position: top -10px left 50% !important;
	padding: 50px 0 30px;
	overflow: hidden;
}
.main-block .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.main-block__flexArea {
	width: 687px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.main-block__title {
	text-transform: uppercase;
	text-align: center;
	font-size: 19px;
	color: #33a199;
	margin-bottom: 10px;
	font-weight: normal;
}

#zakaz {
	background-position: top -46px left 50%;
}

.colvo {
	color: #33a199;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}

.form-block__wrap {
	width: 322px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.main-block .form-block__wrap {
	margin: 0;
}
.form-block {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 49px rgba(0, 0, 0, 0.21);
	padding: 24px 30px 0;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.form-block__one {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 19px;
	text-align: center;
	color: #33a199;
	margin-bottom: 20px;
	white-space: nowrap;
}
.form-block__two {
	font-size: 18px;
	color: #2d2c33;
	text-align: center;
	margin-bottom: 15px;
}
.form-block__two b {
	font-weight: 900;
}
.form-block__two b:first-child {
	color: #33a199;
}
.form-block__zakazhite {
	display: none;
}

.result {
	padding: 15px 0;
	background: #fff;
	color: #33a199;
	font-size: 16px;
}
.result .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.result__item {
	width: 230px;
}
.result__item-top {
	text-transform: uppercase;
	font-weight: bold;
}

.bottIns {
	margin-top: 100px;
	width: 50%;
}

.why {
	font-size: 16px;
	color: #fff;
	padding: 60px 0 140px;
	background: -moz-linear-gradient(
		90deg,
		rgba(45, 112, 109, 1) 0%,
		rgba(45, 112, 109, 1) 1%,
		#1f4f41 100%
	); /* ff3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #1f4f41),
		color-stop(99%, rgba(45, 112, 109, 1)),
		color-stop(100%, rgba(45, 112, 109, 1))
	); /* safari4+,chrome */
	background: -webkit-linear-gradient(
		90deg,
		rgba(45, 112, 109, 1) 0%,
		rgba(45, 112, 109, 1) 1%,
		#1f4f41 100%
	); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(
		90deg,
		rgba(45, 112, 109, 1) 0%,
		rgba(45, 112, 109, 1) 1%,
		#1f4f41 100%
	); /* opera 11.10+ */
	background: -ms-linear-gradient(
		90deg,
		rgba(45, 112, 109, 1) 0%,
		rgba(45, 112, 109, 1) 1%,
		#1f4f41 100%
	); /* ie10+ */
	background: linear-gradient(
		0deg,
		rgba(45, 112, 109, 1) 0%,
		rgba(45, 112, 109, 1) 1%,
		#1f4f41 100%
	); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b7b2', endColorstr='#2d706d',GradientType=0 ); /* ie6-9 */
}
.why__items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.why__item-block {
	margin-bottom: 20px;
	position: relative;
}
.topSix__item-block-C,
.why__item-block-C {
	position: absolute;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	right: 0;
	top: 50%;
	margin-top: -26px;
	background: rgba(255, 255, 255, 0.3);
	z-index: 2;
}
.topSix__item-block-C::before,
.topSix__item-block-C::after,
.why__item-block-C::before,
.why__item-block-C::after {
	content: '';
	position: absolute;
	border-radius: 50%;
}
.topSix__item-block-C::after,
.why__item-block-C::after {
	left: 25%;
	top: 25%;
	width: 50%;
	height: 50%;
	opacity: 0.8;
	background: -moz-linear-gradient(
		45deg,
		rgba(253, 111, 51, 1) 0%,
		rgba(246, 71, 2, 1) 100%
	); /* ff3.6+ */
	background: -webkit-gradient(
		linear,
		left bottom,
		right top,
		color-stop(0%, rgba(253, 111, 51, 1)),
		color-stop(100%, rgba(246, 71, 2, 1))
	); /* safari4+,chrome */
	background: -webkit-linear-gradient(
		45deg,
		rgba(253, 111, 51, 1) 0%,
		rgba(246, 71, 2, 1) 100%
	); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(
		45deg,
		rgba(253, 111, 51, 1) 0%,
		rgba(246, 71, 2, 1) 100%
	); /* opera 11.10+ */
	background: -ms-linear-gradient(
		45deg,
		rgba(253, 111, 51, 1) 0%,
		rgba(246, 71, 2, 1) 100%
	); /* ie10+ */
	background: linear-gradient(
		45deg,
		rgba(253, 111, 51, 1) 0%,
		rgba(246, 71, 2, 1) 100%
	); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64702', endColorstr='#fd6f33',GradientType=1 ); /* ie6-9 */
}
.topSix__item-block-C::before,
.why__item-block-C::before {
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	opacity: 0.8;
	background: -moz-linear-gradient(
		45deg,
		rgba(237, 184, 134, 1) 0%,
		rgba(220, 133, 66, 1) 100%
	); /* ff3.6+ */
	background: -webkit-gradient(
		linear,
		left bottom,
		right top,
		color-stop(0%, rgba(237, 184, 134, 1)),
		color-stop(100%, rgba(220, 133, 66, 1))
	); /* safari4+,chrome */
	background: -webkit-linear-gradient(
		45deg,
		rgba(237, 184, 134, 1) 0%,
		rgba(220, 133, 66, 1) 100%
	); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(
		45deg,
		rgba(237, 184, 134, 1) 0%,
		rgba(220, 133, 66, 1) 100%
	); /* opera 11.10+ */
	background: -ms-linear-gradient(
		45deg,
		rgba(237, 184, 134, 1) 0%,
		rgba(220, 133, 66, 1) 100%
	); /* ie10+ */
	background: linear-gradient(
		45deg,
		rgba(237, 184, 134, 1) 0%,
		rgba(220, 133, 66, 1) 100%
	); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc8542', endColorstr='#edb886',GradientType=1 ); /* ie6-9 */
}
.why__item:nth-child(1) {
	text-align: right;
}
.why__item:nth-child(1),
.why__item:nth-child(3) {
	width: 275px;
}
.why__item:nth-child(2) {
	width: 295px;
	position: relative;
}
.why__item:nth-child(2)::after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -213px;
	margin-top: -337px;
	top: 50%;
	width: 426px;
	height: 674px;
	background: transparent url(../src/why-img.png)
		/*tpa=http://v1.sustaprime.com/img/why-img.png*/ no-repeat;
}
.why__item-title {
	text-transform: uppercase;
	font-weight: bold;
}
.why__item-text {
	font-weight: 300;
}
.why__item:nth-child(1) .why__item-block:nth-child(2),
.why__item:nth-child(1) .why__item-block:nth-child(3) {
	margin-right: 25px;
}
.why__item:nth-child(3) .why__item-block:nth-child(2),
.why__item:nth-child(3) .why__item-block:nth-child(3) {
	margin-left: 25px;
}
.why__title {
	margin-bottom: 115px;
}
.why__item:nth-child(1) .why__item-block .why__item-block-C {
	right: -72px;
}
.why__item:nth-child(3) .why__item-block .why__item-block-C {
	left: -72px;
}

.topSix {
	padding: 90px 0 45px;
	background: #f7f3f0;
	font-size: 16px;
	color: #2d706d;
}
.topSix__items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.topSix__item:nth-child(1),
.topSix__item:nth-child(3) {
	width: 430px;
}
.topSix__item:nth-child(3) {
	padding-top: 30px;
}
.topSix__item:nth-child(2) {
	width: 255px;
	position: relative;
}
.topSix__item:nth-child(2)::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -182.5px;
	margin-top: -381px;
	height: 762px;
	width: 365px;
	background: transparent url(../src/topSix-bg.png)
		/*tpa=http://v1.sustaprime.com/img/topSix-bg.png*/ no-repeat;
}
.topSix__title {
	text-align: left;
	color: #2d706d;
	max-width: 392px;
	margin-bottom: 50px;
}
.topSix__item-block {
	margin-bottom: 40px;
	position: relative;
}
.tsb2 {
	margin-left: 40px;
}
.topSix__item img,
.tsb3 {
	margin-left: 75px;
	margin-right: -25px;
}
.topSix__item-title {
	text-transform: uppercase;
	font-weight: 900;
}
.topSix__item-title span,
.topSix__item-text {
	font-weight: 300;
	text-transform: none;
}
.topSix__item:nth-child(1) .tsb2 .topSix__item-block-C,
.topSix__item:nth-child(1) .tsb1 .topSix__item-block-C {
	right: -100px;
}
.topSix__item:nth-child(1) .tsb3 .topSix__item-block-C {
	right: -70px;
}
.topSix__item:nth-child(3) .tsb3 .topSix__item-block-C,
.topSix__item:nth-child(3) .tsb2 .topSix__item-block-C,
.topSix__item:nth-child(3) .tsb1 .topSix__item-block-C {
	left: -70px;
}

.numberOne {
	background: #fff;
	padding: 75px 0 0;
	font-size: 16px;
	color: #2d706d;
}
.numberOne__items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.numberOne__item img {
	max-width: 250px;
	width: 100%;
}

.numberOne__item-title {
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 900;
	line-height: normal;
}
.numberOne__item-desc {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 25px;
}
.numberOne__item-semiTitle {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.numberOne p {
	margin-bottom: 15px;
}

.numberOne,
.numberTwo {
	line-height: 150%;
}
.numberTwo {
	color: #2d706d;
	font-size: 16px;
	background: #fff url(../src/numberTwo-bg.jpg)
		/*tpa=http://v1.sustaprime.com/img/numberTwo-bg.jpg*/ no-repeat;
	background-position: right 0 top 0;
	padding: 80px 0 35px;
}
.numberTwo__item {
	width: 50%;
}
.numberTwo__item p {
	margin-bottom: 15px;
}
.numberTwo__item-cubes {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	justify-content: space-between;
	align-items: stretch;
}
.numberTwo__item-cube {
	background: #fff;
	width: 250px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 30px;
	text-align: center;
	box-shadow: 0 0 24px rgba(29, 77, 75, 0.31);
}
.numberTwo__item-cube-title {
	text-transform: uppercase;
}

.step {
	background: #fff;
	color: #2c706d;
	font-size: 16px;
}
.step .inner {
	background: #fff url(../src/step-bg.jpg)
		/*tpa=http://v1.sustaprime.com/img/step-bg.jpg*/ no-repeat;
	background-position: left 0 bottom 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	padding-top: 60px;
	padding-bottom: 50px;
}
.step__block {
	max-width: 530px;
}
.step__block-title {
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 40px;
}
.step__block-title,
.step p {
	padding-left: 40px;
}
.step p {
	margin-bottom: 20px;
	position: relative;
}
.step p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9.5px;
	background-image: url(../src/sprite-small.png)
		/*tpa=http://v1.sustaprime.com/img/sprite-small.png*/;
	background-position: -62px -5px;
	width: 23px;
	height: 19px;
}

.six {
	padding: 100px 0 50px;
	background: #fff url(../src/six-bg.jpg)
		/*tpa=http://v1.sustaprime.com/img/six-bg.jpg*/ no-repeat;
	background-position: top 0 left 50%;
	font-size: 18px;
	color: #2d706d;
}
.six .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.six_block {
	max-width: 615px;
	width: 100%;
}
.six__title {
	color: #2d706d;
	font-weight: normal;
	margin-bottom: 35px;
}
.six__items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}
.six__item-title {
	text-transform: uppercase;
}
.six__item:first-child {
	font-size: 35px;
	font-weight: 300;
	margin-right: 20px;
}

.sostav {
	background: #f7f3f0;
	padding: 70px 0;
	color: #2d706d;
}
.sostav__title {
	font-weight: normal;
	color: #2d706d;
	margin-bottom: 45px;
}
.sostav__slider {
	max-width: 920px;
	margin: 0 auto;
	font-weight: 300;
}
.sostav__slide {
	padding: 0 25px;
}
.sostav__slide-title {
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 20px;
}
.sostav__slide-text {
	font-size: 18px;
}

.sposob {
	background: #fff;
	padding: 66px 0 50px;
	color: #2d706d;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
}
.sposob__title {
	color: #2d706d;
	margin-bottom: 55px;
}
.sposob__items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sposob__item {
	margin-bottom: 50px;
}
.sposob__item:nth-child(1),
.sposob__item:nth-child(3),
.sposob__item:nth-child(5) {
	width: 240px;
}
.sposob__item:nth-child(2),
.sposob__item:nth-child(4) {
	width: 96px;
	height: 5px;
	background-image: url(../src/sprite-small.png)
		/*tpa=http://v1.sustaprime.com/img/sprite-small.png*/;
	background-position: -62px 0px;
}
.sposob__item-title {
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 20px;
}
.sposob__desc {
	font-size: 14px;
}

form input,
form select {
	height: 40px;
	font-size: 16px;
}
form label {
	font-size: 16px;
}

.doctor {
	padding: 95px 0 60px;
	background: #f1f1ed url(../src/doctor-bg.jpg) no-repeat;
	color: #2d706d;
}
.doctor .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.doctor__block {
	margin-top: -55px;
	max-width: 650px;
}
.doctor__title {
	font-weight: normal;
	color: #2d706d;
	margin-bottom: 30px;
	text-align: left;
}
.doctor p {
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 25px;
}
.doctor__post-block {
	font-size: 22px;
	text-align: right;
	padding: 30px 0;
	padding-right: 235px;
	position: relative;
	margin-top: 30px;
	font-weight: 300;
}
.doctor__post-block span {
	display: block;
	font-size: 18px;
}
.doctor__post-block::after {
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	width: 168px;
	height: 110px;
	margin-top: -55px;
	background-image: url(../src/sprite-small.png)
		/*tpa=http://v1.sustaprime.com/img/sprite-small.png*/;
	background-position: 168px 0px;
}

.timer__title {
	text-align: center;
	font-size: 12px;
	color: #898787;
	margin-bottom: 10px;
}
.flip-clock-dot {
	left: 12px;
}
.flip-clock-wrapper {
	width: 268px;
}
.flip-clock-divider {
	width: 28px;
}

.price-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 15px auto;
	flex-wrap: wrap;
	font-weight: normal;
	line-height: 20px;
}

.price-block__price,
.price-block__priceCurrency {
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
}
.price-block__price,
.price-block__priceCurrency {
	color: #33a199;
}
.price-block__oldPrice {
	font-size: 20px;
	color: #f3622a;
}
.price-block__oldPriceCurrency,
.vmesto {
	color: #8d8c8b;
	font-size: 15px;
}
.starayaCena,
.cena {
	display: none;
}

.price-block__price.small {
	font-size: 38px !important;
}
.price-block__price.small + .price-block__priceCurrency {
	font-size: 18px !important;
}
.price-block__oldPrice.small {
	font-size: 16px !important;
}
.price-block__price.medium {
	font-size: 42px !important;
}
.price-block__price.medium + .price-block__priceCurrency {
	font-size: 20px !important;
}
.price-block__oldPrice.medium {
	font-size: 18px !important;
}

.form {
	display: block;
}

input,
select {
	border: 0;
	outline: none;
	background: #fff;
	width: 100%;
}
input {
	text-indent: 10px;
	padding: 3px 0;
	border-bottom: 1px solid #878585;
}
input:not(:last-child),
select:not(:last-child) {
	margin-bottom: 17px;
}
select {
	border: 2px solid #bfbebe;
	border-radius: 5px;
	padding: 8px 0;
	text-indent: 10px;
	background: transparent url(../src/select-arrows-bottom.png)
		/*tpa=http://v1.sustaprime.com/img/select-arrows-bottom.png*/ no-repeat;
	background-position: right 15px top 50%;
	cursor: pointer;
}
select.active {
	/*background-image: url(../src/select-arrows-top.png)tpa=http://v1.sustaprime.com/img/select-arrows-top.png;*/
}

.btn {
	display: block;
	margin: 0 auto;
	max-width: 260px;
	background: #f3622a;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 10px 35px;
	border: 0;
	outline: none;
	border-radius: 35px;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
	position: relative;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none !important;
	white-space: nowrap;
	transition: all 0.2s ease;
}
.btn:hover {
	background: #df5c29;
}
.form-btn {
	margin-top: -20px;
	bottom: -22px;
}

.mouse {
	display: block;
	position: relative;
	background: transparent;
	border-radius: 20px;
	width: 20px;
	height: 36px;
	border: 3px solid #fff;
	margin: 0 auto;
	cursor: pointer;
}
.mouse::before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: 10px;
	background: #fff;
	border-radius: 20px;
	width: 4px;
	height: 7px;
	transition: top 0.1s linear;
}
.mouse:hover::before {
	top: 20px;
}

.splitArea {
	padding: 13px 0 0;
	padding-left: 35px;
	padding-right: 20px;
	background: #4cad32;
	box-shadow: 0 0 75px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}
.splitArea__items {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.splitArea .price-block {
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: nowrap;
}
.splitArea .timer__title,
.splitArea .flip-clock-divider .flip-clock-label {
	color: #fff;
}
.splitArea .vmesto,
.splitArea .price-block__oldPrice,
.splitArea .price-block__oldPriceCurrency,
.splitArea .price-block__price,
.splitArea .price-block__priceCurrency {
	color: #fff;
}
.splitArea .price-block__oldPriceCurrency {
	font-size: 20px;
}
.splitArea .price-block__price {
	font-size: 55px;
}
.splitArea .price-block__oldPrice {
	font-size: 30px;
}
.splitArea .price-block__right {
	opacity: 0.71;
	margin-left: 10px;
}
.splitArea .btn:hover {
	background: #ff8252;
	box-shadow: 0 30px 13px rgba(0, 0, 0, 0.2);
}
.splitArea .btn {
	color: #fff;
	background: #f3622a;
	padding: 20px 45px;
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
}
.splitArea__item {
	margin-bottom: 13px;
}
.splitArea__item:nth-child(2) {
	padding: 4px 15px 0;
}
.splitArea .flip-clock-dot {
	background: #427635;
}
.splitArea .flip-clock-wrapper ul li a div.up div.inn {
	background: #42902d;
	color: #d6d7d7;
}
.splitArea .flip-clock-wrapper ul li a div.down div.inn {
	background-color: #4e9c39;
	color: #dcdddd;
}

.reviews {
	background: #f4f4f4;
	padding: 60px 0 40px;
}
.reviews__title {
	text-align: center;
	font-weight: bold;
	color: #00d3bd;
	text-transform: none;
	margin-bottom: 65px;
}
.reviews__slide {
	box-sizing: border-box;
	padding: 0 10px;
	color: #262a26;
}
.reviews__slide-top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.reviews__slide-top > img {
	width: 105px !important;
	height: 105px;
	border-radius: 50%;
	margin-right: 15px;
}
.reviews__slide-bottom {
	font-style: italic;
	font-size: 16px;
}
.reviews__slide-name {
	font-weight: bold;
	font-size: 20px;
}
.reviews__slide-city {
	font-size: 20px;
}
.reviews__audio {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 50px auto 40px;
}
.reviews__audio-item {
	width: 510px;
}
.reviews__mTitle {
	font-weight: bold;
	font-size: 22px;
	color: #000;
	margin: 15px 0 5px;
}
.reviews__mDesc {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}
.reviews__video {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.reviews__video-item {
	width: 330px;
	margin-bottom: 75px;
}
.reviews__audio,
.reviews__video {
	display: none;
}

footer {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #4cad32;
	font-size: 16px;
	font-weight: normal;
}
.owl-dots {
	display: block;
	margin: 40px auto;
	text-align: center;
}
.reviews .owl-dots {
	margin-bottom: 0;
	margin-top: 40px;
}

.owl-dot {
	border-radius: 50%;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	background: #2d706d !important;
	opacity: 0.5;
	cursor: pointer !important;
	vertical-align: middle;
	outline: none;
	border: none;
}
.owl-dot.active {
	opacity: 1;
	background: #2d706d !important;
	width: 25px;
	height: 25px;
}
.owl-nav {
	left: 0;
	top: 50%;
	height: 0;
	width: 100%;
	position: absolute;
}
.owl-next,
.owl-prev {
	top: 50%;
	margin-top: -45px;
	width: 31px;
	height: 90px;
	cursor: pointer !important;
	z-index: 5;
	position: absolute;
	outline: none;
	border: 0 !important;
	background-image: url(../src/sprite-small.png)
		/*tpa=http://v1.sustaprime.com/img/sprite-small.png*/ !important;
}
.owl-next {
	right: -70px;
	background-position: -31px 0px !important;
}
.owl-prev {
	left: -70px;
	background-position: 0px 0px !important;
}
.sostav .owl-nav {
	display: block !important;
}

.popup__wrapper {
	display: none;
	overflow-y: auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	text-align: center;
}
.popup__block {
	display: inline-block;
	margin: 100px auto;
	position: relative;
}
.popup__close {
	position: absolute;
	right: -30px;
	top: -30px;
	width: 20px;
	height: 22px;
	background: transparent url(../src/poup-close.png)
		/*tpa=http://v1.sustaprime.com/img/poup-close.png*/ no-repeat;
	background-position: top 0 left 50%;
	cursor: pointer;
	transform-origin: 50% 50%;
	transform: rotateZ(0deg);
	transition: transform 0.25s linear;
	z-index: 50;
}
.popup__close:hover {
	transform: rotateZ(360deg);
}
.popup__block button,
.popup__block input,
.popup__block select {
	position: relative;
	z-index: 6;
}
.popup__block input,
.popup__block select {
	background-color: transparent;
}
.popup__product {
	position: absolute;
	right: -380px;
	top: 50%;
	margin-top: -211px;
	z-index: -1;
}
@media screen and (max-width: 1200px) {
	.owl-next {
		right: -20px;
	}
	.owl-prev {
		left: -20px;
	}
	.numberTwo {
		background-position: right 0 top 50%;
		background-size: 50%;
	}
	.topSix__item img,
	.tsb3 {
		margin-right: 0;
	}
	.main-block .form-block__wrap {
		margin: 0;
		margin-left: 249px;
		margin-right: auto;
	}
	.main-block {
		background-position: top -10px right -140px !important;
	}
	.popup__close {
		right: -30px;
		top: -30px;
	}
	.popup__product img {
		width: 690px;
		margin-top: 40px;
	}
	.popup__product {
		right: -295px;
	}
}
@media screen and (max-width: 1100px) {
	.reviews__audio,
	.splitArea__items {
		flex-wrap: wrap;
		justify-content: center;
	}
	.splitArea__item {
		min-width: 300px;
	}
	.splitArea .price-block {
		gap: 20px;
		justify-content: center;
	}
	.splitArea__item:nth-child(2) {
		text-align: center;
	}
	.splitArea__item > * {
		margin: 0 auto;
	}
}
@media screen and (max-width: 992px) {
	.sostav .owl-nav {
		display: none !important;
	}
	.numberTwo__item-cubes {
		justify-content: space-around;
	}
	.numberTwo {
		background: #fff;
	}
	.numberTwo {
		padding-top: 30px;
	}
	.numberTwo__item {
		width: 100%;
	}
	.numberOne {
		padding-top: 0;
	}
	.numberOne__items {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}
	.numberOne__item {
		width: auto;
	}
	.topSix__item-block-C,
	.topSix__item:nth-child(2) {
		display: none;
	}
	.topSix__items {
		justify-content: center;
	}
	.topSix__item img,
	.topSix__item-block {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.main-block {
		background-position: top -10px right -70px !important;
	}
	.main-block .form-block__wrap {
		margin-left: 0;
	}
	.main-block__flexArea {
		width: 100%;
		justify-content: space-between;
	}
	.popup__product img {
		width: 470px;
		margin-top: 0;
	}
	.popup__product {
		right: -195px;
		margin-top: -108.5px;
	}
	.nav a:nth-child(2) {
		display: none;
	}
	.nav a {
		padding: 14px 14px;
	}

	.numberOne__item img {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	select,
	input {
		max-width: 100%;
		height: 70px !important;
	}
	form input,
	form select {
		height: 70px;
		font-size: 16px;
	}
	form label {
		font-size: 20px;
	}
	.ppaa {
		margin-top: 45px !important;
		font-size: 16px !important;
	}
	#zakaz {
		padding-top: 0 !important;
		margin-top: -100px;
		background-image: none !important;
	}
	.doctor__post-block::after {
		right: 210px;
		bottom: 0;
		margin-top: 0;
		top: 0;
		left: 0;
	}
	.doctor__post-block {
		padding-bottom: 90px;
		padding-right: 0;
		/* max-width: 500px !important; */
		/* width: 100%; */
		font-size: 18px;
	}
	.doctor__post-block span,
	.doctor p {
		font-size: 16px;
	}
	.doctor__title {
		font-weight: normal !important;
	}
	.doctor {
		background: #f1f1ed url(../src/mob-doctor-bg.jpg) no-repeat;
		background-position: top 50px left 50%;
		padding: 50px 0;
		background-size: contain;
	}
	.sposob__desc {
		font-size: 34px;
		text-align: center;
		width: 425px;
		margin: 40px auto;
	}
	.doctor p {
		font-size: 20px;
	}
	.sposob {
		font-size: 25px;
	}
	.sposob__item-title {
		font-size: 33px;
	}
	.sposob__item-title br {
		display: none !important;
	}
	.sposob__title {
		font-weight: normal !important;
		margin-bottom: 40px !important;
	}
	.sposob__items {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.sposob__item {
		margin-bottom: 15px;
		width: 100% !important;
	}
	.sposob__item:nth-child(2),
	.sposob__item:nth-child(4) {
		width: 5px !important;
		height: 25px;
		background: transparent url(../src/mob-dots.png)
			/*tpa=http://v1.sustaprime.com/img/mob-dots.png*/ no-repeat;
	}
	.sostav {
		padding-bottom: 0;
	}
	.sostav__slide {
		text-align: center;
		padding: 35px 45px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 0 15px rgba(45, 112, 109, 0.21);
	}
	.sostav__slide-title {
		font-size: 31px;
		font-weight: normal;
	}
	.sostav__slide-text {
		font-size: 32px;
		font-weight: normal;
	}
	.sposob__items {
		font-size: 25px;
	}
	.sposob__item-title {
		font-size: 25px;
	}
	.sostav__title {
		font-weight: normal !important;
	}
	.six__item:first-child {
		font-size: 25px;
	}
	.six__title {
		font-weight: normal !important;
	}
	.six {
		font-size: 25px;
		padding-top: 50px;
		padding-bottom: 30px;
		background: #fff;
	}
	.step__block-title {
		font-size: 25px;
	}
	.step__block {
		font-size: 20px;
	}
	.step {
		font-size: 25px;
	}
	.step .inner {
		background: none;
		padding-top: 0;
	}
	.numberTwo {
		background: #fff url(../src/mob-numberTwo-bg.jpg) no-repeat;
		background-position: bottom 0 left 50%;
		padding-bottom: 400px;
		background-size: contain;
	}
	.numberTwo__item-cube {
		margin: 15px;
	}
	.numberTwo__item-cubes {
		display: block !important;
		flex-wrap: wrap;
		flex-direction: column;
		max-width: 320px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.numberTwo__item-cube {
		width: 263px !important;
	}
	.topSix__item-title span {
		display: block;
	}
	.numberTwo .owl-prev,
	.topSix .owl-prev {
		left: -80px;
	}
	.numberTwo .owl-next,
	.topSix .owl-next {
		right: -80px;
	}
	.topSix__itemG {
		width: 400px !important;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.topSix__itemG br {
		display: none;
	}
	.numberTwo {
		padding-top: 0;
		font-size: 25px;
	}
	.numberOne__item img {
		margin-top: -15px;
	}
	.numberOne__item-desc {
		margin-bottom: 35px;
	}
	.numberOne__item-title {
		font-size: 30px;
	}
	.numberOne {
		padding: 50px 0 25px;
		font-size: 25px;
	}
	.numberOne__item:first-child {
		order: 2;
	}
	.numberOne__item:last-child {
		order: 1;
	}
	.topSix__item:nth-child(3) {
		padding-top: 0;
	}
	.topSix__item {
		width: 100% !important;
	}
	.topSix__items {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.topSix {
		padding: 50px 0;
		/* background-image: url(new-year.png), url(../src/mob-topSix-bg.jpg); */
		background: #faf6f3 url(../src/mob-topSix-bg.jpg) no-repeat;

		background-position: top 100px left 50%;
		font-size: 25px;
		background-size: contain;
	}
	.topSix__title {
		margin-bottom: 600px !important;
		max-width: 100%;
	}
	.topSix__item-block {
		font-size: 25px;
	}
	.numberOne__items,
	.numberTwo__items {
		font-size: 18px;
	}

	.why {
		font-size: 25px;
		padding-bottom: 50px;
		padding-top: 115px;
	}
	.why__title,
	.why__item:nth-child(1) {
		text-align: left !important;
	}
	.why__items {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.why__item-block {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.why__item {
		width: 100% !important;
	}
	.why__item-block-C,
	.why__item:nth-child(2),
	.result {
		display: none;
	}
	.colvo > span {
		font-weight: bold;
		font-size: 20px;
	}
	.colvo {
		font-size: 20px;
		margin-top: 70px;
	}
	.why__items br,
	.topSix br {
		display: none;
	}
	.purp {
		color: #33a199;
	}
	.form-block__two {
		display: none;
	}
	.right-logoBlock {
		text-align: center;
		position: relative;
		z-index: 4;
		margin-top: -90px;
		margin-bottom: 30px;
	}
	.main-block__flexArea img.one {
		/* margin-left: -270px; */
		margin-bottom: -100px;
		position: relative;
		z-index: 5;
		max-width: 230px;
		width: 100%;
	}
	.main-block__title {
		display: none;
	}
	.popup__close {
		right: -20px;
		top: -60px;
	}

	.splitArea .inner {
		border-radius: 0;
		padding-top: 35px;
		padding-bottom: 50px;
	}

	.mobSerts {
		text-align: center;
		margin-bottom: 20px;
	}
	.insHide {
		display: block !important;
	}
	.mouse,
	.mobHide {
		display: none;
	}
	.popup__block .form-block__zakazhite br {
		display: none;
	}
	.popup__block {
		display: block;
		width: 520px;
	}
	.popup__product {
		display: none;
	}
	#zakaz {
		padding-top: 50px;
		background: #fff;
	}
	.reviews__slide {
		width: 500px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.reviews__slide-top > img {
		width: 180px !important;
		height: 180px !important;
	}
	.reviews__slide-city,
	.reviews__slide-name {
		font-size: 34px;
	}
	.reviews__slide-bottom {
		font-size: 30px;
	}
	.splitArea__item:last-child {
		margin-bottom: 0;
	}
	.splitArea .btn {
		font-size: 16px;
		max-width: 100%;
		border-radius: 45px;
	}
	.splitArea .price-block {
		gap: 0;
		line-height: 42px;
		margin: 15px auto;
	}
	.splitArea .price-block__oldPriceCurrency,
	.splitArea .vmesto {
		font-size: 16px;
	}
	.splitArea .price-block__oldPrice {
		font-size: 17px;
	}
	.splitArea .price-block__priceCurrency {
		font-size: 18px;
	}
	.splitArea .price-block__price {
		font-size: 20px;
	}

	.splitArea .flip-clock-divider.hours .flip-clock-label {
		left: 22px;
	}
	.splitArea .flip-clock-divider.seconds .flip-clock-label {
		left: 35px;
	}
	.splitArea .flip-clock-divider.minutes .flip-clock-label {
		left: 47px;
	}
	.splitArea .flip-clock-divider .flip-clock-label {
		font-size: 19px;
		top: 85px;
	}
	.splitArea .flip-clock-dot.top {
		top: 25px;
	}
	.splitArea .flip-clock-dot {
		left: 10px;
	}
	.splitArea .flip-clock-dot.bottom {
		bottom: 43px;
	}
	.splitArea .flip-clock-dot {
		width: 10px;
		height: 10px;
	}
	.splitArea .flip-clock-divider:not(:first-child) {
		width: 30px;
	}
	.splitArea .flip-clock-wrapper {
		height: 110px;
		width: 500px;
	}
	.splitArea .flip-clock-wrapper ul {
		width: 37px;
		height: 70px;
	}
	.splitArea .flip-clock-wrapper ul li a div div.inn,
	.splitArea .flip-clock-wrapper ul,
	.splitArea .flip-clock-wrapper ul li a div {
		font-size: 50px;
	}
	.splitArea .flip-clock-wrapper ul li a div,
	.splitArea .flip-clock-wrapper ul,
	.splitArea .flip-clock-wrapper ul li {
		line-height: 70px;
	}

	footer {
		font-size: 24px;
	}

	.splitArea__item:nth-child(2) {
		display: none;
	}
	.six__items {
		font-size: 20px;
	}
	.splitArea .timer__title {
		font-size: 16px;
		margin-bottom: 20px;
		font-weight: normal;
	}
	.splitArea {
		padding: 27px 0 0px;
	}
	.why__item-title {
		font-size: 25px;
	}
	.why__item-text {
		font-size: 25px;
	}
	.title {
		text-align: center;
		font-size: 25px;
		font-weight: 300;
		margin-bottom: 30px;
	}
	.title span {
		font-size: 41px;
	}
	.form-block {
		margin-bottom: 35px;
	}
	.form-btn {
		width: 100%;
		max-width: 100%;
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: -45px;
		bottom: -35px;
	}
	input:not(:last-child),
	select:not(:last-child) {
		margin-bottom: 35px;
	}
	input,
	select {
		text-indent: 25px;
	}
	.cena {
		font-size: 18px;
		color: #207b89;
		text-transform: uppercase;
	}
	.price-block__oldPriceCurrency {
		font-size: 24px;
		color: #ea5153;
	}

	.popup__wrapper .price-block,
	.main-block .price-block {
		margin-bottom: 15px !important;
	}
	.popup__wrapper .price-block__oldPrice,
	.main-block .price-block__oldPrice {
		color: #000;
		font-size: 22px;
	}
	.starayaCena,
	.main-block .price-block__oldPriceCurrency {
		color: #ea5153;
		font-size: 16px;
	}
	.starayaCena,
	.cena {
		display: inline;
	}
	.popup__wrapper .vmesto,
	.main-block .vmesto {
		display: none;
	}
	.popup__wrapper .flip-clock-divider.hours .flip-clock-label,
	.main-block .flip-clock-divider.hours .flip-clock-label {
		left: 25px;
	}
	.popup__wrapper .flip-clock-divider.seconds .flip-clock-label,
	.main-block .flip-clock-divider.seconds .flip-clock-label {
		left: 30px;
	}
	.popup__wrapper .flip-clock-divider.minutes .flip-clock-label,
	.main-block .flip-clock-divider.minutes .flip-clock-label {
		left: 37px;
	}
	.popup__wrapper .flip-clock-divider .flip-clock-label,
	.main-block .flip-clock-divider .flip-clock-label {
		font-size: 16px;
		top: 73px;
	}
	.popup__wrapper .flip-clock-dot.top,
	.main-block .flip-clock-dot.top {
		top: 20px;
	}
	.popup__wrapper .flip-clock-dot,
	.main-block .flip-clock-dot {
		left: 7px;
	}
	.popup__wrapper .flip-clock-dot.bottom,
	.main-block .flip-clock-dot.bottom {
		bottom: 53px;
	}
	.popup__wrapper .flip-clock-dot,
	.main-block .flip-clock-dot {
		width: 8px;
		height: 8px;
	}
	.popup__wrapper .flip-clock-divider:not(:first-child),
	.main-block .flip-clock-divider:not(:first-child) {
		width: 21px;
	}
	.popup__wrapper .flip-clock-wrapper,
	.main-block .flip-clock-wrapper {
		height: 97px;
		max-width: 260px;
		width: 100%;
	}
	.popup__wrapper .flip-clock-wrapper ul,
	.main-block .flip-clock-wrapper ul {
		width: 33px;
		height: 55px;
	}
	.popup__wrapper .flip-clock-wrapper ul li a div div.inn,
	.main-block .flip-clock-wrapper ul li a div div.inn,
	.popup__wrapper .flip-clock-wrapper ul,
	.main-block .flip-clock-wrapper ul,
	.popup__wrapper .flip-clock-wrapper ul li a div,
	.main-block .flip-clock-wrapper ul li a div {
		font-size: 55px;
	}
	.popup__wrapper .flip-clock-wrapper ul li a div,
	.main-block .flip-clock-wrapper ul li a div,
	.popup__wrapper .flip-clock-wrapper ul,
	.main-block .flip-clock-wrapper ul,
	.popup__wrapper .flip-clock-wrapper ul li,
	.main-block .flip-clock-wrapper ul li {
		line-height: 55px;
	}
	.popup__wrapper .price-block,
	.main-block .price-block {
		justify-content: center;
		flex-direction: column;
		align-items: center;
		line-height: normal;
	}
	.popup__wrapper .timer-block,
	.main-block .timer-block,
	.popup__wrapper .price-block,
	.main-block .price-block,
	.popup__wrapper form,
	.main-block form {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.form-block__zakazhite {
		display: block;
		font-size: 25px;
		color: #2d2c33;
		text-align: center;
		margin-bottom: 15px;
	}
	.popup__wrapper {
		text-align: left;
	}
	.popup__wrapper .timer__title,
	.main-block .timer__title {
		font-size: 30px;
		color: #b00012;
		margin-bottom: 18px;
	}
	.popup__wrapper .timer__title span,
	.main-block .timer__title span {
		font-weight: bold;
	}
	.form-block__one {
		white-space: normal;
		font-size: 25px;
		font-weight: normal;
		text-transform: uppercase;
	}
	.form-block__one br {
		display: none;
	}
	.main-block__flexArea {
		justify-content: center;
		flex-wrap: wrap;
	}
	.popup__wrapper .form-block,
	.main-block .form-block {
		padding-top: 150px;
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.popup__wrapper .form-block {
		padding-top: 35px;
	}
	.form-block__wrap {
		width: 100%;
	}
	.main-block {
		padding-top: 50px;
		background: #f0ece9 url(../src/mob-main-block-bg.jpg) no-repeat !important;
		background-position: top 0 left 50% !important;
	}
	.mob-button {
		display: block;
	}
	/* .top-line__call span{
        font-size: 32px;
    } */
	.top-line {
		height: 75px;
	}
	.inner {
		padding: 0 20px;
	}
	.nav {
		background: #33a199;
		display: block;
		position: fixed;
		max-width: 500px;
		width: 100%;
		left: -508px;
		top: 75px;
		text-align: center;
		padding: 30px 0;
		/* box-shadow: 8px 8px 0px rgba(0,0,0,.75); */
	}
	.mob-button.active + .nav {
		left: 0px;
	}
	.nav a {
		font-size: 18px;
		text-transform: uppercase;
		display: block !important;
	}
}

@media (max-width: 1250px) {
	.doctor__block {
		margin-top: 0;
		padding: 10px;
		max-width: 100%;
		background: rgba(255, 255, 255, 0.7);
	}
}

.top-line::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	background-image: url(garland-1.png);
	background-repeat: repeat-x;
	background-size: auto;
}

.ny {
	position: relative;
}

.ny::after {
	content: '';
	position: absolute;
	width: 130px;
	height: 95px;
	background-image: url(New-Year-ball.png);
	background-repeat: no-repeat;
	background-size: auto;
	bottom: -69px;
	right: -35px;
	z-index: 5;
}

.right-logoBlock img {
	max-width: 230px;
	width: 100%;
}

.why {
	position: relative;
}

.why::after {
	content: '';
	position: absolute;
	top: 0;
	background-image: url(snow.png);
	width: 100%;
	height: 100%;
	background-size: auto;
	background-repeat: repeat-x;
}

.doctor {
	position: relative;
}

.doctor::before {
	content: '';
	position: absolute;
	top: -25px;
	width: 100%;
	height: 45px;
	background-image: url(garland-2.png);
	background-repeat: repeat-x;
}

.doctor::after {
	content: '';
	position: absolute;
	bottom: -40px;
	width: 100%;
	height: 45px;
	background-image: url(garland-1.png);
	background-repeat: repeat-x;
}

@media (min-width: 640px) {
	.cena {
		font-size: 25px;
	}

	.splitArea .price-block__price {
		font-size: 35px;
	}

	.splitArea .price-block__oldPriceCurrency,
	.splitArea .vmesto {
		font-size: 20px;
	}

	.starayaCena,
	.main-block .price-block__oldPriceCurrency {
		font-size: 20px;
	}

	.splitArea .price-block__oldPrice {
		font-size: 30px;
	}
	.splitArea .flip-clock-wrapper {
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 769px) {
	/* .ny{} */
	.ny::after {
		display: none;
	}

	.topSix {
		background-image: url(new-year.png);
		background-repeat: no-repeat;
		background-size: auto;
		background-position: bottom;
	}

	.main-block .inner {
		position: relative;
	}

	.main-block .inner::after {
		content: '';
		position: absolute;
		bottom: 65px;
		width: 141px;
		height: 94px;
		background-image: url(New-Year-ball.png);
		background-repeat: no-repeat;
		right: -10px;
	}

	.topSix__item img {
		max-width: 250px;
		width: 100%;
	}

	.splitArea {
		position: relative;
	}

	.splitArea::after {
		content: '';
		position: absolute;

		bottom: 0;
		background-image: url(Christmas-tree.png);
		width: 55px;
		height: 62px;
		background-repeat: no-repeat;
	}

	.splitArea .price-block__oldPriceCurrency,
	.splitArea .vmesto {
		margin-bottom: 10px;
	}
}

@media (min-width: 993px) {
	.main-block__flexArea::after {
		right: -290px;
	}

	.numberOne__item {
		position: relative;
	}

	.numberOne__item:first-child::after {
		content: '';
		position: absolute;

		bottom: 0;
		background-image: url('snow-ball.png');
		width: 236px;
		height: 79px;
		background-size: auto;
		background-repeat: no-repeat;
		position: absolute;

		left: 50%;
		transform: translate(-50%, 0);
	}

	.numberOne__item:first-child {
		width: 40%;
		text-align: center;
	}

	.numberOne__item:last-child {
		width: 60%;
	}
}
