/*!
Theme Name: well.edu.pl
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: well-edu-pl
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.

well.edu.pl 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.
 */
 @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
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;
}

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

* {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	font-family: "Work Sans", -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;
	margin: 0;
}

p {
	margin-bottom: 0;
}

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

blockquote {
	margin: 0 ;
}

address {
	margin: 0 0 ;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom:0;
	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: 0;
}

ul,
ol {
	margin: 0 0 ;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 ;
}

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

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

figure {
	margin: 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: black;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

.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: 0;
	max-width: 100%;
}

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 0;
	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: 0;
	margin-bottom: 0;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 0;
	margin-bottom: 0;
}

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

.container-1920 {
	max-width: 1920px;
	margin: 0 auto !important;
	width: 100%;
}

.site-contact-socials {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	padding: 20px 100px;
	flex-wrap: wrap;
}
@media (width < 1300px) {
	.site-contact-socials {
		padding: 20px 60px;
		justify-content: center;
	}
}

@media (width < 900px) {
	.site-contact-socials {
		padding: 10px 5px;
	}
	.site-header .custom-logo-link img {
		width: 150px;
	
	}
}
.socials-contact {
	display: flex;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}


.socials-contact a.plain-link:not(.tel) {
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	padding: 7px;
	display: flex;
	align-items: center;
}
.socials-contact a.plain-link.tel {
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	padding: 7px;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (width < 1400px) {
	.socials-contact a.plain-link.tel  {
		border-radius: 50%;
	}
	.socials-contact a.plain-link.tel span {
		display: none;
	}
}



.socials-contact a.plain-link:hover {
	background-color: #AAB1D1;
	color: #FFF;;
}
.socials-contact a.plain-link:hover svg {
	stroke: #FFF;
}
.socials-contact .buttoned-link {
	display: flex;
	padding: 15px 30px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 40px;
	border: 1px solid #000;
	transition: all 0.3s ease-in-out;
}

@media (width < 1300px) {
	.socials-contact .buttoned-link {
		padding: 10px;
		font-size: 15px;
		text-wrap: nowrap;
	}

}
.socials-contact .buttoned-link:hover {
	background: #AAB1D1;
	color: #FFF;
	border-color: #AAB1D1;
}
.socials-contact a.plain-link svg,
.socials-contact .buttoned-link svg {
	transition: all 0.3s ease-in-out;
}
.socials-contact .buttoned-link:hover svg {
	stroke: #FFF;
}
.main-navigation {
	background: #061C79;
	width: 100%;
}

.nav-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 100px;
}
.nav-wrapper .nav-menu {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.buttons-wrapper {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.nav-wrapper a {
	padding: 10px 40px;
	border-radius: 20px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	background: #FFF;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: all 0.3s ease-in-out;
	border: 2px solid #FFF;
}
.nav-wrapper a:hover {
	background: #AAB1D1;
	color: #FFF;
	border: 2px solid #AAB1D1;
}

.nav-wrapper a[aria-current="page"] {
	border: 2px solid #FFF;
	background: #061C79;
	color: #FFF;
}
.menu-toggle {
	align-items: center;
	gap: 10px;
	border: none;
	background-color: white;
	border-radius: 20px;
	padding: 10px 40px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.menu-close {
	display: none;
}
@media (width < 900px) {
	.main-navigation .nav-menu{
		display: none;
	}
	.main-navigation .menu-toggle {
		display: flex;
	}

	.main-navigation.toggled .nav-menu li {
		width: 100%;
	}
	.main-navigation.toggled .nav-menu {
		position: fixed;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #061C79;
		padding: 0 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 11;
	}
	.main-navigation.toggled .menu-close {
		display: flex;
		position: absolute;
		top: 40px;
		right: 40px;
		z-index: 11;
		background-color: transparent;
		border: solid 3px #FFF;
		border-radius: 50%;
		padding: 10px;
	}
}

.welledu-footer {
	background: #061C79;
}

.welledu-wrapper {
	padding: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

.welledu-wrapper img {
	filter: invert(100%) contrast(10000%);
}

.welledu-wrapper h3 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.footer-menu {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-menu ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-menu ul a {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	margin-left: 20px;
	line-height: normal;
	transition: all 0.3s ease-in-out;
}

.footer-menu ul a:hover {
	color: #AAB1D1;
}

.weblance-footer {
	background: #071657;
}

.weblance-wrapper {
	display: flex;
	justify-content: end;
	padding: 15px 60px;
	color: #ffffff89;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	gap: 5px;
}

.weblance-wrapper a {
	color: #FFF;
	transition: all 0.3s ease-in-out;
}

.weblance-wrapper a:hover {
	color: #AAB1D1;
}

.select-container {
    position: relative;
    display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #FFF;
	padding: 10px;
}

.styled-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTQgNyIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTEuMzMzMzQgMC41TDcuMzMzMzQgNi41TDEzLjMzMzMgMC41IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-size: 14px 7px;
	border: none;
    border-radius: 8px;
    padding: 0 25px 0 0;
    font-size: 16px;
    color: #000;
    cursor: pointer;
	width: 100%;
	color: #000;
	font-family: "Work Sans";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.styled-select:focus {
    outline: none;
    border-color: #000;
}

.styled-date {
	border: none !important;
	color: #000 !important;
	font-family: "Work Sans";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0 !important;
	width: 150px;
}

.styled-date:focus {
	outline: none;
	border-color: #000;
}

.styled-search {
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	color: #000 !important;
	font-family: "Work Sans";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.styled-search:focus {
	outline: none;
	border-color: #000;
}

.input-wrapper{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.input-wrapper label,
.input-wrapper .label {
	color: rgba(0, 0, 0, 0.56);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.store-filters {
	padding: 20px;
	border-radius: 15px 15px 0px 0px;
	background: #F4F4F4;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.product-wrapper {
	width: 100%;
	background-image: url("/wp-content/uploads/2024/05/single-product-bg.jpg");
	background-size: 1920px auto;
	background-position: top center;
	background-repeat: no-repeat;
}

.product-basic-content {
	padding: 40px 100px 60px;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.product-basic-content h1 {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 60px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 50px;
}

.product-basic-content .excerpt {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:0;
	max-width: 1200px;
	text-wrap: balance;
}

.price-instructors {
	display: flex;
	gap: 20px;
}

.price-instructors .price,
.price-instructors .instructor {
	border-radius: 5px;
	background: #FAFAFA;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	align-self: stretch;
	gap: 20px;
}
.price-instructors .price .price-content,
.price-instructors .instructor-content{
	display: flex;
	flex-direction: column;
}
.price-instructors .price .price-content .label,
.price-instructors .instructor .label{
	color: rgba(0, 0, 0, 0.56);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.price-instructors .price .price-content .amount,
.price-instructors .instructor .name {
	color: #000;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.price-instructors .instructor img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.product-pick {
    border-radius: 10px;
    background: #F4F4F4;
    padding: 20px;
    display: grid;
    grid-template-columns: 30% auto 20%;
    gap: 20px;
}
.getmore {
	grid-area: 2/1/2/4
}
@media screen and (max-width: 800px){
	.product-pick {
		border-radius: 10px;
		background: #F4F4F4;
		padding: 20px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	button.book {
		grid-area: 2/1/2/3;
	}
	.getmore {
		grid-area: 3/1/3/3
	}
} 
@media screen and (max-width: 500px){
	.product-pick {
		border-radius: 10px;
		background: #F4F4F4;
		padding: 20px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	button.book {
		grid-area: unset;
	}
	.getmore {
		grid-area: unset
	}
} 
.getmore {
	border-radius: 10px;
	border: 2px solid #061C79;
	background: #061C79;
	color: white;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	width: 100%;
	font-weight: 700;
	line-height: normal;
	padding: 15px 30px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
button.book {
	border-radius: 10px;
	border: none;
	background: #061C79;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	width: 100%;
	font-weight: 700;
	line-height: normal;
	padding: 15px 30px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
button.book[disabled] {
	background: #AAB1D1;
	color: #FFF;
	cursor: not-allowed;
}
.course-description {
	border-radius: 150px 150px 0px 0px;
	background: #FFF;
	padding: 60px 100px;
	display: flex;
	gap: 50px;
}
.course-description > div {
	flex: 1;
}
.course-description h2 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.course-description .description {
	color: #000;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.course-description .hours {
	padding: 20px;
	border-radius: 5px;
	background: #FAFAFA;
	width: fit-content;
	margin-top: 30px;
}

.course-description .hours p {
	margin:0;
	color: #000;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.course-description .hours .label {
	color: rgba(0, 0, 0, 0.56);
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.course-description .schedule {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 20px
}

.course-description .schedule .schedule-item {
	background: #606FB6;
	padding: 5px 30px;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.course-description .schedule .schedule-item.completed {
	background: rgba(96, 111, 182, 0.27);
}
.how-course-looks {
	width: 100%;
	background: #061C79;
}

.hcl-wrapper {
	padding: 60px 100px;
}
.hcl-wrapper h2 {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 40px;
}

.hcl-wrapper .description {
	color: #FFF;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.home-hero {
	padding: 60px 95px 500px;
	position: relative;
	background-image: url("/wp-content/uploads/2024/06/Frame-134.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 670px;
}

.home-hero h1 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 117px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.home-hero h2 {
	color: #AAB1D1;
	font-family: "Work Sans";
	font-size: 86px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.home-hero p {
	color: #000;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
	padding-left: 20px;
	max-width: 470px;
}

.home-hero p::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 100%;
	background: #061C79;
	left: 0;
	top: 0;
}

.p-container {
	flex-basis:auto !important;
	flex-grow: inherit !important;
}

.trainings-button a {
	border-radius: 40px;
	background: #061C79;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-in-out;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: solid 2px #061C79;
}

.trainings-button a:hover {
	background: #AAB1D1;
	color: #FFF;
	border-color: #AAB1D1;
}

.timetable-button a {
	border-radius: 40px;
	border: 2px solid #061C79;
	color: #061C79;
	background: #FFF;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-in-out;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.timetable-button a:hover {
	background: #061C79;
	color: #FFF;
}
.timetable-button a img {
	transition: all 0.3s ease-in-out;
}
.timetable-button a:hover img {
	filter: invert(100%) contrast(10000%);
}

.home-hero .bubble1::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	background: #AAB1D1;
	border-radius: 50%;
	top: 690px;
	left: 350px;
	z-index: -1;
	animation: move 7s infinite;
}

.home-hero .bubble1::before {
	content: "";
	position: absolute;
	width: 39px;
	height: 39px;
	background: #061C79;
	border-radius: 50%;
	top: 550px;
	left: 280px;
	z-index: -1;
	animation: move 9s infinite;
}

.home-hero .bubble2::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: rgba(6, 28, 121, 0.09);;
	border-radius: 50%;
	top: 420px;
	left: 200px;
	z-index: -1;
	animation: move 6s infinite;
}

.home-hero .bubble2::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #AAB1D1;
	border-radius: 50%;
	top: 450px;
	left: 450px;
	z-index: -1;
	animation: move 3s infinite;
}

.home-hero .bubble3::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #AAB1D1;
	border-radius: 50%;
	top: 500px;
	right: 100px;
	z-index: -1;
	animation: move 8s infinite;
}

.home-hero .bubble3::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: #061C79;
	border-radius: 50%;
	top: 600px;
	right: 200px;
	z-index: -1;
	animation: move 9s infinite;
}

.home-hero .bubble4::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #AAB1D1;
	border-radius: 50%;
	top: 300px;
	right: 300px;
	z-index: -1;
	animation: move 11s infinite;
}

.home-hero .bubble4::before {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	background: #061C79;
	border-radius: 50%;
	top: 200px;
	right: 100px;
	z-index: -1;
	animation: move 4s infinite;
}

.home-hero .bubble5::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: #061C79;
	border-radius: 50%;
	top: 100px;
	right: 200px;
	z-index: -1;
	animation: move 7s infinite;
}

.home-hero .bubble5::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #AAB1D1;
	border-radius: 50%;
	top: 550px;
	right: 350px;
	z-index: -1;
	animation: move 8s infinite;
}

.home-hero .bubble6::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #AAB1D1;
	border-radius: 50%;
	top: 650px;
	right: 400px;
	z-index: -1;
	animation: move 5s infinite;
}

.home-hero .bubble6::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: #061C79;
	border-radius: 50%;
	top: 700px;
	right: 500px;
	z-index: -1;
	animation: move 7s infinite;
}

@keyframes move {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

.video-wrapper,
.video-wrapper iframe {
	width: 100%;
	height: 750px;
}

.swiper-container {
	position: relative;
}

.swiper-pagination {
	position: absolute;
	bottom: 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}
.swiper-courses .swiper-pagination {
	display: flex;
	width: 100%;
	gap: 10px;
}
.swiper-courses .swiper-pagination-bullet {
	width: 100%;
	border-radius: 2px;
	background: #b3b3b3;
	height: 36px;
	margin:0 !important;
}
.swiper-courses .swiper-pagination-bullet-active {
	background: #061C79;
}
.recommended-courses .course-info {
	border-radius: 10px;
	background: #FFF;
}

.recommended-courses .course-info p,
.interesting-course .course-info-data p {
	margin: 0;
}

.recommended-courses .course-info .category,
.interesting-course .course-info-data .category {
	color: rgba(0, 0, 0, 0.56);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.recommended-courses .course-info .name,
.interesting-course .course-info-data .name{
	color: #000;
	font-family: "Work Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.recommended-courses .course-info .desc,
.interesting-course .course-info-data .desc{
	color: #000;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 10px 0;
}

 .cities {
	display: flex;
	gap: 10px;
	max-width: 100%;
}
 .cities > div {
	flex:1;
}


 .cities .city {
	background: #606FB6;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 5px 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #606FB6;
}

 .cities .city.more {
	border: 2px solid #606FB6;
	background-color: white;
	color: #606FB6;
	font-weight: 500;
}

.recommended-courses .course-info .wrapper,
.product .wrapper,
.interesting-course .wrapper{
	display: flex;
	margin-top: 10px;
}
.recommended-courses .course-info .wrapper >div,
.product .wrapper >div,
.interesting-course .wrapper >div{
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 5px 10px;
	flex: 1;
}

.recommended-courses .course-info .wrapper .soonest,
.product .wrapper .soonest,
.interesting-course .soonest{
	border-radius: 10px 0px 0px 10px;
	background: #061C79;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.recommended-courses .course-info .wrapper .soonest .label,
.product .wrapper .soonest .label,
.interesting-course .soonest .label{
	color: rgba(255, 255, 255, 0.98);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.recommended-courses .course-info .wrapper .price,
.product .wrapper .price,
.interesting-course .wrapper .price{
	justify-content: space-between;
	border-radius: 0px 10px 10px 0px;
	background: #FAFAFA;
	color: #000;
	font-family: "Work Sans";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.recommended-courses .course-info .wrapper .price .label,
.product .wrapper .price .label,
.interesting-course .wrapper .price .label{
	color: rgba(0, 0, 0, 0.56);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.home-store-cities {
	background:#061C79;
	width: 100%;
}

.home-courses-header {
	padding-top: 40px;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}
.home-store-cities .swiper-slide,
.courses-slider-cities .swiper-slide,
.company.swiper-slide,
.city-wrapper,
.other .swiper-slide {
	width: 263px;
	height: 263px;
	position: relative;
	cursor: pointer;
}
.city-wrapper:hover img {
	filter: brightness(0.5);
}
.city-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}
.city-wrapper .city-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.city-wrapper .city-info h3 {
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	font-family: "Work Sans";
	font-size: 29px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.city-wrapper .city-info p {
	border-radius: 5px;
	background: #FFF;
	margin: 10px;
	padding: 5px 15px;
	color: #000;
	font-family: "Work Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.city-wrapper .city-info p span {
	color: #000;
	font-family: "Work Sans";
	font-size: 34px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.swiper-cities {
	margin: 20px 200px 60px;
	overflow: hidden;
}

.swiper-cities .swiper-button-next {
	right: 120px;
}
.swiper-cities .swiper-button-next,
.swiper-cities .swiper-button-prev {
	color: white;
}
.swiper-cities .swiper-button-prev {
	left: 120px;
}
.swiper-wrap {
	position: relative;
}

.store-p {
	color: #000;
	text-align: center;
	font-family: "Work Sans";
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:0 0 40px;
}

.store-h2 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-align: center;
}

.store-wrapper {
	border-radius: 150px 150px 0px 0px;
	background: #FFF;
	padding: 60px 100px;
}

.store-products {
	border-radius: 0px 0px 20px 20px;
	background: #F4F4F4;
	padding: 20px;
	margin-top: 20px;
	position: relative;
	min-height: 200px;
}
.store-wrapper .swiper-slide {
	height: fit-content;
	width: 100%;
}
.store-products .spinner {
	display: none;
}
.store-products.loading .swiper-wrapper {
	filter: blur(5px);
	cursor: not-allowed;
}

.store-products.loading .spinner {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid #061C79;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 2;

}

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

.store-products .product {
	border-radius: 10px;
	background: #FFF;
	display: flex;
	flex-direction: column;
	border: solid 1px transparent;
	transition: all 0.3s ease-in-out;
}

.store-products .product:hover {
	border-color: #061C79;
}

.store-products .product img {
	border-radius: 10px 10px 0px 0px;
	width: 100%;
	height: 227px;
	object-fit: cover;
}

.store-products .product-image {
	position: relative;
	height: 227px;
}

.store-products .instructor {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 5px;
	background: #FAFAFA;
	padding: 5px 10px;
	display: flex;
	gap: 10px;
	color: #000;
	font-family: "Work Sans";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.store-products .instructor img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
}

.store-products .instructor .label {
	color: rgba(0, 0, 0, 0.56);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.store-products .product .product-content {
	padding: 20px;
}

.store-products .product * {
	margin: 0;
}

.store-products .product .product-content .cat {
	color: rgba(0, 0, 0, 0.56);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.store-products .product .product-content .name {
	color: #000;
	font-family: "Work Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.store-products .product .product-content .desc {
	margin: 10px 0;
	color: #000;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.store-products .cities {
	margin: 30px 0;
}

.hero-btns {
	margin: 35px 0 0 !important;
}
.store-products .store-products-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}

.store-products .swiper-pagination {
	bottom: 5px !important;
}


.no-products {
	grid-column: 1 / -1;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 30px;
	font-weight: 800;
	color: #000;
	gap: 20px;
	width: 100%;
}

.no-products-wrapper {
	display: flex;
	gap: 20px;
}
.no-products-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.no-products-content h3 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.no-products-content p {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:0;
}

.clear-filters {
	background: none;
	border: none;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #061C79;
	font-family: "Work Sans";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}

.load-more-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

.load-more {
	border-radius: 40px;
	background: #061C79;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 40px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.load-more:hover {
	background: #AAB1D1;
	color: #FFF;
}

.load-more[disabled] {
	background: #AAB1D1;
	color: #FFF;
	cursor: not-allowed;
}

.store-products .store-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	gap: 20px;
}

.store-products.loading .store-grid {
	filter: blur(5px);
	cursor: not-allowed;
}

.logos-wrapper {
	width: 100%;
	background-color: #061C79;
	padding: 30px 0;
	
	overflow: hidden;
	position: relative;
	height: 110px;
}
.logos-container {
	position: absolute;
	left: -80px;
	display: flex;
	gap: 50px;
}
.logo-image {
	width: 250px;
}
.logos-wrapper img {
	filter: invert(100%) contrast(10000%);
	opacity: 0.4;
	width: 250px;
}

.recommended-courses {
	border-radius: 0px 0px 150px 150px;
	background: #FFF;
	padding: 30px 100px 60px 100px;

}

.recommended-courses h2 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.swiper-courses {
}
.courses-slider-container {
	position: relative;
	padding-bottom: 60px;
}

.recommendation {
	display: grid;
	border-radius: 10px;
	background: #F4F4F4;
	padding: 20px;
	height: fit-content;
	column-gap: 20px;
	grid-template-columns: auto 1fr;
}

.recommendation .course-info {
	max-width: 470px;
	height: fit-content;
}
.recommendation .recommendation-title-video {
	width: 100%;
	height: fit-content;
}

.recommended-courses .swiper-slide {
	height: auto;
}

.recommendation video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 530px;
	border-radius: 10px;
}

.course-info .image,
.interesting-course .image {
	height: 220px;
	width: 100%;
	border-radius: 10px 10px 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.course-info .image .instructor,
.interesting-course .image .instructor{
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 5px;
	background: #FAFAFA;
	padding: 5px 10px;
	display: flex;
	gap: 10px;
	color: #000;
	font-family: "Work Sans";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.course-info .image .instructor img,
.interesting-course .image .instructor img{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
}
.recommendation h3 {
	color: #000;
	font-family: "Work Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/* text-transform: ; */
	margin-bottom: 15px;
}
.course-info .image .instructor .label,
.interesting-course .image .instructor .label {
	color: rgba(0, 0, 0, 0.56);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}



.course-info .course-info-data,
.interesting-course .course-info-data {
	padding: 20px;
}

.course-info-data .btn {
	border-radius: 10px;
	background: #061C79;
	width: 100%;
	border: none;
	padding: 10px 0;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
}
.course-info-data .btn svg {
	transition: all 0.3s ease-in-out;
}
.course-info:hover .course-info-data .btn {
	animation: pulse-shadow 1s normal;
}
.course-info:hover .course-info-data .btn svg {
	transform: translateX(10px);
}

@keyframes pulse-shadow {
	0% {
	  box-shadow: 0 0 0 0 #061b7956;
	}
	70% {
	  box-shadow: 0 0 5px 5px rgba(6, 27, 121, 0.288)
	}
	100% {
	  box-shadow: 0 0 0 0 #061b794f;
	}
  }

  .interesting-wrapper {
	padding: 60px 0px;
  }

.interesting-wrapper h2 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-align: center;
	margin-bottom:20px;
}

.interesting-courses {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	padding: 20px;
	border-radius: 0px 0px 20px 20px;
	background: #F4F4F4;
	gap: 20px;
}

.interesting-course * {
	margin:0;
}

.interesting-course .course-info-data {
    background-color: white;
    display: flex;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    justify-content: space-between;
}

.comments-container {
	background: #F4F4F4;
	width: 100%;
}

.comments-wrapper {
	padding: 60px 100px;
}

.comments-wrapper h2 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-align: center;
	margin-bottom: 0 !important
}

.comments-wrapper .comments {
	margin-top: 20px;
	display: flex;
	gap: 20px;
}

.comments-wrapper .comment {
	flex:1;
	border-radius: 20px;
	background: #FFF;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.comments-wrapper .comment .comment-author {
	/* border-radius: 5px; */
	background: #061c79;
	display: flex;
	padding: 20px;
	align-items: center;
	gap: 10px;
	color: white;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 30px;
}
.comments-wrapper .comment .comment-author * {
	margin:0;
}
.comments-wrapper .comment .comment-author img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.comments-wrapper .comment .comment-author .label {
	color: rgba(255, 255, 255, 0.776);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.comments-wrapper .comment .comment-content {
	color: #000;
	font-family: "Work Sans";
	padding: 20px;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin:0;
	text-align: justify;
	text-wrap: balance;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 4; */
	-webkit-box-orient: vertical;
}

.cc-slider .swiper-slide {
	height: fit-content;
}

.cooworking-companies {
	overflow: hidden;
}

.cooworking-companies-container {
	width: 100%;
	background: #FFF;
}

.cooworking-companies-wrapper {
	padding: 60px 0;
}

.cooworking-companies-wrapper h2 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin-bottom: 25px;
}

.we-help-improve {
	width: 100%;
	background-color: #061C79;
}

.we-help-improve-container {
	padding: 60px 100px;
	position: relative;
	width: 100%;
	margin: 0 auto !important;
}

.we-help-improve figure {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}

.we-help-improve h2 {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 50px;
}

.stat {
	border-radius: 20px;
	background: #1A2E86;
	padding: 10px;
}

.stat .number {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-align: center;
	width: 100%;
	margin:0;
	margin-bottom: 10px;
}

.stat .label {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	margin:0;
}

.we-help-improve .bubble1::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	background: #AAB1D1;
	border-radius: 50%;
	top: 50px;
	right: 50px;
	animation: move 7s infinite;
}

.we-help-improve .bubble1::before {
	content: "";
	position: absolute;
	width: 39px;
	height: 39px;
	background: #404763;
	border-radius: 50%;
	top: 150px;
	right: 100px;
	animation: move 9s infinite;
}

.we-help-improve .bubble2::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: rgba(6, 28, 121, 0.09);;
	border-radius: 50%;
	top:450px;
	right: 200px;
	animation: move 6s infinite;
}

.we-help-improve .bubble2::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #AAB1D1;
	border-radius: 50%;
	top: 485px;
	right: 300px;
	animation: move 3s infinite;
}

.we-help-improve .bubble3::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #AAB1D1;
	border-radius: 50%;
	top: 250px;
	right: 400px;
	animation: move 8s infinite;
}

.we-help-improve .bubble3::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: #b3b7cc;
	border-radius: 50%;
	top: 150px;
	right: 500px;
	animation: move 9s infinite;
}

.we-help-improve .bubble4::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #AAB1D1;
	border-radius: 50%;
	top: 450px;
	right: 200px;
	animation: move 11s infinite;
}

.we-help-improve .bubble4::before {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	background: #f4f6fc;
	border-radius: 50%;
	top: 550px;
	right: 100px;
	animation: move 4s infinite;
}
.financing-container {
	background: #F4F4F4;
	width: 100%;
}

.financing-wrap {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto !important;
	gap: 100px;
}

.financing-wrap.col {
	padding: 0 100px 100px 100px;
}

.financing-wrap h2 {
	padding: 100px 100px 0 100px;
	color: #061C79;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.financing-left-p {
	color: #000;
	font-family: "Work Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 18px;
}

.financing-left-p::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 100%;
	background: #000;
	left: 0;
	top: 0;
}	

.left-regular-p {
	color: #000;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 20px 0;
}

.financing-option {
	border-radius: 20px;
	background: #FFF;
	display: flex;
	flex-direction: column;
}
.financing-option > div:first-of-type {
	flex:1;
}
.financing-option figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	height: 100%;
}

.financing-option-title {
	color: #061C79;
	text-align: center;
	font-family: "Work Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 20px 5px;
}

.financing-option p {
	width: 100%;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	background-color: #061C79;
	border-radius: 0 0 20px 20px;
	padding: 10px;
	margin:0;
}
.financing-option p a {
	color: #FFF;
}

.financing-right-p {
	color: #061C79;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding-left: 18px;
	position: relative;
	margin-bottom: 60px;
}

.financing-right-p::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 100%;
	background: #061C79;
	left: 0;
	top: 0;
}

.form-wrapper {
	border-radius: 15px 15px 0px 0px;
	background: #FFF;
	padding: 20px;
}
.form-wrapper *,
.contact-page-container form *,
.simple-page-content form * {
	margin: 0;
}
.form-wrapper form,
.contact-page-container form,
.simple-page-content form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.form-input {
	border-radius: 10px;
	background: #F4F4F4;
	padding: 10px;
	width: 100%;
}

.form-input > p {
	display: flex;
	gap: 10px;
	align-items: end;
}

.form-input label {
	color: rgba(0, 0, 0, 0.56);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
}

.form-input input {
	border: none;
	border-bottom: 1px solid #000;
	background: none;
	border-radius: 0;
	width: 100%;
	max-width: 100%;
	color: #000;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.form-row {
	display: flex;
	gap: 20px;
	width: 100%;
}

.form-input select {
	
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTQgNyIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTEuMzMzMzQgMC41TDcuMzMzMzQgNi41TDEzLjMzMzMgMC41IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-size: 14px 7px;
	border: none;
	border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 3px 25px 3px 3px;
    color: #000;
    cursor: pointer;
	width: 100%;
	color: #000;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.contact-page-container input[type="submit"],
.form-wrapper input[type="submit"],
.simple-page-content input[type="submit"]{
	border-radius: 40px;
	background-color: #061C79;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE3IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTYuNzA3MSA4LjY2NTExQzE3LjA5NzYgOC4yNzQ1OSAxNy4wOTc2IDcuNjQxNDMgMTYuNzA3MSA3LjI1MDlMMTAuMzQzMSAwLjg4Njk0QzkuOTUyNjIgMC40OTY0MTYgOS4zMTk0NiAwLjQ5NjQxNiA4LjkyODkzIDAuODg2OTRDOC41Mzg0MSAxLjI3NzQ2IDguNTM4NDEgMS45MTA2MyA4LjkyODkzIDIuMzAxMTVMMTQuNTg1OCA3Ljk1ODAxTDguOTI4OTMgMTMuNjE0OUM4LjUzODQxIDE0LjAwNTQgOC41Mzg0MSAxNC42Mzg2IDguOTI4OTMgMTUuMDI5MUM5LjMxOTQ2IDE1LjQxOTYgOS45NTI2MiAxNS40MTk2IDEwLjM0MzEgMTUuMDI5MUwxNi43MDcxIDguNjY1MTFaTTAgOC45NTgwMUgxNlY2Ljk1ODAxSDBWOC45NTgwMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: right 25px top 50%;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 15px 55px 15px 30px;
	cursor: pointer;
}
.form-wrapper .wpcf7-response-output {
	margin:0 !important;
}
.contact-page-container form > p:last-of-type,
.form-wrapper form > p:last-of-type,
.simple-page-content form > p:last-of-type {
	display: flex;
	flex-direction: row-reverse;
	justify-content: end;
	gap: 20px;
	align-items: center;
}

.row-resp-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
}
.row-resp-2 .video-wrapper,.row-resp-2 .video-wrapper iframe {
	height: auto;
	min-height: 400px;
}

.row-resp-2 .description {
	font-weight: 300 !important;
	font-size: 16px
}

.program-kursu h2 {
	color:  #061C79;
}

@media screen and (max-width: 1500px){
	.col-mobile {
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	.home-hero p {
		max-width: 100%;
	}
	.home-hero h1 {
		font-size: 80px;
	}
}
.align-center {
	align-items: center;
	display: flex;
	margin: 0;
}
.align-center p {
	margin: 20px 0;
}

@media screen and (max-width: 1700px){
    .recommended-courses, .home-hero, .store-wrapper, .financing-wrap.col, .financing-wrap h2, .we-help-improve-container {
        padding-left: 20px;
        padding-right: 20px;
    }
	.financing-wrap h2 {
		font-size: 35px;
	}
	.swiper-cities {
		margin: 20px 20px 60px;
	}
	.product-basic-content, .course-description {
		padding: 40px 20px 60px;
	}
	.product-basic-content h1 {
		font-size: 50px;
	}
}

a.interesting-course {
	display: grid;
	grid-template-rows: auto 1fr;
}


.col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}
.checkout .col2-set {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
}





@media screen and (max-width: 800px){
	.home-hero h2 {
		font-size: 50px;
	}
	.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
		float: unset;
	}
.col2-set {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
	row-gap: 50px;
}
	.product-basic-content h1 {
		font-size: 40px;
	}
	.store-p {
		font-size: 30px;
	}
	.home-hero h1 {
		font-size: 60px
	}
	.select-container {
		width: 100%;
	}
	.store-wrapper {
		border-radius: 30px 30px 0px 0px;
	}
	.store-products .store-grid, .interesting-courses, a.interesting-course {
		display: flex;
		flex-direction: column;
	}
	.interesting-courses, .store-products, .kursy-wrapper {
		padding: 0 !important;
		background-color: transparent !important;
	}

	.course-info-data, .product-content {
		background: #F4F4F4 !important;
		border-radius: 0 0 10px 10px;
	}
	.comments-wrapper h2, .cooworking-companies-wrapper h2 {
		font-size: 30px;
		margin: 0;
	}
	.comments-wrapper {
		padding: 40px 20px;
	}
	.we-help-improve h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 500px){
	.financing-wrap h2 {
		font-size: 25px;
	}
	.financing-left-p {
		font-size: 20px;
	}
	.home-courses-header {
		font-size: 30px;
	}
	.interesting-wrapper h2 {
		font-size: 30px;
	}
	.interesting-course .wrapper,
	.product .wrapper 
	{
		flex-direction: column;
		border-radius: 10px;
		overflow: hidden;
	}
	.soonest, .price {
		border-radius: 0 !important;
	}
	.price {
		flex-direction: row-reverse;
		justify-content: start !important;
	}
	.instructor div p:nth-child(2){
		font-size: 15px;
	}
}

@media screen and (max-width: 400px){
	.home-hero h1 {
		font-size: 50px;
		text-align: center;
	}
	.product-basic-content h1 {
		font-size: 30px;
	}
	.home-hero h2 {
		font-size: 30px;
		text-align: center;
	}
	.home-hero p {
		font-size: 14px;
	}
	.timetable-button a, .trainings-button a {
		font-size: 14px;
	}
	.home-store-cities .swiper-slide, .city-wrapper {
		width: 200px;
		height: 200px !important;
		position: relative;
		cursor: pointer;
	}
}
.home-hero {
	overflow: hidden;
}

@media screen and (max-width: 1300px){
	.financing-option-title {
		font-size: 20px;
		padding: 20px 10px;
	}
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	display: none;
}
.col2-set .col-2 {
	width: 100% !important;
}

.woocommerce-privacy-policy-text {
    font-size: 12px;
    margin-bottom: 20px;
}


.how-course-looks .video-wrapper {
	max-height: 435px;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}
.how-course-looks .video-container {
	max-height: 400px;

}
.how-course-looks .video-wrapper video {
	width: 100%;
	height: 100%;
	max-height: 400px;
	object-fit: contain;
	
}

.how-course-looks .video-wrapper .swiper-pagination {
	bottom: 0;
	width: 100%;
	display: flex;
	gap: 10px;
}

.how-course-looks .video-wrapper .swiper-pagination-bullet {
	background: #fff;
	width: 100%;
	border-radius: 0;
	height: 30px;
	margin:0 !important;
}

.program-wrapper {
	display: flex;
}

.program-wrapper .program-list ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
}

.program-wrapper .program-list li {
	text-wrap: nowrap;
	border: 2px solid #606FB6;
	padding: 5px 30px;
	color: #000;
	font-family: "Work Sans";
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}



.program-wrapper .program-list li.active {
	background-color: #606FB6;
	color: #FFF;
}



.program-content {
	border: 1px solid #061C79;
	padding: 20px;
	width: 100%;
}

.program-content .program-item {
	display: none;
}

.program-content .program-item.active {
	display: block;
}

.program-content * {
	margin:0;
}
.instructors-opinions {
	padding: 60px 100px;
}
.instructors-opinions h2 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.instructor-opinion {
	display: grid;
	grid-template-columns: auto auto;
}
.instructors-opinions-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.instructor-opinion .instructor-name {
	color: #000;
	font-family: "Work Sans";
	font-size: 29px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-wrap: nowrap;
	background-color: white;
	align-self:start;
	border: solid 1px black;
	border-right: none;
	position: relative;
}

.instructor-opinion .instructor-name::after {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100%);
	background: white;
	top: 0px;
	right:-1px;
}

.instructor-opinion .instructor-name .instructor {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 5px 20px;
}

.instructor-opinion .instructor-name .instructor >div {
	display: flex;
	flex-direction: column;
}
.instructor-opinion .instructor-name img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.instructor-opinion .instructor-name .label {
	color: rgba(0, 0, 0, 0.56);
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.instructor-opinion .opinion {
	border: solid 1px black;
	padding: 20px;
}

.instructor-opinion .opinion * {
	margin:0;
}

.product-faq {
	padding: 60px 100px;
}

.product-faq h2 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;

}
.faq-wrapper {
	display: flex;
	flex-direction: column;
}

.faq-wrapper .faq-item {
	border: 2px solid #606FB6;
	
	color: #000;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 5px;
}
.faq-wrapper .faq-item .question {
	cursor: pointer;
	padding: 10px 20px;
}
.faq-wrapper .faq-item .answer {
	display: none;
	color: #061C79;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color: white;
	padding: 20px 30px;
	animation: toggle 0.5s ease-in-out;
}

.faq-wrapper .faq-item.active .answer {
	display: block;
}
.faq-wrapper .faq-item.active .question {
	background-color: #606FB6;
	color: #FFF;
}
@keyframes toggle {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (width < 800px) {
	.instructor-opinion {
		grid-template-columns: auto;
	}
	.instructor-opinion .instructor-name {
		border-right: solid 1px black;
		font-size: 20px;
	}
	.instructor-opinion .instructor-name .label {
		font-size: 15px;
	
	}
	.instructor-opinion .instructor-name::after {
		display: none;
	}

	.product-faq {
		padding: 60px 20px;
	}

}

.courses-slider-cities {
	background-color: #061C79;
}

.courses-slider-cities-wrapper {
	padding: 60px 100px;
}

.courses-slider-cities h2 {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

.courses-store {
	
	
	background: #061C79;
}

.courses-store-wrapper {
	border-radius: 150px 150px 0px 0px;
	background-color: white;
	padding: 60px 100px;
	max-width: 1920px;
	margin: 0 auto;
}

@media (width < 800px) {
	.courses-store-wrapper {
		padding: 60px 20px;
		border-radius: 30px 30px 0px 0px;
	}
	.courses-slider-cities h2 {
		font-size: 30px;
	}
	.courses-slider-cities-wrapper {
		padding: 60px 20px;
	}
}

.error-404.not-found {
	background-color: #061C79;
	width: 100%;
}

.wrapper-404 .page-header{
	padding: 60px 100px;
}

.wrapper-404 .page-header h1 {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.wrapper-404 .page-header p {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wrapper-404 .page-content {
	padding: 60px 100px;
	background-color: white;
	border-radius: 150px 150px 0px 0px;
}

.wrapper-404 .page-content h2 {
	color: #061C79;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

@media (width < 800px) {
	.wrapper-404 .page-header {
		padding: 60px 20px;
	}
	.wrapper-404 .page-header h1 {
		font-size: 30px;
	}
	.wrapper-404 .page-header p {
		font-size: 20px;
	}
	.wrapper-404 .page-content {
		padding: 60px 20px;
		border-radius: 30px 30px 0px 0px;
	}
	.wrapper-404 .page-content h2 {
		font-size: 30px;
	}
}

.form-row a {
	text-decoration: underline;
}

.contact-page-wrapper {
	background-color: #061C79;
	width: 100%;
}
.contact-page-wrapper h1 {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 100px;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
}
.contact-page-container {
	padding: 60px 100px;
	border-radius: 150px 150px 0px 0px;
	background-color: white;
}

.contact-type {
	background-color: #061C79;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
}

.contact-type a {
	color: white
}

.contact-us-p {
	color: #000;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 18px;
}

.contact-us-p::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 100%;
	background: #000;
	left: 0;
	top: 0;
}
.contact-type-p {
	color: #061C79;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 18px;
	margin-bottom: 20px;
}

.contact-type-p::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 100%;
	background: #061C79;
	left: 0;
	top: 0;
}

.learn-more-p {
	color: #061C79;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 18px;
	margin-bottom: 60px;
}

.learn-more-p::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 100%;
	background: #061C79;
	left: 0;
	top: 0;
}

@media (width < 800px) {
	.contact-page-container {
		padding: 60px 20px;
		border-radius: 30px 30px 0px 0px;
	}
	.contact-page-wrapper h1 {
		font-size: 30px;
	}
	.contact-us-p {
		font-size: 20px;
	}
	.contact-type-p {
		font-size: 25px;
	}
	.learn-more-p {
		font-size: 20px;
	}
}

.simple-page {
	background-color: #061C79;
}

.simple-page h1 {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 100px;
}

.simple-page-content {
	padding: 60px 100px;
	border-radius: 150px 150px 0px 0px;
	background-color: white;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto !important;
}

.about-us-info {
	border-radius: 20px;
	background: #1A2E86;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px !important;
}
.about-us-info * {
	margin:0;
}

.about-us-info p {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.about-us-info h3 {
	color: #FFF;
	font-family: "Work Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.about-us-wrapper {
	gap: 200px;
}

.about-us-header {
	color: #000;
	font-family: "Work Sans";
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (width < 800px) {
	.simple-page-content {
		padding: 60px 20px;
		border-radius: 30px 30px 0px 0px;
	}
	.simple-page h1 {
		font-size: 40px;
	}
	.about-us-info p {
		font-size: 30px;
	}
	.about-us-info h3 {
		font-size: 20px;
	}
	.about-us-header {
		font-size: 30px;
	}
	.about-us-wrapper {
		gap: 20px;
	}
	.about-us-info {
		margin-top: 20px !important;
	}
	.comments-wrapper .comments {
		flex-direction: column;
	}
}

.rounded-20 img {
	border-radius: 20px;
}

.about-us-header.right {
	width: 100%;
	text-align: right;
	margin-top: 50px;
}

.container-research {
	padding: 10px 30px;
	background: rgba(96, 111, 182, 0.27);
	margin:0;
}

.research-wrapper {
	display: flex;
	align-items: stretch;
	margin:0;
	margin-bottom: 20px;
	gap: 20px;
}

.research-wrapper .container-research {
	height: 100%;
	display: flex;
	align-items: center;
}

.financing-cart {
	background: rgba(96, 111, 182, 0.27);
	margin-bottom: 10px;
}

.financing-cart > div {
	display: flex;
	padding: 20px 30px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}

.financing-cart * {
	margin:0;
}

.simple-page h2:not(:first-of-type) {
	margin: 100px 0 60px;
}

.exclamation-container {
	background-color: #061C79;
	padding: 20px;
	color: #FFF;
	text-align: justify;
	font-family: "Work Sans";
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	gap: 20px;
}

.separator-60 {
	margin: 60px 0 0 0 !important;
}

.stock-info {
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 5px;
	background: #EDAB00;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 5px 10px;
	color: #FFF;
	font-family: "Work Sans";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.stock-info .label {
	color: rgba(255, 255, 255, 0.89);
	font-family: "Work Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.stock-info.empty {
	background: #9e1111;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    grid-area: 1 / 1 / 1 / 3;
}

div#payment {
    margin-top: 20px;
}

select#reg_interests {
    border: none;
    padding: 20px;
    border-bottom: 2px solid black;
    margin-top: 10px;
}
.woocommerce-form .select-container select {
	width: 100%;
}


.woocommerce-checkout .woocommerce {
	padding: 20px;
}

@media screen and (max-width: 1000px){
	form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr !important;
		row-gap: 50px;
	}
}

select#reg_specialization {
    padding: 10px;
    border: none;
    border-bottom: 2px solid;
}
.nobg {
	border-radius: 0 !important;
}
.margintop20 {
	margin-top: 20px;
}

/* Submenu */

ul.sub-menu {
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

.menu-item-has-children > a::after {
	content: '\25BC';
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
.menu-item-has-children:hover > a::after {
	content: '\25B2';
}

.menu-item-has-children > a::after {
	color: #061C79;
}
.nav-wrapper a[aria-current="page"]::after {
    color: white;
}

.main-navigation li:hover ul.sub-menu {
	display: flex;
}
.main-navigation ul ul {
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none !important;
	flex-direction: column;
	gap: 10px;
}
@media screen and (min-width: 900px){
	.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;
		display: flex !important;
		flex-direction: column;
		gap: 10px;
	}
}
.hover-state .sub-menu {
	display: flex !important;
	gap: 10px !important;
	margin-left: 20px;
}
.store-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px; /* Adjust the gap between items as needed */
}

span.optext {
    background: #061C77 !important;
    color: white;
}
.multiselect-dropdown-list label {
    color: black;
}
.multiselect-dropdown {
    border: none !important;
	cursor: pointer !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    margin-top: 10px !important;
}
label {
    cursor: pointer;
}
.cooworking-companies .swiper-wrapper {
	align-items: center;
}
.wpcf7-radio {
    display: flex;
    gap: 10px;
    margin-top: 5px !important;
}
.form-row.simple {
    padding: 10px 20px;
    background: #f4f4f4;
    border-radius: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: none;
    border-bottom: 1px solid black;
    background: transparent;
    margin-top: 10px;
}
.sub-menu, .sub-menu li, .sub-menu li a {
	width: 100% !important;
}
.sub-menu li a {
	padding: 10px 15px;
}
button:hover {
    cursor: pointer;
    filter: brightness(0.9);
}


.field-group {
    padding: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
	row-gap: 20px;
    column-gap: 20px;
}
.field-group .form-field > * {
	display: block;
}
.field-group .form-field {
	background: #FBFBFB
}
.field-group .form-field input, .field-group .form-field select, .field-group .form-field textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid black;
	border-radius: 0;
	width: 100%;
}
.field-group .form-field input, .field-group .form-field select {
	height: 40px;
}
.field-group .form-field label {
    color: white;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #061c79;
}
.field-group .form-field {
	border-radius: 10px;
	overflow: hidden;
}
.field-group .input-wrapper {
    padding: 10px 20px;
}
#dynamic-form input[type="submit"] {
    width: 100%;
    padding: 20px;
    background: #061c79;
    border-radius: 200px;
    color: white;
    font-weight: 600;
    border: none;
}
.coworkh2 {
	color: #061C79;
    text-align: start;
    font-family: "Work Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 50px;
}

@media screen and (max-width: 1000px){
	.field-group {
		grid-template-columns: 1fr;
	}	
}