/*!
Theme Name: iloc
Theme URI: http://underscores.me/
Author: Underscores.me
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: iloc
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.

iloc 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;
	margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -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;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	color: #8248F5 !important;
}

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/*XIIIAngel*/
#site-navigation {
	max-width: 1440px;
	margin: auto;
	padding: 16px 40px;
	height: 76px;
	display: flex;
	justify-content: space-between;
}

#site-navigation .row-1 {
	display: flex;
	gap: 60px;
	align-items: center;
}

#site-navigation .row-1 .custom-logo-link {
	display: flex;
}

#site-navigation .row-1 .astm-search-menu a {
	display: flex;
}

#site-navigation .row-1 .menu-menu-1-container ul {
	display: flex;
	gap: 24px;
	align-items: center;
}

#site-navigation .row-1 li a {
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	/* opacity: 0.5; */
}

#site-navigation .row-1 li.current-menu-item a {
	opacity: 1;
}

#site-navigation .row-2 {
	display: flex;
	align-items: center;
}

#site-navigation .row-2 .contact-header-custom {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 16px;
	background: #8248F5;
	height: 44px;
	width: 140px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 20px;
	cursor: pointer;
	border: 2px solid #370E88 !important;
}

#site-navigation .row-2 .contact-header-custom:hover {
	background: #370E88 !important;
}

#site-navigation .row-2 .header-cart svg {
	/* border-radius: 22px;
	border: 1px solid #DBDADF;
	padding: 12px;
	height: 44px;
	width: 44px; */
}

#site-navigation .row-2 .cart-icon {
	display: flex;
	position: relative;
}

#site-navigation .row-2 .cart-count {
	position: absolute;
	width: 20px;
	height: 20px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 12px;
	background: #8248F5;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	right: 0;
	top: 0;
	margin-top: -2px;
	margin-right: -2px;
}

#site-navigation .header-account-link {
	display: flex;
	margin-left: 40px;
	gap: 12px;
	align-items: center;
}

#site-navigation .header-account-link a {
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
}

#site-navigation .site-title {
	display: none !important;
}

#site-navigation .header-account-link a.user-loginer {
	border-radius: 22px;
	border: 1px solid #DBDADF;
	text-decoration-line: unset;
	padding: 12px;
	min-width: 46px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.current-menu-item a {
	color: #8248F5 !important;
}

#site-navigation .row-2 .header-cart svg:hover {
	border-color: #8248F5;
}

#site-navigation .header-account-link a.user-loginer:hover {
	border-color: #8248F5;
	color: #8248F5;
}

.home-section-1 {
	/*background: url("https://iloc.com.ua/wp-content/uploads/2024/09/home-top-bg.png");*/
	background: #858585;
	/*height: 624px;*/
}

.home-section-1-container {
	max-width: 1440px;
	margin: auto;
	display: flex;
	position: relative;
	padding-bottom: 60px;
	padding-top: 190px;
}

.home-section-1 .col-2 {
	position: absolute;
	right: 0px;
	margin-top: 34px;
}

.home-section-1 .subtitle {
	text-transform: uppercase;
	color: #8248F5;
	font-size: 14px;
	font-weight: bold;
	background: white;
	width: 286px;
	height: 32px;
	border-radius: 24px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-section-1 .title {
	color: white;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
	max-width: 1215px;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
}

.home-section-1 .col-1 {
	/*margin-left: 101px;*/
	margin: auto;
}

.home-section-1 .text {
	color: white;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	padding-top: 14px;
	max-width: 835px;
	margin: auto;
	text-align: center;
}

.home-section-1 .button {
	margin: auto;
	margin-top: 55px;
	display: flex;
	border-radius: 24px;
	background: #8248F5;
	width: 192px;
	height: 56px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-decoration: unset;
	border: 2px solid #370E88 !important;
}

.home-section-1 .button:hover {
	background: #370E88;
}

.home-section-2 {
	background: #FFF;
}

.info-new .svg {
	display: flex;
	gap: 12px;
	margin-left: 28px;
	align-items: center;
}

.home-section-2 .title {
	color: #150A2A;
	font-size: 18px;
	font-weight: bold;
}

.home-section-2 .info-new .more {
	color: #8248F5;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	margin-left: 28px;
}

.info-new {
	margin-bottom: 32px;
	gap: 4px;
	display: flex;
	flex-direction: column;
}

.home-section-2-container {
	max-width: 1440px;
	margin: auto;
	padding-left: 96px;
	padding-right: 96px;
	/* background: url(https://iloc.com.ua/wp-content/uploads/2024/09/Ellipse-799.png); */
	/* height: 1428px; */
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-top: 80px;
}

.page-template-about-us .home-section-2-container {
	padding-top: 145px;
}

.home-section-2-container .row-2 {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.home-section-2 .row-1 .custom-title {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #8248F5;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	text-transform: uppercase;
}

.home-section-2 .row-2 .col-item .item .img {
	/* padding: 10px;
	border-radius: 24px;
	background: #FFF;
	height: 396px; */
}

.home-section-2 .row-2 .col-item .item {
	max-width: 396px;
	gap: 20px;
	display: flex;
	flex-direction: column;
	text-decoration: unset;
	border: 4px solid #8248F533;
	background: white;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.2);
}

.home-section-2 .row-2 .col-item .item .info {
	border-radius: 18px;
	background: #FFF;
	padding-left: 32px;
	padding-right: 32px;
	display: flex;
	height: 140px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.home-section-2 .row-2 .col-item .item .info .title {
	color: #150A2A;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	text-transform: uppercase;
}

.home-section-2 .row-2 .col-item .item .info .svg {
	border-radius: 60px;
	background: rgba(130, 72, 245, 0.10);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.home-section-2 .row-2 .col-item .item:hover .info {
	background: linear-gradient(90deg, #4848F5 0%, #8248F5 100%);
}

.home-section-2 .row-2 .col-item .item:hover .info .title {
	color: white;
}

.home-section-2 .row-2 .col-item .item:hover .info .svg {
	background: white;
}

.home-section-2 .row-2 .col-1 {
	display: flex;
	gap: 30px;
}

.home-section-2 .row-2 .col-2 {
	display: flex;
	gap: 30px;
	justify-content: center;
	/* margin-top: -20px; */
}

.home-section-2 .row-2 .item-1 {
	/* margin-top: 60px; */
}

.home-section-2 .row-2 .item-3 {
	/* margin-top: 110px; */
}

.home-section-2 .row-2 .item-5 {
	/* margin-top: 50px; */
}

.home-section-3 .home-section-3-container {
	max-width: 1440px;
	display: flex;
	gap: 75px;
	padding-right: 96px;
	padding-left: 96px;
	margin: 80px auto auto;
	/* padding-top: 82px;
	padding-bottom: 82px; */
}

.page-template-about-us .home-section-4-container {
	padding-top: 140px;
	padding-bottom: 233px;
}

.home-section-3 .home-section-3-container .col-1 {
	flex-shrink: 0;
}

.home-section-3 .home-section-3-container .col-1 img {
	border-radius: 32px;
	width: 458px;
	height: 656px;
	object-fit: cover;
	object-position: top;
}

.home-section-3 .home-section-3-container .col-2 .subtitle {
	color: #8248F5;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.home-section-3 .home-section-3-container .col-2 .title {
	color: var(--Black, #1F1F1F);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 136%;
	margin-bottom: 32px;
}

.home-section-3 .home-section-3-container .col-2 .text p {
	margin-bottom: 32px;
	margin-top: 0px;
	color: #676767;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 156%;
}

.home-section-3 .home-section-3-container .col-2 .button {
	width: 224px;
	display: flex;
	height: 56px;
	justify-content: center;
	align-items: center;
	text-decoration: unset;
	color: #8248F5;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 24px;
	margin-top: 32px;
	background: #FFFFFF !important;
	border: 2px solid #370E88 !important;
}

.home-section-3 .home-section-3-container .col-2 .button:hover {
	background: #EBE7F4 !important;
}

.home-section-4-container {
	display: flex;
	max-width: 1440px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	padding: 96px;
	padding-bottom: 140px;
	padding-top: 70px;
}

#post-22 .entry-header {
	display: none;
}

.page-template-contact .fix-button {
	display: none;
}

.page-template-contact .file-upload-button {
	color: #FFF !important;
	font-family: Inter !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	border-radius: 16px;
	background: #8248F5;
	height: 44px;
	width: 190px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 20px;
	cursor: pointer;
	border: 2px solid #370E88 !important;
}

.page-template-contact .file-upload-button:hover {
	background: #370E88;
}

#post-22 .entry-content .woocommerce-form {
	max-width: 560px;
	margin: auto;
}

#post-22 .entry-content .u-column1 h2,
#post-22 .entry-content .u-column2 h2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.home-section-4-container .col-1 {
	max-width: 370px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-right: 20px;
}

.home-section-4-container .col-1 .title {
	color: var(--Black, #1F1F1F);
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: Inter;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 136%;
	/* 59.84px */
}

.home-section-4-container .col-1 .text {
	color: #4f4f4f;
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 156%;
}

.home-section-4-container .col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
}

.home-section-4-container .col-2 .item {
	width: 160px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	background: var(--Default-White, #FFF);
}

.home-section-4-container .col-2 .item img {
	height: fit-content;
}

.home-section-5-container {
	max-width: 1440px;
	margin: auto;
	padding-left: 96px;
	padding-right: 96px;
	/*background: url(https://iloc.com.ua/wp-content/uploads/2024/09/section5-bg.jpg) no-repeat;*/
	/* display: flex; */
	align-items: center;
	height: auto;
	flex-direction: column;
}

.home-section-5-container .subtitle {
	/*padding-top: 80px;*/
}

.home-section-5-container .subtitle .title {
	margin-top: 24px;
	font-size: 44px;
	color: #1F1F1F;
	font-weight: bold;
}

.home-section-5 .home-section-5 {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.home-section-5-container .subtitle-2 {
	display: flex;
	gap: 12px;
	align-items: center;
	color: #8248F5;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.home-section-5-container .col-1 {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.home-section-5-container .item {
	width: 609px;
	height: 420px;
	flex-shrink: 0;
	border-radius: 20px;
	border: 0.75px solid var(--Neutral-Colors-Color-300, #F0F0F6);
	background: var(--Neutral-Colors-Color-100, #FFF);
	box-shadow: 0px 1.5px 4.5px 0px rgba(13, 10, 44, 0.08);
	padding: 32px;
	display: flex;
	flex-direction: column;
}

.home-section-5-container .item .name {
	margin-top: auto;
	border-top: 1px solid #DEE4EC;
	padding-top: 12px;
	color: #1F1F1F;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 156%;
}

.home-section-5-container .item .profession {
	color: #8248F5;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 156%;
}

.home-section-5-container .item .text {
	color: #4f4f4f;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 156%;
	padding-top: 24px;
}

.home-section-5-container .col-2 .item {
	height: 372px;
}

.home-section-5-container .col-2 .subtitle {
	color: #8248F5;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	text-transform: uppercase;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.home-section-5-container .col-2 .title {
	color: var(--Black, #1F1F1F);
	font-family: Inter;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 136%;
	margin-bottom: 32px;
}

footer {
	border-radius: 40px;
	background: #0B0D17;
	padding: 190px 76px 59px 96px;
	position: relative;
	margin: 412px 10px 10px;
}

footer .top-block {
	background: #8248F5;
	background-size: cover;
	height: 420px;
	width: auto;
	border-radius: 40px;
	margin: -510px auto auto;
	padding: 20px;
}

footer .top-block .title {
	color: #FFF;
	font-family: Inter;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	padding-top: 43px;
	text-align: center;
	max-width: 1134px;
	margin: auto;
}

footer .top-block .text {
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 156%;
	padding-top: 25px;
	padding-bottom: 62px;
	max-width: 905px;
	margin: auto;
}

footer .top-block .button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

footer .top-block .button-left {
	width: 230px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: unset;
	border-radius: 24px;
	background: #FFF;
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	background: #FFFFFF !important;
	border: 2px solid #370E88 !important;
}

footer .top-block .button-left:hover {
	background: #EBE7F4 !important;
}

footer .top-block .button-right {
	width: 230px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: unset;
	border-radius: 24px;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border: 2px solid #370E88;
}

footer .top-block .button-right:hover {
	background: #370E88;
}

footer .footer-container .social {
	display: flex;
	gap: 16px;
}

footer .footer-container {
	display: flex;
	justify-content: space-between;
	padding-top: 57px;
}

footer .footer-container .col-1 {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

footer .footer-container .text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

footer .footer-container .text p {
	color: var(--Text-Gray-300, #D9DBE1);
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

footer .footer-container .col-2 {
	display: flex;
	gap: 100px;
}

footer .footer-container .col-2 .col-2-1 {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 165px;
}

footer .footer-container .col-2 .col-2-2 {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 165px;
}

footer .footer-container .col-2 .col-2-1 .title {
	color: var(--Default-White, #FFF);
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 12px;
}

footer .footer-container .col-2 .col-2-2 .title {
	color: var(--Default-White, #FFF);
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 12px;
}

footer .footer-container .col-2 .col-2-1 a {
	color: var(--Text-Gray-300, #D9DBE1);
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration-line: underline;
}

footer .footer-container .col-2 .col-2-2 a {
	color: var(--Text-Gray-300, #D9DBE1);
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration-line: underline;
}

footer .footer-container .col-2 .col-2-3 .item a {
	color: var(--Text-Gray-300, #D9DBE1);
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
}

footer .footer-container .col-2 .col-2-3 {
	max-width: 290px;
}

footer .footer-container .col-2 .col-2-3 .title {
	color: var(--Default-White, #FFF);
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

footer .footer-container .col-2 .col-2-3 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

footer .footer-container .col-2 .col-2-3 .item {
	display: flex;
	gap: 8px;
	/*align-items: center;*/
	color: var(--Text-Gray-300, #D9DBE1);
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

footer .footer-container .col-2 .col-2-3 .item svg {
	flex-shrink: 0;
}

.page-id-22 article {
	max-width: 1440px;
	margin: auto;
	padding-left: 96px;
	padding-right: 96px;
}

.page-id-22 article .login button:hover {
	color: white;
	background: #8248F5;
}

.page-id-22 article .login button {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 10px;
	background: #8248F5;
	height: 34px;
	width: 130px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 20px;
	cursor: pointer;
}

.page-id-22 article .register .woocommerce-privacy-policy-text {
	display: none;
}

.page-id-22 .woocommerce form .form-row input.input-text {
	height: 35px;
	border-bottom: 1px solid #8D8D8D;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-radius: 0px;
	outline: none;
}

.page-id-22 .woocommerce form .form-row input.input-text:hover {
	border-bottom: 2px solid #8248F5;
}

.page-id-22 article .register button:hover {
	color: white;
	background: #8248F5;
}

.page-id-22 article .register button {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 10px;
	background: #8248F5;
	height: 34px;
	width: 130px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 20px;
	cursor: pointer;
}

.page-id-22 .woocommerce-orders-table__cell-order-number a {
	color: #7648F5;
}

.page-id-22 .woocommerce-orders-table__cell-order-actions a {
	color: #FFF !important;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 24px;
	background: #8248F5;
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
	border: 2px solid #370E88 !important;
}

.page-id-22 .woocommerce-orders-table__cell-order-actions a:hover {
	background: #370E88 !important;
}

.page-id-22 .woocommerce-MyAccount-downloads-file {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 24px !important;
	background: #8248F5 !important;
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
	border: 2px solid #370E88 !important;
}

.page-id-22 .woocommerce-MyAccount-downloads-file:hover {
	background: #370E88 !important;
}

.entry-footer {
	display: none;
}

.page-id-22 .order-again a {
	color: #FFF !important;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 16px;
	background: #8248F5;
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
}

.page-id-22 .download-product a {
	color: #7648F5;
	pointer-events: none;
}

.page-id-22 .woocommerce-table__product-name a {
	color: #7648F5;
	pointer-events: none;
}

.page-id-22 .woocommerce-MyAccount-content a {
	color: #7648F5;
}

.page-id-22 .woocommerce-MyAccount-content button.woocommerce-Button {
	color: #FFF !important;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 24px;
	background: #8248F5;
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
	border: 2px solid #370E88 !important;
}

.page-id-22 .woocommerce-MyAccount-content button.woocommerce-Button:hover {
	background: #370E88 !important;
}

.menu-menu-1-container .is-menu.is-dropdown form {
	margin-top: 28px;
}

.menu-menu-1-container .is-menu.is-dropdown form input {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.menu-menu-1-container .is-menu.is-dropdown form .is-search-icon {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.menu-menu-1-container .is-menu.is-dropdown .search-close {
	top: calc(100% + 27px);
	display: none !important;
}

.menu-menu-1-container .is-search-submit .is-search-icon {
	background: #8248F5;
}

.menu-menu-1-container .is-search-submit .is-search-icon path {
	fill: #0b0d17;
}

.page-id-22 article .register,
.page-id-22 article .login {
	color: #150A2A;
}

.page-id-22 article .woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	top: 0 !important;
}

.page-id-22 article .woocommerce-MyAccount-navigation ul {
	padding-left: 0px;
	margin-left: 0px;
}

.page-id-22 article .woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
}

.page-id-22 article .woocommerce-MyAccount-navigation ul li a {
	text-decoration: unset;
	color: white;
	font-family: Inter;
	opacity: 0.5;
	font-weight: bold;
}

.page-id-22 article .woocommerce-MyAccount-navigation ul li a:hover {
	opacity: 1;
}

.page-id-22 article .woocommerce-MyAccount-navigation ul li.is-active a {
	opacity: 1;
}

.page-id-22 article .entry-footer {
	display: none;
}

.contact-section-1 {
	/*background: url(https://iloc.com.ua/wp-content/uploads/2024/09/contact-bg-1.png) no-repeat;*/
	background-size: cover;
	border-top: 1px solid #F4EFF6;
}

.contact-section-1 .contact-title h1 {
	padding-top: 48px;
	padding-bottom: 91px;
	color: #150A2A;
	font-family: Inter;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 104px;
	text-transform: uppercase;
	max-width: 1248px;
	margin: 0px auto;
}

.contact-section-1-container {
	max-width: 1248px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	box-shadow: 0px 11px 24px 0px rgba(32, 36, 138, 0.09);
}

.contact-section-1-container .col-1 {
	max-width: 471px;
	width: 100%;
	height: 627px;
	padding: 30px;
	margin-right: 20px;
	/*background-color: white;*/
	/*background-image: url(https://iloc.com.ua/wp-content/uploads/2024/09/contact-bg-2-e1727453033138.jpg);*/
	background: #8248F5;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
}

.contact-section-1-container .col-1 .title {
	color: #FFF;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 8px;
}

.contact-section-1-container .col-1 .text {
	color: #C9C9C9;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 119px;
}

.contact-section-1-container .col-1 .block-item {
	display: flex;
	flex-direction: column;
	gap: 52px;
}

.contact-section-1-container .col-1 .block-item .item svg path {
	width: 100%;
	height: 100%;
}

.contact-section-1-container .col-1 .block-item .item {
	display: flex;
	gap: 8px !important;
	align-items: center;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.contact-section-1-container .col-1 .block-social {
	margin-top: auto;
	display: flex;
	gap: 24px;
	align-items: center;
}

.contact-section-1-container .col-1 .block-social .social-link:hover circle {
	fill: white;
}

.contact-section-1-container .col-1 .block-social .social-link:hover path {
	fill: black;
}

.contact-section-1-container .col-2 {
	max-width: 685px;
	width: 100%;
}

.contact-section-1-container .col-2 .contact-form-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 35px;
}

.contact-section-1-container .col-2 .contact-form-top p {
	margin: 0px;
}

.contact-section-1-container .col-2 .contact-form-top p input {
	width: 327.5px;
	height: 35px;
	border-bottom: 1px solid #8D8D8D;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-radius: 0px;
	outline: none;
}

.contact-section-1-container .col-2 .contact-form-top p label {
	color: #8D8D8D;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.contact-section-1-container .col-2 .contact-form-top p input:hover {
	border-bottom: 2px solid #8248F5;
}

.contact-section-1-container .col-2 .contact-form-top p input:active {
	border-bottom: 2px solid #8248F5;
}

.contact-section-1-container .col-2 .contact-form-midl .title p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin-top: 45px;
	margin-bottom: 14px;
}

.contact-section-1-container .col-2 .contact-form-midl .custom-radio p {
	margin-top: 0px;
	margin-bottom: 46px;
}

.contact-section-1-container .col-2 .contact-form-midl .custom-radio p .wpcf7-form-control {}

.contact-section-1-container .col-2 .contact-form-midl .custom-radio>p {
	margin-top: 0px;
	margin-bottom: 46px;
}

.contact-section-1-container .col-2 .contact-form-midl>p textarea {
	height: 35px;
	border-bottom: 1px solid #8D8D8D;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-radius: 0px;
	outline: none;
	padding-left: 0px;
}

.contact-section-1-container .col-2 .contact-form-midl>p textarea:hover {
	border-bottom: 2px solid #8248F5;
}

.contact-section-1-container .col-2 .contact-form-midl>p textarea:active {
	border-bottom: 2px solid #8248F5;
}

.contact-section-1-container .col-2 .contact-form-midl>p label {
	color: #8D8D8D;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.contact-section-1-container .col-2>div {
	height: 100%;
}

.contact-section-1-container .col-2>div form {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 50px;
}

.contact-section-1-container .col-2 .contact-form-bottom {
	margin-top: auto;
}

.contact-section-1-container .col-2 .contact-form-bottom p {
	margin: 0px;
	display: flex;
	justify-content: end;
}

.contact-section-1-container .col-2 .contact-form-bottom p span {
	display: none;
}

.contact-section-1-container .col-2 .contact-form-bottom p input {
	border-radius: 24px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 178px;
	height: 50px;
	cursor: pointer;
	background: #8248F5 !important;
	border: 2px solid #370E88 !important;
}

.is-form-style button.is-search-submit {
	display: none !important;
}

.contact-section-1-container .col-2 .contact-form-bottom p input:hover {
	background: #370E88 !important;
}

.breadcrumbs {
	font-size: 14px;
	color: #404040;
	padding-bottom: 15px;
}

.breadcrumbs a {
	color: #8248F5;
	text-decoration: none;
}

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

.catalog-post-section-1 {
	/*background: url(https://iloc.com.ua/wp-content/uploads/2024/09/contact-bg-1.png) no-repeat;*/
	background-size: cover;

	overflow: hidden;
}

.catalog-post-1-container {
	max-width: 1440px;
	margin: auto;
	padding-left: 96px;
	padding-right: 96px;
	padding-top: 48px;
}

.catalog-post-1-container .title h1 {
	color: #150A2A;
	font-family: Inter;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 104px;
	text-transform: uppercase;
	margin-top: 0px;
	background: white;
	margin-bottom: 0px;
	padding-bottom: 11px;
}

.post-custom-slider-class a:hover,
.post-custom-slider-class .slide:hover {
	transform: scale(1) !important;
}

.catalog-post-1-container .title .text {
	max-width: 730px;
	color: #4f4f4f;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	background: white;
}

.catalog-post-1-container ul.tabs {
	display: flex;
	margin-left: 0px;
	color: #9A9A9A;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	gap: 16px;
	cursor: pointer;
	list-style-type: none;
	height: 80px;
	width: fit-content;
	padding-left: 16px;
	padding-right: 16px;
	align-items: center;
	background: white;
	margin-top: 55px;
	margin-bottom: 80px;
}

.catalog-post-1-container ul.tabs li.active {
	color: #8248F5;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	border-bottom: 1px solid #8248F5;
	padding-bottom: 26px;
	margin-bottom: -26px;
}

.catalog-post-1-container ul.tabs li {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 26px;
	margin-bottom: -26px;
}

.catalog-post-1-container .tab-content .tab {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 60px;
}

.catalog-post-1-container .tab-content .tab .post-item {
	width: 609px;
}

.catalog-post-1-container .tab-content .tab .post-item .post-thumbnail a {
	width: 609px;
	height: 340px;
	display: flex;
}

.catalog-post-1-container .tab-content .tab .post-item .post-thumbnail a img {
	object-fit: cover;
	width: 100%;
	border-radius: 25px;
}

.catalog-post-1-container .tab-content .tab .post-item .post-title a {
	color: var(--Black, #1F1F1F);
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 0px;
	margin-top: 24px;
	text-decoration: unset;
}

.catalog-post-1-container .tab-content .tab .post-item .post-excerpt p {
	color: #AEAEAE;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 156%;
	margin-top: 12px;
	margin-bottom: 12px;
}

.catalog-post-1-container .tab-content .tab .post-item .post-date {
	color: #AEAEAE;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.single-post-section {
	/*background: url(https://iloc.com.ua/wp-content/uploads/2024/09/contact-bg-1.png) no-repeat;*/
	background-size: cover;
	border-top: 1px solid #F4EFF6;
}

.single-post-section .post-content {
	max-width: 1440px;
	margin: auto;
	padding-left: 96px;
	padding-right: 96px;
	padding-top: 96px;
}

.about-us-1 .title {
	color: #150A2A;
	font-family: Inter;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
	max-width: 1440px;
	margin: auto;
	padding: 48px 236px 49px 96px;
}

.about-us-1 {
	/*background: url(https://iloc.com.ua/wp-content/uploads/2024/09/contact-bg-1.png) no-repeat;*/
	background-size: cover;

}

.about-us-1 .about-us-1-container img {
	object-fit: cover;
	width: 100%;
	height: 414px;
}

.about-us-2 .about-us-2-container {
	max-width: 1440px;
	margin: auto;
	padding: 105px 96px 75px;
	display: flex;
	gap: 30px;
}

.about-us-2 .about-us-2-container .col-1 .subtitle {
	color: #8248F5;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
}

.about-us-2 .about-us-2-container .col-1 .title {
	color: var(--Black, #1F1F1F);
	font-family: Inter;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 136%;
	margin-top: 24px;
	margin-bottom: 32px;
}

.about-us-2 .about-us-2-container .col-1 {
	max-width: 470px;
}

.about-us-2 .about-us-2-container .col-1 .text {
	color: #AEAEAE;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 156%;
}

.about-us-2 .about-us-2-container .col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 50px;
}

.about-us-2 .about-us-2-container .col-2 .item {
	width: 218px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-us-2 .about-us-2-container .col-2 .img {
	width: 218px;
	height: 217px;
}

.about-us-2 .about-us-2-container .col-2 .img img {
	object-fit: cover;
	width: 100%;
}

.about-us-2 .about-us-2-container .col-2 .name {
	color: #1F1F1F;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	margin-top: 10px;
}

.about-us-2 .about-us-2-container .col-2 .speciality {
	color: #8248F5;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.about-us-3 .about-us-3-container {
	max-width: 1440px;
	margin: auto;
	padding-top: 145px;
	padding-left: 96px;
	padding-right: 96px;
}

.about-us-3 .about-us-3-container .img {
	width: 852px;
	height: 545px;
}

.about-us-3 .about-us-3-container .img img {
	object-fit: cover;
	width: 100%;
	border-radius: 32px;
}

.about-us-3 .about-us-3-container .info {
	width: 790px;
	padding: 32px;
	background: white;
	margin-left: auto;
	margin-top: -315px;
	position: relative;
	z-index: 1;
	border-radius: 32px;
}

.about-us-3 .about-us-3-container .info .subtitle {
	color: #8248F5;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
}

.about-us-3 .about-us-3-container .info .title {
	color: var(--Black, #1F1F1F);
	font-family: Inter;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 136%;
	padding-top: 6px;
	padding-bottom: 32px;
}

.about-us-3 .about-us-3-container .info .text {
	color: #676767;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.006px;
}


#post-20 {
	max-width: 1440px;
	margin: auto;
	padding-left: 96px;
	padding-right: 96px;
}

#post-20 .wc-block-cart__submit-container .wc-block-components-button {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 16px;
	background: #8248F5;
	height: 44px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 20px;
	cursor: pointer;
	text-decoration: unset;
	border: 2px solid #370E88 !important;
}

#post-20 .wc-block-cart__submit-container .wc-block-components-button:hover {
	background: #370E88 !important;
}

#post-20 .wp-block-woocommerce-cart-order-summary-block {
	border-radius: 14px;
	padding: 17px;
	background: #8248F5;
	background-position: center;
	color: white;
	margin-bottom: 15px;
	background-size: cover;
}

.wc-block-cart .ywsbs-recurring-totals-items {
	display: none !important;
}

#post-20 .wp-block-woocommerce-cart-order-summary-block .wc-block-components-button {
	pointer-events: unset;
	display: flex;
	place-content: center;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 16px;
	background: #8248F5;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 0px;
	cursor: pointer;
	text-decoration: unset;
	border: 2px solid #370E88 !important;
}

#post-20 .wp-block-woocommerce-cart-order-summary-block .wc-block-components-button:hover {
	background: #370E88 !important;
}

#post-20 .wc-block-cart-item__remove-link {
	color: #7648F5;
}


#post-21 .wp-block-woocommerce-checkout-order-summary-block {
	border-radius: 14px;
	padding: 17px;
	background: #8248F5;
	background-position: center;
	color: white;
	margin-bottom: 15px;
	background-size: cover;
}

#post-21 .wp-block-woocommerce-checkout-order-summary-block .ywsbs-recurring-totals-items {
	display: none;
}

#post-21 {
	max-width: 1440px;
	margin: auto;
	padding-left: 96px;
	padding-right: 96px;
}

#post-21 .wc-block-components-button {
	color: #FFF;
	font-family: Inter;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 16px;
	background: #8248F5;
	height: 44px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 0px;
	cursor: pointer;
	text-decoration: unset;
	border: 0px;
	margin-top: 0px;
	border: 2px solid #370E88 !important;
	padding-top: 0px;
	padding-bottom: 0px;
}

#post-21 .wc-block-components-button:hover {
	background: #370E88 !important;
}

#post-21 .wc-block-components-form .wc-block-components-text-input input {
	height: 35px !important;
	border-bottom: 1px solid #8D8D8D !important;
	border-top-width: 0px !important;
	border-left-width: 0px !important;
	border-right-width: 0px !important;
	border-radius: 0px !important;
	outline: none !important;
}

#post-21 .wc-blocks-components-select__container {
	border-bottom: 1px solid #8D8D8D !important;
	border-top-width: 0px !important;
	border-left-width: 0px !important;
	border-right-width: 0px !important;
	border-radius: 0px !important;
	outline: none !important;
}

#post-21 .wc-block-components-form .wc-block-components-text-input label {
	margin-top: -5px !important;
}

#post-21 .wc-block-components-form .wc-block-components-text-input input:hover {
	border-bottom: 2px solid #8248F5 !important;
}

.wc-block-components-form .wc-block-components-text-input input:focus {
	box-shadow: 0 0 0 0px #cc1818 !important;
}

.page-id-22 .woocommerce-MyAccount-navigation {
	background: #8248F5;
	background-position: center;
	border-radius: 14px;
	padding: 17px;
	background-size: cover;
}

#post-20 .wc-block-components-product-name {
	color: #7648F5;
	text-decoration: unset;
	pointer-events: none;
}

.page-id-22 article .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions {
	display: none;
}

.page-id-22 article .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard {
	display: none !important;
}

#post-20 .wc-block-grid__products {
	display: none;
}

.wc-block-checkout__form .wc-block-components-button {
	display: none !important;
}

.modal-content-custom .is-form-style {
	border-radius: 4px;
	border: 1px solid #DBDADF;
	height: 44px;
	align-items: center;
	display: flex;
}

.modal-content-custom .is-form-style input.is-search-input {
	border-left-width: 0px !important;
	border-top-width: 0px !important;
	border-bottom-width: 0px !important;
}

.modal-content-custom .is-search-icon path {
	fill: #000;
}

.modal-content-custom .is-search-icon {
	border: 0px;
	background: white;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
	padding: 1px !important;
}

.is-ajax-search-result .is-title a {
	cursor: pointer;
	text-decoration: none;
	color: #7648f5;
}

.is-ajax-search-posts-details .is-title a {
	pointer-events: none;
	color: #7648f5;
}

.is-search-submit {
	pointer-events: none;
}

.is-ajax-search-posts-details a.button {
	border-radius: 24px;
	background: #8248F5 !important;
	border: 2px solid #370E88 !important;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.is-ajax-search-posts-details a.button:hover {
	background: #370E88 !important;
}

.is-ajax-search-posts-details a.added_to_cart {
	color: #7648f5;
}

.is-ajax-search-details .is-ajax-search-items {
	height: 155px !important;
}

.is-ajax-search-details .is-ajax-search-items .simplebar-wrapper {
	min-height: 155px !important;
	height: 155px !important;
}

.is-ajax-search-details .is-ajax-search-items .simplebar-track {
	min-height: 155px !important;
	height: 155px !important;
}

.is-ajax-search-details .is-ajax-search-items .is-ajax-search-post-details {
	border-bottom-width: 0px !important;
}

.icon-open-modal svg {
	background: var(--Neutral-Colors-Color-300, #F0F0F6);
	padding: 8px;
	width: 32px;
	height: 32px;
}

.woocommerce-message {
	border-top-color: #7648f5;
}

.woocommerce-message::before {
	color: #7648f5;
}

.page-template-default.page article {
	padding-left: 96px;
	padding-right: 96px;
	max-width: 1440px;
	margin: auto;
}




@media (max-width: 1169px) {

	.home-section-3 .home-section-3-container .col-2,
	.about-us-3 .about-us-3-container .info {
		padding-right: 90px !important;
		padding-left: 90px !important;
	}
}


@media (max-width: 767px) {

	.home-section-3 .home-section-3-container .col-2,
	.about-us-3 .about-us-3-container .info {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}





@media screen and (max-width: 1169px) {
	.about-us-3 .about-us-3-container .img img {
		width: 100%;
		height: 260px;
		object-fit: cover;
		object-position: top;
	}

	footer .footer-container .col-2 .col-2-3 {
		max-width: 100%;
	}

	footer .footer-container .col-2 .col-2-3 .item:nth-child(3) {
		max-width: 190px;
	}

	.page-template-default.page article {
		padding-left: 10px;
		padding-right: 10px;
		overflow: hidden;
	}

	#site-navigation {
		border-radius: 40px;
		background: #0B0D17;
		max-width: 98%;
		margin: auto;
		padding-left: 20px;
		padding-right: 20px;
		z-index: 2;
		position: relative;
	}

	.home-section-1-container {
		padding-top: 140px;
		padding-bottom: 20px;
	}

	.home-section-1 .col-1 {
		margin: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	video {
		max-height: 620px !important;
	}

	.custom-bg-video {
		max-height: 620px !important;
	}

	.home .custom-button-home-video .info {
		width: 100% !important;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	}

	.home .custom-button-home-video {
		flex-direction: column;
	}

	.home-section-1 .subtitle {
		font-size: 12px;
	}

	.home-section-1 .title {
		font-size: 24px;
		line-height: 30px;
		max-width: 355px;
		margin: auto;
		margin-top: 12px;
	}

	.home-section-1 .text {
		max-width: 335px;
		padding-top: 24px;
		font-size: 14px;
		line-height: 150%;
	}

	.home-section-1 .col-2 {
		margin-right: 10px;
		margin-top: 10px;
		display: none;
	}

	.home-section-1 .button {
		margin-top: 40px;
		width: 210px;
		height: 60px;
		font-size: 16px;
		border: 2px solid #370E88;
	}

	.home .custom-button-home-video {
		display: grid;
		grid-template-columns: 1fr 1fr !important;
		margin-top: 60px !important;
		gap: 10px;
	}

	.home .custom-button-home-video .info {
		font-size: 14px !important;
		width: 156px;
		display: flex;
		align-items: center;
		text-align: center;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.home-section-1 {
		height: auto;
	}

	.home-section-2-container {
		height: auto;
		padding: 50px 10px;
	}

	.home-section-2 .row-1 .custom-title {
		font-size: 16px;
		line-height: 32px;
	}

	.home-section-2 .row-2 .col-1 {
		flex-direction: column;
		align-items: center;
	}

	.home-section-2 .row-2 .item-1 {
		margin-top: 0px;
	}

	.home-section-2 .row-2 .item-3 {
		margin-top: 0px;
	}

	.home-section-2 .row-2 .col-2 {
		/* margin-top: 30px; */
		flex-direction: column;
		align-items: center;
	}

	.home-section-2 .row-2 .item-5 {
		margin-top: 0px;
	}

	.home-section-3 .home-section-3-container {
		margin-top: 0px;
		padding: 40px 20px;
		flex-direction: column;
	}

	.home-section-3 .home-section-3-container .col-1 img {
		width: 100%;
		height: 260px;
	}

	.home-section-3 .home-section-3-container .col-2 .subtitle {
		line-height: 32px;
		font-size: 16px;
		margin-bottom: 14px;
	}

	.home-section-3 .home-section-3-container .col-2 .title {
		font-size: 24px;
	}

	.home-section-3 .home-section-3-container .col-2 .button {
		margin: auto;
		width: 100%;
		height: 64px;
		font-size: 20px;
	}

	.home-section-2 .row-2 .col-item .item .info .title {
		font-size: 18px;
	}

	.home-section-2 .row-2 .col-item .item .info {
		height: 80px;
	}

	.home-section-4-container {
		padding: 50px 10px;
		flex-direction: column;
	}

	.home-section-4-container .col-1 .title {
		font-size: 24px;
	}

	.home-section-4-container .col-2 {
		grid-template-columns: 1fr 1fr;
	}

	.home-section-5-container {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 0px;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		flex-direction: column-reverse;
		gap: 30px;
	}

	.home-section-5-container .col-2 .subtitle {
		font-size: 14px;
	}

	.home-section-5-container .col-2 .title {
		font-size: 24px;
	}

	.home-section-5-container .col-2 .item {
		width: auto;
		height: auto;
		padding: 15px;
	}

	.home-section-5-container .item {
		width: auto;
		height: auto;
		padding: 30px;
	}

	.home-section-5-container .item .name {
		margin-top: 25px;
	}

	footer .top-block {
		margin-top: -510px;
		margin-bottom: 50px;
		width: 335px;
		height: 450px;
		padding-top: 24px;
		padding-bottom: 24px;
		padding-left: 16px;
		padding-right: 16px;
	}

	footer .top-block .button {
		flex-direction: column;
	}

	footer .top-block .button-left {
		width: 100%;
		height: 60px;
	}

	footer .top-block .button-right {
		width: 100%;
		height: 60px;
	}

	footer {
		margin-top: 410px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 48px;
		padding-top: 112px;
		border-radius: 32px;
	}

	footer .footer-container {
		padding-top: 0px;
		flex-direction: column;
		gap: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}

	footer .top-block .title {
		font-size: 24px;
		padding-top: 0px;
	}

	footer .top-block .text {
		padding-top: 8px;
		font-size: 14px;
		padding-bottom: 32px;
	}

	footer .footer-container .col-2 {
		flex-direction: column;
		gap: 30px;
	}

	.site-branding {
		/* display: none; */
		margin-left: 16px;
	}

	.site-branding img {
		height: 24px;
		width: auto;
	}

	#site-navigation {
		height: 68px;
		margin: 10px;
	}

	.home #site-navigation {
		margin-bottom: -78px;
	}

	#site-navigation .row-1 {
		gap: 0;
	}

	button.menu-toggle {
		cursor: pointer;
		/* display: flex;
		width: 44px;
		height: 44px;
		align-items: center;
		justify-content: center;
		border-radius: 4px;  */
		border: 0px solid rgba(255, 255, 255, 0.20);
		/* background: #8248F5; */
		padding: 0;
		background: unset;
	}

	#site-navigation .row-2 .contact-header-custom {
		margin-right: 15px;
		font-size: 14px;
		width: 105px;
		height: 36px;
	}

	#site-navigation .row-1 .menu-menu-1-container .menu-item-has-children>a {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	#primary-menu li {
		width: 90%;
		text-align: center;
	}

	#site-navigation .row-1 .menu-menu-1-container ul#primary-menu {
		margin-left: -30px !important;
		width: 100vw;
	}

	#site-navigation .header-account-link {
		margin-left: 15px;
		display: none;
	}

	#site-navigation .header-account-link a:nth-child(3) {
		display: none;
	}

	#site-navigation .header-account-link svg {
		display: none;
	}

	.contact-section-1 .contact-title h1 {
		font-size: 24px;
		padding-bottom: 20px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.contact-section-1-container {
		flex-direction: column-reverse;
		padding: 10px;
		gap: 40px;
	}

	.contact-section-1-container .col-2 .contact-form-top {
		grid-template-columns: 1fr;
	}

	.contact-section-1-container .col-2 .contact-form-top p input {
		width: 100%;
	}

	.contact-section-1-container .col-2 {
		max-width: 100%;
		width: 100%;
	}

	.catalog-post-1-container {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
	}

	.catalog-post-1-container .title h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.catalog-post-1-container .title .text {
		font-size: 16px;
		line-height: 160%;
	}

	.catalog-post-1-container ul.tabs {
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		margin-top: 25px;
	}

	.catalog-post-1-container ul.tabs li.active {
		border-bottom-width: 0px;
	}

	.catalog-post-1-container ul.tabs li {
		border-bottom-width: 0px;
	}

	.catalog-post-1-container .tab-content .tab {
		grid-row-gap: 30px;
		grid-template-columns: 1fr;
	}

	.catalog-post-1-container .tab-content .tab .post-item .post-title a {
		font-size: 24px;
	}

	.catalog-post-1-container .tab-content .tab .post-item .post-title {
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.catalog-post-1-container .tab-content .tab .post-item .post-excerpt p {
		margin-bottom: 5px;
		margin-top: 5px;
		font-size: 14px;
	}

	.catalog-post-1-container .tab-content .tab .post-item {
		width: 100%;
	}

	.catalog-post-1-container .tab-content .tab .post-item .post-thumbnail a {
		width: 100%;
		height: auto;
	}

	.single-post-section .post-content {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}

	.single-post-section .post-content h1 {
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 25px;
	}

	.about-us-1 .title {
		padding-top: 32px;
		padding-bottom: 32px;
		font-size: 24px;
		line-height: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.about-us-1 .about-us-1-container img {
		height: auto;
	}

	.about-us-2 .about-us-2-container {
		flex-direction: column;
		align-items: center;
		padding: 30px 10px 10px;
	}

	.about-us-2 .about-us-2-container .col-1 .subtitle {
		font-size: 16px;
	}

	.about-us-2 .about-us-2-container .col-1 .title {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 30px;
	}

	.about-us-2 .about-us-2-container .col-2 {
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
	}

	.about-us-2 .about-us-2-container .col-2 .item {
		width: 100%;
	}

	.about-us-2 .about-us-2-container .col-2 .img {
		width: 100%;
		height: auto;
	}

	.about-us-3 .about-us-3-container {
		padding: 40px 20px 20px;
	}

	.about-us-3 .about-us-3-container .img {
		width: 100%;
		height: auto;
	}

	.about-us-3 .about-us-3-container .info {
		width: 100%;
		margin-top: 0px;
		padding: 16px 0 0;
	}

	.about-us-3 .about-us-3-container .info .subtitle {
		font-size: 16px;
	}

	.about-us-3 .about-us-3-container .info .title {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 32px;
		padding-top: 16px;
	}

	.about-us-3 .about-us-3-container .info .text {
		font-size: 16px;
	}

	.page-id-22 article {
		padding-left: 10px;
		padding-right: 10px;
	}

	#post-20 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#post-21 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.contact-section-1-container .col-1 .text {
		padding-bottom: 40px;
	}

	.contact-section-1-container .col-1 {
		height: 520px;
		margin-right: 0px;
		max-width: 100%;
	}

	#post-21 .wc-block-components-sidebar-layout {
		flex-direction: column-reverse !important;
	}

	.page-id-22 .woocommerce-orders-table__cell-order-actions a {
		width: 140px;
		margin-left: auto;
	}
}

#myModal-custom-2 .custom-body .row-1 .products-list .product-details .wc-block-components-quantity-selector button {}

.wc-block-components-quantity-selector__input {
	-moz-appearance: textfield;
}

.wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wc-block-cart-item__quantity {
	display: flex;
	gap: 20px;
	align-items: center;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
	margin-bottom: 0px !important;
}

body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	display: none;
}

.y-custom:hover svg {
	fill: black;
}

.y-custom:hover rect {
	fill: white;
}

#site-navigation .row-1 li a {
	transition: transform 0.3s ease;
}

#site-navigation .row-1 li a:hover {
	transform: scale(1.05);
}

#site-navigation .row-2 .contact-header-custom {
	transition: transform 0.3s ease;
}

#site-navigation .row-2 .contact-header-custom:hover {
	transform: scale(1.05);
}

#site-navigation .header-account-link a {
	transition: transform 0.3s ease;
}

#site-navigation .header-account-link a:hover {
	transform: scale(1.05);
}

#site-navigation .row-2 .cart-icon {
	transition: transform 0.3s ease;
}

#site-navigation .row-2 .cart-icon:hover {
	transform: scale(1.05);
}

#site-navigation .row-1 .custom-logo-link {
	transition: transform 0.3s ease;
}

#site-navigation .row-1 .custom-logo-link:hover {
	transform: scale(1.05);
}

a {
	transition: transform 0.3s ease;
}

a:hover {
	transform: scale(1.05);
}

.home-section-2 .row-2 .col-item .item {
	transition: transform 0.3s ease;
}

.home-section-2 .row-2 .col-item .item:hover {
	transform: scale(1.05);
}

button {
	transition: transform 0.3s ease;
}

button:hover {
	transform: scale(1.05);
}

.contact-section-1-container .col-2 .contact-form-bottom p input {
	transition: transform 0.3s ease;
}

.contact-section-1-container .col-2 .contact-form-bottom p input:hover {
	transform: scale(1.05);
}

.pc-custom {
	/* display: none; */
}

.mobile-custom {
	display: block;
}

.home .custom-button-home-video {
	display: flex;
	margin-top: 90px;
	justify-content: space-between;
}

.home .custom-button-home-video .info {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: unset;
	text-transform: uppercase;
	cursor: pointer;
	background: white;
	height: 200px;
	width: 290px;
	border-radius: 12px;
	padding-top: 40px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	align-items: center;
}

.custom-button-home-video-text {
	color: #150A2A;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: unset;
	text-transform: uppercase;
	margin-top: 20px;
}

.custom-button-home-video-text-2 {
	color: #8248F5;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
	margin-top: 8px;
}

@media screen and (min-width: 1169px) {
	#site-navigation {
		border-radius: 40px;
		background: #0B0D17;
		max-width: -moz-available;
		margin: 10px;
		max-width: -webkit-fill-available;
	}

	.home #site-navigation {
		/*padding-bottom: 165px;*/
		margin-bottom: -87px;
		/*padding-top: 55px;*/
		z-index: 5;
		position: relative;
	}

	.home footer {
		margin-top: 330px;
	}

	#site-navigation .row-1 li a {
		color: #fff;
	}

	#site-navigation .header-account-link a.user-loginer {
		color: #FFF;
	}

	.pc-custom {
		display: block;
	}

	.mobile-custom {
		display: none;
	}

	#site-navigation .header-account-link a {
		color: white;
	}

	.home-section-1 {
		/*background: #8248F5*/
		/*background-size: auto;*/
		/*max-width: 1550px;*/
		/*border-radius: 40px;*/
		margin: auto;
		/*background-position: center;*/
		width: 100%;
	}

	.home-section-1 .subtitle {
		/* color: white;
		padding-left: 20px; */
	}

	.home-section-1 .title {
		color: white;
		padding-left: 20px;
	}

	.home-section-1 .text {
		color: white;
		padding-left: 20px;
	}

	.home-section-1 .button {
		border: 1px solid #370E88;
		/*margin-left: 20px;*/
	}
}

.home .custom-button-home-video .info {
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.2);
}

.home .custom-button-home-video .info:hover {
	border: 1px solid #8248F5;
	box-shadow: 0px 4px 11px rgba(130, 72, 245, 0.5);
}

/* Добавим эти стили в раздел медиа-запросов или в конец файла */
.home .custom-button-home-video .info:hover svg path,
.home .custom-button-home-video .info:hover svg rect {
	/* stroke: white; */
}

.home .custom-button-home-video .info:hover svg {
	/* filter: brightness(0) invert(1); */
}

/* Дополнительно можно добавить анимацию перехода */
.home .custom-button-home-video .info {
	transition: all 0.3s ease;
}

.home .custom-button-home-video .info:hover {
	/* background: linear-gradient(90deg, #4848F5 0%, #8248F5 100%); */
}

.home .custom-button-home-video .info:hover .custom-button-home-video-text,
.home .custom-button-home-video .info:hover .custom-button-home-video-text-2 {
	/* color: white; */
}

/* В разделе стилей для home-section-2 */
.home-section-2 .row-2 .col-item .item:hover {
	border: 4px solid #8248F5;
	box-shadow: 0px 4px 11px rgba(130, 72, 245, 0.5);
}

.home-section-2 .row-2 .col-item .item:hover .info-new svg path,
.home-section-2 .row-2 .col-item .item:hover .info-new svg rect {
	stroke: #8248F5;
}

/* Добавим плавный переход */
.home-section-2 .row-2 .col-item .item {
	transition: all 0.3s ease;
}

.home-section-2 .row-2 .col-item .item .info-new svg path,
.home-section-2 .row-2 .col-item .item .info-new svg rect {
	transition: stroke 0.3s ease;
}

.custom-item-info .info-new {
	margin-bottom: 0;
	gap: 32px;
}

.custom-item-info {
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 8px;
	height: 316px;
}

.custom-item-info .info-new .more {
	margin-left: 0;
	border: 2px solid #370E88;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: unset;
	font-size: 20px;
	font-weight: 600;
	width: 242px;
	height: 68px;
	margin: auto;
}

.home-section-2 .row-2 .col-item .item.custom-item-info:hover {
	border: 4px solid #F9F6FF !important;
	background: #F9F6FF;
}

.custom-item-info .title {
	max-width: 270px;
	text-align: center;
	line-height: 140%;
	color: #8047F2;
	font-size: 24px;
}

.custom-item-info .more {}

.custom-item-info {}

/* Добавим новые стили для слайдера */
.home-section-5-container {
	position: relative;
	padding: 0 96px;
}

.home-section-5-slider {
	overflow: hidden;
	padding: 40px 0;
}

.home-section-5-slider .slick-list {
	overflow: visible;
}

.home-section-5-slider .item {
	transition: transform 0.3s ease;
	margin: 0 15px;
	border-radius: 0px;
	/* transform: scale(0.9); */
	/* background: #fff;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
}

.home-section-5-slider .slick-center {
	/* transform: scale(1); */
	z-index: 1;
}

.home-section-5-slider .slick-slide:not(.slick-center) {
	/* opacity: 0.7; */
}

/* Стили стрелок */
.home-section-5-container .slick-prev,
.home-section-5-container .slick-next {
	width: 40px;
	height: 40px;
	background: #8248F5;
	border-radius: 50%;
	z-index: 2;
}

.home-section-5-container .slick-prev {
	left: 30px;
}

.home-section-5-container .slick-next {
	right: 30px;
}

.home-section-5-container .slick-prev:before,
.home-section-5-container .slick-next:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
}

.home-section-5-container .slick-next:before {
	transform: rotate(180deg);
}


/* Адаптация для мобильных */
@media (max-width: 768px) {
	.home-section-5-container {
		padding: 0 20px;
	}

	.home-section-5-slider .item {
		margin: 0 10px;
		padding: 15px;
	}

	#site-navigation {
		max-width: auto;
		margin: auto;
		/* margin-bottom: -78px; */
		margin-top: 10px;
	}

	#site-navigation .row-1 .menu-menu-1-container ul#primary-menu {
		margin-left: -20px !important;
	}
}

@media (min-width: 1169px) {
	#site-navigation .row-1 .menu-menu-1-container ul.sub-menu {
		flex-direction: column;
		padding-top: 24px;
		padding-bottom: 24px;
		padding-right: 32px;
		padding-left: 32px;
		border-radius: 24px;
		background: #0B0D17;
		margin-left: -34px;
		gap: 18px;
	}

	#site-navigation .row-1 .menu-menu-1-container ul.sub-menu a {
		color: #D9DBE1;
		font-size: 14px;
	}
}

#site-navigation .row-1 .menu-menu-1-container .menu-item-has-children>a {
	margin-bottom: 18px;
	margin-top: 18px;
}

#is-search-input-73 {
	background: #0b0d17;
	border: 0px !important;
	color: #d4d5d7 !important;
	font-size: 16px !important;
}

#is-search-input-73::placeholder {
	color: #d4d5d7 !important;
}

.search-close {
	display: none !important;
}

.menu-menu-1-container .is-search-submit .is-search-icon {
	background: #0B0D17;
	border: 0px;
}

.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
	display: none !important;
}

@media (max-width: 1169px) {
	#primary-menu .menu-item-has-children>a {
		position: relative;
		padding-right: 10px;
	}

	#site-navigation .row-1 .menu-menu-1-container li ul.sub-menu {
		flex-direction: column;
		width: 100%;
		padding-left: 0px;
	}

	#site-navigation .row-1 .menu-menu-1-container li ul.sub-menu {
		/*display: none!important;*/
		padding-bottom: 24px;
		padding-top: 24px;
	}

	#site-navigation .row-1 .menu-menu-1-container li.focus ul.sub-menu {
		/*display: flex!important;*/
		/*box-shadow: none;*/
		/*top: 0;*/
		z-index: 99999;
		/*margin-left: 0px;*/
		/*position: relative;*/
		float: none;
		background: white;
		/*padding-bottom: 24px;*/
		/*padding-top: 24px;*/
	}

	#site-navigation .row-1 .menu-menu-1-container li.focus ul.sub-menu a {
		/*padding-top: 8px;*/
		/*padding-bottom: 8px;*/
		font-weight: normal;
	}

	#primary-menu .menu-item-has-children>a::after {
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
		height: 24px;
		background-image: url('https://iloc.com.ua/wp-content/uploads/2025/02/chevron-down.png');
		transition: transform 0.3s ease;
	}

	#primary-menu .menu-item-has-children.active>a::after {
		transform: translateY(-50%) rotate(180deg);
	}

	#primary-menu .sub-menu {
		display: none;
		padding-left: 20px;
	}

	#primary-menu .sub-menu li {
		border-bottom: none;
		display: flex;
		justify-content: center;
	}

	#primary-menu .sub-menu a {
		font-size: 14px;
		color: #666;
	}
}

#primary-menu>li:nth-child(1) {
	/*display: none;*/
}

#primary-menu>li:nth-child(2) {
	/*display: none;*/
}

@media (max-width: 1169px) {
	.menu-item-has-children:hover ul {
		background: white !important;
	}

	.menu-item-has-children:hover ul a {
		font-weight: normal !important;
		/*padding-top: 8px!important;*/
		/*padding-bottom: 8px!important;*/
		/*padding-left: 16px!important;*/
		/*padding-right: 16px!important;*/
		background: none !important;
	}

	#primary-menu {
		display: flex;
		flex-direction: column;
	}

	#primary-menu>li:last-child {
		order: -1;
		border-bottom: 0px solid #eee;
		margin-bottom: 32px;
	}

	#primary-menu>li:nth-child(1) {
		order: 1;
		display: block;
	}

	#primary-menu>li:nth-child(2) {
		order: 2;
		display: block;
	}

	#site-navigation .row-1 li a {
		/*color: #0B0D17!important;*/
		padding: 16px;
	}

	.astm-search-menu form {
		width: 100% !important;
	}

	.astm-search-menu form input#is-search-input-73 {
		border: 1px solid #cccccc70 !important;
		background: white !important;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}


	.menu-menu-1-container .is-search-submit .is-search-icon {
		background: #8248F5 !important;
		border-bottom-right-radius: 10px !important;
		border-top-right-radius: 10px !important;
	}

	.menu-menu-1-container .is-search-submit .is-search-icon path {
		fill: #0b0d1700 !important;
	}

	body ul#primary-menu li.menu-item-login-custom-1 a {
		color: #8248F5 !important;
		margin-top: 16px !important;
		text-decoration: underline !important;
	}

	body ul#primary-menu li.menu-item-login-custom-2 a {
		color: #8248F5 !important;
		text-decoration: underline !important;
	}

	body ul#primary-menu li.menu-item-login-custom-2 {
		border-bottom: 0px solid #cccccc70 !important;
	}

	footer .footer-container .col-2 .col-2-1 {
		display: none;
	}

	footer .footer-container .col-2 .col-2-2 {
		display: none;
	}

	footer .footer-container .col-1 {
		gap: 20px;
	}

	#post-20 .entry-title {
		display: none;
	}

	.wp-block-separator.is-style-dots {
		margin-bottom: 20px;
		font-size: 0;
	}
}

.slick-list {
	padding-bottom: 12px !important;
	padding-top: 12px !important;
	padding-right: 15px;
	padding-left: 15px;
}

.post-custom-slider-class .slide {
	gap: 10px;
	display: flex;
	flex-direction: column;
	text-decoration: unset;
	border: 4px solid #8248F533;
	background: white;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.slick-prev:focus,
.slick-next:focus {
	background: #8248f5 !important;
}

.slide img {
	transform: scale(1.05);
}

.post-custom-slider-class .slide a h2 {
	padding-left: 10px;
	padding-right: 10px;
	height: 86px;
	overflow: hidden;
}

.post-custom-slider-class .slide div {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.post-custom-slider-class .slide:hover {
	transform: scale(1.05);
	border: 4px solid #8248F5;
	box-shadow: 0px 4px 11px rgba(130, 72, 245, 0.5);
}

.about-us-1 .about-us-1-container.mob img {
	display: none;
}

.home-section-3 .home-section-3-container .col-1.mob {
	display: none;
}

.home-section-3 .home-section-3-container .col-1.mob img {
	display: none;
}

.about-us-3 .about-us-3-container .img.mob {
	display: none;
}

.about-us-1 .about-us-1-container.pc img {
	width: 100%;
	height: 414px;
	object-fit: cover;
	object-position: 0px -550px;
}

@media (max-width: 1169px) {
	.home-section-3 .home-section-3-container {
		gap: 16px;
	}

	.page-template-about-us .home-section-2-container {
		padding-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-template-about-us .home-section-4-container {
		padding-top: 64px;
		padding-bottom: 64px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.home-section-5 .home-section-5 {
		margin-top: 24px;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.home-section-5-container .subtitle .title {
		font-size: 24px;
	}

	.home-section-5-container .subtitle-2 {
		font-size: 16px;
	}

	.home-section-5-container {
		padding-bottom: 80px;
	}

	.about-us-1 .about-us-1-container.pc img {
		width: 100%;
		height: 284px;
		object-fit: cover;
		object-position: 0px 75%;
	}

	.about-us-1 .about-us-1-container.mob img {
		display: flex;
	}

	.home-section-3 .home-section-3-container .col-1.pc {}

	.home-section-3 .home-section-3-container .col-1.mob img {
		display: flex;
	}

	.home-section-3 .home-section-3-container .col-1.mob {
		display: flex;
	}

	.about-us-3 .about-us-3-container .img.pc {}

	.about-us-3 .about-us-3-container .img.mob {
		display: flex;
	}
}

@media (max-width: 768px) {
	.our-course-link:last-of-type {
		margin-top: 10px;
	}
}

/* Safari Bottom Whitespace Fix */
.video-wrap-div,
.protected_video_class,
.Protectedwccpvideomiddle_class {
	display: none !important;
	height: 0 !important;
	visibility: hidden !important;
	position: fixed !important;
	left: -9999px !important;
}

footer#colophon {
	margin-bottom: 0 !important;
}

body {
	overflow-x: hidden;
}

.modal-custom {
	overflow-x: hidden;
}

.modal-content-custom {
	margin-bottom: 0 !important;
}