.item-number,
.section-title {
    color: #1a4fb8;
    font-weight: 400
}

.section-title_wrap {
    text-wrap: nowrap;
}

.button-container,
.item-number,
.item_tit,
.seneca_third {
    text-align: left
}

.card-3d,
.cicle,
.community_image {
    position: relative
}

.community_image img,
.front img {
    height: 100%;
    width: 100%
}

.community-btn,
.dir_txt,
.in,
.item_tit {
    font-family: Inter
}

#application,
.back,
.community_image,
.front {
    overflow: hidden
}

.community-button,
.text_upper_tamplate,
.transform_text_for_you .dir_txt {
    text-transform: uppercase
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    overflow-x: hidden !important
}

section {
    max-width: 1720px;
    margin: 15px auto;
    padding: 20px 0
}

.section-title {
    font-size: 42px;
    margin-bottom: 64px;
}

.seneca_text_new {
    display: flex;
    flex-direction: column;
}

.community_all{
    display: flex;
    justify-content: space-between
}

.community_left {
    width: -webkit-fill-available
}

.community_item {
    height: 140px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px
}

.item_tit {
    font-size: 40px;
    font-weight: 400;
    opacity: 0;
    transform: translateX(100%);
    animation: 1s ease-in-out forwards slideInRight
}

.item-number {
    min-width: 100px;
    font-size: 66px;
    opacity: 0;
    transform: translateX(-100%);
    animation: 1s ease-in-out forwards slideInLeft
}

.community_image:first-child,
.community_image:nth-child(3) {
    opacity: 0;
    transform: translateX(-100%);
    animation: 1s ease-in-out 1.5s forwards slideInLeft
}

.footer-note-blue {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #0047ba;
    max-width: 460px;
    height: 68px;
    opacity: 0;
    transform: translateX(100%);
    animation: 1s ease-in-out 2.5s forwards slideInRight
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.section-title_mob {
    display: none;
}

.community_right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.community_images {
    margin-top: auto;
    display: flex;
    flex-direction: column
}

.community_image {
    width: 600px;
    height: 110px;
    max-width: 600px;
    min-height: 140px;
    object-fit: cover
}

.community_image:first-child {
    top: -50px
}

.community_image:nth-child(2) {
    opacity: 0;
    transform: translateX(100%);
    animation: 1s ease-in-out 1.5s forwards slideInRight;
    top: -25px
}

.community_image:nth-child(3) {
    top: 2px
}

.community-btn {
    border: none;
    cursor: pointer;
    transition: background-color .3s;
    color: #fff;
    padding: 20px 60px;
    background: #0047bb;
    font-size: 16px;
    font-weight: 200;
    text-align: right
}

.cicle,
.cicles_txt {
    transition: opacity 1s ease-in-out, transform 1s ease-in-out
}

.community-btn:hover {
    background-color: #003f8a
}

.community-footer {
    display: flex;
    justify-content: end
}

.cicles,
.front {
    align-items: center;
    display: flex
}

.cicles_section {
    margin-top: 30px
}

.cicles {
    perspective: 600px;
    justify-content: center;
    gap: 30px
}

.cicles_txt {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    width: 600px
}

.back,
.card-3d,
.front {
    width: 500px;
    height: 500px
}

.cicle {
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.card-3d {
    transition: transform 1s;
    transform-style: preserve-3d
}

.back,
.front {
    backface-visibility: hidden;
    position: absolute;
    transition: transform .6s linear
}

.dir_img,
.dir_txt,
.group_txt {
    transition: opacity 1s, transform 1s
}

.video_vertical {
    width: 100%;
}

.video_vertical_mob {
    display: none;
}

.front img {
    object-fit: cover
}

.front {
    font-size: 48px;
    color: #0047ba;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #0047ba;
    transform: perspective(400px) rotateY(0)
}

.back {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0047ba;
    border-radius: 50%;
    border: 2px solid #0047ba;
    transform: perspective(400px) rotateY(180deg)
}

.back_content {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    width: 412px;
    height: 217px
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 100px
}

.community-button {
    background-color: #0047ba;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer
}

.community-button:hover {
    background-color: #003b9f
}

.card-3d:hover .front {
    transform: perspective(600px) rotateY(-180deg)
}

.card-3d:hover .back {
    transform: perspective(600px) rotateY(0)
}

.cicles_txt.in-view,
.dir_txt.in-view,
.group_txt.in-view {
    opacity: 1;
    transform: translateX(0)
}

.cicle.in-view,
.dir_img.in-view {
    opacity: 1;
    transform: scale(1)
}

.cicles_text {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    align-items: flex-start
}

.dir_tit {
    max-width: 700px;
    text-align: left
}

.direktion {
    margin-top: 40px;
    display: flex;
    gap: 60px
}

.dir_item {
    margin-top: 10px
}

.dir_txt {
    transform: translateX(100px);
    font-size: 24px;
    font-weight: 400;
    text-align: left
}

.dir_img {
    width: 760px;
    height: auto
}

.group_title {
    width: 500px
}

.bg_item {
    background-size: cover;
    height: 300px;
    border-radius: 5px;
    position: relative;
    justify-content: center;
    align-items: center
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0046bb;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index: 10
}

.fut_mob {
    display: none
}

.group_text {
    height: 170px;
    margin: 100px 0
}

.group_txt {
    font-size: 23px;
    font-weight: 400;
    text-align: left;
    max-width: 810px;
    width: 100%;
    padding-top: 10px;
    margin-left: 50px
}

.dream_span,
.dream_txt {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 400;
    text-align: left
}

.video-container {
    width: 100%;
    aspect-ratio: 2;
    position: relative;
    margin: 0 auto
}

.team-photo {
    width: 100%;
    height: auto;
    object-fit: cover
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.play-button::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 50px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    margin-left: 15px
}

.dream_tit {
    margin: 50px 0 20px
}

.dreams-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 auto
}

.dream-block {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    justify-content: space-between;
    position: relative
}

.dream_item {
    display: flex;
    align-items: center;
    gap: 20px
}

.dream_item img {
    max-width: 300px;
    height: auto;
    border-radius: 5px;
    animation: .5s scaleUp
}

.dream_text_block {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    justify-content: center
}

.dream-block h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 56px;
    text-align: left;
    color: #0047bb;
    margin-bottom: 10px
}

.dream_txt {
/*     transform: translateX(100px); */
    transition: .5s;
    opacity: 1;
    animation-delay: .5s
}

.dream_span {
    color: #0047ba
}

.cta-button:hover {
    background-color: #03c
}

.bg_item {
    background-image: url(../img/icons/dream.webp);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scaleUp {
    from {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.seneca-section {
    background-color: #fff;
    position: relative
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* .seneca-container {
    max-width: 1720px;
    margin: 0 auto;
    position: relative
} */

.seneca__block {
    display: flex;
}

.seneca_txt {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    width: 460px;
    animation: .8s forwards slideIn;
    margin-bottom: 132px;
    margin-right: 337px;
}

.left_txt {
    font-size: 40px;
    font-weight: 400;
    line-height: 50.2px;
    text-align: left;
    color: #0047bb;
    width: 200px
}

.blue,
.span_seneca {
    color: #0047ba
}

.seneca_center {
    display: flex;
    align-items: end;
    flex-direction: column;
    width: 80%;
}

.seneca_right {
    margin-right: 138px
}

.blue {
    font-size: 72px;
    font-weight: 500;
    line-height: 93.6px
}

.seneca_footer-txt,
.span_seneca {
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left
}

.seneca_first,
.seneca_second,
.seneca_third {
    animation: .8s steps(32) forwards typing;
    overflow: hidden;
    white-space: nowrap;
    width: 0
}

.seneca_footer {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 20px 0;
    margin-top: 64px;
}



.in {
    font-size: 38px;
    animation: .8s forwards slideIn;
    transform: translateX(100%);
    opacity: 0
}

.seneca_first {
    text-align: right;
    margin-left: 74px
}

.seneca_second {
    text-align: center
}

.community_image:nth-child(2) {
    position: relative;
    bottom: -7px
}

.community_item.fut {
    max-width: 600px;
    width: 100%
}

.community-section {
    display: flex;
    margin: 100px auto 0;
    flex-direction: column;
    justify-content: center
}

.transform {
    transform: translateX(0)
}

.dream_text_block.text_up {
    margin-top: -62px
}

.blue_mob,
.blue_mob_c {
    display: none;
}

@media (max-width:1746px) {
    section {
        padding: 20px var(--main-padding)
    }
}

@media(max-width: 1441px) {
    .seneca_footer-txt {
        width: 737px; 
    }

    .seneca_txt {
        margin-right: 274px;  
    }

    .cicles {
        justify-content: space-around
    }
    .left_txt {
        width: 170px; 
    }

    .seneca_txt {
        width: 427px;
    }

    .seneca_footer-txt {
        width: 472px;
    }
}

@media(max-width: 1330px) {
    .blue {
        font-size: 52px
    }

}

@media (max-width:800px) {
    .community-btn {
        margin-top: 80px
    }
}

@media (max-width:600px) {
    .community-section {
        margin: 15px auto !important
    }

    .community_left {
        margin-top: 13px !important
    }

    .numbers_fix {
        height: 56px !important
    }

    .community-btn {
        padding: 16px 20px !important;
        width: 100% !important;
        text-align: center !important
    }

    .move_text_left {
        text-align: left !important
    }
}

@media (max-width:394px) {

    .fix_font_width_line,
    .fix_fonts_size,
    .fixed_left_txt {
        text-align: left !important
    }

    .change_size,
    .low_text {
        font-size: 16px !important
    }

    .dop_size {
        margin-right: 54px !important
    }

    .dop_size1 {
        margin-right: 81px !important
    }

    .dream-block .text_size_change {
        font-size: 26px
    }

    .fix_top_txt {
        margin-top: -5px
    }

    .seneca-section.fix_pad_top {
        padding: 0 !important
    }

    .seneca_right


    .fix_font_width_line {
        font-size: 16px !important;
        width: 78px !important;
        line-height: 24px !important;
        padding-left: 19px !important
    }

    .fix_hands,
    .fix_house,
    .fix_seneca_we {
        font-size: 17px !important
    }

    .fixed_right {
        margin-left: 29px !important
    }

    .fix_wall {
        width: 379px !important
    }

    .fix_house {
        margin-right: 16px !important
    }

    .fix_back {
        margin-top: -7px !important
    }
}

.fix_bottom {
    margin-bottom: 57px
}

@media (max-width:768px) {
    .cta-button {
        padding: 11px 18px !important
    }
}