*,
*:before,
*:after {
	box-sizing: border-box;
}
html,
body {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 18px;
	color: #393a3f;
}
a {
	text-decoration: none;
	transition: all 0.3s ease;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
	font-weight: 300;
	line-height: 1.4;
}
button {
	background: none;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
[x-cloak] {
	display: none !important;
}
.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

/**
 * Header
 */
.header {
	background: url(../images/header-bg.webp) no-repeat bottom center / cover;
	padding: 55px 0 0;
	min-height: 644px;
	position: relative;
	color: #fff;
}
.header:before {
	content: "";
	width: 285px;
	height: 364px;
	position: absolute;
	background: url(../images/sheet.webp) no-repeat center / cover;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 376px;
}
.header__content {
	padding: 140px 0 0 120px;
	display: flex;
	flex-direction: column;
	align-items: start;
}
.header__title {
	font-size: 74px;
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	display: inline-block;
	margin-bottom: 30px;
}
.header__title:after {
	content: "";
	width: 174px;
	height: 174px;
	position: absolute;
	background: url(../images/chmeditor.webp) no-repeat center / cover;
	top: 34px;
	left: -15px;
	transform: translate(-50%, -100%);
}
.header__download {
	max-width: 350px;
	width: 100%;
}
.headerNav {
	display: flex;
	margin-left: auto;
	position: relative;
}
.headerNav__list {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin-left: auto;
	z-index: 1;
}
.headerNav__item span,
.headerNav__link {
	line-height: 42px;
	font-size: 18px;
	padding: 0 15px;
	display: block;
	font-weight: 300;
	cursor: pointer;
	color: #fff;
	display: block;
	text-align: center;
}
.headerNav__item span {
	text-align: left;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-chevron-down' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")
		no-repeat 94% center / 20px;
}
.headerNav__item {
	--bg-color: #1abc9c;
	background-color: var(--bg-color);
	position: relative;
	min-width: 172px;
	opacity: 0.85;
	transition: all 0.3s ease;
}
.headerNav__item:first-child {
	--bg-color: #282f37;
}
.headerNav__item:nth-child(2) {
	--bg-color: #1e6f67;
}
.headerNav__item:nth-child(3) {
	--bg-color: #50c2ab9e;
}
.headerNav__item:hover {
	opacity: 1;
}

.headerNav__item:hover .headerNav__submenu {
	display: block;
}
.headerNav__submenu {
	display: none;
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--bg-color);
	width: 140%;
	padding: 10px 15px;
}
.headerNav__submenu-link {
	display: block;
	padding: 8px 10px;
	color: #fff;
	font-size: 16px;
}
.headerNav__submenu-link:hover {
	transform: translateX(5px);
	opacity: 0.9;
}

/**
 * Buttons
 */
.btn {
	text-align: center;
	background-color: #1abc9c;
	padding: 13px 10px;
	font-size: 36px;
	color: #fff;
	transition: all 0.3s ease;
}
.btn:hover {
	transform: scale(0.97);
}
.btn--secondary {
	background-color: #41876e;
	color: #fff;
	font-size: 28px;
	border-radius: 5px;
	padding: 8px 25px;
}

/**
 * Cover video
 */
.bCoverVideo {
	position: relative;
	padding: 25px;
	background-color: #41876e;
	height: 550px;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
.bCoverVideo iframe {
	width: 100%;
	height: 100%;
}
.bCoverVideo__content {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.62);
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: 65px 0px 0px 65px;
	color: #fff;
}
.bCoverVideo__title {
	max-width: 100%;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 15px;
	margin: 0;
}
.bCoverVideo__text {
	max-width: 400px;
}
.bCoverVideo__start {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8dcb8c;
	outline: none;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 12;
}
.bCoverVideo__start:hover {
	background: #afe1ae;
}
.bCoverVideo__start span {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 38px;
	border-color: transparent transparent transparent #fff;
	transform: rotate(0deg);
	margin-left: 14px;
}

/**
 * Introduction
 */
.bIntroduce {
	margin-top: -40px;
	padding-bottom: 65px;
}
.bIntroduce__title {
	font-weight: 300;
	margin: 0;
	font-size: 32px;
	color: #393a3f;
	padding-bottom: 20px;
	max-width: 740px;
	width: 100%;
}
.bIntroduce__text {
	font-size: 20px;
	margin-bottom: 50px;
}

/**
 * Licenses
 */
.bLicenses {
	--grid-template-columns: 1fr 340px 340px;

	background-color: #393a3f;
}
.bLicenses__content {
	display: grid;
	grid-template-columns: var(--grid-template-columns);
	color: #fff;
	gap: 30px;
	align-items: center;
	padding: 30px 0;
}
.bLicenses__title {
	font-size: 28px;
}
.bLicenses__title span {
	font-size: 38px;
	font-weight: 400;
	display: block;
}

.bLicenses__type {
	--base-color: #7ac477;
	width: 100%;
	border: 1px solid var(--base-color);
	color: var(--base-color);
	padding: 7px 0;
	font-size: 28px;
	text-align: center;
}
.bLicenses__type:nth-child(2) {
	--base-color: #56a68b;
}

.bLicenses__compare {
	background-color: #edf0f7;
}
.bLicenses__compareItem {
	color: #393a3f;
	font-size: 22px;
}
.bLicenses__compareItem .container {
	height: 50px;
	display: grid;
	grid-template-columns: var(--grid-template-columns);
	align-items: center;
	gap: 30px;
}
.bLicenses__compareItem:nth-child(even) {
	background-color: #dbdde4;
}
.bLicenses__compareYes {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	margin: auto;
	background: #41876e
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-check' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")
		no-repeat center / 20px;
}
.bLicenses__compareYes:last-child {
	background-color: #7ac477;
}
.bLicenses__payment {
	background-color: #edf0f7;
	padding: 40px 0;
}
.bLicenses__payment .container {
	display: grid;
	grid-template-columns: var(--grid-template-columns);
	gap: 30px;
}
.bLicenses__paymentAssistance span {
	color: #6f7076;
	font-size: 28px;
	padding-bottom: 5px;
	font-weight: 700;
}
.bLicenses__paymentAssistance p {
	color: #76787e;
	font-size: 16px;
	margin: 10px 0 0;
}

.bLicenses__buy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.bLicenses__buy .bPayment {
	margin: 20px auto 0;
}
.bLicenses__buy .btn {
	width: 90%;
}
.bLicenses__buy.second .btn {
	background-color: #7ac477;
}
/**
 * Footer
 */
.footer {
	width: 100%;
	background-color: #393a3f;
	color: #bebebf;
	font-size: 16px;
}
.footer__copyright {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__copyright span {
	margin-right: 50px;
}
.footer__copyright img {
	max-width: 150px;
	width: 100%;
	display: block;
}
.footer__menu {
	display: flex;
	gap: 20px;
	margin: 0;
}
.footer__menuItem a {
	color: #bebebf;
}
.footer__menuItem a:hover {
	color: #fff;
}
/**
 * Payment
 */
.bPayment {
	display: inline-flex;
	gap: 5px;
}
.bPayment__item {
	width: 53px;
	height: 36px;
	object-fit: cover;
	display: block;
}

/**
 * Reviews
 */
.bReviews {
	padding: 45px 0;
	background: #90c08e;
}
.bReviews .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: clamp(30px, 7vw, 130px);
}
.bReviews__wrap {
	padding: 0 40px;
}
.bReviews__wrap {
	flex: 1;
}

.bReviews__item {
	color: #fff;
	max-width: 680px;
	margin: 0 auto;
}
.bReviews__item p {
	margin: 5px 0;
	line-height: 1.4;
}

.bReviews__subtitle {
	margin-bottom: 10px;
}
.bReviews__author {
	font-weight: 700;
	margin-top: 15px;
}

.bReviews__img {
	width: 100%;
	max-width: 150px;
	margin-top: 40px;
	display: block;
	height: auto;
}

.hamburger {
	width: 40px;
	height: 35px;
	position: relative;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
	margin-left: auto;
	display: none;
}
.hamburger span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
	top: 11px;
}

.hamburger span:nth-child(4) {
	top: 22px;
}

.hamburger.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.hamburger.open span:nth-child(2) {
	transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
	transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.splide__arrow--prev {
	left: -40px;
}
.splide__arrow--next {
	right: -40px;
}

.green-download-link {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 390px;
	background: #1abc9c;
	font-size: 36px;
	color: #fff;
	padding: 18px;
	margin: 30px;
}

.content {
	margin-bottom: 40px;
}
.content h2 {
	font-size: 26px;
	margin: 20px;
	line-height: 1.5;
	font-weight: normal;
}

.content h3 {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: normal;
}

.content p {
	margin-top: 30px;
	margin-bottom: 20px;
}

.content ul {
	margin-bottom: 40px;
	margin-left: 36px;
}
.content ol {
	list-style-type: none;
	counter-reset: list;
}
.content ol li {
	margin-bottom: 25px;
	min-height: 65px;
	position: relative;
}
.content ol li:before {
	content: counter(list);
	counter-increment: list;
	color: #1abc9cff;
	font-size: 32px;
	position: absolute;
	top: -28px;
	display: inline-block;
	padding-right: 29px;
	float: left;
	line-height: 75px;
	font-family: Marmelad;
	font-weight: 600;
	margin-left: -100px;
	width: 114px;
	text-align: right;
}
.content ul li {
	list-style-type: none;
}
.entry ul:not(.toc_list):not(.pagination) li:before {
	color: #1abc9cff;
	content: "\2022 ";
	padding-right: 10px;
	font-size: 32px;
	line-height: 0;
	display: inline-block;
	position: relative;
	top: 13px;
	padding-right: 36px;
}
.entry p {
	padding-bottom: 1em;
}

.entry-content li {
	margin: 1rem;
}
.content li > img {
	padding: 1rem;
}

.pageTitle {
	font-size: 47px;
	color: #393a3f;
	padding-bottom: 20px;
	width: 100%;
	margin: -20px 0 0;
	text-transform: uppercase;
	font-weight: 400;
}
.svg-sprite {
	width: 24px;
	height: 24px;
}

@media (max-width: 1024px) {
	.header {
		min-height: 550px;
	}
	.header:before {
		width: 241px;
		height: 316px;
		margin-left: 321px;
	}
	.bIntroduce {
		margin-top: 0;
	}
}

@media (max-width: 968px) {
	.header:before {
		display: none;
	}
	.bLicenses {
		--grid-template-columns: 1fr 200px 200px;
	}
	.bLicenses__buy .btn {
		width: 100%;
	}
	.bPayment__item {
		width: 30px;
		height: 22px;
	}
}
@media (max-width: 768px) {
	.pageTitle {
		margin-top: 20px;
		font-size: 32px;
	}
	.hamburger {
		display: block;
	}
	.header {
		background: #323a45;
	}
	.headerNav__list {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 62px;
		right: 0;
		width: calc(100vw - 30px);
		transition: all 0.3s ease;
		flex-direction: column;
	}
	.headerNav__list.open {
		opacity: 1;
		visibility: visible;
	}
	.headerNav__item {
		opacity: 1;
	}
	.headerNav__item:nth-child(3) {
		background-color: #50c2ab;
	}
	.headerNav__item span,
	.headerNav__link {
		text-align: left;
	}
	.bIntroduce {
		padding-top: 30px;
	}

	.bLicenses {
		--grid-template-columns: 1fr 90px 100px;
	}
	.bLicenses__payment .container,
	.bLicenses__compareItem .container,
	.bLicenses__content {
		gap: 10px;
	}
	.bLicenses__title {
		font-size: 20px;
	}

	.bLicenses__title span {
		font-size: 24px;
	}
	.bLicenses__paymentAssistance p,
	.bLicenses__compareItem {
		font-size: 14px;
	}
	.bLicenses__type,
	.bLicenses__paymentAssistance span {
		font-size: 16px;
	}

	.bPayment {
		flex-direction: column;
	}

	.bLicenses__compareYes {
		width: 26px;
		height: 26px;
	}

	.btn--secondary {
		font-size: 20px;
		padding: 6px 12px;
	}
	.footer {
		padding: 20px 0;
	}

	.footer__copyright {
		flex-direction: column;
		gap: 10px;
		height: auto;
	}
	.footer__menu {
		margin: 15px 0;
	}
	.footer__copyright span {
		margin-right: 0;
		text-align: center;
	}
	.header {
		min-height: auto;
		padding: 20px 0;
	}
	.header .container {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.header__download {
		display: none;
	}
	.header__content {
		padding: 0;
	}
	.header__title {
		font-size: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 20px;
		border-bottom: none;
	}

	.header__title:after {
		width: 50px;
		height: 50px;
		position: static;
		transform: none;
		display: block;
	}

	.headerNav__item:hover .headerNav__submenu {
		z-index: 55;
		width: 100%;
	}
	.bCoverVideo {
		padding: 14px;
		height: 208px;
	}
	.bCoverVideo__content {
		display: none;
	}
	.bReviews__item {
		padding: 0 25px;
		font-size: 16px;
	}

	.bReviews__img {
		max-width: 100px;
	}

	.bReviews__wrap {
		width: 100%;
	}
	.bReviews .container {
		flex-direction: column;
	}
}
