:root {
	--accent: #041C2C;
	--decoration-color: #CFDC00;
}

main {
	color: var(--accent)
}

/* @group Common */

.section-padding {
	--section-padding-y: 8rem;
	padding-top: var(--section-padding-y);
	padding-bottom: var(--section-padding-y);
}

/* @end */

/* @group Navbar */

#top-navbar {
	--bs-navbar-padding-y: 0;
	background-color: var(--lq-green);
}

#top-navbar .navbar-nav {
	--bs-nav-link-padding-x: 1.25rem;
	--bs-nav-link-font-weight: 600;
	--bs-nav-link-font-size: 1rem;
	--bs-nav-link-color: #000000;
	--bs-nav-link-hover-color: var(--lq-magenta);
}

/* @end */

/* @group Top Hero */

#top-hero {
	max-height: 90vh;
	min-height: 700px;
	background-color: var(--lq-green);
	position: relative;
	/* background: var(--lq-green) url('/products/q-test/images/top-hero-img.png') no-repeat center bottom; */
	/* background-size: 80%; */
	/* background-position: center bottom -40%; */
}

@media screen and (min-width: 1440px) {
	#top-hero {
		min-height: 950px;
	}
}

@media screen and (max-width: 767.98px) {
	#top-hero .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#top-hero .card {
	width: 90%;
	max-width: 53rem;
	--bs-card-spacer-y: 3rem;
	--bs-card-spacer-x: 2rem;
	--bs-card-border-width: 1px;
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: 0rem;
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: 0rem;
	--bs-card-bg: rgba(255, 255, 255, 0.8);
}

#top-hero h2 {
	font-size: 1.5rem;
	max-width: 29rem;
	text-align: center;
	margin: 0 auto;
}

#top-hero h1 {
	margin: 3rem auto;
}

.top-hero__desktop {
	position: absolute;
	bottom: -110px;
	left: 0;
	right: 0;
}

.top-hero__desktop img {
	max-width: 90%;
	height: auto;
}

.top-hero__desktop-ball {
	left: 20%;
	bottom: -30px;
}

@media only screen and (max-width: 1279px) {
	.top-hero__desktop {
		bottom: -60px;
	}

	.top-hero__desktop-ball {
		display: none;
	}
}

@media only screen and (max-width: 1199.98px) {
	#top-hero {
		min-height: 550px;
	}
}

@media only screen and (max-width: 991.98px) {
	#top-hero {
		min-height: 500px;
	}

	#top-hero .page-title-wrap {
		background-size: cover;
	}

	.top-hero__desktop {
		bottom: -10px;
	}

	.top-hero__desktop img {
		max-width: 75%;
	}
}

@media only screen and (max-width: 767.98px) {
	#top-hero {
		background-image: none;
		background-color: transparent;
		max-height: none;
	}

	.top-hero__desktop {
		display: none;
	}

	.top-hero__mob {
		width: 100%;
		padding-top: 80px;
		margin-bottom: 40px;
		background: var(--decoration-color);
	}

	.top-hero__mob img {
		width: 100%;
		height: auto;
		top: 30px;
	}

	#top-hero .card {
		width: 100%;
		max-width: 100%;
		background: transparent;
		border: none;
	}

	.card-body {
		padding: 0;
	}

	#top-hero h1 {
		margin: 10px 0 24px;
		font-size: 2.2rem;
	}

	#top-hero h2 {
		font-size: 1rem;
		line-height: 125%;
		letter-spacing: 0.42px;
	}

	.top-hero-btn {
		width: 100%;
		background: var(--decoration-color);
		color: #21263F;
		border: none;
		text-transform: none !important;
	}
}

@media only screen and (max-width: 560px) {
	#top-hero h1 {
		font-size: 2rem;
	}

	#top-hero h2 {
		font-size: 0.875rem;
	}
}

/* @end */

/* @group Description */

#description {
	z-index: 1;
}

#description .page-description-wrap {
	--description-padding-y: 6rem;
	padding-top: var(--description-padding-y);
	padding-bottom: 10rem;
	max-width: 60rem;
	width: 90%;
	margin: 0 auto;
}

.description-info {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px;
	max-width: 800px;
	margin-left: 20px;
	background-color: var(--lq-green);
}

.description-info.description-text {
	font-size: 16px;
}

.description__ball {
	width: 268px;
	height: 286px;
	margin-top: -143px;
}

.description__waves {
	width: 410px;
	margin-bottom: -50px;
	margin-left: auto;
	margin-right: 60px;
	top: -14px;
}

@media only screen and (max-width: 1199.98px) {
	#description .page-description-wrap {
		--description-padding-y: 4rem;
		padding-bottom: var(--description-padding-y);
	}

	.description-info {
		max-width: 800px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 991.98px) {
	#description .page-description-wrap {
		--description-padding-y: 7rem;
	}
}

@media only screen and (max-width: 767.98px) {
	#description .page-description-wrap {
		--description-padding-y: 4rem;
	}
}

@media only screen and (max-width: 560px) {
	#description .page-description-wrap {
		padding: 1.5rem 0;
	}
}

/* @end */

/* @group Reasons */

#reasons .row {
	font-weight: 500;
}

#reasons .square-list {
	margin-left: 156px;
}

#reasons .square-list li:last-child {
	margin-bottom: 0;
}

#reasons .reasons-img {
	max-width: 500px;
	display: block;
}

.reasons-content {
	width: 100%;
	max-width: 792px;
	position: relative;
	z-index: 1;
}

.reasons-qtest {
	width: 840px;
	height: 448px;
	position: absolute;
	left: 315px;
	top: 0;
}

.reasons-btn {
	margin-top: 80px;
	margin-left: 106px;
}

.reasons-btn.download-btn::before {
	margin-right: 20px;
}

#reasons .reasons-box {
	padding-left: 5rem;
}

.reasons-box .marker-square {
	padding-right: 40px;
	padding-left: 0;
	margin-left: 56px;
}

.reasons-box .marker-square li {
	padding-left: 50px;
	margin-bottom: 30px;
	position: relative;
	list-style-type: none;
}

.reasons-box .marker-square li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 10px;
	height: 10px;
	background: var(--accent);
}

.reasons-title {
	text-transform: uppercase;
}

@media only screen and (min-width: 1199.99px) {
	.reasons-questions>.section-basic {
		padding-top: 11.25rem;
		padding-bottom: 11.25rem;
	}

	.reasons-content .square-list__item {
		margin-bottom: 82px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.section-padding {
		--section-padding-y: 4rem;
	}

	#reasons .container {
		padding-bottom: 0;
	}

	.reasons-btn {
		margin-left: 0;
		margin-top: 32px;
	}

	.reasons-btn .download-btn__box {
		border: 2px solid var(--accent);
	}

	#reasons .reasons-questions ul {
		font-size: 1.8rem;
		margin-left: 2.5rem;
	}

	#reasons .reasons-list ul li {
		margin-bottom: 1.7rem;
	}

	.reasons-qtest {
		width: 505px;
		height: auto;
		left: 200px;
		top: 0;
	}

	#reasons .reasons-block {
		position: relative;
		padding-bottom: 360px;
	}

	.reasons-hand-mob {
		bottom: 0;
		left: 50%;
		overflow: hidden;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.reasons-hand-mob img {
		position: relative;
		bottom: -70px;
	}

	.reasons-box .marker-square li {
		padding-left: 30px;
	}

	.reasons-box .marker-square li::before {
		top: 8px;
	}

	.reasons-title {
		text-align: center;
	}
}

@media only screen and (max-width: 991.98px) {
	.reasons-qtest {
		left: 86px;
	}
}

@media only screen and (max-width: 767.98px) {
	#reasons .reasons-block {
		padding-top: 3rem;
	}

	#reasons .reasons-box {
		padding-left: 0;
	}

	.reasons-title {
		font-size: 2rem;
	}

	#reasons .reasons-questions ul,
	#reasons .reasons-list ul {
		margin-left: 0;
	}

	.reasons-qtest {
		width: 240px;
		height: auto;
		left: 4px;
	}
}

@media only screen and (max-width: 560px) {
	#reasons .reasons-block {
		padding-top: 0;
		padding-bottom: 310px;
	}

	#reasons .reasons-list ul li {
		margin-bottom: 12px;
	}

	.reasons-title {
		margin-bottom: 1.5rem;
		text-transform: none;
	}

	.reasons-btn .download-btn__box {
		width: 100%;
	}
}

/* @end */

/* @group new-line-contains */

#new-line-contains {
	padding-bottom: 0;
	background: url(/local/images/qtests/qtest-newline-bg.jpeg) center center no-repeat;
	background-size: cover;
	z-index: 2;
}

#new-line-contains .section-padding {
	padding-bottom: calc(0.5 * var(--section-padding-y));
}

#new-line-contains .new-line-image figure img {
	margin-bottom: -3rem;
}

@media only screen and (max-width: 991.98px) {
	#new-line-contains .new-line-image figure img {
		margin-bottom: -2.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	#new-line-contains .new-line-image figure img {
		margin-bottom: -2rem;
	}
}

/* GLOBAL */

body {
	overflow-x: hidden;
}

.section-basic {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}

.text-large {
	font-size: 1.625rem;
	font-weight: 400;
	text-transform: uppercase;
}

.text-medium {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 150%;
}

.section-new-title {
	margin-bottom: 5rem;
	color: #fff;
	text-align: center;
	font-size: 4.625rem;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.q-btn {
	padding: 25px 74px;
	display: inline-block;
	color: #fff;
	background: var(--accent);
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-decoration: none;
}

.square-list {
	padding: 0;
	list-style-type: none;
}

.square-list__item {
	margin-bottom: 40px;
	padding-left: 70px;
	color: #FFF;
	font-size: 34px;
	font-weight: 500;
	line-height: 134%;
	letter-spacing: 0.34px;
	position: relative;
}

.square-list__item:last-child {
	margin-bottom: 0;
}

.square-list__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 30px;
	height: 30px;
	background: var(--decoration-color);
}

.square-list__item p {
	margin: 0;
}

.square-list__item>*:not(:last-child) {
	margin-bottom: 10px;
}

.square-list__text {
	font-size: 2.125rem;
}

.square-list__subtext {
	font-size: 1.375rem;
	font-weight: 400;
}

.step-list {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 0 35px;
	padding: 15px 0 5px 0;
	font-size: 1.625rem;
	font-weight: 500;
}

.step-list li {
	min-height: 128px;
	padding-left: 100px;
	margin: 0;
	margin-bottom: 48px;
	position: relative;
}

.step-list li:last-child {
	margin-bottom: 0;
	min-height: auto;
}

.step-list li::before {
	content: counter(num);
	counter-increment: num;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0;
	width: 60px;
	height: 60px;
	border: 2px solid var(--accent);
	color: var(--accent);
	text-align: center;
	font-size: 1.625rem;
}

.step-list li:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 23px;
	top: 60px;
	width: 16px;
	height: 61px;
	background: url('./images/step-arrow.svg') no-repeat center / contain;
}

.step-list__text {
	position: relative;
	top: -6px;
	line-height: 134%;
}

.background-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.waves-img {
	display: block;
	width: 410px;
	margin-left: auto;
	margin-bottom: -155px;
	margin-right: 66px;
}

.triangle-box {
	position: relative;
	z-index: 5;
}

.triangle-box::after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 75px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 30px 0 30px;
	border-color: var(--accent) transparent transparent transparent;
}

.download-btn {
	position: relative;
}

.download-btn::before {
	content: '';
	display: block;
	width: 86px;
	height: 12px;
	margin-right: 45px;
	background: url('./images/download-arrow.svg') no-repeat center / contain;
}

.download-btn__box {
	padding: 6px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: 0.7px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--decoration-color);
	color: var(--accent)
}

@media only screen and (max-width: 1199.98px) {
	.section-new-title {
		margin-bottom: 3.5rem;
		font-size: 3rem;
	}

	.square-list__item {
		font-size: 26px;
	}

	.square-list__item::before {
		top: 0;
	}

	.square-list__text {
		padding-top: 4px;
	}

	.step-list {
		padding-left: 40px;
		font-size: 1.375rem;
	}

	.step-list li {
		min-height: 111px;
		margin-bottom: 40px;
	}

	.step-list li::before {
		width: 50px;
		height: 50px;
		top: -15px;
	}

	.step-list li:not(:last-child)::after {
		left: 20px;
		top: 45px;
	}

	.triangle-box::after {
		left: 10px;
	}

	.download-btn::before {
		display: none;
	}

	.download-btn__box {
		padding: 8px 28px;
		font-size: 18px;
		text-transform: none;
	}

	.waves-img {
		display: none;
	}

	.text-large {
		font-size: 1.325rem;
	}

	.text-medium {
		font-size: 1.2rem;
	}

	.square-list__text {
		font-size: 1.8rem;
	}

	.square-list__subtext {
		font-size: 1.2rem;
	}

	.section-basic {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.q-btn {
		padding: 20px 40px;
		font-size: 1.2rem;
	}

	.section-basic {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.triangle-box::after {
		left: 30px;
	}
}

@media only screen and (max-width: 767.98px) {
	.square-list {
		margin-left: 0;
	}

	.q-btn {
		font-size: 18px;
		padding: 10px;
		text-transform: none;
	}

	.square-list__item {
		margin-bottom: 24px;
		padding-left: 30px;
		font-size: 20px;
	}

	.square-list__item::before {
		width: 10px;
		height: 10px;
		top: 8px;
	}

	.section-new-title {
		margin-bottom: 2rem;
		font-size: 2.5rem;
		font-weight: 500;
		text-transform: none !important;
	}

	.step-list {
		margin-left: 0;
		padding-left: 40px;
		font-size: 1.125rem;
	}

	.step-list li {
		min-height: 111px;
		margin-bottom: 40px;
		padding-left: 80px;
	}

	.step-list li::before {
		width: 50px;
		height: 50px;
		top: -15px;
	}

	.step-list li:not(:last-child)::after {
		left: 20px;
		top: 45px;
	}

	.text-large {
		font-size: 1.2rem;
		line-height: 130%;
	}

	.text-medium {
		font-size: 1rem;
	}

	.square-list__text {
		font-size: 1rem;
		text-transform: uppercase;
		letter-spacing: 0.14px;
		line-height: 145%;
		font-weight: 500;
	}

	.square-list__subtext {
		font-size: 1rem;
	}

	.section-basic {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.container {
		padding-left: 34px;
		padding-right: 34px;
	}

	.footer .container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.section-waves {
		position: relative;
	}

	.section-waves::before {
		content: '';
		position: absolute;
		top: -7px;
		left: 0;
		right: 0;
		width: 100%;
		height: 16px;
		background: url('./images/waves-mob.svg');
	}

	.section-waves--bottom::before {
		top: auto;
		bottom: -7px;
	}
}

@media only screen and (max-width: 560px) {
	.section-basic {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.square-list__item {
		margin-bottom: 12px;
		padding-left: 28px;
		font-size: 14px;
	}

	.square-list__item::before {
		width: 6px;
		height: 6px;
		top: 6px;
	}

	.reasons-box .marker-square li {
		margin-bottom: 12px;
		padding-left: 28px;
	}

	.reasons-box .marker-square li::before {
		width: 6px;
		height: 6px;
		top: 6px;
	}

	.text-large {
		font-size: 1rem;
		line-height: 145%;
		text-transform: none !important;
	}

	.text-medium {
		font-size: 0.875rem;
	}

	.section-new-title {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}

	.step-list {
		font-size: 0.875rem;
	}

	.step-list li {
		max-width: 240px;
		min-height: 80px;
		padding-left: 48px;
	}

	.step-list li::before {
		top: -6px;
		width: 36px;
		height: 36px;
		font-size: 1.5rem;
	}

	.step-list li:not(:last-child)::after {
		width: 14px;
		height: 40px;
		left: 12px;
		top: 40px;
	}

	.square-list__text {
		font-size: 0.875rem;
	}

	.square-list__subtext {
		font-size: 0.875rem;
	}

	.triangle-box::after {
		border-width: 26px 18px 0 18px;
		bottom: -24px;
		left: 20px;
	}
}

/* PRODUCTS */
.products__navigation {
	width: 160px;
	height: 60px;
	right: -100px;
	top: 500px;
}

.products__navigation-btn {
	width: 60px;
	height: 60px;
	margin-top: 0;
	border-radius: 50%;
	background: var(--accent);
}

.products__navigation-btn::after {
	content: '' !important;
	width: 0;
	height: 0;
	margin-left: 4px;
	border-style: solid;
	border-width: 13px 0 13px 18px;
	border-color: transparent transparent transparent var(--decoration-color);
}

.products__navigation-btn.products__navigation-prev::after {
	content: '' !important;
	width: 0;
	height: 0;
	margin-left: 0;
	margin-right: 4px;
	border-style: solid;
	border-width: 13px 18px 13px 0;
	border-color: transparent var(--decoration-color) transparent transparent;
}

.products__navigation-btn.swiper-button-disabled {
	opacity: 1;
	background: #E0E0E0;
}

.products__navigation-next.swiper-button-disabled::after {
	border-color: transparent transparent transparent #fff;
}

.products__navigation-prev.swiper-button-disabled::after {
	border-color: transparent #fff transparent transparent;
}

.products__slider .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin: 0 25px !important;
}

.products__slider .swiper-pagination-bullet-active {
	background: var(--accent);
}

.products__slide {
	padding: 180px 0 120px;
	position: relative;
}

.products__img-top {
	position: absolute;
	top: 0;
	left: 0;
}

.products__img-top img {
	margin-top: -261px;
}

.products__content {
	max-width: 1194px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}

.products__header {
	margin-bottom: 82px;
	text-align: center;
}

.products__header-img {
	display: none;
}

.products__info {
	margin-bottom: 80px;
}

.products__img {
	margin-right: 100px;
}

.products__about {
	width: 680px;
	min-width: 680px;
	padding-right: 220px;
	position: relative;
}

.products__about-title {
	margin-bottom: 50px;
	font-size: 24px;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: 0.72px;
	text-transform: uppercase;
}

.products__about-list {
	margin-bottom: 80px;
	line-height: 130%;
}

.products__about-list li {
	margin-bottom: 10px;
}

.products__text {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 145%;
	letter-spacing: 0.26px;
}

.products__advice {
	max-width: 900px;
	text-transform: uppercase;
}

.products__faq {
	--bgColor: #F3A6C8;
	position: absolute;
	right: 0;
	top: 156px;
}

.products__name {
	color: var(--accent)
}

.products__faq-question {
	width: 150px;
	height: 150px;
	padding: 20px 30px;
	display: block;
	font-size: 27px;
	line-height: 125%;
	font-weight: 700;
	letter-spacing: 0.81px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	-webkit-box-shadow: 8px 8px 0px 0px rgba(4, 28, 44, 1);
	box-shadow: 8px 8px 0px 0px rgba(4, 28, 44, 1);
	background: var(--bgColor);
	color: #041C2C;
}

.products__faq-question:hover,
.products__faq-question:focus {
	color: inherit;
}

.products__faq-question__text {
	margin: 0;
}

.products__faq-question__text span {
	position: relative;
}

.products__faq-question__text span::after {
	content: '';
	width: 108px;
	height: 34px;
	position: absolute;
	right: -112px;
	bottom: 0;
	background: url('./images/question.svg') no-repeat center / contain;
}

.products__faq-question__close {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.products__faq-question__close img {
	width: 100%;
	height: auto;
}

.products__faq-answer {
	width: 0;
	margin: 0;
	position: absolute;
	right: 150px;
	top: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.42px;
	background: var(--bgColor);
	overflow: hidden;
	-webkit-transition: width .2s ease;
	-o-transition: width .2s ease;
	transition: width .2s ease;
}

.products__faq-answer.is-active {
	width: 615px;
}

.products__faq-answer__text {
	width: 615px;
	padding: 22px 20px;
	margin: 0;
}

.products__img-statue {
	width: 475px;
	height: 1200px;
	position: absolute;
	right: 150px;
	top: 45px;
}

.products__img-bottom {
	height: 100%;
	position: absolute;
	right: 0;
	top: 386px;
	overflow: hidden;
}

.products__img-decor {
	margin-top: -270px;
	overflow: hidden;
}

.products__img-decor img {
	display: block;
	margin-left: auto;
}

.products__slide--1 .products__desc {
	max-width: 560px;
}

.products__slide--2 .products__desc {
	max-width: 782px;
}

.products__slide--2 .products__faq {
	--bgColor: #7DA6D9;
}

.products__slide--2 .products__img-bottom {
	top: 350px;
}

.products__slide--2 .products__img-top {
	top: 170px;
}

.products__slide--2 .products__img-decor img {
	position: relative;
	right: -100px;
}

.products__slide--3 .products__faq {
	--bgColor: #219A38;
}

.products__slide--3 .products__desc {
	max-width: 506px;
}

.products__slide--3 .products__img-top {
	top: 270px;
}

.products__slide--3 .products__img-bottom {
	top: 530px;
}

.products__slide--4 .products__img-top {
	top: 130px;
}

.products__slide--4 .products__desc {
	max-width: 934px;
}

.products__slide--4 .products__img-statue {
	top: 165px;
}

.products__slide--4 .products__img-bottom {
	top: 530px;
}

.products__pagination {
	bottom: 15px !important;
}

@media only screen and (max-width: 1600px) {
	.products__img {
		margin-right: 60px;
	}

	.products__img-top {
		width: 440px;
	}

	.products__slide--2 .products__img-top {
		top: 140px;
	}

	.products__img-animal {
		width: 350px;
	}

	.products__img-decor {
		width: 270px;
		margin-top: -220px;
	}

	.products__img-top img,
	.products__img-animal img,
	.products__img-decor img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 1199.98px) {
	.products__manage {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.products__manage>*:not(:last-child) {
		margin-bottom: 8px;
	}

	.products__faq {
		position: static;
	}

	.products__faq-question {
		width: 100%;
		padding: 8px 12px;
		height: auto;
		font-size: 14px;
		text-align: center;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: var(--bgColor);
		border: 2px solid var(--bgColor);
		background: transparent;
	}

	.products__faq-answer {
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
		position: static;
		display: none;
	}

	.products__faq-answer.is-active {
		display: block;
	}

	.products__faq-answer__text {
		width: 100%;
		max-width: 100%;
	}

	.products__faq-question:hover,
	.products__faq-question:focus {
		background: var(--bgColor);
		color: var(--accent);
	}

	.products__faq-question__text span::after {
		content: '?';
		background: none;
		position: static;
	}

	.products__faq-question__close {
		display: none;
	}

	.products__manage .download-btn__box {
		width: 100%;
	}

	.products__img-top,
	.products__img-bottom {
		display: none;
	}

	.products__info {
		position: relative;
	}

	.products__navigation {
		width: 318px;
		height: 42px;
		top: -55px;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}

	.products__navigation-btn {
		width: 42px;
		height: 42px;
	}

	.products__navigation-btn::after {
		border-width: 9px 0 9px 12px;
	}

	.products__navigation-btn.products__navigation-prev::after {
		border-width: 9px 12px 9px 0;
	}
}

@media only screen and (max-width: 991.98px) {
	.products__slide {
		padding: 100px 0;
	}

	.products__img,
	.products__img-statue {
		display: none;
	}

	.products__about {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.products__slide {
		padding: 50px 0;
	}

	.products__header {
		margin-bottom: 38px;
	}

	.products__about-title {
		display: none;
	}

	.products__about-list {
		margin-bottom: 16px;
	}

	.products__info {
		margin-bottom: 0;
	}

	.products__pagination,
	.products__about-title,
	.products__bottom {
		display: none;
	}

	.products__header-img {
		width: 156px;
		min-width: 156px;
		min-height: 172px;
		position: relative;
		display: block;
	}

	.products__header-img img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-fit: center;
		object-fit: center;
	}

	.products__header-info {
		padding: 24px 14px;
		background: var(--decoration-color);
	}

	.products__header-info .section-new-title,
	.products__header-info .products__text {
		text-align: left;
	}

	.products__name {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 560px) {
	.products__about-list {
		width: calc(100% - 40px);
		margin: 0 auto;
		margin-bottom: 15px;
		padding-left: 0;
		list-style: none;
	}

	.products__about-list li {
		padding-left: 26px;
		position: relative;
	}

	.products__about-list li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 6px;
		width: 6px;
		height: 6px;
		background: #000;
	}
}

/* DEFINITION */

.definition {
	color: #fff;
}

.definition__main {
	background: var(--accent);
}

.definition__main-inner {
	position: relative;
}

.definition__header {
	margin-bottom: 160px;
	position: relative;
}

.definition__header-img {
	position: absolute;
	top: -70%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0.5;
}

.definition__title {
	width: 100%;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
}

.definition__list {
	width: 100%;
	max-width: 568px;
	margin-left: 68px;
}

.definition__list li {
	margin-bottom: 10px;
}

.definition__about {
	background: var(--decoration-color);
}

.definition__about-inner {
	padding-top: 120px;
	padding-bottom: 120px;
}

.definition__step-list {
	max-width: 600px;
	margin-left: 65px;
	margin-right: 50px;
	color: var(--accent)
}

.definition__manage {
	min-width: 460px;
	width: 460px;
	margin-right: 70px;
	position: relative;
}

.definition__manage-img {
	position: absolute;
	top: -600px;
	left: 0;
	right: 0;
}

.definition__manage-manual {
	position: relative;
	z-index: 1;
}

.definition__manage-dots {
	margin-top: -140px;
}

.definition__manage-info {
	margin-top: auto;
}

.definition__manage-btn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 1199.99px) {
	.definition__main-inner {
		padding-top: 306px;
		padding-bottom: 163px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.definition__header {
		margin-bottom: 0;
		padding: 40px 0;
	}

	.definition__header-img {
		width: 470px;
		height: auto;
		top: -24px;
	}

	.definition__about-inner {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.definition__step-list {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding-right: 260px;
	}

	.definition__about {
		position: relative;
	}

	.definition__manage {
		min-width: auto;
		width: auto;
		margin-right: 0;
		position: static;
	}

	.definition__manage-dots {
		display: none;
	}

	.definition__manage-img {
		width: 300px;
		position: absolute;
		right: 0;
		top: -60px;
		left: auto;
		overflow: hidden;
	}

	.definition__manage-info {
		margin-left: 105px;
	}

	.definition__manage-manual {
		width: 100%;
		height: auto;
	}

	.definition__step-list {
		margin-bottom: 44px;
	}
}

@media only screen and (max-width: 991.98px) {
	.definition__manage-img {
		width: 200px;
	}
}

@media only screen and (max-width: 767.98px) {
	.definition__list {
		max-width: 100%;
		margin-left: 0;
	}

	.definition__step-list {
		margin-left: 0;
		padding-left: 0;
		padding-right: 60px;
	}

	.definition__manage-info {
		margin-left: 0;
	}
}

@media only screen and (max-width: 560px) {
	.definition__manage-img {
		width: 122px;
		overflow: hidden;
	}

	.definition__manage-manual {
		width: 200px;
		max-width: 200px;
		margin-left: auto;
	}

	.definition__header-img {
		width: 320px;
		height: auto;
		top: -10px;
	}

	.definition__list {
		padding-left: 0;
		list-style: none;
	}

	.definition__list li {
		padding-left: 28px;
		position: relative;
	}

	.definition__list li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 6px;
		width: 6px;
		height: 6px;
		background: var(--decoration-color);
	}
}

@media only screen and (max-width: 360px) {
	.products__navigation {
		width: 260px;
	}
}

/* COMPOSITION */

.composition {
	color: #fff;
	background: #0A365C;
	position: relative;
	z-index: 10;
}

.composition__square {
	position: absolute;
	top: -203px;
	right: 0;
	width: 211px;
	overflow: hidden;
}

.composition__ball {
	width: 244px;
	position: absolute;
	bottom: -260px;
	left: 0;
	overflow: hidden;
}

.composition__ball-img {
	width: 488px;
	max-width: 488px;
	height: 520px;
}

.composition__main {
	position: relative;
}

.composition__content {
	width: 100%;
	max-width: 600px;
}

.composition__list {
	margin-bottom: 50px;
	padding-right: 50px;
}

.composition__list li {
	margin-bottom: 20px;
}

.composition__info {
	font-size: 22px;
}

.composition__info p {
	font-weight: 400;
}

.composition__info-title {
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: 500;
	line-height: 120%;
	/* 49.3px */
	letter-spacing: 0.34px;
}

@media only screen and (max-width: 1199.98px) {
	.composition__bio-mob {
		margin-bottom: 20px;
	}

	.composition__bio-mob img {
		width: 100%;
		max-width: 500px;
		height: auto;
	}

	.composition__list {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767.98px) {
	.composition__inner {
		padding-left: 34px;
		padding-right: 34px;
	}

	.composition__list {
		padding-right: 0;
	}

	.composition__info .square-list__item {
		padding-left: 0;
	}

	.composition__info .square-list__item::before {
		display: none;
	}

	.composition__info-title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 560px) {
	.composition__list {
		padding-left: 0;
		list-style: none;
	}

	.composition__list li {
		padding-left: 28px;
		position: relative;
	}

	.composition__list li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 6px;
		width: 6px;
		height: 6px;
		background: var(--decoration-color);
	}
}

/* QTEST */

.qtest {
	background: var(--accent);
	color: #fff;
}

.qtest__wrapper {
	z-index: 1;
}

.qtest__inner {
	width: 100%;
	max-width: 650px;
}

/* SALE */

.sale {
	background: #F7F9E5;
	color: var(--accent);
	position: relative;
	overflow: hidden;
}

.sale__inner {
	padding: 112px 0 138px;
}

.sale .section-new-title {
	color: var(--accent);
}

.sale__main {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	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;
}

.sale__products {
	margin-bottom: 73px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sale__products>*:not(:last-child) {
	margin-right: 64px;
}

.sale__info {
	text-align: center;
	text-transform: uppercase;
}

.sale__info-title {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: 0.84px;
}

.sale__info-text {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.54px;
}

.sale__decor {
	margin: 120px 64px 0 80px;
}

.sale__left {
	width: 450px;
	position: absolute;
	left: 0;
	top: 0;
}

.sale__right {
	width: 395px;
	height: 980px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.sale__img {
	position: absolute;
	z-index: 1;
	height: auto;
}

.sale__leaf {
	top: 10px;
}

.sale__apollon {
	top: 381px;
}

.sale__ball-01 {
	top: 294px;
	z-index: 0;
}

.sale__zeus {
	bottom: 0;
	right: 0;
	z-index: 2;
}

.sale__dots {
	right: 0;
	bottom: 138px;
}

.sale__ball-02 {
	bottom: 540px;
	right: 0;
	z-index: 0;
}

.sale__flower {
	top: 0;
	right: 44px;
}

.sale__content {
	position: relative;
	z-index: 5;
}

.sale__left-mob,
.sale__right-mob {
	display: none;
}

@media screen and (max-width: 1860px) {
	.sale__leaf {
		width: 250px;
	}

	.sale__apollon {
		width: 370px;
		top: 310px;
	}

	.sale__ball-01 {
		width: 200px;
		top: 230px;
	}

	.sale__zeus {
		width: 250px;
	}

	.sale__dots {
		width: 300px;
	}

	.sale__ball-02 {
		width: 250px;
	}

	.sale__flower {
		width: 200px;
		right: 34px;
	}

	.sale__right {
		height: 760px;
	}
}

@media screen and (max-width: 1600px) {
	.sale__leaf {
		width: 200px;
	}

	.sale__apollon {
		width: 250px;
		top: 310px;
	}

	.sale__ball-01 {
		width: 180px;
	}

	.sale__ball-02 {
		width: 200px;
		bottom: auto;
		top: 0;
	}

	.sale__dots {
		display: none;
	}

	.sale__flower {
		width: 150px;
	}

	.sale__zeus {
		width: 220px;
	}

	.sale__right {
		height: 630px;
	}
}

@media screen and (max-width: 1300px) {

	.sale__leaf,
	.sale__flower,
	.sale__apollon,
	.sale__zeus {
		display: none;
	}

	.sale__ball-01 {
		top: 0;
	}
}

@media only screen and (max-width: 1199.98px) {
	.sale__inner {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.sale__main {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sale__main>*:not(:last-child) {
		margin-bottom: 50px;
	}

	.sale__decor {
		display: none;
	}

	.sale__products {
		margin-bottom: 34px;
	}

	.sale__info-title {
		margin-bottom: 10px;
		font-size: 28px;
	}

	.sale__info-text {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767.98px) {
	.sale .section-new-title {
		font-size: 24px;
		font-weight: 400;
		text-transform: uppercase !important;
	}

	.sale__inner {
		padding-top: 40px;
		padding-bottom: 64px;
	}

	.sale__products {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 24px;
	}

	.sale__products>* {
		width: 128px;
		height: auto;
	}

	.sale__products>*:not(:last-child) {
		margin-right: 17px;
	}

	.sale__products>*:nth-child(odd) {
		margin-right: 17px;
	}

	.sale__group--2 .sale__products {
		position: relative;
	}

	.sale__group--2 .sale__products>* {
		width: 147px;
		margin: 0 !important;
		position: relative;
		z-index: 1;
	}

	.sale__left {
		top: 117px;
		height: auto;
	}

	.sale__right {
		width: 100px;
		height: auto;
		bottom: auto;
		top: 300px;
	}

	.sale__ball-01,
	.sale__ball-02 {
		display: none;
	}

	.sale__left-mob,
	.sale__right-mob {
		display: block;
	}
}

@media only screen and (max-width: 400px) {
	.sale__group--2 .sale__products::after {
		content: '';
		position: absolute;
		right: -70px;
		bottom: 100px;
		width: 254px;
		height: 61px;
		background: url('./images/sale-lines.svg') no-repeat center / contain;
	}
}

/* QTEST-GOODS */

.qtest-goods {
	overflow: hidden;
}

.qtest-goods__container {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.qtest-goods__header {
	padding: 194px 0 22px;
}

.qtest-goods__decor img {
	max-width: 100%;
	height: auto;
}

.qtest-goods__decor--01 {
	top: -342px;
	left: 0;
}

.qtest-goods__decor--02 {
	bottom: 0;
	right: 0;
}

.qtest-goods__top {
	width: 100%;
	max-width: 1060px;
}

.qtest-goods__title {
	margin: 0;
	padding-left: 30px;
	padding-top: 30px;
	font-size: 50px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.5px;
}

.qtest-goods__title::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: #CFDC00;
	position: absolute;
	left: 0;
	top: 0;
}

.qtest-goods__manage {
	top: -5px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.qtest-goods__manage-item {
	margin-right: 24px;
}

.qtest-goods__manage-item:last-child {
	margin-right: 0;
}

.qtest-goods__manage-btn {
	padding: 9px 15px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.16px;
	text-decoration: none;
	border-radius: 12px;
	border: 1px solid #C2C2C2;
	white-space: nowrap;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.qtest-goods__manage-btn:hover:not(.is-active),
.qtest-goods__manage-btn:focus:not(.is-active) {
	border-color: var(--bs-link-hover-color);
	color: var(--bs-link-hover-color);
}

.qtest-goods__manage-btn.is-active {
	border: 1px solid var(--brand-brand-200, #DE90C5);
	background: #FFF0FA;
}

.qtest-goods__manage-btn.is-active:hover,
.qtest-goods__manage-btn.is-active:focus {
	color: #000;
}

.qtest-goods__wrapper {
	padding: 37px 0 74px;
	background: #F8FFEE;
	z-index: 5;
}

.qtest-goods__main {
	z-index: 5;
}

.qtest-goods__list {
	padding: 0;
	margin: 0;
	list-style: none;
	grid-gap: 70px 43px;
}

.qtest-goods__item {
	width: 256px;
	color: #1E293B;
	display: none !important;
}

.qtest-goods__item.show {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.qtest-goods__labels {
	padding: 0;
	margin: 0;
	list-style: none;
	top: -16px;
	left: -16px;
	z-index: 5;
}

.qtest-goods__img {
	margin-bottom: 12px;
}

.qtest-goods__image {
	height: 145px;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.qtest-goods__labels li:not(:last-child) {
	margin-right: 10px;
}

.qtest-goods__name {
	width: 100%;
	margin: 0;
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.24px;
}

.qtest-goods__name a {
	text-decoration: none;
	color: #1E293B;
}

.qtest-goods__text {
	width: 100%;
	max-width: 234px;
	margin: 0;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.14px;
}

.qtest-goods__btn {
	margin-top: auto;
	padding: 10px 24px;
	color: #041C2C;
	font-size: 14px;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: 0.42px;
	text-decoration: none;
	background: #CADE00;
	position: relative;
}

@media screen and (min-width: 1280px) {
	.qtest-goods__main {
		min-height: 708px;
	}
}

@media screen and (max-width: 1800px) {
	.qtest-goods__decor {
		width: 350px;
	}

	.qtest-goods__decor--01 {
		top: -160px;
	}
}

@media screen and (max-width: 1600px) {
	.qtest-goods__decor {
		width: 280px;
	}
}

@media screen and (max-width: 1439px) {
	.qtest-goods__decor {
		width: 230px;
	}

	.qtest-goods__decor--01 {
		top: -100px;
	}
}

@media screen and (max-width: 1279px) {
	.qtest-goods__header {
		padding: 22px 0;
	}

	.qtest-goods__decor {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.qtest-goods__title {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.qtest-goods__wrapper {
		padding: 22px 0 46px;
	}

	.qtest-goods__list {
		grid-gap: 50px 30px;
	}

	.qtest-goods__manage-item {
		margin-right: 18px;
	}

	.qtest-goods__manage-btn {
		padding: 8px;
		font-size: 14px;
	}

	.qtest-goods__text {
		margin-bottom: 14px;
	}
}

@media screen and (max-width: 575px) {
	.qtest-goods__wrapper {
		background: transparent;
	}

	.qtest-goods__img {
		margin-bottom: 10px;
	}

	.qtest-goods__manage-btn {
		font-size: 12px;
	}

	.qtest-goods__name {
		font-size: 21px;
	}

	.qtest-goods__text {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 350px) {
	.qtest-goods__manage-item {
		margin-right: 12px;
	}

	.qtest-goods__manage-btn {
		font-size: 11px;
	}
}

/* PRODUCTS PAGE */

.products__prev {
	margin-bottom: 66px;
}

.products__prev-link {
	color: #29233B;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.products__prev-link svg {
	width: 32px;
	min-width: 32px;
	height: 32px;
	margin-right: 6px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.products__prev-link:hover svg,
.products__prev-link:focus svg {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.products__prev-link:hover svg path,
.products__prev-link:focus svg path {
	stroke: var(--bs-link-hover-color);
}

.products__price {
	margin: 0;
	margin-bottom: 30px;
	padding-left: 16px;
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
}

.products__price::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	width: 3px;
	background: #CADE00;
}

.products__manage-links>*:not(:last-child) {
	margin-right: 17px;
}

.products__manage-btn {
	padding: 10px 24px;
	color: #041C2C;
	font-size: 14px;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: 0.42px;
	text-decoration: none;
	border: 1px solid #454900;
	white-space: nowrap;
}

.products__manage-btn--basket {
	background: #CADE00;
	border-color: #CADE00;
}

.products--page {
	background: #fff;
}

.products--page .products__info {
	padding-left: 300px;
}

.products--page .products__img {
	width: 200px;
	position: absolute;
	left: 0;
}

.products--page .products__img-tel {
	display: none;
}

.products--page .products__img img {
	max-width: 100%;
}

.products--page .products__header {
	margin-bottom: 60px;
}

.products--page .products__slide {
	padding-top: 120px;
	padding-bottom: 340px;
}

.products--page .products__name,
.products--page .products__text {
	text-transform: uppercase !important;
}

.products--page .products__name {
	margin-bottom: 10px;
	font-size: 60px;
}

.products--page .products__text {
	margin: 0;
	margin-bottom: 20px;
	max-width: 660px;
}

.products--page .products__about {
	width: 800px;
	padding-right: 184px;
}

.products--page .products__about-list {
	width: 100%;
	max-width: 580px;
	margin-bottom: 30px;
	font-size: 17px;
}

.products--page .products__about-title {
	margin-bottom: 20px;
	font-size: 20px;
}

.products--page .products__faq {
	top: 0;
	right: -140px;
}

@media only screen and (max-width: 1199.98px) {
	.products--page .products__slide {
		padding-bottom: 250px;
	}

	.products--page .products__about {
		width: 100%;
		min-width: auto;
		padding-right: 0;
	}

	.products--page .products__name {
		font-size: 54px;
	}

	.products--page .products__manage {
		width: 100%;
		max-width: 360px;
		margin: 0;
	}
}

@media only screen and (max-width: 991.98px) {
	.products__price {
		margin-bottom: 0;
		font-size: 32px;
	}

	.products--page .products__info {
		padding-left: 0;
	}

	.products--page .products__img {
		display: block;
		width: auto;
	}

	.products--page .products__img img {
		height: auto;
	}

	.products--page .products__img-desktop {
		display: none;
	}

	.products--page .products__img-tel {
		display: block;
	}

	.products--page .products__img {
		position: static;
		margin-right: 0;
	}

	.products--page .products__about > .products__description {
		margin-bottom: 22px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.products--page .products__description-img {
		margin-right: 20px;
		min-width: 120px;
	}

	.products--page .products__name {
		margin-top: 0;
		margin-bottom: 6px;
		font-size: 32px;
		text-transform: uppercase !important;
		font-weight: 400;
	}

	.products--page .products__text {
		max-width: 400px;
		font-size: 16px;
	}

	.products__description-img .products__img {
		border-radius: 8px;
		overflow: hidden;
	}

	.products--page .products__about-title {
		margin-bottom: 12px;
	}

	.products--page .products__about-list {
		max-width: 100%;
	}

	.products--page .products__manage {
		margin: 0 auto;
	}

	.products--page .products__slide {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767.98px) {
	.products__prev {
		margin-bottom: 30px;
	}

	.products__prev-link {
		font-size: 16px;
	}

	.products--page .products__text {
		margin-bottom: 12px;
		font-size: 14px;
	}

	.products--page .products__about-title {
		font-size: 16px;
	}

	.products--page .products__about-list {
		margin-bottom: 22px;
		font-size: 13px;
	}

	.products--page .products__faq {
		margin-bottom: 48px;
	}
}

@media only screen and (max-width: 575px) {
	.products__manage-links {
		padding: 14px 0;
		background: #FFF;
	}

	.products__manage-links::before,
	.products__manage-links::after {
		content: '';
		position: absolute;
		top: 0;
		left: -300px;
		right: -300px;
		height: 100%;
		-webkit-box-shadow: 0px 0px 11px 0px rgba(204, 220, 69, 0.61);
		box-shadow: 0px 0px 11px 0px rgba(204, 220, 69, 0.61);
	}

	.products__manage-links::after {
		top: auto;
		bottom: -10px;
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.products__manage-links>*:not(:last-child) {
		margin-right: 0;
		margin-left: 8px;
	}

	.products__manage-btn {
		padding: 10px;
		z-index: 5;
	}

	.products--page .products__slide {
		padding-bottom: 0;
	}
}

/* BASKETADD */

.basketadd {
	font-size: 0 !important;
}

.basketadd::after {
	content: 'В корзину';
	font-size: 14px;
	font-weight: 500;
	line-height: 125%;
}

.basketadd.in_basket {
	background: #09365C;
	border-color: #09365C;
	color: #fff;
}

.basketadd.in_basket::after {
	content: 'В корзине';
}

.into-basket {
	margin-left: 60px;
	padding: 6px 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #041C2C;
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
	border-radius: 12px;
	-webkit-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}

.into-basket__icon {
	width: 32px;
	height: 32px;
	position: relative;
}

.into-basket__nums {
	width: 13px;
	padding: 2px;
	position: absolute;
	right: 2px;
	top: 0;
	border-radius: 50%;
	text-align: center;
	font-size: 9px;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	background: #CF5EAA;
}

.into-basket__text {
	margin-left: 12px;
}

.into-basket:hover,
.into-basket:focus {
	background: #ACB700;
	color: #041C2C;
}

.into-basket:active {
	background: #8A9200;
}

@media screen and (max-width: 1399px) {
	.into-basket {
		margin-left: 30px;
	}
}	

@media screen and (max-width: 1199px) {
	.into-basket {
		margin-left: 20px;
		padding: 0;
		border-radius: 4px;
	}

	.into-basket__text {
		display: none;
	}

	.into-basket__icon {
		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;
	}

	.into-basket__icon img {
		width: 27px;
	}
}

@media screen and (max-width: 991px) {
	.navbar-toggler {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.into-basket {
		margin-left: auto;
		margin-right: 30px;
	}

	.navbar>.container {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	#topNavbar {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

/* @end */