@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');





.number .tn-atom {
    font-family: "Unbounded", sans-serif !important;
}

.item-divider .tn-atom {
    height: 1px;
}





/********** HEADER **********/
.uc-header {
    position: relative;
}
    .uc-header .t228 {
        top: 16px;
    }

    .uc-header .t228__maincontainer.t228__c12collumns {
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(30px);
        border-radius: 600px;
    }
    
    .uc-header .t-sociallinks a, 
    .uc-header .t-sociallinks svg {
        height: 32px;
        width: 32px;
    }
    
    .uc-header .t-sociallinks a {
        background: #000;
        border-radius: 600px;
        height: 32px !important;
        width: 32px !important;
    }
    
    .uc-header .t-sociallinks__item_telegram {
        position: relative;
        right: -4px;
    }
        .uc-header svg path {
            fill: #9DFF50;
            transition: all 0.2s ease-out;
        }
        
        .uc-header .t-sociallinks a:hover svg path {
            fill: #66CF10;
        }
    
    .uc-header .t228__rightside {
        min-width: inherit !important;
    }





/********** HERO *********/
.uc-hero {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}





/********** SERVICES **********/
.uc-services {
    border-radius: 30px 30px 0 0;
}

.uc-services .t-slds__items-wrapper {
    height: 436px !important;
}

    .uc-services .t-slds {
        overflow: visible;
    }
        .uc-services .t-slds__main.t-container {
            position: relative;
        }
        
        .uc-services ul.t-slds__arrow_container {
            height: 34px;
            position: absolute;
            right: 0;
            top: -80px;
            width: 76px;
        }
        
        .uc-services .t923 .t-slds__arrow_wrapper {
            height: 34px !important;
            width: 34px;
        }
        
        .uc-services .t-slds__arrow-left {
            left: 0;
        }
        
        .uc-services .t-slds__arrow-right {
            right: 0;
        }
        
        .uc-services .t923__col.t-col {
            border: 1px solid #484848;
            border-radius: 15px;
            height: 420px;
        }
        
        .uc-services .t923__wrapper {
            height: 100%;
            position: relative;
        }
            .uc-services .t923__imgwrapper {
                margin: 100px auto 60px auto;
                padding-bottom: 0 !important;
                position: relative;
                height: 220px;
                width: 220px;
            }
            
            .uc-services .t923__content {
                background-color: transparent !important;
                height: 100% !important;
                padding: 0;
                position: absolute;
                top: 24px;
                width: 100%;
                z-index: 2;
            }
                .uc-services .t923__textwrapper.t923__paddingsmall {
                    box-sizing: border-box;
                    height: 100%;
                    padding: 0 24px;
                    width: 100%;
                }
                    .uc-services .t-card__title {
                        height: 70px;
                    }
                    
                    .uc-services .t-card__descr {
                        border-top: 1px solid #484848;
                        bottom: 40px;
                        padding-top: 16px;
                        position: absolute;
                        width: 310px;
                    }





/**********. ЭТАПЫ ВЗАИМОДЕЙСТВИЯ **********/
.uc-steps {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
    .inter__item {
        border-radius: 16px;
        transition: all 0.2s ease-out;
    }
    
    .inter__item:hover {
        background: #9DFF50;
    }
        .inter__item:hover .inter__text .tn-atom {
            color: #000 !important;
            opacity: 1 !important;
        }





/********** ЭТАПЫ ФИНАНСИРОВАНИЯ ***********/
.steps__item.active .steps__title .tn-atom,
.steps__item.active .steps__dot .tn-atom,
.steps__item.active .steps__content .tn-molecule .tn-molecule {
    transition: all 0.2s ease-out;
}

.steps__item.active .steps__title .tn-atom {
    color: #9DFF50 !important;
}

.steps__item.active .steps__dot .tn-atom {
    background: #9DFF50 !important;
}

.steps__item.active .steps__content .tn-molecule .tn-molecule {
    border-color: #fff !important;
}

.steps__item.active .steps__content .tn-molecule .tn-molecule .t396__elem .tn-atom {
    opacity: 1 !important;
}





/********** КАКИЕ ТРУДНОСТИ МЫ РЕШАЕМ? ***********/
.solutions__item > .tn-molecule {
    overflow: hidden;
    position: relative;
}

.solutions__item > .tn-molecule:after {
    background-image: url('https://optim.tildacdn.com/tild3761-3462-4265-b331-633333626333/-/format/webp/2.jpg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease;
    top: 0;
    width: 100%;
}

.solutions__item:hover > .tn-molecule:after {
    opacity: 1;
}





/********** ОТЗЫВЫ **********/
.t958__gallery {
    margin: 0 auto;
    overflow: visible;
    max-width: 1160px;
}
    .t958__gallery .t-container_100 {
        overflow: hidden;
    }
        .t958__gallery .t-container_100 .t-width_8 {
            max-width: inherit;
        }
            .t958__gallery .t-container_100 .t-width_8 .t958__item {
                padding-right: 20px;
                width: 590px;
            }
                .t958__gallery .t958__card {
                    padding: 16px;
                }

                .t958__avatar {
                    margin-right: 16px;
                }

.t958__next,
.t958__previous {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 34px !important;
    position: absolute;
    top: -85px;
    width: 34px !important;
}

.t958__previous {
    background-image: url('https://static.tildacdn.com/tild6362-3639-4562-b131-656630383239/prev.svg');
    left: auto;
    right: 40px;
}

.t958__next {
    background-image: url('https://static.tildacdn.com/tild3566-6533-4432-b662-616136363336/next.svg');
}





/********** ПАРТНЕРЫ **********/
.uc-logos .t738__item {
    border: 1px solid #a4a4a4;
    border-radius: 12px 12px 12px 12px;
    margin: 0 4px;
}





/********** FAQ **********/
.uc-faq .t-col {
    margin-left: 0;
}





/********** FOOTER **********/
.uc-footer {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
    .uc-footer .t396 .tn-atom__img {
        transition: all 0.2s ease-out;
    }
    
    .uc-footer .t396 .tn-atom__img:hover {
        opacity: 0.7;
    }










/********** АДАПТИВНОСТЬ **********/
@media (max-width: 480px) {
    .uc-header {
        height: 48px !important;
        top: 0;
    }
        .uc-header .t228 {
            top: 0;
        }
    
        .tmenu-mobile__container {
            min-height: 48px !important;
            padding: 0 20px !important;
        }

    .t-rec_pt_90 {
        padding-top: 20px !important;
    }
    
    .t-rec_pb_90 {
        padding-bottom: 20px !important;
    }
    
    /* Скругления */
    .uc-hero {
        border-radius: 0 0 16px 16px;
    }

    .uc-services {
        border-radius: 16px 16px 0 0;
    }
    
    .uc-footer {
        border-radius: 16px 16px 0 0;
    }
    
    /* Услуги */
    .uc-services ul.t-slds__arrow_container {
        right: 20px;
    }
    
    .uc-services .t923 .t-slds__container {
        width: calc(100% - 20px);
    }
        .uc-services .t-slds__item {
            margin-right: 8px !important;
            width: 292px !important;
        }
        
        .inter__item:hover {
            background: transparent;
        }
            .inter__item:hover .inter__text .tn-atom {
                color: #fff !important;
                opacity: 1 !important;
            }
            
             .uc-services .t-card__title {
                    font-size: 16px !important;
                }
    
    /* Почему мы */
    .brightform {
        display: none;
    }
    
    /* Партнеры */
    .logoline {
        width: 100%  !important;
        overflow: scroll;
        display: flex
    }
        .logoline > .tn-molecule {
            justify-content: flex-start !important;
        }
    
    /* Отзывы */
    .t958 .t-slds__container {
        overflow: hidden;
    }
        .t958__gallery {
            padding-right: 0;
            max-width: inherit;
        }
            .t-width .t-slds__wrapper {
                padding: 0;
            }

                .t958__gallery .t-container_100 .t-width_8 .t958__item {
                    padding-right: 20px;
                    width: 300px;
                }
                
                .t958__gallery .t958__card {
                    max-width: inherit !important;
                }
                
                .t958__previous {
                    right: 50px;
                }
                
                .t958__next {
                    right: 10px;
                }
        
        .t958__more-wrapper {
            max-width: inherit !important;
        }
    
    /* Услуги */
    .reverse > .tn-molecule {
        flex-direction: column-reverse !important;
    }
    
    .steps-bg .t396__elem .tn-atom  {
        background-image: url(https://optim.tildacdn.com/tild3866-3933-4666-b530-306430323334/-/cover/596x476/center/center/-/format/webp/1.jpg.webp) !important;
    }
    
    .uc-service__Item .t396__artboard {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .banner-pic-right .t-bgimg {
        background-size: cover !important;
    }
}





@media (min-width: 481px) and (max-width: 640px) {
    .t-rec_pt_90 {
        padding-top: 20px !important;
    }
    
    .t-rec_pb_90 {
        padding-bottom: 20px !important;
    }
    
    /* Скругления */
    .uc-hero {
        border-radius: 0 0 16px 16px;
    }

    .uc-services {
        border-radius: 16px 16px 0 0;
    }
    
    .uc-footer {
        border-radius: 16px 16px 0 0;
    }
    
    /* Услуги */
    .uc-services ul.t-slds__arrow_container {
        right: 20px;
    }
    
    .inter__item:hover {
            background: transparent;
        }
            .inter__item:hover .inter__text .tn-atom {
                color: #fff !important;
                opacity: 1 !important;
            }
    
    /* Почему мы */
    .brightform {
        display: none;
    }
    
    /* Партнеры */
    .logoline {
        width: 100%  !important;
        overflow: scroll;
        display: flex
    }
        .logoline > .tn-molecule {
            justify-content: flex-start !important;
        }
    
    /* Отзывы */
    .t958 .t-slds__container {
        overflow: hidden;
    }
        .t958__gallery {
            padding-right: 0;
            max-width: inherit;
        }
            .t-width .t-slds__wrapper {
                padding: 0;
            }

                .t958__gallery .t-container_100 .t-width_8 .t958__item {
                    padding-right: 20px;
                    width: 440px;
                }
                
                .t958__gallery .t958__card {
                    max-width: inherit !important;
                }
                
                .t958__previous {
                    right: 50px;
                }
                
                .t958__next {
                    right: 10px;
                }
    
    /* Услуги */
    .reverse > .tn-molecule {
        flex-direction: column-reverse !important;
    }
    
    .steps-bg .t396__elem .tn-atom  {
        background-image: url(https://optim.tildacdn.com/tild3866-3933-4666-b530-306430323334/-/cover/596x476/center/center/-/format/webp/1.jpg.webp) !important;
    }
    
    .banner-pic-right .t-bgimg {
        background-size: cover !important;
    }
}

@media (min-width: 641px) and (max-width: 960px) {
    .t-rec_pt_90 {
        padding-top: 20px !important;
    }
    
    .t-rec_pb_90 {
        padding-bottom: 20px !important;
    }
    
    /* Услуги */
    .uc-services ul.t-slds__arrow_container {
        right: 20px;
    }
    
    .uc-services .t-slds__item {
        padding-right: 8px;
        box-sizing: border-box;
    }
        .uc-services .t923__imgwrapper {
            margin: 140px auto 60px auto;
            height: 180px;
            width: 180px;
        }
        
        .inter__item:hover {
            background: transparent;
        }
            .inter__item:hover .inter__text .tn-atom {
                color: #fff !important;
                opacity: 1 !important;
            }
    
    
    
    /* Отзывы */
    .t958 .t-slds__container {
        overflow: hidden;
    }
        .t958__gallery {
            padding-right: 0;
            max-width: 600px;
        }
            .t-width .t-slds__wrapper {
                padding: 0;
            }

                .t958__gallery .t-container_100 .t-width_8 .t958__item {
                    padding-right: 0;
                    width: 600px;
                }
                
                .t958__gallery .t958__card {
                    max-width: inherit !important;
                }
    
    /* Услуги */
    .reverse > .tn-molecule {
        flex-direction: row !important;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    /* Услуги */
    .inter__item:hover {
        background: transparent;
    }
        .inter__item:hover .inter__text .tn-atom {
            color: #fff !important;
            opacity: 1 !important;
        }
            
    /* Отзывы */
    .t958 .t-slds__container {
        overflow: hidden;
    }
        .t958__gallery {
            max-width: 940px;
        }
        
        .t958__gallery .t-container_100 .t-width_8 .t958__item {
            width: 480px;
        }
    
    /* Услуги */
    .reverse > .tn-molecule {
        flex-direction: row !important;
    }
}

@media (max-width: 980px) {
    .uc-header .t228__maincontainer.t228__c12collumns {
        background: rgba(0, 0, 0, 1);
        backdrop-filter: blur(30px);
        border-radius: 0;
    }
}