@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(static/annex/material-icons-v6.7.0/MaterialIcons-Regular.eot);
	src: local('Material Icons'),
		local('MaterialIcons-Regular'),
		url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.woff2) format('woff2'),
		url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.woff) format('woff'),
		url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Gothic A1';
	src: url(/static/annex/fonts/GothicA1-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic A1';
	src: url(/static/annex/fonts/GothicA1-Bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url(/static/annex/fonts/OpenSans-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url(/static/annex/fonts/OpenSans-Italic.ttf) format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url(/static/annex/fonts/OpenSans-Bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url(/static/annex/fonts/OpenSans-BoldItalic.ttf) format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url(/static/annex/fonts/OpenSans-Light.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url(/static/annex/fonts/OpenSans-LightItalic.ttf) format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url(/static/annex/fonts/OpenSans-Medium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url(/static/annex/fonts/OpenSans-MediumItalic.ttf) format('truetype');
	font-weight: 500;
	font-style: italic;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/18px 'Open Sans', Arial, sans-serif;
	width: 100%;
	color: #464646;
}

.main h1 {
	margin-bottom: 24px;
	font-family: "Open Sans", sans-serif;
	font-family: "Gothic A1", sans-serif;
	font-size: 32px;
	line-height: 48px;
}

.main h2 {
	margin-bottom: 42px;
	line-height: 48px;
	font-size: 32px;
	font-family: "Gothic A1", sans-serif;
	text-align: left;
}

.list {
	padding: 0;
	list-style: none;
	line-height: 22px;
}

.list li {
	position: relative;
	padding: 0px 0 18px 30px;
}

.list li:last-child {
	padding-bottom: 0px;
}

.list li:before {
	content: '';
	position: absolute;
	top: 0;
	left: -3px;
	height: 22px;
	width: 22px;
	background-image: url(/static/annex/landings/ai_writer/ru/img/li_green.png);
	background-repeat: no-repeat;
}

#app.theme--light.application {
	background: #fff;
}

.highlight {
	color: #A6CE39;
}

.center {
	max-width: 1264px;
	margin: 0 auto;
	padding: 0 20px;
}

.img {
	max-width: 100%;
	box-shadow: 4px 1px 24px 0px #5d6f894f;
	display: block;
	border-radius: 12px;
}

#first {
	background: linear-gradient(106.06deg, #F1F5FF 8.39%, rgba(255, 255, 255, 0.22) 53.69%, rgba(203, 218, 255, 0.22) 92.84%);
	padding: 195px 20px 200px;
}

#first--content {
	max-width: 1000px;
	margin: 0 auto;
}

#first--text {
	max-width: 900px;
	text-align: center;
	margin: 0 auto 80px;
	color: #666;
	line-height: 24px;
}

#first--text .list {
	text-align: left;
	column-count: 2;
	display: inline-block;
}

#first h1 {
	text-align: center;
}

#first--text li {
	padding-right: 12px;
}

#try-free--input {
	box-shadow: 12px 1px 24px 0px #5d6f894f;
	border-radius: 10px;
	margin-bottom: 24px;
}

#try-free--input input[type="text"] {
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-radius: 10px 0 0 10px;
	width: 100%;
	color: #6c6c6c;
	padding: 0 12px;
	margin-bottom: 0;
	border: 2px solid #7C9BEB;
	border-right: none;
	outline: none;
}

#try-free--input button {
	border-radius: 0 10px 10px 0;
	box-shadow: none;
	padding: 0 20px;
	text-align: center;
	background-color: #7C9BEB;
	color: #fff;
	height: 50px;
}

#try-free input[type="radio"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	margin-top: 3px;
}

#try-free input[type="radio"]:checked {
	border-color: #7C9BEB;
	border-width: 1px;
}

#try-free input[type="radio"]::before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	background-color: #7C9BEB;
}

#try-free input[type="radio"]:checked::before {
	transform: scale(1);
}

.try-free--switchers-label {
	font-size: 16px;
	margin-bottom: 8px;
	color: #4f5866;
}

.try-free--switchers-text {
	color: #888;
	font-size: 13px;
	line-height: 20px;
}

#second {
	padding: 80px 20px 120px;
	background-color: #192843;
	color: #fff;
}

#second h2 {
	text-align: center;
}

#second ul {
	column-count: 2;
}

#third {
	padding: 80px 20px 120px;
	background-color: #192843;
	color: #fff;
}

#third h2 {
	text-align: center;
}

.third--item {
	position: relative;
	padding: 0px 0 18px 30px;
	line-height: 20px;
}

.third--item h3 {
	margin-bottom: 8px;
}

.third--item:before {
	content: '';
	position: absolute;
	top: 0;
	left: -3px;
	height: 22px;
	width: 22px;
	background-image: url(/static/annex/landings/ai_writer/ru/img/li_green.png);
	background-repeat: no-repeat;
}

#fourth {
	/* background: #f6faff; */
	padding: 120px 0;
}

#fourth ul h3 {
	margin-bottom: 0;
}

#fourth--img {
	position: relative;
}

#fourth--img:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: -63px;
	left: -68px;
	height: 551px;
	width: 707px;
	background: url(/static/annex/landings/ai_writer/ru/img/background-img-1.png);
}

#fourth--img img {
	position: relative;
	z-index: 1;
}

.fourth--subtitle {
	color: #95a0ac !important;
	display: block;
	font-size: 13px;
	margin-bottom: 8px;
}

#fifth {
	padding: 120px 0;
	line-height: 22px;
}

#fifth--img {
	position: relative;
}

#fifth--img:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: -63px;
	left: -38px;
	height: 448px;
	width: 711.6px;
	background: url(/static/annex/landings/ai_writer/ru/img/background-img-2.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#fifth--img img {
	position: relative;
	z-index: 1;
}

#sixth {
	/* background: #f6faff; */
	padding: 120px 0;
}

#sixth {
	padding: 120px 0 200px;
}

#sixth--img {
	position: relative;
}

#sixth--img video {
	position: relative;
	z-index: 1;
	max-width: 100%;
	width: 100%;
	box-shadow: 4px 1px 24px 0px #5d6f894f;
	border-radius: 12px;
}

#sixth--img:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: -56px;
	left: -28px;
	height: 492px;
	width: 600px;
	background: url(/static/annex/landings/ai_writer/ru/img/background-img-3.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sixth--img img {
	position: relative;
	z-index: 1;
}

#seventh {
	padding: 80px 20px 120px;
	background-color: #192843;
	color: #fff;
	text-align: center;
	line-height: 22px;
}

#seventh h2 {
	text-align: center;
}

.seventh--item-title {
	font-size: 20px;
}

.seventh--item {
	background: #fff;
	border-radius: 12px;
	color: #000;
	text-align: center;
	padding: 24px 0;
}

#eighth {
	padding: 120px 0;
}

#eighth h2 {
	text-align: center;
	margin-bottom: 12px;
}

#eighth--text {
	margin-bottom: 24px;
	text-align: center;
}

.eighth--item {
	border-radius: 6px;
	border: 1px solid #7c9beb;
	padding: 50px 8px;
	text-align: center;
	height: 100%;
}

.eighth--item-title {
	font-size: 18px;
	margin-bottom: 12px;
}

.eighth--item-icon {
	padding: 0 0 24px;
}

.eighth--item-icon img {
	display: block;
	margin: 0 auto;
}

.eighth--item-desc {
	margin-bottom: 24px;
	color: #6c7177;
}

.eighth--item-cost {
	font-size: 24px;
	font-weight: bold;
	color: #575d75;
}

#ninth {
	padding: 75px 0;
	background: #f6faff;
}

.ninth--item-content {
	line-height: 22px;
}

.ninth--item {
	margin-bottom: 32px;
	border-left: 2px solid #7c9beb;
	border-radius: 8px 0 0 8px;
	padding: 12px 0 12px 24px;
}

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

.ninth--item-title {
	font-size: 22px;
}

.ninth--item:nth-child(odd) {
	border-color: #a1c644;
}

@media screen and (max-width: 600px) {
	.xs-pa0 {
		padding: 0 !important;
	}

	#first--text .list {
		column-count: 1;
	}

	#fourth {
		padding-bottom: 0;
	}

	#fourth--img::before,
	#fifth--img::before,
	#sixth--img::before {
		display: none;
	}

	#fourth--img,
	#fifth--img,
	#sixth--img {
		margin-top: 24px;
		padding: 0;
	}

	#sixth .flex {
		width: 100%;
	}

	#fourth .layout,
	#sixth .layout {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 960px) {
	.sm-pa0-and-down {
		padding: 0 !important;
	}
}