/*!
Theme Name: LindenMe theme
Author: Pavlo Dubykivskyi
Author URI: https://www.linkedin.com/in/pasha-dubykivskiy/
Description: Custom theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linden
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

linden is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	contain: paint;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Nunito Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}
a:focus {
	outline: thin dotted;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* CUSTOM STYLES */
.menu a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #1A1A1A;
}
.menu .btn--secondary a {
	display: flex;
	border: 1px solid #1A1A1A;
	border-radius: 4px;
	padding: 12px 32px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #1A1A1A;
	transition: background-color .3s;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.menu .link--plus>a {
	position: relative;
	padding-right: 20px;
}
.menu .link--plus>a::after {
	content: '';
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	background: url("img/plus.svg") no-repeat center / 100% 100%;
	width: 16px;
	height: 16px;
}
.custom-logo-link {
	display: flex;
	width: 170px;
}
header#masthead.sticky {
	background: rgba(255,255,255,1);
	padding: 16px 0;
}
header#masthead {
	padding: 32px 0;
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 24;
	transition: padding-bottom .3s, padding-top .3s, background-color .3s;
	/*position: absolute;*/
}
header .row {
	align-items: center;
}
.container {
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.row {
	display: flex;
}
.col {
	width: 100%;
}
.main-navigation li:not(:last-child) {
	margin-right: 32px;
}
.main-navigation ul {
	justify-content: flex-end;
	align-items: center;
}
.overlay::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 25;
	padding: 80px 50px;
	text-align: center;
	pointer-events: none;
	opacity: 0;
}
.overlay.active .overlay__iframe {
	opacity: 1;
}
.overlay.active {
	opacity: 1;
	pointer-events: all;
}
.overlay__bg {
	display: block;
	background: #000;
	opacity: .7;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.overlay__content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	max-width: 1200px;
	max-height: calc(100vh - 150px);
	width: 100%;
}
.overlay__iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.overlay__close {
	position: absolute;
	right: -65px;
	top: -60px;
	background: unset;
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	padding: 10px;
	cursor: pointer;
	transition: .3s;
}
.overlay__iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: none;
	background: #000;
	transition: opacity .6s;
	opacity: 0;
}
/*temporary*/
html[lang="en-US"] {
	margin-top: 0 !important;
}
#wpadminbar {
	display: none !important;
}
.service__btns,
.front-main-section__btns {
	display: flex;
	align-items: center;
}
a.service__btn.service__btn--arrow,
a.front-main-section__btn.front-main-section__btn--arrow {
	background: #1A1A1A;
	border-radius: 4px;
	padding: 12px 32px;
	display: flex;
	align-items: center;
	margin-right: 24px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: background-color .3s;
}
a.service__btn.service__btn--arrow svg,
a.front-main-section__btn.front-main-section__btn--arrow svg {
	width: 16px;
	margin-left: 8px;
}
button.service__btn.service__btn--watch,
button.front-main-section__btn.front-main-section__btn--watch {
	background: transparent;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
}
button.service__btn.service__btn--watch svg,
button.front-main-section__btn.front-main-section__btn--watch svg {
	width: 32px;
	margin-right: 8px;
}
button.service__btn.service__btn--watch path,
.error-404__links a path,
button.front-main-section__btn.front-main-section__btn--watch path {
	transition: .3s;
}
.front-main-section-form {
	background: #1A1A1A;
	padding: 25px 0;
	border-radius: 4px;
	position: relative;
	z-index: 1;
}
.front-main-section-form__text {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	max-width: 480px;
	margin-right: auto;
}
.front-main-section-form__form {
	padding-right: 65px;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	position: relative;
}
input[type="email"]::placeholder {
	color: #E0E0E0;
}
input[type="email"] {
	border: 1px solid #9E9E9E;
	border-radius: 4px;
	background: transparent;
	padding: 10px 16px;
	min-width: 325px;
	color: #E0E0E0 !important;
	transition: .3s;
	outline: none;
}
.front-main-section-form__form input[type="email"] {
	margin-right: 32px;
}

.front-main-section-form__form button {
	background: #FFFFFF;
	border-radius: 4px;
	border: none;
	padding: 12px 32px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #1A1A1A;
	cursor: pointer;
	transition: background-color .3s, color .3s;
}
.front-section-title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 32px;
}
.front-section-title__subtitle {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	margin: 0;
}
.front-section-title__list.front-section-title-list {
	display: flex;
	align-items: center;
	padding: 0 0 5px;
	margin: 0 0 0 auto;
	list-style: none;
}
a.front-section-title-list__link {
	color: #7B00DB;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
.front-section-title-list__item:not(:first-child) {
	padding-left: 24px;
}
.front-section-posts {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 30px;
	list-style: none;
	width: 100%;
}
.front-section-posts__item.front-section-posts-item {
	width: 370px;
}
.front-section-posts-item__image {
	width: 100%;
	margin-bottom: 16px;
	height: 200px;
    object-fit: cover;
    border-radius: 4px;
}
.front-section-posts-item__link img {
	transition: .3s;
}
.front-section-posts-item__link {
	text-decoration: none;
	color: unset;
	display: flex;
	flex-direction: column;
}
.front-section-posts-item__category-views {
	display: flex;
	justify-content: space-between;
	margin: 2px 0 10px;
}
span.front-section-posts-item__category {
	font-size: 16px;
	line-height: 24px;
	color: #0023DB;
}
.front-section-posts-item__views {
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #3D3D3D;
}
.front-section-posts-item__title {
	font-size: 24px;
	line-height: 33px;
	display: flex;
	align-items: center;
	color: #1A1A1A;
}
.wpcf7 {
	display: flex;
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 10px;
}
.wpcf7-response-output {
	display: none;
}
.wpcf7-not-valid-tip {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #F44336;
	left: 0;
	top: calc(100% + 8px);
	position: absolute;
}
input.wpcf7-not-valid {
	border-color: #F44336;
}
.result-success img {
	margin-right: 18px;
	width: 32px;
}
.result-success.active {
	opacity: 1;
}
.result-success {
	position: absolute;
	left: 0;
	top: 0;
	right: 65px;
	width: auto;
	height: 100%;
	background: gray;
	z-index: 121;
	background: #3D3D3D;
	border-radius: 3px;
	padding: 8px 64px;
	display: flex;
	align-items: center;
	font-size: 21px;
	line-height: 26px;
	color: #FFFFFF;
	justify-content: center;
	opacity: 0;
	transition: opacity .3s;
}


.c-button {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.c-ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: transparent;
	z-index: -1;
}
.c-ripple.is-active .c-ripple__circle {
	animation: a-ripple .4s ease-in;
}
.c-ripple__circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #AB40FF;
}
.blog-section .btn--secondary a .c-ripple__circle,
.menu .btn--secondary a .c-ripple__circle {
	background: #BE75EE;
}

/**
 * Animation: Ripple
 * --------------------------------------------------
 */

@keyframes a-ripple {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		width: 300%;
		padding-bottom: 300%;
	}
}

.front-section-posts-item__link {
	text-decoration: none;
	color: unset;
	display: flex;
	flex-direction: column;
}
.one-post img {
	transition: .3s;
}
.one-post {
	display: flex;
	gap: 30px;
	text-decoration: none;
}
.one-post__content {
	max-width: 470px;
	width: 100%;
	text-decoration: none;
	color: unset;
}
.one-post__title {
	color: #1A1A1A;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 16px;
	max-width: 450px;
}
.one-post__text {
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #3D3D3D;
	margin-bottom: 16px;
}
.one-post__category-views {
	display: flex;
	align-items: center;
}
.one-post__category {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #F447E3;
}
.one-post__views {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #3D3D3D;
	margin-left: 12px;
	padding-left: 8px;
	border-left: 1px solid #3d3d3d;
}
.one-post__photo {
	width: 100%;
	display: flex;
}
.one-post__image {
	width: 100%;
}
.front-section-title-list__link {
	margin-left: auto;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #7B00DB;
}
.front-section-title-list__link svg {
	margin-left: 4px;
	width: 16px;
}
.tags {
	padding: 60px 0;
	margin-top: 96px;
	background-color: #F5F5F5;
}
.tags-block {
	display: flex;
}
.tags-block__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	display: flex;
	align-items: center;
	color: #1A1A1A;
	margin-right: 24px;
	padding-bottom: 3px;
}
.tags-block__list {
	display: flex;
	align-items: center;
	gap: 24px;
	list-style: none;
	padding: 0;
	margin: 0;
}
a.tags-block__link {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #7B00DB;
	text-decoration: none;
	transition: .3s;
}
.site-footer .row {
	gap: 40px;
}
.site-footer .container {
	border-top: 1px solid #E0E0E0;
	padding-top: 96px;
}
.site-footer {
	position: relative;
	padding-bottom: 9px;
}
.footer__item--1 {
	width: 270px;
	margin-right: 20px;
}
.footer__item--2,
.footer__item--3,
.footer__item--5,
.footer__item--4 {
	width: 170px;
}
.site-footer a.custom-logo-link img {
	width: 100%;
}
.site-footer a.custom-logo-link {
	width: 270px;
	margin-bottom: 32px;
}
.footer__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3D3D3D;
	margin-bottom: 0;
}
.footer-menu__name {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	display: flex;
	align-items: center;
	color: #1A1A1A;
	margin: 0px 0 24px;
}
.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-menu .menu a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #1A1A1A;
	text-decoration: none;
}
.site-footer .row:nth-child(2) {
	padding-top: 72px;
	gap: 30px;
}
.footer__item--6 {
	width: 270px;
	margin-right: 30px;
}
.footer__item--7 {
	width: 330px;
}
.footer__item--8 {
	width: 470px;
	margin-left: auto;
}
.footer__item--6 .footer-menu__name,
.footer__item--7 .footer-menu__name,
.footer__item--8 .footer-menu__name {
	margin-bottom: 16px;
}
.footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
}
.footer-social__item {
	width: 40%;
}
.footer-social__link {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #1A1A1A;
	text-decoration: none;
}
.footer-social__link svg {
	width: 24px;
	margin-right: 8px;
	margin-top: -2px;
}
.footer-menu__text {
	margin-bottom: 16px;
}
.site-footer .front-main-section-form__form {
	padding: 0;
}
.site-footer .front-main-section-form__form input[type="email"]::placeholder {
	color: #3D3D3D !important;
}
.site-footer .front-main-section-form__form input[type="email"] {
	background: #F5F5F5;
	border-radius: 4px;
	border: none;
	color: #3D3D3D !important;
	width: 300px;
	margin-right: 16px;
	min-width: unset;
}

.site-footer .front-main-section-form__form button {
	background: #1A1A1A;
	border-radius: 4px;
	color: #fff;
	padding: 12px 48px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}
.copy-right {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #3D3D3D;
	border-top: 1px solid #E0E0E0;
	padding-top: 8px;
	margin-top: 32px;
}
.select li {
	padding: 10px 16px;
	opacity: 0;
	pointer-events: none;
	background: #F5F5F5;
	width: 100%;
	position: absolute;
}
.select a {
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	color: #3D3D3D;
}
.select {
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.select li:last-child {
	border-radius: 0 0 4px 4px;
}
.select li:first-child {
	opacity: 1;
	pointer-events: all;
	background: url('img/ph_arrow-right-light.png') no-repeat 95% 15px / 16px 16px;
	background-color: #F5F5F5;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.goTop svg {
	width: 40px;
}
.goTop {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 164px;
	top: 80px;
	transition: .3s;
	display: none;
}
.error-404.not-found {
	padding: 255px 0 100px;
}
.error-404 .page-header {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.error-404 .page-title {
	font-weight: 700;
	font-size: 64px;
	line-height: 70px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #1A1A1A;
	margin: 0 0 24px;
}
.error-404 .page-content {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.error-404 .search-form {
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}
.error-404 .search-field {
	background: #F5F5F5;
	border-radius: 4px;
	border: none;
	padding: 10px 16px;
	width: 370px;
	font-size: 16px;
	line-height: 24px;
	color: #3d3d3d;
}
.error-404 .search-submit {
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 0;
	top: 2px;
	right: 4px;
	color: transparent;
	background: url('img/ph_magnifying-glass-light.svg') no-repeat center / 24px 24px;
	border: none;
	cursor: pointer;
}
.error-404__links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-404__links a {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #7B00DB;
	text-decoration: none;
	margin: 0 25px;
	transition: .3s;
}
.error-404__links a svg {
	width: 16px;
	margin-left: 4px;
}

.blog-section .row {
	gap: 30px;
	flex-wrap: wrap;
}
.page-hero {
	padding: 255px 0 0;
}
.page-hero-content-title {
	margin: 0 0 96px;
	font-weight: 700;
	font-size: 64px;
	line-height: 70px;
	color: #1A1A1A;
	text-align: center;
}
.cat-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.page-hero__category-link.active {
	border-color: currentColor;
	background: var(--data-bg);
}
.page-hero__category-link {
	color: #0023DB;
	text-decoration: none;
	border-radius: 4px;
	position: relative;
	z-index: 2;
	transition: .3s;
	padding: 2px 4px;
	border: 1px solid transparent;
	outline: none;
}
.blog-section.loading .posts-block {
	opacity: .8;
	pointer-events: none;
}
.posts-block {
	transition: opacity .3s;
}
.blog-section .front-main-section-form {
	margin-top: 96px;
}
.blog-section {
	padding: 66px 0 0;
	transition: opacity .3s;
}

#more_posts {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #1A1A1A;
	border: 1px solid #1A1A1A;
	border-radius: 4px;
	padding: 12px 32px;
	background: transparent;
	outline: none;
	margin: 35px auto 0;
	display: flex;
	cursor: pointer;
	width: fit-content;
	position: relative;
}
p.audio + .wp-block-audio {
	display: none;
}
p.audio {
	cursor: pointer;
}
p.audio mark {
	transition: .3s;
	padding: 2px 3px;
	line-height: 29px;
}
p.audio svg {
	margin-top: -2px;
	width: 24px;
	vertical-align: middle;
}
p.audio.active path {
	fill: #1A1A1A;
}
p.audio.active mark {
	background: #1A1A1A !important;
	color: #fff !important;
}
p.audio path {
	stroke-width: 1px;
	stroke: #1a1a1a;
	fill: transparent;
	transition: .3s;
}
.post-section .row {
	gap: 30px;
}
.post-section {
	padding-top: 140px;
}
.post-content {
	max-width: 870px;
	padding-bottom: 96px;
}
aside.author {
	max-width: 270px;
}
.post-section__category {
	text-decoration: none;
}
.post-section__title {
	font-weight: 700;
	font-size: 64px;
	line-height: 70px;
	margin: 18px 0 16px;
}
.postedby a {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	color: #1A1A1A;
	padding-bottom: 1px;
}
.postedby {
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #3D3D3D;
	gap: 8px;
	margin-top: 16px;
	margin-bottom: 32px;
}
.postedby span {
	line-height: 1;
}
.postedby .separator {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 2px;
	font-weight: 200;
	color: transparent;
	background: #000;
	font-size: 0;
	width: 1px;
	height: 16px;
}
.post-section__image {
	margin-top: 0;
	margin-bottom: 24px;
}
.post-content__text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3D3D3D;
	margin-top: 16px;
	margin-bottom: 16px;
}
.post-content__text p:last-child {
	margin-bottom: 0;
}
.post-content__text p:first-of-type {
	margin-top: 0;
}
article .wp-block-table td {
	border: none;
	width: 270px;
	max-width: calc(100%/3);
}
article .wp-block-table tr:first-of-type {
	font-weight: 700;
}
article .wp-block-table tr:last-child {
	background: #F5F5F5;
}
article .wp-block-table tr:not(:last-child) {
	border-bottom: 1px solid #E0E0E0;
}
article .wp-block-table {
	margin: 24px 0;
}
article .wp-block-table table {
	margin-bottom: 0;
}
h2.wp-block-heading {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	color: #1A1A1A;
}
h3.wp-block-heading {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #1A1A1A;
}
.wp-block-heading {
	margin-top: 24px;
	margin-bottom: 16px;
}
blockquote.wp-block-quote p {
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #3D3D3D;
}
blockquote.wp-block-quote {
	background: #FBF5FF;
	border-radius: 4px;
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #3D3D3D;
	padding: 24px;
	margin: 24px 0;
}
.postedon {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 19px;
}
.postedon p {
	margin: 0;
}
.post_tags a {
	color: #7B00DB;
	text-decoration: none;
	margin: 0 2px 0 3px;
}
.postedby-name {
	color: #1a1a1a !important;
	text-decoration: none;
}
.author__img {
	width: 96px;
	border-radius: 50%;
	display: flex;
}
.author__name {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #000000;
	margin: 16px 0 8px;
}
.author__about {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3D3D3D;
	margin: 0 0 16px;
}
.author__social {
	display: flex;
	margin: 0;
	gap: 8px;
}
.author__link path {
	transition: .3s;
}
.author__link {
	display: flex;
	width: 24px;
}
.contents {
	padding: 24px 0 24px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin: 24px 0 0;
}
.contents__title {
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #1A1A1A;
}
.contents__post {
	margin: 16px 0 0;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A !important;
	text-decoration: none;
	transition: .3s;
}
.profile {
	padding: 24px 0;
	border-bottom: 1px solid #E0E0E0;
}
.profile__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #1A1A1A;
	margin: 0 0 16px;
}
.profile-item span {
	font-weight: 400;
}
.profile-item {
	margin: 8px 0 0;
	font-weight: 700;
}
.signup {
	padding: 24px 0;
}
.signup__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	display: flex;
	align-items: center;
	color: #1A1A1A;
	margin: 0 0 16px;
}
.signup__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3D3D3D;
	margin: 0 0 16px;
}
form.wpcf7-form.aside__form {
	width: 100%;
}
.aside__form .c-button {
	background: #1A1A1A;
	border-radius: 4px;
	color: #fff;
	padding: 12px;
	width: 100%;
	border: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	transition: .3s;
}
.aside__form input[type="email"]::placeholder {
	color: #3D3D3D !important;
}
.aside__form input[type="email"] {
	min-width: unset;
	max-width: 100%;
	background: #F5F5F5;
	border-radius: 4px;
	color: #3D3D3D !important;
	margin-bottom: 16px;
	border: unset;
}

.more-posts-title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 32px;
}
.more-posts-title__subtitle {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	margin: 0;
}
.more-posts-title__list.more-posts-title-list {
	display: flex;
	align-items: center;
	padding: 0 0 5px;
	margin: 0 0 0 auto;
	list-style: none;
}
a.more-posts-title-list__link {
	color: #7B00DB;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
.more-posts-title-list__item:not(:first-child) {
	padding-left: 24px;
}
.more-posts-posts {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 30px;
	list-style: none;
	width: 100%;
}
.more-posts-posts__item.more-posts-posts-item {
	width: 370px;
}
.more-posts-posts-item__image {
	width: 100%;
	margin-bottom: 16px;
}
.more-posts-posts-item__link img {
	transition: .3s;
}
.more-posts-posts-item__link {
	text-decoration: none;
	color: unset;
	display: flex;
	flex-direction: column;
}
.more-posts-posts-item__category-views {
	display: flex;
	justify-content: space-between;
	margin: 2px 0 10px;
}
span.more-posts-posts-item__category {
	font-size: 16px;
	line-height: 24px;
	color: #0023DB;
}
.more-posts-posts-item__views {
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #3D3D3D;
}
.more-posts-posts-item__title {
	font-size: 24px;
	line-height: 33px;
	display: flex;
	align-items: center;
	color: #1A1A1A;
}
.more-posts-posts-item__link {
	text-decoration: none;
	color: unset;
	display: flex;
	flex-direction: column;
}
.more-posts-title-list__link {
	margin-left: auto;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #7B00DB;
}
.more-posts-title-list__link svg {
	margin-left: 4px;
	width: 16px;
}
a.front-main-section__link path,
a.front-section-title-list__link path,
a.more-posts-title-list__link path {
	transition: .3s;
}
a.front-main-section__link,
a.front-section-title-list__link,
a.more-posts-title-list__link,
.postedby a,
a.postedby-name,
.post_tags a,
a.post-section__category {
	transition: .3s;
}
.section-seo .col {
	width: 50%;
}
.section-seo__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.section-seo__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 16px;
}
.section-seo__image {
	width: 50vw;
	max-width: 945px;
	min-height: 100%;
	object-fit: cover;
	height: 100%;
}
.section-seo__content {
	padding: 30px 0;
	margin: auto 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	max-width: 470px;
}
.col-overflow {
	overflow: visible;
	display: flex;
	justify-content: flex-start;
	width: 50%;
	padding-left: 15px;
}
.section-seo {
	overflow: hidden;
	background: #1A1A1A;
	color: #fff;
}
.service-section {
	padding: 255px 0 0;
	text-align: center;
}
.service-content {
	max-width: 770px;
	margin: 0 auto;
	padding-bottom: 145px;
}
.service__title {
	margin: 0 0 16px;
	font-weight: 700;
	font-size: 64px;
	line-height: 70px;
	color: #1A1A1A;
	text-align: center;
}
.service__content {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 0 0 24px;
}
.service__btns {
	justify-content: center;
}
.service__image {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.service-plans {
	padding: 96px 0 226px;
}
.plans-table__row:not(:last-child) {
	border-bottom: 1px solid #E0E0E0;
}
.plans-table__row {
	display: flex;
}
.plans-table__col {
	/* width: 25%; */
	flex: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 32px 11px;
}
.plans-table__col.plans-table__col--point {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #1A1A1A;
}
.plans-table__col.plans-table__col--plan {
	text-align: center;
}
.plan-table__name {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	margin: 0 0 16px;
}
.plan-table__price {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	color: #9E9E9E;
	margin: 0 0 16px;
}
a.service__btn.service__btn--arrow {
	width: fit-content;
	margin: auto;
}
.plans-table-list {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
.plans-table-item:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 10px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url('img/check.svg') no-repeat center / 100% 100%;
}
.plans-table-item {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
	position: relative;
	padding-left: 29px;
	list-style: none;
}
.section-points .col-pad {
	width: 50%;
	padding-left: 15px;
}
.section-points {
	position: relative;
}
.col.col-overflow-left {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	padding-left: 15px;
}
.col.col-overflow-right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	padding-right: 15px;
	margin-top: -130px;
}
.section-points__content.section-points__content--black {
	padding: 68px 0 20px;
	height: 100%;
	color: #f5f5f5;
}
.section-points--2 {
	margin-top: -1px;
	--s-height: 100px;
}
.section-points--2 .section-points__content--black::before {
	bottom: unset;
	height: calc(var(--s-height) + 96px);
}
.section-points__content--black::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: #1a1a1a;
	display: block;
	z-index: -1;
}
h3.section-points__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 8px;
}
p.section-points__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px;
}
section.section-points.section-points--2 .row {
	padding-top: 96px;
}
.col-1 {
	padding-right: 15px;
}
.col-1 .section-points__content--black {
	padding-top: 0;
	padding-bottom: 62px;
	height: fit-content;
}
.section-points__content {
	padding-top: 64px;
}
p.section-points__text:last-child {
	margin-bottom: 0;
}
.services-template-default .more-posts {
	padding-top: 96px;
	padding-bottom: 96px;
}
.plans-table__col.plans-table__col--plan:nth-child(2) .service__btn svg {
	display: none;
}
.plans-table__col.plans-table__col--plan:nth-child(2) .service__btn {
	border: 1px solid #1A1A1A;
	background: transparent;
	color: #1A1A1A;
	transition: background-color .3s;
}
.plans-table__col.plans-table__col--plan:nth-child(2) .plan-table__price {
	color: #1A1A1A;
}
section.contacts-hero td {
	border: none;
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
}
h1.contacts__title {
	font-weight: 700;
	font-size: 64px;
	line-height: 70px;
	color: #1A1A1A;
	margin: 0 0 16px;
}
.contacts-content {
	width: 100%;
	max-width: 870px;
	margin: auto;
	text-align: center;
}
.contacts-hero {
	padding: 204px 0 96px;
}
.contacts-faq__container {
	border-top: 1px solid #E0E0E0;
	padding-top: 40px;
}
.contacts-faq__title {
	margin: 0 0 32px;
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
}
.contacts-faq-content {
	display: flex;
	gap: 64px 30px;
	flex-wrap: wrap;
}
.faq-item {
	max-width: 31%;
	width: 370px;
}
a.faq-item__link {
	display: flex;
	flex-direction: column;
	color: #1a1a1a;
	text-decoration: none;
}
.faq-item__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 8px;
}
.faq-item__text {
	color: #3D3D3D;
	margin-bottom: 16px;
}
.faq-item__go {
	color: #7B00DB;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
}
.faq-item__go svg {
	width: 16px;
	margin-left: 4px;
}
.contacts-faq {
	padding-bottom: 96px;
}
.contacts-feedback {
	padding-bottom: 96px;
}
.feedback-container {
	background: #F5F5F5;
	border-radius: 4px;
	padding: 32px 64px;
	color: #1a1a1a;
}
h2.contacts-feedback__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 8px;
}
p.contacts-feedback__text {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 24px;
}
.contacts-feedback__links {
	display: flex;
	align-items: center;
	gap: 14%;
}
a.contacts-feedback__link {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #7B00DB;
}
.contacts-feedback__link svg {
	width: 16px;
	margin-left: 4px;
}
form.section-seo__form input[type="email"]::placeholder {
	color: #3d3d3d;
}
form.section-seo__form button {
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	background: transparent;
	color: #fff;
	font-weight: 700;
	padding: 12px 48px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	transition: background-color .3s, color .3s;
}
form.section-seo__form input[type="email"] {
	max-width: 300px;
	min-width: unset;
	background: #f5f5f5;
	border-color: transparent;
	color: #3D3D3D;
}
form.section-seo__form {
	display: flex;
	gap: 16px;
	padding-top: 16px;
}
.cases-page-section {
	padding: 255px 0 0;
}
.cases-page-content {
	max-width: 770px;
	margin: auto;
	text-align: center;
	color: #1a1a1a;
	padding-bottom: 145px;
}
.cases-page__title {
	font-weight: 700;
	font-size: 64px;
	line-height: 70px;
	margin: 0 0 16px;
}
.cases-page__content {
	font-size: 16px;
	line-height: 24px;
}
.cases-page__btns {
	display: flex;
	justify-content: center;
}
.cases-page__scroll {
	width: 24px;
}
.cases-page__image {
	max-width: 1920px;
	width: 100%;
	min-height: 200px;
}
section#cases {
	padding: 130px 0 96px;
}
.cases-table__row {
	display: flex;
	gap: 34px;
}
.cases-table__col {
	flex: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3D3D3D;
}
.cases-table__col--center {
	max-width: 300px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex: 75%;
}
button.cases-table__btn {
	border: 1px solid #1A1A1A;
	border-radius: 4px;
	padding: 32px;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #1A1A1A;
	width: 100%;
	background-color: #fff;
	position: relative;
	transition: .3s;
	cursor: pointer;
}
.cases-table__col p:first-child {
	margin-top: 0;
}
.cases-table__col p {
	margin: 8px 0;
}
a.cases-table__post:not(:last-child) {
	margin-bottom: 24px;
}
a.cases-table__post {
	color: #1a1a1a;
	display: inline-block;
	text-decoration: none;
}
.cases-table__post__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	display: flex;
	align-items: center;
	color: #1A1A1A;
	margin-bottom: 8px;
}
.cases-table__post__text {
	display: block;
	margin-bottom: 16px;
}
.cases-table__post__btn {
	border: 1px solid #1A1A1A;
	border-radius: 4px;
	padding: 12px 23px;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	transition: .3s;
	line-height: 20px;
}
.cases-table__row {
	position: relative;
}
.cases-table__row:nth-child(2n) {
	flex-direction: row-reverse;
}
.cases-table__row:not(:last-child) {
	padding-bottom: 41px;
}
.cases-table__row:not(:last-child)::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	border-left: 1px dashed #1a1a1a;
}
.cases-table__row.opened .cases-table__btn {
	color: #7B00DB;
	border-color: #7B00DB;
}
.cases-table__row.opened .cases-table__col--content {
	pointer-events: all;
	opacity: 1;
	max-height: 1000px;
}
.cases-table__col--content {
	opacity: 0;
	pointer-events: none;
	max-height: 0;
	transition: .6s;
}
.case-studies-template-default main {
	padding-top: 108px;
}
.studies-section {
	padding-top: 180px;
	background-position: center;
	background-size: cover;
}
.studies-content {
	width: 570px;
	padding: 32px;
	background: #fff;
	color: #1a1a1a;
	margin-bottom: -32px;
}
.studies__title {
	font-weight: 700;
	font-size: 64px;
	line-height: 70px;
	margin: 0 0 16px;
}
.studies__content p {
	margin: 0 0 16px;
}
.studies__content {
	margin-bottom: 24px;
}
.cases-page__scroll {
	width: 24px;
	display: flex;
}
section#content .row {
	flex-direction: column;
}
section#content {
	background: #F5F5F5;
	padding-top: 128px;
}
.content-item:not(:last-child) {
	margin-bottom: 72px;
}
.content-item__columns {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.content-item__columns > * {
	flex: 48%;
	margin: 0;
}
.content-item.opened .overcontent{
	max-height: 2000px;
}
.content-item {
	position: relative;
	background: #fff;
	padding: 32px;
	/*max-height: 247px;*/
	overflow: hidden;
	transition: .6s;
	cursor: pointer;
}
.overcontent {
	overflow: hidden;
	max-height: calc(247px - 60px);
	transition: .6s;
}
a.content-item__more {
	color: #7B00DB;
	font-weight: 700;
	display: flex;
	align-items: center;
	position: absolute;
	right: 32px;
	top: 32px;
	transition: .3s;
}
.content-item__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	margin: 0 0 16px;
}
a.content-item__more path {
	transition: .3s;
}
a.content-item__more svg {
	width: 14px;
	margin-left: 4px;
}
#content .front-main-section__form {
	margin-top: 132px;
}
#content .front-main-section__form .row {
	flex-direction: row;
}
.section-steps .row {
	gap: 30px;
}
.section-steps {
	padding: 96px 0;
}
.step-col:nth-child(2) {
	margin-top: 160px;
}
.step-col:nth-child(3) {
	margin-top: 320px;
}
.step-col__title {
	color: #E0E0E0;
	font-size: 140px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}
.step-col__text {
	font-size: 21px;
	line-height: 26px;
}
.section-quote.section-black {
	background: #1a1a1a;
	padding: 72px 0;
	color: #fff;
}
.col-quote {
	display: flex;
	align-items: flex-start;
	gap: 32px;
	max-width: 570px;
	margin: auto;
}
.col-quote__img {
	width: 96px;
}
.col-quote__name {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	margin: 0;
}
.col-quote__position {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #9E9E9E;
	margin: 0 0 16px;
}
.col-quote__text {
	font-size: 16px;
	line-height: 24px;
	color: #F5F5F5;
}
.col-quote__text p:last-child {
	margin-bottom: 0;
}
.col-quote__text p {
	margin: 0 0 8px;
}
.submenu {
	position: fixed;
	width: 100vw;
	background: #fff;
	/* height: 100px; */
	left: 0;
	top: 78px;
	top: 110px;
}
.submenu div {
	padding-top: 16px;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #1A1A1A;
}
.main-navigation .submenu ul.sub-menu {
	position: relative;
	left: unset;
	top: 0;
	box-shadow: unset;
	padding: 16px 0;
	float: unset;
	display: flex;
	justify-content: flex-start;
}
.submenu .container {
	padding: 0;
}
/* hovers */
@media (pointer: fine) {
	p.audio:hover path {
		fill: #1A1A1A;
	}
	p.audio:hover mark {
		background: #1A1A1A !important;
		color: #fff !important;
	}
	.aside__form button:hover {
		background: #7B00DB;
	}
	.menu .btn--secondary a:hover {
		background-color: #E0E0E0;
	}
	a.front-main-section__link:hover path,
	.content-item:hover path,
	.error-404__links a:hover path,
	a.front-section-title-list__link:hover path,
	a.more-posts-title-list__link:hover path {
		fill: #F4B547;
	}
	.error-404__links a:hover,
	a.front-main-section__link:hover,
	a.front-section-title-list__link:hover,
	.post_tags a:hover,
	a.more-posts-title-list__link:hover {
		color: #F4B547;
	}

	.content-item:hover .content-item__more {
		color: #F4B547;

	}
	.postedby a:hover,
	a.postedby-name:hover,
	a.post-section__category:hover {
		opacity: .7;
	}
	.more-posts-posts-item__link:hover img {
		opacity: .7;
	}
	a.service__btn.service__btn--arrow:hover,
	a.front-main-section__btn.front-main-section__btn--arrow:hover {
		background-color: #7B00DB;
	}
	.overlay__close:hover {
		opacity: .7;
	}
	.contents__post:hover {
		color: #7B00DB !important;
	}
	.author__link:hover path {
		fill: #7B00DB;
	}
	.page-hero__category-link:hover {
		background: var(--data-bg);
	}
	.goTop:hover {
		border-color: #1A1A1A;
	}

	.select:hover {
		overflow: visible;
	}

	button.service__btn.service__btn--watch:hover path,
	button.front-main-section__btn.front-main-section__btn--watch:hover path {
		fill: #F4B547;
	}
	.front-main-section-form__form button:hover {
		background: #7B00DB;
		color: #FFFFFF;
	}
	.front-section-posts-item__link:hover img {
		opacity: .7;
	}
	.one-post:hover img {
		opacity: .8;
	}
	a.tags-block__link:hover {
		color: var(--data-color);
	}
	.select:hover li:first-child {
		border-radius: 4px 4px 0 0;
	}
	.select:hover li {
		opacity: 1;
		pointer-events: all;
		transition: .3s;
	}
	.plans-table__col.plans-table__col--plan:nth-child(2) .service__btn:hover {
		background-color: #E0E0E0;
	}
	form.section-seo__form button:hover {
		background-color: #E0E0E0;
		color: #3d3d3d;
	}
	.cases-table__row.opened button.cases-table__btn:hover {
		background-color: #fff;
	}
	button.cases-table__btn:hover {
		background-color: #E0E0E0;
	}
	a.cases-table__post:hover .cases-table__post__btn {
		background-color: #E0E0E0;
	}
}
