@charset "UTF-8";
@font-face {
  font-family: Halvar Mittelschrift;
  font-display: swap;
  src: url("../assets/fonts/Halvar Mittelschrift-Regular.woff2") format("woff2"), url("../assets/fonts/Halvar Mittelschrift-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Halvar Mittelschrift;
  font-display: swap;
  src: url("../assets/fonts/Halvar Mittelschrift-Medium.woff2") format("woff2"), url("../assets/fonts/Halvar Mittelschrift-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Halvar Mittelschrift;
  font-display: swap;
  src: url("../assets/fonts/Halvar Mittelschrift-Semibold.woff2") format("woff2"), url("../assets/fonts/Halvar Mittelschrift-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Halvar Mittelschrift;
  font-display: swap;
  src: url("../assets/fonts/Halvar Mittelschrift-Bold.woff2") format("woff2"), url("../assets/fonts/Halvar Mittelschrift-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Promprylad;
  font-display: swap;
  src: url("../assets/fonts/Promprylad-Regular.woff2") format("woff2"), url("../assets/fonts/Promprylad-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.row-radio p {
	display:flex;
}	
.row-radio .wpcf7-form-control {
	border:none!important;
}
/*
@include adaptiveValue("padding",50,20,$pc,$tablet);
*/
:root {
  --clr-01: #000;
  --clr-02: #fff;
  --clr-03: #E94E1B;
  --bg-clr: var(--clr-04);
  --containerPadding: 32px;
}
@media (min-width: 48em) {
  :root {
    --containerPadding: 32px;
  }
}

.clr-1 {
  color: var(--clr-01);
}

.bg-clr-1 {
  background-color: var(--clr-01);
}

.clr-2 {
  color: var(--clr-02);
}

.bg-clr-2 {
  background-color: var(--clr-02);
}

.clr-3 {
  color: var(--clr-03);
}

.bg-clr-3 {
  background-color: var(--clr-03);
}

.clr-4 {
  color: var(--clr-04);
}

.bg-clr-4 {
  background-color: var(--clr-04);
}

.clr-5 {
  color: var(--clr-05);
}

.bg-clr-5 {
  background-color: var(--clr-05);
}

.clr-6 {
  color: var(--clr-06);
}

.bg-clr-6 {
  background-color: var(--clr-06);
}

.clr-7 {
  color: var(--clr-07);
}

.bg-clr-7 {
  background-color: var(--clr-07);
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  height: 100%;
}

/**
 * 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;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  transition: color 0.3s, background-color 0.3s;
  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: 700;
}

/**
 * 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
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-weight: 400;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
  font-size: 1rem;
  line-height: 1.38;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 0.8em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--clr-03);
}

a:visited {
  /*color: #800080;*/
}

a:hover {
  color: var(--clr-04);
  text-decoration: none;
}

a:focus,
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: 1px solid transparent;
  cursor: pointer;
}

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: 1px solid transparent;
}

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 {
  border-radius: 0;
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #808080;
  background: transparent;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: var(--clr-01);
}

textarea {
  border: 1px solid #808080;
  padding: 10px 8px;
}
textarea::placeholder {
  color: #808080;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel] {
  width: 100%;
}

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: #000;
  outline: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.acc__item {
  display: block;
  padding-bottom: 24px;
}
.acc__item:not(:last-child) {
  margin-bottom: 4px;
}
.acc__item.open .acc__icon:after {
  transform: rotate(-180deg);
}
.acc__title {
  display: flex;
  padding: 24px;
  margin-bottom: -24px;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  min-height: unset;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 36em) {
  .acc__title {
    gap: 20px;
  }
}
.acc__icon {
  margin-left: auto;
}
.acc__icon:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr-01);
  transition: all 0.5s;
  mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.8"><path d="M12 16.5002L4.5 9.0002L5.55 7.9502L12 14.4002L18.45 7.9502L19.5 9.0002L12 16.5002Z" fill="%230B1422" /></g></svg>');
}
.acc__body {
  display: none;
  padding: 24px 24px 0;
}

.animate {
  opacity: 0;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
  /*@media (max-width: $pc) {
      opacity:1;
      transform: unset!important;
  }*/
}

.animate.active {
  opacity: 1;
}

.fade-up {
  transform: translateY(40px);
}

.fade-up.active {
  transform: translateY(0);
}

.fade-left {
  transform: translateX(40px);
}

.fade-left.active {
  transform: translateX(0);
}

.fade-right {
  transform: translateX(-40px);
}

.fade-right.active {
  transform: translateX(0);
}

.zoom-in {
  transform: scale(0);
}

.zoom-in.active {
  transform: scale(1);
}

.zoom-out {
  transform: scale(1);
}

.zoom-out.active {
  transform: scale(0);
}

/*.rotating-image {
    transition: transform 3s linear; // Плавне обертання
    transform-origin: center;
}

.rotating-image.rotating {
    animation: rotateAnimation 3s linear forwards; // Анімація з одним обертом
}*/
.rotating-image {
  animation: rotateAnimation 10s linear infinite;
  transform-origin: center;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.lock {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.site {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .site {
    overflow: clip;
  }
}
.site > main {
  flex: 1 1 auto;
}
.site > * {
  min-width: 0;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/*
(i) Стилі будуть застосовані до всіх класів, 
що містять *__container
Наприклад, header__container, main__container і т.п.
Сніпет (HTML): cnt
*/
/*
(i) Стилі будуть застосовані до всіх класів, 
що містять *__container
Наприклад, header__container, main__container і т.п.
Сніпет (HTML): cnt
*/
:root {
  --container-width:100%;
}
@media (min-width: 36em) {
  :root {
    --container-width:540px;
  }
}
@media (min-width: 48em) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 62em) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 75em) {
  :root {
    --container-width: 1170px;
  }
}
@media (min-width: 87.5em) {
  :root {
    --container-width: 1272px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 calc(0.5 * var(--containerPadding));
}

.site {
  color: var(--clr-01);
  font-family: "Halvar Mittelschrift", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 62em) {
  .site {
    font-size: 16px;
  }
}
@media (min-width: 87.5em) {
  .site {
    font-size: 16px;
  }
}

section {
  position: relative;
  scroll-margin-top: 150px;
}

a {
  text-decoration: underline;
  color: inherit;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  text-decoration: none;
  color: var(--clr-03);
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: underline;
  color: var(--clr-03);
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.admin-bar .sidebar {
  top: 46px;
}
@media (min-width: 48em) {
  .admin-bar .sidebar {
    top: 32px;
  }
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  height: 0;
  padding: 0 !important;
  border: 0;
  transform: translateY(-50px);
  overflow: hidden;
  margin-bottom: 0;
}

.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.d-none {
  display: none !important;
}

@media (min-width: 36em) {
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 87.5em) {
  .d-xxl-none {
    display: none !important;
  }
}

.d-block {
  display: block !important;
}

@media (min-width: 36em) {
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 48em) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 48em) {
  .d-md-inline {
    display: inline-block !important;
  }
}

@media (min-width: 62em) {
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 75em) {
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 87.5em) {
  .d-xxl-block {
    display: block !important;
  }
}

@media (min-width: 36em) {
  .d-sm-flex {
    display: flex !important;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

/*------- Headdings-------*/
.h1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 112%;
  letter-spacing: -0.04em;
}
@media (min-width: 62em) {
  .h1 {
    font-size: 44px;
    line-height: 105%;
  }
}

.h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 105%;
  letter-spacing: -0.04em;
}
@media (min-width: 62em) {
  .h2 {
    font-size: 44px;
  }
}

.section-title {
  font-size: 24px;
  font-family: "Promprylad", sans-serif;
  font-weight: 400;
}
@media (min-width: 62em) {
  .section-title {
    font-size: 32px;
  }
}

.academy {
  margin-left: 13.3333333333%;
}
@media (min-width: 36em) {
  .academy {
    margin-left: 17.3203812317%;
  }
}
@media (min-width: 62em) {
  .academy {
    margin-left: 19.880952381%;
  }
}

/*------------margin pdding--------------*/
.pt-40 {
  padding-top: 25px;
}
@media (min-width: 48em) {
  .pt-40 {
    padding-top: 40px;
  }
}

.pt-80 {
  padding-top: 64px;
}
@media (min-width: 62em) {
  .pt-80 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 64px;
}
@media (min-width: 62em) {
  .pt-120 {
    padding-top: 88px;
  }
}
@media (min-width: 87.5em) {
  .pt-120 {
    padding-top: 120px;
  }
}

.mt-24 {
  margin-top: 24px;
}

.mt-80 {
  margin-top: 64px;
}
@media (min-width: 62em) {
  .mt-80 {
    margin-top: 80px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 32px;
}
@media (min-width: 62em) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: 40px;
}
@media (min-width: 62em) {
  .mb-64 {
    margin-bottom: 64px;
  }
}

.mb-120 {
  margin-bottom: 64px;
}
@media (min-width: 62em) {
  .mb-120 {
    margin-bottom: 88px;
  }
}
@media (min-width: 87.5em) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 64px;
}
@media (min-width: 62em) {
  .mt-120 {
    margin-top: 88px;
  }
}
@media (min-width: 87.5em) {
  .mt-120 {
    margin-top: 120px;
  }
}

.green-bg {
  background-color: #D7D7C8 !important;
}

.purple-bg {
  background-color: #CCB6D5 !important;
}

.blue-bg {
  background-color: #B8D2E9 !important;
}

/*------- Buttons ----------*/
.btn {
  background: rgba(246, 154, 33, 0.9647058824);
  padding: 14px 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 48em) {
  .btn {
    font-size: 18px;
  }
}
.btn:hover {
  background: rgba(251, 183, 76, 0.9647058824);
  text-decoration: none;
}
.btn--white {
  background-color: var(--clr-02);
}
.btn--white:hover {
  background-color: #f2f2f2;
}
.btn--black {
  color: var(--clr-02);
  background-color: #221F1F;
}
.btn--black:hover {
  color: var(--clr-02);
  background-color: #2E2A2A;
}

/*------------------------------------*/
@media (min-width: 62em) {
  .main-row {
    display: flex;
    gap: 5.4878%;
  }
}

@media (min-width: 62em) {
  .main-col-left {
    width: 205px;
  }
}

@media (min-width: 62em) {
  .main-col-right {
    flex: 1;
    width: calc(100% - 205px - 5.4878%);
  }
}

/*------------------- /main.min.css ----------------------*/
.hero {
  height: 100vh;
  padding: 16px;
}
@media (min-width: 48em) {
  .hero {
    padding: 30px;
  }
}
@media (min-width: 62em) {
  .hero {
    padding: 40px;
  }
}
.hero__bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__bg img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}
.hero__inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
  line-height: 1;
}
@media (min-width: 62em) {
  .hero__inner {
    border-radius: 40px;
  }
}
.hero__wrapper {
  padding: 50px 10px 46px;
  position: absolute;
  background: url(../assets/img/wrapper-bg.svg);
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 330px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 48em) {
  .hero__wrapper {
    padding: 30px 70px 40px;
    background-image: url(../assets/img/wrapper-bg-desk.svg);
    width: 570px;
  }
}
@media (min-width: 62em) {
  .hero__wrapper {
    padding: 40px 75px 52px;
    background-image: url(../assets/img/wrapper-bg-desk.svg);
    width: 725px;
  }
}
.hero__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 100%;
}
.hero__subtitle {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .hero__title {
    font-size: 48px;
  }
  .hero__subtitle {
	font-size: 20px;
  }
}
@media (min-width: 62em) {
  .hero__title {
    margin-bottom: 20px;
    font-size: 60px;
  }
  .hero__subtitle {
	font-size: 20px;
  }
}
.hero__logos {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--clr-03);
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
  gap: 10px;
}
@media (min-width: 62em) {
  .hero__logos {
    border-radius: 20px;
  }
}
.hero__logos img {
  display: block;
  height: 44px;
  width: auto;
}
@media (min-width: 48em) {
  .hero__logos img {
    height: 50px;
  }
}
@media (min-width: 62em) {
  .hero__logos img {
    height: 80px;
  }
}
.hero__date {
  font-size: 14px;
  margin-top: 22px;
  margin-bottom: 5px;
}
@media (min-width: 62em) {
  .hero__date {
    margin-top: 26px;
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.hero__address {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 62em) {
  .hero__address {
    font-size: 16px;
  }
}
.hero__btn {
  width: 250px;
  height: 46px;
  font-size: 14px;
  background-color: var(--clr-03);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--clr-02);
  font-family: "Promprylad", sans-serif;
  transition: background-color 0.3s !important;
  padding: 8px 20px 5px;
}
.hero__btn:hover {
  text-decoration: none;
  color: var(--clr-02);
  background-color: #f45f2e;
}
.hero__btn:active {
  background-color: #bf4c27;
}
@media (min-width: 62em) {
  .hero__btn {
    width: 275px;
    height: 48px;
    font-size: 16px;
  }
}

.program {
  padding-top: 50px;
}
@media (min-width: 62em) {
  .program {
    padding-top: 100px;
  }
}
@media (min-width: 48em) {
  .program__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 48em) {
  .program .section-title {
    position: sticky;
    top: 70px;
    height: fit-content;
  }
}
.program__list {
  width: 100%;
  margin-top: 25px;
  line-height: 1;
}
@media (min-width: 48em) {
  .program__list {
    width: 65%;
    margin-top: initial;
  }
}
.program__item {
  border-bottom: 1px solid var(--clr-03);
  padding: 20px 0;
}
@media (min-width: 62em) {
  .program__item {
    padding: 25px 0;
  }
}
.program__item:first-child {
  border-top: 1px solid var(--clr-03);
}
.program__time {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (min-width: 62em) {
  .program__time {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.program__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
@media (min-width: 62em) {
  .program__title {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
.program__description {
  line-height: 120%;
}
.program a {
  color: var(--clr-01);
  text-decoration: underline;
}
.program a:hover {
  text-decoration: none;
  color: var(--clr-01);
}

.speakers {
  padding-top: 50px;
}
@media (min-width: 48em) {
  .speakers {
    padding-top: 100px;
  }
}
.speakers__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 48em) {
  .speakers__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

.speaker {
  background-color: #C2DFEF;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #C2DFEF;
}
@media (min-width: 48em) {
  .speaker {
    width: calc(50% - 8px);
  }
}
@media (min-width: 62em) {
  .speaker {
    width: calc((100% - 48px) / 4);
  }
}
.speaker__img {
  width: 100%;
  aspect-ratio: 360/200;
}
@media (min-width: 48em) {
  .speaker__img {
    aspect-ratio: 298/260;
  }
}
@media (min-width: 62em) {
  .speaker__img {
    height: 259px;
  }
}
.speaker__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 62em) {
  .speaker__img img {
    height: 259px;
  }
}
.speaker__inner {
  padding: 12px 10px 18px 20px;
  line-height: 1;
}
@media (min-width: 62em) {
  .speaker__inner {
    padding: 22px 10px 28px 20px;
  }
}
.speaker__name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 62em) {
  .speaker__name {
    font-size: 25px;
  }
}
.speaker__position {
  font-size: 14px;
}
@media (min-width: 62em) {
  .speaker__position {
    font-size: 16px;
  }
}

.form-section {
  margin: 60px 0;
  padding: 0 16px;
}
@media (min-width: 48em) {
  .form-section {
    padding: 0 30px;
    padding-top: 100px;
  }
}
@media (min-width: 62em) {
  .form-section {
    padding: 0 40px;
    margin: 110px 0 100px;
  }
}
.form-section .container {
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 36em) {
  .form-section .container {
    padding: 0 calc(0.5 * var(--containerPadding));
  }
}
.form-section .section-subtitle {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
}
@media (min-width: 62em) {
  .form-section .section-subtitle {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 100%;
  }
}
.form-section__bg {
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
  background-position: center;
  border-radius: 20px;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 62em) {
  .form-section__bg {
    border-radius: 40px;
  }
}
.form-section__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}
.form-section__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  padding: 15px 0;
}
@media (min-width: 48em) {
  .form-section__inner {
    padding: 30px 0;
  }
}
@media (min-width: 62em) {
  .form-section__inner {
    padding: 40px 0;
  }
}
.form-section__wrapper {
  background-color: var(--clr-02);
  padding: 48px 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  position: relative;
  width: 330px;
}
@media (min-width: 48em) {
  .form-section__wrapper {
    padding: 45px 70px;
    width: 80%;
  }
}
@media (min-width: 62em) {
  .form-section__wrapper {
    width: 70%;
  }
}
@media (min-width: 75em) {
  .form-section__wrapper {
    width: 65%;
    padding: 45px 120px;
  }
}
@media (min-width: 87.5em) {
  .form-section__wrapper {
    padding: 45px 140px;
  }
}
.form-section__title {
  font-size: 22px;
  font-family: "Promprylad", sans-serif;
  text-align: center;
  line-height: 120%;
  margin-bottom: 7px;
}
@media (min-width: 48em) {
  .form-section__title {
    font-size: 24px;
  }
}
@media (min-width: 62em) {
  .form-section__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.wpcf7 p {
  margin-bottom: 0;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  padding: 0 0 1px;
  display: block;
  border-bottom: 1px solid #414141;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: #848484;
}

.wpcf7-text {
  color: #848484;
}

.wpcf7-submit {
  width: 250px;
  height: 46px;
  font-size: 14px;
  background-color: var(--clr-03);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--clr-02);
  font-family: "Promprylad", sans-serif;
  transition: background-color 0.3s !important;
  outline: none;
  border: none;
  padding-top: 4px;
  margin-top: 35px;
}
.wpcf7-submit:hover {
  text-decoration: none;
  color: var(--clr-02);
  background-color: #D04518;
}
@media (min-width: 62em) {
  .wpcf7-submit {
    width: 275px;
    height: 48px;
    font-size: 16px;
  }
}

.footer {
  background: var(--clr-01);
  margin-top: 50px;
}
@media (min-width: 62em) {
  .footer {
    height: 230px;
  }
}
.footer .container {
  max-width: unset;
  padding: 0;
}
@media (min-width: 62em) {
  .footer .container {
    padding: 0 calc(var(--containerPadding) / 2);
    max-width: var(--container-width);
    height: 100%;
  }
}
.footer__wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
@media (min-width: 62em) {
  .footer__wrapper {
    padding: 0;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
.footer__col {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 62em) {
  .footer__col {
    width: 33.33333%;
  }
}
.footer__col:nth-child(2) {
  border-top: 1px solid #848484;
  border-bottom: 1px solid #848484;
  padding: 20px 0;
}
@media (min-width: 62em) {
  .footer__col:nth-child(2) {
    border-left: 1px solid #848484;
    border-right: 1px solid #848484;
    padding: 0 20px;
  }
}
.footer__title {
  color: var(--clr-02);
  font-size: 20px;
  font-family: "Promprylad", sans-serif;
  margin-bottom: 15px;
  line-height: 1;
}
.footer__text {
  color: var(--clr-02);
  font-size: 14px;
}
@media (min-width: 62em) {
  .footer__text {
    font-size: 16px;
  }
}
.footer__socials {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 20px;
}

.medias__logo a {
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
}
.medias__logo a:hover img:nth-child(1) {
  opacity: 0;
}
.medias__logo a:hover img:nth-child(2) {
  opacity: 1;
}
.medias__logo a img {
  transition: opacity 0.3s;
}
.medias__logo a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.partners {
  padding: 0 0 50px;
}
@media (min-width: 62em) {
  .partners {
    padding: 0 0 100px;
  }
}
.partners__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 48em) {
  .partners__list {
    margin-top: 30px;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 62em) {
  .partners__list {
    gap: 44px;
  }
}

.partner {
  flex-shrink: 0;
}
.partner img {
  display: block;
  height: 60px;
}
@media (min-width: 62em) {
  .partner img {
    height: 80px;
  }
}

.map__wrapper {
  height: 360px;
  border-radius: 40px;
  overflow: hidden;
}
@media (min-width: 62em) {
  .map__wrapper {
    height: 400px;
  }
}
.map__wrapper iframe {
  width: 100%;
}

.gallery .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gallery .col {
  padding: 0 10px;
  width: 33.333333%;
}
.gallery .col img {
  display: block;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 113/160;
  object-fit: cover;
}
@media (min-width: 48em) {
  .gallery .col img {
    aspect-ratio: 20/13;
  }
}

.hotels {
  padding-top: 50px;
}
@media (min-width: 62em) {
  .hotels {
    padding-top: 100px;
  }
}

.waffle {
  border: 1px SOLID #e94e1b;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 62em) {
  .waffle {
    border-radius: 40px;
  }
}

.ritz .waffle a {
  color: inherit;
}

.ritz .waffle .s6 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-family: Arial;
  font-size: 14pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s5 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-family: Arial;
  font-size: 14pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s11 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-family: Arial;
  font-size: 11pt;
  vertical-align: middle;
  white-space: normal;
  overflow: hidden;
  word-wrap: break-word;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s12 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-family: Arial;
  font-size: 11pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s9 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-family: Arial;
  font-size: 12pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s10 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: center;
  font-style: italic;
  color: #000000;
  font-family: Arial;
  font-size: 11pt;
  vertical-align: middle;
  white-space: normal;
  overflow: hidden;
  word-wrap: break-word;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s7 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: left;
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s8 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-family: Arial;
  font-size: 12pt;
  vertical-align: middle;
  white-space: normal;
  overflow: hidden;
  word-wrap: break-word;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s0 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-family: Arial;
  font-size: 12pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s3 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: center;
  color: #000000;
  font-family: Arial;
  font-size: 11pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s1 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  color: #000000;
  font-family: Arial;
  font-size: 14pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s13 {
  border-right: 1px SOLID #e94e1b;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-family: Arial;
  font-size: 12pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s2 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  color: #000000;
  font-family: Arial;
  font-size: 11pt;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s4 {
  border-bottom: 1px SOLID #e94e1b;
  border-right: 1px SOLID #e94e1b;
  background-color: #efefef;
  text-align: center;
  color: #000000;
  font-family: Arial;
  font-size: 11pt;
  vertical-align: middle;
  white-space: normal;
  overflow: hidden;
  word-wrap: break-word;
  direction: ltr;
  padding: 2px 3px 2px 3px;
}

.ritz .waffle .s1:last-child,
.ritz .waffle .s2:last-child,
.ritz .waffle .s3:last-child,
.ritz .waffle .s8:last-child,
.ritz .waffle .s6:last-child,
.ritz .waffle .s4:last-child,
.ritz .waffle .br-none {
  border-right: none;
}

.ritz {
  width: 100%;
  padding: 0 calc((100vw - var(--container-width) + var(--containerPadding)) / 2);
  overflow: auto;
  margin-top: 30px;
}
.ritz a {
  text-decoration: underline;
}
.ritz a:hover {
  text-decoration: none;
}