* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Raleway,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: .01em;
	color: #414141
}

a,body {
	outline: 0
}

a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
	-webkit-text-decoration-style: none;
	text-decoration-style: none
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 980px
}

.main {
	overflow: hidden
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.title {
	font-family: Raleway,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: .02em;
	color: #414141;
	text-align: center
}

.show-for-mobile {
	display: none
}

.popup-modal {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,.55);
	display: none
}

.popup-flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.popup {
	overflow: hidden;
	border-radius: 20px;
	width: 728px;
	margin: 0 auto;
	z-index: 3;
	position: relative
}

.popup .time-remain {
	padding: 12px 0;
	width: 100%
}

.popup .time-remain-items {
	background: #fff;
	border: none;
	color: #414141
}

.popup .form-title-price {
	padding: 0 0 12px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.popup .new-price,.popup .old-price {
	width: 44%;
	margin: 0;
	font-family: Roboto,sans-serif
}

.popup .hour,.popup .minutes,.popup .seconds,.popup .time-dots {
	color: #414141;
	font-family: Roboto,sans-serif
}

.popup .btn-form-buy {
	margin: 0;
	background: -webkit-gradient(linear,left top,left bottom,from(#b1e345),to(#64aa11));
	background: -webkit-linear-gradient(top,#b1e345,#64aa11);
	background: -o-linear-gradient(top,#b1e345 0,#64aa11 100%);
	background: linear-gradient(180deg,#b1e345,#64aa11);
	font-size: 18px;
	line-height: 21px
}

.popup-bg1 {
	top: 24%
}

.popup-bg1,.popup-bg2 {
	position: absolute;
	left: 2%;
	z-index: 1
}

.popup-bg2 {
	bottom: 5%
}

.popup-bg3 {
	position: absolute;
	top: 29%;
	right: 2%;
	z-index: 1
}

.popup-top {
	background: -webkit-gradient(linear,left top,right top,color-stop(26.1%,#c7f470),color-stop(126.49%,#a1d83b));
	background: -webkit-linear-gradient(left,#c7f470 26.1%,#a1d83b 126.49%);
	background: -o-linear-gradient(left,#c7f470 26.1%,#a1d83b 126.49%);
	background: linear-gradient(90deg,#c7f470 26.1%,#a1d83b 126.49%);
	border-radius: 20px 20px 0 0;
	position: relative
}

.popup-title {
	font-family: Roboto,sans-serif;
	margin: 0 auto;
	padding: 45px 0 43px 50%;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff
}

.popup-close {
	padding: 2px;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	border-radius: 50%
}

.popup-close:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: -webkit-gradient(linear,left top,right top,color-stop(26.1%,#c7f470),color-stop(126.49%,#a1d83b));
	background: -webkit-linear-gradient(left,#c7f470 26.1%,#a1d83b 126.49%);
	background: -o-linear-gradient(left,#c7f470 26.1%,#a1d83b 126.49%);
	background: linear-gradient(90deg,#c7f470 26.1%,#a1d83b 126.49%)
}

.popup-bottom {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.popup-image {
	position: relative;
	margin: -118px auto 0
}

.popup-image .popup-img {
	max-width: 280px;
	margin: 0 auto;
	display: block
}

.popup-image .popup-image-bg {
	max-width: 252px;
	position: absolute;
	left: -84px;
	bottom: -42px
}

.popup-content {
	width: 50%;
	padding: 18px 56px 39px 0
}

.popup-content h3 {
	width: 100%;
	margin: auto;
	font-family: Roboto,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #414141
}

.form-container {
	width: 380px;
	margin: 0 auto;
	z-index: 2;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 50px rgba(0,0,0,.15);
	box-shadow: 0 10px 50px rgba(0,0,0,.15);
	border-radius: 10px;
	font-family: Roboto,sans-serif
}

.time-block {
	width: 100%;
	padding: 0 28px;
	color: #fff;
	background: #a4d92e
}

.time-title {
	margin: 0 -14px;
	padding: 20px 0 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: .02em
}

.time-remain {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 23px;
	font-weight: 300;
	font-size: 8px;
	line-height: 9px;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-align: center;
	color: #000
}

.time-remain,.time-remain-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.time-remain-items {
	position: relative;
	width: 25%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5px 14px 3px;
	border-radius: 10px;
	z-index: 1
}

.hour,.minutes,.seconds {
	text-transform: uppercase
}

.hour,.minutes,.seconds,.time-dots {
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #fff
}

.form-block {
	background: hsla(0,0%,100%,.7)
}

.form-refund {
	margin: 0 auto;
	max-width: 100%;
	padding: 12px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #414141;
	background: #fff
}

.form-refund img {
	margin: 0 0 -6px
}

.form-refund p {
	padding: 0 0 0 20px
}

.form-title-price {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	padding: 15px 30px 0
}

.old-price {
	color: #a8a8a8;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}

.new-price,.old-price {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 8px 16px 9px
}

.new-price {
	margin: 0 0 0 5px;
	text-align: center;
	letter-spacing: .04em;
	color: #97de43
}

.prize-title {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px
}

.line {
	position: absolute;
	top: 49%;
	right: -5%;
	display: block;
	background: #d2d2d2;
	width: 110%;
	height: 2px;
	-webkit-transform: rotate(-23deg);
	-ms-transform: rotate(-23deg);
	transform: rotate(-23deg)
}

.form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	padding: 12px 30px 0;
	color: #000
}

::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .04em;
	color: #717171
}

:-ms-input-placeholder,::-ms-input-placeholder {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .04em;
	color: #717171
}

::placeholder {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .04em;
	color: #717171
}

.form-input-block {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0 auto
}

.form-input-img {
	position: absolute;
	top: 38%;
	left: 15px
}

.form-input {
	width: 100%;
	border: 1px solid transparent;
	background: hsla(0,0%,100%,.5);
	border-radius: 10px;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .04em;
	color: #717171;
	padding: 20px 20px 20px 50px;
	margin: 6px auto;
	outline: 0
}

.form-input:focus {
	border: 1px solid #444
}

.form-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0;
	font-size: 11px
}

.form-checkbox .checkbox {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	border: 1px solid #5dc9d4;
	background: #fff
}

.form-checkbox a {
	color: inherit;
	-webkit-text-decoration-line: none;
	text-decoration-line: none
}

.form-checkbox a:hover {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.btn-form-buy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Raleway,sans-serif;
	width: 100%;
	padding: 18px 0;
	margin: 8px auto 0;
	background: -webkit-gradient(linear,left top,left bottom,from(#b1e345),to(#64aa11));
	background: -webkit-linear-gradient(top,#b1e345,#64aa11);
	background: -o-linear-gradient(top,#b1e345 0,#64aa11 100%);
	background: linear-gradient(180deg,#b1e345,#64aa11);
	border-radius: 10px;
	border: transparent;
	cursor: pointer;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
	-webkit-transition: all .35s ease;
	-o-transition: all ease .35s;
	transition: all .35s ease
}

.btn-form-buy p {
	margin: 0 10px 0 0
}

.btn-form-buy:hover {
	background: -webkit-gradient(linear,left top,left bottom,from(#64aa11),to(#64aa11));
	background: -webkit-linear-gradient(top,#64aa11,#64aa11);
	background: -o-linear-gradient(top,#64aa11 0,#64aa11 100%);
	background: linear-gradient(180deg,#64aa11,#64aa11)
}

.refund-comment {
	padding: 25px 20px 0;
	text-align: center;
	font-size: 14px;
	letter-spacing: .01em;
	color: #aec232
}

.dron-delivery,.refund-comment {
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase
}

.dron-delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #757575;
	padding: 9px 28px 20px;
	font-size: 12px
}

.dron-delivery p {
	padding: 0 0 0 20px
}

.form-card-pay {
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	background: hsla(0,0%,100%,.5);
	padding: 24px 20px 13px
}

.form-card-pay,.form-card-pay-items {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-card-pay-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0 0
}

.form-card-pay-items img {
	margin: 0 4px
}

.form-card-pay-txt1 {
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #595959
}

.form-card-pay-txt2 {
	font-size: 14px;
	line-height: 16px;
	color: #6f6f6f
}

.form-protect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 0 24px;
	width: 90%;
	margin: 0 auto
}

.welcome {
	background: url(../img/welcome-bg2.png) 50%/auto auto no-repeat,url(../img/welcome-bg.png) top/auto auto no-repeat,#faf6f4;
	background-size: cover;
}

.welcome-head {
	padding: 50px 0 36px
}

.product-logo {
	display: block;
	margin: 0 20px 0 0
}

.welcome-left {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 80px;
	padding-bottom: 30px;
}

.welcome-left-block {
	width: 59%
}

.welcome-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: .02em;
	color: #423c36;
	border-bottom: 1px solid rgba(77,74,90,.15);
	padding: 0 0 20px;
	margin: 0 auto 20px
}

.welcome-list {
	list-style: none;
	font-family: Roboto,sans-serif;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: .02em;
	color: #343434
}

.welcome-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 20px
}

.welcome-list li p {
	width: calc(100% - 20px);
	padding: 0 15px
}

.welcome-right-block {
	position: relative
}

.mark-list {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.welcome .mark-list img {
	width: 84px;
}

.mark-list img {
	margin: -4px 0
}

.welcome-product-img {
	display: block;
	margin: 0 auto;
	max-width: 240px
}

.welcome-button-block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 26px 0 6px
}

.btn-buy {
	width: 360px;
	background: -webkit-gradient(linear,left top,left bottom,from(#b1e345),to(#64aa11));
	background: -webkit-linear-gradient(top,#b1e345,#64aa11);
	background: -o-linear-gradient(top,#b1e345 0,#64aa11 100%);
	background: linear-gradient(180deg,#b1e345,#64aa11);
	border-radius: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	letter-spacing: .02em;
	color: #fff;
	padding: 20px 11px;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all ease .35s;
	transition: all .35s ease
}

.btn-buy:hover {
	background: -webkit-gradient(linear,left top,left bottom,from(#64aa11),to(#64aa11));
	background: -webkit-linear-gradient(top,#64aa11,#64aa11);
	background: -o-linear-gradient(top,#64aa11 0,#64aa11 100%);
	background: linear-gradient(180deg,#64aa11,#64aa11)
}

.welcome-europe-quality {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background: #fff;
	border: 1px solid #7e7e7e;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 10px;
	font-family: Roboto,sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	align-items: center;
	letter-spacing: .04em;
	color: #7e7e7e;
	overflow: hidden
}

.welcome-europe-quality .qurope-icon {
	width: 60px;
	height: 60px;
	border-radius: 7px 0 0 7px;
	background: url(../img/EU-icon.svg) 50%/40px 40px no-repeat,#7e7e7e
}

.welcome-europe-quality p {
	padding: 20px
}

.welcome-right {
	margin: 0 -64px 0 0
}

.welcome-doctor-img {
	margin: 0 auto -5px
}

.warning {
	padding: 70px 0 44px;
	background: #faf6f4;
	text-align: center
}

.warning-container {
	padding: 40px 0 14px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.warning-item {
	width: calc((100% - 40px)/ 3);
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .01em;
	color: #343434
}

.warning-item p {
	padding: 10px 0 30px
}

.warning-bold {
	font-weight: 600
}

.warning-line {
	margin: 26px auto;
	width: 100%;
	height: 5px;
	background: -webkit-gradient(linear,right top,left top,from(rgba(218,21,21,0)),color-stop(55.21%,#da1515),to(rgba(218,21,21,0)));
	background: -webkit-linear-gradient(right,rgba(218,21,21,0),#da1515 55.21%,rgba(218,21,21,0));
	background: -o-linear-gradient(right,rgba(218,21,21,0) 0,#da1515 55.21%,rgba(218,21,21,0) 100%);
	background: linear-gradient(270deg,rgba(218,21,21,0),#da1515 55.21%,rgba(218,21,21,0))
}

.warning-content {
	max-width: 480px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 80px;
	position: relative;
	font-family: Roboto,sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #da1515
}

.warning-content:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 60px;
	height: 60px;
	background: url(../img/warning.svg) 50%/contain no-repeat
}

.risk {
	padding: 70px 0 40px
}

.risk-container {
	padding: 60px 0 0
}

.risk-content2 {
	max-width: 240px
}

.risk-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #97de43;
	border-radius: 10px;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .01em;
	color: #000;
	padding: 10px;
	margin: 0 0 30px
}

.risk-card:before {
	content: "";
	position: absolute;
	top: calc(50% + 30px);
	left: 0;
	width: 100px;
	border: 1px solid #97de43;
	-webkit-transform: translate(-100%,-50%) rotate(-27deg);
	-ms-transform: translate(-100%,-50%) rotate(-27deg);
	transform: translate(-100%,-50%) rotate(-27deg)
}

.risk-card:nth-child(2):before {
	top: 40%;
	-webkit-transform: translate(-100%,-50%) rotate(14deg);
	-ms-transform: translate(-100%,-50%) rotate(14deg);
	transform: translate(-100%,-50%) rotate(14deg)
}

.risk-card:nth-child(3):before {
	width: 160px;
	top: 0;
	left: 8px;
	-webkit-transform: translate(-100%) rotate(32deg);
	-ms-transform: translate(-100%) rotate(32deg);
	transform: translate(-100%) rotate(32deg)
}

.problem {
	padding: 70px 0 0;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(13.02%,#fff),color-stop(47.4%,hsla(0,0%,100%,0))),url(../img/problems-bg.png) 50%/auto auto no-repeat;
	background: -webkit-linear-gradient(top,#fff 13.02%,hsla(0,0%,100%,0) 47.4%),url(../img/problems-bg.png) 50%/auto auto no-repeat;
	background: -o-linear-gradient(top,#fff 13.02%,hsla(0,0%,100%,0) 47.4%),url(../img/problems-bg.png) 50%/auto auto no-repeat;
	background: linear-gradient(180deg,#fff 13.02%,hsla(0,0%,100%,0) 47.4%),url(../img/problems-bg.png) 50%/auto auto no-repeat;
	background-size: cover;
}

.problem .title {
	text-align: left
}

.problem-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.problem-img {
	display: block;
	margin: 0 auto 0 -72px
}

.problem-subtitle {
	padding: 24px 0 15px;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px
}

.problem-content {
	max-width: 540px
}

.how-work {
	padding: 100px 0 60px;
	font-family: Roboto,sans-serif;
	background: url(../img/how-work-bg.png) top/auto auto no-repeat,url(../img/how-work-bg2.png) bottom/auto auto no-repeat,#faf6f4
}

.how-work .title {
	text-align: left;
	color: #343434
}

.how-work-container {
	padding: 40px 0 0
}

.how-work-title-img {
	margin: 0 auto -60px
}

.how-work-container2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	border-radius: 10px;
	padding: 24px 38px;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden
}

.how-work-card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px 0
}

.how-work-card-content {
	padding: 0 0 0 46px
}

.how-work-card-content h4 {
	font-weight: 700;
	font-family: inherit;
	padding: 0 0 8px
}

.super-offer {
	padding: 50px 0 80px;
	background: url(../img/super-offer.png) 50%/auto 100% no-repeat,#faf6f4;
	background-size: cover;
	color: #fff
}

.super-offer .title {
	color: #fff;
	text-align: left
}

.super-offer-content {
	padding: 0 0 0 57%
}

.super-offer-subtitle {
	padding: 23px 0 15px
}

.super-offer-subtitle2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	color: #fff;
	padding: 21px 0 36px
}

.super-offer-btn {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #fff;
	border-radius: 10px;
	padding: 19px 50px;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	letter-spacing: .02em;
	color: #83C126;
}

.super-offer-btn:hover {
	color: #fff;
	background: -webkit-gradient(linear,left top,left bottom,from(#64aa11),to(#64aa11));
	background: -webkit-linear-gradient(top,#64aa11,#64aa11);
	background: -o-linear-gradient(top,#64aa11 0,#64aa11 100%);
	background: linear-gradient(180deg,#64aa11,#64aa11)
}

.experts {
	padding: 70px 0 40px;
	background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.7)),color-stop(34.38%,hsla(0,0%,100%,0))),url(../img/opinion-bg.png) 50%/100% 100% no-repeat;
	background: -webkit-linear-gradient(top,hsla(0,0%,100%,.7),hsla(0,0%,100%,0) 34.38%),url(../img/opinion-bg.png) 50%/100% 100% no-repeat;
	background: -o-linear-gradient(top,hsla(0,0%,100%,.7) 0,hsla(0,0%,100%,0) 34.38%),url(../img/opinion-bg.png) 50%/100% 100% no-repeat;
	background: linear-gradient(180deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,0) 34.38%),url(../img/opinion-bg.png) 50%/100% 100% no-repeat
}

.experts-container {
	padding: 54px 0 0
}

.expert {
	padding: 47px 60px 34px;
	background: url(../img/quotes1.svg) 240px 20px/auto auto no-repeat,url(../img/quotes2.svg) calc(100% - 80px) calc(100% - 20px)/auto auto no-repeat,#fff;
	-webkit-box-shadow: 0 10px 50px rgba(0,0,0,.1);
	box-shadow: 0 10px 50px rgba(0,0,0,.1);
	border-radius: 10px;
	margin: 0 auto 30px
}

.expert-image {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #343434
}

.expert-image p {
	padding: 21px 0 0
}

.expert-content {
	padding: 0 0 0 20px
}

.name {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px
}

.results {
	padding: 70px 0;
	text-align: center;
	background: url(../img/results-bg.png) 50%/auto auto no-repeat,-webkit-linear-gradient(308deg,#faf4ef 23.34%,#e8d9ce 62.92%);
	background: url(../img/results-bg.png) 50%/auto auto no-repeat,-o-linear-gradient(308deg,#faf4ef 23.34%,#e8d9ce 62.92%);
	background: url(../img/results-bg.png) 50%/auto auto no-repeat,linear-gradient(142deg,#faf4ef 23.34%,#e8d9ce 62.92%)
}

.results-container {
	max-width: 940px;
	margin: 0 auto;
	padding: 50px 0 0;
	text-align: left
}

.results-subtitle-left {
	max-width: calc(50% - 10px)
}

.results-subtitle-right {
	max-width: calc(50% - 10px);
	padding: 20px 30px;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: .01em;
	color: #414141
}

.results-container2,.results-subtitle-right {
	background: #fff;
	-webkit-box-shadow: 0 10px 50px rgba(0,0,0,.1);
	box-shadow: 0 10px 50px rgba(0,0,0,.1);
	border-radius: 10px
}

.results-container2 {
	max-width: 940px;
	padding: 35px 54px;
	margin: 50px auto 0
}

.result-others {
	width: calc(50% - 10px);
	text-align: center
}

.result-others h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #343434;
	padding: 0 0 27px
}

.result-others .graph-inner {
	width: 22%;
	height: 30px;
	background: #d0d0d0;
	border-radius: 100px
}

.result-others .graph33 {
	width: 33%
}

.result-others .graph39 {
	width: 39%
}

.result-others .graph46 {
	width: 46%
}

.result-slim4vit {
	width: calc(50% - 10px);
	text-align: center
}

.result-slim4vit h2 {
	font-weight: 700;
	line-height: 23px;
	color: #343434;
	padding: 0 0 27px
}

.result-slim4vit img {
	width: 260px;
	display: block;
	margin: 0 auto 27px
}

.result-slim4vit .graph-inner {
	width: 100%;
	height: 30px;
	background: -webkit-gradient(linear,left top,right top,from(#a1d83b),color-stop(128.5%,rgba(165,219,61,0)));
	background: -webkit-linear-gradient(left,#a1d83b,rgba(165,219,61,0) 128.5%);
	background: -o-linear-gradient(left,#a1d83b 0,rgba(165,219,61,0) 128.5%);
	background: linear-gradient(90deg,#a1d83b,rgba(165,219,61,0) 128.5%);
	border-radius: 100px
}

.result-slim4vit .graph94 {
	width: 94%
}

.result-slim4vit .graph89 {
	width: 89%
}

.result-slim4vit .graph96 {
	width: 96%
}

.graph {
	padding: 8.5px 0;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px
}

.graph-border {
	background: #ededed;
	border-radius: 100px;
	overflow: hidden;
	margin: 0 0 12px
}

.comments {
	padding: 70px 0;
	background: -webkit-linear-gradient(339.49deg,#fffdfc,#f8f2ed);
	background: -o-linear-gradient(339.49deg,#fffdfc 0,#f8f2ed 100%);
	background: linear-gradient(110.51deg,#fffdfc,#f8f2ed)
}

.comments-container {
	padding: 50px 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 1
}

.comment {
	margin: 0 0 20px;
	max-width: calc(50% - 10px);
	background: #fff;
	-webkit-box-shadow: 0 10px 50px rgba(0,0,0,.1);
	box-shadow: 0 10px 50px rgba(0,0,0,.1);
	border-radius: 15px;
	overflow: hidden;
	height: 960px
}

.comment img {
	width: 100%;
	margin: 0 auto -6px
}

.comment .comment-name {
	padding: 20px;
	background: #f3deca;
	font-weight: 700;
	color: #343434
}

.comment .comment-content {
	padding: 20px
}

.comment:first-child,.comment:nth-child(2) {
	height: 870px
}

.comments-mobile-container {
	display: none
}

.swiper-button-next,.swiper-button-prev {
	width: 33px;
	height: 33px;
	background: #ededed;
	border-radius: 50%;
	outline: 0
}

.swiper-button-next:hover,.swiper-button-prev:hover {
	background: -webkit-gradient(linear,left top,right top,from(#b19d86),to(#c9b197));
	background: -webkit-linear-gradient(left,#b19d86,#c9b197);
	background: -o-linear-gradient(left,#b19d86 0,#c9b197 100%);
	background: linear-gradient(90deg,#b19d86,#c9b197)
}

.swiper-button-prev {
	left: 0
}

.swiper-button-next {
	right: 0
}

.swiper-button-next:after,.swiper-button-prev:after {
	font-size: 16px;
	width: 6px;
	height: 14px;
	color: #423c36
}

.faq {
	padding: 70px 0 0;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(32.81%,#fbf6f3),to(hsla(0,0%,100%,0))),url(../img/faq-bg.png) 50%/100% 100% no-repeat;
	background: -webkit-linear-gradient(top,#fbf6f3 32.81%,hsla(0,0%,100%,0)),url(../img/faq-bg.png) 50%/100% 100% no-repeat;
	background: -o-linear-gradient(top,#fbf6f3 32.81%,hsla(0,0%,100%,0) 100%),url(../img/faq-bg.png) 50%/100% 100% no-repeat;
	background: linear-gradient(180deg,#fbf6f3 32.81%,hsla(0,0%,100%,0)),url(../img/faq-bg.png) 50%/100% 100% no-repeat
}

.faq .title {
	text-align: left;
	color: #343434
}

.faq-container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.faq-content {
	position: relative;
	z-index: 1
}

.faq-card-container {
	margin: 32px 0 68px;
	max-width: 620px
}

.faq-card {
	padding: 20px;
	margin: 0 0 10px;
	background: hsla(0,0%,100%,.8);
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,.1);
	box-shadow: 0 5px 8px rgba(0,0,0,.1);
	border-radius: 10px
}

.faq-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 20px;
	cursor: pointer
}

.faq-title h3 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.faq-title-active {
	color: #9E5500;
}

.faq-title h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	max-width: calc(100% - 88px)
}

.faq-title .icon-down {
	-webkit-transition: all .45s ease;
	-o-transition: all ease .45s;
	transition: all .45s ease;
	outline: 0;
	cursor: pointer;
	padding: 0 10px
}

.faq-title .icon-up {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1)
}

.faq-title .icon-up path {
	fill: #9e5500
}

.faq-card-disable {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	padding: 0;
	-webkit-transition: all .35s linear;
	-o-transition: all linear .35s;
	transition: all .35s linear;
	color: gray
}

.faq-card-bg-active {
	background: #fff
}

.faq-card-active {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	overflow: none;
	visibility: visible;
	padding: 20px 0 0
}

.faq-title-active {
	color: #9e5500;
	padding: 0 0 20px 20px;
	border-bottom: 1px solid rgba(77,74,90,.15)
}

.faq-img {
	margin: 0 -87px 0 -124px
}

.how-order .title {
	text-align: left
}

.how-order-color {
	padding: 60px 0;
	width: 50%;
	background: #fdf9f7
}

.how-order-color .how-order-subtitle {
	padding: 86px 0 27px
}

.how-order-white {
	padding: 46px 0;
	width: 50%
}

.how-order-content-left {
	margin: 0 0 0 auto;
	max-width: 470px
}

.how-order-content-right {
	margin: 0 auto 0 0;
	max-width: 470px;
	padding: 0 0 0 70px
}

.how-order-subtitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	color: #414141;
	padding: 37px 0 27px
}

.how-order-card {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 11px 0
}

.how-order-card img {
	margin: 0 -50px 0 0
}

.how-order-card-content {
	height: 100px;
	padding: 0 30px 0 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: -webkit-gradient(linear,right top,left top,from(#fff),to(hsla(0,0%,100%,0)));
	background: -webkit-linear-gradient(right,#fff,hsla(0,0%,100%,0));
	background: -o-linear-gradient(right,#fff 0,hsla(0,0%,100%,0) 100%);
	background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0));
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #414141
}

.background-none {
	background: 0 0
}

.how-order-tabs {
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	border-radius: 10px;
	color: #464646;
	padding: 26px 30px;
	max-width: 100%
}

.how-order-list {
	list-style: none
}

.how-order-list li {
	position: relative;
	padding: 0 0 20px 36px
}

.how-order-list li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../img/how-order-icon.svg) 50%/contain no-repeat
}

.delivers-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 12px 0 0;
	max-width: 80%
}

.delivers-container img {
	margin: 0 auto 20px
}

.anonymity {
	padding: 16px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.anonymity img {
	width: 60px
}

.anonymity p {
	padding: 0 0 0 20px
}

.form-section {
	padding: 50px 0 0;
	overflow: hidden;
	background: url(../img/welcome-bottom-bg.png) 50%/auto auto no-repeat,url(../img/welcome-bg-bottom.png) 50%/auto auto no-repeat;
	background-size: cover;
}

.form-section .welcome-container {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-section .welcome-title {
	margin: 0 0 30px;
	padding: 32px 0 15px;
	max-width: 380px
}

.form-section .mark-list {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: calc(50% - 180px);
	top: 70%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.form-section .mark-list img {
	width: 84px
}

.country-img {
	width: 15px;
	height: 15px;
}

.form-section .welcome-list li div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 2px solid #423c36
}

.form-section .welcome-list li .icon2 {
	margin: -4px 0 0 auto
}

.form-section .welcome-list li .icon3 {
	margin: 0 0 -4px auto
}

.form-section .product-img {
	max-width: 100%
}

.welcome-bottom-img {
	margin: -32px -44px 0 -98px
}

.footer {
	background: #dcdcdc;
	color: #7a7a7a;
	padding: 31px 0 23px
}

.footer .copyright {
	color: #878787;
	padding: 21px 0 0
}

.footer .copyright span {
	color: inherit
}

.footer-content {
	max-width: 55%;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.footer-image {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.opacity0 {
	opacity: 0
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-delay02 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.animation-delay03 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.animation-delay04 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.animation-delay05 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.animation-delay06 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.animation-delay07 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.animation-delay08 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.animation-delay09 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

.animation-delay10 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animation-delay11 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}

.animation-delay12 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.animation-delay14 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}

.animation-delay16 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}

@-webkit-keyframes a {
	0% {
			opacity: 0;
			-webkit-transform: translate3d(0,100%,0);
			transform: translate3d(0,100%,0)
	}

	to {
			opacity: 1;
			-webkit-transform: translateZ(0);
			transform: translateZ(0)
	}
}

@keyframes a {
	0% {
			opacity: 0;
			-webkit-transform: translate3d(0,100%,0);
			transform: translate3d(0,100%,0)
	}

	to {
			opacity: 1;
			-webkit-transform: translateZ(0);
			transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: a;
	animation-name: a
}

@-webkit-keyframes b {
	0% {
			opacity: 0;
			-webkit-transform: scale3d(.3,.3,.3);
			transform: scale3d(.3,.3,.3)
	}

	to {
			opacity: 1
	}
}

@keyframes b {
	0% {
			opacity: 0;
			-webkit-transform: scale3d(.3,.3,.3);
			transform: scale3d(.3,.3,.3)
	}

	to {
			opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: b;
	animation-name: b
}

@-webkit-keyframes c {
	0% {
			opacity: 0
	}

	to {
			opacity: 1
	}
}

@keyframes c {
	0% {
			opacity: 0
	}

	to {
			opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: c;
	animation-name: c
}

@-webkit-keyframes d {
	0% {
			-webkit-transform: translate3d(-100%,0,0);
			transform: translate3d(-100%,0,0);
			visibility: visible
	}

	to {
			-webkit-transform: translateZ(0);
			transform: translateZ(0)
	}
}

@keyframes d {
	0% {
			-webkit-transform: translate3d(-100%,0,0);
			transform: translate3d(-100%,0,0);
			visibility: visible
	}

	to {
			-webkit-transform: translateZ(0);
			transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: d;
	animation-name: d
}

@-webkit-keyframes e {
	0% {
			-webkit-transform: translate3d(100%,0,0);
			transform: translate3d(100%,0,0);
			visibility: visible
	}

	to {
			-webkit-transform: translateZ(0);
			transform: translateZ(0)
	}
}

@keyframes e {
	0% {
			-webkit-transform: translate3d(100%,0,0);
			transform: translate3d(100%,0,0);
			visibility: visible
	}

	to {
			-webkit-transform: translateZ(0);
			transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: e;
	animation-name: e
}

@-webkit-keyframes f {
	0% {
			-webkit-transform: scaleX(1);
			transform: scaleX(1)
	}

	50% {
			-webkit-transform: scale3d(1.16,1.16,1.16);
			transform: scale3d(1.16,1.16,1.16)
	}

	to {
			-webkit-transform: scaleX(1);
			transform: scaleX(1)
	}
}

@keyframes f {
	0% {
			-webkit-transform: scaleX(1);
			transform: scaleX(1)
	}

	50% {
			-webkit-transform: scale3d(1.16,1.16,1.16);
			transform: scale3d(1.16,1.16,1.16)
	}

	to {
			-webkit-transform: scaleX(1);
			transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: f;
	animation-name: f
}

@-webkit-keyframes g {
	0% {
			-webkit-transform: perspective(400px) rotateX(90deg);
			transform: perspective(400px) rotateX(90deg);
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
			opacity: 0
	}

	40% {
			-webkit-transform: perspective(400px) rotateX(-20deg);
			transform: perspective(400px) rotateX(-20deg);
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in
	}

	60% {
			-webkit-transform: perspective(400px) rotateX(10deg);
			transform: perspective(400px) rotateX(10deg);
			opacity: 1
	}

	80% {
			-webkit-transform: perspective(400px) rotateX(-5deg);
			transform: perspective(400px) rotateX(-5deg)
	}

	to {
			-webkit-transform: perspective(400px);
			transform: perspective(400px);
			opacity: 1
	}
}

@keyframes g {
	0% {
			-webkit-transform: perspective(400px) rotateX(90deg);
			transform: perspective(400px) rotateX(90deg);
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
			opacity: 0
	}

	40% {
			-webkit-transform: perspective(400px) rotateX(-20deg);
			transform: perspective(400px) rotateX(-20deg);
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in
	}

	60% {
			-webkit-transform: perspective(400px) rotateX(10deg);
			transform: perspective(400px) rotateX(10deg);
			opacity: 1
	}

	80% {
			-webkit-transform: perspective(400px) rotateX(-5deg);
			transform: perspective(400px) rotateX(-5deg)
	}

	to {
			-webkit-transform: perspective(400px);
			transform: perspective(400px);
			opacity: 1
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: g;
	animation-name: g;
	-webkit-animation-duration: 1.45s;
	animation-duration: 1.45s
}

@media screen and (max-width: 1020px) {
	.container {
			padding:0 20px
	}

	.title {
			font-size: 34px;
			line-height: 40px
	}

	.form-container {
			width: 340px
	}

	.discount-bg {
			top: -9px
	}

	.form {
			padding: 12px 20px 0
	}

	.btn-form-buy {
			font-size: 18px
	}

	.refund-comment {
			font-size: 13px;
			line-height: 18px
	}

	.form-card-pay-txt1 {
			margin: 0 -6px
	}

	.welcome {
			padding: 0 0 37px;
			background: url(../img/welcome-bg2-tablet.png) 50%/auto auto no-repeat,url(../img/welcome-bg.png) top/auto 100% no-repeat,#faf6f4
	}

	.welcome-container {
			-ms-flex-pack: distribute;
			justify-content: space-around;
			position: relative;
			z-index: 1
	}

	.welcome-left-block {
			width: 55%
	}

	.welcome-right-block {
			margin: -108px 0 0;
			width: 45%
	}

	.welcome-right {
			display: none
	}

	.welcome-product-img {
			max-width: 340px
	}

	.mark-list {
			right: 80%;
			top: 75%
	}

	.mark-list img {
			width: 68px;
			margin: -4px 0
	}

	.welcome-button-block {
			-ms-flex-pack: distribute;
			justify-content: space-around
	}

	.problem {
			padding: 50px 0
	}

	.problem-subtitle {
			padding: 10px 0 20px;
			font-size: 22px;
			line-height: 26px
	}

	.problem-img {
			max-width: 280px;
			margin: 0 auto
	}

	.risk-container {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column
	}

	.risk-content2 {
			max-width: 100%;
			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-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start
	}

	.risk-card {
			width: calc((100% - 20px)/ 3);
			font-size: 20px;
			line-height: 23px
	}

	.risk-card p {
			padding: 0 60px 0 24px
	}

	.risk-img {
			margin: 0 auto 0 -100px
	}

	.risk-card:before,.risk-card:nth-child(2):before,.risk-card:nth-child(3):before {
			border: none
	}

	.warning {
			padding: 50px 0 30px
	}

	.warning-container {
			padding: 30px 0 20px
	}

	.warning-item {
			width: 33.33333%;
			font-size: 14px;
			line-height: 17px
	}

	.warning-item img {
			max-width: calc(100% - 16px)
	}

	.warning-item p {
			padding: 5px 0 25px
	}

	.how-work {
			padding: 70px 0;
			background: url(../img/how-work-bg2-tablet.png) bottom/auto auto no-repeat,url(../img/how-work-bg.png) top/auto 649px no-repeat,#faf6f4
	}

	.how-work-title-img {
			margin: 50px -115px -50px 0
	}

	.super-offer {
			padding: 36px 0 92px;
			background-image: url(../img/super-offer-tablet.png);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: left center;
	}

	.super-offer-content {
			padding: 0 0 0 50%
	}

	.super-offer-subtitle {
			padding: 17px 0 25px;
			font-size: 26px;
			line-height: 40px
	}

	.super-offer-subtitle2 {
			font-size: 22px;
			line-height: 29px;
			padding: 31px 0 36px;
			text-align: center;
	}

	.super-offer-btn {
			padding: 19px 41px
	}

	.experts {
			padding: 50px 0;
			background: url(../img/opinion-bg1-tablet.png) 50%/100% 100% no-repeat
	}

	.experts-container {
			padding: 40px 0 0
	}

	.results {
			background: url(../img/research-bg-tablet.png) 50%/auto auto no-repeat,-webkit-linear-gradient(308deg,#faf4ef 23.34%,#e8d9ce 62.92%);
			background: url(../img/research-bg-tablet.png) 50%/auto auto no-repeat,-o-linear-gradient(308deg,#faf4ef 23.34%,#e8d9ce 62.92%);
			background: url(../img/research-bg-tablet.png) 50%/auto auto no-repeat,linear-gradient(142deg,#faf4ef 23.34%,#e8d9ce 62.92%);
			padding: 60px 0 70px
	}

	.comments {
			padding: 60px 0
	}

	.comments-container {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between
	}

	.comment {
			height: 1040px;
			max-width: calc(50% - 10px)
	}

	.comment img {
			width: 100%
	}

	.comment:first-child,.comment:nth-child(2) {
			height: 920px
	}

	.faq {
			padding: 60px 0 0
	}

	.faq .title {
			margin: 0 -58px 0 0
	}

	.faq-container {
			padding: 0;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end
	}

	.faq-card-container {
			width: 440px;
			margin: 40px 0 60px
	}

	.faq-title h3 {
			max-width: calc(100% - 44px)
	}

	.faq-card-active {
			padding: 15px 0 0
	}

	.faq-title-active {
			padding: 0 0 16px
	}

	.faq-img {
			margin: 0 auto -4px -204px
	}

	.how-order-color {
			padding: 60px 0 70px 30px
	}

	.how-order-color .how-order-subtitle {
			padding: 23px 0 27px
	}

	.how-order-white {
			padding: 31px 30px 40px 0
	}

	.how-order-content-right {
			padding: 0 0 0 30px
	}

	.how-order-content-right .how-order-subtitle {
			padding: 37px 0 19px
	}

	.how-order-subtitle {
			font-size: 18px;
			line-height: 21px;
			padding: 0 0 19px
	}

	.delivers-container {
			max-width: 100%
	}

	.how-order-tabs {
			font-size: 14px;
			line-height: 16px
	}

	.anonymity {
			font-weight: 300;
			font-size: 14px;
			line-height: 20px
	}

	.form-section {
			padding: 60px 0 0;
			background: url(../img/welcome-bg-bottom-tablet.png) 50%/auto auto no-repeat,url(../img/welcome-bg-bottom.png) 50%/auto 100% no-repeat
	}

	.form-section .welcome-right {
			display: block;
			margin: 0
	}

	.form-section .welcome-right-block {
			margin: 0 auto;
			width: 100%
	}
}

@media screen and (max-width: 767px) {
	body {
			font-size:16px;
			line-height: 21px;
			letter-spacing: .01em
	}

	.title {
			font-size: 25px;
			line-height: 28px
	}

	.flex-container {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column
	}

	.show-for-mobile {
			display: block
	}

	.popup-flex-container {
			-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;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
	}

	.popup {
			width: 320px;
			overflow: scroll
	}

	.popup .form-title-price {
			display: none
	}

	.popup .btn-form-buy {
			width: 100%;
			font-size: 16px;
			line-height: 21px;
			margin: 8px auto 12px
	}

	.popup-bg1 {
			max-width: 58px;
			top: 42%;
			left: 18%
	}

	.popup-bg2 {
			max-width: 68px;
			bottom: 17%;
			left: 9%
	}

	.popup-bg3 {
			max-width: 56px;
			top: 17%;
			right: 2%
	}

	.popup-title {
			padding: 42px 20px 23px;
			font-size: 30px;
			line-height: 30px;
			letter-spacing: .02em;
			text-align: left
	}

	.popup-bottom {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column
	}

	.popup-image {
			padding: 0 20px;
			margin: 10px auto
	}

	.popup-image img {
			width: auto;
			max-height: 220px
	}

	.popup-image .popup-image-bg {
			max-width: 140px;
			left: -24px;
			bottom: -12px
	}

	.popup-content {
			width: 100%;
			padding: 0 18px 18px
	}

	.popup-content h3 {
			padding: 12px 0 0;
			font-size: 24px;
			text-align: center
	}

	.form-container {
			width: 100%
	}

	.welcome {
			padding: 0 0 47px;
			background: url(../img/welcome-bg2-mobile.png) 50%/auto auto no-repeat,url(../img/welcome-bg-mobile.png) top/cover repeat
	}

	.welcome-head {
			padding: 20px 0 37px
	}

	.welcome-head h1 {
			font-size: 14px;
			line-height: 17px
	}

	.product-logo {
			width: 200px
	}

	.welcome-left {
			margin: 0 auto
	}

	.welcome-title {
			padding: 0 0 29px;
			margin: 0 auto 30px;
			font-size: 30px;
			line-height: 30px
	}

	.welcome-left-block,.welcome-right-block {
			width: 100%;
			margin: 0 auto
	}

	.welcome-button-block {
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse
	}

	.welcome-right {
			display: none
	}

	.mark-list {
			padding: 24px 0;
			right: calc(50% - 160px)
	}

	.welcome-europe-quality {
			margin: 0 auto 20px;
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content
	}

	.btn-buy {
			width: 100%;
			padding: 18px 16px
	}

	.problem {
			padding: 45px 0;
			background: -webkit-gradient(linear,left top,left bottom,color-stop(13.02%,#fff),color-stop(47.4%,hsla(0,0%,100%,0))),url(../img/problems-bg-mobile.png) 50%/cover no-repeat;
			background: -webkit-linear-gradient(top,#fff 13.02%,hsla(0,0%,100%,0) 47.4%),url(../img/problems-bg-mobile.png) 50%/cover no-repeat;
			background: -o-linear-gradient(top,#fff 13.02%,hsla(0,0%,100%,0) 47.4%),url(../img/problems-bg-mobile.png) 50%/cover no-repeat;
			background: linear-gradient(180deg,#fff 13.02%,hsla(0,0%,100%,0) 47.4%),url(../img/problems-bg-mobile.png) 50%/cover no-repeat
	}

	.problem-subtitle {
			padding: 20px 0;
			font-size: 18px;
			line-height: 21px
	}

	.problem-container {
			padding: 0;
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse
	}

	.problem-list {
			padding: 0 0 30px
	}

	.problem-img {
			display: block;
			margin: 0 auto
	}

	.problem-content {
			max-width: 100%
	}

	.risk {
			padding: 45px 0
	}

	.risk .title {
			text-align: center
	}

	.risk-container {
			padding: 30px 0 0
	}

	.risk-left-block {
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
	}

	.risk-content {
			width: 100%;
			position: relative;
			z-index: 1
	}

	.risk-content2 {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column
	}

	.risk-card {
			width: 100%;
			margin: 0 0 16px;
			font-size: medium
	}

	.risk-img {
			margin: 0 auto 0 -50%
	}

	.warning {
			padding: 30px 0
	}

	.warning-container {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			padding: 30px 0 0
	}

	.warning-item {
			width: 50%
	}

	.warning-item img {
			max-width: calc(100% - 10px)
	}

	.warning-content:before {
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%)
	}

	.how-work {
			padding: 50px 0
	}

	.how-work-container {
			padding: 30px 0 0
	}

	.how-work-title {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			padding: 0 0 18px
	}

	.how-work-title br {
			display: none
	}

	.how-work-subtitle {
			font-size: 14px;
			line-height: 22px;
			padding: 10px 0 0
	}

	.how-work-title-img {
			max-width: 100%;
			margin: 0 auto -28px
	}

	.how-work-container2 {
			padding: 40px 20px
	}

	.how-work-card-content {
			padding: 17px 0 0
	}

	.how-work-image {
			width: 100%;
			padding: 27px 0 24px;
			margin: 0 auto 24px
	}

	.super-offer {
			padding: 20px 0;
			min-height: 600px;
			background: url(../img/super-offer-mobile.png);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center bottom;
	}

	.super-offer-content {
			padding: 0
	}

	.super-offer-content .title,
	.super-offer-subtitle {
		text-align: center;
	}

	.super-offer-btn {
			margin: 0 auto
	}

	.experts {
			padding: 44px 0;
			background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.7)),color-stop(34.38%,hsla(0,0%,100%,0))),url(../img/opinion-bg-mobile.png) 50%/cover no-repeat;
			background: -webkit-linear-gradient(top,hsla(0,0%,100%,.7),hsla(0,0%,100%,0) 34.38%),url(../img/opinion-bg-mobile.png) 50%/cover no-repeat;
			background: -o-linear-gradient(top,hsla(0,0%,100%,.7) 0,hsla(0,0%,100%,0) 34.38%),url(../img/opinion-bg-mobile.png) 50%/cover no-repeat;
			background: linear-gradient(180deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,0) 34.38%),url(../img/opinion-bg-mobile.png) 50%/cover no-repeat
	}

	.expert {
			padding: 30px 20px;
			background: url(../img/quotes1.svg) 20px calc(0% + 260px)/44px 40px no-repeat,url(../img/quotes2.svg) calc(100% - 20px) calc(100% - 20px)/44px 40px no-repeat,#fff
	}

	.expert-image {
			width: 100%;
			padding: 0 0 8px;
			font-size: 16px;
			line-height: 19px;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start
	}

	.expert-image img {
			display: block;
			margin: 0 auto
	}

	.expert-image div {
			padding: 18px 0
	}

	.expert-image p {
			padding: 15px 0 20px
	}

	.expert-content {
			padding: 0
	}

	.components {
			padding: 47px 0 67px;
			background: 0 0
	}

	.components-container {
			padding: 30px 0 20px;
			font-size: inherit;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
	}

	.component {
			max-width: 360px
	}

	.component .arrow1,.component .arrow2,.component .arrow3,.component .arrow4 {
			display: none
	}

	.components-middle {
			height: -webkit-fit-content;
			height: -moz-fit-content;
			height: fit-content
	}

	.results {
			padding: 52px 0 80px
	}

	.results .title {
			padding: 0
	}

	.results-title {
			max-width: 100%;
			padding: 0 0 31px
	}

	.results-title p {
			font-size: 16px
	}

	.results-subtitle {
			font-size: 14px;
			line-height: 22px
	}

	.results-container {
			padding: 40px 0 0
	}

	.results-subtitle-left {
			max-width: 100%;
			padding: 0 0 20px
	}

	.results-subtitle-right {
			max-width: 100%;
			padding: 20px 30px;
			font-weight: 500;
			font-size: medium;
			line-height: normal
	}

	.result-slim4vit h2 {
		padding-top: 20px;
	}

	.resuts-card {
			max-width: 100%;
			font-size: 16px;
			line-height: 22px
	}

	.results-container2 {
			margin: 40px auto 0;
			padding: 25px 30px
	}

	.result-others,.result-slim4vit {
			width: 100%
	}

	.result-slim4vit img {
			margin: 50px auto 3px
	}

	.comments {
			padding: 50px 0
	}

	.comments-subtitle {
			padding: 14px 0 0;
			font-size: 14px;
			line-height: 22px
	}

	.comment {
			margin: 0 auto;
			height: -webkit-fit-content;
			height: -moz-fit-content;
			height: fit-content;
			max-width: 100%;
			-webkit-box-shadow: none;
			box-shadow: none
	}

	.comment h4 {
			padding: 0;
			font-size: 14px;
			line-height: 22px
	}

	.comment:first-child,.comment:nth-child(2) {
			height: -webkit-fit-content;
			height: -moz-fit-content;
			height: fit-content
	}

	.faq {
			background: url(../img/faq-bg-mobile.png) 50%/100% 100% no-repeat;
			padding: 50px 0 0
	}

	.faq .title {
			margin: 0 auto
	}

	.faq-container {
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
	}

	.faq-card-container {
			width: 100%;
			margin: 30px auto 67px
	}

	.faq-title h3 {
			font-size: 16px;
			line-height: 19px
	}

	.faq-img {
			margin: 0 auto -4px
	}

	.how-order-color {
			padding: 60px 0;
			width: 100%
	}

	.how-order-white {
			padding: 46px 0;
			width: 100%
	}

	.how-order-content-left {
			max-width: 100%;
			padding: 0 0 0 20px
	}

	.how-order-content-right {
			max-width: 100%;
			padding: 0 20px
	}

	.delivers-container {
			max-width: 346px;
			margin: 0 auto
	}

	.form-section {
			padding: 34px 0 50px;
			background: url(../img/welcome-bottom-bg-mobile.png) 50%/auto auto no-repeat,url(../img/welcome-bg-bottom.png) 50%/auto 100% no-repeat
	}

	.form-section .mark-list {
			top: 60%
	}

	.form-section .mark-list img {
			width: 68px
	}

	.form-section .welcome-right {
			width: 100%;
			margin: -86px auto 0
	}

	.time-title {
			margin: 0 -14px;
			padding: 78px 0 16px
	}

	.discount-bg {
			right: 58px
	}

	.time-remain {
			width: calc(100% - 40px)
	}

	.form-refund {
			max-width: 100%
	}

	.form-refund img {
			width: 45px
	}

	.form-title-price {
			padding: 60px 20px 0
	}

	.form {
			padding: 12px 20px 0
	}

	.refund-comment {
			font-size: 13px;
			line-height: 18px
	}

	.form-card-pay-txt1 {
			font-size: 12px
	}

	.footer-content {
			max-width: 100%;
			font-size: 13px;
			line-height: 18px
	}

	.footer-image {
			width: 100%;
			padding: 24px 0 0
	}
}

@media screen and (max-width: 480px) {
	.expert-image img {
			width:100%
	}
}

@media screen and (max-width: 360px) {
	.title {
			font-size:21px;
			line-height: 28px
	}

	.welcome-head h1 {
			display: none
	}

	.product-logo {
			margin: 0 auto
	}

	.welcome-title {
			font-size: 20px;
			line-height: 25px;
			margin: 0 auto 11px
	}

	.welcome-list {
			font-size: 16px;
			line-height: 19px
	}

	.welcome-list li {
			padding: 0 0 7px
	}

	.welcome-product-img {
			max-width: 100%
	}

	.btn-buy {
			font-size: 18px;
			line-height: 21px;
			padding: 16px 11px
	}

	.warning-content {
			font-size: 16px;
			line-height: 19px
	}

	.risk-card {
			font-size: 12px;
			line-height: 16px
	}

	.risk-card p {
			padding: 0 12px
	}

	.risk-card img {
			width: 130px
	}

	.risk-img {
			height: 668px
	}

	.problem {
			padding: 26px 0 0;
			font-size: 14px
	}

	.problem-subtitle {
			padding: 5px 0 20px;
			font-size: 14px;
			line-height: 20px
	}

	.problem-chart {
			margin: 0 10px;
			width: 90px;
			height: 90px;
			background: url(../img/problems-icon2.svg) 50%/contain no-repeat;
			font-size: 24px;
			line-height: 24px
	}

	.problem-img {
			max-width: 100%
	}

	.how-work-container2 {
			font-size: 14px;
			line-height: 22px
	}

	.how-work-image {
			background: url(../img/how-work-product-bg.png) 50%/280px 280px no-repeat
	}

	.how-work-image img {
			width: 280px
	}

	.expert {
			padding: 16px;
			background: url(../img/quotes1.svg) 20px calc(0% + 200px)/44px 40px no-repeat,url(../img/quotes2.svg) calc(100% - 20px) calc(100% - 20px)/44px 40px no-repeat,#fff
	}

	.expert-image {
			font-size: 14px;
			line-height: 22px
	}

	.expert-image div {
			padding: 20px 0 0
	}

	.expert-image img {
			width: 100%
	}

	.expert-image h5 {
			font-size: 25px;
			line-height: 29px
	}

	.super-offer-btn {
			font-size: 18px;
			line-height: 21px;
			padding: 19px
	}

	.results {
			padding: 37px 0
	}

	.results-subtitle {
			font-size: 12px;
			line-height: 20px
	}

	.results-subtitle-right {
			padding: 20px 15px
	}

	.results-container2 {
			margin: 50px -20px 0
	}

	.resuts-card {
			font-size: 14px;
			line-height: 20px
	}

	.result-slim4vit img {
			width: 100%;
			margin: 30px auto 3px
	}

	.faq {
			font-size: 12px;
			line-height: 20px
	}

	.faq-title h3 {
			font-size: 14px;
			line-height: 16px
	}

	.faq-card-container {
			width: 100%
	}

	.faq-card-active {
			padding: 15px 25px
	}

	.faq-img {
			width: calc(100% + 40px);
			margin: 0 -20px -4px
	}

	.how-order {
			padding: 30px 0 0
	}

	.how-order-color {
			padding: 0 0 40px
	}

	.how-order-white {
			padding: 0 0 26px
	}

	.how-order-subtitle {
			font-size: 18px;
			line-height: 21px;
			padding: 32px 0 19px
	}

	.form-section .container {
			padding: 0
	}

	.form-section .welcome-left {
			padding: 0 20px
	}

	.form-section .flower-bg1 {
			width: 511px;
			height: 500px;
			opacity: .6;
			top: -338px;
			left: -367px
	}

	.form-section .product-img {
			max-width: 100%
	}

	.form-section .mark-list {
			right: 0
	}

	.form-refund img {
			width: 35px
	}

	.time-title {
			font-size: 16px;
			line-height: 19px
	}

	.refund-comment {
			font-size: 12px
	}

	.form-card-pay-txt1 {
			font-size: 11px;
			line-height: 13px
	}

	.footer-image img {
			width: 40%
	}
}

.form-checkbox {
	align-items: center;
	display: grid;
	grid-template-columns: min-content auto;
	column-gap: 10px;
	padding: 0;
	justify-content: center;
	margin: 14px 0 12px;
}

.form-checkbox-text {
	color: #a8a8a8;
	font-size: 14px;
}

.form-checkbox-link {
	font-weight: 600;
}

.checkbox {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
