*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #590c41;
    color: #fff
}

::selection {
    background-color: #590c41;
    color: #fff
}

input, textarea {
    outline: 0
}

input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red
}

body {
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #fff;
    position: relative;
    padding-right: 0 !important
}

@media (max-width: 1399px) {
    body {
        overflow-x: hidden
    }
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

body::-webkit-scrollbar-thumb {
    background-color: #d41a45
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden
}

.wrapper .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden
}

.wrapper footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden
}

.container {
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (max-width: 1399px) {
    .container {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .container {
        width: 100%
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (max-width: 480px) {
    .slavutich_main--sportsummit .slavutich_main-title_wrap {
        margin-bottom: 29px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_main--sportsummit .slavutich_main-content {
        min-height: 550px;
        padding: 138px 0 280px 0;
        height: calc(100dvh - 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .slavutich_main--sportsummit .slavutich_main-content {
        min-height: 510px;
        padding: 138px 0 239px 0
    }
}

.slavutich_main--sportsummit .slavutich_main-visual {
    width: 888px;
    height: 502px;
    background: url(../../images/dist/sportsummit/s-s-mokup-body.svg) center center no-repeat
}

@media screen and (max-width: 991px) {
    .slavutich_main--sportsummit .slavutich_main-visual {
        width: 670px;
        height: 380px;
        background-size: cover
    }
}

@media (max-width: 680px) {
    .slavutich_main--sportsummit .slavutich_main-visual {
        width: 440px;
        height: 250px
    }
}

@media screen and (max-width: 480px) {
    .slavutich_main--sportsummit .slavutich_main-visual {
        width: 344px;
        height: 195px;
        margin-top: -100px
    }
}

.slavutich_main--sportsummit .slavutich_main-visual img {
    width: 682px;
    height: 426px
}

@media screen and (max-width: 991px) {
    .slavutich_main--sportsummit .slavutich_main-visual img {
        width: 530px;
        height: 340px
    }
}

@media (max-width: 680px) {
    .slavutich_main--sportsummit .slavutich_main-visual img {
        width: 345px;
        height: 225px
    }
}

@media screen and (max-width: 480px) {
    .slavutich_main--sportsummit .slavutich_main-visual img {
        width: 260px;
        height: 164px
    }
}

.slavutich_main--sportsummit .slavutich_main-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .37)
}

@media screen and (max-width: 480px) {
    .slavutich_about_project--sportsummit {
        padding-bottom: 55px
    }
}

@media screen and (max-width: 480px) {
    .slavutich_about_project--sportsummit .template-title {
        margin-bottom: 40px
    }
}

.slavutich_about_project--sportsummit .slavutich_about_project-box {
    max-width: 923px;
    gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr
}

.sport-sum-t-manag {
    background-color: #f7f7f7;
    padding-top: 120px;
    padding-bottom: 100px
}

@media screen and (max-width: 767px) {
    .sport-sum-t-manag {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media screen and (max-width: 767px) {
    .sport-sum-t-manag .template-title {
        margin-bottom: 40px
    }
}

.sport-sum-t-manag__subtitle {
    font-size: 24px;
    line-height: 150%;
    color: #333;
    margin-bottom: 56px
}

@media screen and (max-width: 767px) {
    .sport-sum-t-manag__subtitle {
        font-size: 16px;
        margin-bottom: 43px
    }
}

.sport-sum-t-manag__subtitle .num {
    color: #d41a45;
    font-weight: 700
}

.sport-sum-t-manag__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sport-sum-t-manag__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.sport-sum-t-manag__item .line-wrap {
    width: 100%;
    max-width: 90%
}

.sport-sum-t-manag__item .line {
    width: 180px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0 8px 64px rgba(15, 34, 67, .05), 0 0 1px rgba(15, 34, 67, .08);
    box-shadow: 0 8px 64px rgba(15, 34, 67, .05), 0 0 1px rgba(15, 34, 67, .08);
    border-radius: 8px;
    border-top: 4px solid #ff8500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

@media screen and (max-width: 480px) {
    .sport-sum-t-manag__item .line {
        width: 100% !important
    }
}

.sport-sum-t-manag__item .line .name {
    color: #181818;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-left: 8px;
    margin-right: auto
}

.sport-sum-t-manag__item .line .circle-ico {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ff8500
}

.sport-sum-t-manag__item .line .circle-ico::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    display: block
}

.sport-sum-t-manag__item .descr-name {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
}

@media screen and (max-width: 991px) {
    .sport-sum-t-manag__item .descr-name {
        min-width: 100px;
        font-size: 18px;
        text-align: right
    }
}

@media screen and (max-width: 767px) {
    .sport-sum-t-manag__item .descr-name {
        min-width: 125px
    }
}

.sport-sum-prototype {
    position: relative;
    min-height: 1150px
}

@media (max-width: 1199px) {
    .sport-sum-prototype {
        min-height: auto
    }
}

@media (max-width: 767px) {
    .sport-sum-prototype {
        padding-bottom: 55px
    }
}

.sport-sum-prototype::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
    background: url(../../images/dist/sportsummit/sport-sum-prototype-bg.png) center center no-repeat;
    background-size: cover
}

.sport-sum-prototype .dash-lines {
    position: absolute;
    top: -104px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media (max-width: 767px) {
    .sport-sum-prototype .dash-lines {
        top: 0;
        z-index: 3
    }
}

@media (max-width: 767px) {
    .sport-sum-prototype .dash-lines svg {
        width: 1430px;
        height: auto
    }
}

.sport-sum-prototype__wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

@media (max-width: 767px) {
    .sport-sum-prototype__wrap {
        padding-top: 56px;
        overflow: visible
    }
}

.sport-sum-prototype__wrap .img.visible.fade-in-bot {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.sport-sum-prototype__wrap .img.fade-in-bot {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.sport-sum-prototype__wrap .img.delay-1 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.sport-sum-prototype__wrap .img.delay-2 {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.sport-sum-prototype__wrap .img1 {
    max-height: 1186px;
    -webkit-filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    overflow: hidden;
    border-radius: 10px;
    margin-top: -36px
}

@media (max-width: 767px) {
    .sport-sum-prototype__wrap .img1 {
        max-width: 225px;
        margin-top: 0
    }
}

.sport-sum-prototype__wrap .img1 img {
    max-width: 100%
}

.sport-sum-prototype__wrap .img2 {
    position: absolute;
    left: 423px;
    bottom: 0;
    -webkit-filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    border-radius: 20px;
    overflow: hidden
}

@media (max-width: 767px) {
    .sport-sum-prototype__wrap .img2 {
        border-radius: 10px;
        max-width: 293px;
        left: 59px;
        bottom: -170px
    }
}

.sport-sum-prototype__wrap .img2 img {
    max-width: 100%
}

.sport-sum-prototype__wrap .img3 {
    position: absolute;
    top: 50px;
    right: 0;
    -webkit-filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    border-radius: 20px;
    overflow: hidden
}

@media (max-width: 767px) {
    .sport-sum-prototype__wrap .img3 {
        max-width: 190px;
        border-radius: 10px;
        top: 200px
    }
}

.sport-sum-prototype__wrap .img3 img {
    max-width: 100%
}

.sport-sum-prototype__wrap .img4 {
    position: absolute;
    right: 0;
    bottom: 31px;
    -webkit-filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    border-radius: 20px;
    overflow: hidden
}

@media (max-width: 767px) {
    .sport-sum-prototype__wrap .img4 {
        bottom: -337px;
        border-radius: 10px
    }
}

.sport-sum-prototype__wrap .img4 img {
    max-width: 100%
}

.sport-sum-design {
    padding-top: 107px
}

.sport-sum-design .slavutich_prototype_and_design-head {
    margin-bottom: 110px
}

@media (max-width: 767px) {
    .sport-sum-design .slavutich_prototype_and_design-head {
        margin-bottom: 163px
    }
}

.sport-sum-design__images {
    width: 100%;
    background: #f8f8f8;
    position: relative
}

.sport-sum-design__images .dash-lines {
    position: absolute;
    top: -172px;
    left: 120px
}

@media (max-width: 767px) {
    .sport-sum-design__images .dash-lines {
        top: 125px;
        left: 0;
        z-index: 3
    }
}

@media (max-width: 767px) {
    .sport-sum-design__images .dash-lines svg {
        width: 670px;
        height: auto
    }
}

.sport-sum-design__images .wheel {
    width: 773px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 106px;
    left: 21px
}

@media (max-width: 1199px) {
    .sport-sum-design__images .wheel {
        width: 330px
    }
}

@media (max-width: 767px) {
    .sport-sum-design__images .wheel {
        width: 315px;
        top: -105px;
        left: -130px
    }
}

.sport-sum-design__images .wheel img {
    max-width: 100%;
    -webkit-animation: wheel-rotate 15s linear infinite;
    animation: wheel-rotate 15s linear infinite
}

.sport-sum-design__images .bike {
    width: 796px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 325px;
    bottom: 0;
    z-index: 5
}

.sport-sum-design__images .bike.visible {
    -webkit-animation: bike-animate 1s linear 0s forwards;
    animation: bike-animate 1s linear 0s forwards
}

@media (max-width: 1199px) {
    .sport-sum-design__images .bike {
        width: 590px
    }
}

@media (max-width: 767px) {
    .sport-sum-design__images .bike {
        width: 218px;
        right: 30px
    }
}

.sport-sum-design__images .bike img {
    max-width: 100%
}

.sport-sum-design__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 320px;
    min-height: 1728px
}

@media (max-width: 1199px) {
    .sport-sum-design__wrap {
        min-height: auto
    }
}

@media (max-width: 767px) {
    .sport-sum-design__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 50px
    }
}

.sport-sum-design__wrap .img.visible.fade-in-bot {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.sport-sum-design__wrap .img.fade-in-bot {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.sport-sum-design__wrap .img.delay-1 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.sport-sum-design__wrap .img.delay-2 {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.sport-sum-design__wrap .img1 {
    -webkit-filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    border-radius: 20px;
    margin-top: -51px
}

@media (max-width: 767px) {
    .sport-sum-design__wrap .img1 {
        margin-bottom: 31px
    }
}

.sport-sum-design__wrap .img1 img {
    max-width: 100%
}

.sport-sum-design__wrap .img2 {
    position: absolute;
    top: 315px;
    left: 153px;
    -webkit-filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    border-radius: 20px
}

@media (max-width: 767px) {
    .sport-sum-design__wrap .img2 {
        position: relative;
        top: 0;
        left: 0
    }
}

.sport-sum-design__wrap .img2 img {
    max-width: 100%
}

.sport-sum-design__wrap .img3 {
    position: absolute;
    top: 1036px;
    left: 0;
    -webkit-filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    border-radius: 20px
}

.sport-sum-design__wrap .img3 img {
    max-width: 100%
}

.sport-sum-design__wrap-bot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-top: 35px;
    padding-bottom: 120px;
    min-height: 1565px
}

@media (max-width: 1199px) {
    .sport-sum-design__wrap-bot {
        min-height: auto
    }
}

@media (max-width: 767px) {
    .sport-sum-design__wrap-bot {
        padding-top: 72px;
        padding-bottom: 170px
    }
}

.sport-sum-design__wrap-bot .dash-lines-bot {
    position: absolute;
    left: 50%;
    bottom: 147px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 5
}

@media (max-width: 767px) {
    .sport-sum-design__wrap-bot .dash-lines-bot svg {
        width: 800px;
        height: auto
    }
}

.sport-sum-design__wrap-bot .wheel2 {
    width: 442px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -196px;
    bottom: 116px
}

@media (max-width: 767px) {
    .sport-sum-design__wrap-bot .wheel2 {
        width: 178px;
        right: -17px;
        bottom: 13px
    }
}

.sport-sum-design__wrap-bot .wheel2 img {
    max-width: 100%;
    -webkit-animation: wheel-rotate-two 15s linear infinite;
    animation: wheel-rotate-two 15s linear infinite
}

.sport-sum-design__wrap-bot .img {
    -webkit-filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    filter: drop-shadow(0 8px 64px rgba(15, 34, 67, .05)) drop-shadow(0 0 1px rgba(15, 34, 67, .08));
    border-radius: 20px
}

@media (max-width: 480px) {
    .sport-sum-design__wrap-bot .img {
        max-width: 230px
    }
}

.sport-sum-design__wrap-bot .img img {
    max-width: 100%
}

.sport-sum-design__wrap-bot .img2 {
    position: absolute;
    right: 0;
    margin-top: 400px;
    z-index: 6
}

@media (max-width: 480px) {
    .sport-sum-design__wrap-bot .img2 {
        max-width: 215px;
        margin-top: 210px
    }
}

.sport-sum-design__wrap-bot .img2 img {
    max-width: 100%
}

@-webkit-keyframes bike-animate {
    from {
        -webkit-transform: translateX(-190%);
        transform: translateX(-190%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes bike-animate {
    from {
        -webkit-transform: translateX(-190%);
        transform: translateX(-190%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes wheel-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes wheel-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes wheel-rotate-two {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes wheel-rotate-two {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes wheel-animate-left {
    0% {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wheel-animate-left {
    0% {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes wheel-animate-right {
    0% {
        -webkit-transform: translateX(130%);
        transform: translateX(130%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wheel-animate-right {
    0% {
        -webkit-transform: translateX(130%);
        transform: translateX(130%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.sport-sum-tehno {
    padding-top: 120px;
    padding-bottom: 125px
}

@media (max-width: 767px) {
    .sport-sum-tehno {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.sport-sum-tehno__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    gap: 55px 36px
}

@media (max-width: 767px) {
    .sport-sum-tehno__wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 20px 23px
    }
}

@media (max-width: 1199px) {
    .sport-summit .project_team-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 1199px) {
    .sport-summit .redesign_results-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px 0
    }
}

@media (max-width: 767px) {
    .sport-summit .slavutich_prototype_and_design {
        padding-top: 20px
    }
}

.sport-summit .slavutich_video-box {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.sport-summit .slavutich_video-box.visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 480px) {
    .sport-summit .redesign_results__block-title {
        display: none
    }
}

@media (max-width: 480px) {
    .sport-summit .redesign_results-chart .charts-desk {
        display: none
    }
}

.sport-summit .redesign_results-chart .charts-mob {
    display: none
}

@media (max-width: 480px) {
    .sport-summit .redesign_results-chart .charts-mob {
        display: block
    }
}

.sportsumm-design {
    position: relative;
    padding-top: 64px;
}

.sportsumm-design__slider-wrap {
    position: relative;
    height: 940px
}

@media (max-width: 767px) {
    .sportsumm-design__slider-wrap {
        height: 600px;
        padding: 70px 0
    }
}

.sportsumm-design__slider-wrap::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    right: 0
}

.sportsumm-design__slider-wrap .dash-line {
    position: absolute
}

.sportsumm-design__slider-wrap .dash-line.one {
    top: 146px;
    left: 230px
}

@media (max-width: 767px) {
    .sportsumm-design__slider-wrap .dash-line.one {
        top: 0;
        left: 0
    }
}

@media (max-width: 767px) {
    .sportsumm-design {
        padding-top: 40px;
    }

    .sportsumm-design__slider-wrap .dash-line.one svg {
        width: 500px;
        height: auto
    }
}

.sportsumm-design__slider-wrap .dash-line.two {
    left: 252px;
    bottom: 0
}

@media (max-width: 767px) {
    .sportsumm-design__slider-wrap .dash-line.two {
        left: 0
    }
}

@media (max-width: 767px) {
    .sportsumm-design__slider-wrap .dash-line.two svg {
        width: 500px;
        height: auto
    }
}

.sportsumm-design__slider {
    position: relative
}

@media (max-width: 480px) {
    .sportsumm-design__slider-item {
        width: 220px
    }
}

.sportsumm-design__slider-item.slick-active .sportsumm-design__slider-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sportsumm-design__slider-item.slick-current .sportsumm-design__slider-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sportsumm-design__slider-content {
    width: 365px;
    height: 759px;
    background-image: url("data:image/svg+xml,%3Csvg width='365' height='759' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.342 0h256.316c29.012 0 52.531 23.576 52.531 52.658V166.3a2.725 2.725 0 0 1 1.811 2.568v75.356a2.724 2.724 0 0 1-1.811 2.568v459.55c0 29.082-23.519 52.658-52.531 52.658H54.342c-29.012 0-52.53-23.576-52.53-52.658V258.595A2.725 2.725 0 0 1 0 256.026v-43.579c0-1.186.756-2.194 1.811-2.568v-16.652A2.725 2.725 0 0 1 0 190.658v-43.579c0-1.186.756-2.195 1.811-2.569v-22.099A2.725 2.725 0 0 1 0 119.842V97.145c0-1.186.756-2.195 1.811-2.569V52.658C1.811 23.576 25.331 0 54.342 0Z' fill='%23FF653A'/%3E%3C/svg%3E");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    padding: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width: 480px) {
    .sportsumm-design__slider-content {
        width: 100%;
        height: auto;
        background-size: contain;
        background-repeat: no-repeat
    }
}

.sportsumm-design__slider-content .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px
}

.sportsumm-design__slider-content .img img {
    max-width: 100%
}

.redesign_results--sportsummit .redesign_results-chart {
    position: relative
}

.redesign_results--sportsummit .redesign_results-chart .lines {
    position: absolute;
    top: 70px;
    left: 30px
}

.yxIFRoul_0 {
    stroke-dasharray: 843 845;
    stroke-dashoffset: 844
}

.start .yxIFRoul_0 {
    -webkit-animation: yxIFRoul_draw 2s linear 0s forwards;
    animation: yxIFRoul_draw 2s linear 0s forwards
}

.yxIFRoul_1 {
    stroke-dasharray: 843 845;
    stroke-dashoffset: 844
}

.start .yxIFRoul_1 {
    -webkit-animation: yxIFRoul_draw 2s linear 111ms forwards;
    animation: yxIFRoul_draw 2s linear 111ms forwards
}

.yxIFRoul_2 {
    stroke-dasharray: 843 845;
    stroke-dashoffset: 844
}

.start .yxIFRoul_2 {
    -webkit-animation: yxIFRoul_draw 2s linear 222ms forwards;
    animation: yxIFRoul_draw 2s linear 222ms forwards
}

.yxIFRoul_3 {
    stroke-dasharray: 864 866;
    stroke-dashoffset: 865
}

.start .yxIFRoul_3 {
    -webkit-animation: yxIFRoul_draw 2s linear 333ms forwards;
    animation: yxIFRoul_draw 2s linear 333ms forwards
}

.yxIFRoul_4 {
    stroke-dasharray: 867 869;
    stroke-dashoffset: 868
}

.start .yxIFRoul_4 {
    -webkit-animation: yxIFRoul_draw 2s linear 444ms forwards;
    animation: yxIFRoul_draw 2s linear 444ms forwards
}

.yxIFRoul_5 {
    stroke-dasharray: 868 870;
    stroke-dashoffset: 869
}

.start .yxIFRoul_5 {
    -webkit-animation: yxIFRoul_draw 2s linear 555ms forwards;
    animation: yxIFRoul_draw 2s linear 555ms forwards
}

.yxIFRoul_6 {
    stroke-dasharray: 13 15;
    stroke-dashoffset: 14
}

.start .yxIFRoul_6 {
    -webkit-animation: yxIFRoul_draw 2s linear 666ms forwards;
    animation: yxIFRoul_draw 2s linear 666ms forwards
}

.yxIFRoul_7 {
    stroke-dasharray: 19 21;
    stroke-dashoffset: 20
}

.start .yxIFRoul_7 {
    -webkit-animation: yxIFRoul_draw 2s linear 777ms forwards;
    animation: yxIFRoul_draw 2s linear 777ms forwards
}

.yxIFRoul_8 {
    stroke-dasharray: 13 15;
    stroke-dashoffset: 14
}

.start .yxIFRoul_8 {
    -webkit-animation: yxIFRoul_draw 2s linear 888ms forwards;
    animation: yxIFRoul_draw 2s linear 888ms forwards
}

.yxIFRoul_9 {
    stroke-dasharray: 19 21;
    stroke-dashoffset: 20
}

.start .yxIFRoul_9 {
    -webkit-animation: yxIFRoul_draw 2s linear 1s forwards;
    animation: yxIFRoul_draw 2s linear 1s forwards
}

@-webkit-keyframes yxIFRoul_draw {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes yxIFRoul_draw {
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes yxIFRoul_fade {
    0% {
        stroke-opacity: 1
    }
    94% {
        stroke-opacity: 1
    }
    100% {
        stroke-opacity: 0
    }
}

@keyframes yxIFRoul_fade {
    0% {
        stroke-opacity: 1
    }
    94% {
        stroke-opacity: 1
    }
    100% {
        stroke-opacity: 0
    }
}

.EHNFuoLG_0 {
    stroke-dasharray: 75 75;
    stroke-opacity: 0
}

.start .EHNFuoLG_0 {
    -webkit-animation: EHNFuoLG_draw 5s linear 0s forwards;
    animation: EHNFuoLG_draw 5s linear 0s forwards;
    stroke-opacity: 1
}

@media (max-width: 480px) {
    .start .EHNFuoLG_0 {
        -webkit-animation: EHNFuoLG_draw 1s linear 0s forwards;
        animation: EHNFuoLG_draw 1s linear 0s forwards
    }
}

@-webkit-keyframes EHNFuoLG_draw {
    0% {
        stroke-dasharray: 5563 8888;
        stroke-dashoffset: 5564
    }
    100% {
        stroke-dasharray: 75 75;
        stroke-dashoffset: 0;
        stroke-opacity: 1
    }
}

@keyframes EHNFuoLG_draw {
    0% {
        stroke-dasharray: 5563 8888;
        stroke-dashoffset: 5564
    }
    100% {
        stroke-dasharray: 75 75;
        stroke-dashoffset: 0;
        stroke-opacity: 1
    }
}

.VmJyljeS_0 {
    stroke-dasharray: 75 75;
    stroke-opacity: 0
}

.start .VmJyljeS_0 {
    -webkit-animation: VmJyljeS_draw 4s linear 0s forwards;
    animation: VmJyljeS_draw 4s linear 0s forwards;
    stroke-opacity: 1
}

@media (max-width: 480px) {
    .start .VmJyljeS_0 {
        -webkit-animation: VmJyljeS_draw 1s linear 0s forwards;
        animation: VmJyljeS_draw 1s linear 0s forwards
    }
}

@-webkit-keyframes VmJyljeS_draw {
    0% {
        stroke-dasharray: 5563 8888;
        stroke-dashoffset: 5564;
        stroke-opacity: 0
    }
    50% {
        stroke-dasharray: 125 125;
        stroke-dashoffset: 5564;
        stroke-opacity: 0
    }
    100% {
        stroke-dasharray: 75 75;
        stroke-dashoffset: 0;
        stroke-opacity: 1
    }
}

@keyframes VmJyljeS_draw {
    0% {
        stroke-dasharray: 5563 8888;
        stroke-dashoffset: 5564;
        stroke-opacity: 0
    }
    50% {
        stroke-dasharray: 125 125;
        stroke-dashoffset: 5564;
        stroke-opacity: 0
    }
    100% {
        stroke-dasharray: 75 75;
        stroke-dashoffset: 0;
        stroke-opacity: 1
    }
}

.box {
    width: 5em;
    height: 5em;
    background: -o-linear-gradient(315deg, #3cdddd, #ff1ac6);
    background: linear-gradient(135deg, #3cdddd, #ff1ac6);
    will-change: transform
}

.rotateBox {
    -webkit-transform: rotate(var(--r));
    -ms-transform: rotate(var(--r));
    transform: rotate(var(--r))
}

.video-section__item {
    width: 1241px;
    height: 702px;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media (max-width: 1199px) {
    .video-section__item {
        width: 830px;
        height: 467px
    }
}

@media (max-width: 991px) {
    .video-section__item {
        width: 625px;
        height: 354px
    }
}

@media (max-width: 767px) {
    .video-section__item {
        width: 310px;
        height: 176px
    }
}

.video-section__video {
    width: 954px;
    height: 593px;
    position: absolute;
    left: 143px;
    top: 46px
}

@media (max-width: 1199px) {
    .video-section__video {
        width: 638px;
        height: 398px;
        left: 96px;
        top: 28px
    }
}

@media (max-width: 991px) {
    .video-section__video {
        width: 479px;
        height: 299px;
        left: 72px;
        top: 23px
    }
}

@media (max-width: 767px) {
    .video-section__video {
        width: 237px;
        height: 150px;
        left: 36px;
        top: 10px
    }
}

.video-section__movie {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.video-section .ytLoader {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    z-index: 5
}

.video-section .playBtn {
    width: 96px;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../../assets/images/pages/portfolio/sportsummit/play-btn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    cursor: pointer;
    z-index: 6
}

@media (max-width: 767px) {
    .video-section .playBtn {
        width: 28px;
        height: 28px
    }
}

.video-section .cover {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}