body {
	background-color: #faf2f2;
	font-family: 'Mulish', sans-serif;
}

.overflow {
	overflow: hidden;
}

.sticky {
	min-height: 110px;
	width: 100%;
	background-color: #fff;
	border-bottom: 3px solid #1A5F94;
}

.form-section {
	padding-top: 50px;
}

.logo {
	font-size: 40px;
	color: #2281CA;
	font-weight: 700;
	text-transform: uppercase;
}

.bottom-cover {
	position: absolute;
	z-index: -3;
	height: 200px;
	width: 100%;
	bottom: 0;
}

section {
	position: relative;
}

.text-theme-primary {
	color: #2c2c2c;
}

.text-theme-accent {
	color: #1d6299;
	font-weight: 700;
}

h5 {
	font-weight: 700;
}

.text-theme-secondary {
	color: #2c2c2c;
}

.card-form {
	border: 3px solid #1A5F94;
	padding: 30px;
	border-radius: 20px;
}

.bg-theme-primary {
	background-color: #8CBEFC;
	padding-top: 30px;
}

.bg-theme-secondary {
	background-color: #faf2f2;
}

.btn {
	border: none;
	background: linear-gradient(180deg, #248BD9 100%, #1A5F94 100%);
	font-weight: bold;
	color: white;
	display: table;

	padding: 20px 60px;
	line-height: 1.1;
	cursor: pointer;
	position: relative;
	z-index: 100;
	will-change: background;
	margin: auto;
	border-radius: 800px;
	font-weight: 700;
	font-size: 16px;
	transition: 0.3s;
}

.btn:hover {
	color: white;
	background: linear-gradient(90deg, #248BD9 0%, #1A5F94 100%);
}

.header-info {
	font-style: italic;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	color: #2c2c2c;
}

.header-product {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

/* .header-product img {
	height: 480px;
	width: 100%;
	object-fit: contain;
} */

.form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.form-top {
	position: relative;
	width: 100%;
	height: 400px;
}

.form-top .product {
	position: absolute;
	height: 100%;
	z-index: 2;
}

.form-top .off {
	position: absolute;
	z-index: 2;
	left: -40px;
	width: 170px;
	height: 170px;
	bottom: -50px;
	animation: beat 3s infinite ease-in-out alternate;
}

.form-top .off span {
	position: absolute;
	top: 101px;
	left: 0;
	color: #fff;
	text-transform: uppercase;
	max-width: 50%;
	max-height: 50%;
	z-index: 2;
	text-align: center;
	font-size: 14px;
	line-height: 1.25;
}

.form-top .off b {
	font-size: 25px;
	display: block;
}

.form-top .duston-img-top {
	position: absolute;
	right: -40px;
	z-index: 1;
	bottom: -195px;
	max-width: 950px;
}

.wave-bottom::after {
	background-image: url(../images/wave-light.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	position: absolute;
	z-index: 21;
	content: '';
	width: 100%;
	height: 157px;
	transform: rotate(180deg);
	bottom: -58px;
}

.wave-top::before {
	background-image: url(../images/wave-light.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	position: absolute;
	z-index: 1;
	content: '';
	width: 100%;
	height: 165px;
	top: -165px;
}

.wave-bottom-light::after {
	background-image: url(../images/converted.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	position: absolute;
	z-index: 60;
	content: '';
	width: 100%;
	height: 194px;
	transform: rotate(180deg);
	bottom: -47px;
}

.wave-top-light::before {
	background-image: url(../images/converted.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	position: absolute;
	z-index: -2;
	content: '';
	width: 100%;
	height: 156px;
	top: -156px;
}

.how-img-container {
	width: 150px;
	height: 150px;
	/* padding: 30px; */
	margin: 0 auto;
	border: 3px solid #1A5F94;
	background-color: #c8e0fc;
	position: relative;
}

.how-img-container--2 {
	padding: 25px;
}

.how-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.work-img {
	margin: auto;
	margin-bottom: 20px;
	width: 150px;
	height: 150px;
	display: block;

	position: relative;
}

.work-img img {
	border-radius: 50%;
	border: 3px solid #1A5F94;
}

.work-count {
	text-align: center;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	font-size: 19px;
	background-color: #fff;
	font-weight: 700;
	margin: -20px auto 0;
	display: table;
	position: relative;
}

.wave-4 h5 {
	padding: 0 60px;
}

.wave-4::after {
	bottom: -64px !important;
}

.step-how {
	width: 30px;
	height: 30px;
	background-color: white;
	position: absolute;
	bottom: -15px;
	left: 57.5px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-bottom .opacity-div,
.form-bottom .bg-form {
	bottom: 0;
}

.form-section {
	background: linear-gradient(to right, #fbfefd, #a8c7f9, #279ff0);
}

.bg-form-top {
	top: 0;
	bottom: unset;
}

@media (max-width: 600px) {
	.list {
		font-size: 16px;
	}

	.header-product img {
		padding: 20px 0;
		height: 300px;
	}
}

.card-icon {
	text-shadow: none;
	background-color: #b8d8e2;
	border-radius: 10px;
	margin-bottom: 15px !important;
}

@keyframes beat {
	0% {
		transform: scale(1);
	}

	30% {
		transform: scale(1);
	}

	40% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1);
	}

	60% {
		transform: scale(1.1);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

.card-img-top {
	height: 100px;
	width: 100%;
	object-fit: contain;
}

.popup {
	background-color: rgb(51, 100, 146);
	width: 90%;
	z-index: 2;
	position: relative;
	margin: auto;
	line-height: 1;
	padding: 10px;
	margin-top: 18px;
	font-size: 16px;
	font-weight: 500;
	color: white;
}

.rect {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	top: -10px;
	z-index: -1;
	background-color: rgb(51, 100, 146);
	transform: rotate(45deg);
}

.ingredients-list {
	align-items: baseline;
}

.ingredients-list img {
	margin-bottom: auto;
}

.ingredients-item {
	flex-direction: column;
}

.ingredients-item h2 {
	margin-top: auto;
}

.bg-theme-secondary {
	padding: 100px 0 10px;
}

.wave-bottom>div>div,
.wave-bottom>div {
	padding-top: 0 !important;
}

.wave-bottom>div>div.pt-5 {
	padding-bottom: 100px;
}

select {
	background: url(../images/sel.png) no-repeat right 15px center;
}

.title-usage {
	margin-bottom: 50px !important;
}

.wave-top.wave-bottom,
.wave-bottom>div {
	padding-top: 0 !important;
}

.top-man {
	background-image: url(../images/image-top.png);
	width: 1134px;
	height: 703px;
	background-repeat: no-repeat;
	background-position: 100px 100px;
}

.form-top {
	margin-bottom: 30px !important;
}

.btn--first {
	margin-bottom: 50px;
}

.wave-top-light>div {
	padding-top: 20px !important;
}

.wave-bottom .pb-5,
.wave-top-light .pb-5 {
	padding-bottom: 0 !important;
}

.note {
	padding: 20px;
	text-align: center;
	color: #242424;
	font-family: 'Mulish', sans-serif;
}

.wave-bottom-light,
.wave-top {
	padding-top: 3rem !important;
}

.wave-2 {
	padding: 0 0 130px;
}

.wave-bottom,
.wave-bottom-light {
	padding-bottom: 6.1rem !important;
}

.wave-bottom-light {
	padding-top: 0 !important;
	padding-bottom: 130px !important;
	background-color: #fff;
}

.wave-bottom-light>div {
	padding-top: 30px !important;
}

@media (max-width: 992px) {
	.form-top .off {
		left: -20px;
	}

	.form-top .off span {
		left: 20px;
	}

	.wave-bottom>div {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.wave-bottom>div,
	.wave-top-light>div {
		padding-top: 0px !important;
	}

	.wave-top.wave-bottom {
		padding-top: 0 !important;
	}
}

@media (max-width: 474px) {
	.card-icon {
		margin-bottom: 15px;
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
		min-width: 280px;
		background-color: #fff;
	}

	.card-icons {
		display: block !important;
		margin: auto;
	}
}

.form-section .container.h-100.py-5 {
	padding-bottom: 20px !important;
}

.wave-1 .py-5 {
	padding-bottom: 10px !important;
}

.form-bottom {
	padding-top: 230px !important;
	margin-top: -160px !important;
	background: none;
	position: relative;
}

.bg-form {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gradient-1 {
	background: radial-gradient(circle, #279ff0, transparent 59%);
	position: absolute;
	bottom: -550px;
	right: -520px;
	width: 1400px;
	height: 1400px;
	z-index: -1;
}

.gradient-2 {
	background: radial-gradient(circle, #fbfefd, transparent 59%);
	position: absolute;
	bottom: -490px;
	right: 160px;
	width: 1170px;
	height: 1170px;
	z-index: -1;
}

.wave-4>div {
	padding-top: 0 !important;
}

.wave-4 .container p {
	margin-bottom: 20px !important;
}

.wave-1>div {
	padding-top: 70px !important;
	
}

.header-product {
	margin-bottom: 20px !important;
}

select {
	background-color: #fff;
}

.b-footer {
	padding: 24px 0;
	position: relative;
	z-index: 2;
	text-align: center;
}

.b-footer .b-logo {
	margin-bottom: 20px;
}

.b-footer-p {
	font-size: 12px;
	line-height: 1;
}

.b-footer-a {
	cursor: pointer;
	color: #1A5F94;
	text-decoration: underline;
}

.b-footer-a:hover {
	text-decoration: none;
}

.b-footer .b-flex {
	margin-bottom: 15px;
}

.b-popup {
	display: none;
}

.b-popup .b-h3 {
	margin-bottom: 20px;
}

.b-popup-p {
	font-size: 14px;
	margin-bottom: 20px;
}

.b-popup-p:last-child {
	margin-bottom: 0;
}

.b-popup.open {
	display: grid;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	justify-content: center;
	align-items: center;
	padding: 24px 12px;
	z-index: 200;
}

.b-popup .b-box {
	border-radius: 8px;
	background: #edf7ff;
	padding: 24px 12px;
	max-width: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 100%;
	position: relative;
	padding-right: 40px;
}

.b-popup .b-btn {
	cursor: pointer;
	font-size: 40px;
	font-weight: bold;
	color: var(--color-light-red);
	position: fixed;
	right: calc(100% / 2 - 46%);
	width: 40px;
	line-height: 40px;
	text-align: center;
	top: 20px;
	z-index: 20;
}

.b-popup .b-btn span {
	display: block;
	transform: rotate(45deg);
}

@media screen and (min-width: 1024px) {
	.b-footer-p {
		font-size: 16px;
	}

	.b-popup-p {
		font-size: 16px;
	}

	.b-popup .b-box {
		padding: 24px;
		max-width: 990px;
		padding-right: 70px;
	}

	.b-popup .b-btn {
		top: 30px;
		right: calc(100% / 2 - 520px - 30px);
		transition: 0.3s;
	}

	.b-popup .b-btn:hover {
		color: var(--color-black);
	}
}

@media (min-width: 1170px) {
	.b-footer {
		padding: 34px 0;
	}

	.b-footer-p {
		font-size: 20px;
	}
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #279ff0;
	border-radius: 4px;
}

.b-link {
	color: #b30000;
}

.b-link:hover {
	text-decoration: none;
}

.prices {
	margin-bottom: 10px;
}

.form--top {
	padding-bottom: 150px;
}

body.fixed {
	overflow: hidden;
}

.btn--2 {
	font-style: normal;
	margin-left: 0;
	font-size: 20px;
}

.form-top {
	position: relative;
}

.form-top .duston-img-top {
	border-radius: 10px;
}

.form__prod {
	position: absolute;
	left: -80px;
	top: 53%;
	transform: translateY(-50%);
	z-index: 1;
	height: 288px;
}

.prod-1 {
	max-height: 350px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

form .btn {
	font-size: 20px;
}

@media (max-width: 991px) {
	.logo {
		max-width: 200px;
	}

	.sticky {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		flex-direction: row !important;
	}

	.form-section .lead {
		text-align: center;
		margin: 0 auto 20px;
	}

	.btn--2 {
		margin-left: auto;
		margin-bottom: 20px;
	}

	.form-top {
		margin-right: 140px;
	}

	.gradient-1 {
		bottom: -720px;
		right: -800px;
	}

	.ingredients-item h2,
	.display-6 {
		font-size: 18px;
	}
}

@media (max-width: 550px) {
	.form-top {
		width: 220px;
		height: 170px;
		margin-right: 70px;
	}

		.form-top .duston-img-top {
		max-width: 600px;
		right: -170px;
	}

	.form__prod {
		left: -10px;
		top: 56%;

		height: 171px;
	}

	.btn {
		padding-left: 30px;
		padding-right: 30px;
	}

	.logo {
		max-width: 150px;
		font-size: 26px;
	}
}

.how__item,
.order__item {
	margin-bottom: 20px;
}

@media (min-width: 645px) {
	.b-popup .b-btn {
		right: calc(100% / 2 - 300px);
	}
}

@media (min-width: 1024px) {
	.b-popup .b-btn {
		right: calc(100% / 2 - 485px);
	}
}

@media (min-width: 551px) and (max-width: 991px) {
	.form-top .duston-img-top {
		right: -170px;
	}
		.form__prod {
			left: 60px;
		}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.form-top .duston-img-top {
		right: -170px;
	}

	.form__prod {
		left: -40px;
	}
}

.advertisement {
	background: #45609c;
	padding: 5px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.ac_footer {
	display: none;
}