@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Tenor+Sans&display=swap');
@media all and (min-width: 768px) {
	.desktopHide {
		display: none !important;
	}
}
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	scrollbar-color: #BD2612 #fff;
	scrollbar-width: thin;
	box-sizing: border-box;
}
*::-webkit-scrollbar {
	width: 0.5rem;
	height: 0.5rem;
	border: 0rem solid #fff;
}
*::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 0rem;
	border: 0rem solid #fff;
}
*::-webkit-scrollbar-thumb {
	background-color: #BD2612;
	border-radius: 0rem;
	border: 0rem solid #fff;
}
*::-webkit-scrollbar-thumb:hover {
	background-color: #BD2612;
}
*::-webkit-scrollbar-thumb:active {
	background-color: #BD2612;
}
html {
	font-size: 1rem;
	overflow-x: hidden;
}
section {
	display: flex;
	justify-content: center;
}
li {
	list-style-type: none;
}
body {
	overflow: hidden;
	width: 100%;
}
.preloader {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.75s ease;
}
.preloader img {
	max-width: 70%;
	height: auto;
	animation: preloadAnimation 1s linear infinite;
}
@keyframes preloadAnimation {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0.8;
	}
	50% {
		opacity: 0.6;
	}
	75% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}
.preloader.preloaderOpacity {
	opacity: 0;
}
.preloader.preloaderDisplay {
	display: none;
}
.content,
.container {
	display: flex;
	position: relative;
	width: 85rem;
	box-sizing: border-box;
}
@media all and (max-width: 1440px) {
	html {
		font-size: calc(1vw / 0.9);
	}
}
a {
	text-decoration: none;
}
/* heading */
.headingSection {
	position: fixed;
	width: 100%;
	top: 0rem;
	left: 0rem;
	background-color: transparent;
	z-index: 5;
	transition: all 0.5s ease;
}
.headingSection.activeHeader {
	background-color: #fff;
	border-bottom: 0.0625rem solid #DFDFDF;
}
.headingSection > .container {
	align-items: center;
	justify-content: space-between;
	height: 4.5rem;
}
.headingSocials {
	display: flex;
	gap: 1.25rem;
	align-items: center;
}
.headingSection a {
	opacity: 1;
	transition: opacity 0.5s ease;
}
.headingSection a:hover {
	opacity: 0.85;
}
.headingSection a:active {
	opacity: 0.7;
}
.headingSection img {
	width: 1.25rem;
	height: auto;
}
.headingSection .logo img {
	width: 8.25rem;
	height: auto;
}
/* hero */
.heroSection .container {
	margin-top: 5rem;
	width: 90rem;
	gap: 1.5rem;
}
.heroLeft {
	width: 37.0625rem;
	position: relative;
	z-index: 1;
}
.heroLeft > span {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	width: 29.8125rem;
	height: 2rem;
	align-items: center;
	background-image: url('../images/home/badge-bloc.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2.5rem;
}
.headingRow h1 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 8.5rem;
	line-height: 8.6875rem;
	letter-spacing: 0.02em;
	color: #BD2612;
}
.headingRow {
	display: flex;
	padding-left: 2.5rem;
	gap: 1.5rem;
	align-items: center;
	margin-top: 0.5rem;
}
.subHeadingRow {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}
.subHeadingRow > div {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	background-color: #F8F8F8;
	padding: 1.5rem 1.5rem 1.5rem 2.5rem;
	width: 16.6875rem;
	flex-shrink: 0;
}
.headingRow p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: 0.02em;
	color: #393936;
	margin-right: -8.125rem;
}
.subHeadingRow p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
}
.subHeadingRow p strong {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
}
.subHeadingRow h2 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 8.5rem;
	line-height: 8.6875rem;
	letter-spacing: 0.02em;
	color: #BD2612;
}
.heroLeft ul {
	margin-top: 2.5rem;
	padding: 0rem 2.5rem;
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.heroLeft li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
}
.heroLeft li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.75rem;
	flex-shrink: 0;
}
.heroLeft .button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	margin: 0rem 2.5rem 0.75rem;
}
.heroLeft .buttonWhite {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	margin: 0rem 2.5rem;
}
.heroCenter {
	display: flex;
	width: 27.3125rem;
	margin-top: -5rem
}
.heroCenter img {
	width: 100%;
}
.heroRight {
	width: 20.125rem;
	display: flex;
	flex-direction: column;
	gap: 5rem;
}
.heroRight img {
	width: 100%;
}
/* for */
.forSection {
	background-color: #F8F8F8;
	padding: 5rem 0rem 2.5rem;
}
.forSection h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 4rem;
	letter-spacing: 0.02em;
	color: #BD2612;
}
.forItem h5 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
}
.forItem p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #6F6F6E;
}
.forSection .container {
	gap: 1.5rem;
}
.forLeft {
	width: 34.5625rem;
	flex-shrink: 0;
}
.forRight {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.forItem {
	border: 0.0625rem solid #C8C8C8;
	display: flex;
	gap: 1.5rem;
}
.forItem > div:first-child {
	width: 9.25rem;
	flex-shrink: 0;
	display: flex;
	align-items: flex-end;
}
.forItem > div:first-child img {
	width: 100%;
}
.forItem > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.5rem;
}
/* imagination */
.imaginationSection {
	background-color: #F8F8F8;
	padding: 2.5rem 0rem 2.5rem;
}
.imaginationSection .container {
	gap: 1.5rem;
}
.imaginationLeft {
	width: 34.5625rem;
	flex-shrink: 0;
	padding-right: 3rem;
}
.imaginationLeft h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 4rem;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin-bottom: 1.5rem;
}
.imaginationLeft p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
	margin-bottom: 1.5rem;
}
.imaginationLeft ul {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-right: 3rem;
}
.imaginationLeft li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.imaginationLeft li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.8125rem;
	flex-shrink: 0;
}
.imaginationHeading h5 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000000;
}
.imaginationHeading p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #000000;
}
.imaginationSlideContent h5 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #000000;
}
.imaginationSlideContent p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000000;
}
.imaginationSlideContent p strong {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000000;
}
.imaginationSlideContent p span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #6E6E6E;
}
.imaginationSlideContentTime {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #6E6E6E;
}
.imaginationRight {
	background-color: #FFFFFF;
}
.imaginationHeading {
	display: flex;
	align-items: center;
	padding: 0.625rem 1.125rem;
}
.imaginationHeading > img:first-child {
	width: 3.1875rem;
	height: auto;
	margin-right: 0.71rem;
}
.imaginationHeading > img:last-child {
	width: 2.125rem;
	height: auto;
	margin-left: auto;
}
.imaginationRight {
	width: 48.9375rem;
}
.imaginationSlider {
	width: 100%;
}
.imaginationSlider img {
	width: 100%;
}
.imaginationSubSlide {
	display: flex;
	padding: 0.875rem 1.125rem;
}
.imaginationSubSlide > img:first-child {
	width: 8.375rem;
	height: auto;
}
.imaginationSubSlide > img:last-child {
	width: 2.125rem;
	height: auto;
	margin-left: auto;
}
.imaginationSlideContent {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0rem 1rem 2rem;
}
.imaginationSlider .slick-arrow {
	border: 0rem;
	background-color: transparent;
	font-size: 0rem;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 14.125rem;
	left: 1.875rem;
	cursor: pointer;
	z-index: 1;
	transition: all 0.5s ease;
}
.imaginationSlider .slick-arrow.slick-disabled {
	opacity: 0 !important;
	cursor: default;
}
.imaginationSlider .slick-arrow:hover {
	opacity: 0.92;
}
.imaginationSlider .slick-arrow:active {
	opacity: 0.85;
}
.imaginationSlider .slick-arrow::before {
	content: '';
	display: block;
	background-image: url('../images/imagination/arrow-prev.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 2.5rem;
	height: 2.5rem;
}
.imaginationSlider .slick-next.slick-arrow {
	left: auto;
	right: 1.875rem;
}
.imaginationSlider .slick-next.slick-arrow::before {
	background-image: url('../images/imagination/arrow-next.svg');
}
.imaginationSlider .slick-dots {
	position: absolute;
	display: flex;
	gap: 0.375rem;
	bottom: -2.1875rem;
	width: 100%;
	justify-content: center;
}
.imaginationSlider .slick-dots li {
	height: 0.5rem;
	display: flex;
}
.imaginationSlider .slick-dots li button {
	border: 0rem;
	font-size: 0rem;
	background-color: #E0D8D3;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	cursor: pointer;
}
.imaginationSlider .slick-dots li.slick-active button {
	background-color: #009FFF;
	cursor: default;
}
/* format */
.formatSection {
	background-color: #F8F8F8;
	padding: 2.5rem 0rem 5rem;
}
.formatRight img {
	width: 1.5rem;
	height: auto;
}
.formatLeft h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 4rem;
	letter-spacing: 0.02em;
	color: #BD2612;
}
.formatRight h4 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	border-bottom: 0.0625rem solid #DFDFDF;
	padding-bottom: 0.5rem;
	width: 100%;
}
.formatList {
	margin-top: 2rem;
}
.formatRight ul {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.formatContainer > div {
	width: calc(50% - 0.75rem);
}
.formatRight li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #393936;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.formatSection .container {
	gap: 1.5rem;
}
.formatLeft {
	width: 34.5625rem;
	flex-shrink: 0;
}
.formatContainer {
	display: flex;
	gap: 1.5rem;
}
.formatList {
	display: flex;
	flex-wrap: wrap;
}
.formatList ul {
	width: calc(50% - 0.75rem);
}
.formatList > ul:nth-child(2) {
	gap: 0.625rem;
}
/* program */
.programSection .container {
	flex-direction: column;
	width: 90rem;
}
.programItem {
	position: relative;
	display: flex;
	gap: 1.5rem;
	padding: 1.5rem 2.5rem;
	border-top: 0.0625rem solid #BD2612;
}
.programSection h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 4rem;
	text-align: center;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin: 5rem 0rem 2.5rem 0rem;
}
.programNumber span {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 4rem;
	line-height: 3.5rem;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #BD2612;
}
.programNumber p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-align: center;
	color: #BD2612;
}
.programHeading h4 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: 0.02em;
	color: #252522;
}
.programText {
	overflow: hidden;
	max-height: 0rem;
	transition: all 0.5s ease;
}
.programText .divider {
	display: block;
	height: 0.0625rem;
	margin: 1.5rem 0rem;
	width: 100%;
	background-color: #DFDFDF;
}
.programItem .clickArea {
	position: absolute;
	width: calc(100% - 5rem);
	height: 10rem;
	cursor: pointer;
}
.programHeading {
	display: flex;
	align-items: center;
}
.programHeading::after {
	content: '';
	background-image: url('../images/program/plus.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 1rem;
	height: 1rem;
	display: block;
	margin-left: auto;
	transform: rotate(0deg);
	transition: all 0.5s ease;
}
.activeProgram .programHeading::after {
	transform: rotate(45deg);
}
.programNumber {
	display: flex;
	width: 10rem;
	flex-shrink: 0;
	border: 0.0625rem solid #BD2612;
	border-radius: 5rem;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.125rem;
}
.programRow h5 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	margin-bottom: 0.75rem;
}
.programRow ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.programContent {
	flex-grow: 1;
	justify-content: center;
	display: flex;
	flex-direction: column;
	min-height: 10rem;
}
.programRow img {
	width: 2rem;
	height: auto;
}
.programRow li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.programRow li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.8125rem;
	flex-shrink: 0;
}
.programRow span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #BD2612;
	display: flex;
	gap: 0.5rem;
	align-items: center;
}
.programRow {
	display: flex;
	gap: 3.0625rem;
}
.programRow > div {
	width: calc(50% - 1.5625rem);
	position: relative;
}
.programRow > div:nth-child(2)::before {
	content: '';
	display: block;
	width: 0.0625rem;
	margin: 0rem 1.5rem;
	height: 100%;
	background-color: #DFDFDF;
	position: absolute;
	left: -3.0625rem;
	top: 0rem;
}
.programRed .programNumber span {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 4rem;
	line-height: 3.5rem;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.programRed .programNumber p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-align: center;
	color: #FFFFFF;
}
.programRed .programHeading h4 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: 0.02em;
	color: #BD2612;
}
.programHeading p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #6F6F6E;
	display: flex;
	gap: 0.5rem;
	margin-top: 0.5rem;
}
.programHeading p span {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #F8F8F8;
	background-color: #393936;
	height: 1.75rem;
	display: inline-flex;
	padding: 0rem 0.75rem;
	align-items: center;
}
.programHeading p > span:first-child {
	margin-left: 0.25rem;
}
.programSection .button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 2rem 0rem 2.5rem 0rem;
	height: 4.5rem;
	width: 27.3125rem;
	align-self: center;
}
.programItem.activeProgram .clickArea {
	height: 3.75rem;
}
.programItem.programRed.activeProgram .clickArea {
	height: 5.625rem;
}
.programItem.programRed .programNumber {
	background-color: #BD2612;
}
.programItem.programRed {
	border-bottom: 0.0625rem solid #BD2612;
}
/* points */
.sectionPoints .container {
	gap: 1.5rem;
	padding: 2.5rem 2.5rem 5rem 2.5rem;
}
.sectionPoints .container > * {
	width: calc(50% - 0.75rem);
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	justify-content: space-between;
	position: relative;
}
.sectionPoints .container > * > div {
	padding: 1.5rem;
	gap: 1rem;
	display: flex;
	flex-direction: column;
}
.sectionPoints .container img {
	width: 100%;
	height: auto;
}
.pointsLeft {
	background-color: #F8F8F8;
}
.sectionPoints h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
	color: #BD2612;
}
.sectionPoints li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.sectionPoints ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.sectionPoints li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.8125rem;
	flex-shrink: 0;
}
.sectionPoints p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
}
/* success */
.successSection {
	padding-top: 5rem;
	background-color: #F8F8F8;
}
.successSection .container {
	flex-direction: column;
	gap: 2.5rem;
}
.successSection h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 4rem;
	text-align: center;
	letter-spacing: 0.02em;
	color: #BD2612;
}
.successLeft {
	width: 36.0625rem;
	flex-shrink: 0;
	background-color: #FFFFFF;
	padding: 2.5rem;
}
.successCenter {
	display: flex;
	width: 23.25rem;
	flex-shrink: 0;
}
.successCenter img {
	width: 100%;
	height: auto;
}
.successRight img {
	width: 100%;
	height: auto;
	margin-bottom: 1.5rem;
}
.successLeft h4 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin-bottom: 1.5rem;
}
.successLeft p strong {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
}
.successLeft ul {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
	padding-right: 0.75rem;
}
.successLeft li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.successLeft li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.8125rem;
	flex-shrink: 0;
}
.successLeft p span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #8D8D8C;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.successLeft p span::before {
	content: '';
	background-image: url('../images/common/star.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.5rem;
	flex-shrink: 0;
}
.successBorder {
	margin-top: 1.5rem;
	border: 0.0625rem solid #BD2612;
	padding: 1.5rem;
}
.successBorder p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
}
.successBlock {
	display: flex;
}
.successRight {
	padding: 2.5rem 2.5rem 2.5rem 1.5rem;
	background-color: #FFFFFF;
}
.successRight span {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url('../images/success/new-format.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	width: 30.5625rem;
	height: 4rem;
	padding-left: 6.25rem;
	align-items: center;
	margin-left: -6.4375rem;
	margin-top: 0.625rem;
	margin-bottom: 1.5rem;
	margin-right: -2.5rem;
}
.successRight div p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: 0.02em;
	color: #252522;
}
/* magazine */
.magazineSection {
	background-color: #F8F8F8;
	padding: 2.5rem 0rem;
}
.magazineSection .container {
	overflow: hidden;
}
.magazineLeft {
	position: relative;
}
.magazineLeft img {
	width: 63.6875rem;
	height: auto;
	position: absolute;
	left: -2.5rem;
	top: -3.125rem;
}
.magazineRight {
	width: 57.6875rem;
	padding: 2.5rem 2.5rem 1.5rem 2.5rem;
	background-color: #FFFFFF;
	padding-left: 24.125rem;
	margin-left: auto;
}
.magazineRight h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin-bottom: 1.5rem;
}
.magazineRight h4 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: 0.02em;
	color: #252522;
	margin-bottom: 1.5rem;
}
.magazineRight p span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #8D8D8C;
	display: flex;
	margin-bottom: 1.5rem;
}
.magazineRight h5 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	margin-bottom: 0.75rem;
}
.magazineRight p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	margin-bottom: 0.5rem;
}
.magazineRight .divider {
	display: block;
	height: 0.0625rem;
	margin: 1.5rem 0rem;
	width: 100%;
	background-color: #DFDFDF;
}
.magazineLists ul {
	display: flex;
	gap: 0.75rem;
	flex-direction: column;
}
.magazineLists li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.magazineLists {
	display: flex;
	gap: 0.5rem;
}
.magazineLists li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.8125rem;
	flex-shrink: 0;
}
.magazineBorder p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #393936;
}
.magazineBorder p span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #BD2612;
	display: inline;
}
.magazineBorder {
	border: 0.0625rem solid #BD2612;
	padding: 1.5rem;
	margin-top: 1.5rem;
}
/* platform */
.platformSection {
	background-color: #F8F8F8;
	padding: 2.5rem 0rem 0rem;
}
.platformSection .container {
	flex-direction: column;
	background-color: #FFFFFF;
	padding: 2.5rem 2.5rem 5rem 2.5rem;
	gap: 1.5rem;
}
.platformRow > img:last-child {
	width: 36.75rem;
	flex-shrink: 0;
	height: auto;
	margin-left: auto;
}
.platformRow {
	display: flex;
	gap: 1.5rem;
}
.platformRow > img:first-child {
	width: 33.625rem;
	flex-shrink: 0;
	height: auto;	
}
.platformRow > div {
	position: relative;
	padding: 1.5rem 1.5rem 0rem 0rem;
}
.platformRow > div img {
	position: absolute;
	width: 30.0625rem;
	height: auto;
	top: -0.5rem;
	left: 15.3125rem;
}
.platformSection h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin-bottom: 1rem;
}
.platformSection h4 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: 0.02em;
	color: #252522;
	margin-bottom: 1rem;
}
.platformSection p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
}
.platformSection li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	list-style-type: disc;
}
.platformSection ul {
	margin-left: 2rem;
}
/* library */
.librarySection {
	background-color: #F8F8F8;
	padding: 2.5rem 0rem 0rem;
}
.librarySection .container {
	background-color: #FFFFFF;
}
.libraryColumn a {
	display: flex;
}
.librarySection .container > .libraryColumn {
	display: flex;
	flex-direction: column;
}
.librarySection .container > .libraryColumn:first-child {
	width: 36.0625rem;
	padding: 2.5rem 1.5rem 2.5rem 2.5rem;
	flex-shrink: 0;
}
.librarySection .container > .libraryColumn:nth-child(2) {
	width: 21.625rem;
	gap: 1.5rem;
	flex-shrink: 0;
	padding: 2.5rem 0rem;
}
.librarySection .container > .libraryColumn:last-child {
	flex-grow: 1;
	padding: 2.5rem 2.5rem 2.5rem 1.5rem;
}
.librarySection .container > .libraryColumn img {
	width: 100%;
	height: auto;
}
.libraryColumn h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin-bottom: 1.5rem;
}
.libraryColumn p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	margin-bottom: 2.5rem;
}
.libraryColumn p span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #BD2612;
}
/* context */
.contextSection {
	padding-bottom: 5rem;
}
/* prices */
.pricesSection {
	padding-top: 5rem;
}
.pricesSection .container {
	flex-direction: column;
}
.pricesSection h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 4rem;
	text-align: center;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin-bottom: 2.5rem;
}
.priceList {
	display: flex;
	gap: 1.5rem;
}
.priceList > .priceItem {
	border: 0.0625rem solid #BD2612;
	padding: 1.5rem;
	width: calc((100% - 4.5rem) / 4);
	flex-shrink: 0;
}
.priceItem h4 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	text-align: center;
	letter-spacing: 0.02em;
	color: #BD2612;
	border-bottom: 0.0625rem solid #C2C2C2;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.pricesAccess {
	border-bottom: 0.0625rem solid #C2C2C2;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.pricesList {
	border-bottom: 0.0625rem solid #C2C2C2;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.pricesAccess p span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #B5B5B5;
}
.priceItem ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.priceItem li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.priceItem li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.8125rem;
	flex-shrink: 0;
}
.priceItem li.priceListDisabled::before {
	background-image: url('../images/common/cross.svg');
}
.priceItem li.priceListDisabled {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #B5B5B5;
}
.pricesValues > .pricesRow > .priceItem span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #C8C8C8;
}
.pricesValues > .pricesRow > .priceItem p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: rgba(43, 43, 40, 0.4);
}
.pricesValues > .pricesRow:first-child > .priceItem:first-child span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #BD2612;
}
.pricesValues > .pricesRow:first-child > .priceItem:first-child p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	text-align: left;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #252522;
}
.pricesButtons .button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	gap: 1rem;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}
.pricesButtons .buttonWhite {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	gap: 0.5rem;
}
.priceUltraLeft h4 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin-bottom: 1.5rem;
}
.priceUltraLeft ul {
	gap: 0.5rem;
	flex-direction: column;
	display: flex;
}
.priceUltra {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.priceUltraLeft {
	width: 33.0625rem;
	flex-shrink: 0;
}
.priceUltraRight {
	width: 25.8125rem;
	flex-shrink: 0;
}
.priceUltraLeft li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #DFDFDF;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.priceUltraLeft li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.8125rem;
	flex-shrink: 0;
}
.priceUltraLeft p {
	margin-top: 1rem;
	margin-bottom: 0.75rem;
}
.priceUltraLeft p span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #DFDFDF;
}
.priceUltraRight p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 150%;
	color: #FFFFFF;
}
.priceUltraRight span {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 4rem;
	line-height: 4.5rem;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.priceUltraRight .button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.priceUltra {
	background-color: #252522;
	padding: 2.5rem 1.5rem;
	position: relative;
	align-items: center;
}
.priceUltraCenter img {
	width: 35rem;
	height: auto;
	position: absolute;
	left: 21.25rem;
	bottom: -0.0625rem;
}
.pricesRow {
	display: flex;
	justify-content: space-between;
}
.pricesRow .divider {
	background-color: #C2C2C2;
	width: 0.0625rem;
}
.pricesRow .priceItem {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
	justify-content: flex-end;
	width: calc(50% - 0.0625rem);
}
.pricesRow .priceItem > div {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.pricesRow .priceItem:last-child {
	align-items: flex-end;
}
.pricesValues > .pricesRow:nth-child(2) {
	border-top: 0.0625rem solid #C2C2C2;
	padding-top: 1.5rem;
	margin-top: 1.5rem;
}
.priceUltraRight > div {
	display: flex;
	justify-content: space-between;
	border-bottom: 0.0625rem solid #DFDFDF;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
/* credit */
.creditSection {
	margin-bottom: 1.5rem;
}
.creditSection .container {
	justify-content: space-between;
}
.creditItem h4 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.creditItem ul {
	display: flex;
	gap: 0.25rem;
	flex-direction: column;
}
.creditItem img {
	width: 19.1875rem;
	height: auto;
}
.creditItem > div {
	display: flex;
	gap: 1.5rem;
}
.creditItem > div > ul:first-child {
	flex-shrink: 0;
}
.creditItem li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	display: flex;
	gap: 0.5rem;
}
.creditItem li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.75rem;
	flex-shrink: 0;
}
.creditItem p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #B5B5B5;
	margin-bottom: 0.25rem;
}
.creditItem {
	border: 0.0625rem solid #BD2612;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: calc(50% - 0.75rem);
}
/* questions-action */
.questionsActionSection {
	padding-bottom: 2.5rem;
}
.questionsActionSection .container {
	padding: 2.5rem;
	background-color: #F8F8F8;
}
.questionsActionLeft {
	width: 32.625rem;
}
.questionsActionLeft h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin-top: 1rem;
}
.questionsActionLeft p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
}
.questionsActionLeft p strong {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	display: flex;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.questionsActionLeft .button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 28.5625rem;
	height: 4.5rem;
}
.questionsActionSection img {
	width: 46rem;
	height: auto;
	margin-bottom: -2.5rem;
	margin-top: -3.75rem;
}
/* video */
.videoSection .container {
	flex-direction: column;
}
.videoContainer {
	display: flex;
	background-color: #F8F8F8;
	flex-direction: column;
	padding: 2.5rem 2.5rem 4.625rem 2.5rem;
}
.videoSection h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 4rem;
	text-align: center;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin: 2.5rem 0rem 1rem 0rem;
}
.videoSection p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	text-align: center;
	letter-spacing: 0.02em;
	color: #252522;
	margin-bottom: 2.5rem;
}
.videoSection h4 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin-bottom: 2.5rem;
}
.videoSection .slick-arrow {
	border: 0rem;
	background-color: transparent;
	font-size: 0rem;
	width: 3.875rem;
	height: 3.875rem;
	position: absolute;
	top: -6.375rem;
	right: 5.375rem;
	cursor: pointer;
	z-index: 1;
	transition: all 0.5s ease;
}
.videoSection .slick-arrow:hover {
	opacity: 0.90;
}
.videoSection .slick-arrow:active {
	opacity: 0.80;
}
.videoSection .slick-arrow::before {
	content: '';
	display: block;
	background-image: url('../images/common/arrow-prev.svg');
	background-size: 1.5rem;
	background-repeat: no-repeat;
	background-position: center;
	width: 3.875rem;
	height: 3.875rem;
	border: 0.0625rem solid #BD2612;
	box-sizing: border-box;
}
.videoSection .slick-next.slick-arrow {
	right: 0rem;
}
.videoSection .slick-next.slick-arrow::before {
	background-image: url('../images/common/arrow-next.svg');
}
.videoSection .slick-dots {
	position: absolute;
	display: flex;
	gap: 0.5rem;
	bottom: -2.125rem;
	right: 0rem;
	width: 100%;
	justify-content: flex-end;
}
.videoSection .slick-dots li {
	height: 0.5rem;
	display: flex;
}
.videoSection .slick-dots li button {
	border: 0rem;
	font-size: 0rem;
	background-color: #DFDFDF;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 0rem;
	cursor: pointer;
	transition: all 0.5s ease;
}
.videoSection .slick-dots li.slick-active button {
	background-color: #BD2612;
	cursor: default;
	width: 1.875rem;
}
.videoSection .slick-slide img {
	width: 100%;
	height: auto;
}
.videoSection .slick-slide {
	margin: 0 0.75rem !important;
}
.videoSection .slick-list {
	margin: 0 -0.75rem;
}
.video > a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.video > a::before {
	content: '';
	position: absolute;
	display: block;
	background-image: url('../images/common/play.svg');
	background-size: contain;
	background-position: center;
	width: 5.8125rem;
	height: 5rem;
	transition: all 0.5s ease;
	background-repeat: no-repeat;
}
.video > a:hover::before {
	opacity: 0.92;
}
.video > a:active::before {
	opacity: 0.85;
}
/* comments */
.showMoreConteainer a {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #BD2612;
	width: 100%;
	background-color: transparent;
}
.showMoreConteainer a {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #BD2612;
	width: 100%;
	background-color: transparent;
}
.showMoreConteainer a:hover {
	color: #fff;
	background-color: #BD2612;
}
.showMoreConteainer a:active {
	color: #fff;
	background-color: #BD2612;
	opacity: 0.85;
}
.commentsSection .container {
	flex-direction: column;
	padding: 2.5rem 0rem;
}
.commentsList {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	transition: max-height 1s ease;
}
.commentsList > ul {
	display: flex;
	width: 27.3125rem;
	flex-direction: column;
	gap: 1.5rem;
}
.commentsList > ul > li,
.commentsList > ul > li img {
	width: 100%;
	height: auto;
}
.showMoreConteainer {
	position: relative;
}
.showMoreShadow {
	position: absolute;
	height: 11.25rem;
	min-height: 9.375rem;
	width: 100%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
	bottom: 100%;
}
.commentsMobile {
	display: none;
}
/* more reviews */
.moreReviewsSection {
	padding-bottom: 2.5rem;
}
.moreReviewsSection .container {
	padding: 2.5rem 1.5rem;
	background-color: #F8F8F8;
	background-image: url('../images/reviews/background.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
.moreReviewsLeft h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin-bottom: 2rem;
}
.moreReviewsLeft .button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.moreReviewsLeft {
	width: 30.5625rem;
	flex-shrink: 0;
}
/* results */
.resultsSection h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 0.02em;
	color: #BD2612;
}
.resultsSlide h4 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.27258125rem;
	line-height: 110%;
	color: #252522;
	padding: 0.75rem 0.75rem 0.75rem 0rem;
}
.resultsMajor span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 0.5rem;
	line-height: 120%;
	color: #BD2612;
}
.resultsMajor p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1rem;
	color: #252522;
}
.resultsPhoto {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 0.75rem 0.75rem 0.75rem 0rem;
}
.resultsPhoto .redButton.social {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1rem;
	color: #BD2612;
	text-transform: none;
	padding: 0.5rem;
}
.resultsPhoto .redButton.social::after {
	width: 0.625rem;
	height: 0.625rem;
}
.resultsPhoto .redButton.social:hover::after {
	transform: translate(0.375rem, 0rem);
}
.resultsBlock h5 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 0.5rem;
	line-height: 120%;
	color: #BD2612;
}
.resultsBlock li p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 0.625rem;
	line-height: 0.8125rem;
	color: #252522;
}
.resultsBlock.bigText li p {
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1rem;
}
.resultsBlock li {
	display: flex;
	gap: 0.25rem;
}
.resultsBlock li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 0.8275rem;
	height: 1rem;
	flex-shrink: 0;
}
.resultsBlock ul ul {
	padding: 0.1875rem 0rem 0.1875rem 0rem;
}
.resultsBlock li p span {
	background-color: #FFEFAA;
}
.resultsSection .container {
	flex-direction: column;
	gap: 2.9375rem;
	background-color: #F8F8F8;
	padding: 2.5rem 2.5rem 4.625rem 2.5rem;
}
.resultsSlide {
	background-color: #FFFFFF;
	padding: 0.75rem;
}
.resultsContent {
	display: flex;
	gap: 0rem;
	border-top: 0.0625rem solid #DFDFDF;
	border-bottom: 0.0625rem solid #DFDFDF;
	min-height: 25.875rem;
}
.resultsBlock {
	background-color: #F8F8F8;
	padding: 0.375rem;
}
.leftResults {
	display: flex;
	flex-direction: column;
	border-right: 0.0625rem solid #DFDFDF;
	width: 12.25rem;
	flex-shrink: 0;
}
.leftResults img {
	width: 100%;
	height: auto;
}
.resultsRight {
	display: flex;
	flex-direction: column;
	padding: 0.75rem 0rem 0.75rem 0.75rem;
	gap: 0.5rem;
}
.resultsRight ul {
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
}
.resultsMajor {
	border-top: 0.0625rem solid #DFDFDF;
	border-bottom: 0.0625rem solid #DFDFDF;
	padding: 0.75rem 0.75rem 0.75rem 0rem;
}
.resultsSection .slick-arrow {
	border: 0rem;
	background-color: transparent;
	font-size: 0rem;
	width: 3.875rem;
	height: 3.875rem;
	position: absolute;
	top: -6.375rem;
	right: 5.375rem;
	cursor: pointer;
	z-index: 1;
	transition: all 0.5s ease;
}
.resultsSection .slick-arrow:hover {
	opacity: 0.90;
}
.resultsSection .slick-arrow:active {
	opacity: 0.80;
}
.resultsSection .slick-arrow::before {
	content: '';
	display: block;
	background-image: url('../images/common/arrow-prev.svg');
	background-size: 1.5rem;
	background-repeat: no-repeat;
	background-position: center;
	width: 3.875rem;
	height: 3.875rem;
	border: 0.0625rem solid #BD2612;
	box-sizing: border-box;
}
.resultsSection .slick-next.slick-arrow {
	right: 0rem;
}
.resultsSection .slick-next.slick-arrow::before {
	background-image: url('../images/common/arrow-next.svg');
}
.resultsSection .slick-dots {
	position: absolute;
	display: flex;
	gap: 0.5rem;
	bottom: -2.125rem;
	right: 0rem;
	width: 100%;
	justify-content: flex-end;
}
.resultsSection .slick-dots li {
	height: 0.5rem;
	display: flex;
}
.resultsSection .slick-dots li button {
	border: 0rem;
	font-size: 0rem;
	background-color: #DFDFDF;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 0rem;
	cursor: pointer;
	transition: all 0.5s ease;
}
.resultsSection .slick-dots li.slick-active button {
	background-color: #BD2612;
	cursor: default;
	width: 1.875rem;
}
.resultsSection .slick-slide img {
	width: 100%;
	height: auto;
}
.resultsSection .slick-slide {
	margin: 0 0.75rem !important;
}
.resultsSection .slick-list {
	margin: 0 -0.75rem;
}
/* questions */
.questionsSection {
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
	padding-top: 5rem;
}
.questionsSection h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 4rem;
	text-align: center;
	letter-spacing: 0.02em;
	color: #BD2612;
	margin-bottom: 2.5rem;
}
.questionsSection .questionsList .questionHead {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	display: flex;
	align-items: center;
}
.questionsSection .questionsList .questionAnswer > p:first-child {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 0.0625rem solid #C8C8C8;
}
.question {
	border: 0.0625rem solid #C8C8C8;
	background: transparent;
	padding: 1.5rem;
	position: relative;
	margin-top: 1.5rem;
}
.questionsSection .clickArea {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 9;
	cursor: pointer;
}
.question > .questionAnswer {
	overflow: hidden;
	max-height: 0rem;
	transition: max-height 0.5s ease;
	padding-right: 0rem;
}
.question > .questionHead::before {
	content: '';
	position: absolute;
	right: 2rem;
	width: 0.9rem;
	height: 0.125rem;
	background: #BD2612;
}
.question > .questionHead::after {
	content: '';
	position: absolute;
	right: 2.375rem;
	height: 0.9rem;
	width: 0.125rem;
	opacity: 1;
	background: #BD2612;
	transition: transform 0.5s ease 0s;
}
.activeQuestion .clickArea {
	height: 6.25rem;
}
.question.zeroOpacity > .questionHead::after {
	opacity: 0;
}
.question.activeQuestion > .questionHead::after {
	transform: rotate(90deg);
}
.questionAnswer a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	text-decoration-line: underline;
	color: #BD2612;
}
.questionsSection .questionsList .questionAnswer {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
}
.questionsSection .container {
	flex-direction: column;
}
.question {
	margin-top: 1.5rem;
	padding: 1.5rem 1.5rem;
}
.classQuestionContainer h4 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #BD2612;
	border-bottom: 0.0625rem solid #C8C8C8;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.classQuestionContainer .button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.questionsList {
	width: 36.0625rem;
	flex-shrink: 0;
	padding: 2.5rem;
	background-color: #FFFFFF;
}
.questionsList > .question:first-child {
	margin-top: 0rem;
}
.questionsContainer {
	display: flex;
	padding: 2.5rem;
	background-color: #F8F8F8;
}
.questionsRight {
	flex-grow: 1;
	background-image: url('../images/questions/questions.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.classQuestionContainer {
	border: 0.0625rem solid #C8C8C8;
	padding: 1.5rem;
	margin-top: 1.5rem;
}
.questionAnswer li {
	display: flex;
	gap: 0.5rem;
}
.questionAnswer li::before {
	content: '';
	background-image: url('../images/common/marker-area.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.5rem;
	height: 1.75rem;
	flex-shrink: 0;
}
/* socials */
.socialsSection > div > a {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #BD2612;
	width: 27.3125rem;
	box-sizing: border-box;
}
.socialsSection .container {
	padding: 2.5rem 0rem;
	justify-content: space-between;
}
@media all and (max-width: 1440px) and (min-width: 768px) {
	.socialsSection .container {
		width: 98%;
	}
}
/* banner */
.bannerSection img {
	width: 100%;
	margin-bottom: -17.75rem;
	margin-top: -9.875rem;
	z-index: -1;
}
/* foot */
.footerSection .footerMenu li a,
.footerSection .footerMenu li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #6F6F6E;
}
.footerMenu > li:nth-child(3) {
	margin-top: 0.75rem;
}
.footerSection > div > a {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6F6F6E;
}
.footerSection {
	display: flex;
	justify-content: center;
}
.footerSection .container {
	padding: 4.375rem 0rem;
	justify-content: space-between;
}
.footerSection > div > a,
.footerData,
.footerMenu {
	display: flex;
	flex-direction: column;
	width: 27.3125rem;
	gap: 0.75rem;
}
/* buttons */
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.0625rem solid #BD2612;
	background-color: #BD2612;
	color: #FFFFFF;
	height: 3.5rem;
	transition: all 0.5s ease;
}
.button:hover,
.button:active {
	background-color: #FFFFFF;
	color: #BD2612;
}
.button:active {
	opacity: 0.85;
}
.buttonWhite {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.0625rem solid #BD2612;
	background-color: #FFFFFF;
	color: #BD2612;
	height: 3.5rem;
	transition: all 0.5s ease;
}
.buttonWhite:hover,
.buttonWhite:active {
	background-color: #BD2612;
	color: #FFFFFF;
}
.buttonWhite:active {
	opacity: 0.85;
}
.telegramButton {
	gap: 0.75rem;
}
.telegramButton svg {
	transition: transform 0.5s ease;
}
.telegramButton:hover svg {
	transform: translateX(1.5rem) rotate(45deg);
}
.telegramButton path {
	fill: currentColor;
}
.redButton {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1.1875rem 2.5rem;
	gap: 1.5rem;
	text-decoration: none;
	border: 0.0625rem solid #BD2612;
	box-sizing: border-box;
	transition: all 0.5s ease;
}

.redButton:hover{
	border: 0.0625rem solid #A91200;
}

.redButton:active{
	border: 0.0625rem solid #950000;
}

.redButton.social {
	flex-direction: row;
	justify-content: space-between;
	text-transform: uppercase;
	text-decoration: none;
}
.redButton.social::after {
	content: '';
	width: 1rem;
	height: 1rem;
	display: block;
	background-image: url('../images/common/icon-social.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: transform 0.75s ease;
}
.redButton.social:hover::after {
	transform: translate(1.125rem, 0rem);
}
.blackButton {
	padding: 1.25rem 2.5rem;
	border: 0.0625rem solid #DFDFDF;
	text-decoration: none;
	transition: all 0.5s ease;
}

.blackButton:hover {
	border: 0.0625rem solid #C8C8C8;
}

.blackButton:active {
	border: 0.0625rem solid #393936;
}
.blackButton.top {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 3.875rem;
	align-self: center;
}
.blackButton.top::after {
	content: '';
	width: 1rem;
	height: 1rem;
	display: block;
	background-image: url('../images/common/icon-top.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: transform 0.75s ease;
}
.blackButton.top:hover::after {
	transform: translate(0rem, -0.75rem);
}
.fancybox-infobar {
	display: none !important;
}
.clickArea {
	z-index: 2;
}
/* popups */
.popupForm {
	width: 70.625rem;
	background-color: #F8F8F8;
	padding: 0 !important;
	overflow: visible;
	margin-top: 3.125rem;
	max-width: 100%;
}
.popupForm .button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.popupContent {
	display: flex;
	padding: 2.9375rem 2.5rem;
	height: 41.225rem;
	align-items: center;
}
.popupForm .fancybox-button.fancybox-close-small {
	top: -3.125rem;
	right: 0rem;
}
.popupForm .fancybox-button.fancybox-close-small path {
	fill: #fff;
}
.popupForm input[type=text],
.popupForm input[type=email],
.popupForm input[type=tel] {
	box-sizing: border-box;
	padding: 0.75rem;
	border: 0.0625rem solid #C8C8C8;
	border-radius: 0rem;
	outline: none;
	margin-bottom: 0.5rem;
}
.popupLeft {
	width: 35.25rem;
}
.popupContent {
	position: relative;
}
.popupContent img {
	position: absolute;
	width: 41.375rem;
	height: auto;
	bottom: 0rem;
	z-index: 9;
	right: -6.5rem;
}
.popupLeft form {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	z-index: 10;
	position: relative;
}
.popupLeft h3 {
	font-family: TenorSans;
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #BD2612;
	margin-bottom: 1.6875rem;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #BD2612;
}
.popupLeft label {
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
}
.popupLeft .btn {
	font-family: TenorSans;
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 150%;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 0.9375rem;
	margin-top: 2rem;
}
.preloaderText {
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 1.25rem;
	top: 0rem;
	left: 0rem;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	font-size: 2rem;
	font-family: TenorSans;
	opacity: 0;
	text-align: center;
	transition: opacity 0.5s ease 0.1s;
}
.preloaderText.textShow {
	display: flex;
}
.preloaderText.textShow.textShowOpacity {
	opacity: 1;
}
.preloaderText div {
	font-family: 'Tenor Sans';
}
.noScroll {
	overflow: hidden;
}
/* gif */
.magazineGif {
	width: 21.1875rem;
	height: 21.1875rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	bottom: 2.5rem;
	left: 2.125rem;
}
.magazineGif img {
	width: 100%;
	position: absolute;
	top: -7.875rem;
	left: 0rem;
}
.sectionPoints .container .mobileHide.pointsArrow {
	position: absolute;
	width: 27.875rem;
	top: 1.625rem;
	left: 13.625rem;
}
.priceItem {
	position: relative;
}
.pricesRotating {
	position: absolute;
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -3.1875rem;
	right: -0.6875rem;
}
.pricesRotating > img:first-child {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: 7s linear 0s infinite rotateImage;
}
.pricesRotating > img:last-child {
	position: absolute;
	width: 67%;
	height: 67%;
}
@keyframes rotateImage {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/* animations */
.heroLeft > span {
	opacity: 0;
	transform: translateX(-12.5rem);
	transition: all 1.5s ease 1.5s;
}
.heroLeft > span.animated {
	opacity: 1;
	transform: translateX(0rem);
}
.heroLeft li::before {
	opacity: 0;
	transform: translateX(-12.5rem);
	transition: all 1.5s ease 1.5s;
}
.heroLeft li.animated::before {
	opacity: 1;
	transform: translateX(0rem);
}
.forItem {
	opacity: 0;
	transform: translateY(12.5rem);
	transition: all 1.5s ease 0.5s;
}
.forItem.animated{
	opacity: 1;
	transform: translateY(0rem);
}
.imaginationLeft li::before {
	opacity: 0;
	transform: translateX(-12.5rem);
	transition: all 1.5s ease 0.5s;
}
.imaginationLeft li.animated::before {
	opacity: 1;
	transform: translateX(0rem);
}
.successRight span {
	opacity: 0;
	transform: translateX(25rem);
	transition: all 1.5s ease 0.5s;
}
.successRight span.animated {
	opacity: 1;
	transform: translateX(0rem);
}
.successLeft li::before {
	opacity: 0;
	transform: translateX(-12.5rem);
	transition: all 1.5s ease 0.5s;
}
.successLeft li.animated::before {
	opacity: 1;
	transform: translateX(0rem);
}
.magazineLists li::before {
	opacity: 0;
	transform: translateX(-12.5rem);
	transition: all 1.5s ease 0.5s;
}
.magazineLists li.animated::before {
	opacity: 1;
	transform: translateX(0rem);
}
.priceUltraLeft li::before {
	opacity: 0;
	transform: translateX(-12.5rem);
	transition: all 1.5s ease 0.5s;
}
.priceUltraLeft li.animated::before {
	opacity: 1;
	transform: translateX(0rem);
}
.creditItem li::before {
	opacity: 0;
	transform: translateX(-12.5rem);
	transition: all 1.5s ease 0.5s;
}
.creditItem li.animated::before {
	opacity: 1;
	transform: translateX(0rem);
}
.slick-arrow::before {
	transition: all 0.5s ease;
}
.slick-arrow:hover::before {
	background-position-x: 30%;
}
.slick-next.slick-arrow:hover::before {
	background-position-x: 70%;
}