/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #F0EEEA;
}

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

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-img{
  margin: 0 auto;
  display: flex;
  object-fit: cover;
}

@media screen and (max-width:450px) {
  .swiper-slide-img{
    width:100%;
    height: 100%;
  }
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* raleway-regular - cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/raleway-v28-cyrillic-regular.woff2") format("woff2"), url("../fonts/raleway-v28-cyrillic-regular.woff") format("woff");
}

/* raleway-500 - cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/raleway-v28-cyrillic-500.woff2") format("woff2"), url("../fonts/raleway-v28-cyrillic-500.woff") format("woff");
}

/* raleway-600 - cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/raleway-v28-cyrillic-600.woff2") format("woff2"), url("../fonts/raleway-v28-cyrillic-600.woff") format("woff");
}

/* raleway-700 - cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/raleway-v28-cyrillic-700.woff2") format("woff2"), url("../fonts/raleway-v28-cyrillic-700.woff") format("woff");
}

/* raleway-800 - cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/raleway-v28-cyrillic-800.woff2") format("woff2"), url("../fonts/raleway-v28-cyrillic-800.woff") format("woff");
}

:root {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #121212;
  width: 100%;
}

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

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit] {
  padding: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: none;
  color: inherit;
}

.button {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s all ease;
}

.button--primary {
  width: 370px;
  border-radius: 4px;
  background: #EF802F;

  color: var(--White, #FFF);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  /* Form */
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
}

@media screen and (max-width: 450px) {
  .button--primary {
    width: 100%;
  }
}

.button--primary:hover {
  background-color: #f9b200;
}

.decor-elem {
  position: absolute;
  z-index: 120;
}



@media screen and (max-width: 450px) {
  .decor-elem {
    display: none;
  }
}

.decor-elem--1 {
  animation: decor-elem-levitate-1 2s infinite alternate;
  transition: 1s transform ease;
  top: -80px;
  left: 35%;
  width: 150px;
  height: 150px;
}

@keyframes decor-elem-levitate-1 {
  0% {
    transform: translate(0, -5px) rotate(0);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

.decor-elem--2 {
  animation: decor-elem-levitate-2 2s infinite alternate;
  transition: 1s transform ease;
  top: 100px;
  left: -10px;
  width: 50px;
  height: 50px;
}

@keyframes decor-elem-levitate-2 {
  0% {
    transform: translate(-5px, 5px) rotate(270deg);
  }

  100% {
    transform: translate(0, 0) rotate(270deg);
  }
}

.decor-elem--3 {
  animation: decor-elem-levitate-3 2s infinite alternate;
  transition: 1s transform ease;
  bottom: -70px;
  left: -30px;
  width: 140px;
  height: 140px;
}

@keyframes decor-elem-levitate-3 {
  0% {
    transform: translate(5px, 5px) rotate(130deg);
  }

  100% {
    transform: translate(0, 0) rotate(130deg);
  }
}

.decor-elem--4 {
  animation: decor-elem-levitate-4 2s infinite alternate;
  transition: 1s transform ease;
  top: -40px;
  right: -140px;
  width: 280px;
  height: 280px;
}

@keyframes decor-elem-levitate-4 {
  0% {
    transform: translate(5px, 5px) rotate(35deg);
  }

  100% {
    transform: translate(0, 0) rotate(35deg);
  }
}

.decor-elem--5 {
  animation: decor-elem-levitate-5 5s infinite ease-in-out;
  transition: 1s transform ease;
  top: 500px;
  right: 25px;
  width: 200px;
  height: 200px;
}

@keyframes decor-elem-levitate-5 {
  0% {
    transform: translate(0px, 0px) rotate(0);
  }

  33% {
    transform: translate(-150px, -150px) rotate(-45deg);
  }

  66% {
    transform: translate(-350px, -50px) rotate(-90deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0);
  }
}

@media screen and (max-width: 1280px) {
  .decor-elem--5 {
    bottom: 0;
    right: 50px;
    top: 1000px;
  }
}


.decor-elem--7 {
  animation: decor-elem-levitate-7 2s infinite alternate;
  transition: 1s transform ease;
  top: 50px;
  left: 7%;
  width: 130px;
  height: 130px;
}

@keyframes decor-elem-levitate-7 {
  0% {
    transform: translate(0, 3px) rotate(190deg);
  }

  100% {
    transform: translate(0, 0) rotate(190deg);
  }
}

.decor-elem--8 {
  animation: decor-elem-levitate-8 2s infinite alternate;
  transition: 1s transform ease;
  right: 50px;
  bottom: -50px;
  width: 100px;
  height: 100px;
}

@keyframes decor-elem-levitate-8 {
  0% {
    transform: translate(5px, 10px) rotate(0);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

.decor-elem--9 {
  animation: decor-elem-levitate-9 2s infinite alternate;
  transition: 1s transform ease;
  top: 40px;
  left: -10%;
  width: 250px;
  height: 250px;
}

@keyframes decor-elem-levitate-9 {
  0% {
    transform: translate(5px, 5px) rotate(100deg);
  }

  100% {
    transform: translate(0, 0) rotate(100deg);
  }
}

.scroll-up-btn {
  position: fixed;
  right: 60px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  visibility: hidden;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(25px);
}

@media screen and (max-width: 450px) {
  .scroll-up-btn {
    display: none;
  }
}

.scroll-up-btn:hover {
  opacity: 0.6;
}

.scroll-up-btn--active {
  visibility: visible;
  transform: translateY(0);
  opacity: 0.8;
}

.scroll-up-btn__img {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
  opacity: 0.8;
  transform: rotate(270deg);
}

.scroll-animation {
  width: 50px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .scroll-animation {
    display: none;
  }
}

.scroll-animation__mouse {
  box-sizing: border-box;
  padding-top: 10px;
  width: 50px;
  height: 100px;
  border: 4px solid #000;
  border-radius: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: transparent;
}

.scroll-animation__scroll-button {
  width: 5px;
  height: 15px;
  background-color: #000;
  border-radius: 2px;
  animation: scroll-down 1.3s ease infinite;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}

.scroll-animation__arrow {
  position: relative;
  width: 50px;
  height: 20px;
}

.scroll-animation__arrow--1 {
  transform: translateY(20px);
  animation: show-arrow 1.5s ease infinite 0s;
}

.scroll-animation__arrow--1::before {
  content: "";
  width: 29px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0;
  transform: rotate(40deg);
  border-radius: 2px;
}

.scroll-animation__arrow--1::after {
  content: "";
  width: 29px;
  height: 4px;
  background-color: #000;
  position: absolute;
  right: 0;
  transform: rotate(320deg);
  border-radius: 2px;
}

@keyframes show-arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.scroll-animation__arrow--2 {
  transform: translateY(30px);
  animation: show-arrow 1.5s ease infinite 0.2s;
}

.scroll-animation__arrow--2::before {
  content: "";
  width: 29px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0;
  transform: rotate(40deg);
  border-radius: 2px;
}

.scroll-animation__arrow--2::after {
  content: "";
  width: 29px;
  height: 4px;
  background-color: #000;
  position: absolute;
  right: 0;
  transform: rotate(320deg);
  border-radius: 2px;
}

@keyframes show-arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.scroll-animation__arrow--3 {
  transform: translateY(40px);
  animation: show-arrow 1.5s ease infinite 0.4s;
}

.scroll-animation__arrow--3::before {
  content: "";
  width: 29px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0;
  transform: rotate(40deg);
  border-radius: 2px;
}

.scroll-animation__arrow--3::after {
  content: "";
  width: 29px;
  height: 4px;
  background-color: #000;
  position: absolute;
  right: 0;
  transform: rotate(320deg);
  border-radius: 2px;
}

@keyframes show-arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.translation {
  background-color: #f0eeea;
}

.translation__container {
  padding-top: 10px;
  padding-bottom: 100px;
}

@media screen and (max-width: 450px) {
  .translation__container {
    padding-bottom: 60px;
  }
}

.translation__title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
  line-height: 60px;
  color: #121212;
  text-align: center;
}

.translation__title-span {
  font-size: 38px;
  font-weight: 600;
  line-height: 60px;
  color: #EF802F;
}

.translation__frame-wrapper {
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 450px) {
  .translation__frame{
    max-width: 400px;
  }

  .banner{
    max-width: 400px;
  }
}
.translation__frame {
  width: 1000px;
  height: 550px;
  border: 1px solid #b3b3b3;
}

@media screen and (max-width: 450px) {
  .translation__frame {
    height: 300px;
  }
}

.translation__swiper {
  max-height: 130px;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow: hidden;
  /* border: 1px solid #b3b3b3; */
}

.translation__chat {
  margin: 0 auto;
}

.event-offer__container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.event-offer {
  background-color: #fff;
}

.event-offer__title {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
  color: #263238;
  text-align: center;
}

.event-offer__text {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #121212;
  text-align: center;
}

.event-offer__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 30px;
}

.event-offer__input {
  width: 300px;
  height: 60px;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}

@media screen and (max-width: 450px) {
  .event-offer__input {
    margin-bottom: 20px;
  }
}

.event-offer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #121212;
  background-color: #ffdd39;
}

.event-offer__legal {
  text-align: center;
}

.event-offer__legal-link {
  text-decoration: underline;
}

.body--inactive {
  height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

/* @media screen and (max-width: 1536px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 450px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
} */

.inactive {
  display: none;
}

.active {
  display: block;
}

.flex {
  display: flex;
}

.title {
  color: #121212;
}

.title--primary {
  font-size: 50px;
  font-weight: 800;
  line-height: 59px;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 450px) {
  .title--primary {
    font-size: 32px;
    line-height: 34px;
  }
}

.title--secondary {
  color: var(--Black, #121212);
  font-family: Raleway;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  /* 137.037% */
}

/* .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal--active {
  display: flex;
}

.modal__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 400px;
  padding: 50px;
  color: #121212;
  background-color: #fff;
  border-radius: 4px;
}

.modal__inner-text {
  font-size: 40px;
  line-height: 120%;
  text-align: center;
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
} */

.main_blur {
  filter: blur(5px);
}


.modal {
  opacity: 0;
  visibility: hidden;
}

.modal_visible {
  opacity: 1;
  visibility: visible;
}

.modal__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.43);
  position: fixed;
  z-index: 10;
}

.modal__window {
  max-width: 500px;
  height: 400px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
  position: fixed;
  z-index: 100;

}

.modal__window--content {
  width: 100%;
  height: 100%;
  background-color: #fff;
}


@media screen and (max-width:450px) {
  .modal__text {
    font-size: 28px;
  }
}

.modal__close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: white;
  transition: 0.3s all;
}

.modal__close-icon:hover {
  transform: rotate(-90deg);
}

/* Modal2 */
.modal2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 450px) {
  .modal {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.modal--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal2--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__inner {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 650px;
  height: 485px;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 4px;
}

@media screen and (max-width: 450px) {
  .modal2__inner {
    width: 100%;
    height: 50%;
  }
}

.modal2__text {
  font-size: 30px;
  font-weight: 700;
  color: #18181a;
  /* text-align: center; */
  padding-bottom: 25px;
  text-align: -webkit-center;
}

.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modal2__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modal2 {
  padding-right: 10px;
  padding-left: 10px;
}

.modal2--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal2__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 650px;
  height: 485px;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 4px;
}

@media screen and (max-width: 450px) {
  .modal2__inner {
    width: 100%;
    height: 50%;
  }
}

.modal2__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modal2--link {
  display: flex;
  justify-content: center;
}

.button--accent {
  max-width: 336px;
  width: 100%;
  min-height: 60px;
  border-radius: 4px;
  background: #EF802F;
  transition: 0.2s all ease;

  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 90% */
  letter-spacing: 0.4px;
}

@media screen and (max-width: 450px) {
  .button--accent {
    width: 300px;
  }
}

.button--accent:hover {
  background-color: #fda643;
}

.button--accent:active {
  background-color: #fd8f00;
}


/*     */

.header {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  /* redefined swiper default styles */
}

@media screen and (max-width: 450px) {
  .header {
    height: auto;
  }
}

@media screen and (min-width: 1921px) {
  .header {
    height: auto;
  }
}

.header .header__upper {
  background-color: #222;
}

.header .header__container--upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}

@media screen and (max-width: 1536px) {
  .header .header__container--upper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 450px) {
  .header .header__container--upper {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header .header__container--central {
  display: flex;
  min-height: 961px;
}

@media screen and (max-width: 1280px) {
  .header .header__container--central {
    min-height: 700px;
    height: auto;
  }
}

.header__central {
  padding-top: 10px;
  padding-bottom: 15px;
}

.header__nav-container {
  position: relative;
}

.header__round {
  position: absolute;
  width: 1193px;
  height: 764px;
  border-radius: 1193px;
  flex-shrink: 0;
  filter: blur(100px);
  z-index: -1;
}


.first__round {
  background: rgba(192, 246, 103, 0.66);
  bottom: 15%;
  right: -15%;
  animation: moving-round-first 8s ease-in-out infinite;

}

.second__round {
  background: #FFD99C;
  bottom: -15%;
  left: -15%;
  animation: moving-round-second 8s ease-in-out infinite;
}

@keyframes moving-round-first {

  0%,
  100% {
    transform: translate(150px, -50px);
  }

  25% {
    transform: translate(-125px, 50px);
  }

  50% {
    transform: translate(150px, -50px);
  }

  75% {
    transform: translate(-250px, 150px);
  }
}

@keyframes moving-round-second {

  0%,
  100% {
    transform: translate(-150px, -150px);
  }

  25% {
    transform: translate(150px, -50px);
  }

  50% {
    transform: translate(-175px, -125px);
  }

  75% {
    transform: translate(250px, 75px);
  }
}

.header__nav {
  display: flex;
  align-items: end;
  justify-content: space-between;
  /* padding: 20px; */
}

.nav__anchor-block {
  height: 100%;
  display: flex;
  gap: 30px;
}


.nav__anchor-text {
  color: #263238;
  text-align: right;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav__anchor-text:first-child {
  border: 1px solid #263238;
  border-radius: 8px;
  padding-inline: 16px;
}

.header__main {
  padding-top: 30px;
  align-items: center;
  text-align: center;
}

.header__main-img {
  padding-bottom: 30px;
}

.header__main-title {
  color: #263238;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 90.909% */
}

.header__main-subtitleBlock {
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center;
}

.header__main-subtitle {
  color: #263238;
  text-align: center;
  font-family: Raleway;
  font-style: normal;

}

.header__main-subtitle:first-child {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  padding-bottom: 10px;
  /* 154.545% */
}

.header__main-subtitle:last-child {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

@media screen and (max-width:450px) {
  .header__main-subtitle:last-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 42px;
  }

}


.header .header__firstBlock {
  width: 40%;
  height: 100%;
}


.header__firstBlock--content {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}


.header__mainTitle {
  padding-top: 50px;
  text-align: center;
}

.header .header__firstBlock .header__mainTitle .title {
  font-size: 32px;
  font-style: normal;
  letter-spacing: 6px;
  font-weight: 400;
  margin: 0;
  color: #8b8787;
}

@media (max-width: 1280px) {
  .header__mainTitle {
    padding-top: 100px;
  }

  .header .header__firstBlock .header__mainTitle .title {
    font-size: 32px;
  }

}


.header .header__firstBlock .header__mainTitle .subtitle {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 58px;
  font-style: normal;
  font-weight: 800;
  line-height: 68px;
  margin: 0;
  color: #000000;
  /* 90.909% */
}

@media screen and (max-width: 1280px) {
  .header .header__firstBlock .header__mainTitle .subtitle {
    font-size: 44px;
    line-height: 42px;
  }

  .header__title-img {
    width: 350px;
    height: auto;
  }
}


.header .header__secondBlock {
  width: 60%;
  background: #C7EC88;
}

.header__secondBlock--content {
  padding-left: 35px;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .header__img {
    display: none;
  }
}

.header .header__secondBlock .header__subtitle {
  text-align: left;
  padding-top: 150px;
  width: 85%;
  color: #263238;
}

.header .header__secondBlock .header__subtitle .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 30px;
  color: #263238;
  /* 111.111% */
}

.header .header__secondBlock .header__subtitle .subtitle {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 225px;
  margin-bottom: 100px;
  /* 145.455% */
}

@media screen and (max-width: 1280px) {
  .header .header__secondBlock .header__subtitle .subtitle {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 125px;
    font-size: 18px;
  }

  .header__secondBlock--content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header .header__secondBlock .header__subtitle {
    padding-top: 200px;
  }

  .header .header__secondBlock .header__subtitle .title {
    font-size: 48px;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .header__round {
    width: 700px;
    height: 600px;
  }

  .header__main-title {
    font-size: 48px;
  }

  .first__round {
    left: 0;
    top: 0;
  }

  .second__round {
    left: 0;
    top: 50%;
  }
}

@media screen and (max-width: 450px) {

  .header__mainTitle {
    padding-top: 25px;
    align-items: center;
    text-align: center;
  }

  .header__nav {
    display: inline;
  }

  .header .header__container--central {
    min-height: 550px;
    display: block;
  }

  .header .header__firstBlock {
    width: 100%;
    padding-bottom: 50px;
  }

  .header .header__secondBlock {
    width: 100%;
  }

  .header__secondBlock--content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header .header__firstBlock .header__mainTitle .title {
    font-size: 24px;
  }

  .header .header__firstBlock .header__mainTitle .subtitle {
    font-size: 48px;
  }

  .header .header__secondBlock .header__subtitle .title {
    font-size: 48px;
    line-height: 36px;
    padding-top: 10px;
    text-align: center;
  }

  .header .header__secondBlock .header__subtitle {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header .header__secondBlock .header__subtitle .subtitle {
    font-size: 24px;
    line-height: 28px;
    padding-top: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .nav__anchor-block {
    gap: 16px;
    align-items: center;
  }

  .nav__anchor-text {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
  }

  .header__round {
    width: 400px;
    height: 400px;
    filter: blur(50px);
  }

  .header__main-title {
    font-size: 48px;
  }

  .first__round {
    left: 0;
    top: 0;
  }

  .second__round {
    left: 0;
    top: 50%;
  }

  .header__main-img {
    width: 250px;
    height: 100%;
  }


  @keyframes moving-round-first {

    0%,
    100% {
      transform: translate(0px, 50px);
    }

    25% {
      transform: translate(-50px, 50px);
    }

    50% {
      transform: translate(-px, 400px);
    }

    75% {
      transform: translate(-50px, 300px);
    }
  }

  @keyframes moving-round-second {

    0%,
    100% {
      transform: translate(0px, -150px);
    }

    25% {
      transform: translate(-75px, -50px);
    }

    50% {
      transform: translate(100px, -400px);
    }

    75% {
      transform: translate(-75px, -300px);
    }

  }
}



.header .header__container--lower {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.header .header__logo-link {
  margin-right: 16px;
}

@media screen and (max-width: 450px) {
  .header .header__logo-link {
    margin-right: 7px;
  }
}

.header .header__logo-img--1 {
  width: 160px;
  height: 14px;
}

@media screen and (max-width: 450px) {
  .header .header__logo-img--1 {
    width: 140px;
  }
}

.header .header__logo-img--2 {
  width: 116px;
  height: 73px;
}

@media screen and (max-width: 450px) {
  .header .header__logo-img--2 {
    width: 100px;
    height: 100%;
    padding-bottom: 20px;
  }
}

.header .header__id2-wrapper {
  display: flex;
  align-items: center;
}

/* .header .header__nav {
  position: relative;
  display: flex;
  font-size: 16px;
  font-weight: 500;
} */

/* @media screen and (max-width: 450px) {
  .header .header__nav {
    justify-content: center;
  }
} */

.header .header__burger-img {
  display: none;
  width: 28px;
  height: 21px;
}

@media screen and (max-width: 450px) {
  .header .header__burger-img {
    display: block;
  }
}

.header .header__menu {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

@media screen and (max-width: 450px) {
  .header .header__menu {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 30;
    display: flex;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    padding: 25px 10px;
    margin-right: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 25px;
    transition: 0.2s all ease;
  }
}

.header .header__menu--active {
  display: block;
}

.header .header__menu-item {
  cursor: pointer;
}

.header .header__menu-item:hover {
  text-decoration: underline;
}

.header .header__menu-item:not(:last-child) {
  margin-right: 25px;
}

@media screen and (max-width: 450px) {
  .header .header__menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.header .header__get-button {
  max-width: 336px;
  width: 100%;
  min-height: 60px;
  padding: 5px 10px;
  border-radius: 4px;
  background: #EF802F;
  transition: 0.2s all ease;

  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 90% */
  letter-spacing: 0.4px;
}

@media screen and (max-width: 450px) {
  .header .header__get-button {
    align-items: center;
    width: 100%;
    font-size: 16px;
    max-width: none;
    /* display: none; */
  }
}

.header .header__get-button:hover {
  background: #f9ad00;
  border: 1px solid #f9b200;
}

.header .header__container--lower {
  display: flex;
}

@media screen and (max-width: 450px) {
  .header .header__container--lower {
    flex-direction: column;
  }
}

.header .header__lower-left,
.header .header__lower-right {
  width: 100%;
}

@media screen and (max-width: 450px) {

  .header .header__lower-left,
  .header .header__lower-right {
    width: 100%;
  }
}

.header .header__lower-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 80px 100px;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .header .header__lower-left {
    height: auto;
    padding: 0;
    padding-top: 25px;
  }
}

@media screen and (max-width: 450px) {
  .header .header__lower-right {
    display: flex;
    flex-direction: column;
  }
}

.header .header__date {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

@media screen and (max-width: 450px) {
  .header .header__date {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
}

.header .header__title {
  max-width: 560px;
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 800;
  line-height: 110%;
  color: #121212;
}

@media screen and (max-width: 450px) {
  .header .header__title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 34px;
  }
}


.header .header__text {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 450px) {
  .header .header__text {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
}

@media screen and (max-width: 450px) {
  .header .header__register-button {
    width: 320px;
    margin-bottom: 40px;
  }
}

.header .header__swiper {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 450px) {
  .header .header__swiper {
    height: 250px;
  }
}

.header .header__slide {
  width: 100% !important;
}

.header .header__video-wrapper {
  position: relative;
  z-index: 100;
  height: 100%;
}

.header .header__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.1s opacity ease;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 450px) {
  .header .header__video-play {
    width: 110px;
    height: 110px;
  }
}

.header .header__video-play:hover {
  opacity: 0.9;
}

.header .header__video-play::before {
  margin-left: 7px;
  content: url("../img/header/play_btn.svg");
}

.header .header__video-play--inactive {
  display: none;
}

.header .header__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .header__speakers-info {
  position: relative;
  width: 100%;
  height: 25%;
}

@media screen and (max-width: 450px) {
  .header .header__speakers-info {
    height: 100px;
  }
}

.header .header__swiper-pagination {
  position: absolute;
  top: 40%;
  right: auto;
  bottom: auto;
  left: 50px;
  width: 100%;
  transform: translateY(-60%);
  /* bullets' styles do not work correctly without this nesting */
}

@media screen and (max-width: 450px) {
  .header .header__swiper-pagination {
    width: auto;
  }
}

.header .header__swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 70%;
  font-size: 20px;
  line-height: 30px;
  color: #121212;
  text-align: left;
  background: none;
  border-radius: 0;
  opacity: 1;
  transition: 0.1s color ease;
}

@media screen and (max-width: 450px) {
  .header .header__swiper-pagination .swiper-pagination-bullet {
    width: 95%;
    font-size: 16px;
    line-height: 18px;
  }
}

.header .header__swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 450px) {
  .header .header__swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 25px;
  }
}

.header .header__swiper-pagination .swiper-pagination-bullet:hover {
  color: #fff;
}

.header .header__swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  color: #fff;
}

.header .header__swiper-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  top: 6px;
  left: -30px;
  z-index: 100;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 450px) {
  .header .header__swiper-pagination .swiper-pagination-bullet-active::before {
    top: 2px;
  }
}

.header .header__swiper-buttons-wrapper {
  position: absolute;
  top: 45%;
  right: 20px;
  display: flex;
  justify-content: space-between;
  width: 130px;
  height: 70px;
}

@media screen and (max-width: 450px) {
  .header .header__swiper-buttons-wrapper {
    display: none;
  }
}

.header .header__swiper-button {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

.header .header__swiper-button::after {
  font-size: 0;
}

.header .header__swiper-button--prev::before {
  width: 20px;
  height: 33px;
  content: url("../img/arrow-right-yellow.svg");
  transform: rotate(180deg);
}

.header .header__swiper-button--next::before {
  width: 20px;
  height: 33px;
  content: url("../img/arrow-right-yellow.svg");
}

.header .header__pagination-span {
  position: relative;
  font-weight: 700;
}

.header .header__pagination-span::after {
  position: absolute;
  top: 3px;
  left: -30px;
  width: 16px;
  height: 16px;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.element-animation {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;

  opacity: 0;
  transform: translateY(20px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}

@media screen and (max-width: 450px) {
  .promo__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.promo__upper {
  padding-bottom: 50px;
}

@media screen and (max-width: 450px) {
  .promo__upper {
    padding-bottom: 15px;
  }
}

.promo__list {
  display: flex;
}

@media screen and (max-width: 450px) {
  .promo__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.promo__list-item {
  width: 25%;
}

@media screen and (max-width: 450px) {
  .promo__list-item {
    width: 50%;
  }
}

.promo__figure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 300px;
  text-align: center;
}

.promo__img {
  display: block;
  margin-bottom: 90px;
  object-fit: cover;
  max-width: 120px;
  width: 100%;
  height: auto;
}

.promo__circle {
  position: absolute;
  width: 168px;
  height: 168px;
  filter: blur(50px);
  z-index: -1;
}

.promo__circle__orange {
  background-color: #FFDA9D;
}

.promo__circle__green {
  background-color: #C7EC88;
}

.promo__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (max-width: 450px) {
  .promo__text {
    font-size: 16px;
    line-height: 20px;
  }
}

.program {
  color: #121212;
  background-color: #f0eeea;
  /* bullets' styles do not work correctly without this nesting */
}

@media screen and (max-width: 450px) {
  .program .program__container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.employee__card--container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.program__central {
  grid-area: 2 / 1 / 3 / 4;
  background: #DDE3F8;
  min-height: 156px;
  align-items: center;
  display: flex;
  padding: 0 20px;
  margin-right: 40px;
}

.program__central-container{
  display: flex;
  align-items: center;
  position: relative;
}

.program__central-text {
  color: #263238;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  
  text-align: center;
  max-width: 977px;

  margin: 0 auto;
}

.program__list-download{
  font-size: 24px;
  cursor: pointer;
  color: #1B68A4;
  font-weight: 600;
  transition: 0.3s all;
  position: relative;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: none;
  opacity: 0.8;
}

.program__list-download::after{
  display: block;
	position: absolute;
  justify-content: center;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 1px; /*задаём ширину линии*/
	background-color: #000; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
  margin: auto;
}

.program__list-download:hover::after{
  width: 100%;
}

.program__list-download:hover{
  opacity: 1;
}

.program__central-svg{
  position: absolute;
  right: -18%;
}

@media screen and (max-width: 1280px) {
  .employee__card--container {
    grid-template-columns: repeat(2 , 1fr);
  }
  .program__central-svg{
    display: none;
  }
  .program__central {
    margin-right: 0px;
    grid-area: 2 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 450px) {
  .employee__card--container {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
  .program__central {
    margin-right: 0px;
    grid-area: 4 / 1 / 4 / 1;
  }
  .program__central-img{
    display: none;
  }
  .program__central-text{
    font-size: 24px;
    padding: 20px 0;
  }
}

.program .program__left,
.program .program__right {
  width: 50%;
}

@media screen and (max-width: 450px) {

  .program .program__left,
  .program .program__right {
    width: 100%;
  }
}

.program .program__left {
  position: relative;
  padding: 50px;
  background-color: #ffabd5;
}

@media screen and (max-width: 450px) {
  .program .program__left {
    display: none;
  }
}

.program .program__title {
  margin-bottom: 50px;
  text-align: center;
}

.program .program__button {
  position: absolute;
  bottom: 85px;
  left: 50px;
}

.program .program__scroll-animation {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.program .program__link {
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 410px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #444;
  text-decoration-line: underline;
  transform: translateX(-50%);
}

.program .program__swiper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #80E619;
}

.promo__img {
  width: 100px;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .program .program__swiper {
    height: auto;
  }
}

@media screen and (min-width: 1921px) {
  .program .program__swiper {
    height: 1000px;
  }
}

.program .program__slide {
  position: relative;
  box-sizing: border-box;
  padding: 50px;
}

.program .program__slide:nth-child(even) {
  background: #C7EC88;
}

.program .program__slide:nth-child(1),
.program .program__slide:nth-child(3),
.program .program__slide:nth-child(6) {
  background: #C7EC88;
}

.program .program__slide:nth-child(2),
.program .program__slide:nth-child(5),
.program .program__slide:nth-child(7) {
  background: #FFDA9D;
}

.program .program__swiper-pagination {
  position: static;
  right: auto;
  width: 100%;
  margin-left: 35px;
  transform: none;
}

.program .program__swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 27px;
  font-weight: 700;
  color: #121212;
  text-align: left;
  background: none;
  border-radius: 0;
  opacity: 1;
}

.program .program__swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 30px;
}

.program .program__swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  color: #fff;
}

.program .program__swiper-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  top: 7px;
  left: -30px;
  z-index: 100;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}

.program .program__card-time {
  color: var(--Black, #121212);
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  /* 115.625% */
  margin-bottom: 50px;
}

.program__main-text {
  padding-bottom: 25px;
  min-height: 200px;
}

.program .program__card-title {
  margin-bottom: 15px;
}

.program .program__list-text {
  color: var(--Black, #121212);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.program .program__list-text:not(:last-child) {
  margin-bottom: 20px;
}

.employer{
  padding-top: 25px;
}

.program__name-text {
  color: var(--Black, #121212);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  padding-top: 19px;
  /* 127.778% */
}

.program__post-text {
  color: var(--Black, #121212);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}


.program .program__footer {
  display: flex;
  padding-top: 46px;
}

.program .program__footer-text {
  padding-left: 26px;

  color: var(--Black, #121212);
  font-family: Raleway;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 107.143% */
}

.program__download {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 46px;
  margin-left: 64px;
  margin-right: 64px;
}

.program__regForm {
  min-width: 450px;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.program__get-button {
  max-width: 400px;
  width: 100%;
  min-height: 70px;
  padding: 5px 10px;
  border-radius: 4px;
  background: #EF802F;
  transition: 0.2s all ease;

  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 90% */
  letter-spacing: 0.4px;
}

.program__get-button:hover {
  background-color: #f9b200;
}

.program__question {
  color: var(--Black, #121212);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  background: rgba(230, 229, 25, 0.60);
  position: relative;
  margin-top: 65px;
}

.program__question-container {
  padding-top: 50px;
  padding-left: 63px;
  min-height: 350px;
  width: 70%;
}

.program__question-title {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.program__question-subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding: 27px 0;
  /* 150% */
}

.program__question-button {
  max-width: 400px;
  width: 100%;
  padding: 20px 56px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 4px;
  background: #EF802F;

  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.program__question-img {
  position: absolute;
  right: 25px;
  bottom: 85px;
}

.question__title {
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
  color: #000;
  text-align: left;
}

.question__input {
  width: 75%;
  height: 60px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  border: none;
  border-radius: 4px;
  outline: none;
}

.question__input:not(:last-child) {
  margin-bottom: 20px;
}

.question__input::placeholder {
  color: #a7a9ac;
}

.question__input--question {
  height: 150px;
  resize: none;
}

@media screen and (max-width: 1280px) {
  .program .program__footer {
    padding-top: 46px;
    padding-left: 64px;
    display: inline;
  }

  .program__question-img {
    display: none;
  }

  .program__question-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .question__input {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .program .program__card-time {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 28px;
  }

  .program .program__main-text {
    font-size: 2px;
  }

  .program__main-text {
    padding-bottom: 18px;
    min-height: 220px;
  }

  .program .program__footer-text {
    font-size: 22px;
  }

  .program .program__footer {
    padding-left: 22px;
    padding-top: 24px;
  }

  .program__card-title {
    font-size: 22px;
  }

  .program__list-text {
    font-size: 12px;
  }

  .program .program__slide {
    padding: 30px;
    border-radius: 15px;
  }

  .program .program__footer-text {
    padding-left: 0;
  }

  .program__regForm {
    min-width: 200px;
  }

  .program__download {
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 30px;
  }

  .program__question {
    border-radius: 8px;
  }


  .program__question-title {
    font-size: 28px;
    text-align: center;
  }

  .program__question-subtitle {
    font-size: 18px;
  }

  .question__input {
    width: 100%;
  }

}


.demo__container {
  padding-top: 100px;
  position: relative;
}

.demo__title {
  margin-bottom: 100px;
}

.demo__img--main {
  width: 100%;
  max-width: 750px;
  height: auto;
}


.demo .demo__main {
  display: flex;
  justify-content: space-around;
  margin-left: 64px;
}

.demo__list-item {
  color: var(--kadri-kd-blue, #1B68A4);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-top: 15px;
  /* 150% */
}

@media screen and (max-width: 1280px) {
  .demo .demo__main {
    display: flex;
    flex-wrap: wrap;
    margin-left: 32px;
  }

  .demo .demo__leftBlock {
    width: auto;
  }

  .demo .demo__rightBlock {
    padding-top: 40px;
    width: auto;
  }

  .demo__img--main {
    width: 100%;
    max-width: 650px;
    height: auto;
  }

  .demo__title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 450px) {
  .demo__title {
    margin-bottom: 30px;
  }

  .demo .demo__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 24px;
  }

  .demo__img--main {
    display: none;
  }

  .demo__list-item {
    font-size: 18px;
    line-height: 24px;
  }
}


.demo__rightBlock--content {
  width: 100%;
  height: 100%;
}

.demo__button {
  display: flex;
  max-width: 400px;
  width: 100%;
  padding: 20px 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  margin-top: 60px;
  border-radius: 4px;
  background: #EF802F;

  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
}

.demo__footer {
  padding-top: 100px;
}


.demo__footer--mainblock {
  width: 100%;
  background: #EF802F;
  display: flex;
  align-items: center;
  position: relative;

  padding-left: 64px;
}

.demo__footer--mainTitle {
  color: var(--White, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  /* H2 */
  font-family: Raleway;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  padding-top: 60px;
  padding-bottom: 73px;
  max-width: 900px;
}

.demo__footer--img {
  position: absolute;
  right: 5%;
  bottom: 5%
}


.demo__footer--extraBlock {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .demo__footer--mainblock {
    padding-left: 32px;
  }

  .demo__footer--mainTitle {
    font-size: 36px;
  }

  .demo__footer--img {
    display: none;
  }

  .decor-elem--7 {
    display: none;
  }

}

@media screen and (max-width: 450px) {
  .demo__footer--mainblock {
    padding-left: 32px;
  }

  .demo__footer--mainTitle {
    font-size: 28px;
  }

  .demo__footer--img {
    display: none;
  }

  .demo__button {
    max-width: none;
  }
}

.footer__extraBlock {
  width: 33.333%;
  padding-top: 64px;
  padding-bottom: 92px;
  padding-left: 64px;
  padding-right: 3%;
}

.footer__extraBlock--title {
  color: var(--Black, #121212);
  font-variant-numeric: lining-nums proportional-nums;
  /* Subtitle */
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}

.footer__extraBlock--subtitle {
  color: var(--Black, #121212);
  font-variant-numeric: lining-nums proportional-nums;
  /* Txt */
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.demo .footer__extraBlock:first-child {
  background: #E6E519;
}

.demo .footer__extraBlock:nth-child(2) {
  background: #80E619;
}

.demo .footer__extraBlock:last-child {
  background: #1AE619;
}

@media screen and (max-width: 1280px) {
  .footer__extraBlock:last-child {
    width: 100%;
  }

  .demo .footer__extraBlock:first-child,
  .demo .footer__extraBlock:nth-child(2) {
    width: 50%;
    padding-left: 32px;
  }

  .footer__extraBlock--title {
    font-size: 24px;
    padding-bottom: 8px;
  }

}

@media screen and (max-width: 450px) {}


.speakers {
  background-color: #f0eeea;
}

.speakers__container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 450px) {
  .speakers__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.speakers__upper {
  padding-bottom: 60px;
}

@media screen and (max-width: 450px) {
  .speakers__upper {
    padding-bottom: 30px;
  }
}

.speakers__swiper {
  width: 100%;
  height: 650px;
}

@media screen and (max-width: 450px) {
  .speakers__swiper {
    height: 550px;
  }
}

.speakers__swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.4);
}

.speakers__swiper .swiper-pagination-bullet-active {
  background-color: #ffdd39;
}

.speakers__slide {
  display: flex;
  justify-content: center;
}

.speakers__swiper-btn {
  display: none;
}

.speakers__figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 450px) {
  .speakers__figure {
    align-items: center;
  }
}

.speakers__img {
  width: 300px;
  height: 330px;
  margin-bottom: 40px;
  object-fit: cover;
}

@media screen and (max-width: 450px) {
  .speakers__img {
    margin-bottom: 20px;
  }
}

.speakers__name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #121212;
  text-align: left;
}

@media screen and (max-width: 450px) {
  .speakers__name {
    font-size: 16px;
    line-height: 22px;
  }
}

.speakers__role {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #444;
}

@media screen and (max-width: 450px) {
  .speakers__role {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
}

.values {
  background-color: #f0eeea;
}

.values__container {
  display: flex;
}

@media screen and (max-width: 450px) {
  .values__container {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
}

.values__left,
.values__right {
  width: 50%;
}

@media screen and (max-width: 450px) {

  .values__left,
  .values__right {
    width: 100%;
  }
}

.values__left {
  padding: 60px 60px 100px;
  /* 60 60 100 60 */
  background-color: #e8505b;
}

@media screen and (max-width: 450px) {
  .values__left {
    padding: 40px;
  }
}

.values__title {
  text-align: left;
}

.values__title {
  color: #fff;
}

.values__swiper {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 450px) {
  .values__swiper {
    height: auto;
  }
}

.values__slide {
  box-sizing: border-box;
  height: 520px;
  padding: 60px;
}

@media screen and (max-width: 450px) {
  .values__slide {
    height: auto;
    padding: 40px;
  }
}

.values__slide:nth-child(odd) {
  background-color: #ffabd5;
}

.values__slide:nth-child(even) {
  background-color: #ffdd39;
}

.values__slide--1 {
  position: relative;
}

.values__slide--3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.values__list {
  font-size: 27px;
  font-weight: 500;
  line-height: 37px;
  color: #121212;
  list-style-type: disc;
}

.values__list-item {
  text-decoration: underline;
}

.values__list-item:hover {
  opacity: 0.8;
}

.values__list-item:not(:last-child) {
  margin-bottom: 30px;
}

.values__slide-title {
  margin-bottom: 50px;
  font-size: 27px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
}

.values__slide-button {
  align-self: center;
}

.values__scroll-animation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 450px) {
  .values__scroll-animation {
    display: none;
  }
}

.values__swiper-pagination {
  bottom: 15px;
}

.values__swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  /* stylelint-disable-next-line color-function-notation */
  background-color: rgba(0, 0, 0, 0.6);
}

.values__swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #e8505b;
}

.socials {
  position: relative;
  background-color: #f0eeea;
}

.socials__container {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 450px) {
  .socials__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.socials__upper {
  padding-bottom: 60px;
}

@media screen and (max-width: 450px) {
  .socials__upper {
    padding-bottom: 30px;
  }
}

.socials__lower {
  display: flex;
}

.socials__lower-left,
.socials__lower-central,
.socials__lower-right {
  width: 33.3333333333%;
}

.socials__lower-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 60px;
}

@media screen and (max-width: 450px) {
  .socials__lower-left {
    display: none;
  }
}

.socials__lower-central {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 450px) {
  .socials__lower-central {
    width: 100%;
  }
}

.socials__lower-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 60px;
}

@media screen and (max-width: 450px) {
  .socials__lower-right {
    display: none;
  }
}

.socials__main-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 290px;
  height: 530px;
  padding-bottom: 40px;
  background-image: url("../img/socials/qrMobile.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.socials__button {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.socials__text-wrapper {
  position: relative;
  width: 450px;
  min-height: 144px;
  padding: 30px;
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  background-color: #fff;
}

.socials__text-wrapper--left::after {
  position: absolute;
  top: 50%;
  right: -35px;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid #fff;
  transform: translateY(-50%);
}

.socials__text-wrapper--right::before {
  position: absolute;
  top: 50%;
  left: -35px;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid transparent;
  border-right: 35px solid #fff;
  border-bottom: 20px solid transparent;
  transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {

  .socials__text-wrapper--left,
  .socials__text-wrapper--right {
    display: none;
  }

  .socials__button {
    margin-left: 25px;
  }
}

@media screen and (max-width: 450px) {
  .offer__container {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .socials__button {
    margin: 0;
  }
}

.offer {
  background: #C7EC88;
}

.offer__container {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 450px) {
  .offer__container {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.offer__left {
  padding-left: 64px;
}

.offer__left,
.offer__right {
  width: 50%;
  position: relative;
}


.offer__title {
  margin-bottom: 40px;
  color: #263238;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .offer__title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .offer__left {
    padding-left: 24px;
  }
}


.offer__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #263238;
}

.offer__right {
  padding-left: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer__right--img {
  position: absolute;
  right: 0;
  bottom: 75%;
  pointer-events: none;
}

@media screen and (max-width:1280px) {
  .offer__right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .offer_button {
    width: 100%;
    padding: 10px;
  }

  .offer__right--img {
    width: 250px;
    left: -100%;
    bottom: 90%;
  }
}

@media screen and (max-width: 450px) {
  .offer__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .offer__title {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .offer__left,
  .offer__right {
    width: 100%;
  }

  .offer__text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .offer__right--img {
    display: none;
  }

  .offer_button {
    width: 100%;
  }
}

.offer__form {
  max-width: 370px;
}

.offer__input {
  width: 100%;
  height: 60px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  border: none;
  border-radius: 4px;
  outline: none;
}

.offer__input:not(:last-child) {
  margin-bottom: 20px;
}

.offer__input::placeholder {
  color: #a7a9ac;
}

.offer__input--email {
  margin-bottom: 40px !important;
}

.offer_button {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.offer__policy {
  max-width: 370px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #263238;
  text-align: center;
}

.offer__link {
  text-decoration: underline;
}

.organisers {
  background-color: #f0eeea;
}

.organisers__container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}

@media screen and (max-width: 450px) {
  .organisers__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.organisers__upper {
  padding-bottom: 60px;
}

@media screen and (max-width: 450px) {
  .organisers__upper {
    padding-bottom: 40px;
  }
}

.organisers__central {
  display: flex;
  min-height: 550px;
}

@media screen and (max-width: 450px) {
  .organisers__central {
    flex-direction: column;
  }
}

.organisers__central-left,
.organisers__central-right {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {

  .organisers__central-left,
  .organisers__central-right {
    width: 100%;
  }
}


@media screen and (max-width: 450px) {
  .organisers__central--container {
    min-height: 150px;
    padding: 30px;
  }
}

.organisers__central-right {
  padding-top: 67px;
  padding-left: 100px;
  background: var(--Beige-light, #F7F7F7);
}

@media screen and (max-width: 450px) {
  .organisers__central-right {
    padding-left: 20px;
  }
}

.organisers__central-info-wrapper {
  display: flex;
  min-height: 180px;
  height: 50%;
}

@media screen and (max-width: 450px) {
  .organisers__central-info-wrapper {
    min-height: auto;
  }
}

.organisers__central--container {
  width: 100%;
  height: 50%;
  padding-top: 30px;
}

.organisers__central--container:first-child {
  background: var(--White, #FFF);
}

.organisers__central--container:last-child {
  background: #FCFBFA;
}

.organisers__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-right: 1px solid #a7a9ac;
}

@media screen and (max-width: 450px) {
  .organisers__logo-wrapper {
    width: 100%;
    border: none;
  }
}

.organisers__logo-img--1 {
  width: 162px;
  height: 100px;
}

.organisers__logo-img--2 {
  width: 190px;
  height: 62px;
}

.organisers__explain-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

@media screen and (max-width: 450px) {
  .organisers__explain-wrapper {
    display: none;
  }
}

.organisers__explain {
  max-width: 250px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #444;
}

.organisers__question {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
  line-height: 37px;
  color: #121212;
}

.organisers__appeal {
  margin-bottom: 55px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #121212;
}

@media screen and (max-width: 450px) {
  .organisers__appeal {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
  }

}

.organisers__appeal-link {
  color: var(--kadri-kd-blue, #1B68A4);
  font-variant-numeric: lining-nums proportional-nums;
}

.organisers__person {
  display: flex;
}

.organisers__person-img {
  width: 80px;
  height: 80px;
}

.organisers__person-right {
  padding-left: 35px;
}

@media screen and (max-width: 450px) {
  .organisers__person-left {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .organisers__person-img {
    width: 100px;
    height: auto;
  }
}

.organisers__person-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #27282e;
}

.organisers__person-role {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #27282e;
}

@media screen and (max-width: 450px) {
  .organisers__person-role {
    font-size: 16px;
    line-height: 22px;
  }
}

.organisers__person-link {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--kadri-kd-blue, #1B68A4);
  font-variant-numeric: lining-nums proportional-nums;
}

.organisers__lower {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

@media screen and (max-width: 450px) {
  .organisers__lower {
    flex-direction: column;
    padding-top: 30px;
  }
}

.organisers__lower-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #121212;
}

.organisers__copyright {
  margin-bottom: 20px;
}

.organisers__policy-wrapper {
  padding-bottom: 20px;
}

.organisers__policy-link {
  text-decoration: underline;
}

.organisers__policy-link:first-child {
  margin-right: 20px;
}

.organisers__socials-link--1 {
  width: 39px;
  height: 22px;
  margin-right: 20px;
}

@media screen and (max-width: 450px) {
  .organisers__socials-link--1 {
    margin-bottom: 20px;
  }
}

.organisers__socials-link--2 {
  width: 31px;
  height: 27px;
}

.organisers__socials-img--1 {
  width: 39px;
  height: 22px;
}

.organisers__socials-img--2 {
  width: 31px;
  height: 27px;
}

.organisers__socials-img {
  transition: 0.1s opacity ease;
}

.organisers__socials-img:hover {
  opacity: 0.8;
}

.footer {
  background-color: #121212;
}

.footer__container {
  padding: 50px;
}

.footer__text-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__wrapper {
  width: 50%;
}

.footer__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #a7a9ac;
}

.footer__text:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 450px) {
  .footer__text:last-child {
    margin-bottom: 20px;
  }

  .footer__text-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .footer__wrapper {
    width: 100%;
  }

  .footer__container {
    padding: 20px;
  }
}

.footer__logo-link {
  display: block;
  width: 160px;
  height: 14px;
}