@charset "UTF-8";

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

@font-face {
  font-family: 'Inter Tight';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/InterTight/InterTight-Light.ttf') format('truetype');
}

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

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

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

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

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

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

:root {
  --container-width: 1360px;
  --transition: 0.3s ease;
  --default-font-family: 'Inter Tight';
  --heading-font-family: 'Bebas Neue Cyrillic';
  --sp: 70px;
  --accent: #0690a3;
  --accent2: #008c9f;
  --dark-bg: #0d0d0d;
  --second-bg: #161616;
  --text-color: #fdfdfd;
  --yellow-color: #f5a50b;
  --plan-bg: #ededed;
  --fz-default: 18px;
  --h1: 70px;
  --h2: 60px;
  --h3: 40px;
  --h4: 30px;
  --l: 27px;
  --m: 21px;
  --s: 16px;
  --tr: 0.3s ease 0s;
  --trd: 0.3s ease 0.3s;
}

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 {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99ff99 !important;
}

form select.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form select.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99ff99 !important;
}

h1,
._h1 {
  font: 400 var(--h1) var(--heading-font-family);
}

h1 b,
._h1 b {
  color: var(--accent);
}

h2,
._h2 {
  font: 400 var(--h2) var(--heading-font-family);
}

h2 b,
._h2 b {
  color: var(--accent);
}

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

._bold {
  font-weight: 700;
}

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

._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;
}

.btn_main {
  padding: 12px 10px 12px 40px;
  background: var(--yellow-color);
  border-radius: 100px;
  transition: var(--transition) all;
}

.btn_main__decor-icon {
  display: none;
}

.btn_main span {
  font: 600 18px/110% 'Inter';
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 31px;
  column-gap: 31px;
  color: var(--dark-bg);
  letter-spacing: -0.36px;
}

.form .btn__main_sumb.not_checked {
  pointer-events: none;
  opacity: 0.7;
}

.btn_main span::after {
  content: '';
  width: 82px;
  height: 82px;
  border-radius: 100px;
  background: url("data:image/svg+xml,%3Csvg width='82' height='83' viewBox='0 0 82 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='82' height='82' rx='41' fill='%230D0D0D'/%3E%3Cpath d='M50.7075 36.2078L44.7075 42.2078C44.5199 42.3955 44.2654 42.5009 44 42.5009C43.7346 42.5009 43.4801 42.3955 43.2925 42.2078C43.1049 42.0202 42.9994 41.7657 42.9994 41.5003C42.9994 41.2349 43.1049 40.9805 43.2925 40.7928L47.5863 36.5003H33V53.5003C33 53.7655 32.8946 54.0199 32.7071 54.2074C32.5196 54.395 32.2652 54.5003 32 54.5003C31.7348 54.5003 31.4804 54.395 31.2929 54.2074C31.1054 54.0199 31 53.7655 31 53.5003V35.5003C31 35.2351 31.1054 34.9807 31.2929 34.7932C31.4804 34.6057 31.7348 34.5003 32 34.5003H47.5863L43.2925 30.2078C43.1996 30.1149 43.1259 30.0046 43.0756 29.8832C43.0253 29.7618 42.9994 29.6317 42.9994 29.5003C42.9994 29.3689 43.0253 29.2388 43.0756 29.1174C43.1259 28.996 43.1996 28.8857 43.2925 28.7928C43.4801 28.6052 43.7346 28.4998 44 28.4998C44.1314 28.4998 44.2615 28.5256 44.3829 28.5759C44.5043 28.6262 44.6146 28.6999 44.7075 28.7928L50.7075 34.7928C50.8005 34.8857 50.8742 34.996 50.9246 35.1174C50.9749 35.2388 51.0008 35.3689 51.0008 35.5003C51.0008 35.6317 50.9749 35.7619 50.9246 35.8833C50.8742 36.0047 50.8005 36.1149 50.7075 36.2078Z' fill='%23FDFDFD'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.btn_main:hover {
  transform: rotate(-5deg);
}

.btn_main--wide-decor {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.btn_main--wide-decor.btn_main span::after {
  display: none;
}

.btn_main--wide-decor .btn_main__decor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  height: 82px;
  border-radius: 41px;
  background-color: black;
}

.btn_main--wide-decor .btn_main__decor-icon {
  display: block;
}

.btn_main--wide-decor.btn_main span {
  font-size: 24px;
  color: black;
  font-weight: 600;
  line-height: 110%;
}

.speakers__btn,
.wait__btn,
.help__btn,
.history__btn,
.instruction__btn,
.income__btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

.speakers__btn span::after,
.wait__btn span::after,
.help__btn span::after,
.history__btn span::after,
.instruction__btn span::after,
.income__btn span::after {
  width: 56px;
  height: 56px;
}

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

.form {
  max-width: 556px;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  position: relative;
}

.form__title {
  color: var(--dark-bg);
  font-size: 36px;
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.form .input {
  background: #fff;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  padding: 17px 14px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  color: var(--dark-bg);
  display: block;
}

.form .input::placeholder {
  color: #797979;
}

.form .input__uptitle {
  margin-bottom: 10px;
  color: var(--dark-bg);
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
}

.form .input__wrap {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}

.form .input__wrap.focused .input__label {
  transform: translate(0, -25px);
  font-size: 10px;
}

.form .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s ease;
}

.form .input__agree {
  display: flex;
  align-items: flex-start;
}

.form .input__agree_text {
  color: #7e7e7e;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.1px;
  margin-left: 6px;
}

.form .input__agree {
  cursor: pointer;
}

.form .input__agree input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.form .input__agree input[type='checkbox']:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 4px;
  width: 6px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.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 .intl-tel-input {
  width: 100%;
}

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

.form .btn {
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  width: 100%;
  display: flex;
  border-radius: 100px;
  background: #f5a50b;
  color: var(--dark-bg);
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.36px;
  transition: 0.3s all;
}

.form .btn:hover {
  transform: rotate(-5deg);
}

.header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  padding: 28px 0;
  background: var(--dark-bg);
  border-bottom: 1px solid rgba(253, 253, 253, 0.1);
}

.header__container {
  position: relative;
  z-index: 11;
}

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

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

.header__menu li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--accent2);
  margin-right: 8px;
}

.header__menu li:nth-child(1) {
  margin-top: 0;
}

.header__menu li:nth-child(3) {
  margin-right: 0;
}

.header__menu li:nth-child(4) {
  margin-left: auto;
}

.header__menu li:last-child {
  margin-right: 0;
}

.header__menu li a {
  color: rgba(253, 253, 253, 0.96);
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.28px;
  opacity: 0.8;
  transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.header__menu li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--accent2);
  transition: width 0.3s ease;
  margin-top: 2px;
}

.header__menu li a:hover {
  color: var(--accent2);
  opacity: 1;
  transform: scale(1.05);
}

.header__menu li a:hover::after {
  width: 100%;
}

.header__menu li.header__contacts {
  display: none;
  margin-top: 0;
}

.header__menu li.header__contacts::before {
  display: none;
}

.header__menu li.header__contacts span {
  display: block;
  margin-top: 90px;
  color: rgba(253, 253, 253, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.header__menu li.header__contacts a {
  color: #fdfdfd;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.6px;
  margin-top: 14px;
  opacity: 1;
}

.header__menu li.header__soc {
  display: none;
  margin-top: 0;
}

.header__menu li.header__soc .header__soc_block {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.header__menu li.header__soc .header__soc_item {
  opacity: 1;
  width: 105px;
  display: flex;
  align-items: center;
}

.header__menu li.header__soc .header__soc_item span {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32px;
}

.header__menu li.header__soc .header__soc_icon {
  width: 28px;
  height: 28px;
  margin-right: 6px;
}

.header__menu li.header__soc .header__soc_icon.instagram {
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23008C9F'/%3E%3Cpath d='M14 11.3787C12.5487 11.3787 11.3787 12.56 11.3787 14C11.3787 15.44 12.56 16.6213 14 16.6213C15.44 16.6213 16.6213 15.44 16.6213 14C16.6213 12.56 15.44 11.3787 14 11.3787ZM21.875 14C21.875 12.9088 21.875 11.84 21.8187 10.7488C21.7625 9.48875 21.47 8.36375 20.5475 7.4525C19.625 6.53 18.5113 6.2375 17.2513 6.18125C16.16 6.125 15.0913 6.125 14 6.125C12.9088 6.125 11.84 6.125 10.7488 6.18125C9.48875 6.2375 8.36375 6.53 7.4525 7.4525C6.53 8.375 6.2375 9.48875 6.18125 10.7488C6.125 11.84 6.125 12.9088 6.125 14C6.125 15.0913 6.125 16.16 6.18125 17.2513C6.2375 18.5113 6.53 19.6362 7.4525 20.5475C8.375 21.47 9.48875 21.7625 10.7488 21.8187C11.84 21.875 12.9088 21.875 14 21.875C15.0913 21.875 16.16 21.875 17.2513 21.8187C18.5113 21.7625 19.6362 21.47 20.5475 20.5475C21.47 19.625 21.7625 18.5113 21.8187 17.2513C21.8862 16.1713 21.875 15.0913 21.875 14ZM14 18.0387C11.7613 18.0387 9.96125 16.2388 9.96125 14C9.96125 11.7613 11.7613 9.96125 14 9.96125C16.2388 9.96125 18.0387 11.7613 18.0387 14C18.0387 16.2388 16.2388 18.0387 14 18.0387ZM18.2075 10.7375C17.69 10.7375 17.2625 10.3213 17.2625 9.7925C17.2625 9.26375 17.6788 8.8475 18.2075 8.8475C18.7362 8.8475 19.1525 9.26375 19.1525 9.7925C19.1553 9.91573 19.1329 10.0382 19.0864 10.1524C19.04 10.2666 18.9706 10.37 18.8825 10.4562C18.7963 10.5443 18.6928 10.6137 18.5787 10.6602C18.4645 10.7066 18.342 10.7291 18.2188 10.7263L18.2075 10.7375Z' fill='white'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.header__menu li.header__soc .header__soc_icon.youtube {
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23008C9F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 8.375C14.6733 8.375 15.3639 8.39202 16.0333 8.41986L16.824 8.45698L17.5808 8.50107L18.2895 8.54825L18.9368 8.59775C19.6393 8.65056 20.3004 8.94498 20.8036 9.42923C21.3069 9.91347 21.6202 10.5565 21.6884 11.2452L21.7199 11.5739L21.7789 12.2778C21.8341 13.0071 21.875 13.8022 21.875 14.5625C21.875 15.3228 21.8341 16.1179 21.7789 16.8472L21.7199 17.5511C21.7096 17.664 21.6994 17.773 21.6884 17.8798C21.6202 18.5686 21.3068 19.2117 20.8033 19.696C20.2999 20.1803 19.6387 20.4746 18.9361 20.5273L18.2903 20.576L17.5816 20.6239L16.824 20.668L16.0333 20.7051C15.3559 20.734 14.678 20.749 14 20.75C13.322 20.749 12.6441 20.734 11.9667 20.7051L11.176 20.668L10.4192 20.6239L9.71049 20.576L9.06316 20.5273C8.36067 20.4744 7.69965 20.18 7.19637 19.6958C6.6931 19.2115 6.37981 18.5685 6.31164 17.8798L6.28014 17.5511L6.22107 16.8472C6.16086 16.0871 6.12881 15.325 6.125 14.5625C6.125 13.8022 6.16595 13.0071 6.22107 12.2778L6.28014 11.5739C6.29038 11.461 6.30061 11.352 6.31164 11.2452C6.37979 10.5566 6.69296 9.91369 7.19607 9.42946C7.69919 8.94523 8.36003 8.65073 9.06238 8.59775L9.70891 8.54825L10.4177 8.50107L11.1752 8.45698L11.9659 8.41986C12.6435 8.39096 13.3217 8.376 14 8.375ZM12.425 12.6869V16.4381C12.425 16.7954 12.8187 17.0182 13.1337 16.8403L16.4413 14.9647C16.5132 14.924 16.573 14.8654 16.6146 14.7948C16.6561 14.7242 16.678 14.6441 16.678 14.5625C16.678 14.4809 16.6561 14.4008 16.6146 14.3302C16.573 14.2596 16.5132 14.201 16.4413 14.1603L13.1337 12.2855C13.0619 12.2448 12.9804 12.2233 12.8974 12.2233C12.8145 12.2233 12.733 12.2448 12.6611 12.2856C12.5893 12.3263 12.5296 12.385 12.4882 12.4556C12.4467 12.5261 12.4249 12.6062 12.425 12.6877V12.6869Z' fill='white'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.header__menu li.header__soc .header__soc_icon.telegram {
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23008C9F'/%3E%3Cg clip-path='url(%23clip0_1177_2826)'%3E%3Cpath d='M20.7011 7.42088L6.52585 12.9154C5.95541 13.1713 5.76248 13.6837 6.38798 13.9618L10.0245 15.1235L18.8173 9.66129C19.2974 9.31838 19.7889 9.40982 19.3659 9.78704L11.8142 16.66L11.5769 19.5686C11.7967 20.0177 12.199 20.0198 12.4556 19.7966L14.5449 17.8094L18.1232 20.5028C18.9543 20.9974 19.4065 20.6782 19.5853 19.7717L21.9324 8.60079C22.176 7.48501 21.7605 6.99338 20.7011 7.42088Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1177_2826'%3E%3Crect width='16' height='16' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% / contain;
}

.header__menu li.header__soc .header__soc_icon.linkedin {
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23008C9F'/%3E%3Cg clip-path='url(%23clip0_1177_2851)'%3E%3Cpath d='M10.6276 9.334C10.6274 9.68762 10.4868 10.0267 10.2366 10.2766C9.98643 10.5265 9.64723 10.6668 9.2936 10.6667C8.93998 10.6665 8.60091 10.5258 8.35099 10.2757C8.10107 10.0255 7.96076 9.68629 7.96094 9.33267C7.96111 8.97904 8.10176 8.63998 8.35193 8.39005C8.60211 8.14013 8.94132 7.99982 9.29494 8C9.64856 8.00018 9.98763 8.14082 10.2376 8.391C10.4875 8.64117 10.6278 8.98038 10.6276 9.334ZM10.6676 11.654H8.00094V20.0007H10.6676V11.654ZM14.8809 11.654H12.2276V20.0007H14.8543V15.6207C14.8543 13.1807 18.0343 12.954 18.0343 15.6207V20.0007H20.6676V14.714C20.6676 10.6007 15.9609 10.754 14.8543 12.774L14.8809 11.654Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1177_2851'%3E%3Crect width='16' height='16' fill='white' transform='translate(6 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.header__menu li.header__soc .header__soc_icon.facebook {
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23008C9F'/%3E%3Cg clip-path='url(%23clip0_1177_2833)'%3E%3Cg clip-path='url(%23clip1_1177_2833)'%3E%3Cpath d='M17.75 6.125H15.5C14.5054 6.125 13.5516 6.52009 12.8483 7.22335C12.1451 7.92661 11.75 8.88044 11.75 9.875V12.125H9.5V15.125H11.75V21.125H14.75V15.125H17L17.75 12.125H14.75V9.875C14.75 9.67609 14.829 9.48532 14.9697 9.34467C15.1103 9.20402 15.3011 9.125 15.5 9.125H17.75V6.125Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1177_2833'%3E%3Crect width='18' height='18' fill='white' transform='translate(5 5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1177_2833'%3E%3Crect width='18' height='18' fill='white' transform='translate(5 5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.header__menu li.header__soc .header__soc_icon.tiktok {
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23008C9F'/%3E%3Cg clip-path='url(%23clip0_1177_2858)'%3E%3Cg clip-path='url(%23clip1_1177_2858)'%3E%3Cg clip-path='url(%23clip2_1177_2858)'%3E%3Cpath d='M17.4491 9.365C16.9365 8.77972 16.6539 8.02807 16.6541 7.25H14.3366V16.55C14.3188 17.0533 14.1063 17.53 13.744 17.8797C13.3816 18.2294 12.8977 18.4249 12.3941 18.425C11.3291 18.425 10.4441 17.555 10.4441 16.475C10.4441 15.185 11.6891 14.2175 12.9716 14.615V12.245C10.3841 11.9 8.11914 13.91 8.11914 16.475C8.11914 18.9725 10.1891 20.75 12.3866 20.75C14.7416 20.75 16.6541 18.8375 16.6541 16.475V11.7575C17.5939 12.4324 18.7222 12.7945 19.8791 12.7925V10.475C19.8791 10.475 18.4691 10.5425 17.4491 9.365Z' fill='%23FDFDFD'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1177_2858'%3E%3Crect width='18' height='18' fill='white' transform='translate(5 5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1177_2858'%3E%3Crect width='18' height='18' fill='white' transform='translate(5 5)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_1177_2858'%3E%3Crect width='18' height='18' fill='white' transform='translate(5 5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.header__menu li.header__soc::before {
  display: none;
}

.header__menu._active {
  transform: translateY(0%);
  top: 48px;
  padding: 62px 12px 75px;
}



.header__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__logo {
  background: 50% / contain no-repeat;
  width: 150px;
}

.header__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.header__information {
  display: flex;
  gap: 3px;
}

.header__information-item  {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 9px;
  border-radius: 6px;
  transform: translate3d(0, 0, 0);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--dark-bg);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
}

.header__information-item b {
  font-weight: 600;
  font-size: 11px;
  line-height: 1.2;
}

.header__start {
  background: #C8CDCE;
  color: var(--dark-bg);
}

.header__format {
  background: rgba(226, 226, 226, 0.20);
  color: #E2E2E2;
}


.header__burger {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 5px 3px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 110;
}

.header__burger span {
  position: static;
  background: var(--text-color);
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 6px;
  border-radius: 2px;
}

.header__burger span:nth-child(1) {
  transform: rotate(0deg);
  transition: transform var(--tr), top var(--trd);
}

.header__burger span:nth-child(2) {
  opacity: 1;
  transition: opacity var(--trd);
}

.header__burger span:nth-child(3) {
  transform: rotate(0deg);
  transition: transform var(--tr), top var(--trd);
  margin-bottom: 0;
}

.header__burger._active span {
  position: absolute;
}

.header__burger._active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: top var(--tr), transform var(--trd);
}

.header__burger._active span:nth-child(2) {
  top: 50%;
  opacity: 0;
  transition: opacity var(--tr);
}

.header__burger._active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: top var(--tr), transform var(--trd);
}

.header__logo {
  display: inline-block;
}

.header__logo .letter {
  display: inline-block;
  transform-origin: bottom center;
  /* Спочатку анімація не активна */
  animation: none;
}

.header__logo .letter.animate {
  animation: letter-animation 0.84s ease-in-out forwards;
}

@keyframes letter-animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-40%);
  }

  90% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(0);
  }
}

._lock {
  overflow: hidden;
}

.hero {
  position: relative;
  padding-top: 26px;
  background: var(--dark-bg);
}

.hero__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  z-index: 11;
}

.hero__invite {
  position: relative;
  max-width: 247px;
}

.hero__invite p {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.hero__invite span {
  position: absolute;
  padding: 10px 16px;
  background: var(--yellow-color);
  color: var(--dark-bg);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  transform: rotate(-3deg);
  right: 13px;
  bottom: -12px;
  border-radius: 4px;
}

.hero__top-info {
  max-width: 510px;
    width: 100%;
}
.hero__top-info .info-top__wrap {
    max-width: 391px;
    width: 100%;
}
.hero__top-info .info-top__wrap .info-top__yellow{
  background: #F5A50B;
    width: fit-content;
    margin-bottom: 10px;
    padding: 7px 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3.5px;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
}
.hero__top-info .info-top__wrap .info-top__yellow:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #000000;
}
.hero__top-info .info-top__wrap .info-top__white{
  background: #FDFDFD;
    width: fit-content;
    padding: 8px 14px;
    gap: 3.5px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    margin-left: auto;
}
.hero__top-info .info-top__wrap .info-top__white b{
  font-weight: 700;
}

.hero__information {
  display: flex;
  align-items: baseline;
}

.hero__start {
  padding: 16px 24px;
  border-radius: 8px;
  background: #c8cdce;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transform: translate3d(0, 0, 0);
}

.hero__start_item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.hero__start_item span {
  color: var(--dark-bg);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.hero__start p {
  margin-top: 10px;
  color: var(--dark-bg);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.hero__format {
  padding: 16px 24px;
  border-radius: 8px;
  background: rgba(226, 226, 226, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.hero__format_item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.hero__format_item span {
  color: #e2e2e2;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.hero__format p {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-top: 10px;
}

.hero__img {
  position: relative;
  width: 781px;
  height: 728px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}

.hero__img_item {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/hero__img.webp') 50% / contain no-repeat;
}

.hero__decor {
  position: absolute;
  top: -241px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 804px;
  height: 804px;
  border-radius: 804px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(0, 224, 255, 0.5) 0%,
    rgba(0, 140, 159, 0) 100%
  );
}

.hero-main__text {
  position: absolute;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221244%22%20height%3D%22245%22%20viewBox%3D%220%200%201244%20245%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M400.721%20104.815H385.744V1.18344H398.733V63.2142L413.71%201.18344H432V104.815H418.879V29.7561L400.721%20104.815Z%22%20fill%3D%22%23FDFDFD%22%20fill-opacity%3D%220.95%22%2F%3E%0A%3Cpath%20d%3D%22M348.65%2090.0103H360.446V1.18344H375.158V104.815H307.695V1.18344H322.142V90.0103H334.071V1.18344H348.65V90.0103Z%22%20fill%3D%22%23FDFDFD%22%20fill-opacity%3D%220.95%22%2F%3E%0A%3Cpath%20d%3D%22M279.335%2090.0103C281.632%2090.0103%20283.399%2089.3194%20284.636%2087.9376C285.873%2086.5559%20286.492%2083.9898%20286.492%2080.2393V64.6946C286.492%2060.9442%20285.873%2058.378%20284.636%2056.9963C283.399%2055.6145%20281.632%2054.9237%20279.335%2054.9237H272.443V90.0103H279.335ZM257.863%20104.815V1.18344H272.443V40.1192H279.335C286.669%2040.1192%20292.103%2042.2905%20295.637%2046.6332C299.26%2050.9758%20301.071%2057.3417%20301.071%2065.7309V79.203C301.071%2087.5922%20299.26%2093.9581%20295.637%2098.3008C292.103%20102.643%20286.669%20104.815%20279.335%20104.815H257.863Z%22%20fill%3D%22%23FDFDFD%22%20fill-opacity%3D%220.95%22%2F%3E%0A%3Cpath%20d%3D%22M232.677%2015.9879H215.712V79.055C215.712%2084.2859%20215.138%2088.5792%20213.989%2091.9349C212.841%2095.2905%20211.294%2097.9553%20209.351%2099.9293C207.407%20101.804%20205.153%20103.137%20202.591%20103.926C200.117%20104.716%20197.51%20105.111%20194.771%20105.111C193.446%20105.111%20192.253%20105.111%20191.193%20105.111C190.132%20105.111%20188.984%20105.012%20187.747%20104.815V90.0103C188.542%2090.109%20189.381%2090.1583%20190.265%2090.1583C191.148%2090.1583%20191.988%2090.1583%20192.783%2090.1583C195.08%2090.1583%20197.024%2089.5168%20198.615%2088.2337C200.294%2086.9507%20201.133%2084.2859%20201.133%2080.2393V1.18344H247.257V104.815H232.677V15.9879Z%22%20fill%3D%22%23FDFDFD%22%20fill-opacity%3D%220.95%22%2F%3E%0A%3Cpath%20d%3D%22M166.484%201.18344H181.063V104.815H166.484V1.18344Z%22%20fill%3D%22%23FDFDFD%22%20fill-opacity%3D%220.95%22%2F%3E%0A%3Cpath%20d%3D%22M129.29%2040.1192H136.182C143.516%2040.1192%20148.95%2042.2905%20152.484%2046.6332C156.107%2050.9758%20157.918%2057.3417%20157.918%2065.7309V79.203C157.918%2087.5922%20156.107%2093.9581%20152.484%2098.3008C148.95%20102.643%20143.516%20104.815%20136.182%20104.815H114.71V1.18344H153.279V15.9879H129.29V40.1192ZM136.182%2090.0103C138.479%2090.0103%20140.246%2089.3194%20141.483%2087.9376C142.72%2086.5559%20143.339%2083.9898%20143.339%2080.2393V64.6946C143.339%2060.9442%20142.72%2058.378%20141.483%2056.9963C140.246%2055.6145%20138.479%2054.9237%20136.182%2054.9237H129.29V90.0103H136.182Z%22%20fill%3D%22%23FDFDFD%22%20fill-opacity%3D%220.95%22%2F%3E%0A%3Cpath%20d%3D%22M90.8936%2026.648C90.8936%2022.0093%2090.1868%2018.9004%2088.773%2017.3212C87.4476%2015.6434%2085.6362%2014.8045%2083.3389%2014.8045C81.0415%2014.8045%2079.186%2015.594%2077.7722%2017.1732C76.4468%2018.6536%2075.7841%2021.2691%2075.7841%2025.0196V36.1229H62V26.0559C62%2017.6667%2063.8114%2011.2514%2067.4341%206.81005C71.1452%202.27002%2076.5794%200%2083.7365%200C90.8936%200%2096.2836%202.27002%2099.9063%206.81005C103.617%2011.2514%20105.473%2017.6667%20105.473%2026.0559V28.7207C105.473%2039.7747%20102.071%2046.8808%2095.2674%2050.0391C98.9785%2051.8156%20101.585%2054.5791%20103.087%2058.3296C104.678%2061.9814%20105.473%2066.4721%20105.473%2071.8017V79.9441C105.473%2088.3333%20103.617%2094.798%2099.9063%2099.338C96.2836%20103.779%2090.8936%20106%2083.7365%20106C76.5794%20106%2071.1452%20103.779%2067.4341%2099.338C63.8114%2094.798%2062%2088.3333%2062%2079.9441V66.9162H75.7841V80.9804C75.7841%2084.7309%2076.4468%2087.3957%2077.7722%2088.9749C79.186%2090.4553%2081.0415%2091.1955%2083.3389%2091.1955C85.6362%2091.1955%2087.4476%2090.406%2088.773%2088.8268C90.1868%2087.2477%2090.8936%2084.1387%2090.8936%2079.5V71.3575C90.8936%2066.5214%2090.1426%2063.1164%2088.6405%2061.1425C87.1383%2059.1685%2084.7084%2058.1816%2081.3508%2058.1816H79.0976V43.3771H82.146C84.8852%2043.3771%2087.0058%2042.5875%2088.5079%2041.0084C90.0984%2039.4292%2090.8936%2036.567%2090.8936%2032.4218V26.648Z%22%20fill%3D%22%23FDFDFD%22%20fill-opacity%3D%220.95%22%2F%3E%0A%3Cpath%20d%3D%22M1154.78%2063.5103L1150.58%2072.9851V104.815H1136.97V1.18344H1150.58V46.3371L1168.64%201.18344H1182L1163.07%2047.3734L1182%20104.815H1168.02L1154.78%2063.5103Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Cpath%20d%3D%22M1100.65%2080.9804C1100.65%2084.7309%201101.27%2087.3957%201102.51%2088.9749C1103.83%2090.4553%201105.56%2091.1955%201107.7%2091.1955C1109.85%2091.1955%201111.54%2090.4553%201112.77%2088.9749C1114.09%2087.3957%201114.75%2084.7309%201114.75%2080.9804V25.0196C1114.75%2021.2691%201114.09%2018.6536%201112.77%2017.1732C1111.54%2015.594%201109.85%2014.8045%201107.7%2014.8045C1105.56%2014.8045%201103.83%2015.594%201102.51%2017.1732C1101.27%2018.6536%201100.65%2021.2691%201100.65%2025.0196V80.9804ZM1087.04%2026.0559C1087.04%2017.6667%201088.82%2011.2514%201092.36%206.81005C1095.91%202.27002%201101.02%200%201107.7%200C1114.38%200%201119.5%202.27002%201123.04%206.81005C1126.59%2011.2514%201128.36%2017.6667%201128.36%2026.0559V79.9441C1128.36%2088.3333%201126.59%2094.798%201123.04%2099.338C1119.5%20103.779%201114.38%20106%201107.7%20106C1101.02%20106%201095.91%20103.779%201092.36%2099.338C1088.82%2094.798%201087.04%2088.3333%201087.04%2079.9441V26.0559Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Cpath%20d%3D%22M1039.99%201.18344H1082.05V15.9879H1067.82V104.815H1054.21V15.9879H1039.99V1.18344Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Cpath%20d%3D%22M990.385%2090.0103C991.127%2090.109%20991.911%2090.1583%20992.735%2090.1583C993.56%2090.1583%20994.344%2090.1583%20995.086%2090.1583C996.158%2090.1583%20997.148%2090.0103%20998.055%2089.7142C999.045%2089.4181%20999.87%2088.8753%201000.53%2088.0857C1001.27%2087.2961%201001.81%2086.1611%201002.14%2084.6807C1002.55%2083.2002%201002.76%2081.325%201002.76%2079.055L982.962%201.18344H996.571L1011.54%2061.8818L1023.91%201.18344H1037.52L1019.71%2077.5745C1018.14%2084.6807%201016.53%2090.1583%201014.88%2094.0075C1013.31%2097.7579%201011.62%20100.472%201009.81%20102.15C1007.99%20103.729%201006.01%20104.617%201003.87%20104.815C1001.81%20105.012%20999.499%20105.111%20996.942%20105.111C995.705%20105.111%20994.591%20105.111%20993.602%20105.111C992.612%20105.111%20991.54%20105.012%20990.385%20104.815V90.0103Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Cpath%20d%3D%22M951.956%2040.1192H958.39C965.235%2040.1192%20970.307%2042.2905%20973.606%2046.6332C976.988%2050.9758%20978.679%2057.3417%20978.679%2065.7309V79.203C978.679%2087.5922%20976.988%2093.9581%20973.606%2098.3008C970.307%20102.643%20965.235%20104.815%20958.39%20104.815H938.348V1.18344H974.349V15.9879H951.956V40.1192ZM958.39%2090.0103C960.534%2090.0103%20962.183%2089.3194%20963.338%2087.9376C964.493%2086.5559%20965.07%2083.9898%20965.07%2080.2393V64.6946C965.07%2060.9442%20964.493%2058.378%20963.338%2056.9963C962.183%2055.6145%20960.534%2054.9237%20958.39%2054.9237H951.956V90.0103H958.39Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Cpath%20d%3D%22M899.29%20104.815H885.31V1.18344H897.434V63.2142L911.414%201.18344H928.486V104.815H916.239V29.7561L899.29%20104.815Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Cpath%20d%3D%22M858.838%201.18344C865.684%201.18344%20870.756%203.35476%20874.055%207.69741C877.437%2012.0401%20879.127%2018.406%20879.127%2026.7952V40.2672C879.127%2048.6564%20877.437%2055.0224%20874.055%2059.365C870.756%2063.7077%20865.684%2065.879%20858.838%2065.879H852.405V104.815H838.796V1.18344H858.838ZM852.405%2015.9879V51.0745H858.838C860.982%2051.0745%20862.632%2050.3836%20863.787%2049.0019C864.941%2047.6201%20865.519%2045.054%20865.519%2041.3036V25.7589C865.519%2022.0084%20864.941%2019.4423%20863.787%2018.0605C862.632%2016.6788%20860.982%2015.9879%20858.838%2015.9879H852.405Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Cpath%20d%3D%22M799.609%20104.815H786V1.18344H828.929V104.815H815.073V15.9879H799.609V104.815Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Cpath%20d%3D%22M1229.89%20129.187H1244V233.122H1229.89V129.187Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M1187.12%20218.274H1203.16V129.187H1217.53V218.274H1224.71V245H1210.34V233.122H1173.01V129.187H1187.12V218.274Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M1141.8%20144.035C1139.32%20144.035%201137.48%20144.876%201136.28%20146.559C1135.17%20148.241%201134.61%20150.964%201134.61%20154.725V164.97C1134.61%20169.127%201135.34%20171.998%201136.79%20173.582C1138.33%20175.166%201140.43%20175.957%201143.08%20175.957H1148.6V144.035H1141.8ZM1118.83%20233.122C1119.52%20231.142%201119.95%20229.212%201120.12%20227.331C1120.29%20225.351%201120.37%20223.075%201120.37%20220.501V204.465C1120.37%20199.021%201121.01%20194.418%201122.3%20190.657C1123.67%20186.796%201126.15%20184.025%201129.74%20182.342C1123.58%20178.976%201120.5%20171.949%201120.5%20161.258V153.092C1120.5%20145.074%201122.13%20139.085%201125.38%20135.126C1128.71%20131.166%201134.06%20129.187%201141.41%20129.187H1162.71V233.122H1148.6V190.805H1143.72C1140.47%20190.805%201138.12%20191.795%201136.67%20193.775C1135.21%20195.755%201134.48%20199.17%201134.48%20204.02V220.353C1134.48%20222.431%201134.44%20224.163%201134.36%20225.549C1134.36%20226.935%201134.27%20228.073%201134.1%20228.964C1134.01%20229.855%201133.89%20230.598%201133.71%20231.191C1133.54%20231.785%201133.37%20232.429%201133.2%20233.122H1118.83Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M1112.46%20194.37V208.178C1112.46%20216.592%201110.66%20223.076%201107.07%20227.629C1103.56%20232.084%201098.35%20234.311%201091.42%20234.311C1084.49%20234.311%201079.23%20232.084%201075.64%20227.629C1072.14%20223.076%201070.38%20216.592%201070.38%20208.178V154.132C1070.38%20145.718%201072.14%20139.284%201075.64%20134.83C1079.23%20130.277%201084.49%20128%201091.42%20128C1098.35%20128%201103.56%20130.277%201107.07%20134.83C1110.66%20139.284%201112.46%20145.718%201112.46%20154.132V164.229H1099.12V153.093C1099.12%20149.331%201098.43%20146.708%201097.06%20145.224C1095.78%20143.64%201094.03%20142.848%201091.81%20142.848C1089.58%20142.848%201087.79%20143.64%201086.42%20145.224C1085.13%20146.708%201084.49%20149.331%201084.49%20153.093V209.218C1084.49%20212.979%201085.13%20215.602%201086.42%20217.087C1087.79%20218.572%201089.58%20219.314%201091.81%20219.314C1094.03%20219.314%201095.78%20218.572%201097.06%20217.087C1098.43%20215.602%201099.12%20212.979%201099.12%20209.218V194.37H1112.46Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M1047.24%20129.187H1061.35V233.122H1047.24V129.187Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M1007.73%20202.981L1017.35%20129.187H1036.97V233.122H1023.63V158.585L1013.88%20233.122H1000.54L990.023%20159.625V233.122H977.708V129.187H997.335L1007.73%20202.981Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M934.892%20154.726C934.892%20150.074%20934.208%20146.956%20932.84%20145.372C931.557%20143.689%20929.804%20142.848%20927.58%20142.848C925.356%20142.848%20923.56%20143.64%20922.192%20145.224C920.909%20146.708%20920.268%20149.331%20920.268%20153.093V164.229H906.926V154.132C906.926%20145.718%20908.68%20139.284%20912.186%20134.83C915.778%20130.277%20921.038%20128%20927.965%20128C934.892%20128%20940.109%20130.277%20943.615%20134.83C947.207%20139.284%20949.003%20145.718%20949.003%20154.132C949.003%20159.774%20948.234%20164.872%20946.694%20169.426C945.24%20173.979%20943.402%20178.136%20941.178%20181.898C938.954%20185.659%20936.56%20189.124%20933.994%20192.291C931.428%20195.36%20929.119%20198.329%20927.067%20201.2C925.014%20203.972%20923.389%20206.743%20922.192%20209.515C920.995%20212.286%20920.61%20215.206%20921.038%20218.275H947.72V233.123H906.926V220.354C906.926%20215.305%20907.611%20210.851%20908.979%20206.991C910.347%20203.13%20912.058%20199.616%20914.11%20196.449C916.248%20193.182%20918.515%20190.163%20920.909%20187.391C923.304%20184.521%20925.527%20181.502%20927.58%20178.334C929.718%20175.167%20931.471%20171.702%20932.84%20167.941C934.208%20164.179%20934.892%20159.774%20934.892%20154.726Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M880.558%20233.122H866.319L863.881%20214.265H846.563L844.126%20233.122H831.169L845.537%20129.187H866.19L880.558%20233.122ZM848.359%20200.159H861.957L855.158%20147.598L848.359%20200.159Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M811.966%20154.726C811.966%20150.074%20811.282%20146.956%20809.913%20145.372C808.63%20143.689%20806.877%20142.848%20804.654%20142.848C802.43%20142.848%20800.634%20143.64%20799.266%20145.224C797.983%20146.708%20797.341%20149.331%20797.341%20153.093V164.229H784V154.132C784%20145.718%20785.753%20139.284%20789.26%20134.83C792.852%20130.277%20798.111%20128%20805.038%20128C811.966%20128%20817.183%20130.277%20820.689%20134.83C824.281%20139.284%20826.077%20145.718%20826.077%20154.132V156.805C826.077%20167.891%20822.784%20175.018%20816.199%20178.186C819.791%20179.968%20822.314%20182.739%20823.768%20186.501C825.307%20190.163%20826.077%20194.667%20826.077%20200.012V208.178C826.077%20216.592%20824.281%20223.076%20820.689%20227.629C817.183%20232.084%20811.966%20234.311%20805.038%20234.311C798.111%20234.311%20792.852%20232.084%20789.26%20227.629C785.753%20223.076%20784%20216.592%20784%20208.178V195.112H797.341V209.218C797.341%20212.979%20797.983%20215.652%20799.266%20217.236C800.634%20218.72%20802.43%20219.463%20804.654%20219.463C806.877%20219.463%20808.63%20218.671%20809.913%20217.087C811.282%20215.503%20811.966%20212.385%20811.966%20207.733V199.567C811.966%20194.716%20811.239%20191.301%20809.785%20189.322C808.331%20187.342%20805.979%20186.352%20802.729%20186.352H800.549V171.504H803.499C806.15%20171.504%20808.203%20170.712%20809.657%20169.129C811.196%20167.545%20811.966%20164.674%20811.966%20160.517V154.726Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M391.749%20129.183H432V143.988H418.386V232.814H405.363V143.988H391.749V129.183Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M369.969%20129.183C376.519%20129.183%20381.373%20131.355%20384.53%20135.697C387.766%20140.04%20389.384%20146.406%20389.384%20154.795V168.267C389.384%20176.656%20387.766%20183.022%20384.53%20187.365C381.373%20191.707%20376.519%20193.879%20369.969%20193.879H363.813V232.814H350.79V129.183H369.969ZM363.813%20143.988V179.074H369.969C372.021%20179.074%20373.599%20178.383%20374.704%20177.002C375.809%20175.62%20376.362%20173.054%20376.362%20169.303V153.759C376.362%20150.008%20375.809%20147.442%20374.704%20146.06C373.599%20144.679%20372.021%20143.988%20369.969%20143.988H363.813Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M316.038%20208.98C316.038%20212.731%20316.63%20215.396%20317.814%20216.975C319.076%20218.455%20320.734%20219.196%20322.786%20219.196C324.838%20219.196%20326.456%20218.455%20327.64%20216.975C328.902%20215.396%20329.534%20212.731%20329.534%20208.98V153.02C329.534%20149.269%20328.902%20146.654%20327.64%20145.173C326.456%20143.594%20324.838%20142.804%20322.786%20142.804C320.734%20142.804%20319.076%20143.594%20317.814%20145.173C316.63%20146.654%20316.038%20149.269%20316.038%20153.02V208.98ZM303.015%20154.056C303.015%20145.667%20304.712%20139.251%20308.106%20134.81C311.5%20130.27%20316.393%20128%20322.786%20128C329.179%20128%20334.072%20130.27%20337.466%20134.81C340.859%20139.251%20342.556%20145.667%20342.556%20154.056V207.944C342.556%20216.333%20340.859%20222.798%20337.466%20227.338C334.072%20231.779%20329.179%20234%20322.786%20234C316.393%20234%20311.5%20231.779%20308.106%20227.338C304.712%20222.798%20303.015%20216.333%20303.015%20207.944V154.056Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M266.7%20232.814H253.677V129.183H294.757V232.814H281.498V143.988H266.7V232.814Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M223.461%20172.856H241.338V187.661H223.461V218.01H245.955V232.814H210.439V129.183H245.955V143.988H223.461V172.856Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M187.943%20143.988H172.79V207.055C172.79%20212.286%20172.277%20216.579%20171.251%20219.935C170.225%20223.29%20168.844%20225.955%20167.107%20227.929C165.371%20229.804%20163.358%20231.137%20161.07%20231.926C158.86%20232.716%20156.532%20233.111%20154.085%20233.111C152.901%20233.111%20151.836%20233.111%20150.889%20233.111C149.941%20233.111%20148.915%20233.012%20147.811%20232.814V218.01C148.521%20218.109%20149.271%20218.158%20150.06%20218.158C150.849%20218.158%20151.599%20218.158%20152.309%20218.158C154.361%20218.158%20156.097%20217.517%20157.518%20216.233C159.018%20214.95%20159.767%20212.286%20159.767%20208.239V129.183H200.966V232.814H187.943V143.988Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M121.146%20172.856H139.022V187.661H121.146V218.01H143.639V232.814H108.124V129.183H143.639V143.988H121.146V172.856Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M61.9118%20129.183H102.163V143.988H88.5485V232.814H75.5262V143.988H61.9118V129.183Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3Cpath%20d%3D%22M25.808%20154.648C25.808%20150.009%2025.1766%20146.9%2023.9138%20145.321C22.73%20143.643%2021.1121%20142.804%2019.06%20142.804C17.008%20142.804%2015.3507%20143.594%2014.0879%20145.173C12.904%20146.654%2012.3121%20149.269%2012.3121%20153.02V164.123H0V154.056C0%20145.667%201.61793%20139.251%204.8538%20134.81C8.16859%20130.27%2013.0224%20128%2019.4152%20128C25.808%20128%2030.6223%20130.27%2033.8582%20134.81C37.173%20139.251%2038.8304%20145.667%2038.8304%20154.056V156.721C38.8304%20167.775%2035.7918%20174.881%2029.7147%20178.039C33.0295%20179.816%2035.3578%20182.579%2036.6995%20186.33C38.1201%20189.981%2038.8304%20194.472%2038.8304%20199.802V207.944C38.8304%20216.333%2037.173%20222.798%2033.8582%20227.338C30.6223%20231.779%2025.808%20234%2019.4152%20234C13.0224%20234%208.16859%20231.779%204.8538%20227.338C1.61793%20222.798%200%20216.333%200%20207.944V194.916H12.3121V208.98C12.3121%20212.731%2012.904%20215.396%2014.0879%20216.975C15.3507%20218.455%2017.008%20219.196%2019.06%20219.196C21.1121%20219.196%2022.73%20218.406%2023.9138%20216.827C25.1766%20215.248%2025.808%20212.139%2025.808%20207.5V199.358C25.808%20194.521%2025.1372%20191.116%2023.7955%20189.142C22.4538%20187.169%2020.2833%20186.182%2017.2842%20186.182H15.2717V171.377H17.9946C20.4412%20171.377%2022.3353%20170.588%2023.677%20169.008C25.0977%20167.429%2025.808%20164.567%2025.808%20160.422V154.648Z%22%20fill%3D%22%2308505A%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    50% / contain no-repeat;
  width: 1244px;
  height: 233px;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

.hero-main__text span {
  display: none;
}

.hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -210px;
  position: relative;
  z-index: 14;
}

.hero__decription {
  color: rgba(253, 253, 253, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  width: 100%;
  max-width: 300px;
}

.hero__decription b {
  font-weight: 600;
  color: var(--text-color);
}
.hero__decription-mobile {
  display: none;
  color: rgba(253, 253, 253, 0.8);
  margin-top: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2%;
  width: 100%;
  text-align: center;
  position: relative;
        z-index: 12;
}
.hero__decription-mobile b{
  font-weight: 600;
  color: var(--text-color);
}

.hero__check {
  padding: 20px;
  width: 100%;
  max-width: 300px;
}

.hero__check span {
  color: rgba(253, 253, 253, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}

.hero__check_speakers {
  margin-top: 15px;
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  align-items: center;
}

.hero__check_speakers p {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.hero__speakers_item {
  width: 99px;
  height: 40px;
  background: url('../img/hero__speakers.webp') 50% / contain no-repeat;
}

.main {
  position: relative;
  padding: 26px 0 60px;
  background: var(--dark-bg);
}

.thanks_wrap .main {
  padding-bottom: 120px;
  overflow: hidden;
}

.main__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
  box-sizing: content-box;
}

.thanks_wrap .main__container {
  align-items: flex-start;
  flex-direction: column;
}

.thanks_wrap .main__bottom .speakers__item {
  max-width: 174px;
  height: 240px;
  padding: 12px;
}

.thanks_wrap .main__bottom .speakers__item.timofeev {
  max-width: 268px !important;
  height: 320px !important;
  padding: 16px;
}

.thanks_wrap .main__bottom .speakers__item:nth-child(2) {
  max-width: 174px;
  height: 240px;
}

.thanks_wrap .main__bottom .speakers__item:nth-child(2) {
  padding: 12px;
}

.thanks_wrap .main__bottom .speakers__theme {
  font-size: 10px;
}

.thanks_wrap .main__bottom .timofeev .speakers__theme {
  font-size: 12px;
}

.thanks_wrap .main__bottom .speakers__name,
.thanks_wrap .main__bottom .speakers__item:nth-child(2) .speakers__name {
  font-size: 24px;
}

.thanks_wrap .main__bottom .timofeev .speakers__name {
  font-size: 33px;
}

.thanks_wrap .main__bottom .timofeev .speakers__text {
  font-size: 12px;
}

.thanks_wrap .speakers__item {
  border-radius: 10px;
}

.booking.thanks_wrap .main__slider {
  max-width: 100%;
}

.booking.thanks_wrap .main__bottom {
  position: relative;
  max-width: 100%;
  margin-top: 73px;
  z-index: 2;
}

.booking.thanks_wrap .main {
  position: relative;
}

.booking.thanks_wrap .main::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 804px;
  width: 804px;
  height: 804px;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(0, 224, 255, 0.5) 0%,
    rgba(0, 140, 159, 0) 100%
  );
}

.thanks_wrap .main__top_wrapper {
  position: relative;
  z-index: 2;
}

.main__top_wrapper {
  display: flex;
  align-items: flex-end;
  column-gap: 108px;
}

.main__top_text {
  max-width: 203px;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.main__title {
  margin-top: 37px;
  width: 727px;
  height: 207px;
  background: url('../img/main__title.svg') 50% / contain no-repeat;
}

.main__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
}

.main__bottom .speakers__item {
  background: 50% / cover no-repeat;
}

.main__bottom .speakers__item:nth-child(1),
.main__bottom .speakers__item:nth-child(3) {
  max-width: 174.667px;
  height: 240px;
  padding: 12px;
}

.main__bottom .speakers__item:nth-child(2) {
  max-width: 232px;
  height: 320px;
  padding: 16px;
}

.main__bottom .speakers__item:nth-child(1) .speakers__theme,
.main__bottom .speakers__item:nth-child(3) .speakers__theme {
  font-size: 10px;
}

.main__bottom .speakers__item:nth-child(2) .speakers__theme {
  font-size: 12px;
}

.main__bottom .speakers__item:nth-child(1) .speakers__name,
.main__bottom .speakers__item:nth-child(3) .speakers__name {
  font-size: 24px;
}

.main__bottom .speakers__item:nth-child(2) .speakers__name {
  font-size: 33px;
}

.main__bottom .speakers__text {
  font-size: 11px;
}

.main__bottom .speakers__name b {
  margin-left: 20px;
}

.main__bottom .speakers__text {
  min-height: auto;
}

.main__bottom_mob {
  display: none;
}

.logos {
  text-align: center;
  padding: 113px 0 60px;
  background: var(--dark-bg);
}

.logos__container {
  max-width: 100%;
  padding: 0;
}

.logos__title {
  text-align: center;
  margin-bottom: 36px;
  color: #fdfdfd;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.logos .item {
  width: 260px !important;
  height: 90px;
  margin-right: 15px;
  background: #1a1a1a 50%/50% no-repeat;
  border-radius: 10px;
}

.logos .item {
  display: inline-block;
}

.news {
  padding: 120px 0;
  background: var(--second-bg);
}

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

.news__uptitle span {
  display: inline-block;
  padding: 8px 21px;
  border-radius: 4px;
  background: var(--text-color);
  color: var(--dark-bg);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.news__title {
  text-align: center;
  margin-top: 28px;
}

.news__block {
  margin-top: 44px;
  display: grid;
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 9px;
  grid-template-columns: 814px 532px;
  grid-template-rows: repeat(2, 268px);
}

.news__item {
  padding: 20px 22px;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.news__item:nth-child(1) {
  background: url('../img/news/1.webp') 50% / cover no-repeat;
}

.news__item:nth-child(2) {
  background: url('../img/news/2.webp') 50% / cover no-repeat;
}

.news__item:nth-child(3) {
  background: url('../img/news/3.webp') 50% / cover no-repeat;
}

.news__item:hover {
  opacity: 0.5;
}

.news__item_main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  grid-row: 1/3;
  opacity: 1;
}

.news__item_title {
  font: 400 38px/100% 'Bebas Neue Cyrillic';
  color: var(--text-color);
  text-transform: uppercase;
}

.news__item_subtitle {
  display: block;
  margin-top: 10px;
  color: rgba(253, 253, 253, 0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
}

.news__inf {
  display: flex;
}

.news__format {
  padding: 10px 18px;
  border-radius: 4px;
  background: rgba(226, 226, 226, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.news__format span {
  color: rgba(253, 253, 253, 0.75);
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.3px;
  display: flex;
}

.news__format span::before {
  content: '';
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='17' viewBox='0 0 22 17' fill='none'%3E%3Cpath d='M10.8437 4.84615H7.87072M14.919 11.2539L19.9459 13.8967C20.467 14.2352 21.0138 14.0357 20.9997 13.3296L20.9645 3.98966C20.92 3.22309 20.4961 3.01391 19.872 3.36818L14.9048 5.77758M3.4324 16H12.4653C13.8086 16 14.8977 14.852 14.8977 13.4359L14.919 10.1472L14.8977 3.5641C14.8977 2.14799 13.8086 1 12.4653 1H3.4324C2.08902 1 1 2.14799 1 3.5641V13.4359C1 14.852 2.08902 16 3.4324 16Z' stroke='%23E2E2E2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.news__format_normal span {
  font-size: 13px;
}

.news__format_normal span::before {
  width: 16px;
  height: 12px;
}

.news__time {
  padding: 10px 18px;
  border-radius: 4px;
  background: #c8cdce;
  display: flex;
}

.news__time span {
  color: var(--dark-bg);
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.3px;
  display: flex;
}

.news__time span::before {
  content: '';
  width: 15px;
  height: 16px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='19' viewBox='0 0 17 19' fill='none'%3E%3Cpath d='M4.21429 6.0714H12.7188M3.63393 1.5V2.87159M13.1875 1.5V2.87142M16 5.87142L16 14.5C16 16.1569 14.6569 17.5 13 17.5H4C2.34315 17.5 1 16.1569 1 14.5V5.87142C1 4.21457 2.34315 2.87142 4 2.87142H13C14.6569 2.87142 16 4.21457 16 5.87142Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.news__time_normal span {
  font-size: 13px;
}

.news__time_normal span::before {
  width: 13px;
  height: 13px;
}

.news__spin {
  top: 139px;
  right: 337px;
  position: absolute;
  width: 120px;
  height: 120px;
}

.news__spin_item {
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22121%22%20height%3D%22121%22%20viewBox%3D%220%200%20121%20121%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%22M60.1684%20120.337C93.3985%20120.337%20120.337%2093.3985%20120.337%2060.1684C120.337%2026.9383%2093.3985%200%2060.1684%200C26.9383%200%200%2026.9383%200%2060.1684C0%2093.3985%2026.9383%20120.337%2060.1684%20120.337ZM60.1675%2098.6094C81.3978%2098.6094%2098.6084%2081.3988%2098.6084%2060.1684C98.6084%2038.9381%2081.3978%2021.7275%2060.1675%2021.7275C38.9371%2021.7275%2021.7266%2038.9381%2021.7266%2060.1684C21.7266%2081.3988%2038.9371%2098.6094%2060.1675%2098.6094Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Ccircle%20cx%3D%22109.445%22%20cy%3D%2260%22%20r%3D%222%22%20fill%3D%22%230D0D0D%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2260%22%20r%3D%222%22%20fill%3D%22%230D0D0D%22%2F%3E%0A%3Cpath%20d%3D%22M18.1352%2053.318L14.8525%2052.8298L14.9492%2052.2247C14.7933%2051.9865%2014.5576%2051.7493%2014.242%2051.5131C13.9222%2051.2762%2013.4803%2051.0492%2012.9161%2050.8319C12.3519%2050.6147%2011.6228%2050.4181%2010.7289%2050.2421L6.79662%2049.4508L7.68639%2043.8794L16.0825%2045.1282L16.2556%2044.0442L19.5257%2044.5305L19.3526%2045.6145L17.0926%2045.2784L16.0357%2051.896L18.3083%2052.234L18.1352%2053.318ZM15.1666%2050.8634L15.9094%2046.2122L8.52332%2045.1137L7.96973%2048.58L10.902%2049.1581C11.582%2049.2979%2012.1944%2049.4557%2012.7394%2049.6314C13.2802%2049.8064%2013.7517%2049.997%2014.154%2050.2031C14.5562%2050.4092%2014.8937%2050.6293%2015.1666%2050.8634Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M9.47535%2038.8098L18.5626%2041.6124L18.1979%2042.7018L9.11062%2039.8992L9.47535%2038.8098Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M21.1878%2037.0938C20.9099%2037.6446%2020.5691%2038.089%2020.1652%2038.4269C19.7614%2038.7647%2019.3263%2038.9804%2018.8601%2039.0738C18.3899%2039.1654%2017.9242%2039.1161%2017.4629%2038.926L17.9861%2037.8889C18.2756%2037.9948%2018.5619%2038.0126%2018.8451%2037.9422C19.1302%2037.868%2019.3939%2037.723%2019.6362%2037.5071C19.8803%2037.2874%2020.0848%2037.0143%2020.2497%2036.6876C20.4336%2036.3229%2020.5328%2035.9705%2020.5472%2035.6304C20.5597%2035.2847%2020.4923%2034.9793%2020.3449%2034.7143C20.1957%2034.4437%2019.9705%2034.2387%2019.6693%2034.0992C19.3488%2033.9508%2019.0277%2033.8982%2018.7059%2033.9413C18.384%2033.9845%2018.0798%2034.1248%2017.7933%2034.3623C17.5048%2034.5943%2017.2523%2034.9249%2017.0357%2035.3542L16.6908%2036.038L15.7641%2035.6089L16.1091%2034.9251C16.2777%2034.5908%2016.3645%2034.2678%2016.3693%2033.9561C16.3742%2033.6444%2016.301%2033.3645%2016.1499%2033.1164C15.9988%2032.8684%2015.7726%2032.6747%2015.4715%2032.5352C15.178%2032.3994%2014.8916%2032.3441%2014.6121%2032.3693C14.3327%2032.3946%2014.0746%2032.4953%2013.838%2032.6717C13.6033%2032.8442%2013.4065%2033.0881%2013.2474%2033.4034C13.0998%2033.6959%2013.0149%2033.9963%2012.9927%2034.3047C12.9705%2034.6131%2013.0186%2034.8954%2013.137%2035.1517C13.2553%2035.408%2013.4545%2035.608%2013.7345%2035.7517L13.2343%2036.7432C12.7902%2036.5189%2012.4615%2036.2027%2012.2482%2035.7946C12.0349%2035.3866%2011.9362%2034.9355%2011.9521%2034.4415C11.966%2033.9418%2012.0966%2033.447%2012.3438%2032.9569C12.6083%2032.4327%2012.9435%2032.0326%2013.3494%2031.7566C13.7515%2031.4788%2014.1791%2031.3206%2014.632%2031.282C15.0849%2031.2433%2015.5141%2031.3178%2015.9195%2031.5055C16.4099%2031.7326%2016.7617%2032.0501%2016.975%2032.4581C17.1902%2032.8624%2017.2571%2033.3104%2017.1757%2033.8022L17.2452%2033.8344C17.6023%2033.3437%2018.0438%2033.035%2018.5697%2032.9083C19.0918%2032.7798%2019.627%2032.8425%2020.1752%2033.0963C20.6424%2033.3126%2020.9981%2033.632%2021.2423%2034.0543C21.4884%2034.4728%2021.6103%2034.9487%2021.6081%2035.4819C21.6039%2036.0095%2021.4638%2036.5468%2021.1878%2037.0938Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M23.5398%2032.6878L15.957%2026.949L16.6893%2026.0639L20.0685%2028.6214L23.2992%2024.7171L19.92%2022.1597L20.6524%2021.2746L28.2352%2027.0135L27.5028%2027.8985L24.1135%2025.3334L20.8828%2029.2376L24.2721%2031.8028L23.5398%2032.6878Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M30.2031%2025.4208L29.2528%2026.174L25.7572%2016.8227L26.6876%2016.0854L35.6554%2021.1L34.715%2021.8453L27.2352%2017.5713L27.1752%2017.6189L30.2031%2025.4208ZM28.1172%2022.3392L31.9288%2019.3186L32.5985%2020.0895L28.7869%2023.1101L28.1172%2022.3392Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M31.2384%2014.0776L30.7299%2013.1921L37.0544%209.88839L37.5629%2010.7739L34.9155%2012.1569L39.1424%2019.5181L38.1241%2020.05L33.8972%2012.6888L31.2384%2014.0776Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M39.9261%208.37925L41.0338%208.07438L43.2116%2015.2304L43.2978%2015.2067L46.1411%206.66858L47.2118%206.37387L49.9806%2015.4715L48.873%2015.7764L46.6989%208.6326L46.6004%208.6597L43.7902%2017.1754L42.6949%2017.4769L39.9261%208.37925Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M55.7374%2014.4965C54.9323%2014.5697%2054.1946%2014.4382%2053.5244%2014.1018C52.8543%2013.7655%2052.3034%2013.2516%2051.8718%2012.5603C51.4399%2011.8648%2051.1748%2011.0195%2051.0767%2010.0244C50.9782%209.02513%2051.0732%208.14493%2051.3615%207.38385C51.6499%206.62277%2052.0904%206.01661%2052.6829%205.56537C53.2755%205.11413%2053.9743%204.85188%2054.7794%204.77863C55.254%204.73545%2055.7079%204.76464%2056.1412%204.8662C56.5787%204.96738%2056.9801%205.13593%2057.3454%205.37185C57.7103%205.60354%2058.024%205.90183%2058.2865%206.26672C58.5529%206.62699%2058.7523%207.04463%2058.8846%207.51963L57.7405%207.62373C57.6402%207.29962%2057.4929%207.02036%2057.2988%206.78596C57.1089%206.55117%2056.8849%206.36007%2056.6266%206.21268C56.3722%206.06066%2056.0968%205.95542%2055.8003%205.89695C55.5034%205.83424%2055.1982%205.81716%2054.8846%205.84569C54.3125%205.89773%2053.8079%206.09105%2053.3706%206.42563C52.9328%206.75598%2052.6042%207.21738%2052.3847%207.80984C52.1691%208.39769%2052.1017%209.10234%2052.1827%209.9238C52.2633%2010.741%2052.4669%2011.4189%2052.7936%2011.9574C53.1245%2012.4955%2053.5375%2012.8894%2054.0324%2013.1392C54.5269%2013.3847%2055.0601%2013.4815%2055.6322%2013.4294C55.9458%2013.4009%2056.2424%2013.3312%2056.5222%2013.2203C56.8016%2013.1051%2057.0516%2012.9521%2057.2722%2012.7611C57.4966%2012.5655%2057.6791%2012.3353%2057.8198%2012.0704C57.9646%2011.8052%2058.0547%2011.5043%2058.0899%2011.1679L59.234%2011.0638C59.1973%2011.5584%2059.0833%2012.0067%2058.892%2012.4086C58.705%2012.8102%2058.4551%2013.1597%2058.1425%2013.4573C57.8293%2013.7507%2057.4678%2013.9865%2057.0578%2014.1648C56.6521%2014.3427%2056.212%2014.4533%2055.7374%2014.4965Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M67.0531%2014.9678L65.9189%2014.7847L67.3708%206.42135L65.3798%206.09999C64.8715%206.01795%2064.4485%206.0294%2064.1107%206.13434C63.7772%206.23996%2063.5146%206.42168%2063.323%206.6795C63.1356%206.938%2063.0071%207.25556%2062.9374%207.63218C62.8768%208.00596%2062.8922%208.34028%2062.9835%208.63515C63.0756%208.92582%2063.2622%209.16927%2063.5433%209.36549C63.8252%209.55751%2064.2157%209.69596%2064.7149%209.78084L67.2478%2010.1897L67.0709%2011.2084L64.5002%2010.7934C63.7735%2010.6761%2063.1957%2010.46%2062.7667%2010.1452C62.3427%209.82676%2062.0565%209.43579%2061.9081%208.97225C61.7597%208.50872%2061.7331%208.00236%2061.8285%207.45319C61.9245%206.89982%2062.1214%206.42521%2062.419%206.02935C62.7215%205.62997%2063.1294%205.34459%2063.6428%205.17318C64.1569%204.99759%2064.7815%204.96911%2065.5166%205.08776L68.6796%205.59829L67.0531%2014.9678ZM63.3739%2010.0428L64.6593%2010.2502L61.647%2014.0952L60.3364%2013.8837L63.3739%2010.0428Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M74.1329%2017.4954L78.432%209.01305L83.6403%2011.4356L83.1786%2012.3464L79.012%2010.4084L77.6675%2013.0613L79.8549%2014.0787C80.4761%2014.3676%2080.9488%2014.7095%2081.2731%2015.1042C81.5975%2015.499%2081.7773%2015.9296%2081.8125%2016.3963C81.8536%2016.8609%2081.75%2017.338%2081.5019%2017.8276C81.2518%2018.321%2080.9197%2018.7035%2080.5055%2018.9751C80.0951%2019.2486%2079.6239%2019.3929%2079.0918%2019.408C78.5597%2019.4232%2077.9831%2019.2863%2077.362%2018.9974L74.1329%2017.4954ZM75.6304%2017.0804L77.8179%2018.0979C78.2152%2018.2827%2078.5874%2018.362%2078.9344%2018.3358C79.2872%2018.3076%2079.5975%2018.2034%2079.8653%2018.0231C80.135%2017.839%2080.3391%2017.6103%2080.4776%2017.3371C80.6834%2016.931%2080.7022%2016.5083%2080.5339%2016.0689C80.3676%2015.6257%2079.9874%2015.2659%2079.3933%2014.9896L77.2058%2013.9721L75.6304%2017.0804Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M88.1557%2014.1218L82.6911%2021.9046L81.7248%2021.2834L87.1893%2013.5006L88.1557%2014.1218Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M83.8044%2022.2684L84.5363%2021.5024L84.7478%2021.6871C85.0459%2021.9473%2085.3634%2022.058%2085.7003%2022.0192C86.0433%2021.9801%2086.4472%2021.7882%2086.9118%2021.4434C87.3765%2021.0986%2087.9434%2020.6005%2088.6128%2019.9491L91.9122%2016.7357L96.2777%2020.547L89.7084%2027.4229L88.843%2026.6673L94.7069%2020.5298L92.0337%2018.196L89.2994%2020.8364C88.586%2021.5339%2087.9323%2022.0889%2087.3384%2022.5014C86.7473%2022.9108%2086.1861%2023.129%2085.6548%2023.156C85.1264%2023.1799%2084.5993%2022.9624%2084.0737%2022.5035L83.8044%2022.2684Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M96.3717%2026.5591L97.9837%2028.7327C98.3917%2029.2829%2098.6435%2029.808%2098.739%2030.3078C98.8345%2030.8076%2098.7852%2031.2693%2098.5913%2031.6928C98.4034%2032.1174%2098.082%2032.4833%2097.6273%2032.7907C97.169%2033.1004%2096.6918%2033.2741%2096.1958%2033.3117C95.7024%2033.3528%2095.2175%2033.2521%2094.7413%2033.0096C94.2651%2032.767%2093.823%2032.3707%2093.4149%2031.8204L91.2935%2028.9599L99.1725%2023.635L99.8568%2024.5578L92.8133%2029.318L94.2504%2031.2558C94.5114%2031.6078%2094.8012%2031.8558%2095.1196%2031.9997C95.4441%2032.1447%2095.7678%2032.2029%2096.0907%2032.1745C96.4172%2032.1437%2096.7073%2032.0426%2096.9611%2031.871C97.3383%2031.6161%2097.5587%2031.2568%2097.6224%2030.7931C97.6895%2030.327%2097.5279%2029.8308%2097.1376%2029.3045L95.5256%2027.1309L96.3717%2026.5591Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M105.398%2032.481L105.818%2033.5504L97.8572%2036.3838L99.079%2039.4969L107.04%2036.6635L107.46%2037.7329L99.4988%2040.5663L100.721%2043.6795L108.682%2040.846L109.101%2041.9154L100.142%2045.1041L96.4393%2035.6697L105.398%2032.481Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M100.467%2047.2482L109.929%2046.2963L110.576%2052.0039L109.56%2052.1061L109.042%2047.5401L105.88%2047.8582L106.363%2052.1198L105.347%2052.2221L104.864%2047.9604L101.612%2048.2875L102.137%2052.917L101.121%2053.0192L100.467%2047.2482Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M100.865%2066.682L104.147%2067.1702L104.051%2067.7753C104.207%2068.0135%20104.442%2068.2507%20104.758%2068.4869C105.078%2068.7238%20105.52%2068.9508%20106.084%2069.1681C106.648%2069.3853%20107.377%2069.5819%20108.271%2069.7579L112.203%2070.5492L111.314%2076.1206L102.917%2074.8718L102.744%2075.9558L99.4743%2075.4695L99.6474%2074.3855L101.907%2074.7216L102.964%2068.104L100.692%2067.766L100.865%2066.682ZM103.833%2069.1366L103.091%2073.7878L110.477%2074.8863L111.03%2071.42L108.098%2070.8419C107.418%2070.7021%20106.806%2070.5443%20106.261%2070.3686C105.72%2070.1936%20105.248%2070.003%20104.846%2069.7969C104.444%2069.5908%20104.106%2069.3707%20103.833%2069.1366Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M109.525%2081.1902L100.437%2078.3876L100.802%2077.2982L109.889%2080.1008L109.525%2081.1902Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M97.8122%2082.9062C98.0901%2082.3554%2098.4309%2081.911%2098.8348%2081.5731C99.2386%2081.2353%2099.6737%2081.0196%20100.14%2080.9262C100.61%2080.8346%20101.076%2080.8839%20101.537%2081.074L101.014%2082.1111C100.724%2082.0052%20100.438%2081.9874%20100.155%2082.0578C99.8698%2082.132%2099.6061%2082.277%2099.3638%2082.4929C99.1197%2082.7126%2098.9152%2082.9857%2098.7503%2083.3124C98.5664%2083.6771%2098.4672%2084.0295%2098.4528%2084.3696C98.4403%2084.7153%2098.5077%2085.0207%2098.6551%2085.2857C98.8043%2085.5563%2099.0295%2085.7613%2099.3307%2085.9008C99.6512%2086.0492%2099.9723%2086.1018%20100.294%2086.0587C100.616%2086.0155%20100.92%2085.8752%20101.207%2085.6377C101.495%2085.4057%20101.748%2085.0751%20101.964%2084.6458L102.309%2083.962L103.236%2084.3911L102.891%2085.0749C102.722%2085.4092%20102.636%2085.7322%20102.631%2086.0439C102.626%2086.3556%20102.699%2086.6355%20102.85%2086.8836C103.001%2087.1316%20103.227%2087.3253%20103.529%2087.4648C103.822%2087.6006%20104.108%2087.6559%20104.388%2087.6307C104.667%2087.6054%20104.925%2087.5047%20105.162%2087.3283C105.397%2087.1558%20105.594%2086.9119%20105.753%2086.5966C105.9%2086.3041%20105.985%2086.0037%20106.007%2085.6953C106.029%2085.3869%20105.981%2085.1046%20105.863%2084.8483C105.745%2084.592%20105.545%2084.392%20105.266%2084.2483L105.766%2083.2568C106.21%2083.4811%20106.538%2083.7973%20106.752%2084.2054C106.965%2084.6134%20107.064%2085.0645%20107.048%2085.5585C107.034%2086.0582%20106.903%2086.553%20106.656%2087.0431C106.392%2087.5673%20106.057%2087.9674%20105.651%2088.2434C105.248%2088.5212%20104.821%2088.6794%20104.368%2088.718C103.915%2088.7567%20103.486%2088.6822%20103.08%2088.4945C102.59%2088.2674%20102.238%2087.9499%20102.025%2087.5419C101.81%2087.1376%20101.743%2086.6896%20101.824%2086.1978L101.755%2086.1656C101.398%2086.6563%20100.956%2086.965%20100.43%2087.0917C99.9082%2087.2202%2099.373%2087.1575%2098.8248%2086.9037C98.3576%2086.6874%2098.0019%2086.368%2097.7577%2085.9457C97.5116%2085.5272%2097.3897%2085.0513%2097.3919%2084.5181C97.3961%2083.9905%2097.5362%2083.4532%2097.8122%2082.9062Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M95.4602%2087.3122L103.043%2093.051L102.311%2093.9361L98.9315%2091.3786L95.7008%2095.2829L99.08%2097.8403L98.3476%2098.7254L90.7648%2092.9865L91.4972%2092.1015L94.8865%2094.6666L98.1172%2090.7624L94.7279%2088.1972L95.4602%2087.3122Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M88.7969%2094.5792L89.7472%2093.826L93.2428%20103.177L92.3124%20103.915L83.3446%2098.9L84.285%2098.1547L91.7648%20102.429L91.8248%20102.381L88.7969%2094.5792ZM90.8828%2097.6608L87.0712%20100.681L86.4015%2099.9105L90.2131%2096.8899L90.8828%2097.6608Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M87.7616%20105.922L88.2701%20106.808L81.9456%20110.112L81.4371%20109.226L84.0845%20107.843L79.8576%20100.482L80.8759%2099.95L85.1028%20107.311L87.7616%20105.922Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M79.0739%20111.621L77.9662%20111.926L75.7884%20104.77L75.7022%20104.793L72.8589%20113.331L71.7882%20113.626L69.0194%20104.528L70.127%20104.224L72.3011%20111.367L72.3996%20111.34L75.2098%20102.825L76.3051%20102.523L79.0739%20111.621Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M63.2626%20105.504C64.0677%20105.43%2064.8054%20105.562%2065.4756%20105.898C66.1457%20106.235%2066.6966%20106.748%2067.1282%20107.44C67.5601%20108.135%2067.8252%20108.98%2067.9233%20109.976C68.0218%20110.975%2067.9268%20111.855%2067.6385%20112.616C67.3501%20113.377%2066.9096%20113.983%2066.3171%20114.435C65.7245%20114.886%2065.0257%20115.148%2064.2206%20115.221C63.746%20115.265%2063.2921%20115.235%2062.8588%20115.134C62.4213%20115.033%2062.0199%20114.864%2061.6546%20114.628C61.2897%20114.396%2060.976%20114.098%2060.7135%20113.733C60.4471%20113.373%2060.2477%20112.955%2060.1154%20112.48L61.2595%20112.376C61.3598%20112.7%2061.5071%20112.98%2061.7012%20113.214C61.8911%20113.449%2062.1151%20113.64%2062.3734%20113.787C62.6278%20113.939%2062.9032%20114.045%2063.1997%20114.103C63.4966%20114.166%2063.8018%20114.183%2064.1154%20114.154C64.6875%20114.102%2065.1921%20113.909%2065.6294%20113.574C66.0672%20113.244%2066.3958%20112.783%2066.6153%20112.19C66.8309%20111.602%2066.8983%20110.898%2066.8173%20110.076C66.7367%20109.259%2066.5331%20108.581%2066.2064%20108.043C65.8755%20107.505%2065.4625%20107.111%2064.9676%20106.861C64.4731%20106.615%2063.9399%20106.519%2063.3678%20106.571C63.0542%20106.599%2062.7576%20106.669%2062.4778%20106.78C62.1984%20106.895%2061.9484%20107.048%2061.7278%20107.239C61.5034%20107.434%2061.3209%20107.665%2061.1802%20107.93C61.0354%20108.195%2060.9453%20108.496%2060.9101%20108.832L59.766%20108.936C59.8027%20108.442%2059.9167%20107.993%2060.108%20107.591C60.295%20107.19%2060.5449%20106.84%2060.8575%20106.543C61.1707%20106.249%2061.5322%20106.013%2061.9422%20105.835C62.3479%20105.657%2062.788%20105.547%2063.2626%20105.504Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M51.9469%20105.032L53.0811%20105.215L51.6292%20113.579L53.6202%20113.9C54.1285%20113.982%2054.5515%20113.971%2054.8893%20113.866C55.2228%20113.76%2055.4854%20113.578%2055.677%20113.321C55.8644%20113.062%2055.9929%20112.744%2056.0626%20112.368C56.1232%20111.994%2056.1078%20111.66%2056.0165%20111.365C55.9244%20111.074%2055.7378%20110.831%2055.4567%20110.635C55.1748%20110.442%2054.7843%20110.304%2054.2851%20110.219L51.7522%20109.81L51.9291%20108.792L54.4998%20109.207C55.2265%20109.324%2055.8043%20109.54%2056.2333%20109.855C56.6573%20110.173%2056.9435%20110.564%2057.0919%20111.028C57.2403%20111.491%2057.2669%20111.998%2057.1715%20112.547C57.0755%20113.1%2056.8786%20113.575%2056.581%20113.971C56.2785%20114.37%2055.8706%20114.655%2055.3572%20114.827C54.8431%20115.002%2054.2185%20115.031%2053.4834%20114.912L50.3204%20114.402L51.9469%20105.032ZM55.6261%20109.957L54.3407%20109.75L57.353%20105.905L58.6636%20106.116L55.6261%20109.957Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M44.8671%20102.505L40.568%20110.987L35.3597%20108.564L35.8214%20107.654L39.988%20109.592L41.3325%20106.939L39.1451%20105.921C38.5239%20105.632%2038.0512%20105.291%2037.7269%20104.896C37.4025%20104.501%2037.2227%20104.07%2037.1875%20103.604C37.1464%20103.139%2037.25%20102.662%2037.4981%20102.172C37.7482%20101.679%2038.0803%20101.297%2038.4945%20101.025C38.9049%20100.751%2039.3761%20100.607%2039.9082%20100.592C40.4403%20100.577%2041.0169%20100.714%2041.638%20101.003L44.8671%20102.505ZM43.3696%20102.92L41.1821%20101.902C40.7848%20101.717%2040.4126%20101.638%2040.0656%20101.664C39.7128%20101.692%2039.4025%20101.797%2039.1347%20101.977C38.865%20102.161%2038.6609%20102.39%2038.5224%20102.663C38.3166%20103.069%2038.2978%20103.492%2038.4661%20103.931C38.6324%20104.374%2039.0126%20104.734%2039.6067%20105.01L41.7942%20106.028L43.3696%20102.92Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M30.8443%20105.878L36.3089%2098.0954L37.2752%2098.7166L31.8107%20106.499L30.8443%20105.878Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M35.1956%2097.7316L34.4637%2098.4976L34.2522%2098.3129C33.9541%2098.0527%2033.6366%2097.942%2033.2997%2097.9808C32.9567%2098.0199%2032.5528%2098.2118%2032.0882%2098.5566C31.6235%2098.9014%2031.0566%2099.3995%2030.3872%20100.051L27.0878%20103.264L22.7223%2099.453L29.2916%2092.5771L30.157%2093.3327L24.2931%2099.4702L26.9663%20101.804L29.7006%2099.1636C30.414%2098.4661%2031.0677%2097.9111%2031.6616%2097.4986C32.2527%2097.0892%2032.8139%2096.871%2033.3452%2096.844C33.8736%2096.8201%2034.4007%2097.0376%2034.9263%2097.4965L35.1956%2097.7316Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M22.6283%2093.4409L21.0163%2091.2673C20.6083%2090.7171%2020.3565%2090.192%2020.261%2089.6922C20.1655%2089.1924%2020.2148%2088.7307%2020.4087%2088.3072C20.5966%2087.8826%2020.918%2087.5167%2021.3727%2087.2093C21.831%2086.8996%2022.3082%2086.7259%2022.8042%2086.6883C23.2976%2086.6472%2023.7825%2086.7479%2024.2587%2086.9904C24.7349%2087.233%2025.177%2087.6293%2025.5851%2088.1796L27.7065%2091.0401L19.8275%2096.365L19.1432%2095.4422L26.1867%2090.682L24.7496%2088.7442C24.4886%2088.3922%2024.1988%2088.1442%2023.8804%2088.0003C23.5559%2087.8553%2023.2322%2087.7971%2022.9093%2087.8255C22.5828%2087.8563%2022.2927%2087.9574%2022.0389%2088.129C21.6617%2088.3839%2021.4413%2088.7432%2021.3776%2089.2069C21.3105%2089.673%2021.4721%2090.1692%2021.8624%2090.6955L23.4744%2092.8691L22.6283%2093.4409Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M13.6016%2087.519L13.1819%2086.4496L21.1428%2083.6162L19.921%2080.5031L11.96%2083.3365L11.5403%2082.2671L19.5012%2079.4337L18.2794%2076.3205L10.3184%2079.154L9.89868%2078.0846L18.8578%2074.8959L22.5607%2084.3303L13.6016%2087.519Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3Cpath%20d%3D%22M18.5332%2072.7518L9.07131%2073.7037L8.42441%2067.9961L9.44045%2067.8939L9.95797%2072.4599L13.1204%2072.1418L12.6374%2067.8802L13.6534%2067.7779L14.1364%2072.0396L17.3878%2071.7125L16.8631%2067.083L17.8791%2066.9808L18.5332%2072.7518Z%22%20fill%3D%22%230D0D0D%22%20fill-opacity%3D%220.9%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    50% / contain no-repeat;
  animation: spin 15s linear infinite;
}

.news__spin_cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_d_1122_1748)%22%3E%0A%3Cpath%20d%3D%22M6.27085%2014.2799C5.99085%2013.9199%205.64085%2013.1899%205.03085%2012.2799C4.68085%2011.7799%203.82085%2010.8299%203.56085%2010.3399C3.37342%2010.0422%203.31903%209.67958%203.41085%209.33993C3.56781%208.69414%204.18041%208.26574%204.84085%208.33993C5.35165%208.44254%205.82107%208.6929%206.19085%209.05993C6.44903%209.3031%206.68652%209.56735%206.90085%209.84993C7.06085%2010.0499%207.10085%2010.1299%207.28085%2010.3599C7.46085%2010.5899%207.58085%2010.8199%207.49085%2010.4799C7.42085%209.97993%207.30085%209.13993%207.13085%208.38993C7.00085%207.81993%206.97085%207.72993%206.85085%207.29993C6.73085%206.86993%206.66085%206.50993%206.53085%206.01993C6.41202%205.5385%206.31855%205.05116%206.25085%204.55993C6.1248%203.93163%206.2165%203.27914%206.51085%202.70993C6.86024%202.3813%207.37278%202.29456%207.81085%202.48993C8.25145%202.81526%208.57995%203.26958%208.75085%203.78993C9.01291%204.43032%209.18781%205.10299%209.27085%205.78993C9.43085%206.78993%209.74085%208.24993%209.75085%208.54993C9.75085%208.17993%209.68085%207.39993%209.75085%207.04993C9.8202%206.68505%2010.0738%206.38224%2010.4208%206.24993C10.7187%206.15855%2011.0337%206.13801%2011.3408%206.18993C11.6509%206.25474%2011.9255%206.43307%2012.1108%206.68993C12.3425%207.27332%2012.4711%207.89253%2012.4908%208.51993C12.5176%207.97051%2012.6117%207.42646%2012.7708%206.89993C12.938%206.66448%2013.182%206.49472%2013.4608%206.41993C13.7914%206.35948%2014.1303%206.35948%2014.4608%206.41993C14.7319%206.51056%2014.9691%206.68144%2015.1408%206.90993C15.3526%207.44027%2015.4808%208.00027%2015.5208%208.56993C15.5208%208.70993%2015.5908%208.17993%2015.8108%207.82993C15.9252%207.49053%2016.2119%207.2379%2016.563%207.1672C16.9141%207.09651%2017.2762%207.21849%2017.513%207.4872C17.7497%207.75591%2017.8252%208.13053%2017.7108%208.46993C17.7108%209.11993%2017.7108%209.08993%2017.7108%209.52993C17.7108%209.96993%2017.7108%2010.3599%2017.7108%2010.7299C17.6744%2011.3151%2017.5942%2011.8967%2017.4708%2012.4699C17.2968%2012.977%2017.0546%2013.4581%2016.7508%2013.8999C16.2653%2014.4399%2015.8641%2015.0501%2015.5608%2015.7099C15.4856%2016.0377%2015.452%2016.3737%2015.4608%2016.7099C15.4598%2017.0206%2015.5002%2017.3299%2015.5808%2017.6299C15.172%2017.6732%2014.7597%2017.6732%2014.3508%2017.6299C13.9608%2017.5699%2013.4808%2016.7899%2013.3508%2016.5499C13.2865%2016.4211%2013.1549%2016.3396%2013.0108%2016.3396C12.8668%2016.3396%2012.7352%2016.4211%2012.6708%2016.5499C12.4508%2016.9299%2011.9608%2017.6199%2011.6208%2017.6599C10.9508%2017.7399%209.57085%2017.6599%208.48085%2017.6599C8.48085%2017.6599%208.66085%2016.6599%208.25085%2016.2999C7.84085%2015.9399%207.42085%2015.5199%207.11085%2015.2399L6.27085%2014.2799Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.27085%2014.2799C5.99085%2013.9199%205.64085%2013.1899%205.03085%2012.2799C4.68085%2011.7799%203.82085%2010.8299%203.56085%2010.3399C3.37342%2010.0422%203.31903%209.67958%203.41085%209.33993C3.56781%208.69414%204.18041%208.26574%204.84085%208.33993C5.35165%208.44254%205.82107%208.6929%206.19085%209.05993C6.44903%209.3031%206.68652%209.56735%206.90085%209.84993C7.06085%2010.0499%207.10085%2010.1299%207.28085%2010.3599C7.46085%2010.5899%207.58085%2010.8199%207.49085%2010.4799C7.42085%209.97993%207.30085%209.13993%207.13085%208.38993C7.00085%207.81993%206.97085%207.72993%206.85085%207.29993C6.73085%206.86993%206.66085%206.50993%206.53085%206.01993C6.41202%205.5385%206.31855%205.05116%206.25085%204.55993C6.1248%203.93163%206.2165%203.27914%206.51085%202.70993C6.86024%202.3813%207.37278%202.29456%207.81085%202.48993C8.25145%202.81526%208.57995%203.26958%208.75085%203.78993C9.01291%204.43032%209.18781%205.10299%209.27085%205.78993C9.43085%206.78993%209.74085%208.24993%209.75085%208.54993C9.75085%208.17993%209.68085%207.39993%209.75085%207.04993C9.8202%206.68505%2010.0738%206.38224%2010.4208%206.24993C10.7187%206.15855%2011.0337%206.13801%2011.3408%206.18993C11.6509%206.25474%2011.9255%206.43307%2012.1108%206.68993C12.3425%207.27332%2012.4711%207.89253%2012.4908%208.51993C12.5176%207.97051%2012.6117%207.42646%2012.7708%206.89993C12.938%206.66448%2013.182%206.49472%2013.4608%206.41993C13.7914%206.35948%2014.1303%206.35948%2014.4608%206.41993C14.7319%206.51056%2014.9691%206.68144%2015.1408%206.90993C15.3526%207.44027%2015.4808%208.00027%2015.5208%208.56993C15.5208%208.70993%2015.5908%208.17993%2015.8108%207.82993C15.9252%207.49053%2016.2119%207.2379%2016.563%207.1672C16.9141%207.09651%2017.2762%207.21849%2017.513%207.4872C17.7497%207.75591%2017.8252%208.13052%2017.7108%208.46993C17.7108%209.11993%2017.7108%209.08993%2017.7108%209.52993C17.7108%209.96993%2017.7108%2010.3599%2017.7108%2010.7299C17.6744%2011.3151%2017.5942%2011.8967%2017.4708%2012.4699C17.2968%2012.977%2017.0546%2013.4581%2016.7508%2013.8999C16.2653%2014.4399%2015.8641%2015.0501%2015.5608%2015.7099C15.4856%2016.0377%2015.452%2016.3737%2015.4608%2016.7099C15.4598%2017.0206%2015.5002%2017.3299%2015.5808%2017.6299C15.172%2017.6731%2014.7597%2017.6731%2014.3508%2017.6299C13.9608%2017.5699%2013.4808%2016.7899%2013.3508%2016.5499C13.2865%2016.4211%2013.1549%2016.3396%2013.0108%2016.3396C12.8668%2016.3396%2012.7352%2016.4211%2012.6708%2016.5499C12.4508%2016.9299%2011.9608%2017.6199%2011.6208%2017.6599C10.9508%2017.7399%209.57085%2017.6599%208.48085%2017.6599C8.48085%2017.6599%208.66085%2016.6599%208.25085%2016.2999C7.84085%2015.9399%207.42085%2015.5199%207.11085%2015.2399L6.27085%2014.2799Z%22%20stroke%3D%22%230A090B%22%20stroke-width%3D%220.75%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M14.75%2014.8259V11.3741C14.75%2011.1675%2014.5821%2011%2014.375%2011C14.1679%2011%2014%2011.1675%2014%2011.3741V14.8259C14%2015.0325%2014.1679%2015.2%2014.375%2015.2C14.5821%2015.2%2014.75%2015.0325%2014.75%2014.8259Z%22%20fill%3D%22%230A090B%22%2F%3E%0A%3Cpath%20d%3D%22M12.77%2014.8246L12.75%2011.3711C12.7488%2011.1649%2012.5799%2010.9988%2012.3728%2011C12.1657%2011.0012%2011.9988%2011.1693%2012%2011.3754L12.02%2014.8289C12.0212%2015.035%2012.1901%2015.2012%2012.3972%2015.2C12.6043%2015.1988%2012.7712%2015.0307%2012.77%2014.8246Z%22%20fill%3D%22%230A090B%22%2F%3E%0A%3Cpath%20d%3D%22M10%2011.379L10.02%2014.8254C10.0212%2015.0335%2010.1901%2015.2012%2010.3972%2015.2C10.6043%2015.1988%2010.7712%2015.0291%2010.77%2014.821L10.75%2011.3746C10.7488%2011.1665%2010.5799%2010.9988%2010.3728%2011C10.1657%2011.0012%209.9988%2011.1709%2010%2011.379Z%22%20fill%3D%22%230A090B%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_d_1122_1748%22%20x%3D%222.19219%22%20y%3D%222.01172%22%20width%3D%2216.7465%22%20height%3D%2217.8586%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%3CfeOffset%20dy%3D%221%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%220.4%22%2F%3E%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.5%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_1122_1748%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_1122_1748%22%20result%3D%22shape%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A')
    50% / contain no-repeat;
}

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

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

.information {
  padding-top: 120px;
}

.information__top {
  display: flex;
  -moz-column-gap: 242px;
  column-gap: 242px;
}

.information__top h2 {
  color: var(--dark-bg);
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
  max-width: 586px;
}

.information__top h2 b {
  color: var(--accent);
}

.information__top p {
  font: 400 34px/116% 'Bebas Neue Cyrillic';
  max-width: 391px;
  color: rgba(13, 13, 13, 0.8);
}

.information__img {
  margin-top: 70px;
  width: 100%;
  height: 342px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221360%22%20height%3D%22342%22%20viewBox%3D%220%200%201360%20342%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%203.82121H147.914V51.5866H97.8845V338.179H50.0299V51.5866H0V3.82121Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Cpath%20d%3D%22M217.674%20144.729H283.365V192.494H217.674V290.413H300.332V338.179H169.819V3.82121H300.332V51.5866H217.674V144.729Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Cpath%20d%3D%22M463.14%2051.5866H407.454V255.067C407.454%20271.944%20405.569%20285.796%20401.799%20296.623C398.029%20307.45%20392.953%20316.047%20386.572%20322.416C380.192%20328.466%20372.796%20332.765%20364.385%20335.313C356.265%20337.86%20347.709%20339.134%20338.718%20339.134C334.367%20339.134%20330.452%20339.134%20326.972%20339.134C323.491%20339.134%20319.721%20338.816%20315.661%20338.179V290.413C318.271%20290.732%20321.026%20290.891%20323.926%20290.891C326.827%20290.891%20329.582%20290.891%20332.192%20290.891C339.733%20290.891%20346.114%20288.821%20351.334%20284.682C356.845%20280.542%20359.6%20271.944%20359.6%20258.888V3.82121H510.995V338.179H463.14V51.5866Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Cpath%20d%3D%22M593.663%20144.729H659.354V192.494H593.663V290.413H676.321V338.179H545.808V3.82121H676.321V51.5866H593.663V144.729Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Cpath%20d%3D%22M752.555%20338.179H704.701V3.82121H855.66V338.179H806.935V51.5866H752.555V338.179Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Cpath%20d%3D%22M933.862%20261.277C933.862%20273.377%20936.038%20281.975%20940.388%20287.07C945.029%20291.846%20951.119%20294.235%20958.66%20294.235C966.201%20294.235%20972.146%20291.846%20976.497%20287.07C981.137%20281.975%20983.457%20273.377%20983.457%20261.277V80.7234C983.457%2068.6229%20981.137%2060.1843%20976.497%2055.4078C972.146%2050.3128%20966.201%2047.7653%20958.66%2047.7653C951.119%2047.7653%20945.029%2050.3128%20940.388%2055.4078C936.038%2060.1843%20933.862%2068.6229%20933.862%2080.7234V261.277ZM886.008%2084.067C886.008%2057%20892.243%2036.3017%20904.715%2021.972C917.186%207.32401%20935.168%200%20958.66%200C982.152%200%201000.13%207.32401%201012.61%2021.972C1025.08%2036.3017%201031.31%2057%201031.31%2084.067V257.933C1031.31%20285%201025.08%20305.858%201012.61%20320.506C1000.13%20334.835%20982.152%20342%20958.66%20342C935.168%20342%20917.186%20334.835%20904.715%20320.506C892.243%20305.858%20886.008%20285%20886.008%20257.933V84.067Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Cpath%20d%3D%22M1132.05%203.82121C1156.12%203.82121%201173.96%2010.8268%201185.56%2024.838C1197.45%2038.8491%201203.4%2059.3883%201203.4%2086.4553V129.922C1203.4%20156.989%201197.45%20177.528%201185.56%20191.539C1173.96%20205.55%201156.12%20212.556%201132.05%20212.556H1109.43V338.179H1061.57V3.82121H1132.05ZM1109.43%2051.5866V164.79H1132.05C1139.59%20164.79%201145.39%20162.561%201149.45%20158.103C1153.51%20153.645%201155.54%20145.366%201155.54%20133.265V83.1117C1155.54%2071.0112%201153.51%2062.7318%201149.45%2058.2737C1145.39%2053.8156%201139.59%2051.5866%201132.05%2051.5866H1109.43Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Cpath%20d%3D%22M1212.09%203.82121H1360V51.5866H1309.97V338.179H1262.12V51.5866H1212.09V3.82121Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Crect%20x%3D%22844%22%20y%3D%22186%22%20width%3D%22278%22%20height%3D%22101%22%20rx%3D%2250.5%22%20fill%3D%22%230690A3%22%2F%3E%0A%3Cpath%20d%3D%22M878.48%20214.102V211.898H889.508V214.102H885.254V225H882.758V214.102H878.48ZM895.625%20225.27C894.399%20225.27%20893.325%20224.988%20892.403%20224.426C891.489%20223.863%20890.778%20223.074%20890.27%20222.059C889.77%20221.043%20889.52%20219.863%20889.52%20218.52C889.52%20217.16%20889.77%20215.973%20890.27%20214.957C890.778%20213.934%20891.489%20213.141%20892.403%20212.578C893.325%20212.016%20894.399%20211.734%20895.625%20211.734C896.86%20211.734%20897.934%20212.016%20898.848%20212.578C899.762%20213.141%20900.473%20213.934%20900.981%20214.957C901.489%20215.973%20901.743%20217.16%20901.743%20218.52C901.743%20219.863%20901.489%20221.043%20900.981%20222.059C900.473%20223.074%20899.762%20223.863%20898.848%20224.426C897.934%20224.988%20896.86%20225.27%20895.625%20225.27ZM895.625%20223.125C896.43%20223.125%20897.094%20222.914%20897.618%20222.492C898.141%20222.07%20898.528%20221.512%20898.778%20220.816C899.036%20220.113%20899.165%20219.348%20899.165%20218.52C899.165%20217.676%20899.036%20216.902%20898.778%20216.199C898.528%20215.496%20898.141%20214.934%20897.618%20214.512C897.094%20214.09%20896.43%20213.879%20895.625%20213.879C894.829%20213.879%20894.168%20214.09%20893.645%20214.512C893.129%20214.934%20892.743%20215.496%20892.485%20216.199C892.227%20216.902%20892.098%20217.676%20892.098%20218.52C892.098%20219.348%20892.227%20220.113%20892.485%20220.816C892.743%20221.512%20893.129%20222.07%20893.645%20222.492C894.168%20222.914%20894.829%20223.125%20895.625%20223.125ZM913.603%20211.898V225H911.106V211.898H913.603ZM912.524%20217.992V220.195C912.134%20220.344%20911.716%20220.48%20911.27%20220.605C910.833%20220.73%20910.372%20220.828%20909.888%20220.898C909.411%20220.961%20908.907%20220.992%20908.376%20220.992C906.759%20220.992%20905.474%20220.598%20904.52%20219.809C903.567%20219.012%20903.095%20217.797%20903.103%20216.164V211.875H905.563V216.164C905.571%20216.773%20905.688%20217.273%20905.915%20217.664C906.142%20218.055%20906.462%20218.34%20906.876%20218.52C907.298%20218.699%20907.798%20218.789%20908.376%20218.789C909.142%20218.797%20909.853%20218.727%20910.509%20218.578C911.165%20218.43%20911.837%20218.234%20912.524%20217.992ZM915.56%20225V211.898H918.091V217.395H919.322L923.646%20211.898H926.787L921.736%20218.285L926.857%20225H923.693L919.744%20219.762H918.091V225H915.56ZM931.135%20225.281C930.307%20225.281%20929.557%20225.129%20928.885%20224.824C928.213%20224.512%20927.682%20224.059%20927.291%20223.465C926.9%20222.871%20926.705%20222.148%20926.705%20221.297C926.705%20220.555%20926.846%20219.949%20927.127%20219.48C927.416%20219.004%20927.803%20218.625%20928.287%20218.344C928.771%20218.062%20929.31%20217.852%20929.904%20217.711C930.498%20217.57%20931.107%20217.461%20931.732%20217.383C932.521%20217.297%20933.158%20217.223%20933.643%20217.16C934.127%20217.098%20934.478%20217%20934.697%20216.867C934.924%20216.727%20935.037%20216.504%20935.037%20216.199V216.141C935.037%20215.398%20934.826%20214.824%20934.404%20214.418C933.99%20214.012%20933.373%20213.809%20932.553%20213.809C931.701%20213.809%20931.025%20213.996%20930.525%20214.371C930.033%20214.738%20929.693%20215.156%20929.506%20215.625L927.103%20215.074C927.393%20214.277%20927.81%20213.637%20928.357%20213.152C928.912%20212.66%20929.545%20212.301%20930.256%20212.074C930.975%20211.848%20931.725%20211.734%20932.506%20211.734C933.029%20211.734%20933.584%20211.797%20934.17%20211.922C934.756%20212.039%20935.307%20212.262%20935.822%20212.59C936.346%20212.91%20936.771%20213.371%20937.1%20213.973C937.428%20214.574%20937.592%20215.352%20937.592%20216.305V225H935.096V223.207H935.002C934.846%20223.527%20934.6%20223.848%20934.264%20224.168C933.935%20224.488%20933.514%20224.754%20932.998%20224.965C932.482%20225.176%20931.861%20225.281%20931.135%20225.281ZM931.685%20223.242C932.396%20223.242%20933.002%20223.105%20933.502%20222.832C934.002%20222.551%20934.385%20222.184%20934.65%20221.73C934.916%20221.277%20935.049%20220.797%20935.049%20220.289V218.59C934.955%20218.676%20934.779%20218.758%20934.521%20218.836C934.264%20218.914%20933.971%20218.98%20933.643%20219.035C933.314%20219.09%20932.994%20219.141%20932.682%20219.188C932.369%20219.227%20932.107%20219.258%20931.896%20219.281C931.404%20219.352%20930.955%20219.461%20930.549%20219.609C930.143%20219.75%20929.814%20219.961%20929.564%20220.242C929.322%20220.516%20929.201%20220.879%20929.201%20221.332C929.201%20221.965%20929.435%20222.441%20929.904%20222.762C930.373%20223.082%20930.967%20223.242%20931.685%20223.242ZM944.612%20225V207.539H955.511V209.801H947.249V214.582H951.151C952.448%20214.582%20953.55%20214.793%20954.456%20215.215C955.362%20215.629%20956.058%20216.223%20956.542%20216.996C957.026%20217.762%20957.268%20218.664%20957.268%20219.703C957.268%20220.75%20957.026%20221.672%20956.542%20222.469C956.058%20223.258%20955.362%20223.879%20954.456%20224.332C953.55%20224.777%20952.448%20225%20951.151%20225H944.612ZM947.249%20222.773H951.151C951.909%20222.773%20952.546%20222.629%20953.061%20222.34C953.577%20222.051%20953.972%20221.668%20954.245%20221.191C954.518%20220.715%20954.655%20220.211%20954.655%20219.68C954.655%20218.891%20954.354%20218.215%20953.753%20217.652C953.151%20217.09%20952.284%20216.809%20951.151%20216.809H947.249V222.773Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Cpath%20d%3D%22M894.871%20266.516V247.386H899.695V266.516H894.871ZM887.728%20259.372V254.529H906.839V259.372H887.728ZM922.24%20240.354V268H916.414V245.901H916.247L909.938%20249.891V244.695L916.766%20240.354H922.24ZM935.711%20268.371C933.361%20268.371%20931.351%20267.814%20929.681%20266.701C928.024%20265.576%20926.75%20263.961%20925.859%20261.858C924.981%20259.743%20924.542%20257.189%20924.542%20254.195C924.542%20251.214%20924.987%20248.666%20925.877%20246.551C926.768%20244.423%20928.042%20242.797%20929.7%20241.671C931.37%20240.545%20933.374%20239.982%20935.711%20239.982C938.062%20239.982%20940.066%20240.545%20941.723%20241.671C943.393%20242.797%20944.667%20244.417%20945.545%20246.532C946.436%20248.647%20946.881%20251.202%20946.881%20254.195C946.881%20257.189%20946.442%20259.743%20945.564%20261.858C944.686%20263.961%20943.412%20265.576%20941.742%20266.701C940.084%20267.814%20938.074%20268.371%20935.711%20268.371ZM935.711%20263.547C936.837%20263.547%20937.783%20263.188%20938.55%20262.471C939.33%20261.741%20939.917%20260.677%20940.313%20259.279C940.721%20257.882%20940.925%20256.187%20940.925%20254.195C940.925%20252.191%20940.721%20250.491%20940.313%20249.093C939.917%20247.695%20939.33%20246.631%20938.55%20245.901C937.783%20245.159%20936.837%20244.788%20935.711%20244.788C934.042%20244.788%20932.755%20245.611%20931.852%20247.256C930.949%20248.889%20930.498%20251.202%20930.498%20254.195C930.498%20256.187%20930.695%20257.882%20931.091%20259.279C931.5%20260.677%20932.093%20261.741%20932.873%20262.471C933.652%20263.188%20934.598%20263.547%20935.711%20263.547ZM966.662%20268.371C964.312%20268.371%20962.302%20267.814%20960.632%20266.701C958.974%20265.576%20957.7%20263.961%20956.81%20261.858C955.931%20259.743%20955.492%20257.189%20955.492%20254.195C955.492%20251.214%20955.938%20248.666%20956.828%20246.551C957.719%20244.423%20958.993%20242.797%20960.65%20241.671C962.32%20240.545%20964.324%20239.982%20966.662%20239.982C969.012%20239.982%20971.016%20240.545%20972.674%20241.671C974.344%20242.797%20975.618%20244.417%20976.496%20246.532C977.387%20248.647%20977.832%20251.202%20977.832%20254.195C977.832%20257.189%20977.393%20259.743%20976.515%20261.858C975.636%20263.961%20974.362%20265.576%20972.692%20266.701C971.035%20267.814%20969.025%20268.371%20966.662%20268.371ZM966.662%20263.547C967.788%20263.547%20968.734%20263.188%20969.501%20262.471C970.28%20261.741%20970.868%20260.677%20971.264%20259.279C971.672%20257.882%20971.876%20256.187%20971.876%20254.195C971.876%20252.191%20971.672%20250.491%20971.264%20249.093C970.868%20247.695%20970.28%20246.631%20969.501%20245.901C968.734%20245.159%20967.788%20244.788%20966.662%20244.788C964.992%20244.788%20963.706%20245.611%20962.803%20247.256C961.9%20248.889%20961.448%20251.202%20961.448%20254.195C961.448%20256.187%20961.646%20257.882%20962.042%20259.279C962.45%20260.677%20963.044%20261.741%20963.823%20262.471C964.603%20263.188%20965.549%20263.547%20966.662%20263.547ZM990.803%20268.371C988.452%20268.371%20986.442%20267.814%20984.772%20266.701C983.115%20265.576%20981.841%20263.961%20980.95%20261.858C980.072%20259.743%20979.633%20257.189%20979.633%20254.195C979.633%20251.214%20980.078%20248.666%20980.969%20246.551C981.859%20244.423%20983.133%20242.797%20984.791%20241.671C986.461%20240.545%20988.465%20239.982%20990.803%20239.982C993.153%20239.982%20995.157%20240.545%20996.814%20241.671C998.484%20242.797%20999.758%20244.417%201000.64%20246.532C1001.53%20248.647%201001.97%20251.202%201001.97%20254.195C1001.97%20257.189%201001.53%20259.743%201000.66%20261.858C999.777%20263.961%20998.503%20265.576%20996.833%20266.701C995.175%20267.814%20993.165%20268.371%20990.803%20268.371ZM990.803%20263.547C991.928%20263.547%20992.874%20263.188%20993.641%20262.471C994.421%20261.741%20995.008%20260.677%20995.404%20259.279C995.812%20257.882%20996.016%20256.187%20996.016%20254.195C996.016%20252.191%20995.812%20250.491%20995.404%20249.093C995.008%20247.695%20994.421%20246.631%20993.641%20245.901C992.874%20245.159%20991.928%20244.788%20990.803%20244.788C989.133%20244.788%20987.846%20245.611%20986.943%20247.256C986.04%20248.889%20985.589%20251.202%20985.589%20254.195C985.589%20256.187%20985.787%20257.882%20986.182%20259.279C986.591%20260.677%20987.184%20261.741%20987.964%20262.471C988.743%20263.188%20989.689%20263.547%20990.803%20263.547ZM1014.94%20268.371C1012.59%20268.371%201010.58%20267.814%201008.91%20266.701C1007.26%20265.576%201005.98%20263.961%201005.09%20261.858C1004.21%20259.743%201003.77%20257.189%201003.77%20254.195C1003.77%20251.214%201004.22%20248.666%201005.11%20246.551C1006%20244.423%201007.27%20242.797%201008.93%20241.671C1010.6%20240.545%201012.61%20239.982%201014.94%20239.982C1017.29%20239.982%201019.3%20240.545%201020.95%20241.671C1022.62%20242.797%201023.9%20244.417%201024.78%20246.532C1025.67%20248.647%201026.11%20251.202%201026.11%20254.195C1026.11%20257.189%201025.67%20259.743%201024.8%20261.858C1023.92%20263.961%201022.64%20265.576%201020.97%20266.701C1019.32%20267.814%201017.31%20268.371%201014.94%20268.371ZM1014.94%20263.547C1016.07%20263.547%201017.01%20263.188%201017.78%20262.471C1018.56%20261.741%201019.15%20260.677%201019.54%20259.279C1019.95%20257.882%201020.16%20256.187%201020.16%20254.195C1020.16%20252.191%201019.95%20250.491%201019.54%20249.093C1019.15%20247.695%201018.56%20246.631%201017.78%20245.901C1017.01%20245.159%201016.07%20244.788%201014.94%20244.788C1013.27%20244.788%201011.99%20245.611%201011.08%20247.256C1010.18%20248.889%201009.73%20251.202%201009.73%20254.195C1009.73%20256.187%201009.93%20257.882%201010.32%20259.279C1010.73%20260.677%201011.32%20261.741%201012.1%20262.471C1012.88%20263.188%201013.83%20263.547%201014.94%20263.547ZM1044.35%20271.451V236.902H1046.56V271.451H1044.35ZM1045.47%20268.39C1043.24%20268.39%201041.3%20268.049%201039.64%20267.369C1038%20266.689%201036.71%20265.674%201035.78%20264.326C1034.87%20262.978%201034.38%20261.308%201034.33%20259.316H1039.97C1040.05%20260.232%201040.32%20261.005%201040.79%20261.636C1041.26%20262.254%201041.89%20262.718%201042.68%20263.027C1043.48%20263.337%201044.38%20263.491%201045.41%20263.491C1046.4%20263.491%201047.26%20263.349%201047.99%20263.064C1048.73%20262.78%201049.3%20262.384%201049.7%20261.877C1050.11%20261.357%201050.31%20260.757%201050.31%20260.077C1050.31%20259.459%201050.12%20258.939%201049.75%20258.519C1049.39%20258.098%201048.86%20257.739%201048.16%20257.442C1047.46%20257.146%201046.62%20256.88%201045.62%20256.645L1042.59%20255.902C1040.27%20255.346%201038.43%20254.461%201037.08%20253.249C1035.73%20252.024%201035.06%20250.392%201035.06%20248.351C1035.06%20246.681%201035.51%20245.221%201036.41%20243.972C1037.33%20242.71%201038.57%20241.733%201040.14%20241.04C1041.73%20240.335%201043.52%20239.982%201045.54%20239.982C1047.59%20239.982%201049.38%20240.335%201050.9%20241.04C1052.44%20241.745%201053.63%20242.722%201054.48%20243.972C1055.35%20245.221%201055.8%20246.662%201055.82%20248.295H1050.2C1050.1%20247.219%201049.64%20246.378%201048.81%20245.771C1047.99%20245.165%201046.88%20244.862%201045.49%20244.862C1044.55%20244.862%201043.74%20244.998%201043.07%20245.271C1042.42%20245.53%201041.92%20245.895%201041.57%20246.365C1041.22%20246.835%201041.05%20247.373%201041.05%20247.979C1041.05%20248.623%201041.25%20249.167%201041.64%20249.612C1042.04%20250.045%201042.57%20250.404%201043.22%20250.688C1043.89%20250.961%201044.62%20251.189%201045.41%20251.375L1047.88%20251.987C1049.08%20252.259%201050.19%20252.624%201051.2%20253.082C1052.21%20253.527%201053.09%20254.078%201053.84%20254.733C1054.59%20255.389%201055.17%20256.162%201055.58%20257.053C1055.99%20257.931%201056.19%20258.945%201056.19%20260.096C1056.19%20261.79%201055.76%20263.262%201054.91%20264.512C1054.07%20265.749%201052.85%20266.707%201051.26%20267.388C1049.66%20268.056%201047.73%20268.39%201045.47%20268.39Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Crect%20x%3D%22252%22%20y%3D%2290%22%20width%3D%22278%22%20height%3D%22101%22%20rx%3D%2250.5%22%20fill%3D%22%230690A3%22%2F%3E%0A%3Cpath%20d%3D%22M286.48%20118.102V115.898H297.508V118.102H293.254V129H290.758V118.102H286.48ZM303.625%20129.27C302.399%20129.27%20301.325%20128.988%20300.403%20128.426C299.489%20127.863%20298.778%20127.074%20298.27%20126.059C297.77%20125.043%20297.52%20123.863%20297.52%20122.52C297.52%20121.16%20297.77%20119.973%20298.27%20118.957C298.778%20117.934%20299.489%20117.141%20300.403%20116.578C301.325%20116.016%20302.399%20115.734%20303.625%20115.734C304.86%20115.734%20305.934%20116.016%20306.848%20116.578C307.762%20117.141%20308.473%20117.934%20308.981%20118.957C309.489%20119.973%20309.743%20121.16%20309.743%20122.52C309.743%20123.863%20309.489%20125.043%20308.981%20126.059C308.473%20127.074%20307.762%20127.863%20306.848%20128.426C305.934%20128.988%20304.86%20129.27%20303.625%20129.27ZM303.625%20127.125C304.43%20127.125%20305.094%20126.914%20305.618%20126.492C306.141%20126.07%20306.528%20125.512%20306.778%20124.816C307.036%20124.113%20307.165%20123.348%20307.165%20122.52C307.165%20121.676%20307.036%20120.902%20306.778%20120.199C306.528%20119.496%20306.141%20118.934%20305.618%20118.512C305.094%20118.09%20304.43%20117.879%20303.625%20117.879C302.829%20117.879%20302.168%20118.09%20301.645%20118.512C301.129%20118.934%20300.743%20119.496%20300.485%20120.199C300.227%20120.902%20300.098%20121.676%20300.098%20122.52C300.098%20123.348%20300.227%20124.113%20300.485%20124.816C300.743%20125.512%20301.129%20126.07%20301.645%20126.492C302.168%20126.914%20302.829%20127.125%20303.625%20127.125ZM321.603%20115.898V129H319.106V115.898H321.603ZM320.524%20121.992V124.195C320.134%20124.344%20319.716%20124.48%20319.27%20124.605C318.833%20124.73%20318.372%20124.828%20317.888%20124.898C317.411%20124.961%20316.907%20124.992%20316.376%20124.992C314.759%20124.992%20313.474%20124.598%20312.52%20123.809C311.567%20123.012%20311.095%20121.797%20311.103%20120.164V115.875H313.563V120.164C313.571%20120.773%20313.688%20121.273%20313.915%20121.664C314.142%20122.055%20314.462%20122.34%20314.876%20122.52C315.298%20122.699%20315.798%20122.789%20316.376%20122.789C317.142%20122.797%20317.853%20122.727%20318.509%20122.578C319.165%20122.43%20319.837%20122.234%20320.524%20121.992ZM323.56%20129V115.898H326.091V121.395H327.322L331.646%20115.898H334.787L329.736%20122.285L334.857%20129H331.693L327.744%20123.762H326.091V129H323.56ZM339.135%20129.281C338.307%20129.281%20337.557%20129.129%20336.885%20128.824C336.213%20128.512%20335.682%20128.059%20335.291%20127.465C334.9%20126.871%20334.705%20126.148%20334.705%20125.297C334.705%20124.555%20334.846%20123.949%20335.127%20123.48C335.416%20123.004%20335.803%20122.625%20336.287%20122.344C336.771%20122.062%20337.31%20121.852%20337.904%20121.711C338.498%20121.57%20339.107%20121.461%20339.732%20121.383C340.521%20121.297%20341.158%20121.223%20341.643%20121.16C342.127%20121.098%20342.478%20121%20342.697%20120.867C342.924%20120.727%20343.037%20120.504%20343.037%20120.199V120.141C343.037%20119.398%20342.826%20118.824%20342.404%20118.418C341.99%20118.012%20341.373%20117.809%20340.553%20117.809C339.701%20117.809%20339.025%20117.996%20338.525%20118.371C338.033%20118.738%20337.693%20119.156%20337.506%20119.625L335.103%20119.074C335.393%20118.277%20335.81%20117.637%20336.357%20117.152C336.912%20116.66%20337.545%20116.301%20338.256%20116.074C338.975%20115.848%20339.725%20115.734%20340.506%20115.734C341.029%20115.734%20341.584%20115.797%20342.17%20115.922C342.756%20116.039%20343.307%20116.262%20343.822%20116.59C344.346%20116.91%20344.771%20117.371%20345.1%20117.973C345.428%20118.574%20345.592%20119.352%20345.592%20120.305V129H343.096V127.207H343.002C342.846%20127.527%20342.6%20127.848%20342.264%20128.168C341.935%20128.488%20341.514%20128.754%20340.998%20128.965C340.482%20129.176%20339.861%20129.281%20339.135%20129.281ZM339.685%20127.242C340.396%20127.242%20341.002%20127.105%20341.502%20126.832C342.002%20126.551%20342.385%20126.184%20342.65%20125.73C342.916%20125.277%20343.049%20124.797%20343.049%20124.289V122.59C342.955%20122.676%20342.779%20122.758%20342.521%20122.836C342.264%20122.914%20341.971%20122.98%20341.643%20123.035C341.314%20123.09%20340.994%20123.141%20340.682%20123.188C340.369%20123.227%20340.107%20123.258%20339.896%20123.281C339.404%20123.352%20338.955%20123.461%20338.549%20123.609C338.143%20123.75%20337.814%20123.961%20337.564%20124.242C337.322%20124.516%20337.201%20124.879%20337.201%20125.332C337.201%20125.965%20337.435%20126.441%20337.904%20126.762C338.373%20127.082%20338.967%20127.242%20339.685%20127.242ZM354.1%20129H351.3L357.581%20111.539H360.628L366.897%20129H364.108L359.163%20114.715H359.022L354.1%20129ZM354.569%20122.168H363.628V124.371H354.569V122.168Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Cpath%20d%3D%22M334.396%20144.354V172H328.57V149.901H328.403L322.095%20153.891V148.695L328.923%20144.354H334.396ZM347.868%20172.371C345.518%20172.371%20343.508%20171.814%20341.838%20170.701C340.18%20169.576%20338.906%20167.961%20338.015%20165.858C337.137%20163.743%20336.698%20161.189%20336.698%20158.195C336.698%20155.214%20337.143%20152.666%20338.034%20150.551C338.925%20148.423%20340.199%20146.797%20341.856%20145.671C343.526%20144.545%20345.53%20143.982%20347.868%20143.982C350.218%20143.982%20352.222%20144.545%20353.88%20145.671C355.55%20146.797%20356.824%20148.417%20357.702%20150.532C358.593%20152.647%20359.038%20155.202%20359.038%20158.195C359.038%20161.189%20358.599%20163.743%20357.72%20165.858C356.842%20167.961%20355.568%20169.576%20353.898%20170.701C352.241%20171.814%20350.231%20172.371%20347.868%20172.371ZM347.868%20167.547C348.994%20167.547%20349.94%20167.188%20350.707%20166.471C351.486%20165.741%20352.074%20164.677%20352.469%20163.279C352.878%20161.882%20353.082%20160.187%20353.082%20158.195C353.082%20156.191%20352.878%20154.491%20352.469%20153.093C352.074%20151.695%20351.486%20150.631%20350.707%20149.901C349.94%20149.159%20348.994%20148.788%20347.868%20148.788C346.198%20148.788%20344.912%20149.611%20344.009%20151.256C343.106%20152.889%20342.654%20155.202%20342.654%20158.195C342.654%20160.187%20342.852%20161.882%20343.248%20163.279C343.656%20164.677%20344.25%20165.741%20345.029%20166.471C345.808%20167.188%20346.755%20167.547%20347.868%20167.547ZM372.008%20172.371C369.658%20172.371%20367.648%20171.814%20365.978%20170.701C364.32%20169.576%20363.046%20167.961%20362.156%20165.858C361.278%20163.743%20360.838%20161.189%20360.838%20158.195C360.838%20155.214%20361.284%20152.666%20362.174%20150.551C363.065%20148.423%20364.339%20146.797%20365.997%20145.671C367.667%20144.545%20369.67%20143.982%20372.008%20143.982C374.359%20143.982%20376.362%20144.545%20378.02%20145.671C379.69%20146.797%20380.964%20148.417%20381.842%20150.532C382.733%20152.647%20383.178%20155.202%20383.178%20158.195C383.178%20161.189%20382.739%20163.743%20381.861%20165.858C380.983%20167.961%20379.709%20169.576%20378.039%20170.701C376.381%20171.814%20374.371%20172.371%20372.008%20172.371ZM372.008%20167.547C373.134%20167.547%20374.08%20167.188%20374.847%20166.471C375.626%20165.741%20376.214%20164.677%20376.61%20163.279C377.018%20161.882%20377.222%20160.187%20377.222%20158.195C377.222%20156.191%20377.018%20154.491%20376.61%20153.093C376.214%20151.695%20375.626%20150.631%20374.847%20149.901C374.08%20149.159%20373.134%20148.788%20372.008%20148.788C370.338%20148.788%20369.052%20149.611%20368.149%20151.256C367.246%20152.889%20366.794%20155.202%20366.794%20158.195C366.794%20160.187%20366.992%20161.882%20367.388%20163.279C367.796%20164.677%20368.39%20165.741%20369.169%20166.471C369.949%20167.188%20370.895%20167.547%20372.008%20167.547ZM396.149%20172.371C393.798%20172.371%20391.788%20171.814%20390.118%20170.701C388.461%20169.576%20387.187%20167.961%20386.296%20165.858C385.418%20163.743%20384.979%20161.189%20384.979%20158.195C384.979%20155.214%20385.424%20152.666%20386.315%20150.551C387.205%20148.423%20388.479%20146.797%20390.137%20145.671C391.807%20144.545%20393.811%20143.982%20396.149%20143.982C398.499%20143.982%20400.503%20144.545%20402.16%20145.671C403.83%20146.797%20405.104%20148.417%20405.983%20150.532C406.873%20152.647%20407.319%20155.202%20407.319%20158.195C407.319%20161.189%20406.88%20163.743%20406.001%20165.858C405.123%20167.961%20403.849%20169.576%20402.179%20170.701C400.521%20171.814%20398.511%20172.371%20396.149%20172.371ZM396.149%20167.547C397.274%20167.547%20398.221%20167.188%20398.988%20166.471C399.767%20165.741%20400.354%20164.677%20400.75%20163.279C401.158%20161.882%20401.363%20160.187%20401.363%20158.195C401.363%20156.191%20401.158%20154.491%20400.75%20153.093C400.354%20151.695%20399.767%20150.631%20398.988%20149.901C398.221%20149.159%20397.274%20148.788%20396.149%20148.788C394.479%20148.788%20393.192%20149.611%20392.289%20151.256C391.386%20152.889%20390.935%20155.202%20390.935%20158.195C390.935%20160.187%20391.133%20161.882%20391.529%20163.279C391.937%20164.677%20392.531%20165.741%20393.31%20166.471C394.089%20167.188%20395.035%20167.547%20396.149%20167.547ZM425.559%20175.451V140.902H427.767V175.451H425.559ZM426.673%20172.39C424.446%20172.39%20422.504%20172.049%20420.846%20171.369C419.201%20170.689%20417.915%20169.674%20416.987%20168.326C416.072%20166.978%20415.589%20165.308%20415.54%20163.316H421.18C421.255%20164.232%20421.527%20165.005%20421.997%20165.636C422.467%20166.254%20423.098%20166.718%20423.889%20167.027C424.681%20167.337%20425.59%20167.491%20426.617%20167.491C427.607%20167.491%20428.466%20167.349%20429.196%20167.064C429.938%20166.78%20430.507%20166.384%20430.903%20165.877C431.311%20165.357%20431.515%20164.757%20431.515%20164.077C431.515%20163.459%20431.33%20162.939%20430.959%20162.519C430.6%20162.098%20430.068%20161.739%20429.363%20161.442C428.67%20161.146%20427.823%20160.88%20426.821%20160.645L423.797%20159.902C421.471%20159.346%20419.634%20158.461%20418.286%20157.249C416.938%20156.024%20416.263%20154.392%20416.263%20152.351C416.263%20150.681%20416.715%20149.221%20417.618%20147.972C418.533%20146.71%20419.776%20145.733%20421.347%20145.04C422.931%20144.335%20424.731%20143.982%20426.747%20143.982C428.8%20143.982%20430.588%20144.335%20432.109%20145.04C433.643%20145.745%20434.837%20146.722%20435.69%20147.972C436.556%20149.221%20437.001%20150.662%20437.026%20152.295H431.404C431.305%20151.219%20430.841%20150.378%20430.012%20149.771C429.196%20149.165%20428.089%20148.862%20426.691%20148.862C425.751%20148.862%20424.947%20148.998%20424.279%20149.271C423.623%20149.53%20423.123%20149.895%20422.776%20150.365C422.43%20150.835%20422.257%20151.373%20422.257%20151.979C422.257%20152.623%20422.455%20153.167%20422.85%20153.612C423.246%20154.045%20423.772%20154.404%20424.428%20154.688C425.096%20154.961%20425.825%20155.189%20426.617%20155.375L429.085%20155.987C430.285%20156.259%20431.392%20156.624%20432.406%20157.082C433.42%20157.527%20434.299%20158.078%20435.041%20158.733C435.795%20159.389%20436.377%20160.162%20436.785%20161.053C437.193%20161.931%20437.397%20162.945%20437.397%20164.096C437.397%20165.79%20436.971%20167.262%20436.117%20168.512C435.276%20169.749%20434.057%20170.707%20432.462%20171.388C430.866%20172.056%20428.936%20172.39%20426.673%20172.39Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3Crect%20x%3D%22463%22%20y%3D%2278%22%20width%3D%2248%22%20height%3D%22230%22%20fill%3D%22%23161616%22%2F%3E%0A%3Crect%20x%3D%221062%22%20y%3D%2295%22%20width%3D%2247%22%20height%3D%22230%22%20fill%3D%22%23161616%22%2F%3E%0A%3Crect%20x%3D%22603%22%20y%3D%2275%22%20width%3D%22180%22%20height%3D%22180%22%20rx%3D%2290%22%20fill%3D%22%230690A3%22%2F%3E%0A%3Cpath%20d%3D%22M628.619%20137.859H631.025V147.516H634.369V137.859H636.759V147.516H640.056V137.859H642.447V149.5H628.619V137.859ZM643.064%20149.5L643.057%20147.586H643.346C643.622%20147.581%20643.846%20147.487%20644.018%20147.305C644.195%20147.122%20644.327%20146.818%20644.416%20146.391C644.51%20145.958%20644.57%20145.375%20644.596%20144.641L644.744%20140.766H651.377V149.5H649.072V142.672H646.916L646.775%20145.344C646.739%20146.073%20646.65%20146.701%20646.51%20147.227C646.369%20147.753%20646.174%20148.185%20645.924%20148.523C645.679%20148.857%20645.377%20149.104%20645.018%20149.266C644.663%20149.422%20644.254%20149.5%20643.791%20149.5H643.064ZM657.596%20149.5V142.664H655.963C655.515%20142.669%20655.174%20142.776%20654.94%20142.984C654.711%20143.188%20654.599%20143.427%20654.604%20143.703C654.599%20143.99%20654.708%20144.232%20654.932%20144.43C655.161%20144.622%20655.494%20144.719%20655.932%20144.719H658.401V146.344H655.932C655.182%20146.344%20654.533%20146.232%20653.987%20146.008C653.445%20145.784%20653.026%20145.469%20652.729%20145.062C652.437%20144.651%20652.294%20144.174%20652.299%20143.633C652.294%20143.065%20652.44%20142.568%20652.737%20142.141C653.033%20141.708%20653.455%20141.372%20654.002%20141.133C654.554%20140.888%20655.208%20140.766%20655.963%20140.766H659.854V149.5H657.596ZM652.049%20149.5L654.479%20144.953H656.791L654.362%20149.5H652.049ZM662.987%20140.766L664.573%20143.828L666.221%20140.766H668.713L666.182%20145.141L668.776%20149.5H666.299L664.573%20146.484L662.893%20149.5H660.385L662.987%20145.141L660.479%20140.766H662.987ZM678.23%20144.172V146.062H673.675V144.172H678.23ZM674.472%20140.766V149.5H672.167V140.766H674.472ZM679.745%20140.766V149.5H677.456V140.766H679.745ZM683.332%20149.664C682.779%20149.664%20682.282%20149.568%20681.839%20149.375C681.402%20149.177%20681.058%20148.885%20680.808%20148.5C680.558%20148.115%20680.433%20147.635%20680.433%20147.062C680.433%20146.573%20680.522%20146.167%20680.699%20145.844C680.876%20145.516%20681.118%20145.25%20681.425%20145.047C681.733%20144.844%20682.082%20144.69%20682.472%20144.586C682.863%20144.482%20683.277%20144.409%20683.714%20144.367C684.22%20144.32%20684.626%20144.273%20684.933%20144.227C685.24%20144.18%20685.464%20144.109%20685.605%20144.016C685.751%20143.917%20685.824%20143.776%20685.824%20143.594V143.555C685.824%20143.195%20685.709%20142.917%20685.48%20142.719C685.256%20142.521%20684.938%20142.422%20684.527%20142.422C684.095%20142.422%20683.748%20142.518%20683.488%20142.711C683.233%20142.898%20683.063%20143.138%20682.98%20143.43L680.738%20143.25C680.852%20142.719%20681.076%20142.26%20681.41%20141.875C681.743%20141.484%20682.173%20141.185%20682.699%20140.977C683.23%20140.763%20683.845%20140.656%20684.543%20140.656C685.027%20140.656%20685.49%20140.714%20685.933%20140.828C686.376%20140.943%20686.769%20141.12%20687.113%20141.359C687.462%20141.594%20687.738%20141.898%20687.941%20142.273C688.144%20142.648%20688.246%20143.094%20688.246%20143.609V149.5H685.941V148.281H685.878C685.738%20148.557%20685.55%20148.799%20685.316%20149.008C685.082%20149.211%20684.8%20149.372%20684.472%20149.492C684.144%20149.607%20683.764%20149.664%20683.332%20149.664ZM684.027%20147.992C684.381%20147.992%20684.694%20147.922%20684.964%20147.781C685.24%20147.635%20685.454%20147.443%20685.605%20147.203C685.761%20146.958%20685.839%20146.685%20685.839%20146.383V145.453C685.766%20145.5%20685.662%20145.544%20685.527%20145.586C685.397%20145.628%20685.251%20145.664%20685.089%20145.695C684.928%20145.727%20684.766%20145.755%20684.605%20145.781C684.444%20145.802%20684.298%20145.823%20684.168%20145.844C683.881%20145.885%20683.631%20145.953%20683.418%20146.047C683.204%20146.135%20683.037%20146.258%20682.918%20146.414C682.803%20146.565%20682.746%20146.755%20682.746%20146.984C682.746%20147.312%20682.865%20147.562%20683.105%20147.734C683.345%20147.906%20683.652%20147.992%20684.027%20147.992ZM692.207%20149.5V140.766H699.832V149.5H697.528V142.672H694.481V149.5H692.207ZM700.934%20152.766V140.766H703.309V142.242H703.418C703.528%20142.003%20703.684%20141.76%20703.887%20141.516C704.09%20141.271%20704.356%20141.068%20704.684%20140.906C705.012%20140.74%20705.418%20140.656%20705.903%20140.656C706.543%20140.656%20707.129%20140.823%20707.661%20141.156C708.197%20141.484%20708.627%20141.982%20708.95%20142.648C709.273%20143.315%20709.434%20144.148%20709.434%20145.148C709.434%20146.117%20709.278%20146.938%20708.965%20147.609C708.653%20148.276%20708.228%20148.781%20707.692%20149.125C707.161%20149.469%20706.562%20149.641%20705.895%20149.641C705.426%20149.641%20705.028%20149.562%20704.7%20149.406C704.372%20149.25%20704.103%20149.055%20703.895%20148.82C703.692%20148.581%20703.533%20148.341%20703.418%20148.102H703.348V152.766H700.934ZM705.129%20147.719C705.525%20147.719%20705.859%20147.609%20706.129%20147.391C706.4%20147.172%20706.606%20146.87%20706.747%20146.484C706.887%20146.094%20706.958%20145.646%20706.958%20145.141C706.958%20144.635%20706.887%20144.193%20706.747%20143.812C706.611%20143.427%20706.408%20143.125%20706.137%20142.906C705.866%20142.688%20705.53%20142.578%20705.129%20142.578C704.739%20142.578%20704.405%20142.685%20704.129%20142.898C703.859%20143.107%20703.65%20143.404%20703.504%20143.789C703.364%20144.169%20703.293%20144.62%20703.293%20145.141C703.293%20145.656%20703.366%20146.107%20703.512%20146.492C703.658%20146.878%20703.866%20147.18%20704.137%20147.398C704.413%20147.612%20704.744%20147.719%20705.129%20147.719ZM714.106%20149.672C713.226%20149.672%20712.463%20149.484%20711.817%20149.109C711.177%20148.729%20710.682%20148.203%20710.333%20147.531C709.989%20146.854%20709.817%20146.068%20709.817%20145.172C709.817%20144.266%20709.989%20143.477%20710.333%20142.805C710.682%20142.128%20711.177%20141.602%20711.817%20141.227C712.463%20140.846%20713.226%20140.656%20714.106%20140.656C714.992%20140.656%20715.755%20140.846%20716.395%20141.227C717.041%20141.602%20717.536%20142.128%20717.88%20142.805C718.229%20143.477%20718.403%20144.266%20718.403%20145.172C718.403%20146.068%20718.229%20146.854%20717.88%20147.531C717.536%20148.203%20717.041%20148.729%20716.395%20149.109C715.755%20149.484%20714.992%20149.672%20714.106%20149.672ZM714.122%20147.781C714.523%20147.781%20714.859%20147.669%20715.13%20147.445C715.401%20147.216%20715.604%20146.904%20715.739%20146.508C715.88%20146.112%20715.95%20145.661%20715.95%20145.156C715.95%20144.646%20715.88%20144.195%20715.739%20143.805C715.604%20143.414%20715.401%20143.107%20715.13%20142.883C714.859%20142.659%20714.523%20142.547%20714.122%20142.547C713.716%20142.547%20713.374%20142.659%20713.098%20142.883C712.828%20143.107%20712.622%20143.414%20712.481%20143.805C712.346%20144.195%20712.278%20144.646%20712.278%20145.156C712.278%20145.661%20712.346%20146.112%20712.481%20146.508C712.622%20146.904%20712.828%20147.216%20713.098%20147.445C713.374%20147.669%20713.716%20147.781%20714.122%20147.781ZM725.114%20140.766V142.672H721.489V149.5H719.153V140.766H725.114ZM725.771%20152.766V140.766H728.146V142.242H728.255C728.365%20142.003%20728.521%20141.76%20728.724%20141.516C728.927%20141.271%20729.193%20141.068%20729.521%20140.906C729.849%20140.74%20730.255%20140.656%20730.74%20140.656C731.38%20140.656%20731.966%20140.823%20732.498%20141.156C733.034%20141.484%20733.464%20141.982%20733.787%20142.648C734.109%20143.315%20734.271%20144.148%20734.271%20145.148C734.271%20146.117%20734.115%20146.938%20733.802%20147.609C733.49%20148.276%20733.065%20148.781%20732.529%20149.125C731.998%20149.469%20731.399%20149.641%20730.732%20149.641C730.263%20149.641%20729.865%20149.562%20729.537%20149.406C729.208%20149.25%20728.94%20149.055%20728.732%20148.82C728.529%20148.581%20728.37%20148.341%20728.255%20148.102H728.185V152.766H725.771ZM729.966%20147.719C730.362%20147.719%20730.695%20147.609%20730.966%20147.391C731.237%20147.172%20731.443%20146.87%20731.583%20146.484C731.724%20146.094%20731.794%20145.646%20731.794%20145.141C731.794%20144.635%20731.724%20144.193%20731.583%20143.812C731.448%20143.427%20731.245%20143.125%20730.974%20142.906C730.703%20142.688%20730.367%20142.578%20729.966%20142.578C729.576%20142.578%20729.242%20142.685%20728.966%20142.898C728.695%20143.107%20728.487%20143.404%20728.341%20143.789C728.201%20144.169%20728.13%20144.62%20728.13%20145.141C728.13%20145.656%20728.203%20146.107%20728.349%20146.492C728.495%20146.878%20728.703%20147.18%20728.974%20147.398C729.25%20147.612%20729.581%20147.719%20729.966%20147.719ZM737.498%20149.664C736.946%20149.664%20736.448%20149.568%20736.006%20149.375C735.568%20149.177%20735.224%20148.885%20734.974%20148.5C734.724%20148.115%20734.599%20147.635%20734.599%20147.062C734.599%20146.573%20734.688%20146.167%20734.865%20145.844C735.042%20145.516%20735.284%20145.25%20735.592%20145.047C735.899%20144.844%20736.248%20144.69%20736.638%20144.586C737.029%20144.482%20737.443%20144.409%20737.881%20144.367C738.386%20144.32%20738.792%20144.273%20739.099%20144.227C739.407%20144.18%20739.631%20144.109%20739.771%20144.016C739.917%20143.917%20739.99%20143.776%20739.99%20143.594V143.555C739.99%20143.195%20739.875%20142.917%20739.646%20142.719C739.422%20142.521%20739.105%20142.422%20738.693%20142.422C738.261%20142.422%20737.914%20142.518%20737.654%20142.711C737.399%20142.898%20737.23%20143.138%20737.146%20143.43L734.904%20143.25C735.019%20142.719%20735.243%20142.26%20735.576%20141.875C735.909%20141.484%20736.339%20141.185%20736.865%20140.977C737.396%20140.763%20738.011%20140.656%20738.709%20140.656C739.193%20140.656%20739.657%20140.714%20740.099%20140.828C740.542%20140.943%20740.935%20141.12%20741.279%20141.359C741.628%20141.594%20741.904%20141.898%20742.107%20142.273C742.31%20142.648%20742.412%20143.094%20742.412%20143.609V149.5H740.107V148.281H740.045C739.904%20148.557%20739.717%20148.799%20739.482%20149.008C739.248%20149.211%20738.967%20149.372%20738.638%20149.492C738.31%20149.607%20737.93%20149.664%20737.498%20149.664ZM738.193%20147.992C738.547%20147.992%20738.86%20147.922%20739.131%20147.781C739.407%20147.635%20739.62%20147.443%20739.771%20147.203C739.927%20146.958%20740.006%20146.685%20740.006%20146.383V145.453C739.933%20145.5%20739.829%20145.544%20739.693%20145.586C739.563%20145.628%20739.417%20145.664%20739.256%20145.695C739.094%20145.727%20738.933%20145.755%20738.771%20145.781C738.61%20145.802%20738.464%20145.823%20738.334%20145.844C738.047%20145.885%20737.797%20145.953%20737.584%20146.047C737.37%20146.135%20737.204%20146.258%20737.084%20146.414C736.969%20146.565%20736.912%20146.755%20736.912%20146.984C736.912%20147.312%20737.032%20147.562%20737.271%20147.734C737.511%20147.906%20737.818%20147.992%20738.193%20147.992ZM748.654%20146.828L751.014%20140.766H752.865L749.467%20149.5H747.857L744.529%20140.766H746.365L748.654%20146.828ZM745.811%20140.766V149.5H743.506V140.766H745.811ZM751.623%20149.5V140.766H753.897V149.5H751.623ZM754.998%20149.5V140.766H757.412V149.5H754.998ZM756.202%20139.648C755.842%20139.648%20755.535%20139.529%20755.28%20139.289C755.024%20139.049%20754.897%20138.76%20754.897%20138.422C754.897%20138.083%20755.024%20137.797%20755.28%20137.562C755.535%20137.323%20755.842%20137.203%20756.202%20137.203C756.566%20137.203%20756.876%20137.323%20757.131%20137.562C757.386%20137.797%20757.514%20138.083%20757.514%20138.422C757.514%20138.76%20757.386%20139.049%20757.131%20139.289C756.876%20139.529%20756.566%20139.648%20756.202%20139.648ZM659.812%20160.891V158.859H669.374V160.891H665.812V170.5H663.382V160.891H659.812ZM672.796%20170.672C671.9%20170.672%20671.127%20170.49%20670.476%20170.125C669.825%20169.76%20669.325%20169.242%20668.976%20168.57C668.632%20167.893%20668.46%20167.094%20668.46%20166.172C668.46%20165.276%20668.632%20164.49%20668.976%20163.812C669.325%20163.135%20669.814%20162.607%20670.445%20162.227C671.08%20161.846%20671.825%20161.656%20672.679%20161.656C673.257%20161.656%20673.796%20161.75%20674.296%20161.938C674.796%20162.12%20675.234%20162.396%20675.609%20162.766C675.984%20163.13%20676.275%20163.591%20676.484%20164.148C676.692%20164.701%20676.796%20165.349%20676.796%20166.094V166.75H669.421V165.258H675.624L674.499%20165.648C674.499%20165.206%20674.432%20164.82%20674.296%20164.492C674.161%20164.164%20673.958%20163.911%20673.687%20163.734C673.421%20163.552%20673.091%20163.461%20672.695%20163.461C672.299%20163.461%20671.963%20163.552%20671.687%20163.734C671.416%20163.917%20671.208%20164.164%20671.062%20164.477C670.916%20164.789%20670.843%20165.148%20670.843%20165.555V166.609C670.843%20167.083%20670.926%20167.49%20671.093%20167.828C671.26%20168.161%20671.492%20168.419%20671.788%20168.602C672.091%20168.779%20672.437%20168.867%20672.827%20168.867C673.098%20168.867%20673.343%20168.828%20673.562%20168.75C673.781%20168.672%20673.968%20168.557%20674.124%20168.406C674.286%20168.255%20674.406%20168.073%20674.484%20167.859L676.718%20168.008C676.609%20168.544%20676.38%20169.013%20676.031%20169.414C675.687%20169.81%20675.242%20170.12%20674.695%20170.344C674.148%20170.562%20673.515%20170.672%20672.796%20170.672ZM676.992%20170.5L676.984%20168.586H677.273C677.549%20168.581%20677.773%20168.487%20677.945%20168.305C678.122%20168.122%20678.255%20167.818%20678.343%20167.391C678.437%20166.958%20678.497%20166.375%20678.523%20165.641L678.672%20161.766H685.304V170.5H683V163.672H680.843L680.703%20166.344C680.666%20167.073%20680.578%20167.701%20680.437%20168.227C680.297%20168.753%20680.101%20169.185%20679.851%20169.523C679.606%20169.857%20679.304%20170.104%20678.945%20170.266C678.591%20170.422%20678.182%20170.5%20677.718%20170.5H676.992ZM690.391%20170.672C689.495%20170.672%20688.721%20170.49%20688.07%20170.125C687.419%20169.76%20686.919%20169.242%20686.57%20168.57C686.227%20167.893%20686.055%20167.094%20686.055%20166.172C686.055%20165.276%20686.227%20164.49%20686.57%20163.812C686.919%20163.135%20687.409%20162.607%20688.039%20162.227C688.674%20161.846%20689.419%20161.656%20690.273%20161.656C690.852%20161.656%20691.391%20161.75%20691.891%20161.938C692.391%20162.12%20692.828%20162.396%20693.203%20162.766C693.578%20163.13%20693.87%20163.591%20694.078%20164.148C694.286%20164.701%20694.391%20165.349%20694.391%20166.094V166.75H687.016V165.258H693.219L692.094%20165.648C692.094%20165.206%20692.026%20164.82%20691.891%20164.492C691.755%20164.164%20691.552%20163.911%20691.281%20163.734C691.016%20163.552%20690.685%20163.461%20690.289%20163.461C689.893%20163.461%20689.557%20163.552%20689.281%20163.734C689.01%20163.917%20688.802%20164.164%20688.656%20164.477C688.51%20164.789%20688.438%20165.148%20688.438%20165.555V166.609C688.438%20167.083%20688.521%20167.49%20688.688%20167.828C688.854%20168.161%20689.086%20168.419%20689.383%20168.602C689.685%20168.779%20690.031%20168.867%20690.422%20168.867C690.693%20168.867%20690.938%20168.828%20691.156%20168.75C691.375%20168.672%20691.562%20168.557%20691.719%20168.406C691.88%20168.255%20692%20168.073%20692.078%20167.859L694.312%20168.008C694.203%20168.544%20693.974%20169.013%20693.625%20169.414C693.281%20169.81%20692.836%20170.12%20692.289%20170.344C691.742%20170.562%20691.109%20170.672%20690.391%20170.672ZM695.11%20170.5V161.766H702.735V170.5H700.43V163.672H697.383V170.5H695.11ZM707.766%20170.672C706.886%20170.672%20706.123%20170.484%20705.477%20170.109C704.837%20169.729%20704.342%20169.203%20703.993%20168.531C703.649%20167.854%20703.477%20167.068%20703.477%20166.172C703.477%20165.266%20703.649%20164.477%20703.993%20163.805C704.342%20163.128%20704.837%20162.602%20705.477%20162.227C706.123%20161.846%20706.886%20161.656%20707.766%20161.656C708.652%20161.656%20709.415%20161.846%20710.055%20162.227C710.701%20162.602%20711.196%20163.128%20711.54%20163.805C711.889%20164.477%20712.063%20165.266%20712.063%20166.172C712.063%20167.068%20711.889%20167.854%20711.54%20168.531C711.196%20169.203%20710.701%20169.729%20710.055%20170.109C709.415%20170.484%20708.652%20170.672%20707.766%20170.672ZM707.782%20168.781C708.183%20168.781%20708.519%20168.669%20708.79%20168.445C709.061%20168.216%20709.264%20167.904%20709.399%20167.508C709.54%20167.112%20709.61%20166.661%20709.61%20166.156C709.61%20165.646%20709.54%20165.195%20709.399%20164.805C709.264%20164.414%20709.061%20164.107%20708.79%20163.883C708.519%20163.659%20708.183%20163.547%20707.782%20163.547C707.376%20163.547%20707.034%20163.659%20706.758%20163.883C706.488%20164.107%20706.282%20164.414%20706.141%20164.805C706.006%20165.195%20705.938%20165.646%20705.938%20166.156C705.938%20166.661%20706.006%20167.112%20706.141%20167.508C706.282%20167.904%20706.488%20168.216%20706.758%20168.445C707.034%20168.669%20707.376%20168.781%20707.782%20168.781ZM712.813%20173.766V161.766H715.188V163.242H715.298C715.407%20163.003%20715.563%20162.76%20715.767%20162.516C715.97%20162.271%20716.235%20162.068%20716.563%20161.906C716.892%20161.74%20717.298%20161.656%20717.782%20161.656C718.423%20161.656%20719.009%20161.823%20719.54%20162.156C720.076%20162.484%20720.506%20162.982%20720.829%20163.648C721.152%20164.315%20721.313%20165.148%20721.313%20166.148C721.313%20167.117%20721.157%20167.938%20720.845%20168.609C720.532%20169.276%20720.108%20169.781%20719.571%20170.125C719.04%20170.469%20718.441%20170.641%20717.774%20170.641C717.306%20170.641%20716.907%20170.562%20716.579%20170.406C716.251%20170.25%20715.983%20170.055%20715.774%20169.82C715.571%20169.581%20715.412%20169.341%20715.298%20169.102H715.227V173.766H712.813ZM717.009%20168.719C717.405%20168.719%20717.738%20168.609%20718.009%20168.391C718.28%20168.172%20718.485%20167.87%20718.626%20167.484C718.767%20167.094%20718.837%20166.646%20718.837%20166.141C718.837%20165.635%20718.767%20165.193%20718.626%20164.812C718.491%20164.427%20718.287%20164.125%20718.017%20163.906C717.746%20163.688%20717.41%20163.578%20717.009%20163.578C716.618%20163.578%20716.285%20163.685%20716.009%20163.898C715.738%20164.107%20715.53%20164.404%20715.384%20164.789C715.243%20165.169%20715.173%20165.62%20715.173%20166.141C715.173%20166.656%20715.246%20167.107%20715.392%20167.492C715.537%20167.878%20715.746%20168.18%20716.017%20168.398C716.293%20168.612%20716.623%20168.719%20717.009%20168.719ZM721.204%20163.672V161.766H729.103V163.672H726.298V170.5H723.993V163.672H721.204ZM659.268%20191.5V182.766H662.979C664.057%20182.771%20664.909%20182.979%20665.534%20183.391C666.159%20183.797%20666.471%20184.378%20666.471%20185.133C666.471%20185.602%20666.294%20185.995%20665.94%20186.312C665.591%20186.625%20665.104%20186.839%20664.479%20186.953C665%20186.99%20665.445%20187.107%20665.815%20187.305C666.185%20187.503%20666.469%20187.76%20666.667%20188.078C666.864%20188.391%20666.963%20188.737%20666.963%20189.117C666.963%20189.612%20666.828%20190.039%20666.557%20190.398C666.292%20190.753%20665.906%20191.026%20665.401%20191.219C664.896%20191.406%20664.281%20191.5%20663.557%20191.5H659.268ZM661.518%20189.688H663.557C663.891%20189.688%20664.154%20189.607%20664.346%20189.445C664.539%20189.284%20664.633%20189.062%20664.627%20188.781C664.633%20188.474%20664.539%20188.232%20664.346%20188.055C664.154%20187.872%20663.891%20187.781%20663.557%20187.781H661.518V189.688ZM661.518%20186.359H663.034C663.398%20186.365%20663.682%20186.289%20663.885%20186.133C664.088%20185.971%20664.19%20185.755%20664.19%20185.484C664.19%20185.219%20664.081%20185.01%20663.862%20184.859C663.648%20184.703%20663.354%20184.625%20662.979%20184.625H661.518V186.359ZM670.487%20191.5V189.734L674.628%20185.891C674.982%20185.552%20675.279%20185.247%20675.519%20184.977C675.758%20184.701%20675.941%20184.432%20676.066%20184.172C676.191%20183.906%20676.253%20183.62%20676.253%20183.312C676.253%20182.969%20676.175%20182.674%20676.019%20182.43C675.862%20182.185%20675.652%20181.995%20675.386%20181.859C675.12%20181.724%20674.816%20181.656%20674.472%20181.656C674.118%20181.656%20673.808%20181.729%20673.542%20181.875C673.277%20182.016%20673.071%20182.221%20672.925%20182.492C672.784%20182.758%20672.714%20183.078%20672.714%20183.453H670.37C670.37%20182.688%20670.542%20182.026%20670.886%20181.469C671.235%20180.906%20671.719%20180.471%20672.339%20180.164C672.964%20179.857%20673.683%20179.703%20674.495%20179.703C675.323%20179.703%20676.047%20179.852%20676.667%20180.148C677.287%20180.44%20677.769%20180.846%20678.112%20181.367C678.456%20181.883%20678.628%20182.479%20678.628%20183.156C678.628%20183.594%20678.542%20184.026%20678.37%20184.453C678.198%20184.875%20677.894%20185.349%20677.456%20185.875C677.019%20186.396%20676.399%20187.018%20675.597%20187.742L673.894%20189.406V189.492H678.784V191.5H670.487ZM687.777%20188.828L690.137%20182.766H691.988L688.59%20191.5H686.98L683.652%20182.766H685.488L687.777%20188.828ZM684.933%20182.766V191.5H682.629V182.766H684.933ZM690.746%20191.5V182.766H693.019V191.5H690.746ZM694.121%20191.5V182.766H696.535V191.5H694.121ZM695.324%20181.648C694.965%20181.648%20694.658%20181.529%20694.402%20181.289C694.147%20181.049%20694.02%20180.76%20694.02%20180.422C694.02%20180.083%20694.147%20179.797%20694.402%20179.562C694.658%20179.323%20694.965%20179.203%20695.324%20179.203C695.689%20179.203%20695.999%20179.323%20696.254%20179.562C696.509%20179.797%20696.637%20180.083%20696.637%20180.422C696.637%20180.76%20696.509%20181.049%20696.254%20181.289C695.999%20181.529%20695.689%20181.648%20695.324%20181.648ZM701.575%20191.672C700.684%20191.672%20699.918%20191.482%20699.278%20191.102C698.637%20190.716%20698.145%20190.188%20697.801%20189.516C697.458%20188.839%20697.286%20188.057%20697.286%20187.172C697.286%20186.276%20697.458%20185.49%20697.801%20184.812C698.15%20184.135%20698.645%20183.607%20699.286%20183.227C699.926%20182.846%20700.689%20182.656%20701.575%20182.656C702.335%20182.656%20702.999%20182.794%20703.567%20183.07C704.14%20183.346%20704.593%20183.734%20704.926%20184.234C705.26%20184.734%20705.442%20185.323%20705.473%20186H703.192C703.15%20185.708%20703.062%20185.453%20702.926%20185.234C702.791%20185.016%20702.611%20184.846%20702.387%20184.727C702.163%20184.607%20701.903%20184.547%20701.606%20184.547C701.231%20184.547%20700.903%20184.648%20700.622%20184.852C700.346%20185.049%20700.129%20185.344%20699.973%20185.734C699.822%20186.12%20699.747%20186.589%20699.747%20187.141C699.747%20187.693%20699.822%20188.167%20699.973%20188.562C700.129%20188.958%20700.346%20189.26%20700.622%20189.469C700.903%20189.677%20701.231%20189.781%20701.606%20189.781C702.023%20189.781%20702.374%20189.651%20702.661%20189.391C702.947%20189.125%20703.124%20188.76%20703.192%20188.297H705.473C705.437%20188.964%20705.257%20189.552%20704.934%20190.062C704.611%20190.568%20704.166%20190.964%20703.598%20191.25C703.03%20191.531%20702.356%20191.672%20701.575%20191.672ZM711.309%20191.5V184.664H709.677C709.229%20184.669%20708.887%20184.776%20708.653%20184.984C708.424%20185.188%20708.312%20185.427%20708.317%20185.703C708.312%20185.99%20708.421%20186.232%20708.645%20186.43C708.874%20186.622%20709.208%20186.719%20709.645%20186.719H712.114V188.344H709.645C708.895%20188.344%20708.247%20188.232%20707.7%20188.008C707.158%20187.784%20706.739%20187.469%20706.442%20187.062C706.151%20186.651%20706.007%20186.174%20706.012%20185.633C706.007%20185.065%20706.153%20184.568%20706.45%20184.141C706.747%20183.708%20707.169%20183.372%20707.716%20183.133C708.268%20182.888%20708.921%20182.766%20709.677%20182.766H713.567V191.5H711.309ZM705.762%20191.5L708.192%20186.953H710.505L708.075%20191.5H705.762ZM722.302%20182.766V191.5H714.677V182.766H716.982V189.594H720.028V182.766H722.302ZM723.7%20189.828V194.305H721.341V189.828H723.7ZM724.31%20191.5V182.766H726.724V191.5H724.31ZM725.513%20181.648C725.154%20181.648%20724.846%20181.529%20724.591%20181.289C724.336%20181.049%20724.208%20180.76%20724.208%20180.422C724.208%20180.083%20724.336%20179.797%20724.591%20179.562C724.846%20179.323%20725.154%20179.203%20725.513%20179.203C725.878%20179.203%20726.188%20179.323%20726.443%20179.562C726.698%20179.797%20726.826%20180.083%20726.826%20180.422C726.826%20180.76%20726.698%20181.049%20726.443%20181.289C726.188%20181.529%20725.878%20181.648%20725.513%20181.648Z%22%20fill%3D%22%23FDFDFD%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    50% / contain no-repeat;
}

.information__bottom {
  margin-top: 70px;
  display: flex;
  -moz-column-gap: 70px;
  column-gap: 70px;
  margin-left: 414px;
}

.information__bottom_item:nth-child(1) {
  max-width: 344px;
}

.information__bottom_item:nth-child(1) .information__icons {
  width: 90px;
  height: 34px;
  background: url('../img/hero__speakers.webp') 50% / contain no-repeat;
}

.information__bottom_item:nth-child(2) {
  max-width: 350px;
}

.information__bottom_item:nth-child(2) .information__icons {
  width: 119px;
  height: 26px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22119%22%20height%3D%2226%22%20viewBox%3D%220%200%20119%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M103.714%2026L104.106%2016.0716L95.2864%2021.4081L93%2017.6229L102.276%2013.031L93%208.43914L95.2864%204.59189L104.106%209.9284L103.714%200H108.286L107.894%209.9284L116.714%204.59189L119%208.43914L109.724%2013.031L119%2017.6229L116.714%2021.4081L107.894%2016.0716L108.286%2026H103.714Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Cpath%20d%3D%22M72.7136%2026L73.1055%2016.0716L64.2864%2021.4081L62%2017.6229L71.2764%2013.031L62%208.43914L64.2864%204.59189L73.1055%209.9284L72.7136%200H77.2864L76.8945%209.9284L85.7136%204.59189L88%208.43914L78.7236%2013.031L88%2017.6229L85.7136%2021.4081L76.8945%2016.0716L77.2864%2026H72.7136Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Cpath%20d%3D%22M41.7136%2026L42.1055%2016.0716L33.2864%2021.4081L31%2017.6229L40.2764%2013.031L31%208.43914L33.2864%204.59189L42.1055%209.9284L41.7136%200H46.2864L45.8945%209.9284L54.7136%204.59189L57%208.43914L47.7236%2013.031L57%2017.6229L54.7136%2021.4081L45.8945%2016.0716L46.2864%2026H41.7136Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3Cpath%20d%3D%22M10.7136%2026L11.1055%2016.0716L2.28643%2021.4081L0%2017.6229L9.27638%2013.031L0%208.43914L2.28643%204.59189L11.1055%209.9284L10.7136%200H15.2864L14.8945%209.9284L23.7136%204.59189L26%208.43914L16.7236%2013.031L26%2017.6229L23.7136%2021.4081L14.8945%2016.0716L15.2864%2026H10.7136Z%22%20fill%3D%22%23161616%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    50% / contain no-repeat;
}

.information__icons {
  position: relative;
  display: flex;
  margin: 0 15px;
  justify-content: space-between;
  align-items: center;
}

.information__icons::after {
  content: '';
  position: absolute;
  right: -15px;
  width: 9px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='34' viewBox='0 0 9 34' fill='none'%3E%3Cpath d='M9 17.0731C7.81208 17.0731 6.84564 16.9634 6.10067 16.7441C5.36577 16.5247 4.79698 16.214 4.3943 15.8118C4.00168 15.3975 3.72987 14.91 3.57886 14.3495C3.42785 13.7889 3.35235 13.1613 3.35235 12.4667V7.12903C3.35235 5.56918 3.11074 4.42975 2.62752 3.71075C2.15436 2.97957 1.27852 2.62007 0 2.63226V0C1.07718 0 1.97819 0.146237 2.70302 0.43871C3.43792 0.718996 4.02685 1.15161 4.4698 1.73656C4.91275 2.32151 5.22987 3.06487 5.42114 3.96667C5.61242 4.85627 5.70805 5.91039 5.70805 7.12903V11.4065C5.70805 12.8566 5.94966 13.8925 6.43289 14.514C6.92617 15.1233 7.78188 15.428 9 15.428V17.0731ZM0 34V31.4043C1.27852 31.4043 2.15436 31.0387 2.62752 30.3075C3.11074 29.5763 3.35235 28.4308 3.35235 26.871V21.5699C3.35235 20.8875 3.42785 20.266 3.57886 19.7054C3.72987 19.1326 4.00168 18.6391 4.3943 18.2247C4.79698 17.8104 5.36577 17.4935 6.10067 17.2742C6.84564 17.0427 7.81208 16.9269 9 16.9269V18.572C7.78188 18.5842 6.92617 18.9011 6.43289 19.5226C5.94966 20.1441 5.70805 21.1799 5.70805 22.6301V26.871C5.70805 28.0896 5.61242 29.1498 5.42114 30.0516C5.22987 30.9534 4.91275 31.6907 4.4698 32.2634C4.02685 32.8484 3.43792 33.281 2.70302 33.5613C1.97819 33.8538 1.07718 34 0 34ZM9 18.572L6.40268 18.5903V15.4097L9 15.428V18.572Z' fill='%230D0D0D'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.information__icons::before {
  content: '';
  position: absolute;
  left: -15px;
  width: 9px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='34' viewBox='0 0 9 34' fill='none'%3E%3Cpath d='M0 17.0731C1.18792 17.0731 2.15436 16.9634 2.89933 16.7441C3.63423 16.5247 4.20302 16.214 4.6057 15.8118C4.99832 15.3975 5.27013 14.91 5.42114 14.3495C5.57215 13.7889 5.64765 13.1613 5.64765 12.4667V7.12903C5.64765 5.56918 5.88926 4.42975 6.37248 3.71075C6.84564 2.97957 7.72148 2.62007 9 2.63226V0C7.92282 0 7.02181 0.146237 6.29698 0.43871C5.56208 0.718996 4.97315 1.15161 4.5302 1.73656C4.08725 2.32151 3.77013 3.06487 3.57886 3.96667C3.38758 4.85627 3.29195 5.91039 3.29195 7.12903V11.4065C3.29195 12.8566 3.05034 13.8925 2.56711 14.514C2.07383 15.1233 1.21812 15.428 0 15.428V17.0731ZM9 34V31.4043C7.72148 31.4043 6.84564 31.0387 6.37248 30.3075C5.88926 29.5763 5.64765 28.4308 5.64765 26.871V21.5699C5.64765 20.8875 5.57215 20.266 5.42114 19.7054C5.27013 19.1326 4.99832 18.6391 4.6057 18.2247C4.20302 17.8104 3.63423 17.4935 2.89933 17.2742C2.15436 17.0427 1.18792 16.9269 0 16.9269V18.572C1.21812 18.5842 2.07383 18.9011 2.56711 19.5226C3.05034 20.1441 3.29195 21.1799 3.29195 22.6301V26.871C3.29195 28.0896 3.38758 29.1498 3.57886 30.0516C3.77013 30.9534 4.08725 31.6907 4.5302 32.2634C4.97315 32.8484 5.56208 33.281 6.29698 33.5613C7.02181 33.8538 7.92282 34 9 34ZM0 18.572L2.59732 18.5903V15.4097L0 15.428V18.572Z' fill='%230D0D0D'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.information__text {
  color: rgba(13, 13, 13, 0.8);
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
  margin-top: 24px;
}

.information__text b {
  color: var(--dark-bg);
  font-weight: 700;
}

.speakers {
  padding-top: 120px;
  padding-bottom: 100px;
  /* cursor: url('../img/speakers__cursor.svg'), auto;
  z-index: 100; */
}

.speakers__container {
  position: relative;
}

/* .speakers__spin {
  background: url('../img/speakers__cursor.svg') 50%/contain no-repeat;
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 111;
} */

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

.speakers__uptitle span {
  border-radius: 4px;
  background: var(--dark-bg);
  padding: 8px 21px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.speakers__title {
  margin-top: 28px;
  color: var(--dark-bg);
  text-align: center;
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
}

.speakers__block {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.speakers__block_mob {
  display: none;
}

.speakers__item {
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  max-width: 258px;
  height: 431px;
  background: 50% / cover no-repeat;
  border-radius: 4px;
  /* cursor: url('../img/speakers__cursor.svg'), auto; */
}

.speakers__theme {
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  color: rgba(13, 13, 13, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}

.speakers__theme::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #08505a;
  margin-right: 8px;
}

.speakers__name {
  font: 400 38px/100% 'Bebas Neue Cyrillic';
  color: #fff;
}

.speakers__name b {
  margin-left: 27px;
}

.speakers__text {
  margin-top: 10px;
  min-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
}

.speakers__swiper {
  overflow: hidden;
  position: relative;
  /* cursor: url('../img/speakers__cursor.svg'), auto; */
}

.speakers .speaker__swiper-pagination {
  bottom: -20px;
  width: 30px;
  display: flex;
  justify-content: center;
  transform: none !important;
  position: static;
}

.speakers__bottom {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.speakers__btn {
  display: inline-flex;
}

.speakers__arrows {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 150px;
  height: 34px;
}

.speakers__more {
  display: none;
}

.speakers__more_item {
  position: relative;
  display: inline-block;
  color: var(--dark-bg);
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.28px;
  margin: 0 auto;
}

.speakers__more_item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 118px;
  height: 2px;
  background: var(--dark-bg);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #e9e9e9;
  opacity: 1;
  transform: scale(0.5) !important;
}

.swiper-pagination-bullet-active-main {
  background: #0690a3;
  transform: scale(1) !important;
}

.swiper-pagination-bullet {
  left: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 34px;
  height: 34px;
  font-size: 0;
  opacity: 1 !important;
  position: static;
  margin: 0;
}

.speaker__swiper-button-prev {
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-0.5' y='0.5' width='33' height='33' rx='7.5' transform='matrix(-1 0 0 1 33 0)' fill='%230690A3'/%3E%3Crect x='-0.5' y='0.5' width='33' height='33' rx='7.5' transform='matrix(-1 0 0 1 33 0)' stroke='%230690A3'/%3E%3Cpath d='M14.8539 11.1598L19.8534 16.6141C19.8999 16.6648 19.9367 16.7249 19.9619 16.7911C19.9871 16.8573 20 16.9283 20 17C20 17.0717 19.9871 17.1427 19.9619 17.2089C19.9367 17.2751 19.8999 17.3352 19.8534 17.3859L14.8539 22.8402C14.7601 22.9425 14.6329 23 14.5002 23C14.3676 23 14.2403 22.9425 14.1465 22.8402C14.0527 22.7378 14 22.599 14 22.4543C14 22.3095 14.0527 22.1707 14.1465 22.0684L18.7929 17L14.1465 11.9316C14.1001 11.8809 14.0632 11.8208 14.0381 11.7546C14.0129 11.6884 14 11.6174 14 11.5457C14 11.4741 14.0129 11.4031 14.0381 11.3369C14.0632 11.2707 14.1001 11.2105 14.1465 11.1598C14.193 11.1092 14.2481 11.069 14.3088 11.0415C14.3695 11.0141 14.4345 11 14.5002 11C14.5659 11 14.631 11.0141 14.6916 11.0415C14.7523 11.069 14.8075 11.1092 14.8539 11.1598Z' fill='%23FEFEFE'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
  transform: rotate(-180deg);
}

.speaker__swiper-button-next {
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-0.5' y='0.5' width='33' height='33' rx='7.5' transform='matrix(-1 0 0 1 33 0)' fill='%230690A3'/%3E%3Crect x='-0.5' y='0.5' width='33' height='33' rx='7.5' transform='matrix(-1 0 0 1 33 0)' stroke='%230690A3'/%3E%3Cpath d='M14.8539 11.1598L19.8534 16.6141C19.8999 16.6648 19.9367 16.7249 19.9619 16.7911C19.9871 16.8573 20 16.9283 20 17C20 17.0717 19.9871 17.1427 19.9619 17.2089C19.9367 17.2751 19.8999 17.3352 19.8534 17.3859L14.8539 22.8402C14.7601 22.9425 14.6329 23 14.5002 23C14.3676 23 14.2403 22.9425 14.1465 22.8402C14.0527 22.7378 14 22.599 14 22.4543C14 22.3095 14.0527 22.1707 14.1465 22.0684L18.7929 17L14.1465 11.9316C14.1001 11.8809 14.0632 11.8208 14.0381 11.7546C14.0129 11.6884 14 11.6174 14 11.5457C14 11.4741 14.0129 11.4031 14.0381 11.3369C14.0632 11.2707 14.1001 11.2105 14.1465 11.1598C14.193 11.1092 14.2481 11.069 14.3088 11.0415C14.3695 11.0141 14.4345 11 14.5002 11C14.5659 11 14.631 11.0141 14.6916 11.0415C14.7523 11.069 14.8075 11.1092 14.8539 11.1598Z' fill='%23FEFEFE'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.speaker__swiper-button-prev.swiper-button-disabled {
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='8' transform='matrix(1 0 0 -1 0 34)' fill='%23E9E9E9'/%3E%3Cpath d='M19.1461 22.8402L14.1466 17.3859C14.1001 17.3352 14.0633 17.2751 14.0381 17.2089C14.0129 17.1427 14 17.0717 14 17C14 16.9283 14.0129 16.8573 14.0381 16.7911C14.0633 16.7249 14.1001 16.6648 14.1466 16.6141L19.1461 11.1598C19.2399 11.0575 19.3671 11 19.4998 11C19.6324 11 19.7597 11.0575 19.8535 11.1598C19.9473 11.2622 20 11.401 20 11.5457C20 11.6905 19.9473 11.8293 19.8535 11.9316L15.2071 17L19.8535 22.0684C19.8999 22.1191 19.9368 22.1792 19.9619 22.2454C19.9871 22.3116 20 22.3826 20 22.4543C20 22.5259 19.9871 22.5969 19.9619 22.6631C19.9368 22.7293 19.8999 22.7895 19.8535 22.8402C19.807 22.8908 19.7519 22.931 19.6912 22.9585C19.6305 22.9859 19.5655 23 19.4998 23C19.4341 23 19.369 22.9859 19.3084 22.9585C19.2477 22.931 19.1925 22.8908 19.1461 22.8402Z' fill='%23A3A3A3'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
  transform: rotate(0deg);
}

.speaker__swiper-button-next.swiper-button-disabled {
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='8' transform='matrix(1 0 0 -1 0 34)' fill='%23E9E9E9'/%3E%3Cpath d='M19.1461 22.8402L14.1466 17.3859C14.1001 17.3352 14.0633 17.2751 14.0381 17.2089C14.0129 17.1427 14 17.0717 14 17C14 16.9283 14.0129 16.8573 14.0381 16.7911C14.0633 16.7249 14.1001 16.6648 14.1466 16.6141L19.1461 11.1598C19.2399 11.0575 19.3671 11 19.4998 11C19.6324 11 19.7597 11.0575 19.8535 11.1598C19.9473 11.2622 20 11.401 20 11.5457C20 11.6905 19.9473 11.8293 19.8535 11.9316L15.2071 17L19.8535 22.0684C19.8999 22.1191 19.9368 22.1792 19.9619 22.2454C19.9871 22.3116 20 22.3826 20 22.4543C20 22.5259 19.9871 22.5969 19.9619 22.6631C19.9368 22.7293 19.8999 22.7895 19.8535 22.8402C19.807 22.8908 19.7519 22.931 19.6912 22.9585C19.6305 22.9859 19.5655 23 19.4998 23C19.4341 23 19.369 22.9859 19.3084 22.9585C19.2477 22.931 19.1925 22.8908 19.1461 22.8402Z' fill='%23A3A3A3'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
  transform: rotate(-180deg);
}

.why {
  padding: 120px 0;
  background: var(--dark-bg);
}

.why__uptitle {
  display: flex;
}

.why__uptitle span {
  border-radius: 4px;
  background: var(--yellow-color);
  padding: 8px 21px;
  color: var(--dark-bg);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.why__title {
  max-width: 532px;
}

.why__top {
  display: flex;
  -moz-column-gap: 296px;
  column-gap: 296px;
  margin-top: 28px;
}

.why__top p {
  color: rgba(253, 253, 253, 0.9);
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
  max-width: 385px;
}

.why__top p b {
  font-weight: 700;
  color: var(--text-color);
}

.why__block {
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 149px;
  column-gap: 149px;
}

.why__block_video {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  max-width: 679px;
  height: 671px;
  background: 50% / contain no-repeat;
  transition: 0.3s all;
  border-radius: 8px;
}

.why__block_video:hover {
  opacity: 0.5;
}

.why__block_play {
  width: 100%;
  max-width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='140' height='140' viewBox='0 0 140 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_bd_1284_957)'%3E%3Ccircle cx='70' cy='66' r='60' fill='%23E2E2E2' fill-opacity='0.4'/%3E%3Cpath d='M92.8375 63.0448L61.32 43.7642C60.7886 43.4388 60.18 43.2612 59.557 43.2496C58.9341 43.2381 58.3193 43.3931 57.7763 43.6986C57.2384 43.9993 56.7903 44.4379 56.4781 44.9692C56.1659 45.5005 56.0009 46.1054 56 46.7217V85.2786C56.0041 86.203 56.375 87.0879 57.0313 87.7389C57.6876 88.3899 58.5756 88.7536 59.5 88.7501C60.1452 88.7498 60.7779 88.572 61.3287 88.2361L92.8375 68.9554C93.344 68.6467 93.7625 68.213 94.053 67.6958C94.3434 67.1786 94.496 66.5954 94.496 66.0023C94.496 65.4092 94.3434 64.826 94.053 64.3088C93.7625 63.7917 93.344 63.3579 92.8375 63.0492V63.0448ZM59.5 85.237V46.7501L90.9628 66.0001L59.5 85.237Z' fill='%23FDFDFD'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_bd_1284_957' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1284_957'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.992157 0 0 0 0 0.992157 0 0 0 0 0.992157 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='effect1_backgroundBlur_1284_957' result='effect2_dropShadow_1284_957'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_1284_957' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

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

.why__block_inf span {
  color: #fbfbfb;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.why__block_name h4 {
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
}

.why__block_name p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
}

.why__block_item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.why__block_item:last-child {
  margin-bottom: 0;
}

.why__block_num {
  font: 400 60px/120% 'Bebas Neue Cyrillic';
  color: #fdfdfd;
  letter-spacing: -4.2px;
}

.why__block_divider {
  width: 100%;
  max-width: 1px;
  height: 100px;
  background: var(--yellow-color);
  margin: 0 53px;
}

.why__block_text span {
  font: 400 40px/130% 'Bebas Neue Cyrillic';
  color: #0690a3;
  letter-spacing: -0.8px;
}

.why__block_text p {
  color: rgba(253, 253, 253, 0.9);
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
}

.why__bottom {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.why__btn {
  display: inline-flex;
}

.plan {
  padding: 120px 0;
  background: var(--plan-bg);
}

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

.plan__uptitle span {
  border-radius: 4px;
  background: var(--yellow-color);
  padding: 8px 21px;
  color: var(--dark-bg);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.plan__title {
  margin-top: 28px;
  text-align: center;
  color: var(--dark-bg);
}

.plan__block {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.plan__item {
  padding: 40px;
  border-radius: 10px;
  background: var(--text-color);
  display: flex;
  justify-content: space-between;
  transition: 0.3s all;
  cursor: pointer;
}

.plan__item._active {
  background: var(--accent);
}

.plan__item._active .plan__text h3 b {
  color: rgba(253, 253, 253, 0.95);
}

.plan__item._active .plan__text p {
  color: rgba(253, 253, 253, 0.9);
}

.plan__item:hover {
  background: var(--accent);
}

.plan__item:hover .plan__text h3 b {
  color: rgba(253, 253, 253, 0.95);
}

.plan__item:hover .plan__text p {
  color: rgba(253, 253, 253, 0.9);
}

.plan__text {
  width: 100%;
  max-width: 598px;
}

.plan__text h3 {
  color: rgba(31, 31, 31, 0.95);
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  transition: 0.3s all;
}

.plan__text h3 b {
  color: var(--accent);
}

.plan__text p {
  margin-top: 20px;
  color: rgba(31, 31, 31, 0.9);
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
  transition: 0.3s all;
}

.plan__text p b {
  font-weight: 700;
}

.plan__photo {
  width: 100%;
  max-width: 485px;
  height: 250px;
  background: 50% / cover no-repeat;
  border-radius: 4px;
}

.plan__bottom {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.plan__btn {
  display: inline-flex;
}

.help {
  padding-top: 120px;
  background: var(--dark-bg);
}

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

.help__uptitle span {
  border-radius: 4px;
  background: var(--text-color);
  padding: 8px 21px;
  color: var(--dark-bg);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.help__title {
  margin-top: 28px;
  text-align: center;
}

.help__subtitle {
  text-align: center;
  max-width: 580px;
  margin: 20px auto 0;
  color: var(--text-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -0.17px;
}

.help__subtitle b {
  font-weight: 700;
}

.help__block {
  margin-top: 29px;
  display: flex;
  -moz-column-gap: 20px;
  gap: 20px;
  flex-wrap: wrap;
}

.help__item {
  width: 100%;
  max-width: 660px;
  padding: 26px;
  border-radius: 10px;
  background: #1f1f1f;
}

.help__top {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.help__photo {
  position: relative;
  width: 100%;
  max-width: 218px;
  height: 216px;
  border-radius: 4px;
  background: 50% / contain no-repeat;
}

.help__player {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 32px;
  height: 32px;
  bottom: 14px;
  left: 14px;
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2308505A'/%3E%3Cpath d='M23.3763 15.046L13.1968 8.81873C13.0252 8.71364 12.8286 8.65626 12.6274 8.65254C12.4262 8.64881 12.2276 8.69887 12.0522 8.79753C11.8785 8.89467 11.7338 9.03632 11.6329 9.20793C11.5321 9.37954 11.4788 9.57491 11.4785 9.77395V22.2271C11.4798 22.5257 11.5996 22.8115 11.8116 23.0217C12.0236 23.232 12.3104 23.3495 12.609 23.3483C12.8173 23.3483 13.0217 23.2908 13.1996 23.1823L23.3763 16.955C23.5399 16.8553 23.6751 16.7152 23.7689 16.5482C23.8627 16.3812 23.912 16.1928 23.912 16.0012C23.912 15.8097 23.8627 15.6213 23.7689 15.4543C23.6751 15.2872 23.5399 15.1471 23.3763 15.0474V15.046ZM12.609 22.2137V9.78313L22.7709 16.0005L12.609 22.2137Z' fill='%23FDFDFD'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.help__information_name {
  color: var(--text-color);
  font-size: 44px;
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
}

.help__information_position {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
}

.help__information_sphere {
  display: block;
  color: rgba(253, 253, 253, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-top: 14px;
}

.help__information_sphere b {
  color: var(--text-color);
  font-weight: 600;
}

.help__profit {
  margin-top: 14px;
  padding: 20px 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  background: #08505a;
}

.help__profit span {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.44px;
}

.help__profit p {
  margin-top: 12px;
  color: rgba(253, 253, 253, 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 126%;
  letter-spacing: -0.24px;
}

.help__bottom {
  position: relative;
  margin-top: 14px;
  padding: 20px 76px 58px;
  border-radius: 4px;
  background: #282828;
}

.help__bottom_title {
  color: var(--yellow-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
  text-align: center;
}

.help__slider {
  margin-top: 20px;
  overflow: hidden;
}

.help__slide p {
  color: rgba(253, 253, 253, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}

.help .help1__swiper-button-prev,
.help .help2__swiper-button-prev {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' transform='rotate(-180 15 15)' fill='%23FDFDFD'/%3E%3Cpath d='M6.74946 14.9996C6.74946 14.8173 6.82189 14.6424 6.95082 14.5135C7.07975 14.3846 7.25462 14.3121 7.43696 14.3121L20.9025 14.3121L15.8881 9.29852C15.8242 9.23465 15.7735 9.15882 15.7389 9.07536C15.7044 8.9919 15.6866 8.90245 15.6866 8.81212C15.6866 8.72178 15.7044 8.63233 15.7389 8.54888C15.7735 8.46542 15.8242 8.38959 15.8881 8.32571C15.9519 8.26184 16.0278 8.21117 16.1112 8.1766C16.1947 8.14203 16.2841 8.12423 16.3745 8.12423C16.4648 8.12423 16.5542 8.14203 16.6377 8.1766C16.7212 8.21117 16.797 8.26184 16.8609 8.32571L23.0484 14.5132C23.1123 14.5771 23.163 14.6529 23.1976 14.7363C23.2322 14.8198 23.25 14.9093 23.25 14.9996C23.25 15.09 23.2322 15.1794 23.1976 15.2629C23.163 15.3464 23.1123 15.4222 23.0484 15.486L16.8609 21.6735C16.7319 21.8025 16.5569 21.875 16.3745 21.875C16.192 21.875 16.0171 21.8025 15.8881 21.6735C15.759 21.5445 15.6866 21.3696 15.6866 21.1871C15.6866 21.0047 15.759 20.8297 15.8881 20.7007L20.9025 15.6871L7.43696 15.6871C7.25462 15.6871 7.07975 15.6147 6.95082 15.4858C6.82189 15.3568 6.74946 15.182 6.74946 14.9996Z' fill='%231F1F1F'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.help .help1__swiper-button-next,
.help .help2__swiper-button-next {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' transform='rotate(-180 15 15)' fill='%23FDFDFD'/%3E%3Cpath d='M6.74946 14.9996C6.74946 14.8173 6.82189 14.6424 6.95082 14.5135C7.07975 14.3846 7.25462 14.3121 7.43696 14.3121L20.9025 14.3121L15.8881 9.29852C15.8242 9.23465 15.7735 9.15882 15.7389 9.07536C15.7044 8.9919 15.6866 8.90245 15.6866 8.81212C15.6866 8.72178 15.7044 8.63233 15.7389 8.54888C15.7735 8.46542 15.8242 8.38959 15.8881 8.32571C15.9519 8.26184 16.0278 8.21117 16.1112 8.1766C16.1947 8.14203 16.2841 8.12423 16.3745 8.12423C16.4648 8.12423 16.5542 8.14203 16.6377 8.1766C16.7212 8.21117 16.797 8.26184 16.8609 8.32571L23.0484 14.5132C23.1123 14.5771 23.163 14.6529 23.1976 14.7363C23.2322 14.8198 23.25 14.9093 23.25 14.9996C23.25 15.09 23.2322 15.1794 23.1976 15.2629C23.163 15.3464 23.1123 15.4222 23.0484 15.486L16.8609 21.6735C16.7319 21.8025 16.5569 21.875 16.3745 21.875C16.192 21.875 16.0171 21.8025 15.8881 21.6735C15.759 21.5445 15.6866 21.3696 15.6866 21.1871C15.6866 21.0047 15.759 20.8297 15.8881 20.7007L20.9025 15.6871L7.43696 15.6871C7.25462 15.6871 7.07975 15.6147 6.95082 15.4858C6.82189 15.3568 6.74946 15.182 6.74946 14.9996Z' fill='%231F1F1F'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.help .help1__swiper-button-prev.swiper-button-disabled,
.help .help2__swiper-button-prev.swiper-button-disabled {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23FDFDFD' fill-opacity='0.2'/%3E%3Cpath d='M23.2505 15.0004C23.2505 15.1827 23.1781 15.3576 23.0492 15.4865C22.9202 15.6154 22.7454 15.6879 22.563 15.6879H9.09749L14.1119 20.7015C14.1758 20.7654 14.2265 20.8412 14.2611 20.9246C14.2956 21.0081 14.3134 21.0975 14.3134 21.1879C14.3134 21.2782 14.2956 21.3677 14.2611 21.4511C14.2265 21.5346 14.1758 21.6104 14.1119 21.6743C14.0481 21.7382 13.9722 21.7888 13.8888 21.8234C13.8053 21.858 13.7159 21.8758 13.6255 21.8758C13.5352 21.8758 13.4458 21.858 13.3623 21.8234C13.2788 21.7888 13.203 21.7382 13.1391 21.6743L6.95163 15.4868C6.88771 15.4229 6.837 15.3471 6.80241 15.2637C6.76781 15.1802 6.75 15.0907 6.75 15.0004C6.75 14.91 6.76781 14.8206 6.80241 14.7371C6.837 14.6536 6.88771 14.5778 6.95163 14.514L13.1391 8.32648C13.2681 8.19747 13.4431 8.125 13.6255 8.125C13.808 8.125 13.9829 8.19747 14.1119 8.32648C14.241 8.45548 14.3134 8.63044 14.3134 8.81288C14.3134 8.99532 14.241 9.17029 14.1119 9.29929L9.09749 14.3129H22.563C22.7454 14.3129 22.9202 14.3853 23.0492 14.5142C23.1781 14.6432 23.2505 14.818 23.2505 15.0004Z' fill='%231F1F1F'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
  transform: translateY(-50%) rotate(0deg);
}

.help .help1__swiper-button-next.swiper-button-disabled,
.help .help2__swiper-button-next.swiper-button-disabled {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23FDFDFD' fill-opacity='0.2'/%3E%3Cpath d='M23.2505 15.0004C23.2505 15.1827 23.1781 15.3576 23.0492 15.4865C22.9202 15.6154 22.7454 15.6879 22.563 15.6879H9.09749L14.1119 20.7015C14.1758 20.7654 14.2265 20.8412 14.2611 20.9246C14.2956 21.0081 14.3134 21.0975 14.3134 21.1879C14.3134 21.2782 14.2956 21.3677 14.2611 21.4511C14.2265 21.5346 14.1758 21.6104 14.1119 21.6743C14.0481 21.7382 13.9722 21.7888 13.8888 21.8234C13.8053 21.858 13.7159 21.8758 13.6255 21.8758C13.5352 21.8758 13.4458 21.858 13.3623 21.8234C13.2788 21.7888 13.203 21.7382 13.1391 21.6743L6.95163 15.4868C6.88771 15.4229 6.837 15.3471 6.80241 15.2637C6.76781 15.1802 6.75 15.0907 6.75 15.0004C6.75 14.91 6.76781 14.8206 6.80241 14.7371C6.837 14.6536 6.88771 14.5778 6.95163 14.514L13.1391 8.32648C13.2681 8.19747 13.4431 8.125 13.6255 8.125C13.808 8.125 13.9829 8.19747 14.1119 8.32648C14.241 8.45548 14.3134 8.63044 14.3134 8.81288C14.3134 8.99532 14.241 9.17029 14.1119 9.29929L9.09749 14.3129H22.563C22.7454 14.3129 22.9202 14.3853 23.0492 14.5142C23.1781 14.6432 23.2505 14.818 23.2505 15.0004Z' fill='%231F1F1F'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
  transform: translateY(-50%) rotate(-180deg);
}

.help .help1__swiper-pagination,
.help .help2__swiper-pagination {
  bottom: 20px;
}

.help .swiper-pagination-bullet {
  background: rgba(253, 253, 253, 0.2);
  margin: 0 1px !important;
}

.help .swiper-pagination-bullet-active-main {
  background: var(--text-color);
}

.help__add {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.help__btn {
  display: inline-flex;
  cursor: pointer;
}

.control {
  padding-top: 120px;
  background: var(--dark-bg);
}

.control__uptitle {
  display: flex;
}

.control__uptitle span {
  border-radius: 4px;
  background: var(--text-color);
  padding: 8px 21px;
  color: var(--dark-bg);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.control__top {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}

.control__title {
  width: 100%;
  max-width: 674px;
  line-height: 116%;
}

.control__text {
  width: 100%;
  max-width: 490px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.control__text p {
  color: var(--text-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -0.17px;
}

.control__text p b {
  font-weight: 700;
}

.control__slider {
  margin-top: 48px;
}

.control__slide {
  height: 401px;
  width: 996px;
  background: 50% / contain no-repeat;
}

.control__bottom {
  position: relative;
}

.control__bottom_main {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.control .swiper-pagination {
  bottom: -28px;
}

.control .swiper-pagination-bullet {
  background: rgba(253, 253, 253, 0.2);
  margin: 0 1px !important;
}

.control .swiper-pagination-bullet-active-main {
  background: var(--text-color);
}

.history {
  padding: 148px 0 120px;
  background: var(--dark-bg);
}

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

.history__btn {
  display: inline-flex;
  cursor: pointer;
}

.history__uptitle span {
  border-radius: 4px;
  background: var(--text-color);
  padding: 8px 21px;
  color: var(--dark-bg);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.history__title {
  color: var(--text-color);
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
}

.history__block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.history__item {
  padding: 26px;
  border-radius: 10px;
  background: #1f1f1f;
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  width: 100%;
  max-width: 660px;
}

.history__photo {
  position: relative;
  width: 218px;
  height: 249px;
  background: 50% / cover no-repeat;
  border-radius: 4px;
}

.history__name {
  color: var(--text-color);
  font-size: 43px;
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
}

.history__description {
  display: flex;
  -moz-column-gap: 18px;
  column-gap: 18px;
  margin-top: 10px;
}

.history__description_name {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.32px;
}

.history__description_detail {
  color: rgba(253, 253, 253, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}

.history__town {
  /* display: flex; */
  display: none;
  -moz-column-gap: 4px;
  column-gap: 4px;
  align-items: center;
  padding: 7px 12px;
  left: 18px;
  bottom: 18px;
  position: absolute;
  border-radius: 4px;
  background: rgba(226, 226, 226, 0.2);
}

.history__town_item {
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Cpath d='M7.50034 14C7.50034 14 12.196 9.82609 12.196 6.69565C12.196 4.10231 10.0937 2 7.50034 2C4.907 2 2.80469 4.10231 2.80469 6.69565C2.80469 9.82609 7.50034 14 7.50034 14Z' stroke='%23FDFDFD'/%3E%3Cpath d='M9.00053 6.50009C9.00053 7.32852 8.32896 8.00009 7.50053 8.00009C6.6721 8.00009 6.00053 7.32852 6.00053 6.50009C6.00053 5.67167 6.6721 5.0001 7.50053 5.0001C8.32896 5.0001 9.00053 5.67167 9.00053 6.50009Z' stroke='%23FDFDFD'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.history__town span {
  color: rgba(253, 253, 253, 0.75);
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
}

.history__wrapper {
  margin-top: 42px;
  display: flex;
}

.history__point {
  padding: 13px 11px;
  border-radius: 4px;
  background: rgba(226, 226, 226, 0.2);
}

.history__point:nth-child(2) {
  background: #c8cdce;
}

.history__point:nth-child(2) .history__point_name {
  color: rgba(13, 13, 13, 0.8);
}

.history__point:nth-child(2) .history__point_price {
  color: var(--dark-bg);
}

.history__point:nth-child(2) .history__point_profit {
  color: var(--dark-bg);
}

.history__point:nth-child(3) {
  background: #08505a;
}

.history__point_name {
  display: block;
  color: rgba(253, 253, 253, 0.8);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 126%;
  letter-spacing: -0.24px;
}

.history__point_price {
  text-align: center;
  margin-top: 26px;
  color: var(--text-color);
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.34px;
}

.history__point_profit {
  margin-top: 2px;
  color: var(--text-color);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 126%;
  letter-spacing: -0.24px;
}

.change {
  padding-top: 120px;
}

.change__uptitle {
  display: flex;
}

.change__uptitle span {
  border-radius: 4px;
  background: var(--dark-bg);
  padding: 8px 21px;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.change__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.change__top {
  width: 100%;
  max-width: 415px;
}

.change__title {
  margin-top: 28px;
  color: var(--dark-bg);
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
}

.change__text {
  margin-top: 22px;
  color: rgba(13, 13, 13, 0.8);
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
}

.change__text b {
  color: var(--dark-bg);
  font-weight: 700;
}

.change__bottom {
  display: flex;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.change__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  min-height: 421px;
  border-radius: 10px;
  background: #eaeaea;
  padding: 20px;
  width: 100%;
  max-width: 263px;
  transition: 0.3s all;
  cursor: pointer;
}

.change__item:hover {
  background: var(--accent);
}

.change__item:hover span {
  background: rgba(253, 253, 253, 0.9);
  color: var(--accent);
}

.change__item:hover .change__item_text h4 {
  color: var(--text-color);
}

.change__item:hover .change__item_text p {
  color: rgba(253, 253, 253, 0.9);
}

.change__item span {
  display: inline-flex;
  padding: 6px 8px;
  border-radius: 4px;
  background: rgba(6, 144, 163, 0.9);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 116%;
  transition: 0.3s all;
}

.change__item_text h4 {
  color: rgba(13, 13, 13, 0.9);
  font-size: 54px;
  font-weight: 400;
  transition: 0.3s all;
}

.change__item_text p {
  color: rgba(13, 13, 13, 0.6);
  font-size: 15px;
  font-weight: 400;
  line-height: 148%;
  margin-top: 20px;
  transition: 0.3s all;
}

.change__item_num {
  font: 400 240px/120% 'Bebas Neue Cyrillic';
  position: absolute;
  font-feature-settings: 'liga' off, 'clig' off;
  top: 20px;
  right: 0;
  letter-spacing: -14.4px;
  background: linear-gradient(180deg, #008c9f -6.45%, #f6f6f6 72.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 184px;
  height: 275px;
}

.gallery {
  padding: 80px 0 0;
}

.gallery__container {
  position: relative;
}

.gallery__top {
  cursor: url('../img/cursor__move.svg'), auto;
}

.gallery__bottom {
  cursor: url('../img/cursor__move.svg'), auto;
}

.gallery__spin {
  z-index: 11;
}

.gallery__spin .news__spin_cursor {
  width: 60px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='62' height='12' viewBox='0 0 62 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.16667 10L1 6M1 6L5.16667 2M1 6H11' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2695 2.40039V1.26953H22.0312V2.40039H19.3125V10H18V2.40039H15.2695ZM25.9219 10V4.53906H24.3457C23.9746 4.54297 23.6855 4.63086 23.4785 4.80273C23.2715 4.97461 23.1699 5.20117 23.1738 5.48242C23.1699 5.75977 23.2637 5.98438 23.4551 6.15625C23.6465 6.32422 23.916 6.4082 24.2637 6.4082H26.2852V7.43945H24.2637C23.7793 7.43945 23.3613 7.35938 23.0098 7.19922C22.6621 7.03906 22.3926 6.81055 22.2012 6.51367C22.0137 6.2168 21.9219 5.86719 21.9258 5.46484C21.9219 5.05469 22.0176 4.69922 22.2129 4.39844C22.4082 4.09766 22.6875 3.86523 23.0508 3.70117C23.4141 3.5332 23.8457 3.44922 24.3457 3.44922H27.1172V10H25.9219ZM21.6211 10L23.4668 6.68945H24.7734L22.9219 10H21.6211ZM32.5137 3.44922V4.55078H29.584V10H28.3359V3.44922H32.5137ZM37.793 6.17383V7.27539H34.248V6.17383H37.793ZM34.5996 3.44922V10H33.3633V3.44922H34.5996ZM38.6836 3.44922V10H37.4414V3.44922H38.6836ZM41.1387 8.20703L44.0273 3.44922H45.3984V10H44.1562V5.23633L41.2793 10H39.9023V3.44922H41.1387V8.20703Z' fill='white'/%3E%3Cpath d='M56.8333 10L61 6M61 6L56.8333 2M61 6H51' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.gallery__spin {
  top: 11%;
  left: 31%;
  right: auto;
}

.gallery__bottom {
  margin-top: 14px;
}

.gallery .swiper-slide {
  width: 560px;
  height: 298px;
  background: 50% / cover no-repeat;
  border-radius: 8px;
}

.instruction {
  padding: 120px 0;
  background: var(--dark-bg);
}

.instruction__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.instruction__uptitle {
  display: flex;
}

.instruction__uptitle span {
  border-radius: 4px;
  background: var(--text-color);
  padding: 8px 21px;
  color: var(--dark-bg);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.instruction__top {
  width: 100%;
  max-width: 541px;
}

.instruction__title {
  margin-top: 28px;
}

.instruction__text {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.instruction__text p {
  color: rgba(253, 253, 253, 0.9);
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
}

.instruction__text p b {
  color: var(--text-color);
  font-weight: 700;
}

.instruction__photo {
  background: 50% / contain no-repeat;
  width: 677px;
  height: 495px;
}

.instruction__add {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.instruction__btn {
  display: inline-flex;
}

.income {
  padding: 120px 0 140px;
  background: #0690a3;
  overflow: hidden;
  position: relative;
}

.income__title {
  position: relative;
  z-index: 2;
  color: var(--text-color);
  text-align: center;
  font-size: 74px;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}

.income__subtitle {
  position: relative;
  max-width: 700px;
  margin: 20px auto 0;
  z-index: 2;
  color: rgba(253, 253, 253, 0.9);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.24px;
  text-align: center;
}

.income__subtitle b {
  font-weight: 700;
  color: var(--text-color);
}

.income__add {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.income__btn {
  display: inline-flex;
}

.income__decor {
  position: absolute;
  bottom: -208px;
  /* left: 0; */
  left: 50%;
  transform: translateX(-50%);
  width: 1532px;
  height: 525px;
  background: 50% / contain no-repeat;
  z-index: 1;
}

.packages {
  padding: var(--sp) 0;
  background: var(--text-color);
}

.packages__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.packages__header {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.packages__course-info {
  margin-bottom: 20px;
}

.packages__title {
  margin-top: 20px;
  width: 100%;
  color: #000;
}

.packages__footer-text {
  margin-bottom: 25px;
  text-align: center;
}

.packages__footer-text b {
  font-weight: 700;
}

.packages__timer .countdownHolder {
  margin: 15px auto;
  justify-content: flex-start;
}

.packages__timer .countdownHolder .countDiv {
  display: inherit;
  width: 10px;
  height: 1em;
  position: relative;
  margin: 0 3px;
  top: 13px;
}

.packages__timer .countdownHolder .countDays,
.packages__timer .countdownHolder .countHours,
.packages__timer .countdownHolder .countMinutes,
.packages__timer .countdownHolder .countSeconds {
  background: var(--accent);
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 24px;
}

.packages__timer .countdownHolder span.digit {
  color: var(--text-color);
  font-weight: 700;
}

.packages__timer .countdownHolder .textdigit {
  color: var(--text-color);
  font-size: 10px;
  font-weight: 700;
  line-height: 20.899px;
  text-transform: capitalize;
}

.packages__timer_title {
  color: var(--dark-bg);
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  margin-bottom: 16px;
}

.packages__timer-header {
  text-align: center;
  font-size: var(--s);
  font-weight: 500;
}

.packages__nav {
  display: none;
  padding: 20px 0;
}

.packages__wrap {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0px 0px 30px -1px rgba(30, 30, 30, 0.1882352941);
}

.package {
  text-align: center;
  background: #fff;
  width: 20%;
}

.package__btn {
  display: inline-flex;
  padding: 18px 28px;
  justify-content: center;
  align-items: center;
  color: var(--dark-bg);
  font-size: 15px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.32px;
  border-radius: 100px;
  background: #f5a50b;
  transition: 0.3s all;
}

.package__btn:hover {
  transform: rotate(-5deg);
}

.package__header {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
}

.package__upprice {
  color: #5f5f5f;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 5px;
}

.package__body li {
  height: 93px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0;
  position: relative;
}

.package__body li.shadow {
  background: #d8e5e7 !important;
}

.package__body li.shadow2 {
  background: #deecee !important;
}

.package__body li .rass__text {
  display: inline;
  font-size: 15px;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.package__body li .rass__text b {
  font-weight: 400;
  color: #000;
}
.package__body li .rass__text img {
  width: 290px;
  max-width: 100%;
}

.package__body li.yes .rass__text {
  display: none;
}

.package__body .rass__tooltip {
  z-index: 9;
  top: auto;
  bottom: 35px;
}
.package__body .rass__tooltip:before {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(45deg);
}

.package__body li:nth-child(odd) {
  background: #f7f7f7;
}

.package__body li.yes:before {
  background: url('../img/check-1.svg') 50% no-repeat;
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.package-3 .package__footer.package__footer_timer {
  display: none;
}

.package__body li.yes_text:before {
  display: none;
}

.package__body li .yes__value {
  flex: 1 1 auto;
  text-align: center;
  font-size: 15px;
}

.package__footer {
  background: #f6f6f6;
  padding: 40px 0 40px;
  position: relative;
}

.package-2 .package__footer {
  background: #ececec;
}

.package-3 .package__footer {
  background: #f6f6f6;
}

.package__footer .packages__timer {
  padding: 45px 35px 0;
}

.package__price_full {
  color: #b80101;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: line-through;
}

.package__price_current {
  margin-bottom: 30px;
  color: var(--dark-bg);
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.72px;
  margin-bottom: 15px;
}

.package__btn-book {
  margin-top: 20px;
  display: none;
}

.package__places {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(13, 13, 13, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.package-desc {
  width: 40%;
}

.package-desc .package__header {
  padding: 10px 40px;
  justify-content: flex-start;
  color: var(--dark-bg);
  font-size: 17px;
  font-weight: 400;
}

.package-desc .package__body li {
  padding: 0 40px;
  color: var(--dark-bg);
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
}

.package-desc .package__body li.bold {
  font-weight: 600;
}

.package-desc .package__footer {
  background: #fff;
}

.package-desc .packages__timer_title {
  text-align: left;
  margin-bottom: 30px;
}

.package-desc .packages__timer .countdownHolder {
  justify-content: flex-start;
}

.package-1 {
  background: #f9f9f9;
}

.package-1 .package__header {
  color: var(--dark-bg);
  font-family: 'Bebas Neue Cyrillic';
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  border: 2px solid rgba(13, 13, 13, 0.5);
  background: #eaeaea;
}

.package-1 .package__body li.yes:before {
  background: url('../img/check-1.svg') 50% no-repeat;
}

.package-1 .package__body li:nth-child(odd) {
  background: #f2f2f2;
}

.package-2 {
  background: #f2f2f2;
}

.package-2 .package__header {
  position: relative;
  background: #0690a3;
  color: var(--text-color);
  font-family: 'Bebas Neue Cyrillic';
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.package-2 .package__header::before {
  content: '';
  position: absolute;
  width: 21.789px;
  height: 18.584px;
  transform: rotate(37.795deg);
  right: 23%;
  top: 16%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20' fill='none'%3E%3Cg clip-path='url(%23clip0_1676_3931)'%3E%3Cpath d='M20.9363 3.25264C20.8198 3.18728 20.6867 3.1576 20.5536 3.16728C20.4204 3.17697 20.293 3.22559 20.1873 3.30711L14.7401 7.56272L11.6761 1.49592C11.6189 1.38439 11.5321 1.29079 11.4252 1.22543C11.3183 1.16007 11.1954 1.12549 11.0701 1.12549C10.9447 1.12549 10.8219 1.16007 10.7149 1.22543C10.608 1.29079 10.5212 1.38439 10.4641 1.49592L7.42726 7.56272L1.98008 3.30711C1.87485 3.21389 1.74335 3.15552 1.60363 3.14002C1.46391 3.12452 1.32282 3.15265 1.19972 3.22054C1.07663 3.28843 0.97756 3.39275 0.916123 3.5192C0.854687 3.64564 0.833892 3.788 0.856594 3.92673L2.21839 15.4203L19.9217 15.4203L21.2835 3.92673C21.299 3.7926 21.2742 3.6569 21.2124 3.53687C21.1506 3.41684 21.0545 3.31791 20.9363 3.25264Z' fill='%23F5A50B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1676_3931'%3E%3Crect width='21.7887' height='18.5845' fill='white' transform='translate(0.175781 0.441162)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    50% / cover no-repeat;
}

.package-2 .package__body li.yes:before {
  background: url('../img/check-2.svg') 50% no-repeat;
}

.package-2 .package__body li:nth-child(odd) {
  background: #ececec;
}

.package-3 {
  background: #ffffff;
}

.package-3 .package__header {
  color: var(--dark-bg);
  font-family: 'Bebas Neue Cyrillic';
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  border: 2px solid rgba(13, 13, 13, 0.5);
  background: #eaeaea;
}

.package-3 .package__body li.yes:before {
  background: url('../img/check-1.svg') 50% no-repeat;
}

.package-3 .package__body li:nth-child(odd) {
  background: #f2f2f2;
}


.packages-single .packages__inner {
  width: 100%;
  max-width: 755px;
  margin: 0 auto;
}

.packages-single .packages__header {
  max-width: none;
  justify-content: space-between;
}

.packages-single .packages__title {
  width: fit-content;
}

.packages-single {
  background: #EDEDED;
}

.packages-single .package {
  width: 100%;
  background: transparent;
}

.packages-single .packages__wrap {
  box-shadow: none;
}

.packages-single .package__body li {
  height: fit-content;
  min-height: 100px;
  padding: 14px 112px 14px 53px;
  color: #0D0D0D;
  font-size: 17px;
}

.packages-single .package__body li:nth-child(odd) {
  background: #fff;
}

.packages-single .package__body li:nth-child(even) {
  background: #D8E5E7;
}

.packages-single .package__body li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  width: 19px;
  aspect-ratio: 19 / 15;
  background: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.24255 9.45093L2.80384 5.01222L0.0683594 7.7477L5.87481 13.5542C6.23771 13.9166 6.72965 14.1202 7.24255 14.1202C7.75546 14.1202 8.24739 13.9166 8.61029 13.5542L18.9329 3.23158L16.1974 0.496094L7.24255 9.45093Z' fill='%230690A3'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.packages-single .package__footer {
  margin-top: 64px;
  padding: 20px 0;
}

.packages-single .packages__timer--bottom {
  width: fit-content;
  margin: 26px auto 0;
}

.wait {
  padding: 120px 0 105px;
  background: var(--dark-bg);
}

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

.wait__uptitle span {
  border-radius: 4px;
  background: var(--text-color);
  padding: 8px 21px;
  color: var(--dark-bg);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.wait__title {
  margin-top: 28px;
  text-align: center;
}

.wait__block {
  margin-top: 48px;
}

.wait__item {
  position: relative;
  margin-left: 75px;
  padding: 26px;
  width: 100%;
  max-width: 964px;
  border-radius: 0px 10px 10px 0px;
  background: #1f1f1f;
  display: flex;
  column-gap: 26px;
  border-left: 1px solid #f5a50b;
  margin-bottom: 14px;
}

.wait__item:nth-child(2n) {
  margin-left: auto;
}

.wait__num {
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%) rotate(-90deg);
  color: #464646;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 60px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -3px;
}

.wait__item:last-child {
  margin-bottom: 0;
}

.wait__img {
  width: 100%;
  max-width: 266px;
  height: 152px;
  background: 50% / contain no-repeat;
}

.wait__inf {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wait__inf h4 {
  color: rgba(253, 253, 253, 0.95);
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.wait__inf h4 b {
  color: #0690a3;
}

.wait__inf p {
  color: rgba(253, 253, 253, 0.9);
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
}

.wait__inf p b {
  font-weight: 700;
}

.wait__bottom {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.wait__btn {
  display: inline-flex;
}

.program {
  padding: 135px 0 120px;
  background: #ededed;
}

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

.program__uptitle span {
  border-radius: 4px;
  background: var(--dark-bg);
  padding: 8px 21px;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.program__title {
  margin-top: 28px;
  color: var(--dark-bg);
  text-align: center;
}

.program__block {
  margin-top: 48px;
}

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

.program__block_title {
  position: relative;
  display: inline-block;
}

.program__block_title span {
  color: var(--dark-bg);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 116%;
}

.program__block_left {
  position: absolute;
  left: -200px;
  top: 12px;
  width: 185px;
  height: 37px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='193' height='39' viewBox='0 0 193 39' fill='none'%3E%3Cpath d='M7.29289 38.7071C7.68342 39.0976 8.31658 39.0976 8.70711 38.7071L15.0711 32.3431C15.4616 31.9526 15.4616 31.3195 15.0711 30.9289C14.6805 30.5384 14.0474 30.5384 13.6569 30.9289L8 36.5858L2.34315 30.9289C1.95262 30.5384 1.31946 30.5384 0.928932 30.9289C0.538408 31.3195 0.538408 31.9526 0.928932 32.3431L7.29289 38.7071ZM193 0H12V2H193V0ZM7 5V38H9V5H7ZM12 0C9.23858 0 7 2.23858 7 5H9C9 3.34315 10.3431 2 12 2V0Z' fill='%23D1D1D1'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.program__block_left.active {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='193' height='39' viewBox='0 0 193 39' fill='none'%3E%3Cpath d='M7.29289 38.7071C7.68342 39.0976 8.31658 39.0976 8.70711 38.7071L15.0711 32.3431C15.4616 31.9526 15.4616 31.3195 15.0711 30.9289C14.6805 30.5384 14.0474 30.5384 13.6569 30.9289L8 36.5858L2.34315 30.9289C1.95262 30.5384 1.31946 30.5384 0.928932 30.9289C0.538408 31.3195 0.538408 31.9526 0.928932 32.3431L7.29289 38.7071ZM193 0H12V2H193V0ZM7 5V38H9V5H7ZM12 0C9.23858 0 7 2.23858 7 5H9C9 3.34315 10.3431 2 12 2V0Z' fill='%232F2F2F'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.program__block_right {
  position: absolute;
  right: -200px;
  top: 12px;
  width: 185px;
  height: 37px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191' height='39' viewBox='0 0 191 39' fill='none'%3E%3Cpath d='M183.707 38.7071C183.317 39.0976 182.683 39.0976 182.293 38.7071L175.929 32.3431C175.538 31.9526 175.538 31.3195 175.929 30.9289C176.319 30.5384 176.953 30.5384 177.343 30.9289L183 36.5858L188.657 30.9289C189.047 30.5384 189.681 30.5384 190.071 30.9289C190.462 31.3195 190.462 31.9526 190.071 32.3431L183.707 38.7071ZM0 0H179V2H0V0ZM184 5V38H182V5H184ZM179 0C181.761 0 184 2.23858 184 5H182C182 3.34315 180.657 2 179 2V0Z' fill='%23D1D1D1'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.program__block_right.active {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191' height='39' viewBox='0 0 191 39' fill='none'%3E%3Cpath d='M183.707 38.7071C183.317 39.0976 182.683 39.0976 182.293 38.7071L175.929 32.3431C175.538 31.9526 175.538 31.3195 175.929 30.9289C176.319 30.5384 176.953 30.5384 177.343 30.9289L183 36.5858L188.657 30.9289C189.047 30.5384 189.681 30.5384 190.071 30.9289C190.462 31.3195 190.462 31.9526 190.071 32.3431L183.707 38.7071ZM0 0H179V2H0V0ZM184 5V38H182V5H184ZM179 0C181.761 0 184 2.23858 184 5H182C182 3.34315 180.657 2 179 2V0Z' fill='%232F2F2F'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.program__tabs {
  margin-top: 45px;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.program__tab {
  width: 100%;
  padding: 26px;
  cursor: pointer;
  border-radius: 10px;
  background: var(--dark-bg);
  color: var(--text-color);
  transition: 0.3s all;
}

.program__tab.active {
  color: var(--dark-bg);
  background: var(--text-color);
  border: 2px solid rgba(13, 13, 13, 0.5);
}

.program__tab.active .program__tab_arrow {
  background: var(--dark-bg);
  transform: rotate(90deg);
}

.program__tab.active .program__tab_arrow::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M12.6149 13.6297L8.51731 9.53212C8.38916 9.40397 8.31717 9.23017 8.31717 9.04895C8.31717 8.86772 8.38916 8.69392 8.51731 8.56578C8.64545 8.43763 8.81925 8.36564 9.00048 8.36564C9.1817 8.36564 9.3555 8.43763 9.48365 8.56578L12.4151 11.4981V1.53675L0.805355 1.53675C0.624232 1.53675 0.450526 1.4648 0.322453 1.33673C0.194379 1.20865 0.122429 1.03495 0.122429 0.853825C0.122429 0.672702 0.194379 0.498997 0.322453 0.370923C0.450526 0.24285 0.624232 0.170898 0.805355 0.170898L13.098 0.170898C13.2792 0.170898 13.4529 0.24285 13.5809 0.370923C13.709 0.498997 13.781 0.672702 13.781 0.853825V11.4981L16.7124 8.56578C16.7759 8.50232 16.8512 8.45199 16.9341 8.41765C17.017 8.38332 17.1059 8.36564 17.1956 8.36564C17.2853 8.36564 17.3742 8.38332 17.4571 8.41765C17.54 8.45199 17.6153 8.50232 17.6788 8.56578C17.8069 8.69392 17.8789 8.86772 17.8789 9.04895C17.8789 9.13868 17.8612 9.22753 17.8269 9.31044C17.7926 9.39334 17.7422 9.46867 17.6788 9.53212L13.5812 13.6297C13.5178 13.6932 13.4425 13.7435 13.3596 13.7779C13.2767 13.8123 13.1878 13.83 13.098 13.83C13.0083 13.83 12.9194 13.8123 12.8365 13.7779C12.7536 13.7435 12.6783 13.6932 12.6149 13.6297Z' fill='%23FDFDFD'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.program__tab:hover {
  color: var(--dark-bg);
  background: var(--text-color);
}

.program__tab:hover .program__tab_arrow {
  background: var(--dark-bg);
  transform: rotate(90deg);
}

.program__tab:hover .program__tab_arrow::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M12.6149 13.6297L8.51731 9.53212C8.38916 9.40397 8.31717 9.23017 8.31717 9.04895C8.31717 8.86772 8.38916 8.69392 8.51731 8.56578C8.64545 8.43763 8.81925 8.36564 9.00048 8.36564C9.1817 8.36564 9.3555 8.43763 9.48365 8.56578L12.4151 11.4981V1.53675L0.805355 1.53675C0.624232 1.53675 0.450526 1.4648 0.322453 1.33673C0.194379 1.20865 0.122429 1.03495 0.122429 0.853825C0.122429 0.672702 0.194379 0.498997 0.322453 0.370923C0.450526 0.24285 0.624232 0.170898 0.805355 0.170898L13.098 0.170898C13.2792 0.170898 13.4529 0.24285 13.5809 0.370923C13.709 0.498997 13.781 0.672702 13.781 0.853825V11.4981L16.7124 8.56578C16.7759 8.50232 16.8512 8.45199 16.9341 8.41765C17.017 8.38332 17.1059 8.36564 17.1956 8.36564C17.2853 8.36564 17.3742 8.38332 17.4571 8.41765C17.54 8.45199 17.6153 8.50232 17.6788 8.56578C17.8069 8.69392 17.8789 8.86772 17.8789 9.04895C17.8789 9.13868 17.8612 9.22753 17.8269 9.31044C17.7926 9.39334 17.7422 9.46867 17.6788 9.53212L13.5812 13.6297C13.5178 13.6932 13.4425 13.7435 13.3596 13.7779C13.2767 13.8123 13.1878 13.83 13.098 13.83C13.0083 13.83 12.9194 13.8123 12.8365 13.7779C12.7536 13.7435 12.6783 13.6932 12.6149 13.6297Z' fill='%23FDFDFD'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.program__tab h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.program__tab p {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.17px;
}

.program__tab_arrow {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 68.293px;
  background: var(--yellow-color);
  margin-left: auto;
}

.program__tab_arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.659px;
  transform: rotate(0deg);
  height: 17.756px;
  transform: translateX(-50%) translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M12.6149 13.6297L8.51731 9.53212C8.38916 9.40397 8.31717 9.23017 8.31717 9.04895C8.31717 8.86772 8.38916 8.69392 8.51731 8.56578C8.64545 8.43763 8.81925 8.36564 9.00048 8.36564C9.1817 8.36564 9.3555 8.43763 9.48365 8.56578L12.4151 11.4981L12.4151 1.53675L0.805355 1.53675C0.624231 1.53675 0.450525 1.4648 0.322452 1.33673C0.194378 1.20865 0.122429 1.03495 0.122429 0.853824C0.122429 0.672701 0.194378 0.498996 0.322453 0.370922C0.450525 0.242849 0.624231 0.170898 0.805355 0.170898L13.098 0.170898C13.2792 0.170898 13.4529 0.242849 13.5809 0.370923C13.709 0.498997 13.781 0.672702 13.781 0.853825L13.781 11.4981L16.7124 8.56578C16.7759 8.50233 16.8512 8.45199 16.9341 8.41765C17.017 8.38332 17.1059 8.36564 17.1956 8.36564C17.2853 8.36564 17.3742 8.38332 17.4571 8.41765C17.54 8.45199 17.6153 8.50233 17.6788 8.56578C17.8069 8.69392 17.8789 8.86772 17.8789 9.04895C17.8789 9.13868 17.8612 9.22754 17.8269 9.31044C17.7926 9.39334 17.7422 9.46867 17.6788 9.53212L13.5812 13.6297C13.5178 13.6932 13.4425 13.7435 13.3596 13.7779C13.2767 13.8123 13.1878 13.83 13.098 13.83C13.0083 13.83 12.9194 13.8123 12.8365 13.7779C12.7536 13.7435 12.6783 13.6932 12.6149 13.6297Z' fill='%230D0D0D'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.program__content {
  position: relative;
  width: 100%;
  background: #e5e5e5;
  transition: 0.3s all;
}

.program__content.active {
  margin-top: 24px;
  padding: 42px 28px 30px;
}

.program__content .content {
  display: none;
  width: 464px;
  /* height: 584px; */
  /* height: 881px; */
}

.program__content .content.active {
  display: block;
}

.program__content .module {
  margin-bottom: 8px;
}

.program__content .module.active .program__header {
  border: 1px solid rgba(13, 13, 13, 0.5);
}

.program__content .module.active .program__header_arrow {
  opacity: 1;
}

.program__header {
  position: relative;
  border-radius: 8px;
  background: #f0f0f0;
  padding: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all;
}

.module-bonus .program__header {
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.program__header_num {
  font: 400 35px 'Bebas Neue Cyrillic';
  color: #0690a3;
  letter-spacing: -1.75px;
  margin-right: 12px;
  margin-top: 5px;
}

.program__header_title {
  color: var(--dark-bg);
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}

.program__header_arrow {
  position: absolute;
  opacity: 0;
  transition: 0.3s all;
  right: 20px;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M3.2513 14.0838L20.1361 14.0838L14.4021 19.8179C13.979 20.2409 13.979 20.9267 14.4021 21.3497C14.8251 21.7728 15.5111 21.7728 15.9342 21.3497L23.5175 13.7664C23.9405 13.3433 23.9405 12.6573 23.5175 12.2345L15.9342 4.65121C15.7226 4.43969 15.4453 4.33379 15.168 4.33379C14.8909 4.33379 14.6136 4.43969 14.4021 4.65121C13.979 5.07425 13.979 5.76027 14.4021 6.18305L20.1361 11.9171L3.2513 11.9171C2.6533 11.9171 2.16797 12.4022 2.16797 13.0005C2.16797 13.5987 2.65303 14.0838 3.2513 14.0838Z' fill='%230690A3'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.program__body {
  display: none;
  position: relative;
  width: 100%;
}

.program__inf {
  display: flex;
}

.program__module {
  padding: 8px 21px;
  color: var(--text-color);
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.17px;
  border-radius: 8px;
  background: #0690a3;
}

.program__start {
  position: relative;
  padding: 8px 14px;
  padding-left: 37px;
  border-radius: 8px;
  background: #c8cdce;
  color: var(--dark-bg);
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.17px;
}

.program__start b {
  font-weight: 600;
}

.program__start::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'%3E%3Cpath d='M4.21429 5.5714H12.7188M3.63393 1V2.37159M13.1875 1V2.37142M16 5.37142L16 14C16 15.6569 14.6569 17 13 17H4C2.34315 17 1 15.6569 1 14V5.37142C1 3.71457 2.34315 2.37142 4 2.37142H13C14.6569 2.37142 16 3.71457 16 5.37142Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.program__speakers {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 252px;
}

.program__speakers-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.program__speakers-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(50% - 4px);
  aspect-ratio: 122 / 183;
  padding: 12px;
  border-radius: 4px;
  background: center/cover no-repeat;
}

.program__speakers-name {
  font: 400 18px / 100% "Bebas Neue Cyrillic";
  color: #FFF;
}

.program__speakers-name b {
  margin-left: 20px;
}

.program__name {
  max-width: 436px;
  margin-top: 22px;
  color: var(--dark-bg);
  font-size: 44px;
  font-weight: 400;
  line-height: 110%;
}

.program__description {
  margin-top: 34px;
  color: var(--dark-bg);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.24px;
}

.program__list {
  margin-top: 24px;
  max-width: 472px;
}

.program__list li {
  position: relative;
  color: var(--dark-bg);
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.17px;
  margin-bottom: 14px;
  padding-left: 22px;
}

.program__list li b {
  font-weight: 600;
}

.program__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #0690a3;
}

.program__list li br {
  display: none;
}

.program__materials {
  margin-top: 30px;
}

.program__materials_uptitle {
  color: var(--dark-bg);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.24px;
}

.program__materials_block {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.program__materials_item {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  max-width: 370px;
}

.program__materials_photo {
  width: 100%;
  max-width: 117px;
  height: 111px;
  background: 50% / contain no-repeat;
}

.program__materials_inf {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.program__materials_icon {
  width: 38px;
  height: 38px;
  background: 50% / contain no-repeat;
}

.program__materials_title {
  color: var(--dark-bg);
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.17px;
}

.program__undername {
  margin-top: 6px;
  color: var(--dark-bg);
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.17px;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  background: var(--dark-bg);
}

.footer__container {
  position: relative;
}

.footer__spin {
  top: -7%;
  right: 3%;
}

.footer__spin .news__spin_item {
  background: url("data:image/svg+xml,%3Csvg width='121' height='121' viewBox='0 0 121 121' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M60.1684 120.337C93.3985 120.337 120.337 93.3985 120.337 60.1684C120.337 26.9383 93.3985 0 60.1684 0C26.9383 0 0 26.9383 0 60.1684C0 93.3985 26.9383 120.337 60.1684 120.337ZM60.1675 98.6084C81.3978 98.6084 98.6084 81.3978 98.6084 60.1675C98.6084 38.9371 81.3978 21.7266 60.1675 21.7266C38.9371 21.7266 21.7266 38.9371 21.7266 60.1675C21.7266 81.3978 38.9371 98.6084 60.1675 98.6084Z' fill='%23F5A50B'/%3E%3Ccircle cx='109' cy='58' r='2' fill='%230D0D0D'/%3E%3Ccircle cx='10' cy='60' r='2' fill='%230D0D0D'/%3E%3Cpath d='M8.41261 42.9867L18.4717 44.8423L18.2419 46.0565L9.26299 44.4001L8.30551 49.459L17.2844 51.1154L17.0546 52.3295L6.99556 50.4738L8.41261 42.9867Z' fill='%230D0D0D'/%3E%3Cpath d='M9.98092 38.5599L19.6461 41.9085L19.2294 43.0718L9.56428 39.7233L9.98092 38.5599Z' fill='%230D0D0D'/%3E%3Cpath d='M21.9486 42.034L18.7972 40.3571L19.1157 39.7801C19.0444 39.483 18.8918 39.1581 18.6578 38.8055C18.4198 38.4508 18.0543 38.0619 17.5612 37.6388C17.0682 37.2158 16.4004 36.7542 15.558 36.254L11.8582 34.0364L14.7907 28.7234L22.8509 33.0125L23.4215 31.9788L26.5607 33.6493L25.9902 34.6831L23.8206 33.5285L20.3374 39.8393L22.5191 41.0003L21.9486 42.034ZM19.8322 38.4819L22.2804 34.0463L15.1898 30.2731L13.3653 33.5788L16.1285 35.2203C16.7672 35.6068 17.3309 35.9871 17.8195 36.3612C18.3042 36.7331 18.713 37.0958 19.0458 37.4491C19.3787 37.8025 19.6408 38.1468 19.8322 38.4819Z' fill='%230D0D0D'/%3E%3Cpath d='M25.2519 31.5488L17.5906 24.7714L18.4275 23.8622L21.8416 26.8825L25.5329 22.8718L22.1188 19.8516L22.9556 18.9424L30.6169 25.7197L29.78 26.6289L26.3556 23.5996L22.6643 27.6102L26.0887 30.6396L25.2519 31.5488Z' fill='%230D0D0D'/%3E%3Cpath d='M37.8679 20.5696L36.8518 21.2728L31.5077 13.8699L29.7239 15.1043C29.2685 15.4195 28.9512 15.7421 28.7718 16.0721C28.5962 16.3995 28.5341 16.7318 28.5857 17.069C28.641 17.4035 28.7873 17.7391 29.0246 18.0757C29.2668 18.4033 29.537 18.6448 29.8353 18.8C30.1309 18.9516 30.463 18.9972 30.8315 18.937C31.1973 18.873 31.6054 18.688 32.0559 18.3817L34.3252 16.8113L34.9762 17.713L32.673 19.3069C32.0219 19.7575 31.4093 20.0228 30.8352 20.103C30.2621 20.1769 29.7392 20.0936 29.2665 19.8531C28.7938 19.6126 28.382 19.2494 28.0311 18.7632C27.6775 18.2734 27.4624 17.7684 27.386 17.2482C27.3106 16.7216 27.4047 16.203 27.6681 15.6924C27.9289 15.178 28.3885 14.693 29.0471 14.2372L31.8809 12.2761L37.8679 20.5696ZM31.2243 19.575L32.3759 18.778L33.0245 23.9215L31.8504 24.7341L31.2243 19.575Z' fill='%230D0D0D'/%3E%3Cpath d='M35.3989 11.5443L34.952 10.5409L42.0138 7.53494L42.4608 8.53829L39.5046 9.79661L43.2199 18.1369L42.0829 18.6209L38.3677 10.2806L35.3989 11.5443Z' fill='%230D0D0D'/%3E%3Cpath d='M45.5565 6.4311L46.7708 6.20211L48.3418 14.093L48.4363 14.0752L52.37 5.14621L53.5438 4.92485L55.5411 14.9567L54.3268 15.1857L52.7585 7.30834L52.6506 7.32869L48.7546 16.2365L47.5538 16.463L45.5565 6.4311Z' fill='%230D0D0D'/%3E%3Cpath d='M61.7024 15.135C60.8336 15.0997 60.0668 14.8556 59.4023 14.4026C58.7377 13.9496 58.2264 13.3242 57.8686 12.5264C57.5109 11.7241 57.3532 10.7856 57.3956 9.71089C57.4381 8.63164 57.6693 7.70663 58.089 6.93585C58.5087 6.16508 59.0676 5.58088 59.7657 5.18327C60.4638 4.78566 61.2473 4.6045 62.1161 4.6398C62.6283 4.66061 63.1078 4.75567 63.5545 4.92497C64.0059 5.09446 64.4088 5.33069 64.7632 5.63366C65.1179 5.93206 65.4082 6.29425 65.6341 6.72025C65.8649 7.14186 66.0157 7.61519 66.0866 8.14023L64.8519 8.09007C64.7928 7.7304 64.6771 7.41194 64.5048 7.13469C64.3371 6.85764 64.1265 6.62235 63.8731 6.42884C63.6244 6.23094 63.3464 6.07994 63.039 5.97584C62.7319 5.86718 62.4091 5.80597 62.0707 5.79222C61.4534 5.76714 60.887 5.90215 60.3715 6.19725C59.8563 6.48778 59.4379 6.93341 59.1165 7.53412C58.7999 8.13045 58.6241 8.8722 58.5891 9.75938C58.5543 10.642 58.6713 11.3933 58.9399 12.0135C59.2132 12.6337 59.5951 13.1119 60.0857 13.4479C60.5765 13.7793 61.1305 13.9575 61.7478 13.9826C62.0862 13.9963 62.4127 13.9638 62.7273 13.885C63.042 13.8016 63.331 13.6736 63.5943 13.5011C63.8624 13.3242 64.0909 13.1045 64.2798 12.8419C64.4734 12.5795 64.6138 12.2715 64.701 11.9177L65.9357 11.9679C65.8235 12.4901 65.6358 12.952 65.3727 13.3535C65.1141 13.7552 64.7962 14.0927 64.419 14.366C64.042 14.6346 63.6219 14.8351 63.1586 14.9675C62.7 15.1 62.2146 15.1558 61.7024 15.135Z' fill='%230D0D0D'/%3E%3Cpath d='M74.0838 17.1847L72.8871 16.8765L75.2301 8.05182L73.1293 7.51064C72.5931 7.37249 72.1392 7.34301 71.7678 7.42219C71.4008 7.50251 71.1026 7.67144 70.8733 7.92899C70.6483 8.18768 70.4808 8.5155 70.3707 8.91247C70.2706 9.30729 70.2555 9.6673 70.3254 9.9925C70.3965 10.3133 70.5733 10.5927 70.8557 10.8309C71.1393 11.0646 71.5442 11.2517 72.0704 11.3919L74.7429 12.0804L74.4575 13.1553L71.7452 12.4566C70.9784 12.259 70.3804 11.9703 69.9509 11.5903C69.5271 11.207 69.2576 10.7595 69.1425 10.2478C69.0274 9.7361 69.0468 9.19052 69.2006 8.61105C69.3557 8.02717 69.6111 7.53767 69.967 7.14258C70.3284 6.7442 70.792 6.47845 71.3576 6.34535C71.9245 6.20782 72.5957 6.23895 73.3713 6.43875L76.7085 7.29847L74.0838 17.1847ZM70.6105 11.5404L71.9667 11.8898L68.3799 15.7153L66.9971 15.3591L70.6105 11.5404Z' fill='%230D0D0D'/%3E%3Cpath d='M79.0977 19.1965L84.437 10.4719L87.5239 12.292C88.1349 12.6523 88.5751 13.0552 88.8442 13.5008C89.1158 13.9425 89.2407 14.3959 89.2188 14.8611C89.2009 15.3287 89.0618 15.7752 88.8014 16.2007C88.5721 16.5755 88.3151 16.8463 88.0306 17.0132C87.7484 17.1762 87.4547 17.266 87.1495 17.2825C86.8467 17.2952 86.5476 17.2623 86.2523 17.1838L86.2021 17.2658C86.4646 17.4418 86.6793 17.6959 86.8462 18.028C87.0131 18.3602 87.0905 18.7378 87.0783 19.1609C87.0701 19.5864 86.925 20.0294 86.6431 20.4901C86.3756 20.9273 86.0338 21.2623 85.6177 21.495C85.204 21.7239 84.717 21.8139 84.1568 21.7651C83.6028 21.7148 82.977 21.4838 82.2792 21.0724L79.0977 19.1965ZM80.7355 18.8872L82.8525 20.1355C83.5503 20.547 84.1275 20.704 84.5841 20.6067C85.0446 20.5117 85.3919 20.2729 85.626 19.8903C85.8076 19.5937 85.8979 19.2751 85.8971 18.9346C85.9002 18.5964 85.8083 18.2687 85.6216 17.9514C85.4349 17.6341 85.1503 17.3627 84.7679 17.1373L82.5917 15.8541L80.7355 18.8872ZM83.1507 14.9407L85.1377 16.1122C85.457 16.3005 85.785 16.4089 86.1216 16.4374C86.4606 16.462 86.7743 16.4053 87.0627 16.2672C87.3574 16.1275 87.5979 15.9055 87.7843 15.601C88.0184 15.2184 88.0838 14.8134 87.9806 14.386C87.8774 13.9586 87.534 13.5729 86.9505 13.2288L84.9281 12.0364L83.1507 14.9407Z' fill='%230D0D0D'/%3E%3Cpath d='M97.9934 20.2427L97.2559 21.0567L93.5288 17.8102L87.3978 24.5759L86.4661 23.7643L93.3346 16.1846L97.9934 20.2427Z' fill='%230D0D0D'/%3E%3Cpath d='M94.2837 31.8316C93.7573 31.1394 93.4597 30.3966 93.3908 29.603C93.3219 28.8094 93.4845 28.0254 93.8786 27.251C94.2791 26.4775 94.9139 25.7739 95.7829 25.1402C96.6555 24.5038 97.5276 24.1085 98.3991 23.9543C99.2734 23.8037 100.089 23.8745 100.846 24.1665C101.602 24.4585 102.244 24.9505 102.77 25.6427C103.299 26.3385 103.597 27.0813 103.663 27.8713C103.729 28.6612 103.562 29.4429 103.161 30.2164C102.761 30.9899 102.124 31.6948 101.252 32.3313C100.383 32.965 99.5123 33.3589 98.6408 33.5131C97.773 33.6646 96.9622 33.5962 96.2083 33.3078C95.4544 33.0195 94.8128 32.5274 94.2837 31.8316ZM95.2155 31.152C95.5895 31.6438 96.0533 31.9966 96.6067 32.2103C97.1665 32.4249 97.781 32.4695 98.4501 32.344C99.122 32.2221 99.8148 31.9009 100.528 31.3805C101.246 30.8573 101.76 30.298 102.072 29.7026C102.39 29.1081 102.523 28.5188 102.469 27.9347C102.423 27.3515 102.212 26.814 101.838 26.3223C101.464 25.8305 100.997 25.4772 100.437 25.2626C99.8812 25.0452 99.2653 24.9989 98.5898 25.1234C97.9179 25.2453 97.2233 25.5678 96.5059 26.091C95.7922 26.6114 95.2795 27.1694 94.9678 27.7648C94.6561 28.3603 94.525 28.9514 94.5746 29.5382C94.6279 30.1223 94.8415 30.6602 95.2155 31.152Z' fill='%230D0D0D'/%3E%3Cpath d='M97.8796 36.7479L107.26 32.6701L108.693 35.8196C109.024 36.5486 109.163 37.2018 109.109 37.7792C109.057 38.3607 108.857 38.8615 108.511 39.2817C108.164 39.7019 107.713 40.0324 107.159 40.2733C106.61 40.5123 106.057 40.6178 105.501 40.5899C104.948 40.5662 104.43 40.3794 103.949 40.0296C103.475 39.6821 103.072 39.1459 102.743 38.4211L101.719 36.1715L102.727 35.7336L103.733 37.9457C103.96 38.4456 104.229 38.8102 104.54 39.0395C104.85 39.2688 105.186 39.3874 105.546 39.3954C105.911 39.4015 106.28 39.3233 106.653 39.161C107.031 38.9968 107.336 38.7821 107.567 38.5169C107.803 38.2498 107.934 37.9257 107.962 37.5444C107.996 37.1655 107.898 36.724 107.668 36.2199L106.765 34.2328L98.3912 37.8727L97.8796 36.7479Z' fill='%230D0D0D'/%3E%3Cpath d='M101.187 44.9924L102.314 44.7493L102.457 45.3786C102.539 45.7401 102.703 45.9951 102.948 46.1436C103.198 46.2956 103.459 46.3987 103.729 46.4527L104.141 46.5324L111.007 41.4289L111.305 42.741L105.714 46.8253L112.497 47.9894L112.789 49.2748L103.633 47.6392C103.289 47.5728 102.963 47.4816 102.655 47.3654C102.352 47.2482 102.083 47.058 101.85 46.7946C101.621 46.5303 101.449 46.1438 101.333 45.635L101.187 44.9924Z' fill='%230D0D0D'/%3E%3Cpath d='M111.396 76.1508L101.171 74.1656L101.411 72.9304L110.538 74.7023L111.537 69.5555L102.41 67.7835L102.65 66.5483L112.875 68.5334L111.396 76.1508Z' fill='%230D0D0D'/%3E%3Cpath d='M109.787 80.6793L99.9877 77.1497L100.414 75.9658L110.214 79.4955L109.787 80.6793Z' fill='%230D0D0D'/%3E%3Cpath d='M97.6812 76.9981L100.865 78.7526L100.541 79.3403C100.612 79.6456 100.766 79.9803 101.001 80.3443C101.241 80.7106 101.61 81.1134 102.107 81.5526C102.605 81.9917 103.279 82.4724 104.13 82.9946L107.867 85.3094L104.885 90.7217L96.7418 86.2342L96.1615 87.2873L92.9901 85.5396L93.5704 84.4865L95.7622 85.6944L99.3049 79.2658L97.1008 78.0512L97.6812 76.9981ZM99.8122 80.6628L97.3222 85.1812L104.485 89.1287L106.341 85.7614L103.55 84.0477C102.905 83.6443 102.336 83.2481 101.842 82.8592C101.353 82.4725 100.941 82.0961 100.605 81.7302C100.269 81.3642 100.005 81.0084 99.8122 80.6628Z' fill='%230D0D0D'/%3E%3Cpath d='M94.3694 87.7232L102.053 94.7552L101.204 95.6835L97.7796 92.5497L94.0323 96.6444L97.4566 99.7782L96.6071 100.706L88.9231 93.6744L89.7726 92.7461L93.2072 95.8893L96.9545 91.7946L93.5199 88.6514L94.3694 87.7232Z' fill='%230D0D0D'/%3E%3Cpath d='M81.6318 98.9438L82.6644 98.2247L87.9774 105.855L89.7902 104.592C90.253 104.27 90.5766 103.94 90.7611 103.601C90.9417 103.265 91.0079 102.924 90.9595 102.577C90.9072 102.233 90.7632 101.887 90.5273 101.541C90.2865 101.203 90.0164 100.954 89.7171 100.793C89.4205 100.636 89.0859 100.588 88.7135 100.648C88.3438 100.713 87.93 100.902 87.4723 101.215L85.1661 102.82L84.5189 101.891L86.8595 100.261C87.5212 99.8006 88.1421 99.5301 88.7222 99.4498C89.3012 99.376 89.8279 99.4636 90.3022 99.7126C90.7766 99.9615 91.1882 100.337 91.537 100.838C91.8886 101.342 92.1001 101.862 92.1717 102.397C92.2422 102.939 92.1418 103.472 91.8705 103.996C91.602 104.523 91.1331 105.02 90.4638 105.486L87.5839 107.492L81.6318 98.9438ZM88.324 99.9912L87.1537 100.806L86.554 95.5163L87.7473 94.6854L88.324 99.9912Z' fill='%230D0D0D'/%3E%3Cpath d='M84.101 108.194L84.5403 109.222L77.353 112.292L76.9137 111.263L79.9223 109.978L76.2704 101.428L77.4276 100.934L81.0795 109.484L84.101 108.194Z' fill='%230D0D0D'/%3E%3Cpath d='M73.8655 113.374L72.6285 113.605L71.1266 105.551L71.0304 105.569L66.9247 114.669L65.7289 114.892L63.8194 104.652L65.0564 104.422L66.5558 112.462L66.6658 112.442L70.7328 103.363L71.956 103.135L73.8655 113.374Z' fill='%230D0D0D'/%3E%3Cpath d='M57.6865 104.424C58.571 104.466 59.3498 104.719 60.0231 105.185C60.6963 105.651 61.212 106.291 61.5703 107.106C61.9282 107.925 62.0815 108.881 62.03 109.975C61.9782 111.074 61.7357 112.014 61.3023 112.797C60.8689 113.579 60.2952 114.17 59.5811 114.57C58.8671 114.97 58.0679 115.15 57.1834 115.108C56.662 115.083 56.1745 114.983 55.7208 114.808C55.2625 114.633 54.8541 114.389 54.4955 114.079C54.1367 113.772 53.8439 113.402 53.6171 112.967C53.3854 112.536 53.2355 112.053 53.1674 111.518L54.4243 111.577C54.4817 111.943 54.5971 112.269 54.7703 112.552C54.9389 112.835 55.1515 113.076 55.4081 113.275C55.6598 113.478 55.9418 113.634 56.2539 113.742C56.5659 113.854 56.8941 113.919 57.2386 113.935C57.8671 113.964 58.4449 113.831 58.9721 113.534C59.4991 113.241 59.9286 112.79 60.2605 112.181C60.5876 111.575 60.7724 110.821 60.8149 109.918C60.8573 109.02 60.744 108.254 60.4752 107.621C60.2018 106.987 59.8166 106.498 59.3197 106.153C58.8225 105.812 58.2597 105.627 57.6312 105.597C57.2867 105.581 56.954 105.612 56.6331 105.69C56.3119 105.773 56.0166 105.902 55.7471 106.075C55.4728 106.254 55.2384 106.476 55.0439 106.742C54.8448 107.008 54.6994 107.321 54.6078 107.68L53.3509 107.621C53.4692 107.09 53.6639 106.621 53.935 106.214C54.2015 105.807 54.5278 105.465 54.9141 105.189C55.3001 104.918 55.7295 104.717 56.2022 104.585C56.6703 104.453 57.1651 104.4 57.6865 104.424Z' fill='%230D0D0D'/%3E%3Cpath d='M45.2465 102.215L46.4616 102.542L44.046 111.52L46.1791 112.094C46.7237 112.241 47.1849 112.275 47.5627 112.198C47.936 112.12 48.2397 111.951 48.4739 111.691C48.7035 111.429 48.8751 111.096 48.9886 110.693C49.0918 110.291 49.1085 109.924 49.0387 109.591C48.9677 109.263 48.7891 108.976 48.503 108.73C48.2156 108.489 47.8048 108.294 47.2705 108.145L44.5567 107.415L44.851 106.322L47.6052 107.063C48.3838 107.272 48.9905 107.573 49.4256 107.965C49.8549 108.361 50.127 108.82 50.2421 109.343C50.3571 109.866 50.3353 110.423 50.1766 111.012C50.0168 111.606 49.7553 112.103 49.392 112.502C49.0231 112.905 48.5509 113.171 47.9754 113.301C47.3987 113.436 46.7166 113.397 45.929 113.185L42.5403 112.273L45.2465 102.215ZM48.755 108.009L47.3779 107.639L51.0384 103.773L52.4426 104.151L48.755 108.009Z' fill='%230D0D0D'/%3E%3Cpath d='M40.3612 100.1L34.9349 108.991L31.8201 107.09C31.2035 106.714 30.7599 106.296 30.4892 105.836C30.2161 105.38 30.0913 104.913 30.1149 104.436C30.1345 103.957 30.2766 103.5 30.5413 103.067C30.7744 102.685 31.035 102.41 31.3232 102.242C31.609 102.078 31.9062 101.989 32.2148 101.975C32.521 101.965 32.8233 102.002 33.1216 102.086L33.1725 102.003C32.9078 101.819 32.6915 101.556 32.5239 101.214C32.3562 100.871 32.2792 100.483 32.2929 100.049C32.3026 99.6127 32.4507 99.1598 32.7372 98.6904C33.0091 98.2449 33.3557 97.905 33.7771 97.6708C34.1961 97.4406 34.6887 97.3536 35.255 97.4098C35.8148 97.4676 36.4468 97.7113 37.1509 98.1411L40.3612 100.1ZM38.7044 100.4L36.5682 99.0958C35.8641 98.6661 35.2811 98.4986 34.8192 98.5934C34.3533 98.6858 34.0014 98.927 33.7635 99.3168C33.579 99.6191 33.4866 99.9449 33.4864 100.294C33.4821 100.641 33.5739 100.978 33.7617 101.306C33.9494 101.633 34.2362 101.915 34.6221 102.15L36.818 103.491L38.7044 100.4ZM36.2499 104.421L34.2449 103.198C33.9227 103.001 33.5915 102.886 33.2512 102.853C32.9086 102.824 32.5912 102.879 32.2993 103.018C32.0009 103.158 31.757 103.383 31.5676 103.693C31.3297 104.083 31.2622 104.498 31.3652 104.937C31.4682 105.377 31.8141 105.776 32.4028 106.136L34.4435 107.381L36.2499 104.421Z' fill='%230D0D0D'/%3E%3Cpath d='M21.4069 98.8773L22.1557 98.0463L25.8948 101.416L32.1187 94.5087L33.0535 95.351L26.0809 103.089L21.4069 98.8773Z' fill='%230D0D0D'/%3E%3Cpath d='M25.3329 87.0073C25.8568 87.7211 26.1494 88.4862 26.2108 89.3025C26.2722 90.1187 26.1002 90.9241 25.6949 91.7188C25.283 92.5124 24.6356 93.2331 23.7526 93.8811C22.8659 94.5318 21.9822 94.9346 21.1016 95.0895C20.2183 95.2406 19.3965 95.1645 18.6362 94.861C17.8759 94.5576 17.2339 94.049 16.71 93.3351C16.1834 92.6175 15.8907 91.8524 15.8321 91.0399C15.7734 90.2274 15.9501 89.4244 16.3619 88.6307C16.7738 87.8371 17.4231 87.115 18.3098 86.4643C19.1928 85.8163 20.0746 85.4149 20.9552 85.26C21.832 85.1079 22.6492 85.1817 23.4067 85.4813C24.1642 85.781 24.8063 86.2896 25.3329 87.0073ZM24.3861 87.7021C24.0139 87.1949 23.5497 86.8302 22.9937 86.6082C22.4311 86.3851 21.8118 86.3367 21.1356 86.463C20.4567 86.5855 19.7546 86.9128 19.0295 87.4449C18.3006 87.9798 17.7759 88.5527 17.4554 89.1637C17.1284 89.7736 16.9888 90.379 17.0366 90.9798C17.0779 91.5795 17.2846 92.1331 17.6568 92.6403C18.0291 93.1475 18.4964 93.5127 19.059 93.7357C19.6178 93.9615 20.2385 94.0118 20.9212 93.8865C21.6002 93.7641 22.3041 93.4354 23.033 92.9005C23.7581 92.3683 24.281 91.7968 24.6015 91.1858C24.9219 90.5749 25.0602 89.9677 25.0161 89.3641C24.9683 88.7633 24.7583 88.2093 24.3861 87.7021Z' fill='%230D0D0D'/%3E%3Cpath d='M21.8537 81.974L12.3066 86.1391L10.8978 82.9097C10.5717 82.1622 10.4397 81.4927 10.502 80.9011C10.5624 80.3053 10.7708 79.7924 11.1272 79.3623C11.4837 78.9322 11.9438 78.5942 12.5077 78.3482C13.0672 78.1041 13.628 77.9967 14.19 78.0261C14.7501 78.0512 15.2712 78.2434 15.7533 78.6025C16.2292 78.9593 16.6293 79.5093 16.9536 80.2525L17.9599 82.5592L16.9347 83.0065L15.9452 80.7382C15.7216 80.2256 15.4542 79.8516 15.143 79.6162C14.8318 79.3808 14.4938 79.2588 14.1291 79.2501C13.76 79.2433 13.3854 79.3229 13.0052 79.4887C12.6208 79.6564 12.3098 79.876 12.0723 80.1474C11.8305 80.4207 11.6931 80.7526 11.6602 81.1433C11.6211 81.5315 11.7143 81.9841 11.9398 82.5009L12.8287 84.5385L21.3505 80.8207L21.8537 81.974Z' fill='%230D0D0D'/%3E%3Cpath d='M18.6644 73.5479L17.516 73.7936L17.3785 73.151C17.2995 72.7819 17.1365 72.5213 16.8895 72.3692C16.637 72.2135 16.3737 72.1078 16.0997 72.052L15.6818 71.9699L8.64339 77.1643L8.35677 75.8245L14.0873 71.6676L7.21026 70.4651L6.92949 69.1526L16.2124 70.8412C16.5606 70.9097 16.8905 71.0036 17.202 71.1228C17.5089 71.243 17.7793 71.4378 18.0132 71.707C18.2426 71.9773 18.4129 72.3722 18.524 72.8917L18.6644 73.5479Z' fill='%230D0D0D'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.footer__block {
  display: flex;
}

.footer__top {
  display: flex;
  border-radius: 10px;
  background: rgba(226, 226, 226, 0.2);
  width: 100%;
  max-width: 626px;
  padding: 63px 80px;
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 392px;
  row-gap: 28px;
  -moz-column-gap: 130px;
  column-gap: 130px;
}

.footer__menu li {
  width: 100%;
  max-width: 130px;
  display: flex;
  align-items: center;
}

.footer__menu li::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 7px;
  height: 7px;
  background: var(--accent);
  margin-right: 10px;
}

.footer__menu li a {
  color: rgba(253, 253, 253, 0.96);
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.36px;
}

.footer__bottom {
  padding: 32px 48px;
  border-radius: 10px;
  background: #c8cdce;
  width: 100%;
}

.footer__mail {
  color: var(--dark-bg);
  font-size: 46.065px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.921px;
}

.footer__details {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 130px;
  column-gap: 130px;
  row-gap: 26px;
  width: 100%;
  max-width: 536px;
  margin-top: 32px;
}

.footer__soc {
  display: flex;
  width: 100%;
  max-width: 92px;
  display: flex;
  align-items: center;
}

.footer__soc_item {
  color: var(--dark-bg);
  opacity: 0.8;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.footer__icon {
  width: 100%;
  max-width: 16px;
  height: 16px;
  margin-right: 6px;
}

.footer__icon.instagram {
  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%3Ccircle cx='12' cy='12' r='12' fill='%23008C9F'/%3E%3Cpath d='M12 9.67C10.71 9.67 9.67 10.72 9.67 12C9.67 13.28 10.72 14.33 12 14.33C13.28 14.33 14.33 13.28 14.33 12C14.33 10.72 13.28 9.67 12 9.67ZM19 12C19 11.03 19 10.08 18.95 9.11C18.9 7.99 18.64 6.99 17.82 6.18C17 5.36 16.01 5.1 14.89 5.05C13.92 5 12.97 5 12 5C11.03 5 10.08 5 9.11 5.05C7.99 5.1 6.99 5.36 6.18 6.18C5.36 7 5.1 7.99 5.05 9.11C5 10.08 5 11.03 5 12C5 12.97 5 13.92 5.05 14.89C5.1 16.01 5.36 17.01 6.18 17.82C7 18.64 7.99 18.9 9.11 18.95C10.08 19 11.03 19 12 19C12.97 19 13.92 19 14.89 18.95C16.01 18.9 17.01 18.64 17.82 17.82C18.64 17 18.9 16.01 18.95 14.89C19.01 13.93 19 12.97 19 12ZM12 15.59C10.01 15.59 8.41 13.99 8.41 12C8.41 10.01 10.01 8.41 12 8.41C13.99 8.41 15.59 10.01 15.59 12C15.59 13.99 13.99 15.59 12 15.59ZM15.74 9.1C15.28 9.1 14.9 8.73 14.9 8.26C14.9 7.79 15.27 7.42 15.74 7.42C16.21 7.42 16.58 7.79 16.58 8.26C16.5825 8.36954 16.5625 8.47843 16.5212 8.57992C16.48 8.68141 16.4183 8.77333 16.34 8.85C16.2633 8.92827 16.1714 8.98997 16.0699 9.03125C15.9684 9.07253 15.8595 9.09253 15.75 9.09L15.74 9.1Z' fill='white'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.footer__icon.telegram {
  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%3Ccircle cx='12' cy='12' r='12' fill='%23008C9F'/%3E%3Cg clip-path='url(%23clip0_1122_2259)'%3E%3Cpath d='M16.8635 6.2433L4.46012 11.051C3.96099 11.2749 3.79217 11.7233 4.33948 11.9666L7.52147 12.9831L15.2151 8.20366C15.6352 7.90362 16.0653 7.98363 15.6952 8.31369L9.08739 14.3275L8.87983 16.8726C9.07208 17.2655 9.42411 17.2674 9.64865 17.0721L11.4768 15.3333L14.6078 17.69C15.335 18.1227 15.7307 17.8435 15.8872 17.0503L17.9408 7.27572C18.154 6.29941 17.7904 5.86924 16.8635 6.2433Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1122_2259'%3E%3Crect width='14' height='14' fill='white' transform='translate(4 5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.footer__icon.facebook {
  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%3Ccircle cx='12' cy='12' r='12' fill='%23008C9F'/%3E%3Cg clip-path='url(%23clip0_1122_2266)'%3E%3Cpath d='M15.3333 5H13.3333C12.4493 5 11.6014 5.35119 10.9763 5.97631C10.3512 6.60143 10 7.44928 10 8.33333V10.3333H8V13H10V18.3333H12.6667V13H14.6667L15.3333 10.3333H12.6667V8.33333C12.6667 8.15652 12.7369 7.98695 12.8619 7.86193C12.987 7.7369 13.1565 7.66667 13.3333 7.66667H15.3333V5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1122_2266'%3E%3Crect width='16' height='16' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.footer__icon.youtube {
  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%3Ccircle cx='12' cy='12' r='12' fill='%23008C9F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 7C12.5985 7 13.2124 7.01513 13.8074 7.03988L14.5102 7.07287L15.1829 7.11206L15.8129 7.154L16.3883 7.198C17.0127 7.24494 17.6003 7.50665 18.0477 7.93709C18.495 8.36753 18.7735 8.93912 18.8341 9.55131L18.8621 9.8435L18.9146 10.4691C18.9636 11.1174 19 11.8242 19 12.5C19 13.1758 18.9636 13.8826 18.9146 14.5309L18.8621 15.1565C18.853 15.2569 18.8439 15.3538 18.8341 15.4487C18.7735 16.061 18.4949 16.6327 18.0474 17.0631C17.5999 17.4936 17.0122 17.7552 16.3876 17.802L15.8136 17.8453L15.1836 17.8879L14.5102 17.9271L13.8074 17.9601C13.2053 17.9858 12.6027 17.9991 12 18C11.3973 17.9991 10.7947 17.9858 10.1926 17.9601L9.4898 17.9271L8.8171 17.8879L8.1871 17.8453L7.6117 17.802C6.98727 17.7551 6.39969 17.4933 5.95233 17.0629C5.50498 16.6325 5.2265 16.0609 5.1659 15.4487L5.1379 15.1565L5.0854 14.5309C5.03188 13.8552 5.00339 13.1778 5 12.5C5 11.8242 5.0364 11.1174 5.0854 10.4691L5.1379 9.8435C5.147 9.74312 5.1561 9.64619 5.1659 9.55131C5.22648 8.93923 5.50485 8.36772 5.95206 7.9373C6.39928 7.50687 6.98669 7.2451 7.611 7.198L8.1857 7.154L8.8157 7.11206L9.4891 7.07287L10.1919 7.03988C10.7943 7.01419 11.3971 7.00089 12 7ZM10.6 10.8328V14.1672C10.6 14.4848 10.95 14.6828 11.23 14.5247L14.17 12.8575C14.234 12.8213 14.2871 12.7692 14.3241 12.7065C14.361 12.6437 14.3805 12.5725 14.3805 12.5C14.3805 12.4275 14.361 12.3563 14.3241 12.2935C14.2871 12.2308 14.234 12.1787 14.17 12.1425L11.23 10.476C11.1661 10.4398 11.0937 10.4207 11.0199 10.4207C10.9462 10.4207 10.8737 10.4398 10.8099 10.4761C10.746 10.5123 10.693 10.5644 10.6562 10.6272C10.6193 10.6899 10.6 10.7611 10.6 10.8335V10.8328Z' fill='white'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.footer__icon.linkedin {
  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%3Ccircle cx='12' cy='12' r='12' fill='%23008C9F'/%3E%3Cpath d='M8.6276 7.334C8.62743 7.68762 8.48678 8.02669 8.23661 8.27661C7.98643 8.52654 7.64723 8.66684 7.2936 8.66667C6.93998 8.66649 6.60091 8.52584 6.35099 8.27567C6.10107 8.0255 5.96076 7.68629 5.96094 7.33267C5.96111 6.97904 6.10176 6.63998 6.35193 6.39005C6.60211 6.14013 6.94132 5.99982 7.29494 6C7.64856 6.00018 7.98763 6.14082 8.23755 6.391C8.48747 6.64117 8.62778 6.98038 8.6276 7.334ZM8.6676 9.654H6.00094V18.0007H8.6676V9.654ZM12.8809 9.654H10.2276V18.0007H12.8543V13.6207C12.8543 11.1807 16.0343 10.954 16.0343 13.6207V18.0007H18.6676V12.714C18.6676 8.60067 13.9609 8.754 12.8543 10.774L12.8809 9.654Z' fill='white'/%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.footer__icon.tiktok {
  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%3Ccircle cx='12' cy='12' r='12' fill='%23008C9F'/%3E%3Cg clip-path='url(%23clip0_1122_2289)'%3E%3Cpath d='M15.0668 7.88C14.6111 7.35975 14.3599 6.69162 14.3601 6H12.3001V14.2667C12.2842 14.714 12.0954 15.1377 11.7733 15.4486C11.4512 15.7595 11.0211 15.9333 10.5734 15.9333C9.62677 15.9333 8.8401 15.16 8.8401 14.2C8.8401 13.0533 9.94677 12.1933 11.0868 12.5467V10.44C8.78677 10.1333 6.77344 11.92 6.77344 14.2C6.77344 16.42 8.61344 18 10.5668 18C12.6601 18 14.3601 16.3 14.3601 14.2V10.0067C15.1954 10.6066 16.1983 10.9284 17.2268 10.9267V8.86667C17.2268 8.86667 15.9734 8.92667 15.0668 7.88Z' fill='%23FDFDFD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1122_2289'%3E%3Crect width='16' height='16' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    50% / contain no-repeat;
}

.footer__line {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.footer__line_item {
  color: rgba(253, 253, 253, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.28px;
}

.booking .footer {
  padding-bottom: 0;
}

.booking .footer__bottom {
  border-radius: 0;
  background: transparent;
}

.booking .footer__menu li a {
  font-size: 13px;
}

.booking .footer__menu li::before {
  display: none;
}

.booking .footer__menu {
  row-gap: 0;
}

.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: center;
  justify-content: center;
  padding-top: 60px;
}

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

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: '';
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: '';
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

.modal-speaker {
  display: none;
  background: rgba(34, 34, 34, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  justify-content: center;
  padding-top: 60px;
}

.modal-speaker .modal-content {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  max-width: 960px;
  margin: 0 auto;
}

.modal-speaker .modal__title {
  color: var(--dark-bg);
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 20px;
}

.modal-speaker .modal__subtitle {
  margin-top: 8px;
  color: rgba(13, 13, 13, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}

.modal-speaker .modal__wrapper {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.modal-speaker .modal__photo {
  width: 100%;
  max-width: 262px;
  height: 262px;
}

.modal-speaker .modal__photo_item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: top/cover no-repeat;
}

.modal-speaker .modal__photo_mob {
  margin-top: 14px;
  display: none;
  max-width: 100%;
  height: 223px;
}

.modal-speaker .modal__list {
  display: flex; 
  flex-direction: column;
  row-gap: 14px;
  margin-top: 24px;
}

.modal-speaker .modal__list li {
  display: flex;
  position: relative;
  padding-left: 16px;
  flex-wrap: wrap;
  align-items: baseline;
  color: rgba(13, 13, 13, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
}

.modal-speaker .modal__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  max-width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 2px;
  background: var(--yellow-color);
}

.modal-speaker .modal__sub-list {
  flex: 0 0 100%;
  padding: 8px 0 0 16px;
}

.modal-speaker .modal__divider {
  margin: 22px 0 28px;
  width: 100%;
  height: 1px;
  background: rgba(13, 13, 13, 0.1);
}

.modal-speaker .modal__text {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.modal-speaker .modal__text p {
  color: rgba(13, 13, 13, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
}

.modal-speaker .close-button {
  position: absolute;
  cursor: pointer;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M32.1351 30.3658C32.2512 30.482 32.3433 30.6198 32.4062 30.7716C32.469 30.9233 32.5014 31.086 32.5014 31.2502C32.5014 31.4144 32.469 31.5771 32.4062 31.7288C32.3433 31.8806 32.2512 32.0184 32.1351 32.1346C32.0189 32.2507 31.8811 32.3428 31.7293 32.4057C31.5776 32.4685 31.4149 32.5009 31.2507 32.5009C31.0864 32.5009 30.9238 32.4685 30.7721 32.4057C30.6203 32.3428 30.4825 32.2507 30.3663 32.1346L20.0007 21.7674L9.63507 32.1346C9.40052 32.3691 9.0824 32.5009 8.75069 32.5009C8.41899 32.5009 8.10087 32.3691 7.86632 32.1346C7.63177 31.9 7.5 31.5819 7.5 31.2502C7.5 30.9185 7.63177 30.6004 7.86632 30.3658L18.2335 20.0002L7.86632 9.63458C7.63177 9.40003 7.5 9.08191 7.5 8.75021C7.5 8.4185 7.63177 8.10038 7.86632 7.86583C8.10087 7.63128 8.41899 7.49951 8.75069 7.49951C9.0824 7.49951 9.40052 7.63128 9.63507 7.86583L20.0007 18.233L30.3663 7.86583C30.6009 7.63128 30.919 7.49951 31.2507 7.49951C31.5824 7.49951 31.9005 7.63128 32.1351 7.86583C32.3696 8.10038 32.5014 8.4185 32.5014 8.75021C32.5014 9.08191 32.3696 9.40003 32.1351 9.63458L21.7679 20.0002L32.1351 30.3658Z' fill='%23202020'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

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

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-form {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--dark-bg);
  z-index: 999;
  overflow: auto;
  padding: 70px 0;
}

.modal-form .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-form .close-button:before {
  background: #fff;
  content: '';
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-form .close-button:after {
  background: #fff;
  content: '';
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

.modal-form .modal-form__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-form .modal-form__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  max-width: 658px;
  width: 100%;
}

.modal-form .modal-form__item {
  padding: 17px;
  border-radius: 10px;
  background: #1f1f1f;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.modal-form .modal-form__text {
  max-width: 361px;
}

.modal-form .modal-form__text h4 {
  color: rgba(253, 253, 253, 0.95);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.modal-form .modal-form__text h4 b {
  color: var(--accent);
}

.modal-form .modal-form__text p {
  color: rgba(253, 253, 253, 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.12px;
  margin-top: 11px;
}

.modal-form .modal-form__text p b {
  font-weight: 700;
}

.modal-form .modal-form__photo {
  width: 100%;
  max-width: 228px;
  height: 122px;
  background: 50% / contain no-repeat;
}

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

.countdownHolder .position {
  display: inline-block;
  height: 25px;
  overflow: hidden;
  position: relative;
  width: 20px;
}

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

.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: var(--accent);
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  content: '';
}

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

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

/* quiz */

.quiz {
  padding: 80px 0 120px;
  background: #ededed;
  color: var(--dark-bg);
}

.quiz__title {
  text-align: center;
}

.quiz__subtitle {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.hero__form {
  width: 100%;
  max-width: 502px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.iti-mobile .intl-tel-input.iti-container {
  color: #333;
}

.register-form {
  padding: 54px 50px;
}

.register-form__title {
  margin-bottom: 24px;
  color: var(--dark-bg);
  text-align: center;
  font-family: 'Inter Tight';
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.register-form__title span#stepNumber {
  font-weight: 700;
}

.progress-block {
  max-width: 394px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}

.progress-block .progress {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #aeaeae;
  z-index: 0;
}

.progress-block .progress__bar {
  width: 0%;
  height: 100%;
  background-color: #0690a3;
}

.progress-block__item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #aeaeae;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.progress-block__item_base {
  border: 2px solid #0690a3;
  background-color: #fff;
}

.progress-block__item .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0690a3;
}

.register-form .input {
  display: block;
  width: 100%;
  margin: 0 auto 10px auto;
  height: 56px;
  line-height: 59px;
  padding: 16px 28px;
  border-radius: 100px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 10px;
  color: #332c2c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.register-form .btn {
  margin: 28px auto 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.28px;
  cursor: pointer;
}

.register-form__step {
  display: none;
}

.register-form__step--2.input-wrap {
  margin-bottom: 24px;
}

.register-form__step--2.input-wrap._last {
  margin-bottom: 15px;
}

.register-form .input-label {
  display: block;
  color: var(--dark-bg);
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}

.register-form__step.active {
  display: block;
}

.progress-block__item.active {
  background-color: #0690a3;
}

.register-form .textarea {
  width: 100%;
  height: 120px;
  resize: none;
  padding: 20px;
  font-weight: 400;
  font-size: 14px;
}

.thanks {
  padding: 120px 0;
  background: #ededed;
  color: var(--dark-bg);
}

.thanks__title {
  text-align: center;
  line-height: 110%;
  text-transform: uppercase;
}

.thanks__text {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 129%;
}

.thanks__text b {
  font-weight: 700;
}

.thanks__upbtn {
  margin-top: 63px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
}

.thanks__upbtn b {
  font-weight: 700;
}

.thanks__btn {
  margin-top: 23px;
  display: flex;
  justify-content: center;
}

.thanks__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 21px 56px;
  border-radius: 100px;
  background: linear-gradient(248deg, #26a4e2 30.03%, #239fda 91.71%);
  transition: var(--transition) all;
}

.thanks__link span {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
}

.thanks__link span::before {
  content: '';
  width: 23.729px;
  height: 19.665px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='21' viewBox='0 0 25 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.26406 9.13313C8.63378 6.35795 12.8813 4.52838 15.0065 3.64442C21.0745 1.12054 22.3353 0.682112 23.1572 0.667635C23.3379 0.664451 23.7421 0.709246 24.0039 0.92167C24.2249 1.10104 24.2857 1.34334 24.3148 1.5134C24.3439 1.68345 24.3802 2.07085 24.3514 2.37356C24.0225 5.82856 22.5997 14.2129 21.8759 18.0826C21.5696 19.72 20.9665 20.269 20.3826 20.3227C19.1137 20.4395 18.1502 19.4842 16.9213 18.6786C14.9982 17.418 13.9118 16.6332 12.0451 15.4031C9.88779 13.9815 11.2863 13.2002 12.5157 11.9232C12.8374 11.589 18.4281 6.5039 18.5363 6.04259C18.5499 5.9849 18.5624 5.76985 18.4347 5.65629C18.3069 5.54273 18.1183 5.58157 17.9823 5.61245C17.7894 5.65622 14.7172 7.6868 8.7658 11.7042C7.89378 12.303 7.10393 12.5947 6.39625 12.5794C5.6161 12.5626 4.11539 12.1383 2.99976 11.7757C1.6314 11.3309 0.54386 11.0957 0.638561 10.3403C0.687887 9.94685 1.22972 9.54446 2.26406 9.13313Z' fill='white'/%3E%3C/svg%3E")
    50% / contain no-repeat;
}

.success__title {
  color: var(--dark-bg);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.success__txt {
  margin-top: 14px;
  color: var(--dark-bg);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.success__icon {
  text-align: center;
  font-size: 90px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 20px;
  transform: rotate(-7.345deg);
}

.success__msg {
  color: var(--dark-bg);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
}

.success__msg b {
  font-weight: 700;
}

.success__tg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 21px 56px;
  border-radius: 100px;
  background: linear-gradient(248deg, #26a4e2 30.03%, #239fda 91.71%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-top: 30px;
}

.success__tg_icon {
  display: block;
  width: 23.729px;
  height: 19.665px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='21' viewBox='0 0 24 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.76797 9.13313C8.13769 6.35795 12.3852 4.52838 14.5104 3.64442C20.5784 1.12054 21.8393 0.682112 22.6611 0.667635C22.8418 0.664451 23.246 0.709246 23.5078 0.92167C23.7288 1.10104 23.7896 1.34334 23.8187 1.5134C23.8478 1.68345 23.8841 2.07085 23.8553 2.37356C23.5264 5.82856 22.1036 14.2129 21.3798 18.0826C21.0735 19.72 20.4704 20.269 19.8865 20.3227C18.6177 20.4395 17.6541 19.4842 16.4252 18.6786C14.5021 17.418 13.4157 16.6332 11.549 15.4031C9.3917 13.9815 10.7902 13.2002 12.0196 11.9232C12.3413 11.589 17.932 6.5039 18.0402 6.04259C18.0538 5.9849 18.0663 5.76985 17.9386 5.65629C17.8108 5.54273 17.6222 5.58157 17.4862 5.61245C17.2933 5.65622 14.2211 7.6868 8.26971 11.7042C7.39769 12.303 6.60784 12.5947 5.90016 12.5794C5.12 12.5626 3.61929 12.1383 2.50367 11.7757C1.13531 11.3309 0.0477667 11.0957 0.142467 10.3403C0.191793 9.94685 0.733628 9.54446 1.76797 9.13313Z' fill='white'/%3E%3C/svg%3E")
    50% / contain no-repeat;
  margin-right: 10px;
}

.booking .main__slider {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.main__bottom.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 1s all;
}

/* .main__bottom.slide:first-of-type {
  opacity: 1;
  max-height: unset;
  visibility: visible;
} */

.main__bottom.slide.active {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}

.faq {
  padding: 220px 0;
  background: var(--dark-bg);
}

.faq__title {
    color: var(--text-color);
    text-align: center;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
}

.faq__items {
  margin: 38px auto 0;
  max-width: 995px;
}

.faq__items .item:not(:last-child) {
  margin-bottom: 12px;
}

.faq__items .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  transition: var(--tr);
  min-height: 90px;
  padding: 30px;
  padding-right: 150px;
  border-radius: 10px;
  background: #1F1F1F;
  cursor: pointer;
}

.faq__items .item::before {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #F5A50B url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M12.6149 13.6297L8.51731 9.53212C8.38916 9.40397 8.31717 9.23017 8.31717 9.04895C8.31717 8.86772 8.38916 8.69392 8.51731 8.56578C8.64545 8.43763 8.81925 8.36564 9.00048 8.36564C9.1817 8.36564 9.3555 8.43763 9.48365 8.56578L12.4151 11.4981V1.53675L0.805355 1.53675C0.624231 1.53675 0.450525 1.4648 0.322453 1.33673C0.194378 1.20865 0.122429 1.03495 0.122429 0.853825C0.122429 0.672702 0.194378 0.498997 0.322453 0.370923C0.450525 0.24285 0.624231 0.170898 0.805355 0.170898L13.098 0.170898C13.2792 0.170898 13.4529 0.24285 13.5809 0.370923C13.709 0.498997 13.781 0.672702 13.781 0.853825V11.4981L16.7124 8.56578C16.7759 8.50233 16.8512 8.45199 16.9341 8.41765C17.017 8.38332 17.1059 8.36564 17.1956 8.36564C17.2853 8.36564 17.3742 8.38332 17.4571 8.41765C17.54 8.45199 17.6153 8.50233 17.6788 8.56578C17.8069 8.69392 17.8789 8.86772 17.8789 9.04895C17.8789 9.13868 17.8612 9.22754 17.8269 9.31044C17.7926 9.39334 17.7422 9.46867 17.6788 9.53212L13.5812 13.6297C13.5178 13.6932 13.4425 13.7435 13.3596 13.7779C13.2767 13.8123 13.1878 13.83 13.098 13.83C13.0083 13.83 12.9194 13.8123 12.8365 13.7779C12.7536 13.7435 12.6783 13.6932 12.6149 13.6297Z' fill='%230D0D0D'/%3E%3C/svg%3E") center no-repeat;
  transition: var(--tr);
}

.faq__items .item._active::before {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='19' viewBox='0 0 14 19' fill='none'%3E%3Cpath d='M13.6307 5.88611L9.5331 9.98367C9.40495 10.1118 9.23115 10.1838 9.04992 10.1838C8.8687 10.1838 8.6949 10.1118 8.56675 9.98367C8.43861 9.85553 8.36662 9.68172 8.36662 9.5005C8.36662 9.31927 8.43861 9.14547 8.56675 9.01733L11.4991 6.08586H1.53773V17.6956C1.53773 17.8767 1.46578 18.0505 1.3377 18.1785C1.20963 18.3066 1.03593 18.3785 0.854802 18.3785C0.673678 18.3785 0.499973 18.3066 0.3719 18.1785C0.243826 18.0505 0.171875 17.8767 0.171875 17.6956V5.40294C0.171875 5.22181 0.243826 5.04811 0.3719 4.92004C0.499973 4.79196 0.673678 4.72001 0.854802 4.72001H11.4991L8.56675 1.78855C8.5033 1.7251 8.45297 1.64977 8.41863 1.56687C8.38429 1.48396 8.36662 1.39511 8.36662 1.30538C8.36662 1.21564 8.38429 1.12679 8.41863 1.04389C8.45297 0.960984 8.5033 0.885657 8.56675 0.822206C8.6949 0.694061 8.8687 0.62207 9.04992 0.62207C9.13966 0.62207 9.22851 0.639744 9.31141 0.674084C9.39432 0.708423 9.46964 0.758755 9.5331 0.822206L13.6307 4.91977C13.6942 4.98319 13.7445 5.05851 13.7789 5.14142C13.8133 5.22432 13.8309 5.31319 13.8309 5.40294C13.8309 5.49268 13.8133 5.58155 13.7789 5.66446C13.7445 5.74736 13.6942 5.82268 13.6307 5.88611Z' fill='%230D0D0D'/%3E%3C/svg%3E") center no-repeat;
}

.faq__items .item__question {
  font-size: 36px;
  line-height: 120%; 
  letter-spacing: -0.02em;
  font-family: var(--heading-font-family);
}

.faq__items .item__answer {
  display: none;
  line-height: 140%;
  font-size: var(--s);
}

@media (min-width: 1261px) {
  .program__body {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 42px;
    max-width: 796px;
  }

  .module.active .program__body {
    display: block;
  }
}

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

  ._desctop {
    display: none;
  }

  .btn_main span::after {
    width: 60px;
    height: 60px;
  }

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

  .header__menu li {
    margin-right: 10px;
  }

  .header__menu li:nth-child(3) {
    margin-right: 10px;
  }

  .header__menu li a {
    font-size: 10px;
  }

  .header__content {
    position: static;
    transform: translateX(0) translateY(0);
    gap: 18px;
  }

  .header__logo {
    width: 67px;
  }

  .header__information {
    gap: 8px;
  }

  .header__information-item {
    gap: 3px;
    padding: 7px 10px;
    font-size: 8px;
  }

   .header__information-item b {
    font-size: 10px;
   }

  .header__start svg {
    display: block;
    width: 8px;
    height: auto;
  }

  .header__format svg {
    display: block;
    width: 10px;
    height: auto;
  }

  .hero__invite {
    display: none;
  }
.hero__top-info {
    max-width: 450px;
}
.hero__top {
    justify-content: center;
}


  .hero__img {
    position: relative;
    top: auto;
    left: auto;
    width: 443px;
    height: 436px;
    transform: translateX(0);
    margin: 0 auto;
  }

  .hero__img_item {
    position: static;
  }

  .hero__decor {
    top: 0;
  }

  .hero-main__text span {
    display: block;
    color: var(--text-color);
    text-align: center;
    line-height: 116%;
    text-transform: uppercase;
    margin-top: 50px;
  }

  .hero-main__text {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    background: transparent;
    transform: translateX(0);
  }

  .hero__bottom {
    margin-top: -80px;
  }

  .hero__decription {
    display: none;
  }
  .hero__decription-mobile {
    display: block;
    max-width: 440px;
    margin: 6px auto 0;
  }

  .news {
    padding: 60px 0;
  }

  .news__block {
    grid-template-rows: repeat(3, 357px);
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .news__item_main {
    grid-row: 1/2;
    padding: 20px 22px;
  }

  .news__spin {
    display: none;
  }

  .information {
    padding-top: 60px;
  }

  .information__top p {
    display: none;
  }

  .information__img {
    height: 190px;
  }

  .information__bottom {
    margin-left: 0;
  }

  .main__container {
    flex-direction: column;
    row-gap: 50px;
  }

  .speakers {
    padding: 60px 0;
  }

  /* .speakers__spin {
    display: none;
  } */

  .speakers__block_mob {
    display: flex;
  }

  .speakers__item {
    max-width: 234px;
    height: 379px;
  }

  .speakers__swiper {
    display: none;
  }

  .speakers__arrows {
    display: none;
  }

  .speakers__more {
    display: flex;
    justify-content: center;
    margin-top: 26px;
  }

  .why {
    padding: 80px 0;
  }

  .why__title {
    max-width: 100%;
  }

  .why__top {
    flex-direction: column;
  }

  .why__top p {
    max-width: 100%;
  }

  .why__top p {
    font-size: 14px;
    margin-top: 12px;
  }

  .why__block {
    flex-direction: column;
  }

  .why__block_video {
    max-width: 100%;
    height: 737px;
  }

  .why__block_list {
    margin-top: 30px;
  }

  .plan {
    padding: 60px 0;
  }

  .plan__title {
    max-width: 600px;
    margin: 28px auto 0;
  }

  .plan__title br {
    display: none;
  }

  .plan__item {
    -moz-column-gap: 30px;
    column-gap: 30px;
    align-items: center;
  }

  .plan__text h3 {
    font-size: 28px;
  }

  .plan__text h3 br {
    display: none;
  }

  .plan__text p br {
    display: none;
  }

  .plan__text p {
    font-size: 15px;
    margin-top: 0;
  }

  .plan__photo {
    height: 180px;
  }

  .help {
    padding-top: 70px;
  }

  .help__block {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .control {
    padding-top: 70px;
  }

  .control__top {
    flex-direction: column;
  }

  .history {
    padding: 110px 0 70px;
  }

  .history__item {
    max-width: 100%;
  }

  .change {
    padding-top: 70px;
  }

  .change__container {
    flex-direction: column;
    row-gap: 30px;
  }

  .change__top {
    max-width: 100%;
  }

  .change__item {
    padding: 20px 13px;
    max-width: 236px;
  }

  .change__item_num {
    width: 176px;
    font-size: 226px;
  }

  .gallery {
    padding: 50px 0 0;
  }

  .instruction {
    padding: 80px 0;
  }

  .instruction__block {
    flex-direction: column;
    row-gap: 50px;
  }

  .instruction__top {
    max-width: 100%;
  }

  .income {
    padding: 70px 0 160px;
  }

  .income__title {
    font-size: 60px;
  }

  .income__title br {
    display: none;
  }

  .income__decor {
    width: 832px;
  }

  .packages__header {
    max-width: 410px;
  }

  .packages__timer .countdownHolder .countDays,
  .packages__timer .countdownHolder .countHours,
  .packages__timer .countdownHolder .countMinutes,
  .packages__timer .countdownHolder .countSeconds {
    padding: 9px;
    padding-bottom: 12px;
  }

  .packages__wrap {
    margin-top: 50px;
  }

  .packages .countdownHolder {
    font-size: 22px;
  }

  .package__header {
    font-size: 16px;
  }

  .package__body li {
    padding: 0 10px;
  }

  .package__footer .packages__timer {
    padding-top: 45px;
  }

  .package__price_full {
    font-size: 18px;
  }

  .package__price_current {
    font-size: 26px;
  }

  .package__btn {
    min-width: initial;
    width: 95%;
  }

  .package-desc .package__body li {
    padding: 0 10px;
    font-size: 14px;
  }

  .countdownHolder .position {
    width: 12px;
    height: 22px;
  }

  .package-2 .package__header::before {
    right: 3%;
  }

  .packages .countdownHolder {
    font-size: 22px;
  }

  .countdownHolder .digit {
    font-size: 20px;
  }

  .packages__timer .countdownHolder .textdigit {
    line-height: 0.5;
  }

  .program {
    padding: 110px 0 70px;
  }

  .program__tab {
    position: relative;
    padding: 20px;
    padding-bottom: 80px;
  }

  .program__tab h4 {
    font-size: 33px;
  }

  .program__tab p br {
    display: none;
  }

  .program__tab_arrow {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    position: absolute;
  }

  .program__content .content {
    height: auto;
    width: 100%;
  }

  .program__content .module {
    margin-bottom: 20px;
  }

  .program__content .module.active .program__body {
    display: block;
    margin-top: 20px;
  }

  .program__speakers {
    top: 0;
    right: 0;
  }

  .program__name,
  .program__description,
  .program__list {
    max-width: 400px;
  }

  .program__materials_item {
    max-width: 336px;
  }

  .wait {
    padding: 70px 0;
  }

  .wait__title br {
    display: none;
  }

  .wait__inf h4 {
    font-size: 33px;
  }

  .wait__inf p {
    font-size: 15px;
  }

  .wait__inf p br {
    display: none;
  }

  .wait__item {
    max-width: 650px;
  }

  .wait__item:nth-child(2n) {
    margin-left: 75px;
  }

  .footer__block {
    flex-direction: column;
  }

  .footer__top {
    max-width: 100%;
  }

  .footer__spin {
    display: block;
  }

  .footer__line {
    flex-wrap: wrap;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 10px;
  }

  .modal-form .modal-form__block {
    justify-content: center;
  }

  .modal-form .modal-form__wrapper {
    display: none;
  }

  .thanks_wrap .main {
    padding-bottom: 60px;
  }

  .main__bottom_mob {
    width: 100%;
    display: block;
    overflow: visible;
  }

  .booking.thanks_wrap .main__slider {
    display: none;
  }

  .thanks {
    padding: 80px 0;
  }

  .thanks__title br {
    display: none;
  }

  /* .main__bottom_mob .swiper-wrapper {
    display: flex;
    column-gap: 10px;
  } */
}

@media (max-width: 760px) {
  :root {
    --container-width: 360px;
    --h1: 45px;
    --h2: 30px;
  }

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

  .btn_main {
    margin: 0 auto;
  }

  .btn_main span {
    font-size: 14px;
  }

  .btn_main span::after {
    width: 54px;
    height: 54px;
  }

  .btn_main--wide-decor.btn_main {
    gap: 16px;
    padding: 8px 8px 8px 32px;
  }

  .btn_main--wide-decor.btn_main span {
    font-size: 18px;
    text-align: center;
  }

  .btn_main--wide-decor .btn_main__decor {
    height: 54px;
    width: 148px;
  }

  .btn_main--wide-decor .btn_main__decor-icon {
    width: 16px;
  }

  .form {
    padding: 30px 15px;
  }

  .form__title {
    font-size: 25px;
  }

  .header {
    padding: 12px 0 8px;
    border: none;
    z-index: 100;
  }

  .header__menu {
    position: fixed;
    transform: translateY(-100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--dark-bg);
    transition: transform var(--tr);
    overflow-y: scroll;
    z-index: 104;
    flex-direction: column;
    justify-content: unset;
  }

  .header__menu li {
    margin-top: 24px;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .header__menu li::before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }

  .header__menu li:nth-child(3) {
    margin-right: auto;
  }

  .header__menu li:nth-child(4) {
    margin-top: 24px;
  }

  .header__menu li:last-child {
    margin-right: auto;
  }

  .header__menu li a {
    font-size: 26px;
  }

  .header__menu li.header__contacts {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .header__menu li.header__soc {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .header__logo {

  }

  .header__burger {
    display: flex;
  }

  .hero {
    padding-top: 16px;
  }

  .hero__top {
    margin-top: 0;
  }

  .hero__invite {
    max-width: 141px;
  }

  .hero__invite p {
    font-size: 12px;
  }

  .hero__invite span {
    padding: 6px 10px;
    font-size: 10px;
    right: 2px;
    bottom: -15px;
  }

  .hero__top-info .info-top__wrap .info-top__yellow {
    margin-bottom: 8px;
    padding: 8.5px 20px;
    gap: 2.5px;
    font-size: 16px;
}
.hero__top-info .info-top__wrap .info-top__yellow:before {
  width: 7px;
  height: 7px;
}
.hero__top-info .info-top__wrap .info-top__white {
    padding: 9.5px 20px;
    font-size: 14px;
}

  .hero__start {
    padding: 7px 10px;
  }

  .hero__start_item {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .hero__start_item span {
    font-size: 8px;
  }

  .hero__start_item svg {
    height: 7px;
    width: 6px;
  }

  .hero__start p {
    font-size: 10px;
  }

  .hero__format {
    padding: 7px 10px;
  }

  .hero__format_item span {
    font-size: 8px;
  }

  .hero__format_item svg {
    height: 6px;
    width: 9px;
  }

  .hero__format p {
    font-size: 10px;
  }

  .hero__img {
    top: -15px;
    width: 437px;
    height: 448px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero__decor {
    top: 17%;
    width: 446px;
    height: 446px;
  }

  .hero-main__text span {
    margin-top: 25px;
  }

  .hero__check {
    display: none;
  }

  .main__container {
    row-gap: 27px;
    align-items: flex-start;
  }

  .main__bottom {
    display: none;
  }

  /* .main__bottom_mob .swiper-wrapper {
    column-gap: 6px;
  } */

  .main__bottom_mob {
    display: block;
  }

  .main__title {
    margin-top: 25px;
    width: 351px;
    height: 106px;
    background: url('../img/main__text_mob.svg') 50% / contain no-repeat;
  }

  .main__top_text {
    font-size: 12px;
    max-width: 161px;
  }

  .main__top_wrapper {
    column-gap: 30px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .logos {
    padding: 40px 0;
  }

  .logos__title {
    font-size: 18px;
    max-width: 250px;
    margin: 0 auto 12px;
  }

  .logos .item {
    width: 120px !important;
    height: 50px;
  }

  .news__uptitle span {
    font-size: 12px;
    padding: 4px 14px;
  }

  .news__block {
    margin-top: 20px;
    grid-template-rows: repeat(3, 237px);
  }

  .news__item:nth-child(2) {
    background: url('../img/news/2_mob.webp') 50% / cover no-repeat;
  }

  .news__item_title {
    font-size: 24px;
  }

  .news__item_subtitle {
    font-size: 13px;
    margin: 0;
  }

  .news__format {
    padding: 12px 10px;
  }

  .news__format span::before {
    width: 13px;
    height: 10px;
    margin-right: 6px;
  }

  .news__format span {
    font-size: 10px;
  }

  .news__format_normal span::before {
    width: 13px;
    height: 10px;
  }

  .news__format_normal span {
    font-size: 10px;
  }

  .news__time {
    padding: 12px 10px;
  }

  .news__time span::before {
    width: 11px;
    height: 11px;
    margin-right: 6px;
  }

  .news__time span {
    font-size: 10px;
  }

  .news__time_normal span::before {
    width: 11px;
    height: 11px;
  }

  .news__time_normal span {
    font-size: 10px;
  }

  .information {
    padding-top: 40px;
  }

  .information__img {
    height: 100px;
    margin-top: 20px;
  }

  .information__bottom {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 19px;
  }

  .information__bottom_item:nth-child(1) {
    max-width: 307px;
  }

  .information__bottom_item:nth-child(1) .information__icons {
    width: 71.471px;
    height: 27px;
  }

  .information__bottom_item:nth-child(2) .information__icons {
    width: 80.5px;
    height: 17.588px;
  }

  .information__icons {
    margin: 0 10px;
  }

  .information__icons::after {
    width: 6.088px;
    height: 23px;
    right: -10px;
  }

  .information__icons::before {
    width: 6.088px;
    height: 23px;
    left: -10px;
  }

  .information__text {
    font-size: 14px;
    margin-top: 10px;
  }

  .speakers__block_mob {
    gap: 4px;
  }

  .speakers__item {
    padding: 10px;
    max-width: 168px;
    height: 300px;
    background: 50% / cover no-repeat;
  }

  .speakers__theme::before {
    width: 5px;
    height: 5px;
  }

  .speakers__theme {
    padding: 2px 6px;
    font-size: 10px;
  }

  .speakers__name {
    font-size: 26px;
  }

  .speakers__name b {
    margin-left: 17px;
  }

  .speakers__text {
    min-height: 28px;
    font-size: 10px;
  }

  .why__uptitle span {
    font-size: 12px;
  }

  .why__top {
    margin-top: 12px;
  }

  .why__block {
    margin-top: 20px;
  }

  .why__block_video {
    height: 335px;
    padding: 18px;
  }

  .why__block_play {
    max-width: 60px;
    height: 60px;
  }

  .why__block_inf span {
    font-size: 10px;
  }

  .why__block_list {
    margin-top: 25px;
  }

  .why__block_name h4 {
    font-size: 28px;
  }

  .why__block_name p {
    font-size: 14px;
  }

  .why__block_divider {
    height: 74px;
    margin: 0 23px;
  }

  .why__block_text span {
    font-size: 30px;
  }

  .why__block_text p {
    font-size: 14px;
  }

  .why__bottom {
    display: none;
  }

  .plan__uptitle span {
    font-size: 12px;
  }

  .plan__title {
    font-size: 27px;
    margin-top: 12px;
  }

  .plan__block {
    margin-top: 14px;
    row-gap: 10px;
  }

  .plan__item {
    padding: 16px;
    flex-direction: column;
  }

  .plan__text h3 {
    font-size: 24px;
  }

  .plan__text p {
    font-size: 13px;
    margin-top: 10px;
  }

  .plan__photo {
    height: 160px;
    margin-top: 16px;
  }

  .plan__bottom {
    margin-top: 36px;
  }

  .help__uptitle span {
    font-size: 12px;
  }

  .help__title {
    max-width: 300px;
    margin: 20px auto 0;
  }

  .help__subtitle br {
    display: none;
  }

  .help__subtitle {
    font-size: 14px;
  }

  .help__block {
    margin-top: 20px;
  }

  .help__item {
    padding: 13px;
  }

  .help__top {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .help__photo {
    max-width: 123px;
    height: 122px;
  }

  .help__player {
    max-width: 16.764px;
    height: 16.764px;
    right: 7px;
  }

  .help__information_name {
    font-size: 22px;
  }

  .help__information_position {
    margin-top: 4px;
    font-size: 10px;
  }

  .help__information_sphere {
    font-size: 10px;
    margin-top: 4px;
  }

  .help__profit {
    padding: 10px 20px;
    margin-top: 8px;
  }

  .help__profit span {
    font-size: 18px;
  }

  .help__profit p {
    margin-top: 5px;
    font-size: 8px;
  }

  .help__bottom {
    padding: 10px 53px 36px;
  }

  .help__bottom_title {
    font-size: 10px;
  }

  .help__slide p {
    font-size: 10px;
  }

  .help .help1__swiper-button-prev,
  .help .help2__swiper-button-prev {
    width: 24px;
    height: 24px;
    left: 8px;
  }

  .help .help1__swiper-button-next,
  .help .help2__swiper-button-next {
    width: 24px;
    height: 24px;
    right: 8px;
  }

  .help .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .help__add {
    margin-top: 36px;
  }

  .control__uptitle span {
    font-size: 12px;
  }

  .control__top {
    margin-top: 12px;
  }

  .control__text {
    margin-top: 10px;
    row-gap: 10px;
  }

  .control__text p {
    font-size: 14px;
  }

  .control__bottom_main {
    margin-top: 30px;
  }

  .control__slider {
    margin-top: 18px;
  }

  .control__slide {
    width: 335px;
    height: 135px;
  }

  .control .swiper-pagination {
    bottom: -20px;
  }

  .control .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .history {
    padding: 90px 0 60px;
  }

  .history__uptitle span {
    font-size: 12px;
  }

  .history__title {
    margin-top: 12px;
  }

  .history__block {
    margin-top: 15px;
  }

  .history__item {
    padding: 13px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .history__photo {
    width: 114px;
    height: 130px;
  }

  .history__name {
    font-size: 22px;
  }

  .history__description {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .history__description_name {
    font-size: 10px;
  }

  .history__description_detail {
    font-size: 10px;
  }

  .history__town {
    left: 9px;
    bottom: 9px;
    padding: 3px 6px;
  }

  .history__town_item {
    width: 8px;
    height: 8px;
  }

  .history__town span {
    font-size: 8px;
  }

  .history__wrapper {
    margin-top: 18px;
  }

  .history__point {
    padding: 8px 6px;
  }

  .history__point_name {
    font-size: 8px;
  }

  .history__point_price {
    font-size: 12px;
    margin-top: 2px;
  }

  .history__point_profit {
    font-size: 6px;
  }

  .change {
    padding-top: 60px;
  }

  .change__uptitle span {
    font-size: 12px;
  }

  .change__container {
    align-items: flex-start;
    row-gap: 16px;
  }

  .change__title {
    margin-top: 12px;
  }

  .change__text {
    margin-top: 16px;
    font-size: 14px;
  }

  .change__bottom {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .change__item {
    padding: 14px 16px;
    min-height: 295px;
    max-width: 184px;
  }

  .change__item span {
    font-size: 9px;
    padding: 4px 5px;
  }

  .change__item_text h4 {
    font-size: 24px;
  }

  .change__item_text p {
    font-size: 10px;
    margin-top: 14px;
  }

  .change__item_num {
    font-size: 168px;
    width: 128.931px;
    height: 192.696px;
  }

  .gallery {
    padding: 30px 0;
  }

  .gallery__spin {
    display: block;
    width: 70px;
    height: 70px;
  }
  .gallery__spin .news__spin_cursor {
    width: 38px;
  }

  .gallery__bottom {
    margin-top: 5px;
  }

  .gallery .swiper-slide {
    width: 197.408px;
    height: 105.049px;
  }

  .instruction {
    padding: 70px 0;
  }

  .instruction__uptitle span {
    font-size: 12px;
  }

  .instruction__title {
    margin-top: 12px;
  }

  .instruction__text {
    margin-top: 16px;
    row-gap: 10px;
  }

  .instruction__text p {
    font-size: 14px;
  }

  .instruction__photo {
    width: 351px;
    height: 256px;
  }

  .instruction__add {
    margin-top: 36px;
  }

  .income {
    padding: 50px 0 180px;
  }

  .income__title {
    font-size: 32px;
  }

  .income__subtitle {
    font-size: 14px;
    margin-top: 8px;
  }

  .income__subtitle br {
    display: none;
  }

  .income__add {
    margin-top: 36px;
  }

  .income__decor {
    left: 50%;
    transform: translateX(-50%);
    width: 447px;
    height: 187px;
    bottom: -20px;
  }

  .packages {
    padding: 50px 0 0;
  }

  .package-desc .packages__timer_title {
    text-align: center;
  }

  .package__footer .packages__timer {
    padding-top: 0;
  }

  .packages__timer .countdownHolder .countDiv {
    top: 3px;
  }

  .package-desc .packages__timer .countdownHolder {
    justify-content: center;
  }

  .package-1 .package__header {
    font-size: 25px;
  }

  .package-2 .package__header {
    font-size: 25px;
  }

  .package-3 .package__header {
    font-size: 25px;
  }

  .package__header {
    height: 66px;
  }

  .package__body li {
    font-size: 14px;
  }

  .packages__container {
    justify-content: center;
    max-width: 100%;
  }

  .packages__header {
    justify-content: space-around;
    text-align: center;
    margin-bottom: 20px;
  }

  .packages__timer .countdownHolder .countDays,
  .packages__timer .countdownHolder .countHours,
  .packages__timer .countdownHolder .countMinutes,
  .packages__timer .countdownHolder .countSeconds {
    padding: 10px;
  }

  .packages__timer {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .packages__timer-header {
    display: none;
  }

  .packages__wrap {
    margin-top: 0;
  }

  .package {
    width: 100%;
    margin-bottom: 50px;
  }

  .package__header {
    background: rgb(228, 226, 226);
  }

  .packages__course-info {
    justify-content: center;
    margin-bottom: 10px;
  }

  .package__body li.yes:before {
    left: 10px;
    top: 14px;
    transform: translate(0, 0);
    width: 25px;
    height: 25px;
    border-width: 2px;
    background-size: 10px;
  }
  .package-2 .package__header::before {
    right: 36%;
    top: 12%;
  }

  .package__body li.yes_text:before {
    display: inline;
  }

  .package__body li .yes__value {
    display: none;
  }

  .package__footer {
    background: #fff;
  }

  .package-desc {
    background: transparent;
    margin-bottom: 20px;
  }

  .packages__date,
  .packages__duration {
    margin: 0;
  }

  .packages__date span,
  .packages__duration span {
    font-size: 15px;
  }

  .package-desc .package__body,
  .package-desc .package__header {
    display: none;
  }

  .package-desc .package__footer {
    padding: 0;
    background: transparent;
  }

  .package__name {
    height: 50px;
    display: inline-flex !important;
    padding: 0 15px;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
  }

  .package__header {
    font-size: 20px;
    height: 70px;
  }

  .package__body li {
    display: none;
    height: auto;
    padding: 15px 10px;
    padding-left: 45px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
  }

  .package__body li:nth-child(odd) {
    background: #f2f2f2;
  }

  .package__body li.yes {
    display: flex;
  }

  .package__body li.yes .rass__text {
    display: inline;
  }

  .package__body .rass__tooltip {
    left: 76%;
  }

  .package-1 .package__body li.yes:before,
  .package-2 .package__body li.yes:before,
  .package-3 .package__body li.yes:before {
    background-size: 15px;
    border-width: 2px;
  }

  .package-3 .package__footer.package__footer_timer {
    display: block;
    padding-top: 25px;
    background: var(--text-color);
  }

  .package-3 .package__footer.package__footer_timer .packages__timer_title {
    text-align: center;
  }

  .package-3 .package__footer.package__footer_timer .countdownHolder {
    justify-content: center;
  }

  .packages__wrap {
    box-shadow: none;
  }

  .package__header {
    background: var(--text-color);
  }
  .package__footer {
    padding: 20px 0 0;
  }


  .packages-single .packages__header {
    justify-content: center;
  }

  .packages-single .packages__header .packages__timer {
    display: none;
  }

  .packages-single .package__body li {
    display: flex;
    padding: 14px 50px 14px 15px;
    font-size: 15px;
  }

  .packages-single .package__body li::before {
    right: 20px;
  }

  .packages-single .package__footer {
    margin-top: 25px;
  }



  .program {
    padding: 60px 0 60px;
  }

  .program__uptitle span {
    font-size: 12px;
  }

  .program__title br {
    display: none;
  }

  .program__block {
    margin-top: 30px;
  }

  .program__block_title span {
    font-size: 23px;
  }

  .program__block_left {
    display: none;
  }

  .program__block_right {
    display: none;
  }

  .program__tabs {
    margin-top: 25px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .program__tab {
    padding: 12px;
    padding-bottom: 75px;
  }

  .program__tab h4 {
    font-size: 25px;
  }

  .program__tab p {
    display: none;
  }

  .program__content.active {
    padding: 20px 14px;
  }

  .program__header {
    padding: 15px;
    padding-right: 54px;
  }

  .program__header_num {
    font-size: 30px;
    letter-spacing: -0.75px;
    margin-right: 9px;
  }

  .program__header_title {
    font-size: 14px;
  }

  .program__module {
    font-size: 14px;
  }

  .program__start {
    font-size: 14px;
  }

  .program__speakers {
    position: relative;
    margin-top: 15px;
    overflow: auto;
    width: 100%;
  }

  .program__speakers-inner {
    flex-wrap: nowrap;
    width: fit-content;
  }

  .program__speakers-item {
    width: 122px;
  }

  .program__name {
    font-size: 23px;
  }

  .program__description {
    font-size: 16px;
    margin-top: 14px;
  }

  .program__list li {
    font-size: 14px;
  }

  .program__materials_uptitle {
    font-size: 16px;
  }

  .program__materials_item {
    padding: 10px 15px;
  }

  .program__materials_photo {
    height: 88px;
  }

  .program__materials_title {
    font-size: 14px;
  }

  .program__undername {
    margin-top: 3px;
    font-size: 12px;
  }

  .wait__num {
    display: none;
  }

  .wait__item {
    row-gap: 25px;
    max-width: 100%;
    flex-direction: column-reverse;
    margin-left: 0;
  }

  .wait__item:nth-child(2n) {
    margin-left: 0;
  }

  .wait__img {
    max-width: 100%;
    height: 166px;
  }

  .footer {
    padding: 22px 0;
  }

  .footer__top {
    padding: 26px 12px;
  }

  .footer__menu {
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 22px;
  }

  .footer__contacts {
    width: 100%;
  }

  .footer__spin {
    width: 70px;
    height: 70px;
  }

  .footer__menu li {
    max-width: 100%;
    display: block;
  }

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

  .footer__bottom {
    padding: 24px 12px;
  }

  .footer__mail {
    font-size: 28px;
  }

  .footer__details {
    -moz-column-gap: 28px;
    column-gap: 28px;
  }

  .footer__soc {
    max-width: 86px;
  }

  .footer__line_item {
    font-size: 10px;
    width: 46%;
  }

  .footer__line_item:nth-child(1) {
    width: 100%;
  }

  .modal-speaker .modal-content {
    padding: 18px 14px;
  }

  .modal-speaker .modal__title {
    margin: 0;
    font-size: 30px;
  }

  .modal-speaker .modal__subtitle {
    margin-top: 6px;
    font-size: 14px;
  }

  .modal-speaker .modal__photo {
    display: none;
  }

  .modal-speaker .modal__photo_mob {
    display: block;
  }

  .modal-speaker .modal__photo_item {
    max-width: 223px;
    margin: 0 auto;
  }

  .modal-speaker .modal__list li {
    font-size: 13px;
  }

  .modal-speaker .modal__divider {
    margin: 24px 0 18px;
  }

  .modal-speaker .modal__text p {
    font-size: 12px;
  }

  .modal-speaker .close-button {
    width: 25px;
    height: 26px;
    top: 20px;
    right: 14px;
  }

  /* quiz */

  .quiz {
    padding: 50px 0 80px;
  }

  .quiz__subtitle br {
    display: none;
  }

  .quiz__subtitle {
    font-size: 19px;
    margin-top: 20px;
  }

  .hero__form {
    margin-top: 25px;
  }

  .thanks {
    padding: 60px 0;
  }

  .booking.thanks_wrap .main::before {
    transform: translateX(-50%) translateY(10%);
    width: 300px;
    height: 300px;
  }

  .thanks__title b {
    display: block;
  }

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

  .thanks__upbtn {
    font-size: 13px;
    margin: 50px auto 0;
    max-width: 280px;
  }

  .thanks__upbtn br {
    display: none;
  }

  .thanks__link {
    width: 100%;
  }

  .success__title {
    font-size: 26px;
  }
  .success__txt {
    font-size: 16px;
    margin-top: 10px;
  }

  .success__icon {
    margin-top: 15px;
  }

  .success__msg {
    font-size: 16px;
    margin-top: 15px;
  }

  .success__tg {
    font-size: 15px;
  }

  .faq {
    padding: 70px 0;
  }

  .faq__items .item {
    padding: 15px;
    padding-right: 80px;
    min-height: 90px;
  }

  .faq__items .item::before {
    right: 15px;
    top: 20px;
    transform: translateY(0);
    width: 50px;
  }

  .faq__items .item__question {
    font-size: 22px;
  }

  .faq__items .item__answer {
    margin-right: -65px;
    font-size: 14px;
  }
}
