@charset "UTF-8";:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.vue-skeletor{position:relative;overflow:hidden;background-color:#0000001f}.vue-skeletor:not(.vue-skeletor--shimmerless):after{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.3),rgba(37,22,22,0));animation:shimmer 1.5s infinite;content:""}.vue-skeletor--rect,.vue-skeletor--circle{display:block}.vue-skeletor--circle{border-radius:50%}.vue-skeletor--pill,.vue-skeletor--text{border-radius:9999px}.vue-skeletor--text{line-height:1;display:inline-block;width:100%;height:inherit;vertical-align:middle;top:-1px}@keyframes shimmer{to{transform:translate(100%)}}@font-face{font-family:lg;src:url(/build/assets/lg-965a0e5f.woff2?io9a6k) format("woff2"),url(/build/assets/lg-22b72ba5.ttf?io9a6k) format("truetype"),url(/build/assets/lg-fefc5c0d.woff?io9a6k) format("woff"),url(/build/assets/lg-f2fe1c00.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{transform:scaleZ(1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{transform:scaleZ(1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{transform:scaleZ(1) translate3d(0,-50%,0)!important;top:50%!important;left:0!important;max-width:none!important;max-height:none!important}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(/build/assets/loading-298ad3ff.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-container{display:none;outline:0}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/build/assets/loading-298ad3ff.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}@font-face{font-family:Montserrat;font-weight:400;font-style:normal;src:url(/build/assets/montserrat-regular-518f7ef1.woff2)}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:url(/build/assets/montserrat-medium-c60981fe.woff2)}@font-face{font-family:Montserrat;font-weight:600;font-style:normal;src:url(/build/assets/montserrat-semibold-16aa3158.woff2)}@font-face{font-family:Montserrat;font-weight:700;font-style:normal;src:url(/build/assets/Montserrat-Bold-01d2ce9e.woff)}@font-face{font-family:lg;font-weight:400;font-style:normal;src:url(/build/assets/lg-965a0e5f.woff2) format("woff2"),url(/build/assets/lg-fefc5c0d.woff) format("woff"),url(/build/assets/lg-22b72ba5.ttf) format("truetype")}@font-face{font-family:PT;font-weight:700;font-style:normal;src:url(/build/assets/PT-fd6d4e9c.woff2) format("woff2"),url(/build/assets/PT-e1adeb8e.woff) format("woff")}@font-face{font-family:PT;font-weight:500;font-style:normal;src:url(/build/assets/PT-med-fffac20e.ttf) format("ttf"),url(/build/assets/PT-med-1f1bf351.woff) format("woff")}@font-face{font-family:PT;font-weight:400;font-style:normal;src:url(/build/assets/PT-reg-8bb5aebb.ttf) format("ttf"),url(/build/assets/PT-reg-7919d4c0.woff) format("woff")}/*! Typography settings */@font-face{font-family:FreeSetC;src:url(/build/assets/freesetc-bold-f2a22f41.woff2) format("woff2"),url(/build/assets/freesetc-bold-bc22bc83.woff) format("woff");font-weight:700;font-style:normal;font-display:fallback}@font-face{font-family:FreeSetBoldC;src:url(/build/assets/freesetboldc-regular-6c67490e.woff2) format("woff2"),url(/build/assets/freesetboldc-regular-e4d05350.woff) format("woff");font-weight:700;font-style:normal;font-display:fallback}@font-face{font-family:FreeSetBoldC;src:url(/build/assets/freesetboldc-italic-6945f4f2.woff2) format("woff2"),url(/build/assets/freesetboldc-italic-66328669.woff) format("woff");font-weight:700;font-style:italic;font-display:fallback}@font-face{font-family:Donpoligrafbum;src:url(/build/assets/donpoligrafbum-bold-9e0a3662.woff2) format("woff2"),url(/build/assets/donpoligrafbum-bold-061d6290.woff) format("woff");font-weight:700;font-style:normal;font-display:fallback}@font-face{font-family:Manrope;src:url(/build/assets/manrope-regular-f7a118ad.woff2) format("woff2"),url(/build/assets/manrope-regular-a679a5ab.woff) format("woff");font-weight:400;font-style:normal;font-display:fallback}@font-face{font-family:Manrope;src:url(/build/assets/manrope-semibold-d895f848.woff2) format("woff2"),url(/build/assets/manrope-semibold-e9d4c2cb.woff) format("woff");font-weight:600;font-style:normal;font-display:fallback}@font-face{font-family:Manrope;src:url(/build/assets/manrope-bold-98ea79c1.woff2) format("woff2"),url(/build/assets/manrope-bold-5ad4cd9b.woff) format("woff");font-weight:700;font-style:normal;font-display:fallback}:root{--font-montserrat: "Montserrat", sans-serif;--font-freesetc: "FreeSetC", sans-serif;--font-freesetboldc: "FreeSetBoldC", sans-serif;--font-donpoligrafbum: "Donpoligrafbum", sans-serif;--font-manrope: "Manrope", sans-serif;--font-pt: "PT", sans-serif;--font-pt-med: "PT", sans-serif;--font-pt-reg: "PT", sans-serif}.f-500{font-weight:500}.f-700-i{font-weight:700;font-style:italic}.f-400{font-weight:400}.f-600{font-weight:600}.f-700{font-weight:700}.critical-css-font-carrier{font-family:var(--font-montserrat),var(--font-freesetc),var(--font-freesetboldc),var(--font-donpoligrafbum),var(--font-manrope)}h1,.h1{font-size:75px;font-weight:400;margin-bottom:20px}@media screen and (max-width: 1919px){h1,.h1{font-size:65px}}@media screen and (max-width: 1365px){h1,.h1{font-size:55px}}@media screen and (max-width: 767px){h1,.h1{font-size:45px}}h2,.h2{font-size:65px;font-weight:400;margin-bottom:20px}@media screen and (max-width: 1919px){h2,.h2{font-size:55px}}@media screen and (max-width: 1365px){h2,.h2{font-size:45px}}@media screen and (max-width: 767px){h2,.h2{font-size:35px}}h3,.h3{font-size:55px;font-weight:400;margin-bottom:20px}@media screen and (max-width: 1919px){h3,.h3{font-size:45px}}@media screen and (max-width: 1365px){h3,.h3{font-size:35px}}@media screen and (max-width: 767px){h3,.h3{font-size:30px}}h4,.h4{font-size:45px;font-weight:400;margin-bottom:20px}@media screen and (max-width: 1919px){h4,.h4{font-size:35px}}@media screen and (max-width: 1365px){h4,.h4{font-size:30px}}@media screen and (max-width: 767px){h4,.h4{font-size:25px}}.h1-new{font-size:75px;font-style:italic;line-height:1;font-family:FreeSetBoldC;color:#fff}@media screen and (max-width: 1439px){.h1-new{font-size:45px;line-height:90%}}@media screen and (max-width: 639px){.h1-new{text-shadow:0px -1px 100.7px rgba(115,112,142,0);font-size:35px}}.h2-new{font-family:FreeSetBoldC;font-size:50px;font-style:italic;line-height:1;color:#fff}@media screen and (max-width: 1439px){.h2-new{font-size:35px}}@media screen and (max-width: 639px){.h2-new{font-size:30px}}@media screen and (max-width: 479px){.h2-new{font-size:20px}}.h3-new{font-family:FreeSetBoldC;font-size:35px;font-style:italic;line-height:1;margin-bottom:unset;color:#fff}@media screen and (max-width: 1439px){.h3-new{font-size:25px}}.h4-new{font-size:20px;font-style:italic;font-weight:700}.body-text{font-size:15px;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.body-text{font-size:14px}}@media screen and (max-width: 959px){.body-text{line-height:140%}}@media screen and (max-width: 639px){.body-text{font-size:13px;font-weight:400;line-height:130%}}.text-m{font-size:25px;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.text-m{font-size:20px}}@media screen and (max-width: 639px){.text-m{font-size:18px;font-weight:400;line-height:130%;letter-spacing:-.13px}}.text-s{line-height:150%;font-size:16px;font-weight:500;margin:0;transition:.5s}@media screen and (max-width: 1439px){.text-s{font-size:14px}}@media screen and (max-width: 1439px) and (max-width: 639px){.text-s{font-size:13px}}.lead-text{font-size:19px;font-weight:400;line-height:150%;letter-spacing:-.19px}@media screen and (max-width: 1439px){.lead-text{font-size:17px;letter-spacing:-.17px}}@media screen and (max-width: 959px){.lead-text{line-height:140%}}@media screen and (max-width: 639px){.lead-text{font-size:15px;line-height:130%;letter-spacing:-.15px}}.lead-text a{color:#2b87f7;text-decoration:underline}.lead-text a:hover{color:#2b87f7;text-decoration:none}.note-text{font-size:12px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.24px;opacity:.5}.main-text{font-size:80px;letter-spacing:-4px;-webkit-text-stroke:2px white;text-stroke:2px white}@media screen and (max-width: 1200px){.main-text{font-size:50px;letter-spacing:-2.5px}}@media screen and (max-width: 959px){.main-text{font-size:40px;letter-spacing:-2px}}@media screen and (max-width: 639px){.main-text{font-size:30px;letter-spacing:-1.5px}}@media screen and (max-width: 479px){.main-text{font-size:21px;letter-spacing:-1.05px;-webkit-text-stroke:1px white;text-stroke:1px white}}.big-main-text{font-size:96px;line-height:1;font-weight:700;align-self:stretch}@media screen and (max-width: 2559px){.big-main-text{font-size:75px}}@media screen and (max-width: 1439px){.big-main-text{font-size:45px}}@media screen and (max-width: 639px){.big-main-text{font-size:35px}}.pt{font-family:PT,sans-serif;font-style:normal;text-align:left;margin:0}.new-typography-container .big-main-text{font-size:96px;font-weight:700;line-height:96px;font-family:PT,sans-serif}@media screen and (max-width: 2559px){.new-typography-container .big-main-text{font-size:65px;line-height:70px}}@media screen and (max-width: 1439px){.new-typography-container .big-main-text{font-size:45px;line-height:45px}}@media screen and (max-width: 639px){.new-typography-container .big-main-text{font-size:30px;line-height:30px}}.new-typography-container h1,.new-typography-container .h1,.new-typography-container .h1-new{font-size:65px;font-weight:700;line-height:70px;font-family:PT,sans-serif;font-style:normal;margin-bottom:0}@media screen and (max-width: 1439px){.new-typography-container h1,.new-typography-container .h1,.new-typography-container .h1-new{font-size:45px;line-height:45px}}@media screen and (max-width: 639px){.new-typography-container h1,.new-typography-container .h1,.new-typography-container .h1-new{font-size:30px;line-height:30px}}.new-typography-container h2,.new-typography-container .h2,.new-typography-container .h2-new{font-size:45px;font-weight:500;line-height:50px;font-family:PT,sans-serif;font-style:normal;margin-bottom:0}@media screen and (max-width: 1439px){.new-typography-container h2,.new-typography-container .h2,.new-typography-container .h2-new{font-size:35px;line-height:35px}}@media screen and (max-width: 639px){.new-typography-container h2,.new-typography-container .h2,.new-typography-container .h2-new{font-size:25px;line-height:25px}}.new-typography-container h3,.new-typography-container .h3,.new-typography-container .h3-new{font-size:35px;font-weight:500;line-height:40px;font-family:PT,sans-serif;font-style:normal;margin-bottom:0}@media screen and (max-width: 1439px){.new-typography-container h3,.new-typography-container .h3,.new-typography-container .h3-new{font-size:25px;line-height:25px}}@media screen and (max-width: 639px){.new-typography-container h3,.new-typography-container .h3,.new-typography-container .h3-new{font-size:22px;line-height:22px}}.new-typography-container h4,.new-typography-container .h4,.new-typography-container .h4-new{font-size:20px;font-weight:700;line-height:25px;font-family:PT,sans-serif;font-style:normal;margin-bottom:0}@media screen and (max-width: 1439px){.new-typography-container h4,.new-typography-container .h4,.new-typography-container .h4-new{font-size:20px;line-height:20px}}.new-typography-container .text-m{font-size:19px;font-weight:500;line-height:29px;font-family:PT,sans-serif;font-style:normal}@media screen and (max-width: 1439px){.new-typography-container .text-m{font-size:17px;line-height:26px}}@media screen and (max-width: 639px){.new-typography-container .text-m{font-size:15px;line-height:19px}}@media screen and (max-width: 479px){.new-typography-container .text-m{font-size:15px;line-height:19px}}.new-typography-container .text-m p,.new-typography-container .text-m span{font-size:19px;font-weight:500;line-height:29px;font-family:PT,sans-serif;font-style:normal}@media screen and (max-width: 1439px){.new-typography-container .text-m p,.new-typography-container .text-m span{font-size:17px;line-height:26px}}@media screen and (max-width: 639px){.new-typography-container .text-m p,.new-typography-container .text-m span{font-size:15px;line-height:19px}}@media screen and (max-width: 479px){.new-typography-container .text-m p,.new-typography-container .text-m span{font-size:15px;line-height:19px}}.new-typography-container .text-l{font-size:16px;font-weight:400;line-height:24px;font-family:PT,sans-serif;font-style:normal}@media screen and (max-width: 1439px){.new-typography-container .text-l{font-size:14px;line-height:21px}}@media screen and (max-width: 639px){.new-typography-container .text-l{font-size:13px;line-height:17px}}@media screen and (max-width: 479px){.new-typography-container .text-l{font-size:13px;line-height:17px}}.new-typography-container .text-l p,.new-typography-container .text-l span{font-size:16px;font-weight:400;line-height:24px;font-family:PT,sans-serif;font-style:normal}@media screen and (max-width: 1439px){.new-typography-container .text-l p,.new-typography-container .text-l span{font-size:14px;line-height:21px}}@media screen and (max-width: 639px){.new-typography-container .text-l p,.new-typography-container .text-l span{font-size:13px;line-height:17px}}@media screen and (max-width: 479px){.new-typography-container .text-l p,.new-typography-container .text-l span{font-size:13px;line-height:17px}}.new-typography-container .note-text{font-size:12px;font-weight:500;line-height:12px;opacity:.5;font-family:PT,sans-serif;font-style:normal}.new-typography-container .btn-text,.new-typography-container .link span,.new-typography-container .link .btn-text,.new-typography-container .tab-btn span,.new-typography-container .tab-btn .btn-text,.new-typography-container .button span,.new-typography-container .button .btn-text{font-size:16px;font-weight:400;line-height:18px;font-family:PT,sans-serif;font-style:normal;letter-spacing:0!important}.text-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px}.page-wrapper.container{max-width:unset}.main{overflow:hidden}.new-h1{color:#fff;position:relative;z-index:1;text-align:center;margin:0;font-family:FreeSetBoldC;font-size:75px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width: 1199px){.new-h1{font-size:55px}}@media screen and (max-width: 959px){.new-h1{font-size:45px}}@media screen and (max-width: 479px){.new-h1{font-size:35px}}.stages.container{margin-top:100px}@media screen and (max-width: 1199px){.stages.container{margin-top:80px}}@media screen and (max-width: 639px){.stages.container{margin-top:50px}}.stages{position:relative;display:flex;flex-direction:column;gap:50px}.stages .circle{left:0;bottom:0}@media screen and (max-width: 639px){.stages{gap:25px}}@media screen and (max-width: 479px){.stages{gap:5px}}.stages h2{font-size:35px;max-width:600px;margin:0 auto}@media screen and (max-width: 639px){.stages h2{font-size:30px}}@media screen and (max-width: 479px){.stages h2{font-size:28px}}.h2-learning{max-width:998px;margin:0 auto;text-align:center;color:#fff;font-family:FreeSetBoldC;font-size:35px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width: 639px){.h2-learning{font-size:25px}}.stages-stages{width:100%;display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width: 639px){.stages-stages{grid-template-columns:1fr}}.stages-stage{display:flex;gap:10px;align-items:center}.stages-stage:nth-of-type(2){margin-left:-50px}@media screen and (max-width: 639px){.stages-stage:nth-of-type(2){padding-left:50px;margin-left:unset}}@media screen and (max-width: 479px){.stages-stage:nth-of-type(2){padding-left:15px}}.stages-stage:nth-of-type(3){padding-left:143px}@media screen and (max-width: 959px){.stages-stage:nth-of-type(3){padding-left:93px}}@media screen and (max-width: 639px){.stages-stage:nth-of-type(3){padding-left:100px}}@media screen and (max-width: 479px){.stages-stage:nth-of-type(3){padding-left:30px}}.stages-stage:nth-of-type(4){padding-left:100px}@media screen and (max-width: 1199px){.stages-stage:nth-of-type(4){padding-left:50px}}@media screen and (max-width: 959px){.stages-stage:nth-of-type(4){padding-left:40px}}@media screen and (max-width: 639px){.stages-stage:nth-of-type(4){padding-left:150px}}@media screen and (max-width: 479px){.stages-stage:nth-of-type(4){padding-left:45px}}.stages-stage-text{color:#fff;leading-trim:both;text-edge:cap;font-family:FreeSetBoldC;font-size:50px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width: 1199px){.stages-stage-text{font-size:30px}}@media screen and (max-width: 959px){.stages-stage-text{font-size:25px}}@media screen and (max-width: 639px){.stages-stage-text{font-size:20px}}.stages-stage-title{color:#2b87f7;leading-trim:both;text-edge:cap;font-family:FreeSetBoldC;font-size:120px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width: 1199px){.stages-stage-title{font-size:80px}}@media screen and (max-width: 959px){.stages-stage-title{font-size:60px}}@media screen and (max-width: 639px){.stages-stage-title{font-size:50px}}.stages-description{margin:0 auto;max-width:1200px;display:flex;align-items:center;gap:10px;flex-direction:column}.stages-description p{color:#fff;text-align:center;font-family:Montserrat;font-size:15px;font-style:normal;font-weight:400;line-height:153%}.stages-description p .bold{font-weight:700}@media screen and (max-width: 1199px){.stages-description{max-width:620px}}@media screen and (max-width: 959px){.stages-description{max-width:unset}}.training-line{position:absolute;width:100%;bottom:0;height:1px;opacity:.2;background:#fff}.stages-images{display:grid}.stages-block{position:relative;z-index:10;margin-top:30px;width:100%}@media screen and (max-width: 959px){.stages-block{margin-top:0}}.stages-images{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,auto);gap:20px;grid-auto-flow:dense}@media screen and (max-width: 1199px){.stages-images{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 639px){.stages-images{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 479px){.stages-images{display:none}}.stages-images img{border-radius:20px;object-fit:cover}.stages-images img:nth-child(1){grid-column:span 1;grid-row:span 1;height:243px}.stages-images img:nth-child(2){grid-column:span 1;grid-row:span 1;height:243px}.stages-images img:nth-child(3){grid-column:span 1;grid-row:span 2;height:506px}@media screen and (max-width: 639px){.stages-images img:nth-child(3){display:none}}.stages-images img:nth-child(4){grid-column:span 1;grid-row:span 1;height:243px}@media screen and (max-width: 1199px){.stages-images img:nth-child(4){display:none}}.stages-images img:nth-child(5){grid-column:span 2;grid-row:span 1;height:243px}.stages-images img:nth-child(6){grid-column:span 1;grid-row:span 1;height:243px}.stages-images img:nth-child(n+7){height:180px}@media screen and (max-width: 1199px){.stages-images img:nth-child(6){display:none}}.smp-slider{display:none!important}@media screen and (max-width: 479px){.smp-slider{display:block!important;height:210px}}.smp-slider img{border-radius:20px;height:180px;object-fit:cover}.smp-slider .swiper-pagination-bullet{transition:all .3s ease-out;background:#fff;opacity:1}.smp-slider .swiper-pagination-bullet-active{width:40px;background:#2B87F7;border-radius:20px}.winners.container{margin:100px auto}@media screen and (max-width: 479px){.winners.container{margin-top:30px}}.winners{position:relative;z-index:0;display:flex;flex-direction:column;align-items:center}.winners:before{top:-.6rem;width:50rem;content:"";position:absolute;left:-115px;z-index:-1;aspect-ratio:500/394;background-image:url(/build/assets/flag-b3b8cffb.svg);background-position:center;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1199px){.winners:before{display:none}}.winners-grid{margin-top:50px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}@media screen and (max-width: 639px){.winners-grid{grid-template-columns:1fr}}.winners-item{display:flex;flex-direction:column;gap:20px;border-radius:20px;background:#2B87F7;padding:30px}.winners-item:last-of-type{background:#161F47}@media screen and (max-width: 639px){.winners-item:last-of-type{order:3}}.winners-item:first-of-type{background:#264289}@media screen and (max-width: 639px){.winners-item:first-of-type{order:2}}@media screen and (max-width: 639px){.winners-item{order:1}}@media screen and (max-width: 1199px){.winners-item{padding:20px;gap:10px}}.winners-item-head{position:relative;display:flex;flex-direction:row;justify-content:space-between}.winners-item-head img{margin-top:-53px;width:120px;height:120px}@media screen and (max-width: 639px){.winners-item-head img{margin-top:-40px;width:80px;height:80px}}@media screen and (max-width: 959px){.winners-item-head{flex-direction:column-reverse}}@media screen and (max-width: 639px){.winners-item-head{flex-direction:row}}.winners-item-title{color:#fff;font-family:FreeSetBoldC;font-size:50px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width: 1199px){.winners-item-title{font-size:30px}}.winners-item-text{color:#fff;font-family:Montserrat;font-size:19px;font-style:normal;font-weight:500;line-height:153%;letter-spacing:-.19px}@media screen and (max-width: 1199px){.winners-item-text{font-size:15px}}@media screen and (max-width: 959px){.winners-item-text{font-size:12px}}.winners-item-note{font-family:Montserrat;font-size:15px;font-style:normal;font-weight:400;line-height:153%;letter-spacing:-.15px;opacity:.8;color:#fff}@media screen and (max-width: 1199px){.winners-item-note{font-size:12px}}@media screen and (max-width: 959px){.winners-item-note{font-size:10px}}.schedule.container{margin-top:100px}.schedule{position:relative;display:flex;flex-direction:column;align-items:center}.schedule .new-h1{margin-bottom:44px}@media screen and (max-width: 479px){.schedule .new-h1{max-width:200px;margin-bottom:25px}}.schedule .circle{right:50px;top:-200px}.schedule-text{position:relative;color:#fff;text-align:center;font-family:FreeSetBoldC;font-size:35px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width: 479px){.schedule-text{font-size:25px}}.schedule-time{margin-top:30px;display:flex;align-items:center;justify-content:center;gap:120px;width:100%}@media screen and (max-width: 959px){.schedule-time{flex-direction:column;align-items:center;gap:10px}}.schedule-time-item{color:#fff;text-align:center;font-family:FreeSetBoldC;font-size:75px;font-style:italic;font-weight:400;line-height:normal}.schedule-time-item .blue{color:#2b87f7}@media screen and (max-width: 1199px){.schedule-time-item{font-size:55px}}@media screen and (max-width: 479px){.schedule-time-item{font-size:35px}}.schedule-note{margin-top:20px;color:#fff;font-family:Montserrat;font-size:19px;font-style:normal;font-weight:400;line-height:153%;letter-spacing:-.19px}@media screen and (max-width: 639px){.schedule-note{text-align:center}}@media screen and (max-width: 479px){.schedule-note{font-size:15px}}.schedule-privacy{margin-top:30px;opacity:.5;text-align:center;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:400;line-height:153%;letter-spacing:-.12px;color:#fff}@media screen and (max-width: 1199px){.schedule-privacy{margin-top:25px}}.schedule-button{outline:none;border:none;border-radius:10px;background:#2B87F7;padding:10px 25px;color:#fff;leading-trim:both;text-edge:cap;font-family:Montserrat;font-size:26px;font-style:normal;font-weight:500;line-height:153%;letter-spacing:-.26px}.placement a:hover svg path{fill:var(--color-hover)}@media screen and (max-width: 959px){.placement{padding:0 0 50px}}@media screen and (max-width: 639px){.placement{display:flex;flex-direction:column}}.placement .button{min-height:40px}.placement-buttons{display:flex;gap:20px}.placement-link{color:#2b87f7;border:1px solid #2B87F7;background:transparent;padding:18px 25px;leading-trim:both;text-edge:cap;font-family:Montserrat;border-radius:10px;font-size:20px;font-style:normal;font-weight:500;line-height:153%;letter-spacing:-.2px}.subscription-wrap{margin-top:25px;display:grid;grid-template-columns:1fr 1fr;gap:12px}@media screen and (max-width: 639px){.subscription-wrap{grid-template-columns:1fr;gap:15px}}.subscription.container{margin-top:100px}@media screen and (max-width: 1199px){.subscription.container{margin-top:80px}}@media screen and (max-width: 959px){.subscription.container{margin-top:60px}}@media screen and (max-width: 639px){.subscription.container{margin-top:50px}}.subscription-item{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:50px;border-radius:20px;background:#161F47}.subscription-item:last-of-type{background:#264289}@media screen and (max-width: 1199px){.subscription-item{padding:30px}}@media screen and (max-width: 959px){.subscription-item{gap:10px;padding:20px}}.subscription-count{color:#2b87f7;font-family:FreeSetBoldC;font-size:50px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width: 1199px){.subscription-count{font-size:35px}}@media screen and (max-width: 959px){.subscription-count{font-size:25px}}.subscription-price{color:#fff;font-family:FreeSetBoldC;font-size:75px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width: 1199px){.subscription-price{font-size:55px}}@media screen and (max-width: 639px){.subscription-price{font-size:45px}}@media screen and (max-width: 959px){.subscription-price{font-size:35px}}.circle{position:absolute;width:689px;height:655px;border-radius:689px;opacity:.5;filter:blur(271.950012207px);background:#2671C5}@media screen and (max-width: 639px){.circle{display:none}}.text-center{text-align:center}.payment-title{padding:100px 0 50px;line-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center}.payment-title .icon-container{width:64px;height:64px;background-size:contain;background-repeat:no-repeat;background-position:center;margin-bottom:30px}.payment-title .icon-container.loader{background-image:url(/build/assets/loading-a330ea12.svg)}.payment-title .icon-container.failed{background-image:url(/build/assets/error-571a32ee.svg)}.payment-title .icon-container.success{background-image:url(/build/assets/success-735b0e10.svg)}.payment-title p,.payment-title a,.payment-title span{text-align:center;font-family:Montserrat,sans-serif;font-size:19px;font-style:normal;font-weight:500;line-height:118%;letter-spacing:.76px;color:#fff}@media screen and (max-width: 1199px){.payment-title p,.payment-title a,.payment-title span{font-size:15px}}.payment-title p span,.payment-title a span,.payment-title span span{color:#2b87f7}.payment-title a{color:#2b87f7;text-decoration:underline}.payment-title a:hover{color:#2b87f7}.payment-title .order{margin-bottom:17px}.payment-title h1{line-height:90%;font-size:60px;font-style:italic;font-family:FreeSetBoldC,sans-serif;text-align:center;text-shadow:0px -1px 100.7px rgba(115,112,142,0)}@media screen and (max-width: 1199px){.payment-title h1{font-size:45px}}@media screen and (max-width: 959px){.payment-title h1{max-width:520px}}@media screen and (max-width: 639px){.payment-title h1{font-size:35px}}.description-part{display:flex;flex-direction:column;gap:10px}.description-part .bottom-side{display:flex;justify-content:space-between}.pilot-slide__cover img.trainers{height:100%!important;aspect-ratio:unset!important}.age-text{font-size:18px;font-weight:600}.learning .main{padding-top:unset}.learning .recruiting{padding-top:50px}@media screen and (max-width: 1919px){.learning .recruiting{padding:40px 1.5rem 70px;max-width:134rem}}@media screen and (max-width: 959px){.learning .recruiting{padding-top:30px}}@media screen and (max-width: 639px){.learning .recruiting{padding-bottom:0}}.learning .recruiting .buttons-container{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:15px}@media screen and (max-width: 959px){.learning .recruiting .buttons-container{flex-direction:column;align-items:start}}@media screen and (max-width: 639px){.learning .recruiting .buttons-container{align-items:center}}.learning .button--outline{background-color:transparent;white-space:nowrap}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff }:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-main{top:-110px;margin-bottom:-110px}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff }.swiper-lazy-preloader-black{--swiper-preloader-color: #000 }@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px }.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}/*! Initial styling for basic html-elements */*,:before,:after{box-sizing:border-box}*{padding:0;margin:0}*:focus{outline:none}*:not(input,textarea):focus-visible{outline:1px dashed var(--tab-focus-color);outline-offset:.5rem}html{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:10px;background-color:var(--html-bg-color);scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}body{display:flex;flex-direction:column;overflow-x:clip;min-height:100vh;font-family:var(--font-montserrat),sans-serif;font-size:1.4rem;line-height:153%;font-weight:400;background-size:contain;background-position:center;background-repeat:repeat-y;color:var(--text-body-color);-webkit-font-smoothing:antialiased}@media screen and (max-width: 1200px){body{background-image:unset}}body:has(.hero):before{display:none}body:has(.hero) .main{padding-top:0}body.no-transition *{transition:none!important}body.no-transition *:before,body.no-transition *:after{transition:none!important}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,.h1,h2,.h2,h3,.h3{font-weight:700}.h1{margin-bottom:2rem;font-family:var(--font-freesetboldc);font-size:clamp(3.2rem,5.9375vw,6rem);line-height:118%;font-style:italic;color:var(--color-font-500)}h1.h1{text-align:center}.h2{margin-bottom:1.2rem;font-family:var(--font-freesetboldc);font-size:clamp(3.2rem,5.9375vw,5.7rem);line-height:118%;font-style:italic;color:var(--color-font-500)}h3,.h3{font-size:2rem}.h3{margin-bottom:1rem}.p{margin-bottom:1.6rem}br.md-only,br.lg{display:none}ul,ol{list-style:none;list-style-position:inside}.ul,.ol{margin-bottom:1.6rem}a{display:inline-block;text-decoration:none;color:var(--link-color);transition-property:transform,opacity,var(--transition-props-color);transition-timing-function:var(--transition-func-cubic);transition-duration:var(--transition-duration-medium)}a:hover,a:focus-visible{text-decoration-color:transparent;color:var(--link-hover-color)}a:active{color:var(--link-active-color)}.link{display:inline-flex;align-items:baseline;gap:1rem;font-size:1.6rem;line-height:118%;font-weight:500;letter-spacing:.04em;text-decoration:none;color:var(--color-accent-1-600)}.link:hover,.link:focus-visible{color:var(--color-accent-1-200)}.link:active{color:var(--color-font-600)}.link .icon{font-size:1.1rem;width:16px;height:16px}.white-link{color:var(--color-font-100)}.white-link:hover,.white-link:focus-visible{color:var(--color-accent-1-600)}.white-link:active{color:var(--color-accent-1-200)}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:var(--text-body-lh)}button,select{text-transform:none}button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button}button,input[type=submit]{display:block}button:hover,input[type=submit]:hover{cursor:pointer}input[type=search]{-webkit-appearance:textfield;outline-offset:-2px}progress{vertical-align:baseline}img,picture,video,canvas,svg{display:block;max-width:100%}img{box-sizing:content-box;width:100%;height:auto}.picture-svg img{width:revert-layer}.inline-svg{pointer-events:none}address{font-style:normal}table{table-layout:fixed;text-indent:0;border-color:inherit;border-collapse:collapse}hr{height:0;color:inherit}.hr{height:.1rem;border:none;background-color:var(--color-black)}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}summary{display:list-item}iframe{border:none}::-moz-focus-inner{padding:0;border-style:none}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}/*! Icons system */.icon{display:inline-block;flex-shrink:0;font-size:1.8rem}/*! Buttons system */.button{--border-radius: .8rem;--color: var(--color-font-500);--color-hover: var(--color-font-500);--color-active: var(--color-font-500);position:relative;z-index:1;display:inline-flex;justify-content:center;align-items:center;gap:1rem;min-height:4rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:var(--border-radius);font-size:1.5rem!important;font-weight:500;letter-spacing:.02em;text-decoration:none;text-align:center;background-image:linear-gradient(100deg,#268afa 0%,#4776e6 100%);background-color:var(--color-secondary-700);color:var(--color);box-shadow:0 0 13px #73708e5e;transition-property:transform,opacity,background-position,var(--transition-props-color);transition-timing-function:var(--transition-func-cubic);transition-duration:var(--transition-duration-medium);cursor:pointer}.button-new,.schedule-button{gap:8px!important;height:40px;font-size:15px!important;font-weight:400;line-height:150%;padding:12px!important;background:#2B87F7;transition:.3s}.button-new .body-text,.schedule-button .body-text{font-size:15px!important;font-weight:400;line-height:150%}.button-new:before,.schedule-button:before{display:none}.button-new:hover,.schedule-button:hover{background:#236CCA}.link.white{transition:.3s}.link.white:hover{background:#236CCA;border:1px solid #236CCA!important}.button:hover,.button:focus-visible{color:var(--color-hover)}.button:hover:before,.button:focus-visible:before{opacity:1}.button:active{color:var(--color-active)}.button:active:before{opacity:.4}.button .icon{font-size:1rem}.button .icon svg{width:20px;height:20px}.button:before{content:"";position:absolute;top:-.1rem;left:-.1rem;z-index:-1;width:calc(100% + .2rem);height:calc(100% + .2rem);border-radius:var(--border-radius);background-image:linear-gradient(100deg,#268afa 0%,#268afa 100%);opacity:0;transition:opacity var(--transition-medium-cubic)}.button--sm{padding:.9rem 2rem .8rem;font-size:1.5rem}.button.button--xs{--border-radius: .6rem;gap:.7rem;min-height:3.4rem;padding:.5rem 1.2rem;font-size:1.5rem}.button.pink{background:#F03D6E}.button.pink:hover{opacity:.95}.button.pink:before{content:"";position:absolute;top:-.1rem;left:-.1rem;z-index:-1;width:calc(100% + .2rem);height:calc(100% + .2rem);border-radius:var(--border-radius);background-image:linear-gradient(100deg,#F03D6E 0%,#F03D6E 100%);opacity:0;transition:opacity var(--transition-medium-cubic)}.button.white{background:#FFFFFF;color:#0b081e}.button.white:hover{opacity:.95}.button.white:before{content:"";position:absolute;top:-.1rem;left:-.1rem;z-index:-1;width:calc(100% + .2rem);height:calc(100% + .2rem);border-radius:var(--border-radius);background-image:linear-gradient(100deg,#ffffff 0%,#ffffff 100%);opacity:0;transition:opacity var(--transition-medium-cubic)}.button.white .icon path{stroke:#000}.button.button--xs .icon{margin-right:-.2rem;font-size:.8rem}.button--outline{--color: var(--color-accent-1-600);--color-hover: var(--color-font-600);--color-active: var(--color-accent-1-200);border:1px solid currentColor;background-image:none;box-shadow:0 0 13px #73708e21}.button--outline:before{display:none}.button--outline.is-active{background-color:#3780f0;border:1px solid transparent;color:#fff}.button--content{--color-hover: var(--color-primary-300);background-color:transparent}.button-link span{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}.button-link span:after{content:"";background-image:url(/build/assets/link-arrow-9e02b910.svg);background-repeat:no-repeat;background-size:contain;width:11px;height:11px}.button-link.border{border:1px solid #2B87F7;background-color:transparent;background-image:none}.button-link.border span{color:#2b87f7}.button-link.border span:after{background-image:url(/build/assets/link-arrow-blue-4ce0ab68.svg)}.close-button{overflow:hidden;width:2.2rem;height:2.2rem;border:0;background-color:transparent;color:transparent;transition:opacity var(--transition-medium-cubic);-webkit-user-select:none;user-select:none}.close-button:hover{opacity:.6}.close-button:before,.close-button:after{content:"";position:absolute;top:0;right:0;left:0;display:block;width:.3rem;height:100%;margin:0 auto;background-color:var(--color-black);transform:rotate(45deg) translate(0)}.close-button:after{transform:rotate(-45deg) translate(0)}/*! Common nav rules */.nav__list{display:flex;align-items:center;gap:3rem;padding-left:0;margin-bottom:0}.nav__item{cursor:pointer;position:relative;margin-bottom:0}.nav__list>.nav__item{padding-bottom:15px;padding-top:15px}.nav__item:hover .nav__sublist{visibility:visible;max-height:initial}.flex-item{display:flex;gap:5px}.flex-item svg{min-width:16px;transition:.6s}.flex-item:hover a{color:#2b87f7}.flex-item:hover svg path{stroke:#2b87f7}.nav__link{display:flex;align-items:center;text-decoration:none}.nav__link .icon{font-size:2rem;transition:transform var(--transition-medium-cubic)}.nav__sublist{display:flex;overflow:hidden;flex-direction:column;gap:2rem;max-height:0;margin-bottom:0;transition:max-height .2s linear}.nav__sublist-toggler.is-active .icon{transform:rotate(180deg)}.nav__sublist .nav__link{display:block;text-decoration-color:transparent}@keyframes sublist-appear{0%{opacity:0;transform:translateY(-1.6rem) translate(-50%)}}/*! Main navbar component */.navbar{margin-left:auto;display:none}@media (max-width: 959px){.navbar{display:flex}}.nav-container{position:relative}.navbar .navbar-toggler{position:absolute;top:20px!important;right:20px!important}.navbar .nav__list{justify-content:space-between;gap:30px;width:100%}@media (max-width: 1199px){.navbar .nav__list{gap:25px}}.navbar .nav__item{flex-basis:0}.navbar .nav__link{white-space:nowrap;gap:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1.2rem;line-height:118%;letter-spacing:.04em;color:var(--color-white)}.navbar .nav__link:hover,.navbar .nav__link:focus-visible{color:var(--color-accent-1-600)}.navbar .nav__link:active{color:var(--color-accent-1-200)}.navbar .icon{position:relative;top:-.1rem;font-size:1rem}.navbar__logo,.navbar-toggler{display:none}/*! Overlay component */.overlay{position:fixed;top:0;left:0;z-index:99;visibility:hidden;width:100%;height:100%;background-color:var(--color-overlay-bg);opacity:0;transition:var(--transition-overlay);cursor:pointer}.overlay.is-visible{visibility:visible;opacity:1}/*! Swiper.js component */.swiper{-webkit-user-select:none;user-select:none}.swiper-button-next,.swiper-button-prev{--swiper-navigation-color: var(--color-red);position:static;display:flex;justify-content:center;align-items:center;width:4.1rem;height:4.1rem;border:1px solid var(--color-accent-1-500);border-radius:50%;margin-top:0;background-color:var(--color-secondary-700);color:var(--color-accent-1-500);box-shadow:0 0 13px #73708e4d;transition:border-color var(--transition-medium-cubic),transform var(--transition-medium-cubic);outline:0}.swiper-button-next:hover,.swiper-button-next:focus-visible,.swiper-button-prev:hover,.swiper-button-prev:focus-visible{border-color:var(--color-white);color:var(--color-white)}.swiper-button-next:active,.swiper-button-prev:active{border-color:var(--color-accent-1-200);color:var(--color-accent-1-200)}.swiper-button-next .icon,.swiper-button-prev .icon{transition:color var(--transition-medium-cubic)}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-prev{transform:scale(-1)}.swiper-controls{position:absolute;right:2rem;bottom:.5rem;z-index:1;display:flex;justify-content:center;align-items:center;width:14rem;height:3rem;border-radius:2rem;background-color:var(--color-white)}.swiper-controls .swiper-button-next,.swiper-controls .swiper-button-prev{top:0;right:0;z-index:11;width:2.5rem;height:3rem;margin-top:0}.swiper-controls .swiper-button-prev{left:0}.swiper-controls .swiper-pagination{position:initial}.swiper--reverse{transform:rotate(180deg)}.swiper--reverse .swiper-slide,.swiper--reverse .swiper-controls{transform:rotate(-180deg)}/*! Forms and their elements */.form{--border-width: .1rem;--border-radius: .7rem;--border-color: var(--color-secondary-400);--border-color-hover: var(--color-secondary-300);--border-color-focus: var(--color-secondary-200);--input-height: 5.5rem;--input-padding: 0 1.9rem;--placeholder-color: var(--color-font-800);--bg-color: transparent;display:flex;flex-direction:column;gap:1rem}.form__fieldset{display:flex;flex-direction:column;gap:1rem;border:0}.form-legend{margin-bottom:1rem;font-size:2.4rem;font-weight:500}.form__field{position:relative;display:flex;flex-direction:column;justify-content:center;gap:.8rem;width:100%}.form__label{display:block;order:-1}.form__text-input{width:100%;min-height:var(--input-height);padding:var(--input-padding);border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);background-color:var(--bg-color);color:var(--color-font-600);transition:border-color var(--transition-medium-cubic)}.form__text-input:hover{border-color:var(--border-color-hover)}.form__text-input:focus-visible{border-color:var(--border-color-focus);outline:none}.form__text-input:focus-visible::placeholder{opacity:0}.form__text-input::placeholder{letter-spacing:.04em;color:var(--placeholder-color);opacity:1}.label-file{order:initial}.checkbox-field{justify-content:center;min-height:var(--input-height)}.input-checkbox{position:absolute;visibility:hidden;opacity:0}.input-checkbox:focus-visible+label:before{border-color:var(--border-color-focus)}.input-checkbox:checked+label:after{transform:translatey(-50%) scale(.9) rotate(45deg)}.label-checkbox{margin-left:5rem;-webkit-user-select:none;user-select:none;cursor:pointer}.label-checkbox:before,.label-checkbox:after{content:"";position:absolute}.label-checkbox:before{top:50%;left:0;width:3.2rem;height:3.2rem;border:1px solid var(--border-color);background-color:var(--bg-color);transform:translateY(-50%);transition:border-color var(--transition-medium-cubic)}.label-checkbox:after{top:calc(50% - .3rem);left:1.2rem;width:1rem;height:2rem;border-right:2px solid var(--color-black);border-bottom:2px solid var(--color-black);transform:translateY(-50%) scale(0) rotate(45deg)}.label-checkbox:hover:before{border-color:var(--border-color-hover)}.label-checkbox:active:before{border-color:var(--border-color-focus)}.label-checkbox a{display:inline}.custom-field{min-height:var(--input-height)}.subscribe-form{flex-direction:row;padding-left:.2rem}.subscribe-form .submit-field{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.custom-scroll{--track-width: .5rem;--track-vertical-offset: 1rem;--track-color: var(--color-grey-1);--thumb-width: .5rem;--thumb-color: var(--color-grey-2);--thumb-hover-color: var(--color-grey-3)}.custom-scroll::-webkit-scrollbar{width:var(--track-width)}.custom-scroll::-webkit-scrollbar-track{border-radius:1rem;margin-top:var(--track-vertical-offset);margin-bottom:var(--track-vertical-offset);background-color:var(--track-color)}.custom-scroll::-webkit-scrollbar-thumb{width:var(--thumb-width);border-radius:1rem;background-color:var(--thumb-color)}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:var(--thumb-hover-color)}@-moz-document url-prefix(){.custom-scroll{scrollbar-width:thin;scrollbar-color:var(--thumb-color) var(--track-color)}}/*! Marquee component */.hero__marquee-container{overflow:hidden;padding:14px 0}.marquee-swiper{-webkit-overflow-scrolling:touch;touch-action:none;pointer-events:none}.marquee-swiper .swiper-wrapper{display:flex;animation:marquee-scroll 20s linear infinite;will-change:transform;transform:translateZ(0);transition-timing-function:linear!important}@media screen and (max-width: 767px){.marquee-swiper .swiper-wrapper{animation:marquee-scroll 10s linear infinite}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee__item{display:flex;align-items:center;width:auto;flex-shrink:0;margin-right:80px;height:40px;max-width:150px}@media screen and (max-width: 1439px){.marquee__item{margin-right:60px}}@media screen and (max-width: 767px){.marquee__item{margin-right:40px;height:37px}}.marquee__item img{object-fit:contain;height:100%}/*! Various cards */.icon-card{position:relative;display:flex;flex-direction:column;padding:6rem 1.9rem 1.6rem;border:1px solid var(--color-secondary-400);border-radius:1rem;background-color:var(--color-secondary-500);box-shadow:0 0 15px #73708e54}.icon-card:before{content:"";position:absolute;top:-2.7rem;left:2rem;width:6.7rem;height:6.1rem;border-radius:.7rem;background-position:center;background-repeat:no-repeat;background-size:70%;background-color:var(--color-primary-400);box-shadow:0 0 6px #73708e69}.news-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.6rem;min-height:38rem}.news-card__date{font-size:1.6rem;line-height:118%;font-weight:500;letter-spacing:.04em;color:#f6f6f680}.news-card__link-wrapper{position:relative;display:flex;flex-direction:column;padding-bottom:11.6rem;width:100%;height:100%}@media screen and (max-width: 767px){.news-card__link-wrapper{padding-bottom:unset}}.news-card__trigger-field{position:absolute;top:0;left:0;z-index:1;aspect-ratio:39/28;width:100%;height:100%;max-width:39rem}.news-card__cover{position:relative;aspect-ratio:39/28;width:100%;border-radius:1.2rem;background-color:var(--color-accent-1-500);max-width:390px}@media screen and (max-width: 767px){.news-card__cover{max-width:unset}}.news-card__cover picture{height:100%}.news-card__cover img{border-radius:1.2rem;opacity:1;transition:opacity var(--transition-medium-cubic);object-fit:cover;height:100%}.news-card__cover:after{content:"";position:absolute;right:0;bottom:3.3rem;left:0;width:4.1rem;height:4.1rem;border-radius:50%;margin:0 auto;background-image:url(/build/assets/arrow-right-bbb89138.svg);background-position:center;background-repeat:no-repeat;background-color:var(--color-secondary-700);opacity:0;transition:opacity var(--transition-medium-cubic)}.hero.br-hero{padding-top:100px}.news-card__content{position:absolute;bottom:0%;display:flex;flex-direction:column;gap:.6rem;height:11.6rem;padding:1.9rem .9rem 0;border-radius:1.2rem;background-color:transparent;color:var(--color-font-600);transition:bottom var(--transition-medium-cubic),background-color var(--transition-medium-cubic),color var(--transition-medium-cubic)}@media screen and (max-width: 767px){.news-card__content{position:static;height:fit-content}}.news-card__content:hover,.news-card__content:focus-visible{color:var(--color-accent-1-600)}.news-card__content:hover .news-card__title,.news-card__content:focus-visible .news-card__title{color:var(--color-accent-1-600)}.news-card__content:active,.news-card__content:active .news-card__title{color:var(--color-accent-1-200)}.news-card__title{font-size:1.9rem;line-height:118%;font-weight:500;letter-spacing:.04em;text-transform:capitalize;color:var(--color-font-500);transition:color var(--transition-medium-cubic)}@media screen and (max-width: 767px){.news-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}}.news-card__text{font-size:1.5rem}.news-card__text.truncate-box{height:6.9rem;-webkit-line-clamp:3}.person-card{display:flex;align-items:center;gap:1rem;margin-bottom:4rem}.person-card--1 .person-card__content{text-align:left}.person-card--1 .person-card__avatar:before{background-image:url(/build/assets/person-avatar-1-80f2ab8b.png);background-image:url(/build/assets/person-avatar-1-bfde1e21.webp)}.webp .person-card--1 .person-card__avatar:before{background-image:-webkit-image-set(url(/build/assets/person-avatar-1-bfde1e21.webp) 1x,url(/build/assets/person-avatar-1-220-6cc59744.webp) 2x);background-image:image-set(url(/build/assets/person-avatar-1-bfde1e21.webp) 1x,url(/build/assets/person-avatar-1-220-6cc59744.webp) 2x)}.person-card--2{margin-left:auto}.person-card--2 .person-card__avatar{order:1;width:9.5rem;height:9.5rem}.person-card--2 .person-card__avatar:before{top:.5rem;left:.5rem;width:calc(100% - 1rem);height:calc(100% - 1rem);background-image:url(/build/assets/person-avatar-2-268f289e.png);background-image:url(/build/assets/person-avatar-2-e78d3409.webp)}.webp .person-card--2 .person-card__avatar:before{background-image:-webkit-image-set(url(/build/assets/person-avatar-2-e78d3409.webp) 1x,url(/build/assets/person-avatar-2-166-47c53a40.webp) 2x);background-image:image-set(url(/build/assets/person-avatar-2-e78d3409.webp) 1x,url(/build/assets/person-avatar-2-166-47c53a40.webp) 2x)}.person-card--3 .person-card__avatar:before{background-image:url(/build/assets/person-avatar-3-c2a05747.png);background-image:url(/build/assets/person-avatar-3-986d11b6.webp);background-position:top calc(50% + 1.3rem) center}.webp .person-card--3 .person-card__avatar:before{background-image:-webkit-image-set(url(/build/assets/person-avatar-3-986d11b6.webp) 1x,url(/build/assets/person-avatar-3-302-73ee8e38.webp) 2x);background-image:image-set(url(/build/assets/person-avatar-3-986d11b6.webp) 1x,url(/build/assets/person-avatar-3-302-73ee8e38.webp) 2x)}.person-card--4{margin-left:auto}.person-card--4 .person-card__position{padding-right:.4rem}.person-card--4 .person-card__avatar{order:1}.person-card--4 .person-card__avatar:before{background-image:url(/build/assets/person-avatar-4-f415af71.png);background-image:url(/build/assets/person-avatar-4-b844ed04.webp)}.webp .person-card--4 .person-card__avatar:before{background-image:-webkit-image-set(url(/build/assets/person-avatar-4-b844ed04.webp) 1x,url(/build/assets/person-avatar-4-220-148abf57.webp) 2x);background-image:image-set(url(/build/assets/person-avatar-4-b844ed04.webp) 1x,url(/build/assets/person-avatar-4-220-148abf57.webp) 2x)}.person-card__avatar{position:relative;min-width:95px!important;min-height:95px!important;border:1px solid rgba(58,56,79,.5);border-radius:50%;background-color:var(--color-primary-400);box-shadow:0 0 23px #73708e5e}.person-card__avatar:before{content:"";position:absolute;top:.7rem;left:.7rem;width:calc(100% - 1.4rem);height:calc(100% - 1.4rem);border-radius:50%;background-position:center;background-repeat:no-repeat}.person-card__content{max-width:22rem;padding:.8rem 1.2rem;border:1px solid rgba(58,56,79,.5);border-radius:1rem;text-align:right;background-color:var(--color-primary-400);box-shadow:0 0 41px #73708e3b}.person-card__name{margin-bottom:.4rem;font-size:1.9rem;line-height:118%;font-weight:600;letter-spacing:.04em;text-transform:capitalize;color:var(--color-accent-1-500)}/*! General layout structure */.page-wrapper{flex:1 0 auto;padding-bottom:6.5rem!important}.container{width:100%;padding-right:1.5rem;padding-left:1.5rem;margin:0 auto;max-width:134rem}.main{position:relative;z-index:1;padding-top:5rem}.vw-container{position:relative;width:100vw;margin-left:calc(-50vw + 50%)}.vw-container--right{margin-left:initial}.vw-container--left{width:initial}/*! General reusable utility classes */.offscreen{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0 0 0 0)}.ellipsis{overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.truncate-box{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}/*! Separated raw html elements rules */.content{color:var(--color-accent-1-900)}.content h1{margin-bottom:1.6rem}.content h2{margin-bottom:2rem;font-size:1.9rem;line-height:118%;font-weight:500;letter-spacing:.04em;text-align:center;color:#0b091f}.content h3{margin-bottom:1rem}.content p{margin-bottom:2.3rem}.content p:last-child{margin:0}.content p+h2{margin-top:3rem}.content ul,.content ol{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.6rem}.content ol{counter-reset:li}.content ol li{display:flex;gap:.5rem}.content ol li:before{counter-increment:li;content:counters(li,".",decimal) ".";flex-shrink:0;min-width:1.4rem}.content ul li{position:relative;padding-left:2.4rem}.content ul li:before{content:"•";position:absolute;top:1rem;left:0;width:1rem;height:1rem;font-size:5rem;line-height:0;font-weight:400}.content table{table-layout:fixed;width:100%;border-collapse:collapse}.content th{text-align:left}/*! Main header rules */.top-bar{position:relative;z-index:3;flex-shrink:0;height:56px;background-color:#0b081e}@media screen and (max-width: 959px){.top-bar{padding:0;height:52px}}@media screen and (max-width: 639px){.top-bar{height:48px}}.top-bar .broadcast-box{display:flex;gap:24px;align-items:center}@media screen and (max-width: 1365px){.top-bar .broadcast-box{gap:16px}}@media screen and (max-width: 767px){.top-bar .broadcast-box{gap:8px}}.top-bar .broadcast-icon{padding:6px;border-radius:6px;border:1px solid #F00;background:#F00;box-shadow:0 0 13px #73708e21;display:flex;gap:4px;align-items:center;height:24px}@media (max-width: 1365px){.top-bar .broadcast-icon{padding:3px 4px}}.top-bar .broadcast-icon svg{display:block;width:6px;height:6px}.top-bar .broadcast-icon span{color:#0b081e;font-size:12px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.24px}.top-bar .broadcast-name{color:#fff;text-align:center;font-size:15px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.15px}@media screen and (max-width: 959px){.top-bar .broadcast-name{font-size:14px}}@media screen and (max-width: 767px){.top-bar .broadcast-name{font-size:13px}}@media screen and (max-width: 639px){.top-bar .broadcast-name{font-size:12px}}.top-bar .top-social.mobile{display:none}@media screen and (max-width: 959px){.top-bar .top-social.mobile{display:flex}}.top-bar .broadcast-dropdown{position:relative;font-size:15px;color:#fff;line-height:150%;letter-spacing:-.15px;font-weight:400}@media screen and (max-width: 959px){.top-bar .broadcast-dropdown{font-size:14px;position:static}}@media screen and (max-width: 767px){.top-bar .broadcast-dropdown{font-size:13px}}@media screen and (max-width: 639px){.top-bar .broadcast-dropdown{font-size:12px}}.top-bar .broadcast-dropdown svg{width:24px;height:24px}.top-bar .drop-head{display:flex;gap:5px;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}@media screen and (max-width: 479px){.top-bar .drop-head span{display:none}}@media screen and (max-width: 959px){.top-bar .drop-head .desc{display:none}}.top-bar .drop-head svg{display:block;width:7px;height:24px;transition:.25s ease;transform:rotate(180deg)}.top-bar .drop-content{position:absolute;top:43px;right:46px;display:flex;flex-direction:column;gap:10px;border-radius:10px;border:1px solid #3A384F;background:#0B081E;padding:15px;width:150px;transition:.25s ease;opacity:0;transform:translateY(-5px);visibility:hidden}@media screen and (max-width: 959px){.top-bar .drop-content{border-radius:0;border:none;top:62px;border-top:1px solid #3A384F;flex-direction:row;gap:48px;justify-content:center;width:100%;right:0}}@media screen and (max-width: 767px){.top-bar .drop-content{top:54px}}.top-bar .content-row{display:flex;align-items:center;gap:8px}.top-bar .content-row span,.top-bar .content-row svg path{transition:.25s ease}.top-bar .content-row-vk:hover span,.content-row-tg:hover span{color:#2b87f7}.top-bar .content-row-vk:hover svg path,.content-row-tg:hover svg path{fill:#2b87f7}.top-bar .content-row-rt:hover span{color:#2b87f7}.top-bar .content-row-rt:hover path:nth-child(1){fill:#2b87f7}.top-bar .content-row-rt:hover path:nth-child(2){stroke:#2b87f7}.broadcast-dropdown.show .drop-head svg{transform:rotate(0)}.broadcast-dropdown.show .drop-content{opacity:1;transform:translateY(0);visibility:visible}.top-bar .top-social{display:flex;gap:16px}@media screen and (max-width: 959px){.top-bar .top-social{display:none}}.top-bar .top-social svg{display:block}.top-bar .top-social svg path{transition:.25s ease}.top-social-link:nth-child(1):hover svg path{fill:#2b87f7}.top-social-link:nth-child(2):hover svg path:nth-child(1){fill:#2b87f7}.top-social-link:nth-child(2):hover svg path:nth-child(2){stroke:#2b87f7}.top-social-link:nth-child(3):hover svg path{fill:#2b87f7}.top-bar .container{display:flex;justify-content:space-between;align-items:center;gap:1.7rem;max-width:1920px;padding:10px 18px;height:100%}.top-bar__logo{aspect-ratio:109/42;width:10.9rem}@media screen and (max-width: 767px){.top-bar__logo{width:initial;margin-right:16px}}.top-bar__event{display:flex;align-items:center;gap:20px;min-height:3.4rem;font-size:1.5rem;letter-spacing:.04em;color:var(--color-font-500)}@media screen and (max-width: 959px){.top-bar__event{gap:0;flex-direction:column}}@keyframes top-bar-mobile-event{0%{top:.8rem}45%{top:.8rem}60%{top:-3rem}to{top:-3rem}}.top-bar__caption .hidden-part{color:#2b87f7}.top-bar__controls{display:flex;gap:1.5rem;margin-top:.4rem}@media screen and (max-width: 959px){.top-bar__controls{display:none}}.top-bar__shop-button{display:none}.header{z-index:2;position:sticky;overflow:visible;box-sizing:border-box;min-height:unset;top:20px;left:0;right:0;display:flex;justify-content:center;align-items:center;width:calc(100% - 3rem);max-width:128rem;padding:1rem 0;margin:30px auto 0;transition:.5s;backdrop-filter:blur(8px) url(#filter);-webkit-backdrop-filter:blur(8px)}@media screen and (max-width: 959px){.header{-webkit-backdrop-filter:unset;backdrop-filter:unset}}.header__event-text{display:none}@media screen and (max-width: 960px){.header__event-text{display:block}}.header .navbar{display:flex}@media (max-width: 1199px){.header{margin:30px 10px 100px;width:calc(100vw - 20px)}}@media (max-width: 959px){.header{margin:0 auto;padding:15px 0;position:relative;top:0}.header .navbar{display:none}}.header__event-text{font-family:Montserrat,sans-serif;font-size:23px;font-style:normal;font-weight:600;line-height:118%;letter-spacing:3.45px;text-transform:uppercase;color:#84aeff;padding:10px 20px;border-radius:15px;border:1px solid #3A384F;background:rgba(30,28,48,.9)}.header .container{position:relative;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding-right:2.5rem;padding-left:2.5rem;transition:.5s}@media screen and (max-width: 959px){.header .container{flex-direction:column}.header .container .navbar-toggler{display:none}}.header__logo{display:block;flex-shrink:0;aspect-ratio:207/50;width:15rem}.header__logo img{height:100%;object-fit:contain}.header__contacts{display:flex;align-items:center;gap:2rem;height:100%}.header__contact a{line-height:0}.header__icons{display:flex;gap:1rem}.header__icons a{display:flex;align-items:center}/*! Homepage */.hero{position:relative;z-index:0;display:flex;flex-direction:column;background-image:url(/build/assets/hero-bg-1-480w-f7a78ce7.png);background-image:url(/build/assets/hero-bg-1-480w-e3019173.webp);background-position:top right 20%;background-repeat:no-repeat;background-size:cover;padding-top:190px}@media (max-width: 1199px){.hero{padding-top:120px}}@media (max-width: 379px){.hero{padding-top:110px}}.webp .hero{background-image:-webkit-image-set(url(/build/assets/hero-bg-1-480w-e3019173.webp) 1x,url(/build/assets/hero-bg-1-960w-2adb953f.webp) 2x);background-image:image-set(url(/build/assets/hero-bg-1-480w-e3019173.webp) 1x,url(/build/assets/hero-bg-1-960w-2adb953f.webp) 2x)}.hero .container{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-bottom:130px}.hero:after{content:"";position:absolute;bottom:0;left:0;z-index:-1;width:100%;height:120%;background-image:url(/build/assets/hero-radial-bg-d7f61cdf.svg);background-position:center;background-repeat:no-repeat;background-size:cover;pointer-events:none}.hero-event{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:0 auto}.hero-event__date{display:flex;justify-content:center;position:relative;padding:.8rem 2rem .8rem 2.8rem;font-size:1.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;text-align:center;color:var(--color-accent-1-200)}@media (max-width: 479px){.hero-event__date{font-size:15px}}.hero-event__location{font-size:1.5rem;text-align:center;color:#d8d8d8}.hero-title{font-family:var(--font-freesetboldc);font-size:clamp(3.4rem,8.3333333333vw,8rem);line-height:110%;font-style:italic;text-align:center;color:var(--color-font-500)}.hero-desc{width:100%;max-width:48.8rem;padding:.8rem 2rem 1.2rem;margin-top:10rem;text-align:center}.hero-box{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:40px;width:100%;margin:0 auto}.hero__controls{display:flex;gap:2rem}.hero__marquee-container{margin-top:4rem;border-top:1px solid rgba(58,56,79,.5);border-bottom:1px solid rgba(58,56,79,.5);background-color:#181626c2}.hero__marquee-container .marquee__item--lg img{position:relative;top:-.2rem;height:4.4rem;max-height:4.4rem}.hero__marquee-container .marquee__item--sm img{height:3rem}.hero__marquee-container .marquee__item--raf img{top:-.4rem}.seasons{position:relative;z-index:0;display:flex;flex-direction:column;align-items:center;width:calc(100% + 3rem);padding:4.5rem 2rem 6rem;margin-left:-1.5rem}.seasons:after{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-image:url(/build/assets/stars-bg-130b899d.svg);background-position:top 1.2rem left calc(50% - .5rem);background-repeat:no-repeat;background-size:200%}.seasons__nav{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:102.8rem}.seasons__nav-link{font-size:clamp(1.2rem,2.3958333333vw,2.3rem);line-height:118%;font-weight:600;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;color:var(--color-accent-1-200);opacity:.2}.seasons__nav-link:hover,.seasons__nav-link:focus-visible{color:var(--color-accent-1-200);opacity:.8}.seasons__nav-link:active{opacity:.6}.seasons__nav-link--current{opacity:1}.seasons__nav-link--current:hover,.seasons__nav-link--current:focus-visible,.seasons__nav-link--current:active{opacity:1}.seasons__marquee-container{align-self:flex-start;margin-top:3.4rem;font-family:var(--font-freesetboldc);font-size:clamp(2.8rem,4.1666666667vw,4rem);line-height:118%;font-style:italic;letter-spacing:-.015em;color:var(--color-font-500);text-shadow:-1px 5px 0 rgba(115,112,142,.25)}.seasons__marquee-container .marquee{--gap: 3rem}.seasons__marquee-link{color:var(--color-font-500)}.seasons__marquee-link:hover,.seasons__marquee-link:focus-visible,.seasons__marquee-link.is-active{color:var(--color-accent-1-500)}.seasons__marquee-link:active{color:var(--color-accent-1-200)}.seasons__desc{max-width:67rem;margin-top:3.4rem;text-align:center}.info-cards-section{position:relative;z-index:0}.info-cards{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:stretch;column-gap:2rem;row-gap:6rem;max-width:86rem;padding-right:1.5rem;padding-left:1.5rem;margin:7.4rem auto 0}.info-card{width:100%;max-width:34.2rem;min-height:26rem}.info-card--1:before{background-image:url(/build/assets/trophy-75w-2b4f4253.png);background-image:url(/build/assets/trophy-75w-8d27cb52.webp)}.webp .info-card--1:before{background-image:-webkit-image-set(url(/build/assets/trophy-75w-8d27cb52.webp) 1x,url(/build/assets/trophy-151w-bd4db4ce.webp) 2x);background-image:image-set(url(/build/assets/trophy-75w-8d27cb52.webp) 1x,url(/build/assets/trophy-151w-bd4db4ce.webp) 2x)}.info-card--2:before{background-image:url(/build/assets/location-37w-d5525292.png);background-image:url(/build/assets/location-37w-a81df2be.webp);background-size:50%}.webp .info-card--2:before{background-image:-webkit-image-set(url(/build/assets/location-37w-a81df2be.webp) 1x,url(/build/assets/location-75w-4b63bc4e.webp) 2x);background-image:image-set(url(/build/assets/location-37w-a81df2be.webp) 1x,url(/build/assets/location-75w-4b63bc4e.webp) 2x)}.info-card--3:before{background-image:url(/build/assets/speech-58w-af1f3ff2.png);background-image:url(/build/assets/speech-58w-7e21af3f.webp)}.webp .info-card--3:before{background-image:-webkit-image-set(url(/build/assets/speech-58w-7e21af3f.webp) 1x,url(/build/assets/speech-116w-38133577.webp) 2x);background-image:image-set(url(/build/assets/speech-58w-7e21af3f.webp) 1x,url(/build/assets/speech-116w-38133577.webp) 2x)}.info-card--4:before{background-image:url(/build/assets/clock-82w-7f5ab658.png);background-image:url(/build/assets/clock-82w-bcd57788.webp);background-size:85%}.webp .info-card--4:before{background-image:-webkit-image-set(url(/build/assets/clock-82w-bcd57788.webp) 1x,url(/build/assets/clock-165w-520eefb5.webp) 2x);background-image:image-set(url(/build/assets/clock-82w-bcd57788.webp) 1x,url(/build/assets/clock-165w-520eefb5.webp) 2x)}.info-card--5 .info-card__title{margin-bottom:1.3rem}.info-card--5:before{background-image:url(/build/assets/star-71w-858b4c56.png);background-image:url(/build/assets/star-71w-55336388.webp)}.webp .info-card--5:before{background-image:-webkit-image-set(url(/build/assets/star-71w-55336388.webp) 1x,url(/build/assets/star-143w-6f764ecc.webp) 2x);background-image:image-set(url(/build/assets/star-71w-55336388.webp) 1x,url(/build/assets/star-143w-6f764ecc.webp) 2x)}.blank-section .container:before{background-image:url(/build/assets/star-71w-858b4c56.png);background-image:url(/build/assets/star-71w-55336388.webp)}.webp .blank-section .container:before{background-image:-webkit-image-set(url(/build/assets/star-71w-55336388.webp) 1x,url(/build/assets/star-143w-6f764ecc.webp) 2x);background-image:image-set(url(/build/assets/star-71w-55336388.webp) 1x,url(/build/assets/star-143w-6f764ecc.webp) 2x)}.info-card__title{margin-bottom:1rem;font-size:1.6rem;line-height:117%;font-weight:500;letter-spacing:.02em;color:var(--color-font-500)}.info-card__text{margin-top:auto;margin-bottom:1rem}.info-card__link{align-self:flex-start;margin-top:auto}.news-section{position:relative;margin-top:5rem}.news-section .container{position:relative;z-index:1;display:flex;flex-direction:column;gap:3.5rem;max-width:137rem}.news-section__heading-container{position:relative;display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;justify-content:space-between;width:100%;max-width:130.7rem;margin:0 auto}.news-section__heading-container .button{flex-shrink:0}.section-heading{display:flex;flex-direction:column;gap:.5rem}.section-heading__suptitle{font-size:clamp(1.4rem,2.3958333333vw,2.3rem);line-height:118%;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent-1-200)}.section-heading__title{font-family:var(--font-freesetboldc);font-size:clamp(3rem,5.9375vw,5.7rem);line-height:118%;font-style:italic;color:var(--color-font-500)}.news-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(31rem,1fr));column-gap:3rem;row-gap:2.6rem}@media screen and (max-width: 767px){.news-cards{grid-template-columns:1fr}}.news-cards .news-card{width:100%!important;justify-self:center}.application{margin:0 auto;position:relative;z-index:0;display:flex;margin-top:2rem;background-image:url(/build/assets/application-bg-md-1440w-1fde12aa.png);background-image:url(/build/assets/application-bg-md-1440w-f9262ebd.webp);background-position:top 10rem center;background-repeat:no-repeat;background-size:contain}.webp .application{background-image:-webkit-image-set(url(/build/assets/application-bg-md-1440w-f9262ebd.webp) 1x,url(/build/assets/application-bg-md-2880w-e7fae30d.webp) 2x);background-image:image-set(url(/build/assets/application-bg-md-1440w-f9262ebd.webp) 1x,url(/build/assets/application-bg-md-2880w-e7fae30d.webp) 2x)}.application .container{position:relative;display:flex;flex-grow:1;flex-direction:column;justify-content:center}.application:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-image:url(/build/assets/application-star-bg-e8742c7d.svg);background-position:top 5rem center;background-repeat:no-repeat;background-size:contain;background-color:#09061845}.application:after{content:"";position:absolute;top:-30%;left:0;z-index:-1;width:100%;height:150%;background-image:url(/build/assets/application-radial-bg-5614032d.svg);background-position:top calc(50% - 20rem) center;background-repeat:no-repeat}.application__title{width:100%;max-width:56rem;margin:36.9rem auto 0;font-family:var(--font-freesetc);font-size:2.8rem;font-size:clamp(2.8rem,5vw,4.8rem);line-height:130%;text-align:center;color:var(--color-font-100)}.application__button{align-self:center;margin-top:5rem;margin-bottom:5rem}.pilots-section.section-left-radial-bg:before{top:-10rem;height:150%}.stages-swiper-grid{display:flex;flex-direction:column;align-items:center;gap:20px}.stages-swiper-grid .schedule-button{margin:0}.schedule-button .icon{width:20px!important;height:20px!important;margin:0 0 2px!important}.schedule-button .icon svg{width:19px!important;height:19px!important;stroke-width:1}.schedule-button .icon svg path{stroke-width:1}.swiper-main .swiper-pagination{bottom:90px}.swiper-main .swiper-button-next,.swiper-main .swiper-button-prev{position:absolute;background:transparent;box-shadow:unset;border:1px solid rgba(255,255,255,.2)}.swiper-main .swiper-button-next svg,.swiper-main .swiper-button-prev svg{width:6px;height:12px}.swiper-main .swiper-button-next:hover,.swiper-main .swiper-button-prev:hover{background:#fff}.swiper-main .swiper-button-next:hover svg,.swiper-main .swiper-button-prev:hover svg{fill:#000}@media screen and (max-width: 479px){.swiper-main .swiper-button-next,.swiper-main .swiper-button-prev{display:none}}.swiper-main .swiper-button-prev{left:5%;transform:rotate(0)}.swiper-main .swiper-button-next{right:5%}.swiper-main .swiper-pagination-bullet{border-radius:30px;width:10px;height:10px;opacity:.3;transition:all .2s ease-out}.swiper-main .swiper-pagination-bullet-active{width:50px;opacity:1}.swiper-main .layout{position:absolute;left:0;top:0;background:rgba(0,0,0,.2)}.swiper-main .hero__marquee-container{position:absolute;width:100%;left:0;right:0;bottom:0;z-index:123}.swiper-main .hero{height:740px}@media (max-width: 1199px){.swiper-main .hero{height:580px}}@media (max-width: 959px){.swiper-main .hero{height:545px}}@media (max-width: 639px){.swiper-main .hero{height:590px}}.pilots-classes-slider{width:calc(100% + 1.5rem);max-width:127.7rem;margin-top:3rem}.pilots-classes-slider .swiper-slide{width:initial}.pilots-slider{width:calc(100% + 1.5rem);max-width:127.7rem;margin-top:3rem}.pilot-slide{display:flex;flex-direction:column;gap:3.1rem;width:28.9rem}.pilot-slide:nth-child(2n) .pilot-slide__cover img{aspect-ratio:289/405}.pilot-slide__cover img{aspect-ratio:289/357;border-radius:1rem;object-fit:cover;max-width:289px}.pilot-slide__cover:hover+.pilot-slide__link,.pilot-slide__cover:focus-visible+.pilot-slide__link{color:var(--color-accent-1-600)}.pilot-slide__cover:hover+.pilot-slide__link .pilot-slide__name,.pilot-slide__cover:focus-visible+.pilot-slide__link .pilot-slide__name{color:var(--color-accent-1-600)}.pilot-slide__cover:active+.pilot-slide__link{color:var(--color-accent-1-200)}.pilot-slide__cover:active+.pilot-slide__link .pilot-slide__name{color:var(--color-accent-1-200)}.pilot-slide__link{display:flex;flex-direction:column;gap:.5rem;text-align:center;color:var(--color-font-600)}.pilot-slide__link:hover,.pilot-slide__link:focus-visible{color:var(--color-accent-1-600)}.pilot-slide__link:hover .pilot-slide__name,.pilot-slide__link:focus-visible .pilot-slide__name{color:var(--color-accent-1-600)}.pilot-slide__link:active,.pilot-slide__link:active .pilot-slide__name{color:var(--color-accent-1-200)}.pilot-slide__name{font-size:1.9rem;line-height:118%;font-weight:600;letter-spacing:.04em;text-transform:capitalize;color:var(--color-font-500);transition:color var(--transition-medium-cubic)}.pilot-slide__name span{display:block;font-size:14px;margin-top:5px}.pilot-slide__link a{color:#f6f6f64d}.pilot-slide__link a:hover{color:#f6f6f699}.pilot-slide__cover{background:var(--color-accent-1-500);border-radius:1rem}.pilot-slide__info{font-size:1.5rem}.pilots-slider-controls{display:flex;align-self:center;gap:2.4rem;height:4.1rem}.partners-section{position:relative;z-index:1;margin-top:3.6rem}.partners-section .partners{margin:0 auto}.partners-section h2{text-align:center}.partners{display:flex;flex-wrap:wrap;justify-content:space-around;column-gap:20px;row-gap:3.5rem;max-width:129rem;margin-top:3rem;margin-right:-.7rem;margin-left:auto}.partners__link{display:flex;justify-content:center;align-items:center;opacity:.6;max-width:100%}.partners__link:hover,.partners__link:focus-visible{opacity:1}.partners__link:active{opacity:.8}.partners__link img{position:relative;max-height:80px;width:100%;object-fit:contain}@media screen and (max-width: 768px){.partners__link img{max-height:50px}}.partners__link--2 img{height:3rem}.partners__link--3 img{height:2.6rem}.partners__link--4 img{height:4.4rem}.partners__link--6 img{height:4.2rem}.partners__link--7 img{height:3rem}.partners__link--8 img{height:4rem}.partners__link--kamaz img{top:auto;height:10.7rem}.partners__link--igora img{width:auto;height:15rem}:root{--color-primary-900: #030209;--color-primary-800: #04030c;--color-primary-700: #070512;--color-primary-600: #090618;--color-primary-500: #0b081e;--color-primary-400: #231e44;--color-primary-300: #3b3369;--color-primary-200: #52498f;--color-primary-100: #6a5eb4;--color-secondary-900: #09080e;--color-secondary-800: #0c0b13;--color-secondary-700: #12111d;--color-secondary-600: #181626;--color-secondary-500: #1e1c30;--color-secondary-400: #3a384f;--color-secondary-300: #56546e;--color-secondary-200: #73708e;--color-secondary-100: #9d9abc;--color-accent-1-900: #24123e;--color-accent-1-800: #3e2369;--color-accent-1-700: #593393;--color-accent-1-600: #2689fa;--color-accent-1-500: #268afa;--color-accent-1-400: #a576ed;--color-accent-1-300: #bb98f2;--color-accent-1-200: #84aeff;--color-accent-1-100: #f4eefd;--color-accent-2-900: #241c2f;--color-grey-1: #232323;--color-grey-2: #424242;--color-grey-3: #d9d9d9;--color-grey-4: #f9f9f9;--color-grey-5: #f1f0fd;--color-grey-6: #f5f5f5;--color-grey-7: #bebebe;--color-ui-violet: #6f65e8;--color-ui-red: #fc744b;--color-ui-yellow: #ffd800;--color-ui-green: #5cdd42;--color-blue: blue;--color-red: red;--color-black: black;--color-white: white;--color-font-900: #8e8e8e;--color-font-800: #9d9d9d;--color-font-700: #bbb;--color-font-600: #d8d8d8;--color-font-500: #f6f6f6;--color-font-400: #f8f8f8;--color-font-300: #fafafa;--color-font-200: #fbfbfb;--color-font-100: #fff;--gradient-linear-1: linear-gradient(94deg, rgb(38, 138, 250) 0%, rgba(71, 118, 230, 1) 100%);--html-bg-color: var(--color-primary-500);--text-body-color: var(--color-font-600);--link-color: var(--color-blue);--link-hover-color: var(--color-red);--link-active-color: var(--color-blue);--tab-focus-color: var(--color-accent-1-200);--shadow-dialog: 0 30px 50px 0 rgba(0, 0, 0, .75);--shadow-menu: 0 5px 15px 0 rgba(0, 0, 0, .5);--transition-props-color: color, background-color, border-color, text-decoration-color;--transition-func-cubic: cubic-bezier(.4, .8, .4, 1);--transition-duration-short: .1s;--transition-duration-medium: .2s;--transition-duration-long: .3s;--transition-short-cubic: var(--transition-duration-short) var(--transition-func-cubic);--transition-medium-cubic: var(--transition-duration-medium) var(--transition-func-cubic);--transition-long-cubic: var(--transition-duration-long) var(--transition-func-cubic);--transition-overlay: visibility .3s, opacity .3s}:root,::backdrop{--color-overlay-bg: rgba(0, 0, 0, .5)}.text-gradient{padding-right:1rem;padding-left:1rem;margin-right:-1rem;margin-left:-1rem;background-image:var(--gradient-linear-1);-webkit-background-clip:text;color:transparent}.dark-field{border:1px solid rgba(58,56,79,.9);border-radius:1.7rem;background-color:#1e1c3099}@media screen and (max-width: 959px){.dark-field{border:none;border-radius:0;background-color:transparent}}.dark-field--transparent{border:1px solid rgba(58,56,79,.5);background-color:#1e1c3080}.section-central-radial-bg:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:150%;background-image:url(/build/assets/section-central-radial-bg-198bc973.svg);background-position:top -26rem center;background-repeat:no-repeat}.section-left-radial-bg:before{content:"";position:absolute;top:-20rem;left:0;z-index:-1;width:100%;height:100%;background-image:url(/build/assets/section-left-radial-bg-054606a9.svg);background-position:top left;background-repeat:no-repeat}.section-right-radial-bg:after{content:"";position:absolute;top:0;right:0;z-index:-1;width:100%;height:150%;background-image:url(/build/assets/section-right-radial-bg-1b0f161d.svg);background-position:top right;background-repeat:no-repeat;pointer-events:none}.section-right-big-radial-bg:after{content:"";position:absolute;top:50%;right:0;z-index:-1;width:100%;height:100%;background-image:url(/build/assets/section-right-big-radial-bg-142097d5.svg);background-position:center right;background-repeat:no-repeat;transform:translateY(-50%)}.section-flag-bg:before{content:"";position:absolute;top:-10rem;left:0;z-index:-1;aspect-ratio:500/394;width:25rem;background-image:url(/build/assets/flag-b3b8cffb.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.section-stars-bg:after{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-image:url(/build/assets/stars-bg-130b899d.svg);background-position:top 1.2rem left calc(50% - .5rem);background-repeat:no-repeat;background-size:200%}@media (min-width: 600px){.subscribe-form{gap:2rem}.hero__marquee-container .marquee{--gap: 80px}}@media (min-width: 768px){.person-card{margin-bottom:2rem}.top-bar__shop-button{display:inline-flex}.news-section .container{gap:5.5rem}.partners{display:grid;grid-template-columns:repeat(4,1fr)}}@media (min-width: 960px){body{font-size:1.5rem}body:before{top:3rem;min-height:125rem;background-position:top -10rem center}.h1{margin-bottom:4.6rem;font-size:6rem;line-height:90%}.h2{margin-bottom:2rem;font-size:5.7rem}br.sm{display:none}.link{font-size:1.9rem}.link .icon{font-size:1.4rem}.button{--border-radius: 1rem;gap:1.4rem;min-height:4rem;padding:.9rem 1.3rem .8rem;font-size:1.9rem;letter-spacing:.04em}.button .icon{margin-right:-.1rem;font-size:1.4rem}.button--sm{min-height:5rem;padding:.9rem 2rem .8rem;font-size:1.5rem}.button--outline{gap:.9rem}.nav__sublist{position:absolute;left:50%;z-index:10;visibility:hidden;align-items:center;width:-webkit-max-content;width:max-content;max-width:30rem;height:initial;padding:2rem 3rem;border:1px solid var(--color-secondary-400);border-radius:1.7rem;margin-top:1.4rem;background-color:var(--color-secondary-500);box-shadow:var(--shadow-menu);opacity:.95;transform:translate(-50%);transition:none}.nav__sublist.is-visible{visibility:visible;max-height:initial;animation:sublist-appear .2s cubic-bezier(.33,1,.68,1)}.navbar .nav__link{text-align:center}.form__fieldset{flex-direction:row}.icon-card{padding:8.5rem 1.9rem 2.8rem}.icon-card:before{width:8.7rem;height:8.1rem;background-size:initial}.news-card__date{font-size:1.9rem}.news-card__trigger-field:hover~.news-card__cover img,.news-card__trigger-field:focus-visible~.news-card__cover img{opacity:0}.news-card__trigger-field:hover~.news-card__cover:after,.news-card__trigger-field:focus-visible~.news-card__cover:after{opacity:1}.news-card__trigger-field:hover~.news-card__content,.news-card__trigger-field:focus-visible~.news-card__content{bottom:54%;gap:1.8rem;height:initial;padding:1.9rem 3.6rem 0 4.2rem;text-align:center;background-color:var(--color-accent-1-500)}.news-card__trigger-field:hover~.news-card__content .news-card__title,.news-card__trigger-field:focus-visible~.news-card__content .news-card__title{max-width:20rem;margin:0 auto;font-size:2.3rem}.person-card{position:absolute;gap:2.4rem;margin-bottom:0}.person-card--1{top:8rem;left:4.8rem}.person-card--2{top:15.7rem;right:2.6rem;gap:.9rem;margin-left:0}.person-card--2 .person-card__content{padding:.8rem 1.7rem .5rem .7rem}.person-card--2 .person-card__name{margin-bottom:0}.person-card--3{bottom:10.5rem;left:1.9rem;flex-direction:column;align-items:flex-start;gap:1.6rem}.person-card--3 .person-card__content{padding:.8rem 2.6rem .5rem .7rem;margin-left:7.3rem}.person-card--3 .person-card__name{margin-bottom:0}.person-card--3 .person-card__avatar{width:17.2rem;height:17.2rem}.person-card--3 .person-card__avatar:before{background-position:center}.person-card--4{right:2rem;bottom:15.7rem;flex-direction:column;align-items:flex-end;gap:1.3rem;margin-left:0}.person-card--4 .person-card__content{padding:.8rem 1.4rem .5rem .7rem;margin-bottom:1.3rem}.person-card--4 .person-card__name{margin-bottom:0}.person-card--4 .person-card__avatar{order:initial}.person-card__avatar{width:12.6rem;height:12.6rem}.person-card__content{padding:1.2rem 1rem 1.1rem 1.1rem}.page-wrapper{padding-left:0!important;padding-right:0!important;padding-bottom:10.5rem}.main{padding-top:5rem}.content h2{margin-bottom:2.5rem}.content p+h2{margin-top:4.5rem}.top-bar__caption .hidden-part{display:initial}.header{padding:.9rem 10px}.header .container{padding-right:1.5rem;padding-left:1.5rem}.webp .hero{background-image:-webkit-image-set(url(/build/assets/hero-bg-1-md-720w-9dab4366.webp) 1x,url(/build/assets/hero-bg-1-md-1440w-00c1f935.webp) 2x);background-image:image-set(url(/build/assets/hero-bg-1-md-720w-9dab4366.webp) 1x,url(/build/assets/hero-bg-1-md-1440w-00c1f935.webp) 2x)}.hero:after{background-size:100%}.hero-event{gap:1.6rem}.hero-event__location{margin-left:-.2rem}.hero-title{font-size:8rem;line-height:90%}.hero-desc{margin-top:auto;margin-left:-.2rem}.hero__controls{gap:3.2rem;margin-left:-1.5rem}.hero__marquee-container{position:relative;bottom:-.3rem;margin-top:auto}.seasons{padding-top:5.5rem}.seasons:after{background-position:top 2.2rem left calc(50% - .5rem);background-size:initial}.seasons__nav{margin-left:.5rem}.seasons__nav-link{font-size:2.3rem}.seasons__nav-link:last-child{position:relative;left:.5rem}.seasons__marquee-container{margin-top:9.4rem;font-size:5.7rem}.seasons__marquee-container .marquee{--gap: 5.2rem}.seasons__desc{margin-top:5.7rem;margin-left:.5rem}.info-card{min-height:30.8rem}.info-card--1{padding-top:7.3rem}.info-card--1:before{background-position:center left calc(50% - .2rem)}.info-card--2 .info-card__title{margin-bottom:.8rem}.info-card--2:before{background-position:center left calc(50% - .4rem);background-size:initial}.info-card--3 .info-card__title{margin-bottom:1.6rem}.info-card--3:before{background-position:center left calc(50% - .1rem)}.info-card--4 .info-card__title{margin-bottom:3rem}.info-card--4:before{background-position:center left calc(50% - .1rem);background-size:initial}.info-card--5:before{background-position:center left calc(50% - .1rem)}.blank-section .container:before{background-position:center left calc(50% - .1rem)}.info-card__title{font-size:1.9rem;letter-spacing:.04em}.info-card__text{margin-top:0}.info-card__link{margin-left:.1rem}.news-section{margin-top:12.1rem}.news-section .container{gap:7.5rem}.news-section__heading-container{padding-right:1.8rem;padding-left:1.8rem}.section-heading__suptitle{font-size:2.3rem}.section-heading__title{font-size:5.7rem}.news-cards{row-gap:4.6rem}.application{min-height:93rem;background-position:top calc(50% - 1.9rem) center}.application:before{background-position:top calc(50% - 12rem) left calc(50% - .4rem);background-size:initial}.application:after{background-position:center}.application__title{font-size:5.7rem;line-height:118%}.application__button{margin-top:12.2rem;margin-bottom:0}.pilots-section .section-heading{gap:2.3rem}.pilots-classes-slider{margin-top:2.5rem}.pilots-slider{margin-top:6.3rem}.pilots-slider-controls{align-self:flex-end;margin-bottom:1.5rem}.partners-section{margin-top:5.6rem}.partners{column-gap:2rem;row-gap:5.5rem;margin-top:9.1rem}.partners__link--1 img{top:-.6rem;left:.1rem}.partners__link--2 img{left:2rem;height:5.6rem}.partners__link--3 img{left:4.2rem;height:5rem;width:auto}.partners__link--4 img{height:7.7rem}.partners__link--5 img{left:1.9rem;height:7.1rem}.partners__link--6 img{left:2.3rem;height:7rem}.partners__link--7 img{left:5.6rem;height:4.9rem}.partners__link--8 img{height:7.3rem}.section-right-radial-bg:after{top:-50rem}.section-right-big-radial-bg:after{top:-20rem;height:150%;background-position:top right;transform:none}.section-flag-bg:before{top:17.4rem;width:50rem}.section-stars-bg:after{background-position:top 2.2rem left calc(50% - .5rem);background-size:initial}}@media (min-width: 960px) and (max-width: 1099.98px){br.md-only{display:initial}}@media (min-width: 1100px){br.lg{display:initial}.navbar .nav__link{gap:1rem}.person-card--1{top:7.5rem;left:16.8rem}.person-card--2{top:15.7rem;right:13.6rem}.person-card--4{flex-direction:row}.header .container{padding-right:2.5rem}.header__logo{width:20.7rem;margin-top:-.5rem;margin-left:1.4rem}.info-cards{justify-content:space-between;align-items:flex-start;max-width:123rem;row-gap:11rem}.info-card--2{margin-top:-3rem;margin-left:-.6rem}.info-card--4{right:1rem;margin-right:3rem;margin-left:auto}.info-card--5{left:1.9rem;margin-right:auto;margin-left:3rem}.news-cards{column-gap:min(5.8vw,8.5rem)}.application__title{position:relative;left:-.2rem}.application__button{position:relative;left:-.3rem}.partners__link--7 img{left:3.6rem}.section-left-radial-bg:before{width:50%}.section-right-radial-bg:after{width:50%}.section-right-big-radial-bg:after{width:70%}}@media (min-width: 1140px){.top-bar__logo{display:block}}@media (min-width: 1340px){body:before{max-width:144rem}.h2--lg{font-size:6rem}.subscribe-form{align-items:flex-start}.news-card{min-height:43.5rem}}@media (min-width: 1440px){.person-card--4{right:-.9rem}.application:after{background-image:radial-gradient(circle at center,rgba(38,113,197,.2) 16%,rgba(38,113,197,.2) 15%,rgba(38,113,197,0) 60%);background-position:center;background-repeat:no-repeat;background-size:80%}.pilots-slider{margin-left:auto;margin-right:auto}.pilots-slider-controls{margin-right:-3.1rem}}@media (min-width: 1441px){.hero{background-image:url(/build/assets/hero-bg-1-lg-1589w-f051b15c.png);background-image:url(/build/assets/hero-bg-1-lg-1589w-bf108450.webp)}.webp .hero{background-image:-webkit-image-set(url(/build/assets/hero-bg-1-lg-1589w-bf108450.webp) 1x,url(/build/assets/hero-bg-1-lg-3178w-40284f90.webp) 2x);background-image:image-set(url(/build/assets/hero-bg-1-lg-1589w-bf108450.webp) 1x,url(/build/assets/hero-bg-1-lg-3178w-40284f90.webp) 2x)}}@media (max-width: 959.98px){.nav__sublist>.nav__item:first-child{padding-top:3rem}.navbar-toggler{position:relative;z-index:101;display:block;order:1;width:2.8rem;height:2.8rem;padding:0 .2rem;border:0;background-color:transparent}.navbar-toggler__burger{--burger-color: var(--color-accent-1-200);display:block;width:2.4rem;height:.2rem;border-radius:.3rem;background-color:var(--burger-color)}.navbar-toggler__burger:after,.navbar-toggler__burger:before{content:"";position:absolute;left:.2rem;width:2.4rem;height:.2rem;border-radius:.3rem;background-color:var(--burger-color);transition:transform var(--transition-long-cubic)}.navbar-toggler__burger:before{transform:translateY(-.7rem)}.navbar-toggler__burger:after{transform:translateY(.7rem)}.navbar-toggler[aria-expanded=true]{top:-6.2rem;right:-1rem;transition:top var(--transition-medium-cubic),right var(--transition-medium-cubic)}.navbar-toggler[aria-expanded=true] .navbar-toggler__burger{background-color:transparent}.navbar-toggler[aria-expanded=true] .navbar-toggler__burger:after,.navbar-toggler[aria-expanded=true] .navbar-toggler__burger:before{border-radius:0}.navbar-toggler[aria-expanded=true] .navbar-toggler__burger:before{transform:rotate(45deg)}.navbar-toggler[aria-expanded=true] .navbar-toggler__burger:after{transform:rotate(-45deg)}.navbar{position:fixed;top:0;z-index:100;overflow:auto;width:min(100%,43rem);height:100%;background-color:#0b081ee6;transition:transform var(--transition-long-cubic)}.navbar--rtl{right:0;transform:translate(100%)}.navbar--ltr{left:0;transform:translate(-100%)}.navbar--ttb{transform:translateY(-100%)}.navbar--btt{top:initial;bottom:0;transform:translateY(100%)}.navbar.is-visible.navbar--rtl,.navbar.is-visible.navbar--ltr{transform:translate(0)}.navbar.is-visible.navbar--ttb,.navbar.is-visible.navbar--btt{transform:translateY(0)}.navbar .nav-container{display:flex;flex-grow:1;flex-direction:column;align-items:center;padding-top:2rem}.navbar__logo{overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;width:20.7rem;height:5rem}.navbar__logo img{object-fit:contain;height:100%}.navbar .nav__list{flex-direction:column;gap:3rem;padding:3.8rem 1rem 2rem}.navbar .nav__link{margin:0 auto;font-size:1.5rem;font-weight:600}.navbar .nav__link br{display:none}.nav__sublist{align-items:center;gap:3rem}.nav__sublist .nav__link{font-size:1.4rem;font-weight:400}body.is-fixed{position:fixed;width:100%}body.has-scroll{overflow-y:scroll;overflow-x:unset}.news-card__trigger-field:hover~.news-card__content,.news-card__trigger-field:focus-visible~.news-card__content{color:var(--color-accent-1-600)}.news-card__trigger-field:hover~.news-card__content .news-card__title,.news-card__trigger-field:focus-visible~.news-card__content .news-card__title{color:var(--color-accent-1-600)}.header__contacts{flex-grow:1;justify-content:center}}.top-bar__caption{display:flex}@media (max-width: 767px){.top-bar__event-wrapper{flex-grow:1}.top-bar__event{flex-direction:row;justify-content:space-between}.top-bar__caption{padding:0;font-size:13px;line-height:130%;background-color:transparent;flex-direction:column}.top-bar__timer{font-size:13px;line-height:130%;max-width:65px;text-align:end}.top-bar__timer span{display:none}}@media (max-width: 430.98px){br.md{display:none}.subscribe-form{flex-direction:column}.subscribe-form .submit-field{width:100%}.dialog{--horizontal-margin: 1rem}.news-card{min-height:43rem}.header__contacts{gap:1rem}.news-section__heading-container .button{min-height:4rem;font-size:1.4rem}.partners{column-gap:10px}}@media (max-width: 360px){body{overflow-x:auto}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;z-index:1}.modal .success{font-size:20px;font-weight:700;text-align:center;position:absolute;left:0;right:0;top:50%}.modal-links{margin-top:30px;display:flex;flex-direction:column;gap:20px}.modal-links span:first-of-type{color:#2b87f7;text-decoration:underline}.modal-links span:nth-of-type(2){color:#fff3}.modal__content{width:722px;min-height:400px;padding:40px 60px 30px;border:1px solid var(--color-secondary-400);border-radius:1rem;background-color:var(--color-secondary-500);box-shadow:0 0 15px #73708e54;min-width:300px;position:relative}@media screen and (max-width: 959px){.modal__content{width:90%!important;max-width:unset;min-width:unset;padding:20px}}.modal__content.result{display:flex;flex-direction:column;align-items:center;justify-content:center}.modal__content .content{display:none}.modal__content .dop{margin-top:20px;font-size:12px;line-height:12px;opacity:.5;font-family:var(--font-pt-med),sans-serif}@media (max-width: 639px){.modal__content .dop{margin-top:15px}}.modal__title{font-size:1.6rem;line-height:117%;font-weight:500;letter-spacing:.02em;color:var(--color-font-500);text-align:center}.modal__close{border:none;background:transparent;color:#fff;font-size:34px;position:absolute;right:10px;top:10px;cursor:pointer}.modal__form{margin-top:20px}.new-modal{background:rgba(11,8,30,.8);margin-top:0;z-index:199}.new-modal .form-error{top:-3px!important}.new-modal .modal__content{max-width:500px;width:100%;padding:0;background:#0B081E;border-radius:20px;overflow:hidden}.new-modal .modal__content .modal__close{z-index:99;top:20px;right:20px;opacity:.5}@media (max-width: 639px){.new-modal .modal__content .modal__close{top:15px;right:15px}}.new-modal .modal__content .content{display:flex;width:100%;position:relative;aspect-ratio:16/9}.new-modal .modal__content .content .bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6;background:linear-gradient(180deg,rgba(43,135,247,0) 0%,#2B87F7 100%)}.new-modal .modal__content .content .bg img{width:100%;height:100%;object-fit:cover}.new-modal .modal__content .content .description{width:100%;height:100%;padding:20px 50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;z-index:1}@media (max-width: 1439px){.new-modal .modal__content .content .description{padding:30px}}@media (max-width: 639px){.new-modal .modal__content .content .description{padding:15px}}.new-modal .modal__content .content .description .label{font-size:20px;line-height:90%;font-weight:700;color:#fff9;font-family:var(--font-pt-med),sans-serif}.new-modal .modal__content .content .description .title{margin-top:5px;font-size:35px;line-height:90%;font-weight:700;color:#fff;font-family:var(--font-pt-med),sans-serif}@media (max-width: 1439px){.new-modal .modal__content .content .description .title{font-size:25px}}@media (max-width: 639px){.new-modal .modal__content .content .description .title{font-size:22px}}.new-modal .modal__form{padding:50px;margin:0!important;gap:0!important}@media (max-width: 1439px){.new-modal .modal__form{padding:30px}}@media (max-width: 639px){.new-modal .modal__form{padding:15px}}.new-modal .modal__form .button{min-height:unset!important;max-height:44px!important}.new-modal .modal__form input{min-height:44px!important;border-radius:10px!important;padding:9px 12px!important}.new-modal .modal__form input:focus{border:1px solid #2B87F7!important}.new-modal .modal__form .form-title{display:none}.new-modal .modal__form .field_container_class{max-height:44px;border-radius:10px}.new-modal .modal__form .fields_group{gap:20px!important}@media (max-width: 639px){.new-modal .modal__form .fields_group{gap:15px!important}}.top-sm-part{margin-right:5px}.pilots-slider{display:flex;flex-wrap:wrap;gap:38px;justify-content:center;width:100%}.pilots-section{margin-top:4rem}.partners__link--grappa img{height:8rem;width:auto}@media (min-width: 960px){.pilots-section{margin-top:6.3rem}}#map{height:700px;width:100%}/*! FullCalendar */.event-calendar-section{display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.event-calendar__panels{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:120rem}.event-panel{padding:2rem;border-radius:1.2rem;font-family:var(--font-manrope);font-weight:600;background-color:var(--color-white)}.event-panel__title{margin-bottom:1.6rem;font-size:1.4rem;line-height:170%;font-weight:700;letter-spacing:-.014em;color:var(--color-grey-1)}.event-calendar-container{width:100%;max-width:120rem;min-height:58.1rem;padding:1.7rem 2rem;margin-bottom:2rem}.swiper-pagination-bullet{pointer-events:none}.input-error{border-color:red!important}.fc{--fc-border-color: rgba(217, 217, 217, .7);--fc-today-bg-color: var(--color-grey-5)}.fc-theme-standard .fc-scrollgrid,.fc-theme-standard th,.fc-scrollgrid-section-body>td{border-color:transparent}.fc-timeGridWeek-view .fc-scrollgrid-section-header .fc-scroller,.fc-timeGridDay-view .fc-scrollgrid-section-header .fc-scroller,.fc-timeGridWeek-view .fc-scrollgrid-section-body:has(.fc-daygrid-body) .fc-scroller,.fc-timeGridDay-view .fc-scrollgrid-section-body:has(.fc-daygrid-body) .fc-scroller{overflow:hidden!important}.fc .fc-toolbar.fc-header-toolbar{flex-wrap:wrap;row-gap:1rem;margin-bottom:2rem}.fc .fc-toolbar-title{font-size:1.6rem;line-height:165%;letter-spacing:-.016em;text-transform:capitalize;color:var(--color-grey-2)}.fc-toolbar-chunk:has(.fc-toolbar-title){order:-1;width:100%;text-align:center}.fc .fc-button-group{gap:.4rem;padding:.4rem;border-radius:1.2rem;background-color:var(--color-grey-6);-webkit-user-select:none;user-select:none}.fc .fc-button-group:has(.fc-today-button){background-color:transparent}.fc .fc-button-primary{padding:.7rem 1.5rem;border-color:transparent!important;border-radius:1rem!important;font-size:1.2rem;line-height:170%;font-weight:700;letter-spacing:-.012em;background-color:transparent;color:var(--color-grey-2)!important;box-shadow:none!important}.fc .fc-button-primary:hover{background-color:var(--color-white)!important}.fc .fc-button-group>.fc-button.fc-button-active{border-color:transparent;background-color:var(--color-white);color:var(--color-grey-2)}.fc .fc-prev-button,.fc .fc-next-button{display:flex;justify-content:center;align-items:center;width:4.2rem;height:4.2rem;padding:0;border-color:var(--color-grey-3)!important;border-radius:.8rem}.fc .fc-today-button{padding:.7rem 1.2rem;border-radius:.8rem;font-size:1.4rem;font-weight:600;background-color:var(--color-ui-violet)!important;color:var(--color-white)!important}.fc .fc-today-button:hover{background-color:#7065e899!important}.fc .fc-today-button[disabled]{-webkit-user-select:none;user-select:none;pointer-events:none}.fc-scrollgrid-section-header th{padding:0}.fc-scrollgrid-section-header .fc-scroller-harness{padding:.9rem 0 .6rem;border-radius:1.2rem 1.2rem 0 0;background-color:var(--color-grey-4)}.fc-col-header-cell-cushion{font-size:1.2rem;line-height:170%;font-weight:700;letter-spacing:-.012em;text-transform:capitalize;color:var(--color-grey-2)!important}.fc .fc-daygrid-day-frame:hover{background-color:var(--color-grey-5)}.fc-daygrid-day-top{padding-right:.7rem;margin-top:1rem}.fc .fc-daygrid-day-number{display:flex;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;padding:0;border-radius:50%;font-size:1.2rem;font-weight:700;color:var(--color-grey-2)!important;cursor:default}.fc-day-today .fc-daygrid-day-number{background-color:var(--color-ui-violet);color:var(--color-white)!important}.fc-event{cursor:default}.fc-daygrid-event{padding:0 .4rem;border-radius:.4rem;margin:.4rem 0;font-size:1rem;line-height:160%;letter-spacing:-.01em}.fc-event-title{padding:0!important}.fc-event-violet{--fc-event-border-color: var(--color-ui-violet);--fc-event-bg-color: var(--color-ui-violet);--fc-event-text-color: var(--color-white)}.fc-event-red{--fc-event-border-color: var(--color-ui-red);--fc-event-bg-color: var(--color-ui-red);--fc-event-text-color: var(--color-white)}.fc-event-yellow{--fc-event-border-color: var(--color-ui-yellow);--fc-event-bg-color: var(--color-ui-yellow);--fc-event-text-color: var(--color-grey-1)}.fc-event-green{--fc-event-border-color: var(--color-ui-green);--fc-event-bg-color: var(--color-ui-green);--fc-event-text-color: var(--color-white)}.fc-h-event .fc-event-main-frame{align-items:center}.fc-event-time{font-weight:600}.fc-direction-ltr .fc-daygrid-event .fc-event-time{margin-right:.2rem}.fc-direction-ltr .fc-daygrid-event .fc-event-time:after{content:" -"}.fc-timegrid-axis-cushion{font-size:1rem}.fc .fc-daygrid-body-natural .fc-daygrid-day-events{display:flex;justify-content:stretch;align-items:center;margin-bottom:0}.day-schedule{font-size:1.2rem;line-height:2rem;letter-spacing:-.012em;background-image:url(/build/assets/vertical-dashed-line-1dec64e4.svg);background-position:top left 1.6rem;background-repeat:repeat-y;color:#707070}.day-schedule__item{position:relative;min-height:7.6rem;padding-left:4.6rem}.day-schedule__item:before{content:"";position:absolute;top:0;left:0;width:3.2rem;height:3.2rem;border-radius:50%}.day-schedule__item:after{content:"";position:absolute}.day-schedule__item--violet:before{background-color:var(--color-ui-violet)}.day-schedule__item--green:before{background-color:var(--color-ui-green)}.day-schedule__item--red:before{background-color:var(--color-ui-red)}.day-schedule__item--yellow:before{background-color:var(--color-ui-yellow)}.day-schedule__content{display:flex;flex-direction:column;gap:.2rem;padding-bottom:1.2rem;font-weight:400}.day-schedule__title{font-weight:700;color:var(--color-grey-1)}.day-schedule__text{line-height:2.2rem}.day-schedule__small-text{font-size:1rem;line-height:1.4rem}.calendar-legend{display:flex;flex-direction:column;gap:.8rem;font-size:1.2rem;letter-spacing:-.012em;color:var(--color-grey-1)}.calendar-legend__item{display:flex;align-items:center;gap:.8rem;line-height:2rem}.calendar-legend__item:before{content:"";display:block;width:1.4rem;height:1.4rem;border-radius:50%}.calendar-legend__item--violet:before{background-color:var(--color-ui-violet)}.calendar-legend__item--green:before{background-color:var(--color-ui-green)}.calendar-legend__item--red:before{background-color:var(--color-ui-red)}.calendar-legend__item--yellow:before{background-color:var(--color-ui-yellow)}/*! Competitions pages */.heading-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.6rem;margin-bottom:2.4rem}.competitions-calendar-section .seasons{padding:1rem 2rem 2.4rem}.competitions-calendar-section h1{max-width:1000px;margin-left:auto;margin-right:auto}.competitions-calendar-section .seasons:after{display:none}.competitions-calendar-section .seasons__marquee-container{margin-top:0}.stages-slider{position:relative;left:.2rem;width:calc(100% + 3rem);max-width:130rem;padding:1rem 1.3rem 2rem;margin-left:-1.5rem}.stage-slide{position:relative;display:flex;flex-direction:column;align-items:center;gap:6rem;width:33rem}.stage-slide.swiper-slide-active .stage-slide__title-link{color:var(--color-accent-1-500)}.stage-slide.swiper-slide-active .icon-card--stage{background-color:#0a3069}.stage-slide.swiper-slide-active .icon-card--stage:before{background-color:#0b254c}.stage-slide:last-child .stage-slide__title-link:after{display:none}.stage-slide__title-link{display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:5rem;font-family:var(--font-freesetboldc);font-size:4rem;line-height:118%;font-style:italic;letter-spacing:-.015em;color:var(--color-font-500);text-shadow:-1px 5px 0 rgba(115,112,142,.25)}.stage-slide__title-link:hover,.stage-slide__title-link:focus-visible{color:var(--color-accent-1-500)}.stage-slide__title-link:active{color:var(--color-accent-1-200)}.stage-slide__title-link--sm{font-size:3rem}.stage-slide__title-link:after{content:">";position:absolute;top:0;right:-2.4rem;font-size:3rem;color:var(--color-font-500);pointer-events:none}.icon-card--stage{align-items:center;padding-bottom:2rem;text-align:center}.icon-card--stage:before{right:0;left:0;margin:0 auto;background-image:url(/build/assets/trophy-75w-2b4f4253.png);background-image:url(/build/assets/trophy-75w-8d27cb52.webp)}.webp .icon-card--stage:before{background-image:-webkit-image-set(url(/build/assets/trophy-75w-8d27cb52.webp) 1x,url(/build/assets/trophy-151w-bd4db4ce.webp) 2x);background-image:image-set(url(/build/assets/trophy-75w-8d27cb52.webp) 1x,url(/build/assets/trophy-151w-bd4db4ce.webp) 2x)}.stage-slide__info{max-width:32rem;min-height:13.2rem;margin-bottom:.8rem;font-size:1.7rem;line-height:118%;font-weight:500;letter-spacing:.04em;color:var(--color-font-500)}.stage-slide__period{margin-bottom:2.1rem}.stage-slide__stages{min-height:4.6rem;margin-bottom:1rem;color:var(--color-font-600)}.stage-slide__cover{max-height:20.4rem;margin-bottom:2rem}.stage-slide__cover img{aspect-ratio:310/204;border-radius:.4rem;object-fit:cover}.stage-slide__links{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.decorative-cart-section{position:relative;aspect-ratio:1392/720;max-width:139.2rem;margin-top:3rem;margin-bottom:3.3rem;margin-left:-1.5rem;background-image:url(/build/assets/map-390w-2672b8e6.png);background-image:url(/build/assets/map-390w-25211510.webp);background-repeat:no-repeat;background-size:contain}.webp .decorative-cart-section{background-image:-webkit-image-set(url(/build/assets/map-390w-25211510.webp) 1x,url(/build/assets/map-780w-a3449186.webp) 2x);background-image:image-set(url(/build/assets/map-390w-25211510.webp) 1x,url(/build/assets/map-780w-a3449186.webp) 2x)}.decorative-cart-section:before{content:"";position:absolute;right:0;bottom:0;left:0;aspect-ratio:1321/668;width:100%;max-width:115rem;margin:0 auto;background-image:url(/build/assets/kart-390w-63c55471.png);background-image:url(/build/assets/kart-390w-74d74d85.webp);background-repeat:no-repeat;background-size:contain}.webp .decorative-cart-section:before{background-image:-webkit-image-set(url(/build/assets/kart-390w-74d74d85.webp) 1x,url(/build/assets/kart-780w-05168dc4.webp) 2x);background-image:image-set(url(/build/assets/kart-390w-74d74d85.webp) 1x,url(/build/assets/kart-780w-05168dc4.webp) 2x)}/*! Academy pages */.hero--academy .button--outline{margin-top:20px;margin-bottom:20px;background-color:transparent}.academy-p .partners-section-new{margin-top:100px}@media screen and (max-width: 959px){.academy-p .partners-section-new{margin-top:80px}}@media screen and (max-width: 959px) and (max-width: 639px){.academy-p .partners-section-new{margin-top:70px}}.hero--academy{padding-top:100px;background-image:url(/build/assets/hero-kart-534w-e9ea802d.png);background-image:url(/build/assets/hero-kart-534w-5b7dec35.webp);background-position:bottom 5rem center;background-size:contain}@media screen and (max-width: 1919px){.hero--academy{padding-top:50px}}.hero--academy .container{padding-bottom:unset}@media (max-width: 479px){.hero--academy .container{padding:0 10px}}.hero--academy .btns{display:flex;align-items:center;gap:20px;margin-top:20px}@media (max-width: 479px){.hero--academy .btns{flex-direction:column;gap:15px;width:100%}}.hero--academy .btns .button{border-radius:15px;padding:15px;font-size:20px;margin:unset;min-height:44px}@media (max-width: 1439px){.hero--academy .btns .button{padding:10px 15px;font-size:15px}}@media (max-width: 479px){.hero--academy .btns .button{width:calc(100% + 8px);margin-left:-4px;margin-right:-4px}}.webp .hero--academy{background-image:-webkit-image-set(url(/build/assets/hero-kart-534w-5b7dec35.webp) 1x,url(/build/assets/hero-kart-1069w-65d405dc.webp) 2x);background-image:image-set(url(/build/assets/hero-kart-534w-5b7dec35.webp) 1x,url(/build/assets/hero-kart-1069w-65d405dc.webp) 2x)}.hero--academy .hero-title{margin-top:3rem;margin-bottom:unset}.hero--academy .hero-desc{padding:unset;max-width:795px;margin-top:30px}@media screen and (max-width: 1439px){.hero--academy .hero-desc{max-width:620px;margin-top:25px}}@media screen and (max-width: 767px){.hero--academy .hero-desc{margin-top:20px}}.hero--academy .hero__controls{margin-top:.7rem}.hero--academy .hero__marquee-container{margin-top:440px}@media screen and (max-width: 1439px){.hero--academy .hero__marquee-container{margin-top:286px}}@media screen and (max-width: 959px){.hero--academy .hero__marquee-container{margin-top:258px}}@media screen and (max-width: 479px){.hero--academy .hero__marquee-container{margin-top:210px}}.intro-section .container{padding-top:5rem}.intro-section.section-flag-bg:before{display:none}.hero.hero--academy{min-height:104.6rem}@media (max-width: 959px){.hero.hero--academy{min-height:unset;height:unset}}.hero.hero--academy .container{justify-content:unset}.intro-section__wrapper{max-width:82.3rem;margin-right:auto;margin-left:auto}.blank-section{padding:0 1.5rem;margin-top:3.6rem}.blank-section .container{max-width:120rem}.blank-section.section-stars-bg:after{top:-4rem}.blank-section__title{max-width:120rem;margin:0 auto 3.9rem;text-align:center}.white-section{max-width:120rem;margin:0 auto;margin-bottom:3rem}.white-section--long .white-section__content,.white-section--short .white-section__content{min-height:40rem}.white-section__content{padding:3rem 2rem;border-radius:1.2rem;text-align:justify;background-color:var(--color-white)}.white-section__content .emoji{height:auto;width:auto}.section-heading-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;margin-bottom:3rem}.section-heading-container--center{justify-content:center}.section-heading-container .h1,.section-heading-container .h2{margin-bottom:0}.docs-section{margin-bottom:4rem}.docs-section-new{box-sizing:content-box}.docs-section-new .container-new{padding:50px 81px;background-color:#fff;border-radius:20px;color:#0b081e}@media (max-width: 1439px){.docs-section-new .container-new{padding:4.1rem 5.3rem 4rem 4.7rem}}@media (max-width: 959px){.docs-section-new .container-new{padding:3rem 2rem}}.docs-section-new .h3-new{font-family:FreeSetBoldC;margin-bottom:25px;text-align:center}.docs-section .container{width:100%;max-width:114.1rem}.docs-section__title{text-align:center}.docs-cards{display:flex;flex-direction:column;gap:3.8rem}.docs-card{display:flex;align-items:center;gap:1rem}.docs-card:before{content:"";display:block;flex-shrink:0;width:5rem;height:5rem;background-image:url(/build/assets/docs-16171e9c.svg);background-position:center;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 768px){.docs-card:before{width:4rem;height:4rem}}.docs-card__text{grid-column:2;grid-row:1/span 2;margin-bottom:0;font-weight:400}.docs-card__download-link{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:5rem;height:5rem;margin-left:auto}@media screen and (max-width: 768px){.docs-card__download-link{width:4rem;height:4rem}.docs-card__download-link .icon{font-size:4rem!important}}.docs-card__download-link .icon{font-size:5rem}.docs-section--content{margin-bottom:2rem}.docs-section--content .container{padding:0}.docs-section--content .docs-card{text-align:left}.docs-section--content .docs-card:before{background-image:url(/build/assets/docs-blue-72a81e35.svg)}.docs-section--content .docs-card__download-link{color:#3780f0}.docs-section--content .docs-card__download-link:hover,.docs-section--content .docs-card__download-link:focus-visible{color:var(--color-primary-100)}.docs-section--content .docs-card__download-link:active{color:var(--color-primary-200)}.stars-section{display:flex;flex-direction:column;align-items:center;text-align:center}.empty-section{position:relative;min-height:70rem}.empty-section.section-stars-bg:after{background-position:bottom left calc(50% - .5rem);background-size:contain}.empty-section+.stars-section{margin-top:10rem}/*! Kart pages */.hero.hero--kart{background-image:none}.hero.hero--kart:before{content:"";position:absolute;top:0;background-image:url(/build/assets/hero-kart-534w-e9ea802d.png);background-image:url(/build/assets/hero-kart-534w-5b7dec35.webp);background-position:bottom 9.3rem center;background-size:contain}.webp .hero.hero--kart:before{background-image:-webkit-image-set(url(/build/assets/hero-kart-534w-5b7dec35.webp) 1x,url(/build/assets/hero-kart-1069w-65d405dc.webp) 2x);background-image:image-set(url(/build/assets/hero-kart-534w-5b7dec35.webp) 1x,url(/build/assets/hero-kart-1069w-65d405dc.webp) 2x)}.hero.hero--kart .hero-desc{max-width:80rem;padding:0;margin-top:3.1rem;margin-left:-.2rem}.hero.hero--kart .hero__controls{gap:2rem;margin-top:3.7rem;margin-left:-1rem}.hero.hero--kart-brk02 .hero-desc{min-height:3.7rem}.hero-caption{margin-top:2rem}.hero-caption+.hero-stroke-title{margin-top:2rem}.hero-stroke-title{text-align:center;position:relative;padding-top:.6rem;font-family:var(--font-donpoligrafbum);font-size:18.5rem;font-size:clamp(5rem,13.8059701493vw,18.5rem);line-height:1;text-transform:uppercase;-webkit-text-stroke:1px var(--color-white);color:transparent}.hero-stroke-title__sup{position:absolute;top:-3rem;right:0;font-size:clamp(1.4rem,2.6119402985vw,3.5rem)}.hero-kart-image{position:relative;z-index:1;margin-top:3rem}.hero-stats{display:flex;flex-wrap:wrap;justify-content:space-around;gap:2rem;width:100%;max-width:113.2rem;margin-top:3rem;font-family:var(--font-freesetboldc);font-style:italic;color:var(--color-font-500)}.hero-stats__item{display:flex;flex-direction:column;gap:.1rem}.hero-stats__num{font-size:4.5rem;line-height:90%;text-align:center}.hero-stats__num sub{position:relative;top:.6rem;left:-.7rem;vertical-align:middle;font-size:2rem}.hero-stats__text{font-size:1.6rem;line-height:90%;max-width:195px;text-align:center}.hero-stats__text--center{text-align:center}.kart-specs-section{position:relative;z-index:1;display:flex;flex-direction:column;padding-top:4rem}.kart-specs-section .container.section-stars-bg:after{background-image:url(/build/assets/stars-bg-2-3806e970.svg)}.kart-specs-section .h2{order:-1;text-align:center}.kart-specs-bg-wrapper{position:relative;max-width:180rem;padding:2rem 0;background-image:url(/build/assets/kart-specs-bg-430w-4b68dea2.jpg);background-image:url(/build/assets/kart-specs-bg-430w-3a106c57.webp);background-repeat:no-repeat;background-size:cover}.webp .kart-specs-bg-wrapper{background-image:-webkit-image-set(url(/build/assets/kart-specs-bg-430w-3a106c57.webp) 1x,url(/build/assets/kart-specs-bg-860w-ee48b7a8.webp) 2x);background-image:image-set(url(/build/assets/kart-specs-bg-430w-3a106c57.webp) 1x,url(/build/assets/kart-specs-bg-860w-ee48b7a8.webp) 2x)}.kart-specs-bg-wrapper .kart-specs{gap:2rem}.kart-specs-bg-wrapper .kart-spec{padding:2rem;border:1px solid rgba(58,56,79,.9);border-radius:1.7rem;background-color:#1e1c30e6}.kart-specs-bg-wrapper .kart-spec:after{display:none}.kart-specs-bg-wrapper .kart-spec--2 .kart-spec__caption:last-child{margin-top:3.3rem}.kart-specs-bg-wrapper .kart-spec--3 .kart-spec__caption:last-child{margin-top:3.3rem}.kart-specs{position:relative;display:flex;flex-direction:column;max-width:124.5rem}.intro-section__title{text-align:center}.kart-specs .hr{margin-bottom:1.6rem;background-color:var(--color-font-900)}.kart-spec{position:relative;display:flex;flex-direction:column;max-width:38.3rem}.kart-spec:after{content:"";position:absolute;display:none;background-position:center;background-repeat:no-repeat}.kart-spec--1:after{right:calc(-100% + 16.7rem);bottom:5.5rem;width:17.6rem;height:10rem;background-image:url(/build/assets/spec-arrow-1-da7d2660.svg)}.kart-spec--2:after{top:9.6rem;right:-3rem;width:12rem;height:2rem;background-image:url(/build/assets/spec-arrow-2-a6e06685.svg)}.kart-spec--2 .kart-spec__text{margin-bottom:1.6rem}.kart-spec--2 .kart-spec__caption:first-child{margin-bottom:3.3rem}.kart-spec--2 .kart-spec__caption:last-child{margin-top:9.9rem}.kart-spec--3 .kart-spec__text{margin-bottom:1.6rem}.kart-spec--3 .kart-spec__caption:last-child{margin-top:7.6rem;margin-right:1.4rem}.kart-spec__title{margin-bottom:1.6rem;font-size:1.7rem;line-height:118%;font-weight:500;letter-spacing:.04em;color:var(--color-font-500)}.kart-spec__text{margin-bottom:2.3rem}.kart-spec__controls{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-left:.4rem}.kart-spec__caption{font-family:var(--font-freesetboldc);font-size:6rem;line-height:90%;font-style:italic;color:var(--color-font-500)}.kart-specs__cover{position:relative;z-index:-1;aspect-ratio:1320/925}.text-section{position:relative;z-index:0}.text-section .h2{margin-bottom:2rem;text-align:center}.text-section.section-left-radial-bg:before{top:-40rem;height:120rem}.text-section.section-right-big-radial-bg:after{display:none}.text-section__controls{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.vw-cover{margin-top:3rem}.container.vw-cover{margin:30px auto}.vw-cover .h2{text-align:center}.vw-cover__image{max-width:180rem;margin:0 auto}/*! Articles pages */.articles-section{position:relative;max-width:1058px;margin:0 auto;margin-bottom:3rem}.articles-section__links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.articles-previews{display:flex;flex-direction:column;gap:2rem}.article-preview{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem;border-radius:1.2rem;background-color:var(--color-white)}.article-preview__cover{flex:1 0 0;max-width:52.9rem}.article-preview__cover img{border-radius:1.5rem}.article-preview__content{display:flex;flex:1 0 0;flex-direction:column}.article-preview__heading{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:1rem}.article-preview__title{font-size:1.9rem;line-height:118%;font-weight:700;letter-spacing:.056em;color:var(--color-accent-2-900)}.article-preview__date{font-size:1.5rem;line-height:118%;font-weight:500;letter-spacing:.04em;color:#241c2f80}.article-preview__button{align-self:flex-start;margin-top:1.6rem}@media (min-width: 600px){.hero--academy{background-size:initial}.intro-section .container{padding-top:8rem}.docs-card__download-link{align-self:center;width:5rem;height:5rem}.docs-card__download-link .icon{font-size:5rem}.hero.hero--kart:before{background-size:initial}}@media (min-width: 768px){.article-preview{flex-direction:row;align-items:initial;gap:3rem}.article-preview__content{max-width:56.8rem}}@media (min-width: 960px){.docs-card__download-link{align-self:center;width:9.1rem;height:9.1rem}.docs-card__download-link .icon{font-size:9.1rem}.event-calendar-section{margin-bottom:6.7rem}.event-calendar__panels{display:grid;grid-template-columns:auto 36.2rem;gap:2.5rem}.event-calendar-container{min-height:65.5rem;margin-bottom:3.3rem}.fc-toolbar-chunk:has(.fc-toolbar-title){order:initial;width:initial;text-align:left}.fc .fc-button-group:has(.fc-today-button){gap:.9rem;margin-right:-.5rem}.day-schedule{margin-left:2.7rem}.heading-links{gap:4.4rem;margin-top:-1.6rem;margin-bottom:3.9rem}.competitions-calendar-section{margin-top:2rem}.competitions-calendar-section .seasons{padding-top:1.5rem;padding-bottom:2.6rem}.stage-slide{width:37.7rem}.stage-slide__title-link{min-height:7rem;font-size:5.7rem}.stage-slide__title-link--sm{font-size:4rem}.stage-slide__title-link:after{right:-5.5rem;font-size:5.7rem}.icon-card--stage{padding-bottom:4.3rem}.stage-slide__info{font-size:1.9rem}.stage-slide__stages{margin-bottom:2.9rem}.stage-slide__cover{margin-bottom:4.1rem}.stage-slide__links{gap:2.5rem}.decorative-cart-section{margin-top:6.7rem;background-image:url(/build/assets/map-md-1392w-5be0d07e.png);background-image:url(/build/assets/map-md-1392w-dcd7ff4b.webp)}.webp .decorative-cart-section{background-image:-webkit-image-set(url(/build/assets/map-md-1392w-dcd7ff4b.webp) 1x,url(/build/assets/map-md-2784w-eb3006d4.webp) 2x);background-image:image-set(url(/build/assets/map-md-1392w-dcd7ff4b.webp) 1x,url(/build/assets/map-md-2784w-eb3006d4.webp) 2x)}.decorative-cart-section:before{background-image:url(/build/assets/kart-md-1321w-8375ad6a.png);background-image:url(/build/assets/kart-md-1321w-ab65f8f7.webp)}.webp .decorative-cart-section:before{background-image:-webkit-image-set(url(/build/assets/kart-md-1321w-ab65f8f7.webp) 1x,url(/build/assets/kart-md-2642w-75f4ecd6.webp) 2x);background-image:image-set(url(/build/assets/kart-md-1321w-ab65f8f7.webp) 1x,url(/build/assets/kart-md-2642w-75f4ecd6.webp) 2x)}.hero--academy{background-image:url(/build/assets/hero-kart-md-1069w-eb39febb.png);background-image:url(/build/assets/hero-kart-md-1069w-7983f0ce.webp);background-position:bottom 10.3rem left calc(50% + .3rem)}.webp .hero--academy{background-image:-webkit-image-set(url(/build/assets/hero-kart-md-1069w-7983f0ce.webp) 1x,url(/build/assets/hero-kart-md-2138w-52d4bf6e.webp) 2x);background-image:image-set(url(/build/assets/hero-kart-md-1069w-7983f0ce.webp) 1x,url(/build/assets/hero-kart-md-2138w-52d4bf6e.webp) 2x)}.hero--academy .hero-title{margin-top:3.3rem;margin-left:.8rem;font-size:8rem}.hero--academy .hero__controls{gap:3.6rem;margin-left:-1.8rem}.hero--academy .hero__marquee-container{margin-top:auto}.intro-section .container{padding-top:11.4rem;padding-bottom:20rem;margin-bottom:-18.6rem}.intro-section__title{margin-bottom:1.9rem;font-size:6rem;text-align:center}.blank-section{margin-top:5.8rem}.blank-section.section-left-radial-bg:before{top:-25rem}.blank-section.section-right-radial-bg:after{top:-25rem}.blank-section.section-stars-bg:after{top:0;background-position:top -4.8rem left calc(50% - 7.5rem);background-size:140rem}.blank-section+.news-section{margin-top:7rem}.blank-section+.news-section.section-right-big-radial-bg:after{top:-120rem}.blank-section__title{font-size:6rem}.white-section{margin-bottom:6.6rem}.white-section--mt2{margin-top:2rem;margin-bottom:7.7rem}.white-section--long .white-section__content{min-height:108.6rem}.white-section--short .white-section__content{min-height:64.8rem}.white-section__content{padding:4.1rem 5.3rem 4rem 4.7rem}.section-heading-container{margin-bottom:6rem}.docs-section{margin-top:-.4rem;margin-bottom:8.5rem}.docs-section.section-left-radial-bg:before{height:300%}.docs-section__title{margin-bottom:7rem}.docs-card{gap:5.7rem}.docs-card:before{width:9.4rem;height:9.4rem}.docs-card__text{font-size:1.5rem;line-height:153%}.docs-section--content{margin-top:4.6rem;margin-bottom:6.8rem}.docs-section--content .docs-card{gap:2.2rem}.docs-section--content .docs-card:before{position:relative;right:.8rem}.docs-section--content .docs-section__title{margin-bottom:3.9rem}.stars-section__title{margin-bottom:3.3rem}.empty-section{min-height:131.2rem;padding-top:2rem}.empty-section.section-stars-bg:after{background-size:initial}.empty-section+.stars-section{margin-top:20rem}.hero.hero--kart:before{background-image:url(/build/assets/hero-kart-md-1069w-eb39febb.png);background-image:url(/build/assets/hero-kart-md-1069w-7983f0ce.webp);background-position:bottom 10.3rem left calc(50% + .3rem)}.webp .hero.hero--kart:before{background-image:-webkit-image-set(url(/build/assets/hero-kart-md-1069w-7983f0ce.webp) 1x,url(/build/assets/hero-kart-md-2138w-52d4bf6e.webp) 2x);background-image:image-set(url(/build/assets/hero-kart-md-1069w-7983f0ce.webp) 1x,url(/build/assets/hero-kart-md-2138w-52d4bf6e.webp) 2x)}.hero.hero--kart .hero-desc{margin-top:3.9rem}.hero.hero--kart .hero__controls{gap:4rem;margin-top:2.7rem}.hero.hero--kart-brk02 .hero-stroke-title__sup{right:2.8rem}.hero.hero--kart-brk02 .hero-desc{margin-top:5.3rem}.hero-caption{margin-top:3.5rem}.hero-caption+.hero-stroke-title{margin-top:.2rem}.hero-stroke-title{-webkit-text-stroke:2px var(--color-white)}.hero-stroke-title__sup{right:1.5rem}.hero-kart-image{margin-top:-7rem;margin-left:1rem}.hero-stats__num{font-size:4.5rem}.hero-stats__text{font-size:2rem}.kart-specs-section{padding-top:11.8rem}.kart-specs-section .h2{order:initial}.kart-specs-bg-wrapper{padding:0;margin-top:6.4rem;background-image:url(/build/assets/kart-specs-bg-md-1427w-72bd23e8.jpg);background-image:url(/build/assets/kart-specs-bg-md-1427w-aa026f77.webp)}.webp .kart-specs-bg-wrapper{background-image:-webkit-image-set(url(/build/assets/kart-specs-bg-md-1427w-aa026f77.webp) 1x,url(/build/assets/kart-specs-bg-md-2854w-1091db1a.webp) 2x);background-image:image-set(url(/build/assets/kart-specs-bg-md-1427w-aa026f77.webp) 1x,url(/build/assets/kart-specs-bg-md-2854w-1091db1a.webp) 2x)}.kart-specs-bg-wrapper.section-stars-bg:after{top:-27rem;background-image:url(/build/assets/stars-bg-2-3806e970.svg)}.kart-specs-bg-wrapper .kart-specs{gap:0;margin-bottom:4.1rem}.kart-specs{display:block;margin:4.1rem auto 0}.kart-specs .hr{display:none}.kart-spec:after{display:block}.kart-spec--right{margin-left:auto;text-align:right}.kart-spec--right .kart-spec__controls{margin-left:auto}.kart-spec--2{margin-top:11.7rem}.kart-spec--2 .kart-spec__text{margin-bottom:3.9rem}.kart-spec--3{margin-top:-35.6rem}.kart-spec--3 .kart-spec__text{margin-bottom:3.7rem}.kart-spec__title{margin-bottom:2.6rem;font-size:1.9rem}.kart-specs__cover{width:85.3%;margin:-19.6rem auto 0}.text-section{margin-top:-6.3rem}.text-section+.partners-section{margin-top:8.7rem}.text-section .h2{margin-bottom:4.7rem}.text-section.section-left-radial-bg:before{top:-90rem;display:block}.text-section.section-right-big-radial-bg:after{top:-100rem;display:block;height:180rem}.text-section__controls{gap:2.4rem;margin-bottom:5.6rem}.vw-cover{margin-top:5rem}.vw-cover .h2{margin-bottom:4rem}.articles-section{margin-bottom:5.7rem}.articles-section__links{gap:2.6rem;margin-top:4.2rem}.article-preview{padding:3rem}.article-preview__heading{margin-bottom:3.1rem}.article-preview__date{font-size:1.9rem;line-height:118%}.article-preview__button{margin-top:2.5rem}}@media (min-width: 1100px){.intro-section.section-flag-bg:before{top:7rem;display:initial;width:min(22vw,40rem)}.intro-section__wrapper{margin-right:4rem}.intro-section__title{max-width:initial;margin-left:initial;text-align:center}.blank-section__title{padding-left:3.9rem}.hero-stats{justify-content:space-between}.article-preview{align-items:center;gap:4.2rem;padding:1.6rem 4rem 2rem 2.1rem}}@media (min-width: 1340px){.fc-daygrid-event-harness{padding-left:3.7rem}.fc .fc-daygrid-event-harness-abs .fc-event{min-width:19rem}.fc-daygrid-event{min-width:9rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:3.7rem}.stages-slider{width:100%;margin-left:0}.intro-section.section-flag-bg:before{top:9.7rem;width:43.2rem}.intro-section__wrapper{margin-right:max(6.6vw,8.9rem)}.empty-section+.stars-section{margin-top:133.1rem}.hero.hero--kart-brk02 .hero-stroke-title{margin-left:-.8rem}.hero-caption{margin-left:-1.2rem}.hero-stroke-title{margin-left:-5.3rem;font-size:18.5rem}.hero-stroke-title__sup{font-size:3.5rem}.hero-stats{margin-left:-.4rem}.kart-specs{left:.9rem}.kart-specs__cover{left:-1.5rem}}@media (min-width: 1800px){.intro-section__wrapper{max-width:90rem;margin-right:auto}.kart-specs-bg-wrapper{border-radius:2rem;margin:6.4rem auto 0}.vw-cover__image img{border-radius:2rem}}@media (max-width: 959.98px){.kart-spec{max-width:100%}.kart-spec .kart-spec__title br,.kart-spec .kart-spec__controls,.kart-spec .kart-spec__caption{display:none}}@media (max-width: 599.98px){.event-calendar-container{padding:1.5rem 1rem}.fc .fc-button-group:has(.fc-today-button){padding:.4rem 0}.fc .fc-button-primary{padding:.4rem 1.5rem}.fc-timeGridWeek-button{display:none!important}.fc .fc-prev-button,.fc .fc-next-button{width:3.9rem;height:3.9rem;padding:0}.fc .fc-today-button{padding:.4rem 1.2rem;font-size:1.2rem}.fc-dayGridMonth-view .fc-daygrid-event{--fc-event-text-color: transparent !important}}@media (max-width: 430.98px){.kart-specs-bg-wrapper.vw-container{width:100%;margin-left:0}.articles-section__links{justify-content:center}.articles-section__links .button:first-child{width:100%}}table{table-layout:auto}table td{padding:15px 20px}.content table{table-layout:auto}.subscribe-form{margin:unset;width:unset;align-items:center}.form.modal__form{margin:20px 0;width:100%}.page-wrapper{padding-left:0!important;padding-right:0!important}.news-section .container,.webp .application,.pilots-section.vw-container,.articles-previews,.white-section{padding-left:3rem!important;padding-right:3rem!important}.hidden-slide{display:none}.even-slide .pilot-slide__cover img{aspect-ratio:289/405!important}.odd-slide .pilot-slide__cover img{aspect-ratio:289/357!important}.articles-previews a{color:#007bff}.form.modal__form{position:relative}.form.modal__form .form-title{text-align:center;width:100%;margin-bottom:5px;font-size:1.6rem;line-height:117%;font-weight:500;letter-spacing:.02em;color:var(--color-font-500)}.form.modal__form .form-error{font-size:12px;color:red;position:relative;top:3px}.form.modal__form .fields_group{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%}.form.modal__form .fields_group .field_container_class{width:100%}.form.modal__form .fields_group .field_container_class input{width:100%;min-height:var(--input-height);padding:var(--input-padding);border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);background-color:var(--bg-color);color:var(--color-font-600);transition:border-color var(--transition-medium-cubic)}.form.modal__form .fields_group .checkbox-container{display:flex;flex-direction:row-reverse;align-items:start;justify-content:start;gap:10px;position:relative}.form.modal__form .fields_group .checkbox-container input{position:absolute;width:20%;height:100%;min-height:unset;bottom:0;left:0;opacity:0;cursor:pointer}.form.modal__form .fields_group .checkbox-container .custom-checkbox.checkbox_error:before{border:2px solid red}.form.modal__form .fields_group .checkbox-container input:checked+span:before{display:block;content:"";background-image:url(/build/assets/check-check-9fd2f9c2.svg);background-repeat:no-repeat;background-size:cover;min-width:20px;min-height:20px;max-width:20px;max-height:20px}.form.modal__form .fields_group .checkbox-container .custom-checkbox{display:block;background-image:url(/build/assets/empty-check-406a3b04.svg);background-repeat:no-repeat;background-size:cover;min-width:20px;min-height:20px;max-width:20px;max-height:20px;cursor:pointer}.form.modal__form .fields_group .checkbox-container .field_label_class-checkbox{opacity:.5;color:#fff;margin-bottom:5px}.form.modal__form .fields_group .checkbox-container .field_label_class-checkbox p,.form.modal__form .fields_group .checkbox-container .field_label_class-checkbox a{color:#fff;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:153%}.form.modal__form .fields_group .checkbox-container .field_label_class-checkbox a{text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.form.modal__form .fields_group .checkbox-container .form-error{position:absolute;top:14px}@media screen and (max-width: 1365px){.form.modal__form .fields_group .checkbox-container{margin-bottom:10px;justify-content:start;gap:12px}}.form.modal__form button{width:100%}.loader{width:50px;padding:8px;aspect-ratio:1;border-radius:50%;background:#0fb1ff;--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear}.button-finally .loader{height:100%;width:30px;padding:5px}@keyframes l3{to{transform:rotate(1turn)}}.loader-container{width:600px;height:278px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.competitions-grid-list{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;margin-bottom:70px}@media screen and (max-width: 959px){.competitions-grid-list{grid-template-columns:1fr 1fr}}@media screen and (max-width: 639px){.competitions-grid-list{grid-template-columns:1fr;gap:20px;margin-bottom:50px;margin-top:50px}}.competitions-grid-item{padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:20px;border-radius:20px;border:1px #2689FA solid;background:#0A3069}@media screen and (max-width: 1199px){.competitions-grid-item{gap:15px;padding:20px}}.competitions-grid-item.is-end{border:1px #3A384F;background:#1E1C30;opacity:.5}.competitions-grid-item.is-end .link{color:#fff}.competitions-grid-item .link-more{background-color:#2b87f7;box-shadow:0 0 13px #73708e21;color:#fff}.competitions-grid-header{display:flex;flex-direction:column;align-items:center;gap:5px}.competitions-grid-header span{color:#f6f6f6;font-size:15px}.competitions-grid-item-title{text-align:center;line-height:100%;font-size:40px;font-style:italic;font-family:FreeSetBoldC;text-transform:capitalize;margin:0}@media screen and (max-width: 1199px){.competitions-grid-item-title{font-size:30px}}.competitions-grid-item-address{display:flex;flex-direction:column;gap:15px}.competitions-grid-item-image{margin-top:auto;height:200px;object-fit:cover;border-radius:10px}@media screen and (max-width: 1199px){.competitions-grid-item-image{height:150px}}.item-text-white{text-align:center;font-weight:500;font-size:19px;font-family:Montserrat}@media screen and (max-width: 1199px){.item-text-white{font-size:15px}}.item-text-grey{text-align:center;font-family:Montserrat;font-size:15px;color:#d8d8d8}.competitions-grid-item-stages{display:flex;flex-direction:column;gap:5px;align-items:center}.competitions-grid-item-stage{font-size:15px;color:#d8d8d8;font-weight:400}@media screen and (max-width: 1199px){.competitions-grid-item-stage{font-size:12px}}.competitions-grid-item-links{display:flex;flex-direction:column;align-items:center;gap:15px}@media screen and (max-width: 1199px){.competitions-grid-item-links .link{font-size:15px}}.competitions-grid-item-links .link{cursor:pointer}.modal.open{display:flex}.layout{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2)}.recruiting{display:grid;grid-template-columns:1fr 1fr;padding-top:100px;padding-bottom:70px;position:relative}@media screen and (max-width: 639px){.recruiting{padding:0 18px;display:flex;flex-direction:column-reverse;gap:0}}.recruiting .new-h1{font-size:70px;text-align:left}@media (max-width: 1199px){.recruiting .new-h1{font-size:50px}}@media (max-width: 959px){.recruiting .new-h1{font-size:35px}}@media (max-width: 639px){.recruiting .new-h1{font-size:45px;text-align:center}}@media screen and (max-width: 479px){.recruiting .new-h1{font-size:35px}}.recruiting .grid-ages-title{font-size:35px}@media (max-width: 1199px){.recruiting .grid-ages-title{font-size:25px}}@media (max-width: 959px){.recruiting .grid-ages-title{font-size:35px}}@media (max-width: 479px){.recruiting .grid-ages-title{font-size:30px}}.recruiting .grid-ages{position:relative;z-index:1;width:100%;display:flex;justify-content:space-between}@media (max-width: 959px){.recruiting .grid-ages{display:flex;flex-wrap:wrap;gap:10px 30px;justify-content:unset;align-items:center;justify-content:start}}@media screen and (max-width: 639px){.recruiting .grid-ages{justify-content:center}}.recruiting-right{overflow:visible;background-size:cover;display:flex;flex-direction:column;gap:50px;align-items:start}@media screen and (max-width: 959px){.recruiting-right{gap:25px}}@media screen and (max-width: 639px){.recruiting-right{margin-bottom:20px;align-items:center}}.recruiting .gradient-title{background:linear-gradient(90deg,#2B87F7 29.51%,#4776E6 69.79%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.recruiting-right .grid-ages-item{display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width: 639px){.recruiting-right .grid-ages-item{align-items:center}}.recruiting-right .grid-ages-text{font-family:FreeSetBoldC;font-size:20px;font-style:italic;font-weight:400;line-height:normal;color:#2b87f7}@media screen and (max-width: 639px){.recruiting-right .grid-ages-text{font-size:15px}}.recruiting-left-info{display:flex;align-items:flex-start;flex-direction:column}@media (max-width: 639px){.recruiting-left-info{position:absolute;left:20px;bottom:30px}}.recruiting-blue,.recruiting-black{color:#fff;position:relative;font-family:FreeSetBoldC;font-size:20px;font-style:italic;font-weight:400;line-height:140%}.recruiting-blue span,.recruiting-black span{position:relative;z-index:2}.recruiting-blue:after,.recruiting-black:after{left:-5%;width:110%;transform:skew(-20deg)}@media (max-width: 1199px){.recruiting-blue,.recruiting-black{margin-left:30px;font-size:15px}}@media (max-width: 959px){.recruiting-blue,.recruiting-black{margin-left:10px}}@media (max-width: 639px){.recruiting-blue,.recruiting-black{margin-left:0}}.recruiting-blue:after{background:#2B87F7;position:absolute;content:"";height:100%}.recruiting-black{z-index:1}.recruiting-black:after{z-index:0;position:absolute;content:"";height:100%;background:#000}@media (max-width: 639px){.recruiting-black:after{top:0;max-width:200px;width:85%}}@media (max-width: 639px){.recruiting-black{max-width:200px}}.recruiting-left{position:relative;display:flex;flex-direction:column;justify-content:end}.recruiting-left img{pointer-events:none;position:absolute;left:0;bottom:-70px;min-width:700px}@media screen and (max-width: 959px){.recruiting-left img{left:-200px}}@media screen and (max-width: 639px){.recruiting-left img{left:unset;bottom:unset;width:100%;min-width:unset;position:relative}}.recruiting-desktop{display:flex;flex-direction:column;align-items:center;gap:10px}@media (max-width: 639px){.recruiting-desktop{display:none}}.recruiting-mobile{display:none}@media (max-width: 639px){.recruiting-mobile{display:flex;width:100%}.recruiting-mobile div,.recruiting-mobile button{width:100%}}.trainers .recruiting{margin-bottom:100px;margin-top:66px}@media screen and (max-width: 639px){.trainers .recruiting{margin-bottom:50px;margin-top:30px}}.trainers .recruiting-h2{font-size:60px}@media screen and (max-width: 1200px){.trainers .recruiting-h2{font-size:45px}}@media screen and (max-width: 639px){.trainers .recruiting-h2{font-size:30px}}.logo-mobile{display:none}@media screen and (max-width: 479px){.logo-mobile{display:block;width:31px}}@media screen and (max-width: 479px){.logo-desc{display:none}}.bot-bar{position:fixed;bottom:-1px;right:0;left:0;z-index:20;padding:15px 60px;background:linear-gradient(0deg,rgba(43,135,247,.2) 0%,rgba(43,135,247,0) 100%),#0B081E;display:none}@media screen and (max-width: 767px){.bot-bar{padding:10px 25px}}@media screen and (max-width: 960px){.bot-bar{display:flex;justify-content:space-between;align-items:center}}.bot-bar .menu-btn-hide svg{opacity:.4;transform:scale(.8)}.bot-bar__item--active span,.bot-bar__item--active svg{color:#2b87f7}.bot-bar__item:nth-child(1) .icon-active,.bot-bar__item:nth-child(2) .icon-active{display:none}.bot-bar .bot-bar__item:nth-child(1).current-link .icon-active{display:block}.bot-bar .bot-bar__item:nth-child(1).current-link .icon-default{display:none}.bot-bar .bot-bar__item:nth-child(1).current-link span{color:#2b87f7}.bot-bar .bot-bar__item:nth-child(2).current-link .icon-active{display:block}.bot-bar .bot-bar__item:nth-child(2).current-link .icon-default{display:none}.bot-bar .bot-bar__item:nth-child(2).current-link span{color:#2b87f7}.bot-bar .cart-menu-btn.current-link svg path{fill:#2b87f7;stroke:#2b87f7}.bot-bar .cart-menu-btn.current-link svg circle{fill:#0b081e}.bot-bar .cart-menu-btn.current-link span{color:#2b87f7}.bot-bar__item{display:flex;flex-direction:column;gap:6px;align-items:center;cursor:pointer;position:relative}.bot-bar__item span,.bot-bar__item svg{transition:color .2s;color:#fff}.bot-bar__item span{font-size:12px;line-height:100%;font-weight:500}.bot-bar__item svg{width:32px;height:32px}@media screen and (max-width: 767px){.bot-bar__item svg{width:24px;height:24px}}.bot-bar__item .count{box-sizing:content-box;position:absolute;left:28px;top:0;height:10px;border-radius:30px;border:2px solid #0C0E29;background:#2B87F7;padding:0 4px;display:flex;align-items:center;justify-content:center;color:#0b081e;text-align:center;font-size:10px;font-weight:500;line-height:80%}.bot-bar__menu-btn{padding:0;background:transparent;border:none;max-width:32px}@media screen and (max-width: 767px){.bot-bar__menu-btn{max-width:24px}}.bot-bar__menu-btn svg{transition:.2s}.bot-bar .decor1{position:absolute;top:-20px;left:0;z-index:2}.bot-bar .decor2{position:absolute;top:-20px;right:0;z-index:2}.bot-bar .close-icon{display:none}.bot-bar .new-menu__btn--active span{color:#2b87f7}.bot-bar .new-menu__btn--active .close-icon{display:block}.bot-bar .new-menu__btn--active .burger-icon{display:none}.menu-new{position:fixed;top:0;left:0;right:0;bottom:80px;background:rgba(11,8,30,.1);z-index:19;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:20px;overflow-y:auto;display:flex;flex-direction:column;transition:.2s;opacity:0;visibility:hidden}@media screen and (max-width: 767px){.menu-new{bottom:60px}}.menu-new__inner{margin-top:auto;height:auto}.menu-new__drops{border-radius:10px;background:#0B081E;margin-bottom:5px}.menu-new__dropdown:last-child{border-bottom:none}.menu-new__dropdown{border-bottom:1px solid rgba(255,255,255,.2);padding-top:20px;padding-bottom:20px}.menu-new__dropdown-head{display:flex;justify-content:center;gap:10px;align-items:center}.menu-new__dropdown-head span,.menu-new__dropdown-head a{font-family:FreeSetBoldC,sans-serif;font-style:italic;color:#fff;font-size:18px;font-weight:400;line-height:100%}.menu-new__dropdown-head svg{margin-right:-26px}.menu-new__dropdown-content{display:flex;gap:20px;flex-direction:column;align-items:center;transition:.2s;height:0;overflow:hidden}.menu-new__dropdown-content a{font-size:14px;font-weight:400;color:#fff;line-height:100%}.menu-new__contacts{padding:15px;border-radius:10px;background:#0B081E;display:flex;flex-direction:column;gap:15px;align-items:center}.menu-new__contacts-phone{font-family:FreeSetBoldC,sans-serif;font-size:16px;color:#fff;font-style:italic;font-weight:400;line-height:100%}.menu-new .socials{display:flex;gap:15px;justify-content:center}.menu-new .socials a{max-width:32px;height:32px;flex-grow:1}.menu-new .socials a svg{width:100%;height:100%}.menu-new--show{opacity:1;visibility:visible}.dropdown--show .menu-new__dropdown-head span,.dropdown--show .menu-new__dropdown-head a{color:#2b87f7}.dropdown--show .menu-new__dropdown-head svg path{stroke:#2b87f7}.scroll-disable{position:fixed;width:100%;overflow:hidden}.swiper-button:disabled{opacity:.2!important}.hero__spacer{display:none}.header-main{width:calc(100% - 60px);max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:15px}.header-main .hero__spacer{display:block}@media screen and (max-width: 1439px){.header-main{width:calc(100% - 20px)}}@media screen and (max-width: 959px){.header-main{margin-bottom:0}}@media screen and (min-width: 300px) and (max-width: 959px){.header-main .container{display:flex;justify-content:center;transform:translateY(40vh)}.header-main .container.animate{animation:heightAnimation 2.5s cubic-bezier(.25,.46,.45,.94) forwards}.header-main .container .header__logo{transform-origin:center}.header-main .container .header__logo.animate{animation:logoScaleAndMoveAnimation 2.5s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes heightAnimation{0%{transform:translateY(40vh)}75%{transform:translateY(40vh)}to{transform:translateY(0)}}@keyframes logoScaleAndMoveAnimation{0%{transform:scale(1.5)}75%{transform:scale(1.5)}to{transform:scale(1)}}}.header-main .container{max-width:100%;transition:.5s}@media screen and (min-width: 300px) and (max-width: 959px){.mob-animated-block{transform:translateY(100vh)}.mob-animated-block.animate{animation:heightAnimation_ 2.5s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes heightAnimation_{0%{transform:translateY(100vh)}75%{transform:translateY(100vh)}to{transform:translateY(0)}}}@media screen and (min-width: 959px){.glass-effect{background:linear-gradient(135deg,rgba(30,28,48,.9),rgba(25,23,40,.85));backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d,inset 0 -1px #0003}}.container-main{max-width:1200px;width:calc(100% - 20px)}.link.white{border:1px solid #ffffff;color:#fff;margin:0;height:44px}@media screen and (max-width: 639px){.link.white{width:100%}}.link.white .icon{width:10px;height:12px}.month{text-transform:lowercase}@media screen and (min-width: 959px){.animated-item{opacity:0;transform:translateY(100%)!important;transition:all .6s cubic-bezier(.25,.46,.45,.94)}.animate .animated-item:nth-child(1){transition-delay:.4s}.animate .animated-item:nth-child(2){transition-delay:.65s}.animate .animated-item:nth-child(3){transition-delay:.9s}.animate .animated-item:nth-child(4){transition-delay:1.15s}.animate .animated-item:nth-child(5){transition-delay:1.4s}.animate .animated-item:nth-child(6){transition-delay:1.65s}.animate .animated-item:nth-child(7){transition-delay:1.9s}.animate .animated-item:nth-child(8){transition-delay:2.15s}.animate .animated-item:nth-child(9){transition-delay:2.4s}.animate .animated-item:nth-child(10){transition-delay:2.65s}.animate .animated-item:nth-child(11){transition-delay:2.9s}.animate .animated-item:nth-child(12){transition-delay:3.15s}.animate .animated-item:nth-child(13){transition-delay:3.4s}.animate .animated-item:nth-child(14){transition-delay:3.65s}.animate .animated-item:nth-child(15){transition-delay:3.9s}.animate .animated-item:nth-child(16){transition-delay:4.15s}.animate .animated-item:nth-child(17){transition-delay:4.4s}.animate .animated-item:nth-child(18){transition-delay:4.65s}.animate .animated-item:nth-child(19){transition-delay:4.9s}.animate .animated-item:nth-child(20){transition-delay:5.15s}.animate .animated-item{opacity:1;transform:translateY(0)!important}}@media screen and (min-width: 300px) and (max-width: 959px){.mob-animated-item{opacity:0;transform:translateY(20%)!important;transition:all .6s cubic-bezier(.25,.46,.45,.94)}.mob-animated-item.animate:nth-child(1){transition-delay:.15s}.mob-animated-item.animate:nth-child(2){transition-delay:.3s}.mob-animated-item.animate:nth-child(3){transition-delay:.45s}.mob-animated-item.animate:nth-child(4){transition-delay:.6s}.mob-animated-item.animate:nth-child(5){transition-delay:.75s}.mob-animated-item.animate:nth-child(6){transition-delay:.9s}.mob-animated-item.animate:nth-child(7){transition-delay:1.05s}.mob-animated-item.animate:nth-child(8){transition-delay:1.2s}.mob-animated-item.animate:nth-child(9){transition-delay:1.35s}.mob-animated-item.animate:nth-child(10){transition-delay:1.5s}.mob-animated-item.animate:nth-child(11){transition-delay:1.65s}.mob-animated-item.animate:nth-child(12){transition-delay:1.8s}.mob-animated-item.animate:nth-child(13){transition-delay:1.95s}.mob-animated-item.animate:nth-child(14){transition-delay:2.1s}.mob-animated-item.animate:nth-child(15){transition-delay:2.25s}.mob-animated-item.animate:nth-child(16){transition-delay:2.4s}.mob-animated-item.animate:nth-child(17){transition-delay:2.55s}.mob-animated-item.animate:nth-child(18){transition-delay:2.7s}.mob-animated-item.animate:nth-child(19){transition-delay:2.85s}.mob-animated-item.animate:nth-child(20){transition-delay:3s}.mob-animated-item.animate{opacity:1;transform:translateY(0)!important}}.border-overlay,.border-overlay-line{position:relative}.border-overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(255,255,255,.2);pointer-events:none;z-index:10;border-radius:15px}.border-overlay-line:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);pointer-events:none;z-index:10}.main-new .link,.main-new .button,.main-new .tab-btn{gap:8px}.main-new .link span,.main-new .button span,.main-new .tab-btn span{font-family:PT,sans-serif;line-height:130%;font-size:16px!important;color:#fff;display:flex;align-items:center}.main-new .link .icon,.main-new .button .icon,.main-new .tab-btn .icon{margin:4px}.menu-main .link,.menu-main .menu-new__dropdown-head,.menu-main .link span,.menu-main .menu-new__dropdown-head span{font-family:var(--font-pt),sans-serif;font-style:normal!important;font-weight:700;line-height:90%;font-size:20px}.menu-main .menu-new__dropdown-content{gap:15px}.menu-main .menu-new__dropdown-content a{font-family:var(--font-pt-med),sans-serif;font-style:normal!important;font-weight:500;line-height:19px;font-size:15px}.menu-main .menu-new__contacts-phone{font-family:var(--font-pt),sans-serif;font-style:normal!important;font-weight:700;line-height:90%;font-size:20px}.page{max-width:100vw;overflow:clip}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.fixed{overflow:hidden}img{max-width:100%}body{position:relative;margin:0;font-weight:400;box-sizing:border-box}section{scroll-margin-top:120px}a{text-decoration:none;cursor:pointer;color:inherit}a:hover,a:focus{color:inherit}p{margin:0}.page{position:relative}.container{max-width:1640px;margin:0 auto}@media screen and (max-width: 1919px){.container{padding:0}}@media screen and (max-width: 1365px){.container{padding:0}}@media screen and (max-width: 1200px){.container{max-width:1140px;padding:0 10px}}@media screen and (max-width: 1024px){.container{max-width:960px}}@media screen and (max-width: 767px){.container{padding:0 8px;max-width:720px}}@media screen and (max-width: 576px){.container{max-width:540px}}.container-new{box-sizing:content-box;max-width:1200px!important;margin:0 auto!important;padding:unset}@media screen and (max-width: 1439px){.container-new{padding:0 10px}}.mb{margin-bottom:100px}@media screen and (max-width: 959px){.mb{margin-bottom:80px}}@media screen and (max-width: 639px){.mb{margin-bottom:70px}}.mb-new{margin-bottom:100px}@media screen and (max-width: 1439px){.mb-new{margin-bottom:60px}}@media screen and (max-width: 767px){.mb-new{margin-bottom:40px}}.mb-50{margin-bottom:50px}.ui .span-1{color:#000;cursor:pointer;font-size:15px;-webkit-user-select:none;user-select:none;white-space:nowrap;touch-action:manipulation}.ui .span-1.checked .span-2:before{background:rgb(84,84,84)}.ui .span-1.checked .tick{color:#fff;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.ui .span-2{width:17px;height:17px;text-align:left;position:relative;z-index:0;display:inline-block;line-height:normal;cursor:pointer}.ui .span-2:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:"";transition:background-color .1s linear;border-radius:4px;background-color:#e6e6e6}.ui .span-2:after{visibility:hidden;content:" ";text-align:left;cursor:pointer}.ui .input{position:absolute;z-index:4;top:-2px;left:-2px;width:-webkit-calc(100% + 4px);width:calc(100% + 4px);height:-webkit-calc(100% + 4px);height:calc(100% + 4px);margin:0;padding:0;opacity:0;border:none;outline:none;background:none;cursor:pointer}.ui .tick{position:absolute;z-index:3;visibility:hidden;pointer-events:none;transition:color .1s,transform .2s,-webkit-transform .2s;transform:translateY(-5px);color:transparent;width:100%;height:100%}.ui .icon{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.ui .icon svg{position:static;top:initial;left:initial;-webkit-transform:none;transform:none;width:14px;height:14px;fill:currentColor}.ui .label{padding-left:5px;white-space:normal;cursor:pointer}.page-gap{gap:100px;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.page-gap{gap:60px}}@media screen and (max-width: 639px){.page-gap{gap:40px}}.mt-first{margin-top:-152px}@media screen and (max-width: 1199px){.mt-first{margin-top:-252px}}@media screen and (max-width: 959px){.mt-first{margin-top:-118px}}@media screen and (max-width: 639px){.mt-first{margin-top:-114px}}.mt-first .page-top{margin-top:56px;padding-top:196px;min-height:686px}@media screen and (max-width: 1439px){.mt-first .page-top{margin-top:10px;min-height:491px}}@media screen and (max-width: 1199px){.mt-first .page-top{padding-top:156px}}@media screen and (max-width: 959px){.mt-first .page-top{min-height:501px}}@media screen and (max-width: 639px){.mt-first .page-top{padding-top:164px;min-height:475px}}@media screen and (max-width: 479px){.mt-first .page-top{padding-top:132px}}.content-block{max-width:1220px;width:calc(100% - 20px);margin:0 auto}.check{display:flex;width:200px;margin:200px auto}.form{width:600px;margin:300px auto;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.item{display:flex;flex-direction:column;align-items:flex-start;width:300px}.item input{margin:10px 0 5px}.input{border:1px solid black}.error{color:red;font-size:14px}.error-input{border:1px solid red}.accent{color:#2b87f7}.page-top{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;margin-top:50px}@media screen and (max-width: 1439px){.page-top{margin-top:0}}.page-top .img-bg{width:100%;height:calc(100% + 208px);position:absolute;top:-208px;left:0;right:0;opacity:.3}@media screen and (max-width: 1439px){.page-top .img-bg{top:-157px;height:calc(100% + 157px)}}.page-top h1,.page-top .breadcrumbs{position:relative;z-index:1;max-width:1380px;padding:0 10px}.page-top h1{margin-bottom:100px;line-height:100%}@media screen and (max-width: 1439px){.page-top h1{margin-bottom:50px}}.main-new{padding-top:100px}@media screen and (max-width: 1439px){.main-new{padding-top:50px}}.main-vis{overflow:visible}.main-new{padding-top:0;position:relative}.main-new .gradient-big-xl_{width:1522px;height:1522px;border-radius:622px;position:absolute;z-index:-10}.main-new .gradient-big-xl_ img,.main-new .gradient-big-xl_ svg{width:100%;height:100%}.main-new .gradient-big-xl_.one{top:-20%;left:50%;transform:translate(-50%)}@media screen and (max-width: 959px){.main-new .gradient-big-xl_.one{top:-15%}}.main-new .gradient-big_{width:1222px;height:1222px;border-radius:622px;position:absolute;z-index:-10}.main-new .gradient-big_ img,.main-new .gradient-big_ svg{width:100%;height:100%}.main-new .gradient-big_.one{top:12%;right:12%}.main-new .gradient-big_.two{width:1172px;height:1172px;top:70%;right:32%}.main-new .gradient-big_.three{width:439px;height:439px;top:87%;left:5%}.main-new .gradient-small_{width:654px;height:654px;border-radius:308px;position:absolute;z-index:-10}.main-new .gradient-small_ img,.main-new .gradient-small_ svg{width:100%;height:100%}.main-new .gradient-small_.one{top:57%;left:6%}.main-new .gradient-small_.two{top:89%;left:-100px}.link-more{background-color:unset;border:unset;margin-top:auto;display:flex;align-items:center;gap:12px;text-align:center;justify-content:center}.link-more svg{width:11px;height:11px}.link-border{border-radius:10px;border:1px solid #2689FA;box-shadow:0 0 13px #73708e21;padding:10px 15px;width:fit-content;cursor:pointer}@media (hover: hover) and (pointer: fine){.link-border:hover,.link-border:focus{border:1px solid var(--color-accent-1-200)}}.flex-cent-list{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:15px}@media screen and (max-width: 1439px){.flex-cent-list{gap:20px}}button[data-tc-event]{gap:8px!important;height:44px!important;font-size:15px!important;font-weight:400!important;line-height:150%!important;letter-spacing:-.15px!important;padding:12px!important;background:#2B87F7!important;transition:.3s!important;border-radius:1rem!important;font-family:var(--font-pt-reg),sans-serif!important;color:#fff!important;text-transform:unset!important;box-shadow:unset!important;text-shadow:unset!important}.tac{text-align:center;width:100%}.bold{font-weight:700}.ttn{text-transform:unset}button:disabled{pointer-events:none;opacity:.2}.stats{display:flex;flex-direction:column;gap:70px}@media screen and (max-width: 1199px){.stats{gap:50px}}.stats .h2-new{font-weight:700}.stats .tabs{display:flex;align-items:center;gap:0;cursor:pointer}@media screen and (max-width: 959px){.stats .tabs{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.stats .tabs::-webkit-scrollbar{display:none}}.stats .tabs .tab{border-radius:10px;display:flex;padding:10px 15px;justify-content:center;align-items:center;gap:10px;transition:background-color .2s,color .2s;white-space:nowrap}@media screen and (max-width: 1199px){.stats .tabs .tab{padding:8px 10px;font-size:14px}}.stats .tabs .tab.active{background-color:#fff;color:#2b87f7}.stats-top{border-radius:20px;background:#2B87F7;display:flex;width:calc(100% - 20px);padding:10px;justify-content:space-between;align-items:center;max-width:1220px;margin:0 auto;min-height:63px}@media screen and (max-width: 959px){.stats-top{display:flex;background-color:unset;flex-direction:column-reverse;gap:10px;padding:unset}}.stats-top .h1-new{margin-bottom:30px}@media screen and (max-width: 959px){.stats-top .tabs{background:#2B87F7;width:100%;padding:10px 20px 10px 10px;border-radius:10px}}.stats-block{display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 1199px){.stats-block{gap:20px}}.stats-table{border-radius:20px;background:#FFF;min-height:300px;padding:30px 15px 27px 30px;color:#0b081e;overflow:hidden;position:relative}.stats-table .table-content{position:relative;max-height:600px;overflow:auto;padding-right:15px}@-moz-document url-prefix(){.stats-table .table-content{scrollbar-color:#2B87F7 rgba(0,0,0,.05)}}.stats-table .table-content::-webkit-scrollbar{width:2px}.stats-table .table-content::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:100px}.stats-table .table-content::-webkit-scrollbar-thumb{background-color:#2b87f7;border-radius:30px}@media screen and (max-width: 959px){.stats-table .table-content{padding-right:5px}}@media screen and (max-width: 639px){.stats-table .table-content{padding-right:unset}}@media screen and (max-width: 959px){.stats-table{padding:10px 5px 12px 10px;border-radius:10px}}@media screen and (max-width: 639px){.stats-table{padding:15px 5px 15px 15px}}.stats-table .loader-wrapper{width:100%;height:100%;position:relative}.stats-table .loader-wrapper .lds-ripple{position:absolute!important}.stats-table .table-content .desktop-table{width:100%;display:flex;gap:4px}.stats-table .fixed,.stats-table .moving{display:flex;gap:4px}.stats-table .fixed{position:absolute;background:#FFF;padding-right:4px;width:473px}@media screen and (max-width: 959px){.stats-table .fixed{width:416px}}.stats-table .moving{padding-left:540px;overflow-x:auto;width:100%;-ms-overflow-style:none;scrollbar-width:none}.stats-table .moving::-webkit-scrollbar{display:none}@media screen and (max-width: 1199px){.stats-table .moving{padding-left:520px}}@media screen and (max-width: 959px){.stats-table .moving{padding-left:416px}}.stats-table .col{display:grid;grid-template-columns:1fr;gap:4px;height:fit-content;min-width:fit-content;flex-grow:1;flex-basis:0}.stats-table .col:hover .cell{background:rgba(0,0,0,.05)}.stats-table .col:hover .cell.place-1{background:rgba(242,183,31,.3)}.stats-table .col:hover .cell.place-2{background:rgba(125,140,188,.3)}.stats-table .col:hover .cell.place-3{background:rgba(168,124,95,.3)}@media screen and (max-width: 959px){.stats-table .col-1 .cell{width:34px;min-height:30px}}.stats-table .col-2{min-width:400px}@media screen and (max-width: 1199px){.stats-table .col-2{min-width:400px}}@media screen and (max-width: 959px){.stats-table .col-2{min-width:310px}}.stats-table .icon{width:16px;height:16px}.stats-table .icon-flag{color:#0b081e}.stats-table .icon-helmet{color:#b5b4ba}.stats-table .cell{padding:10px;display:flex;height:36px;align-items:center;border-radius:5px;background:rgba(0,0,0,.02);min-width:40px;width:100%;white-space:nowrap;transition:background-color .2s;font-weight:500}.stats-table .cell[data-row].highlighted{background:rgba(0,0,0,.05)}.stats-table .cell[data-row].highlighted.place-1{background:rgba(242,183,31,.3)}.stats-table .cell[data-row].highlighted.place-2{background:rgba(125,140,188,.3)}.stats-table .cell[data-row].highlighted.place-3{background:rgba(168,124,95,.3)}@media screen and (max-width: 959px){.stats-table .cell{font-size:15px;min-width:34px}}@media screen and (max-width: 959px){.stats-table .cell{font-size:12px}}.stats-table .title{color:#0b081e;font-size:15px;font-weight:700;line-height:100%}@media screen and (max-width: 959px){.stats-table .title{font-size:12px}}.stats-table .place-1{background:rgba(242,183,31,.3)}.stats-table .place-2{background:rgba(125,140,188,.3)}.stats-table .place-3{background:rgba(168,124,95,.3)}.stats-table .num-block{display:flex;align-items:center;gap:5px;color:#b5b4ba;font-size:13px;font-weight:500;margin-right:10px;min-width:40px}.stats-table .name{color:#2b87f7;font-size:15px;font-style:normal;font-weight:500;line-height:100%}@media screen and (max-width: 959px){.stats-table .name{font-size:12px}}.stats-table .name.underlined{cursor:pointer;text-decoration-line:underline;text-underline-offset:2px}.stats-table .no-page{cursor:unset!important}.stats-table .table-content .mobile-cards{display:flex;gap:15px;flex-direction:column;max-height:568px;overflow-x:auto;padding-right:5px}@-moz-document url-prefix(){.stats-table .table-content .mobile-cards{scrollbar-color:#2B87F7 rgba(0,0,0,.05)}}.stats-table .table-content .mobile-cards::-webkit-scrollbar{width:2px}.stats-table .table-content .mobile-cards::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:100px}.stats-table .table-content .mobile-cards::-webkit-scrollbar-thumb{background-color:#2b87f7;border-radius:30px}.stats-table .card-pilot{display:flex;flex-direction:column;gap:10px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1);position:relative}.stats-table .card-pilot:last-of-type{padding-bottom:unset;border-bottom:none}.stats-table .card-pilot .place{position:absolute;top:0;right:0;display:flex;align-items:center;gap:5px;font-size:13px;font-weight:500;min-width:50px;max-height:26px;padding:5px 10px;border-radius:8px;border:1px solid rgba(11,8,30,.1);line-height:100%}.stats-table .card-pilot .place svg{width:16px;height:16px}.stats-table .card-pilot .name{font-size:16px;font-weight:700;text-decoration:unset}.stats-table .card-pilot .info{display:flex;gap:10px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.stats-table .card-pilot .info::-webkit-scrollbar{display:none}.stats-table .card-pilot .info-item{display:flex;flex-direction:column;gap:3px;align-items:flex-start;font-size:12px;font-weight:500;line-height:100%;white-space:nowrap;padding-right:10px;border-right:1px solid rgba(0,0,0,.1)}.stats-table .card-pilot .info-item:last-of-type{padding-right:unset;border-right:none}.stats-table .card-pilot .info-item .label,.stats-table .card-pilot .info-item.total{font-weight:700}.stats-table-teams{min-height:150px}.stats-table-teams .cell{align-items:flex-start}.stats-table-teams .col-2,.stats-table-teams .col-3{min-width:380px}@media screen and (max-width: 1199px){.stats-table-teams .col-2,.stats-table-teams .col-3{min-width:410px}}@media screen and (max-width: 959px){.stats-table-teams .col-2,.stats-table-teams .col-3{min-width:288px}}@media screen and (max-width: 1199px){.stats-table-teams .col-3{min-width:296px}}@media screen and (max-width: 959px){.stats-table-teams .col-3{min-width:241px}}.stats-table-teams .pilots-list{white-space:wrap;display:flex;flex-direction:column;align-items:flex-start;gap:10px;height:fit-content}.stats-table-teams .fixed{width:443px}@media screen and (max-width: 1199px){.stats-table-teams .fixed{width:525px}}@media screen and (max-width: 959px){.stats-table-teams .fixed{width:415px}}.stats-table-teams .moving{padding-left:540px}@media screen and (max-width: 1199px){.stats-table-teams .moving{padding-left:520px}}@media screen and (max-width: 959px){.stats-table-teams .moving{padding-left:416px}}.stats-table-teams .mobile-cards .card-pilot>.name{padding-right:102px}.stats-table-teams .mobile-cards .pilots-list .name{font-size:12px;font-weight:500}.stats-seasons .seasons-wrapper{border-radius:20px;background:#FFF;display:flex;padding:30px}@media screen and (max-width: 639px){.stats-seasons .seasons-wrapper{padding:10px;border-radius:10px}}.stats-seasons .seasons-wrapper .tabs{gap:8px}@media screen and (max-width: 639px){.stats-seasons .seasons-wrapper .tabs{gap:5px}}.stats-seasons .seasons-wrapper .tab{background-color:#2b87f7;color:#fff}.stats-table,.stats-seasons{max-width:1200px;width:calc(100% - 20px);margin:0 auto}.stats .fake-scroll{position:absolute;width:calc(100% - 38px);left:30px;right:30px;bottom:15px;overflow-x:auto;height:2px;background:rgba(0,0,0,.05);border-radius:100px}@media screen and (max-width: 959px){.stats .fake-scroll{left:10px;right:10px;bottom:5px;width:calc(100% - 20px)}}@media screen and (max-width: 639px){.stats .fake-scroll{display:none}}.stats .fake-scroll::-webkit-scrollbar{height:2px}.stats .fake-scroll::-webkit-scrollbar-thumb{background-color:#2b87f7;border-radius:30px}.stats .fake-inner{width:100%;height:2px}#page-prices{min-height:80%;position:relative}#page-prices .loader{margin:50px auto 0}.page-prices-wrapper{padding-top:100px}@media screen and (max-width: 1439px){.page-prices-wrapper{padding-top:50px}}.page-prices-wrapper .main{padding-top:unset}.page-prices-wrapper .justify-content-center,.cart-modal .justify-content-center{justify-content:center}.page-prices-wrapper .mb-30,.cart-modal .mb-30{margin-bottom:30px}.page-prices-wrapper .prices-section,.cart-modal .prices-section{display:flex;justify-content:center;flex-direction:column;width:100%}.page-prices-wrapper .prices-section .page-prices-logo.karting,.cart-modal .prices-section .page-prices-logo.karting{width:295px}@media screen and (max-width: 479px){.page-prices-wrapper .prices-section .page-prices-logo.karting,.cart-modal .prices-section .page-prices-logo.karting{width:239px}}.page-prices-wrapper .prices-section .page-prices-logo.academy,.cart-modal .prices-section .page-prices-logo.academy{width:264px}@media screen and (max-width: 479px){.page-prices-wrapper .prices-section .page-prices-logo.academy,.cart-modal .prices-section .page-prices-logo.academy{width:214px}}.page-prices-wrapper .prices-section img,.cart-modal .prices-section img{margin:35px 0;object-fit:contain}@media screen and (max-width: 1199px){.page-prices-wrapper .prices-section img,.cart-modal .prices-section img{margin:20px 0}}.page-prices-wrapper .prices-section .table-container,.cart-modal .prices-section .table-container{background:#fff;border-radius:20px;padding:40px;max-width:998px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:15px}@media (max-width: 1199px){.page-prices-wrapper .prices-section .table-container,.cart-modal .prices-section .table-container{padding:30px}}@media (max-width: 639px){.page-prices-wrapper .prices-section .table-container,.cart-modal .prices-section .table-container{padding:20px;border-radius:10px}}@media (max-width: 479px){.page-prices-wrapper .prices-section .table-container,.cart-modal .prices-section .table-container{padding:15px}}.page-prices-wrapper .prices-section .table-container .table-part-container,.cart-modal .prices-section .table-container .table-part-container{width:100%}.page-prices-wrapper .prices-section .table-container .table-part-container:last-of-type .prices-title,.cart-modal .prices-section .table-container .table-part-container:last-of-type .prices-title{padding-bottom:unset}.page-prices-wrapper .prices-section .table-container .table-part-container .prices-title,.cart-modal .prices-section .table-container .table-part-container .prices-title{cursor:pointer;font-size:15px;font-weight:700;color:#0b081e;padding-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:10px}.page-prices-wrapper .prices-section .table-container .table-part-container .prices-title svg,.cart-modal .prices-section .table-container .table-part-container .prices-title svg{width:24px;height:18px}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container,.cart-modal .prices-section .table-container .table-part-container .table-prices-container{width:100%;display:flex;justify-content:space-between;gap:20px;padding:15px 0}@media screen and (max-width: 639px){.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container,.cart-modal .prices-section .table-container .table-part-container .table-prices-container{padding:10px 0}}@media screen and (max-width: 479px){.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container,.cart-modal .prices-section .table-container .table-part-container .table-prices-container{flex-direction:column;gap:10px;align-items:start;justify-content:start;padding:15px 0}}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container:not(:last-child),.cart-modal .prices-section .table-container .table-part-container .table-prices-container:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container div,.cart-modal .prices-section .table-container .table-part-container .table-prices-container div{font-size:15px;color:#0b081e;width:auto}@media (max-width: 600px){.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container div,.cart-modal .prices-section .table-container .table-part-container .table-prices-container div{font-size:13px}}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container div:last-child,.cart-modal .prices-section .table-container .table-part-container .table-prices-container div:last-child{display:flex}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container{width:auto;gap:40px;align-items:center}@media screen and (max-width: 639px){.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container{gap:20px}}@media screen and (max-width: 479px){.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container{width:100%;flex-direction:column;gap:10px;align-items:start;justify-content:start}}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container .prices,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container .prices{display:flex;flex-direction:column;align-items:end;justify-content:start;gap:5px}@media screen and (max-width: 479px){.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container .prices,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container .prices{flex-direction:row;gap:20px}}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container .prices .title,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container .prices .title{color:#0b081e;text-align:right;font-family:Montserrat;font-size:15px;font-style:normal;font-weight:500;line-height:100%;white-space:nowrap}@media screen and (max-width: 1199px){.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container .prices .title,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container .prices .title{font-size:13px}}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container .prices .subtitle,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .cart-btn-container .prices .subtitle{color:#0b081e;text-align:right;font-family:Montserrat;font-size:10px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.2px;opacity:.5}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container{display:flex;flex-direction:row;align-items:center;justify-content:center;width:102px;height:26px;border-radius:40px;border:1px solid rgba(11,8,30,.1)}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container.disabled,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container.disabled{pointer-events:none}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container.disabled button,.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container.disabled input,.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container.disabled svg,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container.disabled button,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container.disabled input,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container.disabled svg{opacity:.2}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container:disabled,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container:disabled{pointer-events:none}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container:disabled button,.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container:disabled input,.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container:disabled svg,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container:disabled button,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container:disabled input,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container:disabled svg{opacity:.2}@media screen and (max-width: 479px){.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container{width:100%}}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container button,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container button{background-color:transparent;padding:5px;border:none;width:26px}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container button svg path,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container button svg path{transition:all .3s;stroke:#0b081e}@media (hover: hover) and (pointer: fine){.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container button:hover svg path,.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container button:focus svg path,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container button:hover svg path,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container button:focus svg path{transition:all .3s;stroke:#2b87f7}}.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container input,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container input{width:50px;height:100%;padding:5px;border-top:none;border-bottom:none;border-right:1px solid rgba(11,8,30,.1);border-left:1px solid rgba(11,8,30,.1);text-align:center;color:#0b081e;font-family:Montserrat;font-size:13px;font-style:normal;font-weight:500;line-height:100%}@media screen and (max-width: 479px){.page-prices-wrapper .prices-section .table-container .table-part-container .table-prices-container .in-cart-container input,.cart-modal .prices-section .table-container .table-part-container .table-prices-container .in-cart-container input{width:100%}}.price-link-section{margin-top:100px;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:25px}.price-link-section h2{margin-bottom:unset}.price-link-section h2 span{color:#268afa}.price-link-section .button span{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}.price-link-section .button span:after{content:"";background-image:url(/build/assets/link-arrow-9e02b910.svg);background-repeat:no-repeat;background-size:contain;width:11px;height:11px}.cart-button{padding:6px 10px;border-radius:40px;border:1px solid #2B87F7;display:flex;align-items:center;justify-content:center;background-color:transparent;width:102px;transition:all .3s}@media screen and (max-width: 479px){.cart-button{width:100%}}.cart-button span{color:#2b87f7;font-family:Montserrat;font-size:13px;font-style:normal;font-weight:500;line-height:100%;white-space:nowrap}@media (hover: hover) and (pointer: fine){.cart-button:hover,.cart-button:focus{background-color:#2b87f7}.cart-button:hover span,.cart-button:focus span{color:#fff}}.cart-button.disabled{pointer-events:none;border:1px solid var(--0-b-081-e, #0B081E);opacity:.2}.cart-button.disabled span{color:#0b081e}.add-cart-notification{position:fixed;bottom:20px;right:20px;padding:10px;background-color:#2b87f7;border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:10px;z-index:10;opacity:0;visibility:hidden;transition:all .5s;cursor:pointer}.add-cart-notification .text-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:10px;width:100%}@media screen and (max-width: 639px){.add-cart-notification{bottom:0;left:0;right:0;border-radius:0;width:100%}@supports (padding: max(0px)){.add-cart-notification{padding-bottom:calc(env(safe-area-inset-bottom) + 10px)}}}.add-cart-notification.visible{opacity:1;visibility:visible;transition:all .5s}.add-cart-notification div{display:flex;flex-direction:row;align-items:center;justify-content:start;color:#fff;font-family:Montserrat;font-size:15px;font-style:normal;font-weight:500;line-height:100%}@media screen and (max-width: 639px){.add-cart-notification div{font-size:12px}}.add-cart-notification button{color:#fff;font-family:Montserrat;font-size:15px;font-style:normal;font-weight:500;line-height:100%;border:none;padding:0;background-color:transparent}@media screen and (max-width: 639px){.add-cart-notification button{font-size:12px}}.add-cart-notification svg{width:24px;height:24px}.add-cart-notification .close{margin-left:30px}@media screen and (max-width: 639px){.add-cart-notification .close{margin-left:auto;right:10px}}.add-cart-notification .count{border-radius:30px;background:#FFF;padding:3px 8px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 639px){.add-cart-notification .count{margin-left:auto;right:10px}}.add-cart-notification .count span{color:#2b87f7;font-family:Montserrat;font-size:15px;font-style:normal;font-weight:500;line-height:100%}.add-cart-popup.visible{z-index:15}.cart-modal{position:fixed;width:100%;height:100%;top:0;left:0;z-index:100;background-color:#0b081ecc;display:flex;align-items:center;justify-content:center;overflow:auto;overflow-x:clip}@media screen and (max-width: 639px){.cart-modal{padding-top:44px;padding-bottom:44px;align-items:start}}.cart-modal .overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;visibility:visible}.cart-modal .product-wrapper{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:40px}@media screen and (max-width: 1199px){.cart-modal .product-wrapper{gap:30px}}.cart-modal .cart-modal-wrapper{position:relative;z-index:2;padding:40px;border-radius:20px;background-color:#fff;width:calc(100% - 20px);max-width:998px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:40px}@media screen and (max-width: 1199px){.cart-modal .cart-modal-wrapper{gap:30px;padding:30px}}@media screen and (max-width: 649px){.cart-modal .cart-modal-wrapper{width:calc(100% - 20px);padding:20px;border-radius:10px}}@media screen and (max-width: 479px){.cart-modal .cart-modal-wrapper{padding:15px;gap:40px}}.cart-modal .close{position:fixed;top:20px;right:20px;cursor:pointer;width:44px;height:44px}@media screen and (max-width: 639px){.cart-modal .close{top:10px;right:10px;width:24px;height:24px}}.cart-modal .back-to-cart{position:fixed;z-index:2;left:20px;top:20px;padding:10px 15px;display:flex;align-items:center;gap:12px;border-radius:10px;background:#FFF;border:unset}@media screen and (max-width: 639px){.cart-modal .back-to-cart{padding:4px 10px;left:10px;top:10px;border-radius:6px}}.cart-modal .back-to-cart svg,.cart-modal .back-to-cart span{color:#0b081e}.cart-modal .back-to-cart span{font-size:14px;font-weight:400;line-height:150%;letter-spacing:-.14px}@media screen and (max-width: 639px){.cart-modal .back-to-cart span{font-size:13px;line-height:130%;letter-spacing:-.13px}}.cart-modal .back-to-cart svg{width:24px;height:24px}@media screen and (max-width: 639px){.cart-modal .back-to-cart svg{display:none}}.cart-modal .tabs{width:100%;border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:row;align-items:start;justify-content:start;gap:30px}@media screen and (max-width: 1199px){.cart-modal .tabs{gap:20px}}@media screen and (max-width: 649px){.cart-modal .tabs{gap:0;justify-content:space-between}}.cart-modal .tab{padding-bottom:15px;color:#0b081e;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:700;line-height:100%;cursor:pointer;background-color:transparent;border:none}@media screen and (max-width: 1199px){.cart-modal .tab{font-size:15px}}@media screen and (max-width: 959px){.cart-modal .tab{font-size:13px}}.cart-modal .tab.hidden{display:none}.cart-modal .tab.active{opacity:1;color:#2b87f7;border-bottom:2px solid #2B87F7}.cart-modal .tab.disabled{opacity:.2;pointer-events:none}.cart-modal .cart-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:15px}@media screen and (max-width: 1199px){.cart-modal .cart-list{gap:10px}}@media screen and (max-width: 959px){.cart-modal .cart-list{gap:9px}}@media screen and (max-width: 479px){.cart-modal .cart-list{gap:15px}}.cart-modal .cart-list .cart-item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px}.cart-modal .cart-list .cart-item.zero-count .title-container,.cart-modal .cart-list .cart-item.zero-count .prices{opacity:.5}.cart-modal .cart-list .cart-item.zero-count .prices{align-items:center!important;justify-content:center}@media screen and (max-width: 1199px){.cart-modal .cart-list .cart-item{padding-bottom:10px}}@media screen and (max-width: 959px){.cart-modal .cart-list .cart-item{padding-bottom:9px}}@media screen and (max-width: 479px){.cart-modal .cart-list .cart-item{padding-bottom:15px;flex-direction:column;align-items:start;justify-content:start;gap:10px}}.cart-modal .cart-list .cart-item:last-of-type{border-bottom:none;padding-bottom:0}.cart-modal .cart-list .title-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:5px;max-width:70%}@media screen and (max-width: 959px){.cart-modal .cart-list .title-container{max-width:50%}}@media screen and (max-width: 479px){.cart-modal .cart-list .title-container{max-width:unset}}.cart-modal .cart-list .title{color:#0b081e;font-family:Montserrat;font-size:15px;font-style:normal;font-weight:500;line-height:100%}@media screen and (max-width: 1199px){.cart-modal .cart-list .title{font-size:13px}}.cart-modal .cart-list .subtitle{color:#0b081e;opacity:.5;font-family:Montserrat;font-size:10px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.2px}@media screen and (max-width: 1199px){.cart-modal .cart-list .subtitle{font-size:10px}}.cart-modal .cart-list .prices{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:5px}@media screen and (max-width: 479px){.cart-modal .cart-list .prices{flex-direction:row;gap:20px;align-items:end}}.cart-modal .cart-list .cart-btn-container{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:40px}@media screen and (max-width: 639px){.cart-modal .cart-list .cart-btn-container{gap:20px}}@media screen and (max-width: 479px){.cart-modal .cart-list .cart-btn-container{width:100%;flex-direction:column}}.cart-modal .form-container{width:100%}.cart-modal .form-title{color:#0b081e;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:700;line-height:100%;margin-bottom:15px}@media screen and (max-width: 1199px){.cart-modal .form-title{margin-bottom:10px;font-size:15px}}@media screen and (max-width: 959px){.cart-modal .form-title{font-size:13px}}.cart-modal .cart-input{width:100%;border-radius:10px;border:1px solid rgba(0,0,0,.1);padding:16px 15px;color:#0b081e;font-family:Montserrat;font-size:15px;font-style:normal;font-weight:500;line-height:100%}.cart-modal .cart-input::placeholder{color:#0b081e4d}@media screen and (max-width: 1199px){.cart-modal .cart-input{font-size:13px}}.cart-modal .form-wrapper{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-flow:row;gap:15px}@media screen and (max-width: 1199px){.cart-modal .form-wrapper{gap:10px}}@media screen and (max-width: 639px){.cart-modal .form-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:start}}.cart-modal .form-wrapper .inputs{grid-column:span 3;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:15px}@media screen and (max-width: 1199px){.cart-modal .form-wrapper .inputs{gap:10px}}@media screen and (max-width: 639px){.cart-modal .form-wrapper .inputs{flex-direction:column}}.cart-modal .form-wrapper label{display:none}.cart-modal .button{padding:10px 25px;box-shadow:none}@media screen and (max-width: 1199px){.cart-modal .button{padding:10px 20px}}.cart-modal .button:disabled{background:#F2F2F2;pointer-events:none}.cart-modal .button:disabled span{color:#0b081e33}.cart-modal .button:disabled svg path{stroke:#0b081e33}.cart-modal .button-next{align-self:end}.cart-modal .button-prev{padding:10px 20px;background:#F2F2F2}.cart-modal .button-prev svg{width:24px;height:24px}.cart-modal .information-wrapper{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:25px;padding-bottom:0}.cart-modal .information-wrapper label{display:none}@media screen and (max-width: 1199px){.cart-modal .information-wrapper{gap:20px}}.cart-modal .inputs-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:15px;width:100%}@media screen and (max-width: 1199px){.cart-modal .inputs-container{gap:10px}}.cart-modal .inputs-container .title{color:#0b081e;font-family:Montserrat;font-size:15px;font-style:normal;font-weight:500;line-height:100%}@media screen and (max-width: 1199px){.cart-modal .inputs-container .title{font-size:13px}}.cart-modal .inputs-container .inputs-list{width:100%}.cart-modal .inputs-container.three-inputs .inputs-list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}@media screen and (max-width: 1199px){.cart-modal .inputs-container.three-inputs .inputs-list{gap:10px}}@media screen and (max-width: 639px){.cart-modal .inputs-container.three-inputs .inputs-list{grid-template-columns:1fr}}.cart-modal .inputs-container.one-inputs .inputs-list{display:grid;grid-template-columns:1fr;gap:15px}@media screen and (max-width: 1199px){.cart-modal .inputs-container.one-inputs .inputs-list{gap:10px}}.cart-modal .buttons-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.cart-modal .order-information-wrapper{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:40px}@media screen and (max-width: 1199px){.cart-modal .order-information-wrapper{gap:30px}}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper{gap:40px}}.cart-modal .order-information-wrapper .list-title{color:#0b081e;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:700;line-height:100%;margin-bottom:15px}@media screen and (max-width: 1199px){.cart-modal .order-information-wrapper .list-title{font-size:15px}}@media screen and (max-width: 959px){.cart-modal .order-information-wrapper .list-title{font-size:13px;margin-bottom:10px}}.cart-modal .order-information-wrapper .title{color:#0b081e;font-family:Montserrat;font-size:15px;font-style:normal;font-weight:500;line-height:100%}@media screen and (max-width: 1199px){.cart-modal .order-information-wrapper .title{font-size:13px}}.cart-modal .order-information-wrapper .subtitle{color:#0b081e;opacity:.5;font-family:Montserrat;font-size:10px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.2px}@media screen and (max-width: 1199px){.cart-modal .order-information-wrapper .subtitle{font-size:10px}}.cart-modal .order-information-wrapper .products-list,.cart-modal .order-information-wrapper .products-table{width:100%}.cart-modal .order-information-wrapper .products-table .head,.cart-modal .order-information-wrapper .products-table .body{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper .products-table .head,.cart-modal .order-information-wrapper .products-table .body{flex-direction:column;align-items:start;justify-content:start;gap:10px}}.cart-modal .order-information-wrapper .products-table .head .name,.cart-modal .order-information-wrapper .products-table .body .name{width:55%}@media screen and (max-width: 959px){.cart-modal .order-information-wrapper .products-table .head .name,.cart-modal .order-information-wrapper .products-table .body .name{width:50%}}@media screen and (max-width: 639px){.cart-modal .order-information-wrapper .products-table .head .name,.cart-modal .order-information-wrapper .products-table .body .name{width:34%}}.cart-modal .order-information-wrapper .products-table .head .quantity,.cart-modal .order-information-wrapper .products-table .body .quantity{width:10%;text-align:end}@media screen and (max-width: 959px){.cart-modal .order-information-wrapper .products-table .head .quantity,.cart-modal .order-information-wrapper .products-table .body .quantity{width:11%}}@media screen and (max-width: 639px){.cart-modal .order-information-wrapper .products-table .head .quantity,.cart-modal .order-information-wrapper .products-table .body .quantity{width:15%}}.cart-modal .order-information-wrapper .products-table .head .price,.cart-modal .order-information-wrapper .products-table .body .price{width:10%;text-align:end}@media screen and (max-width: 959px){.cart-modal .order-information-wrapper .products-table .head .price,.cart-modal .order-information-wrapper .products-table .body .price{width:16%}}@media screen and (max-width: 639px){.cart-modal .order-information-wrapper .products-table .head .price,.cart-modal .order-information-wrapper .products-table .body .price{width:21%}}.cart-modal .order-information-wrapper .products-table .head .summprice,.cart-modal .order-information-wrapper .products-table .body .summprice{width:10%;text-align:end}@media screen and (max-width: 959px){.cart-modal .order-information-wrapper .products-table .head .summprice,.cart-modal .order-information-wrapper .products-table .body .summprice{width:16%}}@media screen and (max-width: 639px){.cart-modal .order-information-wrapper .products-table .head .summprice,.cart-modal .order-information-wrapper .products-table .body .summprice{width:21%}}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper .products-table .head .name,.cart-modal .order-information-wrapper .products-table .head .quantity,.cart-modal .order-information-wrapper .products-table .head .price,.cart-modal .order-information-wrapper .products-table .head .summprice,.cart-modal .order-information-wrapper .products-table .body .name,.cart-modal .order-information-wrapper .products-table .body .quantity,.cart-modal .order-information-wrapper .products-table .body .price,.cart-modal .order-information-wrapper .products-table .body .summprice{text-align:start;width:100%}}.cart-modal .order-information-wrapper .products-table .head{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1)}@media screen and (max-width: 1199px){.cart-modal .order-information-wrapper .products-table .head{margin-bottom:10px;padding-bottom:10px}}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper .products-table .head{display:none}}.cart-modal .order-information-wrapper .products-table .head p{color:#0b081e;font-family:Montserrat;font-size:10px;font-style:normal;font-weight:500;line-height:100%;opacity:.5}.cart-modal .order-information-wrapper .products-table .body-wrapper{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:15px;margin-bottom:15px}@media screen and (max-width: 1199px){.cart-modal .order-information-wrapper .products-table .body-wrapper{gap:10px;margin-bottom:10px}}.cart-modal .order-information-wrapper .products-table .body{padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1)}@media screen and (max-width: 1199px){.cart-modal .order-information-wrapper .products-table .body{padding-bottom:10px}}.cart-modal .order-information-wrapper .products-table .body .mobile-title{display:none}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper .products-table .body .mobile-title{display:inline;color:#0b081e;font-family:Montserrat;font-size:10px;font-style:normal;font-weight:500;line-height:100%;opacity:.5}}.cart-modal .order-information-wrapper .products-table .body .name{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:5px}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper .products-table .body .quantity,.cart-modal .order-information-wrapper .products-table .body .price,.cart-modal .order-information-wrapper .products-table .body .summprice{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:5px}}.cart-modal .order-information-wrapper .products-table .table-footer{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.cart-modal .order-information-wrapper .products-table .table-footer .list-title{margin-bottom:0}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper .products-table .table-footer{flex-direction:column;align-items:start;justify-content:start;gap:10px}}.cart-modal .order-information-wrapper .contacts-list{width:100%}.cart-modal .order-information-wrapper .contacts-list .contacts{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:15px}@media screen and (max-width: 1199px){.cart-modal .order-information-wrapper .contacts-list .contacts{gap:10px}}.cart-modal .order-information-wrapper .contacts-list li{width:100%;display:flex;flex-direction:row;align-items:end;justify-content:space-between;gap:8px}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper .contacts-list li{flex-direction:column;align-items:start;justify-content:start;gap:5px}}.cart-modal .order-information-wrapper .contacts-list .title{white-space:nowrap}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper .contacts-list .title{white-space:unset;word-break:break-word}}.cart-modal .order-information-wrapper .contacts-list .line{width:100%;border-bottom:1px solid rgba(0,0,0,.1)}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper .contacts-list .line{display:none}}@media screen and (max-width: 479px){.cart-modal .order-information-wrapper .contacts-list .mobile-title{color:#0b081e;font-family:Montserrat;font-size:10px;font-style:normal;font-weight:500;line-height:100%;opacity:.5}}.cart-modal .buttons-container{gap:10px}.cart-modal .checkbox-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:15px}@media screen and (max-width: 1199px){.cart-modal .checkbox-list{gap:10px}}.cart-modal .checkbox-container{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:8px;position:relative}.cart-modal .checkbox-container input{position:absolute;width:20%;height:100%;bottom:0;left:0;opacity:0;cursor:pointer}.cart-modal .checkbox-container .custom-checkbox.checkbox_error:before{border:2px solid red}.cart-modal .checkbox-container label{font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:110%}.cart-modal .checkbox-container .custom-checkbox{margin-top:-2px;background-image:url(/build/assets/empty-check-f7b8e94a.svg);background-size:contain;background-repeat:no-repeat;min-width:20px;min-height:20px;max-width:20px;max-height:20px}.cart-modal .checkbox-container input:checked+.custom-checkbox{background-image:url(/build/assets/check-d0123902.svg);background-size:contain;background-repeat:no-repeat;min-width:20px;min-height:20px;max-width:20px;max-height:20px}.cart-modal .checkbox-container .check-label{color:#0b081e;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:400;line-height:153%}@media screen and (max-width: 959px){.cart-modal .checkbox-container .check-label{font-size:10px}}.cart-modal .checkbox-container .check-label a{color:#0b081e;text-decoration-line:underline;text-underline-offset:2px}.cart-modal .button-finally{width:100%}.cart-btn-container{width:auto;gap:40px;align-items:center}@media screen and (max-width: 639px){.cart-btn-container{gap:20px}}@media screen and (max-width: 479px){.cart-btn-container{width:100%;flex-direction:column;gap:10px;align-items:start;justify-content:start}}@media screen and (max-width: 479px){.cart-btn-container{width:100%}}.in-cart-container{display:flex;flex-direction:row;align-items:center;justify-content:center;width:102px;height:26px;border-radius:40px;border:1px solid rgba(11,8,30,.1)}.in-cart-container.disabled{pointer-events:none}.in-cart-container.disabled button,.in-cart-container.disabled input,.in-cart-container.disabled svg{opacity:.2}@media screen and (max-width: 479px){.in-cart-container{width:100%}}.in-cart-container button{background-color:transparent;padding:5px;border:none;width:26px}.in-cart-container button svg path{transition:all .3s;stroke:#0b081e}@media (hover: hover) and (pointer: fine){.in-cart-container button:hover svg path,.in-cart-container button:focus svg path{transition:all .3s;stroke:#2b87f7}}.in-cart-container button:disabled{pointer-events:none}.in-cart-container button:disabled button,.in-cart-container button:disabled input,.in-cart-container button:disabled svg{opacity:.2}.in-cart-container input{width:50px;height:100%;padding:5px;border-top:none;border-bottom:none;border-right:1px solid rgba(11,8,30,.1);border-left:1px solid rgba(11,8,30,.1);text-align:center;color:#0b081e;font-family:Montserrat;font-size:13px;font-style:normal;font-weight:500;line-height:100%}@media screen and (max-width: 479px){.in-cart-container input{width:100%}}@font-face{font-family:lg;src:url(../fonts/lg.woff2?io9a6k) format("woff2"),url(../fonts/lg.ttf?io9a6k) format("truetype"),url(../fonts/lg.woff?io9a6k) format("woff"),url(../fonts/lg.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:none;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:none;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-toolbar,.lg-closing .lg-prev,.lg-closing .lg-next,.lg-closing .lg-sub-html{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width: 768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width: 768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;left:0;right:0;width:100%;height:100%;top:0;bottom:0;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-moz-transition:-moz-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-o-transition:-o-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon-bg,.lg-video-play-button:hover .lg-video-play-icon{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;top:0;left:0;bottom:0;right:0;fill:none;stroke-width:3%;stroke:#1e1e1ee6;stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity .08s ease 0s;-moz-transition:opacity .08s ease 0s;-o-transition:opacity .08s ease 0s;transition:opacity .08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:""}.lg-show-autoplay .lg-autoplay-button:after{content:""}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transition-duration:0ms!important;transition-duration:0ms!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition{transform:scaleZ(1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x{transform:scaleZ(1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y{transform:scaleZ(1) translate3d(0,-50%,0)!important;top:50%!important;left:0%!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:""}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:""}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:""}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{text-align:center;z-index:1080;height:10px;margin-bottom:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;will-change:transform,opacity;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:#ffffff80;border-radius:50%;box-shadow:0 0 0 8px #ffffffb3 inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:""}.lg-fullscreen-on .lg-fullscreen:after{content:""}.lg-outer .lg-dropdown-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;position:absolute;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0px,0);-o-transform:translate3d(0,0px,0);-ms-transform:translate3d(0,0px,0);-webkit-transform:translate3d(0,0px,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:#00000012}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:""}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:""}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:""}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:""}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(../images/loading.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:#999;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:""}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer .lg-comment-toggle:after{content:""}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0px,0);-o-transform:translate3d(0,0px,0);-ms-transform:translate3d(0,0px,0);-webkit-transform:translate3d(0,0px,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-img-rotate{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:""}.lg-rotate-right:after{content:""}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:""}.lg-flip-hor:after{content:""}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer,.lg-medium-zoom .lg-outer.lg-grab img.lg-object,.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{white-space:normal;bottom:auto;padding:0;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:none}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-toolbar,.lg-prev,.lg-next,.lg-pager-outer,.lg-hide-sub-html .lg-sub-html{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-toolbar,.lg-show-in .lg-prev,.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:none;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image,.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(../images/loading.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html.lg-sub-html,.lg-outer .lg-empty-html .lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0%,0);transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-media-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:""}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}.breadcrumbs{margin:0 auto 15px;width:fit-content;flex-wrap:wrap;justify-content:center;display:flex;align-items:center;gap:16px;overflow-y:auto;height:fit-content;-ms-overflow-style:none;scrollbar-width:none}.breadcrumbs::-webkit-scrollbar{display:none}.breadcrumbs a,.breadcrumbs span{color:#fff;font-size:12px;font-weight:500;line-height:100%;letter-spacing:.2px;font-family:PT,sans-serif}.breadcrumbs .active,.breadcrumbs .divider{opacity:.5}.media-wrapper{position:relative;width:100%;height:100%}.media-wrapper:not(.lozad) .skeleton{opacity:0}.media-wrapper:not(.lozad) .img,.media-wrapper:not(.lozad) img{display:block;width:100%;height:100%;object-fit:cover}.media-wrapper .skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#ccc,#ddd,#eee,#ddd,#ccc);background-size:200% 200%;animation:gradient 2s infinite;transition:opacity .5s;opacity:1}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.card-default{width:390px;height:auto;text-decoration:unset;border-radius:20px;border:1px solid #2689FA;background:#0A3069;padding:20px;display:flex;gap:20px;flex-direction:column;align-items:center;text-align:center;color:inherit!important}@media screen and (max-width: 1439px){.card-default{width:300px;padding:20px 15px}}@media screen and (max-width: 639px){.card-default{width:100%;border-radius:10px}}@media (hover: hover) and (pointer: fine){.card-default:hover,.card-default:focus{color:inherit}}.card-default .img-wrapper{border-radius:10px;overflow:hidden;width:100%;aspect-ratio:1.75/1}.card-default .body-text{text-align:center;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card-default .age{color:#d8d8d8;opacity:.5}.section-card{border-radius:20px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:100%;padding:30px}@media screen and (max-width: 1439px){.section-card{padding:20px;gap:10px}}.section-card p{margin-bottom:30px}@media screen and (max-width: 1439px){.section-card p{margin-bottom:15px}}.section-card:nth-of-type(1){background-color:#161f47}.section-card:nth-of-type(2){background-color:#264289}.section-card:nth-of-type(3){background-color:#2b87f7}.section-card .link-more{color:#fff}.news-card{min-height:unset;width:390px;color:inherit!important;display:flex;flex-direction:column;gap:15px}@media screen and (max-width: 1439px){.news-card{width:300px}}@media screen and (max-width: 639px){.news-card{width:100%}}.news-card .date{opacity:.5;color:#f6f6f6}.news-card .img-wrapper{width:100%;border-radius:20px;overflow:hidden;aspect-ratio:1.392857143/1}.news-card .text{align-self:flex-start}.news-card .text .lead-text{color:#f6f6f6;margin-bottom:5px}.news-card .text .body-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (hover: hover) and (pointer: fine){.news-card:hover,.news-card:focus{color:inherit}}.kart-card{width:100%;padding-bottom:40px}@media screen and (max-width: 1439px){.kart-card{padding-bottom:20px;gap:15px}}.kart-card h2{margin-bottom:unset}.official-card{text-align:center}.official-card .img-wrapper{width:100%;aspect-ratio:.825714286/1;border-radius:20px;overflow:hidden;margin-bottom:15px}@media screen and (max-width: 639px){.official-card .img-wrapper{border-radius:10px}}.official-card .lead-text,.official-card .body-text{margin-bottom:5px}.official-card .email{color:#d8d8d8;opacity:.5;margin-bottom:unset}@media (hover: hover) and (pointer: fine){.official-card .email:hover,.official-card .email:focus{opacity:1}}.stage-card{display:flex;padding:30px;border-radius:20px;background-color:#161f47;width:32.5%;height:auto;flex-direction:column;align-items:flex-start;text-transform:uppercase}.stage-card .date{opacity:.3;font-size:15px;line-height:150%;letter-spacing:-.15px;margin-bottom:5px}@media screen and (max-width: 1439px){.stage-card .date{font-size:14px;letter-spacing:-.14px;margin-bottom:10px}}@media screen and (max-width: 959px){.stage-card .date{font-size:13px;line-height:130%;letter-spacing:-.13px}}@media screen and (max-width: 479px){.stage-card .date{margin-bottom:5px}}.stage-card .h3-new{margin-bottom:5px}@media screen and (max-width: 1439px){.stage-card .h3-new{margin-bottom:10px}}@media screen and (max-width: 959px){.stage-card .h3-new{font-size:20px}}@media screen and (max-width: 479px){.stage-card .h3-new{margin-bottom:5px}}.stage-card .desc{margin-bottom:50px;opacity:.8}@media screen and (max-width: 1439px){.stage-card .desc{margin-bottom:25px}}@media screen and (max-width: 479px){.stage-card .desc{margin-bottom:10px}}.stage-card .link{margin-top:auto;color:#fff}@media screen and (max-width: 1439px){.stage-card{width:31%;min-width:300px;padding:20px}}@media screen and (max-width: 959px){.stage-card{min-width:193px}}@media screen and (max-width: 639px){.stage-card{min-width:220px}}@media screen and (max-width: 479px){.stage-card{border-radius:10px;min-width:100%}}.error-page .container{display:flex;flex-direction:column;justify-content:center;width:fit-content;align-items:center;text-align:center;gap:15px}.error-page .icon{color:#2b87f7;width:64px;height:64px;margin:0 auto 15px}.error-page h1{margin-bottom:unset}.error-page a{text-decoration:underline;text-underline-offset:3px;margin:0 auto}.error-page .body-text{max-width:689px}.footer{padding-bottom:20px}@media (max-width: 959px){.footer{padding-bottom:90px}}@media (max-width: 767px){.footer{padding-bottom:70px}}.footer .container{padding:0 15px}@media screen and (max-width: 1439px){.footer .container{padding:0 10px}}.footer-top{display:grid;grid-template-columns:188px auto 385px 150px;padding:20px 0;border-top:1px solid #3A384F;border-bottom:1px solid #3A384F}@media screen and (max-width: 1439px){.footer-top{grid-template-columns:188px auto auto 180px}}@media screen and (max-width: 959px){.footer-top{grid-template-columns:1fr;align-items:flex-start;justify-content:center;gap:15px;padding:15px 0;display:flex;flex-direction:column}}.footer-top .logo{width:100%;height:50px}@media screen and (max-width: 959px){.footer-top .logo{grid-area:unset}}@media screen and (max-width: 639px){.footer-top .logo{margin:0 auto 0 0}}.footer-top .logo img{width:150px;height:100%;object-fit:contain}.footer-top .nav{margin-left:30px;display:grid;grid-template-columns:auto auto;gap:8px 30px;height:fit-content;width:fit-content}@media screen and (max-width: 1439px){.footer-top .nav{margin-left:50px;gap:15px 30px}}@media screen and (max-width: 959px){.footer-top .nav{margin-left:0;grid-area:unset;gap:15px;align-items:center;justify-content:flex-start;padding-bottom:15px;border-bottom:1px solid #3A384F;width:100%;display:flex;flex-wrap:wrap}}@media screen and (max-width: 639px){.footer-top .nav{width:100%;flex-direction:column;align-items:flex-start}}.footer-top .nav a:hover,.footer-top .nav a:focus{color:#2b87f7}.footer-top .socials{display:flex;gap:10px;align-items:center;height:fit-content}@media screen and (max-width: 1439px){.footer-top .socials{gap:20px}}@media screen and (max-width: 959px){.footer-top .socials{order:4}}@media screen and (max-width: 479px){.footer-top .socials{grid-area:unset;justify-content:center}}.footer-top .socials a{display:block;width:30px;min-width:30px;height:30px}.footer-top .socials a .icon{width:100%;height:100%}.footer-top .info{display:grid;grid-template-columns:auto auto;gap:8px 30px;height:fit-content;width:fit-content;margin-left:auto;margin-right:30px}@media screen and (max-width: 1439px){.footer-top .info{gap:15px 30px;margin-right:30px;margin-left:30px}}@media screen and (max-width: 959px){.footer-top .info{margin:unset;order:3;gap:20px;display:flex;flex-wrap:wrap;width:100%}}@media screen and (max-width: 639px){.footer-top .info{width:100%;flex-direction:column;align-items:flex-start}}.footer-bottom{padding-top:20px}@media screen and (max-width: 479px){.footer-bottom{padding-top:15px}}.footer-bottom .info{display:flex;justify-content:space-between}@media screen and (max-width: 1439px){.footer-bottom .info{flex-wrap:wrap;gap:20px;justify-content:unset}}@media screen and (max-width: 959px){.footer-bottom .info{flex-direction:column}}@media screen and (max-width: 479px){.footer-bottom .info{justify-content:center;gap:15px}}@media screen and (max-width: 1439px){.footer-bottom .info .info-item{font-size:13px;white-space:nowrap}}@media screen and (max-width: 959px){.footer-bottom .info .info-item{font-size:14px}}@media screen and (max-width: 479px){.footer-bottom .info .info-item{font-size:13px;line-height:130%;letter-spacing:-.13px;white-space:wrap}}.footer .info-item,.footer .nav a{color:#fff;font-size:13px;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.footer .info-item,.footer .nav a{font-size:14px;letter-spacing:-.14px}}@media screen and (max-width: 639px){.footer .info-item,.footer .nav a{font-size:13px;line-height:130%;letter-spacing:-.13px;text-align:left!important}}@media screen and (max-width: 479px){.footer .info-item,.footer .nav a{text-align:center}}.footer .info-item,.footer .info-item a{opacity:.4}.footer a{transition:opacity .2s,color .2s}.footer a:hover,.footer a:focus{opacity:1}.footer-main{max-width:1220px;width:calc(100% - 20px);margin:0 auto}.footer-main .footer-top{padding:30px 0;grid-template-columns:150px auto 420px 150px}@media screen and (max-width: 1439px){.footer-main .footer-top{grid-template-columns:188px auto auto 180px;padding:20px 0}}@media screen and (max-width: 959px){.footer-main .footer-top{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width: 479px){.footer-main .footer-top{grid-template-columns:1fr;align-items:center;justify-content:center;gap:15px;padding:15px 0}}.footer-main .footer-top .logo{width:150px;height:50px}.footer-main .footer-top .nav{gap:10px 30px}@media screen and (max-width: 1439px){.footer-main .footer-top .nav{gap:15px}}.footer-main .footer-top .nav a{font-family:PT,sans-serif;font-size:16px;line-height:150%;display:flex;align-items:center}@media screen and (max-width: 1439px){.footer-main .footer-top .nav a{font-size:14px}}@media screen and (max-width: 639px){.footer-main .footer-top .nav a{font-size:13px}}.footer-main .footer-top .info{gap:10px 30px}.footer-main .footer-top .info .info-item{font-family:PT,sans-serif;font-size:16px}@media screen and (max-width: 1439px){.footer-main .footer-top .info .info-item{font-size:14px}}@media screen and (max-width: 1439px) and (max-width: 959px){.footer-main .footer-top .info .info-item:nth-child(4){order:3}.footer-main .footer-top .info .info-item:nth-child(3){order:4}}@media screen and (max-width: 1439px) and (max-width: 639px){.footer-main .footer-top .info .info-item{font-size:13px}}@media screen and (max-width: 1439px) and (max-width: 639px) and (max-width: 479px){.footer-main .footer-top .info .info-item{width:fit-content;text-align:left}.footer-main .footer-top .info .info-item:nth-child(4){order:3}.footer-main .footer-top .info .info-item:nth-child(3){order:4}}@media screen and (max-width: 479px){.footer-main .footer-top .socials{margin:0 auto 0 0;gap:40px}}.footer-main .footer-bottom{padding-top:30px}@media screen and (max-width: 1439px){.footer-main .footer-bottom{padding-top:20px}}.footer-main .footer-bottom .info{gap:20px}@media screen and (max-width: 639px){.footer-main .footer-bottom .info{align-items:flex-start!important}}.footer-main .footer-bottom .info .info-item{text-align:left}.seo{margin:100px auto;display:flex;flex-direction:column;align-items:center}.seo h2{margin-bottom:25px}@media screen and (max-width: 639px){.seo h2{font-size:25px}}.seo .text{margin-bottom:10px;max-width:998px}.seo .gallery{margin-bottom:25px}.seo img{width:100%;object-fit:cover}.competitions-page h1{margin-bottom:50px}.competitions-info{display:flex;align-items:stretch;gap:15px}@media screen and (max-width: 1439px){.competitions-info{gap:20px}}@media screen and (max-width: 639px){.competitions-info{flex-direction:column}}.competitions-info .info-block{padding:70px 71px 25px 25px;height:auto;color:inherit!important;width:100%;border-radius:20px;border:1px solid #3A384F;background-color:#1e1c30;position:relative;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.competitions-info .info-block{padding:70px 25px 25px}}@media screen and (max-width: 639px){.competitions-info .info-block{padding:70px 15px 15px}}.competitions-info .info-block h3{margin-bottom:10px}.competitions-info .info-block p{margin-bottom:20px}@media screen and (max-width: 1439px){.competitions-info .info-block p{margin-bottom:10px}}@media screen and (max-width: 959px){.competitions-info .info-block p{margin-bottom:25px}}@media screen and (max-width: 639px){.competitions-info .info-block p{margin-bottom:15px}}@media (hover: hover) and (pointer: fine){.competitions-info .info-block:hover,.competitions-info .info-block:focus{color:inherit}}.competitions-info .icon-wrapper{position:absolute;top:-25px;left:25px;width:90px;height:80px;border-radius:7px;background-color:#231e44;box-shadow:0 0 5.8px #73708e69;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 639px){.competitions-info .icon-wrapper{left:15px;top:-52px;width:120px;height:107px}.competitions-info .icon-wrapper.clock{right:15px;left:unset}}@media screen and (max-width: 479px){.competitions-info .icon-wrapper{width:90px;height:80px;top:-25px}}.competitions-info .icon-wrapper .icon-pin{width:37.008px;height:50.669px}@media screen and (max-width: 639px){.competitions-info .icon-wrapper .icon-pin{width:51.616px;height:70.669px}}@media screen and (max-width: 479px){.competitions-info .icon-wrapper .icon-pin{width:37.008px;height:50.669px}}.competitions-info .icon-wrapper .icon-clock{width:76.999px;height:78px}@media screen and (max-width: 639px){.competitions-info .icon-wrapper .icon-clock{width:86.827px;height:88px}}@media screen and (max-width: 479px){.competitions-info .icon-wrapper .icon-clock{width:76.999px;height:78px}}@media screen and (max-width: 1439px){.competition-detail .main{padding-top:50px}}.competition-detail .competition-desc{text-align:center}.competition-detail .competition-desc .lead-text{max-width:998px;margin:0 auto}.competition-sections{display:flex;justify-content:center;gap:16px}@media screen and (max-width: 1439px){.competition-sections{gap:20px}}@media screen and (max-width: 639px){.competition-sections{flex-direction:column;justify-content:unset}}.competition-sections .section-card{flex:0 0 calc((100% - 32px) / 3);max-width:calc((100% - 32px) / 3)}@media screen and (max-width: 1439px){.competition-sections .section-card{flex:0 0 calc((100% - 40px) / 3);max-width:calc((100% - 40px) / 3)}}@media screen and (max-width: 639px){.competition-sections .section-card{flex:1;max-width:unset}}.tickets h2{text-align:center;margin-bottom:50px}@media screen and (max-width: 1439px){.tickets h2{margin-bottom:25px}}.tickets .season-pass{border-radius:20px;background-color:#264289;padding:30px;display:grid;grid-template-columns:repeat(2,1fr);gap:50px;height:211px;position:relative;margin-bottom:15px}.tickets .season-pass .sale{position:absolute;top:0;right:0;width:153px;height:89px;pointer-events:none}.tickets .season-pass .sale img{width:100%;height:100%}@media screen and (max-width: 1439px){.tickets .season-pass .sale{width:135.809px;height:79px}}@media screen and (max-width: 959px){.tickets .season-pass .sale{width:103.146px;height:60px}}@media screen and (max-width: 1439px){.tickets .season-pass{height:166px;padding:20px;gap:20px}}@media screen and (max-width: 959px){.tickets .season-pass{height:179px;grid-template-columns:auto 41.5%}}@media screen and (max-width: 639px){.tickets .season-pass{height:155px;grid-template-columns:auto 50%}}@media screen and (max-width: 500px){.tickets .season-pass{height:155px;grid-template-columns:auto 200px}}@media screen and (max-width: 479px){.tickets .season-pass{grid-template-columns:1fr;height:268px;border-radius:10px}}.tickets .season-pass .text{display:flex;flex-direction:column;align-items:flex-start}.tickets .season-pass .text h3{margin-bottom:20px}@media screen and (max-width: 1439px){.tickets .season-pass .text h3{margin-bottom:10px}}@media screen and (max-width: 959px){.tickets .season-pass .text h3{font-size:20px}}@media screen and (max-width: 479px){.tickets .season-pass .text h3{margin-bottom:0}}.tickets .season-pass .text .desc{opacity:.8;margin-bottom:50px}@media screen and (max-width: 1439px){.tickets .season-pass .text .desc{margin-bottom:25px}}@media screen and (max-width: 639px){.tickets .season-pass .text .desc{margin-bottom:10px}}.tickets .season-pass .text .link{margin-top:auto;color:#fff}@media screen and (max-width: 479px){.tickets .season-pass .text .link{margin-top:unset}}.tickets .season-pass .flag{position:relative;pointer-events:none}@media screen and (max-width: 479px){.tickets .season-pass .flag{order:1}}.tickets .season-pass .flag .flag-wrapper{position:absolute;width:595px;height:478px;transform:rotate(0);left:-70px;top:-166px}@media screen and (max-width: 1439px){.tickets .season-pass .flag .flag-wrapper{width:454px;height:388px;left:-35px;top:-140px}}@media screen and (max-width: 959px){.tickets .season-pass .flag .flag-wrapper{width:403px;height:348px;left:-51px;top:-92px}}@media screen and (max-width: 639px){.tickets .season-pass .flag .flag-wrapper{width:359.542px;height:289.109px;left:-98px;top:-77px}}@media screen and (max-width: 479px){.tickets .season-pass .flag .flag-wrapper{width:371.428px;height:306.419px;left:-51px;top:-139px}}.tickets .season-pass .flag img{width:100%;height:100%}.pay-buttons{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;gap:12px}.pay-buttons .link-more{text-align:left}.news-section-new .h2-new{text-align:center;margin-bottom:25px}.news-section-new .news-list{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:15px}@media screen and (max-width: 1439px){.news-section-new .news-list{gap:20px}}.news-section-new .link-more{margin:25px auto 0}@media screen and (max-width: 639px){.news-section-new .link-more{justify-content:center;width:100%}}.main-new .news-section-new .gradient-big-xl_.one{bottom:-50%;left:50%;transform:translate(-50%)}.main-new .news-section-new .container{max-width:1220px;padding:0 10px;gap:30px;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.main-new .news-section-new .container{gap:25px}}@media screen and (max-width: 639px){.main-new .news-section-new .container{gap:15px}}.main-new .news-section-new .container .news-section__heading-container{padding:0;flex-direction:row}.main-new .news-section-new .container .news-section__heading-container .link{margin:0;display:flex}@media screen and (max-width: 639px){.main-new .news-section-new .container .news-section__heading-container .link{display:none}}.main-new .news-section-new .container .h2-new{font-family:var(--font-pt),sans-serif!important;text-align:left;font-style:normal;margin:0}@media screen and (max-width: 479px){.main-new .news-section-new .container .h2-new{font-size:30px}}.main-new .news-section-new .container .link.mob{margin:0;display:none}@media screen and (max-width: 639px){.main-new .news-section-new .container .link.mob{display:flex;margin-bottom:25px}}.main-new .news-section-new .container .partners-list{justify-content:flex-start}.main-new .news-section-new .container .news-card-new{width:100%}.main-new .news-section-new .container .news-card-new .news-card__link-wrapper{padding:0}.main-new .news-section-new .container .news-card-new .news-card__link-wrapper:hover .news-card-title{color:#2b87f7}.main-new .news-section-new .container .news-card-new .news-card__link-wrapper:hover .news-card-cover img{transform:scale(1.1)}@media screen and (max-width: 959px){.main-new .news-section-new .container .news-card-new .news-card__link-wrapper:hover .news-card-title{color:#fff}.main-new .news-section-new .container .news-card-new .news-card__link-wrapper:hover .news-card-cover img{transform:scale(1)}}.main-new .news-section-new .container .news-card-new .news-card-cover{width:100%;height:0;padding-top:56.25%;position:relative;border-radius:15px;overflow:hidden}@media screen and (max-width: 1439px){.main-new .news-section-new .container .news-card-new .news-card-cover{padding-top:56.25%}}.main-new .news-section-new .container .news-card-new .news-card-cover img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:.5s}.main-new .news-section-new .container .news-card-new .news-card-content{width:100%;padding-top:10px;gap:10px;display:flex;flex-direction:column}.main-new .news-section-new .container .news-card-new .news-card-content .news-card-title{font-family:PT,sans-serif;line-height:150%;font-size:16px;font-weight:400;margin:0;transition:.5s;color:#fff}@media screen and (max-width: 1439px){.main-new .news-section-new .container .news-card-new .news-card-content .news-card-title{font-size:14px}}@media screen and (max-width: 639px){.main-new .news-section-new .container .news-card-new .news-card-content .news-card-title{font-size:13px}}.main-new .news-section-new .container .news-card-new .news-card-content .news-card-date{font-size:12px;font-family:var(--font-pt-med),sans-serif;font-weight:500;color:#fff9}.main-new .news-section-new .media-block{padding-top:30px;border-top:1px solid rgba(255,255,255,.2)}.main-new .news-section-new .media-block .content-block{display:flex;gap:20px;flex-direction:row;justify-content:space-between;margin:0;width:100%;padding-bottom:0}@media screen and (max-width: 959px){.main-new .news-section-new .media-block .content-block{flex-direction:column;gap:10px}}.main-new .news-section-new .media-block .content-block .h2-new{max-width:250px}@media screen and (max-width: 1439px){.main-new .news-section-new .media-block .content-block .h2-new{max-width:unset}}.main-new .news-section-new .media-block .content-block .text-m{margin:0}.main-new .news-section-new .media-block .content-block .right{width:50%;display:flex;gap:20px;flex-direction:column;justify-content:space-between}.main-new .news-section-new .media-block .content-block .right .link{margin:0}@media screen and (max-width: 959px){.main-new .news-section-new .media-block .content-block .right{width:100%;gap:15px;align-items:flex-start}}.main-new .news-section-new .news-cards-wrapper{position:relative}@media (min-width: 959px){.main-new .news-section-new .swiper-slide{margin-right:0!important}}@media (min-width: 960px){.main-new .news-section-new .news-cards-swiper{display:block}.main-new .news-section-new .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;transform:none!important}.main-new .news-section-new .swiper-slide{width:auto!important;height:auto!important}.main-new .news-section-new .swiper-pagination,.main-new .news-section-new .swiper-button-prev,.main-new .news-section-new .swiper-button-next{display:none}}@media (max-width: 959px){.main-new .news-section-new .news-cards-swiper{display:block;padding-bottom:12px}.main-new .news-section-new .swiper-wrapper{display:flex}.main-new .news-section-new .swiper-slide{width:100%!important}.main-new .news-section-new .swiper-pagination{position:relative;display:flex;justify-content:center;gap:10px;top:10px!important}}@media screen and (max-width: 959px) and (max-width: 639px){.main-new .news-section-new .swiper-pagination{display:flex}}@media (max-width: 959px){.main-new .news-section-new .swiper-pagination-bullet{width:30px;height:2px;border-radius:10px;position:relative;overflow:hidden;background:rgba(43,135,247,.5);opacity:1}.main-new .news-section-new .swiper-pagination-bullet:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#2b87f7;transform:translate(-100%)}.main-new .news-section-new .swiper-pagination-bullet-active:before{animation:slide-progress 5s cubic-bezier(.3,0,.3,1) forwards}.main-new .news-section-new .swiper-pagination-bullet-completed:before{transform:translate(0);animation:none}.main-new .news-section-new .swiper-paused .swiper-pagination-bullet-active:before{animation-play-state:paused}@keyframes slide-progress{0%{transform:translate(-100%)}to{transform:translate(0)}}}@media (max-width: 959px) and (min-width: 640px){.main-new .news-section-new .swiper-slide{width:calc(50% - 10px)!important}}.personal-standings .container{max-width:1220px;padding:0 10px;gap:30px;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.personal-standings .container{gap:25px}}@media screen and (max-width: 639px){.personal-standings .container{gap:15px}}.personal-standings .container .news-section__heading-container .link{display:flex!important}@media screen and (max-width: 639px){.personal-standings .container .news-section__heading-container .link{display:none!important}}.personal-standings .container>.link{display:none!important}@media screen and (max-width: 639px){.personal-standings .container>.link{display:flex!important}}.personal-standings .container .card{width:100%;border-radius:15px;cursor:unset;overflow:hidden}.personal-standings .container .card .link-wrapper{position:relative;height:100%}@media screen and (max-width: 1439px){.personal-standings .container .card .link-wrapper:hover .overlay-useful{top:-90%}}.personal-standings .container .card .number{position:absolute;z-index:9;top:40px;left:40px;font-style:normal}@media screen and (max-width: 1439px){.personal-standings .container .card .number{top:25px;left:25px}}@media screen and (max-width: 959px){.personal-standings .container .card .number{top:20px;left:20px}}@media screen and (max-width: 479px){.personal-standings .container .card .number{top:15px;left:15px}}.personal-standings .container .card .bg{width:100%;height:100%;object-fit:cover;position:absolute}.personal-standings .container .card .content-wrapper{position:relative;z-index:3;padding:40px;height:100%;display:flex;align-items:flex-end;overflow:hidden}@media screen and (max-width: 1439px){.personal-standings .container .card .content-wrapper{padding:25px}}@media screen and (max-width: 959px){.personal-standings .container .card .content-wrapper{padding:25px}}@media screen and (max-width: 639px){.personal-standings .container .card .content-wrapper{padding:20px}}@media screen and (max-width: 479px){.personal-standings .container .card .content-wrapper{padding:15px}}.personal-standings .container .card .content-wrapper .content-useful{transform:translateY(100%);transition:.5s}@media screen and (max-width: 1439px){.personal-standings .container .card .content-wrapper .content-useful{transform:translateY(0)}}.personal-standings .container .card .content-wrapper .content-useful .description{color:#fff}.personal-standings .container .card .content-wrapper .h3-new{font-family:var(--font-pt),sans-serif!important;margin:0;font-style:normal;transform:translateY(-100px);transition:.5s;height:70px;display:flex;align-items:flex-end;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media screen and (max-width: 1439px){.personal-standings .container .card .content-wrapper .h3-new{transform:translateY(0);font-size:25px}}@media screen and (max-width: 959px){.personal-standings .container .card .content-wrapper .h3-new{font-size:20px}}@media screen and (max-width: 479px){.personal-standings .container .card .content-wrapper .h3-new{font-size:30px}}.personal-standings .container .card .content-wrapper .description{font-family:var(--font-pt-reg),sans-serif!important;font-style:normal;font-size:16px;margin:10px 0 15px;max-width:420px;transform:translateY(-102px);display:block;transition:.5s}@media screen and (max-width: 1439px){.personal-standings .container .card .content-wrapper .description{font-size:14px;margin:10px 0 0;transform:translateY(0)}}@media screen and (max-width: 639px){.personal-standings .container .card .content-wrapper .description{font-size:13px;transform:translateY(0)}}.personal-standings .container .card .content-wrapper .bottom{opacity:0;transition:.3s;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.personal-standings .container .card .content-wrapper .bottom{opacity:1}}.personal-standings .container .card .content-wrapper .bottom .link{display:flex}@media screen and (max-width: 1439px){.personal-standings .container .card .content-wrapper .bottom .link{display:none}}.personal-standings .container .card .overlay-useful{height:1200px;width:100%;position:absolute;top:0%;left:50%;transform:translate(-50%);transition:.5s}.personal-standings .container .card .overlay-useful img,.personal-standings .container .card .overlay-useful svg{width:100%;height:100%}@media screen and (max-width: 1439px){.personal-standings .container .card .overlay-useful{top:-69%}}.personal-standings .swiper-pagination{display:none!important}@media screen and (max-width: 479px){.personal-standings .swiper-pagination{display:flex!important}}.personal-standings .useful-cards-wrapper{position:relative}@media (max-width: 479px){.personal-standings .useful-cards-wrapper{border-radius:15px;overflow:hidden}}.personal-standings .useful-cards-wrapper .link{margin:0!important}.personal-standings .useful-cards-wrapper .swiper-wrapper{height:600px;justify-content:space-between}@media screen and (max-width: 1439px){.personal-standings .useful-cards-wrapper .swiper-wrapper{height:470px}}@media screen and (max-width: 959px){.personal-standings .useful-cards-wrapper .swiper-wrapper{height:310px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}}@media screen and (max-width: 639px){.personal-standings .useful-cards-wrapper .swiper-wrapper{height:unset;gap:18px}}@media (max-width: 479px){.personal-standings .useful-cards-wrapper .swiper-wrapper{gap:0;height:auto;display:flex}}.personal-standings .useful-cards-wrapper .swiper-slide{justify-content:flex-end;display:flex;flex-direction:column}@media (max-width: 959px){.personal-standings .useful-cards-wrapper .swiper-slide{width:100%!important}}.personal-standings .useful-cards-wrapper .swiper-slide .content-useful.mob{display:none;flex-direction:column;gap:10px;margin-top:10px;padding:0!important}.personal-standings .useful-cards-wrapper .swiper-slide .content-useful.mob .h3-new{font-size:20px;font-style:normal}.personal-standings .useful-cards-wrapper .swiper-slide .content-useful.mob .description{font-size:13px;color:#fff9}@media (max-width: 639px){.personal-standings .useful-cards-wrapper .swiper-slide .content-useful.mob{display:flex}}@media (max-width: 479px){.personal-standings .useful-cards-wrapper .swiper-slide .content-useful.mob{display:none}}@media (max-width: 639px){.personal-standings .useful-cards-wrapper .swiper-slide .card{aspect-ratio:1/1.54}}@media (max-width: 639px){.personal-standings .useful-cards-wrapper .swiper-slide .card .content-useful{display:none}}@media (max-width: 479px){.personal-standings .useful-cards-wrapper .swiper-slide .card .content-useful{display:block}}.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(2){order:2}@media (max-width: 479px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(2){order:1}}.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(2) .card{height:calc(100% + 0px)!important}@media (max-width: 639px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(2) .card{height:unset!important;aspect-ratio:1/1.56}}@media (max-width: 479px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(2) .card{aspect-ratio:1/1.54}}.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(2) .card .overlay-useful{background:linear-gradient(180deg,rgba(162,125,30,0) 0%,#A27D1E 100%)}.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(1){order:1}@media (max-width: 479px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(1){order:2}}.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(1) .card{height:calc(100% - 50px)!important}@media (max-width: 1439px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(1) .card{height:calc(100% - 20px)!important}}@media (max-width: 959px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(1) .card{height:calc(100% - 10px)!important}}@media (max-width: 639px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(1) .card{height:unset!important;aspect-ratio:1/1.48}}@media (max-width: 479px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(1) .card{aspect-ratio:1/1.54}}.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(1) .card .overlay-useful{background:linear-gradient(180deg,rgba(126,129,139,0) 0%,#7E818B 100%)}@media (max-width: 479px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(1) .card{height:100%!important}}.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(3){order:3}.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(3) .card{height:calc(100% - 100px)!important}@media (max-width: 1439px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(3) .card{height:calc(100% - 40px)!important}}@media (max-width: 959px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(3) .card{height:calc(100% - 20px)!important}}@media (max-width: 639px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(3) .card{height:unset!important;aspect-ratio:1/1.41}}@media (max-width: 479px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(3) .card{aspect-ratio:1/1.54}}.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(3) .card .overlay-useful{background:linear-gradient(180deg,rgba(168,124,95,0) 0%,#A87C5F 100%)}@media (max-width: 479px){.personal-standings .useful-cards-wrapper .swiper-slide:nth-child(3) .card{height:100%!important}}.personal-standings .useful-cards-wrapper .swiper-slide:hover .overlay-useful{top:-40%}.personal-standings .useful-cards-wrapper .swiper-slide:hover .content-useful,.personal-standings .useful-cards-wrapper .swiper-slide:hover .content-useful .h3-new,.personal-standings .useful-cards-wrapper .swiper-slide:hover .content-useful .description{transform:translateY(0)}.personal-standings .useful-cards-wrapper .swiper-slide:hover .content-useful .bottom{opacity:1}@media (min-width: 960px){.personal-standings .useful-cards-swiper{display:block}.personal-standings .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;transform:none!important}.personal-standings .swiper-slide{width:auto!important;height:auto!important}.personal-standings .swiper-pagination,.personal-standings .swiper-button-prev,.personal-standings .swiper-button-next{display:none}}@media (max-width: 959px){.personal-standings .useful-cards-swiper{display:block}}@media screen and (max-width: 959px) and (max-width: 959px){.personal-standings .useful-cards-swiper{padding-bottom:12px}}@media (max-width: 959px){.personal-standings .swiper-wrapper{display:flex}.personal-standings .swiper-slide{width:100%!important}.personal-standings .swiper-pagination{position:relative;display:none;justify-content:center;gap:10px;top:10px!important}}@media screen and (max-width: 959px) and (max-width: 959px){.personal-standings .swiper-pagination{display:flex}}@media (max-width: 959px){.personal-standings .swiper-pagination-bullet{width:30px;height:2px;border-radius:10px;position:relative;overflow:hidden;background:rgba(43,135,247,.5);opacity:1}.personal-standings .swiper-pagination-bullet:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#2b87f7;transform:translate(-100%)}.personal-standings .swiper-pagination-bullet-active:before{animation:slide-progress 5s cubic-bezier(.3,0,.3,1) forwards}.personal-standings .swiper-pagination-bullet-completed:before{transform:translate(0);animation:none}.personal-standings .swiper-paused .swiper-pagination-bullet-active:before{animation-play-state:paused}@keyframes slide-progress{0%{transform:translate(-100%)}to{transform:translate(0)}}}.partners-section-new .h2-new,.partners-section-new .h2{text-align:center;margin-bottom:25px}@media screen and (max-width: 639px){.partners-section-new .h2-new,.partners-section-new .h2{font-size:25px}}.partners-section-new .partners-list{column-gap:40px;row-gap:25px;display:flex;flex-wrap:wrap;justify-content:center}@media screen and (max-width: 959px){.partners-section-new .partners-list{gap:25px}}@media screen and (max-width: 479px){.partners-section-new .partners-list{gap:20px}}.partners-section-new .partners-item{min-height:23px;max-height:100px;width:auto;max-width:270px;margin-right:15px}.partners-section-new .partners-item:last-of-type{margin-right:unset}@media screen and (max-width: 1199px){.partners-section-new .partners-item{max-height:80px;min-height:20px;max-width:204px}}@media screen and (max-width: 959px){.partners-section-new .partners-item{max-height:70px;margin-right:unset;max-width:190px}}@media screen and (max-width: 479px){.partners-section-new .partners-item{max-height:50px;max-width:130px}}.partners-section-new .partners-item img{object-fit:contain;height:100%}.main-new .partners-section-new .container{max-width:1220px}.main-new .partners-section-new .container .h2-new{font-family:var(--font-pt),sans-serif;text-align:left;font-style:normal;margin-bottom:30px}@media screen and (max-width: 1439px){.main-new .partners-section-new .container .h2-new{margin-bottom:25px}}@media screen and (max-width: 639px){.main-new .partners-section-new .container .h2-new{font-size:30px}}.main-new .partners-section-new .container .partners-list{justify-content:flex-start}.formula-old .partners-section-new{margin-bottom:100px}@media screen and (max-width: 959px){.formula-old .partners-section-new{margin-bottom:80px}}@media screen and (max-width: 959px) and (max-width: 639px){.formula-old .partners-section-new{margin-bottom:70px}}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}@media screen and (max-width: 959px){.gallery{gap:20px}}@media screen and (max-width: 639px){.gallery{grid-template-columns:repeat(2,1fr)}}.gallery .media-wrapper{cursor:pointer;width:100%;border-radius:20px;overflow:hidden;aspect-ratio:1.604938272/1}@media screen and (max-width: 959px){.gallery .media-wrapper{aspect-ratio:1.565217391/1}}@media screen and (max-width: 639px){.gallery .media-wrapper{border-radius:10px}}.gallery-static{gap:15px 20px}@media screen and (max-width: 1439px){.gallery-static{gap:20px}}@media screen and (max-width: 959px){.gallery-static{grid-template-columns:1fr 1fr 35.4%}}@media screen and (max-width: 639px){.gallery-static{grid-template-columns:repeat(2,1fr)}}.gallery-static .media-wrapper:nth-of-type(3){grid-area:span 2/auto}@media screen and (max-width: 639px){.gallery-static .media-wrapper:nth-of-type(3){display:none}}.gallery-static .media-wrapper:nth-of-type(4){grid-area:auto/span 2;aspect-ratio:3.278144628/1}@media (max-width: 1365px){.price-section-car{margin-bottom:50px}}@media (max-width: 1365px){.news-section-new.mb{margin-bottom:50px}}@media (max-width: 1365px){.seo{margin-top:50px}}.price-section .inner{padding:100px;height:449px;position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}@media (max-width: 1365px){.price-section .inner{height:373px;padding:72px}}@media (max-width: 959px){.price-section .inner{height:310px;padding:35px 40px}}@media (max-width: 639px){.price-section .inner{height:initial}}@media (max-width: 639px){.price-section .inner{padding:0}}.price-section .mobile{display:none}@media (max-width: 639px){.price-section .mobile{display:block}}@media (max-width: 639px){.price-section .desk{display:none}}.price-section .inner-img{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;background-position:right;background-size:cover}@media (max-width: 959px){.price-section .inner-img{background-position:center}}@media (max-width: 639px){.price-section .inner-img{height:233px;position:static;background-position:right}}.price-section .inner--bg{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;opacity:.8;background:linear-gradient(270deg,rgba(11,8,30,0) 0%,#0B081E 100%)}@media (max-width: 639px){.price-section .inner--bg{background:linear-gradient(180deg,rgba(11,8,30,0) 0%,#0B081E 100%);bottom:initial;height:233px}}.price-section .inner-content{position:relative;z-index:3;color:#fff}@media (max-width: 639px){.price-section .inner-content{background:rgb(11,8,30)}}.price-section h2{font-size:50px;font-style:italic;max-width:425px;line-height:50px;margin-bottom:10px}@media (max-width: 1365px){.price-section h2{font-size:35px;max-width:300px;line-height:40px}}@media (max-width: 959px){.price-section h2{line-height:35px}}@media (max-width: 639px){.price-section h2{transform:translateY(-28px);max-width:initial;text-align:center;margin-left:20px;margin-right:20px;font-size:29px;line-height:30px}}.price-section p{font-family:Montserrat,sans-serif;max-width:432px;font-size:15px;margin-bottom:30px;line-height:150%;letter-spacing:-.15px}@media (max-width: 1365px){.price-section p{font-size:14px}}@media (max-width: 959px){.price-section p{max-width:270px}}@media (max-width: 639px){.price-section p{transform:translateY(-28px);max-width:initial;text-align:center;margin-left:21px;margin-right:21px;font-size:13px;margin-bottom:25px}}.price-section .link{display:inline-flex;gap:8px;align-items:center;padding:12px;background:#2B87F7;border-radius:10px;color:#fff;font-size:15px;letter-spacing:-.15px;transition:.25s ease;border:1px solid #2B87F7}.price-section .link:hover{background:transparent;border-color:#fff}@media (max-width: 639px){.price-section .link{transform:translateY(-28px);max-width:initial;text-align:center;width:calc(100% - 50px);margin:0 25px;justify-content:center}}.price-section .link svg{width:9px;height:9px;transition:.25s ease}.academy-smp-page{margin-top:-95px;position:relative}@media screen and (max-width: 1439px){.academy-smp-page{margin-top:-95px}}@media screen and (max-width: 1439px) and (max-width: 1365px){.academy-smp-page{margin-top:-95px}}@media screen and (max-width: 1439px) and (max-width: 1365px) and (max-width: 1199px){.academy-smp-page{margin-top:-185px}}@media screen and (max-width: 1439px) and (max-width: 1365px) and (max-width: 1199px) and (max-width: 959px){.academy-smp-page{margin-top:-76px}}.academy-smp-page .partners-section-new{margin-bottom:100px}@media screen and (max-width: 959px){.academy-smp-page .partners-section-new{margin-bottom:80px}}@media screen and (max-width: 959px) and (max-width: 639px){.academy-smp-page .partners-section-new{margin-bottom:70px}}.academy-smp-page .gradient-big{width:622px;height:622px;border-radius:622px;opacity:.74;background:#16248D;position:absolute;filter:blur(275px)}@media screen and (max-width: 1439px){.academy-smp-page .gradient-big{display:none}}.academy-smp-page .gradient-big.one{top:22%;left:116px}.academy-smp-page .gradient-big.two{top:30%;right:-300px}.academy-smp-page .gradient-big.three{top:77%;right:-80px;width:572px;height:572px}.academy-smp-page .gradient-small{width:308px;height:308px;border-radius:308px;opacity:.74;background:#16248D;position:absolute;filter:blur(180px)}@media screen and (max-width: 1439px){.academy-smp-page .gradient-small{display:none}}.academy-smp-page .gradient-small.one{top:27%;left:-100px}.academy-smp-page .gradient-small.two{top:89%;left:-100px}.academy-smp-page .main{padding:0}.academy-smp-page .h1-new{margin-bottom:unset}@media screen and (max-width: 479px){.academy-smp-page .h2-new{font-size:25px}}.academy-smp-page h1,.academy-smp-page h2,.academy-smp-page h3,.academy-smp-page h4,.academy-smp-page .body-text{color:#fff}.academy-smp-page .flex-cent-list .card-default .body-text{-webkit-line-clamp:unset}.main-banner{width:100%;height:calc(100vh - 56px);overflow:hidden;position:relative}@media screen and (max-width: 1439px){.main-banner{height:800px}}@media screen and (max-width: 1023px){.main-banner{height:544px}}@media screen and (max-width: 959px){.main-banner{height:648px}}@media screen and (max-width: 639px){.main-banner{height:588px}}@media screen and (max-width: 479px){.main-banner{height:512px}}.main-banner .top-gradient{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(180deg,#0B081E 19.41%,rgba(11,8,30,0) 67.66%)}.main-banner .mask-main-banner{width:100%;height:unset;top:50%;transform:translateY(-.5%) scale(1.33);position:absolute;object-fit:cover;z-index:2}@media screen and (max-width: 1439px){.main-banner .mask-main-banner{transform:translateY(-7%) scale(1.2)}}@media screen and (max-width: 959px){.main-banner .mask-main-banner{transform:translateY(16%) scale(2.1)}}@media screen and (max-width: 639px){.main-banner .mask-main-banner{transform:translateY(16%) scale(2.2)}}@media screen and (max-width: 479px){.main-banner .mask-main-banner{transform:translateY(45%) scale(3)}}.main-banner>.media-wrapper{z-index:-1;position:absolute}.main-banner>.media-wrapper img{width:unset;height:unset;top:50%;transform:translateY(-45.5%) scale(1.33);position:absolute;object-fit:cover}@media screen and (max-width: 1439px){.main-banner>.media-wrapper img{transform:translateY(-46.8%) scale(1.2)}}@media screen and (max-width: 959px){.main-banner>.media-wrapper img{transform:translateY(-50%) scale(2.1)}}@media screen and (max-width: 639px){.main-banner>.media-wrapper img{transform:translateY(-52%) scale(2.2)}}@media screen and (max-width: 479px){.main-banner>.media-wrapper img{transform:translateY(-50%) scale(3)}}.main-banner .content{position:relative;padding:146px 10px 30px;display:flex;flex-direction:column;justify-content:space-between;height:100%}@media screen and (max-width: 1199px){.main-banner .content{padding-top:105px}}@media screen and (max-width: 767px){.main-banner .content{padding-top:100px}}.main-banner .content .top{display:flex;flex-direction:column;align-items:center;gap:35px;position:relative;z-index:1}@media screen and (max-width: 1439px){.main-banner .content .top{margin:0 auto}}@media screen and (max-width: 1439px) and (max-width: 1199px){.main-banner .content .top{gap:15px;width:95%}}@media screen and (max-width: 1439px) and (max-width: 479px){.main-banner .content .top{width:100%}}@media screen and (max-width: 639px){.main-banner .content .top .main-text span{display:block}}.main-banner .content .bottom{position:relative;z-index:3;width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.main-banner .content .bottom .buttons{display:flex;gap:15px}@media screen and (max-width: 639px){.main-banner .content .bottom .buttons{gap:20px;justify-content:space-between;width:100%}.main-banner .content .bottom .buttons .button{width:100%}}@media screen and (max-width: 479px){.main-banner .content .bottom .buttons{flex-direction:column;gap:10px}}@media screen and (max-width: 1439px){.main-banner .content .bottom .buttons .pink{display:none}}.main-banner .content .bottom .buttons .medium{display:none}@media screen and (max-width: 1439px){.main-banner .content .bottom .buttons .medium{display:flex}}.main-banner .content .bottom .buttons .button .icon{width:20px;height:20px}.main-banner .content .bottom .down{width:24px;height:24px;position:relative;cursor:pointer;transition:.3s}@media screen and (max-width: 1439px){.main-banner .content .bottom .down{display:none}}.main-banner .content .bottom .down:hover{transform:translateY(10%)}.main-banner .content .bottom .down svg{width:100%;height:100%}.main-banner .content h1{font-family:Donpoligrafbum,sans-serif;font-weight:700;line-height:100%;color:transparent;text-shadow:none;text-align:center}.racing-progress .wrapper{padding:50px;position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 959px){.racing-progress .wrapper{padding:40px}}@media screen and (max-width: 639px){.racing-progress .wrapper{padding:25px}}.racing-progress .wrapper .media-wrapper{position:absolute;height:100%;top:0;left:0;z-index:-1}.racing-progress .wrapper .media-wrapper img{top:-10%;left:6%;width:unset;height:unset;position:absolute;object-fit:cover;transform:scale(1.1)}@media screen and (max-width: 959px){.racing-progress .wrapper .media-wrapper img{transform:scale(1.75);top:22%;left:6%}}@media screen and (max-width: 639px){.racing-progress .wrapper .media-wrapper img{transform:scale(1.2);top:3%;left:0}}@media screen and (max-width: 479px){.racing-progress .wrapper .media-wrapper img{transform:scale(2.2);top:7%;left:-49%}}.racing-progress .wrapper .gradient{top:0;left:0;position:absolute;z-index:0;width:100%;height:100%;flex-shrink:0;background:linear-gradient(270deg,rgba(11,8,30,0) 0%,#0B081E 100%)}.racing-progress .wrapper .gradient:before{content:"";position:absolute;top:0;left:0;width:40%;height:100%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:-1}@media screen and (max-width: 639px){.racing-progress .wrapper .gradient{background:linear-gradient(180deg,rgba(11,8,30,0) 22.54%,#0B081E 50%)}.racing-progress .wrapper .gradient:before{top:unset;bottom:0;width:100%;height:40%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:-1}}.racing-progress .wrapper .content-racing-progress{position:relative;z-index:2}@media screen and (max-width: 639px){.racing-progress .wrapper .content-racing-progress{padding-top:200px}}@media screen and (max-width: 479px){.racing-progress .wrapper .content-racing-progress{padding-top:178px}}.racing-progress .wrapper .content-racing-progress h2{max-width:763px;color:#fff;margin:0;line-height:100%}@media screen and (max-width: 1439px){.racing-progress .wrapper .content-racing-progress h2{max-width:600px}}@media screen and (max-width: 959px){.racing-progress .wrapper .content-racing-progress h2{max-width:460px}}@media screen and (max-width: 479px){.racing-progress .wrapper .content-racing-progress h2{max-width:unset;font-size:20px}}.racing-progress .wrapper .content-racing-progress p{max-width:543px;color:#fff;margin:10px 0 30px}@media screen and (max-width: 1439px){.racing-progress .wrapper .content-racing-progress p{max-width:490px}}@media screen and (max-width: 959px){.racing-progress .wrapper .content-racing-progress p{max-width:340px}}@media screen and (max-width: 639px){.racing-progress .wrapper .content-racing-progress p{max-width:unset;margin:10px 0 25px}}@media screen and (max-width: 639px){.racing-progress .wrapper .content-racing-progress .button{width:100%}}.founder{border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden;min-height:663px}@media screen and (max-width: 1439px){.founder{min-height:532px}}@media screen and (max-width: 959px){.founder{border-bottom:unset}}.founder .wrapper{height:100%;display:flex;flex-direction:column;gap:25px}.founder .image-block{position:absolute;top:0;left:50%;transform:translate(-50%);max-width:1440px;width:100%;height:100%;padding:100px;display:flex;align-items:flex-end}@media screen and (max-width: 1439px){.founder .image-block{padding:50px 10px}}@media screen and (max-width: 959px){.founder .image-block{padding:50px;position:relative;height:350px}}@media screen and (max-width: 639px){.founder .image-block{padding:38px 25px;height:300px}}.founder .image-block .media-wrapper{position:absolute;top:0;left:0}@media screen and (max-width: 1439px){.founder .image-block .media-wrapper{width:110%}}@media screen and (max-width: 959px){.founder .image-block .media-wrapper{width:100%}}@media screen and (max-width: 479px){.founder .image-block .media-wrapper{width:160%}}.founder .image-block .media-wrapper:nth-of-type(1){display:block}@media screen and (max-width: 959px){.founder .image-block .media-wrapper:nth-of-type(1){display:none}}.founder .image-block .media-wrapper:nth-of-type(2){display:none}@media screen and (max-width: 959px){.founder .image-block .media-wrapper:nth-of-type(2){display:block}}@media screen and (max-width: 1439px){.founder .image-block .media-wrapper img{left:-85px;position:absolute}}@media screen and (max-width: 959px){.founder .image-block .media-wrapper img{left:0}}@media screen and (max-width: 479px){.founder .image-block .media-wrapper img{left:50%;transform:translate(-87%)}}.founder .image-block .image-block-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:15px}@media screen and (max-width: 479px){.founder .image-block .image-block-content{display:none}}.founder .image-block .image-block-content h2{font-size:75px;font-style:italic;line-height:84%;max-width:500px;margin-bottom:0;color:#fff;font-family:FreeSetBoldC}@media screen and (max-width: 1439px){.founder .image-block .image-block-content h2{font-size:60px;line-height:83%}}@media screen and (max-width: 959px){.founder .image-block .image-block-content h2{font-size:40px;line-height:83%;max-width:300px}}@media screen and (max-width: 639px){.founder .image-block .image-block-content h2{text-shadow:0px -1px 100.7px rgba(115,112,142,0);font-size:35px}}.founder .image-block .image-block-content .text-m{font-family:FreeSetBoldC;font-weight:400;font-style:italic;max-width:356px;line-height:normal}@media screen and (max-width: 1439px){.founder .image-block .image-block-content .text-m{max-width:285px}}@media screen and (max-width: 639px){.founder .image-block .image-block-content .text-m{max-width:200px}}.founder .image-block .image-block-content .text-m span{color:#2b87f7}@media screen and (max-width: 639px){.founder .image-block .image-block-content .text-m span{display:block}}.founder .link svg{width:12px!important;height:12px!important}.founder .link .body-text{color:inherit}.founder .content-founder{position:absolute;bottom:100px;right:100px;z-index:3;max-width:289px;display:flex;flex-direction:column;gap:25px}@media screen and (max-width: 1439px){.founder .content-founder{bottom:50px;right:10px;max-width:300px}}@media screen and (max-width: 959px){.founder .content-founder{bottom:unset;right:unset;max-width:unset;position:relative;padding:0 10px}.founder .content-founder .link{margin:0 auto}}@media screen and (max-width: 959px) and (max-width: 639px){.founder .content-founder .link{width:100%}}.founder .content-founder .image-block-content{display:none}@media screen and (max-width: 479px){.founder .content-founder .image-block-content{display:flex;flex-direction:column;align-items:center;gap:15px}.founder .content-founder .image-block-content h2{font-size:30px;font-style:italic;line-height:84%;max-width:500px;margin-bottom:0;text-align:center}.founder .content-founder .image-block-content .text-m{font-family:FreeSetBoldC;font-weight:400;font-style:italic;max-width:356px;text-align:center;line-height:100%}.founder .content-founder .image-block-content .text-m span{color:#2b87f7}}.founder .content-founder>.body-text{align-self:stretch;color:#fff}.container-top{max-width:1220px;width:100%;margin:0 auto;position:relative}.container-founder{max-width:1420px;width:100%;height:100%;left:50%;transform:translate(-50%);position:absolute;z-index:4}@media screen and (max-width: 1439px){.container-founder{max-width:1220px}}@media screen and (max-width: 959px){.container-founder{max-width:unset;position:relative}}.gallery-smp .h2-new{margin-bottom:25px;text-align:center}@media screen and (max-width: 639px){.gallery-smp .h2-new{font-size:25px;text-wrap:balance}}.gallery-smp .content{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,243px);gap:15px}@media screen and (max-width: 1439px){.gallery-smp .content{gap:20px;grid-template-rows:repeat(2,190px)}}@media screen and (max-width: 959px){.gallery-smp .content{grid-template-rows:repeat(2,115px)}}@media screen and (max-width: 639px){.gallery-smp .content{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,140px)}.gallery-smp .content .div1{grid-area:1/1/2/2}.gallery-smp .content .div2{grid-area:1/2/2/3}.gallery-smp .content .div4{grid-area:2/1/3/3}.gallery-smp .content .div3{display:none}}@media screen and (max-width: 479px){.gallery-smp .content{grid-template-rows:repeat(2,90px)}}.gallery-smp .content .item{width:100%;border-radius:20px;overflow:hidden}@media screen and (max-width: 639px){.gallery-smp .content .item{border-radius:10px}}.gallery-smp .content .div1{grid-area:1/1/2/2}.gallery-smp .content .div2{grid-area:1/2/2/3}.gallery-smp .content .div3{grid-area:1/3/3/4}.gallery-smp .content .div4{grid-area:2/1/3/3}.faq .h2-new{text-align:center;margin-bottom:25px}@media screen and (max-width: 639px){.faq .h2-new{font-size:25px;max-width:90%;margin:0 auto 25px}}.faq .faq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}@media screen and (max-width: 1439px){.faq .faq-list{gap:20px}}@media screen and (max-width: 959px){.faq .faq-list{gap:25px;grid-template-columns:1fr}}.faq .faq-list .col{display:flex;flex-direction:column;gap:25px}.faq .faq-item .quest{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#2b87f7;position:relative;z-index:1}.faq .faq-item .quest .body-text{font-weight:600;margin-bottom:unset;color:#2b87f7}.faq .faq-item .quest .icon{width:16px;height:26px;transition:transform .2s}.faq .faq-item .answ{max-height:0;opacity:0;transition:opacity .3s,max-height .3s;pointer-events:none}.faq .faq-item .answ p{padding-top:7px}.faq .faq-item.open .answ{opacity:1;max-height:1000px;pointer-events:auto}.faq .faq-item.open .icon{transform:rotate(45deg)}.form-questions{position:relative;min-height:300px}.form-questions .h2-new{text-align:center;margin-bottom:25px}@media screen and (max-width: 639px){.form-questions .h2-new{font-size:25px}}.form-questions .form{width:unset;margin:unset;gap:25px 30px;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width: 959px){.form-questions .form{grid-template-columns:1fr;gap:25px}}.form-questions .form .note,.form-questions .form .button{grid-area:auto/span 2;justify-self:center}@media screen and (max-width: 959px){.form-questions .form .note,.form-questions .form .button{grid-area:unset}}.form-questions .form .fields_group{display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 959px){.form-questions .form .fields_group{gap:25px}}.form-questions .form .fields_group .field_container{position:relative;background-color:transparent;border-radius:10px;border:1px solid rgba(255,255,255,.5);padding:13px 15px;width:100%}.form-questions .form .fields_group .field_container.textarea_container{padding-bottom:unset}.form-questions .form .fields_group .form-error{position:absolute;bottom:-15px;left:0;color:#b62a2a;font-size:10px;line-height:100%;letter-spacing:.2px}.form-questions .form .fields_group:last-of-type{height:100%}.form-questions .form .fields_group:last-of-type .field_container{height:100%}.form-questions .form .fields_group input,.form-questions .form .fields_group textarea{width:100%;background-color:transparent;border:unset;font-size:15px;line-height:150%;letter-spacing:-.15px;color:#fff}@media screen and (max-width: 1439px){.form-questions .form .fields_group input,.form-questions .form .fields_group textarea{font-size:14px}}@media screen and (max-width: 639px){.form-questions .form .fields_group input,.form-questions .form .fields_group textarea{font-size:13px}}.form-questions .form .fields_group input::placeholder,.form-questions .form .fields_group textarea::placeholder{color:#ffffff4d}.form-questions .form .fields_group textarea{padding-bottom:unset;resize:none;height:100%;padding-right:4px}.form-questions .form .fields_group textarea::-webkit-scrollbar{width:4px}.form-questions .form .fields_group textarea::-webkit-scrollbar-track{background:rgba(255,255,255,.1);width:4px;border-radius:20px}.form-questions .form .fields_group textarea::-webkit-scrollbar-thumb{width:4px;background-color:#2b87f7;border-radius:20px}@media screen and (max-width: 959px){.form-questions .form .fields_group textarea{height:100px}}.form-questions .form .form-title{display:none}.form-questions .form .note{opacity:.5;font-size:10px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.2px}.form-questions .form .button{min-height:unset;padding:10px}@media screen and (max-width: 1439px){.form-questions .form .button{font-size:14px}}@media screen and (max-width: 639px){.form-questions .form .button{font-size:13px;width:100%}}.form-questions .success,.form-questions .error{text-align:center}.pilots-page .card-default .body-text{-webkit-line-clamp:6}.nt img{transform:translateY(0)!important}.karts-page .page-top{margin-bottom:50px}.karts-page .page-top h1{margin-bottom:unset}.karts-page .karts-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}@media screen and (max-width: 1439px){.karts-page .karts-list{gap:20px}}@media screen and (max-width: 639px){.karts-page .karts-list{grid-template-columns:1fr}}.h2-new{font-family:var(--font-pt-med),sans-serif;font-style:normal;margin-bottom:30px}@media screen and (max-width: 1439px){.h2-new{margin-bottom:25px}}@media screen and (max-width: 479px){.h2-new{margin-bottom:15px}}.karts-list-page,.kart,.formula,.pilot{width:100%;position:relative}.karts-list-page .page-top,.kart .page-top,.formula .page-top,.pilot .page-top{min-height:unset}.karts-list-page .gradient-big-xl_.one,.kart .gradient-big-xl_.one,.formula .gradient-big-xl_.one,.pilot .gradient-big-xl_.one{top:auto;bottom:1%;left:50%;transform:translate(-50%)}@media screen and (max-width: 1439px){.karts-list-page .gradient-big-xl_.one,.kart .gradient-big-xl_.one,.formula .gradient-big-xl_.one,.pilot .gradient-big-xl_.one{display:none}}.karts-list-page .bg-wrapper,.kart .bg-wrapper,.formula .bg-wrapper,.pilot .bg-wrapper{margin-left:0!important}@media screen and (max-width: 1439px){.karts-list-page .buy-tickets-new,.kart .buy-tickets-new,.formula .buy-tickets-new,.pilot .buy-tickets-new{justify-content:flex-start}}.karts-list-page .content-block,.kart .content-block,.formula .content-block,.pilot .content-block{display:flex;flex-direction:column;align-items:flex-start;z-index:11;padding-bottom:100px}@media screen and (max-width: 1439px){.karts-list-page .content-block,.kart .content-block,.formula .content-block,.pilot .content-block{padding-bottom:60px}}@media screen and (max-width: 639px){.karts-list-page .content-block,.kart .content-block,.formula .content-block,.pilot .content-block{padding-bottom:40px}}.karts-list-page .content-block .breadcrumbs,.kart .content-block .breadcrumbs,.formula .content-block .breadcrumbs,.pilot .content-block .breadcrumbs{margin:0 0 30px;padding:0}@media screen and (max-width: 959px){.karts-list-page .content-block .breadcrumbs,.kart .content-block .breadcrumbs,.formula .content-block .breadcrumbs,.pilot .content-block .breadcrumbs{margin:0 0 20px}}.karts-list-page .content-block .breadcrumbs span,.karts-list-page .content-block .breadcrumbs a,.kart .content-block .breadcrumbs span,.kart .content-block .breadcrumbs a,.formula .content-block .breadcrumbs span,.formula .content-block .breadcrumbs a,.pilot .content-block .breadcrumbs span,.pilot .content-block .breadcrumbs a{font-size:12px!important}.karts-list-page .content-block .h1-new,.kart .content-block .h1-new,.formula .content-block .h1-new,.pilot .content-block .h1-new{padding:0;font-style:normal;color:#f6f6f6;text-align:left;max-width:770px;margin:0}@media screen and (max-width: 1439px){.karts-list-page .content-block .h1-new,.kart .content-block .h1-new,.formula .content-block .h1-new,.pilot .content-block .h1-new{max-width:520px}}.karts-list-page .content-block .text,.kart .content-block .text,.formula .content-block .text,.pilot .content-block .text{font-size:35px;font-family:PT,sans-serif;font-weight:400;font-style:normal;color:#fff;margin:25px 0;text-align:left;line-height:88%;max-width:900px}@media screen and (max-width: 1439px){.karts-list-page .content-block .text,.kart .content-block .text,.formula .content-block .text,.pilot .content-block .text{font-size:25px;margin:10px 0 15px;max-width:700px}}@media screen and (max-width: 639px){.karts-list-page .content-block .text,.kart .content-block .text,.formula .content-block .text,.pilot .content-block .text{font-size:22px}}.karts-list-page .content-block .text-m,.kart .content-block .text-m,.formula .content-block .text-m,.pilot .content-block .text-m{margin:25px 0;text-align:left;max-width:900px}@media screen and (max-width: 1439px){.karts-list-page .content-block .text-m,.kart .content-block .text-m,.formula .content-block .text-m,.pilot .content-block .text-m{margin:10px 0 15px;max-width:700px}}@media screen and (max-width: 639px){.karts-list-page .content-block .down,.kart .content-block .down,.formula .content-block .down,.pilot .content-block .down{width:100%}}.karts-list-page .content-block .down .icon,.kart .content-block .down .icon,.formula .content-block .down .icon,.pilot .content-block .down .icon{transform:rotate(135deg);width:8px;height:8px}.karts-list-page .page-top,.kart .page-top,.formula .page-top,.pilot .page-top{position:relative;border-bottom:1px solid rgba(255,255,255,.2)}.karts-list-page .page-top .gradient-big-xl_.one,.kart .page-top .gradient-big-xl_.one,.formula .page-top .gradient-big-xl_.one,.pilot .page-top .gradient-big-xl_.one{top:-5%;left:50%;transform:translate(-50%)}@media screen and (max-width: 959px){.karts-list-page .page-top .gradient-big-xl_.one,.kart .page-top .gradient-big-xl_.one,.formula .page-top .gradient-big-xl_.one,.pilot .page-top .gradient-big-xl_.one{top:-15%}}.karts-list-page .page-top .bg-block,.kart .page-top .bg-block,.formula .page-top .bg-block,.pilot .page-top .bg-block{position:absolute;top:0;left:50%;transform:translate(-50%);height:100%;max-width:2400px;width:100%;object-fit:cover}.karts-list-page .page-top .bg-block .bg,.kart .page-top .bg-block .bg,.formula .page-top .bg-block .bg,.pilot .page-top .bg-block .bg{height:100%;width:100%;object-fit:cover}.karts-list-page .page-top .bg-block .grad,.kart .page-top .bg-block .grad,.formula .page-top .bg-block .grad,.pilot .page-top .bg-block .grad{height:100%;width:400px;position:absolute;top:0;background:linear-gradient(90deg,#0B081E 0%,rgba(11,8,30,0) 100%);background-repeat:repeat-y;background-size:contain}@media screen and (max-width: 1439px){.karts-list-page .page-top .bg-block .grad,.kart .page-top .bg-block .grad,.formula .page-top .bg-block .grad,.pilot .page-top .bg-block .grad{width:150px}}@media screen and (max-width: 959px){.karts-list-page .page-top .bg-block .grad,.kart .page-top .bg-block .grad,.formula .page-top .bg-block .grad,.pilot .page-top .bg-block .grad{display:none}}.karts-list-page .page-top .bg-block .overlay,.kart .page-top .bg-block .overlay,.formula .page-top .bg-block .overlay,.pilot .page-top .bg-block .overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5;background:linear-gradient(90deg,#0B081E 0%,rgba(11,8,30,0) 100%)}@media screen and (max-width: 959px){.karts-list-page .page-top .bg-block .overlay,.kart .page-top .bg-block .overlay,.formula .page-top .bg-block .overlay,.pilot .page-top .bg-block .overlay{display:block;visibility:visible}}.karts-list-page .page-top .bg-block .grad.left,.kart .page-top .bg-block .grad.left,.formula .page-top .bg-block .grad.left,.pilot .page-top .bg-block .grad.left{left:-2px}.karts-list-page .page-top .bg-block .grad.right,.kart .page-top .bg-block .grad.right,.formula .page-top .bg-block .grad.right,.pilot .page-top .bg-block .grad.right{right:-2px;transform:rotate(180deg)}.karts-list-page .advantages,.kart .advantages,.formula .advantages,.pilot .advantages{max-width:1220px;width:calc(100% - 20px);margin:0 auto;position:relative}.karts-list-page .advantages .gradient-big-xl_.one,.kart .advantages .gradient-big-xl_.one,.formula .advantages .gradient-big-xl_.one,.pilot .advantages .gradient-big-xl_.one{top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width: 1439px){.karts-list-page .advantages .gradient-big-xl_.one,.kart .advantages .gradient-big-xl_.one,.formula .advantages .gradient-big-xl_.one,.pilot .advantages .gradient-big-xl_.one{display:none}}.karts-list-page .advantages .h2-new,.kart .advantages .h2-new,.formula .advantages .h2-new,.pilot .advantages .h2-new{text-align:left!important;margin:0 auto 0 0}.karts-list-page .advantages .body-text,.kart .advantages .body-text,.formula .advantages .body-text,.pilot .advantages .body-text{font-size:16px;color:#fff;line-height:150%}@media screen and (max-width: 1439px){.karts-list-page .advantages .body-text,.kart .advantages .body-text,.formula .advantages .body-text,.pilot .advantages .body-text{font-size:14px}}@media screen and (max-width: 639px){.karts-list-page .advantages .body-text,.kart .advantages .body-text,.formula .advantages .body-text,.pilot .advantages .body-text{font-size:13px}}.karts-list-page .advantages .button-new svg,.karts-list-page .advantages .schedule-button svg,.kart .advantages .button-new svg,.kart .advantages .schedule-button svg,.formula .advantages .button-new svg,.formula .advantages .schedule-button svg,.pilot .advantages .button-new svg,.pilot .advantages .schedule-button svg{min-width:16px}.karts-list-page .advantages .icon img,.kart .advantages .icon img,.formula .advantages .icon img,.pilot .advantages .icon img{transform:translateY(0)!important}.karts-list-page .in-touch-wrap,.kart .in-touch-wrap,.formula .in-touch-wrap,.pilot .in-touch-wrap{border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);min-height:424px}@media screen and (max-width: 1439px){.karts-list-page .in-touch-wrap,.kart .in-touch-wrap,.formula .in-touch-wrap,.pilot .in-touch-wrap{min-height:328px;border-bottom:1px solid rgba(255,255,255,0)}}@media screen and (max-width: 959px){.karts-list-page .in-touch-wrap,.kart .in-touch-wrap,.formula .in-touch-wrap,.pilot .in-touch-wrap{border-bottom:1px solid rgba(255,255,255,0)}.karts-list-page .in-touch-wrap .bg-wrapper,.kart .in-touch-wrap .bg-wrapper,.formula .in-touch-wrap .bg-wrapper,.pilot .in-touch-wrap .bg-wrapper{border-bottom:1px solid rgba(255,255,255,.21)}}@media screen and (max-width: 639px){.karts-list-page .in-touch-wrap .links .link,.kart .in-touch-wrap .links .link,.formula .in-touch-wrap .links .link,.pilot .in-touch-wrap .links .link{padding:10px 12px!important}.karts-list-page .in-touch-wrap .links .links,.kart .in-touch-wrap .links .links,.formula .in-touch-wrap .links .links,.pilot .in-touch-wrap .links .links,.karts-list-page .in-touch-wrap .links .links .link,.kart .in-touch-wrap .links .links .link,.formula .in-touch-wrap .links .links .link,.pilot .in-touch-wrap .links .links .link{width:100%}}.karts-list-page .in-touch-wrap .in-touch,.kart .in-touch-wrap .in-touch,.formula .in-touch-wrap .in-touch,.pilot .in-touch-wrap .in-touch{height:auto}@media screen and (max-width: 639px){.karts-list-page .in-touch-wrap .in-touch,.kart .in-touch-wrap .in-touch,.formula .in-touch-wrap .in-touch,.pilot .in-touch-wrap .in-touch{min-height:250px}.karts-list-page .in-touch-wrap .in-touch .content-banner,.kart .in-touch-wrap .in-touch .content-banner,.formula .in-touch-wrap .in-touch .content-banner,.pilot .in-touch-wrap .in-touch .content-banner{margin-top:auto}}@media screen and (max-width: 479px){.karts-list-page .in-touch-wrap .in-touch,.kart .in-touch-wrap .in-touch,.formula .in-touch-wrap .in-touch,.pilot .in-touch-wrap .in-touch{min-height:unset;height:180px}}.karts-list-page .in-touch-wrap .overlay-start,.kart .in-touch-wrap .overlay-start,.formula .in-touch-wrap .overlay-start,.pilot .in-touch-wrap .overlay-start{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(-90deg,rgba(11,8,30,.95) 6.09%,rgba(11,8,30,0) 34.09%,rgba(11,8,30,.95) 86.09%)}@media screen and (max-width: 959px){.karts-list-page .in-touch-wrap .overlay-start,.kart .in-touch-wrap .overlay-start,.formula .in-touch-wrap .overlay-start,.pilot .in-touch-wrap .overlay-start{min-width:1340px;transform:translate(-15%)}}.karts-list-page .in-touch-wrap.sponsors-block h2,.kart .in-touch-wrap.sponsors-block h2,.formula .in-touch-wrap.sponsors-block h2,.pilot .in-touch-wrap.sponsors-block h2{max-width:52%}@media screen and (max-width: 1439px){.karts-list-page .in-touch-wrap.sponsors-block h2,.kart .in-touch-wrap.sponsors-block h2,.formula .in-touch-wrap.sponsors-block h2,.pilot .in-touch-wrap.sponsors-block h2{max-width:unset}}@media screen and (max-width: 959px){.karts-list-page .in-touch-wrap.sponsors-block .h2-new,.kart .in-touch-wrap.sponsors-block .h2-new,.formula .in-touch-wrap.sponsors-block .h2-new,.pilot .in-touch-wrap.sponsors-block .h2-new{display:none}}.karts-list-page .start .bg:nth-of-type(1),.kart .start .bg:nth-of-type(1),.formula .start .bg:nth-of-type(1),.pilot .start .bg:nth-of-type(1){display:block}@media screen and (max-width: 1439px){.karts-list-page .start .bg:nth-of-type(1),.kart .start .bg:nth-of-type(1),.formula .start .bg:nth-of-type(1),.pilot .start .bg:nth-of-type(1){display:none}}.karts-list-page .start .bg:nth-of-type(2),.kart .start .bg:nth-of-type(2),.formula .start .bg:nth-of-type(2),.pilot .start .bg:nth-of-type(2){display:none}@media screen and (max-width: 1439px){.karts-list-page .start .bg:nth-of-type(2),.kart .start .bg:nth-of-type(2),.formula .start .bg:nth-of-type(2),.pilot .start .bg:nth-of-type(2){display:block}}.karts-list-page .start .bg-wrapper,.kart .start .bg-wrapper,.formula .start .bg-wrapper,.pilot .start .bg-wrapper{border-top:1px solid rgba(255,255,255,0);border-bottom:1px solid rgba(255,255,255,0)}.karts-list-page .start .links .link .button,.kart .start .links .link .button,.formula .start .links .link .button,.pilot .start .links .link .button{background:transparent;border:1px solid #FFFFFF;font-family:PT,sans-serif;color:#fff;margin:0;height:44px}.karts-list-page .start .links .link .button:hover,.kart .start .links .link .button:hover,.formula .start .links .link .button:hover,.pilot .start .links .link .button:hover{background:#236CCA;border:1px solid #236CCA}.karts-list-page .start .desktop .overlay-start,.kart .start .desktop .overlay-start,.formula .start .desktop .overlay-start,.pilot .start .desktop .overlay-start{background:linear-gradient(270deg,rgba(11,8,30,.95) 6.09%,rgba(11,8,30,0) 34.09%,rgba(11,8,30,.95) 86.09%)}@media screen and (max-width: 959px){.karts-list-page .start .desktop .in-touch,.kart .start .desktop .in-touch,.formula .start .desktop .in-touch,.pilot .start .desktop .in-touch{min-height:250px}}@media screen and (max-width: 479px){.karts-list-page .start .desktop .in-touch,.kart .start .desktop .in-touch,.formula .start .desktop .in-touch,.pilot .start .desktop .in-touch{min-height:180px}}@media screen and (max-width: 959px){.karts-list-page .start .desktop .content-banner,.kart .start .desktop .content-banner,.formula .start .desktop .content-banner,.pilot .start .desktop .content-banner{padding:0}}@media screen and (max-width: 1439px){.karts-list-page .start .desktop .content-banner .description,.kart .start .desktop .content-banner .description,.formula .start .desktop .content-banner .description,.pilot .start .desktop .content-banner .description{max-width:420px;padding:50px}}@media screen and (max-width: 959px){.karts-list-page .start .desktop .content-banner .description,.kart .start .desktop .content-banner .description,.formula .start .desktop .content-banner .description,.pilot .start .desktop .content-banner .description{height:220px;padding:15px;justify-content:flex-end}}.karts-list-page .start .desktop .content-banner .description .lead-text,.kart .start .desktop .content-banner .description .lead-text,.formula .start .desktop .content-banner .description .lead-text,.pilot .start .desktop .content-banner .description .lead-text{display:flex;flex-direction:column;gap:15px}@media screen and (max-width: 959px){.karts-list-page .start .desktop .content-banner .description .lead-text,.kart .start .desktop .content-banner .description .lead-text,.formula .start .desktop .content-banner .description .lead-text,.pilot .start .desktop .content-banner .description .lead-text{display:none}}@media screen and (max-width: 959px){.karts-list-page .start .desktop .content-banner .description .links,.kart .start .desktop .content-banner .description .links,.formula .start .desktop .content-banner .description .links,.pilot .start .desktop .content-banner .description .links{display:none}}@media screen and (max-width: 639px){.karts-list-page .start .desktop .content-banner .description .h2-new,.kart .start .desktop .content-banner .description .h2-new,.formula .start .desktop .content-banner .description .h2-new,.pilot .start .desktop .content-banner .description .h2-new{display:none}}@media screen and (max-width: 959px){.karts-list-page .start .mob,.kart .start .mob,.formula .start .mob,.pilot .start .mob{display:flex}.karts-list-page .start .mob .h2-new,.kart .start .mob .h2-new,.formula .start .mob .h2-new,.pilot .start .mob .h2-new{display:none}}@media screen and (max-width: 959px) and (max-width: 959px){.karts-list-page .start .mob .h2-new,.kart .start .mob .h2-new,.formula .start .mob .h2-new,.pilot .start .mob .h2-new{display:block}}@media screen and (max-width: 959px){.karts-list-page .start .mob .description,.kart .start .mob .description,.formula .start .mob .description,.pilot .start .mob .description{display:flex;flex-direction:column;gap:15px}.karts-list-page .start .mob .description .lead-text,.kart .start .mob .description .lead-text,.formula .start .mob .description .lead-text,.pilot .start .mob .description .lead-text{display:flex;flex-direction:column;gap:10px}}.karts-list-page .start .mob .js-form-btn,.kart .start .mob .js-form-btn,.formula .start .mob .js-form-btn,.pilot .start .mob .js-form-btn{width:100%}.karts-list-page .start .mob .js-form-btn .button,.kart .start .mob .js-form-btn .button,.formula .start .mob .js-form-btn .button,.pilot .start .mob .js-form-btn .button{border:1px solid #FFF;background-color:transparent}.karts-list-page .in-touch-wrap:not(.start) .line,.kart .in-touch-wrap:not(.start) .line,.formula .in-touch-wrap:not(.start) .line,.pilot .in-touch-wrap:not(.start) .line{display:none!important}.karts-list-page .gallery-karts,.kart .gallery-karts,.formula .gallery-karts,.pilot .gallery-karts{max-width:1220px;width:calc(100% - 20px);margin:0 auto;z-index:12}.karts-list-page .gallery-karts .h2,.kart .gallery-karts .h2,.formula .gallery-karts .h2,.pilot .gallery-karts .h2{text-align:left;margin-bottom:30px}@media screen and (max-width: 1439px){.karts-list-page .gallery-karts .h2,.kart .gallery-karts .h2,.formula .gallery-karts .h2,.pilot .gallery-karts .h2{margin-bottom:25px}}@media screen and (max-width: 639px){.karts-list-page .gallery-karts .h2,.kart .gallery-karts .h2,.formula .gallery-karts .h2,.pilot .gallery-karts .h2{margin-bottom:15px}}.karts-list-page .gallery-karts .galleryThumbs,.kart .gallery-karts .galleryThumbs,.formula .gallery-karts .galleryThumbs,.pilot .gallery-karts .galleryThumbs{max-width:190px;width:fit-content;display:none}@media screen and (max-width: 639px){.karts-list-page .gallery-karts .galleryThumbs,.kart .gallery-karts .galleryThumbs,.formula .gallery-karts .galleryThumbs,.pilot .gallery-karts .galleryThumbs{display:flex;justify-content:center;margin-top:15px}}.karts-list-page .gallery-karts .galleryThumbs .swiper-slide,.kart .gallery-karts .galleryThumbs .swiper-slide,.formula .gallery-karts .galleryThumbs .swiper-slide,.pilot .gallery-karts .galleryThumbs .swiper-slide{height:2px;min-width:30px;background:rgba(43,135,247,.5)}.karts-list-page .gallery-karts .galleryThumbs .swiper-slide-thumb-active,.kart .gallery-karts .galleryThumbs .swiper-slide-thumb-active,.formula .gallery-karts .galleryThumbs .swiper-slide-thumb-active,.pilot .gallery-karts .galleryThumbs .swiper-slide-thumb-active{background:rgb(43,135,247)}.karts-list-page .gallery-karts .gallery,.kart .gallery-karts .gallery,.formula .gallery-karts .gallery,.pilot .gallery-karts .gallery{display:flex;gap:0}.karts-list-page .gallery-karts .gallerySwiperDesc,.kart .gallery-karts .gallerySwiperDesc,.formula .gallery-karts .gallerySwiperDesc,.pilot .gallery-karts .gallerySwiperDesc{width:100%;overflow:clip}.karts-list-page .gallery-karts .gallerySwiperDesc img,.kart .gallery-karts .gallerySwiperDesc img,.formula .gallery-karts .gallerySwiperDesc img,.pilot .gallery-karts .gallerySwiperDesc img{transform:translateY(0)!important}@media screen and (max-width: 639px){.karts-list-page .gallery-karts .gallerySwiperDesc,.kart .gallery-karts .gallerySwiperDesc,.formula .gallery-karts .gallerySwiperDesc,.pilot .gallery-karts .gallerySwiperDesc{display:none}}.karts-list-page .gallery-karts .gallerySwiperDesc .swiper-button-prev-g,.kart .gallery-karts .gallerySwiperDesc .swiper-button-prev-g,.formula .gallery-karts .gallerySwiperDesc .swiper-button-prev-g,.pilot .gallery-karts .gallerySwiperDesc .swiper-button-prev-g{transform:rotate(180deg)}.karts-list-page .gallery-karts .gallerySwiperDesc .swiper-button-disabled,.kart .gallery-karts .gallerySwiperDesc .swiper-button-disabled,.formula .gallery-karts .gallerySwiperDesc .swiper-button-disabled,.pilot .gallery-karts .gallerySwiperDesc .swiper-button-disabled{opacity:.35;border:1px solid rgba(255,255,255,.35)!important;cursor:auto;pointer-events:none!important}.karts-list-page .gallery-karts .gallerySwiperDesc .swiper-button-disabled svg,.kart .gallery-karts .gallerySwiperDesc .swiper-button-disabled svg,.formula .gallery-karts .gallerySwiperDesc .swiper-button-disabled svg,.pilot .gallery-karts .gallerySwiperDesc .swiper-button-disabled svg{opacity:.35}.karts-list-page .gallery-karts .gallerySwiperDesc .buttons,.kart .gallery-karts .gallerySwiperDesc .buttons,.formula .gallery-karts .gallerySwiperDesc .buttons,.pilot .gallery-karts .gallerySwiperDesc .buttons{margin:-78px 0 30px auto;width:fit-content;height:41px}@media screen and (max-width: 1439px){.karts-list-page .gallery-karts .gallerySwiperDesc .buttons,.kart .gallery-karts .gallerySwiperDesc .buttons,.formula .gallery-karts .gallerySwiperDesc .buttons,.pilot .gallery-karts .gallerySwiperDesc .buttons{margin:-70px 0 25px auto}}.karts-list-page .gallery-karts .gallerySwiperDesc .buttons .swiper-button,.kart .gallery-karts .gallerySwiperDesc .buttons .swiper-button,.formula .gallery-karts .gallerySwiperDesc .buttons .swiper-button,.pilot .gallery-karts .gallerySwiperDesc .buttons .swiper-button{border:1px solid #FFFFFF}.karts-list-page .gallery-karts .gallerySwiperDesc .buttons .swiper-button svg,.kart .gallery-karts .gallerySwiperDesc .buttons .swiper-button svg,.formula .gallery-karts .gallerySwiperDesc .buttons .swiper-button svg,.pilot .gallery-karts .gallerySwiperDesc .buttons .swiper-button svg{max-width:10px}.karts-list-page .gallery-karts .gallerySwiperDesc .buttons .swiper-button:hover,.kart .gallery-karts .gallerySwiperDesc .buttons .swiper-button:hover,.formula .gallery-karts .gallerySwiperDesc .buttons .swiper-button:hover,.pilot .gallery-karts .gallerySwiperDesc .buttons .swiper-button:hover{border:1px solid #268AFA}.karts-list-page .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide,.kart .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide,.formula .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide,.pilot .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide{width:100%;height:auto;display:flex;flex-direction:column;gap:15px}.karts-list-page .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide .image,.kart .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide .image,.formula .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide .image,.pilot .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide .image{aspect-ratio:16/9;overflow:hidden}.karts-list-page .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide .media-wrapper,.kart .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide .media-wrapper,.formula .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide .media-wrapper,.pilot .gallery-karts .gallerySwiperDesc .swiper-wrapper .swiper-slide .media-wrapper{overflow:hidden;border-radius:15px;border:1px solid rgba(255,255,255,.2)}.karts-list-page .gallery-karts .gallerySwiperMob,.kart .gallery-karts .gallerySwiperMob,.formula .gallery-karts .gallerySwiperMob,.pilot .gallery-karts .gallerySwiperMob{width:100%;overflow:clip;display:none;width:calc(100% + 30px);margin-left:-15px;padding:0 15px}@media screen and (max-width: 639px){.karts-list-page .gallery-karts .gallerySwiperMob,.kart .gallery-karts .gallerySwiperMob,.formula .gallery-karts .gallerySwiperMob,.pilot .gallery-karts .gallerySwiperMob{display:flex}}.karts-list-page .gallery-karts .gallerySwiperMob .swiper-wrapper .swiper-slide,.kart .gallery-karts .gallerySwiperMob .swiper-wrapper .swiper-slide,.formula .gallery-karts .gallerySwiperMob .swiper-wrapper .swiper-slide,.pilot .gallery-karts .gallerySwiperMob .swiper-wrapper .swiper-slide{width:100%;height:auto;display:flex;flex-direction:column;gap:15px;aspect-ratio:16/9}.karts-list-page .gallery-karts .gallerySwiperMob .swiper-wrapper .swiper-slide .media-wrapper,.kart .gallery-karts .gallerySwiperMob .swiper-wrapper .swiper-slide .media-wrapper,.formula .gallery-karts .gallerySwiperMob .swiper-wrapper .swiper-slide .media-wrapper,.pilot .gallery-karts .gallerySwiperMob .swiper-wrapper .swiper-slide .media-wrapper{overflow:hidden;border-radius:15px;border:1px solid rgba(255,255,255,.2)}.kart .links-first .link .button,.pass .links-first .link .button{background:transparent;border:1px solid #FFFFFF;font-family:PT,sans-serif}.kart .links-first .link .button:hover,.pass .links-first .link .button:hover{background:#236CCA;border:1px solid #236CCA}@media screen and (max-width: 639px){.kart .links-first .js-form-btn,.pass .links-first .js-form-btn{width:100%}}.kart #characteristics-full,.pass #characteristics-full{scroll-margin-top:100px}@media screen and (max-width: 479px){.pass .buy-tickets-new .overlay-start{display:none}}.pass button{box-shadow:none!important}.buy-tickets-new button,.mob-link button{background:transparent!important;border:1px solid #FFFFFF}.buy-tickets-new button:hover,.mob-link button:hover{background:#2B87F7!important}.buy-tickets-new .line,.mob-link .line{width:100%!important}.about-page .about-desc{margin:0 10px 100px}.about-page .officials .top h2{margin-bottom:10px;text-align:center}.about-page .officials .top .body-text{text-align:center;margin-bottom:25px}.about-page .officials .officials-list{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}@media screen and (max-width: 1439px){.about-page .officials .officials-list{gap:20px}}@media screen and (max-width: 959px){.about-page .officials .officials-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 479px){.about-page .officials .officials-list{grid-template-columns:1fr}}.about-page .officials .link{margin:25px auto 0}@media screen and (max-width: 639px){.about-page .officials .link{width:100%}}.about-page .lead-text{text-align:left;font-size:15px;color:#fff}@media screen and (max-width: 639px){.about-page .lead-text{font-size:13px}}.about-page .lead-text p{margin-bottom:20px}.about-page .lead-text ul{list-style-type:disc;list-style-position:inside;padding-left:10px;margin-bottom:20px}.about-page .lead-text ul li{display:list-item;vertical-align:top}.about-page .lead-text ul li a{white-space:normal;word-wrap:break-word;color:#fff;text-decoration:none;white-space-collapse:break-spaces;max-width:calc(100% - 20px)}.about-page .lead-text ul li a:after{text-decoration:none;display:inline-block;content:"";background-image:url(/build/assets/arrow-link-f9508f15.svg);background-repeat:no-repeat;background-size:contain;width:14px;height:14px;margin-left:10px}@media screen and (max-width: 639px){.about-page .lead-text ul li a:after{width:7px;height:7px}}.press-section{position:relative}.press-section:before{position:absolute;content:"";background-image:url(/build/assets/map-deco-d290c014.png);background-repeat:no-repeat;background-size:contain;top:-185px;left:-14px;width:1392px;height:667.45px;pointer-events:none}@media screen and (max-width: 1439px){.press-section:before{width:981px;height:470.38px;top:-110px;left:41px}}@media screen and (max-width: 959px){.press-section:before{width:773px;height:370.65px;top:-106px;left:-77px}}@media screen and (max-width: 639px){.press-section:before{width:773.001px;height:370.647px;left:50%;transform:translate(-50%)}}@media screen and (max-width: 479px){.press-section:before{width:591px;height:283.379px;top:-53px;left:-75px;transform:unset}}.press-section .text{max-width:477px;position:relative;z-index:1}@media screen and (max-width: 959px){.press-section .text{max-width:unset;text-align:center}}.press-section .text h2{margin-bottom:10px}.press-section .text p{margin-bottom:25px}@media screen and (max-width: 959px){.press-section .text .link{margin:0 auto}}@media screen and (max-width: 639px){.press-section .text .link{width:100%}}.contacts-list{display:flex;justify-content:space-between;gap:20px}@media screen and (max-width: 959px){.contacts-list{gap:10px}}@media screen and (max-width: 639px){.contacts-list{gap:20px;align-items:center;flex-direction:column}}.contacts-list h4{margin-bottom:unset}@media screen and (max-width: 639px){.contacts-list h4{text-align:center}}.contacts-list li{display:flex;flex-direction:column;gap:15px}@media screen and (max-width: 959px){.contacts-list li{gap:10px}}@media screen and (max-width: 639px){.contacts-list li{align-items:center}}.contacts-list li a span{transition:color .2s}@media (hover: hover) and (pointer: fine){.contacts-list li a:hover span,.contacts-list li a:focus span{color:#2b87f7}}.contacts-list li .contact{display:flex;align-items:center;gap:10px;max-width:286px}.contacts-list li .contact .icon{width:24px;height:24px;color:#2b87f7}@media screen and (max-width: 639px){.contacts-list li .contact .icon{display:none}}.contacts-list li .contact:hover .body-pretext{color:inherit}.contacts-list li .contact .contact-text{display:flex;flex-direction:column;gap:5px}@media screen and (max-width: 639px){.contacts-list li .contact .contact-text{text-align:center}}.contacts-list li .contact .contact-text .body-pretext{opacity:.4;font-size:12px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.24px}.map-section{width:100%;aspect-ratio:3/1;overflow:hidden;border-radius:20px}@media screen and (max-width: 959px){.map-section{aspect-ratio:2.8/1}}@media screen and (max-width: 639px){.map-section{border-radius:10px;aspect-ratio:unset;height:220px}}.map-section .ymaps-2-1-79-map{height:100%!important}.map-section #map{height:100%}.buy-tickets{position:relative;background-color:#0b081e;z-index:11}.buy-tickets:before{position:absolute;content:"";bottom:0;left:0;right:0;width:100%;height:100%;background-image:url(/build/assets/buy-tickets-bg-334dfbc6.png);background-size:cover;background-position:center bottom;opacity:.8;z-index:0;pointer-events:none}.buy-tickets .container-new{display:grid;grid-template-columns:593px auto;align-items:center;justify-content:center;gap:116px;padding:50px 10px;position:relative;z-index:1}@media screen and (max-width: 1439px){.buy-tickets .container-new{grid-template-columns:460px auto;gap:100px}}@media screen and (max-width: 959px){.buy-tickets .container-new{grid-template-columns:1fr;gap:50px}}@media screen and (max-width: 639px){.buy-tickets .container-new{gap:25px}}.buy-tickets .text{max-width:491px}@media screen and (max-width: 1439px){.buy-tickets .text{max-width:380px}}@media screen and (max-width: 959px){.buy-tickets .text{max-width:unset;display:flex;flex-direction:column;align-items:center}}.buy-tickets .text h2{margin-bottom:25px}@media screen and (max-width: 639px){.buy-tickets .text h2{text-align:center}}.buy-tickets .img-wrapper{border-radius:20px;overflow:hidden;width:100%;aspect-ratio:2.512711864/1}@media screen and (max-width: 1439px){.buy-tickets .img-wrapper{aspect-ratio:2.421052632/1}}@media screen and (max-width: 959px){.buy-tickets .img-wrapper{order:1}}@media screen and (max-width: 479px){.buy-tickets .img-wrapper{border-radius:10px}}.buy-tickets-new{width:100%;height:554px;position:relative;display:flex;justify-content:center;box-sizing:content-box;background:#0B081E}@media screen and (max-width: 1200px){.buy-tickets-new{height:363px}}@media screen and (max-width: 959px){.buy-tickets-new{height:451px}}@media screen and (max-width: 767px){.buy-tickets-new{height:500px}}@media screen and (max-width: 479px){.buy-tickets-new{min-height:520px}}.buy-tickets-new .bg-wrapper{position:absolute;max-width:1920px;width:100%;height:100%}.buy-tickets-new .bg-wrapper .bg{width:100%;height:100%;object-fit:cover;position:relative;z-index:0}.buy-tickets-new .bg-wrapper .overlay_{width:100%;height:100%;position:absolute;visibility:visible;left:-1px;top:0;opacity:1;z-index:1}.buy-tickets-new .bg-wrapper .overlay_ img,.buy-tickets-new .bg-wrapper .overlay_ svg{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 767px){.buy-tickets-new .bg-wrapper .overlay_{display:none}}.buy-tickets-new .bg-wrapper .overlay_mob{width:100%;height:100%;position:absolute;visibility:visible;left:-1px;top:0;opacity:1;z-index:1;display:none}.buy-tickets-new .bg-wrapper .overlay_mob img,.buy-tickets-new .bg-wrapper .overlay_mob svg{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 767px){.buy-tickets-new .bg-wrapper .overlay_mob{display:block}}.buy-tickets-new .bg-wrapper .gradient-left{position:absolute;top:0;left:-1px;z-index:2;width:400px;height:100%}.buy-tickets-new .bg-wrapper .gradient-left img,.buy-tickets-new .bg-wrapper .gradient-left svg{width:100%;height:100%}@media screen and (max-width: 1919px){.buy-tickets-new .bg-wrapper .gradient-left{opacity:1;display:none}}@media screen and (max-width: 1439px){.buy-tickets-new .bg-wrapper .gradient-left{display:none}}.buy-tickets-new .bg-wrapper .gradient-right{position:absolute;top:0;right:-1px;z-index:2;width:400px;height:100%}.buy-tickets-new .bg-wrapper .gradient-right img,.buy-tickets-new .bg-wrapper .gradient-right svg{width:100%;height:100%}.buy-tickets-new .bg-wrapper .gradient-right:after{display:none}@media screen and (max-width: 1919px){.buy-tickets-new .bg-wrapper .gradient-right{display:none}}.buy-tickets-new .bg-wrapper .gradient-circle-wrapper{width:100%;height:100%;position:absolute;overflow:hidden;z-index:1;top:0;left:0}.buy-tickets-new .bg-wrapper .gradient-circle-wrapper .gradient-circle{position:absolute;top:-486px;left:-110px;width:900px;height:900px;border-radius:572px}.buy-tickets-new .bg-wrapper .gradient-circle-wrapper .gradient-circle img,.buy-tickets-new .bg-wrapper .gradient-circle-wrapper .gradient-circle svg{width:100%;height:100%}@media screen and (max-width: 1439px){.buy-tickets-new .bg-wrapper .gradient-circle-wrapper .gradient-circle{top:-350px;left:-270px}}@media screen and (max-width: 767px){.buy-tickets-new .bg-wrapper .gradient-circle-wrapper .gradient-circle{top:-378px;left:-270px}}@media screen and (max-width: 479px){.buy-tickets-new .bg-wrapper .gradient-circle-wrapper .gradient-circle{top:-476px;left:50%;transform:translate(-50%)}}.buy-tickets-new .content-banner{position:relative;padding:0 50px;z-index:5;width:100%;height:100%;display:flex;justify-content:space-between;box-sizing:content-box}@media screen and (max-width: 1439px){.buy-tickets-new .content-banner{padding:0 10px}}@media screen and (max-width: 959px){.buy-tickets-new .content-banner{flex-direction:column;padding:0 30px}}@media screen and (max-width: 767px){.buy-tickets-new .content-banner{padding:0 10px}}@media screen and (max-width: 479px){.buy-tickets-new .content-banner{padding:0}}.buy-tickets-new .content-banner .description{display:flex;flex-direction:column;gap:30px;max-width:592px;order:1;padding:100px 0;font-style:normal;justify-content:center}@media screen and (max-width: 1365px){.buy-tickets-new .content-banner .description{padding:50px 40px;gap:15px}}@media screen and (max-width: 959px){.buy-tickets-new .content-banner .description{order:2;padding:30px 20px}}@media screen and (max-width: 639px){.buy-tickets-new .content-banner .description{padding:40px 0}}@media screen and (max-width: 479px){.buy-tickets-new .content-banner .description{padding:40px 10px;min-height:440px;justify-content:flex-end}}.buy-tickets-new .content-banner .description .logo{width:159px;height:48px}.buy-tickets-new .content-banner .description .logo img,.buy-tickets-new .content-banner .description .logo svg{width:100%;height:100%;object-fit:contain}.buy-tickets-new .content-banner .description .more{color:#fff9;font-weight:500;font-family:var(--font-pt-med),sans-serif}.buy-tickets-new .content-banner .description .h1,.buy-tickets-new .content-banner .description .h2{margin:0}.buy-tickets-new .content-banner .description .address{max-width:410px;margin-top:-10px;color:#fff}@media screen and (max-width: 1439px){.buy-tickets-new .content-banner .description .address{margin-top:-5px}}.buy-tickets-new .content-banner .description .buttons{display:flex;gap:10px;margin:0}@media screen and (max-width: 639px){.buy-tickets-new .content-banner .description .buttons{width:100%}}@media screen and (max-width: 479px){.buy-tickets-new .content-banner .description .buttons{flex-direction:column}}.buy-tickets-new .content-banner .description .buttons .link.white{border:1px solid #ffffff;color:#fff;margin:0;height:44px}@media screen and (max-width: 639px){.buy-tickets-new .content-banner .description .buttons .link.white{width:100%}}.buy-tickets-new .content-banner .description .buttons .link.white .icon{width:10px;height:12px}.buy-tickets-new .content-banner .description .buttons .button{height:44px}@media screen and (max-width: 639px){.buy-tickets-new .content-banner .description .buttons .button{width:100%}}.buy-tickets-new .content-banner .description .buttons .button span{text-wrap:nowrap;font-family:PT,sans-serif}.buy-tickets-new .content-banner .description .buttons .button .icon{width:12px;height:12px}.buy-tickets-new .content-banner .badge{padding:50px 20px 20px;background:#2B87F7;border-radius:0 0 20px 20px;height:fit-content;display:flex;gap:15px;order:2}@media screen and (max-width: 1439px){.buy-tickets-new .content-banner .badge{padding:20px}}@media screen and (max-width: 959px){.buy-tickets-new .content-banner .badge{order:1;width:fit-content;margin-left:20px}}@media screen and (max-width: 639px){.buy-tickets-new .content-banner .badge{width:100%;justify-content:center;margin-left:0}}@media screen and (max-width: 479px){.buy-tickets-new .content-banner .badge{padding:15px 20px;border-radius:0}}.buy-tickets-new .content-banner .badge .h1-new{margin-bottom:0;font-style:normal;line-height:.9;font-family:var(--font-pt),sans-serif;color:#fff}@media screen and (max-width: 1439px){.buy-tickets-new .content-banner .badge .h1-new{font-size:45px}}@media screen and (max-width: 639px){.buy-tickets-new .content-banner .badge .h1-new{font-size:35px}}.buy-tickets-new .content-banner .badge .date{display:flex;flex-direction:column;align-items:center}.buy-tickets-new .content-banner .badge .date .h1-new{margin-bottom:0;font-family:var(--font-pt),sans-serif;font-style:normal;color:#fff}@media screen and (max-width: 1439px){.buy-tickets-new .content-banner .badge .date .h1-new{font-size:45px}}@media screen and (max-width: 639px){.buy-tickets-new .content-banner .badge .date .h1-new{font-size:35px}}.buy-tickets-new .content-banner .badge .date .text{color:#fff}.learning .breadcrumbs{padding-top:50px}.placement{max-width:1200px;padding:0 10px}.placement .title{margin-bottom:25px}@media screen and (max-width: 479px){.placement .title{font-size:29px}}.placement .tabs{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:50px}@media screen and (max-width: 1439px){.placement .tabs{margin-bottom:70px}}@media screen and (max-width: 959px){.placement .tabs{margin-bottom:50px}}@media screen and (max-width: 639px){.placement .tabs{gap:10px}}@media screen and (max-width: 479px){.placement .tabs{flex-direction:column}}.placement .tabs .tab{height:50px;padding:15px;font-size:20px;font-weight:500;line-height:100%;text-align:center;border-radius:15px;border:1px solid #2689FA;box-shadow:0 0 13px #73708e21;background-image:unset;background-color:transparent;color:#2689fa}@media screen and (max-width: 479px){.placement .tabs .tab{width:100%}}.placement .tabs .tab:before{content:none}.placement .tabs .tab.active{color:#fff;background-color:#2689fa}.placement .tabs .tab.active:hover,.placement .tabs .tab.active:focus{border:1px solid #2689FA}.placement .tabs .tab:hover,.placement .tabs .tab:focus{border:1px solid #fff;color:#fff}.placement .placement-content .top{display:grid;grid-template-columns:auto 491px;gap:15px 20px;padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 1439px){.placement .placement-content .top{grid-template-columns:1fr;justify-items:center;gap:15px;border-bottom:unset;margin-bottom:70px;padding-bottom:unset}}@media screen and (max-width: 639px){.placement .placement-content .top{gap:10px}}@media screen and (max-width: 959px){.placement .placement-content .top{margin-bottom:50px}}.placement .placement-content .top .h1-new{margin-bottom:unset}@media screen and (max-width: 1439px){.placement .placement-content .top .h1-new{order:1;text-align:center}}.placement .placement-content .top .map-section{grid-area:span 3/2;aspect-ratio:unset;margin-bottom:unset;border-radius:20px}@media screen and (max-width: 1439px){.placement .placement-content .top .map-section{order:3;grid-area:unset;width:100%;height:300px}}@media screen and (max-width: 639px){.placement .placement-content .top .map-section{height:225px}}@media screen and (max-width: 479px){.placement .placement-content .top .map-section{height:150px}}.placement .placement-content .top .map-section .ymaps-2-1-79-map{width:100%!important}.placement .placement-content .top .address{grid-area:2/1;height:fit-content}@media screen and (max-width: 1439px){.placement .placement-content .top .address{order:2;text-align:center}}.placement .placement-content .top .btns{margin-top:auto;grid-area:3/1;height:fit-content;display:flex;gap:20px}@media screen and (max-width: 1439px){.placement .placement-content .top .btns{grid-area:unset;order:4}}@media screen and (max-width: 639px){.placement .placement-content .top .btns{gap:10px}}.placement .placement-content .top .btns .button{padding:15px;height:54px}@media screen and (max-width: 1439px){.placement .placement-content .top .btns .button{font-size:20px}}@media screen and (max-width: 479px){.placement .placement-content .top .btns .button{height:50px}}.placement .placement-content .bottom{display:flex;flex-direction:column;gap:25px;padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 1439px){.placement .placement-content .bottom{padding-bottom:70px;margin-bottom:70px}}@media screen and (max-width: 959px){.placement .placement-content .bottom{padding-bottom:50px;margin-bottom:50px}}.placement .placement-content .bottom h2{margin-bottom:unset}@media screen and (max-width: 479px){.placement .placement-content .bottom .h3-new{font-size:20px}}.placement .placement-content .bottom .time-list{display:flex;align-items:center;justify-content:center;gap:100px;flex-wrap:wrap}@media screen and (max-width: 959px){.placement .placement-content .bottom .time-list{gap:25px;flex-direction:column}}.placement .placement-content .bottom .time-list .time-item{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}@media screen and (max-width: 1439px){.placement .placement-content .bottom .time-list .time-item{gap:5px}}.placement .placement-content .bottom .js-form-btn{margin:0 auto}@media screen and (max-width: 479px){.placement .placement-content .bottom .js-form-btn{width:100%;height:65px}}.placement .placement-content .bottom .js-form-btn button{font-size:26px}@media screen and (max-width: 479px){.placement .placement-content .bottom .js-form-btn button{width:100%;padding:20px 0;height:100%}}.placement .subscription h2{margin-bottom:25px}.placement .subscription-item.hidden{display:none}.placement .button{font-size:26px;height:65px;padding:0 25px;line-height:153%;letter-spacing:-.26px;border-radius:10px;gap:10px}@media screen and (max-width: 1439px){.placement .button{height:54px;font-size:20px;letter-spacing:-.2px}}@media screen and (max-width: 479px){.placement .button{font-size:15px;padding:8px 20px;height:40px}}.paginator{margin-top:20px;width:100%;display:flex;align-items:center;justify-content:center}.paginator-item{display:flex;align-items:center;justify-content:center;line-height:normal;text-align:center;font-size:14px;font-weight:400;cursor:pointer;width:32px;height:32px;transition:color .2s}@media screen and (max-width: 767px){.paginator-item{width:26px;height:26px;font-size:12px}}.paginator-item:hover,.paginator-item:focus{color:#fff}.paginator-item:first-of-type,.paginator-item:last-of-type{width:24px;height:24px}@media screen and (max-width: 767px){.paginator-item:first-of-type,.paginator-item:last-of-type{width:18px;height:18px}}.paginator-item:first-of-type span,.paginator-item:last-of-type span{display:none}.paginator-item:first-of-type:after,.paginator-item:last-of-type:after{display:block;content:"";background-repeat:no-repeat;background-size:contain;width:100%;height:100%;filter:grayscale(1) brightness(0);transition:filter .2s}.paginator-item:first-of-type:hover:after,.paginator-item:first-of-type:focus:after,.paginator-item:last-of-type:hover:after,.paginator-item:last-of-type:focus:after{filter:grayscale(0) brightness(1)}.paginator-item:first-of-type{margin-right:30px}@media screen and (max-width: 767px){.paginator-item:first-of-type{margin-right:10px}}.paginator-item:first-of-type:after{transform:rotate(180deg)}.paginator-item:last-of-type{margin-left:30px}@media screen and (max-width: 767px){.paginator-item:last-of-type{margin-left:10px}}.paginator-item-active{color:#000;background-color:#fff;border-radius:100%}.paginator-item-active:hover,.paginator-item-active:focus{color:#000}.paginator-item-disabled{opacity:.3;pointer-events:none}.career-development .career{display:flex;flex-direction:column;align-items:center;gap:50px}.career-development .career h2{text-align:center;text-wrap:balance;margin-bottom:50px}@media screen and (max-width: 959px){.career-development .career h2{margin-bottom:30px}}@media screen and (max-width: 639px){.career-development .career h2{margin-bottom:40px}}.swiper-career{position:relative;width:100%;padding-bottom:70px}@media screen and (max-width: 959px){.swiper-career{padding-bottom:65px}}.swiper-container{overflow:hidden}.swiper-container .swiper-slide{display:flex;height:fit-content;justify-content:space-between;gap:50px}@media screen and (max-width: 959px){.swiper-container .swiper-slide{flex-direction:column;gap:25px}}.swiper-container .slide-image{border-radius:20px;overflow:hidden;height:390px;max-width:693px;width:100%;border:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 1439px){.swiper-container .slide-image{height:286px}}@media screen and (max-width: 959px){.swiper-container .slide-image{max-width:unset;height:300px}}@media screen and (max-width: 639px){.swiper-container .slide-image{display:none}}.swiper-container .slide-content{display:flex;flex-direction:column;gap:10px;max-width:390px}@media screen and (max-width: 1439px){.swiper-container .slide-content{max-width:380px}}@media screen and (max-width: 959px){.swiper-container .slide-content{max-width:unset}}@media screen and (max-width: 639px){.swiper-container .slide-content{align-items:center}.swiper-container .slide-content span,.swiper-container .slide-content h3{text-align:center}}.swiper-container .slide-content span{color:#007bff}.custom-pagination-desktop{display:flex;justify-content:space-between;align-items:center;margin:30px auto 35px;position:relative;max-width:940px;width:100%}@media screen and (max-width: 1439px){.custom-pagination-desktop{max-width:750px;margin:30px auto 50px}}@media screen and (max-width: 959px){.custom-pagination-desktop{max-width:510px;margin:30px auto}}.custom-pagination-desktop .progress-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:96%;display:flex;justify-content:space-between;pointer-events:none}.custom-pagination-desktop .progress-container .progress-bar{flex:1;height:2px;margin:0 47px;overflow:hidden;background:rgba(255,255,255,.1)}@media screen and (max-width: 959px){.custom-pagination-desktop .progress-container .progress-bar{margin:0 31px}}.custom-pagination-desktop .progress-container .progress-bar .progress-fill{height:100%;width:0;background:#007bff}.custom-pagination-desktop .pagination-item{display:flex;flex-direction:column;gap:30px;position:relative;cursor:pointer}.custom-pagination-desktop .pagination-item .icon{min-width:fit-content;height:48px;left:50%;top:-73px;transform:translate(-50%);position:absolute;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 959px){.custom-pagination-desktop .pagination-item .icon{top:-68px}}.custom-pagination-desktop .pagination-item .icon .media-wrapper{height:unset}.custom-pagination-desktop .pagination-item .icon img{width:100%;height:auto}.custom-pagination-desktop .pagination-item .step-circle{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;cursor:pointer;transition:background .3s,color .3s}.custom-pagination-desktop .pagination-item .step-circle span{font-family:FreeSetBoldC;font-size:20px;font-style:italic}.custom-pagination-desktop .pagination-item .step-circle.active{background:#007bff;color:#fff;transform:scale(1.33)}.custom-pagination-desktop .pagination-item.item-1 .icon{width:177px}.custom-pagination-desktop .pagination-item.item-2 .icon{width:188px}.custom-pagination-desktop .pagination-item.item-3 .icon{width:177px}.custom-pagination-desktop .pagination-item.item-4 .icon{width:106px}@media screen and (max-width: 959px){.custom-pagination-desktop .pagination-item.item-1 .icon{width:117px}.custom-pagination-desktop .pagination-item.item-2 .icon{width:126px}.custom-pagination-desktop .pagination-item.item-3 .icon{width:118px}.custom-pagination-desktop .pagination-item.item-4 .icon{width:70px}}.custom-pagination-mobile{display:none;max-width:800px;margin:20px auto;transform:translate(11%)}@media screen and (max-width: 479px){.custom-pagination-mobile{width:85%;transform:translate(8%)!important}}.custom-pagination-mobile.active{display:block}.custom-pagination-mobile .swiper-slide{display:flex;flex-direction:row;align-items:flex-end;gap:25px;height:auto;width:100%;margin:0;position:relative}.custom-pagination-mobile .top{display:flex;flex-direction:column;align-items:center;gap:25px;position:relative}.custom-pagination-mobile .top .icon{position:absolute;top:-60px;height:36px;display:flex;align-items:center}.custom-pagination-mobile .top .icon .media-wrapper{height:auto}.custom-pagination-mobile .top .icon .media-wrapper img{width:100%;height:auto}.custom-pagination-mobile .step-circle{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;transition:background .3s,color .3s}.custom-pagination-mobile .step-circle.active{background:#007bff;color:#fff}.custom-pagination-mobile .swiper-slide.item-1 .icon{width:133px}.custom-pagination-mobile .swiper-slide.item-2 .icon{width:144px}.custom-pagination-mobile .swiper-slide.item-3 .icon{width:133px}.custom-pagination-mobile .swiper-slide.item-4 .icon{width:62px}@media screen and (max-width: 479px){.custom-pagination-mobile .swiper-slide.item-1 .icon{width:117px}.custom-pagination-mobile .swiper-slide.item-2 .icon{width:128px}.custom-pagination-mobile .swiper-slide.item-3 .icon{width:117px}.custom-pagination-mobile .swiper-slide.item-4 .icon{width:62px}}.custom-pagination-mobile .progress-container-mobile{position:absolute;background:rgba(255,255,255,.1);width:calc(100% - 64px);left:50%;transform:translate(-44%,-15px)}@media screen and (max-width: 479px){.custom-pagination-mobile .progress-container-mobile{transform:translate(-36%,-15px)}}.custom-pagination-mobile .progress-bar-mobile{flex:1;height:2px;overflow:hidden}.custom-pagination-mobile .progress-fill-mobile{height:100%;width:0;background:#007bff}.swiper-controls{display:flex;justify-content:flex-start;gap:8px;max-width:390px;width:100%;left:unset;top:unset;right:0;bottom:0;height:40px;background:unset;position:relative;margin-top:20px}@media screen and (max-width: 1439px){.swiper-controls{max-width:380px}}@media screen and (max-width: 959px){.swiper-controls{max-width:unset;justify-content:space-between;margin-top:15px}}.swiper-button{box-shadow:unset;min-width:40px;min-height:40px;border-radius:10px!important;border:1px solid #007bff;color:#007bff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.swiper-button svg{width:16px;height:16px}.swiper-button:hover:not(:disabled){background:#007bff;color:#fff;border-color:#007bff}.swiper-button:disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width: 639px){.pagination-item{pointer-events:none}}.why-smp .content-why{width:100%;display:flex;flex-direction:column;align-items:center;gap:25px}@media screen and (max-width: 959px){.why-smp .content-why{gap:20px}}@media screen and (max-width: 959px) and (max-width: 639px){.why-smp .content-why{gap:10px}}.why-smp .content-why .h2-new{text-align:center}.why-smp .content-why .h2-new span{color:#007bff}@media screen and (max-width: 959px){.why-smp .content-why .h2-new{gap:15px}}.why-smp .content-why .blocks{width:100%;display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.why-smp .content-why .blocks .corner1{grid-area:1/1/3/3}.why-smp .content-why .blocks .corner2{grid-area:1/5/3/7}.why-smp .content-why .blocks .corner3{grid-area:3/1/5/3}.why-smp .content-why .blocks .corner4{grid-area:3/5/5/7}.why-smp .content-why .blocks .center{grid-area:1/3/5/5}@media screen and (max-width: 1439px){.why-smp .content-why .blocks{gap:20px}}@media screen and (max-width: 959px){.why-smp .content-why .blocks{grid-template-columns:repeat(4,1fr)}.why-smp .content-why .blocks .corner1{grid-area:1/1/3/3}.why-smp .content-why .blocks .corner3{grid-area:3/1/5/3}.why-smp .content-why .blocks .corner2{grid-area:1/3/3/5}.why-smp .content-why .blocks .corner4{grid-area:3/3/5/5}.why-smp .content-why .blocks .center{display:none}}@media screen and (max-width: 959px) and (max-width: 639px){.why-smp .content-why .blocks{display:flex}.why-smp .content-why .blocks .center{display:none}}.why-smp .content-why .blocks .corner{display:flex;flex-direction:column;padding:30px;border-radius:20px;border:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 1439px){.why-smp .content-why .blocks .corner{padding:20px}}@media screen and (max-width: 959px){.why-smp .content-why .blocks .corner{padding:20px;height:100%}}.why-smp .content-why .blocks .corner .text-m{font-family:FreeSetBoldC;font-style:italic;line-height:1;margin-bottom:10px}.why-smp .content-why .blocks .corner h3{margin-bottom:10px;color:#fff}.why-smp .content-why .blocks .corner .text-l{color:#fff}.why-smp .content-why .blocks .corner .body-text{letter-spacing:unset;font-family:var(--font-pt-reg),sans-serif!important}.why-smp .content-why .blocks .corner .icon{width:70px;height:70px;padding:10px;box-sizing:border-box;border-radius:10px;background:#FFFFFF;position:relative;margin-bottom:30px}@media screen and (max-width: 1439px){.why-smp .content-why .blocks .corner .icon{margin-bottom:20px}}.why-smp .content-why .blocks .corner1,.why-smp .content-why .blocks .corner2{background:#132854}.why-smp .content-why .blocks .corner3,.why-smp .content-why .blocks .corner4{background:#007bff}@media screen and (max-width: 639px){.why-smp .content-why .blocks .corner-desc{display:none}}.why-smp .content-why .blocks .corner-swiper-container{width:100%;display:none}@media screen and (max-width: 639px){.why-smp .content-why .blocks .corner-swiper-container{display:flex}}.why-smp .content-why .blocks .corner-swiper-container .swiper-slide{display:flex;height:100%}.why-smp .center,.why-smp .center-mob{position:relative}@media screen and (max-width: 959px){.why-smp .center,.why-smp .center-mob{height:348px}.why-smp .center .swiper-autoplay,.why-smp .center-mob .swiper-autoplay{overflow:visible}}@media screen and (max-width: 959px) and (max-width: 479px){.why-smp .center,.why-smp .center-mob{height:fit-content}}.why-smp .center-mob{display:none;width:100%}@media screen and (max-width: 959px){.why-smp .center-mob{display:flex}}.why-smp .center img{width:100%;height:100%;object-fit:cover;border-radius:12px}.why-smp .center-mob{flex-direction:column;gap:0;width:calc(100% + -0px);margin:0 auto}@media screen and (max-width: 639px){.why-smp .center-mob .swiper-autoplay{height:259px}}@media screen and (max-width: 639px) and (max-width: 479px){.why-smp .center-mob .swiper-autoplay{height:168px;border-radius:10px!important}.why-smp .center-mob .swiper-autoplay .swiper-slide{border-radius:10px!important}}.why-smp .center-mob .button{width:fit-content;left:50%;transform:translate(-50%);margin:0 auto;position:absolute;bottom:20px}@media screen and (max-width: 639px){.why-smp .center-mob .button{width:100%;bottom:unset;position:relative}}.why-smp .swiper-autoplay{width:100%;height:100%;overflow:hidden;border-radius:20px;position:relative}.why-smp .swiper-autoplay .button{position:absolute;bottom:30px;width:calc(100% - 60px);left:50%;transform:translate(-50%)}@media screen and (max-width: 1439px){.why-smp .swiper-autoplay .button{bottom:20px;width:calc(100% - 38px)}}@media screen and (max-width: 1439px) and (max-width: 959px){.why-smp .swiper-autoplay .button{width:fit-content}}.why-smp .swiper-slide{display:flex;justify-content:center;align-items:center;border-radius:20px;overflow:hidden}.why-smp .swiper-slide img{width:100%;height:100%;object-fit:cover}.why-smp .center .btn{display:block;margin-top:8px;font-size:20px;color:#00d1b2;text-decoration:none}.why-smp .hero__controls{margin-top:10px}@media screen and (max-width: 639px){.why-smp .hero__controls,.why-smp .hero__controls .js-form-btn{width:100%}}@media screen and (max-width: 639px){.why-smp.container-new{padding:0}}.swiper-pagination{display:flex;gap:8px;justify-content:center;width:calc(100% - 60px)!important;left:50%!important;top:30px!important;bottom:unset!important;transform:translate(-50%)}@media screen and (max-width: 959px){.swiper-pagination{top:20px!important;width:calc(100% - 40px)!important}}.swiper-pagination-bullet{width:100%;height:2px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden;position:relative;opacity:1;transform:scale(1)}.swiper-pagination-bullet .progress{position:absolute;top:0;left:0;height:100%;width:100%;background:#007bff;transform:scaleX(0);transform-origin:left;transition:transform .01s;border-radius:3px;will-change:transform}.sing-up{position:relative;width:100%;overflow:hidden;height:auto;border-bottom:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 959px){.sing-up{display:flex;flex-direction:column;gap:25px;border-bottom:unset}}@media screen and (max-width: 959px){.sing-up .wrapper-image{border-bottom:1px solid rgba(255,255,255,.2)}}.sing-up .wrapper-image .media-wrapper{display:block;width:100%;margin:0 auto;object-fit:cover;height:560px;overflow:hidden}@media screen and (max-width: 1439px){.sing-up .wrapper-image .media-wrapper{height:447px}}@media screen and (max-width: 959px){.sing-up .wrapper-image .media-wrapper{height:350px}}@media screen and (max-width: 639px){.sing-up .wrapper-image .media-wrapper{height:250px}}@media screen and (max-width: 479px){.sing-up .wrapper-image .media-wrapper{height:200px}}.sing-up .wrapper-image .media-wrapper img{transform:scale(1.25);position:absolute;left:12%}@media screen and (max-width: 1439px){.sing-up .wrapper-image .media-wrapper img{transform:scale(1.2);left:8%}}@media screen and (max-width: 800px){.sing-up .wrapper-image .media-wrapper img{transform:scale(1.75) translateY(7%);left:28%;height:auto}}@media screen and (max-width: 639px){.sing-up .wrapper-image .media-wrapper img{transform:scale(1.65) translateY(6%)}}@media screen and (max-width: 479px){.sing-up .wrapper-image .media-wrapper img{transform:scale(2) translateY(10%);left:38%}}.sing-up .container-sing-up{max-width:1420px;width:100%;height:100%;left:50%;transform:translate(-50%);position:absolute;z-index:1;top:0}@media screen and (max-width: 1439px){.sing-up .container-sing-up{max-width:1220px}}@media screen and (max-width: 959px){.sing-up .container-sing-up{max-width:unset;position:relative}}.sing-up .container-sing-up .content-sing-up{position:absolute;bottom:100px;right:60px;z-index:3;max-width:535px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:25px}@media screen and (max-width: 1439px){.sing-up .container-sing-up .content-sing-up{bottom:50px;right:10px;max-width:380px}}@media screen and (max-width: 959px){.sing-up .container-sing-up .content-sing-up{bottom:unset;right:unset;max-width:unset;position:relative;padding:0 10px;align-items:center}.sing-up .container-sing-up .content-sing-up .link{margin:0 auto}}@media screen and (max-width: 959px) and (max-width: 639px){.sing-up .container-sing-up .content-sing-up .link{width:100%}}.sing-up .container-sing-up .content-sing-up .logo .media-wrapper{width:236px;height:auto}@media screen and (max-width: 479px){.sing-up .container-sing-up .content-sing-up .logo .media-wrapper{width:221px}}.sing-up .container-sing-up .content-sing-up .image-block-content{display:flex;flex-direction:column;align-items:flex-start;gap:15px}@media screen and (max-width: 959px){.sing-up .container-sing-up .content-sing-up .image-block-content{align-items:center}}.sing-up .container-sing-up .content-sing-up .image-block-content .h2-new{line-height:1;margin:0}.sing-up .container-sing-up .content-sing-up .image-block-content .h2-new span{color:#007bff}@media screen and (max-width: 959px){.sing-up .container-sing-up .content-sing-up .image-block-content .h2-new{text-align:center;max-width:95%}}@media screen and (max-width: 639px){.sing-up .container-sing-up .content-sing-up .image-block-content .h2-new{font-size:25px;max-width:79%}}.sing-up .container-sing-up .content-sing-up .image-block-content .body-text{font-weight:400;max-width:356px;text-align:left;line-height:150%;letter-spacing:-.15px}@media screen and (max-width: 1439px){.sing-up .container-sing-up .content-sing-up .image-block-content .body-text{font-size:17px;letter-spacing:-.17px}}@media screen and (max-width: 959px){.sing-up .container-sing-up .content-sing-up .image-block-content .body-text{text-align:center;max-width:90%}}@media screen and (max-width: 639px){.sing-up .container-sing-up .content-sing-up .image-block-content .body-text{letter-spacing:-.15px;font-size:15px;line-height:130%}}.sing-up .container-sing-up .content-sing-up .button.mob{display:none}@media screen and (max-width: 1439px){.sing-up .container-sing-up .content-sing-up .button.mob{display:flex}}@media screen and (max-width: 959px){.sing-up .container-sing-up .content-sing-up .button.mob{display:none}}.sing-up .container-sing-up .content-sing-up .button.pink{display:flex}@media screen and (max-width: 1439px){.sing-up .container-sing-up .content-sing-up .button.pink{display:none}}.sing-up .container-sing-up .content-sing-up .link{display:none}@media screen and (max-width: 959px){.sing-up .container-sing-up .content-sing-up .link{display:flex}}.sing-up .container-sing-up .content-sing-up button svg{width:12px;height:12px}@media screen and (max-width: 639px){.sing-up .container-sing-up .content-sing-up button{width:100%}}.gradient-left{position:absolute;top:0;bottom:0;width:25%;pointer-events:none;z-index:1}.gradient-right{position:absolute;top:0;bottom:0;width:70%;pointer-events:none;z-index:1}.gradient-left{left:0;background:linear-gradient(270deg,rgba(11,8,30,0) 0%,rgba(6,5,15,.7) 50%,rgb(6,5,15) 80%)}@media screen and (max-width: 1800px){.gradient-left{background:linear-gradient(270deg,rgba(11,8,30,0) 0%,rgba(6,5,15,.7) 50%,rgba(6,5,15,.9) 100%)}}.gradient-right{right:0;background:linear-gradient(90deg,rgba(11,8,30,0) 0%,rgb(11,8,30) 80%)}.gradient-right:after{content:"";position:absolute;left:50%;top:50%;transform:translate(7%,-113%);width:572px;height:572px;border-radius:100%;opacity:.74;background:var(--2-b-87-f-7, #2B87F7);filter:blur(283.049987793px)}@media screen and (max-width: 1439px){.gradient-right:after{transform:translate(40%,-120%)}}@media (max-width: 1200px){.gradient-left{display:none}}@media screen and (max-width: 1200px) and (max-width: 800px){.gradient-right{background:unset}}.graduates .content-graduates,.graduates-main .content-graduates{display:flex;width:100%;flex-direction:column;gap:25px}.graduates .graduates-header,.graduates-main .graduates-header{display:flex;width:100%;flex-direction:column;align-items:center;gap:10px}.graduates .graduates-header .h2-new,.graduates-main .graduates-header .h2-new{margin:0;text-align:center}.graduates .graduates-header .logo .media-wrapper,.graduates-main .graduates-header .logo .media-wrapper{width:251px;height:auto}@media screen and (max-width: 639px){.graduates .graduates-header .logo .media-wrapper,.graduates-main .graduates-header .logo .media-wrapper{width:232px}}@media screen and (max-width: 479px){.graduates .graduates-header .logo .media-wrapper,.graduates-main .graduates-header .logo .media-wrapper{width:221px}}.graduates .graduate,.graduates-main .graduate{width:100%;height:120px;border-top:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;cursor:pointer;display:flex;justify-content:center}@media screen and (max-width: 1439px){.graduates .graduate,.graduates-main .graduate{height:100px}}@media screen and (max-width: 639px){.graduates .graduate,.graduates-main .graduate{height:80px}}@media screen and (max-width: 479px){.graduates .graduate,.graduates-main .graduate{height:70px}}.graduates .graduate:nth-last-of-type(1),.graduates-main .graduate:nth-last-of-type(1){border-bottom:1px solid rgba(255,255,255,.1)}.graduates .graduate:nth-last-of-type(1):hover,.graduates-main .graduate:nth-last-of-type(1):hover{border-bottom:1px solid rgba(255,255,255,0)}.graduates .graduate .cont,.graduates-main .graduate .cont{width:100%;display:flex;height:100%;align-items:center;justify-content:space-between}.graduates .graduate .cont span,.graduates-main .graduate .cont span{color:#fff;font-family:FreeSetBoldC;font-size:20px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width: 639px){.graduates .graduate .cont span,.graduates-main .graduate .cont span{font-size:18px}}@media screen and (max-width: 479px){.graduates .graduate .cont span,.graduates-main .graduate .cont span{font-size:16px;max-width:30%}.graduates .graduate .cont span:nth-last-of-type(1),.graduates-main .graduate .cont span:nth-last-of-type(1){text-align:right}}.graduates .graduate:hover,.graduates-main .graduate:hover{border-top:1px solid rgba(255,255,255,0)}.graduates .graduate .marquee,.graduates-main .graduate .marquee{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;background:#007bff;color:#fff;font-size:50px;font-family:FreeSetBoldC;font-style:italic}@media screen and (max-width: 1439px){.graduates .graduate .marquee,.graduates-main .graduate .marquee{font-size:35px}}@media screen and (max-width: 639px){.graduates .graduate .marquee,.graduates-main .graduate .marquee{font-size:30px}}.graduates .marquee span,.graduates-main .marquee span{display:inline-block;transform:translate(0);animation:marquee 140s linear infinite;white-space:pre}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-90%)}}.graduates .cursor-image,.graduates-main .cursor-image{position:fixed;top:0;left:0;pointer-events:none;opacity:0;transition:opacity .2s;z-index:1000}.graduates .cursor-image img,.graduates-main .cursor-image img{max-width:256px;height:320px;overflow:hidden;object-fit:cover;border-radius:20px;border:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 959px){.graduates .cursor-image img,.graduates-main .cursor-image img{max-width:192px;height:240px}}@media screen and (max-width: 639px){.graduates .cursor-image img,.graduates-main .cursor-image img{max-width:160px;height:200px}}@media screen and (max-width: 479px){.graduates .cursor-image img,.graduates-main .cursor-image img{max-width:102px;height:128px}}.first-screen{width:100%;height:calc(80vh - 15px);position:relative;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 959px){.first-screen{height:auto}}.first-screen .mob-animated-block .mob-animated-item.animate:nth-child(1){transition-delay:0s!important;transform:translateY(0)!important}.big-main-text{font-family:var(--font-pt),sans-serif;line-height:90%}.lead-text{font-family:var(--font-pt-med),sans-serif;font-weight:500}.cards-wrapper{width:calc(100% - 60px);height:100%;display:flex;gap:15px;position:relative}@media screen and (max-width: 1439px){.cards-wrapper{width:calc(100% - 20px)}}@media screen and (max-width: 959px){.cards-wrapper{flex-direction:column}}@media screen and (max-width: 767px){.cards-wrapper{gap:10px}}.card_{height:100%;position:relative;border-radius:15px;overflow:hidden;cursor:pointer;background:rgba(255,255,255,.42);transform:translate(0);transition:.8s ease;margin-top:0;flex:0 0 250px}@media screen and (max-width: 959px){.card_{width:100%;height:620px;flex:0 0 auto}}@media screen and (max-width: 767px){.card_{height:550px}}@media screen and (max-width: 479px){.card_{height:440px}}@media screen and (min-width: 959px){.card_ .card-content .bottom{visibility:hidden}}.card_ .overlay-useful{width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%);transition:.5s}.card_ .overlay-main{position:absolute;bottom:0;left:0;top:unset;height:100%;width:100%;transition:.5s}.card_ .overlay-main img,.card_ .overlay-main svg{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 2559px){.card_ .overlay-main{height:50%}}@media screen and (max-width: 767px){.card_ .overlay-main{height:100%}}@media screen and (max-width: 479px){.card_ .overlay-main{height:100%}}.card_ .overlay-main-top{position:absolute;top:0;left:0;height:20%;width:100%;background:linear-gradient(to bottom,transparent 0%,rgba(11,8,30,.7) 100%)}@media screen and (max-width: 2559px){.card_ .overlay-main-top{height:50%}}@media screen and (max-width: 767px){.card_ .overlay-main-top{height:40%}}@media screen and (max-width: 479px){.card_ .overlay-main-top{height:60%}}.card_ .overlay-main-rad{position:absolute;top:0;left:0;height:30%;width:500px;border-radius:50%}.card_ .overlay-main-rad img,.card_ .overlay-main-rad svg{width:70%;height:100%;object-fit:cover}@media screen and (max-width: 2559px){.card_ .overlay-main-rad{height:50%}}@media screen and (max-width: 767px){.card_ .overlay-main-rad{height:40%;width:100%}}.card_.active{flex:1 1 100%;z-index:10;transform:translate(0)!important}.card_.active .card-content{opacity:1}.card_.active .card-content .bottom{opacity:1;transition:opacity .5s ease .7s;visibility:visible}.card_.inactive{flex:0 0 250px}.card_.inactive .overlay-main{opacity:0}@media screen and (max-width: 1919px){.card_.inactive{flex:0 0 120px}}@media screen and (max-width: 1439px){.card_.inactive{flex:0 0 100px}}.card_.inactive .card-content{padding:10%}.card_.inactive .card-content .bottom{opacity:0}@media screen and (max-width: 959px){.card_.inactive{width:100%!important}.card_.inactive .card-content{padding:30px}}@media screen and (max-width: 959px) and (max-width: 767px){.card_.inactive .card-content{padding:20px}}@media screen and (max-width: 959px) and (max-width: 479px){.card_.inactive .card-content{padding:15px}}@media screen and (max-width: 959px){.card_.inactive .card-content .bottom{opacity:1}}.card_ .card-content{padding:60px;text-align:left;color:#fff;width:100%;height:100%;transition:.3s ease;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 1365px){.card_ .card-content{padding:50px}}@media screen and (max-width: 959px){.card_ .card-content{padding:30px}}@media screen and (max-width: 767px){.card_ .card-content{padding:20px}}@media screen and (max-width: 479px){.card_ .card-content{padding:15px}}.card_ .card-content .first-screen-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:100%;object-fit:cover;z-index:-1}.card_ .card-content>.icon{max-width:298px;width:100%;height:90px;position:relative;z-index:1}@media screen and (max-width: 1439px){.card_ .card-content>.icon{max-width:264px;height:80px}}@media screen and (max-width: 959px){.card_ .card-content>.icon{max-width:298px;height:90px}}@media screen and (max-width: 767px){.card_ .card-content>.icon{max-width:231px;height:70px}}@media screen and (max-width: 479px){.card_ .card-content>.icon{max-width:159px;height:48px}}.card_ .card-content>.icon img{height:100%;width:auto}.card_ .card-content .bottom{width:100%;display:flex;justify-content:space-between;align-items:flex-end;gap:60px;opacity:1;z-index:1}@media screen and (max-width: 1439px){.card_ .card-content .bottom{flex-direction:column;align-items:flex-start;gap:15px}}.card_ .card-content .bottom .desc{max-width:879px;width:100%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1365px){.card_ .card-content .bottom .desc{gap:10px}}.card_ .card-content .bottom .big-main-text{margin:0}@media screen and (max-width: 1919px){.card_ .card-content .bottom .big-main-text{max-width:400px}}.card_ .card-content .bottom .buttons{display:flex;gap:10px;margin:0}@media screen and (max-width: 639px){.card_ .card-content .bottom .buttons{width:100%}}@media screen and (max-width: 479px){.card_ .card-content .bottom .buttons{flex-direction:column}}.card_ .card-content .bottom .buttons .link.white{border:1px solid #ffffff;color:#fff;margin:0;height:44px}@media screen and (max-width: 639px){.card_ .card-content .bottom .buttons .link.white{width:100%}}.card_ .card-content .bottom .buttons .link.white .icon{width:10px;height:12px}.card_ .card-content .bottom .buttons .button{height:44px}@media screen and (max-width: 639px){.card_ .card-content .bottom .buttons .button{width:100%}}.card_ .card-content .bottom .buttons .button span{text-wrap:nowrap}.card_ .card-content .bottom .buttons .button .icon{width:12px;height:12px}@media screen and (min-width: 959px){.first_transition{transition:1.5s cubic-bezier(.25,.2,.15,1)!important}.opacity{will-change:auto;background-color:#1e1c30e6;position:relative;transition:1.5s;flex:0 0 24.3%;z-index:0;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.opacity .card-content{padding:30px}.opacity .card-content .bottom{opacity:0}.opacity .first-screen-image{animation:fadeInImage 1.5s ease-in-out forwards;-webkit-animation:fadeInImage 1.5s ease-in-out forwards}.opacity:nth-child(1){animation:slideAnimation1 1.5s ease-in-out forwards;-webkit-animation:slideAnimation1 1.5s ease-in-out forwards;z-index:-1}.opacity:nth-child(2){animation:slideAnimation2 1.5s ease-in-out forwards;-webkit-animation:slideAnimation2 1.5s ease-in-out forwards;z-index:-2}.opacity:nth-child(3){animation:slideAnimation3 1.5s ease-in-out forwards;-webkit-animation:slideAnimation3 1.5s ease-in-out forwards;z-index:-3}.opacity:nth-child(4){animation:slideAnimation4 1.5s ease-in-out forwards;-webkit-animation:slideAnimation4 1.5s ease-in-out forwards;z-index:-4}@-webkit-keyframes fadeInImage{0%{opacity:0}50%{opacity:1}to{opacity:1}}@keyframes fadeInImage{0%{opacity:0}50%{opacity:1}to{opacity:1}}@-webkit-keyframes slideAnimation1{0%{-webkit-transform:translate3d(125%,50%,0)}50%{-webkit-transform:translate3d(125%,0,0)}to{-webkit-transform:translate3d(0,0,0)}}@keyframes slideAnimation1{0%{transform:translate3d(125%,50%,0)}50%{transform:translate3d(125%,0,0)}to{transform:translateZ(0)}}@-webkit-keyframes slideAnimation2{0%{-webkit-transform:translate3d(40%,55%,0)}50%{-webkit-transform:translate3d(40%,0,0)}to{-webkit-transform:translate3d(0,0,0)}}@keyframes slideAnimation2{0%{transform:translate3d(40%,55%,0)}50%{transform:translate3d(40%,0,0)}to{transform:translateZ(0)}}@-webkit-keyframes slideAnimation3{0%{-webkit-transform:translate3d(-45%,60%,0)}50%{-webkit-transform:translate3d(-45%,0,0)}to{-webkit-transform:translate3d(0,0,0)}}@keyframes slideAnimation3{0%{transform:translate3d(-45%,60%,0)}50%{transform:translate3d(-45%,0,0)}to{transform:translateZ(0)}}@-webkit-keyframes slideAnimation4{0%{-webkit-transform:translate3d(-130%,65%,0)}50%{-webkit-transform:translate3d(-130%,0,0)}to{-webkit-transform:translate3d(0,0,0)}}@keyframes slideAnimation4{0%{transform:translate3d(-130%,65%,0)}50%{transform:translate3d(-130%,0,0)}to{transform:translateZ(0)}}}.in-touch-wrap{display:flex;flex-direction:column;gap:15px;background:#0B081E}@media screen and (max-width: 959px){.in-touch-wrap{background:unset}}.in-touch-wrap .soc-icon{min-width:24px;max-width:24px;min-height:24px;max-height:24px}.in-touch-wrap .link.white{padding:12px;height:48px!important;width:fit-content!important}.in-touch-wrap .links{flex-wrap:wrap}.in-touch{height:min-content}@media screen and (max-width: 639px){.in-touch{height:250px}}@media screen and (max-width: 479px){.in-touch{height:180px;min-height:unset}}.in-touch .bg-wrapper{max-width:1920px;margin-left:290px}@media screen and (max-width: 1919px){.in-touch .bg-wrapper{margin-left:0}.in-touch .bg-wrapper .bg{max-width:120%}}@media screen and (max-width: 1919px) and (max-width: 1439px){.in-touch .bg-wrapper .bg{max-width:100%}}.in-touch .bg-wrapper .gradient-left_{position:absolute;top:0;left:-1px;z-index:2;width:400px;height:100%}.in-touch .bg-wrapper .gradient-left_ img,.in-touch .bg-wrapper .gradient-left_ svg{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1919px){.in-touch .bg-wrapper .gradient-left_{opacity:1;display:none}}@media screen and (max-width: 1439px){.in-touch .bg-wrapper .gradient-left_{display:none}}.in-touch .bg-wrapper .gradient-right_{position:absolute;top:0;right:-1px;z-index:2;width:400px;height:100%}.in-touch .bg-wrapper .gradient-right_ img,.in-touch .bg-wrapper .gradient-right_ svg{width:100%;height:100%;object-fit:cover}.in-touch .bg-wrapper .gradient-right_:after{display:none}@media screen and (max-width: 1919px){.in-touch .bg-wrapper .gradient-right_{display:none}}.in-touch .bg-wrapper .overlay{display:none;opacity:.5}@media (min-width: 639px) and (max-width: 959px){.in-touch .bg-wrapper .overlay{display:block}}.in-touch .content-banner .description{max-width:680px}@media screen and (max-width: 1439px){.in-touch .content-banner .description{max-width:386px;box-sizing:content-box}}@media screen and (max-width: 959px){.in-touch .content-banner .description{max-width:304px;box-sizing:content-box}}@media screen and (max-width: 639px){.in-touch .content-banner .description{display:none;justify-content:flex-end;height:100%;padding:20px 0}}@media screen and (max-width: 479px){.in-touch .content-banner .description{display:none}}.in-touch .content-banner .description .h2-new span{color:#007bff}@media screen and (max-width: 639px){.in-touch .content-banner .description .h2-new{display:none}}.in-touch .content-banner .description .lead-text{margin-top:-10px;color:#fff}@media screen and (max-width: 1439px){.in-touch .content-banner .description .lead-text{margin-top:-5px}}@media screen and (max-width: 639px){.in-touch .content-banner .description .lead-text{display:none}}.links{display:flex;gap:10px}@media screen and (max-width: 639px){.links{display:none}}.links .button,.links .link.white{border:1px solid #ffffff;color:#fff;margin:0;height:44px}@media screen and (max-width: 639px){.links .button,.links .link.white{width:100%}}.links .button .icon,.links .link.white .icon{width:10px;height:12px}.links .button .body-text,.links .link.white .body-text{line-height:1;font-family:PT,sans-serif}.links .link.white.download .icon{width:16px;height:16px}.links .button{border:1px solid #2B87F7}.mob{display:none;padding:0 10px}@media screen and (max-width: 639px){.mob{display:flex}.mob .description{display:flex;flex-direction:column;gap:15px}.mob .description .h2-new{display:block;font-style:normal;margin:0}.mob .description .h2-new span{color:#007bff}.mob .description .lead-text{width:100%;max-width:100%;color:#fff}}@media screen and (max-width: 639px){.mob .description .links{display:flex;flex-wrap:wrap}.mob .description .links .link{width:fit-content}}.price-list-wrap{display:flex;flex-direction:column;gap:15px;align-items:center}.price-list-wrap .desktop{max-width:1200px;width:calc(100% - 20px)}.price-list{position:relative;width:100%}@media screen and (max-width: 479px){.price-list{min-height:180px}}.price-list .bg-wrapper{width:100%;border-radius:15px;border:1px solid rgba(255,255,255,.2);margin-left:auto;margin-right:auto;overflow:hidden;position:absolute;height:100%}.price-list .bg-wrapper img{width:100%;height:100%;object-fit:cover}.price-list .bg-wrapper .overlay-new{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.8;background:linear-gradient(270deg,rgba(11,8,30,0) 0%,#0B081E 100%)}@media screen and (max-width: 479px){.price-list .bg-wrapper .overlay-new{display:none}}.price-list .bg-wrapper .overlay-new_{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.8}.price-list .bg-wrapper .overlay-new_ img,.price-list .bg-wrapper .overlay-new_ svg{width:100%;height:100%}@media screen and (max-width: 479px){.price-list .bg-wrapper .overlay-new_{display:none}}.price-list .content-banner{position:relative;z-index:2;padding:100px}@media screen and (max-width: 1439px){.price-list .content-banner{padding:50px}}@media screen and (max-width: 959px){.price-list .content-banner{padding:30px}}@media screen and (max-width: 639px){.price-list .content-banner{padding:20px;height:100%}}.price-list .content-banner .description{max-width:450px}@media screen and (max-width: 1439px){.price-list .content-banner .description{max-width:490px;box-sizing:content-box}}@media screen and (max-width: 959px){.price-list .content-banner .description{max-width:304px;box-sizing:content-box}}@media screen and (max-width: 639px){.price-list .content-banner .description{justify-content:flex-end;min-height:210px;display:flex;flex-direction:column;padding:0}}@media screen and (max-width: 479px){.price-list .content-banner .description{min-height:unset}}.price-list .content-banner .description h2{font-style:normal;margin-bottom:20px}.price-list .content-banner .description h2 span{color:#007bff}@media screen and (max-width: 1439px){.price-list .content-banner .description h2{margin-bottom:10px}}@media screen and (max-width: 639px){.price-list .content-banner .description h2{margin:0;display:none}}.price-list .content-banner .description .lead-text{margin-top:-10px;color:#fff}@media screen and (max-width: 1439px){.price-list .content-banner .description .lead-text{margin-top:-5px}}@media screen and (max-width: 639px){.price-list .content-banner .description .lead-text{display:none}}@media screen and (max-width: 639px){.price-list .content-banner .description .buttons{display:none}}.buttons{display:flex;gap:10px;margin-top:30px}@media screen and (max-width: 1439px){.buttons{margin-top:15px}}@media screen and (max-width: 639px){.buttons{width:100%}}@media screen and (max-width: 479px){.buttons{flex-direction:column}}.buttons .link.white{border:1px solid #ffffff;color:#fff;margin:0;height:44px}@media screen and (max-width: 639px){.buttons .link.white{width:100%}}.buttons .link.white .icon{width:10px;height:12px}.buttons .link.white .body-text{line-height:1;font-family:PT,sans-serif}.buttons .button{height:44px}@media screen and (max-width: 639px){.buttons .button{width:100%}}.buttons .button span{text-wrap:nowrap;font-family:PT,sans-serif}.buttons .button .icon{width:12px;height:12px}.mob{display:none;padding:0 10px;width:100%}.mob .line{width:100%;height:1px;background:rgba(255,255,255,.2);margin-top:30px}@media screen and (max-width: 639px){.mob{display:flex}.mob .description{display:flex;width:100%;flex-direction:column;gap:15px}.mob .description .h2-new{display:block;font-style:normal;margin:0}.mob .description .h2-new span{color:#007bff}.mob .description .lead-text{width:100%;max-width:100%;color:#fff}}@media screen and (max-width: 639px) and (max-width: 479px){.mob .description .lead-text{margin-top:-5px}}@media screen and (max-width: 639px){.mob .description .buttons{display:flex;margin-top:0}.mob .description .buttons .link{width:100%}}.useful-container .h2-new,.team-standings .h2-new{font-family:var(--font-pt),sans-serif!important;text-align:left;font-style:normal;margin:0}@media screen and (max-width: 479px){.useful-container .h2-new,.team-standings .h2-new{font-size:30px;width:90%}}.useful-container .container,.team-standings .container{max-width:1220px;padding:0 10px;gap:30px;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.useful-container .container,.team-standings .container{gap:25px}}@media screen and (max-width: 639px){.useful-container .container,.team-standings .container{gap:15px}}.useful-container .container .card,.team-standings .container .card{width:100%;height:595px;border-radius:15px;cursor:unset;overflow:hidden}@media screen and (max-width: 1439px){.useful-container .container .card,.team-standings .container .card{height:460px}}@media screen and (max-width: 479px){.useful-container .container .card,.team-standings .container .card{height:unset;aspect-ratio:1/1.54}}.useful-container .container .card .link-wrapper,.team-standings .container .card .link-wrapper{position:relative;height:100%}@media screen and (max-width: 1439px){.useful-container .container .card .link-wrapper:hover .overlay-useful,.team-standings .container .card .link-wrapper:hover .overlay-useful{top:-90%}}.useful-container .container .card .bg,.team-standings .container .card .bg{width:100%;height:100%;object-fit:cover;position:absolute}.useful-container .container .card .content-wrapper,.team-standings .container .card .content-wrapper{position:relative;z-index:3;padding:40px;height:100%;display:flex;align-items:flex-end;overflow:hidden}@media screen and (max-width: 1439px){.useful-container .container .card .content-wrapper,.team-standings .container .card .content-wrapper{padding:25px}}@media screen and (max-width: 959px){.useful-container .container .card .content-wrapper,.team-standings .container .card .content-wrapper{padding:30px}}@media screen and (max-width: 639px){.useful-container .container .card .content-wrapper,.team-standings .container .card .content-wrapper{padding:20px}}@media screen and (max-width: 479px){.useful-container .container .card .content-wrapper,.team-standings .container .card .content-wrapper{padding:15px}}.useful-container .container .card .content-wrapper .content-useful,.team-standings .container .card .content-wrapper .content-useful{transform:translateY(100%);transition:.5s}@media screen and (max-width: 1439px){.useful-container .container .card .content-wrapper .content-useful,.team-standings .container .card .content-wrapper .content-useful{transform:translateY(0)}}@media screen and (max-width: 639px){.useful-container .container .card .content-wrapper .content-useful,.team-standings .container .card .content-wrapper .content-useful{width:100%}}.useful-container .container .card .content-wrapper .content-useful .description,.team-standings .container .card .content-wrapper .content-useful .description{color:#fff}.useful-container .container .card .content-wrapper .h3-new,.team-standings .container .card .content-wrapper .h3-new{font-family:var(--font-pt),sans-serif!important;margin:0;font-style:normal;transform:translateY(-70px);transition:.5s;height:70px;display:flex;align-items:flex-end}@media screen and (max-width: 1439px){.useful-container .container .card .content-wrapper .h3-new,.team-standings .container .card .content-wrapper .h3-new{transform:translateY(0)}}.useful-container .container .card .content-wrapper .bottom,.team-standings .container .card .content-wrapper .bottom{opacity:0;transition:.3s;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.useful-container .container .card .content-wrapper .bottom,.team-standings .container .card .content-wrapper .bottom{opacity:1}}@media screen and (max-width: 639px){.useful-container .container .card .content-wrapper .bottom .link,.team-standings .container .card .content-wrapper .bottom .link{width:100%}}.useful-container .container .card .content-wrapper .bottom .description,.team-standings .container .card .content-wrapper .bottom .description{font-family:var(--font-pt-reg),sans-serif!important;font-style:normal;font-size:16px;margin:10px 0 15px;max-width:420px}@media screen and (max-width: 1439px){.useful-container .container .card .content-wrapper .bottom .description,.team-standings .container .card .content-wrapper .bottom .description{font-size:14px}}@media screen and (max-width: 639px){.useful-container .container .card .content-wrapper .bottom .description,.team-standings .container .card .content-wrapper .bottom .description{font-size:13px}}.useful-container .container .card .overlay-useful,.team-standings .container .card .overlay-useful{width:100%;position:absolute;top:0%;left:50%;transform:translate(-50%);transition:.5s}.useful-container .container .card .overlay-useful img,.useful-container .container .card .overlay-useful svg,.team-standings .container .card .overlay-useful img,.team-standings .container .card .overlay-useful svg{width:100%;height:100%}@media screen and (max-width: 1439px){.useful-container .container .card .overlay-useful,.team-standings .container .card .overlay-useful{top:-90%}}.useful-container .useful-cards-wrapper,.team-standings .useful-cards-wrapper{position:relative}.useful-container .useful-cards-wrapper .swiper-slide:hover .overlay-useful,.team-standings .useful-cards-wrapper .swiper-slide:hover .overlay-useful{top:-99%}.useful-container .useful-cards-wrapper .swiper-slide:hover .content-useful,.team-standings .useful-cards-wrapper .swiper-slide:hover .content-useful,.useful-container .useful-cards-wrapper .swiper-slide:hover .content-useful .h3-new,.team-standings .useful-cards-wrapper .swiper-slide:hover .content-useful .h3-new{transform:translateY(0)}.useful-container .useful-cards-wrapper .swiper-slide:hover .content-useful .bottom,.team-standings .useful-cards-wrapper .swiper-slide:hover .content-useful .bottom{opacity:1}@media (min-width: 960px){.useful-container .useful-cards-swiper,.team-standings .useful-cards-swiper{display:block}.useful-container .swiper-wrapper,.team-standings .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;transform:none!important}.useful-container .swiper-slide,.team-standings .swiper-slide{width:auto!important;height:auto!important}.useful-container .swiper-pagination,.useful-container .swiper-button-prev,.useful-container .swiper-button-next,.team-standings .swiper-pagination,.team-standings .swiper-button-prev,.team-standings .swiper-button-next{display:none}}@media (max-width: 959px){.useful-container .useful-cards-swiper,.team-standings .useful-cards-swiper{display:block}}@media screen and (max-width: 959px) and (max-width: 959px){.useful-container .useful-cards-swiper,.team-standings .useful-cards-swiper{padding-bottom:12px}}@media (max-width: 959px){.useful-container .swiper-wrapper,.team-standings .swiper-wrapper{display:flex}.useful-container .swiper-slide,.team-standings .swiper-slide{width:100%!important}.useful-container .swiper-pagination,.team-standings .swiper-pagination{position:relative;display:none;justify-content:center;gap:10px;top:10px!important}}@media screen and (max-width: 959px) and (max-width: 959px){.useful-container .swiper-pagination,.team-standings .swiper-pagination{display:flex}}@media (max-width: 959px){.useful-container .swiper-pagination-bullet,.team-standings .swiper-pagination-bullet{width:30px;height:2px;border-radius:10px;position:relative;overflow:hidden;background:rgba(43,135,247,.5);opacity:1}.useful-container .swiper-pagination-bullet:before,.team-standings .swiper-pagination-bullet:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#2b87f7;transform:translate(-100%)}.useful-container .swiper-pagination-bullet-active:before,.team-standings .swiper-pagination-bullet-active:before{animation:slide-progress 5s cubic-bezier(.3,0,.3,1) forwards}.useful-container .swiper-pagination-bullet-completed:before,.team-standings .swiper-pagination-bullet-completed:before{transform:translate(0);animation:none}.useful-container .swiper-paused .swiper-pagination-bullet-active:before,.team-standings .swiper-paused .swiper-pagination-bullet-active:before{animation-play-state:paused}@keyframes slide-progress{0%{transform:translate(-100%)}to{transform:translate(0)}}}.upcoming-races .marquee{display:none!important}.upcoming-races .graduate{width:100%;height:unset!important;border-top:unset;position:relative;overflow:hidden;cursor:pointer;display:unset;justify-content:unset}.upcoming-races .cursor-image{position:fixed;z-index:99;pointer-events:none;max-width:400px;height:225px;width:100%;overflow:hidden;border-radius:15px;display:block}@media screen and (max-width: 959px){.upcoming-races .cursor-image{display:none}}.upcoming-races .cursor-image img{width:100%;height:100%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.upcoming-races .container{max-width:1220px;padding:0 10px;gap:30px;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.upcoming-races .container{gap:25px}}@media screen and (max-width: 639px){.upcoming-races .container{gap:15px}}.upcoming-races .container .header-upcoming-races{width:100%;display:flex;justify-content:space-between}.upcoming-races .container .header-upcoming-races .h2-new{font-family:var(--font-pt),sans-serif!important;text-align:left;font-style:normal;margin:0}@media screen and (max-width: 479px){.upcoming-races .container .header-upcoming-races .h2-new{font-size:30px}}.upcoming-races .container .tabs-block{width:100%;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 959px){.upcoming-races .container .tabs-block{gap:15px}}.upcoming-races .container .tabs-block .no-race{width:100%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1439px){.upcoming-races .container .tabs-block .no-race{gap:10px}}.upcoming-races .container .tabs-block .no-race .h3-new{font-family:var(--font-pt),sans-serif!important;font-style:normal}@media screen and (max-width: 1439px){.upcoming-races .container .tabs-block .no-race .h3-new{font-size:25px}}@media screen and (max-width: 959px){.upcoming-races .container .tabs-block .no-race .h3-new{max-width:430px}}.upcoming-races .container .tabs-block .no-race .text-s{color:#fff9}@media screen and (max-width: 479px){.upcoming-races .container .tabs-block .no-race .text-s{width:90%}}.upcoming-races .container .tabs-block .no-race .text-s a{color:#007bff;transition:.3s}@media (hover: hover) and (pointer: fine){.upcoming-races .container .tabs-block .no-race .text-s a:hover,.upcoming-races .container .tabs-block .no-race .text-s a:focus{opacity:.8}}.upcoming-races .container .tabs-header{width:100%;display:flex;justify-content:space-between}@media screen and (max-width: 959px){.upcoming-races .container .tabs-header .link{display:none}}.upcoming-races .container .tabs-nav::-webkit-scrollbar{display:none;width:0;height:0}.upcoming-races .container .tabs-nav{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.upcoming-races .container .tabs-nav .tab-btn{padding:0 12px;border:1px solid #ffffff;background:transparent;border-radius:10px;cursor:pointer;transition:all .3s ease;height:44px;display:flex;align-items:center}.upcoming-races .container .tabs-nav .tab-btn span{font-size:16px;line-height:110%;color:#fff}.upcoming-races .container .tabs-nav .tab-btn:hover{background:#236CCA;border:1px solid #236CCA!important}.upcoming-races .container .tabs-nav .tab-btn.active{background:#007bff;border:1px solid #007bff}.upcoming-races .container .tabs-content{width:100%}.upcoming-races .container .tabs-content .links{margin-top:10px;justify-content:center}@media screen and (max-width: 959px){.upcoming-races .container .tabs-content .links{justify-content:flex-start}}@media screen and (max-width: 639px){.upcoming-races .container .tabs-content .links{width:100%;display:flex;margin-top:15px;flex-direction:column}}.upcoming-races .container .tabs-content .common{display:none}@media screen and (max-width: 959px){.upcoming-races .container .tabs-content .common{display:flex}}.upcoming-races .container .tab-pane{display:none}.upcoming-races .container .tab-pane.active{display:block}.upcoming-races .container .grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;width:100%}@media screen and (max-width: 959px){.upcoming-races .container .grid-container{display:flex;flex-wrap:wrap;row-gap:5px;column-gap:15px}}.upcoming-races .container .grid-container{opacity:0;transform:translateY(100%);transition:all .6s ease-out;border-top:1px solid rgba(255,255,255,.2);padding:20px}@media screen and (max-width: 959px){.upcoming-races .container .grid-container{padding:15px}}@media screen and (max-width: 639px){.upcoming-races .container .grid-container{padding:15px 0}}.upcoming-races .container .grid-container:nth-of-type(1){border-top:1px solid rgba(255,255,255,0)}.upcoming-races .container .grid-container:nth-child(odd){transform:translateY(100%)}.upcoming-races .container .grid-container.active{opacity:1;transform:translateY(0)}.upcoming-races .container .grid-container:nth-child(1){transition-delay:.1s}.upcoming-races .container .grid-container:nth-child(2){transition-delay:.3s}.upcoming-races .container .grid-container:nth-child(3){transition-delay:.5s}.upcoming-races .container .grid-container:nth-child(4){transition-delay:.7s}.upcoming-races .container .grid-container:nth-child(5){transition-delay:.9s}.upcoming-races .container .grid-container:nth-child(6){transition-delay:1.1s}.upcoming-races .container .grid-item{text-align:left;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 959px){.upcoming-races .container .grid-item{flex-direction:row;gap:15px;justify-content:flex-start}}.upcoming-races .container .grid-item:nth-child(1){order:1}@media screen and (max-width: 959px){.upcoming-races .container .grid-item:nth-child(1){order:2;width:fit-content}}.upcoming-races .container .grid-item:nth-child(2){order:2}@media screen and (max-width: 959px){.upcoming-races .container .grid-item:nth-child(2){order:1;width:100%}}.upcoming-races .container .grid-item:nth-child(3){order:3}@media screen and (max-width: 959px){.upcoming-races .container .grid-item:nth-child(3){order:3;width:fit-content}}.upcoming-races .container .grid-item:nth-child(4){order:4}@media screen and (max-width: 959px){.upcoming-races .container .grid-item:nth-child(4){order:4;width:fit-content}}.upcoming-races .container .grid-item .title{text-transform:uppercase;font-size:19px;font-weight:700;margin:0;transition:.5s}@media screen and (max-width: 959px){.upcoming-races .container .grid-item .title{font-size:20px}}.upcoming-races .container .grid-item span{margin:0;transition:.5s;color:#fff}.types-karts{max-width:1220px;width:calc(100% - 20px);margin:0 auto}.types-karts .h2-new{margin-bottom:30px}@media screen and (max-width: 1439px){.types-karts .h2-new{margin-bottom:25px}}@media screen and (max-width: 479px){.types-karts .h2-new{margin-bottom:15px}}.karts-items{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}@media screen and (max-width: 959px){.karts-items{grid-template-columns:1fr}}.karts-items .card{width:100%;aspect-ratio:1/1;border-radius:15px;cursor:unset;overflow:hidden}.karts-items .card .link-wrapper{position:relative;height:100%}@media screen and (max-width: 1439px){.karts-items .card .link-wrapper:hover .overlay-useful{top:-90%}}.karts-items .card .bg{width:100%;height:100%;object-fit:cover;position:absolute}.karts-items .card .content-wrapper{position:relative;z-index:3;padding:40px;height:100%;display:flex;align-items:flex-end;overflow:hidden}@media screen and (max-width: 1439px){.karts-items .card .content-wrapper{padding:25px}}@media screen and (max-width: 959px){.karts-items .card .content-wrapper{padding:30px}}@media screen and (max-width: 639px){.karts-items .card .content-wrapper{padding:20px}}@media screen and (max-width: 479px){.karts-items .card .content-wrapper{padding:15px}}.karts-items .card .content-wrapper .content-useful{transform:translateY(100%);transition:.5s}@media screen and (max-width: 1439px){.karts-items .card .content-wrapper .content-useful{transform:translateY(0);width:100%}}.karts-items .card .content-wrapper .content-useful .description{color:#fff}@media screen and (max-width: 639px){.karts-items .card .content-wrapper .content-useful .link{max-width:unset;width:100%}}.karts-items .card .content-wrapper .h3-new{margin:0;font-style:normal;transform:translateY(-90px);transition:.5s;height:55px;display:flex;align-items:flex-end}@media screen and (max-width: 1439px){.karts-items .card .content-wrapper .h3-new{transform:translateY(-5px)}}.karts-items .card .content-wrapper .age{margin:0;font-style:normal;transform:translateY(-75px);transition:.5s;height:20px;display:flex;align-items:flex-end;color:#fff;font-weight:700}@media screen and (max-width: 1439px){.karts-items .card .content-wrapper .age{transform:translateY(0)}}@media screen and (max-width: 479px){.karts-items .card .content-wrapper .age{margin-bottom:15px}}.karts-items .card .content-wrapper .bottom{opacity:0;transition:.3s;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.karts-items .card .content-wrapper .bottom{opacity:1}}.karts-items .card .content-wrapper .bottom .description{margin:10px 0 15px}@media screen and (max-width: 479px){.karts-items .card .content-wrapper .bottom .description{display:none}}.karts-items .card .overlay-useful{width:100%;position:absolute;top:0%;left:50%;transform:translate(-50%);transition:.5s}.karts-items .card .overlay-useful img,.karts-items .card .overlay-useful svg{width:100%;height:100%}@media screen and (max-width: 1439px){.karts-items .card .overlay-useful{top:-90%}}.karts-items .swiper-slide:hover .overlay-useful{top:-190%}.karts-items .swiper-slide:hover .content-useful{transform:translateY(0)}.karts-items .swiper-slide:hover .content-useful .h3-new{transform:translateY(-15px)}@media screen and (max-width: 1439px){.karts-items .swiper-slide:hover .content-useful .h3-new{transform:translateY(-5px)}}.karts-items .swiper-slide:hover .content-useful .age{transform:translateY(0);color:#fff}.karts-items .swiper-slide:hover .content-useful .bottom{opacity:1}.kart{padding:0!important}.kart .gallery-karts img{transform:translateY(0)!important}.kart .container-kart{border-radius:15px;border:1px solid rgba(255,255,255,.2);background:#112149;padding:50px;max-width:1220px;width:calc(100% - 20px);margin:0 auto}.kart .container-kart p{color:#fff;font-size:24px;line-height:29px;font-weight:400;font-style:normal;font-family:PT,sans-serif}@media screen and (max-width: 1439px){.kart .container-kart{padding:20px}.kart .container-kart p{font-size:20px;line-height:24px}}@media screen and (max-width: 639px){.kart .container-kart p{font-size:18px;line-height:20px}}.kart .desc-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px}.kart .desc-container p{text-align:start}.kart .h1-new{max-width:100%!important}.kart .contents{width:100%;display:flex;gap:120px;justify-content:space-between}@media screen and (max-width: 1439px){.kart .contents{gap:85px}}.kart .contents .desc{max-width:896px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:25px}@media screen and (max-width: 1439px){.kart .contents .desc{gap:15px}}.kart .contents .desc .links{display:flex!important;width:100%}@media screen and (max-width: 479px){.kart .contents .desc .links{width:100%;flex-direction:column}}.kart .contents .badge{width:fit-content;min-width:max-content;height:fit-content;padding:20px;border-radius:20px;background:#007bff;gap:20px;display:flex;flex-direction:column}@media screen and (max-width: 959px){.kart .contents .badge{display:none}}.kart .contents .badge .characteristics-item{display:flex;flex-direction:column;gap:5px}.kart .contents .badge .characteristics-item .label{text-align:right;width:100%;color:#fff9}.kart .contents .badge .characteristics-item .value{text-align:right;width:100%;font-family:var(--font-pt-med),sans-serif}.kart .hard-characteristics-wrapper{width:100%;border-bottom:1px solid rgba(255,255,255,.2);display:none}@media screen and (max-width: 959px){.kart .hard-characteristics-wrapper{display:flex}}.kart .hard-characteristics-wrapper .hard-characteristics{max-width:1220px;width:calc(100% - 20px);margin:-50px auto 0;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:30px;padding-bottom:50px}@media screen and (max-width: 1439px){.kart .hard-characteristics-wrapper .hard-characteristics{margin-top:-30px;padding-bottom:30px}}@media screen and (max-width: 959px){.kart .hard-characteristics-wrapper .hard-characteristics{flex-direction:row;gap:30px}}@media screen and (max-width: 639px){.kart .hard-characteristics-wrapper .hard-characteristics{flex-direction:column;margin-top:-20px;padding-bottom:20px;gap:25px;align-items:flex-start}}.kart .hard-characteristics-wrapper .hard-characteristics .down svg{transform:rotate(135deg)}.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block{display:flex;gap:60px}@media screen and (max-width: 959px){.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block{flex-wrap:wrap;column-gap:30px;row-gap:10px}}@media screen and (max-width: 479px){.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block{gap:15px}}.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block .characteristics-item{display:flex;flex-direction:column;gap:5px}.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block .characteristics-item .label{font-size:16px;line-height:150%;text-align:left;width:100%;font-weight:400;color:#fff9;font-family:PT,sans-serif}@media screen and (max-width: 1439px){.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block .characteristics-item .label{font-size:14px}}@media screen and (max-width: 639px){.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block .characteristics-item .label{font-size:13px;line-height:130%}}.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block .characteristics-item .value{font-size:50px;line-height:90%;text-align:left;font-weight:700;font-style:normal;width:100%;font-family:var(--font-pt-med),sans-serif}@media screen and (max-width: 1439px){.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block .characteristics-item .value{font-size:35px}}@media screen and (max-width: 639px){.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block .characteristics-item .value{font-size:30px}}@media screen and (max-width: 479px){.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block .characteristics-item .value{font-size:20px}}.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block .mobile{display:none}@media screen and (max-width: 959px){.kart .hard-characteristics-wrapper .hard-characteristics .characteristics-block .mobile{display:flex}}.characteristics-cart{max-width:1220px;width:calc(100% - 20px);margin:0 auto;display:flex;flex-direction:column;gap:30px;position:relative}.characteristics-cart .gradient-big-xl_.one{top:20%;left:50%;transform:translate(-50%)}@media screen and (max-width: 959px){.characteristics-cart .gradient-big-xl_.one{top:-15%}}.characteristics-cart .h2-new{text-align:left;margin:0 auto 0 0}@media screen and (max-width: 639px){.characteristics-cart .h2-new{font-size:30px}}.characteristics-cart .characteristics-table{width:100%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1439px){.characteristics-cart .characteristics-table{gap:10px}}@media screen and (max-width: 639px){.characteristics-cart .characteristics-table{gap:15px}}.characteristics-cart .characteristics-table .characteristics-item{width:100%;display:flex;gap:32px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 1439px){.characteristics-cart .characteristics-table .characteristics-item{padding-bottom:10px}}@media screen and (max-width: 639px){.characteristics-cart .characteristics-table .characteristics-item{padding-bottom:15px;flex-direction:column;gap:5px}}.characteristics-cart .characteristics-table .characteristics-item span{text-align:left;width:100%}.characteristics-cart .characteristics-table .characteristics-item .label{color:#fff9;order:1}@media screen and (max-width: 639px){.characteristics-cart .characteristics-table .characteristics-item .label{order:2}}.characteristics-cart .characteristics-table .characteristics-item .value{color:#fff;order:2}@media screen and (max-width: 639px){.characteristics-cart .characteristics-table .characteristics-item .value{font-size:20px;line-height:20px;font-weight:700;order:1}}.characteristics-cart .links{display:flex;gap:10px}@media screen and (max-width: 639px){.characteristics-cart .links .link{padding:10px 11px}}@media screen and (max-width: 639px){.characteristics-cart .links{flex-direction:column}}@media screen and (max-width: 639px){.characteristics-cart .links .button,.characteristics-cart .links .link.white{width:100%}}.advantages{max-width:1220px;width:calc(100% - 20px);margin:0 auto;display:flex;flex-direction:column;gap:30px}.advantages .h2-new{text-align:left;margin:0 auto 0 0}@media screen and (max-width: 639px){.advantages .h2-new{max-width:70%}}@media screen and (max-width: 479px){.advantages .h2-new{max-width:unset}}.advantages .advantages-content{width:100%;display:flex;flex-direction:column;gap:100px}@media screen and (max-width: 1439px){.advantages .advantages-content{gap:60px}}@media screen and (max-width: 639px){.advantages .advantages-content{gap:40px}}.advantages .advantages-content .advantages-item{width:100%;display:flex;gap:116px;align-items:center}@media screen and (max-width: 1439px){.advantages .advantages-content .advantages-item{gap:15px}}@media screen and (max-width: 959px){.advantages .advantages-content .advantages-item{gap:20px;flex-direction:column;align-items:flex-start}}.advantages .advantages-content .advantages-item .media-wrapper{max-width:694px;aspect-ratio:16/9;overflow:hidden;border-radius:15px}@media screen and (max-width: 1439px){.advantages .advantages-content .advantages-item .media-wrapper{max-width:50%}}@media screen and (max-width: 959px){.advantages .advantages-content .advantages-item .media-wrapper{order:1!important;max-width:100%}}.advantages .advantages-content .advantages-item .media-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15;background:linear-gradient(180deg,rgba(43,135,247,0) 0%,#2B87F7 100%)}.advantages .advantages-content .advantages-item .media-wrapper img{transform:translateY(0)!important}.advantages .advantages-content .advantages-item .description{max-width:390px}@media screen and (max-width: 1439px){.advantages .advantages-content .advantages-item .description{max-width:50%}}@media screen and (max-width: 959px){.advantages .advantages-content .advantages-item .description{order:2!important;max-width:100%}}.advantages .advantages-content .advantages-item .description .h3-new{font-style:normal;margin-bottom:20px}@media screen and (max-width: 959px){.advantages .advantages-content .advantages-item .description .h3-new{margin-bottom:10px}}.advantages .advantages-content .advantages-item .description span{text-shadow:0 -1px 100.7px rgba(115,112,142,0)}@media screen and (max-width: 1439px){.advantages .advantages-content .advantages-item .description span{margin-bottom:17px}}.advantages .advantages-content .advantages-item:nth-child(odd) .media-wrapper{order:1}.advantages .advantages-content .advantages-item:nth-child(odd) .description{order:2}.advantages .advantages-content .advantages-item:nth-child(2n) .media-wrapper{order:2}.advantages .advantages-content .advantages-item:nth-child(2n) .description{order:1}.formula .line{width:calc(100% - 20px);margin:0 auto;height:1px;background:rgba(255,255,255,.2);display:none}@media screen and (max-width: 639px){.formula .line{display:block}}.formula .page-top{min-height:unset}.formula .page-top h1{padding:0;color:#f6f6f6;text-shadow:0 -1px 100.7px rgba(115,112,142,0);margin-bottom:25px}@media screen and (max-width: 1439px){.formula .page-top h1{line-height:45px;margin-bottom:10px}}.formula .page-top .text-m{max-width:900px;display:flex;align-items:start;justify-content:start;text-align:start;margin:0;color:#fff}@media screen and (max-width: 1439px){.formula .page-top .text-m{font-size:25px;max-width:700px}}.formula .in-touch-wrap{min-height:unset;margin-bottom:0}@media screen and (max-width: 1439px){.formula .in-touch-wrap .bg-wrapper{border-bottom:1px solid rgba(255,255,255,.2)!important}}@media screen and (max-width: 1439px){.formula .in-touch-wrap .in-touch .content-banner .description{max-width:500px}}@media screen and (max-width: 959px){.formula .in-touch-wrap .in-touch .content-banner .description .lead-text,.formula .in-touch-wrap .in-touch .content-banner .description .links{display:flex}}@media screen and (max-width: 639px){.formula .in-touch-wrap .in-touch .content-banner .description .lead-text,.formula .in-touch-wrap .in-touch .content-banner .description .links{display:none}}.formula .in-touch-wrap .mob{display:none}@media screen and (max-width: 639px){.formula .in-touch-wrap .mob{display:flex}}.formula .in-touch-wrap .mob .links{flex-direction:row;gap:10px}.formula .in-touch-wrap .mob .links .link{padding:12px!important}.formula .in-touch-wrap .mob .links .link.js-form-btn{padding:0!important}.formula .tickets-swiper .swiper-pagination,.formula .gallerySwiperMob .swiper-pagination{top:auto!important;bottom:-17px!important;display:none}@media screen and (max-width: 959px){.formula .tickets-swiper .swiper-pagination,.formula .gallerySwiperMob .swiper-pagination{display:flex;gap:0}}.formula .tickets-swiper .swiper-pagination-bullet,.formula .gallerySwiperMob .swiper-pagination-bullet{background:rgba(43,135,247,.5);min-width:30px;max-width:30px;margin:0 5px;transform:none}.formula .tickets-swiper .swiper-pagination-bullet-active,.formula .gallerySwiperMob .swiper-pagination-bullet-active{background:rgb(43,135,247)}.formula .gallerySwiperMob .swiper-pagination{bottom:0!important;width:25%!important;left:50%!important;transform:translate(-50%)!important}.formula .swiper-pagination{bottom:0!important}.no-scroll{overflow:hidden;position:relative;height:100vh}@media screen and (max-width: 959px){.formula-page .header .container{margin:0;padding:0;align-items:flex-start}.formula-page .header .container .header__logo{transform:translateY(50px)}}@media screen and (max-width: 959px) and (max-width: 959px){.formula-page .header .container .header__logo{transform:translateY(40px)}}.tickets-block{max-width:1220px;width:calc(100% - 20px);margin:0 auto;display:flex;flex-direction:column;gap:30px;position:relative}.tickets-block .h2-new{text-align:left;margin:0 auto 0 0}@media screen and (max-width: 639px){.tickets-block .h2-new{font-size:22px}}@media screen and (max-width: 959px){.tickets-block>.schedule-stage{display:none!important}}.tickets-block .schedule-stage.show{display:flex}.tickets-block .tickets-swiper-container{width:100%}.tickets-block .tickets-swiper-container .tickets-swiper{max-width:1220px;width:100%;overflow:visible;display:flex;flex-direction:column}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-button-prev-t{transform:rotate(180deg)}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.tickets-block .tickets-swiper-container .tickets-swiper .buttons{margin:-78px 0 30px auto;width:fit-content;height:41px}@media screen and (max-width: 1439px){.tickets-block .tickets-swiper-container .tickets-swiper .buttons{margin:-70px 0 25px auto}}@media screen and (max-width: 959px){.tickets-block .tickets-swiper-container .tickets-swiper .buttons{display:none}}.tickets-block .tickets-swiper-container .tickets-swiper .buttons .swiper-button{border:1px solid #FFFFFF}.tickets-block .tickets-swiper-container .tickets-swiper .buttons .swiper-button svg{max-width:10px}.tickets-block .tickets-swiper-container .tickets-swiper .buttons .swiper-button:hover{border:1px solid #268AFA}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-wrapper{height:auto;aspect-ratio:2/1;align-items:center}@media screen and (max-width: 959px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-wrapper{aspect-ratio:unset;align-items:flex-start}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide{width:91.7%;height:91.7%;transition:.3s;position:relative;overflow:hidden;border-radius:15px;opacity:.2}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide:after{content:"";width:100%;height:100%;opacity:.5;background:#0B081E;position:absolute;top:0;left:0;transition:.3s}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content-wrap{width:100%;height:100%;position:relative;display:flex;flex-direction:column;background:#112149}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content-wrap .calend{position:absolute;bottom:40px;right:40px;z-index:2}@media screen and (max-width: 1439px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content-wrap .calend{bottom:30px;right:30px}}@media screen and (max-width: 959px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content-wrap .calend{position:relative;bottom:unset;right:unset;border:1px solid transparent!important;box-shadow:unset!important;width:100%}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content-wrap .calend:hover{background:transparent}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content-wrap .calend .icon{width:16px!important;height:16px!important}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content-wrap .calend.empty{display:none}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;z-index:2;position:relative;padding:0 40px;border:1px solid rgba(255,255,255,.2);border-radius:15px;overflow:hidden}@media screen and (max-width: 1439px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content{padding:0 30px}}@media screen and (max-width: 959px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content{gap:60px}}@media screen and (max-width: 639px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content{padding:0 10px;gap:74px;height:inherit}}@media screen and (max-width: 479px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content{padding:0;gap:56px}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:-1}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top{width:100%;display:flex;flex-direction:row;justify-content:space-between}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .next-r{color:#fff9;font-size:20px;line-height:25px;font-family:var(--font-pt-med),sans-serif;font-weight:700;margin-top:40px}@media screen and (max-width: 1439px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .next-r{margin-top:30px;line-height:20px}}@media screen and (max-width: 959px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .next-r{font-size:17px;line-height:26px;display:none;font-weight:500}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge{padding:50px 20px 20px;background:#007bff;border-radius:0 0 20px 20px;height:fit-content;display:flex;gap:15px;order:2;z-index:1}@media screen and (max-width: 1439px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge{padding:20px}}@media screen and (max-width: 959px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge{order:1;width:fit-content}}@media screen and (max-width: 639px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge{width:100%;justify-content:center;margin-left:0}}@media screen and (max-width: 479px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge{padding:15px 20px;border-radius:0}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge .h1-new{margin-bottom:0;font-style:normal;line-height:.9;font-family:var(--font-pt),sans-serif;color:#fff}@media screen and (max-width: 1439px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge .h1-new{font-size:45px}}@media screen and (max-width: 639px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge .h1-new{font-size:35px}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge .date{display:flex;flex-direction:column;align-items:center}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge .date .h1-new{margin-bottom:0;font-style:normal;color:#fff}@media screen and (max-width: 1439px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge .date .h1-new{font-size:45px}}@media screen and (max-width: 639px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge .date .h1-new{font-size:35px}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .top .badge .date .text{font-style:normal;font-size:20px;font-weight:700;line-height:18px;color:#fff}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom{width:100%;display:flex;flex-direction:column;gap:20px;padding-bottom:40px}@media screen and (max-width: 1439px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom{padding-bottom:30px;gap:10px}}@media screen and (max-width: 639px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom{padding:0 15px 25px}}@media screen and (max-width: 479px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom{padding:0 15px 15px}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .next-r{font-family:PT,sans-serif;color:#fff9;line-height:90%;font-weight:500;margin-bottom:5px;display:none}@media screen and (max-width: 959px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .next-r{font-size:17px;display:block}}@media screen and (max-width: 959px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .next-r{font-size:17px;line-height:26px}}@media screen and (max-width: 639px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .next-r{font-size:15px;line-height:19px}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .h1{color:#fff;text-align:left;margin-bottom:0;max-width:630px}@media screen and (max-width: 1439px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .h1{max-width:unset}}@media screen and (max-width: 639px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .h1{text-shadow:0px -1px 100.7px rgba(115,112,142,0)}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .lead-text{color:#fff;font-weight:500;max-width:630px}@media screen and (max-width: 1439px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .lead-text{max-width:530px}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .buttons-slide{width:100%;display:flex;justify-content:space-between;margin-top:10px}@media screen and (max-width: 959px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .buttons-slide{margin-top:5px}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .buttons-slide .links{display:flex!important}@media screen and (max-width: 639px){.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .buttons-slide .links{flex-direction:column;width:100%}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .buttons-slide .links .js-form-btn,.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide .content .bottom .buttons-slide .links .button{width:100%}}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide-active{opacity:1;height:100%}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide-active:after{opacity:.6;background:#0B081E}.tickets-block .tickets-swiper-container .tickets-swiper .swiper-slide-active .content:after{content:"";width:100%;height:100%;opacity:.6;background:#0B081E;position:absolute;top:0;left:0;transition:.3s;z-index:-1}.tickets-block .tickets-thumbs{max-width:190px;width:fit-content;display:none}@media screen and (max-width: 959px){.tickets-block .tickets-thumbs{display:flex;margin-top:15px}}.tickets-block .tickets-thumbs .swiper-slide{min-width:30px;width:100%;height:2px;background:rgba(43,135,247,.5)}.tickets-block .tickets-thumbs .swiper-slide-thumb-active{background:rgb(43,135,247)}.modal-calendar.open{display:none!important}.modal-calendar.open .modal__content{padding:30px 0}@media screen and (max-width: 639px){.modal-calendar.open .modal__content{padding:15px 0}}.modal-calendar.open .modal__content .h3-new,.modal-calendar.open .modal__content .tabs-content{padding:0 30px}@media screen and (max-width: 639px){.modal-calendar.open .modal__content .h3-new,.modal-calendar.open .modal__content .tabs-content{padding:0 15px}}.modal-calendar.open .modal__content .tabs-header{padding-left:30px}@media screen and (max-width: 639px){.modal-calendar.open .modal__content .tabs-header{padding-left:15px}}@media screen and (max-width: 959px){.modal-calendar.open{display:flex!important}}.modal-calendar.open .schedule-stage{display:flex}@media screen and (max-width: 639px){.modal-calendar.open .schedule-stage .h3-new{max-width:60%;font-size:22px}}.schedule-stage{display:none;overflow:hidden;transition:height .3s ease;flex-direction:column;gap:30px;height:fit-content}.schedule-stage .time{color:#fff9!important}.schedule-stage .value{color:#fff!important}.schedule-stage .h3-new{font-family:var(--font-pt),sans-serif;font-style:normal}.schedule-stage .tabs-block{width:100%;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 959px){.schedule-stage .tabs-block{gap:15px}}.schedule-stage .tabs-block .no-race{width:100%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1439px){.schedule-stage .tabs-block .no-race{gap:10px}}.schedule-stage .tabs-block .no-race .h3-new{font-family:var(--font-pt),sans-serif!important;font-style:normal}@media screen and (max-width: 1439px){.schedule-stage .tabs-block .no-race .h3-new{font-size:25px}}@media screen and (max-width: 959px){.schedule-stage .tabs-block .no-race .h3-new{max-width:430px}}.schedule-stage .tabs-block .no-race .text-s{color:#fff9}@media screen and (max-width: 479px){.schedule-stage .tabs-block .no-race .text-s{width:90%}}.schedule-stage .tabs-block .no-race .text-s a{color:#007bff;transition:.3s}@media (hover: hover) and (pointer: fine){.schedule-stage .tabs-block .no-race .text-s a:hover,.schedule-stage .tabs-block .no-race .text-s a:focus{opacity:.8}}.schedule-stage .tabs-header{width:100%;display:flex;justify-content:flex-start;gap:10px;overflow:auto;padding-right:15px;scrollbar-width:none;-ms-overflow-style:none}.schedule-stage .tabs-header::-webkit-scrollbar{display:none;width:0;height:0}.schedule-stage .tabs-header .tab-btn span{font-size:16px;line-height:18px;font-family:var(--font-pt),sans-serif;font-weight:400;color:#fff}.schedule-stage .tabs-header .tab-btn span span{color:#fff9;margin-left:5px}@media screen and (max-width: 959px){.schedule-stage .tabs-header .link{display:none}}.schedule-stage .tabs-nav::-webkit-scrollbar{display:none;width:0;height:0}.schedule-stage .tabs-nav{display:flex;gap:10px;overflow-x:unset;overflow-y:unset;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.schedule-stage .tabs-nav .tab-btn{padding:0 12px;border:1px solid #ffffff;background:transparent;border-radius:10px;cursor:pointer;transition:all .3s ease;height:44px;display:flex;align-items:center}.schedule-stage .tabs-nav .tab-btn span{font-size:16px;line-height:110%;color:#fff}.schedule-stage .tabs-nav .tab-btn:hover{background:#236CCA;border:1px solid #236CCA!important}.schedule-stage .tabs-nav .tab-btn.active{background:#007bff;border:1px solid #007bff}.schedule-stage .tabs-content{width:100%}.schedule-stage .tabs-content .tab-pane{display:none;flex-direction:column;gap:10px;width:100%}.schedule-stage .tabs-content .tab-pane .item{width:100%;display:grid;gap:10px;grid-template-columns:auto 1fr}.schedule-stage .tabs-content .tab-pane .item span{font-size:16px;line-height:18px;font-family:var(--font-pt),sans-serif;font-weight:400;color:#fff;display:block;min-width:100px}@media screen and (max-width: 1439px){.schedule-stage .tabs-content .tab-pane .item span{font-size:14px}}.schedule-stage .tabs-content .tab-pane .item .value{color:#fff9}.schedule-stage .tabs-content .tab-pane.active{display:flex}.team-standings .h2-new{text-align:left}@media screen and (max-width: 639px){.team-standings .h2-new{font-size:22px}}.team-standings .container .h2-new{display:none}@media screen and (max-width: 959px){.team-standings .container .h2-new{display:flex}}.team-standings>.link{display:none}@media screen and (max-width: 639px){.team-standings>.link{display:flex;width:calc(100% - 20px);margin:-10px auto 50px}}.team-standings .top-team-standings{display:flex;justify-content:space-between;max-width:1220px;width:calc(100% - 20px);margin:0 auto;gap:30px;position:relative}@media screen and (max-width: 639px){.team-standings .top-team-standings .link{display:none}}.team-standings .scroll-block{margin:10px 0 80px}@media screen and (max-width: 1439px){.team-standings .scroll-block{margin:10px 0 40px}}@media screen and (max-width: 639px){.team-standings .scroll-block{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;margin:0 0 25px}.team-standings .scroll-block::-webkit-scrollbar{display:none}}@media screen and (max-width: 479px){.team-standings .scroll-block{margin:15px 0 25px}}.team-standings .table-standings{width:100%;display:flex;flex-direction:column}@media screen and (max-width: 639px){.team-standings .table-standings{width:fit-content}}.team-standings .table-standings .item{width:100%;transition:.3s}.team-standings .table-standings .item:hover{background:#007bff}.team-standings .table-standings .item:hover .lead-text{color:#fff!important}@media screen and (max-width: 639px){.team-standings .table-standings .item:hover{background:transparent;border-bottom:1px solid rgba(255,255,255,.2)}}.team-standings .table-standings .item .content{max-width:1220px;width:calc(100% - 20px);margin:0 auto;display:flex;align-items:center;gap:30px;position:relative;padding:20px;border-bottom:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 1439px){.team-standings .table-standings .item .content{padding:20px 15px}}@media screen and (max-width: 959px){.team-standings .table-standings .item .content{padding:15px 0}}.team-standings .table-standings .item .content .numb{min-width:20px;width:auto;color:#fff;font-family:var(--font-pt),sans-serif;font-style:normal}.team-standings .table-standings .item .content .logo{min-height:23px;max-height:100px;width:auto;max-width:200px;min-width:200px;height:auto;overflow:hidden}.team-standings .table-standings .item .content .logo img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 959px){.team-standings .table-standings .item .content .logo{display:none}}.team-standings .table-standings .item .content .title{min-width:200px;max-width:200px;height:auto;color:#fff9;font-family:var(--font-pt),sans-serif}@media screen and (max-width: 959px){.team-standings .table-standings .item .content .title{max-width:150px;min-width:150px}}@media screen and (max-width: 639px){.team-standings .table-standings .item .content .title{max-width:100px;min-width:100px}}.team-standings .table-standings .item .content .pilots{width:100%;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 639px){.team-standings .table-standings .item .content .pilots{max-width:246px;min-width:246px;gap:10px}}.team-standings .table-standings .item .content .pilots .item{display:flex;flex-direction:row;gap:15px;align-items:center}@media screen and (max-width: 639px){.team-standings .table-standings .item .content .pilots .item{gap:10px}}.team-standings .table-standings .item .content .pilots .item:hover{background:transparent}.team-standings .table-standings .item .content .pilots .item .ava{min-width:48px;max-width:48px;height:48px;border-radius:50%;overflow:hidden;border-image:linear-gradient(45deg,#2B87F7,rgba(43,135,247,0)) 1}@media screen and (max-width: 639px){.team-standings .table-standings .item .content .pilots .item .ava{min-width:32px;max-width:32px;height:32px}}.team-standings .table-standings .item .content .pilots .item .text{display:flex;gap:15px}@media screen and (max-width: 639px){.team-standings .table-standings .item .content .pilots .item .text{gap:10px}}.team-standings .table-standings .item .content .pilots .item .text a:hover{opacity:.8}.team-standings .table-standings .item .content .pilots .item .text .lead-text{color:#fff;font-family:var(--font-pt),sans-serif;font-weight:500;line-height:1}.team-standings .table-standings .item .content .pilots .item .text .lead-text:nth-of-type(1){min-width:20px}@media screen and (max-width: 639px){.team-standings .table-standings .item .content .pilots .item .text .lead-text{font-size:13px}}.team-standings .table-standings .item .content .points{width:auto;color:#fff;font-family:var(--font-pt),sans-serif;font-style:normal}@media screen and (max-width: 639px){.team-standings .table-standings .item .content .points{padding-right:15px;font-size:15px}}@media screen and (max-width: 959px){.team-standings .table-standings .item .content{gap:15px}}.team-standings .table-standings .item:nth-last-of-type(1) .content{border-bottom:unset}.team-standings .table-standings .item.mob{display:none}@media screen and (max-width: 639px){.team-standings .table-standings .item.mob{display:flex;padding:0}}@media screen and (max-width: 479px){.team-standings .table-standings .item.mob{display:flex;padding-top:15px}}.team-standings .table-standings .item.mob .numb{min-width:35px;font-size:12px}.team-standings .table-standings .item.mob .lead-text{color:#fff9;font-family:var(--font-pt),sans-serif;font-weight:500;line-height:1;font-size:12px}.team-standings .table-standings .item{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.team-standings .table-standings .item.visible{opacity:1;transform:translateY(0)}#team{scroll-margin-top:100px}.videos-section{border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);width:100%;position:relative;overflow:hidden}.videos-section .gradient-big-xl_.one{width:794px;height:794px;border-radius:794px;background:var(--Icons-Primary-Secondary, rgba(43, 135, 247, .5));filter:blur(271.950012207px)}.videos-section .content-wrapper{max-width:1920px;width:calc(100% + -0px);margin:0 auto;display:flex;flex-direction:column;gap:30px;position:relative;background:#112149;padding:100px 0}@media screen and (max-width: 1439px){.videos-section .content-wrapper{padding:60px 0}}@media screen and (max-width: 639px){.videos-section .content-wrapper{padding:40px 0}}.videos-section .content-wrapper .h2-new{text-align:left;margin:0 auto 0 0}.videos-section .content-wrapper .gradient-left_{position:absolute;top:0;left:-1px;z-index:12;width:400px;height:100%;background:linear-gradient(90deg,#0B081E 0%,rgba(11,8,30,0) 100%)}.videos-section .content-wrapper .gradient-left_ img,.videos-section .content-wrapper .gradient-left_ svg{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1919px){.videos-section .content-wrapper .gradient-left_{z-index:2}}@media screen and (max-width: 1439px){.videos-section .content-wrapper .gradient-left_{opacity:1;left:-15%}}@media screen and (max-width: 959px){.videos-section .content-wrapper .gradient-left_{display:none}}.videos-section .content-wrapper .gradient-left_:after{content:"";width:10000px;height:100%;position:absolute;top:0;right:99%;background:#0B081E}.videos-section .content-wrapper .gradient-right_{position:absolute;top:50%;transform:translateY(-40%);right:-365px;z-index:2;width:400px;height:260%;background:linear-gradient(270deg,#0B081E 0%,rgba(11,8,30,0) 100%)}.videos-section .content-wrapper .gradient-right_ img,.videos-section .content-wrapper .gradient-right_ svg{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1919px){.videos-section .content-wrapper .gradient-right_{z-index:2}}@media screen and (max-width: 1439px){.videos-section .content-wrapper .gradient-right_{opacity:1;right:-15%}}@media screen and (max-width: 959px){.videos-section .content-wrapper .gradient-right_{display:none}}.videos-section .content-wrapper .gradient-right_:after{content:"";width:10000px;height:100%;position:absolute;top:0;left:99%;background:#0B081E}.videos-section .content-wrapper .content-block{max-width:1220px;width:100%;padding:0 10px;gap:30px;display:flex;flex-direction:column;margin:0 auto}@media screen and (max-width: 1439px){.videos-section .content-wrapper .content-block{gap:25px}}@media screen and (max-width: 639px){.videos-section .content-wrapper .content-block{gap:15px}}.videos-section .content-wrapper .content-block .swiper-video{width:100%;overflow:visible}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos{overflow:visible}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-button-prev-v{transform:rotate(180deg)}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new{width:100%}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card__link-wrapper{padding:0}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card__link-wrapper .news-card-cover{border:1px solid rgba(255,255,255,.2);position:relative}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card__link-wrapper .news-card-cover .icon{position:absolute;width:24px;height:24px;bottom:20px;left:20px;z-index:1}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card__link-wrapper:hover .news-card-cover{border:1px solid #007bff}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card__link-wrapper:hover .news-card-title{color:#007bff}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card__link-wrapper:hover .news-card-cover img{transform:scale(1.1)}@media screen and (max-width: 959px){.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card__link-wrapper:hover .news-card-title{color:#fff}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card__link-wrapper:hover .news-card-cover img{transform:scale(1)}}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card-cover{width:100%;height:0;padding-top:56.25%;position:relative;border-radius:15px;overflow:hidden}@media screen and (max-width: 1439px){.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card-cover{padding-top:56.25%}}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card-cover img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:.5s}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card-content{width:100%;padding-top:10px;gap:10px;display:flex;flex-direction:column}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card-content .news-card-title{font-family:PT,sans-serif;line-height:150%;font-size:16px;font-weight:400;margin:0;transition:.5s;color:#fff}@media screen and (max-width: 1439px){.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card-content .news-card-title{font-size:14px}}@media screen and (max-width: 639px){.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card-content .news-card-title{font-size:13px}}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-slide .news-card-new .news-card-content .news-card-date{font-size:12px;font-family:var(--font-pt-med),sans-serif;font-weight:500;color:#fff9}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-pagination-horizontal{top:unset!important;bottom:-20px!important;display:none}@media screen and (max-width: 959px){.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-pagination-horizontal{display:flex}}@media screen and (max-width: 639px){.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-pagination-horizontal{bottom:-15px!important}}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-pagination{position:relative;display:none;justify-content:center;gap:10px;top:10px!important}@media screen and (max-width: 959px){.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-pagination{display:flex}}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-pagination-bullet{width:30px;height:2px;border-radius:10px;position:relative;overflow:hidden;background:rgba(255,255,255,.1);opacity:1;transform:scale(1)!important}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-pagination-bullet:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;transform:translate(-100%)}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-pagination-bullet-active:before{animation:slide-progress 5s cubic-bezier(.3,0,.3,1) forwards}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-pagination-bullet-completed:before{transform:translate(0);animation:none}.videos-section .content-wrapper .content-block .swiper-video .swiper-videos .swiper-paused .swiper-pagination-bullet-active:before{animation-play-state:paused}@keyframes slide-progress{0%{transform:translate(-100%)}to{transform:translate(0)}}.videos-section .content-wrapper .content-block .buttons{margin:-78px 0 30px auto;width:fit-content;height:41px;position:relative;z-index:3}@media screen and (max-width: 1439px){.videos-section .content-wrapper .content-block .buttons{margin:-70px 0 25px auto}}@media screen and (max-width: 959px){.videos-section .content-wrapper .content-block .buttons{display:none}}.videos-section .content-wrapper .content-block .buttons .swiper-button{border:1px solid #FFFFFF;background:transparent}.videos-section .content-wrapper .content-block .buttons .swiper-button svg{max-width:10px}.videos-section .content-wrapper .content-block .buttons .swiper-button:hover{border:1px solid #268AFA;background:#268AFA}.videos-section .content-wrapper .content-block .broadcast{width:100%;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 959px){.videos-section .content-wrapper .content-block .broadcast{gap:25px}}.videos-section .videos-thumbs{max-width:190px;width:fit-content;display:none}@media screen and (max-width: 959px){.videos-section .videos-thumbs{display:flex;margin-top:15px}}.videos-section .videos-thumbs .swiper-slide{min-width:30px;width:100%;height:2px;background:rgba(255,255,255,.1)}.videos-section .videos-thumbs .swiper-slide-thumb-active{background:rgb(255,255,255)}.videos-section .broadcast{margin-top:30px}@media screen and (max-width: 639px){.videos-section .broadcast{margin-top:35px}}.videos-section .broadcast .partners-list{justify-content:flex-start}.modal-video .modal__content{max-width:1200px;aspect-ratio:16/9;margin:0 10px}.modal-video .modal__content .modal-video-player,.modal-video .modal__content .modal-video-player iframe{width:100%;height:100%;min-height:100%}.modal-video .modal__content .modal-video-content{width:100%;height:100%}.pilot{font-family:PT,sans-serif}.pilot h1{padding:0;text-align:start;color:#f6f6f6;margin-bottom:0;max-width:380px}@media screen and (max-width: 959px){.pilot h1{max-width:unset}}.pilot h3{padding:0;text-align:start;color:#fff;margin-bottom:0;text-shadow:0 -1px 100.7px rgba(115,112,142,0)}.pilot .text-l{color:#f6f6f6;text-shadow:0 -1px 100.7px rgba(115,112,142,0);text-align:start}.pilot .breadcrumbs{justify-content:flex-start!important;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;width:calc(100% + 20px);margin-left:-10px!important;padding:0 10px!important;-webkit-overflow-scrolling:touch}.pilot .breadcrumbs span{text-wrap:nowrap}.pilot .gallery-karts{z-index:11}.pilot .gallery-karts img{transform:translateY(0)!important}.pilot .page-top{padding-bottom:100px}@media screen and (max-width: 1439px){.pilot .page-top{padding-bottom:60px;margin-top:0}}@media screen and (max-width: 639px){.pilot .page-top{padding-bottom:40px}}.pilot .page-top .gradient-big-xl_.one{top:-33%;left:50%;transform:translate(-50%);display:flex}@media screen and (max-width: 959px){.pilot .page-top .gradient-big-xl_.one{top:-15%}}.pilot .page-top .gradient-big-xl_.two{top:30%;left:50%;transform:translate(-50%);z-index:-1}@media screen and (max-width: 959px){.pilot .page-top .gradient-big-xl_.two{top:-15%}}.pilot .pt{hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto}.pilot .socials{display:flex;gap:10px;align-items:center;height:fit-content;position:absolute;top:20px;left:20px}@media screen and (max-width: 959px){.pilot .socials{top:30px;left:30px;gap:20px}}@media screen and (max-width: 639px){.pilot .socials{top:20px;left:20px;gap:10px}}@media screen and (max-width: 479px){.pilot .socials{grid-area:unset;justify-content:center}}.pilot .socials a{display:block;width:30px;min-width:30px;height:30px}.pilot .socials a .icon{width:100%;height:100%}.pilot .pilot-section{width:100%;display:flex;gap:116px}@media screen and (max-width: 1439px){.pilot .pilot-section{gap:15px}}@media screen and (max-width: 959px){.pilot .pilot-section{gap:40px;flex-direction:column}}.pilot .pilot-section .characteristics{width:100%;display:flex;gap:40px;flex-wrap:wrap}@media screen and (max-width: 639px){.pilot .pilot-section .characteristics{column-gap:30px;row-gap:10px}}.pilot .pilot-section .characteristics .item{width:fit-content;display:flex;flex-direction:column;align-items:flex-start}.pilot .pilot-section .characteristics .item .label{font-size:12px;line-height:1;color:#fff9;font-weight:500}.pilot .pilot-section .characteristics .item .value{font-weight:500;color:#fff;font-size:19px;line-height:29px;font-style:normal;font-family:PT,sans-serif}@media screen and (max-width: 1439px){.pilot .pilot-section .characteristics .item .value{font-size:17px;line-height:26px}}@media screen and (max-width: 639px){.pilot .pilot-section .characteristics .item .value{font-size:15px;line-height:19px}}.pilot .pilot-section .line{width:100%;height:1px;background:rgba(255,255,255,.2)}.pilot .pilot-section .top{max-width:390px;width:100%}@media screen and (max-width: 959px){.pilot .pilot-section .top{max-width:unset}}.pilot .pilot-section .top .content-mob{display:none}.pilot .pilot-section .top .content-mob .pt{margin:0!important;padding:0}@media screen and (max-width: 959px){.pilot .pilot-section .top .content-mob{width:100%;display:flex;gap:20px;flex-direction:column;margin-bottom:20px}}.pilot .pilot-section .top .image{max-width:390px;width:100%;position:relative;border-radius:15px;overflow:hidden;border:1px solid rgba(255,255,255,.2);aspect-ratio:1/1.282}@media screen and (max-width: 959px){.pilot .pilot-section .top .image{max-width:50%}}@media screen and (max-width: 639px){.pilot .pilot-section .top .image{max-width:100%}}.pilot .pilot-section .top .image img{width:100%;height:100%;object-fit:cover}.pilot .pilot-section .bottom{display:flex;flex-direction:column;gap:30px;width:100%}@media screen and (max-width: 959px){.pilot .pilot-section .bottom h1{display:none}}.pilot .pilot-section .bottom .pt{margin:0!important;padding:0}@media screen and (max-width: 959px){.pilot .pilot-section .bottom .desc{display:none}}.pilot .pilot-section .bottom .desc-blok{width:100%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 959px){.pilot .pilot-section .bottom .desc-blok{gap:10px}}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .desc-blok .h3-new{font-size:22px}}.pilot .pilot-section .bottom .statistics{display:flex;flex-direction:column;gap:20px;position:relative}@media screen and (max-width: 959px){.pilot .pilot-section .bottom .statistics{gap:10px}}.pilot .pilot-section .bottom .statistics .tabs-block{width:100%;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 959px){.pilot .pilot-section .bottom .statistics .tabs-block{gap:15px}}.pilot .pilot-section .bottom .statistics .tabs-block .no-race{width:100%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1439px){.pilot .pilot-section .bottom .statistics .tabs-block .no-race{gap:10px}}.pilot .pilot-section .bottom .statistics .tabs-block .no-race .h3-new{font-family:var(--font-pt),sans-serif!important;font-style:normal}@media screen and (max-width: 1439px){.pilot .pilot-section .bottom .statistics .tabs-block .no-race .h3-new{font-size:25px}}@media screen and (max-width: 959px){.pilot .pilot-section .bottom .statistics .tabs-block .no-race .h3-new{max-width:430px}}.pilot .pilot-section .bottom .statistics .tabs-block .no-race .text-s{color:#fff9}@media screen and (max-width: 479px){.pilot .pilot-section .bottom .statistics .tabs-block .no-race .text-s{width:90%}}.pilot .pilot-section .bottom .statistics .tabs-block .no-race .text-s a{color:#007bff;transition:.3s}@media (hover: hover) and (pointer: fine){.pilot .pilot-section .bottom .statistics .tabs-block .no-race .text-s a:hover,.pilot .pilot-section .bottom .statistics .tabs-block .no-race .text-s a:focus{opacity:.8}}.pilot .pilot-section .bottom .statistics .tabs-header{width:100%;display:flex;justify-content:flex-start;gap:10px;overflow:auto;padding-right:15px;scrollbar-width:none;-ms-overflow-style:none}.pilot .pilot-section .bottom .statistics .tabs-header::-webkit-scrollbar{display:none;width:0;height:0}.pilot .pilot-section .bottom .statistics .tabs-header .tab-btn span{font-size:16px;line-height:18px;font-family:var(--font-pt),sans-serif;font-weight:400;color:#fff}.pilot .pilot-section .bottom .statistics .tabs-header .tab-btn span span{color:#fff9;margin-left:5px}@media screen and (max-width: 959px){.pilot .pilot-section .bottom .statistics .tabs-header .link{display:none}}.pilot .pilot-section .bottom .statistics .tabs-nav::-webkit-scrollbar{display:none;width:0;height:0}.pilot .pilot-section .bottom .statistics .tabs-nav{display:flex;gap:10px;overflow-x:unset;overflow-y:unset;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.pilot .pilot-section .bottom .statistics .tabs-nav .tab-btn{padding:0 12px;border:1px solid #ffffff;background:transparent;border-radius:10px;cursor:pointer;transition:all .3s ease;height:44px;display:flex;align-items:center}.pilot .pilot-section .bottom .statistics .tabs-nav .tab-btn span{font-size:16px;line-height:110%;color:#fff}.pilot .pilot-section .bottom .statistics .tabs-nav .tab-btn:hover{background:#236CCA;border:1px solid #236CCA!important}.pilot .pilot-section .bottom .statistics .tabs-nav .tab-btn.active{background:#007bff;border:1px solid #007bff}.pilot .pilot-section .bottom .statistics .tabs-content{width:100%;padding:30px;border-radius:15px;background:#FFFFFF}@media screen and (max-width: 1439px){.pilot .pilot-section .bottom .statistics .tabs-content{padding:15px}}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane{display:none;flex-direction:column;gap:10px;width:100%}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;gap:5px}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item{flex-wrap:wrap;padding:15px 0;border-bottom:1px solid rgba(0,0,0,.1)}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item:nth-of-type(1){padding-top:0}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item:nth-last-of-type(1){padding-bottom:0;border-bottom:unset}}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb{max-width:40px;width:100%;min-height:36px;position:relative;padding:5px 10px;border-radius:5px;background:rgba(11,8,30,.02);order:1}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb{order:2;max-width:50px;border-radius:8px;border:1px solid rgba(11,8,30,.1);box-sizing:border-box}}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb svg{position:absolute;width:16px;height:16px;color:#0b081e;top:50%;left:50%;transform:translate(-50%,-50%)}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb .text-s{font-weight:700;color:#0b081ee6;margin-right:100%}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb.place{display:flex;gap:5px;align-items:center;min-height:26px;padding:4px 10px}}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb.place span{margin:0;line-height:1}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb.place svg{display:none}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb.place svg{display:block;position:relative;top:unset;left:unset;transform:unset;min-width:16px}}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb{display:flex;align-items:center;justify-content:start}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb .text-s{color:#0b081ee6;font-weight:700}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb.place-1{background:rgba(242,183,31,.3)}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb.place-2{background:rgba(125,140,188,.3)}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .numb.place-3{background:rgba(168,124,95,.3)}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .class,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .name,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .points{max-width:120px;width:100%;padding:5px 10px;display:flex;justify-content:flex-start;align-items:center;background-color:#0b081e05}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .class span,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .name span,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .points span{color:#0b081ee6}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .class span,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .name span,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .points span{line-height:90%;text-align:left}}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .class,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .name,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .points{padding:0;background-color:transparent}}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .class,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .points{display:flex;flex-direction:column;align-items:flex-start}}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .class .label,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .points .label{display:none;font-size:12px;line-height:100%;color:#0b081e80}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .class .label,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .points .label{display:block}}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .class .text-l,.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .points .text-l{font-weight:500;line-height:19px;font-size:15px;color:#0b081ee6}}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .class{order:2}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .class{order:3}}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .name{max-width:unset;order:3}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .name{order:1;max-width:80%;width:80%;margin-right:auto}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .name span{font-weight:700;font-size:20px}}@media screen and (max-width: 340px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .name{max-width:180px;width:100%}}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .points{max-width:68px;order:4;text-wrap:nowrap}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item .points{order:4}}@media screen and (max-width: 639px){.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane .item.first{display:none}}.pilot .pilot-section .bottom .statistics .tabs-content .tab-pane.active{display:flex}.cookie-notification{--bg-color: inherit;--text-color: inherit;--main-color: inherit;--main-font: inherit;--border-radius: inherit;position:fixed;bottom:16px;right:16px;z-index:1000;display:flex;flex-direction:column;gap:16px;align-items:start;justify-content:start;max-width:512px;padding:16px;border-radius:var(--border-radius);background:var(--bg-color);visibility:hidden;opacity:0;transition:all .3s}.cookie-notification.show{visibility:visible;opacity:1;transition:all .3s}@media screen and (max-width: 1199px){.cookie-notification{max-width:unset;flex-direction:row;align-items:start;justify-content:space-between;gap:16px;border-radius:0}}@media screen and (max-width: 767px){.cookie-notification{padding:16px 8px;gap:8px}}@media screen and (max-width: 479px){.cookie-notification{flex-direction:column;align-items:center;justify-content:center}}.cookie-notification svg{width:24px;height:24px;color:var(--main-color)}.cookie-notification .text{color:var(--text-color);font-family:var(--main-font);font-size:12px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width: 1199px){.cookie-notification .text{flex:1}}@media screen and (max-width: 479px){.cookie-notification .text{text-align:center}}.cookie-notification .text a{display:inline;position:relative;color:var(--text-color);cursor:pointer;text-decoration:underline;transition:opacity .3s ease}.cookie-notification .text a:hover{opacity:.7}.cookie-notification .btn{padding:12px 30px}.cookie-notification .btn span{display:block}.cookie-notification .default-cookie-btn{padding:8px 20px;border-radius:10px;background:var(--main-color);color:#0b081e;font-family:var(--main-font);font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:background .3s ease;border:1px solid var(--main-color)}.cookie-notification .default-cookie-btn:hover{background:transparent;color:#fff}
