

/* Start:/local/templates/.default/assets/css/slider.css?17199406921775*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/.default/assets/css/index.css?172346800188269*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "HalvarBreit";
  font-style: normal;
  font-weight: 900;
  src: url(/local/templates/.default/assets/fonts/HalvarBreit-Black.woff) format("woff"),url(/local/templates/.default/assets/fonts/HalvarBreit-Black.woff2) format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(/local/templates/.default/assets/fonts/Inter-Regular.woff) format("woff"),url(/local/templates/.default/assets/fonts/Inter-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(/local/templates/.default/assets/fonts/Inter-Bold.woff) format("woff"),url(/local/templates/.default/assets/fonts/Inter-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url(/local/templates/.default/assets/fonts/Inter-Medium.woff) format("woff"),url(/local/templates/.default/assets/fonts/Inter-Medium.woff2) format("woff2");
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a,
a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

img {
  vertical-align: top;
}

input:focus {
  outline: none;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "HalvarBreit";
  font-weight: 900;
  font-style: normal;
  color: #2c2533;
  overflow-x: hidden;
  box-sizing: border-box;
}

.slick-arrow {
  cursor: pointer;
}

.slick-arrow:not(.major__prev):not(.major__next) {
  transition: all ease .6s;
}

/*facybox/*/body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
.fancybox-content .fancybox-button--close {display: none;}
.fancybox-button.fancybox-button--close svg {opacity: 0;}
.fancybox-button.fancybox-button--close {background: url(/local/templates/.default/assets/img/video-close.svg) center center no-repeat;}

.header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  padding-top: 38px;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  gap: 88px;
  position: relative;
}

.header__logo {
  width: auto;
  height: 37px;
}
.header__logo img {
  width: auto;
  height: 100%;
}
.header__nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  max-width: 945px;
}

.header__nav.active {
  display: flex;
}

.header__btns {
  display: flex;
  color: #fff;
  gap: 10px;
}

.header__btn {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 100px;
  padding: 10px 30px;
  background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  position: relative;
}
.header__btn span{
  position: relative;
  z-index: 3;
}
.header__btn::after{
  content: '';
  display: block;
  left: 0;
  border-radius: 100px;
  position: absolute;
  z-index: 2;
  background: #FB5E17;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.6s;
}
.header__burger {
  display: none;
}

.header__burger.active span {
  background: none;
}

.header__burger.active span::after {
  transform: rotate(-45deg);
  top: 0;
}

.header__burger.active span::before {
  transform: rotate(45deg);
  top: 0;
}

.nav__list {
  display: flex;
  gap: 80px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 17px;
  line-height: 25.5px;
}

.nav__item {
  transition: all ease .6s;
  position: relative;
}

.nav__item::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #6625a5;
  display: block;
  position: absolute;
  bottom: -3px;
  transition: all ease .6s;
}

.major {
  background-size: cover;
  border-radius: 0 0 max(50px, min(10vw, 200px)) max(50px, min(10vw, 200px));
}

.major__wrapper {
  max-width: 1510px;
  padding-left: 55px;
  padding-top: 82px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  overflow: hidden;
}

.major__content {
  margin-top: 133px;
  max-width: 905px;
}

.major__title {
  font-size: 120px;
  line-height: 1em;
  color: #6625a5;
}

.major__btns {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}

.major__btn {
  display: block;
  border-radius: 100px;
  padding: 10px 30px;
  background-color: #fed130;
  font-size: 40px;
  line-height: 1.5em;
  text-transform: uppercase;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all ease .6s;
}

.major__video {
  padding: 17.5px 60px;
  font-size: 30px;
  border-radius: 100px;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  background-color: #fff;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all ease .6s;
  position: relative;
  z-index: 6;
}

.major__video path {
  transition: all ease .6s;
}

.major__text {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  max-width: 835px;
}

.major__text img {
  width: 25px;
  height: 25px;
}

.major__text span {
  font-weight: 700;
}

.major__desc {
  margin-right: 51px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 70px 20px 35px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  background-repeat: no-repeat;
  background-position: bottom 0pc right 17px;
}

.major__desc br {
  display: none;
}

.major__desc span {
  font-weight: 700;
  color: #6625a5;
}
.major__slider {
  width: 756px;
  position: relative;
  height: auto;
  z-index: 2;
  right: 102px;
}

.major__slider-wrapper .slick-slide {
  position: relative;
  z-index: 6 !important;
  top: 75px !important;
}

.major__slider-wrapper .slick-slide {
  position: relative;
}
.major__slide:not(:nth-child(1)) {
  opacity: 0;
}

.major__slider-wrapper .slick {
  width: 756px !important;
}

.major__slider-wrapper .slick-slide img {
  position: relative;
  z-index: 3;
}

.major__prev {
  position: absolute;
  top: 150px;
  left: 175px;
  z-index: 5;
  transition: all ease .6s;
}

.major__next {
  position: absolute;
  bottom: 133px;
  right: 157px;
  z-index: 5;
  transition: all ease .6s;
}
.slide1 .slide1-block {
  right: -222px !important;
  top: -2px !important;
}
.slide1 .slide1-block .hero1-back {
  position: absolute;
  top: 75px;
  right: 55px;
  z-index: 1;
}
.slide1 .slide1-block .hero1-main {
  position: absolute;
  top: 0px;
  right: -2px;
  z-index: 2;
}
.slide1 .slide1-block .hero1-zarya2 {
  position: absolute;
  top: 0px;
  right: -2px;
  z-index: 4;
  opacity: 0;
  animation: fade11 2s ease-in-out infinite;
}
.slide1 .slide1-block .hero1-zarya3 {

  position: absolute;
  top: 0px;
  right: -2px;
  z-index: 5;
  opacity: 0;
  animation: fade12 2s ease-in-out infinite;
}
@keyframes fade11 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade12 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slide2 .slide2-block {
  right: -252px !important;
  top: -2px !important;
}
.slide2 .slide2-block .hero2-back {
  position: absolute;
  top: 75px;
  right: 55px;
  z-index: 1;
}
.slide2 .slide2-block .hero2-main {
  position: absolute;
  top: 2px;
  right: -15px;
  z-index: 10;
}
.slide2 .slide2-block .hero2-left2 {
  position: absolute;
  top: 70px;
  right: 250px;
  z-index: 4;
  animation: fade2 4s ease-in-out infinite;
}
.slide2 .slide2-block .hero2-right2 {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 4;
  animation: fade2 4s ease-in-out infinite;
}
@keyframes fade2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.slide3 .slide3-block {
  right: -222px !important;
  top: -14px !important;
}
.slide3 .slide3-block .hero3 {
  position: absolute;
  right: 5px;
  top: -14px;
}
.slide3 .slide3-block .hero3-animate {
  position: absolute;
  right: 5px;
  top: -14px;
  animation: fade3 4s ease-in-out infinite;
}
.slide3 .slide3-block .hero3-back {
  position: absolute;
  top: 73px;
  right: 55px;
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slide4 .slide4-block {
  right: -227px !important;
  top: -102px !important;
}
.slide4 .slide4-block .hero4-main {
  position: absolute;
  top: -99px;
  right: -19px;
  z-index: 5;
}
.slide4 .slide4-block .hero4-back {
  position: absolute;
  top: 75px;
  right: 55px;
  z-index: 1;
}
.slide4 .slide4-block .hero4-posokh {
  position: absolute;
  top: -98px;
  right: 81px;
  z-index: 5;
  animation: fade4 4s ease-in-out infinite normal;
}
@keyframes fade4 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0);
  }
}
.slide5 .slide5-none {
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: -96px;
  right: 173px;
}
.slide5 .slide5-block {
  right: 173px !important;
  top: -93px !important;
}
.slide5 .slide5-block .hero5-main {
  position: absolute;
  top: 11px;
  right: 29px;
  z-index: 5;
}
.slide5 .slide5-block .hero5-back {
  position: absolute;
  top: 75px;
  right: 55px;
  z-index: 1;
}
.slide5 .slide5-block .hero5-left {
  position: absolute;
  top: 14px;
  right: 32px;
  z-index: 4;
  animation: left 1.5s ease-in-out infinite normal;
}
.slide5 .slide5-block .hero5-right {
  position: absolute;
  top: -21px;
  right: 47px;
  z-index: 4;
  animation: right 1.5s ease-in-out infinite 0.75s normal;
}
.slide5 .slide5-block .hero5-fire {
  position: absolute;
  top: 306px;
  right: 360px;
  z-index: 5;
  animation: fire 2.8s ease-in-out infinite normal;
}
@keyframes fire {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes left {
  0% {
    transform: translate(0) rotate(0);
  }
  50% {
    transform: translate(5px) rotate(5deg);
  }
  100% {
    transform: translate(0) rotate(0);
  }
}
@keyframes right {
  0% {
    transform: translate(0) rotate(0);
  }
  50% {
    transform: translate(5px) rotate(5deg);
  }
  100% {
    transform: translate(0) rotate(0);
  }
}
.slide6 .slide6-block {
  right: -266px !important;
  top: -9px !important;
}
.slide6 .slide6-block .hero6-back {
  position: absolute;
  top: 75px;
  right: 55px;
  z-index: 1;
}
.slide6 .slide6-block .hero6-main {
  position: absolute;
  top: -10px;
  right: 77px;
  z-index: 5;
}
.slide6 .slide6-block .hero6-detail {
  position: absolute;
  top: 55px;
  right: 44px;
  z-index: 6;
  animation: fade6 5s ease-in-out infinite;
}
@keyframes fade6 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
    transform: rotate(0deg);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-360deg);
  }
}

.slide7 .slide7-block {
  right: -222px !important;
  top: 56px !important;
}
.slide7 .slide7-block .hero7-main {
  position: absolute;
  z-index: 5;
  top: 56px;
  right: 17px;
}
.slide7 .slide7-block .hero7-back {
  position: absolute;
  z-index: 1;
  top: 75px;
  right: 55px;
}
.slide7 .slide7-block .hero7-star {
  position: absolute;
  z-index: 5;
  top: 172px;
  right: 114px;
  animation: fade7 2.5s ease infinite;
}
@keyframes fade7 {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slide8 .slide8-block {
  right: -259px !important;
  top: 14px !important;
}
.slide8 .slide8-block .hero8-main {
  position: absolute;
  top: 12px;
  right: 101px;
  z-index: 5;
}
.slide8 .slide8-block .hero8-back {
  position: absolute;
  top: 75px;
  right: 55px;
  z-index: 1;
}
.slide8 .slide8-block .hero8-green {
  position: absolute;
  top: 0px;
  right: 35px;
  z-index: 5;
  animation: fade8 5s ease-out infinite;
}
@keyframes fade8 {
  0% {
    opacity: 0;
    transform: translateY(800px);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translateY(0px);
  }
  75% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-50px);
  }
}
.major__start {
  color: #fff !important;
  margin: 0 auto;
  display: block;
  padding: 20px 50px;
  background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
  text-wrap: nowrap;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 23px;
  border-radius: 30px 30px 0 0;
  text-transform: uppercase;
  transition: all ease .6s;
  margin-top: -7px;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.major__start span{
  position: relative;
  z-index: 3;
}
.major__start::after{
  content: '';
  display: block;
  left: 0;
  border-radius: 30px 30px 0 0;
  position: absolute;
  z-index: 2;
  background: #FB5E17;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.6s;
}

.about {
  position: relative;
  padding: 0 40px;
}

.about__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #6625a5;
  padding: 80px 0 0 100px;
  border-radius: 80px;
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: bottom 120px right 248px;
  color: #fff;
}

.about__content {
  max-width: 620px;
  padding-bottom: 180px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.about__title {
  font-size: 80px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}

.about__subtitle {
  margin-top: 40px;
  font-size: 40px;
  line-height: 46.32px;
  text-transform: uppercase;
}

.about__img {
  margin-right: -39.5px;
  width: 491px;
  height: 621px;
  position: relative;
  bottom: -12px;
}

.about__list li {
  margin-top: 20px;
  position: relative;
  padding-left: 22px;
  font-family: "Inter";
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

.about__list li br {
  display: none;
}

.about__list li::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid #fed130;
  border-radius: 50%;
}

.about__info {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: absolute;
  bottom: -128px;
  background-color: #fed130;
  border-radius: 40px;
  padding: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.about__for {
  font-size: 40px;
  line-height: 46.32px;
  max-width: 750px;
  text-transform: uppercase;
}

.about__items {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.about__item {
  max-width: 231px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Inter";
}

.about__item div {
  background-color: #6625a5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about__item div img {
  width: 30px;
  height: auto;
  object-fit: cover;
}

.about__item p {
  margin-top: 10px;
}

.track__wrapper {
  margin: 0 auto;
  margin-top: 300px;
  max-width: 1480px;
  padding: 0 40px;
}

.track__title {
  font-size: 80px;
  line-height: 1em;
  text-transform: uppercase;
}

.track__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 335px);
  grid-gap: 20px;
  gap: 20px;
  justify-content: center;
}

.track__glare {
  position: absolute;
  z-index: 3;
  top: 0;
  right: -150px;
  transition: all ease 1s;
}

.track__item {
  width: 100%;
  height: 290px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: space-between;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.track__item_blue {
  background-color: #1ac6bc;
}

.track__item_blue .track__fon {
  left: 0;
  transform: translateX(50%);
}

.track__item_green {
  background-color: #62cf80;
}

.track__item_green .track__fon {
  left: -30px;
  transform: translateX(50%);
}

.track__item_energy {
  background-color: #577ec9;
}

.track__item_energy .track__fon {
  left: -40px;
  transform: translateX(50%);
}

.track__item_arctic {
  background-color: #749fad;
}

.track__item_arctic .track__fon {
  height: 270px;
  left: -32px;
  transform: translateX(50%);
}

.track__item_cosmos {
  background-color: #4e586c;
}

.track__item_cosmos .track__fon {
  left: -31px;
  transform: translateX(50%);
  height: 270px;
}

.track__item_climate {
  background-color: #b7c13c;
}

.track__item_climate .track__fon {
  left: -40px;
  transform: translateX(50%);
}

.track__item_technologies {
  background-color: #fc8e5d;
}

.track__item_technologies .track__fon {
  top: 70px;
  left: 19px;
  transform: translateX(50%);
}

.track__item_science {
  background-color: #a276c2;
}

.track__item_science .track__fon {
  left: 118px;
  transform: translateX(50%);
}

.track__item:hover .track__glare {
  animation: box 1s ease-in-out infinite;
  animation-iteration-count: 1;
}

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

.track__name {
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
}

.track__logo {
  height: 40px;
  width: auto;
}

.track__icon {
  height: 70px;
  width: auto;
}

.track__fon {
  position: absolute;
  top: 100px;
  width: auto;
  height: 300px;
  opacity: .1;
}

@keyframes box {
  from {
    right: -155px;
  }

  to {
    right: 550px;
  }
}

.stages {
  margin-top: 140px;
  background-size: cover;
  border-radius: 80px;
}

.stages__wrapper {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 40px;
  padding-top: 107px;
  padding-bottom: 140px;
}

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

.stages__title {
  font-size: 80px;
  line-height: 1em;
  color: #2c2533;
  text-transform: uppercase;
  margin-top: 33px;
}

.stages__btn {
  margin-top: 20px;
  background-color: #fed130;
  padding: 10px 30px;
  font-size: 35px;
  line-height: 1.5em;
  text-wrap: nowrap;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 100px;
  text-transform: uppercase;
  display: block;
  transition: all ease-in-out 0.6s;
}

.stages__clew {
  position: relative;
}

.stages__img {
  width: 184px;
  height: 184px;
  position: relative;
  left: -88px;
}

.stages__img video {
  position: absolute;
  width: 100%;
  transition: all .6s ease;
  object-fit: contain;
}
.stages__img{
  width: 184px;
  height: 184px;
}
.stages__img .img1 {
  animation: show1 9s linear infinite;
}

.stages__img .img2 {
  animation: show2 9s linear infinite;
}

.stages__img .img3 {
  animation: show3 9s linear infinite;
}

.stages__block {
   display:block;
   position: relative;
  background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
  border-radius: 0px 100px 100px 70px;
  padding: 10px 20px 12px 20px;
  max-width: 230px;
  text-transform: uppercase;
  top: -49px;
  color: #fff !important;
  z-index: 5;
}
.stages__block::after{
  content: '';
  display: block;
  left: 0;
  border-radius: 0px 100px 100px 70px;
  position: absolute;
  z-index: 2;
  background: #FB5E17;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.6s;
}

.stages__block span{
  position: relative;
  z-index: 6;
}
.stages__list {
  margin-top: 24px;
  display: flex;
  gap: 20px;
}

.stages__item {
  width: calc(25% - 15px);
  flex-shrink: 0;
}

.stages__item:last-child .stages__icon {
  display: none;
}

.stages__item_left:last-child .stages__icon {
  display: block;
}

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

.stages__date {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  color: #6625a5;
  text-wrap: nowrap;
  width: -webkit-min-content;
  width: min-content;
}

.stages__icon {
  width: 50%;
  height: 1px;
  background-color: #6625a5;
  position: relative;
  flex-shrink: 1;
}

.stages__icon::after,
.stages__icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6625a5;
}

.stages__icon::after {
  left: 0;
  top: -2px;
}

.stages__icon::before {
  right: -2px;
  top: -2px;
}

.stages__el {
  padding-top: 20px;
}

.stages__subtitle {
  font-size: 25px;
  line-height: 28.95px;
  text-transform: uppercase;
  padding: 0 20px;
  min-height: 58px;
}

.stages__text {
  padding: 0 20px;
  margin-top: 10px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
}

.stages__text span {
  font-weight: 700;
  color: #6625a5;
}

.stages__text p {
  margin-top: 10px;
}

.stages__text p:last-child {
  margin-bottom: 10px;
}

.stages__text p img {
  width: 25px;
  height: auto;
  margin-right: 6px;
}

@keyframes show1 {
  0% {
    display: block;
    opacity: 1;
  }

  30% {
    display: block;
    opacity: 1;
  }

  30.1% {
    display: none;
    opacity: 0;
  }

  99.9% {
    display: none;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes show2 {
  0% {
    display: none;
    opacity: 0;
  }

  30% {
    display: none;
    opacity: 0;
  }
  30.1% {
    display: block;
    opacity: 1;
  }
  66% {
    display: block;
    opacity: 1;
  }

  66.1% {
    display: none;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes show3 {
  0% {
    display: none;
    opacity: 0;
  }

  33% {
    display: none;
    opacity: 0;
  }
  66% {
    display: none;
    opacity: 0;
  }
  66.1% {
    display: block;
    opacity: 1;
  }

  99.9% {
    display: block;
    opacity: 1;
  }

  99.9% {
    display: none;
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.webinar {
  padding: 0 40px;
}

.webinar__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 140px;
  background-color: #fed130;
  border-radius: 80px;
  padding: 80px 100px;
  display: flex;
  gap: 60px;
}

.webinar__left {
  max-width: 636px;
}

.webinar__title {
  font-size: 80px;
  line-height: 1em;
  text-transform: uppercase;
}

.webinar__info {
  margin-top: 20px;
  background-color: #6625a5;
  padding: 10px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.5em;
  color: #fff !important;
  text-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  transition: all ease-in-out 0.6s;
}

.webinar__text {
  margin-top: 40px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
}

.webinar__subtitle {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 46.32px;
}

.webinar__item {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
}

.webinar__item img {
  width: 30px;
  height: auto;
}

.webinar__right {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; width: calc(100% - 636px);
}

.webinar__fon {
  width: 496.6px;
  height: auto;
  position: absolute;
  top: -153px;
  z-index: 1;
  left: 10px;
}

.webinar__cart {
  min-height: 360px;
  position: relative;
  z-index: 5;
  margin-top: 145px;
  max-width: 504px;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

.webinar__status {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
}

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

.webinar__photo {
  background-color: #6625a5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.webinar__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.webinar__author {
  font-family: "Inter";
}

.webinar__author p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5em;
}

.webinar__author .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.36px;
}

.webinar__name {
  padding: 20px;
  font-size: 22px;
  line-height: 25.48px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  text-transform: uppercase;
  transition: all ease-in-out 0.6s;
}

.webinar__name svg {
  position: static;
  width: 32px;
  flex-shrink: 0;
  height: 32px;
  transition: all ease-in-out 0.6s;
}

.webinar__btn {
  color: #fff !important;
  display: block;
  margin-top: 30px;
  width: 100%;
  background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.5em;
  position: relative;
  transition: all ease .6s;
}
.webinar__btn span{
  position: relative;
  z-index: 3;
}
.webinar__btn::after{
  content: '';
  display: block;
  left: 0;
  border-radius: 100px;
  position: absolute;
  z-index: 2;
  background: #FB5E17;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.6s;
}


.experts {
  width: 100%;
  overflow-x: hidden;
}

.experts__wrapper {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 140px;
}

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

.experts__top img {
  width: 60px;
  height: 60px;
}

.experts__title {
  font-size: 80px;
  line-height: 1em;
  text-transform: uppercase;
}

.experts__block {
  max-width: 1400px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5em;
}

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

.experts__arrow {
  background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.experts__arrow img{
  z-index: 3;
}
.experts__arrow::after{
  content: '';
  display: block;
  left: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  background: #FB5E17;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.6s;
}

.experts__slider {
  margin-top: 40px;
  position: relative;
  margin-right: -260px;
}

.experts__slider .slick-track {
  display: flex;
  gap: 20px;
}

.experts__item {
  width: 335px !important;
}

.experts__item {
  min-height: 616px;
}

.experts__item.digital .experts__photo,
.experts__item.digital .experts__category {
  background-color: #1ac6bc;
}

.experts__item.energy .experts__photo,
.experts__item.energy .experts__category {
  background-color: #577ec9;
}

.experts__item.cosmos .experts__photo,
.experts__item.cosmos .experts__category {
  background-color: #4e586b;
}

.experts__item.science .experts__photo,
.experts__item.science .experts__category {
  background-color: #a276c2;
}

.experts__item.arctic .experts__photo,
.experts__item.arctic .experts__category {
  background-color: #749fad;
}

.experts__item.ecology .experts__photo,
.experts__item.ecology .experts__category {
  background-color: #b7c03c;
}

.experts__item.technologies .experts__photo,
.experts__item.technologies .experts__category {
  background-color: #fc8e5d;
}

.experts__item.genetics .experts__photo,
.experts__item.genetics .experts__category {
  background-color: #62cf80;
}

.experts__photo {
  width: 200px;
  height: 200px;
  border-radius: 50%; overflow: hidden;
}

.experts__photo img {
  width: 100%;
  object-fit: cover;
}

.experts__name {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
}

.experts__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 15px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}

.experts__category img {
  height: 40px;
  width: auto;
}

.experts__desc {
  margin-top: 20px;
  padding: 0 20px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.experts__fon {
  top: 0;
  right: -2px;
  position: absolute;
  width: 260px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgb(255, 255, 255));
}

.idea {
  margin-top: 140px;
  background-size: cover;
  border-radius: 80px;
}

.idea__wrapper {
  max-width: 1480px;
  margin: 0 auto;
  padding: 140px 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 151px;
  gap: 10px;
}

.idea__left {
  max-width: 836px;
}

.idea__title {
  font-size: 80px;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
}

.idea__title img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 60px;
}

.idea__content {
  margin-top: 40px;
  background-position: right 0 top 0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 30px;
  line-height: 34.74px;
  text-transform: uppercase;
}

.idea__info {
  margin-top: 7px;
  max-width: 400px;
  margin-right: -10px;
  position: relative;
}

.idea__info span {
  color: #6625a5;
}

.idea__info img {
  margin-top: 6px;
  width: 24px;
  cursor: pointer;
  height: 24px;
}

.idea__img {
  width: 443px;
  height: auto;
}
.idea__hover{
  position: absolute !important;
  right: calc(-100% + 20px);
  bottom: calc(-100% + 40px);
  z-index: 3;
  width: fit-content;
  background-color: white;
  padding: 20px 30px;
  max-width: 396px;
  font-size: 15px;
  line-height: 1.5em;
  border-radius: 0 20px 20px 20px;
  opacity: 0;
  transition: all ease-in-out 0.6s;
}
.idea__info_img:hover + .idea__hover{
  cursor: pointer;
  opacity: 1;
}
.idea__right {
  max-width: 504px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
  flex-shrink: 1;
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}

.idea__slider {
  width: 504px;
  height: 360px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.idea__slide {
  height: 360px;
  border-radius: 20px;
}

.idea__slide img {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.idea__arrows {
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 20px;
  right: 20px;
}

.result {
  padding: 0 40px;
}

.result__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 140px;
  background-color: #6625a5;
  border-radius: 80px;
  padding: 80px 0px;
  padding-left: 100px;
  position: relative;
}

.result__title {
  font-size: 80px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  max-width: 602px;
  position: relative;
  z-index: 3;
}

.result__year {
  font-size: 40px;
  line-height: 1em;
  color: #fed130;
  text-transform: uppercase;
}

.result__btns {
  margin-top: 60px;
  font-size: 20px;
  line-height: 1.5em;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 3;
}

.result__link {
  display: flex;
  padding: 17px 50px;
  gap: 10px;
  align-items: center;
  background-color: #fff;
  width: -webkit-min-content;
  width: min-content;
  text-wrap: nowrap;
  border-radius: 100px;
  transition: all ease .6s;
}

.result__link svg {
  width: 17px;
  height: auto;
  transition: all ease .6s;
}

.result__btn {
  padding: 17px 50px;
  color: #fff !important;
  background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all ease .6s;
  position: relative;
}
.result__btn span{
  position: relative;
  z-index: 3;
}
.result__btn::after{
  content: '';
  display: block;
  left: 0;
  border-radius: 100px;
  position: absolute;
  z-index: 2;
  background: #FB5E17;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.6s;
}

.result__img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.news__wrapper {
  max-width: 1480px;
  margin: 0 auto;
  margin-top: 140px;
  padding: 0 40px;
}

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

.news__title {
  font-size: 80px;
  line-height: 1em;
  text-transform: uppercase;
}

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

.news__slider {
  margin-top: 40px;
}

.news__slider .slick-track {
  display: flex;
  gap: 20px;
}

.news__item {
  width: 453px !important;
  height: 430px;
}

.news__preview {
  position: relative;
  width: 100%;
  height: 323px;
}

.news__preview img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.news__date {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 700;
  line-height: 1.5em;
  transition: all ease-in-out 0.6s;
}

.news__name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 25px;
  line-height: 28.95px;
  text-transform: uppercase;
  transition: all ease-in-out 0.6s;
}

.news__link {
  color: #fff !important;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, rgb(226, 23, 139), rgb(251, 94, 23));
  padding: 17px 50px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5em;
  border-radius: 100px;
  transition: all ease .6s;
  position: relative;
}
.news__link span{
  z-index: 3;
}
.news__link::after{
  content: '';
  display: block;
  left: 0;
  border-radius: 100px;
  position: absolute;
  z-index: 2;
  background: #FB5E17;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.6s;
}

.support__wrapper {
  margin-top: 140px;
  width: 100%;
  overflow: hidden;
}

.support__title {
  max-width: 1480px;
  margin: 0 auto;
  font-size: 80px;
  padding: 0 40px;
  line-height: 1em;
  text-transform: uppercase;
}

.support__subtitle {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 60px;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
  color: #6625a5;
}

.support .slick-list {
  overflow: visible;
}

.support .slick-track {
  display: flex;
  gap: 20px;
}

.support .slick-track img {
  max-height: 67px;
  max-width: 100%;
}

.support__stategic_slide {
  width: 238.75px !important;
  height: 100px !important;
  display: flex !important;
}

.support__stategic_slide {
  border: 1px solid rgba(44,36,51,.05);
  border-radius: 10px;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.support__stategic_slide:hover .support__bubl {
  opacity: 1;
  z-index: 5;
}

.support__bubl {
  position: absolute;
  width: 220px;
  height: 150px;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 37px;
  left: 39px;
  top: -104px;
  opacity: 0;
  transition: all ease .6s;
}

.support__bubl p {
  width: 134px;
  font-size: 19px;
  line-height: 1em;
  text-align: center;
}

.support__bubl span {
  width: 134px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
}

.footer {
  margin-top: 140px;
  background-color: #6625a5;
  border-radius: 80px 80px 0 0;
  width: 100%;
  font-family: "Inter";
  font-weight: 400;
}

.footer__wrapper {
  max-width: 1480px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  justify-content: space-between;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 14.5px;
  font-size: 17px;
  line-height: 25.5px;
  color: #fff;
}

.footer__left .sik {padding: 20px 0 0 0; display: flex; align-items: center; font-size: 14px; line-height: 110%;}
.footer__left .sik img {width: 46px; margin: 0 12px 0 0;}
.footer__left .sik span {width: calc(100% - 58px);}

.footer__logo {
  width: 192px;
  height: 37px;
}

.footer__part {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-top: 43px;
}

.footer__part p {
  max-width: 212px;
}
.footer__part span {
  max-width: 212px;
}
.footer__imgs {
  display: flex;
  gap: 40px;
}

.footer__imgs img {
  height: 60px;
  width: auto;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5em;
  width: fit-content;
}

.footer__links a {
  color: #fff;
}

.footer__contacts {
  font-family: "HalvarBreit";
  font-weight: 900;
  max-width: 415px;
  font-size: 20px;
  line-height: 23.16px;
  color: #fff;
}

.footer__contacts br {
  display: none;
}

.footer__email {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.footer__email span {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.footer__title{
  font-size: 17px;
  font-family: 'Inter';
  line-height: 1.5em;
  margin-top: 30px;
  font-weight: 400;
}
@media (max-width: 1750px) {
  .major__wrapper {
    padding-left: 40px;
    padding-top: 64px;
    padding-bottom: 94px;
  }

  .major__content {

    margin-top: 85px;
  }

  .major__slider {
    right: 6px;
    width: 455px;
    top: 7px;
    height: 600px;
  }

  .major__slider-wrapper .slick {
    width: 455px !important;
  }
  .major__prev {
    top: 99px;
    left: 53px;
  }
  .major__next {
    bottom: 9px;
    right: 89px;
  }
  .slide1 .slide1-block {
    top: -6px !important;
    right: 0px !important;
    position: relative;
  }
  .slide1 .slide1-block .hero1-back {
    width: 317px !important;
    height: 500px !important;
    top: -1px !important;
    right: 82px !important;
  }
  .slide1 .slide1-block .hero1-main {
    right: 40px !important;
    width: 400px !important;
    top: -29px !important;
    z-index: 5;
  }
  .slide1 .slide1-block .hero1-zarya2 {
    right: 40px !important;
    width: 400px !important;
    top: -29px !important;
    z-index: 6;

  }
  .slide1 .slide1-block .hero1-zarya3 {
    right: 40px !important;
    width: 400px !important;
    top: -29px !important;
    z-index: 7;
  }
  .slide2 .slide2-block {
    top: -6px !important;
    right: 0px !important;
    position: relative;
  }
  .slide2 .slide2-block .hero2-back {
    width: 317px !important;
    height: 500px !important;
    top: -1px !important;
    right: 82px !important;
  }
  .slide2 .slide2-block .hero2-main {
    right: 21px;
    width: 400px !important;
    top: -42px;
  }
  .slide2 .slide2-block .hero2-right2 {
    transform: scale(0.7);
    top: -57px;
    right: 6px;
  }
  .slide2 .slide2-block .hero2-left2 {
    transform: scale(0.7);
    top: -10px;
    left: 50px;
  }
  @keyframes fade2 {
    0% {
      transform: scale(0.7);
    }
    50% {
      transform: scale(0.91);
    }
    100% {
      transform: scale(0.7);
    }
  }
  .slide3 .slide3-block {
    top: -6px !important;
    right: 0px !important;
    position: relative;
  }
  .slide3 .slide3-block .hero3-back {
    width: 317px !important;
    height: 500px !important;
    top: -1px !important;
    right: 82px !important;
  }
  .slide3 .slide3-block .hero3 {
    width: 400px;
    top: -47px;
    right: 41px;
  }
  .slide3 .slide3-block .hero3-animate {
    width: 400px;
    top: -47px;
    right: 41px;
  }
  .slide4 .slide4-block .hero4-main {
    right: 32px !important;
    width: 400px !important;
    top: -96px !important;
  }
  .slide4 .slide4-block .hero4-back {
    width: 317px !important;
    height: 500px !important;
    top: -1px !important;
    right: 82px !important;
  }
  .slide4 .slide4-block .hero4-posokh {
    height: 400px;
    top: -80px;
    right: 109px;
  }
  .slide5 .slide5-none {
    width: 200px;
  }
  .slide5 .slide5-block .hero5-back {
    width: 317px !important;
    height: 500px !important;
    top: -1px !important;
    right: 82px !important;
  }
  .slide5 .slide5-block .hero5-main {
    right: 15px !important;
    width: 450px !important;
    top: 74px !important;
  }
  .slide5 .slide5-block .hero5-left {
    right: 46px !important;
    width: 400px !important;
    top: 132px !important;
  }
  .slide5 .slide5-block .hero5-right {
    right: 40px !important;
    width: 400px !important;
    top: 74px !important;
  }
  .slide5 .slide5-block .hero5-fire {
    right: 229px !important;
    width: 240px !important;
    top: 242px !important;
  }
  .slide6 .slide6-block .hero6-back {
    width: 317px !important;
    height: 500px !important;
    top: -1px !important;
    right: 82px !important;
  }
  .slide6 .slide6-block .hero6-main {
    right: 103px !important;
    width: 300px !important;
    top: -41px !important;
  }
  .slide6 .slide6-block .hero6-detail {
    right: 77px !important;
    width: 150px;
    height: 150px;
    top: 6px !important;
  }
  .slide7 .slide7-block .hero7-back {
    width: 317px !important;
    height: 500px !important;
    top: -1px !important;
    right: 82px !important;
  }
  .slide7 .slide7-block .hero7-main {
    right: 76px !important;
    width: 360px !important;
    top: 29px !important;
  }
  .slide7 .slide7-block .hero7-star {
    right: 134px !important;
    width: 300px !important;
    top: 108px !important;
  }
  .slide8 {
    height: 630px;
  }
  .slide8 .slide8-block .hero8-back {
    width: 317px !important;
    height: 500px;
    top: -1px !important;
    right: 82px !important;
  }
  .slide8 .slide8-block .hero8-main {
    right: 127px !important;
    width: 284px !important;
    top: -9px !important;
  }
  .slide8 .slide8-block .hero8-green {
    width: 300px;
    right: 87px;
  }
  @keyframes fade8 {
    0% {
      opacity: 0;
      transform: translateY(400px);
    }
    20% {
      opacity: 1;
    }
    70% {
      opacity: 1;
      transform: translateY(0px);
    }
    75% {
      opacity: 1;
      transform: translateY(0px);
    }
    100% {
      opacity: 0;
      transform: translateY(-20px);
    }
  }
}

@media (max-width: 1500px) {
  .major__title {
    font-size: 70px;
  }

  .major__btns {
    gap: 10px;
    padding-bottom: 5px;
  }

  .major__btn {
    font-size: 25px;
  }

  .major__video {
    padding: 14px 30px;
    font-size: 20px;
    gap: 10px;
    text-align: center;
  }

  .major__text {
    margin-top: 15px;
    font-size: 16px;
  }

  .major__desc {
    margin-top: 15px;
    width: 100%;
    padding: 20px;
    padding-right: 40px;
    margin-right: 0;
    font-size: 16px;
  }

  .major__desc br {
    display: block;
  }

  .idea__content {
    padding: 0;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 25px;
    line-height: 28.95px;
  }

  .idea__info {
    max-width: 400px;
    margin-top: 0px;
  }

  .idea__info img {
    margin-top: 0;
  }

  .idea__slider {
    height: 305px;
  }
  .idea__hover{
    right: calc(-100% + 80px);
    bottom: calc(-100% + -20px);
  }
}

@media (max-width: 1400px) {
  .about__wrapper {
    padding-top: 60px;
    padding-left: 60px;
    margin-top: 80px;
    border-radius: 40px;
    background-size: 288px 296px;
    background-position: bottom 118px right 166px;
  }

  .about__content {
    max-width: 440px;
    padding-bottom: 160px;
  }

  .about__title {
    font-size: 50px;
  }

  .about__subtitle {
    margin-top: 20px;
    font-size: 30px;
    line-height: 34.74px;
  }

  .about__img {
    width: 362px;
    height: 458px;
    margin-right: -40px;
    bottom: -27px;
  }

  .about__list li {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .about__info {
    border-radius: 20px;
    width: calc(100% - 160px);
    flex-direction: column;
    padding: 30px;
    bottom: -92px;
  }

  .about__for {
    max-width: 100%;
    font-size: 25px;
    line-height: 29px;
  }

  .about__for br {
    display: none;
  }

  .about__items {
    width: 100%;
    flex-wrap: wrap;
  }

  .about__item {
    display: flex;
    max-width: 100%;
    width: calc(50% - 20px);
    gap: 10px;
    margin-top: 10px;
    font-size: 16px;
  }

  .about__item div {
    margin-top: 11px;
  }

  .about__item p {
    margin-right: 30px;
  }

  .track__wrapper {
    margin-top: 170px;
  }

  .track__title {
    font-size: 50px;
  }

  .track__list {
    grid-template-columns: repeat(auto-fill, 301px);
    margin-top: 30px;
  }

  .stages {
    margin-top: 80px;
    border-radius: 40px;
  }

  .stages__wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .stages__title {
    font-size: 50px;
    max-width: 550px;
  }

  .stages__btn {
    margin-top: 10px;
    font-size: 25px;
  }

  .stages__img {
    left: -53px;
    width: 124px;
    height: 124px;
  }
  .stages__img picture img{
    width: 124px;
    height: 124px;
  }

  .stages__block {
    border-radius: 0px 100px 100px 90px;
    top: -34px;
    font-size: 14px;
    line-height: 16.21px;
    max-width: 206px;
  }
  .stages__block::after{
    border-radius: 0px 100px 100px 90px;
  }
  .stages__list {
    margin-top: -5px;
  }

  .stages__date {
    font-size: 14px;
  }

  .stages__subtitle {
    font-size: 20px;
    line-height: 23.16px;
    padding: 0;
    padding-left: 10px;
    /*width: -webkit-max-content;
    width: max-content;*/
  }

  .stages__text p img {
    width: 20px;
  }

  .stages__text {
    padding: 0 10px;
    font-size: 16px;
    margin-top: -3px;
  }

  .webinar__wrapper {
    margin-top: 100px;
    padding: 60px;
    border-radius: 40px;
  }

  .webinar__title {
    font-size: 50px;
  }

  .webinar__info {
    font-size: 25px;
  }

  .webinar__text {
    margin-top: 30px;
    font-size: 18px;
  }

  .webinar__subtitle {
    font-size: 30px;
    line-height: 34.74px;
    margin-top: 30px;
  }

  .webinar__item {
    margin-top: 10px;
    font-size: 18px;
  }

  .webinar__fon {
    width: 403.84px;
    top: -112px;
    left: -31px;
  }

  .webinar__cart {
    min-height: 305px;
    margin-top: 170px;
    
  }

  .webinar__top {
    flex-wrap: wrap;
    gap: 14px;
  }

  .webinar__name {
    font-size: 20px;
    line-height: 23.16px;
    padding: 0;
    padding-bottom: 10px;
  }

  .webinar__btn {
    margin-top: 10px;
  }

  .experts__wrapper {
    margin-top: 100px;
  }

  .experts__top {
    gap: 20px;
  }

  .experts__top img {
    width: 40px;
    height: 40px;
  }

  .experts__title {
    font-size: 50px;
  }

  .experts__block {
    font-size: 20px;
  }

  .experts__item {
    width: 245px !important;
  }

  .experts__photo {
    width: 150px;
    height: 150px;
  }

  .experts__name {
    margin-top: 10px;
    font-size: 25px;
  }

  .experts__category {
    padding: 10px 20px;
    font-size: 16px;
  }

  .experts__desc {
    font-size: 14px;
  }

  .idea {
    margin-top: 70px;
    border-radius: 45px;
    background-position: center;
  }

  .idea__wrapper {
    padding: 60px 40px;
    gap: 60px;
  }

  .idea__left {
    flex-shrink: 1;
    max-width: 524px;
    width: -webkit-min-content;
    width: min-content;
  }

  .idea__title {
    font-size: 50px;
  }

  .idea__title img {
    height: 40px;
  }

  .idea__img {
    width: 300px;
  }

  .result__wrapper {
    margin-top: 70px;
    padding: 60px;
    overflow-x: clip;
    border-radius: 40px;
  }

  .result__title {
    font-size: 50px;
    max-width: 50%;
  }

  .result__year {
    margin-top: 10px;
    font-size: 25px;
  }

  .result__btns {
    margin-top: 40px;
    flex-direction: column;
    gap: 10px;
  }

  .result__img {
    right: -131px;
    width: 615px;
    height: auto;
  }

  .news__wrapper {
    margin-top: 80px;
  }

  .news__title {
    font-size: 50px;
  }

  .news__slider {
    margin-top: 30px;
  }

  .news__item {
    width: 301px !important;
  }

  .news__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .news__preview {
    height: 214.65px;
  }

  .news__date {
    font-size: 12px;
    top: 10px;
    left: 10px;
  }

  .news__name {
    font-size: 20px;
    line-height: 23.16px;
    padding: 0 20px;
  }

  .news__link {
    margin-top: 50px;
  }

  .support__wrapper {
    margin-top: 80px;
  }

  .support__title {
    font-size: 50px;
  }

  .footer {
    margin-top: 78px;
    border-radius: 40px 40px 0 0;
  }

  .footer__wrapper {
    padding: 60px 40px;
    padding-bottom: 80px;
  }

  .footer__left {
    gap: 20px;
  }

  .footer__part {
    font-size: 14px;
    line-height: 1.5em;
    max-width: 100%;
    align-items: flex-start;
    gap: 40px;
    margin-top: 24px;
  }

  .footer__imgs {
    gap: 20px;
  }

  .footer__contacts {
    font-size: 20px;
    line-height: 23.16px;
  }

  .footer__contacts br {
    display: block;
  }
  .footer__email{
    margin-top: 16px;
  }
  .footer__title{
    margin-top: 18px;
  }
}

@media (max-width: 1200px) {
.footer__left .sik {padding-top: 15px;}
  .header__wrapper {
    padding-top: 20px;
  }

  .header__wrapper_small {
    gap: 76px;
  }

  .header__logo_small img {
    width: 192px;
  }

  .header__nav {
    gap: 75px;
  }

  .nav__list {
    gap: 40px;
  }
  .webinar__left {
    max-width: 60%;
    width: 60%;
  }

.webinar__right {
    max-width:40%;
    width: 40%;
  }

  .idea__right {
    max-width: 360px;
    font-size: 16px;
  }

  .idea__slider {
    width: 360px;
    height: 305px;
  }
}

@media (max-width: 1020px) {
  .major__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    padding-top: 66px;
    padding-bottom: 109px;
  }
  .major__slider {
    top: -10px;
  }
  .major__content {
    order: 2;
    margin-top: -15px;
  }
  .major__prev {
    top: 99px;
    left: 53px;
  }
  .major__next {
    bottom: 59px;
    right: 89px;
  }

}

@media (max-width: 1000px) {
  .header__wrapper {
    padding: 10px;
    padding-bottom: 0;
    gap: 0;
  }

  .header__nav {
    display: none;
    position: absolute;
    flex-direction: column;
    background-color: #fff;
    top: 64px;
    gap: 30px;
    width: 340px;
    right: 10px;
    padding: 20px;
    border-radius: 20px;
  }

  .header__btns {
    flex-direction: column;
    align-items: center;
  }

  .header__burger {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #6625a5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__burger span {
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: all ease .6s;
  }

  .header__burger span::after,
  .header__burger span::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all ease .6s;
  }

  .header__burger span::after {
    bottom: -7px;
  }

  .header__burger span::before {
    top: -7px;
  }

  .nav__list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .about {
    padding: 0 10px;
  }

  .about__wrapper {
    background-image: none !important;
  }

  .about__wrapper {
    margin-top: 50px;
    padding: 20px 20px 0;
    border-radius: 20px;
  }

  .about__img {
    margin-right: 0;
  }

  .about__info {
    width: calc(100% - 60px);
    padding: 20px;
    bottom: -106px;
  }

  .track__wrapper {
    padding: 0 10px;
  }

  .stages__wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
    padding: 0 10px;
  }

  .stages__list {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .stages__item {
    width: calc(50% - 15px);
    position: relative;
  }

  .webinar {
    padding: 0;
  }

  .webinar__wrapper {
    padding: 20px;
    gap: 19px;
  }

  .webinar__fon {
    left: -50px;
  }

  .idea__wrapper {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .idea__hover{
    right: -157px;
    bottom: -100px;
    padding: 10px;
    font-size: 11px;
  }
  .idea__content {
    align-items: center;
  }
  .idea__hover{
    max-width: 236px;
  }
  .result__img {
    right: -129px;
    width: 78%;
    max-width: 500px;
    height: auto;
    min-width: 202px;
  }
  .footer__wrapper{
    padding: 30px 10px;
    padding-bottom: 80px;
  }
}

@media (max-width: 900px) {
  .about__img {
    display: none;
  }
  .experts__fon{
    display: none;
  }
  .idea__hover{
    border-radius: 20px 0 20px 20px;
    bottom: calc(-100% + 15px);
    right: 77px;
  }
  .footer__wrapper{
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .footer__part{
    width: fit-content;
  }
  .footer__links {
    align-items: center;
  }
  .footer__contacts p {
    text-align: center;
  }
}

@media (max-width: 800px) {
.webinar__right {width: 100%; max-width: 100%;}
  .header__logo {
    width: auto;
    height: 30px;
  }

  .header__logo_small img {
    width: 145px;
  }

  .major__title {
    font-size: 40px;
  }

  .major__btns {
    flex-wrap: wrap;
    margin-top: 10px;
    padding-bottom: 0;
  }

  .major__btn {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .major__video {
    font-size: 18px;
    padding: 10px 30px;
  }

  .major__video svg {
    width: 12px;
    height: 14px;
  }

  .major__text {
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
  }

  .major__desc {
    margin-top: 10px;
    padding: 20px;
    font-size: 15px;
    line-height: 23px;
    padding-right: 50px;
  }

  .major__desc br {
    display: block;
  }

  .about__content {
    max-width: 100%;
    padding-bottom: 184px;
  }

  .about__title {
    font-size: 30px;
  }

  .about__subtitle {
    font-size: 20px;
    line-height: 23.16px;
  }

  .about__list li {
    margin-top: 6px;
    font-size: 14px;
    line-height: 21px;
  }

  .about__list li br {
    display: block;
  }

  .about__for {
    font-size: 18px;
    line-height: 20.84px;
  }

  .about__items {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .about__item {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }

  .about__item div {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }

  .about__item p {
    margin: 0;
  }

  .track__wrapper {
    margin-top: 158px;
  }

  .track__title {
    font-size: 30px;
  }

  .track__list {
    grid-template-columns: repeat(auto-fill, 165px);
    gap: 10px;
    margin-top: 18px;
  }
  .idea__hover{
    bottom: calc(-100% + -11px);
    right: 45px;
  }
  .track__item {
    padding: 15px;
    height: 140px;
    border-radius: 10px;
    width: 165px;
  }

  .track__name {
    font-size: 16px;
  }

  .track__logo {
    height: 20px;
  }

  .track__icon {
    height: 40px;
  }

  .stages {
    margin-top: 50px;
    padding-bottom: 40px;
  }

  .stages__title {
    font-size: 30px;
    margin-top: 40px;
  }

  .stages__btn {
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 13px;
  }

  .stages__img {
    left: -31px;
    top: 25px;
    width: 84px;
    height: 84px;
  }
  .stages__img picture img{
    width: 84px;
    height: 84px;
  }
  .stages__block {
    font-size: 12px;
    line-height: 13.9px;
    padding: 10px;
    top: 2px;
    left: 2px;
    border-radius: 0 20px 20px 20px;
    width: 101px;
  }
  .stages__block::after{
    border-radius: 0 20px 20px 20px;
  }
  .stages__block br {
    display: none;
  }

  .webinar__wrapper {
    flex-direction: column;
    margin-top: 40px;
    border-radius: 20px;
  }

  .webinar__left {
    max-width: 100%;
    width: 100%;
  }

  .webinar__title {
    font-size: 30px;
  }

  .webinar__info {
    margin-top: 10px;
    font-size: 18px;
    padding: 10px 20px;
  }

  .webinar__text {
    margin-top: 20px;
    font-size: 16px;
  }

  .webinar__subtitle {
    font-size: 20px;
    line-height: 23.16px;
    margin-top: 20px;
  }

  .webinar__item {
    font-size: 16px;
  }

  .webinar__fon {
    display: none;
  }

  .webinar__cart {
    margin-top: 0;
    padding: 15px 20px;
    min-height: 252px; max-width: 100%;
  }

  .webinar__top {
    gap: 9px;
  }

  .webinar__status {
    padding: 10px 20px;
  }

  .webinar__name {
    font-size: 16px;
    line-height: 18.53px;
    padding: 0;
  }

  .webinar__name svg {
    width: 24px;
    height: 24px;
  }

  .webinar__btn {
    padding: 10px 0;
    font-size: 16px;
  }

  .experts__wrapper {
    margin-top: 70px;
    padding: 0 10px;
  }

  .experts__top img {
    width: 30px;
    height: 30px;
  }

  .experts__title {
    font-size: 30px;
  }

  .experts__block {
    margin-top: 10px;
    font-size: 16px;
    position: relative;
    align-items: flex-end;
  }

  .experts__text {
    position: relative;
    width: 78%;
  }

  .experts__arrows {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .experts__slider {
    margin-top: 20px;
  }

  .idea {
    margin-top: 52px;
  }

  .idea__wrapper {
    padding: 40px 10px;
  }

  .idea__title {
    font-size: 30px;
  }

  .idea__title img {
    height: 30px;
  }

  .idea__content {
    margin-top: 20px;
    font-size: 20px;
    line-height: 23.16px;
  }

  .idea__info img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }

  .idea__right {
    gap: 10px;
    font-size: 14px;
  }

  .idea__slider {
    width: 340px;
    height: 267.75px;
  }

  .idea__slide {
    width: 340px;
    height: 267px;
  }

  .result {
    padding: 0 10px;
  }

  .result__wrapper {
    margin-top: 40px;
    padding: 20px;
    border-radius: 20px;
  }

  .result__title {
    font-size: 30px;
  }

  .result__year {
    font-size: 13px;
  }

  .result__btns {
    margin-top: 19px;
    font-size: 16px;
  }

  .result__link {
    padding: 10px 30px;
  }

  .result__link path {
    width: 12px;
  }

  .result__btn {
    padding: 10px 30px;
  }

  .result__img {
    width: 250px;
    right: -58px;
  }

  .news__wrapper {
    margin-top: 50px;
    padding: 0;
    padding-left: 10px;
  }

  .news__top {
    padding-right: 10px;
  }

  .news__title {
    font-size: 30px;
  }

  .news__slider {
    margin-top: 20px;
  }

  .news__slider .slick-track {
    gap: 10px;
  }

  .news__link {
    margin-top: 37px;
    font-size: 16px;
    padding: 10px 30px;
  }

  .support__wrapper {
    margin-top: 20px;
  }

  .support__title {
    padding: 0 10px;
    font-size: 30px;
    margin-top: 35px;
  }

  .support__subtitle {
    padding: 10px;
    font-size: 20px;
    margin-top: 20px;
  }

  .support .slick-track img {
    height: auto;
  }

  .support__stategic_slide {
    width: 180px !important;
    height: 80px !important;
  }

  .support__stategic_slide {
    margin-top: 10px;
  }

  .support__stategic_slide img {
    object-fit: contain;
  }

  .footer {
    margin-top: 30px;
    border-radius: 20px 20px 0 0;
  }

  .footer__wrapper {
    padding: 30px 10px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 150px; position: relative;
  }

.footer__left .sik {width: 300px; justify-content: center; position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%); padding-top: 0;}

  .footer__left {
    align-items: center;
  }

  .footer__title {
    font-size: 13px;
    line-height: 1.5em;
  }

  .footer__links {
    text-align: center;
  }

  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18.53px;
    text-align: center;
  }

  .footer__email {
    margin-top: 20px;
    font-size: 15px;
    line-height: 17.37px;
  }

  .footer__email img {
    width: 18px;
    height: auto;
  }
}

@media (max-width: 600px) {
  .major__content {
    margin-top: -146px;
  }

  .major__slider {
    width: 300px;
    top: -76px;
    height: 504px;
    left: 0;
  }
  .idea__hover{
    bottom: calc(-100% + -11px);
    right: 136px;
  }
  .major__prev {
    top: 46.5%;
    left: 6px;
  }

  .major__prev svg {
    width: 18px;
  }
  .major__next {
    top: 46.5%;
    right: 6px;
  }

  .major__next svg {
    width: 18px;
  }
  .slide1 .slide1-block {
    right: -33px !important;
  }
  .slide1 .slide1-block .hero1-back {
    width: 204px !important;
  }
  .slide1 .slide1-block .hero1-main {
    left: -19px !important;
    width: 260px !important;
    top: 69px !important;
  }
  .slide1 .slide1-block .hero1-zarya2 {
    left: -19px !important;
    width: 260px !important;
    top: 69px !important;

  }
  .slide1 .slide1-block .hero1-zarya3 {
    left: -19px !important;
    width: 260px !important;
    top: 69px !important;
  }
  .slide2 .slide2-block {
    right: -33px !important;
  }
  .slide2 .slide2-block .hero2-back {
    width: 204px !important;
  }
  .slide2 .slide2-block .hero2-main {
    left: -1px !important;
    width: 260px !important;
    top: 60px !important;
  }
  .slide2 .slide2-block .hero2-right2 {
    transform: scale(0.5);
    top: 2px;
    right: -14px;
  }
  .slide2 .slide2-block .hero2-left2 {
    transform: scale(0.5);
    top: 43px;
    left: -28px;
  }
  @keyframes fade2 {
    0% {
      transform: scale(0.5);
    }
    50% {
      transform: scale(0.65);
    }
    100% {
      transform: scale(0.5);
    }
  }
  .slide3 .slide3-block {
    right: -33px !important;
  }
  .slide3 .slide3-block .hero3-back {
    width: 204px !important;
  }
  .slide3 .slide3-block .hero3 {
    left: -13px !important;
    width: 260px !important;
    top: 55px !important;
  }
  .slide3 .slide3-block .hero3-animate {
    left: -13px !important;
    width: 260px !important;
    top: 55px !important;
  }
  .slide4 .slide4-block {
    position: relative;
    right: -33px !important;
    top: -4px !important;
  }
  .slide4 .slide4-block .hero4-back {
    width: 204px !important;
  }
  .slide4 .slide4-block .hero4-main {
    left: -9px !important;
    width: 260px !important;
    top: 24px !important;
  }
  .slide4 .slide4-block .hero4-posokh {
    left: 169px !important;
    height: 300px !important;
    top: 13px !important;
  }
  .slide5 .slide5-block {
    position: relative;
    right: -1px !important;
    top: 9px !important;
  }
  .slide5 .slide5-block .hero5-back {
    width: 204px !important;
    right: 50px !important;
  }
  .slide5 .slide5-block .hero5-main {
    left: -13px !important;
    width: 300px !important;
    top: 115px !important;
  }
  .slide5 .slide5-block .hero5-left {
    right: 46px !important;
    width: 250px !important;
    top: 147px !important;
  }
  .slide5 .slide5-block .hero5-right {
    right: 28px !important;
    width: 250px !important;
    top: 132px !important;
  }
  .slide5 .slide5-block .hero5-fire {
    right: 170px !important;
    width: 140px !important;
    top: 240px !important;
  }
  .slide6 .slide6-block {
    position: relative;
    right: -34px !important;
    top: -5px !important;
  }
  .slide6 .slide6-block .hero6-back {
    width: 204px !important;
  }
  .slide6 .slide6-block .hero6-main {
    left: 10px !important;
    width: 190px !important;
    top: 72px !important;
  }
  .slide6 .slide6-block .hero6-detail {
    right: 80px !important;
    width: 100px;
    height: 100px;
    top: 98px !important;
  }
  .slide7 .slide7-block {
    position: relative;
    top: -5px !important;
    right: -105px !important;
  }
  .slide7 .slide7-block .hero7-back {
    width: 204px !important;
    top: 51% !important;
    right: 51% !important;
  }
  .slide7 .slide7-block .hero7-main {
    left: -80px !important;
    width: 223px !important;
    top: 116px !important;
  }
  .slide7 .slide7-block .hero7-star {
    right: 199px !important;
    width: 180px !important;
    top: 168px !important;
  }
  .slide8 .slide8-block {
    position: relative;
    top: 9px !important;
    right: -33px !important;
  }
  .slide8 .slide8-block .hero8-back {
    width: 204px !important;
  }
  .slide8 .slide8-block .hero8-main {
    left: 2px !important;
    width: 188px !important;
    top: 77px !important;
  }
  .slide8 .slide8-block .hero8-green {
    width: 200px;
    right: 87px;
  }
  @keyframes fade8 {
    0% {
      opacity: 0;
      transform: translateY(300px);
    }
    20% {
      opacity: 1;
    }
    70% {
      opacity: 1;
      transform: translateY(80px);
    }
    75% {
      opacity: 1;
      transform: translateY(80px);
    }
    100% {
      opacity: 0;
      transform: translateY(50px);
    }
  }
  .major__start{
    width: calc(100% - 36px);
    text-align: center;
    padding: 20.5px 0;
    line-height: 1rem;

  }
  .stages__list {
    flex-direction: column;
    gap: 10px;
  }

  .stages__item {
    width: 100%;
  }

  .stages__item:last-child .stages__icon {
    display: block;
  }

  .stages__item_left .stages__icon {
    left: 5px;
  }

  .stages__item_left .stages__el {
    padding-left: 15px;
  }

  .stages__item_left .stages__text {
    margin-top: 10px;
  }

  .stages__icon {
    width: 1px;
    height: calc(100% - 51px);
    position: absolute;
    left: 10px;
    top: 51px;
  }

  .stages__icon::after {
    left: -1px;
    top: 100%;
  }

  .stages__el {
    padding-left: 20px;
  }

  .stages__subtitle {
    min-height: auto;
    width: auto;
  }

  .stages__subtitle br {
    display: none;
  }

  .stages__text p {
    margin-top: 5px;
  }

  .stages__text p:last-child {
    margin-bottom: 5px;
  }

  .stages__text {
    margin-top: 5px;
    padding-bottom: 10px;
  }

  .idea__left {
    width: 100%;
  }

  .support__stategic {
    margin-bottom: -10px;
  }
}
@media (max-width: 400px) {
  .idea__content {
    align-items: flex-start;
  }
  .idea__hover{
    bottom: calc(-100% + -10px);
    right: 81px;
  }
  .result__img {
    width: 253px;
    right: -119px;
  }
  .footer__part{
    flex-direction: column;
    margin-top: 0;
    align-items: center;
    gap: 20px;
  }
}

@media (hover: hover) {
  .slick-arrow:not(.major__prev):not(.major__next):hover::after{
    opacity: 1;
  }

  .major__btn:hover {
    background-color: #6625a5;
    color: #ffffff;
  }
  .header__btn:hover::after {
    opacity: 1;
  }

  .nav__item:hover {
    color: #6625a5;
    background-clip: text;
    -webkit-background-clip: text;
  }
  .stages__btn:hover{
    background-color: #FB5E17;
    color: white;
  }
  .nav__item:hover::after {
    width: 100%;
  }
  .webinar__info:hover{
    background-color: #FB5E17;
  }
  .major__btn:hover {
    background-color: #6625a5;
    color: #fff;
  }

  .major__video:hover {
    cursor: pointer;
    background-color: #6625a5;
    color: #fff;
  }

  .major__video:hover path {
    fill: #fff;
  }

  .major__prev:hover path {
    fill: #6625a5;
  }

  .major__next:hover path {
    fill: #6625a5;
  }

  .major__start:hover::after {
    opacity: 1;
  }

  .webinar__btn:hover::after {
    opacity: 1;
  }
  .stages__block:hover::after {
    opacity: 1;
  }
  .result__link:hover {
    color: #2c2533;
    background: #fed130;
  }

  .result__link:hover path {
    fill: #2c2533;
  }

  .result__btn:hover::after {
    opacity: 1;
  }

  .news__link:hover::after {
    opacity: 1;
  }
  .webinar__name:hover p {
      color: #6625A5;
  }

  .webinar__name:hover path, line{
    stroke: #6625A5;
  }
  .news__item:hover .news__name{
    color: #6625A5;
  }
  .news__item:hover .news__date {
    color: white;
    background-color: #6625A5;
  }
}




.tooltip {
	border-bottom: 1px dotted #0077AA;
	cursor: help;
position: relative;
}

.tooltip::before {
	background: rgba(255, 255, 255, 1);
	border-radius: 15px 15px 0px 15px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	color: #000;
	content: attr(data-tooltip); /* Главная часть кода, определяющая содержимое всплывающей подсказки */
	top: -157px;
right: 326px;
        font-size: 14px;
        width: 100%;
        z-index: 999;
        text-transform: uppercase;
	opacity: 0; /* Наш элемент прозрачен... */
	padding: 18px;
	position: absolute;
	visibility: hidden; /* ...и скрыт. */
			
	transition: all 0.4s ease-in-out; /* Добавить плавности по вкусу */
}
		
.tooltip:hover::before {
	opacity: 1; /* Показываем его */
	visibility: visible;
}

@media (max-width: 900px) {
.tooltip::before {
top: -157px;
right: 0px;
}
  }
/* End */


/* Start:/local/templates/main/template_styles.css?17199907811200*/
.experts__photo img {
border-radius: 50%;
}


.idea__title img {
display: none; }

    .experts__top img {
display: none; }
.track__name {
    font-size: 27px; 
}

@media (max-width: 800px) {
    .track__name {
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    .stages__wrapper {
        padding: 0 10px 30px;
    }
}

@media (max-width: 800px) {
    .total__img {
        right: -50px;
    }
}

@media (max-width: 400px) {
    .total__img {
        width:200px;  
right: -80px;  }
}


.result__wrapper {
overflow:hidden;
}

.result__img {
        right: -150px;
    }

@media (max-width: 1460px) {
    .result__img {
        width: 550px;
    }
}

@media (max-width: 1000px) {
    .result__img {
        width: 400px;
    }
}

@media (max-width: 800px) {
    .result__img {
        width: 250px;
right: -58px;
    }
}

@media (max-width: 600px) {
    .result__img {
        width: 230px;
        right: -58px;
    }
}

@media (max-width: 525px) {
    .result__img {
        right: -80px;
        width: 200px;
    }
}

@media (max-width: 450px) {
    .result__link {
        padding: 10px;
    }
}


@media (max-width: 450px) {
    .result__year br {
        display:none;
    }
}


/* End */
/* /local/templates/.default/assets/css/slider.css?17199406921775 */
/* /local/templates/.default/assets/css/index.css?172346800188269 */
/* /local/templates/main/template_styles.css?17199907811200 */
