* {}

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  /* Светлый фон по умолчанию (центр) */
  font-family: "Inter", sans-serif;
  position: relative;
}


/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

.hidden {
  display: none;
}

.hidden-client {
  display: none;
}

@font-face {
  font-family: '21Cent';
  src: url(../fonts/21Cent-Regular.otf);
}

/* Жирный */
@font-face {
  font-family: 'Bebas';
  src: url(../fonts/ofont.ru_Bebas\ Neue_0.ttf);
}

@font-face {
  font-family: 'gravtrac';
  src: url(../fonts/gravtrac.ttf);
}


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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

body {
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  color: var(--color-text);
}

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

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

p {
  padding: 0;
  margin: 0;
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}

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

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

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  width: 241px;
  letter-spacing: 0.02em;
  border-radius: 10px;
  background: #E1481E;
  transition: 0.2s all ease;
}

.button:hover {
  background-color: #FF7D26;
  transition: 0.2s all ease;
}

.button__black {
  background: #36394C;
}

.button__black:hover {
  background: #62667E;
}

.button--tg {
  position: fixed;
  background: linear-gradient(138deg, #f1d8b8 0%, #edc190 100%);
  padding: 22px 0px;
  width: 100%;
  max-width: 220px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  border-radius: 10px;
  color: #000;
  transition: 0.3s all ease-in-out;
  right: 3%;
  bottom: 3%;
  z-index: 10;
}

.button--tg:hover {
  font-size: 17px;
}

@media (max-width:550px) {
  .button--tg {
    padding: 16px;
    font-size: 14px;
  }

  .button--tg:hover {
    font-size: 14px;
  }
}

.hidden {
  display: none !important;
}

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

.сontainer-huge {
  max-width: 1440px;
  margin: 0 auto;

}

@media (max-width: 1280px) {
  .container-huge {
    margin: 0 10px;
  }
}

.linkheader:hover {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 12px;
}




@media (max-width: 576px) {
  .container-huge {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.main__container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(90deg, #36394C 0%, #36394C 6.75%, #FCFBE4 6.75%, #FCFBE4 93.25%, #36394C 93.25%, #36394C 100%);
}

@media screen and (max-width: 576px) {
  .main__container {
    background: #FCFBE4;
  }
}

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

@media (max-width: 1280px) {
  .container {
    margin: 0 10px;
  }
}


@media (max-width: 576px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.container-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  padding: 6px 20px;
  margin: 0 auto;
}

.container__program {
  max-width: 1224px;
  margin: 0 auto;
}

.container__experts {
  max-width: 1235px;
  margin: 0 auto;
}

.container__carousel {
  max-width: 1460px;
  margin: 0 auto;
  padding-bottom: 123px;
}

.ttg__container {
  max-width: 1269px;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .container-wide {
    padding: 10px;
  }
}

#panelcontainer {
  z-index: 10;
  width: 162px;
  height: 32px;
}

.text-accent-span {
  color: var(--color-accent);
}

.scroll-up-button {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  cursor: pointer;
  visibility: hidden;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s all ease;
  transform: translateY(40px);
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1921px) {
  .scroll-up-button {
    display: none;
  }
}

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

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

.scroll-up-button:active {
  opacity: 0.8;
}

.scroll-up-button--active {
  visibility: visible;
  opacity: 0.8;
  transition: 0.2s all ease;
  transform: translateY(0);
}

.scroll-up-button__img {
  width: 48px;
  height: 48px;
}

.header {
  display: flex;
  flex-direction: column;
}

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

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

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

.header__id2-container {
  background-color: #333232;
}

.header__id2-container-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__id2-container-logo-img {
  width: 200px;
  height: 20px;
  object-fit: contain;
}

@media (max-width:600px) {
  .header__id2-container-logo-img {
    width: 125px;
  }
}

.header__tg {
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0.9;
  background: #8594C1;

  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  height: 50px;
  gap: 4px;
  /* 23.4px */
}

@media (max-width:550px) {
  .header__tg {
    display: none;
  }
}

.header__main {
  background: #740314;
}

.header__main--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.circle {
  position: absolute;
  z-index: -10;
}

/*main*/
main {
  padding-top: 100px;
  padding-bottom: 31px;
  background-repeat: repeat-x;
  position: relative;
}

@media (max-width:576px) {
  main {
    padding: 0px 0px 85px 0;
    overflow: hidden;
  }
}

.main__online {
  padding-top: 16px;
  position: relative;
  min-height: 100vh;
}

.main__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

@media (max-width:1440px) {
  .main__inner {
    overflow: hidden;
  }
}

.main__inner-online {
  padding-top: 32px;
  padding-bottom: 32px;
  /* padding-right: 86px; */
  gap: 32px;
}

.photo__link {
  color: var(--Text-secondary, #444);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: underline;
}

/* .animation_circle {
  position: absolute;

  width: 400px;
  height: 400px;
  z-index: -1;

  top: 20%;
  left: 30%;
  background-color: white;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 50%;
  animation: animation_circle 2s infinite ease-in-out;
} */



@media (max-width:1080px) {
  .main__inner {
    padding: 65px 32px;
  }
}

@media (max-width:576px) {
  .main__inner {
    padding: 0px 0px;
  }
}


.main__upper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  gap: 30px;
}

.main__uppertextinner {
  display: flex;
  gap: 10px;
}

.main__uppertext {
  font-size: 20px;
  font-family: 400;
  line-height: 26px;
  color: #000;
}

.main__lower-button {
  display: flex;
  gap: 23px;
}

.main__uppertext span {
  font-weight: 600;
}

@media (max-width:576px) {
  .main__upper {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0px;
    padding-top: 108px;
  }

  .main__uppertextinner {
    display: none;
  }
}

nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 35px;
}

@media (max-width:700px) {
  nav {
    gap: 0;
  }
}

nav li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  /* 23.4px */
}

@media (max-width:700px) {
  nav li a {
    display: none;
  }
}

.header__main--inner {
  padding: 24px 0px;
}

.button-cert {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 8px 12px;
  color: #fff;
  font-size: 18px;
}

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

.main__logokadrov {}

.main__logokadrovmob {
  display: none;
}

@media (max-width:1080px) {
  .main__central {
    flex-direction: column;
  }
}

.main__data {
  font-weight: 700;
  font-size: 38px;
  line-height: 70px;
  text-transform: uppercase;
  color: #E1481E;
}

@media (max-width:576px) {
  .main__upper {
    justify-content: center;
    align-items: center;
  }

  .main__data {
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
  }

  .main__logokadrov {
    display: none;
  }

  .main__logokadrovmob {
    display: block;
  }
}

.main__title {
  font-weight: 400;
  font-size: 74px;
  line-height: 86.31px;
  text-transform: uppercase;
  font-family: '21Cent';
  color: #E1481E;
  letter-spacing: -4px;
  padding-bottom: 48px;
}

.main__title1 {
  font-weight: 400;
  font-size: 74px;
  line-height: 86.31px;
  text-transform: uppercase;
  font-family: '21Cent';
  color: #E1481E;
  letter-spacing: -4px;
}

.smoke__position1 {
  position: absolute;
  width: 1011px;
  height: 579px;
  left: 578px;
  top: 143px;
  background: url(Smoke.jpg);
  opacity: 0.6;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.main__title span {
  font-size: 128px;
  line-height: 110%;
}

@media (min-width:549px) {
  .main__title2 {
    display: none;
  }
}


@media (max-width:550px) {
  .main__title2 {
    font-size: 36px;
    line-height: 114%;
    font-weight: 400;
    line-height: 86.31px;
    text-transform: uppercase;
    font-family: '21Cent';
    color: #E1481E;
    letter-spacing: -4px;
    padding-bottom: 48px;
  }

  .main__title1 {
    display: none;
  }

  .main__title span {
    font-size: 48px;
    line-height: 114%;
  }
}

.main__central-left {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
  position: relative;
}

.main__subtitle {
  font-weight: 500;
  font-size: 24.81px;
  line-height: 37.2px;
  color: #000;
  text-align: center;
}

.main__subtitle br {
  display: none;
}

/* 
.main__online-subtitle {
  font-weight: 600;
  font-size: 41.35px;
  line-height: 57.9;
  color: #000;
} */

.main__subtitle span {
  color: #E1481E;
}

.main__name {
  font-weight: 600;
  font-size: 41.35px;
  line-height: 57.9px;
  color: #000;
  text-align: center;
}

.main__info {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  text-align: center;
}

@media (max-width:550px) {
  .main__subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
  }

  .main__online-subtitle {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
  }


  .main__name {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 120%;
  }

  .main__info {
    font-weight: 300;
    font-size: 20px;
  }

  .main__info {
    font-size: 16px;
    line-height: 162%;
  }

  .main__subtitle br {
    display: block;
  }
}

.mainImg {
  position: absolute;
  right: -28%;
  top: 12%;
}

.mainImg::after {
  content: '';
  position: absolute;
  width: 745px;
  height: 745px;
  right: 50%;
  top: 43%;
  transform: translate(50%, -50%);
  background: radial-gradient(50% 50% at 50% 50%, rgb(255 160 101) 0%, rgb(0, 0, 0) 100%);
  ;
  border-radius: 100%;
  filter: blur(4px);
  z-index: 1;
}

.mainImg--img {
  position: relative;
  z-index: 2;
}

@media (max-width:1920px) {
  .mainImg {
    right: -20%;
  }

  .mainImg::after {
    width: 600px;
    height: 600px;
  }

  .mainImg--img {
    width: 100%;
  }
}

@media (max-width:1670px) {
  .mainImg {
    right: -17%;
    display: flex;
    justify-content: center;
  }

  .mainImg--img {
    width: 90%;
  }
}

@media (max-width:1440px) {
  .mainImg {
    right: -9%;
    display: flex;
    justify-content: center;
    z-index: -1;
  }

  .mainImg--img {
    width: 75%;
  }
}

@media (max-width:1080px) {
  .main__central-left {
    align-items: center;
  }
}

@media (max-width:550px) {
  .main__central-left {
    align-items: start;
  }
}

@media (max-width:600px) {
  .main__central-left img {
    width: 300px;
    height: auto;
  }
}

@media (max-width:1080px) {
  .mainImg {
    display: none;
  }
}


.main__central-left .left__subtitle {
  color: #F07059;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  /* 140% */
  text-transform: uppercase;

  display: flex;
  flex-direction: column;
  gap: 5px;
  border-left: 1px solid #000;
  padding-left: 16px;

}

@media (max-width:1080px) {
  .main__central-left .left__subtitle {
    border-left: none;
    padding-left: 0px;
    padding-top: 29px;
  }
}

.main__central-left .left__subtitle span {
  font-size: 34px;
  font-weight: 400;

}


@media (max-width:1080px) {
  .right__inner {
    padding-top: 37px;
  }
}

.main__central-right .right__inner h2 {
  color: #FFF;
  font-feature-settings: 'liga' off;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;

  display: flex;
  flex-direction: column;
}

.main__central-right .right__inner h2 span {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  color: #FFF;
  /* 125% */
}

@media (max-width:550px) {
  .main__central-right .right__inner h2 {
    font-size: 24px;
    line-height: 29px;
    color: #FFF;
  }

  .main__central-right .right__inner h2 span {
    font-size: 17px;
    line-height: 21px;
    color: #FFF;
  }
}

.main__central-right .right__inner p {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;

  display: flex;
  justify-content: end;
}

@media (max-width:1080px) {
  .main__central-right .right__inner p {
    justify-content: start;
    padding-top: 13px;
  }
}

.main__central-right .right__lower {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-top: 26px;
}

.right__lower-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main__central-right .right__lower .right__lower-upper {
  display: flex;
  align-items: start;
  gap: 2px;
}

.main__central-right .right__lower .right__lower-upper p {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;

  list-style-image: url(../img/main/Location.png);
}

.main__central-right .right__lower .right__lower-upper p span {
  font-weight: 600;
}

@media (max-width:550px) {
  .main__img-16 {
    display: none;
  }
}

.main__button {
  max-width: 474px;
  width: 100%;
  min-width: 400px;
  cursor: pointer;
}

@media (max-width:1080px) {
  .main__button {
    min-width: 0px;
  }
}

.button--auth {}

.main__lower {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

@media (max-width:576px) {
  .main__lower {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
}

.fireMain {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -1;
}

.fireMain1 {
  position: absolute;
  left: -50%;
  top: 0%;
  background: url(Smoke.jpg);
  opacity: 0.6;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
  width: 1000px;
  height: 600px;
}

.fireMain2 {
  position: absolute;
  left: -40%;
  top: 40%;
  background: url(Smoke.jpg);
  opacity: 0.6;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 1000px;
  height: 600px;
  z-index: -1;
  /* Smoke 2 */



}

.eclipse {
  /* Ellipse 54 */

  /* Ellipse 54 */

  position: absolute;
  width: 839px;
  height: 839px;
  left: 60%;
  top: 0%;

  background: radial-gradient(50% 50% at 50% 50%, #FF7C2A 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
  filter: blur(2px);
  z-index: -1;

}

@media (max-width:550px) {
  .fireMain {
    width: 100%;
  }
}


/* experts */
.slider {
  background-color: inherit;
  padding-top: 139px;
  position: relative;
}

.slider__fordecor {
  width: 1660px;
  margin: 0 auto;
  position: relative;
}

.slider__container {
  border-radius: 20px;
  border: 1.5px solid #BB9B57;
  background: #FCFBE4;
  backdrop-filter: blur(2px);
  padding: 23px 32px;
}

.slider__experts {
  padding: 81px 59px 56px 52px;
  background: linear-gradient(to left bottom, #fff8da, #faf2d3, #f4edcd, #efe7c6, #eae2c0);
  border: 2.66px solid #BB9B57;
  border-radius: 19.96px;
}

.slider__title {
  color: #E1481E;
  font-family: 'gravtrac';
  font-weight: 700;
  font-size: 68px;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
}

.stardecorexper {
  position: absolute;
  top: 28%;
  right: 25%;
  z-index: 1;
}

.decor__programdeks1 {
  position: absolute;
  top: 6%;
  left: 6.7%;
  z-index: 1;
  max-width: 1660px;
  width: calc(100% - 13.4%);
}

.decor__programdeks2 {
  position: absolute;
  top: 0%;
  left: 6.7%;
  z-index: 1;
  max-width: 1660px;
  width: calc(100% - 13.4%);
}

.decor__programdeksmob1 {
  display: none;
}


.decor__programdeksmob2 {
  display: none;
}

@media (max-width:550px) {
  .slider__title {
    font-weight: 400;
    font-size: 46px;
  }

  .decor__programdeks1 {
    display: none;
  }

  .decor__programdeks2 {
    display: none;
  }

  .stardecorexper {
    display: none;
  }

  .decor__programdeksmob1 {
    position: absolute;
    width:100%;
    display: block;
    top: 0%;
    left: 0%;
    z-index: 1;
  }

  .decor__programdeksmob2 {
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    z-index: 1;
    width: 100%;
  }

  .slider {
    padding-top: 78px;
  }

  .slider__container {
    margin-left: 17px;
    margin-right: 18px;
    padding: 8px 9px 7px 8px;
  }

  .slider__experts {
    padding: 40px 20px;
    border: none;
  }
}

.slider__wrapper {
  padding-top: 42px;
  width: 100%;
}

/* ДЕСКТОП ВЕРСИЯ (>= 769px) - простая сетка */
@media (min-width: 769px) {

  /* Отключаем поведение Swiper */
  .swiper {
    overflow: visible !important;
  }

  .swiper-wrapper {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center !important;
    transform: none !important;
    width: 100% !important;
    gap: 0 !important;
  }

  .speakers-grid__item {
    flex: 0 0 auto !important;
    width: 185px !important;
    margin: 0 !important;
  }



  /* Отступы как вы просили */
  .speakers-grid__item:first-child {
    margin-right: 0px !important;
  }

  .speakers-grid__item:nth-child(2) {
    margin-right: 0px !important;
  }

  .speakers-grid__item:nth-child(3) {
    margin-right: 0px !important;
  }

  .speakers-grid__item:last-child {
    margin-right: 0 !important;
  }

  /* ПРЯЧЕМ всё лишнее */
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination,
  .swiper-nav-mobile {
    display: none !important;
  }

  /* Скрываем лишние элементы Swiper */
  .swiper-scrollbar,
  .swiper-notification {
    display: none !important;
  }
}



.swiper-wrapper {
  display: grid !important;
  grid-template-columns: 251.03px 34px 266px 19px 244.42px 41px 244.42px !important;
  justify-content: start !important;
}

.speakers-grid__item {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}

/* МОБИЛЬНАЯ ВЕРСИЯ (<= 768px) - слайдер */
@media (max-width: 768px) {
  .swiper {
    width: 100%;
    padding-bottom: 60px;
  }

  .swiper-wrapper {
    display: flex !important;
  }

  .speakers-grid__item {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .slider__wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  /* Навигация для мобилок */
  .swiper-nav-mobile {
    display: block;
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0;
    background-color: transparent;
    border-radius: 50%;
  }

  .swiper-button-prev {
    left: 30%;
  }

  .paddingexpert {
    display: none;
  }

  .swiper-button-next {
    right: 30%;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 20px;
    color: #62358C;
  }

  .swiper-pagination {
    display: block;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #000;
  }

  .swiper-pagination-bullet-active {
    background-color: #F9D03C !important;
  }
}

@media (max-width: 576px) {
  .swiper-button-prev {
    left: 25%;
  }

  .swiper-button-next {
    right: 25%;
  }
}

/* Общие стили карточек */
.slider__lower {
  display: flex;
  flex-direction: column;
}

.slider__speakers-img {
  max-width: 185px;
  height: 185px;
  width: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.slider__speakers-name {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding-top: 14px;
}

.slider__speakers-subtitle {
  color: #444;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

@media (max-width:550px) {
  .slider__speakers-img {
    width: 70%;
    margin: 0 auto;
  }

  .slider__speakers-name,
  .slider__speakers-subtitle {
    text-align: center;
  }
}

/* Декоративный элемент */
.sliderFire {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -20%;
}

@media (max-width: 768px) {
  .swiper-nav-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
    position: relative;
    bottom: auto;
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0;
    top: auto;
  }

  .swiper-pagination-custom {
    font-size: 18px;
    color: #62358C;
    font-weight: 500;
    min-width: 45px;
    text-align: center;
  }

  /* Скрываем стандартную пагинацию */
  .swiper-pagination {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .swiper-nav-mobile {
    gap: 30px;
  }
}

/************/

/*carousel*/

.carousel {
  position: relative;
}

@media (max-width:550px) {
  .carousel {
    display: none;
  }
}

.carousel__title {
  font-family: 'gravtrac';
  font-weight: 700;
  font-size: 68px;
  line-height: 58px;
  text-transform: uppercase;
  text-align: center;
  color: #E1481E;
  padding-bottom: 89px;
  padding-top: 123px;
}

@media (max-width:550px) {
  .carousel__title {
    font-size: 46px;
    line-height: 130%;
    padding-bottom: 0;
  }
}

.carousel__container {
  position: relative;
  /* Настрой высоту */
}

.carousel__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width:550px) {
  .carousel__wrapper {
    height: 50%;
  }
}

.carousel__block {
  background-image: url(../img/kadr2025.png);
  height: 626px;
  position: relative;
  /* ВАЖНО: для абсолютного позиционирования точек */

}

/* ИЗМЕНЕНО: базовые размеры для всех картинок */
.carousel__item {
  position: absolute;
  top: 47%;
  left: 50%;
  transition: transform 0.3s ease-in-out, left 0.3s ease-in-out, z-index 0.3s;
  z-index: 1;
  width: 370px;
  height: 347px;
}

@media (max-width:550px) {
  .carousel__item {
    width: 100%;
    height: auto;
  }
}

/* ИЗМЕНЕНО: стили для изображений */
.carousel__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Чтобы картинка заполняла весь блок без искажений */
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

@media (max-width:550px) {
  .carousel__item img {
    width: 100%;
    height: auto;
  }
}

/* ИЗМЕНЕНО: центральная картинка (выбранная) */
.carousel--selected {
  width: 519px;
  height: 429px;
  z-index: 3;
  transform: translate(-50%, -50%);
  /* Только для центрирования */
}

/* ИЗМЕНЕНО: боковые картинки */
.carousel__item.left,
.carousel__item.right {
  width: 370px;
  height: 347px;
  z-index: 2;
  transform: translate(-50%, -50%);
  /* Для центрирования */
}

.carousel__item.left {
  left: 30%;
}

.carousel__item.right {
  left: 70%;
}

/* ИЗМЕНЕНО: скрытые картинки */
.carousel__item:not(.left):not(.right):not(.carousel--selected) {
  left: 150%;
  transform: translate(-50%, -50%);
}

.carousel--selected img {
  filter: none;
}

.btn {
  position: absolute;
  top: 48%;
  border-radius: 100%;
  transform: translateY(-50%);
  color: none;
  border: none;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 4;
  font-size: 32px;
}

@media (max-width:550px) {
  .btn {
    top: 45%;
  }
}

.next {
  right: 140px;
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
}

.prev {
  left: 140px;
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
}

.carousel__link {
  position: absolute;
  bottom: 8%;
  right: 41.5%;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

.carouselFire {
  position: absolute;
  left: 0;
  top: -10%;
  z-index: -1;
}

/* ТОЧКИ НАВИГАЦИИ - абсолютное позиционирование */
.carousel__dots {
  position: absolute;
  bottom: 81px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  z-index: 10;
  padding: 8px 16px;
  border-radius: 30px;
  backdrop-filter: blur(2px);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #BB9B57;
  /* Цвет неактивных точек */
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.dot:hover {
  transform: scale(1.2);
  background-color: #d4b16a;
}

.dot.active {
  background-color: #E1481E;
  /* Цвет активной точки */
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(225, 72, 30, 0.7);
}

/* Адаптив для мобильных */
@media (max-width: 550px) {
  .carousel__dots {
    bottom: 30px;
    /* Меньше отступ на мобильных */
    gap: 12px;
    padding: 6px 12px;
  }

  .dot {
    width: 12px;
    height: 12px;
  }
}

/*********/


/*trade*/
.trade {
  /* Trade Block */
  --trade-offset-top: 0px;
  --trade-offset-bottom: 80px;
  --trade-offset-top-mobile: 60px;
  --trade-offset-bottom-mobile: 60px;

  /* Title */
  --trade-title-fz: 24px;
  --trade-title-fw: 700;
  --trade-title-fz-mobile: 20px;
  --trade-title-fw-mobile: 700;

  /* Lead */
  --trade-lead-fz: 18px;
  --trade-lead-fw: 400;
  --trade-lead-fz-mobile: 16px;
  --trade-lead-fw-mobile: 400;

  /* Link */
  --trade-link-fz: 18px;
  --trade-link-fw: 400;
  --trade-link-fz-mobile: 16px;
  --trade-link-fw-mobile: 400;
  --trade-link-color: #fff;

  /* Picture */
  --trade-picture-width: 400px;
  --trade-picture-height: 300px;
  --trade-picture-width-mobile: 300px;
  --trade-picture-height-mobile: 200px;

  color: #000;
  padding: 32px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 576px) {
  .trade {
    padding-top: 35px;
  }
}

/* .trade::after,
.trade::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 140px;
  background: #000;
  border-radius: 50%;
} */

.trade::before {
  top: 0;
  transform: translateY(-50%);
}

.trade::after {
  bottom: 0;
  transform: translateY(50%);
}

.trade__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 173px 0px 186px 0px;
  width: 1208px;

}

@media (max-width: 768px) {
  .trade__container {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .trade__container {
    padding: 0px 15px 0px 15px;
    width: 100%;
    margin: 0 auto;
  }
}

.trade__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-top: 55px;
}

@media (max-width: 768px) {
  .trade__left {
    width: 100%;
    padding-top: 23px;
    padding-left: 0px;
  }
}

.trade__title {
  font-size: var(--trade-title-fz);
  font-weight: var(--trade-title-fw);
  line-height: 130%;
  padding-bottom: 13px;
}

.trade__title br {
  display: none;
}

.stardekstop__trade {
  position: absolute;
  top: 21%;
  left: 16%;
  z-index: 1;
}

@media (max-width: 768px) {
  .trade__title {
    margin-bottom: 15px;
    font-size: var(--trade-title-fz);
    font-weight: var(--trade-title-fw);
    line-height: 130%;
    text-align: center;
    padding-bottom: 0px;
  }

  .stardekstop__trade {
    display: none;
  }
}

@media (max-width: 576px) {
  .trade__title {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
  }

  .trade__title br {
    display: block;
  }
}

.trade__subtitle {
  color: #444;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-top: 4px;
}

.trade__leadblock {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.trade__lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #444444;
}

.trade__lead br {
  display: none;
}

@media (max-width: 576px) {

  .trade__leadblock {
    margin-bottom: 0px;
  }

  .trade__lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
  }

  .trade__subtitle {
    padding-top: 0px;
  }

  .trade__lead br {
    display: block;
  }
}

.trade__link {
  display: inline-flex;
  padding: 16px 40px;
  font-size: var(--trade-link-fz);
  font-weight: var(--trade-link-fw);
  color: var(--trade-link-color);
  text-decoration: none;
  border: none;
  background-color: #F26F31;
}

@media (max-width: 576px) {
  .trade__link {
    font-size: var(--trade-link-fz-mobile);
    font-weight: var(--trade-link-fw-mobile);
  }
}

.trade__right {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 38%;
}

@media (max-width: 1080px) {
  .trade__right {
    padding-right: 16px;
  }
}

@media (max-width: 768px) {
  .trade__right {
    width: 100%;
    justify-content: center;
    padding-right: 0px;
  }
}

.trade__picture {
  width: 100%;
}

.trade__picturemob {
  display: none;
}

.trade__picture-img {
  object-fit: contain;
  width: 100%;
}

@media (max-width: 576px) {
  .trade__picture {
    display: none;
  }

  .trade__picturemob {
    display: block;
  }
}


.trade__button {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 20px 63px 20px 63px;
  max-width: 243px;
  background-color: #E1481E;
  color: #fff;
  margin-top: 75px;
  transition: 0.3s all ease-in-out;
}

.decorstar__trade {
  display: none;
}

@media (max-width: 576px) {
  .trade__button {
    margin-top: 29px;
    max-width: 290px;
    width: 100%;
    background-color: #36394C;
    align-self: center;;
  }

  .decorstar__trade {
    position: absolute;
    display: block;
    top: 2%;
    left: 10%;
    z-index: 1;
  }
}

.trade__button:hover {
  background-color: #ff714a;
  color: #fff;
}

/*******/

/**access**/
.access {
  /* access Block */
  --access-offset-top: 80px;
  --access-offset-bottom: 80px;
  --access-offset-top-mobile: 60px;
  --access-offset-bottom-mobile: 60px;
  --access-all-texts-color: #fff;
  --access-bg-color: inherit;

  /* Title */
  --access-title-fz: 64px;
  --access-title-fw: 400;
  --access-title-fz-mobile: 46px;
  --access-title-fw-mobile: 400;

  /* Lead */
  --access-lead-fz: 24px;
  --access-lead-fw: 400;
  --access-lead-fz-mobile: 16px;
  --access-lead-fw-mobile: 400;

  /* Card */
  --access-card-bg-color: #ddddde;
  --access-card-divider-color: #000;

  /* Card Number */
  --access-card-num-fz: 34px;
  --access-card-num-fw: 400;
  --access-card-num-fz-mobile: 24px;
  --access-card-num-fw-mobile: 400;

  /* Card Text */
  --access-card-text-fz: 18px;
  --access-card-text-fw: 400;
  --access-card-text-fz-mobile: 16px;
  --access-card-text-fw-mobile: 400;

  /* Link */
  --access-link-fz: 18px;
  --access-link-fw: 400;
  --access-link-fz-mobile: 16px;
  --access-link-fw-mobile: 400;
  --access-link-color: #fff;
  --access-link-bg-color: #62358c;

  color: var(--access-all-texts-color);
  background-color: var(--access-bg-color);
  position: relative;
}

.access__container {
  padding-bottom: 144px;
}

@media (max-width: 576px) {
  .access__container {
    padding-top: 91px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
  }
}

.access__upper {
  padding-left: 67px;
}

@media (max-width:550px) {
  .access__upper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.access__title {
  font-family: 'gravtrac';
  font-size: 68px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  padding-bottom: 15px;
  color: #E1481E;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.access__subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  padding-bottom: 71px;
  color: #000;
  text-align: center;
}

@media (max-width: 768px) {
  .access__title {
    width: 100%;
  }

  .access__subtitle {
    display: none;
  }
}

@media (max-width: 576px) {
  .access__title {
    font-size: var(--access-title-fz-mobile);
    font-weight: var(--access-title-fw-mobile);
    padding-bottom: 34px;
  }
}

.access__lead {
  font-size: var(--access-lead-fz);
  font-weight: var(--access-lead-fw);
  line-height: 142%;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .access__lead {
    width: 100%;
  }
}

.decortradestar {
  position: absolute;
  top: -5%;
  right: 14%;
  z-index: 2;
}

.decortradedeks {
  position: absolute;
  top: -5%;
  left: 21%;
  z-index: 2;
}

@media (max-width: 576px) {
  .access__lead {
    font-size: var(--access-lead-fz-mobile);
    font-weight: var(--access-lead-fw-mobile);
  }

  .decortradestar {
    display: none;
  }

  .decortradedeks {
    display: none;
  }
}

.access__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 367px));
  grid-gap: 28px;
  justify-content: center;
}

@media (max-width: 980px) {
  .access__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .access__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
  }
}

.access__card {
  height: 413px;
  padding: 47px 0px 63px 0px;
  border-radius: 20px;
  background: linear-gradient(to left bottom, #fff8da, #faf2d3, #f4edcd, #efe7c6, #eae2c0);
  display: flex;
  flex-direction: column;
}

@media (max-width:1080px) {
  .access__card {
    width: 60%;
  }
}

@media (max-width:600px) {
  .access__card {
    width: 100%;
    height: 300px;
    /* padding: 33px 40px 31px 40px; */
    justify-content: space-between;
    border-radius: 17px;
    max-width: 320px;
  }
}

.access__card-upper {}

.access__card-num {
  font-family: 'gravtrac';
  font-size: 38px;
  font-weight: 700;
  color: #BB9B57;
  line-height: 30px;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 39px;
  /* 136.928% */
}

.dotted-border {
  height: 6px;
  /* Высота = толщина точек */
  background-image: radial-gradient(circle at 3px 3px,
      /* Центр круга смещен влево-вверх */
      #fff 3px,
      /* Радиус 3px (диаметр 6px) */
      transparent 3px);
  background-size: 26px 6px;
  /* 6px (точка) + 20px (расстояние) = 26px */
  background-repeat: repeat-x;
  background-position: 0 0;
}

@media (max-width: 576px) {
  .access__card-num {
    font-size: var(--access-card-num-fz-mobile);
    font-weight: var(--access-card-num-fw-mobile);
    padding-bottom: 28px;
  }

  .dotted-border {
    width: 320px;
  }
}

.decorstar__access {
  display: none;
}

.access__card-lower {
  height: 193px;
  padding: 0px 10px;
  flex-direction: column;
  margin-top: 39px;
  display: flex;
  justify-content: space-between;
}

@media (max-width:550px) {
  .access__card-lower {
    padding: 0px;
    margin-top: 17px;
    justify-content: center;
  }

  .decorstar__access {
    position: absolute;
    display: block;
    top: 1%;
    right: 0%;
    z-index: 1;
  }
}

.access__card-text {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  text-align: center;
  /* 144.444% */
}

.access__links{
  color: #000;
  text-decoration: underline;
}

.access__transform {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .access__card-text {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 22.5px;
    font-family: "Raleway", sans-serif;
  }
}

.access__button-block {
  display: flex;
  align-items: center;
  margin-top: auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;


}

.access__block-center {
  display: flex;
  gap: 14px;
  justify-content: center;
}

@media (max-width:800px) {
  .access__button-block {
    flex-direction: column;
    gap: 20px;
    padding-top: 5px;
  }
}

.access__button {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  max-width: 220px;
  width: 100%;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #000;
  background: rgba(240, 112, 89, 0.00);
  cursor: pointer;
  margin-top: auto;
}

.access__button-center {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  /* max-width: 225px; */
  /* width: 100%; */
  justify-content: center;
  display: flex;
  padding: 12px 4px;
  border-radius: 10px;
  border: 1px solid #000;
  background: rgba(240, 112, 89, 0.00);
  cursor: pointer;
}


.access__button_off {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  max-width: 220px;
  width: 100%;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  padding: 12px 32px;
  border-radius: 10px;
  border: 1px solid #000;
  background: rgba(240, 112, 89, 0.00);
  cursor: pointer;
  margin-top: auto;
}

.access__lower {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

@media (max-width: 576px) {
  .access__lower {
    padding-top: 30px;
  }

  .access__button_off {
    margin-top: 21px;
    width: 216px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
  }

  .access__button-center {
    width: 190px;
    font-size: 16px;
    line-height: 130%;
    margin-top: 24px;
  }

  .access__button {
    width: 190px;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    margin-top: 36px;
  }
}

.access__link {
  display: inline-flex;
  padding: 16px 40px;
  font-size: var(--access-link-fz);
  font-weight: var(--access-link-fw);
  color: var(--access-link-color);
  text-decoration: none;
  background-color: var(--access-link-bg-color);
  border: none;
}

@media (max-width: 576px) {
  .access__link {
    font-size: var(--access-link-fz-mobile);
    font-weight: var(--access-link-fw-mobile);
  }
}

.access__fire {
  position: absolute;
  left: 0;
  top: -20%;
  z-index: -1;
}

/*reason*/
.reason {
  /* reason Block */
  --reason-offset-top: 80px;
  --reason-offset-bottom: 80px;
  --reason-offset-top-mobile: 60px;
  --reason-offset-bottom-mobile: 60px;
  --reason-all-texts-color: #fff;
  --reason-bg-color: inherit;

  /* Title */
  --reason-title-fz: 64px;
  --reason-title-fw: 400;
  --reason-title-fz-mobile: 46px;
  --reason-title-fw-mobile: 400;

  /* Lead */
  --reason-lead-fz: 18px;
  --reason-lead-fw: 400;
  --reason-lead-fz-mobile: 16px;
  --reason-lead-fw-mobile: 400;

  /* Card */
  --reason-card-bg-color: #ddddde;
  --reason-card-divider-color: #000;

  /* Card Number */
  --reason-card-num-fz: 34px;
  --reason-card-num-fw: 400;
  --reason-card-num-fz-mobile: 30px;
  --reason-card-num-fw-mobile: 400;

  /* Card Text */
  --reason-card-text-fz: 18px;
  --reason-card-text-fw: 400;
  --reason-card-text-fz-mobile: 16px;
  --reason-card-text-fw-mobile: 400;

  /* Link */
  --reason-link-fz: 18px;
  --reason-link-fw: 400;
  --reason-link-fz-mobile: 16px;
  --reason-link-fw-mobile: 400;
  --reason-link-color: #fff;
  --reason-link-bg-color: #62358c;

  color: var(--reason-all-texts-color);
  background-color: var(--reason-bg-color);
  position: relative;
}

.reason__container {
  padding-bottom: 144px;
}

@media (max-width: 576px) {
  .reason__container {
    padding: 0px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

@media (max-width:550px) {
  .reason__upper {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 43px;
  }
}

.reason__title {
  font-family: 'gravtrac';
  font-size: 68px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 79px;
  color: #E1481E;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .reason__title {
    font-size: var(--reason-title-fz-mobile);
    font-weight: var(--reason-title-fw-mobile);
    padding-bottom: 0;
  }
}

.reason__lead {
  width: 80%;
  font-size: var(--reason-lead-fz);
  font-weight: var(--reason-lead-fw);
  line-height: 130%;
}

@media (max-width: 768px) {
  .reason__lead {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .reason__lead {
    font-size: var(--reason-lead-fz-mobile);
    font-weight: var(--reason-lead-fw-mobile);
  }
}

.reason__central {
  background-color: #EAE2C0;
  border-radius: 19.96px;
}

.reason__cards {
  display: flex;
}

@media (max-width: 980px) {
  .reason__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .reason__cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 48px 24px 51px 24px;
    flex-direction: column;
    align-items: center;
  }
}

.reason__card {
  height: 372px;
  border-radius: 40px;
  color: #fff;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.reason__card1 {
  padding: 82px 38px 0px 34px;
}

.reason__card2 {
  padding: 82px 50px 0px 40px;
}

.reason__card3 {
  padding: 82px 50px 0px 40px;
}

@media (max-width: 576px) {
  .reason__card1 {
    padding: 0px;
  }

  .reason__card2 {
    padding: 0px;
  }

  .reason__card3 {
    padding: 0px;
  }

  .reason__card {
    height: 100%;
            width: 100%;
        display: flex;
        align-items: center;
  }
}

.reason__card-upper {}

.reason__card-num {
  font-family: 'gravtrac';
  font-size: 38px;
  font-weight: 700;
  line-height: 30px;
  color: #BB9B57;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* 136.928% */
}

.decormonkeyreason {
  position: absolute;
  top: -5%;
  right: 21%;
  z-index: 1;
}

.reasonstardeks {
  position: absolute;
  top: -2%;
  right: 76%;
  z-index: 1;
}

@media (max-width: 576px) {
  .reason__card-num {
    font-size: var(--reason-card-num-fz-mobile);
    font-weight: var(--reason-card-num-fw-mobile);
    text-align: center;
  }

  .decormonkeyreason {
    display: none;
  }

  .reasonstardeks {
    display: none;
  }
}

.reason__card-lower {
  padding-top: 16px;
  padding-bottom: 25px;
}

@media (max-width: 576px) {
  .reason__card-lower {
    padding-bottom: 28px;
    padding-top: 11px;
  }
}

.reason__card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
}

.reason__card-text span br {
  display: none;
}

.dots-vertical {
  width: 10px;
  height: 372px;
  background-image: radial-gradient(circle at 5px 5px,
      /* Центр по центру */
      white 3px,
      /* Радиус 3px (диаметр 6px) */
      transparent 3px);
  background-size: 10px 16px;
  background-repeat: repeat-y;
  background-position: 0 0;
}

@media (max-width: 576px) {
  .reason__card-text {
    font-size: var(--reason-card-text-fz-mobile);
    font-weight: var(--reason-card-text-fw-mobile);
    text-align: center;
  }

  .letter__spacingminus {
    letter-spacing: -0.02em;
  }

  .reason__card-text br {
    display: none;
  }

  .reason__card-text span br {
    display: block;
  }

  .dots-vertical {
    width: 320px;
    height: 6px;
    /* Высота = толщина точек */
    background-image: radial-gradient(circle at 3px 3px,
        /* Центр круга смещен влево-вверх */
        #fff 3px,
        /* Радиус 3px (диаметр 6px) */
        transparent 3px);
    background-size: 26px 6px;
    /* 6px (точка) + 20px (расстояние) = 26px */
    background-repeat: repeat-x;
    background-position: 0 0;
    padding-bottom: 35px;
  }
}

.reason__button {
  color: #000;
  font-size: 18px;
  font-weight: 500;


  display: flex;
  margin: 0 auto;
  padding: 12px 32px;
  border-radius: 33px;
  border: 1px solid #000;
  background: rgba(240, 112, 89, 0.00);
}

.reason__lower {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.decorstar__reason {
  display: none;
}

@media (max-width: 576px) {
  .reason__lower {
    padding-top: 30px;
  }

  .decorstar__reason {
    position: absolute;
    display: block;
    top: -5%;
    left: 2%;
    z-index: 1;
  }
}

.reason__link {
  display: inline-flex;
  padding: 16px 40px;
  font-size: var(--reason-link-fz);
  font-weight: var(--reason-link-fw);
  color: var(--reason-link-color);
  text-decoration: none;
  background-color: var(--reason-link-bg-color);
  border: none;
}

@media (max-width: 576px) {
  .reason__link {
    font-size: var(--reason-link-fz-mobile);
    font-weight: var(--reason-link-fw-mobile);
  }
}

.reasonImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width:550px) {
  .reasonImg {
    width: 100%;
  }
}

.reasonFire {
  position: absolute;
  right: 0;
  bottom: -60%;
  z-index: -1;
}

/*********/

/*program*/
.program {
  padding-top: 122px;
  position: relative;
  overflow: hidden;
}

.program__container {
  background: linear-gradient(90deg, #36394C 0%, #36394C 6.75%, #EEE8C9 6.75%, #EEE8C9 93.25%, #36394C 93.25%, #36394C 100%);
}

.program__upper {
  padding-left: 67px;
  padding-bottom: 49px;
  padding-top: 64px;
}

@media (max-width:576px) {
  .program {
    padding-top: 0;
  }

  .program__container {
    background: #EEE8C9;
  }

  .program__upper {
    padding: 0;
    padding-bottom: 32px;
  }
}

.program__upper-title {
  font-family: 'gravtrac';
  font-weight: 700;
  font-size: 68px;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-align: center;
  color: #E1481E;
  padding-top: 183px;
  padding-bottom: 96px;
}

.program__upper-title span {
  font-weight: 300;
}

@media (max-width:550px) {
  .program__upper-title {
    font-weight: 400;
    font-size: 46px;
    line-height: 96%;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 22px;
  }
}

.program__upper-subtitle {
  font-size: 24px;
  line-height: 142%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 75%;
}

@media (max-width:550px) {
  .program__upper-subtitle {
    display: none;
  }
}

.program__central {
  border-radius: 20px;
  background: linear-gradient(179deg, #f1d8b8 0%, #ecbb85 100%);
}

@media (max-width:600px) {
  .program__central {
    padding-top: 44px;
    padding-left: 0;
    display: none;
  }
}

.program__central-header {
  padding: 86px 66px;
}

.program__central-header--title {
  font-family: 'Bebas';
  font-weight: 400;
  font-size: 64px;
  line-height: 87%;
  text-align: center;
  color: #000;
  padding-bottom: 86px;
}

.stardeks1 {
  position: absolute;
  top: 0.5%;
  left: 1%;
  z-index: 2;
}

.stardeks2 {
  position: absolute;
  top: 0.5%;
  right: 1%;
  z-index: 2;
}

.stardeks3 {
  position: absolute;
  bottom: 0.5%;
  left: 1%;
  z-index: 2;
}

.stardeks4 {
  position: absolute;
  bottom: 0.5%;
  right: 1%;
  z-index: 2;
}

.program__main {
  position: relative;
  padding: 135px 39px 140px 34px;
  background:
    /* Верхний бордер (оранжевый) */
    linear-gradient(to right, transparent 30px, #BB9B57 30px, #BB9B57 calc(100% - 30px), transparent calc(100% - 30px)) top / 100% 2px no-repeat,

    /* Нижний бордер (оранжевый) */
    linear-gradient(to right, transparent 30px, #BB9B57 30px, #BB9B57 calc(100% - 30px), transparent calc(100% - 30px)) bottom / 100% 2px no-repeat,

    /* Левый бордер (оранжевый) */
    linear-gradient(to bottom, transparent 30px, #BB9B57 30px, #BB9B57 calc(100% - 30px), transparent calc(100% - 30px)) left / 2px 100% no-repeat,

    /* Правый бордер (оранжевый) */
    linear-gradient(to bottom, transparent 30px, #BB9B57 30px, #BB9B57 calc(100% - 30px), transparent calc(100% - 30px)) right / 2px 100% no-repeat,

    /* Белый фон */
    #fff;
  z-index: 1;
}

/* Слой 1: Белый фон */
.program__main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EEE8C9;
  z-index: -2;

  -webkit-mask:
    radial-gradient(ellipse 108px 72px at 0 0, transparent 108px, black 109px),
    radial-gradient(ellipse 108px 72px at 100% 0, transparent 108px, black 109px),
    radial-gradient(ellipse 108px 72px at 0 100%, transparent 108px, black 109px),
    radial-gradient(ellipse 108px 72px at 100% 100%, transparent 108px, black 109px);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Слой 2: Бордер (тонкая линия по краю вырезов) */
.program__main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BB9B57;
  z-index: -1;

  /* Рисуем ТОЛЬКО линию по краю */
  -webkit-mask:
    radial-gradient(ellipse 108px 72px at 0 0, transparent 107px, black 108px, transparent 109px),
    radial-gradient(ellipse 108px 72px at 100% 0, transparent 107px, black 108px, transparent 109px),
    radial-gradient(ellipse 108px 72px at 0 100%, transparent 107px, black 108px, transparent 109px),
    radial-gradient(ellipse 108px 72px at 100% 100%, transparent 107px, black 108px, transparent 109px);
  -webkit-mask-composite: xor;
  mask:
    radial-gradient(ellipse 108px 72px at 0 0, transparent 107px, black 108px, transparent 109px),
    radial-gradient(ellipse 108px 72px at 100% 0, transparent 107px, black 108px, transparent 109px),
    radial-gradient(ellipse 108px 72px at 0 100%, transparent 107px, black 108px, transparent 109px),
    radial-gradient(ellipse 108px 72px at 100% 100%, transparent 107px, black 108px, transparent 109px);
  mask-composite: exclude;
  background: #BB9B57;
  /* Цвет бордера */
}

@media (max-width:576px) {
  .program__main {
    background: #fff;
    border-radius: 10px;
    padding: 43px 0px 54px 0px;
  }

  .program__main::before {
    display: none;
  }

  .program__main::after {
    display: none;
  }

  .stardeks1 {
    display: none;
  }

  .stardeks2 {
    display: none;
  }

  .stardeks3 {
    display: none;
  }

  .stardeks4 {
    display: none;
  }
}

.program__main-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width:600px) {
  .program__main-text {
    width: 100%;
  }
}

@media (max-width:600px) {
  .program__central-header {
    padding-left: 17px;
    padding-right: 17px;
  }

  .program__central-header--title {
    font-size: 28px;
    text-align: center;
    line-height: 36px;
  }
}

.program__central-list {
  display: flex;
  flex-direction: column;

  gap: 22px;
}

@media (max-width:600px) {
  .program__central-list {
    gap: 12px;
  }
}

.program__central-list--item {
  display: flex;
}

.speaker--name {
  font-family: "Courier New";
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  color: #000;
  width: 27%;
}

.speaker--description {
  color: #000;
  font-family: "Courier New";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 71%;
}

@media (max-width:600px) {
  .program__central-list--item {
    flex-direction: column;
    gap: 16px;
  }

  .speaker--name {
    width: auto;
  }

  .speaker--description {
    width: auto;
  }
}

.program__main-list {
  padding-top: 12px;
  padding-bottom: 30px;
}

@media (max-width:600px) {
  .program__main {
    padding-left: 0px;
    padding-right: 0px;
  }

  .program__main-list {
    padding-bottom: 0px;
  }
}

.program__block {
  padding: 46px 54px 0px 54px;
}

@media (max-width:576px) {
  .program__block {
    padding: 0;
  }
}

.program__block2 {
  padding: 40px 54px 33px 54px;
  background-color: #FCFBE4;
  margin-top: 44px;
}

@media (max-width:576px) {
  .program__block2 {
    padding: 0;
  }
}


.dotted-border3 {
  height: 6px;
  width: 901px;

  margin-top: 44px;
  background-image: radial-gradient(circle at 3px 3px, #C8B182 3px, transparent 3px);

  /* Чем МЕНЬШЕ значение, тем ЧАЩЕ точки */
  background-size: 16px 6px;
  /* Точки очень часто (16px = 6px точка + 10px расстояние) */
  /* background-size: 26px 6px; */
  /* Было: 6px точка + 20px расстояние */
  /* background-size: 36px 6px; */
  /* Точки реже */
  /* background-size: 46px 6px; */
  /* Точки еще реже */

  background-repeat: repeat-x;
  background-position: 0 0;

}

@media (max-width:576px) {
  .dotted-border3 {
    width: 100%;
    margin-top: 37px;
  }
}


.program__block-content {
  display: flex;
  border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.border__program {
  position: absolute;
  top: 45%;
  left: 0%;
  z-index: 1;
}

@media (max-width:576px) {
  .border__program {
    position: absolute;
    top: calc(100% + 10px);
    left: 0%;
    z-index: 1;
  }
}


.border__program2 {
  position: absolute;
  top: 33%;
  left: 0%;
  z-index: 1;
}
.border__program3 {
  position: absolute;
  top: 42%;
  left: 0%;
  z-index: 1;
}
@media (max-width:576px) {
  .border__program2 {
    position: absolute;
    top: 47%;
    left: 0%;
    z-index: 1;
  }
  .border__program3 {
    position: absolute;
    top: 53%;
    left: 0%;
    z-index: 1;
  }
}






@media (max-width:600px) {
  .program__block-content {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.program__time,
.program__name {
  font-size: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.program__name-colored {}

.program__main-content {
  display: flex;
  flex-direction: column;
}

.program__main-content2 {
  display: flex;
  align-items: flex-start;
}

.program__toper {
  display: flex;
  width: 901px;
}

.program__speakermob {
  display: none;
}

.program__main-content-open {
  cursor: pointer;
}

@media (max-width:576px) {
  .program__main-content-open {
    align-items: start;
    flex-direction: column;
  }

  .program__toper {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .program__speakermob {
    display: block;
    font-size: 15px;
    color: #E1481E;
    font-weight: 400;
    line-height: 130%;
  }

}

@media (max-width:600px) {
  .program__main-content {
    flex-direction: column;
  }
}


.program__time {
  color: #F07059;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;

  display: flex;
  justify-content: center;
  /* padding: 20px 0px; */
}

@media (max-width:576px) {
  .program__time {
    font-size: 34px;
    width: 100%;
    padding: 0px;
    padding-top: 25px;
  }
}

.program__name {
  color: #000;
  font-weight: 600;
  padding-left: 41px;
  font-size: 26px;
  line-height: 130%;
  /* 31.2px */
  padding-top: 5px;
  display: flex;
  flex-direction: column;
}

@media (max-width:550px) {
  .program__name {
    padding: 13px 0px;
  }
}

.program__name-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}

.program__name-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

@media (max-width:600px) {
  .program__button-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 58px;
    padding-top: 24px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
  }
}

.program__button-download {
  border-radius: 10px;
  border: 1px solid #E1481E;
  background: rgba(255, 255, 255, 0.00);
  color: #E1481E;
  font-size: 15px;
  font-weight: 500;
  width: 189px;
  padding: 0px 10px;
  display: none;
}

@media (max-width:600px) {
  .program__button-download {
    display: flex;
  }
}

@media (max-width:600px) {

  .program__name-title {
    font-size: 18px;
    width: 100%;
  }

  .program__name-subtitle {
    display: none;
  }
}

@media (max-width:600px) {
  .program__name {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}

.reveal-content {
  /* Изначально скрываем содержимое блока */
  padding-top: 23px;
}

@media (max-width:600px) {

  .program__block:nth-of-type(3) .program__block-content,
  .program__block:nth-of-type(5) .program__block-content,
  .program__block:nth-of-type(8) .program__block-content,
  .program__block:nth-of-type(10) .program__block-content {
    background-color: #faebd8;
  }

  .reveal-content {
    /* Изначально скрываем содержимое блока */
    padding-top: 45px;
  }
}

.program__speaker {
  color: #F07059;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;

  padding-bottom: 16px;
}

.program__speaker-list {
  display: flex;
  flex-direction: column;
  gap: 16px 30px;
  padding-bottom: 32px;
  list-style: outside;
  padding-left: 24px;
  margin-left: 10px;
}

@media (max-width:600px) {
  .program__speaker-list {
    gap: 4px;
    padding-left: 19px;
  }
}

.program__speaker-list--item {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  /* width: 45%; */
}

@media (max-width:600px) {
  .program__speaker-list--item {
    font-size: 16px;
    width: 100%;
  }
}

.program__speaker-links {
  display: flex;
  flex-direction: column;

  padding: 22px 25px;
  background: #f1d8b8;

  gap: 8px;
}

.program__speaker-links>p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

.program__speaker-links>a {
  color: #F07059;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: underline;
}

@media (max-width:600px) {
  .program__speaker-links>p {
    font-size: 16px;
  }

  .program__speaker-links>a {
    font-size: 16px;
  }

  .program__speaker {
    display: none;
  }
}

.program__info {
  display: none;
}

@media (max-width:550px) {
  .program__info {
    display: block;
  }
}

.program__mobile--info {
  font-weight: 700;
  font-size: 19px;
  line-height: 130%;
  color: #000;
  padding-bottom: 12px;
  padding-left: 16px;
}

.program__mobile--list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0px 16px;
}

.program__mobile--text {
  font-weight: 600;
  font-size: 19px;
  line-height: 130%;
  color: #000;
}

.program__mobile--text span {
  font-size: 16px;
  font-weight: 400;
}

.programFire,
.programFire2,
.programFire3 {
  z-index: -1;
  position: absolute;
}

.programFire {
  right: 0;
  top: 20%;
}

.programFire2 {
  left: 0;
  top: 40%;
}

.programFire3 {
  top: 60%;
  right: 0;
}

/* Стили для анимации/выдвижения блока */
.reveal-content.revealed {
  display: block;
  animation: reveal 0.5s ease;

  border-top: 1px solid #000;
}

.reveal-btn {
  display: flex;
}

@media (max-width:600px) {
  .reveal-btn {
    padding-top: 0;
  }
}

.reveal-img {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  transition: 0.3s all;
  cursor: pointer;
}

@media (max-width:450px) {
  .reveal-img {
    margin-right: 0px;
  }

  .reveal-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    /* 31.2px */
    padding: 16px 32px;
  }

}

.rotate-90 {
  transform: rotate(-90deg);
  /* Применяем поворот изображения на 90 градусов */
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.program__question--button {
  color: #F07059;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;

  border-radius: 10px;
  border: 1px solid #E1481E;
  background: rgba(255, 255, 255, 0.00);

  display: flex;
  margin: 0 auto;

  padding: 16px 24px;

  max-width: 300px;
}

@media (max-width:600px) {
  .program__question--button {
    display: none;
  }
}

.program__question--button:hover {
  color: #fff;
}

.program__footer {
  display: flex;
  justify-content: center;
  gap: 38px;
  padding-bottom: 140px;
  padding-top: 80px;
}

.button-offline {
  width: 100%;
  max-width: 280px;
  background-color: #E1481E;
}

.button-online {
  border-radius: 10px;
  background: var(--White, #36394C);
  width: 100%;
  max-width: 280px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s all;
  /* 100% */
}

.button-online:hover {
  background-color: #fffb00;
}

@media (max-width:600px) {
  .program__footer {
    flex-direction: column;
    padding-top: 32px;
    gap: 17px;
    padding-bottom: 55px;
  }

  .button-offline,
  .button-online {
    display: flex;
    margin: 0 auto;
  }
}

/*********/


/*contest*/

.contest {
  /* contest Block */
  --contest-offset-top: 59px;
  --contest-offset-bottom: 71px;
  --contest-offset-top-mobile: 60px;
  --contest-offset-bottom-mobile: 60px;
  --contest-all-texts-color: inherit;
  --contest-bg-color: inherit;

  /* Logo */
  --contest-logo-width: 150px;
  --contest-logo-height: 50px;
  --contest-logo-width-mobile: 150px;
  --contest-logo-height-mobile: 50px;

  /* Title */
  --contest-title-fz: 48px;
  --contest-title-fw: 300;
  --contest-title-fz-mobile: 34px;
  --contest-title-fw-mobile: 300;

  /* Lead */
  --contest-lead-fz: 20px;
  --contest-lead-fw: 400;
  --contest-lead-fz-mobile: 16px;
  --contest-lead-fw-mobile: 400;

  /* Link */
  --contest-link-fz: 18px;
  --contest-link-fw: 400;
  --contest-link-fz-mobile: 16px;
  --contest-link-fw-mobile: 400;
  --contest-link-color: #fff;
  --contest-link-bg-color: #62358c;

  /* Picture */
  --contest-picture-width: 400px;
  --contest-picture-height: 300px;
  --contest-picture-width-mobile: 300px;
  --contest-picture-height-mobile: 200px;

  color: var(--contest-all-texts-color);
  background-color: var(--contest-bg-color);
  padding-top: 115px;
}

@media (max-width:1080px) {
  .contest {
    padding-top: 47px;
  }
}

.contest__container {
  display: flex;
  padding-top: var(--contest-offset-top);
  padding-bottom: var(--contest-offset-bottom);
  border-radius: 40px;
  background: #FFF;
  box-shadow: 8px 8px 25px 8px rgba(0, 0, 0, 0.25);
  padding-left: 72px;
}

@media (max-width: 768px) {
  .contest__container {
    flex-direction: column;
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (max-width: 576px) {
  .contest__container {
    padding-top: var(--contest-offset-top-mobile);
    padding-bottom: var(--contest-offset-bottom-mobile);
    padding-bottom: 48px;

  }
}

.contest__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}

@media (max-width: 768px) {
  .contest__left {
    width: 100%;
    padding-bottom: 0px;
  }
}

.contest__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.contest__logo-img {
  width: var(--contest-logo-width);
  height: var(--contest-logo-height);
  object-fit: contain;
}

@media (max-width: 576px) {
  .contest__logo-img {
    width: var(--contest-logo-width-mobile);
    height: var(--contest-logo-height-mobile);
  }
}

.contest__title {
  font-size: var(--contest-title-fz);
  font-weight: var(--contest-title-fw);
  line-height: 130%;
  color: #fff;

  padding-left: 64px;
  padding-bottom: 58px;
}

.contest__title span {
  font-weight: 700;
}

@media (max-width: 576px) {
  .contest__title {
    font-size: var(--contest-title-fz-mobile);
    font-weight: var(--contest-title-fw);
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contest__lead {
  font-size: var(--contest-lead-fz);
  font-weight: var(--contest-lead-fw);
  color: #000;
  line-height: 130%;

  padding-bottom: 64px;
  /* 26px */
}

@media (max-width: 576px) {
  .contest__lead {
    margin-bottom: 22px;
    font-size: var(--contest-lead-fz);
    font-weight: var(--contest-lead-fw);
    padding-bottom: 32px;
  }
}

.contest__link {
  display: inline-flex;
  padding: 16px 40px;
  font-size: var(--contest-link-fz);
  font-weight: var(--contest-link-fw);
  color: var(--contest-link-color);
  text-decoration: none;
  background-color: var(--contest-link-bg-color);
  border: none;
}

@media (max-width: 576px) {
  .contest__link {
    font-size: var(--contest-link-fz-mobile);
    font-weight: var(--contest-link-fw-mobile);
  }
}

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

@media (max-width: 768px) {
  .contest__right {
    display: none;
  }
}

.contest__picture-img {
  object-fit: contain;
}

@media (max-width: 576px) {
  .contest__picture-img {
    width: var(--contest-picture-width-mobile);
    height: var(--contest-picture-height-mobile);
  }
}

.contest__button {
  padding: 16px 63px;
}

@media (max-width:550px) {
  .contest__button {
    width: 100%;
    padding: 16px 0px;
  }
}

/*********/

/*book*/
.book {
  /* book Block */
  --book-offset-top: 60px;
  --book-offset-bottom: 55px;
  --book-offset-top-mobile: 60px;
  --book-offset-bottom-mobile: 60px;
  --book-all-texts-color: inherit;
  --book-bg-color: inherit;
  position: relative;

  /* Logo */
  --book-logo-width: 150px;
  --book-logo-height: 50px;
  --book-logo-width-mobile: 150px;
  --book-logo-height-mobile: 50px;

  /* Title */
  --book-title-fz: 64px;
  --book-title-fw: 400;
  --book-title-fz-mobile: 46px;
  --book-title-fw-mobile: 500;

  /* Lead */
  --book-lead-fz: 48px;
  --book-lead-fw: 500;
  --book-lead-fz-mobile: 33px;
  --book-lead-fw-mobile: 500;

  /* Link */
  --book-link-fz: 18px;
  --book-link-fw: 400;
  --book-link-fz-mobile: 16px;
  --book-link-fw-mobile: 400;
  --book-link-color: #fff;
  --book-link-bg-color: #62358c;

  /* Picture */
  --book-picture-width: 400px;
  --book-picture-height: 300px;
  --book-picture-width-mobile: 300px;
  --book-picture-height-mobile: 200px;

  color: var(--book-all-texts-color);
  background-color: var(--book-bg-color);
  padding-top: 115px;
}

@media (max-width:1080px) {
  .book {
    padding-top: 47px;
  }
}

.book__container {
  padding: 81px 87px 56px 52px;
  background: linear-gradient(to left bottom, #fff8da, #faf2d3, #f4edcd, #efe7c6, #eae2c0);
  border: 2.66px solid #BB9B57;
  border-radius: 19.96px;
  display: flex;
  align-items: center;
}

/* .book__container {
  display: flex;
  padding-top: var(--book-offset-top);
  padding-bottom: var(--book-offset-bottom);
  border-radius: 40px;
  background: rgba(103, 102, 102, 0.9);
  padding-left: 72px;
  align-items: center;
  margin-top: 63px;
}

@media (max-width: 768px) {
  .book__container {
    flex-direction: column-reverse;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 0px;
  }
} */


@media (max-width: 576px) {
  .book__container {
    padding: 37px 13px 0px 11px;
    flex-direction: column-reverse;
    border: none;
  }
}

.book__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 44%;
}

@media (max-width: 768px) {
  .book__left {
    width: 100%;
    padding-bottom: 0px;
  }
}

.book__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.book__logo-img {
  width: var(--book-logo-width);
  height: var(--book-logo-height);
  object-fit: contain;
}

@media (max-width: 576px) {
  .book__logo-img {
    width: var(--book-logo-width-mobile);
    height: var(--book-logo-height-mobile);
  }
}

.book__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  padding-bottom: 5px;
}

.book__title span {
  font-weight: 700;
}

@media (max-width: 576px) {
  .book__title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.01em;
  }

  .book__title br {
    display: none;
  }
}

.book__lead {
  font-size: var(--book-lead-fz);
  font-weight: var(--book-lead-fw);
  line-height: 130%;
  text-align: center;
  color: #fff;
  /* 26px */
}

@media (max-width: 576px) {
  .book__lead {
    font-size: 32px;
  }
}

.book__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #000;
  padding-bottom: 50px;
  letter-spacing: -0.03em;
}

.book__subtitle br {
  display: none;
}

@media (max-width:550px) {
  .book__subtitle {
    font-size: 16px;
    padding-bottom: 32px;
  }
}

.book__link {
  display: inline-flex;
  padding: 16px 40px;
  font-size: var(--book-link-fz);
  font-weight: var(--book-link-fw);
  color: var(--book-link-color);
  text-decoration: none;
  background-color: var(--book-link-bg-color);
  border: none;
}

@media (max-width: 576px) {
  .book__link {
    font-size: var(--book-link-fz-mobile);
    font-weight: var(--book-link-fw-mobile);
  }
}

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

@media (max-width: 768px) {
  .book__right {
    width: 100%;
  }
}

.book__picture-img {
  object-fit: contain;
}

@media (max-width:770px) {
  .book__picture {
    display: none;
  }
}

@media (max-width: 576px) {
  .book__picture-img {
    width: var(--book-picture-width-mobile);
    height: var(--book-picture-height-mobile);
  }
}

.book__picture-mobile {
  display: none;
}

@media (max-width:770px) {
  .book__picture-mobile {
    display: block;
  }
}

.book__button {
  padding: 16px 30px;
  width: 357px;
}

.book__buttonmob {
  display: none;
}

@media (max-width:770px) {
  .book__button {
    width: 100%;
    display: none;
  }

  .book__buttonmob {
    display: block;
    padding: 19px 6px;
    width: 266px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 27px 28px 0px 28px;
  }
}

@media (max-width:550px) {
  .book__button {
    width: 100%;
    padding: 16px 0px;
  }
}

/*********/

.callback {
  position: relative;
  /* Callback Block */
  --callback-offset-top: 80px;
  --callback-offset-bottom: 80px;
  --callback-offset-top-mobile: 60px;
  --callback-offset-bottom-mobile: 60px;
  --callback-all-texts-color: inherit;
  --callback-bg-color: inherit;

  /* Title */
  --callback-title-fz: 32px;
  --callback-title-fw: 700;
  --callback-title-fz-mobile: 24px;
  --callback-title-fw-mobile: 700;

  /* Lead */
  --callback-text-fz: 24px;
  --callback-text-fw: 400;
  --callback-text-fz-mobile: 18px;
  --callback-text-fw-mobile: 400;

  /* Button */
  --callback-button-fz: 18px;
  --callback-button-fw: 400;
  --callback-button-fz-mobile: 16px;
  --callback-button-fw-mobile: 400;
  --callback-button-color: #222;
  --callback-button-bg-color: #fbbb69;

  /* Legal Text */
  --callback-legal-fz: 14px;
  --callback-legal-fw: 400;
  --callback-legal-fz-mobile: 14px;
  --callback-legal-fw-mobile: 400;

  color: var(--callback-all-texts-color);

}

@media (max-width: 576px) {
  .callback {
    padding-bottom: 62px;
  }
}

.callback__title {
  font-size: 68px;
  line-height: 130%;
  letter-spacing: 0.07%;
  font-weight: 700;
  font-family: 'gravtrac';
  color: #E1481E;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 80px;
}


.callback__container {
  padding: 84px 56px 47px 46px;
  background: linear-gradient(to left bottom, #fff8da, #faf2d3, #f4edcd, #efe7c6, #eae2c0);
  border-radius: 19.96px;
  position: relative;
}

@media (max-width: 576px) {
  .callback__container {
    padding: 158px 31px 38px 31px;
  }

  .callback__containermob {
    padding: 0px;
    margin: 0 auto;
  }
}

.callback__upper {
  padding-bottom: 29px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 576px) {
  .callback__upper {
    padding-bottom: 17px;
    gap: 25px;
  }
}



/* .callback__title {
  margin-bottom: 16px;
  font-size: var(--callback-title-fz);
  font-weight: var(--callback-title-fw);
} */

@media (max-width: 576px) {
  .callback__title {
    width: 100%;
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 52px;
  }
}

.callback__lead {
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  color: #000;
  width: 63%;
}

@media (max-width: 576px) {
  .callback__lead {
    width: 100%;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    text-align: center;
    font-weight: 600;
  }
}

.callback__text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
  width: 37%;
}

.callback__text br {
  display: none;
}

.callback__minitext {
  font-size: 20px;
  line-height: 130%;
  color: #000;
  font-weight: 400;
}

.callback__form {
  display: grid;
  grid-template-columns: 234.19px 221.96px 248.29px 280px;
  gap: 27px;
}

@media (max-width: 576px) {
  .callback__form {
    display: flex;
    flex-direction: column;
    gap: 17px;
  }

  .callback__minitext {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    text-align: center;
  }

  .callback__text {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    font-weight: 400;
    width: 100%;
    text-align: center;
  }

  .callback__text br {
    display: block;
  }
}

.callback__decor {
  position: absolute;
  top: -13%;
  right: 10%;
  z-index: 1;
}

.callback__decormob {
  display: none;
}

@media (max-width: 576px) {
  .callback__decor {
    display: none;
  }

  .callback__decormob {
    position: absolute;
    display: block;
    top: -6%;
    right: 10%;
    z-index: 1;
  }
}

.callback__form--hidden {
  display: none;
}

.callback__input {
  padding: 12px 24px;
  font-size: 18px;
  border: 1px solid #222;
  border-radius: 10px;
}

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

.callback__access {
  display: flex;
  gap: 4px;
  align-items: baseline;
}


.callback__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #E1481E;
  border-radius: 10px;
}

.callback__button:hover {
  background-color: #9B3CEE;
}

@media (max-width: 576px) {
  .callback__button {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    /* or 14px */
    text-align: center;
    color: #FFFFFF;
    padding: 12px 24px;
  }
}

.callback__legal {
  font-size: 12.36px;
  font-weight: 400;
  padding-top: 22px;
  line-height: 130%;
  color: #333232;
}

@media (max-width: 576px) {
  .callback__legal {
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    /* or 12px */
    color: #333232;
  }

  .callback__legal br {
    display: none;
  }
}

.callback__legal--hidden {
  display: none;
}

.callback__legal-link {
  color: inherit;
  text-decoration: underline;
}

.callback__checkbox--hidden {
  display: none !important;
}

.callback__checkbox--hidden2 {
  display: none !important;
}

.callback__message {
  display: none;
  margin-top: 14px;
  margin-bottom: 14px;
}

.callback__message--visible {
  display: block;
}

.callback__message--success {
  font-size: 28px;
  color: #000;
}

@media (max-width: 576px) {
  .callback__message--success {
    text-align: center;
  }
}

.callback__message--error {
  font-size: 20px;
  color: #dc291e;
}

.callback__decor1 {
  position: absolute;
  top: -6%;
  right: 2%;
  z-index: 10;
}

@media (max-width: 576px) {
  .callback__decor1 {
    display: none;
  }
}

.callback__decor2 {
  position: absolute;
  bottom: -42%;
  right: -20%;
  z-index: 10;
}

@media (max-width: 576px) {
  .callback__decor2 {
    display: none;
  }
}

.callback__decor3 {
  display: none;
}

.slondecorcall {
  position: absolute;
  top: -13%;
  left: 24%;
  z-index: 1;
}

.stardecocall {
  position: absolute;
  top: -2%;
  right: 21%;
  z-index: 1;
}

@media (max-width: 576px) {
  .callback__decor3 {
    display: block;
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 10;
  }

  .slondecorcall {
    display: none;
  }

  .stardecocall {
    display: none;
  }
}


/**********/

/*discount*/
.discount {
  /* discount Block */
  --discount-offset-top: 59px;
  --discount-offset-bottom: 108px;
  --discount-offset-top-mobile: 50px;
  --discount-offset-bottom-mobile: 42px;
  --discount-all-texts-color: inherit;
  --discount-bg-color: inherit;
  position: relative;

  /* Logo */
  --discount-logo-width: 150px;
  --discount-logo-height: 50px;
  --discount-logo-width-mobile: 150px;
  --discount-logo-height-mobile: 50px;

  /* Title */
  --discount-title-fz: 24px;
  --discount-title-fw: 800;
  --discount-title-fz-mobile: 18px;
  --discount-title-fw-mobile: 800;

  /* Lead */
  --discount-lead-fz: 20px;
  --discount-lead-fw: 400;
  --discount-lead-fz-mobile: 16px;
  --discount-lead-fw-mobile: 400;

  /* Link */
  --discount-link-fz: 18px;
  --discount-link-fw: 400;
  --discount-link-fz-mobile: 16px;
  --discount-link-fw-mobile: 400;
  --discount-link-color: #fff;
  --discount-link-bg-color: #62358c;

  /* Picture */
  --discount-picture-width: 400px;
  --discount-picture-height: 300px;
  --discount-picture-width-mobile: 300px;
  --discount-picture-height-mobile: 200px;

  color: var(--discount-all-texts-color);
  background-color: var(--discount-bg-color);
  padding-top: 115px;
}

@media (max-width:1080px) {
  .discount {
    padding-top: 47px;
  }
}

.discount__container {
  display: flex;
  padding-top: var(--discount-offset-top);
  padding-bottom: var(--discount-offset-bottom);
  border-radius: 20px;
  background: linear-gradient(179deg, #f1d8b8 0%, #ecbb85 100%);
  padding-left: 66px;
}

@media (max-width: 768px) {
  .discount__container {
    flex-direction: column;
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (max-width: 576px) {
  .discount__container {
    padding-top: var(--discount-offset-top-mobile);
    padding-bottom: var(--discount-offset-bottom-mobile);
    padding-bottom: 48px;

  }
}

.discount__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 36px;
}

@media (max-width: 768px) {
  .discount__left {
    width: 100%;
    padding-bottom: 0px;
  }
}

.discount__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.discount__logo-img {
  width: var(--discount-logo-width);
  height: var(--discount-logo-height);
  object-fit: contain;
}

@media (max-width: 576px) {
  .discount__logo-img {
    width: var(--discount-logo-width-mobile);
    height: var(--discount-logo-height-mobile);
  }
}

.discount__title {
  font-size: var(--discount-title-fz);
  font-weight: var(--discount-title-fw);
  padding-bottom: 8px;
  line-height: 34px;
  /* 141.667% */
  color: #000;
}


@media (max-width: 576px) {
  .discount__title {
    font-size: var(--discount-title-fz-mobile);
    font-weight: var(--discount-title-fw);
    line-height: 26px;
  }
}

.discount__lead {
  font-size: var(--discount-lead-fz);
  font-weight: var(--discount-lead-fw);
  color: #000;
  line-height: 34px;

  padding-bottom: 47px;
  /* 26px */
}

@media (max-width: 576px) {
  .discount__lead {
    font-size: var(--discount-lead-fz-mobile-fz);
    font-weight: var(--discount-lead-fw-mobilefw);
    padding-bottom: 22px;
    line-height: 26px;
  }
}


.discount__lead2 {
  font-size: 16px;
  font-weight: var(--discount-lead-fw);
  color: #000;
  line-height: 34px;
  padding-bottom: 15px;
  /* 26px */
}

@media (max-width: 576px) {
  .discount__lead2 {
    font-size: 16px;
    font-weight: var(--discount-lead-fw-mobilefw);
    padding-bottom: 22px;
    line-height: 26px;
  }
}




.discount__link {
  display: inline-flex;
  padding: 16px 40px;
  font-size: var(--discount-link-fz);
  font-weight: var(--discount-link-fw);
  color: var(--discount-link-color);
  text-decoration: none;
  background-color: var(--discount-link-bg-color);
  border: none;
}

@media (max-width: 576px) {
  .discount__link {
    font-size: var(--discount-link-fz-mobile);
    font-weight: var(--discount-link-fw-mobile);
  }
}

.discount__right {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 38px;
  width: 50%;
  position: relative;
}

.discount__picture {
  position: absolute;
  right: 0;
  bottom: -20%;
}

@media (max-width: 768px) {
  .discount__right {
    display: none;
  }
}

.discount__picture-img {
  object-fit: contain;
}

@media (max-width: 576px) {
  .discount__picture-img {
    width: var(--discount-picture-width-mobile);
    height: var(--discount-picture-height-mobile);
  }
}

.discount__button {
  padding: 20px 63px 22px 63px;
  max-width: 357px;
  width: 100%;
  border-radius: 10px;
}

@media (max-width:550px) {
  .discount__button {
    width: 100%;
    padding: 16px 0px;
  }
}

/*********/

/*help*/
.help {
  /* help Block */
  --help-offset-top: 88px;
  --help-offset-bottom: 88px;
  --help-offset-top-mobile: 50px;
  --help-offset-bottom-mobile: 42px;
  --help-all-texts-color: #fff;
  --help-bg-color: inherit;

  /* Logo */
  --help-logo-width: 150px;
  --help-logo-height: 50px;
  --help-logo-width-mobile: 150px;
  --help-logo-height-mobile: 50px;

  /* Title */
  --help-title-fz: 24px;
  --help-title-fw: 800;
  --help-title-fz-mobile: 18px;
  --help-title-fw-mobile: 800;

  /* Lead */
  --help-lead-fz: 20px;
  --help-lead-fw: 400;
  --help-lead-fz-mobile: 16px;
  --help-lead-fw-mobile: 400;

  /* Link */
  --help-link-fz: 18px;
  --help-link-fw: 400;
  --help-link-fz-mobile: 16px;
  --help-link-fw-mobile: 400;
  --help-link-color: #fff;
  --help-link-bg-color: #62358c;

  /* Picture */
  --help-picture-width: 400px;
  --help-picture-height: 300px;
  --help-picture-width-mobile: 300px;
  --help-picture-height-mobile: 200px;

  color: var(--help-all-texts-color);
  background-color: var(--help-bg-color);
  padding-top: 115px;
  position: relative;
}

@media (max-width:1080px) {
  .help {
    padding-top: 91px;
  }
}

@media (max-width:550px) {
  .help {
    overflow: hidden;
  }
}

/* .help__container {
  display: flex;
  padding-top: var(--help-offset-top);
  padding-bottom: var(--help-offset-bottom);
  border-radius: 20px;
  background: rgba(103, 102, 102, 0.9);
  padding-left: 66px;
}

@media (max-width: 768px) {
  .help__container {
    flex-direction: column;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
  }
} */

.help__container {
  padding: 81px 87px 56px 52px;
  background: linear-gradient(to left bottom, #fff8da, #faf2d3, #f4edcd, #efe7c6, #eae2c0);
  border: 2.66px solid #BB9B57;
  border-radius: 19.96px;
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  .help__container {
    padding: 37px 13px 53px 11px;
    flex-direction: column-reverse;
    border: none;
  }
}


.help__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
}

@media (max-width: 768px) {
  .help__left {
    width: 100%;
    padding-bottom: 0px;
  }
}

.help__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.help__logo-img {
  width: var(--help-logo-width);
  height: var(--help-logo-height);
  object-fit: contain;
}

@media (max-width: 576px) {
  .help__logo-img {
    width: var(--help-logo-width-mobile);
    height: var(--help-logo-height-mobile);
  }
}

.help__title {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 8px;
  line-height: 150%;
  /* 141.667% */
  color: #000;
}


@media (max-width: 576px) {
  .help__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 130%;
  }
}

.help__lead {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  padding-bottom: 10px;
  letter-spacing: -0.04em;
  width: 85%;
}

@media (max-width: 576px) {
  .help__lead {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 130%;
    letter-spacing: -0.03em;
  }
}

.help__link {
  display: inline-flex;
  padding: 16px 40px;
  font-size: var(--help-link-fz);
  font-weight: var(--help-link-fw);
  color: var(--help-link-color);
  text-decoration: none;
  background-color: var(--help-link-bg-color);
  border: none;
}

@media (max-width: 576px) {
  .help__link {
    font-size: var(--help-link-fz-mobile);
    font-weight: var(--help-link-fw-mobile);
  }
}

.help__right {}

@media (max-width:550px) {
  .help__right {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

.help__list {
  padding-bottom: 32px;
}

.help__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}


.help__picture {
  position: absolute;
  right: 7%;
  top: 0%;
}

@media (max-width:550px) {
  .help__picture {
    right: auto;
  }


}

/* @media (max-width: 768px) {
  .help__right {
    display: none;
  }
} */

.help__picture-img {
  object-fit: contain;
}

.help__picture-imgmob {
  display: none;
}

@media (max-width: 576px) {
  .help__picture-img {
    display: none;
  }

  .help__picture-imgmob {
    position: absolute;
    display: block;
    top: 6%;
    left: 66%;
    z-index: 1;
  }

  .help__list {
    padding-bottom: 18px;
  }

  .help__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.03em;
  }
}

.help__button {
  padding: 20px 63px 22px 63px;
  max-width: 357px;
  width: 100%;
  border-radius: 10px;
}

@media (max-width:550px) {
  .help__button {
    width: 100%;
    padding: 16px 0px;
  }
}

.helpFire {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -50%;
}

/*tg*/
.tg {
  /* tg Block */
  --tg-offset-top: 59px;
  --tg-offset-bottom: 71px;
  --tg-offset-top-mobile: 60px;
  --tg-offset-bottom-mobile: 60px;
  --tg-all-texts-color: #fff;
  --tg-bg-color: inherit;

  /* Logo */
  --tg-logo-width: 150px;
  --tg-logo-height: 50px;
  --tg-logo-width-mobile: 150px;
  --tg-logo-height-mobile: 50px;

  /* Title */
  --tg-title-fz: 64px;
  --tg-title-fw: 400;
  --tg-title-fz-mobile: 46px;
  --tg-title-fw-mobile: 400;

  /* Lead */
  --tg-lead-fz: 24px;
  --tg-lead-fw: 400;
  --tg-lead-fz-mobile: 18px;
  --tg-lead-fw-mobile: 400;

  /* Link */
  --tg-link-fz: 18px;
  --tg-link-fw: 400;
  --tg-link-fz-mobile: 16px;
  --tg-link-fw-mobile: 400;
  --tg-link-color: #fff;
  --tg-link-bg-color: #62358c;

  /* Picture */
  --tg-picture-width: 400px;
  --tg-picture-height: 300px;
  --tg-picture-width-mobile: 300px;
  --tg-picture-height-mobile: 200px;

  color: var(--tg-all-texts-color);
  background-color: var(--tg-bg-color);
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

@media (max-width:1080px) {
  .tg {
    padding-top: 47px;
  }
}

@media (max-width:550px) {
  .tg {
    overflow: hidden;
    padding-top: 71px;
  }
}

.tg__container {
  display: flex;
  padding-top: var(--tg-offset-top);
  border-bottom: 1px solid white;
}

@media (max-width: 768px) {
  .tg__container {
    flex-direction: column;
    border-bottom: none;
  }
}

@media (max-width: 576px) {
  .tg__container {
    padding-top: 0;
    padding-bottom: var(--tg-offset-bottom-mobile);
    padding-bottom: 0px;

  }
}

.tg__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: center;
  width: 86%;
}

@media (max-width: 768px) {
  .tg__left {
    width: 100%;
    padding-bottom: 0px;
    padding-left: 17px;
    padding-right: 18px;

  }
}

.tg__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.tg__logo-img {
  width: var(--tg-logo-width);
  height: var(--tg-logo-height);
  object-fit: contain;
}

@media (max-width: 576px) {
  .tg__logo-img {
    width: var(--tg-logo-width-mobile);
    height: var(--tg-logo-height-mobile);
  }
}

.tg__title {
  font-family: 'gravtrac';
  font-size: 68px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.08em;
  color: #E1481E;
  text-transform: uppercase;
  padding-top: 53px;
  padding-bottom: 30px;
}

.tg__subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  padding-top: 5px;
  padding-bottom: 43px;
}

@media (max-width: 576px) {
  .tg__title {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: left;
    padding: 0px;
    padding-bottom: 16px;
    padding-top: 70px;
  }

  .tg__subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.03em;
    padding-top: 0px;
    padding-bottom: 22px;
  }
}

.tg__lead {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  /* 158.333% */
  color: #000;
  padding-bottom: 5px;
  /* 26px */
}

.tg__linkk {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .tg__lead {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #000;
    letter-spacing: -0.03em;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .tg__lead br {
    display: none;
  }

  .ttg__container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tg__linkk {
    text-decoration: none;
  }
}

.tg__link {
  display: inline-flex;
  padding: 16px 40px;
  font-size: var(--tg-link-fz);
  font-weight: var(--tg-link-fw);
  color: var(--tg-link-color);
  text-decoration: none;
  background-color: var(--tg-link-bg-color);
  border: none;
}

@media (max-width: 576px) {
  .tg__link {
    font-size: var(--tg-link-fz-mobile);
    font-weight: var(--tg-link-fw-mobile);
  }
}

.tg__right {
  display: flex;
  align-items: flex-end;
  width: 60%;
  justify-content: center;
}

@media (max-width: 768px) {
  .tg__right {
    display: none;
  }
}

.tg__picture-img {
  object-fit: contain;
}

@media (max-width: 576px) {
  .tg__picture-img {
    width: var(--tg-picture-width-mobile);
    height: var(--tg-picture-height-mobile);
  }
}

.tg__button {
  border-radius: 10px;
  padding: 20px 63px 22px 63px;
  max-width: 275px;
  width: 100%;
  margin-bottom: 104px;
  display: none;
}

.tg__button2 {
  border-radius: 10px;
  padding: 20px 63px 22px 63px;
  max-width: 275px;
  width: 100%;
  margin-bottom: 104px;
  display: none;
}


.tg__qrinner {
  padding-bottom: 36px;
  display: flex;
  gap: 101px;
}

@media (max-width:576px) {
  .tg__button {
    display: block;
    width: 100%;
    padding: 16px 0px;
    margin-bottom: 16px;
    max-width: 310px;
    align-self: center;
  }

  .tg__button2 {
    display: block;
    width: 100%;
    padding: 16px 0px;
    margin-bottom: 47px;
    max-width: 310px;
    background-color: #36394C;
    align-self: center;
  }


  .tg__qrinner {
    display: none;
  }
}

.tgFire {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 10%;
}

.decor__tgback {
  max-width: 1920px;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.decor__tgbackmob {
  display: none;
}

@media (max-width:576px) {
  .decor__tgback {
    display: none;
  }

  .decor__tgbackmob {
    position: absolute;
    display: block;
    bottom: 0%;
    left: 0%;
    z-index: -1;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    height: 100%;
  }
}

/*****/

/*organisers*/

.organisers {
  /* Organisers Block */
  --organisers-offset-top: 80px;
  --organisers-offset-bottom: 80px;
  --organisers-offset-top-mobile: 60px;
  --organisers-offset-bottom-mobile: 60px;
  --organisers-all-texts-color: inherit;
  --organisers-bg-color: inherit;

  /* Title */
  --organisers-title-fz: 48px;
  --organisers-title-fw: 600;
  --organisers-title-fz-mobile: 34px;
  --organisers-title-fw-mobile: 600;

  /* List */
  --organisers-items-gap: 60px;
  --organisers-items-gap-mobile: 30px;

  /* Item Role */
  --organisers-item-role-fz: 14px;
  --organisers-item-role-fw: 400;
  --organisers-item-role-fz-mobile: 14px;
  --organisers-item-role-fw-mobile: 400;

  /* Item Title */
  --organisers-item-title-fz: 22px;
  --organisers-item-title-fw: 700;
  --organisers-item-title-fz-mobile: 22px;
  --organisers-item-title-fw-mobile: 700;

  /* Item Text */
  --organisers-item-text-fz: 16px;
  --organisers-item-text-fw: 400;
  --organisers-item-text-fz-mobile: 16px;
  --organisers-item-text-fw-mobile: 400;

  color: var(--organisers-all-texts-color);
  background-color: var(--organisers-bg-color);
  padding-top: 109px;
}

.organisers__container {
  padding-top: var(--organisers-offset-top);
  padding-bottom: var(--organisers-offset-bottom);
  border-radius: 40px;
  background: #D6DFF2;
  box-shadow: 8px 8px 25px 8px rgba(0, 0, 0, 0.25);
  padding-left: 62px;
}

@media (max-width: 576px) {
  .organisers__container {
    padding-top: var(--organisers-offset-top-mobile);
    padding-bottom: var(--organisers-offset-bottom-mobile);
    padding-left: 49px;
    padding-right: 49px;
  }
}

.organisers__upper {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}

@media (max-width: 576px) {
  .organisers__upper {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
  }
}

.organisers__title {
  font-size: var(--organisers-title-fz);
  font-weight: var(--organisers-title-fw);
  color: #444;
}

.organisers__title span {
  font-weight: 300;
}

@media (max-width:550px) {
  .organisers__title span {
    display: none;
  }
}

@media (max-width: 576px) {
  .organisers__title {
    font-size: var(--organisers-title-fz-mobile);
    font-weight: var(--organisers-title-fw-mobile);
  }
}

.organisers__list {
  display: flex;
  flex-direction: column;
  gap: var(--organisers-items-gap);
}

@media (max-width: 576px) {
  .organisers__list {
    gap: var(--organisers-items-gap-mobile);
  }
}

.organisers__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 576px) {
  .organisers__item {
    flex-direction: column;
  }
}

.organisers__item-left {
  display: flex;
  width: 30%;
  border-right: 1px solid #000;
}

@media (max-width: 576px) {
  .organisers__item-left {
    width: auto;
    border-right: none;
  }
}

.organisers__item-img {
  aspect-ratio: 25/11;
  object-fit: contain;
}

.organisers__item-right {
  width: 40%;
  padding-right: 60px;
  padding-left: 46px;
}

@media (max-width: 1024px) {
  .organisers__item-right {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .organisers__item-right {
    width: 100%;
  }
}

.organisers__item-role {
  margin-bottom: 18px;
  font-size: var(--organisers-item-role-fz);
  font-weight: var(--organisers-item-role-fw);
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .organisers__item-role {
    margin-bottom: 10px;
    font-size: var(--organisers-item-role-fz-mobile);
    font-weight: var(--organisers-item-role-fw-mobile);
  }
}

.organisers__item-title {
  margin-bottom: 18px;
  font-size: var(--organisers-item-title-fz);
  font-weight: var(--organisers-item-title-fw);
}

@media (max-width: 576px) {
  .organisers__item-title {
    margin-bottom: 10px;
    font-size: var(--organisers-item-title-fz-mobile);
    font-weight: var(--organisers-item-title-fw-mobile);
  }
}

.organisers__item-text {
  font-size: var(--organisers-item-text-fz);
  font-weight: var(--organisers-item-text-fw);
  line-height: 140%;
}

@media (max-width: 576px) {
  .organisers__item-text {
    font-size: var(--organisers-item-text-fz-mobile);
    font-weight: var(--organisers-item-text-fw-mobile);
  }
}

/************/

/*location*/
.location {
  background-color: #FCFCFC;
  position: relative;
}

.map {
  background-color: #333;
  filter: grayscale(1);
}

.map_mobile {
  display: none;
  filter: grayscale(1);
}

.location-container {
  position: relative;
}

.location__inner {
  display: flex;
  color: #fff;
  margin: auto 0;
  position: absolute;
  top: 20%;
  z-index: 1000;
}

.location__left {
  background-color: #333232;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location__left-container {
  padding-left: 64px;
  padding-top: 72px;
  padding-right: 32px;
}

.location__upper>ul>li {
  color: #DDDDDE;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.location__upper>ul>li:last-child {
  display: flex;
}

.location__link {
  text-decoration: underline;
  color: #DDDDDE;
}

.location-title {
  padding-bottom: 12px;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.location__lower {
  padding-top: 64px;
}

.location__lower-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 8px;
}

.location__lower-subtitle {
  padding-bottom: 8px;
}

.location__lower-subtitle,
.location__lower>ul {
  color: #DDDDDE;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width:1024px) {
  .location__inner {
    margin: auto;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .map {
    display: none;
  }

  .map_mobile {
    display: none;
  }


  .location__left {
    width: 100%;
    background-color: #D0B06B;
  }

  .location-container {
    display: flex;
    flex-direction: column-reverse;
    background-color: #D0B06B;
  }

  .location__right {
    display: none;
  }

  .location__left-container {
    display: flex;
    justify-content: space-between;
    gap: 64px;
    padding: 32px 32px;
  }

  .location__lower {
    padding-top: 0px;
  }

  .location-title {
    font-size: 27.25px;
    line-height: 130%;
    font-weight: 700;
    color: #000;
  }

  .location__upper>ul>li {
    color: #000;
    font-size: 15.17px;
    font-weight: 400;
    line-height: 130%;
  }

  .location__link {
    color: #000;
    font-size: 15.17px;
    font-weight: 400;
    line-height: 130%;
  }

}

@media (max-width:550px) {
  .location__left-container {
    display: flex;
    flex-direction: column;
    padding: 56px 8px 43px 8px;
    gap: 0;
  }

  .access {
    padding-bottom: 74px;
  }

  .location-container {}
}

.decor__bottom {
  max-width: 1920px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.decor__bottommob {
  display: none;
}

@media (max-width:576px) {
  .decor__bottom {
    display: none;
  }

  .decor__bottommob {
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    z-index: 1;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

/**********/

/*footer*/
.footer {
  /* Footer Block */
  --footer-offset-top: 80px;
  --footer-offset-bottom: 80px;
  --footer-offset-top-mobile: 60px;
  --footer-offset-bottom-mobile: 60px;
  --footer-all-text-color: #fff;
  --footer-bg-color: inherit;

  /* Logo Image 1 */
  --footer-logo-img-1-width: 110px;
  --footer-logo-img-1-height: 40px;
  --footer-logo-img-1-width-mobile: 110px;
  --footer-logo-img-1-height-mobile: 40px;

  /* Logo Image 2 */
  --footer-logo-img-2-width: 110px;
  --footer-logo-img-2-height: 40px;
  --footer-logo-img-2-width-mobile: 110px;
  --footer-logo-img-2-height-mobile: 40px;

  /* Copyright Text */
  --footer-copy-fz: 12px;
  --footer-copy-fw: 400;
  --footer-copy-fz-mobile: 12px;
  --footer-copy-fw-mobile: 400;

  /* Legal Text */
  --footer-legal-fz: 12px;
  --footer-legal-fw: 400;
  --footer-legal-fz-mobile: 12px;
  --footer-legal-fw-mobile: 400;

  /* Phone Number Link */
  --footer-tel-fz: 18px;
  --footer-tel-fw: 700;
  --footer-tel-fz-mobile: 18px;
  --footer-tel-fw-mobile: 700;

  /* Phone Call Info Text */
  --footer-info-fz: 12px;
  --footer-info-fw: 400;
  --footer-info-fz-mobile: 12px;
  --footer-info-fw-mobile: 400;

  /* Social Images */
  --footer-socials-img-size: 32px;
  --footer-socials-img-size-mobile: 32px;

  color: var(--footer-all-text-color);
  background-color: #36394C;
}

.footer__container {
  padding-top: var(--footer-offset-top);
  padding-bottom: var(--footer-offset-bottom);
}

@media (max-width: 576px) {
  .footer__container {
    padding-top: var(--footer-offset-top-mobile);
    padding-bottom: var(--footer-offset-bottom-mobile);
  }
}

.footer__upper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  padding-bottom: 34px;
}

@media (max-width: 576px) {
  .footer__upper {
    row-gap: 10px;
    padding-bottom: 20px;
  }
}

.footer__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .footer__logo-link {
    margin: 16px;
    margin-left: 0;
  }
}

.footer__logo-img {
  object-fit: contain;
}


@media (max-width: 576px) {
  .footer__logo-img--2 {
    width: var(--footer-logo-img-2-width-mobile);
    height: var(--footer-logo-img-2-height-mobile);
  }
}

.footer__lower {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .footer__lower {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .footer__left {
    padding-bottom: 30px;
  }
}

.footer__copy {
  margin-bottom: 20px;
  font-size: var(--footer-copy-fz);
  font-weight: var(--footer-copy-fw);
}

@media (max-width: 576px) {
  .footer__copy {
    margin-bottom: 14px;
    font-size: var(--footer-copy-fz-mobile);
    font-weight: var(--footer-copy-fw-mobile);
  }
}

.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 400px;
  font-size: var(--footer-legal-fz);
  font-weight: var(--footer-legal-fw);
  line-height: 130%;
}

@media (max-width: 576px) {
  .footer__legal {
    font-size: var(--footer-legal-fz-mobile);
    font-weight: var(--footer-legal-fw-mobile);
  }
}

.footer__legal-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__central {
  align-self: flex-start;
}

.footer__tel {
  display: block;
  margin-bottom: 8px;
  font-size: var(--footer-tel-fz);
  font-weight: var(--footer-tel-fw);
  color: inherit;
}

@media (max-width: 576px) {
  .footer__tel {
    margin-bottom: 14px;
    font-size: var(--footer-tel-fz-mobile);
    font-weight: var(--footer-tel-fw-mobile);
  }
}

.footer__info-text {
  margin-bottom: 30px;
  font-size: var(--footer-info-fz);
  font-weight: var(--footer-info-fw);
}

@media (max-width: 576px) {
  .footer__info-text {
    font-size: var(--footer-info-fz-mobile);
    font-weight: var(--footer-info-fw-mobile);
  }
}

.footer__right {
  align-self: flex-start;
}

@media (max-width: 576px) {
  .footer__right {
    justify-content: flex-start;
  }
}

.footer__socials-list {
  display: flex;
  gap: 20px;
}

.footer__socials-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__socials-img {
  display: block;
  width: var(--footer-socials-img-size);
  height: var(--footer-socials-img-size);
  object-fit: contain;
}

@media (max-width: 576px) {
  .footer__socials-img {
    width: var(--footer-socials-img-size-mobile);
    height: var(--footer-socials-img-size-mobile);
  }
}

/********/

.hidden {
  display: none;
}

.hidden-client {
  display: none;
}


.modal__offline {
  /* modal__offline Block */
  --modal__offline-all-texts-color: inherit;
  --modal__offline-bg-color: #fff;

  /* Image */
  --modal__offline-img-width: 40px;
  --modal__offline-img-height: 40px;
  --modal__offline-img-width-mobile: 40px;
  --modal__offline-img-height-mobile: 40px;

  /* Title */
  --modal__offline-title-fz: 34px;
  --modal__offline-title-fw: 400;
  --modal__offline-title-fz-mobile: 22px;
  --modal__offline-title-fw-mobile: 400;

  /* Text */
  --modal__offline-text-fz: 18px;
  --modal__offline-text-fw: 400;
  --modal__offline-text-fz-mobile: 16px;
  --modal__offline-text-fw-mobile: 400;

  /* Close Button */
  --modal__offline-close-button-color: #F07059;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal__offline--visible {
  display: flex;
}

.modal__offline__inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 640px;
  min-height: 380px;
  padding: 98px 80px 58px 80px;
  padding-top: 80px;
  color: var(--modal__online-all-texts-color);
  border-radius: 40px;
  background: linear-gradient(129deg, #FFFFFF 0%, #FBF4D5 98%);
  gap: 0px;
}


.modal__button {}

@media (max-width: 768px) {
  .modal__offline__inner {
    width: 90%;
    padding: 80px 40px;
  }
}

@media (max-width: 576px) {
  .modal__offline__inner {
    width: 100%;
  }
}

.modal__offline__img {
  width: var(--modal__offline-img-width);
  height: var(--modal__offline-img-height);
  margin-bottom: 20px;
  object-fit: contain;
}

@media (max-width: 576px) {
  .modal__offline__img {
    width: var(--modal__offline-img-width-mobile);
    height: var(--modal__offline-img-height-mobile);
  }
}

.modal__offline__title {
  font-family: 'gravtrac';
  color: #E1481E;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  padding-bottom: 17px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .modal__offline__title {
    font-size: var(--modal__offline-title-fz-mobile);
    font-weight: var(--modal__offline-title-fw-mobile);
  }
}

.linkmodal {
  color: #1D71F0;
  text-decoration: underline;
}

.modal__offline__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #000;
  padding-bottom: 27px;
}

@media (max-width: 576px) {
  .modal__offline__text {
    font-size: var(--modal__offline-text-fz-mobile);
    font-weight: var(--modal__offline-text-fw-mobile);
  }
}

.modal__offline__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-width: 2px;
  border-radius: 50%;

  background: #FFF;
}

.modal__offline__close-button::before {
  position: absolute;
  top: 47%;
  left: 18%;
  width: 20px;
  height: 2px;
  content: '';
  background-color: var(--modal__offline-close-button-color);
  transform: rotate(45deg);
}

.modal__offline__close-button::after {
  position: absolute;
  top: 47%;
  left: 18%;
  width: 20px;
  height: 2px;
  content: '';
  background-color: var(--modal__offline-close-button-color);
  transform: rotate(135deg);
}

.modal__offline--link {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  display: flex;
  gap: 8px;
  color: #A1B9EC;
}

.modal__offline--link-download {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #4c78d7;
}


.modal__online {
  /* modal__online Block */
  --modal__online-all-texts-color: inherit;
  --modal__online-bg-color: #fff;

  /* Image */
  --modal__online-img-width: 40px;
  --modal__online-img-height: 40px;
  --modal__online-img-width-mobile: 40px;
  --modal__online-img-height-mobile: 40px;

  /* Title */
  --modal__online-title-fz: 34px;
  --modal__online-title-fw: 400;
  --modal__online-title-fz-mobile: 22px;
  --modal__online-title-fw-mobile: 700;

  /* Text */
  --modal__online-text-fz: 18px;
  --modal__online-text-fw: 400;
  --modal__online-text-fz-mobile: 16px;
  --modal__online-text-fw-mobile: 400;

  /* Close Button */
  --modal__online-close-button-color: #F07059;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal__online--visible {
  display: flex;
}

.modal__online__inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 640px;
  height: 380px;
  padding: 50px 80px;
  padding-top: 80px;
  color: var(--modal__online-all-texts-color);
  border-radius: 40px;
  background: linear-gradient(129deg, #FFFFFF 0%, #FBF4D5 98%);
  gap: 24px;
}

@media (max-width: 768px) {
  .modal__online__inner {
    width: 90%;
    padding: 80px 40px;
  }
}

@media (max-width: 576px) {
  .modal__online__inner {
    width: 100%;
  }
}

.modal__online__img {
  width: var(--modal__online-img-width);
  height: var(--modal__online-img-height);
  margin-bottom: 20px;
  object-fit: contain;
}

@media (max-width: 576px) {
  .modal__online__img {
    width: var(--modal__online-img-width-mobile);
    height: var(--modal__online-img-height-mobile);
  }
}

.modal__online__title {
  font-family: 'gravtrac';
  color: #E1481E;
  font-size: var(--modal__online-title-fz);
  font-weight: var(--modal__online-title-fw);
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .modal__online__title {
    font-size: var(--modal__online-title-fz-mobile);
    font-weight: var(--modal__online-title-fw-mobile);
  }
}

.modal__online__text {
  font-size: var(--modal__online-text-fz);
  font-weight: var(--modal__online-text-fw);
  line-height: 144%;
  text-align: center;
  color: #000;
}

@media (max-width: 576px) {
  .modal__online__text {
    font-size: var(--modal__online-text-fz-mobile);
    font-weight: var(--modal__online-text-fw-mobile);
  }
}

.modal__online__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-width: 2px;
  border-radius: 50%;

  background: #FFF;
}

.modal__online__close-button::before {
  position: absolute;
  top: 47%;
  left: 18%;
  width: 20px;
  height: 2px;
  content: '';
  background-color: var(--modal__online-close-button-color);
  transform: rotate(45deg);
}

.modal__online__close-button::after {
  position: absolute;
  top: 47%;
  left: 18%;
  width: 20px;
  height: 2px;
  content: '';
  background-color: var(--modal__online-close-button-color);
  transform: rotate(135deg);
}

.modal__online--link {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  /* 144.444% */
  display: flex;
  gap: 8px;
  color: #F07B66;

  align-items: center;
}

.modal {
  /* Modal Inner */
  --modal-all-texts-color: inherit;
  --modal-bg-color: #fff;

  /* Image */
  --modal-img-width: 120px;
  --modal-img-height: 40px;
  --modal-img-width-mobile: 110px;
  --modal-img-height-mobile: 30px;

  /* Title */
  --modal-title-fz: 20px;
  --modal-title-fw: 500;
  --modal-title-fz-mobile: 18px;
  --modal-title-fw-mobile: 500;

  /* Submit Form Button */
  --modal-button-fz: 18px;
  --modal-button-fw: 400;
  --modal-button-fz-mobile: 16px;
  --modal-button-fw-mobile: 700;
  --modal-button-color: #fff;
  --modal-button-bg-color: #62358c;

  /* Legal Text */
  --modal-legal-fz: 14px;
  --modal-legal-fw: 400;
  --modal-legal-fz-mobile: 14px;
  --modal-legal-fw-mobile: 400;

  /* Close Button */
  --modal-close-button-color: #000;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal--visible {
  display: flex;
}

.modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 640px;
  padding: 36px 24px;
  color: var(--modal-all-texts-color);
  border-radius: 40px;
  background: #F1CBC7;
}

@media (max-width: 768px) {
  .modal__inner {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .modal__inner {
    width: 100%;
  }
}

.modal__inner-upper {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 40px;
}

@media (max-width: 576px) {
  .modal__inner-upper {
    padding-bottom: 30px;
  }
}

.modal__logo-img {
  display: block;
  width: var(--modal-img-width);
  height: var(--modal-img-height);
  object-fit: contain;
}

@media (max-width: 576px) {
  .modal__logo-img {
    width: var(--modal-img-width-mobile);
    height: var(--modal-img-height-mobile);
  }
}

.modal__inner-central {}

@media (max-width: 576px) {
  .modal__inner-central {
    flex-direction: column;
  }
}

.modal__inner-left {
  width: 50%;
  padding-right: 30px;
}

@media (max-width: 576px) {
  .modal__inner-left {
    width: 100%;
    padding-right: 0;
  }
}

.modal__title {
  margin-bottom: 20px;
  font-size: var(--modal-title-fz);
  font-weight: var(--modal-title-fw);
}

@media (max-width: 576px) {
  .modal__title {
    margin-bottom: 10px;
    font-size: var(--modal-title-fz-mobile);
    font-weight: var(--modal-title-fw-mobile);
  }
}

.modal__text {
  margin-bottom: 20px;
  font-size: var(--modal-text-fz);
  font-weight: var(--modal-text-fw);
}

@media (max-width: 576px) {
  .modal__text {
    margin-bottom: 16px;
    font-size: var(--modal-text-fz-mobile);
    font-weight: var(--modal-text-fw-mobile);
  }
}

.modal__descr {
  font-size: var(--modal-tel-descr-fz);
  font-weight: var(--modal-tel-descr-fw);
  line-height: 140%;
}

@media (max-width: 576px) {
  .modal__descr {
    margin-bottom: 18px;
  }
}

.modal__descr-span {
  display: block;
}

.modal__descr-link {
  position: relative;
  padding-left: 22px;
  color: inherit;
}

.modal__descr-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.9168 9.16522V10.7902C11.9174 10.9411 11.8865 11.0904 11.826 11.2286C11.7656 11.3668 11.677 11.4909 11.5658 11.5929C11.4547 11.6949 11.3234 11.7725 11.1805 11.8208C11.0376 11.8692 10.8862 11.8871 10.7359 11.8735C9.06914 11.6924 7.46806 11.1229 6.06136 10.2106C4.7526 9.37899 3.643 8.26939 2.81136 6.96063C1.89593 5.54753 1.32624 3.93867 1.14844 2.26438C1.1349 2.11459 1.15271 1.96363 1.20071 1.8211C1.24872 1.67856 1.32587 1.54759 1.42727 1.43651C1.52867 1.32543 1.65208 1.23668 1.78966 1.17591C1.92724 1.11515 2.07596 1.08369 2.22636 1.08355H3.85136C4.11423 1.08096 4.36908 1.17405 4.56839 1.34546C4.76771 1.51687 4.8979 1.75492 4.93469 2.01522C5.00328 2.53525 5.13048 3.04586 5.31386 3.5373C5.38673 3.73117 5.40251 3.94188 5.35931 4.14444C5.3161 4.34701 5.21574 4.53294 5.07011 4.68022L4.38219 5.36813C5.15328 6.72422 6.2761 7.84704 7.63219 8.61813L8.32011 7.93022C8.46738 7.78458 8.65331 7.68422 8.85588 7.64102C9.05844 7.59782 9.26915 7.61359 9.46302 7.68647C9.95446 7.86985 10.4651 7.99705 10.9851 8.06563C11.2482 8.10275 11.4885 8.23529 11.6603 8.43803C11.8321 8.64077 11.9234 8.89957 11.9168 9.16522Z' fill='%23444444'/%3e%3cpath d='M8.15186 2.70817C8.68092 2.81139 9.16715 3.07014 9.54831 3.4513C9.92947 3.83246 10.1882 4.31869 10.2914 4.84775M8.15186 0.541504C9.25105 0.663615 10.2761 1.15585 11.0586 1.93738C11.8411 2.71892 12.3346 3.7433 12.4581 4.84234' stroke='%23444444' stroke-width='1.08333' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  transform: translateY(-50%);
}

.modal__form {
  display: flex;
  flex-direction: column;
}

.modal__input {
  padding: 12px 24px;
  margin-bottom: 18px;

  border-radius: 7px;
  border: 1px solid #B3AFAF;
  background: var(--White, #FFF);
}

.modal__input--question {
  height: 250px;
  resize: none;
}

@media (max-width:600px) {
  .modal__input--question {
    height: 150px;
    resize: none;
  }
}

.modal__submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-size: var(--modal-button-fz);
  font-weight: var(--modal-button-fw);
  color: var(--modal-button-color);
  background-color: var(--modal-button-bg-color);
}

@media (max-width: 576px) {
  .modal__submit-button {
    font-size: var(--modal-button-fz-mobile);
    font-weight: var(--modal-button-fw-mobile);
  }
}

.modal__inner-lower {
  padding-top: 50px;
}

@media (max-width: 576px) {
  .modal__inner-lower {
    padding-top: 30px;
  }
}

.modal__legal {
  font-size: var(--modal-legal-fz);
  font-weight: var(--modal-legal-fw);
}

@media (max-width: 576px) {
  .modal__legal {
    font-size: var(--modal-legal-fz-mobile);
    font-weight: var(--modal-legal-fw-mobile);
    text-align: center;
  }
}

.modal__legal-link {
  color: inherit;
  text-decoration: underline;
}

.modal__close-button {
  position: absolute;
  top: 34px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-color: var(--modal-close-button-color);
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
}

.modal__close-button::before {
  position: absolute;
  top: 47%;
  left: 18%;
  width: 20px;
  height: 2px;
  content: '';
  background-color: var(--modal-close-button-color);
  transform: rotate(45deg);
}

.modal__close-button::after {
  position: absolute;
  top: 47%;
  left: 18%;
  width: 20px;
  height: 2px;
  content: '';
  background-color: var(--modal-close-button-color);
  transform: rotate(135deg);
}

.thanks-title {
  color: #4b9c57;
  font-size: 28px;
  text-align: center;
  padding-top: 28px;
}

.thanks-message {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.translation__frame-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.translation__frame {
  width: 100%;
  height: 500px;
}

@media (max-width:550px) {
  .translation__frame {
    height: 200px;
  }
}

/* konfiti */

.decor__position {
  position: absolute;
}

.decor__position2 {
  display: none;
}

.decor__konfiti1 {
  right: 33%;
  bottom: -21%;
  z-index: 1;
}

.decor__konfiti2 {
  right: 7%;
  top: 20%;
  z-index: 1;
}

.decor__konfiti3 {
  left: 19%;
  bottom: -1%;
  z-index: 1;
}

.decor__konfiti4 {
  right: 6%;
  top: -3%;
  z-index: 1;
}

.decor__konfiti5 {
  left: 11%;
  top: -16%;
  z-index: 1;
}

.decor__konfiti6 {
  left: 17%;
  top: -24px;
  z-index: 1;
}

.decor__konfiti7 {
  right: 8%;
  top: 30%;
  z-index: 1;
}

.decor__konfiti8 {
  right: 10%;
  top: 41%;
  z-index: 1;
}

.decor__konfiti9 {
  left: 5%;
  top: 54%;
  z-index: 1;
}

.decor__konfiti10 {
  right: 5%;
  bottom: 19%;
  z-index: 1;
}

.decor__konfiti11 {
  left: 8%;
  bottom: 0%;
  z-index: 1;
}

.decor__konfiti12 {
  left: 18%;
  top: 10%;
  z-index: 1;
}

.decor__konfiti13 {
  left: 0%;
  bottom: 37%;
  z-index: 1;
}

.decor__konfiti14 {
  right: 19%;
  top: 27%;
  z-index: 1;
}

.decor__konfiti15 {
  left: 12%;
  top: 8%;
  z-index: 1;
}

.decor__konfit1io {
  position: absolute;
  right: 15%;
  top: 8%;
  z-index: 1;
  pointer-events: none;
}

.decor__konfit2io {
  position: absolute;
  left: -10%;
  top: 30%;
  z-index: 1;
}

.decor__konfit3io {
  position: absolute;
  width: 113.43px;
  height: 74.93px;
  left: 80%;
  top: 40%;
  z-index: 1;
}

.main__decor {
  max-width: 1920px;
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 0;
}

.main__decormob {
  display: none;
}

.logo__maindecormob {
  display: none;
}


@media (max-width:550px) {
  .decor__position {
    display: none;
  }

  .decor__position2 {
    display: inherit;
    position: absolute;
  }

  .decor__konfiti1 {
    right: 0%;
    bottom: 9%;
    z-index: 1;
  }

  .decor__konfiti2 {
    right: 8%;
    top: 40%;
    z-index: 1;
  }

  .decor__konfiti14 {
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }

  .decor__konfiti15 {
    left: 3%;
    top: 0%;
    z-index: 1;
  }

  .decor__konfit1io {
    display: none;

    z-index: 1;
    pointer-events: none;
  }

  .decor__konfit2io {
    display: none;
  }

  .decor__konfit3io {
    display: none;
  }

  .main__decor {
    display: none;
  }

  .main__decormob {
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;;
    object-position: bottom center;
  }
  .main__decormob.decormob_top{
    object-position: top center;
  }

  .logo__maindecormob {
    position: absolute;
    display: block;
    top: 8%;
    left: 6%;
    z-index: 1;
  }

  .mob__hidden {
    display: none;
  }


}

.hidden {
  display: none;
}


.userCheckButton:disabled {
  opacity: 0.6;
  padding: 11px 8px;
  pointer-events: none;
}

.userCheckButton2:disabled {
  opacity: 0.6;
  padding: 11px 8px;
  pointer-events: none;
}

.main_h1_in_image{
  position: absolute;
  font-family: Gravtrac;
  font-weight: 700;
  font-size: 108px;
  line-height: 86.31px;
  letter-spacing: 4.5%;
  text-align: center;
  text-transform: uppercase;
  color: #E1481E;
  /* padding: 93px 50px; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;;
  
}
@media (max-width:1170px) {
  .main_h1_in_image{
    font-size: 8vw;
  }
}
@media (max-width:600px) {
  .main_h1_in_image{

  }
  .main__central{
    width: 100%;
  }
  .main__central-left{
    width: 100%;
  }
  .main__central-left img{
    width: 100%;
  }
  .main__upper{
    padding-bottom: 20px;
  }
}