/*!
Theme Name: Astromagi
Theme URI: http://underscores.me/
Author: honir, vlada, bamer, margo
Author URI: http://underscores.me/
Description: Description
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: astromagi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Astromagi 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;
}

/**
 * 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
--------------------------------------------------------------*/
/* Root
--------------------------------------------- */
/*
* Vars
--------------------------------*/
:root {
	--global-color-secondary: #101826;
	--global-color-primary: #6628f7;
	--global-color-primary-light: #6628f7;
	--base-pink: #FFC0CB;
	--base-white: #fff;
	--base-green: #12B76A;
	--base-green-hover: #12B76A;
	--base-green-light: #12B76A;
	--base-green-light-hover: #12B76A;
	--base-gutter: 20px;
	--base-gold: #FFE39C;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", 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:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* 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:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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. */
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.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%;
}

.burger_wrapper {
	display: none;
}

.menu_toggle {
	display: block;
	height: 40px;
	position: relative;
	z-index: 1;
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	font-family: sans-serif;
	outline: medium none;
	overflow: visible;
	text-align: center;
	vertical-align: middle;
	padding: 0 !important;
}

.menu_toggle:before {
	content: attr(data-label);
	display: block;
	padding: 12px 0;
	position: absolute;
	right: 100%;
	top: 0;
	transition: color 0.2s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	display: none;
}

.menu--is-revealed .menu_toggle:before {
	opacity: 0;
	visibility: hidden;
}

.menu_toggle .icon_bars,
.menu_toggle .icon_bars:before,
.menu_toggle .icon_bars:after {
	transition: background-color 0.2s ease;
}

.menu_toggle:focus .icon_bars,
.menu_toggle:focus .icon_bars:before,
.menu_toggle:focus .icon_bars:after,
.menu_toggle:hover .icon_bars,
.menu_toggle:hover .icon_bars:before,
.menu_toggle:hover .icon_bars:after {
	background-color: #fff;
}

.menu_toggle .icon_bars {
	transition: transform 0.3s ease-in, background-color 0.2s ease;
}

.menu_toggle .icon_bars:before,
.menu_toggle .icon_bars:after {
	transition: top 0.3s 0.3s ease-in, transform 0.3s ease-in, background-color 0.2s ease;
}

.menu_toggle:active .icon_bars,
.menu--is-revealed .menu_toggle .icon_bars {
	transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease;
	transform: rotate3d(0, 0, 1, 135deg);
}

.menu_toggle:active .icon_bars:before,
.menu_toggle:active .icon_bars:after,
.menu--is-revealed .menu_toggle .icon_bars:before,
.menu--is-revealed .menu_toggle .icon_bars:after {
	transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
	transform: rotate3d(0, 0, 1, 90deg);
	top: 0;
}

.icon_bars {
	position: relative;
}

.icon_bars,
.icon_bars:before,
.icon_bars:after {
	display: block;
	width: 32px;
	height: 2px;
	background-color: currentColor;
}

.icon_bars,
.icon_bars:before,
.icon_bars:after {
	background-color: #fff;
}

.icon_bars:before,
.icon_bars:after {
	content: "";
	position: absolute;
	left: 0;
}

.icon_bars:before {
	top: 0.5em;
}

.icon_bars:after {
	top: -0.5em;
}

/* 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;
}

/* Astromagi
--------------------------------------------- */
.custom-footer {
	position: relative;
	padding: calc(var(--base-gutter) * 2) 0;
	font-family: "Montserrat Alternates";
	color: var(--base-white);
}

.custom-footer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--global-color-primary);
}

.custom-footer_top {
	display: flex;
	justify-content: space-between;
}

.footer_networks .networks_title {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer_networks .networks_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 12px;
}

.footer_networks .networks_item a {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background-color: var(--global-color-primary-light);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
}

.footer_networks .networks_item a img {
	transition: all 0.3s ease;
}

.footer_networks .networks_item a:hover img {
	filter: brightness(0) invert(1);
}

.custom-footer_bottom {
	margin-top: var(--base-gutter);
}

.custom-footer_bottom .text_about {
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
}

.custom-footer_bottom .copyright {
	padding-top: var(--base-gutter);
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}

.custom-footer_bottom .copyright .copyright-text {
	width: 970px;
	max-width: calc(100% - 80px);
}

.custom-footer_bottom .copyright .icon_cell {
	min-width: 40px;
}

.footer_nav_row {
	display: flex;
}

.footer_nav_cell .menu {
	list-style: none;
}

.footer_nav_cell .menu li {
	text-align: right;
}

.footer_nav_cell .menu a {
	text-decoration: none;
	color: var(--base-white);
	transition: all 0.3s ease;
	outline: none;
}

.footer_nav_cell .menu a:hover {
	color: var(--global-color-primary);
}

body {
	background-color: var(--global-color-secondary);
	overflow-x: hidden;
	max-width: 100vw;
	color: var(--base-white);
}

body p {
	margin-bottom: 1em;
}

.center {
	text-align: center;
}

.site_container {
	padding: var(--base-gutter) 0;
}

.container_md {
	width: 1160px;
	max-width: 100%;
	margin: auto;
}

/* Loader
--------------------------------------------- */
.loader {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 75px;
	display: inline-block;
	vertical-align: middle;
}

.css-star {
	margin: 10px 0;
	position: relative;
	display: block;
	width: 0px;
	height: 0px;
	border-right: 26px solid transparent;
	border-bottom: 23px solid #e11a2b;
	border-left: 23px solid transparent;
	transform: rotate(180deg);
}

.css-star {
	margin: 10px 0;
	position: relative;
	display: block;
	width: 0px;
	height: 0px;
	border-right: 26px solid transparent;
	border-bottom: 23px solid #e11a2b;
	border-left: 23px solid transparent;
	transform: rotate(180deg);
}

.css-star:before {
	border-bottom: 18px solid #e11a2b;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	height: 0;
	width: 0;
	top: -9px;
	left: -16px;
	display: block;
	content: "";
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
}

.css-star:after {
	position: absolute;
	display: block;
	top: 2px;
	left: -26px;
	width: 0px;
	height: 0px;
	border-right: 25px solid transparent;
	border-bottom: 22px solid #e11a2b;
	border-left: 27px solid transparent;
	-webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	content: "";
}

.loader-18 .css-star {
	position: absolute;
	transform: rotate(180deg) scale(0.5);
	opacity: 0.4;
}

.loader-18 .css-star,
.loader-18 .css-star:before,
.loader-18 .css-star:after {
	border-bottom-color: var(--base-gold);
}

.loader-18 .star1 {
	top: -20px;
	left: 5px;
	-webkit-animation: star-crazyness 1s 0.125s ease infinite;
	animation: star-crazyness 1s 0.125s ease infinite;
}

.loader-18 .star2 {
	left: 25px;
	top: -10px;
	-webkit-animation: star-crazyness 1s 0.3s ease infinite;
	animation: star-crazyness 1s 0.3s ease infinite;
}

.loader-18 .star3 {
	left: 35px;
	top: 10px;
	-webkit-animation: star-crazyness 1s 0.425s ease infinite;
	animation: star-crazyness 1s 0.425s ease infinite;
}

.loader-18 .star4 {
	top: 30px;
	left: 27px;
	-webkit-animation: star-crazyness 1s 0.54s ease infinite;
	animation: star-crazyness 1s 0.54s ease infinite;
}

.loader-18 .star5 {
	top: 40px;
	left: 5px;
	-webkit-animation: star-crazyness 1s 0.665s ease infinite;
	animation: star-crazyness 1s 0.665s ease infinite;
}

.loader-18 .star6 {
	top: 30px;
	left: -15px;
	-webkit-animation: star-crazyness 1s 0.79s ease infinite;
	animation: star-crazyness 1s 0.79s ease infinite;
}

.loader-18 .star7 {
	top: 10px;
	left: -25px;
	-webkit-animation: star-crazyness 1s 0.9s ease infinite;
	animation: star-crazyness 1s 0.9s ease infinite;
}

.loader-18 .star8 {
	top: -10px;
	left: -15px;
	-webkit-animation: star-crazyness 1s 1s ease infinite;
	animation: star-crazyness 1s 1s ease infinite;
}

@keyframes star-crazyness {
	0% {
		opacity: 0.4;
		transform: rotate(180deg) translate(0px, 0) scale(0.6);
	}
	25% {
		opacity: 0.4;
		transform: rotate(180deg) translate(0, 0) scale(0.2);
	}
	50% {
		opacity: 0.7;
		transform: rotate(180deg) translate(5px, 5px) scale(0.4);
	}
	75% {
		opacity: 0.4;
		transform: rotate(180deg) translate(0, 0) scale(0.6);
	}
	80% {
		opacity: 1;
		transform: rotate(180deg) translate(5px, 0) scale(0.1);
	}
	100% {
		opacity: 0.4;
		transform: rotate(180deg) translate(0, 0) scale(0.6);
	}
}

/* Header 
--------------------------------------------- */
.custom-header {
	padding: calc(var(--base-gutter) * 2) 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.auth-cell {
	display: flex;
	align-items: center;
	gap: calc(var(--base-gutter) * 2);
}

.link-group {
	display: flex;
	border: 2px solid var(--global-color-primary);
	border-radius: 50px;
	min-width: 150px;
}

.link-group a {
	text-decoration: none;
	color: var(--base-white);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.link-group a:visited, .link-group a:active {
	color: var(--base-white);
}

.link-group a.link {
	padding: calc(var(--base-gutter) / 3.5) calc(var(--base-gutter) * 2.5);
}

.link-group a.link:first-of-type {
	padding: calc(var(--base-gutter) / 3.5) var(--base-gutter);
}

.link-group a.shop {
	background: var(--global-color-primary);
	border-radius: 50px;
}

.auth-link {
	border-radius: 50px;
	font-weight: 800;
	font-variant: normal;
	font-size: 20px;
	background: var(--base-green);
	text-decoration: none;
	display: inline-flex;
	padding: calc(var(--base-gutter) / 3.5) calc(var(--base-gutter) * 2.5);
	text-transform: uppercase;
	color: var(--base-white);
	transition: background-color 0.3s ease;
}

.auth-link:visited, .auth-link:active {
	color: var(--base-white);
}

.auth-link:hover {
	background: var(--base-green-hover);
}

.custom-header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--global-color-primary);
	z-index: -1;
	height: 2px;
}

.custom-header .site-logo {
	flex-grow: 2;
	width: 400px;
	max-width: 100%;
	color: var(--base-white);
}

.custom-header .site-logo a {
	display: block;
}

.custom-header .site-logo img {
	width: 100%;
	line-height: 1;
}

.mobile_navigation_wrap {
	position: fixed;
	pointer-events: none;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 9;
	top: 0;
	left: 0;
	display: none;
	z-index: 12;
}

.mobile_navigation_wrap .mobile_navigation {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 360px;
	height: 100%;
	overflow-y: scroll;
	background-color: var(--global-color-secondary);
	transform: translateX(100%);
	transition: all 0.3s ease;
	opacity: 0;
	z-index: 10;
	padding: 0 var(--base-gutter) calc(var(--base-gutter) * 2) var(--base-gutter);
	text-align: right;
}

.mobile_navigation_wrap .mobile_navigation .mobile_navigation_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile_navigation_wrap .mobile_navigation .mobile_navigation_head h4 {
	font-size: 20px;
	text-transform: uppercase;
}

.title-desc-block {
	padding: var(--base-gutter) 0;
}

.title-desc-block .title-desc-block__list {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.title-desc-block .title-desc-block__list .title-desc-block__item {
	display: flex;
	border: 3px solid #78488f;
	overflow: hidden;
}

.title-desc-block .title-desc-block__list .title-desc-block__item:not(:last-of-type) {
	margin-bottom: 8px;
	min-height: 89px;
}

.title-desc-block .title-desc-block__list .title-desc-block__item:first-of-type {
	border-radius: 15px 15px 0 0;
}

.title-desc-block .title-desc-block__list .title-desc-block__item:last-of-type {
	border-radius: 0 0 15px 15px;
}

.title-desc-block .title-desc-block__list .title-desc-block__item .title-desc-block__title {
	width: 25%;
	min-width: 25%;
	max-width: 25%;
	background: #78488f;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 35px;
	color: var(--base-white);
	text-align: center;
	font-weight: 600;
}

.title-desc-block .title-desc-block__list .title-desc-block__item .title-desc-block__description {
	width: 75%;
	min-width: 75%;
	max-width: 75%;
	display: flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 25px;
	line-height: 34px;
	font-weight: 400;
}

.italic-list {
	font-style: italic;
	padding-left: var(--base-gutter);
	border-left: 3px solid #78488f;
	font-size: 22px;
}

.italic-list .italic-list__list {
	margin-left: 0;
	list-style: none;
	padding-left: 24px;
}

.italic-list .italic-list__list .italic-list__marker {
	line-height: 1;
}

.italic-list .italic-list__list .italic-list__item {
	display: flex;
	gap: 8px;
}

.page_anchor_navigation {
	list-style: none;
}

.page_anchor_navigation li {
	display: flex;
	gap: 8px;
}

.page_anchor_navigation li::before {
	content: "";
	width: 25px;
	height: 25px;
	line-height: 1;
	position: relative;
	top: 3px;
	background: url(/wp-content/themes/astromagi/vendors/images/list_style.svg) no-repeat center center/contain;
}

.recommendation_block .recommendation__head {
	font-size: 35px;
	font-weight: 600;
	line-height: 42.5px;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	text-transform: uppercase;
}

.recommendation_block .recommendation__list {
	margin: 0 -10px;
}

.recommendation_block .recommendation__item {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	border: 2px solid #ffe39c;
	margin: 0 10px;
}

.recommendation_block .recommendation__item .recommendation__image {
	width: 100%;
	height: 100%;
	height: 285px;
}

.recommendation_block .recommendation__item .recommendation__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	line-height: 1;
	transform: scale(1.1);
}

.recommendation_block .recommendation__item .recommendation__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: var(--base-gutter);
}

.recommendation_block .recommendation__item .recommendation__category a {
	border: 2px solid #78488f;
	border-radius: 10px;
	background: #16031f;
	color: var(--base-white);
	text-transform: uppercase;
	font-size: 16px;
	padding: 6px 12px;
	font-weight: 600;
	text-decoration: none;
}

.recommendation_block .recommendation__item .recommendation__link {
	color: var(--base-white);
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.4;
}

body .comment-reply-title {
	font-size: 35px;
	text-align: left;
	line-height: 1.4;
	text-transform: uppercase;
}

body .comment-toggle {
	cursor: pointer;
	color: var(--base-white);
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: var(--global-color-primary-light);
	padding: 8px 24px;
	border-radius: 16px;
}

body .comment-toggle:after {
	content: "";
	width: 50px;
	min-width: 50px;
	height: 50px;
	background: var(--base-white) url(/wp-content/themes/astromagi/vendors/images/click-svgrepo-com.svg) no-repeat center center/60%;
	transition: transform 0.3sease;
	border-radius: 50%;
}

body .custom-comment-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
}

body .comments-area {
	margin-bottom: 24px;
}

body .comment-respond .comment-notes {
	text-align: center;
	color: #78488f;
}

body .comment-respond .logged-in-as a {
	color: #78488f;
}

body .comment-form-field {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: align-center;
	margin-bottom: 12px;
}

body .comment-form-field label {
	color: #a885b9;
}

body .comment-form-field textarea {
	max-width: 100%;
}

body .comment-form-field textarea,
body .comment-form-field input {
	border: 2px solid #78488f;
	padding: 8px 10px;
	border-radius: 12px;
	font-size: 18px;
}

body .comment-form-cookies-consent {
	text-align: center;
	color: #78488f;
}

body.search-results .site-main .page-title {
	text-align: center;
}

body.search-results article .entry-header .entry-title a {
	color: #fff;
}

body.search-results article .entry-header .entry-meta {
	margin-bottom: 20px;
}

body.search-results article .entry-header .byline a {
	color: #78488f;
}

body .comment-form {
	width: 600px;
	max-width: 100%;
	margin: auto;
	padding: 20px;
	border: 2px solid #78488f;
	border-radius: 15px;
	background: #16031f;
}

body .comment-form .form-submit {
	text-align: center;
}

body .comment-form .form-submit .custom-submit-btn {
	margin: 0 auto 0;
	line-height: 1;
	color: var(--base-white);
	background: var(--base-green-light);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	border-radius: 50px;
	padding: 12px 40px;
	max-width: 100%;
	cursor: pointer;
	transition: background-color 0.3sease;
}

body .comment-body {
	margin: 20px 0 20px;
}

body .comment-body .comment-author {
	display: flex;
	gap: 10px;
	align-items: center;
}

body .comment-body .comment-author .avatar {
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
}

body .comment-body .comment-meta {
	display: flex;
	align-items: center;
	gap: 10px;
}

body .comment-body .comment-meta .comment-metadata a {
	color: #ffffff !important;
	text-decoration: none;
}

body .comment-body .comment-meta .comment-metadata a.comment-edit-link {
	color: #702e8f !important;
}

body .comment-body .reply a {
	color: #a7a6a6;
	text-decoration: none;
}

body .comment-list li::marker {
	display: none;
	font-size: 0;
}

body .comment-respond .comment-reply-title {
	font-size: 16px;
	text-align: center;
}

body .comment-respond .comment-reply-title small {
	display: block;
}

body .comment-respond .comment-reply-title small a {
	color: #702e8f;
	text-decoration: none;
}

body.single-post h1,
body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post h5,
body.single-post h6 {
	font-size: 45px !important;
	font-weight: 600;
	line-height: 55px;
	text-transform: uppercase;
}

@media screen and (max-width: 1240px) {
	.container_md {
		padding-left: var(--base-gutter);
		padding-right: var(--base-gutter);
	}
	.custom-header {
		padding: calc(var(--base-gutter) * 1.5) 0;
	}
	.custom-header .site-logo {
		width: 360px;
		position: relative;
		top: 3px;
	}
	.auth-cell {
		gap: var(--base-gutter);
	}
	body .custom-navigation .menu a {
		font-size: 16px;
	}
	body .other-category .button-all_category {
		font-size: 16px;
	}
	body .other-category .category-list ul.menu {
		gap: calc(var(--base-gutter) / 3);
	}
	body .other-category .category-list li a {
		font-size: 16px;
	}
	body .search_container_fixed {
		top: 34px;
		right: 18px;
	}
	body .search_container_fixed .search_action {
		width: 46px;
		height: 46px;
	}
	body .search_container_fixed.search_form--active .search_action:after {
		width: 26px;
		min-width: 26px;
		height: 26px;
	}
	body .search_container_fixed .search_form_container input {
		padding: 4px 12px;
		width: 220px;
		font-size: 16px;
	}
	body .scroll-to-top {
		width: 46px;
		height: 46px;
		bottom: 34px;
		right: 18px;
	}
	/* About */
	body .about_section > h1 {
		font-size: 74px;
	}
	body .about_section .about_section__image {
		min-width: 32%;
	}
	/* Border block */
	body .border_block__image .border_block__content .border_block__title {
		font-size: 38px;
	}
	body .border_block__image .border_block__content .border_block__text {
		font-size: 20px;
		line-height: 30.48px;
		text-align: center;
	}
	body .border_block__image .border_block__content .order_layout {
		font-size: 22px;
	}
	body .border_block__image::before {
		top: 55px;
		bottom: 55px;
	}
	body .border_block__image::after {
		top: 55px;
		bottom: 55px;
	}
	body .slick-prev {
		right: calc(100% - 27px);
	}
	body .slick-next {
		left: calc(100% - 27px);
	}
	/* category */
	body .blog_page_primary_carousel__item .post_title {
		font-size: 38px;
	}
	body.archive .archive_services-title, body.category .archive_services-title {
		font-size: 38px;
	}
	body .post .entry_title {
		font-size: 38px;
		line-height: 1.1;
	}
	body .post .entry_meta {
		font-size: 18px;
	}
	body .post h4.wp-block-heading {
		font-size: 25px;
		line-height: 1.3;
	}
	body .post .entry-content .wp-block-list li,
	body .post .entry-content .wp-block-list li a {
		font-size: 18px;
		line-height: 1.4;
	}
	body .post .entry-content p {
		font-size: 18px;
		line-height: 1.4;
	}
	body .post .title-desc-block
.title-desc-block__list
.title-desc-block__item
.title-desc-block__title {
		font-size: 20px;
		line-height: 1.3;
	}
	body .post .title-desc-block
.title-desc-block__list
.title-desc-block__item
.title-desc-block__description {
		font-size: 20px;
		line-height: 1.3;
	}
	body .post .title-desc-block
.title-desc-block__list
.title-desc-block__item:not(:last-of-type) {
		margin-bottom: 8px;
		min-height: 68px;
	}
	body.single-post h1,
	body.single-post h2,
	body.single-post h3,
	body.single-post h4,
	body.single-post h5,
	body.single-post h6 {
		font-size: 38px !important;
		font-weight: 600;
		line-height: 1.3;
		text-transform: uppercase;
	}
}

.mobile_navigation_foot {
	margin-top: 36px;
}

.mobile_navigation_foot > a {
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	text-decoration: none;
	padding: calc(var(--base-gutter) / 3.5) calc(var(--base-gutter) * 2.5);
	text-transform: uppercase;
	color: var(--base-white);
	transition: background-color 0.3s ease;
	margin-bottom: 12px;
	font-weight: 800;
	font-variant: normal;
}

.mobile_navigation_foot > a.button {
	border: 2px solid #702e8f;
}

.mobile_navigation_foot > a.button.shop {
	background: #702e8f;
}

.mobile_navigation_foot .mobile_navigation_networks {
	margin-bottom: 32px;
}

.mobile_navigation_foot .mobile_navigation_networks .networks_list {
	padding: 12px 0 0;
	display: flex;
	justify-content: center;
	gap: 12px;
}

.mobile_navigation_foot .mobile_navigation_networks .networks_list .networks_item {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #78488f;
}

.mobile_navigation_foot .mobile_navigation_networks .networks_list .networks_item a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #78488f;
}

.mobile_navigation_foot .mobile_navigation_networks .networks_list .networks_item img {
	filter: brightness(0) invert(1);
}

@media screen and (max-width: 1024px) {
	body .section_header,
	body .layout_is_convenient_block h4,
	body .simple_steps_block .section__content .section__description h4,
	body .steps_block h4,
	body .section__title {
		font-size: 38px;
		line-height: 1.4;
	}
	body .image_left .section__content h3 {
		font-size: 38px;
		line-height: 1.4;
	}
	body .self_knowledge section h3 {
		font-size: 32px;
		line-height: 1.4;
	}
	body .self_knowledge section p {
		font-size: 22px;
		line-height: 1.4;
	}
	body .site_container {
		padding: 0;
	}
	.custom-header {
		padding: calc(var(--base-gutter) * 1.5) 0;
	}
	.custom-header .site-logo {
		width: 300px;
	}
	body .search_container_fixed {
		right: 18px;
	}
	body .what_are_taro_groups,
	body .dont_wait {
		max-width: 100vw;
		overflow: hidden;
	}
	body .image_left .section__content .section__title {
		font-size: 38px;
		line-height: 1.4;
	}
	body .image_left .section__content .section__description {
		font-size: 22px;
		line-height: 1.4;
	}
	body .image_right .section__content .section__title {
		font-size: 38px;
		line-height: 1.4;
	}
	body .image_right .section__content .section__description {
		font-size: 22px;
		line-height: 1.4;
	}
	body .image_right .section__image {
		width: 38%;
	}
	body .reviews_block__title {
		font-size: 38px;
		line-height: 1.4;
	}
	body .experts_block__title {
		font-size: 38px;
		line-height: 1.4;
	}
	body .how_can_taro_cards_help .image_right .section__content h4 {
		font-size: 38px;
		line-height: 1.4;
	}
	body .experts_block__content {
		max-width: 510px;
		margin: auto;
	}
	body .cards_list_title {
		font-size: 38px;
	}
	body .cards_list_description {
		font-size: 22px;
	}
	body .text_right_content .cell_text__title {
		font-size: 38px;
		line-height: 1.4;
	}
	body .text_right_content .cell_text__description {
		font-size: 22px;
		line-height: 1.4;
	}
	body .text_right_content .cell_image {
		width: 38%;
	}
	body .text_right_content .cell_text {
		width: 66%;
	}
	body .text_left_content .cell_text__title {
		font-size: 38px;
		line-height: 1.4;
	}
	body .text_left_content .cell_text__description {
		font-size: 22px;
		line-height: 1.4;
	}
	body .text_left_content .cell_image {
		width: 38%;
	}
	body .text_left_content .cell_text {
		width: 66%;
	}
	body .review .review_content .review_content__title {
		font-size: 28px;
		line-height: 1.4;
	}
	body .review .review_content p {
		font-size: 18px;
		line-height: 1.4;
	}
	body .review .border_block__image {
		min-height: 340px;
	}
	body .what_are_taro_groups::after {
		animation: none;
	}
	body .what_are_taro_groups .image_left .section__image {
		width: 29%;
	}
	body .layouts_types {
		gap: 24px;
	}
	body .layouts_types .base_bth {
		font-size: 16px;
	}
	body .layouts_types .layouts_types__item .layout_title {
		font-size: 22px;
		line-height: 31px;
	}
	body .layouts_types .layouts_types__item h5 {
		font-size: 22px;
		line-height: 31px;
	}
	body .layouts_types .layouts_types__item p {
		font-size: 18px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 992px) {
	body .auth-cell {
		display: none;
	}
	body .burger_wrapper {
		display: block;
	}
	body .custom-navigation {
		display: none;
	}
	body .custom-header {
		padding: var(--base-gutter) 0;
	}
	body .custom-header .site-logo {
		width: 300px;
	}
	body .mobile_navigation_wrap {
		display: block;
	}
	body .mobile_navigation_wrap.mobile_menu--is-show {
		pointer-events: auto;
		background: rgba(97, 75, 108, 0.22);
	}
	body .mobile_navigation_wrap.mobile_menu--is-show .mobile_navigation {
		opacity: 1;
		transform: translateX(0);
	}
	body .mobile_navigation_wrap.mobile_menu--is-show .mobile_navigation ul {
		margin: 0;
		list-style: none;
	}
	body .mobile_navigation_wrap.mobile_menu--is-show .mobile_navigation ul li {
		padding: 2px 0;
	}
	body .mobile_navigation_wrap.mobile_menu--is-show .mobile_navigation ul li a {
		text-decoration: none;
		color: var(--base-white);
	}
	body .search_container_fixed {
		display: none;
	}
	body.no-scroll {
		position: fixed;
		height: 100vh;
		width: 100vw;
		overflow: hidden;
	}
	body .opportunities_block .opportunities {
		gap: var(--base-gutter);
	}
	body .opportunities_block .opportunities__item {
		width: 100%;
		flex-basis: 100%;
	}
	body .about_section > h1 {
		font-size: 60px;
	}
	/* Border block */
	body .border_block__image .border_block__content .border_block__title {
		font-size: 30px;
	}
	body .border_block__image .border_block__content .border_block__text {
		font-size: 18px;
		line-height: 24.48px;
		text-align: center;
	}
	body .border_block__image .border_block__content .order_layout {
		font-size: 22px;
	}
	body .border_block__image::before {
		top: 47px;
		bottom: 47px;
	}
	body .border_block__image::after {
		top: 47px;
		bottom: 47px;
	}
	body .layouts_types {
		flex-wrap: wrap;
	}
	body .layouts_types .layouts_types__item {
		flex-grow: 2;
		width: 100%;
		margin: auto;
		max-width: 360px;
	}
	body .custom-footer_top {
		flex-wrap: wrap;
	}
	body .custom-footer_top .footer_cell {
		width: 100%;
	}
	body .custom-footer_top .footer_cell:first-of-type {
		order: 2;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		display: flex;
		margin-top: var(--base-gutter);
	}
	body .custom-footer_top .footer_cell:last-of-type {
		order: 1;
	}
	body .custom-footer_top .footer_cell .networks_list {
		justify-content: center;
	}
	body .custom-footer_top .footer_cell .footer_nav_row {
		justify-content: center;
		flex-wrap: wrap;
	}
	body .custom-footer_top .footer_cell .footer_nav_row .footer_nav_cell {
		flex-grow: 2;
		flex-basis: 50%;
	}
	body .custom-footer_top .footer_cell .footer_nav_row .footer_nav_cell .menu {
		margin-left: 0;
	}
	body .custom-footer_top .footer_cell .footer_nav_row .footer_nav_cell .menu li {
		text-align: left;
	}
	/* category */
	body .blog_page_primary_carousel__item {
		margin: 0;
	}
	body .blog_page_primary_carousel__item .post_title {
		font-size: 30px;
	}
	body .blog_page_primary_carousel__item img {
		min-height: 100%;
	}
	body .blog_page_primary_carousel__item .parent_category a {
		font-size: 16px;
	}
	body .blog_page_primary_carousel__item .mask {
		padding: 12px;
	}
	body .recommendable_for_your .recommendable_for_your__title {
		font-size: 30px;
		line-height: 38px;
	}
	body .blog_page_category_navigation__content .single-post-item {
		max-width: calc(50% - var(--base-gutter) * 2 / 3);
	}
	body.archive .archive_services-title, body.category .archive_services-title {
		font-size: 30px;
		margin-bottom: 0;
	}
	body.archive .blog_page_primary_carousel_section, body.category .blog_page_primary_carousel_section {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	body .custom-header .site-logo {
		width: 100px;
		height: 49px;
		position: relative;
		top: -6px;
		background: url(/wp-content/themes/astromagi/vendors/images/mobile_logo.png) no-repeat center center/contain;
	}
	body .custom-header .site-logo img {
		opacity: 0;
	}
	body .custom-header {
		padding: 12px 0;
	}
	body .about_section > h1 {
		font-size: 50px;
	}
	/* Border block */
	body .border_block__image .border_block__content .order_layout {
		font-size: 20px;
		padding: 20px 50px;
		margin-top: 12px;
	}
	body .border_block__image::before {
		top: 40px;
		bottom: 40px;
	}
	body .border_block__image::after {
		top: 40px;
		bottom: 40px;
	}
	body .why_we_are_experts .cloud_right {
		animation: none;
	}
	body .cart_carousel .cart_carousel__item_content {
		flex-direction: column;
		width: 510px;
		max-width: 100%;
		margin: 0 auto 40px;
	}
	body .cart_carousel .cart_carousel__item_text {
		text-align: center;
		max-width: 100%;
		width: 310px;
	}
	body .cart_carousel .cart_carousel__item_title {
		text-align: center;
		font-size: 30px;
	}
	body .cart_carousel .cart_carousel__item_description {
		font-size: 20px;
	}
}

@media screen and (max-width: 660px) {
	body .border_block__image .border_image__top {
		display: none;
	}
	body .border_block__image .border_image__bottom {
		display: none;
	}
	body .border_block__image .border_block__content {
		border-radius: 15px;
		padding: 4% 5% 7%;
	}
	body .border_block__image .border_block__content .border_block__title {
		font-size: 22px;
	}
	body .border_block__image .border_block__content .border_block__text {
		font-size: 16px;
		line-height: 22.48px;
		text-align: center;
	}
	body .border_block__image .border_block__content .order_layout {
		font-size: 18px;
		padding: 16px 40px;
		margin-top: 12px;
	}
	body .border_block__image::before {
		display: none;
	}
	body .border_block__image::after {
		display: none;
	}
	body .border_block::after {
		background: url(/wp-content/themes/astromagi/vendors/images/order_bg_cloud.png) no-repeat center -66px/250%;
		animation: none;
	}
	body .steps_block section .steps__item {
		font-size: 22px;
		line-height: 33px;
	}
	body .steps_block section > p {
		font-size: 16px;
		line-height: 22.48px;
	}
	body .simple_steps_block .image_right .section__image {
		width: 32%;
	}
	body .steps_block section .steps__item {
		word-break: break-all;
	}
	body .blog_page_expert_carousel_section {
		overflow: hidden;
	}
	/* category */
	body .blog_page_primary_carousel__item {
		position: relative;
	}
	body .blog_page_primary_carousel__item .post_title {
		font-size: 22px;
	}
	body .blog_page_primary_carousel__item img {
		min-height: 300px;
	}
	body .blog_page_primary_carousel__item .parent_category a {
		font-size: 14px;
	}
	body .blog_page_primary_carousel__item > a {
		position: relative;
		height: 100%;
		line-height: 1;
		display: block;
	}
	body .blog_page_primary_carousel {
		margin: 20px 26px;
	}
	body .blog_page_primary_carousel .slick-prev {
		right: calc(100% + 8px);
	}
	body .blog_page_primary_carousel .slick-next {
		left: calc(100% + 8px);
	}
	body
.blog_page_category_navigation_section
.blog_page_category_navigation__item
button {
		padding: 0.6em 1em 0.6em;
	}
	body .recommendable_for_your .recommendable_for_your__title {
		font-size: 22px;
		line-height: 1.1px;
	}
	body .post .entry_title {
		font-size: 22px;
		line-height: 1.1;
		width: 100%;
	}
	body .post .post_meta_data {
		flex-wrap: wrap;
	}
	body .post .entry_meta {
		font-size: 12px;
	}
	body .post_meta_data .entry_like {
		top: 0;
		margin-top: 10px;
		width: 100%;
	}
	body .wp-block-list.page_anchor_navigation {
		padding-left: 5px;
	}
	.page_anchor_navigation li::before {
		content: "";
		width: 15px;
		height: 15px;
		min-width: 15px;
		top: 3px;
	}
	body .post .entry-content p {
		font-size: 16px;
	}
	body .post h4.wp-block-heading {
		font-size: 22px;
		line-height: 1.3;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	body .post .title-desc-block {
		padding-bottom: 0;
	}
	body .italic-list {
		font-size: 16px;
	}
	body .post .recommendation_block .recommendation__head {
		font-size: 20px;
	}
	body
.title-desc-block
.title-desc-block__list
.title-desc-block__item
.title-desc-block__title {
		min-width: 126px;
		font-size: 15px !important;
		word-break: break-all;
		padding: 4px 10px;
	}
	body
.post
.title-desc-block
.title-desc-block__list
.title-desc-block__item
.title-desc-block__description {
		font-size: 14px;
		padding: 4px 10px;
		word-break: break-all;
		min-width: calc(100% - 126px);
	}
	body .comment-toggle {
		font-size: 20px;
		line-height: 1.4;
		padding: 6px 10px;
	}
	body .comment-toggle:after {
		content: "";
		width: 30px;
		min-width: 30px;
		height: 30px;
	}
	body .comment-list {
		margin: 0;
		padding: 0;
	}
	body .comment-list .children {
		margin: 0;
		padding: 0;
	}
	body .comment-body .comment-meta .comment-metadata {
		display: flex;
		gap: 6px;
	}
	body .comment-body .comment-meta .comment-metadata .edit-link {
		display: inline-flex;
		width: 20px;
		height: 20px;
		background: url(/wp-content/themes/astromagi/vendors/images/edit-pencil-svgrepo-com.svg) no-repeat center center/contain;
		position: relative;
	}
	body .comment-body .comment-meta .comment-metadata .edit-link a {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}
	body
.comment-body
.comment-meta
.comment-metadata
.edit-link
a.comment-edit-link {
		font-size: 0;
	}
	body.single-post h1,
	body.single-post h2,
	body.single-post h3,
	body.single-post h4,
	body.single-post h5,
	body.single-post h6 {
		font-size: 22px !important;
		font-weight: 600;
		line-height: 1.1;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 600px) {
	body .about_section > h1 {
		font-size: 28px;
	}
	body .about_section .about_section__image {
		min-width: 27%;
		max-width: 37%;
	}
	body .cards_list_block {
		margin-top: -260px;
	}
	body .cards_list_title {
		font-size: 22px;
		line-height: 1.4;
	}
	body .reviews_block__title {
		font-size: 22px;
		line-height: 1.4;
	}
	body .how_can_taro_cards_help .image_left {
		align-items: flex-start;
	}
	body .image_left .section__content h3 {
		font-size: 22px;
		line-height: 1.4;
	}
	body body .how_can_taro_cards_help .image_right .section__content h4 {
		font-size: 22px;
		line-height: 1.4;
	}
	body .cards_list_description {
		font-size: 16px;
		line-height: 1.4;
	}
	body .slick-prev {
		right: 93%;
	}
	body .slick-next {
		left: 93%;
	}
	body .text_right_content .cell_text__title {
		font-size: 22px;
		line-height: 1.4;
	}
	body .text_right_content .cell_text__description {
		font-size: 16px;
		line-height: 1.4;
	}
	body .text_right_content .cell_image {
		width: 38%;
	}
	body .text_right_content .cell_text {
		width: 74%;
	}
	body .image_left .section__image {
		width: 38%;
	}
	body .image_left .section__content {
		width: 74%;
	}
	body .experts_block__title {
		font-size: 22px;
	}
	body .experts_block__content::after {
		width: 110px;
		height: 110px;
		top: -34px;
		right: -15px;
	}
	body .text_left_content .cell_text__title {
		font-size: 22px;
		line-height: 1.4;
	}
	body .text_left_content .cell_text__description {
		font-size: 16px;
		line-height: 1.4;
	}
	body .text_left_content .cell_image {
		width: 38%;
	}
	body .text_left_content .cell_text {
		width: 74%;
	}
	body .why_we_are_experts {
		overflow: hidden;
		max-width: 100vw;
	}
	body .taro-page .experts_block {
		margin-top: -200px;
		overflow: hidden;
		max-width: 100vw;
	}
	body .taro-page .experts_block.experts_block__content::after {
		width: 300px;
		height: 300px;
		top: -150px;
		right: -121px;
	}
	body .experts_list_carousel .expert .expert__image .expert__info .expert__name {
		font-size: 22px;
		line-height: 1.4;
	}
	body .experts_list_carousel .expert .expert__image .expert__info .expirience {
		font-size: 16px;
		line-height: 1.4;
	}
	body .experts_list_carousel .expert .expert__description {
		padding: 12px 24px;
		text-align: center;
		font-size: 16px;
		line-height: 1.4;
	}
	body .base_bth {
		font-size: 18px;
		padding: 15px 12px;
		white-space: nowrap;
		min-width: 253px;
	}
	body .line_clamp {
		height: 64px;
	}
	body .review {
		background: transparent;
	}
	body .review .border_block__image {
		background: #78488f;
		border: 2px solid var(--base-gold);
		border-radius: 15px;
		margin: 0 12px;
		box-sizing: border-box;
	}
	body .review .border_block__image .border_block__content {
		border: none;
	}
	body .review .review_content .review_content__title {
		font-size: 16px;
		line-height: 1.4;
	}
	body .image_left .section__content .section__title {
		font-size: 22px;
	}
	body .image_left .section__content .section__description {
		font-size: 16px;
	}
	body .image_left .section__content .section__description .base_bth {
		font-size: 18px;
		padding: 15px 10px;
	}
	body .image_right {
		align-items: flex-start;
	}
	body .image_right .section__content .section__title {
		font-size: 22px;
	}
	body .image_right .section__content .section__description {
		font-size: 16px;
	}
	body .image_right .section__content * {
		text-align: left;
		margin-right: -32px;
	}
	body .cart_carousel {
		margin: 0;
	}
	body .cart_carousel .bottom_item_description {
		text-align: center;
		font-size: 22px;
		line-height: 1.4;
		margin: 0 40px;
	}
	body .self_knowledge {
		margin-top: 18px;
	}
	body .self_knowledge .separator {
		height: 72px;
		width: 90vw;
		background: no-repeat center center / contain;
	}
	body .blog_page_category_navigation__content .single-post-item {
		max-width: 100%;
	}
	body .blog_page_category_navigation__content .posts_list {
		padding-bottom: 0;
	}
	body .blog_page_expert_carousel .experts_block__title {
		margin: 20px auto 38px;
	}
	body .blog_page_expert_carousel .container_md {
		padding: 0;
	}
	body .blog_page_category_navigation__content .container_md {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	body .cards_list .card__content .card__title {
		font-size: 20px;
	}
	body .cards_list .card__content .card__text {
		font-size: 16px;
	}
	body .cards_list_description {
		margin-bottom: 36px;
	}
	body .cards_list_block_description {
		font-size: 20px;
		margin-bottom: 0;
	}
	body .review .review_content p {
		font-size: 16px;
	}
	body .slick-arrow {
		height: 52px;
		width: 36px;
	}
	body .cart_carousel .cart_carousel__item_title {
		text-align: center;
		font-size: 20px;
		line-height: 1.4;
	}
	body .cart_carousel .cart_carousel__item_description {
		font-size: 16px;
		line-height: 1.4;
	}
	body .section_header,
	body .layout_is_convenient_block h4,
	body .simple_steps_block .section__content .section__description h4,
	body .steps_block h4,
	body .section__title {
		font-size: 22px;
	}
	body .self_knowledge section h3 {
		font-size: 20px;
	}
	body .self_knowledge section p {
		font-size: 16px;
	}
	body .cart_carousel .bottom_item_description {
		font-size: 16px;
	}
	body .self_knowledge .container_md {
		padding-top: 0;
	}
	body .image_left .section__content h3 {
		font-size: 20px;
	}
	body .how_can_taro_cards_help .image_right .section__content h4 {
		font-size: 20px;
	}
	body .how_can_taro_cards_help .image_right .section__content h4 {
		font-size: 20px;
	}
	body .opportunities_block .opportunities__item .opportunities__title {
		font-size: 20px;
		padding: 12px;
	}
	body .opportunities_block .opportunities__item p {
		font-size: 16px;
		line-height: 30px;
		color: var(--base-white);
		text-align: center;
	}
	body .simple_steps_block .simple_step .simple_step__text {
		font-size: 16px;
		line-height: 24px;
	}
	body .simple_steps_block .simple_step .simple_step__number {
		font-family: "Mynerve";
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: var(--global-color-primary-light);
		border-radius: 50%;
		width: 30px;
		height: 30px;
		min-width: 30px;
		font-size: 18px;
		margin-right: -9px;
		position: relative;
		z-index: 3;
	}
	body .steps_block section .steps__item {
		font-size: 17px;
		line-height: 24px;
	}
	body .steps_block {
		padding: 20px 0;
	}
	body .layout_is_convenient_block h4 {
		margin-bottom: 10px;
	}
	body .layout_is_convenient_block section p {
		font-size: 16px;
	}
	body .layouts_types .layouts_types__item h5 {
		font-size: 20px;
		line-height: 1.4;
	}
	body .recommendable_for_your .recommendable_for_your__title {
		font-size: 20px;
		line-height: 1.1px;
	}
	body .layouts_types .layouts_types__item p {
		font-size: 16px;
		line-height: 1.4;
	}
	body .layouts_types .layouts_types__item {
		border: 2px solid var(--base-gold);
		border-radius: 15px;
		padding: 20px;
	}
	body .layouts_types .layouts_types__item figure {
		display: none;
	}
	body .faq_block__item .faq_block__question {
		cursor: pointer;
		color: var(--base-white);
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		background-color: var(--global-color-primary-light);
		padding: 8px 12px;
		border-radius: 16px;
	}
	body .faq_block__item .faq_block__question:after {
		content: "";
		width: 30px;
		min-width: 30px;
		height: 30px;
	}
	body .faq_block__item .faq_block__answer {
		font-size: 16px;
		line-height: 1.3;
	}
	body .section_header {
		margin-bottom: 0;
	}
	body .taro_carts_list .taro_carts_list__item .title_post {
		font-size: 20px;
	}
	body
.taro_carts_list
.taro_carts_list__item
.taro_carts_list__item_description {
		font-size: 16px;
	}
	body .taro_carts_list .taro_carts_list__item .more_link {
		font-size: 16px;
	}
	body .custom-footer_top .footer_cell .footer_nav_row .footer_nav_cell {
		flex-basis: 100%;
	}
	body .custom-footer_top .footer_cell .footer_nav_row .footer_nav_cell ul {
		margin-left: 0 !important;
		padding: 0;
	}
	body .custom-footer_top .footer_cell .footer_nav_row .footer_nav_cell ul li {
		margin-left: 0 !important;
		text-align: center !important;
	}
	body .custom-footer_top .footer_cell .footer_nav_row .footer_nav_cell ul li a {
		padding: 2px 0;
		display: inline-block;
	}
	body .custom-footer_bottom {
		text-align: center;
	}
	body .custom-footer_bottom .copyright {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	body .custom-footer {
		padding-bottom: 0;
	}
	body .footer_logo {
		max-width: 80%;
	}
	body .separator {
		height: 100px;
	}
	body .blog_page_category_navigation__content .container_md {
		padding-left: var(--base-gutter);
		padding-right: var(--base-gutter);
	}
	body .recommendation_block .recommendation__item {
		margin: 0 20px;
	}
	body .recommendable_for_your .recommendable_for_your__title {
		font-size: 18px;
		line-height: 1.1;
	}
	body .recommendable_for_your .recommendable_for_your__list {
		padding: 0 20px;
	}
	body .recommendable_for_your .recommendable_for_your__list .single-post-item .post_title {
		font-size: 18px;
		line-height: 22px;
		font-weight: 600;
		margin: var(--base-gutter) 0 0;
	}
	body .recommendable_for_your .recommendable_for_your__list .single-post-item .post_excerpt {
		font-size: 16px;
		line-height: 20px;
		min-height: 76px;
	}
	body .recommendable_for_your .recommendable_for_your__list .single-post-item .post_link a {
		font-size: 16px;
		line-height: 20px;
	}
	body .taro_carts_list {
		margin-top: 20px;
	}
	body .taro_carts_list .taro_carts_list__item {
		margin: 0 16px 30px;
		padding: 12px 15px 16px;
	}
	body .taro_carts_list .slick-next {
		left: 96%;
	}
	body .taro_carts_list .slick-prev {
		right: 96%;
	}
	body .taro_carts_list .taro_carts_list__item {
		margin: 0 16px 30px;
	}
	body .learn_more_about_taro {
		margin: 60px auto 20px;
	}
	body .faq_block .section_header {
		margin-bottom: 16px;
	}
	body .faq_block .faq_block__item:not(:last-of-type) {
		margin-bottom: 10px;
	}
	body .faq_block .faq_block__item.faq_block__item--active .faq_block__answer {
		padding: 0;
	}
	body .cart_carousel .cart_carousel__item_image {
		width: 308px;
	}
	body .cards_list .card_item.empty_image {
		margin: 0 20px;
	}
	body .reviews_block {
		padding: 0;
	}
	body .self_knowledge {
		margin-top: 0px;
		padding: 2px 0;
	}
	body .image_right {
		margin-bottom: 10px;
	}
	body .faq_block .section_header h3 {
		font-size: 24px;
		line-height: 1.2;
	}
	body .image_right .section__content {
		width: 60%;
		text-align: left;
		position: relative;
		z-index: 3;
	}
}

/* Navigation
--------------------------------------------- */
.custom-navigation {
	padding: var(--base-gutter) 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.custom-navigation .menu a {
	color: var(--base-white);
	font-size: 18px;
	outline: none;
	display: block;
	white-space: nowrap;
}

.custom-navigation .menu a:visited, .custom-navigation .menu a:active {
	color: var(--base-white);
}

.custom-navigation .menu li {
	position: relative;
}

.custom-navigation .menu li::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: var(--global-color-primary);
	transform: translateX(-50%);
	transition: width 0.3s ease;
}

.custom-navigation .menu li:hover::after {
	width: 100%;
}

.custom-navigation .menu li.current_page_item::after, .custom-navigation .menu li.current-menu-item::after {
	width: 100%;
}

.custom-navigation ul {
	gap: 20px;
}

.other-category {
	position: relative;
}

.other-category .button-all_category {
	display: flex;
	align-items: center;
	gap: var(--base-gutter);
	border: none;
	background: transparent;
	color: var(--base-white);
	font-size: 18px;
	cursor: pointer;
	transition: color 0.3s ease;
	line-height: 1.4;
	padding: 0;
}

.other-category .button-all_category .arrow_icon {
	transition: transform 0.3s ease;
	width: 14px;
	height: 16px;
	position: relative;
	top: -2px;
}

.other-category .button-all_category .arrow_icon svg {
	width: 100%;
	height: auto;
	fill: var(--base-white);
	line-height: 1;
}

.other-category .category-list {
	position: absolute;
	z-index: 3;
	top: 100%;
	right: 0;
	border-radius: 18px;
	background: var(--global-color-primary);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	width: 300px;
	padding: calc(var(--base-gutter) / 2);
}

.other-category .category-list ul.menu {
	flex-direction: column;
	gap: calc(var(--base-gutter) / 2);
}

.other-category .category-list li {
	text-align: right;
}

.other-category .category-list li::after {
	display: none;
}

.other-category .category-list li:hover::after {
	display: none;
}

.other-category .category-list li a {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--base-white);
	text-decoration: none;
	display: inline-block;
	text-align: right;
	outline: none;
	position: relative;
}

.other-category .category-list li a::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 0%;
	height: 2px;
	background-color: var(--base-white);
	transition: width 0.3s ease;
}

.other-category .category-list li a:hover::after {
	width: 100%;
}

.other-category:hover .category-list {
	visibility: visible;
	animation: fadeInUp 0.3s ease forwards;
}

.other-category:hover .button-all_category .arrow_icon {
	transform: rotate(180deg);
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* About section
--------------------------------------------- */
.about {
	position: relative;
	padding: var(--base-gutter) 0;
	overflow: hidden;
}

.about::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	z-index: -1;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_about_right.png) no-repeat center right/contain;
	animation: fly 28s ease-in-out infinite alternate;
}

.about::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	z-index: -1;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_about_left.png) no-repeat bottom left/contain;
	animation: flyRight 20s ease-in-out infinite alternate;
}

@keyframes fly {
	from {
		transform: translateX(0) scale(1);
	}
	to {
		transform: translateX(300px) scale(0.7);
	}
}

@keyframes flyRight {
	from {
		transform: translateX(0) translateY(0) scale(1);
		opacity: 1;
	}
	to {
		transform: translateX(-130px) translateY(-80px) scale(0.69);
		opacity: 0.15;
	}
}

.about_section {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about_section > h1 {
	font-size: 65px;
	color: var(--base-white);
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
}

.about_section .about_section__image {
	min-width: 40%;
	text-align: right;
	position: relative;
}

.about_section .about_section__image::before {
	content: "";
	position: absolute;
	top: -120px;
	left: 0;
	right: -60px;
	bottom: -72px;
	z-index: -1;
	transform: rotate(-89deg);
	background: url(/wp-content/themes/astromagi/vendors/images/stars_about.svg) no-repeat center/contain;
	animation: blink 28s ease-in-out infinite alternate;
}

.border_block {
	padding: 100px 0 300px;
	position: relative;
	margin-top: -100px;
}

.border_block::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/wp-content/themes/astromagi/vendors/images/order_bg_cloud.png) no-repeat center -170px/cover;
	z-index: -1;
	animation: flyZ 20s ease-in-out infinite alternate;
}

.border_block::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 300px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #101826 100%);
}

@keyframes flyZ {
	from {
		transform: translateZ(0);
		opacity: 1;
		background-position: center -170px;
	}
	to {
		opacity: 0.36;
		transform: translateZ(-100px);
		background-position: center -120px;
	}
}

.border_block__image {
	position: relative;
	min-height: 620px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.border_block__image .border_image {
	position: absolute;
	left: 0;
	right: 0;
	height: 78px;
}

.border_block__image .border_image__top {
	top: 0;
	left: 1px;
	right: 1px;
	background: url(/wp-content/themes/astromagi/vendors/images/border_top.png) no-repeat top center/contain;
	display: none;
}

.border_block__image .border_image__bottom {
	bottom: 0;
	left: 1px;
	right: 1px;
	background: url(/wp-content/themes/astromagi/vendors/images/border_bottom.png) no-repeat bottom center/contain;
	display: none;
}

.border_block__image::before {
	content: "";
	position: absolute;
	top: 70px;
	left: 0px;
	bottom: 70px;
	width: 3.4%;
	z-index: 1;
	background: url(/wp-content/themes/astromagi/vendors/images/border_line_vertical.png) repeat-y center/contain;
	display: none;
}

.border_block__image p {
	margin-bottom: 1em;
}

.border_block__image .border_block__content {
	color: var(--base-white);
	position: relative;
	padding: 1% 1% 3%;
	text-align: center;
}

.border_block__image .border_block__content .border_block__title {
	font-size: 45px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
}

.border_block__image .border_block__content .border_block__text {
	font-size: 25px;
	line-height: 30.48px;
	text-align: center;
}

.border_block__image .border_block__content::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--global-color-secondary);
	z-index: -1;
	border-radius: 18px;
	opacity: 0.7;
	animation: bgChange 20s ease-in-out infinite alternate;
	border: 4px solid var(--base-gold);
}

@keyframes bgChange {
	from {
		opacity: 0.7;
	}
	to {
		opacity: 0.9;
	}
}

.border_block__image .order_layout {
	margin: calc(var(--base-gutter) * 2) auto 0;
	line-height: 1;
	color: var(--base-white);
	background: var(--base-green-light);
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	border-radius: 50px;
	padding: 24px 60px;
	max-width: 100%;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.cards_list_block {
	margin-top: -200px;
}

.star_bg_block {
	position: relative;
	overflow: hidden;
}

.star_bg_block .stars {
	position: absolute;
	bottom: 0;
	width: 450px;
	height: 450px;
	z-index: -1;
	transition: all 0.3s ease;
	background: url(/wp-content/themes/astromagi/vendors/images/star_1_cq.png) no-repeat center center/contain;
	animation: blink 3s ease infinite;
}

.star_bg_block .stars:first-of-type {
	transform: scale(0.86) rotateX(180deg) translateX(-128px);
	animation-delay: 0.5s;
}

.star_bg_block .stars:nth-of-type(2) {
	transform: scale(0.98) rotateZ(10deg) translateY(-225px) translateX(248px);
	animation-delay: 1s;
}

.star_bg_block .stars:nth-of-type(3) {
	transform: scale(1) rotateZ(19deg) translateY(-376px) translateX(786px);
	animation-delay: 1.5s;
}

.star_bg_block .stars:nth-of-type(4) {
	transform: scale(1.1) rotateZ(31deg) translateY(-801px) translateX(421px);
	animation-delay: 2s;
}

.star_bg_block .stars:nth-of-type(5) {
	transform: scale(1) rotateZ(27deg) translateY(-698px) translateX(421px);
	animation-delay: 2.5s;
}

.star_bg_block .stars:nth-of-type(6) {
	top: 0;
	right: -120px;
	bottom: auto;
	animation-delay: 3s;
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.cards_list_title {
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	line-height: 54.88px;
	text-transform: uppercase;
	color: var(--base-white);
	margin-bottom: var(--base-gutter);
}

.cards_list_description {
	text-align: center;
	font-size: 25px;
	line-height: 30.48px;
	color: var(--base-white);
	font-weight: 400;
	margin-bottom: calc(var(--base-gutter) * 3);
}

.cards_list_block_description {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--base-green-light-hover);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: calc(var(--base-gutter) * 3);
}

body .experts_block__content::after {
	width: 110px;
	height: 110px;
	top: -34px;
	right: -15px;
}

.cards_list {
	margin-bottom: calc(var(--base-gutter) * 3);
}

.cards_list .card_item.empty_image {
	background: rgba(139, 92, 246, 0.38);
	border: 3px solid var(--base-gold);
	border-radius: 15px;
	margin: 0 4%;
}

.cards_list .card_item.empty_image .card__content {
	padding-bottom: 12px;
}

.cards_list .card_item.empty_image .card__content .card__text {
	min-height: 97.5px;
}

.cards_list .card {
	flex-grow: 2;
	width: 100%;
	max-width: 270px;
	margin: auto;
	min-height: 300px;
}

.cards_list .card__image {
	line-height: 1;
	border-radius: 20px;
	overflow: hidden;
	background-color: #78488f;
}

.cards_list .card__image img {
	line-height: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cards_list .card__content .card__title {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	color: var(--base-white);
	line-height: 1.1;
	position: relative;
	padding-bottom: var(--base-gutter);
	margin-bottom: 20px;
}

.cards_list .card__content .card__title::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--base-white);
}

.cards_list .card__content .card__text {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	color: var(--base-white);
	line-height: 24.38px;
}

.why_we_are_experts {
	padding: 20px 0;
	position: relative;
}

.why_we_are_experts .cloud {
	position: absolute;
	z-index: -1;
}

.why_we_are_experts .cloud_right {
	top: -70px;
	right: 0;
	width: 600px;
	height: 385px;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_right_full.png) no-repeat center right/contain;
	animation: flyLeft 170s infinite linear;
}

.why_we_are_experts::before {
	content: "";
	position: absolute;
	width: 450px;
	height: 450px;
	z-index: -1;
	transition: all 0.3s ease;
	background: url(/wp-content/themes/astromagi/vendors/images/star_1_cq.png) no-repeat center center/contain;
	animation: blink 7s ease infinite;
	top: 0;
	right: 0;
	rotate: -40deg;
}

.why_we_are_experts .cloud_left {
	width: 1521.96px;
	height: 1032.55px;
	rotate: 223deg;
	bottom: 0;
	left: -721px;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_left.png) no-repeat center right/contain;
	animation: fadeLight 30s infinite linear;
}

@keyframes fadeLight {
	0% {
		opacity: 0.5;
		scale: 1.1;
		rotate: 218deg;
	}
	50% {
		opacity: 1;
		scale: 1;
		rotate: 223deg;
	}
	100% {
		opacity: 0.5;
		scale: 1.1;
		rotate: 218deg;
	}
}

@keyframes flyLeft {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100vw) scale(1.2);
	}
}

/* Right text content
-------------------------------------- */
.text_right_content {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(var(--base-gutter) * 2);
}

.text_right_content .cell_image {
	width: 42%;
	width: 440px;
}

.text_right_content .cell_text {
	width: 60%;
}

.text_right_content .wrap_image {
	position: relative;
	transform: rotate(45deg);
}

.text_right_content .cell_text__title {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: right;
	text-transform: uppercase;
}

.text_right_content .cell_text__description {
	font-size: 25px;
	line-height: 31px;
	color: var(--base-white);
	text-align: right;
	font-weight: 400;
}

/* Left text content
-------------------------------------- */
.text_left_content {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(var(--base-gutter) * 2);
}

.text_left_content .cell_image {
	width: 42%;
	width: 440px;
	text-align: right;
	position: relative;
}

.text_left_content .cell_image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: rotate(45deg);
	background: url(/wp-content/themes/astromagi/vendors/images/star_1_cq.png) no-repeat center center/contain;
	animation: blink 7s ease infinite 1s;
}

.text_left_content .cell_text {
	width: 60%;
}

.text_left_content .wrap_image {
	position: relative;
}

.text_left_content .cell_text__title {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: left;
	text-transform: uppercase;
}

.text_left_content .cell_text__description {
	font-size: 25px;
	line-height: 31px;
	color: var(--base-white);
	text-align: left;
	font-weight: 400;
}

.text_left_content .cell_text__description ul {
	margin: 0;
}

/* Experts list
-------------------------------------- */
.taro-page .experts_block {
	margin-top: -200px;
}

.experts_block {
	position: relative;
}

.experts_block::after {
	content: "";
	width: 1090px;
	height: 585.26px;
	bottom: 0;
	left: -456.34px;
	gap: 0px;
	opacity: 0.4;
	transform: rotate(28deg);
	position: absolute;
	z-index: -1;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_right_full.png) no-repeat center center/contain;
}

.experts_block::before {
	content: "";
	width: 975px;
	height: 551.46px;
	top: 0;
	right: 0;
	opacity: 0.44;
	transform: rotate(-28deg);
	position: absolute;
	z-index: -1;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_right_full.png) no-repeat center center/contain;
}

.experts_block__content::after {
	content: "";
	width: 400px;
	height: 400px;
	position: absolute;
	top: -150px;
	right: -150px;
	z-index: -1;
	background: var(--image-url) no-repeat center center/contain;
	animation: Rotate 50s ease infinite;
}

@keyframes Rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.experts_block__title {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: center;
	text-transform: uppercase;
}

.experts_list_carousel {
	margin: 0 -20px;
}

.experts_list_carousel .expert {
	background: #78488f;
	border-radius: 10px;
	margin: 20px;
	display: flex;
	flex-direction: column;
	padding: 16px;
	cursor: pointer;
}

.experts_list_carousel .expert .expert__image {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.experts_list_carousel .expert .expert__image img {
	width: 100%;
	display: block;
	line-height: 1;
}

.experts_list_carousel .expert .expert__image .expert__info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 24px;
	z-index: 2;
	color: var(--base-white);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.370833) 53.99%, rgba(0, 0, 0, 0.45) 62%, rgba(0, 0, 0, 0.9) 68%, rgba(0, 0, 0, 0.9) 80.5%);
}

.experts_list_carousel .expert .expert__image .expert__info .expert__name {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.experts_list_carousel .expert .expert__image .expert__info .expirience {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
}

.experts_list_carousel .expert .expert__description {
	padding: 24px 38px;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	font-weight: 400;
	color: var(--base-white);
}

.line_clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 54px;
}

.base_bth {
	margin: 0 auto var(--base-gutter);
	line-height: 1;
	color: var(--base-white);
	background: var(--base-green-light);
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	border-radius: 50px;
	padding: 24px 60px;
	max-width: 100%;
	width: 100%;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	background: transparent;
	border: none;
	height: 76px;
	width: 27px;
	font-size: 0;
	transition: all 0.3s ease;
	opacity: 0.7;
}

.slick-arrow:active, .slick-arrow:hover {
	opacity: 1;
}

.slick-prev {
	right: 100%;
	background: url(/wp-content/themes/astromagi/vendors/images/arrow_left.svg) no-repeat center center/contain;
}

.slick-next {
	left: 100%;
	background: url(/wp-content/themes/astromagi/vendors/images/arrow_right.svg) no-repeat center center/contain;
}

.dont_wait {
	position: relative;
	padding: calc(var(--base-gutter) * 2) 0;
	overflow: hidden;
}

.dont_wait::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_about_right_reverce.png) no-repeat left center/contain;
	opacity: 1;
	width: 50%;
	height: 100%;
	opacity: 0.7;
	animation: zoom 30s infinite linear;
}

.blog_page_expert_carousel {
	width: 994px;
	max-width: 100%;
	margin: auto;
}

.blog_page_expert_carousel .line_clamp p {
	margin: 0;
}

.blog_page_expert_carousel .experts_list_carousel .expert .expert__image {
	max-height: 621px;
}

.blog_page_expert_carousel .experts_block__title {
	max-width: 600px;
	margin: 60px auto 80px;
}

@keyframes zoom {
	0% {
		transform: scale(1) translateX(0);
		opacity: 0.6;
	}
	50% {
		transform: scale(1.1) translateX(-100px);
		opacity: 1;
	}
	100% {
		transform: scale(1) translateX(0);
		opacity: 0.6;
	}
}

/* Reviews 
---------------------------------------------*/
.reviews_block {
	position: relative;
}

.reviews_block__title {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: center;
	text-transform: uppercase;
}

.review {
	background: rgba(139, 92, 246, 0.38);
	border-radius: 15px;
	margin: 0 8px;
}

.review .border_block__image {
	min-height: 0px;
	border: 4px solid var(--base-gold);
	border-radius: 16px;
	padding: 20px;
}

.review .border_block__content {
	width: 100%;
}

.review .border_block__content::before {
	content: none;
}

.review .review_content {
	text-align: left;
}

.review .review_content .review_content__title {
	font-weight: 600;
	font-size: 35px;
	color: var(--base-white);
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 16px;
	text-align: left;
}

.review .review_content p {
	font-size: 25px;
	color: var(--base-white);
	line-height: 30px;
	margin-bottom: 16px;
}

.image_left {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(var(--base-gutter) * 2);
}

.image_left .section__image {
	width: 440px;
}

.image_left .section__image img {
	width: 100%;
	max-width: 100%;
	line-height: 1;
	display: block;
	position: relative;
	transform: rotate(-15deg);
}

.image_left .section__content {
	width: 60%;
	text-align: right;
}

.image_left .section__content .section__title {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: right;
	text-transform: uppercase;
}

.image_left .section__content .section__description {
	font-size: 25px;
	line-height: 31px;
	color: var(--base-white);
	text-align: right;
	font-weight: 400;
}

.image_left .section__content .section__description h4 {
	font-size: 25px;
	line-height: 1.4;
	text-transform: uppercase;
}

.image_left .section__content .base_bth {
	width: 470px;
	max-width: 100%;
	margin-top: 50px;
}

.image_right {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(var(--base-gutter) * 2);
	align-items: center;
}

.image_right .section__image {
	width: 440px;
}

.image_right .section__image img {
	width: 100%;
	max-width: 100%;
	line-height: 1;
	display: block;
	position: relative;
}

.image_right .section__content {
	width: 60%;
	text-align: left;
}

.image_right .section__content .section__title {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: left;
	text-transform: uppercase;
}

.image_right .section__content .section__description {
	font-size: 25px;
	line-height: 31px;
	color: var(--base-white);
	text-align: left;
	font-weight: 400;
}

.image_right .section__content .section__description h4 {
	font-size: 25px;
	line-height: 1.4;
	text-transform: uppercase;
}

.image_right .section__content .base_bth {
	width: 470px;
	max-width: 100%;
	margin-top: 50px;
}

.what_are_taro_group {
	position: relative;
}

.what_are_taro_group .image_left .section__image {
	width: 300px;
}

.what_are_taro_group .image_left .section__image img {
	transform: none;
}

.what_are_taro_group::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_pink_right.png) no-repeat right center/contain;
	z-index: -1;
	height: 160%;
}

.what_are_taro_group::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	background: url(/wp-content/themes/astromagi/vendors/images/star_1_cq.png) no-repeat center center/contain;
	z-index: 1;
	height: 50%;
	width: 50%;
	animation: blink 7s ease infinite 1s;
}

.what_are_taro_group .container_md {
	position: relative;
}

.what_are_taro_group .container_md::before {
	content: "";
	position: absolute;
	top: 30%;
	right: 10px;
	height: 2px;
	background: url(/wp-content/themes/astromagi/vendors/images/star_1_cq.png) no-repeat center center/contain;
	z-index: -1;
	height: 60%;
	width: 50%;
	transform: rotate(-8deg);
	animation: blink 8s ease infinite 2s;
}

.what_are_taro_group .container_md::after {
	content: "";
	position: absolute;
	top: 30%;
	right: -210px;
	background: url(/wp-content/themes/astromagi/vendors/images/star_1_cq.png) no-repeat center center/contain;
	z-index: -1;
	height: 70%;
	width: 50%;
	transform: rotate(-8deg);
	animation: blink 8s ease infinite 2s;
}

.what_are_taro_groups {
	position: relative;
}

.what_are_taro_groups::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -16%;
	height: 2px;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_pink_right.png) no-repeat right center/contain;
	z-index: -1;
	height: 140%;
	transform: rotate(18deg);
	animation: zoom 27s ease infinite;
}

.what_are_taro_groups::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 2px;
	background: url(/wp-content/themes/astromagi/vendors/images/star_1_cq.png) no-repeat center center/contain;
	z-index: -1;
	height: 50%;
	width: 50%;
	transform: rotate(-18deg);
	animation: blink 7s ease infinite;
}

.what_are_taro_groups .container_md {
	position: relative;
}

.what_are_taro_groups .container_md::before {
	content: "";
	position: absolute;
	top: 20%;
	right: 10px;
	height: 2px;
	background: url(/wp-content/themes/astromagi/vendors/images/star_1_cq.png) no-repeat center center/contain;
	z-index: -1;
	height: 60%;
	width: 50%;
	transform: rotate(-8deg);
	animation: blink 8s ease infinite 2s;
}

.what_are_taro_groups .image_left::after {
	content: "";
	position: absolute;
	top: 0;
	left: -60%;
	right: 0;
	bottom: 0;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_about_right_reverce.png) no-repeat left center/contain;
	opacity: 1;
	width: 100%;
	height: 60%;
	opacity: 0.7;
	animation: zoom 30s infinite linear 4s;
}

.what_are_taro_groups .image_left .section__image {
	width: 300px;
}

.what_are_taro_groups .image_left .section__image img {
	transform: none;
}

.image_left .section__content h3 {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: right;
	text-transform: uppercase;
}

.image_left .section__content * {
	text-align: right;
}

.image_right .section__content h3 {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: left;
	text-transform: uppercase;
}

.image_right .section__content * {
	text-align: left;
}

/* Carts 
---------------------------------------------*/
.cart_carousel {
	margin: 60px auto;
}

.cart_carousel .cart_carousel__content {
	background: var(--global-color-secondary);
}

.cart_carousel .cart_carousel__content .slick-arrow {
	top: 38%;
}

.cart_carousel .cart_carousel__item_image {
	width: 210px;
}

.cart_carousel .cart_carousel__item_image img {
	width: 100%;
	display: block;
	line-height: 1px;
}

.cart_carousel .cart_carousel__item_text {
	width: 75%;
}

.cart_carousel .cart_carousel__item_title {
	font-size: 35px;
	font-weight: 400;
	line-height: 43px;
	text-transform: uppercase;
	text-align: left;
}

.cart_carousel .cart_carousel__item_content {
	color: var(--base-white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--base-gutter) calc(var(--base-gutter) * 2);
	border: 2px solid #ffe39c;
	border-radius: 16px;
	margin: 0 60px 80px;
	gap: calc(var(--base-gutter) * 1.5);
}

.cart_carousel .cart_carousel__item_description {
	font-size: 25px;
	line-height: 30px;
}

.cart_carousel .bottom_item_description {
	text-align: center;
	font-size: 28px;
	line-height: 34px;
	color: var(--base-green);
	margin: 0 60px;
	font-weight: 600;
}

.separator {
	height: 170px;
	width: 100%;
	background: no-repeat center center / contain;
}

.self_knowledge {
	background: url("/wp-content/themes/astromagi/vendors/images/mask_group.png") no-repeat center center/cover;
	padding: 40px 0 2px;
	background-attachment: fixed;
	margin-top: 120px;
}

.self_knowledge .container_md {
	position: relative;
	padding-top: 40px;
}

.self_knowledge .container_md .separator {
	position: absolute;
	transform: translateY(-50%);
	top: -44px;
}

.self_knowledge section {
	text-align: center;
	color: var(--base-white);
}

.self_knowledge section h3 {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: center;
	text-transform: uppercase;
}

.self_knowledge section p {
	font-size: 25px;
}

.self_knowledge section .pink_block {
	background: rgba(139, 92, 246, 0.38);
	border-radius: 16px;
	border: 2px solid #ffe39c;
	padding: 1%;
	margin: calc(var(--base-gutter) * 2) auto;
}

.self_knowledge section .pink_block .text_container {
	max-width: 720px;
	margin: auto;
}

.self_knowledge section .pink_block .base_bth {
	max-width: 470px;
	margin: calc(var(--base-gutter) * 2) auto var(--base-gutter);
}

.how_can_taro_cards_help {
	margin: 10px auto calc(var(--base-gutter) * 4) auto;
	position: relative;
}

.how_can_taro_cards_help::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	right: 0;
	bottom: 0;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_about_right_reverce.png) no-repeat left center/contain;
	opacity: 1;
	width: 100%;
	height: 50%;
	opacity: 0.28 !important;
	animation: zoom 60s infinite linear 4s;
}

.how_can_taro_cards_help .image_left {
	align-items: center;
}

.how_can_taro_cards_help .section__image {
	width: 360px;
}

.how_can_taro_cards_help .section__image img {
	transform: none;
}

.how_can_taro_cards_help::after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_right_full.png) no-repeat right center/contain;
	opacity: 1;
	width: 100%;
	height: 50%;
	opacity: 0.48 !important;
	animation: zoom 60s infinite linear 4s;
}

.opportunities_block .opportunities {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--base-gutter) * 2);
}

.opportunities_block .opportunities__item {
	flex-basis: calc(50% - var(--base-gutter));
}

.opportunities_block .opportunities__item > h3 {
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	color: var(--base-white);
	background: var(--global-color-primary-light);
	padding: var(--base-gutter);
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	border-radius: 16px;
	margin-top: 0;
}

.opportunities_block .opportunities__item p {
	font-size: 25px;
	line-height: 30px;
	color: var(--base-white);
}

/* Steps 
---------------------------------------------*/
.steps_block {
	text-align: center;
	color: var(--base-white);
	background: url("/wp-content/themes/astromagi/vendors/images/mask_group.png") no-repeat center center/cover;
	padding: 40px 0;
	background-attachment: fixed;
}

.steps_block section > h3 {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.steps_block section > p {
	font-size: 25px;
	line-height: 30px;
	max-width: 620px;
	margin: auto;
}

.steps_block section .steps {
	border: 2px solid #ffe39c;
	border-radius: 16px;
	padding: calc(var(--base-gutter) * 2);
	margin: calc(var(--base-gutter) * 2) auto;
}

.steps_block section .steps__item {
	font-size: 35px;
	line-height: 43px;
	text-transform: uppercase;
	margin-bottom: 12px;
	position: relative;
	color: #ffe39c;
}

.steps_block section .steps__item:not(:last-of-type)::after {
	content: "";
	position: relative;
	display: block;
	top: 100%;
	left: 50%;
	width: 16px;
	height: 28px;
	margin-top: 14px;
	background: url("/wp-content/themes/astromagi/vendors/images/arrow_bottom.png") no-repeat center center/contain;
	transform: translateX(-50%);
}

.steps_block section .base_bth {
	max-width: 470px;
}

.simple_steps_block .image_right .section__image {
	width: 300px;
}

.simple_steps_block .image_right .section__image img {
	transform: none;
}

.simple_steps_block .simple_step {
	display: flex;
	align-items: center;
	gap: var(--base-gutter);
	margin-bottom: 12px;
}

.simple_steps_block .simple_step .simple_step__number {
	font-family: "Mynerve";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--global-color-primary-light);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	min-width: 40px;
	font-size: 30px;
}

.simple_steps_block .simple_step .simple_step__text {
	font-size: 25px;
	line-height: 30px;
}

.layout_is_convenient_block {
	color: var(--base-white);
}

.layout_is_convenient_block section {
	text-align: right;
}

.layout_is_convenient_block section h3 {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-transform: uppercase;
	margin-bottom: var(--base-gutter);
}

.layout_is_convenient_block section p {
	font-size: 25px;
	line-height: 30px;
}

.layout_is_convenient_block section .layouts_types {
	text-align: center;
}

.layouts_types {
	display: flex;
	justify-content: space-between;
	margin: calc(var(--base-gutter) * 3) auto;
}

.layouts_types .layouts_types__item {
	flex-grow: 2;
	width: 30%;
	max-width: 360px;
}

.layouts_types .layouts_types__item .layout_title {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.layouts_types .layouts_types__item h5 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
}

.layouts_types .layouts_types__item p {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	margin-top: 0;
}

.layouts_types .layouts_types__item .base_bth {
	padding: var(--base-gutter);
}

/* FAQ
---------------------------------------------*/
.faq_block__item {
	position: relative;
	color: var(--base-white);
}

.faq_block__item:not(:last-of-type) {
	margin-bottom: var(--base-gutter);
}

.faq_block__item .faq_block__question {
	cursor: pointer;
	color: var(--base-white);
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: var(--global-color-primary-light);
	padding: 14px 24px;
	border-radius: 16px;
}

.faq_block__item .faq_block__question:after {
	content: "";
	width: 70px;
	min-width: 70px;
	height: 70px;
	background: var(--base-white) url("/wp-content/themes/astromagi/vendors/images/arrow_bottom_faq.png") no-repeat center center/60%;
	transition: transform 0.3s ease;
	border-radius: 50%;
}

.faq_block__item .faq_block__answer {
	font-size: 25px;
	line-height: 30px;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
	position: relative;
	padding: 0;
}

.faq_block__item.faq_block__item--active .faq_block__question:after {
	transform: rotate(180deg);
}

.faq_block__item.faq_block__item--active .faq_block__answer {
	padding: var(--base-gutter) 0;
	max-height: 1000px;
	opacity: 1;
	visibility: visible;
}

h3 {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-transform: uppercase;
	margin-bottom: var(--base-gutter);
	text-align: center;
}

.learn_more_about_taro {
	margin: 60px auto;
}

.taro_carts_list .taro_carts_list__item {
	border-radius: 15px;
	border: 2px solid #ffe39c;
	padding: var(--base-gutter);
	margin: calc(var(--base-gutter) * 2);
	color: var(--base-white);
}

.taro_carts_list .taro_carts_list__item figure {
	margin: 0;
	width: 100%;
	border-radius: 15px;
	border: 2px solid #ffe39c;
	overflow: hidden;
	box-sizing: content-box;
	position: relative;
}

.taro_carts_list .taro_carts_list__item figure img {
	display: block;
	line-height: 1;
	width: 100%;
	transform: scale(1.096);
}

.taro_carts_list .taro_carts_list__item figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: var(--base-gutter);
	z-index: 2;
	color: var(--base-white);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.taro_carts_list .taro_carts_list__item .title_post {
	font-size: 600px;
	font-size: 24px;
	line-height: 29px;
	padding: 0 var(--base-gutter);
	text-transform: initial;
	text-align: left;
	font-weight: 600;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 24px;
}

.taro_carts_list .taro_carts_list__item h3 {
	font-size: 600px;
	font-size: 24px;
	line-height: 29px;
	padding: 0 var(--base-gutter);
	text-transform: initial;
	text-align: left;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.taro_carts_list .taro_carts_list__item .taro_carts_list__item_description {
	font-size: 20px;
	line-height: 24px;
	padding: 0 var(--base-gutter);
	text-align: left;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.taro_carts_list .taro_carts_list__item .more_link {
	width: 100%;
	background: var(--global-color-primary-light);
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	display: block;
	color: var(--base-white);
	padding: calc(var(--base-gutter) / 2);
	margin-top: var(--base-gutter);
	text-transform: uppercase;
	text-decoration: none;
}

.taro_carts_list .taro_carts_list__item .more_link:visited {
	color: var(--base-white);
}

.base_bth {
	text-align: center !important;
}

.expert-page {
	padding: calc(var(--base-gutter) * 2) 0;
}

.expert-page__primary_info {
	display: flex;
	justify-content: space-between;
	gap: calc(var(--base-gutter) * 2);
}

.expert-page__primary_info .primary {
	width: 60%;
}

.expert-page__primary_info .primary .base_bth {
	width: 460px;
	max-width: 100%;
	margin-bottom: calc(var(--base-gutter) * 2);
}

.expert-page__primary_info .primary__content {
	margin-bottom: var(--base-gutter);
}

.expert-page__primary_info .primary__description {
	font-size: 32px;
	font-weight: 400;
	line-height: 39px;
	padding: var(--base-gutter) 0;
}

.expert-page__primary_info .expert-page__image {
	width: 40%;
	max-width: 466px;
	position: relative;
	border-radius: 30px;
	border: 3px solid var(--global-color-primary-light);
	overflow: hidden;
}

.expert-page__primary_info .expert-page__image img {
	width: 100%;
	display: block;
	line-height: 1;
	position: relative;
}

.expert-page__primary_info h1 {
	font-weight: 600;
	font-size: 52px;
	line-height: 65px;
}

.rating_widget {
	width: auto;
	border-radius: 10px;
	border: 3px solid var(--global-color-primary-light);
	padding: 8px;
	display: inline-block;
}

.rating_widget .row {
	display: flex;
}

.rating_widget .rating {
	font-size: 80px;
	font-weight: 400;
	line-height: 60px;
	color: var(--base-white);
	padding-right: 8px;
	border-right: 2px solid var(--global-color-primary-light);
}

.rating_widget .label {
	font-size: 25px;
	line-height: 29px;
	padding-left: 8px;
}

.expert-page .what_are_taro_groups {
	padding: calc(var(--base-gutter) * 2) 0;
}

.expert-page .what_are_taro_groups .image_left .section__image {
	width: 490px;
}

.services_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--base-gutter) * 2);
}

.services_block__item {
	margin-top: 80px;
	width: 50%;
	max-width: 430px;
	background-image: linear-gradient(180deg, #250533 0%, #78488f 26.5%, rgba(120, 72, 143, 0.6) 80.4%, #250533 100%);
	border-radius: 30px;
	padding: 0 calc(var(--base-gutter) * 2) var(--base-gutter);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.services_block__item .elipsis_block {
	width: 172px;
	height: 172px;
	position: relative;
	border-radius: 50%;
	background: var(--base-white);
	margin: -66px auto var(--base-gutter);
}

.services_block__item .elipsis_block img {
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
	width: 259px;
	height: 252px;
}

.services_block__item h3 {
	font-weight: 600;
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 0;
	margin-top: var(--base-gutter);
}

.services_block__item .expert {
	text-align: center;
	font-size: 25px;
	line-height: 35px;
}

.services_block__item header {
	padding-bottom: var(--base-gutter);
	border-bottom: 2px solid #f5c963;
}

.services_block__item main {
	text-align: center;
	flex-grow: 2;
}

.services_block__item main p {
	border-bottom: 2px solid #f5c963;
	font-size: 25px;
	line-height: 30px;
	padding-bottom: var(--base-gutter);
	margin-top: var(--base-gutter);
	margin-bottom: var(--base-gutter);
}

.services_block__item .price {
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: var(--base-gutter);
}

.post_author,
.post_date {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
}

.post_author {
	margin-bottom: 8px;
}

.icon_wrap {
	width: 20px;
	height: 20px;
	position: relative;
	min-width: 20px;
	display: inline-block;
}

.icon_wrap.post_author__icon {
	background: url("/wp-content/themes/astromagi/vendors/images/user_icon.svg") no-repeat center center/cover;
}

.icon_wrap.post_date__icon {
	background: url("/wp-content/themes/astromagi/vendors/images/date_icon.svg") no-repeat center center/cover;
}

.section__description ol,
.section__description ul {
	margin: 0;
}

/* Page Blog 
--------------------------------------------- */
.blog_page_primary_carousel_section {
	padding: calc(var(--base-gutter) * 2) 0;
	position: relative;
}

.blog_page_primary_carousel_section::before {
	content: "";
	width: 975px;
	height: 551.46px;
	top: 0;
	right: 0;
	opacity: 0.44;
	transform: rotate(-28deg);
	position: absolute;
	z-index: -1;
	background: url(/wp-content/themes/astromagi/vendors/images/cloud_right_full.png) no-repeat center center/contain;
	animation: fadeInLight 17s ease infinite;
}

@keyframes fadeInLight {
	0% {
		opacity: 0.44;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.44;
	}
}

.blog_page_primary_carousel {
	border: 3px solid var(--base-gold);
	border-radius: 30px;
	margin: 20px 50px;
	background: var(--global-color-secondary);
}

.blog_page_primary_carousel .slick-prev {
	right: calc(100% + 30px);
}

.blog_page_primary_carousel .slick-next {
	left: calc(100% + 30px);
}

.blog_page_primary_carousel__item {
	margin: var(--base-gutter);
	border: 2px solid var(--base-gold);
	border-radius: 25px;
	min-height: 300px !important;
	position: relative;
	overflow: hidden;
}

.blog_page_primary_carousel__item img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 500px;
	object-fit: cover;
	border-radius: 25px;
	transform: scale(1.1);
}

.blog_page_primary_carousel__item .mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: calc(var(--base-gutter) * 1.5);
	pointer-events: none;
}

.blog_page_primary_carousel__item .parent_category {
	border: 2px solid var(--base-gold);
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--base-white);
	padding: 4px 32px;
	background: var(--global-color-secondary);
	display: inline-flex;
	pointer-events: auto;
}

.blog_page_primary_carousel__item .parent_category a {
	text-decoration: none;
	color: var(--base-white);
	font-size: 20px;
	transition: all 0.3s ease;
}

.blog_page_primary_carousel__item .parent_category a:visited {
	color: var(--base-white);
}

.blog_page_primary_carousel__item .parent_category a:hover {
	color: var(--base-gold);
}

.blog_page_primary_carousel__item .post_title {
	pointer-events: auto;
	font-size: 45px;
	color: var(--base-white);
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 0;
	text-transform: uppercase;
	transition: all 0.3s ease;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog_page_primary_carousel__item .post_title a {
	text-decoration: none;
	color: var(--base-white);
	transition: all 0.3s ease;
}

.blog_page_primary_carousel__item .post_title a:visited {
	color: var(--base-white);
}

.blog_page_primary_carousel__item .post_title a:hover {
	color: var(--base-gold);
}

.blog_page_category_navigation_section {
	margin: 50px auto;
}

.blog_page_category_navigation_section .slick-prev {
	right: calc(100% - 36px);
	width: 46px;
	background: url(/wp-content/themes/astromagi/vendors/images/slick_arrow_next.svg) no-repeat center center/contain;
	transform: translateY(-50%) rotateY(-180deg);
}

.blog_page_category_navigation_section .slick-next {
	left: calc(100% - 36px);
	width: 46px;
	background: url(/wp-content/themes/astromagi/vendors/images/slick_arrow_next.svg) no-repeat center center/contain;
}

.blog_page_category_navigation_section .blog_page_category_navigation__item {
	pointer-events: none;
}

.blog_page_category_navigation_section .blog_page_category_navigation__item button {
	pointer-events: auto;
	cursor: pointer;
	margin: 0 calc(var(--base-gutter) / 3);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--base-white);
	border: 3px solid var(--global-color-primary-light);
	background: var(--global-color-secondary);
	transition: all 0.3s ease;
	border-radius: 10px;
}

.blog_page_category_navigation_section .blog_page_category_navigation__item button.active {
	background: var(--global-color-primary-light);
}

.blog_page_category_navigation_section .blog_page_category_navigation__item button:disabled {
	pointer-events: none;
	opacity: 0.7;
}

.blog_page_category_navigation__content {
	position: relative;
}

.blog_page_category_navigation__content .loader_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(22, 3, 31, 0.83);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	pointer-events: none;
}

.blog_page_category_navigation__content .loader_wrap.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.blog_page_category_navigation__content .posts_list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--base-gutter);
	padding: calc(var(--base-gutter) * 3) 0;
	justify-content: center;
	position: relative;
}

.blog_page_category_navigation__content .single-post-item {
	border: 3px solid var(--base-gold);
	border-radius: 15px;
	padding: calc(var(--base-gutter) / 1.5);
	max-width: calc(33% - var(--base-gutter) * 2 / 3);
	display: flex;
	flex-direction: column;
	flex-grow: 2;
}

.blog_page_category_navigation__content .single-post-item:hover .single-post-item__thumbnail img {
	transform: scale(1.2);
}

.blog_page_category_navigation__content .single-post-item__thumbnail {
	position: relative;
	max-height: 265px;
	height: 265px;
	border: 2px solid var(--base-gold);
	border-radius: 15px;
	overflow: hidden;
}

.blog_page_category_navigation__content .single-post-item__thumbnail img {
	display: block;
	line-height: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.096);
	transition: all 0.3s ease;
}

.blog_page_category_navigation__content .single-post-item__thumbnail .mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: calc(var(--base-gutter) * 0.7);
}

.blog_page_category_navigation__content .single-post-item .post_title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin: var(--base-gutter) 0 0;
}

.blog_page_category_navigation__content .single-post-item .post_title a {
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(--base-white);
	transition: all 0.3s ease;
}

.blog_page_category_navigation__content .single-post-item .post_title a:visited {
	color: var(--base-white);
}

.blog_page_category_navigation__content .single-post-item .post_title a:hover {
	color: var(--base-gold);
}

.blog_page_category_navigation__content .single-post-item .post_excerpt {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: calc(var(--base-gutter) * 0.7);
	color: var(--base-white);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog_page_category_navigation__content .single-post-item .post_link a {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: var(--base-white);
	text-decoration: none;
	transition: all 0.3s ease;
	text-transform: uppercase;
	background: var(--global-color-primary-light);
	border-radius: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: calc(var(--base-gutter) / 2);
	text-align: center;
}

.blog_page_category_navigation__content .single-post-item__content {
	flex-grow: 2;
}

.blog_page_category_navigation__content .single-post-item .parent_category {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	padding: 3px calc(var(--base-gutter) / 2) 2px;
	text-transform: uppercase;
	color: var(--base-gold);
	border: 2px solid var(--global-color-primary-light);
	border-radius: 10px;
	background: var(--global-color-secondary);
}

.blog_page_category_navigation__content .single-post-item .parent_category a {
	text-decoration: none;
	color: var(--base-white);
	transition: all 0.3s ease;
	outline: none;
}

.blog_page_category_navigation__content .single-post-item .parent_category a:visited {
	color: var(--base-white);
}

.blog_page_category_navigation__content .single-post-item .parent_category a:hover {
	color: var(--base-gold);
}

.recommendable_for_your .recommendable_for_your__title {
	font-size: 35px;
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.recommendable_for_your__list {
	padding-bottom: 50px;
	margin: 0 -10px;
}

.recommendable_for_your__list .single-post-item {
	border: 3px solid var(--base-gold);
	border-radius: 15px;
	padding: calc(var(--base-gutter) / 1.5);
	max-width: calc(33% - var(--base-gutter) * 2 / 3);
	display: flex;
	flex-direction: column;
	margin: 10px;
}

.recommendable_for_your__list .single-post-item:hover .single-post-item__thumbnail img {
	transform: scale(1.2);
}

.recommendable_for_your__list .single-post-item__thumbnail {
	position: relative;
	max-height: 265px;
	height: 265px;
	border: 2px solid var(--base-gold);
	border-radius: 15px;
	overflow: hidden;
}

.recommendable_for_your__list .single-post-item__thumbnail img {
	display: block;
	line-height: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.096);
	transition: all 0.3s ease;
}

.recommendable_for_your__list .single-post-item__thumbnail .mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: calc(var(--base-gutter) * 0.7);
}

.recommendable_for_your__list .single-post-item .post_title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin: var(--base-gutter) 0 0;
}

.recommendable_for_your__list .single-post-item .post_title a {
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(--base-white);
	transition: all 0.3s ease;
}

.recommendable_for_your__list .single-post-item .post_title a:visited {
	color: var(--base-white);
}

.recommendable_for_your__list .single-post-item .post_title a:hover {
	color: var(--base-gold);
}

.recommendable_for_your__list .single-post-item .post_excerpt {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: calc(var(--base-gutter) * 0.7);
	color: var(--base-white);
	display: -webkit-box;
	min-height: 84px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.recommendable_for_your__list .single-post-item .post_link a {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: var(--base-white);
	text-decoration: none;
	transition: all 0.3s ease;
	text-transform: uppercase;
	background: var(--global-color-primary-light);
	border-radius: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: calc(var(--base-gutter) / 2);
	text-align: center;
}

.recommendable_for_your__list .single-post-item__content {
	flex-grow: 2;
}

.recommendable_for_your__list .single-post-item .parent_category {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	padding: 3px calc(var(--base-gutter) / 2) 2px;
	text-transform: uppercase;
	color: var(--base-gold);
	border: 2px solid var(--global-color-primary-light);
	border-radius: 10px;
	background: var(--global-color-secondary);
}

.recommendable_for_your__list .single-post-item .parent_category a {
	text-decoration: none;
	color: var(--base-white);
	transition: all 0.3s ease;
	outline: none;
}

.recommendable_for_your__list .single-post-item .parent_category a:visited {
	color: var(--base-white);
}

.recommendable_for_your__list .single-post-item .parent_category a:hover {
	color: var(--base-gold);
}

.archive_services-title {
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
}

.scroll-to-top {
	background: var(--global-color-primary-light);
	padding: 0;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	position: fixed;
	bottom: 55px;
	right: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	z-index: 10;
}

.scroll-to-top svg {
	max-width: 100%;
	line-height: 1;
}

.scroll-to-top:hover {
	opacity: 1;
}

.scroll-to-top:hover svg path {
	stroke: var(--base-gold);
}

.scroll-to-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

a {
	outline: none !important;
}

a:focus {
	outline: none !important;
}

.search_container_fixed {
	position: fixed;
	right: 48px;
	top: 81px;
	display: flex;
	z-index: 10;
	align-items: center;
	transition: all 0.3s ease;
}

.search_container_fixed .search_action {
	background: var(--global-color-primary-light);
	padding: 0;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: none;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	opacity: 0.7;
}

.search_container_fixed .search_action svg {
	max-width: 100%;
	line-height: 1;
}

.search_container_fixed .search_action:hover {
	opacity: 1;
}

.search_container_fixed .search_action:hover svg path {
	stroke: var(--base-gold);
}

.search_container_fixed .search_form_container {
	position: relative;
	overflow: hidden;
	width: 0;
}

.search_container_fixed .search_form_container input {
	border-radius: 20px;
	padding: 8px 15px;
	background: var(--base-white);
	width: 220px;
	outline: none;
	border: none;
	font-size: 18px;
	font-weight: 500;
}

.search_container_fixed .search_form_container input:hover, .search_container_fixed .search_form_container input:focus {
	outline: none;
	border: none;
}

.search_container_fixed.search_form--active {
	background: var(--global-color-primary-light);
	border-radius: 50px;
	padding-left: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.search_container_fixed.search_form--active .search_action {
	opacity: 1;
	box-shadow: none;
}

.search_container_fixed.search_form--active .search_action svg path {
	stroke: var(--global-color-primary-light);
	fill: var(--global-color-primary-light);
}

.search_container_fixed.search_form--active .search_action:after {
	content: "";
	background: url("/wp-content/themes/astromagi/vendors/images/close-svgrepo-com.svg") no-repeat center center/contain;
	display: inline-flex;
	width: 36px;
	min-width: 36px;
	height: 36px;
}

.search_container_fixed.search_form--active .search_form_container {
	width: 220px;
}

.post_meta_data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: calc(var(--base-gutter) * 1.5);
}

.post_meta_data .entry_like {
	position: relative;
	top: -6px;
	min-height: 48px;
	display: flex;
	gap: 10px;
}

.post_meta_data .share_post {
	height: 47px;
	width: 53px;
	min-width: 53px;
	display: inline-flex;
	background-image: url(/wp-content/themes/astromagi/vendors/images/share_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	bottom: -2px;
}

.entry_title {
	font-size: 45px;
	font-weight: 600;
	line-height: 55px;
	text-transform: uppercase;
}

.entry_meta {
	font-size: 25px;
	color: var(--base-white);
	display: flex;
	align-items: center;
}

.entry_meta a {
	color: var(--base-white);
	text-decoration: none;
}

.entry_meta a:hover {
	text-decoration: underline;
}

.entry_meta svg {
	margin: 0 12px;
}

body .lb-style-review .lb-like-icon {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-image: url(/wp-content/themes/astromagi/vendors/images/like_empty.svg) !important;
}

body .lb-style-review .lb-a:hover .lb-like-icon,
body .lb-style-review .lb-voted .lb-like-icon,
body .lb-style-review .lb-voted .lb-a:hover .lb-like-icon {
	background-image: url(/wp-content/themes/astromagi/vendors/images/like_empty.svg) !important;
}

body .lb-style-review .lb-count {
	color: var(--base-white);
	font-size: 16px;
	font-weight: 600;
}

/* Content 
--------------------------------------------- */
.entry-content {
	padding: var(--base-gutter) 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	text-transform: uppercase;
}

.entry-content .wp-block-image .aligncenter {
	width: 100%;
	max-width: 100%;
	display: block;
	line-height: 1;
}

.entry-content .wp-block-image .aligncenter img {
	width: 100%;
	max-width: 100%;
	display: block;
	line-height: 1;
}

.entry-content .wp-block-list {
	margin: 0 0 1.5rem 0;
}

.entry-content .wp-block-list li {
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.entry-content .wp-block-list li a {
	color: var(--base-white);
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
}

.entry-content .wp-block-list li a:hover {
	text-decoration: underline;
	color: var(--base-gold);
}

.entry-content p {
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
}

h4.wp-block-heading {
	font-size: 35px;
	font-weight: 600;
	line-height: 42.5px;
}

.section_header,
.layout_is_convenient_block h4,
.simple_steps_block .section__content .section__description h4,
.steps_block h4,
.section__title {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: center;
	text-transform: uppercase;
}

.section_header {
	margin-bottom: 32px;
}

.simple_steps_block .section__content .section__description h4 {
	text-align: left;
}

.how_can_taro_cards_help .image_right .section__content h4 {
	font-size: 45px;
	font-weight: 600;
	line-height: 54.86px;
	color: var(--base-white);
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 20px;
}

.opportunities_block .opportunities__item .opportunities__title {
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	color: var(--base-white);
	background: var(--global-color-primary-light);
	padding: var(--base-gutter);
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	border-radius: 16px;
	margin-top: 0;
}

/* Birth chart form */
.birth_chart_form {
	display: inline-flex;
	flex-direction: column;
	margin: 0 auto;
}

.birth_chart_form .birth_chart_form_wrapper {
	background: var(--global-color-primary);
	padding: var(--base-gutter) 5%;
	border-radius: 30px;
	border: 2px solid #edd596;
	width: 500px;
	max-width: 100%;
}

.birth_chart_form form label {
	font-size: 18px;
	text-align: left;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: var(--base-white);
}

.birth_chart_form form input {
	margin-bottom: 18px;
	padding: 4px 10px;
	font-size: 18px;
	border-radius: 8px;
}

.birth_chart_form form input::placeholder {
	color: #a7a6a6;
	font-style: italic;
}

.birth_chart_form .location_field {
	position: relative;
}

.birth_chart_form .location_field .suggestions {
	position: absolute;
	top: calc(100% - 18px);
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	max-height: 200px;
	overflow-y: auto;
	z-index: 1;
	margin: 0;
	padding: 0;
	color: #333;
}

.birth_chart_form .location_field .suggestions li {
	padding: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.birth_chart_form .location_field .suggestions li:hover {
	background-color: #f0f0f0;
}

.category_report_wrapper {
	display: flex;
}

.category_report_wrapper .category_report_sidebar {
	min-width: 290px;
	position: relative;
}

.sidebar_report {
	padding: 0 var(--base-gutter) calc(var(--base-gutter) * 2) 0;
	position: sticky;
	top: 24px;
}

.sidebar_report_header {
	font-size: 1.75rem;
	line-height: 1.95rem;
	font-weight: bold;
	color: var(--base-white);
}

.report-anchor-links {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.report-anchor-links li {
	margin-bottom: 10px;
}

.report-anchor-links li a {
	color: var(--base-white);
	font-size: 1rem;
	line-height: 1.25rem;
	text-decoration: none;
	font-weight: bold;
	background: rgba(20, 38, 66, 0.84);
	display: flex;
	padding: 6px 12px;
	border-radius: 6px;
	min-height: 52px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.report-anchor-links li svg {
	width: 20px;
	min-width: 20px;
	height: auto;
}

.report-anchor-links li svg path {
	fill: var(--base-white);
}

.reports_list {
	display: block;
}

.reports_list .single-report-item {
	width: 100%;
	background: rgba(20, 38, 66, 0.84);
	padding: 24px 24px;
	margin-bottom: 24px;
	border-radius: 12px;
}

.reports_list .single-report-item .single-post-item__thumbnail {
	width: 218px;
	min-width: 218px;
	height: 309px;
	max-height: 310px;
	border-radius: 8px;
	border-color: transparent;
}

.reports_list .single-report-item .single-post-item__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: none;
}

.reports_list .single-report-item .likebtn_container {
	display: none;
}

.reports_list .single-report-item .single-post-item__content {
	display: flex;
	gap: 12px;
}

.reports_list .single-report-item .single-post-item__category {
	color: var(--base-white);
	display: flex;
	flex-direction: column;
}

.reports_list .single-report-item .single-post-item__category .post_title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.reports_list .single-report-item .single-post-item__category .post_excerpt {
	flex-grow: 2;
	max-height: 450px;
	overflow: hidden;
	position: relative;
}

.reports_list .single-report-item .single-post-item__category .post_excerpt:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #14243d);
}

.reports_list .single-report-item .single-post-item__category .post_link {
	text-align: center;
}

.reports_list .single-report-item .single-post-item__category .post_link .your_report_chart__btn {
	margin: auto;
}

.your_report_chart {
	display: flex;
}

.report_title {
	font-size: 65px;
	color: var(--base-white);
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
}

.your_report_chart_desc .your_report_chart_desc__content {
	background: rgba(20, 38, 66, 0.84);
	padding: 6px 24px;
	border: 3px solid var(--global-color-primary);
	border-radius: 12px;
	color: #fff;
	font-size: 25px;
	line-height: 30.48px;
	margin-bottom: 24px;
}

.your_report_chart {
	background: #14243d;
	border: 3px solid #6628f7;
	border-radius: 12px;
	padding: 24px 12px;
	margin-bottom: 24px;
	position: relative;
}

.your_report_chart__content {
	font-size: 18px;
	line-height: 26.48px;
	color: var(--base-white);
	width: 220px;
}

.your_report_chart .your_report_chart__img {
	flex-grow: 2;
	position: relative;
	padding-bottom: 80px;
}

.your_report_chart .your_report_chart__img img {
	line-height: 1;
	display: block;
	width: 100%;
}

.your_report_chart .your_report_chart__img .your_report_chart__btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
}

.your_report_chart__btn {
	line-height: 1;
	color: var(--base-white);
	background: var(--base-green-light);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 24px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
}

.form_block {
	margin: 20px auto;
	text-align: center;
}

.form_block .birth_chart_form button[type="submit"] {
	margin-top: 20px;
}

.numerology_horoscope {
	background: rgba(8, 22, 43, 0.84);
	padding: 6px 24px;
	border: 3px solid var(--global-color-primary);
	border-radius: 12px;
	color: #fff;
	font-size: 25px;
	line-height: 30.48px;
	margin-bottom: 24px;
}

.numerology_horoscope_content {
	overflow: hidden;
}

.numerology_image {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 300px;
	height: auto;
}

.numerology_prediction {
	text-align: justify;
}

/* -- category-reports -- */
.category-report .container_md {
	width: 100%;
	padding: 0 calc(var(--base-gutter) * 2);
}

.category-report .free_report_block {
	display: flex;
	gap: var(--base-gutter);
}

.category-report .free_report_block .numerology_horoscope {
	width: 55%;
	min-width: 55%;
	font-size: 20px;
	line-height: 28px;
}

.category-report .free_report_block .your_report_chart {
	flex-grow: 1;
	width: 45%;
	padding: 24px;
	background: rgba(8, 22, 43, 0.84);
	border: 3px solid var(--global-color-primary);
	border-radius: 12px;
	color: var(--base-white);
	font-size: 25px;
	line-height: 30.48px;
}

.category-report .reports_list .single-report-item .single-post-item__category {
	flex-grow: 2;
}

.category-report .reports_list .single-report-item .single-post-item__category .post_link {
	display: flex;
	justify-content: center;
	gap: var(--base-gutter);
}

.category-report .reports_list .single-report-item .single-post-item__category .post_link .popup-link {
	line-height: 1;
	color: var(--base-white);
	background: #103369;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 24px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	text-decoration: none;
}

.white-popup {
	position: relative;
	background: #142642;
	padding: 20px;
	width: auto;
	max-width: 80%;
	min-height: 88%;
	max-height: 88%;
	margin: 20px auto;
	border-radius: 20px;
}

#svg-container {
	text-align: center;
}

.post_link .wpecpp-container {
	line-height: 1;
	color: var(--base-white);
	background: var(--base-green-light);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 24px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	text-align: center;
	justify-content: center;
	max-width: 480px;
}

/*# sourceMappingURL=style.css.map */