@charset "UTF-8";

.promo__title-main {
  padding: 10px 13px 8px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  position: relative;
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-Italic.eot');
  src: url('../fonts/TTTravels/TTTravels-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-Italic.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-Regular.eot');
  src: url('../fonts/TTTravels/TTTravels-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-Regular.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-Medium.eot');
  src: url('../fonts/TTTravels/TTTravels-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-Medium.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-DemiBold.eot');
  src: url('../fonts/TTTravels/TTTravels-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-DemiBold.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-DemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-Bold.eot');
  src: url('../fonts/TTTravels/TTTravels-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-Bold.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-BoldItalic.eot');
  src: url('../fonts/TTTravels/TTTravels-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-BoldItalic.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-BoldItalic.ttf') format('truetype');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.promo__title-main {
  padding: 10px 13px 8px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  position: relative;
}

:root {
  --transition: 0.3s ease;
  --sp: 70px;
  --h1: 102px;
  --h2: 50px;
  --h3: 40px;
  --h4: 30px;
  --l: 27px;
  --m: 21px;
  --s: 16px;
  --accent: #3ec284;
  --accent-h: #37a170;
  --accent2: #ffd600;
  --white: #ffffff;
  --white-30: rgb(255, 255, 255, 30%);
  --white-70: rgb(255, 255, 255, 70%);
  --gray: #3f3f3f;
  --black: #000000;
  --tr: 0.3s ease;
  --trd: 0.3s ease 0.3s;
  --container-width: 1160px;
  --bg: #000000;
  --text-color: #ffffff;
  --fz-default: 16px;
  --default-font-family: 'TTTravels';
  --heading-font-family: 'TTTravels';
}

body {
  font: 400 var(--fz-default) var(--default-font-family), Helvetica, Arial, sans-serif;
  background: var(--bg);
  min-width: 360px;
  color: var(--text-color);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

[class*='__container'] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 10px;
  width: 100%;
}

form input.error {
  border-bottom: 1px solid red !important;
}

form input.not_error {
  border-bottom: 1px solid #99ff99 !important;
}

.ticker,
.ticker-discount1,
.ticker-discount2,
.ticker-partners {
  padding: 14px 0;
  width: 200%;
  font-weight: 700;
}

.ticker_green {
  background: var(--accent);
}

.ticker_gray {
  background: var(--gray);
}

.ticker .swiper-wrapper,
.discount__ticker-1 .swiper-wrapper,
.discount__ticker-2 .swiper-wrapper,
.ticker-partners .swiper-wrapper {
  transition-timing-function: linear !important;
}

.ticker__el {
  aspect-ratio: 106/23;
  height: 40px;
  width: auto;
  background: center/contain no-repeat;
}

.date {
  padding: 8px 18px;
  border: 1px solid var(--white-30);
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  font-weight: 500;
}

.indicators .item__value {
  margin-bottom: 6px;
  font-size: 56px;
  font-weight: 500;
  color: var(--accent);
}

h1,
._h1 {
  font: 700 var(--h1) var(--heading-font-family);
  text-transform: uppercase;
}

h2,
._h2 {
  font: 700 var(--h2) var(--heading-font-family);
  text-transform: uppercase;
}

h3,
._h3 {
  font: 700 var(--h3) var(--heading-font-family);
}

h4,
._h4 {
  font: 700 var(--h4) var(--heading-font-family);
}

a {
  color: var(--text-color);
  text-decoration: none;
}

._semibold {
  font-weight: 600;
}

b,
strong,
._bold {
  font-weight: 700;
}

._accent {
  color: var(--accent);
}

._accent2 {
  color: var(--accent2);
}

._s {
  font-size: var(--s);
  line-height: 140%;
}

._m {
  font-size: var(--m);
  line-height: 140%;
}

._l {
  font-size: var(--l);
  line-height: 140%;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  transition: var(--tr);
}

.btn--ticket {
  font-size: 24px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22415%22%20height%3D%2280%22%20viewBox%3D%220%200%20415%2080%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M341.198%206.33495C344.697%206.33495%20347.533%203.4988%20347.533%200.000237942V0H414.5V79.6364H347.533C347.533%2076.1379%20344.697%2073.3018%20341.198%2073.3018C337.7%2073.3018%20334.864%2076.1379%20334.864%2079.6364H0V0H334.864V0.000237942C334.864%203.4988%20337.7%206.33495%20341.198%206.33495ZM341.198%209.95472C340.699%209.95472%20340.293%2010.3599%20340.293%2010.8597V16.2894C340.293%2016.7892%20340.699%2017.1944%20341.198%2017.1944C341.698%2017.1944%20342.103%2016.7892%20342.103%2016.2894V10.8597C342.103%2010.3599%20341.698%209.95472%20341.198%209.95472ZM340.293%2038.0084C340.293%2037.5086%20340.699%2037.1035%20341.198%2037.1035C341.698%2037.1035%20342.103%2037.5086%20342.103%2038.0084V43.4382C342.103%2043.938%20341.698%2044.3432%20341.198%2044.3432C340.699%2044.3432%20340.293%2043.938%20340.293%2043.4382V38.0084ZM341.198%2019.0043C340.699%2019.0043%20340.293%2019.4095%20340.293%2019.9093V25.339C340.293%2025.8388%20340.699%2026.244%20341.198%2026.244C341.698%2026.244%20342.103%2025.8388%20342.103%2025.339V19.9093C342.103%2019.4095%20341.698%2019.0043%20341.198%2019.0043ZM340.293%2047.058C340.293%2046.5582%20340.699%2046.1531%20341.198%2046.1531C341.698%2046.1531%20342.103%2046.5582%20342.103%2047.058V52.4878C342.103%2052.9876%20341.698%2053.3927%20341.198%2053.3927C340.699%2053.3927%20340.293%2052.9876%20340.293%2052.4878V47.058ZM341.198%2027.1489C340.699%2027.1489%20340.293%2027.5541%20340.293%2028.0539V33.4836C340.293%2033.9834%20340.699%2034.3886%20341.198%2034.3886C341.698%2034.3886%20342.103%2033.9834%20342.103%2033.4836V28.0539C342.103%2027.5541%20341.698%2027.1489%20341.198%2027.1489ZM340.293%2056.1076C340.293%2055.6078%20340.699%2055.2027%20341.198%2055.2027C341.698%2055.2027%20342.103%2055.6078%20342.103%2056.1076V60.6324C342.103%2061.1322%20341.698%2061.5374%20341.198%2061.5374C340.699%2061.5374%20340.293%2061.1322%20340.293%2060.6324V56.1076ZM341.198%2063.3473C340.699%2063.3473%20340.293%2063.7524%20340.293%2064.2522V69.682C340.293%2070.1818%20340.699%2070.587%20341.198%2070.587C341.698%2070.587%20342.103%2070.1818%20342.103%2069.682V64.2522C342.103%2063.7524%20341.698%2063.3473%20341.198%2063.3473Z%22%20fill%3D%22url(%23paint0_linear_2012_84)%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M341.5%206.32789C344.858%206.17045%20347.533%203.39768%20347.533%200.000237942V0H414.5V79.6364H347.533C347.533%2076.239%20344.858%2073.4663%20341.5%2073.3089V70.5355C341.851%2070.4112%20342.103%2070.076%20342.103%2069.682V64.2522C342.103%2063.8582%20341.851%2063.523%20341.5%2063.3988V61.4859C341.851%2061.3616%20342.103%2061.0264%20342.103%2060.6324V56.1076C342.103%2055.7136%20341.851%2055.3784%20341.5%2055.2542V53.3412C341.851%2053.217%20342.103%2052.8818%20342.103%2052.4878V47.058C342.103%2046.664%20341.851%2046.3288%20341.5%2046.2046V44.2917C341.851%2044.1674%20342.103%2043.8322%20342.103%2043.4382V38.0084C342.103%2037.6144%20341.851%2037.2792%20341.5%2037.155V34.3371C341.851%2034.2129%20342.103%2033.8777%20342.103%2033.4836V28.0539C342.103%2027.6599%20341.851%2027.3247%20341.5%2027.2004V26.1925C341.851%2026.0683%20342.103%2025.733%20342.103%2025.339V19.9093C342.103%2019.5152%20341.851%2019.18%20341.5%2019.0558V17.1429C341.851%2017.0187%20342.103%2016.6835%20342.103%2016.2894V10.8597C342.103%2010.4657%20341.851%2010.1304%20341.5%2010.0062V6.32789Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2068.2464L360.003%2070.0143C360.003%2070.0784%20360.076%2070.1304%20360.167%2070.1304L400.839%2070.1304C400.929%2070.1304%20401.003%2070.0784%20401.003%2070.0143L401.003%2068.2464C401.003%2068.1823%20400.929%2068.1304%20400.839%2068.1304L360.167%2068.1304C360.076%2068.1304%20360.003%2068.1823%20360.003%2068.2464Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2063.6378L360.003%2064.623C360.003%2064.9032%20360.183%2065.1304%20360.404%2065.1304L400.601%2065.1304C400.823%2065.1304%20401.003%2064.9032%20401.003%2064.623L401.003%2063.6378C401.003%2063.3575%20400.823%2063.1304%20400.601%2063.1304L360.404%2063.1304C360.183%2063.1304%20360.003%2063.3575%20360.003%2063.6378Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2059.4016L360.003%2059.8591C360.003%2060.0089%20360.203%2060.1304%20360.451%2060.1304L400.554%2060.1304C400.802%2060.1304%20401.003%2060.0089%20401.003%2059.8591L401.003%2059.4016C401.003%2059.2518%20400.802%2059.1304%20400.554%2059.1304L360.451%2059.1304C360.203%2059.1304%20360.003%2059.2518%20360.003%2059.4016Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2055.4016L360.003%2055.8591C360.003%2056.0089%20360.203%2056.1304%20360.451%2056.1304L400.554%2056.1304C400.802%2056.1304%20401.003%2056.0089%20401.003%2055.8591L401.003%2055.4016C401.003%2055.2518%20400.802%2055.1304%20400.554%2055.1304L360.451%2055.1304C360.203%2055.1304%20360.003%2055.2518%20360.003%2055.4016Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2039.3797L360.003%2040.881C360.003%2041.0187%20360.165%2041.1304%20360.366%2041.1304L400.64%2041.1304C400.84%2041.1304%20401.003%2041.0187%20401.003%2040.881L401.003%2039.3797C401.003%2039.242%20400.84%2039.1304%20400.64%2039.1304L360.366%2039.1304C360.165%2039.1304%20360.003%2039.242%20360.003%2039.3797Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2033.2327L360.003%2036.028C360.003%2036.0846%20360.064%2036.1304%20360.139%2036.1304L400.866%2036.1304C400.942%2036.1304%20401.003%2036.0846%20401.003%2036.028L401.003%2033.2327C401.003%2033.1762%20400.942%2033.1304%20400.866%2033.1304L360.139%2033.1304C360.064%2033.1304%20360.003%2033.1762%20360.003%2033.2327Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2029.3544L360.003%2029.9063C360.003%2030.0301%20360.169%2030.1304%20360.373%2030.1304L400.632%2030.1304C400.837%2030.1304%20401.003%2030.0301%20401.003%2029.9063L401.003%2029.3544C401.003%2029.2307%20400.837%2029.1304%20400.632%2029.1304L360.373%2029.1304C360.169%2029.1304%20360.003%2029.2307%20360.003%2029.3544Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.001%2010.2771L360.002%2010.9056C360.002%2011.0297%20360.148%2011.1302%20360.326%2011.13L400.676%2011.0785C400.855%2011.0783%20401%2010.9775%20400.999%2010.8533L400.998%2010.2249C400.998%2010.1007%20400.852%2010.0003%20400.674%2010.0005L360.324%2010.0519C360.145%2010.0521%20360%2010.153%20360.001%2010.2771Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360%2049.1562L360%2051.8438C360%2051.9301%20360.093%2052%20360.207%2052L400.793%2052C400.907%2052%20401%2051.9301%20401%2051.8438L401%2049.1562C401%2049.0699%20400.907%2049%20400.793%2049L360.207%2049C360.093%2049%20360%2049.0699%20360%2049.1562Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2044.239L360.003%2045.0217C360.003%2045.0817%20360.139%2045.1304%20360.307%2045.1304L400.698%2045.1304C400.866%2045.1304%20401.003%2045.0817%20401.003%2045.0217L401.003%2044.239C401.003%2044.179%20400.866%2044.1304%20400.698%2044.1304L360.307%2044.1304C360.139%2044.1304%20360.003%2044.179%20360.003%2044.239Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2024.5561L360.003%2025.7046C360.003%2025.9398%20360.153%2026.1304%20360.339%2026.1304L400.667%2026.1304C400.852%2026.1304%20401.003%2025.9398%20401.003%2025.7046L401.003%2024.5561C401.003%2024.321%20400.852%2024.1304%20400.667%2024.1304L360.339%2024.1304C360.153%2024.1304%20360.003%2024.321%20360.003%2024.5561Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2020.2931L360.003%2020.9677C360.003%2021.0575%20360.122%2021.1304%20360.268%2021.1304L400.737%2021.1304C400.884%2021.1304%20401.003%2021.0575%20401.003%2020.9677L401.003%2020.293C401.003%2020.2032%20400.884%2020.1304%20400.737%2020.1304L360.268%2020.1304C360.122%2020.1304%20360.003%2020.2032%20360.003%2020.2931Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M360.003%2014.7021L360.003%2016.5586C360.003%2016.8744%20360.137%2017.1304%20360.303%2017.1304L400.702%2017.1304C400.868%2017.1304%20401.003%2016.8744%20401.003%2016.5586L401.003%2014.7021C401.003%2014.3864%20400.868%2014.1304%20400.702%2014.1304L360.303%2014.1304C360.137%2014.1304%20360.003%2014.3864%20360.003%2014.7021Z%22%20fill%3D%22black%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_2012_84%22%20x1%3D%22-3.50386e-07%22%20y1%3D%224.52479%22%20x2%3D%22419.671%22%20y2%3D%2274.4435%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%232CAE71%22%2F%3E%0A%3Cstop%20offset%3D%220.671875%22%20stop-color%3D%22%233EC284%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23048247%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A')
    center/contain no-repeat;
  padding: 22px 100px 22px 45px;
}

.btn--ticket:hover {
  transform: rotate(5deg) scale(1.1);
}

.btn--ticket-white {
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22415%22%20height%3D%2280%22%20viewBox%3D%220%200%20415%2080%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M341.198%206.33495C344.697%206.33495%20347.533%203.4988%20347.533%200.000237942V0H414.5V79.6364H347.533C347.533%2076.1379%20344.697%2073.3018%20341.198%2073.3018C337.7%2073.3018%20334.864%2076.1379%20334.864%2079.6364H0V0H334.864V0.000237942C334.864%203.4988%20337.7%206.33495%20341.198%206.33495ZM341.198%209.95472C340.699%209.95472%20340.293%2010.3599%20340.293%2010.8597V16.2894C340.293%2016.7892%20340.699%2017.1944%20341.198%2017.1944C341.698%2017.1944%20342.103%2016.7892%20342.103%2016.2894V10.8597C342.103%2010.3599%20341.698%209.95472%20341.198%209.95472ZM340.293%2038.0084C340.293%2037.5086%20340.699%2037.1035%20341.198%2037.1035C341.698%2037.1035%20342.103%2037.5086%20342.103%2038.0084V43.4382C342.103%2043.938%20341.698%2044.3432%20341.198%2044.3432C340.699%2044.3432%20340.293%2043.938%20340.293%2043.4382V38.0084ZM341.198%2019.0043C340.699%2019.0043%20340.293%2019.4095%20340.293%2019.9093V25.339C340.293%2025.8388%20340.699%2026.244%20341.198%2026.244C341.698%2026.244%20342.103%2025.8388%20342.103%2025.339V19.9093C342.103%2019.4095%20341.698%2019.0043%20341.198%2019.0043ZM340.293%2047.058C340.293%2046.5582%20340.699%2046.1531%20341.198%2046.1531C341.698%2046.1531%20342.103%2046.5582%20342.103%2047.058V52.4878C342.103%2052.9876%20341.698%2053.3927%20341.198%2053.3927C340.699%2053.3927%20340.293%2052.9876%20340.293%2052.4878V47.058ZM341.198%2027.1489C340.699%2027.1489%20340.293%2027.5541%20340.293%2028.0539V33.4836C340.293%2033.9834%20340.699%2034.3886%20341.198%2034.3886C341.698%2034.3886%20342.103%2033.9834%20342.103%2033.4836V28.0539C342.103%2027.5541%20341.698%2027.1489%20341.198%2027.1489ZM340.293%2056.1076C340.293%2055.6078%20340.699%2055.2027%20341.198%2055.2027C341.698%2055.2027%20342.103%2055.6078%20342.103%2056.1076V60.6324C342.103%2061.1322%20341.698%2061.5374%20341.198%2061.5374C340.699%2061.5374%20340.293%2061.1322%20340.293%2060.6324V56.1076ZM341.198%2063.3473C340.699%2063.3473%20340.293%2063.7524%20340.293%2064.2522V69.682C340.293%2070.1818%20340.699%2070.587%20341.198%2070.587C341.698%2070.587%20342.103%2070.1818%20342.103%2069.682V64.2522C342.103%2063.7524%20341.698%2063.3473%20341.198%2063.3473Z%22%20fill%3D%22url(%23paint0_linear_2012_84)%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M341.5%206.32789C344.858%206.17045%20347.533%203.39768%20347.533%200.000237942V0H414.5V79.6364H347.533C347.533%2076.239%20344.858%2073.4663%20341.5%2073.3089V70.5355C341.851%2070.4112%20342.103%2070.076%20342.103%2069.682V64.2522C342.103%2063.8582%20341.851%2063.523%20341.5%2063.3988V61.4859C341.851%2061.3616%20342.103%2061.0264%20342.103%2060.6324V56.1076C342.103%2055.7136%20341.851%2055.3784%20341.5%2055.2542V53.3412C341.851%2053.217%20342.103%2052.8818%20342.103%2052.4878V47.058C342.103%2046.664%20341.851%2046.3288%20341.5%2046.2046V44.2917C341.851%2044.1674%20342.103%2043.8322%20342.103%2043.4382V38.0084C342.103%2037.6144%20341.851%2037.2792%20341.5%2037.155V34.3371C341.851%2034.2129%20342.103%2033.8777%20342.103%2033.4836V28.0539C342.103%2027.6599%20341.851%2027.3247%20341.5%2027.2004V26.1925C341.851%2026.0683%20342.103%2025.733%20342.103%2025.339V19.9093C342.103%2019.5152%20341.851%2019.18%20341.5%2019.0558V17.1429C341.851%2017.0187%20342.103%2016.6835%20342.103%2016.2894V10.8597C342.103%2010.4657%20341.851%2010.1304%20341.5%2010.0062V6.32789Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2068.2464L360.003%2070.0143C360.003%2070.0784%20360.076%2070.1304%20360.167%2070.1304L400.839%2070.1304C400.929%2070.1304%20401.003%2070.0784%20401.003%2070.0143L401.003%2068.2464C401.003%2068.1823%20400.929%2068.1304%20400.839%2068.1304L360.167%2068.1304C360.076%2068.1304%20360.003%2068.1823%20360.003%2068.2464Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2063.6378L360.003%2064.623C360.003%2064.9032%20360.183%2065.1304%20360.404%2065.1304L400.601%2065.1304C400.823%2065.1304%20401.003%2064.9032%20401.003%2064.623L401.003%2063.6378C401.003%2063.3575%20400.823%2063.1304%20400.601%2063.1304L360.404%2063.1304C360.183%2063.1304%20360.003%2063.3575%20360.003%2063.6378Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2059.4016L360.003%2059.8591C360.003%2060.0089%20360.203%2060.1304%20360.451%2060.1304L400.554%2060.1304C400.802%2060.1304%20401.003%2060.0089%20401.003%2059.8591L401.003%2059.4016C401.003%2059.2518%20400.802%2059.1304%20400.554%2059.1304L360.451%2059.1304C360.203%2059.1304%20360.003%2059.2518%20360.003%2059.4016Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2055.4016L360.003%2055.8591C360.003%2056.0089%20360.203%2056.1304%20360.451%2056.1304L400.554%2056.1304C400.802%2056.1304%20401.003%2056.0089%20401.003%2055.8591L401.003%2055.4016C401.003%2055.2518%20400.802%2055.1304%20400.554%2055.1304L360.451%2055.1304C360.203%2055.1304%20360.003%2055.2518%20360.003%2055.4016Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2039.3797L360.003%2040.881C360.003%2041.0187%20360.165%2041.1304%20360.366%2041.1304L400.64%2041.1304C400.84%2041.1304%20401.003%2041.0187%20401.003%2040.881L401.003%2039.3797C401.003%2039.242%20400.84%2039.1304%20400.64%2039.1304L360.366%2039.1304C360.165%2039.1304%20360.003%2039.242%20360.003%2039.3797Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2033.2327L360.003%2036.028C360.003%2036.0846%20360.064%2036.1304%20360.139%2036.1304L400.866%2036.1304C400.942%2036.1304%20401.003%2036.0846%20401.003%2036.028L401.003%2033.2327C401.003%2033.1762%20400.942%2033.1304%20400.866%2033.1304L360.139%2033.1304C360.064%2033.1304%20360.003%2033.1762%20360.003%2033.2327Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2029.3544L360.003%2029.9063C360.003%2030.0301%20360.169%2030.1304%20360.373%2030.1304L400.632%2030.1304C400.837%2030.1304%20401.003%2030.0301%20401.003%2029.9063L401.003%2029.3544C401.003%2029.2307%20400.837%2029.1304%20400.632%2029.1304L360.373%2029.1304C360.169%2029.1304%20360.003%2029.2307%20360.003%2029.3544Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.001%2010.2771L360.002%2010.9056C360.002%2011.0297%20360.148%2011.1302%20360.326%2011.13L400.676%2011.0785C400.855%2011.0783%20401%2010.9775%20400.999%2010.8533L400.998%2010.2249C400.998%2010.1007%20400.852%2010.0003%20400.674%2010.0005L360.324%2010.0519C360.145%2010.0521%20360%2010.153%20360.001%2010.2771Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360%2049.1562L360%2051.8438C360%2051.9301%20360.093%2052%20360.207%2052L400.793%2052C400.907%2052%20401%2051.9301%20401%2051.8438L401%2049.1562C401%2049.0699%20400.907%2049%20400.793%2049L360.207%2049C360.093%2049%20360%2049.0699%20360%2049.1562Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2044.239L360.003%2045.0217C360.003%2045.0817%20360.139%2045.1304%20360.307%2045.1304L400.698%2045.1304C400.866%2045.1304%20401.003%2045.0817%20401.003%2045.0217L401.003%2044.239C401.003%2044.179%20400.866%2044.1304%20400.698%2044.1304L360.307%2044.1304C360.139%2044.1304%20360.003%2044.179%20360.003%2044.239Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2024.5561L360.003%2025.7046C360.003%2025.9398%20360.153%2026.1304%20360.339%2026.1304L400.667%2026.1304C400.852%2026.1304%20401.003%2025.9398%20401.003%2025.7046L401.003%2024.5561C401.003%2024.321%20400.852%2024.1304%20400.667%2024.1304L360.339%2024.1304C360.153%2024.1304%20360.003%2024.321%20360.003%2024.5561Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2020.2931L360.003%2020.9677C360.003%2021.0575%20360.122%2021.1304%20360.268%2021.1304L400.737%2021.1304C400.884%2021.1304%20401.003%2021.0575%20401.003%2020.9677L401.003%2020.293C401.003%2020.2032%20400.884%2020.1304%20400.737%2020.1304L360.268%2020.1304C360.122%2020.1304%20360.003%2020.2032%20360.003%2020.2931Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M360.003%2014.7021L360.003%2016.5586C360.003%2016.8744%20360.137%2017.1304%20360.303%2017.1304L400.702%2017.1304C400.868%2017.1304%20401.003%2016.8744%20401.003%2016.5586L401.003%2014.7021C401.003%2014.3864%20400.868%2014.1304%20400.702%2014.1304L360.303%2014.1304C360.137%2014.1304%20360.003%2014.3864%20360.003%2014.7021Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cdefs%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear_2012_84%22%20x1%3D%22-3.50386e-07%22%20y1%3D%224.52479%22%20x2%3D%22419.671%22%20y2%3D%2274.4435%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%20stop-color%3D%22%232CAE71%22%2F%3E%0D%0A%3Cstop%20offset%3D%220.671875%22%20stop-color%3D%22%233EC284%22%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23048247%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
}

.btn--ticket-dark {
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22349%22%20height%3D%2268%22%20viewBox%3D%220%200%20349%2068%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M287.282%205.33369C290.227%205.33369%20292.615%202.94571%20292.615%200L349%201.38283e-05V67.0521H292.615V67.0518C292.615%2064.106%20290.227%2061.7181%20287.282%2061.7181C284.336%2061.7181%20281.948%2064.106%20281.948%2067.0518V67.0521H0V1.38283e-05L281.948%200C281.948%202.94571%20284.336%205.33369%20287.282%205.33369ZM287.281%208.38109C286.861%208.38109%20286.52%208.72223%20286.52%209.14304V13.7148C286.52%2014.1356%20286.861%2014.4767%20287.281%2014.4767C287.702%2014.4767%20288.043%2014.1356%20288.043%2013.7148V9.14304C288.043%208.72223%20287.702%208.38109%20287.281%208.38109ZM286.52%2032.0018C286.52%2031.581%20286.861%2031.2399%20287.281%2031.2399C287.702%2031.2399%20288.043%2031.581%20288.043%2032.0018V36.5735C288.043%2036.9944%20287.702%2037.3355%20287.281%2037.3355C286.861%2037.3355%20286.52%2036.9944%20286.52%2036.5735V32.0018ZM287.281%2016.001C286.861%2016.001%20286.52%2016.3421%20286.52%2016.7629V21.3347C286.52%2021.7555%20286.861%2022.0966%20287.281%2022.0966C287.702%2022.0966%20288.043%2021.7555%20288.043%2021.3347V16.7629C288.043%2016.3421%20287.702%2016.001%20287.281%2016.001ZM286.52%2039.6213C286.52%2039.2004%20286.861%2038.8593%20287.281%2038.8593C287.702%2038.8593%20288.043%2039.2004%20288.043%2039.6213V44.193C288.043%2044.6138%20287.702%2044.9549%20287.281%2044.9549C286.861%2044.9549%20286.52%2044.6138%20286.52%2044.193V39.6213ZM287.281%2022.8585C286.861%2022.8585%20286.52%2023.1996%20286.52%2023.6204V28.1922C286.52%2028.613%20286.861%2028.9541%20287.281%2028.9541C287.702%2028.9541%20288.043%2028.613%20288.043%2028.1922V23.6204C288.043%2023.1996%20287.702%2022.8585%20287.281%2022.8585ZM286.52%2047.2407C286.52%2046.8199%20286.861%2046.4787%20287.281%2046.4787C287.702%2046.4787%20288.043%2046.8199%20288.043%2047.2407V51.0505C288.043%2051.4713%20287.702%2051.8124%20287.281%2051.8124C286.861%2051.8124%20286.52%2051.4713%20286.52%2051.0505V47.2407ZM287.281%2053.3362C286.861%2053.3362%20286.52%2053.6774%20286.52%2054.0982V58.6699C286.52%2059.0907%20286.861%2059.4319%20287.281%2059.4319C287.702%2059.4319%20288.043%2059.0907%20288.043%2058.6699V54.0982C288.043%2053.6774%20287.702%2053.3362%20287.281%2053.3362Z%22%20fill%3D%22url(%23paint0_linear_1742_496)%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M287.536%2028.9107V31.2832C287.832%2031.3878%20288.044%2031.6701%20288.044%2032.0018V36.5735C288.044%2036.9053%20287.832%2037.1875%20287.536%2037.2921V38.9027C287.832%2039.0073%20288.044%2039.2895%20288.044%2039.6212V44.193C288.044%2044.5247%20287.832%2044.8069%20287.536%2044.9115V46.5221C287.832%2046.6267%20288.044%2046.9089%20288.044%2047.2407V51.0504C288.044%2051.3822%20287.832%2051.6644%20287.536%2051.769V53.3796C287.832%2053.4842%20288.044%2053.7664%20288.044%2054.0982V58.6699C288.044%2059.0016%20287.832%2059.2838%20287.536%2059.3885V61.724C290.363%2061.8566%20292.615%2064.1912%20292.615%2067.0517V67.0521H349V0H292.615C292.615%202.86055%20290.363%205.19514%20287.536%205.32773V8.42446C287.832%208.52908%20288.044%208.8113%20288.044%209.14303V13.7148C288.044%2014.0465%20287.832%2014.3287%20287.536%2014.4333V16.0444C287.832%2016.149%20288.044%2016.4312%20288.044%2016.7629V21.3347C288.044%2021.6664%20287.832%2021.9486%20287.536%2022.0532V22.9018C287.832%2023.0065%20288.044%2023.2887%20288.044%2023.6204V28.1922C288.044%2028.5239%20287.832%2028.8061%20287.536%2028.9107Z%22%20fill%3D%22%233E3E3E%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2057.4617L303.114%2058.9503C303.114%2059.0042%20303.176%2059.048%20303.252%2059.048L337.497%2059.048C337.574%2059.048%20337.635%2059.0042%20337.635%2058.9503L337.635%2057.4617C337.635%2057.4078%20337.574%2057.364%20337.497%2057.364L303.252%2057.364C303.176%2057.364%20303.114%2057.4078%20303.114%2057.4617Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2053.5814L303.114%2054.4109C303.114%2054.6469%20303.266%2054.8381%20303.453%2054.8381L337.297%2054.8381C337.484%2054.8381%20337.635%2054.6469%20337.635%2054.4109L337.635%2053.5814C337.635%2053.3454%20337.484%2053.1542%20337.297%2053.1542L303.453%2053.1542C303.266%2053.1542%20303.114%2053.3454%20303.114%2053.5814Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2050.0147L303.114%2050.3999C303.114%2050.5261%20303.283%2050.6283%20303.492%2050.6283L337.258%2050.6283C337.466%2050.6283%20337.635%2050.5261%20337.635%2050.3999L337.635%2050.0147C337.635%2049.8886%20337.466%2049.7863%20337.258%2049.7863L303.492%2049.7863C303.283%2049.7863%20303.114%2049.8886%20303.114%2050.0147Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2046.6466L303.114%2047.0319C303.114%2047.158%20303.283%2047.2603%20303.492%2047.2603L337.258%2047.2603C337.466%2047.2603%20337.635%2047.158%20337.635%2047.0319L337.635%2046.6466C337.635%2046.5205%20337.466%2046.4183%20337.258%2046.4183L303.492%2046.4183C303.283%2046.4183%20303.114%2046.5205%20303.114%2046.6466Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2033.1567L303.114%2034.4208C303.114%2034.5367%20303.251%2034.6307%20303.42%2034.6307L337.33%2034.6307C337.499%2034.6307%20337.635%2034.5367%20337.635%2034.4208L337.635%2033.1567C337.635%2033.0408%20337.499%2032.9468%20337.33%2032.9468L303.42%2032.9468C303.251%2032.9468%20303.114%2033.0408%20303.114%2033.1567Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2027.9811L303.114%2030.3347C303.114%2030.3823%20303.166%2030.4209%20303.229%2030.4209L337.52%2030.4209C337.584%2030.4209%20337.635%2030.3823%20337.635%2030.3347L337.635%2027.9811C337.635%2027.9335%20337.584%2027.895%20337.52%2027.895L303.229%2027.895C303.166%2027.895%20303.114%2027.9335%20303.114%2027.9811Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2024.7155L303.114%2025.1802C303.114%2025.2844%20303.254%2025.3688%20303.426%2025.3688L337.323%2025.3688C337.496%2025.3688%20337.635%2025.2844%20337.635%2025.1802L337.635%2024.7155C337.635%2024.6113%20337.496%2024.5269%20337.323%2024.5269L303.426%2024.5269C303.254%2024.5269%20303.114%2024.6113%20303.114%2024.7155Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.113%208.65288L303.114%209.18199C303.114%209.28653%20303.236%209.37112%20303.387%209.37093L337.36%209.32764C337.511%209.32745%20337.633%209.24254%20337.633%209.138L337.631%208.6089C337.631%208.50436%20337.509%208.41976%20337.358%208.41995L303.385%208.46324C303.234%208.46344%20303.112%208.54834%20303.113%208.65288Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.112%2041.3885L303.112%2043.6515C303.112%2043.7241%20303.19%2043.783%20303.286%2043.783L337.459%2043.783C337.555%2043.783%20337.633%2043.7241%20337.633%2043.6515L337.633%2041.3885C337.633%2041.3159%20337.555%2041.257%20337.459%2041.257L303.286%2041.257C303.19%2041.257%20303.112%2041.3159%20303.112%2041.3885Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2037.2483L303.114%2037.9073C303.114%2037.9578%20303.229%2037.9988%20303.371%2037.9988L337.379%2037.9988C337.521%2037.9988%20337.635%2037.9578%20337.635%2037.9073L337.635%2037.2483C337.635%2037.1978%20337.521%2037.1568%20337.379%2037.1568L303.371%2037.1568C303.229%2037.1568%20303.114%2037.1978%20303.114%2037.2483Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2020.6758L303.114%2021.6428C303.114%2021.8408%20303.241%2022.0013%20303.397%2022.0013L337.353%2022.0013C337.509%2022.0013%20337.635%2021.8408%20337.635%2021.6428L337.635%2020.6758C337.635%2020.4778%20337.509%2020.3173%20337.353%2020.3173L303.397%2020.3173C303.241%2020.3173%20303.114%2020.4778%20303.114%2020.6758Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2017.0864L303.114%2017.6545C303.114%2017.7301%20303.214%2017.7914%20303.338%2017.7914L337.412%2017.7914C337.535%2017.7914%20337.635%2017.7301%20337.635%2017.6545L337.635%2017.0864C337.635%2017.0108%20337.535%2016.9495%20337.412%2016.9495L303.338%2016.9495C303.214%2016.9495%20303.114%2017.0108%20303.114%2017.0864Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M303.114%2012.3789L303.114%2013.942C303.114%2014.2079%20303.228%2014.4234%20303.367%2014.4234L337.382%2014.4234C337.522%2014.4234%20337.635%2014.2079%20337.635%2013.942L337.635%2012.3789C337.635%2012.113%20337.522%2011.8975%20337.382%2011.8975L303.367%2011.8975C303.228%2011.8975%20303.114%2012.113%20303.114%2012.3789Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cdefs%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear_1742_496%22%20x1%3D%22-2.95018e-07%22%20y1%3D%223.80978%22%20x2%3D%22353.354%22%20y2%3D%2262.6797%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%20stop-color%3D%22%232CAE71%22%2F%3E%0D%0A%3Cstop%20offset%3D%220.671875%22%20stop-color%3D%22%233EC284%22%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23048247%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
}

.btn--ticket-fullwhite {
  color: var(--bg);
  padding-top: 17px;
  padding-bottom: 17px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22378%22%20height%3D%2267%22%20viewBox%3D%220%200%20378%2067%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M303.835%205.39841C307.333%205.39841%20310.169%203.04791%20310.169%200.148421V0.148224H377.136V66.1481L310.169%2066.1482C310.169%2063.2487%20307.333%2060.8983%20303.835%2060.8983C300.336%2060.8983%20297.5%2063.2487%20297.5%2066.1482L0.862305%2066.1481V0.148224H297.5V0.148421C297.5%203.04791%20300.336%205.39841%20303.835%205.39841ZM303.835%208.39837C303.335%208.39837%20302.93%208.80353%20302.93%209.30333V13.4934C302.93%2013.9932%20303.335%2014.3984%20303.835%2014.3984C304.334%2014.3984%20304.74%2013.9932%20304.74%2013.4934V9.30333C304.74%208.80353%20304.334%208.39837%20303.835%208.39837ZM302.93%2031.8033C302.93%2031.3035%20303.335%2030.8984%20303.835%2030.8984C304.334%2030.8984%20304.74%2031.3035%20304.74%2031.8033V35.9934C304.74%2036.4932%20304.334%2036.8983%20303.835%2036.8983C303.335%2036.8983%20302.93%2036.4932%20302.93%2035.9934V31.8033ZM303.835%2015.8984C303.335%2015.8984%20302.93%2016.3035%20302.93%2016.8033V20.9934C302.93%2021.4932%20303.335%2021.8984%20303.835%2021.8984C304.334%2021.8984%20304.74%2021.4932%20304.74%2020.9934V16.8033C304.74%2016.3035%20304.334%2015.8984%20303.835%2015.8984ZM302.93%2039.3033C302.93%2038.8035%20303.335%2038.3983%20303.835%2038.3983C304.334%2038.3983%20304.74%2038.8035%20304.74%2039.3033V43.4933C304.74%2043.9931%20304.334%2044.3983%20303.835%2044.3983C303.335%2044.3983%20302.93%2043.9931%20302.93%2043.4933V39.3033ZM303.835%2022.6483C303.335%2022.6483%20302.93%2023.0535%20302.93%2023.5533V27.7434C302.93%2028.2432%20303.335%2028.6483%20303.835%2028.6483C304.334%2028.6483%20304.74%2028.2432%20304.74%2027.7434V23.5533C304.74%2023.0535%20304.334%2022.6483%20303.835%2022.6483ZM302.93%2046.8032C302.93%2046.3034%20303.335%2045.8983%20303.835%2045.8983C304.334%2045.8983%20304.74%2046.3034%20304.74%2046.8032V50.2433C304.74%2050.7431%20304.334%2051.1483%20303.835%2051.1483C303.335%2051.1483%20302.93%2050.7431%20302.93%2050.2433V46.8032ZM303.835%2052.6483C303.335%2052.6483%20302.93%2053.0534%20302.93%2053.5532V57.7433C302.93%2058.2431%20303.335%2058.6483%20303.835%2058.6483C304.334%2058.6483%20304.74%2058.2431%20304.74%2057.7433V53.5532C304.74%2053.0534%20304.334%2052.6483%20303.835%2052.6483Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M304.137%205.39256C307.495%205.26202%20310.17%202.96407%20310.17%200.148421V0.148224H377.137V66.1481H310.17C310.17%2063.3325%20307.495%2061.0346%20304.137%2060.9041V58.5967C304.488%2058.4724%20304.74%2058.1373%20304.74%2057.7433V53.5532C304.74%2053.1593%20304.488%2052.8241%20304.137%2052.6998V51.0967C304.488%2050.9724%20304.74%2050.6373%20304.74%2050.2433V46.8032C304.74%2046.4093%20304.488%2046.0741%20304.137%2045.9498V44.3467C304.488%2044.2225%20304.74%2043.8873%20304.74%2043.4933V39.3033C304.74%2038.9093%20304.488%2038.5742%20304.137%2038.4499V36.8468C304.488%2036.7225%20304.74%2036.3873%20304.74%2035.9934V31.8033C304.74%2031.4094%20304.488%2031.0742%20304.137%2030.9499V28.5968C304.488%2028.4725%20304.74%2028.1373%20304.74%2027.7434V23.5533C304.74%2023.1593%20304.488%2022.8242%20304.137%2022.6999V21.8468C304.488%2021.7225%20304.74%2021.3874%20304.74%2020.9934V16.8033C304.74%2016.4094%20304.488%2016.0742%20304.137%2015.9499V14.3468C304.488%2014.2225%20304.74%2013.8874%20304.74%2013.4934V9.30333C304.74%208.90937%20304.488%208.57421%20304.137%208.44992V5.39256Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2056.7084L322.64%2058.1736C322.64%2058.2267%20322.713%2058.2697%20322.804%2058.2697L363.476%2058.2697C363.566%2058.2697%20363.64%2058.2267%20363.64%2058.1736L363.64%2056.7084C363.64%2056.6553%20363.566%2056.6122%20363.476%2056.6122L322.804%2056.6122C322.713%2056.6122%20322.64%2056.6553%20322.64%2056.7084Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2052.8889L322.64%2053.7054C322.64%2053.9376%20322.82%2054.1259%20323.041%2054.1259L363.238%2054.1259C363.46%2054.1259%20363.64%2053.9376%20363.64%2053.7054L363.64%2052.8889C363.64%2052.6567%20363.46%2052.4684%20363.238%2052.4684L323.041%2052.4684C322.82%2052.4684%20322.64%2052.6567%20322.64%2052.8889Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2049.3781L322.64%2049.7573C322.64%2049.8814%20322.84%2049.9821%20323.088%2049.9821L363.191%2049.9821C363.439%2049.9821%20363.64%2049.8814%20363.64%2049.7573L363.64%2049.3781C363.64%2049.254%20363.439%2049.1533%20363.191%2049.1533L323.088%2049.1533C322.84%2049.1533%20322.64%2049.254%20322.64%2049.3781Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2046.063L322.64%2046.4422C322.64%2046.5664%20322.84%2046.667%20323.088%2046.667L363.191%2046.667C363.439%2046.667%20363.64%2046.5664%20363.64%2046.4422L363.64%2046.063C363.64%2045.9389%20363.439%2045.8383%20363.191%2045.8383L323.088%2045.8383C322.84%2045.8383%20322.64%2045.9389%20322.64%2046.063Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2032.7847L322.64%2034.0289C322.64%2034.143%20322.802%2034.2355%20323.003%2034.2355L363.277%2034.2355C363.477%2034.2355%20363.64%2034.143%20363.64%2034.0289L363.64%2032.7847C363.64%2032.6705%20363.477%2032.578%20363.277%2032.578L323.003%2032.578C322.802%2032.578%20322.64%2032.6705%20322.64%2032.7847Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2027.6902L322.64%2030.0069C322.64%2030.0537%20322.701%2030.0917%20322.776%2030.0917L363.503%2030.0917C363.578%2030.0917%20363.64%2030.0537%20363.64%2030.0069L363.64%2027.6902C363.64%2027.6434%20363.578%2027.6054%20363.503%2027.6054L322.776%2027.6054C322.701%2027.6054%20322.64%2027.6434%20322.64%2027.6902Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2024.4761L322.64%2024.9334C322.64%2025.036%20322.806%2025.1191%20323.01%2025.1191L363.269%2025.1191C363.474%2025.1191%20363.64%2025.036%20363.64%2024.9334L363.64%2024.476C363.64%2024.3735%20363.474%2024.2904%20363.269%2024.2904L323.01%2024.2904C322.806%2024.2904%20322.64%2024.3735%20322.64%2024.4761Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.638%208.66547L322.639%209.18627C322.639%209.28917%20322.785%209.37244%20322.963%209.37225L363.313%209.32964C363.492%209.32945%20363.637%209.24588%20363.636%209.14298L363.635%208.62217C363.635%208.51927%20363.489%208.43601%20363.311%208.4362L322.961%208.47881C322.782%208.47899%20322.637%208.56257%20322.638%208.66547Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.637%2040.8871L322.637%2043.1145C322.637%2043.186%20322.729%2043.2439%20322.844%2043.2439L363.43%2043.2439C363.544%2043.2439%20363.637%2043.186%20363.637%2043.1145L363.637%2040.8871C363.637%2040.8156%20363.544%2040.7576%20363.43%2040.7576L322.844%2040.7576C322.729%2040.7576%20322.637%2040.8156%20322.637%2040.8871Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2036.8119L322.64%2037.4606C322.64%2037.5103%20322.776%2037.5506%20322.944%2037.5506L363.335%2037.5506C363.503%2037.5506%20363.64%2037.5103%20363.64%2037.4606L363.64%2036.8119C363.64%2036.7621%20363.503%2036.7218%20363.335%2036.7218L322.944%2036.7218C322.776%2036.7218%20322.64%2036.7621%20322.64%2036.8119Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2020.4994L322.64%2021.4512C322.64%2021.6461%20322.79%2021.8041%20322.976%2021.8041L363.304%2021.8041C363.489%2021.8041%20363.64%2021.6461%20363.64%2021.4512L363.64%2020.4994C363.64%2020.3045%20363.489%2020.1465%20363.304%2020.1465L322.976%2020.1465C322.79%2020.1465%20322.64%2020.3045%20322.64%2020.4994Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2016.9663L322.64%2017.5254C322.64%2017.5999%20322.759%2017.6602%20322.905%2017.6602L363.374%2017.6602C363.521%2017.6602%20363.64%2017.5999%20363.64%2017.5254L363.64%2016.9663C363.64%2016.8918%20363.521%2016.8315%20363.374%2016.8315L322.905%2016.8315C322.759%2016.8315%20322.64%2016.8918%20322.64%2016.9663Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3Cpath%20d%3D%22M322.64%2012.3328L322.64%2013.8713C322.64%2014.133%20322.774%2014.3452%20322.94%2014.3452L363.339%2014.3452C363.505%2014.3452%20363.64%2014.133%20363.64%2013.8713L363.64%2012.3328C363.64%2012.071%20363.505%2011.8589%20363.339%2011.8589L322.94%2011.8589C322.774%2011.8589%20322.64%2012.071%20322.64%2012.3328Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
}

.btn--float {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(150px);
  z-index: 100;
}

.btn--float._visible {
  transform: translateX(-50%) translateY(0%);
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.form {
  position: relative;
}

.form:before {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form__inputs {
  display: flex;
  flex-flow: column;
  gap: 34px;
  margin-bottom: 34px;
}

.form .input {
  font: 400 var(--fz-default) var(--ff2);
  width: 100%;
  padding: 0 0 13px 14px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: none;
  color: #ffffff;
}

.form .input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .intl-tel-input {
  width: 100%;
}

.form .flag-container {
  top: -15px;
}

.form .country-list .country-name {
  color: #333;
}

.form .btn {
  font-size: 24px;
  font-weight: 700;
}

.form__bottom-text {
  padding-top: 12px;
  font-size: 11px;
  font-weight: 400;
}

.form__bottom-text a {
  text-decoration: underline;
}

#sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: initial !important;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header._filled {
  background: var(--bg);
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 35px;
  padding-bottom: 30px;
}

.header__container:before {
  background: rgba(255, 255, 255, 0.15);
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.header__logos {
  display: flex;
  align-items: center;
  gap: 27px;
}

.header__logos span {
  font-size: 24px;
}

.header__logo {
  background: center/contain no-repeat;
}

.header__logo._holders {
  aspect-ratio: 137/23;
  width: 137px;
}

.header__logo._bk {
  aspect-ratio: 159/35;
  width: 159px;
}

.header__menu {
  display: flex;
  gap: 38px;
}

.header__menu a {
  font-size: 18px;
  transition: var(--tr);
}

.header__menu a:hover {
  color: var(--accent);
}

.burger {
  display: none;
  height: 20px;
  width: 27px;
  position: relative;
  z-index: 6;
  cursor: pointer;
}

.burger span {
  position: absolute;
  height: 2px;
  width: 100%;
  display: block;
  -webkit-backdrop-filter: invert(1);
  backdrop-filter: invert(1);
  left: 0%;
  transition: top var(--trd), bottom var(--trd), transform var(--tr), opacity var(--trd);
}

.burger span:nth-child(1) {
  top: 0%;
}

.burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger span:nth-child(3) {
  top: calc(100% - 2px);
}

.header._active .burger span {
  transition: top var(--tr), bottom var(--tr), transform var(--trd), opacity var(--tr);
}

.header._active .burger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header._active .burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.header._active .burger span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.hero {
  padding-top: 140px;
  padding-bottom: 40px;
  position: relative;
  background: url('../img/bg-hero.webp') center / contain no-repeat;
}

.hero__container {
  position: relative;
  z-index: 1;
}

.hero__bg-image {
  position: absolute;
  aspect-ratio: 1366 / 792;
  width: 1366px;
  top: 0;
  z-index: -2;
}

.hero__decor1,
.hero__decor2 {
  position: absolute;
  aspect-ratio: 280 / 242;
  background: url('../img/icons/box-decor.webp') center / cover no-repeat;
  z-index: 1;
}

.hero__decor1 {
  width: 280px;
  top: 20%;
  top: 36%;
  left: -22%;
}

.hero__decor2 {
  width: 307px;
  top: -12%;
  left: 92%;
  transform: scaleX(-1);
}

.hero__container::before,
.hero__container::after {
  content: '';
  position: absolute;
  display: block;
}

.hero__container::before {
  aspect-ratio: 219 / 377;
  width: 219px;
  top: 36%;
  left: 96%;
  background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
  transform: rotate(-116deg);
  filter: blur(100px);
  z-index: -1;
}

.hero__container::after {
  aspect-ratio: 219 / 377;
  width: 219px;
  top: 32%;
  left: -22%;
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  transform: rotate(-72deg);
  z-index: -1;
  filter: blur(100px);
}

.hero__title {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 14px;
}

.hero__title p:first-child {
  font-size: 62px;
  font-weight: 400;
}

.hero__title p:last-child {
  font-size: 96px;
}

.hero__info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
}

.hero__info-date {
  margin-top: 10px;
}

.hero__info-date span:nth-child(2n) {
  color: var(--accent);
}

.hero__info-date_mob {
  display: none;
}

.hero__info-text {
  max-width: 488px;
  font-size: 30px;
  font-weight: 500;
}

.hero__speakers {
  aspect-ratio: 1166/388;
  width: 100%;
  background: center/contain no-repeat;
  transform: scale(1.1);
  margin: 0 0 -40px;
}

.hero__speakers_mob {
  display: none;
}

.hero__btn {
  position: relative;
  margin: 20px auto;
}

.hero1 {
  padding: 160px 0 64px;
  background: url('../img/hero1/hero__bg.webp') center top/cover no-repeat;
  z-index: 0;
  overflow: hidden;
}

.hero__container {
  position: relative;
}

.hero1__decor1,
.hero1__decor2,
.hero1__decor3,
.hero1__decor4,
.hero1__decor5 {
  position: absolute;
  background-color: var(--accent);
  aspect-ratio: 1 / 1;
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
  z-index: -1;
}

.hero1__decor1 {
  width: 38px;
  filter: blur(8px);
  left: 6%;
  top: 14%;
}

.hero1__decor2 {
  width: 18px;
  filter: blur(4px);
  left: 95%;
  top: 40%;
}

.hero1__decor3 {
  width: 38px;
  filter: blur(8px);
  left: 98%;
  top: 80%;
}

.hero1__decor4 {
  width: 76px;
  filter: blur(14px);
  left: -2%;
  top: 84%;
}

.hero1__decor5 {
  width: 247px;
  filter: blur(150px);
  left: -12%;
  top: 78%;
}

.hero1__title {
  margin: 0 auto;
  max-width: 774px;
  color: var(--text-color);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.hero1__title ._accent {
  font-size: 94px;
  line-height: 140%;
}

.hero1__info {
  margin: 42px auto 0;
  display: flex;
  gap: 22px;
  width: fit-content;
}

.hero1__info-item {
  /* box-shadow для згладжування пікселів бордера під кутом  */
  box-shadow: 0 0 1px black;
  background: #ffffff38;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: solid 1px;
  border-image: linear-gradient(90deg, #ffffff, #ffffff00 50%, #ffffff8f 100%) 1;
}

.hero1__info-item > div {
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  width: fit-content;
}

.hero1__info-icon {
  width: 22px;
  height: 22px;
}

.hero1__info-location {
  top: 5%;
  left: 74%;
  transform: translate3d(0, 0, 0);
}

.hero1__info-date {
  top: 2%;
  left: 84%;
  transform: translate3d(0, 0, 0);
}

.hero1__info-location .hero1__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_57)'%3E%3Cpath d='M21.9283 20.2221V8.76381C21.9283 8.58047 21.8192 8.41456 21.6506 8.34214L15.2339 5.59214C15.0918 5.53072 14.9296 5.54539 14.8012 5.63064C14.672 5.71589 14.595 5.85981 14.595 6.01381V20.2221H13.6783V0.742973C13.6783 0.516556 13.5674 0.304806 13.3813 0.176473C13.1943 0.0481398 12.9578 0.0197231 12.7461 0.10039L3.12105 3.76706C2.8543 3.86881 2.6783 4.12456 2.6783 4.40964L2.6783 20.2221H1.76164C1.25564 20.2221 0.844971 20.6319 0.844971 21.1388C0.844971 21.6457 1.25564 22.0555 1.76164 22.0555H21.9283C22.4343 22.0555 22.845 21.6457 22.845 21.1388C22.845 20.6319 22.4343 20.2221 21.9283 20.2221ZM19.1783 11.743C19.1783 11.3635 19.4863 11.0555 19.8658 11.0555C20.2453 11.0555 20.5533 11.3635 20.5533 11.743V13.118C20.5533 13.4975 20.2453 13.8055 19.8658 13.8055C19.4863 13.8055 19.1783 13.4975 19.1783 13.118V11.743ZM19.1783 17.243C19.1783 16.8635 19.4863 16.5555 19.8658 16.5555C20.2453 16.5555 20.5533 16.8635 20.5533 17.243V18.618C20.5533 18.9975 20.2453 19.3055 19.8658 19.3055C19.4863 19.3055 19.1783 18.9975 19.1783 18.618V17.243ZM15.97 11.743C15.97 11.3635 16.278 11.0555 16.6575 11.0555C17.037 11.0555 17.345 11.3635 17.345 11.743V13.118C17.345 13.4975 17.037 13.8055 16.6575 13.8055C16.278 13.8055 15.97 13.4975 15.97 13.118V11.743ZM15.97 17.243C15.97 16.8635 16.278 16.5555 16.6575 16.5555C17.037 16.5555 17.345 16.8635 17.345 17.243V18.618C17.345 18.9975 17.037 19.3055 16.6575 19.3055C16.278 19.3055 15.97 18.9975 15.97 18.618V17.243ZM9.5533 6.24297C9.5533 5.86347 9.8613 5.55547 10.2408 5.55547C10.6203 5.55547 10.9283 5.86347 10.9283 6.24297V7.61797C10.9283 7.99747 10.6203 8.30547 10.2408 8.30547C9.8613 8.30547 9.5533 7.99747 9.5533 7.61797V6.24297ZM9.5533 11.743C9.5533 11.3635 9.8613 11.0555 10.2408 11.0555C10.6203 11.0555 10.9283 11.3635 10.9283 11.743V13.118C10.9283 13.4975 10.6203 13.8055 10.2408 13.8055C9.8613 13.8055 9.5533 13.4975 9.5533 13.118V11.743ZM9.5533 17.243C9.5533 16.8635 9.8613 16.5555 10.2408 16.5555C10.6203 16.5555 10.9283 16.8635 10.9283 17.243V18.618C10.9283 18.9975 10.6203 19.3055 10.2408 19.3055C9.8613 19.3055 9.5533 18.9975 9.5533 18.618V17.243ZM5.4283 6.24297C5.4283 5.86347 5.7363 5.55547 6.1158 5.55547C6.4953 5.55547 6.8033 5.86347 6.8033 6.24297V7.61797C6.8033 7.99747 6.4953 8.30547 6.1158 8.30547C5.7363 8.30547 5.4283 7.99747 5.4283 7.61797V6.24297ZM5.4283 11.743C5.4283 11.3635 5.7363 11.0555 6.1158 11.0555C6.4953 11.0555 6.8033 11.3635 6.8033 11.743L6.8033 13.118C6.8033 13.4975 6.4953 13.8055 6.1158 13.8055C5.7363 13.8055 5.4283 13.4975 5.4283 13.118L5.4283 11.743ZM5.4283 17.243C5.4283 16.8635 5.7363 16.5555 6.1158 16.5555C6.4953 16.5555 6.8033 16.8635 6.8033 17.243V18.618C6.8033 18.9975 6.4953 19.3055 6.1158 19.3055C5.7363 19.3055 5.4283 18.9975 5.4283 18.618V17.243Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_57'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.844971 0.0556641)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero1__info-date .hero1__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_61)'%3E%3Cpath d='M19.9263 1.29541H17.9851V3.23659C17.9851 3.62482 17.6616 3.88365 17.3381 3.88365C17.0145 3.88365 16.691 3.62482 16.691 3.23659V1.29541L6.33806 1.29541V3.23659C6.33806 3.62482 6.01453 3.88365 5.691 3.88365C5.36747 3.88365 5.04394 3.62482 5.04394 3.23659V1.29541H3.10276C2.13217 1.29541 1.42041 2.13659 1.42041 3.23659V5.566H22.1263V3.23659C22.1263 2.13659 20.9616 1.29541 19.9263 1.29541ZM1.42041 6.92482L1.42041 18.766C1.42041 19.9307 2.13217 20.7072 3.16747 20.7072H19.991C21.0263 20.7072 22.191 19.866 22.191 18.766V6.92482H1.42041ZM7.17923 17.7954H5.62629C5.36747 17.7954 5.10865 17.6013 5.10865 17.2778V15.6601C5.10865 15.4013 5.30276 15.1425 5.62629 15.1425H7.24394C7.50276 15.1425 7.76159 15.3366 7.76159 15.6601V17.2778C7.69688 17.6013 7.50276 17.7954 7.17923 17.7954ZM7.17923 11.9719H5.62629C5.36747 11.9719 5.10865 11.7778 5.10865 11.4542V9.83659C5.10865 9.57776 5.30276 9.31894 5.62629 9.31894H7.24394C7.50276 9.31894 7.76159 9.51306 7.76159 9.83659V11.4542C7.69688 11.7778 7.50276 11.9719 7.17923 11.9719ZM12.3557 17.7954H10.7381C10.4792 17.7954 10.2204 17.6013 10.2204 17.2778V15.6601C10.2204 15.4013 10.4145 15.1425 10.7381 15.1425H12.3557C12.6145 15.1425 12.8734 15.3366 12.8734 15.6601V17.2778C12.8734 17.6013 12.6792 17.7954 12.3557 17.7954ZM12.3557 11.9719H10.7381C10.4792 11.9719 10.2204 11.7778 10.2204 11.4542V9.83659C10.2204 9.57776 10.4145 9.31894 10.7381 9.31894H12.3557C12.6145 9.31894 12.8734 9.51306 12.8734 9.83659V11.4542C12.8734 11.7778 12.6792 11.9719 12.3557 11.9719ZM17.5322 17.7954H15.9145C15.6557 17.7954 15.3969 17.6013 15.3969 17.2778V15.6601C15.3969 15.4013 15.591 15.1425 15.9145 15.1425H17.5322C17.791 15.1425 18.0498 15.3366 18.0498 15.6601V17.2778C18.0498 17.6013 17.8557 17.7954 17.5322 17.7954ZM17.5322 11.9719H15.9145C15.6557 11.9719 15.3969 11.7778 15.3969 11.4542V9.83659C15.3969 9.57776 15.591 9.31894 15.9145 9.31894H17.5322C17.791 9.31894 18.0498 9.51306 18.0498 9.83659V11.4542C18.0498 11.7778 17.8557 11.9719 17.5322 11.9719Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_61'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.773438 0.00146484)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero1__subtitle {
  margin: 42px auto 0;
  text-align: center;
  max-width: 652px;
  font-size: 28px;
  font-weight: 600;
}

.hero1__btn {
  margin: 42px auto 0;
  font-size: 26px;
}

.hero2 {
  padding: 160px 0 64px;
}

.hero2__container {
  position: relative;
}

.hero2__container::before,
.hero2__container::after {
  content: '';
  position: absolute;
  aspect-ratio: 1 / 1;
  width: 247px;
  filter: blur(150px);
  border-radius: 50%;
  background-color: var(--accent);
  z-index: -1;
}

.hero2__container::before {
  right: -14%;
  top: -64px;
}

.hero2__container::after {
  left: -12%;
  bottom: -20%;
}

.hero2__img {
  position: absolute;
  top: -30%;
  right: -18%;
  aspect-ratio: 1042 / 792;
  width: 1042px;
  background: url('../img/hero2/hero__bg.webp') center/cover no-repeat;
  z-index: -2;
}

.hero2__title {
  max-width: 620px;
  color: #fff;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  text-transform: uppercase;
}

.hero2__info {
  display: flex;
  gap: 22px;
  width: fit-content;
  position: absolute;
  right: 0%;
  top: 0%;
}

.hero2__info-item {
  /* box-shadow для згладжування пікселів бордера під кутом  */
  /* box-shadow: 0 0 1px black; */
  background: #ffffff38;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: solid 1px;
  border-image: linear-gradient(90deg, #ffffff, #ffffff00 50%, #ffffff8f 100%) 1;
}

.hero2__info-item > div {
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  width: fit-content;
}

.hero2__info-icon {
  width: 22px;
  height: 22px;
}

.hero2__info-location {
  top: 5%;
  left: 74%;
  transform: translate3d(0, 0, 0);
}

.hero2__info-date {
  top: 2%;
  left: 84%;
  transform: translate3d(0, 0, 0);
}

.hero2__info-location .hero2__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_57)'%3E%3Cpath d='M21.9283 20.2221V8.76381C21.9283 8.58047 21.8192 8.41456 21.6506 8.34214L15.2339 5.59214C15.0918 5.53072 14.9296 5.54539 14.8012 5.63064C14.672 5.71589 14.595 5.85981 14.595 6.01381V20.2221H13.6783V0.742973C13.6783 0.516556 13.5674 0.304806 13.3813 0.176473C13.1943 0.0481398 12.9578 0.0197231 12.7461 0.10039L3.12105 3.76706C2.8543 3.86881 2.6783 4.12456 2.6783 4.40964L2.6783 20.2221H1.76164C1.25564 20.2221 0.844971 20.6319 0.844971 21.1388C0.844971 21.6457 1.25564 22.0555 1.76164 22.0555H21.9283C22.4343 22.0555 22.845 21.6457 22.845 21.1388C22.845 20.6319 22.4343 20.2221 21.9283 20.2221ZM19.1783 11.743C19.1783 11.3635 19.4863 11.0555 19.8658 11.0555C20.2453 11.0555 20.5533 11.3635 20.5533 11.743V13.118C20.5533 13.4975 20.2453 13.8055 19.8658 13.8055C19.4863 13.8055 19.1783 13.4975 19.1783 13.118V11.743ZM19.1783 17.243C19.1783 16.8635 19.4863 16.5555 19.8658 16.5555C20.2453 16.5555 20.5533 16.8635 20.5533 17.243V18.618C20.5533 18.9975 20.2453 19.3055 19.8658 19.3055C19.4863 19.3055 19.1783 18.9975 19.1783 18.618V17.243ZM15.97 11.743C15.97 11.3635 16.278 11.0555 16.6575 11.0555C17.037 11.0555 17.345 11.3635 17.345 11.743V13.118C17.345 13.4975 17.037 13.8055 16.6575 13.8055C16.278 13.8055 15.97 13.4975 15.97 13.118V11.743ZM15.97 17.243C15.97 16.8635 16.278 16.5555 16.6575 16.5555C17.037 16.5555 17.345 16.8635 17.345 17.243V18.618C17.345 18.9975 17.037 19.3055 16.6575 19.3055C16.278 19.3055 15.97 18.9975 15.97 18.618V17.243ZM9.5533 6.24297C9.5533 5.86347 9.8613 5.55547 10.2408 5.55547C10.6203 5.55547 10.9283 5.86347 10.9283 6.24297V7.61797C10.9283 7.99747 10.6203 8.30547 10.2408 8.30547C9.8613 8.30547 9.5533 7.99747 9.5533 7.61797V6.24297ZM9.5533 11.743C9.5533 11.3635 9.8613 11.0555 10.2408 11.0555C10.6203 11.0555 10.9283 11.3635 10.9283 11.743V13.118C10.9283 13.4975 10.6203 13.8055 10.2408 13.8055C9.8613 13.8055 9.5533 13.4975 9.5533 13.118V11.743ZM9.5533 17.243C9.5533 16.8635 9.8613 16.5555 10.2408 16.5555C10.6203 16.5555 10.9283 16.8635 10.9283 17.243V18.618C10.9283 18.9975 10.6203 19.3055 10.2408 19.3055C9.8613 19.3055 9.5533 18.9975 9.5533 18.618V17.243ZM5.4283 6.24297C5.4283 5.86347 5.7363 5.55547 6.1158 5.55547C6.4953 5.55547 6.8033 5.86347 6.8033 6.24297V7.61797C6.8033 7.99747 6.4953 8.30547 6.1158 8.30547C5.7363 8.30547 5.4283 7.99747 5.4283 7.61797V6.24297ZM5.4283 11.743C5.4283 11.3635 5.7363 11.0555 6.1158 11.0555C6.4953 11.0555 6.8033 11.3635 6.8033 11.743L6.8033 13.118C6.8033 13.4975 6.4953 13.8055 6.1158 13.8055C5.7363 13.8055 5.4283 13.4975 5.4283 13.118L5.4283 11.743ZM5.4283 17.243C5.4283 16.8635 5.7363 16.5555 6.1158 16.5555C6.4953 16.5555 6.8033 16.8635 6.8033 17.243V18.618C6.8033 18.9975 6.4953 19.3055 6.1158 19.3055C5.7363 19.3055 5.4283 18.9975 5.4283 18.618V17.243Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_57'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.844971 0.0556641)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero2__info-date .hero2__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_61)'%3E%3Cpath d='M19.9263 1.29541H17.9851V3.23659C17.9851 3.62482 17.6616 3.88365 17.3381 3.88365C17.0145 3.88365 16.691 3.62482 16.691 3.23659V1.29541L6.33806 1.29541V3.23659C6.33806 3.62482 6.01453 3.88365 5.691 3.88365C5.36747 3.88365 5.04394 3.62482 5.04394 3.23659V1.29541H3.10276C2.13217 1.29541 1.42041 2.13659 1.42041 3.23659V5.566H22.1263V3.23659C22.1263 2.13659 20.9616 1.29541 19.9263 1.29541ZM1.42041 6.92482L1.42041 18.766C1.42041 19.9307 2.13217 20.7072 3.16747 20.7072H19.991C21.0263 20.7072 22.191 19.866 22.191 18.766V6.92482H1.42041ZM7.17923 17.7954H5.62629C5.36747 17.7954 5.10865 17.6013 5.10865 17.2778V15.6601C5.10865 15.4013 5.30276 15.1425 5.62629 15.1425H7.24394C7.50276 15.1425 7.76159 15.3366 7.76159 15.6601V17.2778C7.69688 17.6013 7.50276 17.7954 7.17923 17.7954ZM7.17923 11.9719H5.62629C5.36747 11.9719 5.10865 11.7778 5.10865 11.4542V9.83659C5.10865 9.57776 5.30276 9.31894 5.62629 9.31894H7.24394C7.50276 9.31894 7.76159 9.51306 7.76159 9.83659V11.4542C7.69688 11.7778 7.50276 11.9719 7.17923 11.9719ZM12.3557 17.7954H10.7381C10.4792 17.7954 10.2204 17.6013 10.2204 17.2778V15.6601C10.2204 15.4013 10.4145 15.1425 10.7381 15.1425H12.3557C12.6145 15.1425 12.8734 15.3366 12.8734 15.6601V17.2778C12.8734 17.6013 12.6792 17.7954 12.3557 17.7954ZM12.3557 11.9719H10.7381C10.4792 11.9719 10.2204 11.7778 10.2204 11.4542V9.83659C10.2204 9.57776 10.4145 9.31894 10.7381 9.31894H12.3557C12.6145 9.31894 12.8734 9.51306 12.8734 9.83659V11.4542C12.8734 11.7778 12.6792 11.9719 12.3557 11.9719ZM17.5322 17.7954H15.9145C15.6557 17.7954 15.3969 17.6013 15.3969 17.2778V15.6601C15.3969 15.4013 15.591 15.1425 15.9145 15.1425H17.5322C17.791 15.1425 18.0498 15.3366 18.0498 15.6601V17.2778C18.0498 17.6013 17.8557 17.7954 17.5322 17.7954ZM17.5322 11.9719H15.9145C15.6557 11.9719 15.3969 11.7778 15.3969 11.4542V9.83659C15.3969 9.57776 15.591 9.31894 15.9145 9.31894H17.5322C17.791 9.31894 18.0498 9.51306 18.0498 9.83659V11.4542C18.0498 11.7778 17.8557 11.9719 17.5322 11.9719Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_61'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.773438 0.00146484)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero2__subtitle {
  margin-top: 64px;
  display: flex;
  gap: 21px;
  align-items: center;
  width: fit-content;
}

.hero2__subtitle-icon {
  width: 48px;
  height: 48px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.hero2__subtitle-text {
  font-size: 28px;
  font-weight: 600;
  max-width: 426px;
}

.hero2__btn {
  margin-top: 64px;
  font-size: 26px;
}

.hero3 {
  padding: 160px 0 64px;
  overflow: hidden;
  background: url('../img/hero3/hero__bg.webp') center 124px / 1486px auto no-repeat;
}

.hero3__container {
  position: relative;
}

.hero3__title {
  margin-top: 34px;
  color: #fff;
  text-align: center;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.hero3__subtitle {
  margin: 14px auto 0;
  padding: 14px 30px;
  border: 2px dashed var(--accent);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  font-size: 22px;
  font-weight: 600;
  max-width: 514px;
  text-align: center;
}

.hero3__subtitle ._accent {
  font-weight: 700;
}

.hero3__info {
  margin: 0 auto;
  display: flex;
  gap: 22px;
  width: fit-content;
}

.hero3__info-item {
  /* box-shadow для згладжування пікселів бордера під кутом  */
  /* box-shadow: 0 0 1px black; */
  background: #ffffff38;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: solid 1px;
  border-image: linear-gradient(90deg, #ffffff, #ffffff00 50%, #ffffff8f 100%) 1;
}

.hero3__info-item > div {
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  width: fit-content;
}

.hero3__info-icon {
  width: 22px;
  height: 22px;
}

.hero3__info-location {
  top: 5%;
  left: 74%;
  transform: translate3d(0, 0, 0);
}

.hero3__info-date {
  top: 2%;
  left: 84%;
  transform: translate3d(0, 0, 0);
}

.hero3__info-location .hero3__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_57)'%3E%3Cpath d='M21.9283 20.2221V8.76381C21.9283 8.58047 21.8192 8.41456 21.6506 8.34214L15.2339 5.59214C15.0918 5.53072 14.9296 5.54539 14.8012 5.63064C14.672 5.71589 14.595 5.85981 14.595 6.01381V20.2221H13.6783V0.742973C13.6783 0.516556 13.5674 0.304806 13.3813 0.176473C13.1943 0.0481398 12.9578 0.0197231 12.7461 0.10039L3.12105 3.76706C2.8543 3.86881 2.6783 4.12456 2.6783 4.40964L2.6783 20.2221H1.76164C1.25564 20.2221 0.844971 20.6319 0.844971 21.1388C0.844971 21.6457 1.25564 22.0555 1.76164 22.0555H21.9283C22.4343 22.0555 22.845 21.6457 22.845 21.1388C22.845 20.6319 22.4343 20.2221 21.9283 20.2221ZM19.1783 11.743C19.1783 11.3635 19.4863 11.0555 19.8658 11.0555C20.2453 11.0555 20.5533 11.3635 20.5533 11.743V13.118C20.5533 13.4975 20.2453 13.8055 19.8658 13.8055C19.4863 13.8055 19.1783 13.4975 19.1783 13.118V11.743ZM19.1783 17.243C19.1783 16.8635 19.4863 16.5555 19.8658 16.5555C20.2453 16.5555 20.5533 16.8635 20.5533 17.243V18.618C20.5533 18.9975 20.2453 19.3055 19.8658 19.3055C19.4863 19.3055 19.1783 18.9975 19.1783 18.618V17.243ZM15.97 11.743C15.97 11.3635 16.278 11.0555 16.6575 11.0555C17.037 11.0555 17.345 11.3635 17.345 11.743V13.118C17.345 13.4975 17.037 13.8055 16.6575 13.8055C16.278 13.8055 15.97 13.4975 15.97 13.118V11.743ZM15.97 17.243C15.97 16.8635 16.278 16.5555 16.6575 16.5555C17.037 16.5555 17.345 16.8635 17.345 17.243V18.618C17.345 18.9975 17.037 19.3055 16.6575 19.3055C16.278 19.3055 15.97 18.9975 15.97 18.618V17.243ZM9.5533 6.24297C9.5533 5.86347 9.8613 5.55547 10.2408 5.55547C10.6203 5.55547 10.9283 5.86347 10.9283 6.24297V7.61797C10.9283 7.99747 10.6203 8.30547 10.2408 8.30547C9.8613 8.30547 9.5533 7.99747 9.5533 7.61797V6.24297ZM9.5533 11.743C9.5533 11.3635 9.8613 11.0555 10.2408 11.0555C10.6203 11.0555 10.9283 11.3635 10.9283 11.743V13.118C10.9283 13.4975 10.6203 13.8055 10.2408 13.8055C9.8613 13.8055 9.5533 13.4975 9.5533 13.118V11.743ZM9.5533 17.243C9.5533 16.8635 9.8613 16.5555 10.2408 16.5555C10.6203 16.5555 10.9283 16.8635 10.9283 17.243V18.618C10.9283 18.9975 10.6203 19.3055 10.2408 19.3055C9.8613 19.3055 9.5533 18.9975 9.5533 18.618V17.243ZM5.4283 6.24297C5.4283 5.86347 5.7363 5.55547 6.1158 5.55547C6.4953 5.55547 6.8033 5.86347 6.8033 6.24297V7.61797C6.8033 7.99747 6.4953 8.30547 6.1158 8.30547C5.7363 8.30547 5.4283 7.99747 5.4283 7.61797V6.24297ZM5.4283 11.743C5.4283 11.3635 5.7363 11.0555 6.1158 11.0555C6.4953 11.0555 6.8033 11.3635 6.8033 11.743L6.8033 13.118C6.8033 13.4975 6.4953 13.8055 6.1158 13.8055C5.7363 13.8055 5.4283 13.4975 5.4283 13.118L5.4283 11.743ZM5.4283 17.243C5.4283 16.8635 5.7363 16.5555 6.1158 16.5555C6.4953 16.5555 6.8033 16.8635 6.8033 17.243V18.618C6.8033 18.9975 6.4953 19.3055 6.1158 19.3055C5.7363 19.3055 5.4283 18.9975 5.4283 18.618V17.243Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_57'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.844971 0.0556641)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero3__info-date .hero3__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_61)'%3E%3Cpath d='M19.9263 1.29541H17.9851V3.23659C17.9851 3.62482 17.6616 3.88365 17.3381 3.88365C17.0145 3.88365 16.691 3.62482 16.691 3.23659V1.29541L6.33806 1.29541V3.23659C6.33806 3.62482 6.01453 3.88365 5.691 3.88365C5.36747 3.88365 5.04394 3.62482 5.04394 3.23659V1.29541H3.10276C2.13217 1.29541 1.42041 2.13659 1.42041 3.23659V5.566H22.1263V3.23659C22.1263 2.13659 20.9616 1.29541 19.9263 1.29541ZM1.42041 6.92482L1.42041 18.766C1.42041 19.9307 2.13217 20.7072 3.16747 20.7072H19.991C21.0263 20.7072 22.191 19.866 22.191 18.766V6.92482H1.42041ZM7.17923 17.7954H5.62629C5.36747 17.7954 5.10865 17.6013 5.10865 17.2778V15.6601C5.10865 15.4013 5.30276 15.1425 5.62629 15.1425H7.24394C7.50276 15.1425 7.76159 15.3366 7.76159 15.6601V17.2778C7.69688 17.6013 7.50276 17.7954 7.17923 17.7954ZM7.17923 11.9719H5.62629C5.36747 11.9719 5.10865 11.7778 5.10865 11.4542V9.83659C5.10865 9.57776 5.30276 9.31894 5.62629 9.31894H7.24394C7.50276 9.31894 7.76159 9.51306 7.76159 9.83659V11.4542C7.69688 11.7778 7.50276 11.9719 7.17923 11.9719ZM12.3557 17.7954H10.7381C10.4792 17.7954 10.2204 17.6013 10.2204 17.2778V15.6601C10.2204 15.4013 10.4145 15.1425 10.7381 15.1425H12.3557C12.6145 15.1425 12.8734 15.3366 12.8734 15.6601V17.2778C12.8734 17.6013 12.6792 17.7954 12.3557 17.7954ZM12.3557 11.9719H10.7381C10.4792 11.9719 10.2204 11.7778 10.2204 11.4542V9.83659C10.2204 9.57776 10.4145 9.31894 10.7381 9.31894H12.3557C12.6145 9.31894 12.8734 9.51306 12.8734 9.83659V11.4542C12.8734 11.7778 12.6792 11.9719 12.3557 11.9719ZM17.5322 17.7954H15.9145C15.6557 17.7954 15.3969 17.6013 15.3969 17.2778V15.6601C15.3969 15.4013 15.591 15.1425 15.9145 15.1425H17.5322C17.791 15.1425 18.0498 15.3366 18.0498 15.6601V17.2778C18.0498 17.6013 17.8557 17.7954 17.5322 17.7954ZM17.5322 11.9719H15.9145C15.6557 11.9719 15.3969 11.7778 15.3969 11.4542V9.83659C15.3969 9.57776 15.591 9.31894 15.9145 9.31894H17.5322C17.791 9.31894 18.0498 9.51306 18.0498 9.83659V11.4542C18.0498 11.7778 17.8557 11.9719 17.5322 11.9719Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_61'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.773438 0.00146484)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero3__btn {
  margin: 190px auto 0;
  font-size: 26px;
}

.hero4 {
  padding: 160px 0 64px;
  overflow: hidden;
}

.hero4__container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero4__container::before {
  content: '';
  position: absolute;
  left: -24%;
  top: -14%;
  aspect-ratio: 1 / 1;
  width: 315px;
  filter: blur(120px);
  border-radius: 50%;
  background-color: var(--accent);
  z-index: -1;
}

.hero4__img {
  position: absolute;
  top: -35%;
  right: -20%;
  aspect-ratio: 1466 / 851;
  width: 1466px;
  background: url('../img/hero4/hero__bg.webp') center / cover no-repeat;
  z-index: -2;
}

.hero4__title {
  max-width: 660px;
  margin-top: 35px;
  color: #fff;
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.hero4__info {
  display: flex;
  gap: 22px;
  width: fit-content;
}

.hero4__info-item {
  /* box-shadow для згладжування пікселів бордера під кутом  */
  /* box-shadow: 0 0 1px black; */
  background: #ffffff38;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: solid 1px;
  border-image: linear-gradient(90deg, #ffffff, #ffffff00 50%, #ffffff8f 100%) 1;
}

.hero4__info-item > div {
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  width: fit-content;
}

.hero4__info-icon {
  width: 22px;
  height: 22px;
}

.hero4__info-location {
  top: 5%;
  left: 74%;
  transform: translate3d(0, 0, 0);
}

.hero4__info-date {
  top: 2%;
  left: 84%;
  transform: translate3d(0, 0, 0);
}

.hero4__info-location .hero4__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_57)'%3E%3Cpath d='M21.9283 20.2221V8.76381C21.9283 8.58047 21.8192 8.41456 21.6506 8.34214L15.2339 5.59214C15.0918 5.53072 14.9296 5.54539 14.8012 5.63064C14.672 5.71589 14.595 5.85981 14.595 6.01381V20.2221H13.6783V0.742973C13.6783 0.516556 13.5674 0.304806 13.3813 0.176473C13.1943 0.0481398 12.9578 0.0197231 12.7461 0.10039L3.12105 3.76706C2.8543 3.86881 2.6783 4.12456 2.6783 4.40964L2.6783 20.2221H1.76164C1.25564 20.2221 0.844971 20.6319 0.844971 21.1388C0.844971 21.6457 1.25564 22.0555 1.76164 22.0555H21.9283C22.4343 22.0555 22.845 21.6457 22.845 21.1388C22.845 20.6319 22.4343 20.2221 21.9283 20.2221ZM19.1783 11.743C19.1783 11.3635 19.4863 11.0555 19.8658 11.0555C20.2453 11.0555 20.5533 11.3635 20.5533 11.743V13.118C20.5533 13.4975 20.2453 13.8055 19.8658 13.8055C19.4863 13.8055 19.1783 13.4975 19.1783 13.118V11.743ZM19.1783 17.243C19.1783 16.8635 19.4863 16.5555 19.8658 16.5555C20.2453 16.5555 20.5533 16.8635 20.5533 17.243V18.618C20.5533 18.9975 20.2453 19.3055 19.8658 19.3055C19.4863 19.3055 19.1783 18.9975 19.1783 18.618V17.243ZM15.97 11.743C15.97 11.3635 16.278 11.0555 16.6575 11.0555C17.037 11.0555 17.345 11.3635 17.345 11.743V13.118C17.345 13.4975 17.037 13.8055 16.6575 13.8055C16.278 13.8055 15.97 13.4975 15.97 13.118V11.743ZM15.97 17.243C15.97 16.8635 16.278 16.5555 16.6575 16.5555C17.037 16.5555 17.345 16.8635 17.345 17.243V18.618C17.345 18.9975 17.037 19.3055 16.6575 19.3055C16.278 19.3055 15.97 18.9975 15.97 18.618V17.243ZM9.5533 6.24297C9.5533 5.86347 9.8613 5.55547 10.2408 5.55547C10.6203 5.55547 10.9283 5.86347 10.9283 6.24297V7.61797C10.9283 7.99747 10.6203 8.30547 10.2408 8.30547C9.8613 8.30547 9.5533 7.99747 9.5533 7.61797V6.24297ZM9.5533 11.743C9.5533 11.3635 9.8613 11.0555 10.2408 11.0555C10.6203 11.0555 10.9283 11.3635 10.9283 11.743V13.118C10.9283 13.4975 10.6203 13.8055 10.2408 13.8055C9.8613 13.8055 9.5533 13.4975 9.5533 13.118V11.743ZM9.5533 17.243C9.5533 16.8635 9.8613 16.5555 10.2408 16.5555C10.6203 16.5555 10.9283 16.8635 10.9283 17.243V18.618C10.9283 18.9975 10.6203 19.3055 10.2408 19.3055C9.8613 19.3055 9.5533 18.9975 9.5533 18.618V17.243ZM5.4283 6.24297C5.4283 5.86347 5.7363 5.55547 6.1158 5.55547C6.4953 5.55547 6.8033 5.86347 6.8033 6.24297V7.61797C6.8033 7.99747 6.4953 8.30547 6.1158 8.30547C5.7363 8.30547 5.4283 7.99747 5.4283 7.61797V6.24297ZM5.4283 11.743C5.4283 11.3635 5.7363 11.0555 6.1158 11.0555C6.4953 11.0555 6.8033 11.3635 6.8033 11.743L6.8033 13.118C6.8033 13.4975 6.4953 13.8055 6.1158 13.8055C5.7363 13.8055 5.4283 13.4975 5.4283 13.118L5.4283 11.743ZM5.4283 17.243C5.4283 16.8635 5.7363 16.5555 6.1158 16.5555C6.4953 16.5555 6.8033 16.8635 6.8033 17.243V18.618C6.8033 18.9975 6.4953 19.3055 6.1158 19.3055C5.7363 19.3055 5.4283 18.9975 5.4283 18.618V17.243Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_57'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.844971 0.0556641)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero4__info-date .hero4__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_61)'%3E%3Cpath d='M19.9263 1.29541H17.9851V3.23659C17.9851 3.62482 17.6616 3.88365 17.3381 3.88365C17.0145 3.88365 16.691 3.62482 16.691 3.23659V1.29541L6.33806 1.29541V3.23659C6.33806 3.62482 6.01453 3.88365 5.691 3.88365C5.36747 3.88365 5.04394 3.62482 5.04394 3.23659V1.29541H3.10276C2.13217 1.29541 1.42041 2.13659 1.42041 3.23659V5.566H22.1263V3.23659C22.1263 2.13659 20.9616 1.29541 19.9263 1.29541ZM1.42041 6.92482L1.42041 18.766C1.42041 19.9307 2.13217 20.7072 3.16747 20.7072H19.991C21.0263 20.7072 22.191 19.866 22.191 18.766V6.92482H1.42041ZM7.17923 17.7954H5.62629C5.36747 17.7954 5.10865 17.6013 5.10865 17.2778V15.6601C5.10865 15.4013 5.30276 15.1425 5.62629 15.1425H7.24394C7.50276 15.1425 7.76159 15.3366 7.76159 15.6601V17.2778C7.69688 17.6013 7.50276 17.7954 7.17923 17.7954ZM7.17923 11.9719H5.62629C5.36747 11.9719 5.10865 11.7778 5.10865 11.4542V9.83659C5.10865 9.57776 5.30276 9.31894 5.62629 9.31894H7.24394C7.50276 9.31894 7.76159 9.51306 7.76159 9.83659V11.4542C7.69688 11.7778 7.50276 11.9719 7.17923 11.9719ZM12.3557 17.7954H10.7381C10.4792 17.7954 10.2204 17.6013 10.2204 17.2778V15.6601C10.2204 15.4013 10.4145 15.1425 10.7381 15.1425H12.3557C12.6145 15.1425 12.8734 15.3366 12.8734 15.6601V17.2778C12.8734 17.6013 12.6792 17.7954 12.3557 17.7954ZM12.3557 11.9719H10.7381C10.4792 11.9719 10.2204 11.7778 10.2204 11.4542V9.83659C10.2204 9.57776 10.4145 9.31894 10.7381 9.31894H12.3557C12.6145 9.31894 12.8734 9.51306 12.8734 9.83659V11.4542C12.8734 11.7778 12.6792 11.9719 12.3557 11.9719ZM17.5322 17.7954H15.9145C15.6557 17.7954 15.3969 17.6013 15.3969 17.2778V15.6601C15.3969 15.4013 15.591 15.1425 15.9145 15.1425H17.5322C17.791 15.1425 18.0498 15.3366 18.0498 15.6601V17.2778C18.0498 17.6013 17.8557 17.7954 17.5322 17.7954ZM17.5322 11.9719H15.9145C15.6557 11.9719 15.3969 11.7778 15.3969 11.4542V9.83659C15.3969 9.57776 15.591 9.31894 15.9145 9.31894H17.5322C17.791 9.31894 18.0498 9.51306 18.0498 9.83659V11.4542C18.0498 11.7778 17.8557 11.9719 17.5322 11.9719Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_61'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.773438 0.00146484)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero4__subtitle {
  margin-top: 28px;
  display: flex;
  max-width: 649px;
  font-size: 42px;
  text-transform: uppercase;
}

.hero4__footer {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero4__footer-text {
  max-width: 604px;
  font-size: 28px;
  font-weight: 600;
}

.hero4__btn {
  font-size: 26px;
}

.hero5 {
  padding: 160px 0 64px;
  background: url('../img/hero5/hero__bg.webp') center -77px / 1728px auto no-repeat;
  z-index: 0;
  overflow: hidden;
}

.hero5__container {
  position: relative;
}

.hero5__container::before,
.hero5__container::after {
  content: '';
  position: absolute;
  aspect-ratio: 1 / 1;
  width: 275px;
  filter: blur(120px);
  border-radius: 50%;
  background-color: var(--accent);
  z-index: -1;
}

.hero5__container::before {
  right: -5%;
  top: -130px;
}

.hero5__container::after {
  left: -10%;
  bottom: 15%;
}

.hero5__title {
  margin: 42px 0 0;
  color: var(--text-color);
  text-align: center;
  font-size: 74px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}

.hero5__info {
  margin: 0 auto;
  display: flex;
  gap: 22px;
  width: fit-content;
}

.hero5__info-item {
  /* box-shadow для згладжування пікселів бордера під кутом  */
  box-shadow: 0 0 1px black;
  background: #ffffff38;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: solid 1px;
  border-image: linear-gradient(90deg, #ffffff, #ffffff00 50%, #ffffff8f 100%) 1;
}

.hero5__info-item > div {
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  width: fit-content;
}

.hero5__info-icon {
  width: 22px;
  height: 22px;
}

.hero5__info-location {
  top: 5%;
  left: 74%;
  transform: translate3d(0, 0, 0);
}

.hero5__info-date {
  top: 2%;
  left: 84%;
  transform: translate3d(0, 0, 0);
}

.hero5__info-location .hero5__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_57)'%3E%3Cpath d='M21.9283 20.2221V8.76381C21.9283 8.58047 21.8192 8.41456 21.6506 8.34214L15.2339 5.59214C15.0918 5.53072 14.9296 5.54539 14.8012 5.63064C14.672 5.71589 14.595 5.85981 14.595 6.01381V20.2221H13.6783V0.742973C13.6783 0.516556 13.5674 0.304806 13.3813 0.176473C13.1943 0.0481398 12.9578 0.0197231 12.7461 0.10039L3.12105 3.76706C2.8543 3.86881 2.6783 4.12456 2.6783 4.40964L2.6783 20.2221H1.76164C1.25564 20.2221 0.844971 20.6319 0.844971 21.1388C0.844971 21.6457 1.25564 22.0555 1.76164 22.0555H21.9283C22.4343 22.0555 22.845 21.6457 22.845 21.1388C22.845 20.6319 22.4343 20.2221 21.9283 20.2221ZM19.1783 11.743C19.1783 11.3635 19.4863 11.0555 19.8658 11.0555C20.2453 11.0555 20.5533 11.3635 20.5533 11.743V13.118C20.5533 13.4975 20.2453 13.8055 19.8658 13.8055C19.4863 13.8055 19.1783 13.4975 19.1783 13.118V11.743ZM19.1783 17.243C19.1783 16.8635 19.4863 16.5555 19.8658 16.5555C20.2453 16.5555 20.5533 16.8635 20.5533 17.243V18.618C20.5533 18.9975 20.2453 19.3055 19.8658 19.3055C19.4863 19.3055 19.1783 18.9975 19.1783 18.618V17.243ZM15.97 11.743C15.97 11.3635 16.278 11.0555 16.6575 11.0555C17.037 11.0555 17.345 11.3635 17.345 11.743V13.118C17.345 13.4975 17.037 13.8055 16.6575 13.8055C16.278 13.8055 15.97 13.4975 15.97 13.118V11.743ZM15.97 17.243C15.97 16.8635 16.278 16.5555 16.6575 16.5555C17.037 16.5555 17.345 16.8635 17.345 17.243V18.618C17.345 18.9975 17.037 19.3055 16.6575 19.3055C16.278 19.3055 15.97 18.9975 15.97 18.618V17.243ZM9.5533 6.24297C9.5533 5.86347 9.8613 5.55547 10.2408 5.55547C10.6203 5.55547 10.9283 5.86347 10.9283 6.24297V7.61797C10.9283 7.99747 10.6203 8.30547 10.2408 8.30547C9.8613 8.30547 9.5533 7.99747 9.5533 7.61797V6.24297ZM9.5533 11.743C9.5533 11.3635 9.8613 11.0555 10.2408 11.0555C10.6203 11.0555 10.9283 11.3635 10.9283 11.743V13.118C10.9283 13.4975 10.6203 13.8055 10.2408 13.8055C9.8613 13.8055 9.5533 13.4975 9.5533 13.118V11.743ZM9.5533 17.243C9.5533 16.8635 9.8613 16.5555 10.2408 16.5555C10.6203 16.5555 10.9283 16.8635 10.9283 17.243V18.618C10.9283 18.9975 10.6203 19.3055 10.2408 19.3055C9.8613 19.3055 9.5533 18.9975 9.5533 18.618V17.243ZM5.4283 6.24297C5.4283 5.86347 5.7363 5.55547 6.1158 5.55547C6.4953 5.55547 6.8033 5.86347 6.8033 6.24297V7.61797C6.8033 7.99747 6.4953 8.30547 6.1158 8.30547C5.7363 8.30547 5.4283 7.99747 5.4283 7.61797V6.24297ZM5.4283 11.743C5.4283 11.3635 5.7363 11.0555 6.1158 11.0555C6.4953 11.0555 6.8033 11.3635 6.8033 11.743L6.8033 13.118C6.8033 13.4975 6.4953 13.8055 6.1158 13.8055C5.7363 13.8055 5.4283 13.4975 5.4283 13.118L5.4283 11.743ZM5.4283 17.243C5.4283 16.8635 5.7363 16.5555 6.1158 16.5555C6.4953 16.5555 6.8033 16.8635 6.8033 17.243V18.618C6.8033 18.9975 6.4953 19.3055 6.1158 19.3055C5.7363 19.3055 5.4283 18.9975 5.4283 18.618V17.243Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_57'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.844971 0.0556641)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero5__info-date .hero5__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_61)'%3E%3Cpath d='M19.9263 1.29541H17.9851V3.23659C17.9851 3.62482 17.6616 3.88365 17.3381 3.88365C17.0145 3.88365 16.691 3.62482 16.691 3.23659V1.29541L6.33806 1.29541V3.23659C6.33806 3.62482 6.01453 3.88365 5.691 3.88365C5.36747 3.88365 5.04394 3.62482 5.04394 3.23659V1.29541H3.10276C2.13217 1.29541 1.42041 2.13659 1.42041 3.23659V5.566H22.1263V3.23659C22.1263 2.13659 20.9616 1.29541 19.9263 1.29541ZM1.42041 6.92482L1.42041 18.766C1.42041 19.9307 2.13217 20.7072 3.16747 20.7072H19.991C21.0263 20.7072 22.191 19.866 22.191 18.766V6.92482H1.42041ZM7.17923 17.7954H5.62629C5.36747 17.7954 5.10865 17.6013 5.10865 17.2778V15.6601C5.10865 15.4013 5.30276 15.1425 5.62629 15.1425H7.24394C7.50276 15.1425 7.76159 15.3366 7.76159 15.6601V17.2778C7.69688 17.6013 7.50276 17.7954 7.17923 17.7954ZM7.17923 11.9719H5.62629C5.36747 11.9719 5.10865 11.7778 5.10865 11.4542V9.83659C5.10865 9.57776 5.30276 9.31894 5.62629 9.31894H7.24394C7.50276 9.31894 7.76159 9.51306 7.76159 9.83659V11.4542C7.69688 11.7778 7.50276 11.9719 7.17923 11.9719ZM12.3557 17.7954H10.7381C10.4792 17.7954 10.2204 17.6013 10.2204 17.2778V15.6601C10.2204 15.4013 10.4145 15.1425 10.7381 15.1425H12.3557C12.6145 15.1425 12.8734 15.3366 12.8734 15.6601V17.2778C12.8734 17.6013 12.6792 17.7954 12.3557 17.7954ZM12.3557 11.9719H10.7381C10.4792 11.9719 10.2204 11.7778 10.2204 11.4542V9.83659C10.2204 9.57776 10.4145 9.31894 10.7381 9.31894H12.3557C12.6145 9.31894 12.8734 9.51306 12.8734 9.83659V11.4542C12.8734 11.7778 12.6792 11.9719 12.3557 11.9719ZM17.5322 17.7954H15.9145C15.6557 17.7954 15.3969 17.6013 15.3969 17.2778V15.6601C15.3969 15.4013 15.591 15.1425 15.9145 15.1425H17.5322C17.791 15.1425 18.0498 15.3366 18.0498 15.6601V17.2778C18.0498 17.6013 17.8557 17.7954 17.5322 17.7954ZM17.5322 11.9719H15.9145C15.6557 11.9719 15.3969 11.7778 15.3969 11.4542V9.83659C15.3969 9.57776 15.591 9.31894 15.9145 9.31894H17.5322C17.791 9.31894 18.0498 9.51306 18.0498 9.83659V11.4542C18.0498 11.7778 17.8557 11.9719 17.5322 11.9719Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_61'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.773438 0.00146484)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero5__subtitle {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
  margin: 56px auto 0;
  color: var(--accent);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero5__subtitle span {
  padding: 10px 18px 8px 18px;
  border: 1px solid #3ec284;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  transform: translate3d(0, 0, 0);
}

.hero5__btn {
  margin: 62px auto 0;
  font-size: 26px;
}

.hero6 {
  padding: 160px 0 64px;
}

.hero6__container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero6__img1 {
  position: absolute;
  left: 38%;
  top: -23%;
  aspect-ratio: 907 / 423;
  width: 907px;
  background: url('../img/hero6/hero__img1.webp') center / cover no-repeat;
  z-index: -2;
}

.hero6__img2 {
  position: absolute;
  left: -16%;
  top: 52%;
  aspect-ratio: 842 / 415;
  width: 842px;
  background: url('../img/hero6/hero__img2.webp') center / cover no-repeat;
  z-index: -2;
}

.hero6__decor1,
.hero6__decor2,
.hero6__decor3,
.hero6__decor4,
.hero6__decor5,
.hero6__decor6,
.hero6__decor7,
.hero6__decor8 {
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  background-color: var(--accent);
  z-index: -1;
}

.hero6__decor1 {
  left: 17%;
  top: -50%;
  width: 248px;
  filter: blur(150px);
}

.hero6__decor2 {
  left: -20%;
  top: 88%;
  width: 196px;
  filter: blur(150px);
}

.hero6__decor3 {
  left: -7%;
  top: -4%;
  width: 38px;
  filter: blur(9px);
}

.hero6__decor4 {
  left: -7%;
  top: 73%;
  width: 38px;
  filter: blur(9px);
}

.hero6__decor5 {
  left: 110%;
  top: -9%;
  width: 38px;
  filter: blur(9px);
}

.hero6__decor6 {
  left: 93%;
  top: 35%;
  width: 18px;
  filter: blur(4px);
}

.hero6__decor7 {
  left: 3%;
  top: 102%;
  width: 18px;
  filter: blur(4px);
}

.hero6__decor8 {
  left: 99%;
  top: 42%;
  width: 76px;
  filter: blur(14px);
}

.hero6__title {
  max-width: 935px;
  margin-top: 36px;
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.hero6__title ._accent {
  line-height: 100%;
}

.hero6__info {
  display: flex;
  gap: 22px;
  width: fit-content;
}

.hero6__info-item {
  /* box-shadow для згладжування пікселів бордера під кутом  */
  /* box-shadow: 0 0 1px black; */
  background: #ffffff38;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: solid 1px;
  border-image: linear-gradient(90deg, #ffffff, #ffffff00 50%, #ffffff8f 100%) 1;
}

.hero6__info-item > div {
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  width: fit-content;
}

.hero6__info-icon {
  width: 22px;
  height: 22px;
}

.hero6__info-location {
  top: 5%;
  left: 74%;
  transform: translate3d(0, 0, 0);
}

.hero6__info-date {
  top: 2%;
  left: 84%;
  transform: translate3d(0, 0, 0);
}

.hero6__info-location .hero6__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_57)'%3E%3Cpath d='M21.9283 20.2221V8.76381C21.9283 8.58047 21.8192 8.41456 21.6506 8.34214L15.2339 5.59214C15.0918 5.53072 14.9296 5.54539 14.8012 5.63064C14.672 5.71589 14.595 5.85981 14.595 6.01381V20.2221H13.6783V0.742973C13.6783 0.516556 13.5674 0.304806 13.3813 0.176473C13.1943 0.0481398 12.9578 0.0197231 12.7461 0.10039L3.12105 3.76706C2.8543 3.86881 2.6783 4.12456 2.6783 4.40964L2.6783 20.2221H1.76164C1.25564 20.2221 0.844971 20.6319 0.844971 21.1388C0.844971 21.6457 1.25564 22.0555 1.76164 22.0555H21.9283C22.4343 22.0555 22.845 21.6457 22.845 21.1388C22.845 20.6319 22.4343 20.2221 21.9283 20.2221ZM19.1783 11.743C19.1783 11.3635 19.4863 11.0555 19.8658 11.0555C20.2453 11.0555 20.5533 11.3635 20.5533 11.743V13.118C20.5533 13.4975 20.2453 13.8055 19.8658 13.8055C19.4863 13.8055 19.1783 13.4975 19.1783 13.118V11.743ZM19.1783 17.243C19.1783 16.8635 19.4863 16.5555 19.8658 16.5555C20.2453 16.5555 20.5533 16.8635 20.5533 17.243V18.618C20.5533 18.9975 20.2453 19.3055 19.8658 19.3055C19.4863 19.3055 19.1783 18.9975 19.1783 18.618V17.243ZM15.97 11.743C15.97 11.3635 16.278 11.0555 16.6575 11.0555C17.037 11.0555 17.345 11.3635 17.345 11.743V13.118C17.345 13.4975 17.037 13.8055 16.6575 13.8055C16.278 13.8055 15.97 13.4975 15.97 13.118V11.743ZM15.97 17.243C15.97 16.8635 16.278 16.5555 16.6575 16.5555C17.037 16.5555 17.345 16.8635 17.345 17.243V18.618C17.345 18.9975 17.037 19.3055 16.6575 19.3055C16.278 19.3055 15.97 18.9975 15.97 18.618V17.243ZM9.5533 6.24297C9.5533 5.86347 9.8613 5.55547 10.2408 5.55547C10.6203 5.55547 10.9283 5.86347 10.9283 6.24297V7.61797C10.9283 7.99747 10.6203 8.30547 10.2408 8.30547C9.8613 8.30547 9.5533 7.99747 9.5533 7.61797V6.24297ZM9.5533 11.743C9.5533 11.3635 9.8613 11.0555 10.2408 11.0555C10.6203 11.0555 10.9283 11.3635 10.9283 11.743V13.118C10.9283 13.4975 10.6203 13.8055 10.2408 13.8055C9.8613 13.8055 9.5533 13.4975 9.5533 13.118V11.743ZM9.5533 17.243C9.5533 16.8635 9.8613 16.5555 10.2408 16.5555C10.6203 16.5555 10.9283 16.8635 10.9283 17.243V18.618C10.9283 18.9975 10.6203 19.3055 10.2408 19.3055C9.8613 19.3055 9.5533 18.9975 9.5533 18.618V17.243ZM5.4283 6.24297C5.4283 5.86347 5.7363 5.55547 6.1158 5.55547C6.4953 5.55547 6.8033 5.86347 6.8033 6.24297V7.61797C6.8033 7.99747 6.4953 8.30547 6.1158 8.30547C5.7363 8.30547 5.4283 7.99747 5.4283 7.61797V6.24297ZM5.4283 11.743C5.4283 11.3635 5.7363 11.0555 6.1158 11.0555C6.4953 11.0555 6.8033 11.3635 6.8033 11.743L6.8033 13.118C6.8033 13.4975 6.4953 13.8055 6.1158 13.8055C5.7363 13.8055 5.4283 13.4975 5.4283 13.118L5.4283 11.743ZM5.4283 17.243C5.4283 16.8635 5.7363 16.5555 6.1158 16.5555C6.4953 16.5555 6.8033 16.8635 6.8033 17.243V18.618C6.8033 18.9975 6.4953 19.3055 6.1158 19.3055C5.7363 19.3055 5.4283 18.9975 5.4283 18.618V17.243Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_57'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.844971 0.0556641)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero6__info-date .hero6__info-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cg clip-path='url(%23clip0_2012_61)'%3E%3Cpath d='M19.9263 1.29541H17.9851V3.23659C17.9851 3.62482 17.6616 3.88365 17.3381 3.88365C17.0145 3.88365 16.691 3.62482 16.691 3.23659V1.29541L6.33806 1.29541V3.23659C6.33806 3.62482 6.01453 3.88365 5.691 3.88365C5.36747 3.88365 5.04394 3.62482 5.04394 3.23659V1.29541H3.10276C2.13217 1.29541 1.42041 2.13659 1.42041 3.23659V5.566H22.1263V3.23659C22.1263 2.13659 20.9616 1.29541 19.9263 1.29541ZM1.42041 6.92482L1.42041 18.766C1.42041 19.9307 2.13217 20.7072 3.16747 20.7072H19.991C21.0263 20.7072 22.191 19.866 22.191 18.766V6.92482H1.42041ZM7.17923 17.7954H5.62629C5.36747 17.7954 5.10865 17.6013 5.10865 17.2778V15.6601C5.10865 15.4013 5.30276 15.1425 5.62629 15.1425H7.24394C7.50276 15.1425 7.76159 15.3366 7.76159 15.6601V17.2778C7.69688 17.6013 7.50276 17.7954 7.17923 17.7954ZM7.17923 11.9719H5.62629C5.36747 11.9719 5.10865 11.7778 5.10865 11.4542V9.83659C5.10865 9.57776 5.30276 9.31894 5.62629 9.31894H7.24394C7.50276 9.31894 7.76159 9.51306 7.76159 9.83659V11.4542C7.69688 11.7778 7.50276 11.9719 7.17923 11.9719ZM12.3557 17.7954H10.7381C10.4792 17.7954 10.2204 17.6013 10.2204 17.2778V15.6601C10.2204 15.4013 10.4145 15.1425 10.7381 15.1425H12.3557C12.6145 15.1425 12.8734 15.3366 12.8734 15.6601V17.2778C12.8734 17.6013 12.6792 17.7954 12.3557 17.7954ZM12.3557 11.9719H10.7381C10.4792 11.9719 10.2204 11.7778 10.2204 11.4542V9.83659C10.2204 9.57776 10.4145 9.31894 10.7381 9.31894H12.3557C12.6145 9.31894 12.8734 9.51306 12.8734 9.83659V11.4542C12.8734 11.7778 12.6792 11.9719 12.3557 11.9719ZM17.5322 17.7954H15.9145C15.6557 17.7954 15.3969 17.6013 15.3969 17.2778V15.6601C15.3969 15.4013 15.591 15.1425 15.9145 15.1425H17.5322C17.791 15.1425 18.0498 15.3366 18.0498 15.6601V17.2778C18.0498 17.6013 17.8557 17.7954 17.5322 17.7954ZM17.5322 11.9719H15.9145C15.6557 11.9719 15.3969 11.7778 15.3969 11.4542V9.83659C15.3969 9.57776 15.591 9.31894 15.9145 9.31894H17.5322C17.791 9.31894 18.0498 9.51306 18.0498 9.83659V11.4542C18.0498 11.7778 17.8557 11.9719 17.5322 11.9719Z' fill='%233ec284'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2012_61'%3E%3Crect width='22' height='22' fill='%233ec284' transform='translate(0.773438 0.00146484)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero6__subtitle {
  margin-top: 25px;
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}

.hero6__middle-text {
  margin: 54px 0 0 auto;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
}

.hero6__middle-text-small {
  font-size: 42px;
  font-weight: 400;
}

.hero6__middle-sub-text {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  line-height: 108%;
}

.hero6__btn {
  margin: 25px 0 0 33%;
  padding: 18px 89px 15px 29px;
  font-size: 24px;
}

.why {
  padding: 55px 0;
  background: center/cover no-repeat;
}

.why__title {
  margin-bottom: 25px;
  font-size: 54px;
}

.why__row {
  display: flex;
}

.why__indicators {
  justify-content: space-between;
  margin-bottom: 43px;
}

.why__indicators .item {
  flex: 0 0 auto;
  min-width: 234px;
}

.why__bottom {
  display: flex;
  justify-content: space-between;
}

.why__bottom-head span {
  display: block;
  line-height: 1;
}

.why__bottom-head span:first-child {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 6px;
}

.why__bottom-head span:last-child {
  font-size: 18px;
}

.why__bottom-items {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

.why__bottom-items .item {
  flex: 0 0 320px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 24px;
  padding-left: 44px;
  position: relative;
}

.why__bottom-items .item span {
  font-weight: 500;
}

.why__bottom-items .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/icons/box-icon-yellow.svg');
  aspect-ratio: 1 / 1;
  width: 32px;
}

.promo {
  background: right calc((100vw - var(--container-width)) / 2) center/ 793px auto no-repeat;
  padding: 137px 0 62px;
}

.promo__container {
  position: relative;
  z-index: 0;
}

.promo__decor {
  position: absolute;
  aspect-ratio: 280 / 242;
  background: url('../img/icons/box-decor.webp') center / cover no-repeat;
  top: 42%;
  left: -9%;
  width: 320px;
}

.promo__container::before {
  content: '';
  display: block;
  position: absolute;
  top: 44%;
  left: -8%;
  aspect-ratio: 219 / 377;
  width: 150px;
  background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
  transform: rotate(-72deg);
  z-index: -1;
  filter: blur(80px);
}

.promo__container::after {
  content: '';
  display: block;
  position: absolute;
  top: 6%;
  left: 95%;
  aspect-ratio: 219 / 377;
  width: 150px;
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  transform: rotate(-72deg);
  z-index: -1;
  filter: blur(80px);
}

.promo__inner {
  padding: 0 103px;
}

.promo__text {
  font-size: 84px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 423px;
  line-height: 1;
  margin-bottom: 132px;
  position: relative;
}

.promo__text:before {
  content: '';
  display: block;
  width: 160px;
  transform: rotate(-75deg);
  position: absolute;
  right: 50%;
  top: -80px;
}

.promo__text span {
  position: relative;
}

.promo__text br {
  display: none;
}

.promo__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.promo__title-abbr {
  display: flex;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
}

.promo__title-main {
  position: relative;
  margin-top: 62px;
  font-size: 32px;
  max-width: 590px;
  font-weight: 400;
}

.promo__title-main:before {
  content: '';
  position: absolute;
  display: block;
  left: 45%;
  top: -20%;
  aspect-ratio: 219 / 377;
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  width: 110px;
  filter: blur(40px);
  transform: rotate(-85deg);
}

.promo__title-main span {
  position: relative;
}

.promo__title-main span span {
  font-weight: 700;
}

.solutions {
  padding: 62px 0;
}

.solutions__container {
  position: relative;
}

.solutions__container::before {
  content: '';
  position: absolute;
  top: 86%;
  left: -8%;
  display: block;
  aspect-ratio: 280 / 242;
  background: url('../img/icons/box-decor.webp') center / cover no-repeat;
  width: 144px;
  z-index: 1;
}

.solutions__container::after {
  content: '';
  position: absolute;
  top: 41%;
  left: 91%;
  display: block;
  aspect-ratio: 280 / 242;
  background: url(../img/icons/box-decor.webp) center / cover no-repeat;
  width: 320px;
  z-index: 1;
  filter: blur(4px);
}

.solutions__title {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
}

.solutions__sub-title {
  margin-top: 24px;
  text-align: center;
  font-size: 20px;
}

.solutions__sub-title span {
  font-weight: 700;
}

.solutions__list {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 27px;
}

.solutions__list .item {
  position: relative;
  padding: 24px 28px;
  background: #252525;
}

.solutions__list .item::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 24px;
  width: 4px;
  height: 46px;
  border-radius: 4px 0 0 4px;
  background-color: #ffd600;
  filter: drop-shadow(-1px 0px 8px rgba(221, 254, 101, 0.45));
}

.solutions__list .item__hero {
  display: flex;
  gap: 13px;
  align-items: center;
}

.solutions__list .item__icon {
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background: center / contain no-repeat;
  width: 46px;
}

.solutions__list .item__title {
  font-size: 18px;
  font-weight: 700;
}

.solutions__list .item__text {
  margin-top: 13px;
  font-size: 14px;
}

.speakers {
  padding: 54px 0;
}

.speakers__container {
  position: relative;
}

.speakers__container::before {
  content: '';
  position: absolute;
  aspect-ratio: 219 / 377;
  width: 114px;
  top: 6%;
  left: 16%;
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  transform: rotate(72deg);
  z-index: -1;
  display: none;
  filter: blur(50px);
}

.speakers__title,
.program__title {
  font-size: 84px;
  text-align: center;
  margin-bottom: 24px;
}

.speakers__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  gap: 15px;
  margin-bottom: 38px;
}

.speakers__subtitle:before {
  content: '';
  aspect-ratio: 1/1;
  display: block;
  background: url('../img/icons/box-icon-yellow.svg') center / contain no-repeat;
  width: 32px;
}

.speakers__subtitle:after {
  content: '';
  display: none;
  width: 140px;
  filter: blur(50px);
  position: absolute;
  top: -80%;
  right: 55%;
  z-index: -1;
}

.speakers__list {
  display: grid;
  gap: 58px;
  grid-template-columns: repeat(4, 1fr);
}

.speakers__list .item {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.speakers__list .item__image {
  width: 100%;
  aspect-ratio: 227/265;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.speakers__list .item__image {
  object-position: center top;
}

.speakers__list .item__name {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.speakers__list .item__name span {
  display: block;
}

.speakers__list .item__description {
  font-size: 14px;
  font-weight: 700;
}

.speakers__list .item__full-info {
  display: none;
}

.speakers__list .item__button {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  line-height: 1;
}

.speakers__list .item__button:before {
  content: '';
  display: block;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M14.791%200.217863C15.1872%20-0.0984419%2015.7667%20-0.0692326%2016.1289%200.300871C16.4909%200.67099%2016.5073%201.25052%2016.1826%201.63974L16.1133%201.71493L1.39844%2016.1163L0%2014.6866L14.7148%200.285246L14.791%200.217863Z%22%20fill%3D%22%23FFD600%22%2F%3E%0D%0A%3Cpath%20d%3D%22M14.4141%200.297852H16.4141V16.2979H14.4141V0.297852Z%22%20fill%3D%22%23FFD600%22%2F%3E%0D%0A%3Cpath%20d%3D%22M16.4141%200V2L0.414062%202V0L16.4141%200Z%22%20fill%3D%22%23FFD600%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A');
  aspect-ratio: 1/1;
  width: 16px;
}

.program {
  background: 51% 146px / contain no-repeat;
  padding: 146px 0 82px;
  position: relative;
}

.program .ticker {
  position: absolute;
  top: 50px;
  left: 0;
  transform: translateX(-25%) rotate(-2.12deg);
}

.program__container {
  position: relative;
}

.program__container:before,
.program__container:after {
  content: '';
  position: absolute;
  display: block;
}

.program__container::before {
  background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
  aspect-ratio: 219 / 377;
  top: -13%;
  left: -27%;
  width: 250px;
  transform: rotate(-44.86deg);
  filter: blur(150px);
}
.program__container:after {
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  aspect-ratio: 219 / 377;
  top: 7%;
  left: 95%;
  width: 250px;
  transform: rotate(-44.86deg);
  filter: blur(150px);
}

.program__title {
  margin-bottom: 30px;
}

.program__list {
  display: flex;
  gap: 78px;
  padding: 0 76px;
}

.program__list ul {
  display: flex;
  flex-grow: 0;
  gap: 16px;
  width: 50%;
  flex-direction: column;
}

.program .item {
  position: relative;
  display: flex;
  gap: 11px;
}

.program .item__time {
  width: 46px;
  flex-shrink: 0;
}

.program .item__icon {
  width: 38px;
  height: 38px;
  background: center / contain no-repeat;
  flex-shrink: 0;
}

.program .item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.program .item__event {
  font-size: 16px;
  font-weight: 500;
}

.program .item__speaker-name {
  color: var(--accent);
  font-weight: 700;
}

.program .item__theme-description {
  font-size: 14px;
}

.program .item:last-child {
  padding-bottom: 0;
}

.program .item:after {
  content: '';
  display: block;
  position: absolute;
  top: 37px;
  left: 76px;
  height: 100%;
  width: 1px;
  background: var(--white);
  opacity: 0.3;
  z-index: -1;
}

.program .item:last-child::after {
  height: 0;
}

.program .item__title {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}

.program .item__text {
  color: var(--white-70);
}

.coffee-break {
  padding: 48px 0 78px;
}

.coffee-break__container {
  position: relative;
  z-index: 1;
}

.coffee-break__container::before {
  content: '';
  position: absolute;
  left: -17%;
  top: 21%;
  display: block;
  aspect-ratio: 647 / 760;
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  transform: rotate(-44deg);
  width: 200px;
  filter: blur(100px);
}

.coffee-break__container::after {
  content: '';
  position: absolute;
  left: 84%;
  top: 45%;
  display: block;
  aspect-ratio: 647 / 760;
  background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
  transform: rotate(-44deg);
  width: 200px;
  filter: blur(100px);
}

.coffee-break__bg {
  position: absolute;
  top: 17%;
  left: 20%;
  aspect-ratio: 789 / 525;
  width: 789px;
  background: center / contain no-repeat;
  z-index: -1;
}

.coffee-break__title {
  font-size: 76px;
}

.coffee-break .item {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 16px 27px 14px 27px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2.5px);
  z-index: 1;
}

.coffee-break .item::after {
  content: '';
  aspect-ratio: 1 / 1;
  width: 56px;
  position: absolute;
  display: block;
  transform: translate(35%, -35%);
}

.coffee-break .item--1 {
  margin-top: 41px;
  width: 312px;
}

.coffee-break .item--1::after {
  top: 0%;
  right: 0%;
  background: url('../img/coffee-break/1.svg') center / contain no-repeat;
}

.coffee-break .item--2 {
  position: absolute;
  bottom: 33%;
  right: 0;
  width: 292px;
}

.coffee-break .item--2::after {
  top: 32%;
  right: 0%;
  background: url('../img/coffee-break/2.svg') center / contain no-repeat;
}

.coffee-break .item--3 {
  margin: 35px auto 0;
  width: 470px;
}

.coffee-break .item--3 .item__text {
  width: 386px;
}

.coffee-break .item--3::after {
  top: 45%;
  right: 0%;
  background: url('../img/coffee-break/3.svg') center / contain no-repeat;
}

.coffee-break .item__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.coffee-break .item__text {
  font-size: 18px;
  font-weight: 500;
}

.discount {
  position: relative;
  padding: 207px 0 81px;
  overflow: hidden;
}

.discount:before {
  background: linear-gradient(0deg, var(--black), transparent);
  content: '';
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.discount .ticker_gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  transform: translateX(-50%) rotate(1.74deg);
  z-index: 2;
}

.discount .ticker_gray .ticker__el {
  aspect-ratio: 190/22;
  height: 22px;
}

.discount .ticker_green {
  position: absolute;
  top: 0px;
  left: 0;
  width: 200%;
  transform: rotate(-3.93deg);
  z-index: 1;
}

.discount .ticker_green .ticker__el {
  aspect-ratio: 107/28;
  height: 28px;
}

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

.discount__title {
  line-height: 1.02;
  font-size: 72px;
  position: relative;
  z-index: 4;
}

.discount__mockup {
  position: relative;
  padding: 0 82px;
}

.discount__mockup-blur {
  background: var(--accent);
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  filter: blur(50px);
}

.discount__mockup-blur._1 {
  width: 150px;
  top: 50%;
  left: 0px;
  transform: translate3d(0, -50%, 0);
}

.discount__mockup-blur._2 {
  width: 150px;
  left: 100px;
  top: 0;
  transform: translate3d(0, -50%, 0);
}

.discount__mockup-blur._3 {
  width: 150px;
  top: 50%;
  right: 0px;
  transform: translate3d(0, -50%, 0);
}

.discount__mockup-blur._4 {
  width: 150px;
  right: 100px;
  top: 0;
  transform: translate3d(0, -50%, 0);
}

.discount__mockup-image {
  aspect-ratio: 668/1349;
  width: 335px;
  position: absolute;
  top: -165px;
  left: 50%;
  transform: translateX(-50%);
  background: center/contain no-repeat;
  z-index: 2;
}

.discount__mockup-text {
  background: rgba(255, 255, 255, 0.8);
  width: 420px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  border-radius: 14px;
  position: relative;
  z-index: 4;
  color: var(--black);
}

.discount__mockup-text-main {
  padding: 28px 24px 20px;
  border-bottom: 1px solid rgba(60, 60, 67, 0.36);
  font-size: 22px;
}

.discount__mockup-text-main > * {
  margin-bottom: 0.5em;
}

.discount__mockup-text-main mark {
  background: var(--accent2);
  font-weight: 700;

  padding: 0 2px;
}

.discount__mockup-text-main b {
  font-weight: 600;
}

.discount__mockup-text-main h1,
.discount__mockup-text-main h2,
.discount__mockup-text-main h3,
.discount__mockup-text-main h4,
.discount__mockup-text-main h5,
.discount__mockup-text-main h6 {
  margin-bottom: 12px;
  font-size: 30px;
  text-transform: uppercase;
}

.discount__mockup-text-bottom {
  padding: 12px 24px;
  text-align: center;
}

.discount__mockup-text-bottom a,
.discount__mockup-text-bottom a:visited {
  color: var(--accent);
  font-size: 22px;
  font-weight: 700;
}

.discount .ticker__el {
  height: 26px;
}

.packages {
  padding: 120px 0 60px;
  position: relative;
}

.packages__bg {
  position: absolute;
  width: 1366px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, black 0%, transparent 5%, transparent 95%, black 100%),
    center / contain no-repeat url('../img/packages/bg-packages.webp');
}

.packages__container {
  position: relative;
}

.packages__container::before {
  content: '';
  top: 24%;
  left: 34%;
  position: absolute;
  aspect-ratio: 219 / 377;
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  width: 400px;
  transform: rotate(-9deg);
  filter: blur(150px);
}

.packages__title {
  font-size: 76px;
  text-align: center;
}

.packages__list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.packages .package {
  position: relative;
  display: block;
  width: fit-content;
}

.packages .package:hover .package__btn {
  background: var(--accent-h);
  transition: background-color var(--tr);
}

.packages .package__image {
  aspect-ratio: 628 / 384;
  width: 628px;
  background: center / contain no-repeat;
}

.packages .package__btn {
  position: absolute;
  right: 0;
  bottom: -21px;
  padding: 22px 40px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 83%;
  text-transform: uppercase;
  border-radius: 4px;
  background: var(--accent);
}

.extra {
  padding: 60px 0;
  position: relative;
}

.extra__container {
  position: relative;
  width: 986px;
}

.extra__container::before,
.extra__container::after {
  content: '';
  position: absolute;
  display: block;
  aspect-ratio: 219 / 377;
  width: 250px;
  transform: rotate(-44.86deg);
  background: url('../img/icons/triangle-green.svg');
  filter: blur(130px);
}

.extra__container::before {
  top: -23%;
  left: -43%;
}

.extra__container::after {
  top: -23%;
  left: 108%;
}

.extra__title {
  font-size: 53px;
}

.extra__main {
  margin-top: 18px;
  display: flex;
  gap: 72px;
}

.extra__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.extra__text-primary {
  font-size: 18px;
  font-weight: 700;
}

.extra__text-secondary {
  font-size: 16px;
  font-weight: 500;
}

.extra__add {
  display: flex;
  width: 320px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 21px;
}

.extra__add-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border: 1px dashed var(--accent);
}

.extra__add-text ._accent {
  font-style: italic;
}

.extra__btn {
  margin-top: 32px;
}

.extra .ticker {
  position: absolute;
  left: 0;
  bottom: 26px;
  transform: rotate(-2.065deg);
}

.extra .ticker__el {
  height: 24px;
}

.summit {
  padding: 105px 0 60px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221366%22%20height%3D%22917%22%20viewBox%3D%220%200%201366%20917%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20opacity%3D%220.25%22%3E%0D%0A%3Cmask%20id%3D%22mask0_2299_1738%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221366%22%20height%3D%22917%22%3E%0D%0A%3Cpath%20d%3D%22M1366%200H0.000976562V916.999H1366V0Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fmask%3E%0D%0A%3Cg%20mask%3D%22url(%23mask0_2299_1738)%22%3E%0D%0A%3Cpath%20d%3D%22M1371.12%201101.21L867.531%20631.271V286.006L867.63%20285.917L1371.12%20-183.198L1371.36%20-182.691L867.968%20286.333V630.944L1371.37%201100.71L1371.12%201101.21Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1371.15%20939.843L929.316%20631.297V285.98L929.436%20285.894L1371.15%20-23.0977L1371.34%20-22.5505L929.753%20286.359V630.918L1371.34%20939.296L1371.15%20939.843Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M-4.97129%201421.3L-5.28165%201420.87L559.61%20630.985V286.297L-5.40186%20-502.17L-5.0915%20-502.601L560.047%20286.043V631.235L559.984%20631.327L-4.97129%201421.3Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M338.948%201421.05L338.557%201420.78L621.199%20631.036V286.241L337.816%20-503.95L338.207%20-504.222L621.636%20286.097V631.182L621.612%20631.246L338.948%201421.05Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1026.08%201421.05L744.363%20631.182V286.097L744.387%20286.033L1026.78%20-504.222L1027.17%20-503.95L744.8%20286.241V631.036L1026.47%201420.78L1026.08%201421.05Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M682.73%201420.92L682.293%201420.91L682.781%20630.66V286.171L682.274%20-504.084L682.711%20-504.087L683.218%20286.171V630.66L682.73%201420.92Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1369.88%201421.13L806.011%20631.326L805.948%20631.234V286.042L806.011%20285.953L1371.09%20-504.023L1371.4%20-503.589L806.385%20286.296V630.983L1370.19%201420.7L1369.88%201421.13Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M-5.14705%20939.871L-5.34375%20939.324L436.02%20630.918V286.359L-5.34375%20-22.5779L-5.14705%20-23.125L436.457%20285.98V631.297L436.337%20631.38L-5.14705%20939.871Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M-5.12506%201100.67L-5.36548%201100.16L498.03%20630.942V286.331L-5.36548%20-182.133L-5.12506%20-182.641L498.467%20286.004V631.269L498.369%20631.361L-5.12506%201100.67Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M-5.14705%20939.871L-5.34375%20939.324L436.02%20630.918V286.359L-5.34375%20-22.5779L-5.14705%20-23.125L436.457%20285.98V631.297L436.337%20631.38L-5.14705%20939.871Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1371.15%20939.843L929.316%20631.297V285.98L929.436%20285.894L1371.15%20-23.0977L1371.34%20-22.5505L929.753%20286.359V630.918L1371.34%20939.296L1371.15%20939.843Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1371.19%20700.049L929.503%20544.847H436.266L-5.19392%20699.851L-5.29883%20699.258L436.212%20544.236L929.584%20544.245L1371.3%20699.456L1371.19%20700.049Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M929.558%20372.593L436.185%20372.584L-5.29883%20218.813L-5.19392%20218.22L436.264%20371.982H929.505L1371.19%20217.984L1371.3%20218.58L929.558%20372.593Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M-5.24561%20459.344V458.733L436.239%20458.115H929.532L1371.24%20458.711V459.323L929.532%20458.727H436.239L-5.24561%20459.344Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M929.748%20631.414H436.017V285.864H929.746V631.414H929.748ZM436.454%20630.803H929.309V286.476H436.454V630.803Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M940.531%20638.932H425.276V278.35H940.531V638.932ZM425.713%20638.321H940.094V278.961H425.713V638.321Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M952.654%20647.398H413.178V269.869H952.654V647.398ZM413.615%20646.786H952.217V270.48H413.615V646.786Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M965.975%20656.699H399.89V260.57H965.977V656.696L965.975%20656.699ZM400.327%20656.087H965.54V261.182H400.327V656.084V656.087Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M980.602%20666.912H385.221V250.301H980.602V666.912ZM385.659%20666.3H980.165V250.912H385.659V666.3Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M996.883%20678.283H368.941V238.909H996.883V678.283ZM369.379%20677.672H996.446V239.521H369.379V677.672Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1015.05%20690.971H350.785V226.205H1015.05V690.974V690.971ZM351.223%20690.359H1014.61V226.816H351.223V690.363V690.359Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1035.45%20705.22H330.396V211.927H1035.45V705.22ZM330.833%20704.609H1035.02V212.538H330.833V704.609Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1058.53%20721.335H307.335V195.794H1058.53V721.335ZM307.772%20720.724H1058.09V196.405H307.772V720.724Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1084.82%20739.7H281.051V177.393H1084.82V739.7ZM281.488%20739.088H1084.39V178.004H281.488V739.088Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1115.09%20760.828H250.804V156.226H1115.08V760.828H1115.09ZM251.242%20760.216H1114.65V156.837H251.242V760.216Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1150.28%20785.401H215.637V131.603H1150.28V785.398V785.401ZM216.074%20784.79H1149.84V132.214H216.074V784.787V784.79Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1191.71%20814.347H174.225V102.615H1191.71V814.344V814.347ZM174.662%20813.736H1191.27V103.227H174.662V813.733V813.736Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1241.66%20849.225H124.779V68.0029H1241.66V849.225ZM125.216%20848.614H1241.22V68.6143H125.216V848.614Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1301.06%20890.708H64.9353V26.1221H1301.06V890.712V890.708ZM65.3724%20890.097H1300.62V26.7334H65.3724V890.1V890.097Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%220.000732422%22%20width%3D%221365.44%22%20height%3D%22259.965%22%20fill%3D%22url(%23paint0_linear_2299_1738)%22%2F%3E%0D%0A%3Crect%20x%3D%221365.44%22%20y%3D%22917%22%20width%3D%221365.44%22%20height%3D%22259.965%22%20transform%3D%22rotate(-180%201365.44%20917)%22%20fill%3D%22url(%23paint1_linear_2299_1738)%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear_2299_1738%22%20x1%3D%22682.718%22%20y1%3D%220%22%20x2%3D%22682.718%22%20y2%3D%22259.965%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3ClinearGradient%20id%3D%22paint1_linear_2299_1738%22%20x1%3D%222048.15%22%20y1%3D%22917%22%20x2%3D%222048.15%22%20y2%3D%221176.96%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center top/contain no-repeat;
}

.summit__top {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.summit__top-decors {
  position: absolute;
  inset: 0;
}

.summit__top-decors .item {
  position: absolute;
  background: center/contain no-repeat;
}

.summit__top-decors .item:nth-child(1) {
  aspect-ratio: 264/176;
  width: 264px;
  top: 9%;
  left: -10%;
}

.summit__top-decors .item:nth-child(2) {
  aspect-ratio: 210/172;
  width: 210px;
  top: 33%;
  left: 11%;
}

.summit__top-decors .item:nth-child(3) {
  aspect-ratio: 282/190;
  width: 282px;
  top: 53%;
  left: -17%;
}

.summit__top-decors .item:nth-child(4) {
  aspect-ratio: 122/182;
  width: 122px;
  top: 61%;
  left: 8%;
}

.summit__top-decors .item:nth-child(5) {
  display: none;
}

.summit__top-decors .item:nth-child(6) {
  aspect-ratio: 298/148;
  width: 298px;
  top: 8%;
  left: 86%;
}

.summit__top-decors .item:nth-child(7) {
  aspect-ratio: 346/106;
  width: 346px;
  top: 38%;
  left: 68%;
}

.summit__top-decors .item:nth-child(8) {
  aspect-ratio: 135/202;
  width: 135px;
  top: 62%;
  left: 82%;
}

.summit__top-decors .item:nth-child(9) {
  aspect-ratio: 216/144;
  width: 216px;
  top: 62%;
  left: 92%;
}

.summit__sub-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 92%;
  text-transform: uppercase;
}

.summit__title {
  margin: 0 auto;
  font-size: 64px;
  font-weight: 700;
  line-height: 63px;
  width: 418px;
}

.summit__title-start {
  font-size: 40px;
  line-height: 63px;
  font-weight: 400;
}

.summit__since {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}

.summit__results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.summit__results-title {
  margin: 0 auto;
  padding: 10px 13px 8px 13px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.summit__results-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 72px;
}

.summit__results-list .item {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.summit__results-list .item__title {
  font-weight: 500;
  font-size: 58px;
}

.summit__results-list .item__text {
  font-size: 18px;
}

.summit__middle-title {
  position: relative;
  margin-top: 125px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 128.695%;
  text-transform: uppercase;
}

.summit__middle-title::before {
  content: '';
  position: absolute;
  display: block;
  aspect-ratio: 820/89;
  width: 820px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22873%22%20height%3D%2293%22%20viewBox%3D%220%200%20873%2093%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20filter%3D%22url(%23filter0_f_2299_1805)%22%3E%0D%0A%3Cpath%20d%3D%22M26.872%2026.9558L480.925%2026.8234L846.101%2038.7702L479.181%2066.7134L26.872%2026.9558Z%22%20fill%3D%22%233EC284%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cfilter%20id%3D%22filter0_f_2299_1805%22%20x%3D%220.871948%22%20y%3D%220.823242%22%20width%3D%22871.229%22%20height%3D%2291.8901%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0D%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0D%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0D%0A%3CfeGaussianBlur%20stdDeviation%3D%2213%22%20result%3D%22effect1_foregroundBlur_2299_1805%22%2F%3E%0D%0A%3C%2Ffilter%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
  z-index: -1;
}

.summit__middle-title::after {
  content: '';
  position: absolute;
  display: none;
  width: 229px;
  height: 170px;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22279%22%20height%3D%22213%22%20viewBox%3D%220%200%20279%20213%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20filter%3D%22url(%23filter0_f_2253_549)%22%3E%0D%0A%3Cpath%20d%3D%22M58.9085%2061.7163L219.644%2059.4764L190.358%20154.248L58.9085%2061.7163Z%22%20fill%3D%22%233EC284%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3Cfilter%20id%3D%22filter0_f_2253_549%22%20x%3D%220.408516%22%20y%3D%220.976562%22%20width%3D%22277.736%22%20height%3D%22211.771%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0D%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0D%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0D%0A%3CfeGaussianBlur%20stdDeviation%3D%2229.25%22%20result%3D%22effect1_foregroundBlur_2253_549%22%2F%3E%0D%0A%3C%2Ffilter%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
  z-index: -1;
}

.summit__middle-image {
  margin-top: 28px;
  background: url('../img/summit/middle-desk.webp') center/cover no-repeat;
  height: 143px;
}

.summit__bottom-title {
  margin-top: 43px;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}

.summit__bottom-list {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  justify-content: center;
  overflow: auto;
}

.summit__bottom-list .item--med .item__title span {
  color: var(--accent);
}

.summit__bottom-list .item--rest .item__title span {
  color: #f60f1a;
}

.summit__bottom-list .item--build .item__title span {
  color: #ff8129;
}

.summit__bottom-list .item--vet .item__title span {
  color: var(--accent);
}

.summit__bottom-list .item--women .item__title span {
  color: #ff63c1;
}

.summit__bottom-list .item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 4px 8px;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #3ec284;
  cursor: pointer;
}

.summit__bottom-list .item__content::before {
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.650268%201.61164L0.292934%201.26191L0.992397%200.547239L1.34973%200.89697L0.650268%201.61164ZM7.34905%206.76864C7.5464%206.96179%207.5498%207.27836%207.35665%207.47571C7.1635%207.67306%206.84694%207.67646%206.64959%207.48331L7.34905%206.76864ZM1%201.2543L1.34973%200.89697L7.34905%206.76864L6.99932%207.12598L6.64959%207.48331L0.650268%201.61164L1%201.2543Z%22%20fill%3D%22%233EC284%22%2F%3E%0D%0A%3Cpath%20d%3D%22M7%206.99902V0.999706%22%20stroke%3D%22%233EC284%22%20stroke-linecap%3D%22square%22%2F%3E%0D%0A%3Cpath%20d%3D%22M7%207.12598L1.00068%207.12598%22%20stroke%3D%22%233EC284%22%20stroke-linecap%3D%22square%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
  content: '';
  position: absolute;
  right: 6px;
  bottom: 6px;
  aspect-ratio: 1/1;
  width: 6px;
}

.summit__bottom-list .item__title {
  font-size: 16px;
  align-self: center;
  text-transform: uppercase;
  text-align: center;
}

.summit__bottom-list .item__title span {
  font-weight: 700;
}

.summit__bottom-list .item__text {
  font-size: 14px;
  margin-top: auto;
  text-align: center;
}

.partners-packages {
  padding: 60px 0 60px;
}

.partners-packages__title {
  color: #fff;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
}

.partners-packages__list {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

.partners-packages__list .package {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.partners-packages__list .package:hover .package__btn {
  background: var(--accent-h);
  transition: var(--tr);
}

.partners-packages__list .package__image {
  position: relative;
  aspect-ratio: 358/171;
  width: 358px;
  background: center/contain no-repeat;
}

.partners-packages__list .package__image::before {
  content: '';
  position: absolute;
  top: 23%;
  left: 37%;
  aspect-ratio: 219 / 377;
  width: 100px;
  filter: blur(30px);
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  transform: rotate(-88deg);
  z-index: -1;
}

.partners-packages__list .package__btn {
  width: 159px;
  position: absolute;
  top: 74%;
  align-self: center;
  padding: 9px 18px;
  border-radius: 3px;
  background: #3ec284;
}

.partners-packages__list .package__btn::before {
  content: '';
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  width: 7px;
  top: 8px;
  right: 8px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6.51434%200.650269L6.86407%200.292934L7.57874%200.992397L7.22901%201.34973L6.51434%200.650269ZM1.35733%207.34905C1.16418%207.5464%200.847619%207.5498%200.650268%207.35665C0.452918%207.1635%200.449514%206.84694%200.642665%206.64959L1.35733%207.34905ZM6.87167%201L7.22901%201.34973L1.35733%207.34905L1%206.99932L0.642665%206.64959L6.51434%200.650269L6.87167%201Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.12695%207L7.12627%207%22%20stroke%3D%22white%22%20stroke-linecap%3D%22square%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0.999939%207L0.999939%201.00068%22%20stroke%3D%22white%22%20stroke-linecap%3D%22square%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
}

.partners-logos {
  padding: 60px 0;
  position: relative;
}

.partners-logos::after {
  content: '';
  display: block;
  position: absolute;
  aspect-ratio: 487 / 281;
  width: 375px;
  left: 0;
  top: 86%;
  background: url('../img/partners-logos/partners-logos__decor-section.webp') center / contain no-repeat;
}

.partners-logos__container {
  position: relative;
}

.partners-logos__decor1,
.partners-logos__decor2,
.partners-logos__decor3,
.partners-logos__decor4 {
  position: absolute;
  z-index: -1;
}

.partners-logos__decor1 {
  background: url('../img/icons/box-decor.webp') center / contain no-repeat;
  aspect-ratio: 280 / 242;
  width: 360px;
  top: 16%;
  left: -11%;
  filter: blur(5px);
}

.partners-logos__decor2 {
  background: url('../img/icons/box-decor.webp') center / contain no-repeat;
  aspect-ratio: 280 / 242;
  width: 210px;
  top: 26%;
  left: 90%;
}

.partners-logos__decor3 {
  background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
  aspect-ratio: 219 / 377;
  width: 230px;
  top: 28%;
  left: -10%;
  filter: blur(150px);
  transform: rotate(-72deg);
}

.partners-logos__decor4 {
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  aspect-ratio: 219 / 377;
  width: 230px;
  top: 47%;
  left: 89%;
  filter: blur(150px);
  transform: rotate(-72deg);
}

.partners-logos__title {
  font-size: 56px;
  text-align: center;
}

.partners-logos__wrapper {
  margin-top: 15px;
}

.partners-logos__group-title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.7;
}

.partners-logos__group {
  margin-bottom: 30px;
}

.partners-logos__group-list {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.partners-logos__group-list li {
  width: 178px;
  height: 90px;
  display: flex;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 8px;
  background: #fff;
}

.partners-logos__group-list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.update {
  padding: 58px 0 134px;
  overflow: hidden;
}

.update__title {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.update__title b {
  color: #3ec284;
}

.update__subtitle {
  margin-top: 53px;
  max-width: 290px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.update__subtitle b {
  color: var(--accent2);
  font-weight: 700;
}

.update__img {
  position: relative;
  height: 115px;
}

.update__img-decor {
  background: #3ec284;
  position: absolute;
  top: -136px;
  right: 30%;
  width: 302px;
  height: 302px;
  border-radius: 50%;
  filter: blur(150px);
}

.update__img-item {
  position: absolute;
  left: 43%;
  top: -151px;
  transform: translateX(-50%);
  aspect-ratio: 662/462;
  width: 662px;
  background: url('../img/update/update__img.webp') 50% / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

.update__img span.update__text_decor {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.update__text {
  margin-left: auto;
  max-width: 338px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.update__text span {
  font-weight: 700;
}

.update__text b {
  color: var(--accent2);
  font-weight: 700;
}

span.update__text_decor:nth-child(1) {
  right: 177px;
  top: -133px;
}

span.update__text_decor:nth-child(2) {
  right: 93px;
  top: -46px;
}

span.update__text_decor:nth-child(3) {
  right: 97px;
  top: 27px;
}

span.update__text_decor:nth-child(4) {
  left: 32px;
  top: 66px;
}

span.update__text_decor:nth-child(5) {
  left: 0px;
  top: 138px;
}

span.update__text_decor:nth-child(6) {
  left: 93px;
  top: 230px;
}

.faq {
  padding: var(--sp) 0;
}

.faq__container {
  position: relative;
}

.faq__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq__items {
  position: relative;
  z-index: 2;
  max-width: 973px;
  width: 100%;
  margin: 20px auto 0;
}

.faq__items .item {
  padding: 22px 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='973' height='2' viewBox='0 0 973 2' fill='none'%3E%3Cpath d='M0 1L973 0.999915' stroke='white' stroke-opacity='0.3' stroke-dasharray='12 12'/%3E%3C/svg%3E")
    center bottom/contain no-repeat;
}

.faq__items .item__question {
  position: relative;
  padding-right: 35px;
  font-size: var(--l);
  font-weight: 600;
  cursor: pointer;
}

.faq__items .item__question::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='11.5' stroke='%233EC284'/%3E%3Cpath d='M8.5575 10.4351L12 13.8776L15.4425 10.4351L16.5 11.5001L12 16.0001L7.5 11.5001L8.5575 10.4351Z' fill='%233EC284'/%3E%3C/svg%3E%0A")
    center/contain no-repeat;
  transition: var(--transition);
}

.faq__items .item.active .item__question::before {
  transform: translateY(-50%) scale(-1);
}

.faq__items .item__answer {
  display: none;
  width: 100%;
  max-width: 877px;
  padding-right: 35px;
  margin-top: 22px;
  font-size: var(--s);
}

.faq__ellipse-1,
.faq__ellipse-2 {
  position: absolute;
  width: 361.556px;
  height: 444.334px;
  transform: translate3d(0, 0, 0) rotate(-22.939deg);
  background: #3ec284;
  filter: blur(150px);
  pointer-events: none;
  z-index: 1;
}

.faq__ellipse-1 {
  top: -196px;
  right: -198px;
  opacity: 0.4;
}

.faq__ellipse-2 {
  bottom: -164px;
  left: -271px;
  opacity: 0.3;
}

.partners {
  position: relative;
  padding: 105px 0 60px;
}

.partners .ticker-partners {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(1.3deg);
  width: 200%;
  padding: 5px 0;
}

.partners .ticker__el {
  aspect-ratio: 248.48 / 31;
  width: 237px;
  height: 30px;
}

.partners__container {
  position: relative;
}

.partners__main {
  display: grid;
  gap: 0 32px;
  grid-template-columns: 457px 588px;
  justify-content: space-between;
}

.partners__title {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.partners__statistic {
  position: relative;
  display: grid;
  gap: 8px 48px;
  grid-template-columns: repeat(3, 1fr);
  height: -moz-fit-content;
  height: fit-content;
}

.partners__statistic .item {
  width: 164px;
}

.partners__statistic .item__title {
  font-size: 48px;
  font-weight: 500;
}

.partners__statistic .item__text {
  font-size: 16px;
  font-weight: 400;
}

.partners__statistic .item__text span {
  font-weight: 700;
}

.partners__main-text {
  position: relative;
  width: 305px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 60px 0 0 98px;
  padding: 16px 27px 14px 27px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 20px;
  line-height: 125%;
}

.partners__main-text::after {
  content: '';
  position: absolute;
  left: -78%;
  top: -94px;
  aspect-ratio: 1/1;
  width: 72px;
  background: url('../img/icons/box-decor.webp') center / contain no-repeat;
  filter: blur(5px);
  width: 340px;
}

.partners__main-text span {
  font-weight: 700;
}

.partners__video-message {
  margin: 40px 0 68px 98px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-wrap: nowrap;
  align-self: center;
}

.partners__video-message::before {
  content: '';
  position: absolute;
  left: 66%;
  top: 30px;
  width: 174px;
  height: 70px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22177%22%20height%3D%2271%22%20viewBox%3D%220%200%20177%2071%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M1.00446%2017.9786C0.99165%2017.8578%200.978838%2017.737%204.95168%2021.2223C8.92452%2024.7075%2016.8834%2031.8024%2022.9681%2036.8957C29.0528%2041.9891%2033.0222%2044.8658%2037.4744%2047.7413C41.9267%2050.6168%2046.7415%2053.4039%2050.9293%2055.3914C55.1171%2057.3789%2058.5319%2058.4823%2064.1442%2059.6803C69.7565%2060.8782%2077.4628%2062.1372%2087.8085%2061.8651C98.1542%2061.5931%20110.906%2059.7519%20125.74%2055.545C140.574%2051.338%20157.105%2044.8211%20174.136%2038.1067%22%20stroke%3D%22%233EC284%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%0D%0A%3Cpath%20d%3D%22M162.594%2061.0521C164.641%2057.687%20167.353%2052.3618%20170.663%2045.625C172.23%2042.4369%20173.908%2039.8903%20174.779%2038.366C175.651%2036.8418%20175.754%2036.4614%20172.325%2036.4717C168.897%2036.482%20154.766%2037.5124%20147.592%2037.9374%22%20stroke%3D%22%233EC284%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
}

.partners__video {
  position: relative;
  margin: 32px 0 0;
  grid-area: 2/2/4/3;
  align-self: end;
  aspect-ratio: 548/270;
  width: 548px;
  background: url('../img/partners/phone.webp') center/contain no-repeat;
  cursor: pointer;
}

.partners__video:hover .partners__video-btn {
  transform: translate(-50%, -50%) scale(1.2);
}

.partners__video::before {
  background: #3ec284;
  content: '';
  position: absolute;
  left: -15%;
  top: 50%;
  display: block;
  aspect-ratio: 1/1;
  width: 326px;
  border-radius: 50%;
  filter: blur(58px);
  transform: translateY(-50%);
  z-index: -1;
}

.partners__video::after {
  content: '';
  position: absolute;
  left: 71%;
  top: -62%;
  display: block;
  aspect-ratio: 1/1;
  width: 320px;
  background: url('../img/icons/box-icon-green.svg') center / contain no-repeat;
  z-index: -1;
}

.partners__video-btn {
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  width: 100px;
  left: 50%;
  top: 50%;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22102%22%20height%3D%22102%22%20viewBox%3D%220%200%20102%20102%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Crect%20x%3D%2215.0075%22%20y%3D%2214.8545%22%20width%3D%2271.9858%22%20height%3D%2271.9858%22%20rx%3D%2235.9929%22%20fill%3D%22%233EC284%22%2F%3E%0D%0A%3Cpath%20d%3D%22M64.6757%2050.8482L44.1597%2062.6931L44.1597%2039.0033L64.6757%2050.8482Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Ccircle%20cx%3D%2250.9979%22%20cy%3D%2250.849%22%20r%3D%2250.0301%22%20stroke%3D%22%233EC284%22%20stroke-width%3D%220.719858%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
  transform: translate(-50%, -50%);
  transition: var(--tr);
}

.partners__footer {
  margin-top: 100px;
}

.partners__footer-title {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.partners__footer-list {
  margin-top: 34px;
  display: flex;
  gap: 34px;
}

.partners__footer-list .item {
  font-size: 16px;
  padding-left: 44px;
}

.partners__footer-list .item__title {
  position: relative;
  line-height: 125%;
  font-weight: 700;
}

.partners__footer-list .item__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -44px;
  background: url('../img/icons/box-icon-yellow.svg') center / contain no-repeat;
  aspect-ratio: 1/1;
  width: 32px;
}

.partners__footer-list .item__text {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.contact-organizers {
  padding: 70px 0;
  z-index: 0;
}

.contact-organizers__container {
  position: relative;
}

.contact-organizers__title {
  color: #fff;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-organizers__sub-title {
  margin-top: 6px;
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.contact-organizers__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.contact-organizers__img {
  position: relative;
  aspect-ratio: 425/368;
  flex: 0 0 425px;
  margin: 0 auto;
  background: center/contain no-repeat;
}

.contact-organizers__img::before {
  content: '';
  position: absolute;
  aspect-ratio: 647 / 760;
  width: 260px;
  left: 7%;
  top: 0%;
  display: block;
  transform: rotate(-92.48deg);
  background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
  filter: blur(90px);
  z-index: -1;
}

.contact-organizers .list {
  margin: 0 auto;
  display: flex;
  gap: 28px;
}

.contact-organizers .item {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 207px;
}

.contact-organizers .item__icon {
  align-self: flex-start;
  aspect-ratio: 1/1;
  width: 66px;
  background: center/contain no-repeat;
}

.contact-organizers .item__name {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-organizers .item__status {
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
}

.contact-organizers .item__about {
  font-size: 14px;
  font-weight: 400;
}

.contact-organizers .item__about b {
  font-weight: 700;
}

.contact-organizers .item__social-title {
  display: flex;
  gap: 6px;
  margin-left: 35px;
}

.contact-organizers .item__social-title-logo {
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20clip-path%3D%22url(%23clip0_2299_1957)%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018.5C13.9706%2018.5%2018%2014.4706%2018%209.5C18%204.52944%2013.9706%200.5%209%200.5C4.02944%200.5%200%204.52944%200%209.5C0%2014.4706%204.02944%2018.5%209%2018.5Z%22%20fill%3D%22url(%23paint0_linear_2299_1957)%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.0739%209.40497C6.69757%208.26186%208.44712%207.50825%209.32248%207.14418C11.8219%206.10461%2012.3412%205.92401%2012.6797%205.91803C12.7542%205.91673%2012.9207%205.93519%2013.0285%206.02269C13.1884%206.15249%2013.1894%206.43423%2013.1716%206.6207C13.0361%208.04382%2012.4501%2011.4973%2012.1519%2013.0912C12.0257%2013.7657%2011.7773%2013.9918%2011.5369%2014.014C11.0142%2014.062%2010.6174%2013.6685%2010.1111%2013.3367C9.31903%2012.8175%208.87153%2012.4943%208.10263%2011.9876C7.21405%2011.402%207.79009%2011.0802%208.29648%2010.5542C8.42902%2010.4166%2010.7318%208.32202%2010.7764%208.132C10.782%208.10823%2010.7871%208.01964%2010.7345%207.97288C10.6819%207.92612%2010.6042%207.94208%2010.5482%207.95481C10.4687%207.97284%209.2033%208.80925%206.75193%2010.464C6.39273%2010.7106%206.0674%2010.8308%205.77592%2010.8245C5.45455%2010.8176%204.83644%2010.6428%204.37691%2010.4934C3.81328%2010.3102%203.36532%2010.2134%203.40435%209.90222C3.42467%209.74011%203.64784%209.57439%204.0739%209.40497Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear_2299_1957%22%20x1%3D%229%22%20y1%3D%220.5%22%20x2%3D%229%22%20y2%3D%2218.3594%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%20stop-color%3D%22%232AABEE%22%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23229ED9%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3CclipPath%20id%3D%22clip0_2299_1957%22%3E%0D%0A%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
  align-self: center;
  aspect-ratio: 1/1;
  width: 18px;
}

.contact-organizers .item__social-title-name {
  margin-top: auto;
}

.contact-organizers .item__social-nickname {
  display: flex;
  padding: 7px 21px 7px 23px;
  margin-top: auto;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #3ebdff 0%, #2199d3 100%);
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.contact-organizers .item__social-nickname:hover {
  background: linear-gradient(180deg, #2a9fdb 0%, #1579af 100%);
}

.reviews {
  padding: 44px 0 66px;
}

.reviews__container {
  position: relative;
  z-index: 0;
}

.reviews__container::before {
  content: '';
  position: absolute;
  display: block;
  aspect-ratio: 219 / 377;
  width: 240px;
  filter: blur(120px);
  background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
  transform: rotate(-72.83deg);
  z-index: -1;
  left: -31%;
  top: 12%;
}

.reviews__container::after {
  content: '';
  position: absolute;
  display: block;
  aspect-ratio: 219 / 377;
  width: 240px;
  filter: blur(120px);
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  transform: rotate(-72.83deg);
  z-index: -1;
  left: 99%;
  top: 12%;
}

.reviews__title {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.reviews__screens {
  margin-top: 49px;
  display: grid;
  gap: 0 18px;
  grid-template-columns: repeat(6, 1fr);
}

.reviews__screens .item {
  width: 100%;
}

.insta {
  position: relative;
  padding: 70px 0 60px;
}

.insta__container {
  position: relative;
}

.insta__container::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 90%;
  aspect-ratio: 219 / 377;
  width: 180px;
  display: block;
  transform: rotate(-72deg);
  background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
  filter: blur(120px);
}

.insta__container::after {
  content: '';
  position: absolute;
  left: -25%;
  top: 13%;
  aspect-ratio: 219 / 377;
  width: 260px;
  display: block;
  transform: rotate(-72deg);
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  filter: blur(140px);
}

.insta__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 116px;
}

.insta__title {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.insta__title ._small {
  display: block;
  margin-top: 14px;
  font-size: 22px;
  font-weight: 400;
  text-transform: lowercase;
}

.insta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-size: var(--l);
  color: var(--text-color);
  transition: var(--transition);
}

.insta__btn:hover {
  color: var(--accent);
}

.insta__btn-icon {
  width: 77px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='78' viewBox='0 0 77 78' fill='none'%3E%3Cg clip-path='url(%23clip0_1687_140)'%3E%3Cpath d='M4.81255 5.73904C-1.23837 12.0242 4.92781e-05 18.7007 4.92781e-05 38.9838C4.92781e-05 55.8275 -2.93878 72.713 12.442 76.6881C17.2448 77.9233 59.8002 77.9233 64.5966 76.6817C71.0005 75.0294 76.2108 69.8351 76.923 60.778C77.0225 59.5139 77.0225 18.4761 76.9198 17.1864C76.1627 7.53892 70.224 1.97888 62.3989 0.85275C60.6055 0.592875 60.2461 0.515875 51.0446 0.499834C18.4063 0.515875 11.2517 -0.9375 4.81255 5.73904Z' fill='url(%23paint0_linear_1687_140)'/%3E%3Cpath d='M38.4936 10.5711C26.8442 10.5711 15.7818 9.53485 11.5565 20.379C9.81114 24.8579 10.0646 30.6746 10.0646 39.0034C10.0646 46.312 9.83039 53.181 11.5565 57.6246C15.7722 68.4751 26.9244 67.4356 38.4872 67.4356C49.6426 67.4356 61.1445 68.5971 65.4212 57.6246C67.1697 53.1008 66.9131 47.3707 66.9131 39.0034C66.9131 27.8961 67.5258 20.7255 62.1391 15.3419C56.6849 9.88776 49.3089 10.5711 38.4808 10.5711H38.4936ZM35.9462 15.6948C60.2461 15.6563 63.339 12.9549 61.6321 50.4828C61.0258 63.7557 50.9195 62.2991 38.4968 62.2991C15.846 62.2991 15.1947 61.651 15.1947 38.9906C15.1947 16.067 16.9914 15.7077 35.9462 15.6884V15.6948ZM53.6691 20.4143C51.7858 20.4143 50.2586 21.9415 50.2586 23.8248C50.2586 25.7081 51.7858 27.2352 53.6691 27.2352C55.5523 27.2352 57.0795 25.7081 57.0795 23.8248C57.0795 21.9415 55.5523 20.4143 53.6691 20.4143ZM38.4936 24.4023C30.4311 24.4023 23.8957 30.9409 23.8957 39.0034C23.8957 47.0659 30.4311 53.6013 38.4936 53.6013C46.5562 53.6013 53.0883 47.0659 53.0883 39.0034C53.0883 30.9409 46.5562 24.4023 38.4936 24.4023ZM38.4936 29.526C51.0222 29.526 51.0382 48.4808 38.4936 48.4808C25.9683 48.4808 25.9491 29.526 38.4936 29.526Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1687_140' x1='4.9602' y1='72.5818' x2='76.5236' y2='10.6445' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFDD55'/%3E%3Cstop offset='0.5' stop-color='%23FF543E'/%3E%3Cstop offset='1' stop-color='%23C837AB'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1687_140'%3E%3Crect width='77' height='77' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.insta__btn-icon:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.support {
  padding: 57px 0 80px;
  background: var(--bg);
  color: var(--text-color);
}

.support__container {
  position: relative;
}

.support__container::before {
  content: '';
  display: block;
  width: 200px;
  position: absolute;
  left: 78%;
  top: -30%;
  transform: rotate(-64deg);
  filter: blur(70px);
  transform: translate3d(0, 0, 0);
}

.support__container::after {
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22258%22%20height%3D%22264%22%20viewBox%3D%220%200%20258%20264%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M250.869%20179.679L191.723%20175.078L190.864%20175.012L191.231%20175.79L216.73%20229.862L148.699%20262.711L123.151%20208.672L122.778%20207.881L122.286%20208.604L88.6399%20258.01L26.5496%20214.974L60.1518%20165.529L60.6356%20164.817L59.7769%20164.749L0.634992%20160.089L6.57619%2084.1986L65.7227%2088.7996L66.5815%2088.8658L66.2143%2088.0878L40.7162%2034.0148L108.747%201.16562L134.295%2055.2053L134.668%2055.9956L135.16%2055.2729L168.807%205.86744L230.897%2048.9033L197.294%2098.3494L196.81%2099.0609L197.669%2099.1291L256.811%20103.789L250.869%20179.679Z%22%20stroke%3D%22white%22%20stroke-opacity%3D%220.5%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
  content: '';
  position: absolute;
  left: 85%;
  top: -34%;
  aspect-ratio: 350/260;
  width: 350px;
}

.support__title {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.support__subtitle {
  max-width: 565px;
  margin-top: 23px;
  font-size: 22px;
  font-weight: 700;
}

.support__descr {
  margin-top: 23px;
  font-size: 20px;
  font-weight: 500;
  max-width: 517px;
}

.support__descr b {
  font-weight: 700;
  font-style: italic;
}

.support__block {
  margin-top: 23px;
  display: flex;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

.support__text_up {
  display: inline-block;
  padding: 7px 26px;
  width: 192px;
  background: #3ec284;
  font-size: 20px;
  font-weight: 500;
}

.support__text_item {
  max-width: 377px;
  width: 100%;
  padding: 12px 26px;
  border: 2px solid #3ec284;
  font-size: 16px;
  font-weight: 500;
}

.support__text_item._price {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.support__image {
  position: absolute;
  left: 700px;
  top: 76px;
  aspect-ratio: 1/1;
  width: 312px;
  background: url('../img/support/support-img.webp') center/contain no-repeat;
}

.defender {
  position: relative;
  padding: 81px 0 60px;
  color: var(--bg);
  color: var(--text-color);
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.defender__container {
  position: relative;
}

.defender__container::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: -81px;

  background-image: repeating-linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0.5) 20px,
    transparent 20px,
    transparent 40px
  );
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.defender__container::after {
  content: '';
  position: absolute;
  left: 88%;
  top: -45%;
  aspect-ratio: 219 / 377;
  width: 210px;
  display: block;
  transform: rotate(-72deg);
  background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
  filter: blur(120px);
}

.defender__title {
  margin-bottom: 21px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
.defender__subtitle {
  margin-bottom: 21px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
.defender__subtitle span {
  color: #ffd600;
}
.defender__items {
  margin-top: 36px;
  display: flex;
  gap: 12px;
}
.defender__item {
  border: 2px solid #3ec284;
  font-size: 16px;
  text-align: center;
  padding-bottom: 11px;
}
.defender__item_text {
  font-weight: 500;
}
.defender__img {
  position: relative;
  aspect-ratio: 369 / 162;
  width: 369px;
  z-index: 1;
  height: auto;
  bottom: 80px;
}
.defender__item_title {
  background-color: #3ec284;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 24px;
  margin-bottom: 12px;
}
.defender__description {
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 500;
}
.defender__description-add {
  font-size: 14px;
  font-weight: 400;
}
.defender__wrap {
  display: flex;
  gap: 30px;
  align-items: end;
}
.defender__left {
  width: 63%;
}

.footer {
  position: relative;
  padding: 73px 0;
  border-top: 2px solid var(--accent);
  overflow: hidden;
}

.footer__wrap {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.footer__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 22px;
  color: var(--accent);
}

.footer__menu-links li {
  font-size: 16px;
}

.footer__menu-links li:not(:last-child) {
  margin-bottom: 16px;
}

.footer__menu-links li a {
  transition: var(--transition);
}

.footer__menu-links li a:hover {
  color: var(--accent);
}

.footer__menu-social {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer__menu-social path {
  transition: var(--transition);
}

.footer__menu-social a:hover path {
  fill: var(--accent);
}

.footer__ellipse-1,
.footer__ellipse-2 {
  position: absolute;
  opacity: 0.3;
  background: var(--accent);
  filter: blur(150px);
}

.footer__ellipse-1 {
  left: 0;
  top: 0;
  width: 361.556px;
  height: 444.334px;
  transform: rotate(-22.939deg) translate3d(-135px, 0, 0);
  border-radius: 444.334px;
}

.footer__ellipse-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 378.317px;
  height: 464.933px;
  transform: rotate(-22.939deg) translate3d(17%, 91%, 0);
  border-radius: 464.933px;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 0;
}

.modal-overlay .modal-content {
  position: relative;
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  top: 29px;
  right: 33px;
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 30px;
  background: center/contain no-repeat url('../img/icons/close-black.svg');
  z-index: 2;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

#modal-video .video iframe {
  height: 80vh;
  width: 45vh;
}

.modal-packages {
  overflow-x: hidden;
}

.modal-packages .modal-content {
  border-radius: 0;
}

.modal-packages .close-button {
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M26.9168%209.08087L24.9193%207.08337L17.0002%2015.0025L9.081%207.08337L7.0835%209.08087L15.0027%2017L7.0835%2024.9192L9.081%2026.9167L17.0002%2018.9975L24.9193%2026.9167L26.9168%2024.9192L18.9977%2017L26.9168%209.08087Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A');
}

.modal-packages .packages-slider {
  position: relative;
  max-width: 980px;
}

.modal-packages .packages-slider__slide {
  background: #ffffff;
  padding: 16px 42px 30px;
  transition: opacity var(--tr);
}

.modal-packages .packages-slider__slide.swiper-slide-active {
  opacity: 1;
}

.modal-packages .packages-slider__btn-prev,
.modal-packages .packages-slider__btn-next {
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 40px;
  z-index: 5;
  transform: translate(-50%, -50%) rotate(180deg);
  background: #ffffff
    url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5053 0.158172L8.65557 2.00787L15.9756 9.34107L0.0105282 9.34107L0.010528 11.9647L15.9756 11.9648L8.64245 19.2848L10.5053 21.1476L21 10.6529L10.5053 0.158172Z' fill='%233EB27C'/%3E%3C/svg%3E%0A")
    center/75% no-repeat;
  cursor: pointer;
}

.modal-packages .packages-slider__btn-prev.swiper-button-disabled,
.modal-packages .packages-slider__btn-next.swiper-button-disabled {
  cursor: default;
  background: #ffffff
    url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5053 0.158172L8.65557 2.00787L15.9756 9.34107L0.0105282 9.34107L0.010528 11.9647L15.9756 11.9648L8.64245 19.2848L10.5053 21.1476L21 10.6529L10.5053 0.158172Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A")
    center/75% no-repeat;
}

.modal-packages .packages-slider__btn-next {
  transform: translate(50%, -50%) rotate(0deg);
  left: auto;
  right: 0;
}

.modal-packages .modal-package {
  color: var(--bg);
  height: auto;
}

.modal-packages .modal-package__title {
  font-size: 112px;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-packages .modal-package__body {
  display: flex;
}

.modal-packages .modal-package__info {
  font-size: 14px;
  line-height: normal;
  padding-right: 34px;
}

.modal-packages .modal-package__info sup {
  font-size: smaller;
  vertical-align: super;
}

.modal-packages .modal-package__info ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}

.modal-packages .modal-package__info ul li:last-child {
  margin-bottom: 0;
}

.modal-packages .modal-package__info ul li:before {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  background: url('../img/icons/box-icon-green.svg') center/contain no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
}

.modal-packages .modal-package__info ul li.off {
  color: #d9d9d9;
}

.modal-packages .modal-package__info ul li.off:before {
  background: url('../img/icons/box-icon-grey.svg') center/contain no-repeat;
}

.modal-packages .modal-package__info ul li b {
  font-weight: 700;
}

.modal-packages .modal-package__price {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  font-size: 26px;
}

.modal-packages .modal-package__price-full {
  color: var(--accent);
  font-weight: 700;
}

.modal-packages .modal-package__price-discount {
  position: relative;
  font-weight: 500;
}

.modal-packages .modal-package__price-discount::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(2.401deg);
  height: 1.5px;
  background: var(--bg);
}

.modal-packages .modal-package__timer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.modal-packages .modal-package__form {
  flex: 0 0 424px;
}

.modal-packages .modal-package__form-inner {
  padding: 34px 24px;
  background: var(--accent);
  color: var(--text-color);
}

.modal-packages .modal-package__form-title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 33px;
}

#modal-discount .modal-content,
#modal-reg .modal-content {
  max-width: 518px;
  background: #ffffff;
  border-radius: 0;
  padding: 30px 42px;
}

#modal-discount .close-button,
#modal-reg .close-button {
  top: 10px;
  right: 10px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M26.9168%209.08087L24.9193%207.08337L17.0002%2015.0025L9.081%207.08337L7.0835%209.08087L15.0027%2017L7.0835%2024.9192L9.081%2026.9167L17.0002%2018.9975L24.9193%2026.9167L26.9168%2024.9192L18.9977%2017L26.9168%209.08087Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A');
}

#modal-discount .title,
#modal-reg .title {
  color: var(--bg);
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

#modal-discount .form .input,
#modal-reg .form .input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  color: var(--bg);
}

#modal-discount .form .input::-webkit-input-placeholder,
#modal-reg .form .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input:-moz-placeholder,
#modal-reg .form .input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input::-moz-placeholder,
#modal-reg .form .input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input:-ms-input-placeholder,
#modal-reg .form .input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input.not_error,
#modal-reg .form .input.not_error {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
}

#modal-discount .form .btn,
#modal-reg .form .btn {
  color: var(--text-color);
}

#modal-discount .form__bottom-text,
#modal-reg .form__bottom-text {
  color: #bfbfbf;
  max-width: 370px;
  margin: 0 auto;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Gilroy, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

#modal-video .video iframe {
  height: 80vh;
  width: 45vh;
}

#modal-speaker .speaker-modal {
  position: relative;
  display: flex;
  gap: 62px;
  width: 100%;
  background: #000000;
  max-width: 835px;
  padding: 70px 82px;
  border: 1px solid #fff;
  z-index: 0;
  overflow: hidden;
}

#modal-speaker .modal-content::before {
  content: '';
  position: absolute;
  aspect-ratio: 647 / 760;
  width: 459px;
  top: -455px;
  left: -13%;
  background: url('../img/icons/triangle-green.svg') center / contain no-repeat;
  transform: rotate(-44deg);
  filter: blur(100px);
  z-index: -1;
}

#modal-speaker .speaker-modal__photo {
  flex: 0 0 auto;
  width: 227px;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#modal-speaker .speaker-modal__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#modal-speaker .speaker-modal__info > * {
  margin-bottom: 0.5em;
}

#modal-speaker .speaker-modal__info ._name {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

#modal-speaker .speaker-modal__info ._position {
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 700;
}

#modal-discount .form__bottom-text a,
#modal-reg .form__bottom-text a {
  color: #bfbfbf;
  max-width: 370px;
  margin: 0 auto;
}

@media (min-width: 1261px) {
  .speakers__list .item:nth-child(4n + 1),
  .speakers__list .item:nth-child(4n + 4) {
    transform: translateY(-54px);
  }

  .speakers__list .item:nth-child(9) {
    grid-area: 3 / 2 / 4 / 3;
    transform: none;
  }

  .speakers__list .item:nth-child(10) {
    grid-area: 3 / 3 / 4 / 4;
  }
}

@media (max-width: 1260px) {
  :root {
    --container-width: 760px;
  }

  .ticker,
  .ticker-discount2 {
    padding: 8px 0;
  }

  .ticker__el {
    height: 28px;
  }

  .indicators .item__text br {
    display: none;
  }

  .btn--ticket {
    padding: 18px 75px 18px 29px;
  }

  .form .btn {
    width: 100%;
    font-size: 20px;
  }

  .header__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header__logos {
    gap: 20px;
  }

  .header__logo._holders {
    width: 100px;
  }

  .header__logo._bk {
    width: 120px;
  }

  .header__menu {
    gap: 25px;
  }

  .header__menu a {
    font-size: 16px;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 40px;
    background-size: cover;
  }

  .hero__decor1 {
    top: 73%;
    left: -5%;
    width: 169px;
    transform: scaleX(-1);
  }

  .hero__decor2 {
    top: 4%;
    left: 82%;
    width: 116px;
    transform: scaleX(1);
  }

  .hero__container::before {
    top: 55%;
    left: 87%;
    width: 125px;
    filter: blur(50px);
  }

  .hero__container::after {
    top: 55%;
    left: -13%;
    width: 125px;
    filter: blur(50px);
  }

  .hero__title {
    margin-bottom: 20px;
  }

  .hero__title p:first-child {
    font-size: 50px;
  }

  .hero__title p:last-child {
    font-size: 65px;
  }

  .hero__info {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .hero__speakers {
    margin: 0 0 -40px;
    transform: scale(1);
  }

  .hero1 {
    padding: 100px 0 40px;
  }

  .hero1__title {
    font-size: 38px;
  }

  .hero1__title ._accent {
    font-size: 64px;
  }

  .hero1__info {
    gap: 6px;
  }

  .hero1__info-item {
    font-size: 14px;
  }

  .hero1__subtitle {
    font-size: 22px;
    max-width: 530px;
  }

  .hero1__btn {
    font-size: 24px;
  }

  .hero2 {
    padding: 100px 0 40px;
  }

  .hero2__img {
    top: -16%;
    right: -16%;
    width: 580px;
  }

  .hero2__title {
    font-size: 40px;
    width: 348px;
  }

  .hero2__subtitle {
    margin-top: 22px;
  }

  .hero2__subtitle-icon {
    width: 48px;
    height: 48px;
  }

  .hero2__subtitle-text {
    font-size: 21px;
  }

  .hero2__btn {
    margin-top: 22px;
    font-size: 24px;
  }

  .hero3 {
    padding: 100px 0 40px;
    background: url(../img/hero3__bg.webp) center / cover no-repeat;
  }

  .hero3__title {
    margin-top: 16px;
    font-size: 40px;
  }

  .hero3__subtitle {
    margin-top: 16px;
    padding: 14px 18px;
    font-size: 18px;
    max-width: 436px;
  }

  .hero3__btn {
    margin-top: 120px;
    font-size: 24px;
  }

  .hero4 {
    padding: 100px 0 40px;
  }

  .hero4__container::before {
    left: -38%;
    top: -10%;
  }

  .hero4__img {
    top: -36%;
    right: -19%;
    width: 904px;
  }

  .hero4__title {
    font-size: 32px;
    width: 320px;
  }

  .hero4__subtitle {
    margin-top: 22px;
    font-size: 24px;
    max-width: 320px;
  }

  .hero4__footer-text {
    font-size: 18px;
    max-width: 260px;
  }

  .hero4__btn {
    font-size: 24px;
  }

  .hero5 {
    padding: 100px 0 40px;
    background: url('../img/hero5/hero__bg.webp') center -17px / 1200px auto no-repeat;
  }

  .hero5__container::before {
    right: -35%;
    top: -129px;
  }

  .hero5__container::after {
    left: -35%;
    bottom: -15%;
  }

  .hero5__title {
    margin-top: 23px;
    font-size: 42px;
  }

  .hero5__info {
    gap: 6px;
  }

  .hero5__info-item {
    font-size: 14px;
  }

  .hero5__subtitle {
    margin-top: 16px;
    gap: 10px;
    font-size: 16px;
    align-items: center;
  }

  .hero5__subtitle span {
    padding: 8px 10px 6px 10px;
  }

  .hero5__btn {
    margin-top: 68px;
    font-size: 24px;
  }

  .hero6 {
    padding: 100px 0 40px;
  }

  .hero6__img1 {
    width: 607px;
    left: 36%;
    top: -19%;
  }

  .hero6__img2 {
    width: 607px;
    left: -18%;
    top: 50%;
  }

  .hero6__decor1,
  .hero6__decor2 {
    display: none;
  }

  .hero6__title {
    margin-top: 25px;
    font-size: 39px;
  }

  .hero6__subtitle {
    margin-top: 10px;
    font-size: 20px;
    max-width: 202px;
  }

  .hero6__middle-text {
    margin-top: 10px;
    font-size: 28px;
    text-align: right;
  }

  .hero6__middle-text-small {
    margin-top: 10px;
    font-size: 22px;
  }

  .hero6__middle-sub-text {
    right: 0;
    bottom: 18px;
    font-size: 16px;
  }

  .hero6__btn {
    margin: 10px 0 0;
    padding: 18px 89px 15px 29px;
  }

  .why__title {
    font-size: 42px;
  }

  .why__indicators {
    gap: 40px;
  }

  .why__indicators .item {
    min-width: initial;
    flex: 0 0 calc((100% - 80px) / 3);
  }

  .why__bottom {
    flex-direction: column;
  }

  .why__bottom-head {
    margin-bottom: 25px;
  }

  .promo {
    padding: 80px 0 80px;
    background-size: 462px auto;
    background-position: right calc((100vw - var(--container-width)) / 2) center;
  }

  .promo__decor {
    top: 37%;
    left: -26%;
  }

  .promo__container::before {
    top: 40%;
    left: -23%;
  }

  .promo__container::after {
    top: 14%;
    left: 92%;
  }

  .promo__inner {
    padding: 0;
  }

  .promo__title {
    gap: 30px;
  }

  .promo__title-main {
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 414px;
  }

  .promo__title-main::before {
    left: 38%;
    top: -40%;
  }

  .solutions {
    padding: 80px 0;
  }

  .solutions__container::before {
    top: 89%;
    left: -12%;
  }

  .solutions__container::after {
    top: 59%;
    left: 86%;
  }

  .solutions__title {
    font-size: 46px;
  }

  .solutions__sub-title {
    margin-top: 14px;
    font-size: 22px;
  }

  .solutions__list {
    margin-top: 19px;
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions__list .item {
    padding: 16px 22px;
  }

  .solutions__list .item::before {
    top: 16px;
  }

  .speakers__container::before {
    display: block;
    top: 13%;
    left: 27%;
  }

  .speakers__subtitle {
    flex-direction: column;
    align-items: center;
    max-width: 280px;
    margin: 0 auto 30px;
    gap: 10px;
    text-align: center;
  }

  .speakers__subtitle:before {
    width: 20px;
  }

  .speakers__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 37px 40px;
  }

  .speakers__list .item:nth-child(3n + 1),
  .speakers__list .item:nth-child(3n + 3) {
    transform: translateY(-54px);
  }

  .speakers__list .item__name {
    font-size: 22px;
  }

  .program {
    background: 61% 143px / contain no-repeat;
    padding: 112px 0 82px;
    position: relative;
  }

  .program__list {
    gap: 30px;
    padding: 0px;
  }

  .program__container::before {
    top: -3%;
    left: -45%;
  }

  .program__container::after {
    top: 47%;
    left: 101%;
  }

  .coffee-break__container::after {
    left: 77%;
    top: 56%;
  }

  .coffee-break__bg {
    top: 30%;
    left: 44%;
    width: 358px;
  }

  .coffee-break__title {
    font-size: 44px;
  }

  .coffee-break .item {
    padding: 18px 12px;
    gap: 10px;
  }

  .coffee-break .item__title {
    font-size: 24px;
  }

  .coffee-break .item__text {
    font-size: 14px;
  }

  .coffee-break .item--2 {
    width: 370px;
    bottom: 0;
  }

  .coffee-break .item--2::after {
    top: 0%;
    right: 12%;
  }

  .coffee-break .item--3 {
    margin: 35px 0 0;
    width: 342px;
  }

  .coffee-break .item--3::after {
    top: 0%;
    right: 12%;
  }

  .coffee-break .item--3 .item__text {
    width: 100%;
  }

  .discount {
    padding: 116px 0 81px;
  }

  .discount .ticker_green {
    top: 0;
  }

  .discount .ticker_green .ticker__el {
    width: 86px;
  }

  .discount__container {
    flex-direction: column;
  }

  .discount__title {
    margin-bottom: 200px;
    text-align: center;
  }

  .packages {
    padding: 80px 0 100px;
  }

  .packages__container::before {
    content: '';
    top: 32%;
    left: 33%;
    width: 240px;
    filter: blur(100px);
  }

  .packages__title {
    font-size: 54px;
  }

  .packages__list {
    gap: 62px;
  }

  .packages .package__image {
    width: 340px;
  }

  .packages .package__btn {
    bottom: -51px;
    left: 0px;
    padding: 22px 20px 20px;
  }

  .extra__title {
    font-size: 38px;
  }

  .extra__main {
    gap: 40px;
  }

  .extra__add-text {
    font-size: 16px;
    padding: 8px 24px;
  }

  .extra__btn {
    margin-top: 24px;
  }

  .extra .ticker {
    bottom: 24px;
  }

  .summit__top-decors .item:nth-child(1) {
    top: 9%;
    left: -20%;
  }

  .summit__top-decors .item:nth-child(2) {
    top: 39%;
    left: 1%;
  }

  .summit__top-decors .item:nth-child(3) {
    top: 55%;
    left: -33%;
  }

  .summit__top-decors .item:nth-child(4) {
    top: 92%;
    left: -14%;
  }

  .summit__top-decors .item:nth-child(8) {
    top: 85%;
    left: 100%;
  }

  .summit__top-decors .item:nth-child(9) {
    top: 56%;
    left: 92%;
  }

  .summit__middle-title::before {
    width: 610px;
  }

  .summit__middle-title {
    margin-top: 70px;
  }

  .summit__bottom-list {
    /* Параметры скроллбара для этого элемента */
    padding-bottom: 20px;
  }

  .summit__bottom-list .item__content {
    min-width: 230px;
  }

  .summit__bottom-list::-webkit-scrollbar {
    /* Панель прокрутки */
    height: 5px;
    background-color: red;
  }

  .summit__bottom-list::-webkit-scrollbar-button {
    /* Кнопки навигации */
    background-color: green;
    height: 0;
    width: 0;
  }

  .summit__bottom-list::-webkit-scrollbar-track {
    /* Второй слой панели прокрутки */
    background-color: blue;
  }

  .summit__bottom-list::-webkit-scrollbar-track-piece {
    /* Третий слой панели прокрутки */
    background-color: #333333;
    height: 5px;
  }

  .summit__bottom-list::-webkit-scrollbar-thumb {
    /* Ползунок */
    background-color: var(--accent);
    height: 5px;
  }

  .summit__bottom-list::-webkit-scrollbar-corner {
    /* Правый нижний угол блока с прокруткий (когда вкл ось прокрутки X и Y) */
    background-color: violet;
  }

  .summit__bottom-list::-webkit-resizer {
    /* ??? */
    background-color: cyan;
  }

  .partners-packages__list .package__image {
    width: 246px;
  }

  .partners-packages__list .package__image::before {
    top: 13%;
    left: 36%;
    width: 80px;
  }

  .partners-packages__list .package__btn {
    font-size: 14px;
    width: 126px;
    padding: 6px 12px;
  }

  .partners-logos {
    padding: 60px 0 120px;
  }

  .partners-logos::after {
    width: 323px;
    top: 85%;
  }

  .update {
    padding-bottom: 110px;
  }

  .update__img {
    height: 125px;
  }

  .update__img-decor {
    width: 180px;
    height: 180px;
    top: -35px;
    right: 27%;
  }

  .update__img-item {
    width: 396px;
    top: -61px;
    left: 43%;
  }

  .update__text {
    max-width: 229px;
    font-size: 16px;
  }

  .update__subtitle {
    max-width: 249px;
    font-size: 15px;
  }

  span.update__text_decor:nth-child(1) {
    right: 80px;
    top: -76px;
  }

  span.update__text_decor:nth-child(2) {
    right: -4px;
    top: 0;
  }

  span.update__text_decor:nth-child(3) {
    right: -6px;
    top: 47px;
  }

  span.update__text_decor:nth-child(4) {
    top: 52px;
    left: 0;
  }

  span.update__text_decor:nth-child(5) {
    top: 126px;
  }

  span.update__text_decor:nth-child(6) {
    left: 42px;
    top: 192px;
  }

  .partners__main {
    grid-template-columns: 348px 1fr;
  }

  .partners__title {
    font-size: 34px;
  }

  .partners__statistic {
    grid-area: 1/2/3/3;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .partners__main-text {
    margin: 0;
    font-size: 16px;
  }

  .partners__main-text::after {
    left: -75%;
    top: -101px;
  }

  .partners__video-message {
    margin: 0;
    font-size: 28px;
  }

  .partners__video-message::before {
    left: 60%;
    top: 22px;
    width: 140px;
    height: 70px;
  }

  .partners__video {
    width: 100%;
    grid-area: auto;
  }

  .partners__video::before {
    width: 200px;
    filter: blur(44px);
    left: -15%;
    top: -15%;
    transform: translateY(0);
  }

  .partners__video::after {
    width: 214px;
    left: 70%;
    top: -90%;
  }

  .partners__video-btn {
    width: 84px;
  }

  .partners__footer-list {
    gap: 18px;
  }

  .reviews__container::before {
    left: 4%;
    top: 48%;
  }

  .reviews__container::after {
    display: none;
    left: 83%;
    top: 81%;
  }

  .reviews__screens {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .insta__container::before {
    width: 120px;
    filter: blur(70px);
    top: 20%;
  }

  .insta__container::after {
    display: none;
  }

  .insta {
    padding: 75px 0 52px;
  }

  .insta__wrap {
    gap: 28px;
  }

  .support__container::before {
    display: none;
  }

  .support__container::after {
    width: 112px;
    left: 100%;
    top: -33%;
  }

  .support__title {
    font-size: 38px;
  }

  .support__subtitle {
    font-size: 17px;
    max-width: 420px;
  }

  .support__descr {
    font-size: 16px;
  }

  .support__image {
    top: 20px;
    left: 500px;
    width: 218px;
  }

  .defender__img {
    width: 276px;
  }

  .defender__container::after {
    width: 120px;
    filter: blur(70px);
    top: -27%;
  }

  .footer {
    padding: 81px 0 85px;
  }

  .footer__wrap {
    gap: 40px;
  }

  .modal-overlay .close-button {
    top: 10px;
    right: 20px;
  }

  .modal-packages .packages-slider {
    max-width: 715px;
  }

  .modal-packages .packages-slider__slide {
    padding: 20px;
  }

  .modal-packages .packages-slider__btn-prev,
  .modal-packages .packages-slider__btn-next {
    height: 30px;
    width: 30px;
  }

  .modal-packages .modal-package__title {
    margin-bottom: 10px;
    font-size: 76px;
  }

  .modal-packages .modal-package__info {
    padding-right: 20px;
  }

  .modal-packages .modal-package__timer {
    flex-direction: column;
    gap: 10px;
  }

  .modal-packages .modal-package__form {
    flex: 0 0 335px;
  }

  .modal-packages .modal-package__form-inner {
    padding: 20px 15px;
  }

  .modal-packages .modal-package__form-title {
    font-size: 32px;
  }

  .footer {
    padding: 81px 0 85px;
  }

  .footer__wrap {
    gap: 40px;
  }

  .modal-overlay .close-button {
    top: 10px;
    right: 20px;
  }

  #modal-speaker .speaker-modal {
    padding: 50px 60px;
    max-width: calc(var(--container-width) - 20px);
  }

  .modal-packages .packages-slider {
    max-width: 715px;
  }

  .modal-packages .packages-slider__slide {
    padding: 20px;
  }

  .modal-packages .packages-slider__btn-prev,
  .modal-packages .packages-slider__btn-next {
    height: 30px;
    width: 30px;
  }

  .modal-packages .modal-package__title {
    margin-bottom: 10px;
    font-size: 76px;
  }

  .modal-packages .modal-package__info {
    padding-right: 20px;
  }

  .modal-packages .modal-package__timer {
    flex-direction: column;
    gap: 10px;
  }

  .modal-packages .modal-package__form {
    flex: 0 0 335px;
  }

  .modal-packages .modal-package__form-inner {
    padding: 20px 15px;
  }

  .modal-packages .modal-package__form-title {
    font-size: 32px;
  }
}

@media (max-width: 1140px) {
  .contact-organizers__container__decor1 {
    left: -26%;
    top: 9%;
  }

  .contact-organizers__main {
    flex-wrap: wrap;
    gap: 32px;
  }

  .contact-organizers .list {
    width: 100%;
    justify-content: space-between;
  }

  .contact-organizers__img {
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  :root {
    --container-width: 370px;
  }

  [class*='__container'] {
    flex-wrap: wrap;
  }

  .date {
    font-size: 18px;
  }

  .btn--ticket-fullwhite {
    padding: 20px 70px 20px 15px;
  }

  .form__inputs {
    margin-bottom: 20px;
    gap: 20px;
  }

  .form .input {
    padding: 0 0 10px 10px;
  }

  .form .flag-container {
    top: -10px;
  }

  .form .btn {
    font-size: 18px;
  }

  .form__bottom-text {
    padding-top: 10px;
  }

  .header__container:before {
    display: none;
  }

  .header__logos {
    gap: 6px;
    position: relative;
    z-index: 3;
  }

  .header__logo._holders {
    width: 125px;
  }

  .header__logo._bk {
    width: 136px;
  }

  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--bg);
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    overflow: auto;
    z-index: 2;
    transform: translateY(-100%);
    transition: var(--tr);
  }

  .header._active .header__menu {
    transform: translateY(0);
  }

  .burger {
    display: initial;
    height: 14px;
    width: 22px;
  }

  .hero {
    background-position: center 40px;
    padding-bottom: 32px;
  }

  .hero__container::before {
    top: -42%;
    left: 91%;
    transform: rotate(72deg);
  }

  .hero__container::after {
    top: 33%;
    left: -40%;
  }

  .hero__decor1 {
    top: 68%;
    left: -18%;
  }

  .hero__decor2 {
    top: 6%;
    left: 91%;
  }

  .hero__title {
    margin-bottom: 9px;
  }

  .hero__title p {
    letter-spacing: -0.04em;
  }

  .hero__title p:first-child {
    font-size: 36px;
  }

  .hero__title p:last-child {
    font-size: 42px;
  }

  .hero__info-date {
    display: none;
    margin: 0 auto 9px;
  }

  .hero__info-date_mob {
    margin-bottom: 18px;
    display: block;
  }

  .hero__info-text {
    font-size: 20px;
    text-align: center;
  }

  .hero__speakers {
    display: none;
    aspect-ratio: 325/205;
  }

  .hero__speakers_mob {
    display: block;
  }

  .hero__btn {
    margin: 60px auto 0;
    order: 1;
  }

  .hero1 {
    padding: 88px 0 25px;
    background: url('../img/hero1/hero__bg--mobile.webp') center top/cover no-repeat;
  }

  .hero1__btn {
    width: 100%;
  }

  .hero1__decor1 {
    width: 18px;
    filter: blur(4px);
    left: 87%;
    top: 0%;
  }

  .hero1__decor2 {
    width: 28px;
    filter: blur(6px);
    left: 87%;
    top: 50%;
  }

  .hero1__decor3 {
    width: 38px;
    filter: blur(8px);
    left: -7%;
    top: 55%;
  }

  .hero1__decor4 {
    width: 76px;
    filter: blur(14px);
    left: 66%;
    top: 100%;
  }

  .hero1__decor5 {
    display: none;
  }

  .hero2 {
    padding: 88px 0 25px;
  }

  .hero2__container::before {
    width: 123px;
    filter: blur(75px);
    right: -6%;
    top: 32%;
  }

  .hero2__container::after {
    display: none;
  }

  .hero2__img {
    width: 416px;
    top: 47%;
    right: -9%;
  }

  .hero2__info {
    position: static;
    margin: 0 auto;
    gap: 8px;
    font-size: 14px;
  }

  .hero2__info-item > div {
    gap: 6px;
    padding: 5px 10px;
  }

  .hero2__info-icon {
    width: 16px;
    height: 16px;
  }

  .hero2__title {
    margin-top: 22px;
  }

  .hero2__btn {
    margin-top: 212px;
  }

  .hero3 {
    padding: 88px 0 25px;
    background: url('../img/hero3/hero__bg.webp') center 80% / auto 42% no-repeat;
  }

  .hero3__info {
    margin: 0 auto;
    gap: 8px;
    font-size: 14px;
  }

  .hero3__info-item > div {
    gap: 6px;
    padding: 5px 10px;
  }

  .hero3__info-icon {
    width: 16px;
    height: 16px;
  }

  .hero3__title {
    margin-top: 22px;
  }

  .hero3__subtitle br {
    display: none;
  }

  .hero3__btn {
    margin-top: 150px;
  }

  .hero4 {
    padding: 88px 0 25px;
  }

  .hero4__container::before {
    left: -81%;
    top: 21%;
  }

  .hero4__img {
    width: 568px;
    top: 38%;
    right: -32%;
  }

  .hero4__info {
    margin: 24px 0 0;
    gap: 8px;
    font-size: 14px;
    order: 3;
  }

  .hero4__info-item > div {
    gap: 6px;
    padding: 5px 10px;
  }

  .hero4__info-icon {
    width: 16px;
    height: 16px;
  }

  .hero4__title {
    width: 100%;
    order: 1;
  }

  .hero4__title br {
    display: none;
  }

  .hero4__subtitle {
    margin-top: 7px;
    order: 2;
  }

  .hero4__footer {
    margin: 15px 0 0;
    flex-direction: column;
    align-items: start;
    order: 4;
  }

  .hero4__footer-text {
    max-width: 228px;
  }

  .hero4__btn {
    margin-top: 122px;
  }

  .hero5 {
    padding: 88px 0 25px;
    background: url('../img/hero5/hero__bg.webp') center 342px / 584px auto no-repeat;
  }

  .hero5__container::before {
    display: none;
  }

  .hero5__container::after {
    display: none;
  }

  .hero5__title br {
    display: none;
  }

  .hero5__subtitle span:nth-child(3) {
    width: 254px;
  }

  .hero5__btn {
    width: 100%;
  }

  .hero6 {
    padding: 88px 0 25px;
  }

  .hero6__img1 {
    width: 364px;
    left: 34%;
    top: 20%;
  }

  .hero6__img2 {
    width: 442px;
    left: -20%;
    top: 62%;
  }

  .hero6__decor3 {
    left: 0%;
    top: 2%;
    width: 18px;
    filter: blur(4px);
  }

  .hero6__decor4 {
    left: -3%;
    top: 67%;
    width: 18px;
    filter: blur(4px);
  }

  .hero6__decor5 {
    left: 88%;
    top: -1%;
    width: 12px;
    filter: blur(4px);
  }

  .hero6__decor6 {
    left: 93%;
    top: 8%;
    width: 53px;
    filter: blur(14px);
  }

  .hero6__decor7 {
    left: -11%;
    top: 77%;
    width: 38px;
    filter: blur(8px);
  }

  .hero6__decor8 {
    display: none;
  }

  .hero6__info {
    margin: 0 auto;
    gap: 8px;
    font-size: 14px;
  }

  .hero6__info-item > div {
    gap: 6px;
    padding: 5px 10px;
  }

  .hero6__info-icon {
    width: 16px;
    height: 16px;
  }

  .hero6__title {
    width: 100%;
  }

  .hero6__title br {
    display: none;
  }

  .hero6__subtitle {
    margin-top: 7px;
  }

  .hero6__middle-sub-text {
    bottom: 172px;
  }

  .hero6__btn {
    margin-top: 143px;
  }

  .why {
    padding: 32px 0;
  }

  .why__indicators {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }

  .why__indicators .item {
    flex: 1 1 33.33%;
  }

  .why__bottom-head {
    margin-bottom: 66px;
  }

  .why__bottom-items {
    gap: 25px;
  }

  .promo {
    background: center 38% / 462px auto no-repeat;
    padding: 32px 0;
  }

  .promo__decor {
    left: 55%;
    top: 85%;
    width: 170px;
    z-index: 1;
  }

  .promo__container::after {
    display: none;
  }

  .promo__container::before {
    top: 50%;
    left: 91%;
  }

  .promo__text {
    font-size: 54px;
    max-width: initial;
    margin-bottom: 180px;
  }

  .promo__text br {
    display: initial;
  }

  .promo__text:before {
    width: 90px;
    transform: rotate(-75deg);
    right: auto;
    left: 0;
    top: 0;
  }

  .promo__title {
    align-items: start;
    flex-direction: column;
    gap: 0px;
  }

  .promo__title-main::before {
    display: none;
  }

  .promo__title-abbr {
    text-align: center;
  }

  .promo__title-main {
    margin-top: 16px;
    max-width: initial;
    width: 100%;
    font-size: 20px;
  }

  .solutions {
    padding: 32px 0;
  }

  .solutions__container::before {
    display: none;
  }

  .solutions__container::after {
    width: 171px;
    top: -2%;
    left: 71%;
    filter: blur(2px);
  }

  .solutions__title {
    text-align: start;
  }

  .solutions__sub-title {
    text-align: start;
  }

  .solutions__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .speakers {
    padding: 32px 0;
  }

  .speakers__container::before {
    left: 36%;
    top: 8%;
  }

  .speakers__title,
  .program__title {
    font-size: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .speakers__title ._accent,
  .program__title ._accent {
    padding-right: 10px;
  }

  .speakers__subtitle:after {
    display: block;
  }

  .speakers__subtitle {
    margin: 0 0 22px auto;
    font-size: 16px;
    text-align: right;
    max-width: 148px;
    position: relative;
  }

  .speakers__subtitle:before {
    position: absolute;
    top: 0;
    left: 40px;
    transform: translateY(-50%);
  }

  .speakers__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 54px 20px;
    position: relative;
  }

  .speakers__list .item:nth-child(3n + 1),
  .speakers__list .item:nth-child(3n + 3) {
    transform: translateY(0);
  }

  .speakers__list .item:nth-child(odd) {
    transform: translateY(-54px) !important;
  }

  .speakers__list .item__name {
    font-size: 18px;
  }

  .speakers__list .item__button {
    font-size: 14px;
  }

  .speakers__list .item__button:before {
    width: 14px;
  }

  .program {
    padding: 84px 0 32px;
    background: none;
    background-image: none !important;
  }

  .program .ticker {
    transform: translateX(-25%) rotate(6.45deg);
    top: 30px;
  }

  .program__container::before,
  .program__container::after {
    display: none;
  }

  .program__title {
    display: block;
    text-align: left;
    font-size: 54px;
  }

  .program__title span._accent {
    padding: 0;
  }

  .program__list {
    flex-direction: column;
    gap: 0px;
  }

  .program__list ul {
    width: 100%;
  }

  .program__list ul:first-child .item::after {
    height: 100%;
  }

  .program__list ul:last-child li:last-child {
    padding-bottom: 0;
  }

  .program .item:last-child {
    padding-bottom: 20px;
  }

  .program .item__title {
    font-size: 16px;
  }

  .program .item__text {
    font-size: 14px;
  }

  .coffee-break {
    padding: 32px 0;
  }

  .coffee-break__container::before {
    display: none;
  }

  .coffee-break__container::after {
    display: none;
  }

  .coffee-break__bg {
    top: 43%;
    left: 3%;
  }

  .coffee-break .item {
    position: static;
    width: 100%;
  }

  .coffee-break .item--1 {
    margin-top: 25px;
  }

  .coffee-break .item--1::after {
    top: 0%;
    right: 12%;
  }

  .coffee-break .item--2 {
    margin-top: 190px;
  }

  .coffee-break .item--3 {
    margin-top: 16px;
  }

  .discount {
    padding: 106px 0 32px;
  }

  .discount__title {
    font-size: 47px;
  }

  .discount__mockup {
    padding: 0;
  }

  .discount__mockup-blur._1 {
    top: 75px;
    left: -50px;
  }

  .discount__mockup-blur._2 {
    top: -50px;
    left: 25px;
  }

  .discount__mockup-blur._3 {
    top: -50px;
    right: 25px;
  }

  .discount__mockup-blur._4 {
    top: 75px;
    right: -50px;
  }

  .discount__mockup-image {
    width: 189px;
  }

  .discount__mockup-text {
    width: 270px;
  }

  .discount__mockup-text-main {
    padding: 16px;
    text-align: center;
    font-size: 18px;
  }

  .discount__mockup-text-main mark {
    font-size: 20px;
    white-space: nowrap;
  }

  .discount__mockup-text-main h1,
  .discount__mockup-text-main h2,
  .discount__mockup-text-main h3,
  .discount__mockup-text-main h4,
  .discount__mockup-text-main h5,
  .discount__mockup-text-main h6 {
    font-size: 23px;
  }

  .discount__mockup-text-bottom {
    padding: 11px 16px;
  }

  .discount .ticker_gray {
    transform: rotate(-4.93deg);
  }

  .discount .ticker_green {
    margin-top: 50px;
    transform: rotate(1.27deg);
  }

  .packages {
    padding: 32px 0 64px;
  }

  .packages__container::before {
    content: '';
    top: 38%;
    left: 13%;
    width: 240px;
    filter: blur(100px);
  }

  .extra {
    padding: 32px 0 64px;
  }

  .extra__container::after,
  .extra__container::before {
    display: none;
  }

  .extra__title {
    text-align: center;
  }

  .extra__main {
    margin-top: 8px;
    flex-direction: column;
    gap: 15px;
  }

  .extra__text {
    width: 100%;
  }

  .extra__add {
    width: 100%;
    gap: 23px;
  }

  .extra__add-text {
    padding: 8px 40px;
    width: 100%;
  }

  .extra__btn {
    display: none;
  }

  .extra .ticker {
    bottom: 32px;
  }

  .summit {
    background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22375%22%20height%3D%22771%22%20viewBox%3D%220%200%20375%20771%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20opacity%3D%220.2%22%3E%0D%0A%3Cmask%20id%3D%22mask0_2253_490%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22-615%22%20y%3D%220%22%20width%3D%221606%22%20height%3D%22771%22%3E%0D%0A%3Cpath%20d%3D%22M990.54%200H-614.998V770.999H990.54V0Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fmask%3E%0D%0A%3Cg%20mask%3D%22url(%23mask0_2253_490)%22%3E%0D%0A%3Cpath%20d%3D%22M-620.842%201195.01L-621.206%201194.65L42.7441%20530.523V240.714L-621.348%20-422.217L-620.983%20-422.579L43.2579%20240.501V530.733L43.1834%20530.81L-620.842%201195.01Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M-216.613%201194.8L-217.073%201194.57L115.133%20530.566V240.668L-217.943%20-423.713L-217.484%20-423.941L115.646%20240.547V530.689L115.618%20530.743L-216.613%201194.8Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M591.008%201194.8L259.895%20530.689V240.547L259.923%20240.493L591.832%20-423.941L592.292%20-423.713L260.408%20240.668V530.566L591.468%201194.57L591.008%201194.8Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M187.455%201194.69L186.941%201194.68L187.514%20530.249V240.608L186.918%20-423.827L187.432%20-423.829L188.028%20240.608V530.249L187.455%201194.69Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M995.099%201194.87L332.354%20530.81L332.279%20530.733V240.5L332.354%20240.426L996.52%20-423.775L996.885%20-423.41L332.793%20240.713V530.522L995.464%201194.5L995.099%201194.87Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M996.642%20588.592L477.501%20458.1H-102.229L-621.103%20588.425L-621.227%20587.926L-102.294%20457.586L477.596%20457.594L996.765%20588.093L996.642%20588.592Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M477.565%20313.272L-102.324%20313.264L-621.227%20183.975L-621.103%20183.477L-102.232%20312.758H477.504L996.642%20183.279L996.765%20183.78L477.565%20313.272Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M-621.164%20386.209V385.695L-102.262%20385.176H477.535L996.704%20385.677V386.191L477.535%20385.69H-102.262L-621.164%20386.209Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M477.789%20530.884H-102.521V240.351H477.787V530.884H477.789ZM-102.008%20530.37H477.273V240.865H-102.008V530.37Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M490.462%20537.205H-115.146V234.032H490.462V537.205ZM-114.633%20536.691H489.949V234.546H-114.633V536.691Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M504.712%20544.323H-129.365V226.902H504.712V544.323ZM-128.851%20543.809H504.198V227.416H-128.851V543.809Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M520.369%20552.144H-144.984V219.085H520.371V552.141L520.369%20552.144ZM-144.471%20551.63H519.857V219.599H-144.471V551.627V551.63Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M537.561%20560.73H-162.225V210.45H537.561V560.73ZM-161.711%20560.216H537.048V210.964H-161.711V560.216Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M556.698%20570.292H-181.359V200.873H556.698V570.292ZM-180.846%20569.778H556.184V201.387H-180.846V569.778Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M578.052%20580.959H-202.699V190.19H578.052V580.961V580.959ZM-202.186%20580.445H577.538V190.704H-202.186V580.447V580.445Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M602.032%20592.939H-226.664V178.186H602.032V592.939ZM-226.15%20592.425H601.519V178.7H-226.15V592.425Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M629.15%20606.488H-253.77V164.621H629.15V606.488ZM-253.256%20605.974H628.637V165.135H-253.256V605.974Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M660.059%20621.929H-284.662V149.15H660.059V621.929ZM-284.149%20621.415H659.546V149.664H-284.149V621.415Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M695.628%20639.693H-320.213V131.353H695.625V639.693H695.628ZM-319.699%20639.179H695.111V131.867H-319.699V639.179Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M736.991%20660.355H-361.547V110.651H736.991V660.353V660.355ZM-361.033%20659.841H736.477V111.165H-361.033V659.839V659.841Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M785.689%20684.691H-410.221V86.2778H785.689V684.689V684.691ZM-409.707%20684.177H785.175V86.7918H-409.707V684.175V684.177Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M844.399%20714.017H-468.338V57.1772H844.399V714.017ZM-467.824%20713.503H843.885V57.6912H-467.824V713.503Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M914.216%20748.895H-538.676V21.9639H914.216V748.898V748.895ZM-538.162%20748.381H913.702V22.4779H-538.162V748.384V748.381Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Crect%20x%3D%22-614.998%22%20width%3D%221604.88%22%20height%3D%22218.575%22%20fill%3D%22url(%23paint0_linear_2253_490)%22%2F%3E%0D%0A%3Crect%20x%3D%22989.877%22%20y%3D%22771%22%20width%3D%221604.88%22%20height%3D%22218.575%22%20transform%3D%22rotate(-180%20989.877%20771)%22%20fill%3D%22url(%23paint1_linear_2253_490)%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear_2253_490%22%20x1%3D%22187.44%22%20y1%3D%220%22%20x2%3D%22187.44%22%20y2%3D%22218.575%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3ClinearGradient%20id%3D%22paint1_linear_2253_490%22%20x1%3D%221792.32%22%20y1%3D%22771%22%20x2%3D%221792.32%22%20y2%3D%22989.575%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
      center top/contain no-repeat;
    padding: 28px 0;
  }

  .summit__top {
    gap: 18px;
  }

  .summit__top-decors .item:nth-child(1) {
    width: 100px;
    top: 30%;
    left: -14%;
  }

  .summit__top-decors .item:nth-child(2) {
    width: 110px;
    top: 49%;
    left: -11%;
  }

  .summit__top-decors .item:nth-child(3) {
    width: 158px;
    top: 70%;
    left: -23%;
  }

  .summit__top-decors .item:nth-child(4) {
    display: none;
  }

  .summit__top-decors .item:nth-child(5) {
    display: block;
    aspect-ratio: 128/85;
    width: 128px;
    top: 90%;
    left: -14%;
  }

  .summit__top-decors .item:nth-child(6) {
    width: 159px;
    top: 44%;
    left: 83%;
  }

  .summit__top-decors .item:nth-child(7) {
    width: 164px;
    top: 59%;
    left: 74%;
  }

  .summit__top-decors .item:nth-child(8) {
    width: 75px;
    top: 68%;
    left: 86%;
  }

  .summit__top-decors .item:nth-child(9) {
    width: 128px;
    top: 88%;
    left: 76%;
  }

  .summit__sub-title {
    font-size: 46px;
    line-height: 45px;
  }

  .summit__title {
    font-size: 46px;
    width: 100%;
    line-height: 45px;
  }

  .summit__title-start {
    font-size: 28px;
    line-height: 45px;
  }

  .summit__since {
    font-size: 30px;
  }

  .summit__results-title {
    padding: 10px 13px 8px 13px;
    font-size: 20px;
  }

  .summit__results-list {
    flex-direction: column;
    gap: 18px;
  }

  .summit__results-list .item {
    gap: 0;
  }

  .summit__results-list .item__title {
    font-size: 43px;
  }

  .summit__results-list .item__text {
    font-size: 16px;
  }

  .summit__middle-title::before {
    display: none;
  }

  .summit__middle-title::after {
    display: block;
  }

  .summit__middle-title {
    font-size: 30px;
    margin-top: 86px;
  }

  .summit__middle-image {
    height: 106px;
    background: url('../img/summit/middle-mob.webp') center/cover no-repeat;
  }

  .summit__bottom-title {
    margin-top: 40px;
  }

  .summit__bottom-list {
    justify-content: start;
    margin-top: 13px;
  }

  .partners-packages {
    padding: 28px 0 56px;
  }

  .partners-packages__title {
    text-align: start;
    font-size: 34px;
  }

  .partners-packages__list {
    gap: 16px;
    flex-direction: column;
  }

  .partners-packages__list .package__image {
    width: 358px;
  }

  .partners-packages__list .package__image::before {
    top: 29%;
    left: 36%;
    width: 100px;
  }

  .partners-packages__list .package__btn {
    font-size: 16px;
    width: 159px;
    padding: 9px 18px;
  }

  .partners-logos {
    padding: 28px 0 160px;
  }

  .partners-logos::after {
    top: 78%;
  }

  .partners-logos__decor1,
  .partners-logos__decor4 {
    display: none;
  }

  .partners-logos__decor2 {
    top: 7%;
    left: 70%;
  }

  .partners-logos__decor2 {
    width: 180px;
  }

  .partners-logos__decor3 {
    background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
    aspect-ratio: 219 / 377;
    width: 160px;
    top: 66%;
    left: 16%;
    filter: blur(100px);
    transform: rotate(-72deg);
  }

  .partners-logos__title {
    font-size: 34px;
  }

  .partners-logos__wrapper {
    margin-top: 17px;
  }

  .partners-logos__group {
    margin-bottom: 18px;
  }

  .partners-logos__group-title {
    font-size: 20px;
  }

  .partners-logos__group-list {
    margin-top: 14px;
    gap: 10px;
  }

  .partners-logos__group-list li {
    padding: 12px;
    width: 108px;
    height: 56px;
    border-radius: 5px;
  }

  .update {
    padding: 28px 0;
  }

  .update__title {
    font-size: 24px;
    text-align: center;
  }

  .update__subtitle {
    margin-top: 15px;
    max-width: 100%;
    font-size: 18px;
    text-align: center;
  }

  .update__img-item {
    aspect-ratio: 234/326;
    width: 233px;
    background: url('../img/update/update__img-mob.webp') 50% / cover no-repeat;
    top: 77px;
    left: 48%;
  }

  .update__img span.update__text_decor {
    display: none;
    font-size: 14px;
  }

  span.update__text_decor:nth-child(1) {
    display: block;
    top: auto;
    bottom: 36px;
    right: auto;
    left: -10px;
    max-width: 108px;
  }

  span.update__text_decor:nth-child(2) {
    display: block;
    top: auto;
    bottom: 140px;
    max-width: 92px;
    text-align: end;
    right: -10px;
  }

  span.update__text_decor:nth-child(3) {
    display: block;
    top: auto;
    bottom: 26px;
    right: 24px;
    max-width: 165px;
    text-align: end;
  }

  span.update__text_decor:nth-child(3) br {
    display: none;
  }

  span.update__text_decor:nth-child(4) {
    display: block;
    max-width: 120px;
    top: 60px;
    left: 14px;
  }

  span.update__text_decor:nth-child(5) {
    display: block;
    max-width: 130px;
    top: 20px;
    left: 139px;
  }

  span.update__text_decor:nth-child(6) {
    display: block;
    max-width: 142px;
    text-align: end;
    left: auto;
    right: -19px;
    top: 74px;
  }

  span.update__text_decor:nth-child(6) br {
    display: none;
  }

  .update__img {
    height: 500px;
  }

  .update__img-decor {
    top: 79px;
    right: 15%;
  }

  .update__text {
    max-width: 100%;
    text-align: center;
  }

  .update__text br {
    display: none;
  }

  .update {
    padding-bottom: 28px;
  }

  .faq__title {
    font-size: 40px;
  }

  .faq__items {
    margin-top: 0;
  }

  .faq__items .item__question {
    font-size: 16px;
  }

  .faq {
    padding: 28px 0;
  }

  .partners {
    padding: 76px 0 28px;
  }

  .partners__main {
    grid-template-columns: 1fr;
  }

  .partners__statistic {
    margin-top: 30px;
    grid-area: auto;
  }

  .partners__main-text {
    margin: 13px 0 0 107px;
    grid-area: 2/1/3/2;
    width: 228px;
  }

  .partners__main-text::after {
    top: -92px;
    left: -92%;
    width: 300px;
  }

  .partners__video-message {
    margin-top: 52px;
  }

  .partners__video-message::before {
    display: none;
  }

  .partners__video {
    margin: 18px 0 0;
  }

  .partners__video::after {
    aspect-ratio: 219 / 377;
    left: 80%;
    top: -190%;
    width: 200px;
    background: url('../img/icons/triangle-yellow.svg') center / contain no-repeat;
    transform: rotate(-72deg);
    filter: blur(150px);
  }

  .partners__footer {
    margin-top: 96px;
  }

  .partners__footer-title {
    text-align: start;
  }

  .partners__footer-list {
    margin-top: 16px;
    flex-direction: column;
    gap: 14px;
  }

  .contact-organizers {
    padding: 28px 0;
  }

  .contact-organizers__container__decor1 {
    top: 76%;
    left: 57%;
  }

  .contact-organizers__container__decor2 {
    display: block;
    top: 52%;
    left: 35%;
  }

  .contact-organizers__main {
    margin-top: 13px;
    flex-direction: column-reverse;
  }

  .contact-organizers__title {
    font-size: 34px;
  }

  .contact-organizers__sub-title {
    font-size: 30px;
  }

  .contact-organizers__img {
    width: 100%;
    flex: auto;
  }

  .contact-organizers .list {
    width: auto;
    flex-wrap: wrap;
    gap: 32px 16px;
  }

  .contact-organizers .item {
    margin-top: 0;
    width: 162px;
    gap: 16px;
  }

  .contact-organizers .item__social-title {
    margin-left: 28px;
  }

  .contact-organizers .item__name {
    font-size: 24px;
  }

  .contact-organizers .item__about {
    font-size: 16px;
  }

  .contact-organizers .item__about br {
    display: none;
  }

  .contact-organizers .item__social-nickname {
    padding: 7px 15px 7px 16px;
    font-size: 14px;
    width: 100%;
  }

  .reviews {
    padding: 28px 0;
  }

  .reviews__container::before {
    left: 26%;
    top: 50%;
  }

  .reviews__title {
    font-size: 34px;
  }

  .reviews__screens {
    margin-top: 34px;
    grid-template-columns: repeat(2, 1fr);
  }

  .insta__container::before {
    width: 120px;
    filter: blur(50px);
    top: 31%;
    left: -29%;
    z-index: -1;
  }

  .insta__wrap {
    flex-direction: column;
  }

  .insta__title {
    text-align: center;
  }

  .support__container::after {
    left: 86%;
    top: -70%;
  }

  .support__subtitle {
    font-size: 20px;
    margin-top: 19px;
  }

  .support__subtitle br {
    display: none;
  }

  .support__text_up {
    width: 100%;
    font-size: 16px;
  }

  .support__descr {
    font-size: 16px;
    margin-top: 19px;
  }

  .support__image {
    top: auto;
    bottom: 0;
    left: 213px;
    width: 164px;
  }

  .support__block {
    margin-top: 19px;
    flex-direction: column;
    row-gap: 12px;
  }

  .support__text {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }

  .support__text_item {
    padding: 12px 14px;
    font-size: 14px;
  }

  .support__text_item._price {
    font-size: 14px;
  }

  .footer__wrap {
    gap: 63px;
    flex-direction: column;
    text-align: center;
  }

  .footer__menu-social {
    justify-content: center;
  }

  .footer__ellipse-1,
  .footer__ellipse-2 {
    filter: blur(75px);
  }

  .footer__ellipse-1 {
    width: 210.088px;
    height: 258.188px;
    border-radius: 258.188px;
    transform: rotate(-22.939deg) translate3d(30%, -154%, 0);
  }

  .footer__ellipse-2 {
    width: 210.088px;
    height: 258.188px;
    border-radius: 258.188px;
    transform: rotate(-22.939deg) translate3d(-9%, 102%, 0);
  }

  .modal-packages {
    align-items: flex-start;
  }

  .modal-packages .packages-slider {
    max-width: 360px;
  }

  .modal-packages .packages-slider__btn-prev,
  .modal-packages .packages-slider__btn-next {
    transform: translate(0%, 0%) rotate(180deg);
  }

  .modal-packages .packages-slider__btn-next {
    transform: translate(0%, 0%) rotate(0deg);
  }

  .modal-packages .modal-package__title {
    font-size: 36px;
  }

  .modal-packages .modal-package__body {
    flex-direction: column;
  }

  .modal-packages .modal-package__info {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .modal-packages .modal-package__info ul li {
    margin-bottom: 4px;
  }

  .modal-packages .modal-package__price {
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
  }

  .modal-packages .modal-package__price-discount {
    font-weight: 400;
  }

  .modal-packages .modal-package__form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #modal-discount .modal-content,
  #modal-reg .modal-content {
    max-width: 360px;
    padding: 20px;
  }

  #modal-discount .title,
  #modal-reg .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #modal-discount .form .btn,
  #modal-reg .form .btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .defender {
    padding: 68px 0 60px;
  }
  .defender__container::before {
    top: -68px;
  }
  .defender__title {
    line-height: normal;
    font-size: 38px;
  }
  .defender__description {
    width: 153px;
  }
  .defender__wrap {
    flex-direction: column;
    align-items: center;
  }
  .defender__img {
    width: 184px;
    position: absolute;
    right: 10px;
    left: auto;
    bottom: 216px;
  }
  .defender__left {
    width: 100%;
  }
  .defender__items {
    flex-direction: column;
    margin-top: 20px;
  }
  .defender__item {
    width: fit-content;
  }
  .defender p {
    font-size: 16px;
  }
  .defender .defender__subtitle {
    font-size: 20px;
  }

  .footer__wrap {
    gap: 63px;
    flex-direction: column;
    text-align: center;
  }

  .footer__menu-social {
    justify-content: center;
  }

  .footer__ellipse-1,
  .footer__ellipse-2 {
    filter: blur(75px);
  }

  .footer__ellipse-1 {
    width: 210.088px;
    height: 258.188px;
    border-radius: 258.188px;
    transform: rotate(-22.939deg) translate3d(30%, -154%, 0);
  }

  .footer__ellipse-2 {
    width: 210.088px;
    height: 258.188px;
    border-radius: 258.188px;
    transform: rotate(-22.939deg) translate3d(-9%, 102%, 0);
  }

  #modal-speaker .speaker-modal {
    flex-direction: column;
    padding: 18px;
    gap: 20px;
  }

  #modal-speaker .modal-content::before {
    top: -289px;
    left: -29%;
  }

  #modal-speaker .speaker-modal__photo {
    margin: 0 auto;
    aspect-ratio: 1/1;
    height: auto;
    width: 100%;
    -o-object-position: top center;
    object-position: top center;
  }

  .modal-packages {
    align-items: flex-start;
  }

  .modal-packages .packages-slider {
    max-width: 360px;
  }

  .modal-packages .packages-slider__btn-prev,
  .modal-packages .packages-slider__btn-next {
    transform: translate(0%, 0%) rotate(180deg);
  }

  .modal-packages .packages-slider__btn-next {
    transform: translate(0%, 0%) rotate(0deg);
  }

  .modal-packages .modal-package__title {
    font-size: 36px;
  }

  .modal-packages .modal-package__body {
    flex-direction: column;
  }

  .modal-packages .modal-package__info {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .modal-packages .modal-package__info ul li {
    margin-bottom: 4px;
  }

  .modal-packages .modal-package__price {
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
  }

  .modal-packages .modal-package__price-discount {
    font-weight: 400;
  }

  .modal-packages .modal-package__form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #modal-discount .modal-content,
  #modal-reg .modal-content {
    max-width: 360px;
    padding: 20px;
  }

  #modal-discount .title,
  #modal-reg .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #modal-discount .form .btn,
  #modal-reg .form .btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
