/**
Theme Name: Atoti stg
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atotistg
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: var(--atoti-text-color);
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	background: var(--atoti-body-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	color: var(--atoti-h1-color);
	margin: 0;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	color: var(--atoti-h1-color);
	margin: 0;
}

h3 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	color: var(--atoti-text-color);
	margin: 0;
}

a,
.ast-builder-menu-1 .menu-item > .menu-link {
	text-decoration: none;
	color: var(--atoti-btn-color);
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
}

a:hover {
	text-decoration: none;
	color: var(--atoti-btn-color);
}

.site-content .ast-container {
	all: unset;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 100%;
}

section {
	overflow: hidden;
}

.ast-site-identity,
.ast-logo-title-inline .ast-site-identity {
	padding: 0;
}

.ast-primary-header-bar {
	border: none;
	background: transparent;
}

.container {
	max-width: 90%;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 1440px) {
	.container {
		max-width: 1300px;
	}
}

@media (max-width: 1330px) {
	.container {
		max-width: 1190px;
	}
}

@media (max-width: 1024px) {
	.container {
		max-width: 992px;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: 95%;
		padding: 0 10px;
	}
}

@media (max-width: 568px) {
	.container {
		max-width: 100%;
		padding: 0 35px;
	}
}
.ast-site-title-wrap {
  display: none;
}
.site-header {
	background-color: var(--atoti-body-color);
	position: fixed;
	transition: none !important;
}
.home .site-header:not(.sticky) {
	background-color: transparent;
}
.site-header-section > * {
	padding: 0 6px;
}
button,
.documentation-btn,
.ast-header-button-1[data-section*='section-hb-button-'] .ast-builder-button-wrap .ast-custom-button,
.btn-link,
#gform_submit_button_1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 8px 38px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	border: none;
	outline: none;
	border: 2px solid transparent;
	border-radius: 22px;
	color: var(--atoti-btn-color);
	background-color: var(--atoti-btn-bg);
	transition: all 0.5s ease;
	max-height: 44px;
}

.site-logo-img img {
    max-width: 180px;
}

.ast-header-button-1[data-section*='section-hb-button-'] .ast-builder-button-wrap .ast-custom-button {
    padding: 8px 28px;
}

.btn-link:focus {
	color: var(--atoti-btn-color);
}
.btn-link.dark-btn:focus {
	color: #000;
}

#gform_submit_button_1 {
	padding: 7px 70px;
	margin-left: auto;
}

.btn-link-light {
	/*background-color: var(--atoti--btn-light-bg);*/
	color: #fff;
}

button:hover,
#gform_submit_button_1:hover,
.ast-header-button-1[data-section*='section-hb-button-']
	.ast-builder-button-wrap
	.ast-custom-button:hover,
.btn-link:hover,
.btn-link-light:hover,
.documentation-btn:hover {
	border-color: var(--atoti-bg-hover-border);
	color: var(--atoti-bg-hover-text);
	background-color: transparent;
}

.documentation-btn {
	padding: 0;
	max-height: 44px;
}
.documentation-btn a {
	padding: 10px 20px 10px 20px;
	max-height: 44px;
}

.divider {
	width: 100%;
	height: 1px;
	background-color: var(--atoti-divider-color);
}

.dark-btn {
	background-color: #fff;
	color: #000;
}

.dark-btn:hover {
	color: #fff;
	background-color: transparent;
}

body.dark .dark-btn:hover {
	color: #fff;
	background-color: transparent;
}

.documentation-btn:hover {
	color: #000;
}

body.dark button:hover,
#gform_submit_button_1:hover,
body.dark
	.ast-header-button-1[data-section*='section-hb-button-']
	.ast-builder-button-wrap
	.ast-custom-button:hover,
body.dark .btn-link:hover,
body.dark .btn-link-light:hover,
.documentation-btn:hover {
	color: var(--atoti-btn-hover-color);
}

/* Footer */

.footer .prefooter {
	background-color: #513777;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 62px;
	z-index: 5;
	position: relative;
}

.footer .container {
    max-width: 1630px;
    padding: 0 15px;
}

.footer .prefooter .prefooter-title {
	color: var(--atoti-text-dark-bg);
	font-size: 16px;
	line-height: 22px;
	margin-right: 10px;
	font-weight: 400;
}

.footer .main-footer {
	background-color: #291a40;
	padding-top: 58px;
	padding-bottom: 25px;
}
body.dark .footer .main-footer {
	background-color: #1c0e31;
}

.footer #menu-footer {
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	gap: 70px;
}
.footer #menu-footer li {
	list-style: none;
}

.footer #menu-footer li a {
	color: var(--atoti-text-dark-bg);
	font-weight: 600;
}

.footer .head-footer {
	min-height: 197px;
	display: flex;
	justify-content: space-between;
}

.footer .links-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

.footer .follow {
	display: flex;
	gap: 35px;
	align-items: center;
}

.footer .follow p {
	color: var(--atoti-text-dark-bg);
	font-weight: 600;
}

.footer .follow-links {
	display: flex;
	gap: 17px;
}

.footer .follow-links a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid var(--atoti-semi-purple);
}

.footer .follow-links a img {
	max-width: 24px;
	max-height: 24px;
}

.footer .other-links {
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
}

.footer .bottom-footer .divider {
	background-color: var(--atoti-semi-purple);
	margin-bottom: 21px;
}

.footer .bottom-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .powered {
	color: var(--atoti-gray-text);
}

.footer .credits a {
	color: var(--atoti-semi-purple);
}

.gfield_required.gfield_required_text {
	display: none;
}

body input[type='text'],
body input[type='number'],
body input[type='email'],
body input[type='url'],
body input[type='password'],
body input[type='search'],
body input[type='reset'],
body input[type='tel'],
body input[type='date'],
body select,
body textarea {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	border-bottom: 1px solid #a7babe !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

body.dark input[type='text'],
body.dark input[type='number'],
body.dark input[type='email'],
body.dark input[type='url'],
body.dark input[type='password'],
body.dark input[type='search'],
body.dark input[type='reset'],
body.dark input[type='tel'],
body.dark input[type='date'],
body.dark select,
body.dark textarea {
	border-color: #534963 !important;
}

body.dark .gform-theme--framework .gform-field-label--type-inline {
	color: #fff;
}

body.dark .gform-theme--framework .gform-field-label--type-inline a {
	color: #fff !important;
}

.gform-theme--framework .gfield_list_group_item:before,
.gform-theme--framework
	.gform-field-label:where(:not([class*='gform-field-label--type-'])) {
	display: none !important;
}

#input_1_3::placeholder,
#input_1_6::placeholder {
	font-size: 22px;
	line-height: 32px;
	color: var(--atoti-btn-bg);
}

#input_1_3,
#input_1_6 {
	font-size: 22px;
}

#gform_wrapper_1 .gform_validation_errors,
#gform_1 .validation_message__ {
	display: none !important;
}

body.dark #input_1_3,
body.dark #input_1_6 {
	background: transparent;
	color: var(--atoti-text-color);
}

body .gform_validation_errors {
	display: none !important;
}

.form_code .hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form_code .hs-error-msgs .hs-error-msg,
body .gform-theme--framework .gfield_validation_message {
	background: transparent;
	border: none;
	margin-block-start: 0;
	padding: 0 0 0 23px;
	margin-left: 5px;
	margin-top: 0 !important;
	color: #cc3333;
	font-size: 14px !important;
	text-transform: capitalize;
	position: relative;
	top: 8px;
	display: inline-block;
}

.form_code .hs-error-msgs .hs-error-msg::before,
body .gform-theme--framework .gfield_validation_message::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	background: url(inc/img/icon-material-error.svg) no-repeat;
}

.gfield-choice-input {
	border-radius: 4px !important;
}

.gchoice.gchoice_1_4_1 {
	display: flex;
	align-items: center;
}

#label_1_4_1 a {
	color: var(--atoti-divider-color);
	text-decoration: underline;
}

#choice_1_4_1 {
	border-color: #a6babe;
	box-shadow: none;
}

body.dark .s-newsletter #choice_1_4_1 {
	background-color: #291a40;
	border-color: #534963;
}

#choice_1_4_1:before {
	color: #a6babe;
}

#gform_wrapper_1,
#gform_confirmation_wrapper_1 {
	min-height: 170px;
}
.newsletter-wrap {
	position: relative;
}
.popup-message-form {
	position: absolute;
	z-index: -5;
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: -10px;
	width: 100%;
	height: calc(100% + 10px);
	min-height: 240px;
	background: #fff;
	border-radius: 20px;
	border: 2px solid #00ade6;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popup-message-form.open {
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

.newsletter-wrap .popup-message-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.newsletter-wrap .popup-message-form .popup-message-text i,
.newsletter-wrap .popup-message-form .btn-link {
    margin-left: auto;
    margin-right: auto;
}

.popup-message-text i {
	width: 70px;
	height: 70px;
	background: #00ade6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 26px;
	margin: 0 0 20px;
}
.popup-message-error .popup-message-text i {
	font-size: 46px;
}
.popup-message-form h2 {
	margin: 0 0 5px;
}
.popup-message-form .btn-link {
	min-width: 180px;
	align-self: end;
	transform: translateY(-30%);
}
body.dark .popup-message-form {
	background: #291a40;
}
.popup-message-form-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.popup-message-form .popup-message-form-inner .btn-link {
	transform: none;
}
.popup-message-form.popup-message-cf {
	background: #18092e;
	border: none;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0;
}
.popup-message-form.popup-message-cf .popup-message-form-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
	background: #291a40;
	color: #fff;
	padding: 50px;
	border-radius: 22px;
	border: 1px solid #00ade6;
}
.popup-message-form.popup-message-cf h2 {
	margin: 0 0 11px;
	color: #fff;
}
.popup-message-text svg {
	margin: 0 0 11px;
}
.popup-message-form.popup-message-cf .popup-message-text i {
	width: 117px;
	height: 117px;
	font-size: 26px;
	margin: 0 auto 24px;
}
.popup-message-form.popup-message-cf .btn-link {
	min-width: 180px;
	align-self: center;
	transform: none;
	margin-top: 47px;
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.popup-message-form.popup-message-cf .btn-link:hover {
	background: transparent;
	color: #fff;
}

.btn-pause {
	position: relative;
}

.btn-pause::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 20px;
	top: 50%;
	left: 40%;
	transform: translateY(-50%);
	background-color: #fff;
}

.btn-pause::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 20px;
	top: 50%;
	right: 40%;
	transform: translateY(-50%);
	background-color: #fff;
}

.switcher {
	width: 66px;
	height: 32px;
	background-color: var(--atoti-switcher-bg);
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px;
	cursor: pointer;
	margin-right: 15px;
}

.switcher .light,
.switcher .dark {
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 50%;
}

.switcher .dark.hovered {
	background-color: var(--atoti-switcher-dark);
}

.switcher .light.hovered {
	background-color: #fff;
}

.switcher .dark.hovered img,
.switcher .light.hovered img {
	opacity: 0;
}

.ast-grid-right-center-section {
	justify-content: flex-end;
}

.logos-slider-dark {
	display: none !important;
}

body.dark .logos-slider-dark {
	display: block !important;
}

body.dark .logos-slider {
	display: none;
}

.footer .sub-menu {
	margin: 0;
	margin-top: 15px;
}

.footer .sub-menu a {
	font-size: 14px;
	color: #a7babe !important;
	line-height: 22px;
	white-space: nowrap;
}

/* Стили для скрытия подменю по умолчанию */
.sub-menu {
	display: none;
	position: absolute;
}

/* Стили для отображения подменю при наведении на элемент */
.menu-item-has-children .sub-menu.open {
	display: block;
}

.footer .menu-item-has-children {
	position: relative;
	cursor: pointer;
}

.footer .menu-item-has-children::after {
	position: absolute;
	content: url(../../../wp-content/uploads/2024/03/Icon-ionic-md-arrow-dropdown.svg);
	top: 45%;
	transform: translateY(-50%);
	right: -15px;
}

.hidden {
	display: none !important;
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s ease;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);
}

.downScroll {
	top: -100%;
}

.upScroll {
	top: 0;
}

.site-header {
	width: 100%;
}

/* Menu */

#mega-menu-wrap-primary {
	background: none;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item
	> a.mega-menu-link {
	color: var(--atoti-menu-text-color);
}

#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item
	> a.mega-menu-link:hover,
#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item
	> a.mega-menu-link:focus {
	background: none;
	color: var(--atoti-menu-text-color);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:focus-within,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:focus-within {
	background: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:focus-visible,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:focus-visible {
	background: none;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item.mega-toggle-on
	> a.mega-menu-link {
	background: none !important;
	color: var(--atoti-menu-text-color);
}

html #mega-menu-wrap-primary,
html #mega-menu-primary {
	position: initial !important;
}

.mega-menu-column {
	padding: 41px 104px 18px 104px !important;
}

#mega-menu-240-1-0,
#mega-menu-240-1-1 {
	padding-top: 0px !important;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	li.mega-menu-megamenu
	> ul.mega-sub-menu
	> li.mega-menu-row
	.mega-menu-column
	> ul.mega-sub-menu
	> li.mega-menu-item {
	padding: 0 !important;
}

#mega-menu-73-0-1,
#mega-menu-73-1-1 {
	padding-left: 0 !important;
}

.menu-section-title {
	font-size: 16px;
	line-height: 25px;
	color: var(--atoti-menu-title);
	font-weight: 600;
	margin-bottom: 7px;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	li.mega-menu-item
	> ul.mega-sub-menu {
	top: 108px !important;
	background: var(--atoti-menu-bg) !important;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);
}

.menu-section {
	min-width: 540px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 30px 21px 50px;
	gap: 30px;
	min-height: 136px;
	cursor: pointer;
	border-radius: 9px;
	border: 1px solid transparent;
}

#mega-menu-241-0 .menu-section {
	min-width: auto;
}

.menu-section:hover {
	background-color: var(--atoti-menu-bg-hover);
	color: var(--atoti-text-color);
}

body.dark .menu-section:hover {
	border: 1px solid #513777;
}

.menu-section:hover svg path,
.menu-section:hover svg line,
.menu-section:hover svg polyline {
	stroke: #00ade6;
}

.menu-section-description {
	font-size: 14px;
	line-height: 22px;
	color: var(--atoti-menu-title);
}

.icon-block {
	min-width: 23px;
}

/* Menu icons */

.articles-menu,
.tutorials-menu,
.notebook-menu,
.videos-menu,
.join-menu,
.ask-menu,
.chat-menu {
	position: relative;
}

.articles-menu::before,
.tutorials-menu::before,
.notebook-menu::before,
.videos-menu::before,
.join-menu::before,
.ask-menu::before,
.chat-menu::before {
	position: absolute;
	content: url(../../../wp-content/uploads/2024/03/Icon-feather-book.svg);
	top: 60%;
	transform: translateY(-50%);
	left: -30px;
}

.notebook-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-feather-github.svg);
}

.tutorials-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-feather-book-open.svg);
}

.videos-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-feather-video.svg);
}

.join-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-material-people-outline.svg);
}

.ask-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-metro-question.svg);
}

.chat-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-material-chat_bubble_outline.svg);
}

/* Dark menu */

body.dark .articles-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-feather-book-dark.svg);
}

body.dark .notebook-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-feather-github-dark.svg);
}

body.dark .tutorials-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-feather-book-open-dark.svg);
}

body.dark .videos-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-feather-video-dark.svg);
}

body.dark .join-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-material-people-outline-dark.svg);
}

body.dark .ask-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-metro-question-dark.svg);
}

body.dark .chat-menu::before {
	content: url(../../../wp-content/uploads/2024/03/Icon-material-chat_bubble_outline-dark.svg);
}

body.dark .menu-section .link {
	display: none;
}

.link-dark {
	display: none;
}

body.dark .link-dark {
	display: block;
}

/* End Dark menu */

#mega-menu-241-0 {
	padding: 32px 95px !important;
}

#mega-menu-241-0 .mega-menu-column {
	padding: 17px 22px 25px 26.5px;
}

.mega-menu-columns-4-of-12 {
	padding: 0 !important;
}

.ast-builder-grid-row.ast-grid-center-col-layout {
	grid-template-columns: auto auto auto;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item
	> a.mega-menu-link {
	font-size: 16px !important;
	line-height: 25px !important;
	font-weight: 500;
	height: auto !important;
}

#masthead .ast-container,
.site-header-focus-item + .ast-breadcrumbs-wrapper {
	padding-left: 70px;
	padding-right: 70px;
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
	min-height: 90px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	padding-right: 6px;
}

.ast-builder-html-element a:hover {
	color: var(--atoti-btn-hover-color);
}

#mega-menu-wrap-primary
	#mega-menu-primary
	li.mega-menu-item-has-children
	> a.mega-menu-link
	> span.mega-indicator:after {
	content: url(../../../wp-content/uploads/2024/03/Icon-ionic-md-arrow-dropdown-1.svg);
	top: -4px;
}

body.dark
	#mega-menu-wrap-primary
	#mega-menu-primary
	li.mega-menu-item-has-children
	> a.mega-menu-link
	> span.mega-indicator:after {
	content: url(../../../wp-content/uploads/2024/03/Icon-ionic-md-arrow-dropdown-dark.svg);
}

.mega-menu-link[aria-expanded='true'] > span.mega-indicator:after {
	transform: rotate(180deg) !important;
	top: 6px !important;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item.mega-current-menu-item
	> a.mega-menu-link,
#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item.mega-current-menu-ancestor
	> a.mega-menu-link,
#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item.mega-current-page-ancestor
	> a.mega-menu-link {
	background: none;
}

.breadcrumbs span a {
	color: var(--atoti-slider-title);
}
.breadcrumbs span {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

.breadcrumbs span.current-item {
	font-weight: 600;
}

body.dark #input_1_1_3,
body.dark #input_1_3 {
	color: #fff;
}

a:focus-visible,
a:focus-within,
a:focus,
a:active,
a:target {
	outline: none !important;
}

.dark-swap {
	display: none !important;
}

body.dark .dark-swap {
	display: block !important;
}

body.dark .white-swap {
	display: none !important;
}

.mega-current_page_item,
.mega-current_page_item a {
	color: var(--atoti-text-color) !important;
}

.footer-lottie-dark,
.footer-lottie {
	margin-top: -140px;
}

.footer-lottie-dark {
	display: block;
}

body.dark .footer-lottie-dark {
	display: block;
}

body.dark .footer-lottie {
	display: none;
}

body.dark .btn-link-light:hover,
body.dark .btn-link-light:hover a,
body.dark .btn-link-light a:hover {
	color: #fff !important;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item
	> a.mega-menu-link:hover,
#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item
	> a.mega-menu-link:focus {
	font-weight: 500;
}

/* switcher */

.switcher {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

body.auto .switcher .light {
	display: none;
}
body.auto .switcher .dark {
	display: none;
}

body.dark .switcher .light {
	display: none;
}

body.light .switcher .dark {
	display: none;
}

body.dark .switcher .auto {
	display: none;
}

body.light .switcher .auto {
	display: none;
}

body.auto.light .switcher .auto {
	display: flex;
}
body.auto.dark .switcher .auto {
	display: flex;
}

body.auto .switcher,
body.light .switcher {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e4e4e4;
}

body.dark .switcher {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #513777;
}

body.auto.dark .switcher {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e4e4e4;
}
