.word_brake{
    hyphens: auto;
    word-break: normal;
}
.navigator-top__bg{overflow: unset;}
.swiper-podcast-navigation .swiper-pagination-bullet,  .swiper-top__bg-navigation .swiper-pagination-bullet{
    margin: 0 6px !important;
    width: 10px;
    height: 10px;
}
.swiper-top__bg-navigation {
    margin-top: 70px;
    position: relative;
}


.static .d-flex-red{
    background: #F1F1F1 url(../images/flor2-red.svg) top right no-repeat;
}
.support-carts{
    /*display: flex;*/
    /*justify-content: space-between;*/
    align-items: stretch;
}
.support-carts .support-cart.grey{background-color: #00CA87;}
.support-carts .support-cart.yellow{background-color: #FFB22D;}
.support-carts .support-cart.red{background-color: #EC5535;}
.support-carts .support-cart{
    border-radius: 30px;
    width: 32%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    font-family: "TT Travels";
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    flex:1;
}
.support-cart__title{
    padding: 0 15px;
    margin-bottom: 36px;
    font-weight: 700;
}
.support-cart__description{
    padding: 0 8px;
    margin-bottom: 24px;
}
.support-carts .support-cart img{
    margin-top: auto;
}
.film-wrapper {
    width: 100%;
    margin: 0 auto;
}
.film-wrapper iframe {
    width: 100%;
    aspect-ratio: 1400 / 760;
    display: block;
    border-radius: 20px;
}
.why-blocks__wrapper{
    border-radius: 40px;
}
.why-blocks__wrapper.problems{background-color: #00CA87; padding-bottom: 62px;}
.why-blocks__wrapper.solutions{background-color: #F1F1F1; margin-top: -64px;}
.why-blocks__wrapper .title{
    font-family: "TT Travels";
    font-weight: 800;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    padding: 30px 38px;
}
.why-blocks__wrapper .item{
    padding: 30px 38px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
}
.why-blocks__wrapper .item:last-child{border-bottom: none;}
.why-blocks__wrapper .item svg{flex-shrink: 0;}
.why-blocks__wrapper .item span{margin-left: 40px; font-size: 28px;}
.feauture-cards{
    display: flex;
}
.feauture-cards .feauture-card{
    width:50%;
    border-radius: 24px;
    overflow: hidden;
}
.feauture-card.text-card{
    margin-right: 12px;
    background-color: #00CA87;
    padding: 17px 12px 32px 32px;
    display: flex;
    flex-direction: column;
}
.feauture-card.text-card .top-section{
    display: flex;
    justify-content: space-between;

}
.feauture-card.text-card .bottom-section{
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: auto;
}
.join-to-project{
    display: flex;
    background-color: #00CA87;
    padding: 32px;
    border-radius: 30px;
}
.join-to-project .text-block{
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}
.join-to-project .text-block .title{
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.join-to-project .text-block .text{
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
}
.join-to-project .text-block .button-link{
    margin-top: auto;
}
.btn-white__orange:hover{
    background: #f1f1f1;
    color: #000;
}
.btn-white__orange:hover path{stroke: #000}
.join-to-project .image-block img{border-radius: 24px; }
.video-podcast__container{
    width: 100%;
    display: flex;
    background-color: #00CA87;
    justify-content: space-between;
    border-radius: 24px;
    overflow: hidden;
}
.video-podcast__block{
    width: 66%;
}
.video-podcast__tab{
    display: none;
}
.video-podcast__tab.active{
    display: block;
}
.video-podcast__tab iframe{
    width: 100%;
    aspect-ratio: 900 / 505;
    display: block;
    border-radius: 24px;
    background-color: #000;
    position: relative;
    z-index: 1;
}
.video-podcast__releases{
    width: 34%;
}
.video-podcast__realease-btn{
    padding-left: 7%;
    margin-left: -4%;
    cursor: pointer;
}
.video-podcast__realease-btn .title{
    border-bottom: 2px solid #000;
    padding: 25px 40px;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
}
.video-podcast__realease-btn:last-child .title {border-bottom: none;}
.video-podcast__realease-btn.active{background: #D9D9D9;}
.video-podcast__realease-btn:hover{background: #D9D9D9;}
.grey-background{background: #F1F1F1;}
.directions-wrapper{
    border-radius: 30px;
    padding: 24px 46px;
    display: flex;
}
.directions-content{
    width: 66.666%;
    padding-right: 2%;
    box-sizing: border-box;
}
.directions-content h2{margin-bottom: 50px;}
.one-direction{display: none;}
.one-direction.active{display: block;}
.one-direction .title{
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F45535;
    margin-bottom: 30px;
}
.one-direction .text{
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
}
.stepway-wrapper{
    padding: 16px 40px;
    border-radius: 30px;
    margin-top: 30px;
}
.stepway-wrapper .title{
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.stepway-steps{
    display: flex;
    align-items: stretch;
}
.stepway-steps .step{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.stepway-steps.stepway-steps .step .top{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.stepway-steps .step .top .number{
    width: 77px;
    height: 77px;
    background: #00CA87;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 800;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.stepway-steps .step .top::after {
    content: '';
    flex: 1;
    height: 4px;
    background: #00CA87;
    border-radius: 2px;
    margin-left: -2px;
    margin-right: -2px;
}
.stepway-steps.stepway-steps .step .middle{
    padding-right: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.stepway-steps.stepway-steps .step .name{
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F45535;
    margin-bottom: 14px;
}
.stepway-steps.stepway-steps .step .subtitle{
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    margin-bottom: 30%;
}
.stepway-steps.stepway-steps .step .description{
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #737373;
    margin-top: auto;
}
.directions-navigation {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flower-tabs {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 100%;
}

.flower-tab {
    position: absolute;
    width: 50%;
    height: 50%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.flower-tab svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform-origin: center;
}

.flower-tab path {
    fill: #fff !important;
    transition: fill .25s ease;
}

.flower-tab span {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(50px, 17vw, 90px);
    line-height: 1;
    font-weight: 800;
    color: #231F20;
}

.flower-tab:nth-child(1) {
    top: 0;
    left: 0;
}

.flower-tab:nth-child(2) {
    top: 0;
    right: 0;
}

.flower-tab:nth-child(2) svg {
    transform: scaleX(-1);
}

.flower-tab:nth-child(3) {
    bottom: 0;
    left: 0;
}

.flower-tab:nth-child(3) svg {
    transform: rotate(180deg);
}

.flower-tab:nth-child(4) {
    right: 0;
    bottom: 0;
}

.flower-tab:nth-child(1):hover path,
.flower-tab:nth-child(1).active path {
    fill: #00CA87 !important;
}

.flower-tab:nth-child(2):hover path,
.flower-tab:nth-child(2).active path {
    fill: #FFB22D !important;
}

.flower-tab:nth-child(3):hover path,
.flower-tab:nth-child(3).active path {
    fill: #EC5535 !important;
}

.flower-tab:nth-child(4):hover path,
.flower-tab:nth-child(4).active path {
    fill: #BD80B3 !important;
}

.flower-center {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 23%;
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.flower-center img {
    width: 100%;
    height: 100%;
    display: block;
}
/*.pc-version{display: block;}*/
.mobile-version{display: none;}
.about-static__picture img{border-radius: 30px;}


@media only screen and (max-width: 1024px) {
    .about-top__bg .swiper-top__bg-navigation .top__bg-pagination{bottom: -20px;}
    .feauture-cards{
        flex-direction: column;
    }
    .feauture-cards .feauture-card{
        width: 100%;
    }
    .feauture-card.text-card{
        margin-right: 0px;
        margin-bottom: 12px;
        padding: 28px 16px;
    }
    .feauture-card.text-card .top-section img.one{width: 30%;}
    .feauture-card.text-card .top-section img.two{width: 60%;}
    .feauture-card.text-card .bottom-section{margin-top: 40px; font-size: 22px;}
    .feauture-cards .feauture-card img.three{width: 100%;}
    .why-blocks__wrapper .title{font-size: 22px; padding: 20px 30px;}
    .why-blocks__wrapper .item{padding: 10px 16px;}
    .why-blocks__wrapper .item span{font-size: 16px; margin-left: 20px;}
    .why-blocks__wrapper .item img, .why-blocks__wrapper .item svg{max-width: 16px;}
    .one-direction .title{font-size: 20px;}
    .one-direction .text{font-size: 16px;}
    .directions-wrapper{
        flex-direction: column;
        padding: 14px;
    }
    .directions-content{width: 100%;}
    .directions-content h2{margin-bottom:20px;}
    .one-direction .title{margin-bottom:14px;}
    .directions-navigation{order: -1; margin-bottom: 20px;}
    .support-carts{
        /*flex-direction: column;*/
        /*justify-content: normal;*/
    }
    .join-to-project{
        flex-direction: column;
        padding: 16px;
    }
    .support-carts .support-cart{width: 100%; margin-top: 20px; font-size: 20px; flex: none;}
    .support-cart__title{margin-bottom: 24px;}
    .join-to-project .text-block .title{font-size: 28px;}
    .join-to-project .text-block .text{font-size: 16px;}
    .join-to-project .image-block {order: -1; margin-bottom: 20px;}
    .join-to-project .image-block img{width: 100%;}
    .stepway-wrapper{padding: 16px;}
    .stepway-wrapper .title{font-size: 30px;}
    .stepway-steps{flex-direction: column;}
    .stepway-steps .step{flex-direction: row;}
    .stepway-steps.stepway-steps .step .subtitle{margin-bottom: 10%;}
    .stepway-steps .step .top {flex-direction: column;}
    .stepway-steps.stepway-steps .step .top{margin-bottom: 0px;}
    .stepway-steps .step .top::after {
        width: 4px;
        height: auto;
    }
    .stepway-steps.stepway-steps .step .middle{padding: 0 0 50px 20px}
    .stepway-steps .step:last-child .middle{padding-bottom: 0px}

    .nav-support .swiper-pagination{
        bottom: -34px;
    }
    .nav-support .swiper-pagination-bullet{
        margin: 0 6px !important;
        width: 10px;
        height: 10px;
    }
    .video-podcast__releases{display: none;}
    .video-podcast__container{
        background-color: unset;
        justify-content: normal;
    }
    .video-podcast__block{width: 100%;}
    .video-podcast__tab{display: block;}
    .swiper-podcast-navigation{
        margin-top: 16px;
    }
    .swiper-podcast .podcast-pagination{
        position: relative;
        bottom: 33px;
    }
    .swiper-top__bg-navigation{margin-top: 26px;}


    .pc-version{display: none;}
    .mobile-version{display: block;}

}