.right-widget {
    position: fixed;
    top: 50%;
    right: -5px;
    width: 50px;
    transform: translateY(-50%) translateX(0);
    z-index: 9999;
    transition: transform 0.2s ease;
}

.right-widget:hover {
    transform: translateY(-50%) translateX(-5px);
}

.right-widget .telegram-chat-btn {
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    height: 50px;
    padding: 0 15px;

    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center;

    border-radius: 16px 16px 0 0;
    background: linear-gradient(135deg, #2AABEE 0%, #229ED9 100%);
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;

    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
            0 0 0 1px rgba(34, 158, 217, 0.25),
            0 10px 28px rgba(34, 158, 217, 0.35),
            0 8px 20px rgba(0, 0, 0, 0.45);

    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.right-widget .telegram-chat-btn:hover {
    background: linear-gradient(135deg, #37B7F7 0%, #229ED9 100%);
    color: #ffffff;
    box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.22),
            0 12px 34px rgba(34, 158, 217, 0.5),
            0 8px 22px rgba(0, 0, 0, 0.55);
}

.right-widget .telegram-chat-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
    margin-right: 1px;
}

.right-widget .telegram-chat-btn__icon svg {
    display: block;
}

.right-widget .telegram-chat-btn__text {
    display: inline-flex;
    align-items: center;
}

.right-widget .telegram-chat-btn__bubble {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-left: 3px;
    padding: 5px 8px 5px 9px;

    border-radius: 999px;
    background: #ffffff;
    color: #229ED9;

    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.right-widget .telegram-chat-btn__bubble::before {
    content: "";
    position: absolute;
    left: 73%;
    bottom: -6px;

    width: 0;
    height: 0;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #ffffff;

    transform: translateX(-50%);
    z-index: -1;
}

.right-widget .telegram-chat-btn__bubble {
    z-index: 1;
}

.right-widget .telegram-chat-btn__bubble::before {
    z-index: -1;
}
.lang-ru{
    .header-title{
        h1{
            font-size: 65px;
            margin-bottom: -80px;
        }
        .bg-1{
            font-size: 110px;
        }
        span{
            margin-top: 65px;
        }
    }
    .header-text{
        margin-top: 25px;
    }
    .ai-signals__title{
        font-size: 17px;
    }
    .ai-signals__btn{
        font-size: 12px;
    }
    .sect-6-wrap{
        .m-text{
            margin-bottom: 60px;
            p:last-child{
                display: none;
            }
        }
    }
    .sect-18__text{
        .m-text{
            margin-bottom: 35px;
        }
    }
    .office-info__img_1{
        margin-bottom: 65px;
    }
    .sect-18{
        .m-text{
            margin-bottom: 0;
        }
    }

    .cab-bal__btns {
        .m-btn{
            font-size: 13px;
        }
        .m-btn_bd-2{
            margin-right: 0;
        }
    }
}
.sect-6-video .sect-6-video__icon{
    zoom: 1;
}
.sect-6-video:hover .sect-6-video__icon{
    zoom: 1.05;
}

.trans-confirm{
    .cab-bot__amount{
        flex-direction: row;
        justify-content: center;
        padding-left: 0;
    }
    .cab-bot__amount-icon{
        position: relative;
        margin-right: 15px;
    }
}

.m-text_16{
    ul,ol{
        li{
            margin-bottom: 8px;
        }
        li:after{
            top: 8px;
        }
    }
}
.cab-free{
    .m-text{
        p{
            b{
                color: #ffffff;
            }
        }
    }
}
.cab-slider__item{
    display: block;
    text-decoration: none;
}
.cab-news__link{
    align-self: center;

    svg{
        margin-left: 5px;
    }
}

.cab-stat__list{
    height: 100%;
}

.m-cur {
    padding: 5px 0;

    .swiper{
        padding-bottom: 5px;
        pointer-events: none;
        width: 115%;
    }
}

._capt_new{
    position: relative;
    padding-right: 90px;

    img{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.news-page{
    img{
        max-width: 100%;
    }
}

.news-item.news-pg{
    cursor: default;
}

.news-item .cab-pag ul li a{
    border-color: #9CBBBC;
    margin-right: 3px;
}

.news-item .cab-pag ul li:last-child a{
    margin-right: 0;
}

.news-item .cab-pag ul li a:hover, .news-item .cab-pag ul li.active a{
    background-color: #9CBBBC;
    color: #fcfdfe;
}
.news-item .cab-pag ul li.active a{
    cursor: default;
}

.cab-amount__select-drop input{
    display: none;
}
.cab-amount__select-item{
    img{
        margin-right: 6px;
    }
}

.trans-addr{
    display: flex;
    align-items: center;

    span:first-child{
        margin-right: 5px;
    }

    .cab-ref-link__copy{
        background-color: #27B5B5;
        color: #fff;
        font-size: 12px;
        height: auto;
        padding: 5px;
    }

    .cab-ref-link__copy:hover{
        background-color: #fff;
        color: #264040;
    }
}

.cab-bot__right.trans-confirm{
    background-image: none;
    height: auto;

    a{
        color: #9cbbbc;
        text-align: center;
    }
}

.cab-bot__info p span{
    text-align: right;
}

.cab-free__check-wrap{
    cursor: initial;
}

.cab-info__buttons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    .m-btn{
        margin: 5px;
    }
}

.alert{
    text-align: center;
}

.alert-info{
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(38, 64, 64, 0.1);
}

.alert-info2{
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(38, 64, 64, 0.1);
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px center;
}

.cab-text{
    p{
        position: relative;
    }
    a{
        position: absolute;
        color: #9CBBBC;
    }
}

.about-hero__link a{
    color: #729F9F;
    pointer-events:none;
}

@media screen and (min-width: 1441px){
    .lang-sa{
        .header-title{
            p{
                font-size: 60px;
            }
        }
    }
    .lang-ir{
        .header-text{
            margin-top: 0;
        }
    }

}

@media screen and (min-width: 481px){
    .lang-ru{
        .ai-signals__btn{
            min-width: 268px;
        }
    }
    .lang-en{
        .ai-signals__btn{
            min-width: 235px;
        }
    }
}

@media screen and (max-width: 1440px){
    .lang-ru{
        .header-menu__item{
            margin-right: 0;
            padding-left: 8px;
            padding-right: 8px;
        }
        .header-text{
            margin-top: -60px;
        }
        .sect-6-wrap{
            .m-text{
                margin-bottom: 74px;
                p:last-child{
                    display: block;
                }
            }
        }
        .office-info__img_1{
            margin-bottom: 15px;
        }
        .office-info__right{
            p{
                margin-bottom: 40px;
            }
        }
    }

}

@media screen and (max-width: 1199px) {
    .lang-ru{
        .header-title{
            h1{
                font-size: 55px;
                margin-bottom: -70px;
            }
        }
        .header-text{
            margin-top: -20px;
        }
    }
}

@media screen and (max-width: 991px) {
    .lang-ru{
        .header-text{
            margin-top: 25px;

            p{
                font-size: 14px;
            }
        }
    }
}

@media screen and (max-width: 767px) {
    .lang-ru{
        .header-text{
            margin-top: -15px;

            p{
                font-size: 14px;
            }
        }
        .header-link{
            font-size: 15px;
        }
        .ai-signals__title{
            width: 100%;
        }
        .sect-6-wrap {
            .m-text {
                margin-bottom: 20px;
            }
        }
    }
}

@media screen and (max-width: 575px) {
    .lang-ru {
        .header-title {
            h1 {
                font-size: 42px;
                margin-bottom: -60px;
            }
            span{
                font-size: 25px;
                margin: 55px 15px 0 0;
            }
            .bg-1{
                font-size: 60px;
            }
        }
        .ai-signals__title{
            font-size: 20px;
        }
        .ai-signals__btn{
            font-size: 16px;
        }
    }
}

@media screen and (max-width: 459px) {
    .lang-ru {
        .header-title {
            h1 {
                font-size: 40px;
            }
        }
    }
}