.reviews .section-title>span {
	display: block;
}

.zakaz .section-title {
	margin-bottom: 40px;
}

.zakaz__item {
	text-align: center;
	position: relative;
}

.zakaz__item:after {
	position: absolute;
	content: '';
	background: url(../img/str3.png) no-repeat;
	width: 48px;
	height: 48px;
	right: -37px;
	top: 57px;
}

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

.zakaz__item-last:after {
	display: none;
}

.zakaz__item span {
	text-transform: uppercase;
	background-color: #B7D724;
	color: #333333;
	font-size: 19px;
	font-weight: 700;
	padding: 2px 8px;
}

.zakaz__item p {
	font-size: 18px;
	margin-top: 10px;
}

.zakaz {
	background-color: #F1FAFF;
	padding: 50px 0;
}



.reviews {
	padding: 70px 0;
}

.rev__item {
	border: 4px solid #B7D724;
	border-radius: 24px;
	text-align: center;
	padding: 32px 18px 0;
	height: 750px;
}

.rev__item img {
	display: block;
	margin-left: 75px;
}

.rev__item span {
	display: block;
	margin: 5px 0 10px;
	font-size: 18px;
	font-weight: 500;
}

.rev__item p {
	text-align: left;
	font-size: 17px;
}

.reviews .section-title {
	font-size: 46px;
	margin-bottom: 40px;
}


.expert .section-title>span {
	display: block;
}

.expert .section-title {
	line-height: normal;
}

.expert {
	padding-top: 40px;
	padding-bottom: 25px;
	background-image: url(../img/expert.jpg);
}

.expert__text {
	font-size: 18px;
	width: 670px;
	margin: 30px auto 0;
}

.expert__text span {
	text-transform: uppercase;
	background-color: #B7D724;
	font-weight: 700;
	padding: 1px 5px;
}

.expert__text p {
	font-size: 18px;
	font-weight: 500;
	padding-right: 140px;
	margin-top: 20px;
}


.top,
.znak__items {
	-webkit-box-pack: space-evenly
}

.main {
	background-image: url(../img/main.jpg);
	padding-bottom: 20px
}

.main .section-title {
	text-align: left;
	margin: 10px 0;
	color: #F18D3D
}

.footer,
.forma .form__btn,
.forma .pri,
.forma .prices {
	text-align: center
}

.top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8px;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.top__item {
	width: 260px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.top__item p {
	font-size: 18px;
	margin-left: 10px;
	color: #666
}

.main__wrapper {
	position: relative
}

.prod1 {
	position: absolute;
	top: 35px;
	right: 50px;
	max-width: 200px;
	width: 100%;
}

.prod2 img.product-image {
	max-width: 200px;
	width: 100%;
}



.main__bottom {
	color: #9FA0A8;
	font-size: 18px;
	margin-top: 50px
}

.main__items {
	width: 408px;
	margin-top: 30px
}

.main__items li {
	background: url(../img/galka.png) left 20px center no-repeat #fff;
	font-size: 28px;
	margin-bottom: 16px;
	padding: 0 0 0 100px;
	height: 96px;
	font-weight: 500;
	line-height: normal;
	border: 3px solid #B7D724;
	-webkit-border-radius: 0 32px 32px 0;
	border-radius: 0 32px 32px 0;
	display: flex;
	align-items: center;
}

@media (min-width:992px) and (max-width:1199px) {
	.zakaz__item:after {
		right: -35px;
	}

	.zakaz__item span {
		font-size: 17px;
	}

	.zakaz__item p {
		font-size: 14px;
	}

	.rev__item img {
		margin-left: 42px;
	}

	.rev__item p {
		font-size: 15px;
	}

	.reviews .section-title {
		font-size: 38px;
	}

	.logo img {
		width: 100%
	}

	.expert .section-title {
		font-size: 45px;
	}

	.prod1 {
		width: 170px;
		right: 0;
		top: 105px
	}



	.product__wrapper {
		margin-left: 0 !important;
	}

	.prod4 {
		right: 15px !important;
	}

	.expert {
		padding-bottom: 50px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.zakaz__item img {
		width: 135px;
	}

	.zakaz__item:after {
		top: 40px;
	}

	.zakaz__item span {
		display: block;
	}

	.rev__item img {
		width: 110px;
		margin-left: 40px;
	}

	.rev__item p {
		font-size: 14px;
	}

	.rev__item {
		padding-left: 10px;
		height: 670px;
		padding-right: 10px;
	}

	.reviews .section-title {
		font-size: 29px;
	}

	.product__wrapper {
		margin: 0 auto !important;
	}

	.expert .section-title {
		font-size: 43px;
	}

	.expert__text p {
		padding-right: 95px;
	}



	.expert__text {
		width: 580px !important;
		font-size: 17px;
	}

	.product .price__new {
		position: static !important;
		margin: 0 auto 30px;
	}

	.main {
		padding-bottom: 50px
	}

	.main .section-title {
		font-size: 43px
	}

	.logo img {
		width: 100%
	}

	.top__item img {
		width: 50px
	}

	.top__item p {
		font-size: 15px
	}

	.main__bottom {
		margin-top: 0
	}
}

@media (max-width:767px) {
	.reviews .section-title {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.rev__item img {
		width: 130px;
		margin-left: 65px;
	}

	.rev__item {
		padding-left: 10px;
		padding-right: 10px;
		height: 780px;
	}

	.reviews {
		padding: 50px 0;
	}

	.expert {
		background-image: none;
	}

	.expert .section-title {
		font-size: 32px;
	}

	.expert__text p {
		padding-right: 0;
		padding-left: 65px;
		font-weight: 400;
		line-height: normal;
		font-size: 14px;
		position: relative;
	}

	.expert__text>img {
		margin-left: 65px;
		margin-top: 10px;
	}

	.expert__text p img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.expert__text {
		width: 100%;
		font-size: 15px;
	}

	.product__wrapper {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.timer__title {
		font-size: 30px !important;
	}

	.prod4 {
		position: static !important;
	}

	.price__new {
		position: static !important;
		width: 200px !important;
		margin: 0 auto;
		font-size: 43px !important;
	}

	.prod1,
	.top {
		display: block
	}

	.main {
		background-image: url(../img/main_mob.jpg);
		padding-bottom: 40px
	}

	.main .section-title {
		text-align: center;
		font-size: 23px;
		padding: 0 36px;
		margin-top: 20px;
		line-height: normal
	}

	.top__item {
		width: 100%;
		margin-bottom: 15px
	}

	.main__bottom,
	.main__list {
		margin-bottom: 30px
	}

	.top__item p {
		font-size: 15px
	}

	.top__item img {
		width: 60px
	}

	.main__bottom {
		margin-top: 20px;
		text-align: center;
		font-size: 17px
	}

	.main__items {
		width: 100%;
		margin-top: 15px
	}

	.main__list li {
		-webkit-background-size: 40px 40px;
		background-size: 40px;
		font-size: 21px;
		height: 72px;
		padding: 0 0 0 60px;
		background-position: 10px 13px;
	}

	.prod1 {
		position: static;
		width: 165px;
		margin: 0 auto
	}
}

.footer {
	padding: 20px 0
}

.footer a {
	display: block
}

.forma {
	background: #EBEEF4;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	padding-bottom: 20px
}

.forma .prices__title {
	text-transform: uppercase;
	color: #D9F35E;
	padding: 15px 0;
	line-height: 1;
	font-size: 32px;
	font-weight: 700;
	background-color: #0A1D42
}

.forma .prices__title span {
	text-transform: none;
	display: block;
	font-size: 20px
}

.forma .price__new {
	text-transform: uppercase;
	font-size: 60px;
	color: #F18D3D;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
	font-weight: 900;
	line-height: normal
}

.forma .form__list {
	padding: 0 28px
}

.forma .form__list input,
.forma .form__list select {
	margin-bottom: 10px;
	display: block;
	background-color: #fff;
	padding-left: 35px;
	border: 1px solid #BDBDBD;
	height: 50px;
	width: 100%;
	-webkit-border-radius: 28px;
	border-radius: 28px
}

.forma .form__list input::-webkit-input-placeholder {
	color: #817f7d;
	font-size: 16px
}

.forma .form__list input::-moz-placeholder {
	color: #817f7d;
	font-size: 16px
}

.forma .form__list input:-ms-input-placeholder {
	color: #817f7d;
	font-size: 16px
}

.forma .form__list input::-ms-input-placeholder {
	color: #817f7d;
	font-size: 16px
}

.forma .form__list input::placeholder {
	color: #817f7d;
	font-size: 16px
}

.forma .form__btn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.04%, #FF5E03), to(#E21B00));
	background: -webkit-linear-gradient(top, #FF5E03 1.04%, #E21B00 100%);
	background: -o-linear-gradient(top, #FF5E03 1.04%, #E21B00 100%);
	background: linear-gradient(180deg, #FF5E03 1.04%, #E21B00 100%);
	color: #fff;
	border: none;
	-webkit-box-shadow: 0 5px 2px #7A2500;
	box-shadow: 0 5px 2px #7A2500;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	width: 100%;
	margin-top: 5px;
	font-size: 36px;
	font-weight: 500;
	height: 80px
}

.forma .pri {
	color: #000;
	opacity: .5;
	margin-top: 15px
}

@media (min-width:992px) and (max-width:1199px) {
	.forma .prices__title {
		font-size: 27px
	}

	.forma .form__list {
		padding: 0 20px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.forma .prices__title {
		font-size: 27px
	}

	.forma .form__list {
		padding: 0 20px
	}

	.forma .form__btn {
		height: 60px
	}
}

@media (max-width:767px) {
	.product {
		padding: 38px 0 !important;
	}


	.product .new_price_text {
		font-size: 16px !important;
	}

	.prod4 {
		width: 190px;
		margin: 20px auto;
	}

	.countdown__item {
		width: 70px !important;
		height: 70px !important;
		font-size: 47px !important;
	}

	.product .form__list {
		margin: 0 10px !important;
	}

	.countdown__item:after {
		font-size: 55px !important;
		right: -21px !important;
		top: -8px !important;
	}

	.minute {
		margin: 0 25px !important;
	}

	.forma {
		width: 100%;
		margin-top: 40px
	}

	.forma .prices__title {
		font-size: 22px
	}

	.forma .prices__title span {
		font-size: 18px
	}

	.forma .price__new {
		font-size: 60px
	}

	.forma .form__btn {
		height: 60px
	}
}

.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto
}

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

.owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #c1c1d1 !important;
	display: inline-block
}

.owl-dots .owl-dot.active {
	background-color: #FF752B !important
}

.form__horizontal {
	margin-top: 48px !important
}

.form__horizontal i {
	left: 20px;
	top: -9px;
}

.secret .form__horizontal i {
	top: 3px;
}

.form__horizontal .form__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form__horizontal input,
.form__horizontal select {
	border: 2px solid #BDBDBD;
	background-color: #fff;
	color: #000;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	width: 304px;
	height: 56px;
	padding: 0 0 0 40px;
	background-position: left 15px center, center;
	background-repeat: no-repeat, repeat
}

.form__horizontal input::-webkit-input-placeholder,
.form__horizontal select::-webkit-input-placeholder {
	color: #767272;
	font-size: 18px
}

.form__horizontal input::-moz-placeholder,
.form__horizontal select::-moz-placeholder {
	color: #767272;
	font-size: 18px
}

.form__horizontal input:-ms-input-placeholder,
.form__horizontal select:-ms-input-placeholder {
	color: #767272;
	font-size: 18px
}

.form__horizontal input::-ms-input-placeholder,
.form__horizontal select::-ms-input-placeholder {
	color: #767272;
	font-size: 18px
}

.form__horizontal input::placeholder,
.form__horizontal select::placeholder {
	color: #767272;
	font-size: 18px
}

.form__horizontal .form__btn {
	text-transform: uppercase;
	width: 100%;
	max-width: 500px;
	color: #fff;
	font-size: 32px;
	left: 0;
	padding: 15px;
	font-weight: 500;
	right: 0;
	bottom: -125px;
	margin: 0 auto;
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.04%, #FF5E03), to(#E21B00));
	background: -webkit-linear-gradient(top, #FF5E03 1.04%, #E21B00 100%);
	background: -o-linear-gradient(top, #FF5E03 1.04%, #E21B00 100%);
	background: linear-gradient(180deg, #FF5E03 1.04%, #E21B00 100%);
	-webkit-box-shadow: 0 5px 2px #7A2500;
	box-shadow: 0 5px 2px #7A2500;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: none
}

.ignor__item p,
.znak__item span {
	background: -webkit-gradient(linear, left top, left bottom, from(#DBF46A), to(#86A303))
}

.product .price__new,
.znak__item span {
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .25)
}

@media (min-width:768px) and (max-width:991px) {

	.form__horizontal input,
	.form__horizontal select {
		width: 225px;
		padding-top: 19px;
		padding-bottom: 14px
	}
}

@media (max-width:767px) {
	.form__horizontal {
		margin-top: 146px !important
	}

	.form__horizontal i {
		top: -7px !important
	}

	.form__horizontal .form__list {
		display: block
	}

	.form__horizontal input,
	.form__horizontal select {
		margin-bottom: 15px;
		padding-top: 21px;
		border-width: 1px;
		width: 100%;
		padding-bottom: 16px
	}

	.form__horizontal .form__btn {
		position: static;
		font-size: 18px;
		width: 100% !important;
	}

	.line {
		height: 65px !important;
	}
}

.znak {
	padding: 50px 0
}

.znak .section-title {
	margin-bottom: 60px
}

.znak__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.znak__item {
	width: 240px;
	position: relative;
	text-align: center;
}

.znak__item span {
	display: block;
	position: absolute;
	top: -30px;
	right: 50%;
	transform: translateX(49%);
	margin: 0 auto;
	width: 64px;
	height: 64px;
	line-height: 64px;
	background: -webkit-linear-gradient(top, #DBF46A 0, #86A303 100%);
	background: -o-linear-gradient(top, #DBF46A 0, #86A303 100%);
	background: linear-gradient(180deg, #DBF46A 0, #86A303 100%);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
	font-size: 40px;
	font-weight: 900;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center
}

.znak__item p,
.znak__text {
	line-height: normal;
	text-align: center
}

.znak__item p {
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px
}

.znak__text {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB545), to(#F18D3D));
	background: -webkit-linear-gradient(top, #FFB545 0, #F18D3D 100%);
	background: -o-linear-gradient(top, #FFB545 0, #F18D3D 100%);
	background: linear-gradient(180deg, #FFB545 0, #F18D3D 100%);
	font-size: 48px;
	font-weight: 500;
	padding: 15px 0;
	width: 740px;
	margin: 40px auto 0
}

.skills,
.vrag {
	background-color: #F1FAFF
}

@media (min-width:992px) and (max-width:1199px) {
	.znak__item {
		width: 225px
	}

	.znak__item img {
		width: 100%
	}

	.znak__item p {
		font-size: 29px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.znak__item {
		width: 225px
	}

	.znak__item img,
	.znak__text {
		width: 100%
	}

	.znak__item p {
		font-size: 23px
	}
}

@media (max-width:767px) {
	.znak .section-title {
		font-size: 20px;
		padding: 0 55px;
		margin-bottom: 30px
	}

	.znak__item {
		width: auto;
		margin-bottom: 30px;
		padding-top: 30px
	}

	.znak__item span {
		top: 3px
	}

	.znak__item p {
		padding: 0 10px
	}

	.znak__text {
		width: auto;
		font-size: 18px
	}
}

.vrag {
	padding: 64px 0 80px
}

.vrag .section-title {
	border: 6px solid #B7D724;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	background-color: #fff;
	padding: 7px 0
}

.vrag__text {
	margin: 0 25px
}

.vrag__text img {
	margin: 20px auto 10px;
	display: block
}

.vrag__text span {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 500;
	display: block;
	text-align: center
}

.vrag__text p {
	font-size: 18px
}

.vrag__wrapper {
	text-align: center;
	margin-top: 40px
}

.vrag__wrapper img {
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (min-width:768px) and (max-width:991px) {
	.vrag .section-title {
		font-size: 43px
	}

	.vrag__text {
		margin: 0
	}

	.vrag__text p {
		font-size: 15px
	}

	.vrag__wrapper img {
		width: 100%
	}

	.zakaz__item p {
		font-size: 16px;
	}
}

@media (max-width:767px) {
	.zakaz .section-title {
		font-size: 27px;
	}

	.zakaz__item {
		display: flex;
		height: auto;
		margin-bottom: 20px;
	}

	.zakaz__item:after {
		left: 23px;
		width: 30px;
		height: 30px;
		top: 78px;
		transform: rotate(90deg);
		background-size: 100%;
	}

	.zakaz__item img {
		width: 80px;
		height: 80px;
	}

	.zakaz__text {
		text-align: left;
		margin-left: 10px;
	}

	.vrag {
		padding: 40px 0
	}

	.vrag .section-title {
		font-size: 24px;
		margin-bottom: 30px
	}

	.vrag__text {
		position: relative;
		margin: 0 0 20px
	}

	.vrag__text img {
		position: absolute;
		right: 20px;
		top: 4px;
		margin: 0
	}

	.vrag__text p,
	.vrag__wrapper {
		margin-top: 10px
	}

	.vrag__text span {
		font-size: 20px
	}

	.vrag__text p {
		font-size: 15px
	}

	.vrag__wrapper img {
		width: 100%
	}
}

.ignor {
	padding: 70px 0
}

.ignor .section-title {
	font-size: 42px;
	margin-bottom: 30px
}

.ignor__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ignor__item {
	position: relative;
	width: 272px
}

.ignor__item:first-child p {
	height: 96px
}

.ignor__item p {
	background: -webkit-linear-gradient(top, #DBF46A 0, #86A303 100%);
	background: -o-linear-gradient(top, #DBF46A 0, #86A303 100%);
	background: linear-gradient(180deg, #DBF46A 0, #86A303 100%);
	-webkit-border-radius: 0 0 24px 0;
	border-radius: 0 0 24px;
	font-size: 29px;
	font-weight: 500;
	padding-top: 15px;
	width: 224px;
	height: 96px;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 1;
	left: 0
}

.ignor__item p span {
	display: block;
	font-size: 24px
}

.ignor__text {
	font-size: 56px;
	font-weight: 900;
	padding: 10px 0;
	text-align: center;
	background-color: #FFEDDF;
	border: 6px solid #F18D3D;
	line-height: normal;
	margin: 40px 80px 0
}

@media (min-width:992px) and (max-width:1199px) {
	.ignor .section-title {
		font-size: 34px
	}

	.ignor__item {
		width: 220px
	}

	.ignor__item img {
		width: 100%
	}

	.ignor__item p {
		width: 190px;
		height: 90px;
		font-size: 28px
	}

	.ignor__item p span {
		font-size: 20px
	}

	.ignor__item:first-child p {
		height: 90px
	}

	.ignor__text {
		font-size: 44px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.ignor .section-title {
		font-size: 26px
	}

	.ignor__item {
		width: 170px
	}

	.ignor__item img {
		width: 100%
	}

	.ignor__item p {
		width: 155px;
		height: 70px;
		font-size: 20px
	}

	.ignor__item p span {
		font-size: 16px
	}

	.ignor__item:first-child p {
		height: 70px
	}

	.ignor__text {
		font-size: 41px;
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:767px) {
	.ignor {
		padding: 30px 0
	}

	.ignor .section-title {
		text-transform: none;
		font-size: 19px
	}

	.ignor__item p,
	.ignor__item p span,
	.ignor__text {
		font-size: 20px
	}

	.ignor__item {
		margin: 0 auto
	}

	.ignor__item p {
		padding: 12px 27px 0
	}

	.ignor1 {
		padding-top: 20px !important
	}

	.ignor__text {
		margin: 30px 0 0
	}
}

.how__item span,
.product .new_price_text,
.section-title,
.sticker p,
.timer__title {
	text-transform: uppercase
}

.secret {
	background-image: url(../img/secret.jpg);
	padding-bottom: 88px
}

.secret .section-title {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .25)
}

.secret .section-title span {
	position: relative
}

.secret .section-title span:after {
	bottom: 4px;
	width: 100%;
	height: 4px;
	background-color: #B7D724;
	content: '';
	position: absolute
}

.secret .section-title span:first-child:after {
	right: 5px
}

.secret .section-title span:nth-child(2):after {
	left: 5px
}

.prod2 {
	width: 300px;
	position: relative;
	margin: 25px 0 20px 170px
}

.sticker {
	width: 277px;
	position: absolute;
	bottom: -65px;
	left: 30px
}

.sticker p {
	position: absolute;
	font-size: 24px;
	padding: 0 22px;
	font-weight: 700;
	top: 22px;
	right: -15px;
	-webkit-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
	text-align: center
}

@media (min-width:992px) and (max-width:1199px) {
	.prod2 {
		margin-left: 70px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.secret .section-title {
		font-size: 47px
	}

	.prod2 {
		margin-left: 0
	}
}

@media (max-width:767px) {
	.secret {
		background-image: url(../img/secret_mob.jpg);
		padding-bottom: 23px
	}

	.secret .section-title {
		text-align: left;
		font-size: 24px;
		margin-top: 15px;
		line-height: normal
	}

	.secret .section-title span:after {
		left: 0;
		bottom: -33px;
		width: 123px
	}

	.secret .section-title span:nth-child(2):after {
		display: none
	}

	.prod2 {
		position: relative;
		width: 100%;
		margin-left: 0;
		text-align: center
	}

	.sticker {
		left: auto;
		width: auto;
		bottom: -146px;
		right: 0
	}

	.sticker img {
		width: 100%
	}

	.sticker p {
		font-size: 17px;
		top: 45px;
		padding: 0 24px 0 45px;
		right: 0
	}
}

.how__item,
.product__wrapper,
.section-title,
footer {
	text-align: center
}

.how {
	padding: 90px 0 100px
}

.how .section-title {
	margin-bottom: 30px;
	font-size: 50px;
}

.prod3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
	margin: 0 auto
}

.how__item {
	margin-bottom: 20px;
	width: 410px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 325px;
}

.how__item img {
	width: 300px;
}

.how__item span {
	color: #F18D3D;
	font-weight: 700;
	font-size: 24px;
	display: block
}

.how__item p {
	font-size: 18px;
	height: 75px;
	margin-top: auto;
}

.how__item_margin-right {
	margin: 0 0 20px auto
}

@media (min-width:992px) and (max-width:1199px) {
	.how__item {
		width: 300px
	}

	.how__item span {
		font-size: 17px
	}

	.how__item p {
		font-size: 14px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.how {
		padding-bottom: 0
	}

	.how .section-title {
		font-size: 44px
	}

	.how__item {
		width: 100%
	}

	.how__item span {
		font-size: 20px
	}

	.how__item p {
		font-size: 15px
	}
}

@media (max-width:767px) {
	.how {
		padding: 30px 0
	}

	.how .section-title {
		font-size: 27px
	}

	.prod3 {
		position: static;
		margin-bottom: 20px
	}

	.how__item {
		width: 100%
	}

	.how__item span {
		font-size: 20px
	}

	.how__item p {
		font-size: 15px;
		margin-top: 10px
	}
}

.skills {
	padding: 60px 0
}

.skills .section-title {
	font-size: 51px;
	margin-bottom: 40px
}

.skills__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.skills__text {
	line-height: normal;
	margin-left: 15px
}

.skills__text span {
	color: #F18D3D;
	font-size: 32px;
	font-weight: 500
}

.skills__text p {
	font-size: 21px
}

@media (min-width:768px) and (max-width:991px) {
	.skills .section-title {
		font-size: 49px
	}

	.skills__text p {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.skills .section-title {
		font-size: 30px
	}

	.skills__item {
		display: block
	}

	.skills__text {
		margin-left: 0;
		text-align: center
	}

	.skills__text span {
		font-size: 22px;
		margin: 10px 0;
		display: block
	}

	.skills__text p {
		font-size: 18px
	}
}

.product {
	position: relative;
	padding: 60px 0 100px
}

.product .new_price_text {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	text-shadow: none
}

.product .price__new {
	position: absolute;
	width: 292px;
	right: -296px;
	line-height: 1.1;
	padding: 15px 0 10px;
	top: 203px;
	background: rgba(255, 255, 255, .9);
	border: 4px solid #F4A464;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
	-webkit-border-radius: 20px 0 32px 32px;
	border-radius: 20px 0 32px 32px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
	font-weight: 900;
	color: #F18D3D;
	font-size: 60px
}

.product .form__horizontal {
	margin-top: 40px !important
}

.product .form__list {
	display: block;
	margin: 0 50px
}

.product .form__list input,
.product .form__list select {
	width: 100%;
	height: 56px;
	border-width: 1px;
	margin-bottom: 10px
}

.product .form__btn {
	width: 344px;
	position: static;
	margin-top: 25px
}

.line {
	height: 136px;
	background-color: #B7D724;
	opacity: .1;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0
}

.product__wrapper {
	width: 500px;
	margin-left: 75px;
	position: relative
}

.prod4,
.str2 {
	position: absolute
}

.str2 {
	right: -125px;
	bottom: 15px
}

.prod4 {
	right: 75px;
	top: 0;
	max-width: 300px;
	width: 100%;
}

.timer__title {
	font-size: 56px;
	line-height: 1.1;
	font-weight: 900;
	margin-bottom: 35px
}

.countdown__item {
	display: inline-block;
	color: #F18D3D;
	font-size: 72px;
	font-weight: 500;
	position: relative;
	background: #F7F7F7;
	width: 110px;
	border: 1px solid #B7D724;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .08);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .08);
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.countdown__item:last-child:after {
	display: none
}

.countdown__item:after {
	content: ':';
	position: absolute;
	right: -43px;
	font-size: 90px;
	top: -20px;
	color: #d0c6c6
}

.minute {
	margin: 0 60px
}

body,
p {
	margin: 0
}

.logo__text {
	font-weight: 500;
	color: #F18D3D
}

.logo__text span {
	font-weight: 900;
	color: #9FA0A8
}

.section-title {
	font-size: 50px;
	font-weight: 900
}

.form__item {
	position: relative
}

i {
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	height: 14px;
	margin: auto
}

a {
	text-decoration: none !important
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

button {
	outline: 0
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: 0;
	-moz-appearance: none;
	appearance: none
}

body {
	font-family: Roboto
}

section {
	background-repeat: no-repeat;
	background-position: center top
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1180px
}

footer {
	padding: 20px 0
}

.footer .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer a {
	display: block
}

@media (max-width:991px) {

	.special-input,
	.special-input::-webkit-input-placeholder {
		font-size: 13px !important;
	}

	.special-input,
	.special-input::-moz-placeholder {
		font-size: 13px !important;
	}

	.special-input,
	.special-input:-moz-placeholder {
		font-size: 13px !important;
	}

	.special-input,
	.special-input:-ms-input-placeholder {
		font-size: 13px !important;
	}
}


@media (max-width:767px) {
	.container {
		width: 320px
	}

	input,
	input::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	input,
	input::-moz-placeholder {
		font-size: 14px !important;
	}

	input,
	input:-moz-placeholder {
		font-size: 14px !important;
	}

	input,
	input:-ms-input-placeholder {
		font-size: 14px !important;
	}
}


.custom-df {
	display: flex;
}

.rev__item {
	height: 100%;
}