:root {
	--main-color: rgb(0, 107, 110);
	--second-color: rgb(0, 172, 178);
}

/* GENERATION SECTION */

.deeplom_generation_section *,  .deeplom_modal *, .deeplom_modal_titles * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.deeplom_generation_section {
	background-color: rgb(247, 247, 247);
	min-height: 400px;
	font: normal 16px sans-serif;
	color: #555;
}

.deeplom_generation_section_inner {
	max-width: 1200px;
	padding: 50px 0px;
	margin-left: auto;
	margin-right: auto;
}

.deeplom_generation_section_header {
	text-align: center;
	font: inherit;
	font-size: 1.375rem;
	margin-bottom: 20px;
	border: 0;
	vertical-align: baseline;
	padding: 0 10px;
}

.deeplom_generation_section_about {
	text-align: center;
	font-size: 1.125rem;
	margin-bottom: 30px;
}

/* MAIN FORM */

.deeplom_form-group {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.deeplom_title-input {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.deeplom_form_radio_group {
	width: fit-content;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	overflow: hidden;
}

.deeplom_form_radio_group-item {
	display: inline-block;
}

.deeplom_form_radio_group input[type=radio] {
	display: none;
}

.deeplom_form_radio_group label {
	display: inline-block;
	cursor: pointer;
	/*padding: 0 15px;*/
	line-height: 34px;
	border: 1px solid var(--main-color);
	user-select: none;
	width: 100%;
}

.deeplom_form_radio_group label a {
	text-decoration: none;
	color: #555;
	width: 100%;
	display: block;
	padding: 4px 10px;
}

.deeplom_form_radio_group input[type=radio]:checked+label {
	background: var(--main-color);
	color: white;
}

.deeplom_form_radio_group input[type=radio]:checked+label a {
	text-decoration: none;
	color: white;
}

.deeplom_form_radio_group label:hover {
	color: #666;
}

.deeplom_generation_section_block_1 {
	display: inline-block;
	width: 69%;
}

.deeplom_generation_section_block_2 {
	display: inline-block;
	width: 30%;
}

.deeplom_form-control {
	display: inline-block;
	margin: 0 80px;
	width: 80%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.deeplom_button_main {
	cursor: pointer;
	display: inline-block;
	width: 80%;
	margin-right: 100px;
	border-color: rgb(247, 247, 247);
	padding: 15px;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: var(--main-color);
	font-weight: 800;
	text-align: center;
}

.deeplom_status {
	margin-left: 100px;
	margin-bottom: 30px;
	color: rgb(220, 0, 0);
}

.deeplom_output {
	max-width: 1013px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: none;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	border: #606060 1px solid;
	border-radius: 0;
	padding: 10px;
}

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

.deeplom_output_text {
	padding: 20px 0;
	min-height: 100px;
	width: 45%;
	font-size: 18px;
}

#deeplom_loader {
	display: none;
	border: 4px solid #f3f3f3;
	border-top: 4px solid var(--main-color);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#deeplom_status-2 {
	color: var(--main-color);
}

.deeplom_output_button {
	height: 150px;
	width: 40%;
}

.deeplom_left_task {
	width: 12%;
	padding: 25px;
	font-size: 45px;
	color: var(--main-color);
}

.deeplom_right_task {
	width: 12%;
	padding: 25px;
	font-size: 45px;
	color: var(--main-color);
}

.deeplom_left_task_icon {
	margin-top: 10px;
	width: 80%;
	display: none;
	cursor: pointer;
}

.deeplom_right_task_icon {
	margin-top: 10px;
	width: 80%;
	display: none;
	cursor: pointer;
}

.deeplom_demo_button {
	cursor: pointer;
	margin: 20px 20px 10px 20px;
	display: none;
	width: 90%;
	border-color: rgb(247, 247, 247);
	padding: 15px;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: var(--main-color);
	font-weight: 800;
	text-align: center;
}

.deeplom_buy_button {
	cursor: pointer;
	margin: 10px 20px 10px 20px;
	display: none;
	width: 90%;
	border-color: rgb(247, 247, 247);
	padding: 15px 12px;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: var(--second-color);
	font-weight: 800;
	text-align: center;
}

.deeplom_full_button {
	cursor: pointer;
	margin: 45px 20px 10px 20px;
	display: none;
	width: 90%;
	border-color: rgb(247, 247, 247);
	padding: 15px;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: var(--main-color);
	font-weight: 800;
	text-align: center;
}

.deeplom_left_task_icon, .deeplom_right_task_icon {
	font-family: "Noto Sans Symbols 2", sans-serif;
	font-size: 40px;
}


/* PRODUCT CARD */

.deeplom_modal {
	font: normal 16px sans-serif;
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	overflow-y: auto;
	display: none;
	z-index: 299;
}

.deeplom_modal__main {
	position: relative;
	width: 500px;
	background-color: #fff;
	margin: auto;
	color: #000;
	border-radius: 16px;
	padding: 10px 50px 10px 10px;
	cursor: default;
}

.deeplom_modal__close {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 22px;
	position: absolute;
	top: 10px;
	right: 10px;
	outline: 1px solid transparent;
	outline-offset: 3px;
	transition: outline-color .15s ease-in-out;
	border-radius: 3px;
	padding: 0;
	text-align: center;
	display: block;
	width: 30px;
	height: 30px;
}

.deeplom_modal__close:focus-visible {
	outline-color: green;
}

.deeplom_model-parent {
	display: flex;
}

.deeplom_model-child {
	padding: 15px;
	text-align: left;
}

.deeplom_model-child div {
	margin: 10px 0;
}

.deeplom_modal_right_col {
	width: 100%;
}

.deeplom_work_img {
	width: 200px;
	height: 200px;
}

.deeplom_model_buy_button {
	cursor: pointer;
	margin: 23px 20px 10px 20px;
	display: block;
	width: 90%;
	border-color: rgb(247, 247, 247);
	padding: 10px 15px;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: var(--main-color);
	font-weight: 800;
	text-align: center;
}

.deeplom_model_a {
	color: black;
}

#deeplom_speech_info {
	display: none;
}

.deeplom_email-block {
	padding: 10px 0;
}

.deeplom_email-input-div {
	display: none;
}

#deeplom_speech_checkbox_div {
	display: none;
}

.deeplom_text-field__input {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #bdbdbd;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.deeplom_text-field__input::placeholder {
	color: #212529;
	opacity: 0.4;
}

.deeplom_text-field__input:focus {
	color: #212529;
	background-color: #fff;
	border-color: #bdbdbd;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}

.deeplom_link {
	display: block;
	margin-top: 30px;
	color: #787878;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	width: 100%;
}

#deeplom_bill_error {
	display: none;
	color: red;
}


/* TITLES */
.deeplom_extra_options_block {
	display: none;
	border: 1px solid var(--main-color);
	border-radius: 3px;
	padding: 20px 40px;
}

.deeplom_titles_checkbox_block {
	margin: 20px 0;
}

#deeplom_openModal {
	display: none;
	background-color: var(--main-color);
	margin: 20px 0;
}

.deeplom_language-switcher_header {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
}

.deeplom_language-switcher select {
	margin: 20px 0px;
	padding: 10px 8px;
	font-size: 16px;
	color: #555;
	background-color: rgb(255, 255, 255);
	border: solid 1px gray;
	border-radius: 2px;
}

.deeplom_modal_titles {
	display: none;
	align-items: flex-start;
	justify-content: center;
	overflow: auto;
	position: fixed;
	z-index: 299;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	font: normal 16px sans-serif;
	color: #555;
}

.deeplom_modal_titles_content {
	background-color: #fefefe;
	margin: auto 0;
	padding: 30px;
	border: 1px solid #888;
	max-width: 1000px;
	border-radius: 16px;
}

.deeplom_close_button {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.deeplom_close_button:hover,
.deeplom_close_button:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.deeplom_error_message {
	color: #ff0000;
	margin-top: 10px;
}

#deeplom_titles_list {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
	min-height: 200px;
	overflow-y: auto;
	border: 1px solid #ccc;
}

#deeplom_titles_list li {
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.deeplom_controls {
	display: flex;
	align-items: center;
}

.deeplom_move_btn, .deeplom_remove_btn {
	cursor: pointer;
	margin: 0 5px;
	font-size: 18px;
}

.deeplom_title_prefix {
	margin-right: 8px;
	font-weight: bold;
	white-space: nowrap;
}

.deeplom_title_text {
	flex-grow: 1;
	min-width: 0;
	outline: none;
}

#deeplom_titles_list li {
	display: flex;
	font-size: 18px;
	align-items: center;
	margin-bottom: 5px;
}

.deeplom_title_text {
	flex-grow: 1;
	min-width: 0;
	outline: none;
	border: 1px solid transparent;
	padding: 2px;
	transition: all 0.2s;
}

.deeplom_title_text:focus {
	background-color: #f0f0f0;
	border-color: #80bdff;
}

.deeplom_form_button {
	cursor: pointer;
	border-color: rgb(247, 247, 247);
	padding: 15px;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}

.deeplom_add_title_line {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;   
}

.deeplom_add_title_prefix {
	flex: 12;
	display: flex;      
	justify-content: center; 
	align-items: center;
}

.deeplom_add_chapter_title_prefix{
	height: calc(1.5em + 0.75rem + 2px);
}

.deeplom_title_input {
	display: flex; 
	flex: 64;
	margin-top: 2px;
	margin-right: 15px;
	justify-content: center;
	align-items: center; 
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.1rem 0.55rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.deeplom_form_button_add1 {
	flex: 24;
	display: flex; 
	justify-content: center;
	align-items: center; 
	background-color: var(--main-color);
	padding: 12px 15px;
}

.deeplom_form_button_add2 {
	flex: 24;
	display: flex; 
	justify-content: center;
	align-items: center; 
	background-color: var(--second-color);
	padding: 12px 15px;
}

.deeplom_modal_h2 {
	color: #555;
	text-align: center;
	font: bold 28px sans-serif;
	margin-bottom: 30px;
	border: 0;
	vertical-align: baseline;
}

.deeplom_modal_text {
	margin: 30px 0;
}

.deeplom_extra_options {
	font-size: 16px;
	cursor: pointer;
	margin: 30px 40px;
}

.deeplom_extra_options_title {
	text-decoration-line: underline;
}

.deeplom_modal_buttons_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0 20px 0;
}

.deeplom_save_button {
	width: 210px;
	background-color: var(--main-color);
	margin-right: 50px;
}

.deeplom_clear_button {
	width: 210px;
	background-color: var(--second-color);
	margin-right: 50px;
}

.deeplom_cansel_button {
	width: 210px;
	background-color: var(--main-color);
}

@media (max-width: 2000px) {
	.deeplom_form_radio_group label {
		font-size: 17px;
		/*padding: 2px 36px;*/
	}
}

@media (max-width: 1200px) {
	.deeplom_generation_section_about {
		padding: 0 50px;
	}

	.deeplom_generation_section_block_1 {
		display: block;
		width: 60%;
		margin: 20px 20%;
	}

	.deeplom_generation_section_block_2 {
		display: block;
		width: 60%;
		margin: 0 20%;
	}

	.deeplom_form-control {
		display: block;
		margin: 0 0;
		width: 100%;
	}

	.deeplom_button_main {
		display: inline-block;
		width: 100%;
	}

	.deeplom_form_radio_group {
		font-size: 20px;
	}

	.deeplom_form_radio_group label {
		/*padding: 7px 20px;*/
	}

	.deeplom_form-control {
		height: 45px;
	}

	.deeplom_form-control::placeholder {
		font-size: 1.3em;
	}

	.deeplom_demo_button {
		margin: 0 20px 10px 20px;
	}

	/* TITLES */

	.deeplom_titles_checkbox_block{
		width: 60%;
		margin: 20px 20%;
		font-size: 18px;
	}

	.deeplom_language-switcher {
		width: 60%;
		margin: 20px 20%;
		font-size: 18px;
	}

	#deeplom_openModal {
		width: 60%;
		margin: 20px 20%;
	}

	.deeplom_save_button {
		margin-right: 30px;
		width: 170px;
	}

	.deeplom_clear_button {
		margin-right: 30px;
		width: 170px;
	}

	.deeplom_cansel_button {
		width: 170px;
	}
}

@media (max-width: 700px) {
	.deeplom_form_radio_group {
		flex-direction: column;
	}

	.deeplom_form_radio_group label {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.deeplom_form_radio_group-item {
		display: block;
		float: none;
	}

	.deeplom_button_main {
		margin: 0;
	}

	.deeplom_form_radio_group label {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.deeplom_form_radio_group-item {
		display: block;
		float: none;
	}

	.deeplom_button_main {
		margin: 0;
	}

	.deeplom_generation_section_block_1 {
		width: 80%;
		margin: 20px 10% 20px 10%;
	}

	.deeplom_generation_section_block_2 {
		margin-top: 30px;
		width: 80%;
		margin: 20px 10% 20px 10%;
	}

	.deeplom_output_content_div {
		flex-direction: column;
		width: 100%;
		padding: 15px;
	}

	.deeplom_output {
		padding: 0 0 20px 0;
	}

	#deeplom_task_id_output {
		word-break: break-all;
	}

	.deeplom_output_text {
		padding: 20px 0px;
		min-height: 100px;
		width: 90%;
		font-size: 18px;
	}

	.deeplom_output_button {
		height: 150px;
		width: 30%;
	}

	.deeplom_left_task {
		width: auto;
		padding: 0;
	}

	.deeplom_right_task {
		width: auto;
		padding: 0;
	}

	.deeplom_left_task_icon {
		width: 40px;
		display: none;
		padding-left: 10px;
	}

	.deeplom_right_task_icon {
		width: 40px;
		display: none;
		padding-right: 10px;
	}

	.deeplom_output_button {
		margin: 0;
		width: 100%;
		height: max-content;
	}

	.deeplom_demo_button,
	.deeplom_buy_button,
	.deeplom_full_button {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.deeplom_output_text div {
		margin-bottom: 4px;
	}

	.deeplom_modal__main {
		width: 80%;
	}


	/* TITLES */

	.deeplom_extra_options {
		font-size: 18px;
	}

	.deeplom_titles_checkbox_block{
		width: 80%;
		margin: 20px 10% 20px 10%;
	}

	.deeplom_language-switcher {
		width: 80%;
		margin: 10px 10% 20px 10%;
	}

	.deeplom_language-switcher_header {
		font-size: 18px;
	}

	.deeplom_add_title_line {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.deeplom_add_title_prefix {
		flex: 0 0 calc(20% - 5px);;  
	}
	
	.deeplom_title_input {
		margin-right: 0px;
		flex: 0 0 calc(80% - 5px);;
	}

	.deeplom_form_button_add1, .deeplom_form_button_add2 {
		margin-top: 10px;
		flex: 0 0 100%;
		padding: 15px 15px;
	}

	#deeplom_openModal {
		width: 80%;
		margin: 20px 10% 20px 10%;
	}

	.deeplom_modal_buttons_block{
		margin: 0% 0%;
	}


	.deeplom_save_button {
		width: 50%;
		margin-right: 0;
	}
	.deeplom_clear_button {
		display: none;
	}

	.deeplom_cansel_button {
		width: 50%;
		background-color: var(--second-color);
		margin-right: 0;
		margin-top: 0;
	}


	.deeplom_link_first {
		margin-top: 50px;
	}
}

.neuroset-info {
	padding: 20px 3% 100px;
}

@media screen and (max-width: 1023px) {
	.neuroset-info {
		padding-bottom: 0;
	}
}

.faq {
	margin-top: 25px;
}

.faq h2 {
	text-align: center;
}

details {
	margin-bottom: 20px;
	background-color: rgba(188, 140, 255, 0.2);
	border-radius: 15px;
	padding: 10px;
}

summary {
	cursor: pointer;
}

summary::marker {
	content: "";
}

summary:before {
	content: "+";
	margin-right: 5px;
	font-size: 1.25rem;
	font-weight: bold;
}

details p {
	padding-left: 15px;
}

details[open] summary {
	border-bottom: 1px solid rgba(188, 140, 255, 0.5);
	padding-bottom: 10px;
}

details[open] > summary:before {
  content: "вЂ“";
}

.discount {
	text-align: center;
}

.marketing-deeplom {
	position: sticky;
	top: 10px;
	width: 300px;
	max-height: 600px;
}

.article-similar {
	width: 30%;
	min-width: 290px;
	max-width: 350px;
	display: flex;
    flex-direction: column;
    row-gap: 20px;
	color: white;
}

.article-wrapper {
	padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid var(--site-green);
    border-radius: 25px;
    background-color: #0e0c28;
	position: sticky;
	top: 10px;
}

.link-article {
	width: 100%;
}

.link-article img {
	width: 100%;
	aspect-ratio: auto 5 / 3;
	border-radius: 10px;
    margin-top: 5px;
}

.article-description-container {
	width: 100%;
	font-family: Georgia, sans-serif;
}

.article-description {
	color: white;
    font-family: "Georgia", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}

.description-wrapper h2 {
	border-top: 1px solid rgba(188, 140, 255, 0.5);
	padding-top: 12px;
}

table.iksweb {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

table.iksweb td, table.iksweb th {
	white-space: pre-wrap;
	padding: 10px 5px;
	line-height: 22px;
	vertical-align: middle;
	border: 1px solid rgb(0, 107, 110);
}

table.iksweb th {
	font-weight: normal;
	font-size: 17px;
	color: #ffffff;
	background-color: rgb(0, 107, 110);
}

@media screen and (max-width: 1023px) {
	.deeplom_right_task {
		padding: 5px;
		padding-right: 0;
	}
	.deeplom_output_content_div {
		justify-content: space-evenly;
	}
	.deeplom_modal_titles_content {
		margin: 20% auto;
	}
}

@media screen and (max-width: 520px) {
	.seo-link {
		width: 100%;
		display: block;
	}
	.deeplom_form_radio_group label {
		/*padding: 0;*/
		font-size: 1.0625rem;
	}
	.neuroset-info {
		width: 100%;
		padding: 15px;
	}
	.neuroset-info h1 {
		text-align: center;
	}
	main {
		padding-left: 5px;
    	padding-right: 5px;
	}
	.table.iksweb td, table.iksweb th {
		font-size: 0.9375rem;
	}
}

