*, ::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: #e6204d
}

.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: 1200px
    }
}

@media (max-width: 1199px) {
    .container {
        width: 992px
    }
}

@media (max-width: 991px) {
    .container {
        width: 768px
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px
    }
}

.project_team {
    width: 100%;
    color: #333;
    background: #f2f3f9;
    padding: 67px 0 75px 0;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .project_team {
        padding: 60px 0 67px 0
    }
}

.project_team.bg-white {
    background: #fff
}

.project_team-wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.project_team-title {
    margin-bottom: 64px
}

@media screen and (max-width: 767px) {
    .project_team-title {
        margin-bottom: 50px
    }
}

.project_team-title_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
}

@media screen and (max-width: 767px) {
    .project_team-title_wrap {
        margin-bottom: 35px
    }
}

.project_team-title_wrap .title {
    margin-bottom: 0
}

.project_team .coop {
    font-size: 20px
}

@media screen and (max-width: 991px) {
    .project_team .coop {
        display: none
    }
}

.project_team .coop-mob {
    font-size: 20px;
    padding-top: 30px;
    display: none
}

@media screen and (max-width: 991px) {
    .project_team .coop-mob {
        display: block
    }
}

.project_team-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (max-width: 1199px) {
    .project_team-box {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        gap: 32px
    }
}

@media screen and (max-width: 767px) {
    .project_team-box {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.project_team__block {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto
}

@media screen and (max-width: 767px) {
    .project_team__block {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .project_team__block:last-child {
        margin-bottom: 0
    }
}

.project_team__block-icon {
    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;
    width: 48px;
    height: 48px;
    margin-bottom: 23px
}

@media screen and (max-width: 767px) {
    .project_team__block-icon {
        margin-bottom: 13px
    }
}

.project_team__block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.5;
    margin: 0
}

.project_team__block-title b {
    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;
    width: auto;
    color: #e6204d;
    margin-right: 6px
}

@media screen and (max-width: 767px) {
    .project_team__block-title b {
        font-weight: 700
    }
}

.project_team__block-title b span {
    display: block
}

.results_linear {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.results_linear-block {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 31px
}

.results_linear-block:last-child {
    margin-bottom: 0
}

.results_linear-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px
}

.results_linear-head:last-child {
    margin-bottom: 0
}

.results_linear-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    margin: 0
}

.results_linear-data {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1;
    color: #666;
    margin: 0;
    margin-left: 10px
}

.results_linear-line {
    width: 100%;
    height: 8px;
    border-radius: 16px;
    background: #f7f9fb;
    position: relative
}

.results_linear-line span {
    width: 0;
    height: 100%;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.redesign_results {
    width: 100%;
    color: #333;
    padding: 107px 0
}

@media screen and (max-width: 767px) {
    .redesign_results {
        padding: 80px 0
    }
}

.redesign_results-wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.redesign_results-title {
    margin-bottom: 63px
}

.redesign_results-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 737px 1fr;
    grid-template-columns:737px 1fr;
    gap: 0 111px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    .redesign_results-box {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr;
        gap: 0 80px
    }
}

@media screen and (max-width: 991px) {
    .redesign_results-box {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 56px 0
    }
}

.redesign_results__block-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .redesign_results__block-title {
        font-size: 20px;
        margin-bottom: 32px
    }
}

.redesign_results__block-title:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .redesign_results__block-title.mobile-hidden {
        display: none
    }
}

.redesign_results__block-content {
    width: 100%
}

.redesign_results-chart {
    width: 100%
}

.redesign_results-chart img, .redesign_results-chart svg {
    width: 100%;
    height: auto
}

.technologies_used {
    width: 100%;
    padding: 107px 0 124px 0
}

@media screen and (max-width: 767px) {
    .technologies_used {
        padding: 75px 0
    }
}

.technologies_used.bg-white {
    background: #fff
}

.technologies_used-wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.technologies_used-title {
    margin-bottom: 82px
}

@media screen and (max-width: 767px) {
    .technologies_used-title {
        margin-bottom: 56px
    }
}

.technologies_used-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px 40px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .technologies_used-box {
        gap: 24px
    }
}

@media screen and (max-width: 480px) {
    .technologies_used-box {
        gap: 24px 10px
    }
}

.technologies_used-block {
    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
}

.slavutich_main {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    position: relative
}

.slavutich_main-wrap {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1
}

.slavutich_main-content {
    width: 100%;
    min-height: 740px;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    padding: 150px 0 370px 0;
    position: relative
}

@media screen and (max-width: 991px) {
    .slavutich_main-content {
        min-height: 650px;
        padding: 185px 0 300px 0
    }
}

@media screen and (max-width: 767px) {
    .slavutich_main-content {
        min-height: 673px;
        padding: 138px 0 370px 0
    }
}

.slavutich_main-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.slavutich_main-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .2
}

.slavutich_main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 0
}

.slavutich_main-title_wrap {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px
}

.slavutich_main-title_wrap:last-child {
    margin-bottom: 0
}

.slavutich_main-title {
    font-weight: 800;
    font-size: 70px;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 8px
}

@media screen and (max-width: 991px) {
    .slavutich_main-title {
        font-size: 50px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_main-title {
        font-size: 36px;
        margin-bottom: 12px
    }
}

.slavutich_main-title:last-child {
    margin-bottom: 0
}

.slavutich_main-subtitle {
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 8px
}

@media screen and (max-width: 991px) {
    .slavutich_main-subtitle {
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_main-subtitle {
        font-size: 18px
    }
}

.slavutich_main-subtitle:last-child {
    margin-bottom: 0
}

.slavutich_main-description {
    max-width: 520px;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 8px
}

@media screen and (max-width: 991px) {
    .slavutich_main-description {
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_main-description {
        font-size: 20px
    }
}

.slavutich_main-description:last-child {
    margin-bottom: 0
}

.slavutich_main-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 602px;
    height: 545px;
    background: url(../../images/dist/slavutich_main-pc.png) center center no-repeat;
    background-size: contain;
    margin-top: -290px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 991px) {
    .slavutich_main-visual {
        width: 450px;
        height: 410px;
        margin-top: -220px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_main-visual {
        width: 354px;
        height: 320px;
        margin-top: -187px
    }
}

.slavutich_main-visual img {
    width: 95%;
    height: 59%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #565655;
    margin-top: 2.5%
}

.slavutich_about_project {
    width: 100%;
    padding: 120px 0
}

@media screen and (max-width: 767px) {
    .slavutich_about_project {
        padding: 77px 0
    }
}

.slavutich_about_project-wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.slavutich_about_project-title {
    margin-bottom: 64px
}

@media screen and (max-width: 767px) {
    .slavutich_about_project-title {
        margin-bottom: 45px
    }
}

.slavutich_about_project-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 30px;
    width: 100%
}

@media screen and (max-width: 991px) {
    .slavutich_about_project-box {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 24px
    }
}

.slavutich_about_project-block {
    font-size: 24px;
    line-height: 1.5;
    color: #666
}

@media screen and (max-width: 991px) {
    .slavutich_about_project-block {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_about_project-block {
        font-size: 16px;
        color: #333
    }
}

.slavutich_about_project-block p {
    margin: 0
}

.slavutich_time_management {
    width: 100%;
    color: #333;
    background: #f8f8f8;
    padding: 120px 0
}

@media screen and (max-width: 767px) {
    .slavutich_time_management {
        display: none
    }
}

.slavutich_time_management-wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.slavutich_time_management-box {
    width: 100%;
    border-radius: 20px;
    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);
    padding: 8px 24px
}

.slavutich_time_management-scroll {
    width: 100%
}

@media screen and (max-width: 1199px) {
    .slavutich_time_management-scroll {
        overflow: auto
    }
}

.slavutich_time_management-scroll::-webkit-scrollbar {
    height: 10px;
    border-radius: 10px;
    background-color: #f2f3f9
}

.slavutich_time_management-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e6204d
}

.slavutich_time_management-blocks {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 1px 0
}

@media screen and (max-width: 991px) {
    .slavutich_time_management-blocks {
        width: 1240px
    }
}

.slavutich_time_management-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 231px 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns:231px 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    border-bottom: 1px dashed #f0f0f0
}

.slavutich_time_management-block:last-child {
    border-bottom: none
}

.slavutich_time_management-block.border-solid {
    border-bottom-style: solid
}

.slavutich_time_management-block.height-15 {
    height: 15px
}

.slavutich_time_management-block.height-26 {
    height: 26px
}

.slavutich_time_management-item {
    border-right: 1px dashed #f0f0f0;
    padding: 8px 0;
}

.slavutich_time_management-item.border-solid {
    border-right-style: solid
}

.slavutich_time_management-item:last-child {
    border-right: none
}

.slavutich_time_management-month {
    font-weight: 700;
    text-align: center;
    margin: 0
}

.slavutich_time_management-title {
    font-weight: 700;
    margin: 0
}

.slavutich_time_management-line {
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px 0;
    position: relative
}

.slavutich_time_management-line span {
    width: 12px;
    height: 100%;
    border-radius: 55px;
    background: #b1c5dd;
    position: absolute;
    top: 0;
    left: 0
}

.slavutich_time_management-line.w025 span {
    width: 48px
}

.slavutich_time_management-line.w050 span {
    width: 96px
}

.slavutich_time_management-line.w075 span {
    width: 144px
}

.slavutich_time_management-line.w125 span {
    width: 240px
}

.slavutich_time_management-line.w150 span {
    width: 288px
}

.slavutich_time_management-line.ml025 span {
    margin-left: 48px;
}

.slavutich_time_management-line.ml050 span {
    margin-left: 96px;
}

.slavutich_time_management-line.ml075 span {
    margin-left: 144px;
}

.slavutich_prototype_and_design {
    width: 100%;
    color: #333;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .slavutich_prototype_and_design {
        padding-top: 80px
    }
}

.slavutich_prototype_and_design-head {
    margin-bottom: 64px;
    margin-top: 64px;
}

@media screen and (max-width: 767px) {
    .slavutich_prototype_and_design-head {
        margin-bottom: 40px;
        margin-top: 64px;
    }
}

.slavutich_prototype_and_design-head:last-child {
    margin-bottom: 0
}

.slavutich_prototype_and_design-title {
    margin-bottom: 64px
}

@media screen and (max-width: 767px) {
    .slavutich_prototype_and_design-title {
        margin-bottom: 68px
    }
}

.slavutich_prototype_and_design-description {
    max-width: 713px;
    font-size: 24px;
    line-height: 1.5;
    color: #666
}

@media screen and (max-width: 767px) {
    .slavutich_prototype_and_design-description {
        font-size: 16px
    }
}

.slavutich_prototype_and_design-box {
    height: 1153px;
    background: #f8f8f8;
    position: relative
}

@media screen and (max-width: 991px) {
    .slavutich_prototype_and_design-box {
        height: 760px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_prototype_and_design-box {
        height: 350px
    }
}

.slavutich_prototype_and_design-blocks {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 991px) {
    .slavutich_prototype_and_design-blocks {
        bottom: -100px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_prototype_and_design-blocks {
        bottom: -40px
    }
}

.slavutich_prototype_and_design-block {
    -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));
    margin-bottom: -110px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(16.46deg);
    -ms-transform: translate(-50%, 0) rotate(16.46deg);
    transform: translate(-50%, 0) rotate(16.46deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media screen and (max-width: 991px) {
    .slavutich_prototype_and_design-block {
        margin-bottom: -75px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_prototype_and_design-block {
        margin-bottom: -35px
    }
}

.slavutich_prototype_and_design-block--block1 {
    margin-left: -425px;
    margin-bottom: -110px
}

@media screen and (max-width: 991px) {
    .slavutich_prototype_and_design-block--block1 {
        margin-left: -300px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_prototype_and_design-block--block1 {
        margin-left: -140px;
        margin-bottom: 0
    }
}

.slavutich_prototype_and_design-block--block2 {
    margin-left: 245px;
    margin-bottom: -110px
}

@media screen and (max-width: 991px) {
    .slavutich_prototype_and_design-block--block2 {
        margin-left: 130px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_prototype_and_design-block--block2 {
        margin-left: 65px;
        margin-bottom: 0
    }
}

.slavutich_prototype_and_design-block img {
    border-radius: 20px 20px 0 0
}

@media screen and (max-width: 991px) {
    .slavutich_prototype_and_design-block img {
        width: 400px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_prototype_and_design-block img {
        width: 190px;
        border-radius: 10px 10px 0 0
    }
}

.slavutich_visually_impaired {
    width: 100%;
    color: #333;
    background: #f2f3f9;
    padding: 107px 0 63px 0
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired {
        padding: 80px 0
    }
}

.slavutich_visually_impaired-wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.slavutich_visually_impaired-title_wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .slavutich_visually_impaired-title_wrap {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-title_wrap {
        margin-bottom: 48px
    }
}

.slavutich_visually_impaired-title_wrap:last-child {
    margin-bottom: 0
}

.slavutich_visually_impaired-title {
    margin-bottom: 64px
}

.slavutich_visually_impaired-description {
    max-width: 713px;
    font-size: 24px;
    line-height: 1.5;
    color: #666
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-description {
        font-size: 16px
    }
}

.slavutich_visually_impaired-box {
    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;
    width: 100%;
    position: relative;
    z-index: 0
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }
}

.slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block1 {
    margin-right: -55%
}

@media screen and (max-width: 991px) {
    .slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block1 {
        margin-right: -40%
    }
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block1 {
        margin-right: 0
    }
}

.slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block2 {
    right: 35%
}

@media screen and (max-width: 991px) {
    .slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block2 {
        right: 30%
    }
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block2 {
        right: auto
    }
}

.slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block3 {
    right: 60%
}

@media screen and (max-width: 991px) {
    .slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block3 {
        right: 55%
    }
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block3 {
        right: auto
    }
}

.slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block4 {
    right: 80%
}

@media screen and (max-width: 991px) {
    .slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block4 {
        right: 75%
    }
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-box.show .slavutich_visually_impaired-block--block4 {
        right: auto
    }
}

.slavutich_visually_impaired-position {
    opacity: 0;
    position: absolute;
    top: 40%;
    z-index: 4
}

.slavutich_visually_impaired-block {
    -webkit-transition: 1.6s;
    -o-transition: 1.6s;
    transition: 1.6s;
    position: relative
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-block {
        width: 100%;
        margin-bottom: 32px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-block:last-child {
        margin-bottom: 0
    }
}

.slavutich_visually_impaired-block--block1 {
    margin-right: 0;
    z-index: 4
}

@media screen and (max-width: 991px) {
    .slavutich_visually_impaired-block--block1 {
        margin-right: -40%
    }
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-block--block1 {
        margin-right: 0
    }
}

.slavutich_visually_impaired-block--block2 {
    position: absolute;
    right: 33%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3
}

@media screen and (max-width: 991px) {
    .slavutich_visually_impaired-block--block2 {
        right: 30%
    }
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-block--block2 {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.slavutich_visually_impaired-block--block3 {
    position: absolute;
    right: 32%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2
}

@media screen and (max-width: 991px) {
    .slavutich_visually_impaired-block--block3 {
        right: 55%
    }
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-block--block3 {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.slavutich_visually_impaired-block--block4 {
    position: absolute;
    right: 40%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

@media screen and (max-width: 991px) {
    .slavutich_visually_impaired-block--block4 {
        right: 75%
    }
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-block--block4 {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.slavutich_visually_impaired-block img {
    border-radius: 20px;
    -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)
}

@media screen and (max-width: 767px) {
    .slavutich_visually_impaired-block img {
        width: 100%;
        border-radius: 10px
    }
}

.slavutich_video {
    padding: 107px 0 120px 0
}

@media screen and (max-width: 767px) {
    .slavutich_video {
        padding: 80px 0
    }
}

.slavutich_video-wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.slavutich_video-title {
    margin-bottom: 105px
}

@media screen and (max-width: 767px) {
    .slavutich_video-title {
        margin-bottom: 56px
    }
}

.slavutich_video-box {
    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;
    width: 100%;
    position: relative
}

.slavutich_video-pc {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0
}

.slavutich_video-pc img {
    width: 100%;
    height: auto
}

.slavutich_video-block {
    width: 76.5%;
    height: 84.5%;
    background: #fff;
    position: absolute;
    top: 6.5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1
}

.slavutich_video-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.slavutich_video-block:after {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.1043 64.2087C49.8351 64.2087 64.2087 49.8351 64.2087 32.1043C64.2087 14.3736 49.8351 0 32.1043 0C14.3736 0 0 14.3736 0 32.1043C0 49.8351 14.3736 64.2087 32.1043 64.2087ZM25.1539 21.1823V43.6884C25.1539 42.6224 30.3728 39.9724 35.7099 37.2625C39.6521 35.2608 43.6588 33.2264 45.6743 31.7734L25.1539 21.1823Z' fill='white'/%3e%3c/svg%3e");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

@media screen and (max-width: 767px) {
    .slavutich_video-block:after {
        width: 20px;
        height: 20px
    }
}

.slavutich_video-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 0
}

.slavutich_mobile {
    background: #f2f3f9;
    padding: 107px 0 120px 0
}

@media screen and (max-width: 767px) {
    .slavutich_mobile {
        padding: 75px 0 83px 0
    }
}

.slavutich_mobile-wrap {
    position: relative
}

.slavutich_mobile-title {
    margin-bottom: 64px
}

.slavutich_mobile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

@media screen and (max-width: 767px) {
    .slavutich_mobile-box {
        width: calc(100% + 60px);
        margin-left: -30px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_mobile-box.slick-initialized .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width: 767px) {
    .slavutich_mobile-box.slick-initialized .slick-slide {
        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;
        width: 248px;
        height: 410px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_mobile-box.slick-initialized .slick-slide img {
        width: 180px;
        right: -20px;
        bottom: -47px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_mobile-box.slick-initialized .slick-slide.slick-active img {
        width: 100%;
        right: -60px;
        bottom: 0
    }
}

.slavutich_mobile-box.show .slavutich_mobile-block--block2 {
    top: 0;
    left: 0
}

.slavutich_mobile-box.show .slavutich_mobile-block--block3 {
    top: 0;
    left: 0
}

.slavutich_mobile-position {
    opacity: 0;
    position: relative;
    top: -100px
}

.slavutich_mobile-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 425px;
    margin-bottom: 15px;
    margin-left: -25px;
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

@media screen and (max-width: 1199px) {
    .slavutich_mobile-block {
        width: 350px;
        margin-left: -30px
    }
}

@media screen and (max-width: 991px) {
    .slavutich_mobile-block {
        width: 300px;
        margin-left: -40px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_mobile-block {
        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;
        width: 250px;
        margin-bottom: 0;
        margin-left: 0
    }
}

.slavutich_mobile-block.active {
    width: 580px;
    margin-bottom: 0;
    margin-left: 0
}

@media screen and (max-width: 1199px) {
    .slavutich_mobile-block.active {
        width: 400px;
        margin-left: -30px
    }
}

@media screen and (max-width: 991px) {
    .slavutich_mobile-block.active {
        width: 350px;
        margin-left: -60px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_mobile-block.active {
        width: 250px;
        margin-left: 0
    }
}

.slavutich_mobile-block--block1 {
    left: 0;
    z-index: 3
}

.slavutich_mobile-block--block2 {
    top: -65px;
    left: -478px;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .slavutich_mobile-block--block2 {
        top: 0;
        left: 0
    }
}

.slavutich_mobile-block--block3 {
    top: -65px;
    left: -878px;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .slavutich_mobile-block--block3 {
        top: 0;
        left: 0
    }
}

.slavutich_mobile-block img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.slavutich_pages {
    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;
    background: #f8f8f8;
    width: 100%;
    height: 1554px;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .slavutich_pages {
        height: 900px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_pages {
        height: 446px
    }
}

.slavutich_pages-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 60px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

@media screen and (max-width: 991px) {
    .slavutich_pages-box {
        gap: 0 40px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_pages-box {
        gap: 0 18px;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

.slavutich_pages-block {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 60px 0;
    width: 375px;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: relative
}

@media screen and (max-width: 991px) {
    .slavutich_pages-block {
        gap: 40px 0;
        width: 300px
    }
}

@media screen and (max-width: 767px) {
    .slavutich_pages-block {
        gap: 18px 0;
        width: 110px;
        -webkit-animation-duration: 5s;
        animation-duration: 5s
    }
}

.slavutich_pages-block--block1 {
    padding-top: 1186px
}

@media screen and (max-width: 767px) {
    .slavutich_pages-block--block1 {
        padding-top: 250px
    }
}

.slavutich_pages-block--block2 {
    padding-top: 682px
}

@media screen and (max-width: 767px) {
    .slavutich_pages-block--block2 {
        padding-top: 185px
    }
}

.slavutich_pages-block--block3 {
    padding-top: 0
}

.slavutich_pages-block--block4 {
    padding-top: 286px
}

@media screen and (max-width: 767px) {
    .slavutich_pages-block--block4 {
        padding-top: 70px
    }
}

.slavutich_pages-block--block5 {
    padding-top: 690px
}

@media screen and (max-width: 767px) {
    .slavutich_pages-block--block5 {
        padding-top: 185px
    }
}

.slavutich_pages-item {
    width: 100%;
    height: auto;
    border-radius: 38px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .slavutich_pages-item {
        border-radius: 0
    }
}

.slavutich_pages-item:hover {
    -webkit-box-shadow: 48px 160px 128px rgba(0, 0, 0, .18);
    box-shadow: 48px 160px 128px rgba(0, 0, 0, .18);
    top: -10px;
    left: -10px
}

@media screen and (max-width: 767px) {
    .slavutich_pages-item:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 0;
        left: 0
    }
}

.slavutich_pages-item img {
    width: 100%;
    height: auto
}

@-webkit-keyframes slideInOdd {
    0% {
        top: 0
    }
    50% {
        top: 50px
    }
    100% {
        top: 0
    }
}

@keyframes slideInOdd {
    0% {
        top: 0
    }
    50% {
        top: 50px
    }
    100% {
        top: 0
    }
}

@-webkit-keyframes slideInEven {
    0% {
        bottom: 0
    }
    50% {
        bottom: 50px
    }
    100% {
        bottom: 0
    }
}

@keyframes slideInEven {
    0% {
        bottom: 0
    }
    50% {
        bottom: 50px
    }
    100% {
        bottom: 0
    }
}

@media screen and (max-width: 767px) {
    @-webkit-keyframes slideInOdd {
        0% {
            top: 0
        }
        50% {
            top: 10px
        }
        100% {
            top: 0
        }
    }@keyframes slideInOdd {
         0% {
             top: 0
         }
         50% {
             top: 10px
         }
         100% {
             top: 0
         }
     }@-webkit-keyframes slideInEven {
          0% {
              bottom: 0
          }
          50% {
              bottom: 10px
          }
          100% {
              bottom: 0
          }
      }@keyframes slideInEven {
           0% {
               bottom: 0
           }
           50% {
               bottom: 10px
           }
           100% {
               bottom: 0
           }
       }
}

.animate {
    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;
    width: 100%;
    height: 500px
}

.animate img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1199px) {
    .slavutich_time_management-line.w025 span {
        width: 34x;
    }

    .slavutich_time_management-line.w050 span {
        width: 68px;
    }

    .slavutich_time_management-line.w075 span {
        width: 102px;
    }

    .slavutich_time_management-line.w125 span {
        width: 170px;
    }

    .slavutich_time_management-line.w150 span {
        width: 204px;
    }

    .slavutich_time_management-line.ml025 span {
        margin-left: 34px;
    }

    .slavutich_time_management-line.ml050 span {
        margin-left: 68px;
    }

    .slavutich_time_management-line.ml075 span {
        margin-left: 102px;
    }
}

@media (max-width: 989px) {
    .slavutich_time_management-line.w025 span {
        width: 50x;
    }

    .slavutich_time_management-line.w050 span {
        width: 100px;
    }

    .slavutich_time_management-line.w075 span {
        width: 150px;
    }

    .slavutich_time_management-line.w125 span {
        width: 250px;
    }

    .slavutich_time_management-line.w150 span {
        width: 300px;
    }

    .slavutich_time_management-line.ml025 span {
        margin-left: 50px;
    }

    .slavutich_time_management-line.ml050 span {
        margin-left: 100px;
    }

    .slavutich_time_management-line.ml075 span {
        margin-left: 150px;
    }
}