@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/ukraine/e-Ukraine-Light.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/ukraine/e-Ukraine-Thin.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/ukraine/e-Ukraine-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/ukraine/e-Ukraine-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/ukraine/e-Ukraine-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

body, html {
    margin: 0 auto !important;
    padding: 0;
    font-family: 'e-Ukraine', sans-serif;
    color: #000;
    background: #D5D1CE;
    overflow-x: hidden;
    text-rendering: auto;
    height: 100%;
}

img {
    max-width: 100%;
    vertical-align: text-top;
    max-height: 100%;
}
.hollywood-sign-element {
    animation: blink 1s infinite;
}


@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

.top-header {
    padding: 32px 42px;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    background: transparent;
    transition: background-color .3s ease-in-out;
}
.top-header.fixed {
    position: fixed;
    background: #D5D1CE;
    z-index: 1000;
}
.title-img {
    display: none;
}
.top-header.inner .title-img {
    display: block;
}
.top-header.fixed .title-img {
    display: block;
}
.main-menu {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 24px;
}
.menu-item a {
    color: #000;
    font-family: 'e-Ukraine';
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
}
.menu-item a:hover {
    color: #E81EC3;
}
.title-img {
    text-align: center;
    margin-bottom: 16px;
}
ul.language-chooser {
    list-style: none;
    display: flex;
    margin: 0;
    align-items: center;
    padding: 0;
    position: absolute;
    right: 42px;
}
.language-chooser li:first-child {
    position: relative;
    margin-right: 10px;
}
.language-chooser li a {
    font-family: 'e-Ukraine';
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.language-chooser li.active a {
    color: #E81EC3;
}
main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 86px;
}
.main-img {
    transform: translateY(-65px);
    margin-bottom: -65px;
}
.section {
    padding: 88px 0;
}
.section-container {
    margin: 0 auto;
    width: 1221px;
    max-width: 100%;
    border-radius: 24px;
    height: 544px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#goal .section-container {
    border: 16px solid #6024FA;
    background: #fff;
    height: 576px;
    align-items: center;
}
#goal .section-container:before {
    content: url("../img/wins/goal-icon-left.svg");
    position: absolute;
    left: -72px;
}
#goal .section-container:after{
    content: url("../img/wins/goal-icon-right.svg");
    position: absolute;
    right: -72px;
    bottom: -41px;
}
.section-container p {
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    max-width: 795px;
}
.section-title {
    font-weight: 500;
    font-size: 48px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.section-title span {
    -webkit-text-stroke-width: 0;
    color: #000;
}
#goal .section-title {
    position: absolute;
    top: 32px;
}
.main-content {
    background: #fff;
    padding-top: 30px;
}
.main-content .section-container {
    border: 1px solid #000;
}
.main-content section {
    padding: 55px 0;
}
.section-container .number{
    position: absolute;
    left: -20px;
    top: -20px;
}
.wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 64px;
    gap: 50px;
}
.text-container {
    text-align: left;
}
.main-content .section-container p {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
}
.text-container .section-title {
    text-align: left;
}
.img-container {
    flex-shrink: 0;
    margin-right: -100px;
}
a.btn {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background-color: #fff;
    border-radius: 24px;
    border: 4px solid #FD6B9F;
    box-shadow: 0 0 0 4px #FFB600;
    padding: 12px;
    width: 261px;
    height: 70px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
a.btn:hover {
    color: #05857E;
}
#course .section-container {
    background: #A758FA;
}
#course a.btn {
    border: 4px solid #36D7FA;
    box-shadow: 0 0 0 4px #F79626;
}
#stories .section-container {
    background: #FD6B9F;
}
#factors .section-container {
    background: #FDC931;
}
#factors a.btn {
    border: 4px solid #20C4BB;
    box-shadow: 0 0 0 4px #A758FA;
}
.seasons {
    margin: 88px auto;
    max-width: 1440px;
}
.seasons .wrapper {
    gap: 56px;
    margin-top: 44px;
}
.seasons .section-title, #partners .section-title {
    text-align: center;
}
#footer {
    margin: 40px auto 51px;
    text-align: center;
    max-width: 1440px;
}
.contacts {
    background: #fff;
    width: 680px;
    max-width: 100%;
    height: 383px;
    border: 12px solid #008AE2;
    border-radius: 24px;
    padding: 44px 75px;
    text-align: center;
}
.contacts-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/wins/bg-pattern.svg");
}
.contacts .social-block {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.contacts img {
    margin: 0 auto;
}
.contacts .social-block a {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
}
.about-text {
    padding: 50px 110px;
}
.about-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
    text-align: left;
}
.logos {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}
.partners-logos {
    margin: 50px auto;
}

.about-page #about .section-container {
    border: 16px solid #E81EC3;
    background: #fff;
    height: 544px;
    align-items: center;
}
.about-page #about .section-title {
    position: absolute;
    top: 32px;
}
.about-page #about .section-container:before {
    content: url("../img/wins/stem-icon.svg");
    position: absolute;
    top: 21px;
    left: -116px;
}
.about-page #about .section-container:after{
    content: url("../img/wins/national-emblem.svg");
    position: absolute;
    right: -72px;
    bottom: -41px;
}
.about-page .section-title {
    max-width: 941px;
    margin: 0 auto;
    text-align: center;
}
.about-page .section-title span {
    -webkit-text-stroke-width: unset;
}
.done-items {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 44px;
    padding: 0 24px;
}
.done-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: #D476C8;
    border-radius: 16px;
    border: 1px solid #000;
    width: calc(50% - 12px);
    position: relative;
}
.done-item a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.done-item:last-child, .done-item:nth-child(5){
    width: 100%;
}
.done-item svg {
    flex-shrink: 0;
}
.done-item p {
    font-size: 22px;
    margin: 0;
}
section#media {
    background: #fff;
    max-width: unset;
}
.media-item {
    display: flex;
    flex-direction: column;
    position: relative;
}
.media-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-item img {
    height: auto;
    width: auto;
    border-radius: 16px;
    object-fit: cover;
    object-position: top;
}
.media-item p {
    font-size: 22px;
    font-weight: 500;
    margin-top: 16px;
}
.media-wrapper {
    max-width: 1440px;
    margin: 44px auto 0;
    position: relative;
    padding: 0 24px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}
.media-wrapper .swiper-button-next, .media-wrapper .swiper-button-prev {
    top: -112px;
    width: auto;
    height: auto;
}
.mentors-wrapper .swiper-button-prev {
    left: 86px;
    right: unset;
}
#projects .section-title {
    text-align: center;
    margin-top: 56px;
}
#projects .text-container .section-title {
    text-align: left;
}
.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 49px;
    justify-content: center;
    align-items: center;
}
.team-item {
    width: 30%;
    position: relative;
    text-align: center;
}
.name-block {
    height: 117px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #000;
    background: #FDC92E;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-60px);
    margin-bottom: -60px;
}
.team-item:nth-child(1):after {
    content: url("../img/wins/lightening-icon.svg");
    position: absolute;
    right: 75px;
    top: 60px;
}
.team-item:nth-child(2):after {
    content: url("../img/wins/anna-icon.svg");
    position: absolute;
    right: -6px;
    bottom: -27px;
}
.team-item:nth-child(2) .name-block {
    background: #A958FF;
}
.team-item:nth-child(3):after {
    content: url("../img/wins/margo-icon.svg");
    position: absolute;
    left: 45px;
    top: 40px;
}
.team-item:nth-child(3) .name-block {
    background: #36D7FA;
}
.team-item:nth-child(4):after {
    content: url("../img/wins/nastya-icon.svg");
    position: absolute;
    left: 42px;
    bottom: 98px;
}
.team-item:nth-child(4) .name-block {
    background: #00C6BD;
}
.team-item:nth-child(5):after {
    content: url("../img/wins/stasya-icon.svg");
    position: absolute;
    left: 45px;
    top: 140px;
}
.team-item:nth-child(5) .name-block {
    background: #008AE2;
}
.team-item:nth-child(7):after {
    content: url("../img/wins/olya-icon.svg");
    position: absolute;
    right: 12px;
    bottom: 92px;
}
.team-item:nth-child(6) .name-block {
    background: #EF8ACF;
}
.team-item:nth-child(6):after {
    content: url("../img/wins/balls-icon.svg");
    position: absolute;
    right: 66px;
    bottom: 92px;
}
.team-item:nth-child(8):after {
    content: url("../img/wins/veronika-icon.svg");
    position: absolute;
    right: 45px;
    top: 60px;
}
.team-item:nth-child(7) .name-block {
    background: #FDC931;
}
.team-item:nth-child(9):after {
    content: url("../img/wins/marka-icon.svg");
    position: absolute;
    left: 45px;
    bottom: 100px;
}
.team-item:nth-child(8) .name-block {
    background: #93D84A;
}
.team-item:nth-child(9) .name-block {
    background: #F99626;
}

.name-block .name {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.name-block .title {
    font-size: 16px;
    font-weight: 200;
}
.team-swiper-wrapper {
    display: none;
}

.about-page .section {
    max-width: 1440px;
    margin: 0 auto;
}
.videos {
    margin: 88px auto;
    max-width: 1440px;
    overflow: hidden;
}
.videos-wrapper {
    position: relative;
    margin-top: 32px;
    padding: 0 24px;
}
.video-block {
    position: relative;
}
.video-block a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-block img {
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
}
.video-block p {
    font-size: 22px;
    font-weight: 500;
    margin-top: 16px;
}
.videos-wrapper .swiper-button-next, .videos-wrapper .swiper-button-prev {
    top: -112px;
    width: auto;
    height: auto;
}
.course {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 126px;
}
.section.title .section-title {
    text-align: left;
    position: relative;
}
.section.title .section-title:after {
    content: url("../img/wins/stem.svg");
    position: absolute;
    right: 78px;
    top: -20px;
}
.section.title {
    padding: 88px 0;
    width: 1221px;
    margin: 0 auto;
}
.course-content {
    display: flex;
    flex-direction: column;
    gap: 81px;
    padding: 40px 0;
}
.course-content .section-container {
    width: 1221px;
    border-radius: 16px;
    background: #1893E0;
    padding: 64px;
    height: auto;
}
.course-content .section-container .text-container .section-title {
    font-size: 32px;
    font-weight: 500;
    -webkit-text-stroke-width: 0;
    color: #000;
    margin-bottom: 16px;
}
.course-content .section-container .wrapper {
    padding: 0;
    gap: 10px;
}
.course-content .section-container .text-container p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.course-content .section-container a.btn {
    width: 296px;
}
.course-content .section-container .text-container p.desc {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 300;
    margin-top: 52px;
}
.course-content .section-container:nth-child(2) {
    background: #FD6B9F;
}
.course-content .section-container:nth-child(2) a.btn {
    border: 4px solid #FFB600;
    box-shadow: 0 0 0 4px #36D7FA;
}
.course-content .section-container:nth-child(2) .img-container, .course-content .section-container:nth-child(4) .img-container {
    flex-shrink: 0;
    margin-right: 0;
    margin-left: -100px;
}
.course-content .section-container:nth-child(4) {
    background: #0EC6BD;
}
.course-content .section-container:nth-child(2) a.btn {
    border: 4px solid #FFB600;
    box-shadow: 0 0 0 4px #A958FF;
}
.about-page {
    padding-top: 126px;
}
.stories {
    background: #FDC931;
    padding-top: 126px;
}
.stories main {
    padding-top: 0;
}
.stories .section.title {
    padding-bottom: 230px;
}
.stories .section.title .section-title:after {
    display: none;
}
.section.stories-content {
    background: #D5D1CE;
}
.stories-wrapper {
    max-width: 1221px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 39px;
    grid-row-gap: 60px;
    width: 100%;
}
.stories-wrapper .media-item {
    width: 100%;
}

.stories-wrapper .media-item:nth-child(3n + 2),
.stories-wrapper .media-item:nth-child(3n + 3) {
    width: calc(50% - 39px);
}

.stories-wrapper .media-item .media-img {
    width: 100%;
    height: 683px;
    object-fit: cover;
}
.stories-wrapper .media-item:first-child {
    transform: translateY(-200px);
    margin-bottom: -200px;
}
.stories-wrapper .media-item p {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
.stories-wrapper .media-item .title-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-top: 31px;
}
.stories-wrapper .media-item .title-block img {
    max-height: 64px;
    max-width: 161px;
    object-fit: contain;
    object-position: top;
    border-radius: 0;
}
.stories-wrapper .media-item:nth-child(3n + 2) .title-block,
.stories-wrapper .media-item:nth-child(3n + 3) .title-block {
    flex-direction: column-reverse;
}
.stories-wrapper .media-item:nth-child(3n + 2) .media-img,
.stories-wrapper .media-item:nth-child(3n + 3) .media-img {
    height: 332px;
}
.research {
    background: #01C4BB;
}
.research main .section.title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.research .section.title .section-title:after {
    content: none;
}
.research .img-container {
    margin: 0;
}
.section.title .section-title {
    margin-top: 80px;
}
.research #goal .section-container {
    height: auto;
    padding: 50px 150px;
    align-items: flex-start;
}
.research #goal .section-container:before {
    content: url("../img/wins/research-goal.svg");
    position: absolute;
    left: -72px;
    top: -65px;
}
.research #goal .section-container:after {
    content: url("../img/wins/research-goal-right.svg");
    bottom: 0;
}
.research #goal .section-title {
    position: relative;
    top: unset;
}
.research #goal .section-title {
    position: relative;
    top: unset;
}
.research #goal h5 {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -1%;
    margin: 32px 0 24px;
}
.research #goal .section-container p {
    text-align: left;
    font-size: 22px;
}
.research #results {
    background: #D5D1CE;
    width: 100%;
}
.section-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 109px;
}
.research #results p.desc, .research #report p.desc {
    margin: 32px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
}
ul.results-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 16px;
}
ul.results-list li {
    display: flex;
    padding: 37px 24px;
    align-items: center;
    background: #D476C8;
    border: 1px solid #000;
    border-radius: 16px;
    gap: 24px;
}
ul.results-list li p:first-child {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
}
ul.results-list li p {
    font-weight: 300;
    font-size: 16px;
}
.research #presentation {
    background: #fff;
    width: 100%;
}
.research #report {
    background: #20C4BB;
    width: 100%;
}
.slides-wrapper {
    max-height: 654px;
    height: 100vh;
    aspect-ratio: 1247 / 654;
    width: auto;
    max-width: 100%;
    background-color: white;
    margin: 48px 0;
}

.slides-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
}

.slides-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
    background-color: white;
}
.research #presentation .download-btn, .research #report .download-btn {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    border: 4px solid transparent;
    border-radius: 16px;
    box-shadow: 0 0 0 4px #6024FA, 0 0 0 8px #36D7FA;
    transition: 0.3s ease;
    padding: 17px;
    width: 277px;
    max-width: 100%;
    margin: 20px 0 100px;
}
.research #report .download-btn {
    box-shadow: 0 0 0 4px #FFB600, 0 0 0 8px #FD6B9F;
    background: #fff;
}
.research #presentation .download-button:hover, .research #report .download-btn:hover {
    transform: scale(1.02);
    text-decoration: none;
}
.research #disclaimer, .research #video {
    background: #D5D1CE;
    width: 100%;
}
.research #video .video-wrapper {
    max-width: 1221px;
    margin: -170px auto 0;
    border-radius: 16px;
    overflow: hidden;
}
.research #goal {
    padding-bottom: 170px;
}
.research #video .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.research #video .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-wrapper {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}
#presentation .section-wrapper {
    position: relative;
}
.presentation-swiper-wrapper {
    overflow-x: hidden;
    position: relative;
    margin: 50px 0;
}

#presentation .section-wrapper .swiper-button-next, #presentation .section-wrapper .swiper-button-prev {
    width: 120px;
    height: 75px;
    top: 0px;
    right: unset;
    left: 150px;
}
#presentation .section-wrapper .swiper-button-next {
    right: 150px;
    left: unset;
}
#presentation .section-wrapper .swiper-button-next img, #presentation .section-wrapper .swiper-button-prev img {
    width: 100%;
}
@media (max-width: 1330px) {
    main {
        padding: 87px 24px 0;
    }
    .section#goal {
        padding: 80px 24px;
    }
    .main-img {
        transform: translateY(-83px);
        margin-bottom: -83px;
    }
    #goal .section-container:before {
        left: -130px;
        top: -35px;
    }
    .main-content section {
        padding: 55px;
    }
    .section-container {
        width: 100%;
        height: auto;
    }
    .section-container .number {
        position: absolute;
        left: 50%;
        top: -60px;
        transform: translateX(-50%);
    }
    .wrapper {
        flex-direction: column-reverse;
        padding: 16px;
        gap: 16px;
    }
    a.btn {
        width: 100%;
    }
    .img-container {
        margin-right: 0;
        margin-top: 35px;
    }
    .about-page #about .section-container:before {
        top: -80px;
    }
    .about-page #about .section-container:after {
        bottom: -150px;
    }
    .team-item {
        width: 46%;
        position: relative;
    }
    .section {
        padding: 88px 24px;
    }
    .course {
        padding: 126px 56px 0;
    }
    .section.title {
        width: auto;
    }
    .section.title .section-title:after {
        right: 394px;
        bottom: -45px;
    }
    .stories .section.title {
        padding: 88px 24px;
        padding-bottom: 230px;
    }
    .research #video .video-wrapper {
        margin-top: 0;
    }
}
@media (max-width: 1000px) {
    .navbar-toggle {
        background: transparent;
        margin: 0;
        float: left;
    }
    .navbar-toggle .icon-bar {
        background: #000;
    }
    .top-header {
        padding: 10px 20px;
        margin-right: 0;
        background: #D5D1CE;
        z-index: 1000;
    }
    .main-menu {
        flex-direction: column;
        justify-content: flex-start;
        max-height: 0px;
        overflow: hidden;
        align-items: flex-start;
    }
    .main-menu.collapsed {
        max-height: 100%;
        width: 100%;
        background: #D5D1CE;
        padding: 10px;
    }
    .menu-item {
        margin: 6px 0 20px;
        text-align: center;
        width: 100%;
    }
    .menu-item a {
        font-size: 20px;
    }
    .navbar-default {
        background: transparent;
    }

    main {
        width: 100%;
        padding: 56px 24px 24px;
    }
    .main-img {
        transform: none;
        margin-bottom: 0;
    }
    .main-img svg {
        max-width: 100%;
        height: auto;
    }
    ul.language-chooser {
        justify-content: center;
    }
    .logos {
        gap: 10px;
    }
    .logos a:first-child img {
        height: 48px;
    }
    .section, .main-content section {
        padding: 16px;
    }
    .section-container {
        padding: 20px;
        height: auto;
    }
    #goal .section-container {
        padding: 50px 20px;
        height: auto;
    }
    #goal .section-title {
        position: relative;
        top: unset;
    }
    .section-title {
        font-size: 25px;
        margin-bottom: 16px;
    }
    .section-container p {
        font-size: 18px;
    }
    .main-content .section-container p {
        font-size: 22px;
        line-height: 24px;
    }
    .section-container .number {
        top: -30px
    }
    .section-container .number img {
        max-height: 80px;
    }
    .img-container {
        margin-top: 0;
    }
    .seasons {
        margin: 64px auto;
    }
    .seasons .wrapper  {
        margin-top: 32px;
        gap: 24px;
    }
    .partners-logos {
        margin: 24px;
    }
    .partners-logos a:first-child img {
        max-height: 50px;
    }
    #footer {
        padding: 24px;
    }
    .contacts {
        width: 100%;
        height: auto;
        padding: 40px 50px;
    }
    .contacts .social-block {
        flex-direction: column;
        gap: 32px;
    }
    .about-text {
        padding: 64px 0;
    }
    #goal .section-container:before{
        scale: 0.4;
        transform-origin: left center;
        left: -29px;
        top: -83px;
    }
    .about-page #about .section-container:before {
        scale: 0.4;
        transform-origin: left center;
        left: -50px;
        top: -98px;
    }
    #goal .section-container:after  {
        scale: 0.5;
        transform-origin: left center;
        right: -126px;
        bottom: -133px;
    }
    .about-page #about .section-container:after {
        scale: 0.5;
        transform-origin: left center;
        right: -126px;
        bottom: -120px;
    }
    ul.language-chooser {
        position: relative;
        right: unset;
    }
    .about-page #about .section-container {
        height: auto;
        padding: 46px;
    }
    .about-page #about .section-title {
        position: relative;
        top: unset;
        margin-bottom: 14px;
    }
    .done-item {
        width: 100%;
    }
    .research main .section.title {
        flex-direction: column;
    }
    .research #goal .section-container {
        padding: unset;
    }
    .research #goal h5 {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        margin: 0;
    }
    .research #goal  .section-container p {
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        margin: 0;
    }
    .research #goal p:not(:first-of-type) {
        display: none;
    }
    .research .section.title .section-title {
        margin-top: 40px;
    }
    .research #goal .section-container {
        border-width: 8px;
        padding: 48px 30px;
    }
    .research .section#goal {
        padding: 40px 0;
    }
    .research #goal .section-container:after {
        bottom: -46%;
        right: -104%;
        scale: 0.3;
    }
    .research #goal .section-container:before {
        left: -17px;
        top: -93px;
    }
    .section-wrapper {
        padding: 0;
    }
    .slides-wrapper {
        height: auto;
        min-height: 344px;
    }
    .research #presentation .download-btn, .research #report .download-btn {
        font-size: 11px;
        text-decoration: none;
    }
    .section-title {
        font-size: 22px;
    }
    .research #results p.desc, .research #report p.desc {
        font-size: 14px;
    }
    ul.results-list li {
        flex-direction: column;
    }
    ul.results-list li p {
        font-size: 14px;
    }
    ul.results-list li p:first-child {
        font-size: 18px;
    }
    #presentation .section-wrapper .swiper-button-next, #presentation .section-wrapper .swiper-button-prev {
        width: auto;
    }
}
@media (max-width: 768px) {
    .about-page #about .section-container:after {
        scale: 0.5;
        transform-origin: left center;
        right: -120px;
        bottom: -163px
    }
    #done {
        margin-top: 60px;
    }
    .done-item {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .done-item p {
        font-size: 18px;
    }
    .media-wrapper .swiper-button-next, .media-wrapper .swiper-button-prev {
        top: -60px;
        width: 60px;
        height: 60px;
    }
    .videos-wrapper .swiper-button-next, .videos-wrapper .swiper-button-prev {
        top: -40px;
        width: 60px;
        height: 60px;
    }
    .videos .section-title {
        font-size: 22px;
        margin-bottom: 42px;
    }
    .about-page #media .section-title {
        max-width: 42%;
    }
    .team-wrapper {
        display: none;
    }
    .team-swiper-wrapper {
        display: block;
        position: relative;
    }
    .team-item {
        width: 100%;
    }
    .name-block {
        height: auto;
    }
    .team-swiper-wrapper .swiper-button-next, .team-swiper-wrapper .swiper-button-prev {
        top: 0;
        width: 60px;
        height: 60px;
    }
    .section.title .section-title:after {
        right: 94px;
        bottom: -56px;
        scale: 0.4;
    }
    .course-content .section-container .text-container .section-title {
        font-size: 22px;
    }
    .course-content .section-container .text-container p.desc {
        display: none;
    }
    .course-content .section-container a.btn {
        width: 100%;
    }
    .course-content .section-container:nth-child(2) .img-container, .course-content .section-container:nth-child(4) .img-container {
        margin: 0;
    }
    .section.title {
        padding: 24px 0;
    }
    .section.title .section-title:after {
            right: -37px;
            top: -44px;
            bottom: unset;
    }
    .course-content .section-container {
        padding: 24px;
    }
    .about-page {
        padding-top: 60px;
    }
    .top-header.fixed .title-img, .top-header.inner .title-img {
        display: block;
        margin-bottom: 0;
        margin-top: 9px;
        padding-right: 44px;
    }
    .stories .section.title {
        padding: 24px;
        padding-bottom: 48px;
    }
    .stories-wrapper .media-item:first-child {
        transform: translateY(-56px);
        margin-bottom: -56px;
    }
    .stories-wrapper .media-item .media-img, .stories-wrapper .media-item:nth-child(3n + 2) .media-img, .stories-wrapper .media-item:nth-child(3n + 3) .media-img {
        height: 193px;
        width: 100%;
    }
    .stories {
        padding-top: 54px;
    }
    .stories-wrapper .media-item .title-block {
        flex-direction: column;
    }
    .stories-wrapper .media-item p {
        font-size: 22px;
    }
    .stories-wrapper .media-item .title-block img {
        height: 48px;
    }
    .stories-wrapper .media-item:nth-child(3n + 2), .stories-wrapper .media-item:nth-child(3n + 3) {
        width: 100%;
    }
    #projects .section-title {
        margin-top: 24px;
    }
    .slides-wrapper {
        min-height: unset;
    }
    #presentation .section-wrapper .swiper-button-next, #presentation .section-wrapper .swiper-button-prev {
        left: 50px;
        max-width: 60px;
        right: unset;
    }
    #presentation .section-wrapper .swiper-button-next {
        right: 50px;
        left: unset;
    }
}
@media (max-width: 600px)  {
    .course {
        padding: 86px 24px 0;
    }
    #presentation .section-wrapper .swiper-button-next, #presentation .section-wrapper .swiper-button-prev {
        left: 0px;
        max-width: 40px;
        right: unset;
    }
    #presentation .section-wrapper .swiper-button-next {
        right: 0px;
        left: unset;
    }
}