@charset "UTF-8";
/*! 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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  height: auto;
  width: 100vw;
  max-width: 100vw;
}

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

body {
  font-family: "Roboto", sans-serif;
}

h1, h2 {
  font-size: 2.625rem;
  color: #000000;
  margin: 0;
  line-height: 1.2em;
}
h1 span, h2 span {
  color: #F87721;
}

h2 {
  font-size: 2rem;
}

main > h1,
main > h2 {
  text-align: center;
  margin: 0.5em 0;
}

.major-title {
  font-size: 4rem;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #000000;
}

.banner .major-title {
  margin: 0;
  color: #FFFFFF;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
  color: #F87721;
}

p {
  color: #838383;
  font-size: 1rem;
  line-height: 1.5em;
}

main > p {
  text-align: center;
  max-width: 720px;
  margin: 1em auto;
}

.small {
  font-size: 1rem;
  letter-spacing: 0.5em;
}

.talking-center,
.talking-left,
.talking-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.talking-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.talking-left {
  max-width: 520px;
  text-align: left;
}

.talking-right {
  max-width: 520px;
  text-align: right;
}

.talking-paragraphs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 2rem;
  }

  .major-title {
    font-size: 3.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
*, ::before, ::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*::selection {
  background-color: #F87721;
  color: #FFFFFF;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

.center {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: #F87721;
}

main {
  background-position: center top;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
}

#error .verticalCenter {
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-top: 20px;
  font-size: 16px;
  min-height: 40vh;
  justify-content: center;
  text-align: center;
}
#error .verticalCenter h1 {
  margin-bottom: 25px;
}
#error .verticalCenter .info-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50vw;
}
@media (max-width: 1200px) {
  #error .verticalCenter .info-summary {
    flex-direction: column;
    max-width: 75vw;
    gap: 25px;
  }
}
#error .verticalCenter .info-summary img {
  height: 150px;
}
#error .verticalCenter .info-summary p {
  text-align: center;
}

.error-message ul li {
  list-style: none;
  padding: 0.625em 0.5em;
  border-radius: 5px;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  filter: brightness(0.85);
}

main > .btn {
  display: block;
  margin: 0 auto;
}

main > a.btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #F87721;
  cursor: pointer;
  padding: 0.725em 1.25em;
  border-radius: 5px;
  transition: background-color 0.5s ease;
}
.btn.success {
  background-color: #28a745;
}
.btn.error {
  background-color: #dc3545;
}
.btn.alt {
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #F87721;
}
.btn.tag {
  color: #005EA8;
  background-color: #FFFFFF;
  font-weight: normal;
}
.btn:hover {
  filter: brightness(95%);
}
.btn:active, .btn.nice-select.open {
  filter: brightness(90%);
}

.btn-login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
  background-color: #FFFFFF;
  padding: 1.07em 1.42em;
  border-radius: 5px;
}
.btn-login:hover {
  filter: brightness(95%);
}
.btn-login:active, .btn-login.nice-select.open {
  filter: brightness(90%);
}

.btn-logout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
  background-color: #FFFFFF;
  padding: 1.07em 1.42em;
  border-radius: 5px;
  margin-left: 5px;
}
.btn-logout i {
  padding: 0 !important;
  font-size: 19px !important;
}
.btn-logout:hover {
  filter: brightness(95%);
}
.btn-logout:active, .btn-logout.nice-select.open {
  filter: brightness(90%);
}

header.style-two .header-desktop .btn-login {
  color: #FFFFFF;
  background-color: #005EA8;
}

[class*=icon]:before,
[class*=icon]:after {
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background: center/contain no-repeat;
}

.icon-custom-login:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/user.svg);
  margin-right: 10px;
}

header.style-two .header-desktop .icon-custom-login:before {
  background-image: url(../img/icons/user-white.svg);
}

.icon-custom-search:before {
  content: "";
  width: 43px;
  height: 43px;
  background-image: url(../img/icons/search.svg);
}

.icon-custom-reception:before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../img/icons/reception.svg);
}

header .fas {
  font-size: 1.5rem;
  cursor: pointer;
}

.icon-custom-blackboard:before {
  content: "";
  background-image: url(../img/icons/blackboard.svg);
  height: 1em;
  width: 1em;
}

.icon-custom-briefcase:before {
  content: "";
  background-image: url(../img/icons/briefcase.svg);
  height: 1em;
  width: 1em;
}

.icon-custom-akip:after {
  content: "";
  background-image: url(../img/icons/akip-dark.svg);
  width: 1.5rem;
  height: 1.5rem;
  margin: -2px 0 -6px 6px;
  filter: saturate(0);
}

.icon-custom-akip:hover:after {
  background-image: url(../img/icons/akip.svg);
  filter: none;
}

.icon-custom-map-pin:before {
  content: "";
  background-image: url(../img/icons/map-pin.svg);
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}

.icon-custom-circle-arrow:after {
  content: "";
  background-image: url(../img/icons/circle-arrow.svg);
  width: 1.25em;
  height: 1.25em;
}
.icon-custom-circle-arrow:hover:after, .icon-custom-circle-arrow.selected:after {
  background-image: url(../img/icons/circle-arrow-alt.svg);
}

.icon-list-plus li:before {
  content: "";
  background-image: url(../img/icons/plus.svg);
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  position: absolute;
  left: -1.25em;
}

.icon-custom-email:before {
  content: "";
  background-image: url(../img/icons/email.svg);
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.25em;
}

.icon-custom-tel:before {
  content: "";
  background-image: url(../img/icons/tel.svg);
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.25em;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea {
  color: #000000;
  background-color: #FFFFFF;
  padding: 0.625em 0.5em;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=password]:focus-visible,
input[type=number]:focus-visible,
textarea:focus-visible {
  outline: none;
  border-color: #000000;
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

textarea {
  text-align: left;
  resize: none;
}

label {
  color: #444;
  font-size: 1rem;
  line-height: 1.5em;
  /*display: block;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}

input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=checkbox]:before {
  content: "";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  font-family: "Font Awesome 6 Free";
  color: #F87721;
  box-shadow: inset 0 0 0 1px #E3E3E3;
  margin-right: 0.33em;
  border-radius: 5px;
  cursor: pointer;
}

input[type=checkbox]:hover:not(:checked):before {
  content: "";
  color: #FFFFFF;
  background-color: #fddbc4;
  box-shadow: none;
}

input[type=checkbox]:checked:before {
  content: "";
  color: #FFFFFF;
  background-color: #F87721;
  box-shadow: none;
}

input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #FFFFFF;
  border-radius: 999px;
  border: 1px solid #E3E3E3;
  box-shadow: inset 0 0 0 0.25em #FFFFFF;
  cursor: pointer;
  margin-right: 0.33em;
}
input[type=radio]:focus-visible, input[type=radio]:focus {
  outline: none;
}
input[type=radio]:checked {
  background-color: #F87721;
}
input[type=radio]:hover:not(:checked) {
  background-color: #fddbc4;
}

.search-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 2.75em 1.875em;
  border-radius: 10px;
  background: linear-gradient(90deg, white 0%, white 60%, #d6d6d5 100%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.search-bar input:focus-visible,
.search-bar .nice-select:focus {
  border-color: inherit;
}
.search-bar .search-bar-title {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  color: #F87721;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}
.search-bar .search-bar-params {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  width: 100%;
}
.search-bar.course-filter .search-bar-params {
  grid-template-columns: 1fr 1fr;
}

.mobile-search-bar {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  padding: 1rem;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  border-radius: 0 0 5px 5px;
  transition: 0.1s ease-in-out;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  z-index: 110;
}
.mobile-search-bar.open {
  transform: translateY(0);
}
.mobile-search-bar input, .mobile-search-bar .nice-select {
  width: 100%;
  color: #000000;
}
.mobile-search-bar .cntrls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5px;
}
.mobile-search-bar .cntrls span {
  color: #F87721;
  font-weight: bold;
}
.mobile-search-bar .cntrls .fas {
  color: #000000;
  font-size: 1.75rem;
}

.nice-select {
  color: #000000;
  float: none;
}

@media (max-width: 1199px) {
  .search-bar {
    width: unset;
  }
  .search-bar .search-bar-title {
    font-size: 0;
  }
  .search-bar .nice-select {
    min-width: 200px;
  }
}
@media (max-width: 1023px) {
  input[type=checkbox]:hover:not(:checked):before {
    background-color: inherit;
    box-shadow: inset 0 0 0 1px #E3E3E3;
  }

  .search-bar {
    display: none;
  }
}
.invalid {
  border: 1px solid #dc3545 !important;
  background-color: #dc354550;
}

.nice-select {
  font-size: 1rem;
  padding: 0 0.5em;
}

.nice-select .list {
  width: 100%;
}

.brands {
  /* Arrows */
}
.brands .slick-list {
  width: calc(100% - 110px);
  margin: 0 auto;
}
.brands .slick-prev,
.brands .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 160px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  border-radius: 10px;
  outline: none;
  background: white;
  opacity: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1023px) {
  .brands .slick-prev,
.brands .slick-next {
    width: 40px;
    height: 100px;
  }
}
.brands .slick-prev:not(.slick-disabled):hover,
.brands .slick-next:not(.slick-disabled):hover {
  opacity: 75%;
}
.brands .slick-prev:not(.slick-disabled):active, .brands .slick-prev.nice-select.open:not(.slick-disabled),
.brands .slick-next:not(.slick-disabled):active,
.brands .slick-next.nice-select.open:not(.slick-disabled) {
  opacity: 100%;
}
.brands .slick-prev:hover:before,
.brands .slick-prev:focus:before,
.brands .slick-next:hover:before,
.brands .slick-next:focus:before {
  opacity: 1;
}
.brands .slick-prev.slick-disabled,
.brands .slick-next.slick-disabled {
  background-color: yellow;
  background-color: #ccc;
}
.brands .slick-prev.slick-disabled:before,
.brands .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.brands .slick-prev:before,
.brands .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: black;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.brands .slick-prev {
  left: 0px;
}
.brands [dir=rtl] .slick-prev {
  right: 0px;
  left: auto;
}
.brands .slick-prev:before {
  content: "<";
}
.brands [dir=rtl] .slick-prev:before {
  content: ">";
}
.brands .slick-next {
  right: 0px;
}
.brands [dir=rtl] .slick-next {
  right: auto;
  left: 0px;
}
.brands .slick-next:before {
  content: ">";
}
.brands [dir=rtl] .slick-next:before {
  content: "<";
}

/*------------------------------------*/
.review-container {
  /* Arrows */
}
.review-container .slick-prev,
.review-container .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 50px;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: red;
  z-index: 99;
}
.review-container .slick-prev:hover,
.review-container .slick-prev:focus,
.review-container .slick-next:hover,
.review-container .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.review-container .slick-prev:hover:before,
.review-container .slick-prev:focus:before,
.review-container .slick-next:hover:before,
.review-container .slick-next:focus:before {
  opacity: 1;
}
.review-container .slick-prev.slick-disabled:before,
.review-container .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.review-container .slick-prev:before,
.review-container .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.review-container .slick-prev {
  left: 0px;
}
.review-container .slick-prev:before {
  content: "Prev";
}
.review-container .slick-next {
  right: 0px;
}
.review-container .slick-next:before {
  content: "Next";
}

.stars-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 3px;
  color: #F87721;
  font-size: 1.1rem;
}

#autocomplete {
  position: relative;
  z-index: 99;
}
#autocomplete .produkt-in .fa-times {
  cursor: pointer;
}
#autocomplete .produkt-in i {
  right: 15px;
  color: #C7232F;
  position: absolute;
}
@media (min-width: 1200px) {
  #autocomplete .produkt-in i {
    top: 50%;
    transform: translateY(-50%);
  }
  #autocomplete .produkt-in i.fa-spin {
    top: 12px;
  }
}
@media (max-width: 1200px) {
  #autocomplete .produkt-in i {
    top: 9px;
  }
}
#autocomplete .panel-footer {
  background: white;
  border-radius: 0 0 3% 3%;
  padding: 0 5px;
  position: absolute;
  width: 100%;
}
#autocomplete .panel-footer a {
  text-decoration: none;
  color: #676767;
  font-size: 13px;
  line-height: 18px;
  overflow: auto;
}
#autocomplete .panel-footer .list-group {
  list-style: none;
  display: block;
}
#autocomplete .panel-footer .list-group .list-item {
  padding: 5px;
  height: 45px;
}
#autocomplete .panel-footer .list-group .list-item:hover {
  background-color: #ebeff3;
  border-radius: 0;
}
#autocomplete .panel-footer .list-group .list-item a {
  text-decoration: none;
  color: #676767;
  font-size: 13px;
  line-height: 18px;
  overflow: unset;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#autocomplete .panel-footer .list-group .list-item a img {
  border: 1px solid #e5e5e5;
  display: block;
  float: left;
  max-width: 47px;
  margin-right: 12px;
  max-height: 41px;
  overflow: hidden;
}
#autocomplete .panel-footer .list-group .list-item a span {
  display: block;
}
#autocomplete .panel-footer .categories {
  padding: 0 5px;
}
#autocomplete .panel-footer .categories h4 {
  color: #5e5e5e;
  font-size: 11px;
  margin-top: 10px;
}
#autocomplete .panel-footer .categories .category-links {
  display: flex;
}
#autocomplete .panel-footer .categories .category-links a:not(:first-child)::before {
  content: "/";
  margin: 0 5px;
}
#autocomplete .panel-footer .categories .category-links a:hover {
  text-decoration: underline;
}
#autocomplete .panel-footer .btn-all {
  background: #C7232F;
  color: #fff !important;
  border-radius: 50px;
  font-size: 14px;
  padding: 0.5rem 40px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
  margin: 10px 20px 15px;
  display: block;
}
#autocomplete .panel-footer .btn-all:hover {
  filter: brightness(0.9);
}

.popup-open #autocomplete {
  z-index: 0;
}

.articles-wrapper {
  position: relative;
}

.articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

article {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: 0.17s ease-in-out;
  max-width: 380px;
}
article:hover {
  transform: scale(1.01);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
article .thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  filter: brightness(80%);
  background: center/cover no-repeat;
}
article .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
  display: block;
  visibility: hidden;
}
article .article-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
  padding: 1rem 1.25rem 2.375rem;
}
article h3 {
  font-size: 1.5rem;
  text-decoration: none;
  color: #F87721;
}
article .thumbnail h3 {
  font-size: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 100%;
  max-height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
article p {
  text-decoration: none;
}
article span {
  font-size: 1rem;
  color: #838383;
  font-weight: bold;
}

.articles.style-one article {
  text-align: center;
}
.articles.style-one article .thumbnail {
  filter: unset;
}
.articles.style-one article .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.articles.style-one article .thumbnail h3 {
  z-index: 2;
}
.articles.style-one article .article-content {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 5px solid #F87721;
  background-color: #FFFFFF;
}
.articles .article-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articles.style-two {
  text-align: left;
}
.articles.style-three {
  text-align: left;
}
.articles.style-three article:nth-child(3n+1) .article-content {
  border-top: 5px solid #F87721;
}
.articles.style-three article:nth-child(3n+1) .article-content h3 {
  color: #F87721;
}
.articles.style-three article:nth-child(3n+2) .article-content {
  border-top: 5px solid #EF487C;
}
.articles.style-three article:nth-child(3n+2) .article-content h3 {
  color: #EF487C;
}
.articles.style-three article:nth-child(3n+3) .article-content {
  border-top: 5px solid #005EA8;
}
.articles.style-three article:nth-child(3n+3) .article-content h3 {
  color: #005EA8;
}

@media (max-width: 1199px) {
  .articles {
    padding: 0 10px;
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .articles {
    justify-items: center;
  }

  article .thumbnail h3 {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .articles {
    grid-template-columns: 1fr 1fr;
  }

  article .article-content {
    padding: 1em;
  }
}
@media (max-width: 575px) {
  article .thumbnail h3 {
    font-size: 1rem;
  }
  article .article-content {
    padding: 0.5em;
  }
  article .article-content p {
    line-height: 1.25em;
  }
}
@media (max-width: 349px) {
  .articles {
    grid-template-columns: 1fr;
  }
}
footer .partners-and-sponsors {
  text-align: center;
  height: 582px;
  background-image: url("../img/backgrounds/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 126px;
  gap: 88px;
}
footer .contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.5rem 0;
}
footer nav img {
  height: 96px;
}

.brands .brand {
  margin-left: 45px;
  margin-right: 45px;
}
.brands img {
  height: 50px;
}

.reception {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
}
.reception .reception-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reception h4,
.reception h4 a {
  font-size: 1.25rem;
  color: #F87721;
}

.bottom-bar {
  background-color: #E3E3E3;
}

.bottom-bar-inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap-reverse;
}

.socials {
  font-size: 1.5rem;
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.socials,
.socials a {
  color: #555555;
}

/*------SOCIALS HOVER COLORS------*/
.fa-twitter:hover {
  color: #1da1f2;
}

.fa-facebook-f:hover {
  color: #3b5998;
}

.fa-youtube:hover {
  color: #ff0000;
}

.fa-linkedin:hover {
  color: #0a66c2;
}

.fa-pinterest-p:hover {
  color: #bd081c;
}

.fa-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.akip {
  text-align: center;
  padding-bottom: 0.5rem;
}
.akip a {
  color: #555555;
}
.akip a:hover {
  color: #8ABB2A;
  color: #F87721;
}

@media (max-width: 1023px) {
  .brands .brand {
    margin-left: 15px;
    margin-right: 15px;
  }

  .bottom-bar-inside {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
header {
  color: #FFFFFF;
}
header .header-desktop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 23px 0;
  color: #FFFFFF;
}
header.style-two .header-desktop {
  background-color: #E8E8E8;
  max-width: unset;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: calc((100vw - 1200px) / 2);
  color: #000000;
}
header .header-mobile {
  display: none;
}

header img {
  height: 3.75rem;
}

@media (max-width: 1023px) {
  header img {
    height: 2rem;
    filter: saturate(0) brightness(100);
  }
  header .header-desktop {
    display: none;
  }
  header .header-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  header .mobile-side-menu {
    position: fixed;
    top: 0;
    left: -80vw;
    height: 100vh;
    width: 80vw;
    max-width: 400px;
    background-color: #FFFFFF;
    display: block;
    overflow-y: auto;
    z-index: 999;
    transition: 0.2s ease-in-out;
  }
  header .mobile-side-menu a, header .mobile-side-menu a:visited {
    color: #000000;
  }
  header.style-two {
    color: #000000;
  }
  header.style-two img {
    filter: brightness(0);
  }
  header.style-two .header-mobile {
    background-color: #E8E8E8;
    padding: 1em 1em 0.5em 1em;
  }
}
html.mobile-side-menu-on {
  overflow: hidden;
  position: relative;
}
html.mobile-side-menu-on:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  pointer-events: none;
}
html.mobile-side-menu-on .mobile-side-menu {
  left: 0;
}

.our-location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.map {
  position: relative;
}

.map-icon {
  width: 22px;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.map-icon:hover {
  box-shadow: 0 0 0 3px #F87721;
}
.map-icon.icon-selected {
  width: 44px;
  box-shadow: 0 0 0 3px #F87721;
  background-color: #F87721;
}

#map-bg {
  width: 548px;
  pointer-events: none;
}

#czech-republic {
  top: 295px;
  left: 200.5px;
}

#united-kingdom {
  top: 245px;
  left: 110px;
}

#germany {
  top: 284px;
  left: 154px;
}

#italy {
  top: 337px;
  left: 131px;
}

#spain {
  top: 380px;
  left: 69px;
}

#italy {
  top: 369px;
  left: 212px;
}

#ukraine {
  top: 301px;
  left: 300px;
}

#finland {
  top: 110px;
  left: 290px;
}

.country {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 420px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.country .country-thumbnail {
  height: 227px;
}

.country-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 1rem;
}
.country-details h3 {
  color: #F87721;
}

.country-stats {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.country-stats > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 7px;
}

.country-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  gap: 5px;
}

.country-thumbnail {
  background: center/cover no-repeat;
}

@media (max-width: 1023px) {
  .our-location {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 4em;
  }

  .map {
    margin-left: 10px;
    margin-right: 10px;
  }

  .country {
    width: unset;
    max-width: 420px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
header nav,
footer nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.825rem;
  white-space: nowrap;
}
header nav a,
footer nav a {
  color: inherit;
  text-transform: uppercase;
}
header nav > * > *:first-child,
footer nav > * > *:first-child {
  padding: 0.72em 1.1em;
}
header nav > * a:visited,
footer nav > * a:visited {
  color: inherit;
}
header nav .btn-login,
footer nav .btn-login {
  order: 10;
}
header nav .btn-logout,
footer nav .btn-logout {
  order: 11;
}
header nav a:hover,
footer nav a:hover {
  filter: brightness(95%);
}
header nav a:active, header nav a.nice-select.open,
footer nav a:active,
footer nav a.nice-select.open {
  filter: brightness(90%);
}
header .dropdown,
footer .dropdown {
  position: relative;
}
header .dropdown .dropdown-btn,
footer .dropdown .dropdown-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .dropdown .dropdown-btn:after,
footer .dropdown .dropdown-btn:after {
  content: "▼";
  font-size: 0.6em;
  margin-right: -1.5em;
  margin-left: 0.5em;
  color: #000000;
}
header .dropdown .dropdown-menu,
footer .dropdown .dropdown-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 2.5em;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  padding: 0.6em 0;
  background-color: #FFFFFF;
  font-weight: normal;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  z-index: 105;
}
header .dropdown .dropdown-menu.open,
footer .dropdown .dropdown-menu.open {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .dropdown .dropdown-menu > * > a,
footer .dropdown .dropdown-menu > * > a {
  display: block;
  color: #000000;
  background-color: #FFFFFF;
  padding: 0.75em 3em 0.75em 1.35em;
}
header .dropdown .dropdown-menu > * > a:hover,
footer .dropdown .dropdown-menu > * > a:hover {
  filter: brightness(95%);
}
header .dropdown .dropdown-menu > * > a:active, header .dropdown .dropdown-menu > * > a.nice-select.open,
footer .dropdown .dropdown-menu > * > a:active,
footer .dropdown .dropdown-menu > * > a.nice-select.open {
  filter: brightness(90%);
}

nav .nav-item.last,
.mobile-side-menu .nav-item.last {
  order: 9;
}
nav .nav-item.calendar,
.mobile-side-menu .nav-item.calendar {
  order: 8;
}
nav .footer-logo,
.mobile-side-menu .footer-logo {
  order: 11;
}

footer .dropdown .dropdown-menu {
  top: unset;
  bottom: 2.6em;
}
footer nav,
footer nav a {
  color: #000000;
}

@media (max-width: 1023px) {
  header .mobile-side-menu {
    display: flex;
    flex-direction: column;
  }
  header .mobile-side-menu .cntrls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
  header .mobile-side-menu .nav-item > *:first-child {
    padding: 1rem 2rem 1rem 1.5rem;
    background-color: white;
    display: flex;
    font-size: 1.15rem;
  }
  header .mobile-side-menu .nav-item > *:first-child:hover {
    filter: brightness(95%);
  }
  header .mobile-side-menu .nav-item > *:first-child:active, header .mobile-side-menu .nav-item > *.nice-select.open:first-child {
    filter: brightness(90%);
  }
  header .mobile-side-menu .nav-item .fa-bars {
    font-size: 1.75rem;
    color: #000000;
  }
  header .dropdown .dropdown-menu {
    position: static;
    padding: 0;
    margin-left: 1em;
    box-shadow: none;
    border-radius: 0;
  }
  header .dropdown .dropdown-menu.open {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .dropdown:after {
    position: absolute;
    color: black;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  footer nav {
    display: none;
  }
  footer .contact {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.visibility-hidden {
  visibility: hidden;
}

.register-form {
  background: center/cover no-repeat;
  background-image: url("../img/backgrounds/form.png");
  margin: 0;
  padding: 0.5em 0;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.register-form img {
  height: auto;
  width: 45%;
}

.register-form-inside {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 1.5em 3em;
  width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}

.register-form input,
.register-form textarea {
  width: 100%;
}
.register-form label input {
  width: unset;
}
.register-form textarea {
  height: 150px;
}
.register-form .btn {
  text-align: center;
}
.register-form hr {
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.form-inputs-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}

@media (max-width: 767px) {
  .register-form {
    padding: 0;
    margin-top: 2em;
  }

  .register-form-inside {
    padding: 2em;
  }

  .form-inputs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5em;
  }

  .form-inputs-col {
    gap: 0.5em;
  }

  .register-form hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 499px) {
  .front, .back {
    padding: 0 !important;
  }
}
@media (max-width: 499px) {
  .front .register-form-inside, .back .register-form-inside {
    width: 100% !important;
  }
  .front .register-form-inside img, .back .register-form-inside img {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
}

.review-container {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.review {
  height: 860px;
  background-repeat: no-repeat;
  background-position: center;
}
.review .talking-paragraphs {
  max-width: 520px;
  position: relative;
  gap: 2em;
}
.review .talking-paragraphs p {
  font-size: 1.375rem;
  line-height: 1.5em;
}
.review .talking-paragraphs:after {
  content: '"';
  position: absolute;
  color: #F87721;
  font-size: 41rem;
  left: 31rem;
  bottom: -10rem;
}

.review-inside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.review-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  max-width: 540px;
}

.reviewer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em;
  border-radius: 10px;
  background-color: #F2F2F2;
}

@media (max-width: 1199px) {
  .review {
    background-size: contain;
    background-position-x: right;
    background-position-y: 33%;
    height: unset;
    min-height: 490px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .review .talking-paragraphs p {
    font-size: 1rem;
  }
  .review .talking-paragraphs:after {
    content: none;
  }

  .review-content {
    padding: 0 10px;
  }

  .reviewer {
    padding: 0.75em 1em;
    border-radius: 5px;
  }
  .reviewer h4, .reviewer p {
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .review {
    background-size: auto 350px;
    background-position-y: top;
    display: block;
  }

  .review-inside {
    display: block;
    padding-top: 350px;
  }
}
section {
  height: 816px;
  background: center/cover no-repeat;
  margin-bottom: 4rem;
  background-size: auto 816px;
  position: relative;
}

#bg-one {
  background-image: url("../img/backgrounds/1-desktop.png");
}

#bg-two {
  background-image: url("../img/backgrounds/2-desktop.png");
}

@media (max-width: 1023px) {
  section {
    background: right/cover no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5em;
    height: unset;
    padding: 1em 1em 2em 1em;
  }
  section h1, section p {
    color: white;
    text-align: center;
  }

  #bg-one {
    background-image: url("../img/backgrounds/1-mobile.png");
  }

  #bg-two {
    background-image: url("../img/backgrounds/2-mobile.png");
  }
}
body.popup-open {
  overflow-y: hidden;
}
body.popup-open:before {
  content: "";
  width: 100vw;
  height: 100vh;
  /*overflow: hidden;*/
  background-color: black;
  opacity: 0.75;
  z-index: 10;
  font-size: 1px;
  position: fixed;
  top: 0;
  left: 0;
}

.popup {
  z-index: 11;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  padding: 20px;
  -webkit-box-shadow: 0px 1px 14px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 14px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 14px 10px rgba(0, 0, 0, 0.15);
  max-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  display: grid;
  grid-template-rows: 10% auto;
  overflow-y: hidden;
}
.popup.hidden {
  display: none;
}
@media (max-width: 767px) {
  .popup {
    width: 100%;
    height: 100%;
  }
}
.popup img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.popup hr {
  margin: 0;
}
.popup .close {
  position: absolute;
  right: 3%;
  top: 10px;
}
.popup .close .close-btn {
  color: #C7232F;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
}
.popup .popup-header {
  margin-bottom: 10px;
}
.popup .popup-header h2 {
  text-align: center;
}
.popup .popup-content {
  overflow-y: auto;
  margin-top: 25px;
}

.tabs {
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.tabs__content {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 12px 32px -4px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 12px 32px -4px rgba(0, 0, 0, 0.84);
  border-radius: 5px;
  background-color: #E8E8E8;
  width: 50vw;
}
@media (max-width: 767px) {
  .tabs__content {
    width: 80vw;
  }
}
@media (max-width: 575px) {
  .tabs__content {
    width: 100vw;
  }
}
.tabs__content a {
  padding: 0.72em 1.1em;
  text-align: center;
  width: 100%;
  color: black;
  transition: 0.5s ease;
  cursor: pointer;
}
.tabs__content a:first-child {
  border-radius: 5px 0 0 5px;
}
.tabs__content a:last-child {
  border-radius: 0 5px 5px 0;
}
.tabs__content a:hover {
  background-color: #28a745;
  filter: brightness(120%);
  color: white;
}
.tabs__content a.active {
  background-color: #28a745;
  color: white;
  font-weight: bold;
}

section .talking-left {
  margin-top: 80px;
}
section .search-bar {
  position: absolute;
  bottom: 60px;
}

.why-itc {
  height: 830px;
  background-image: url("../img/backgrounds/why-itc-desktop.png");
  background-repeat: no-repeat;
  background-position: center;
}
.why-itc .why-itc-inside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
.why-itc .why-itc-stats-wrapper {
  padding-right: 1.5em;
  position: relative;
}
.why-itc .why-itc-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.why-itc .why-itc-stat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625em;
}
.why-itc .why-itc-stat h2 {
  color: #F87721;
}
.why-itc .why-itc-stat h3 {
  color: #FFFFFF;
}
.why-itc .why-itc-stat p {
  color: #FFFFFF;
}
.why-itc .why-itc-text-wrapper {
  position: relative;
}
.why-itc .why-itc-text {
  position: absolute;
  top: 50%;
  left: 5em;
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  section .talking-left {
    margin: 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  section .talking-left .btn {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .why-itc {
    background-image: none;
    height: unset;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .why-itc .why-itc-inside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2em;
  }
  .why-itc .why-itc-stats-wrapper {
    height: unset;
    background-image: url("../img/backgrounds/why-itc.png");
    background-repeat: no-repeat;
    background-position: right;
    padding: 10rem 3rem 10rem 10px;
  }
  .why-itc .why-itc-stats {
    position: static;
    transform: unset;
    gap: 0.5em;
  }
  .why-itc .why-itc-stat {
    gap: 0.3em;
  }
  .why-itc .why-itc-text {
    position: static;
    top: unset;
    left: unset;
    transform: unset;
    padding: 0 10px;
    margin: 0 auto;
  }
}
@media (max-width: 499px) {
  .why-itc .why-itc-stats-wrapper {
    background-position: left;
    padding: 5rem 10px;
  }
  .why-itc .why-itc-stats {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.articles-wrapper .search-bar {
  position: absolute;
  top: 0;
  transform: translateY(-125%);
}

@media (min-width: 1023px) {
  #products-infinite #bg-two {
    height: auto;
    background-position: top;
    background-size: cover;
  }
}
#products-infinite .articles-wrapper .search-bar {
  position: relative;
  transform: unset;
}

article .article-content {
  min-height: 5em;
  max-height: 13em;
}

.banner {
  position: relative;
  height: 450px;
  border-radius: 10px;
}

.banner-inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.34);
}

.location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.location-link {
  background-color: #005EA8;
  display: flex;
}

.tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625em;
}

.banner .tags {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 1em;
}


.article-general {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 2em;
  margin-top: 1em;
}

.article-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75em;
}
.article-details h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul.classic-ul {
  color: #838383;
  margin-left: 0.85em;
}
ul.classic-ul li {
  margin-bottom: 0.625em;
}

ul[class*=icon] {
  list-style: none;
}
ul[class*=icon] li {
  position: relative;
  margin-left: 1.25em;
  padding-left: 0.625em;
}

aside h4 {
  font-size: 1.125rem;
  color: #000000;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.specific {
  background-color: #f0f0f0;
}

.next-courses {
  background-color: #FFF1E8;
}

.ratings {
  background-color: #fff4ed;
}
.ratings .open-modal:hover .badge {
  background-color: #FFFFFF;
  color: #ff9e5e;
}

.badge {
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #ff9e5e;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  height: 20px;
  width: 20px;
}

.aside-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75em;
  border-radius: 10px;
  padding: 1.5em 1.25em;
  margin-bottom: 1em;
}

.table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.table strong {
  color: #555555;
}
.table .table-row {
  padding: 0.75em 0;
  border-top: 1px solid #838383;
  display: grid;
  grid-template-columns: 100px auto;
  align-items: baseline;
  gap: 1em;
}

.next-courses-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625em;
}
.next-courses-list .next-courses-list-item {
  display: grid;
  grid-template-columns: auto 1.25em;
  align-items: center;
  gap: 0.25em;
  color: #005EA8;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 0.625em;
  cursor: pointer;
  padding-right: 1.25em;
}
.next-courses-list .next-courses-list-item:hover, .next-courses-list .next-courses-list-item.selected {
  color: #FFFFFF;
  background-color: #FF9E5E;
}

.schedule {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2em;
  margin-top: 1em;
}

.schedule-item {
  background-color: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 1em;
  display: grid;
  grid-template-columns: 134px auto;
  gap: 2em;
  border-radius: 10px;
}
.schedule-item .half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}
.schedule-item li::marker {
  color: #005EA8;
}

.schedule-item-inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  padding: 2em 0;
}
.schedule-item-inside h3 {
  color: #005EA8;
  font-size: 2em;
}

.schedule-item-counter {
  color: #FFFFFF;
  background-color: #005EA8;
  border-radius: 5px;
  text-align: center;
  padding: 2rem 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}
.schedule-item-counter h3 {
  font-size: 2.5em;
}

.schedule-item-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}

.schedule-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .banner {
    border-radius: 0;
  }

  .register-form,
.schedule,
.article-general {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  .register-form-inside {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .article-general {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em;
  }

  .schedule {
    gap: 1em;
  }

  .schedule-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .schedule-item-inside {
    padding: 1em;
    padding-bottom: 0;
  }

  .schedule-item-counter {
    padding: 1em;
  }
}
@media (max-width: 575px) {
  .schedule-item .half {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em;
  }
}
#feedback-modal {
  grid-template-rows: 5% auto;
  min-width: 50vw;
}
#feedback-modal .popup-content {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#feedback-modal .feedback {
  padding: 0.75em 2em;
  border-radius: 5px;
  background-color: #f0f0f0;
}
#feedback-modal .feedback__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#feedback-modal .feedback__header-info {
  width: 60%;
}
#feedback-modal .feedback__header-info .name, #feedback-modal .feedback__header-info .published-date {
  display: grid;
  grid-template-columns: 5% auto;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.25em;
  gap: 5px;
}
@media (max-width: 1199px) {
  #feedback-modal .feedback__header-info .name, #feedback-modal .feedback__header-info .published-date {
    grid-template-columns: 8% auto;
  }
}
@media (max-width: 767px) {
  #feedback-modal .feedback__header-info .name, #feedback-modal .feedback__header-info .published-date {
    grid-template-columns: 10% auto;
  }
}
#feedback-modal .feedback__header-info .name .fa-calendar-check, #feedback-modal .feedback__header-info .published-date .fa-calendar-check {
  font-size: 20px;
}
#feedback-modal .feedback__content {
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  background-color: #f7f7f7;
  padding: 1em 1em;
  font-size: 0.9em;
}

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

.length {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 1em;
}

.contacts {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 3em;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 4em;
}
.contacts .contacts-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.contacts textarea {
  height: 150px;
}
.contacts label {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5em;
}

.contacts-information {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.contacts-information address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75em;
}
.contacts-information address a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.5em;
  font-size: 1.25em;
}

.contacts-map {
  width: 100%;
}
.contacts-map iframe {
  width: 100%;
  height: 450px;
}

.our-office {
  margin-top: 4em;
  margin-bottom: 4em;
}
.our-office img {
  display: block;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .contacts {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1023px) {
  .contacts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3em;
    padding: 2em;
  }
  .contacts h2 {
    text-align: center;
  }
}
.profile {
  min-height: 80vh;
  margin-bottom: 5vh;
}
.profile .register-form {
  margin-top: -50px;
}
.profile .center {
  padding-top: 2em;
}
.profile .courses {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
@media (max-width: 991px) {
  .profile .courses {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .profile .courses {
    grid-template-columns: 1fr;
  }
}
.profile .courses__box {
  height: auto;
  max-height: 300px;
  min-height: 140px;
  padding: 1.75em 1.5em;
  border-radius: 5px;
  border: 1.5px solid #0005;
  color: black;
  transition: 0.5s ease;
}
.profile .courses__box:hover {
  transform: scale(1.05);
  box-shadow: 0px 11px 19px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 11px 19px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 11px 19px 0px rgba(0, 0, 0, 0.75);
}
.profile .courses__box .name {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #F87721;
  text-align: center;
}
.profile .courses__box .date, .profile .courses__box .location {
  display: grid;
  grid-template-columns: 10% auto;
}
.profile .courses__box .date i, .profile .courses__box .location i {
  text-align: center;
}
.profile .profile-course .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile .profile-course .gallery, .profile .profile-course .documents {
  margin-top: 3em;
}
@media (max-width: 1023px) {
  .profile .profile-course .gallery, .profile .profile-course .documents {
    padding: 0 1em;
  }
}
.profile .profile-course .gallery h3, .profile .profile-course .documents h3 {
  margin-bottom: 1em;
}
.profile .profile-course .documents {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.profile .profile-course .documents__item {
  display: grid;
  grid-template-columns: 5% auto;
  align-items: center;
  border: 1.5px solid #0005;
  border-radius: 5px;
  padding: 1.05em 0.5em;
  color: black;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .profile .profile-course .documents__item {
    grid-template-columns: 10% auto;
  }
}
.profile .profile-course .documents__item:hover {
  transform: scale(1.01);
  box-shadow: 0px 11px 19px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 11px 19px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 11px 19px 0px rgba(0, 0, 0, 0.75);
}
.profile .profile-course .documents__item i {
  text-align: center;
  font-size: 2em;
}
.profile .profile-course .gallery__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5em;
  align-items: center;
  justify-items: center;
}
@media (max-width: 1199px) {
  .profile .profile-course .gallery__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .profile .profile-course .gallery__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .profile .profile-course .gallery__items {
    grid-template-columns: 1fr;
  }
}
.profile .profile-course .gallery__items img {
  width: 100%;
  height: auto;
}
.profile #rate-modal {
  grid-template-rows: 5% auto;
  min-width: 30vw;
}
.profile #rate-modal .entry-content {
  padding: 0 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.profile #rate-modal .entry-content input, .profile #rate-modal .entry-content select, .profile #rate-modal .entry-content textarea {
  width: 100%;
}
.profile #rate-modal .entry-content label {
  margin-bottom: 0;
}
.profile #rate-modal .entry-content .display-row {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  gap: 10px;
}
.profile #rate-modal .entry-content .display-row label {
  margin: 0;
}
.profile #rate-modal .entry-content .display-row input[type=checkbox] {
  width: auto;
}

#article-content {
  max-width: 1140px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  min-height: 100%;
}
#article-content .astroid-compoenent-area {
  padding: 0 1.25em 1.25em;
}
#article-content .card {
  margin-bottom: 2em;
}
#article-content .card .card-text {
  margin-top: 0.5em;
}
#article-content h5, #article-content h2 {
  font-size: 2em;
}
#article-content h6 {
  font-size: 1.5em;
  color: #838383;
  line-height: 1.5em;
}
#article-content img {
  width: 100%;
  height: auto;
}
#article-content section {
  height: auto;
  margin-bottom: 1em;
}
@media (max-width: 1023px) {
  #article-content section h1, #article-content section p {
    color: #838383;
  }
  #article-content section p {
    text-align: justify;
  }
}
#article-content p, #article-content ul {
  margin-bottom: 1em;
}
#article-content ul {
  padding-left: 40px;
  color: #838383;
}
#article-content .btn.btn-sm {
  font-size: 0.85rem;
}
#article-content .card-text {
  text-align: right;
}

#calendar h2 {
  margin-top: 2rem;
  text-align: center;
  font-size: 3em;
}
@media (max-width: 767px) {
  #calendar h2 {
    font-size: 2em;
  }
}
#calendar .dates {
  display: flex;
  align-items: center;
  justify-content: center;
}
#calendar .dates__content h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #calendar .dates__content h3 {
    font-size: 1.5rem;
  }
}
#calendar .dates__content .month {
  margin-bottom: 2.5rem;
}
#calendar .dates__content .month ul {
  list-style: none;
}
#calendar .dates__content .month .link {
  font-size: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
#calendar .dates__content .month .link-date {
  color: #838383;
}
#calendar .dates__content .month .link:hover .link-name {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #calendar .dates__content .month .link {
    font-size: 1.1rem;
  }
}
nav.logged {
  font-size: 75%;
}
/*label {*/
/*  display: none;*/
/*}*/
.nice-select .list {
  overflow-y: scroll !important;
  max-height: 300px;
}
.center {
  color: #000000;
  text-align: center;
}
.success-message {
  display: none;
}
.success-message h4 {
  font-size: 16.5px;
}
.nice-select .option.disabled {
  display: none;
}
