body {
	font-family: 'Montserrat', sans-serif;
	color: #2c2c2c;
	background: #b8def5;
	font-size: 20px;
	line-height: 126%;
	overflow-x: hidden;
}

@media screen and (max-width: 480px) {
	body {
		font-size: 16px;
	}
}

p {
	margin-bottom: 15px;
}

p strong,
p b,
p span {
	font-weight: 700px;
	color: #1d83c1;
}

p:last-child {
	margin-bottom: 0;
}

.btn {
	position: relative;
	display: inline-flex;
	border: none;
	background: transparent;
	padding: 0;
}

.btn-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 5px 30px;
	background: #2e45b1;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	z-index: 3;
	transition: all 0.3s ease;
}

.btn-bg {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	height: 100%;
	width: calc(100% - 4px);
	background: #323e73;
	z-index: 2;
	border-radius: 5px;
	transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover .btn-inner {
	background: #293d9d;
}

.btn:hover .btn-bg {
	background: #2a3461;
}

.btn--blue .btn-inner {
	background: #317dab;
}

.btn--blue .btn-bg {
	background: #1d71a3;
}

.btn--blue:hover .btn-inner {
	background: #2b6f97;
}

.btn--blue:hover .btn-bg {
	background: #19628d;
}

.btn-wrapper {
	display: flex;
	justify-content: center;
}

.container {
	max-width: 1260px;
	margin: 0 auto;
	width: 100%;
	padding: 0 25px;
}

.section-header {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 45px;
}

.section-header span,
.section-header strong,
.section-header b {
	color: #1d83c1;
	font-weight: 700;
}

.section-subheader {
	font-weight: 400;
	text-align: center;
	font-size: 25px;
	line-height: 32px;
	margin: 0 auto;
	margin-bottom: 65px;
}

.section-subheader span,
.section-subheader strong,
.section-subheader b {
	color: #1d83c1;
	font-weight: 600;
}

@media screen and (max-width: 480px) {
	.section-header {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.section-subheader {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}

.header {
	padding: 80px 0;
	background: url(../images/header-bg.jpg) no-repeat center;
	background-size: cover;
}

.header-text {
	font-family: 'Roboto Condensed', cursive;
	font-size: 50px;
	line-height: 64px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	max-width: 930px;
}

@media screen and (max-width: 480px) {
	.header {
		padding: 60px 0;
		background-position: left center;
	}

	.header-text {
		font-size: 30px;
		line-height: 40px;
	}
}

.lottery {
	padding: 60px 0 100px;
}

.lottery-victory {
	display: none;
}

.lottery .section-header {
	color: #748700;
}

.lottery-text {
	text-align: center;
	margin-bottom: 30px;
}

.lottery-text span {
	color: #748700;
}

.lottery .btn-wrapper {
	margin: 15px 0;
}

.lottery-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 590px;
	padding-top: 30px;
	margin: 0 auto;
}

.lottery-inner.used .lottery-item {
	pointer-events: none;
}

.lottery-item {
	width: 180px;
	height: 155px;
	position: relative;
	cursor: pointer;
	margin: 15px 5px;
}

.lottery-item.active .lottery-item-open {
	opacity: 1;
}

.lottery-item.active .lottery-item-default {
	opacity: 0;
}

.lottery-item.active .salut {
	opacity: 1;
	transform: translateY(0);
}

.lottery-item-default {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.lottery-item-open {
	position: absolute;
	height: 100%;
	width: 100%;
	top: -2px;
	left: -13px;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.lottery-item-num {
	font-family: 'Roboto Condensed', cursive;
	font-size: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 74px;
	width: 74px;
	background: url(../images/discount-bg.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -19px;
	left: 47px;
	z-index: 5;
}

.lottery-item .salut {
	z-index: 1;
	position: absolute;
	top: -175px;
	left: -15px;
	opacity: 0;
	z-index: 4;
	transform: translateY(50px);
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.lottery {
		padding: 25px 0 35px;
	}

	.lottery-text {
		font-size: 16px;
		line-height: 20px;
	}

	.lottery-inner {
		max-width: 350px;
	}

	.lottery-item {
		height: 62px;
		width: 66px;
		margin: 15px;
	}

	.lottery-item img {
		max-width: 100%;
	}

	.lottery-item-open {
		top: 3px;
		left: -2px;
	}

	.lottery-item-num {
		height: 40px;
		width: 40px;
		font-size: 16px;
		left: 12px;
	}

	.lottery-item .salut {
		top: -55px;
		left: 0;
	}
}

.new {
	background: url(../images/new-bg.jpg) no-repeat center;
	background-size: cover;
}

.new-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 120px 0 250px;
}

.new-text {
	width: 45%;
}

.new-text__header {
	font-family: 'Roboto Condensed', cursive;
	font-size: 70px;
	line-height: 85px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 50px;
}

.new-text__text {
	font-size: 25px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
	max-width: 465px;
}

.new-preview {
	width: 55%;
	display: flex;
}

.new-preview__list {
	width: calc(100% - 306px);
	list-style: none;
	position: relative;
	padding-right: 100px;
	padding-top: 35px;
}

.new-preview__list:after {
	content: '';
	display: block;
	position: absolute;
	width: 68px;
	height: 361px;
	top: 12px;
	right: 15px;
	background: url(../images/new-lines.png) no-repeat center;
	background-size: contain;
}

.new-preview__list li {
	font-family: 'Roboto Condensed', cursive;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 22px;
	text-align: right;
	position: relative;
	z-index: 10;
}

.new-preview__list li:nth-child(3) {
	margin-bottom: 30px;
}

.new-preview__list li:nth-child(4) {
	margin-bottom: 45px;
}

.new-preview__img {
	width: 306px;
	position: relative;
}

.new-preview__img .new-mimg {
	position: relative;
	z-index: 5;
}

.new-preview__img .new-palm {
	position: absolute;
	z-index: 4;
	top: -200px;
	right: -350px;
}

.new-preview__img .new-coconut {
	position: absolute;
	z-index: 6;
	bottom: -100px;
	right: -110px;
}

@media screen and (max-width: 1900px) {
	.new {
		overflow-x: hidden;
	}

	.new-preview__img .new-palm {
		height: 500px;
		top: -100px;
		right: -315px;
	}
}

@media screen and (max-width: 1200px) {
	.new-text {
		width: 100%;
		text-align: center;
		margin-bottom: 100px;
	}

	.new-text__text {
		margin: 0 auto;
	}

	.new-preview {
		max-width: 650px;
		width: 100%;
		justify-content: center;
	}

	.new-preview__list {
		padding-right: 0;
		padding-top: 5px;
		width: 190px;
	}

	.new-preview__list:after {
		height: 200px;
		top: -5px;
		right: -60px;
	}

	.new-preview__list li {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 1px;
	}

	.new-preview__list li:nth-child(3) {
		margin-bottom: 0;
	}

	.new-preview__list li:nth-child(4) {
		margin-bottom: 15px;
	}

	.new-preview__img {
		width: 151px;
	}

	.new-preview__img .new-mimg {
		width: 151px;
	}

	.new-preview__img .new-palm {
		height: 280px;
		top: -65px;
		right: -150px;
	}

	.new-preview__img .new-coconut {
		height: 102px;
		bottom: -40px;
		right: -45px;
	}
}

@media screen and (max-width: 480px) {
	.new {
		padding: 35px 0 100px;
	}

	.new-inner {
		padding-top: 0;
	}

	.new-text__header {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 25px;
	}

	.new-text__text {
		font-size: 16px;
		line-height: 22px;
	}
}

.how {
	padding: 320px 0 65px;
	position: relative;
}

.how-inp {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000;
	width: 100%;
	height: 60px;
	border: 2px solid #1d83c1;
	border-radius: 10px;
	background-color: transparent;
	text-align: center;
	margin-bottom: 12px;
}

.how-inp::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000;
}

.how-inp::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000;
}

.how-inp:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000;
}

.how-inp:-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000;
}

.how-form {
	max-width: 880px;
	width: 100%;
	background: #4d6899;
	border-radius: 10px;
	position: relative;
	margin-top: -415px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 30px;
}

.how-form__header {
	font-family: 'Roboto Condensed', cursive;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 15px;
}

.how-form__subheader {
	font-family: 'Roboto Condensed', cursive;
	font-size: 70px;
	line-height: 85px;
	color: #748700;
	margin-bottom: 15px;
}

.how-form__footer {
	display: flex;
	align-items: center;
}

.how-form__footer .timer {
	margin-left: 20px;
}

.how-form__inner {
	padding: 50px 90px;
	background: url(../images/how-form-bg.jpg) no-repeat center;
	background-size: cover;
	border-radius: 10px;
	margin: 0 auto;
	transform: translate(-5px, -5px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.how-form__text {
	width: calc(100% - 240px);
}

.how-form__main {
	width: 240px;
}

.how-form__main .btn {
	width: 100%;
}

.how-form__main .btn-inner {
	width: 100%;
}

.how-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	counter-reset: counter;
	padding-top: 35px;
}

.how-item {
	width: 32%;
	padding: 20px 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	background: #1d83c1;
	margin-bottom: 25px;
	border-radius: 10px;
	position: relative;
	min-height: 230px;
	counter-increment: counter;
}

.how-item:hover:after {
	transform: translate(-1px, -1px);
}

.how-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	height: 100%;
	width: 100%;
	background: #394788;
	z-index: -1;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.how-item:before {
	content: '0' counter(counter);
	font-family: 'Roboto Condensed', cursive;
	font-weight: 700;
	font-size: 60px;
	color: #394788;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.how-item__img {
	width: 100%;
	margin-bottom: 20px;
}

.how-item__header {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}

.how-item__text {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

@media screen and (max-width: 980px) {
	.how-form {
		width: calc(100% - 40px);
		right: 15px;
		left: 25px;
		transform: none;
		margin-top: -640px;
	}

	.how-form__inner {
		padding: 30px 15px;
		justify-content: center;
	}

	.how-form__text {
		width: 100%;
		text-align: center;
	}

	.how-form__footer {
		justify-content: center;
		margin-bottom: 20px;
	}

	.how-item {
		width: 49%;
	}
}

@media screen and (max-width: 768px) {
	.how-item {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.how-form__header {
		font-size: 20px;
		line-height: 24px;
	}

	.how-form__subheader {
		font-size: 65px;
		line-height: 72px;
	}

	.how-form__footer {
		text-align: left;
		font-size: 14px;
	}

	.how-item__header {
		font-size: 18px;
		line-height: 22px;
	}

	.how-item__text {
		font-size: 16px;
		line-height: 20px;
	}

	.how-item:before {
		font-size: 50px;
	}
}

.garant {
	padding: 90px 0 140px;
	position: relative;
}

.garant-text {
	max-width: 690px;
}

.garant-img {
	position: absolute;
	top: 190px;
	right: 0;
}

.garant-img img {
	height: 350px;
	border-radius: 10px 0 0 10px;
}

.garant-img:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	height: 100%;
	width: calc(100% - 5px);
	background: #394788;
	z-index: -1;
	border-radius: 0 0 0 10px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1600px) {
	.garant-text {
		max-width: 550px;
	}
}

@media screen and (max-width: 1300px) {
	.garant-text {
		max-width: 450px;
	}
}

@media screen and (max-width: 1200px) {
	.garant-text {
		max-width: 100%;
		padding-bottom: 50px;
	}

	.garant-img {
		position: relative;
		top: auto;
	}

	.garant-img:after {
		border-radius: 0 0 10px 10px;
		width: 100%;
	}

	.garant-img img {
		width: 100%;
		height: auto;
		border-radius: 0 0 10px 10px;
	}
}

@media screen and (max-width: 480px) {
	.garant {
		padding: 30px 0 60px;
	}
}

.formula {
	padding: 100px 0 320px;
	background-color: #b8def5;
	background-image: url(../images/formula-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0 7px 12px 15px rgba(0, 0, 0, 0.14);
}

.formula .section-subheader {
	max-width: 650px;
}

.formula-inner {
	margin: 0 auto;
	margin-top: 210px;
	width: 310px;
	position: relative;
}

.formula-inner img {
	max-width: 310px;
	width: 100%;
	position: relative;
	z-index: 5;
}

.formula-inner:after {
	content: '';
	display: block;
	position: absolute;
	max-width: 510px;
	width: 200%;
	height: 168px;
	bottom: -54px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/ket-shadow.png) no-repeat center;
	background-size: contain;
	z-index: 1;
}

.formula-item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	width: 310px;
	z-index: 6;
}

.formula-item__img {
	height: 90px;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #394788;
	border-radius: 50%;
	margin: 0 10px;
}

.formula-item__img img {
	width: 50px;
}

.formula-item__text {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.formula-item:after {
	content: '';
	display: block;
	position: absolute;
}

.formula-item-1 {
	left: -375px;
	top: -105px;
	text-align: right;
}

.formula-item-1:after {
	height: 92px;
	width: 131px;
	bottom: -77px;
	right: -106px;
	background: url(../images/arrow-1.png) no-repeat center;
	background-size: contain;
}

.formula-item-2 {
	left: -450px;
	top: 150px;
	text-align: right;
}

.formula-item-2:after {
	height: 11px;
	width: 166px;
	top: 50%;
	margin-top: -5px;
	right: -156px;
	background: url(../images/arrow-2.png) no-repeat center;
	background-size: contain;
}

.formula-item-3 {
	left: -375px;
	bottom: -105px;
	text-align: right;
}

.formula-item-3:after {
	height: 93px;
	width: 130px;
	top: -80px;
	right: -106px;
	background: url(../images/arrow-3.png) no-repeat center;
	background-size: contain;
}

.formula-item-4 {
	right: -375px;
	top: -105px;
	justify-content: flex-start;
}

.formula-item-4:after {
	height: 92px;
	width: 131px;
	bottom: -77px;
	left: -108px;
	background: url(../images/arrow-1.png) no-repeat center;
	background-size: contain;
	transform: scale(-1, 1);
}

.formula-item-5 {
	right: -450px;
	top: 150px;
	justify-content: flex-start;
}

.formula-item-5:after {
	height: 11px;
	width: 166px;
	top: 50%;
	margin-top: -5px;
	left: -156px;
	background: url(../images/arrow-2.png) no-repeat center;
	background-size: contain;
	transform: scale(-1, 1);
}

.formula-item-6 {
	right: -375px;
	bottom: -105px;
	justify-content: flex-start;
}

.formula-item-6:after {
	height: 93px;
	width: 130px;
	top: -80px;
	left: -106px;
	background: url(../images/arrow-3.png) no-repeat center;
	background-size: contain;
	transform: scale(-1, 1);
}

.formula-item-7 {
	bottom: -165px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formula-item-7:after {
	width: 11px;
	height: 88px;
	top: -88px;
	left: 50%;
	margin-left: -5px;
	background: url(../images/arrow-4.png) no-repeat center;
	background-size: contain;
}

@media screen and (max-width: 1200px) {
	.formula {
		padding: 35px 0 50px;
	}

	.formula-inner {
		margin-top: 25px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.formula-inner:after {
		max-width: 320px;
		height: 120px;
		bottom: -45px;
	}

	.formula-img {
		margin-top: 25px;
	}

	.formula-item {
		position: static;
		text-align: left;
		justify-content: flex-start;
		flex-direction: row;
		margin-bottom: 10px;
	}

	.formula-item__img {
		order: 1;
		margin: 0;
	}

	.formula-item__text {
		order: 2;
		width: calc(100% - 90px);
		padding-left: 10px;
	}

	.formula-item:after {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.formula-item {
		width: 100%;
	}

	.formula-item__img {
		height: 50px;
		width: 50px;
	}

	.formula-item__img img {
		width: 30px;
	}

	.formula-item__text {
		width: calc(100% - 30px);
		font-size: 15px;
		line-height: 19px;
	}
}

.calc {
	padding: 160px 0 80px;
}

.calc .section-subheader {
	max-width: 1030px;
}

.calc-inner {
	max-width: 850px;
	width: 100%;
	padding: 80px 10px 30px;
	margin: 0 auto;
	background: url(../images/calc-bg.jpg) no-repeat center;
	background-size: cover;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.calc-inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	height: 100%;
	width: 100%;
	background: #394788;
	z-index: -1;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.calc-inner__measure {
	position: absolute;
	top: -90px;
	left: -420px;
	height: 262px;
	width: 445px;
	background: url(../images/measure.png) no-repeat center;
	background-size: contain;
}

.calc-inner__scales {
	position: absolute;
	bottom: -100px;
	right: -250px;
	width: 349px;
	height: 293px;
	background: url(../images/scales.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.calc-inner__row {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	margin-bottom: 25px;
}

.calc-inner__text {
	width: calc(100% - 70px);
	padding-right: 10px;
	font-size: 25px;
	line-height: 27px;
	color: #fff;
	font-weight: 700;
}

.calc-inner__inp {
	width: 70px;
	height: 40px;
	border-radius: 5px;
	border: none;
	background: #fff;
	text-align: center;
}

@media screen and (max-width: 1366px) {
	.calc-inner__scales {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	.calc-inner__measure {
		width: 200px;
		height: 93px;
		top: auto;
		bottom: -50px;
		left: -90px;
	}
}

@media screen and (max-width: 480px) {
	.calc-inner {
		padding: 35px 15px 55px;
	}

	.calc-inner__text {
		font-size: 16px;
		line-height: 20px;
	}
}

.mode {
	padding: 45px 0 80px;
}

.mode-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mode-item {
	width: 245px;
}

.mode-item__img {
	text-align: center;
	margin-bottom: 45px;
}

.mode-item__img img {
	max-width: 100%;
}

.mode-item__text {
	font-weight: 700;
	text-align: center;
}

.mode-arrow {
	width: 41px;
	height: 31px;
	background: url(../images/mode-arrow.png) no-repeat center;
	background-size: contain;
	margin-top: 100px;
}

.mode-timer {
	margin-top: 60px;
}

.mode-timer__text {
	font-family: 'Roboto Condensed', cursive;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	text-align: center;
}

.mode-timer__text span {
	color: #748700;
	font-weight: 700;
}

@media screen and (max-width: 980px) {
	.mode-inner {
		flex-direction: column;
		align-items: center;
	}

	.mode-arrow {
		transform: rotate(90deg);
		margin: 20px 0;
	}

	.mode-timer__text {
		flex-direction: column;
	}
}

@media screen and (max-width: 480px) {
	.mode {
		padding: 30px 0;
	}

	.mode-item__img {
		margin: 0 auto;
		margin-bottom: 20px;
		width: 180px;
	}

	.mode-item__text {
		font-size: 14px;
		line-height: 18px;
	}
}

.timer {
	display: inline-flex;
	justify-content: space-between;
	width: 125px;
	text-align: center;
}

.timer-inp {
	font-family: 'Roboto Condensed', cursive;
	font-size: 35px;
	height: 50px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #1d83c1;
	border-radius: 10px;
	margin-bottom: 5px;
}

.timer-del {
	font-size: 20px;
	font-family: 'Roboto Condensed', cursive;
	color: #1d83c1;
	margin-top: 12px;
}

.timer-hint {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.reviews {
	padding: 60px 0;
}

.reviews-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.reviews-item__about {
	width: 35%;
}

.reviews-item__text {
	width: 65%;
}

.reviews-item__img {
	margin-bottom: 20px;
}

.reviews-item__img img {
	max-width: 100%;
}

.reviews-item__name {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.reviews-item__name span {
	color: #394788;
}

.reviews-item__hint {
	font-size: 16px;
	line-height: 20px;
}

.reviews-item__about {
	text-align: right;
}

.reviews-item-left .reviews-item__about {
	text-align: left;
}

@media screen and (max-width: 980px) {
	.reviews-item {
		margin-bottom: 25px;
	}

	.reviews-item:last-child {
		margin-bottom: 0;
	}

	.reviews-item__about {
		width: 100%;
		order: 1;
		text-align: center !important;
		margin-bottom: 25px;
	}

	.reviews-item__text {
		width: 100%;
		order: 2;
	}
}

@media screen and (max-width: 480px) {
	.reviews-item__name {
		font-size: 23px;
		line-height: 26px;
	}

	.reviews-item__hint {
		font-size: 14px;
		line-height: 18px;
	}
}

.order {
	padding: 100px 0 120px;
}

.order-del {
	width: 41px;
	height: 31px;
	background: url(../images/mode-arrow.png) no-repeat center;
	background-size: contain;
	margin-top: 100px;
}

.order-inner {
	display: flex;
	justify-content: center;
}

.order-item {
	width: 260px;
	margin: 0 15px;
}

.order-item__img {
	text-align: center;
	margin-bottom: 25px;
}

.order-item__img img {
	max-width: 100%;
}

.order-item__header {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

.order-item__text {
	font-size: 15px;
	line-height: 19px;
}

@media screen and (max-width: 980px) {
	.order-item {
		text-align: center;
	}

	.order-del {
		transform: rotate(90deg);
		margin: 25px 0;
	}

	.order-inner {
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 480px) {
	.order {
		padding: 40px 0 70px;
	}
}

.result {
	overflow: hidden;
	padding: 100px 0;
}

.result-inner {
	width: 850px;
	background: url(../images/result-bg.png) no-repeat center;
	background-size: contain;
	padding: 80px 30px;
	margin: 260px auto 0;
	position: relative;
}

.result-header {
	font-size: 25px;
	line-height: 29px;
	color: #fff;
	text-align: center;
}

.result-dg {
	height: 158px;
	width: 158px;
	margin: 130px auto 50px;
	position: relative;
}

.result-girl {
	position: absolute;
	height: 229px;
	width: 535px;
	left: 50%;
	top: -166px;
	transform: translateX(-50%);
	background: url(../images/result-girl.png) no-repeat center;
	background-size: contain;
}

.result-decor-1 {
	height: 200px;
	width: 250px;
	position: absolute;
	top: -50px;
	left: -230px;
	background: url(../images/result-decor-1.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.result-decor-2 {
	height: 172px;
	width: 156px;
	position: absolute;
	top: -30px;
	right: -90px;
	background: url(../images/result-decor-2.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.result-decor-3 {
	height: 136px;
	width: 222px;
	position: absolute;
	bottom: -30px;
	left: -50px;
	background: url(../images/result-decor-4.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.result-decor-4 {
	height: 137px;
	width: 288px;
	position: absolute;
	bottom: -65px;
	right: -150px;
	background: url(../images/result-decor-3.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.result-decor-5 {
	height: 176px;
	width: 241px;
	position: absolute;
	top: 45%;
	left: -180px;
	background: url(../images/result-decor-5.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.result-item {
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 9.4px 0.6px rgba(0, 0, 0, 0.21);
	padding: 10px 40px;
	width: 230px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
}

.result-item-1 {
	border-radius: 10px 10px 0 10px;
	top: -60px;
	left: -220px;
}

.result-item-2 {
	border-radius: 10px 10px 10px 0;
	top: -80px;
	right: -145px;
}

.result-item-3 {
	border-radius: 0 10px 10px 10px;
	bottom: 30px;
	right: -250px;
}

.result-item-4 {
	border-radius: 10px 0 10px 10px;
	bottom: 30px;
	left: -260px;
}

.result-hint {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	max-width: 425px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 980px) {
	.result-girl {
		height: 104px;
		width: 244px;
		top: -62px;
	}

	.result-decor-1 {
		height: 35px;
		width: 37px;
		top: -19px;
		left: -6px;
	}

	.result-decor-2 {
		display: none;
	}

	.result-decor-3 {
		width: 64px;
		height: 40px;
		bottom: -15px;
		left: -16px;
	}

	.result-decor-4 {
		height: 32px;
		width: 57px;
		bottom: -11px;
		right: -23px;
	}

	.result-decor-5 {
		height: 53px;
		width: 72px;
		top: 66%;
		left: -13px;
	}

	.result-header {
		font-size: 16px;
		line-height: 20px;
	}

	.result-hint {
		font-size: 13px;
		line-height: 24px;
	}

	.result-dg {
		margin-top: 80px;
	}

	.result-item {
		background: transparent;
		box-shadow: none;
		font-size: 14px;
		color: #fff;
	}

	.result-item:after {
		content: '';
		display: block;
		position: absolute;
		height: 45px;
		width: 45px;
	}

	.result-item-1 {
		left: -113px;
	}

	.result-item-1:after {
		background: url(../images/result-arrow-1.png) no-repeat center;
		bottom: -37px;
		left: 42%;
	}

	.result-item-2 {
		top: -67px;
		right: -110px;
	}

	.result-item-2:after {
		background: url(../images/result-arrow-2.png) no-repeat center;
		left: 10px;
		bottom: -29px;
	}

	.result-item-3 {
		text-align: center;
		bottom: -55px;
		right: -103px;
	}

	.result-item-3:after {
		background: url(../images/result-arrow-3.png) no-repeat center;
		top: -36px;
		left: 95px;
	}

	.result-item-4 {
		bottom: -30px;
		left: -109px;
	}

	.result-item-4:after {
		background: url(../images/xresult-arrow-4.png.pagespeed.ic.VpqGRdurtU.png) no-repeat center;
		top: -47px;
		left: 69px;
	}

	.result-inner {
		max-width: 365px;
		width: 100%;
		background: url(../images/xresult-bg-mob.png.pagespeed.ic.FOqemY-htY.png) no-repeat center;
		background-size: contain;
		margin-top: 90px;
		padding: 40px 30px;
	}
}

@media screen and (max-width: 480px) {
	.result {
		overflow: hidden;
		padding: 30px 0;
	}

	.result .container {
		padding: 0;
	}
}

.request {
	background: url(../images/request-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 65px 0 100px;
}

.request-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.request-inner__inputs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 78%;
	padding-right: 20px;
}

.request-inp {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	width: 33%;
	height: 63px;
	border-radius: 10px;
	background-color: #fff;
	border: none;
	padding: 5px 30px;
}

.request-inp::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.request-inp::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.request-inp:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.request-inp:-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.request-agree {
	width: 100%;
	margin-top: 30px;
}

.request-agree .check-wrap {
	position: relative;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	padding-left: 20px;
}

.request-agree .checkbox + .checkmark {
	height: 15px;
	width: 15px;
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.request-agree .checkbox:checked + .checkmark:after {
	content: '✔';
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: -1px;
	left: 1px;
}

.request .section-header,
.request .section-subheader {
	color: #fff;
}

@media screen and (max-width: 980px) {
	.request-inner {
		justify-content: center;
	}

	.request-inner__inputs {
		width: 100%;
		padding-right: 0;
	}

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

	.request-agree {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.request {
		padding: 40px 0;
	}
}

.rev {
	padding: 30px 0 70px;
}

.rev-slider .slick-list {
	margin: 0 -10px;
}

.rev-slide {
	padding: 0 12px 7px 5px;
	position: relative;
	outline: none;
}

.rev-slide-img {
	position: relative;
	z-index: 5;
	border-radius: 10px;
	max-width: 100%;
	width: 100%;
}

.rev-slide-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #394788;
	border-radius: 10px;
	height: calc(100% - 7px);
	width: calc(100% - 7px);
	z-index: 2;
}

.rev-nav {
	display: flex;
	justify-content: center;
}

.rev-dots {
	position: relative;
	display: flex;
	align-items: center;
}

.rev-dots .slick-dots {
	position: static;
	display: flex;
	align-items: center;
	margin: 0 15px;
}

.rev-dots .slick-dots li {
	margin: 0;
}

.rev-dots .slick-dots li button:before {
	font-size: 10px;
	background: #1d83c1;
	content: '';
	display: block;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	top: 5px;
	left: 5px;
}

.rev-dots .slick-dots li.slick-active button:before {
	box-shadow: 0 0 0 2px #77b8df;
}

.rev-prev {
	display: block;
	height: 32px;
	width: 32px;
	background: url(../images/prev.png) no-repeat center;
	background-size: contain;
}

.rev-next {
	display: block;
	height: 32px;
	width: 32px;
	background: url(../images/prev.png) no-repeat center;
	background-size: contain;
	transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
	.rev-slide {
		margin: 0 2px;
	}

	.rev-slider .slick-list {
		margin: 0;
	}
}

@media screen and (max-width: 480px) {
	.rev {
		padding: 30px 0;
	}
}

footer {
	text-align: center;
	padding: 15px 0;
}

footer a,
rekv {
	color: #000;
	font-size: 14px !important;
}

@media screen and (max-width: 480px) {
	.how-form__subheader {
		font-size: 40px !important;
		line-height: 44px !important;
	}
}

@media screen and (max-width: 320px) {
	.how-form {
		width: 100%;
		right: 0;
		left: 0;
	}
}

select {
	background-image: url(../images/select.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
}

@media (min-width: 480px) and (max-width: 980px) {
	.new-preview {
		margin-bottom: 100px;
	}
}

.comments {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 3px 5px 0 0 #394788;
	padding: 15px;
}

.comments__header {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 5px;
}

.comments__text {
	margin: 0 0 5px;
}

@media (min-width: 768px) {
	.slick-list {
		overflow: visible;
	}
}

.mode-timer__text span {
	white-space: nowrap;
}