    .t450__rightside {
        margin-top: 0 !important;
    }
    
    .t-menusub__content{
        padding-left: 15px !important;    
    }
    
    .t450__menu__content {
        top: 25px !important;
    }
    
    #rec1182079806 {
        padding-bottom: 80px;
    }
    
    .t280__menu__content .t-menuburger {
        display: none !important;
    }

    .t770 .t-sociallinks__item {
        padding-right: 0 !important;
        padding-left: 10px !important;
    }
    
    .t-sociallinks__item_telegram svg path {
        fill: #0088cc !important;
    }

    .t-sociallinks__item_viber svg path {
        fill: #665CAC !important;
    }

    .t-sociallinks__item_instagram svg path {
        fill: #E1306C !important;
    }

    .t770__topwrapper,
    .t770__bottomwrapper {
        transition: all 0.3s ease-in-out;
    }

    .t770__logowrapper2 {
        position: relative;
        transition: position 0.3s ease-in-out;
    }

    .t770__bottomwrapper .t770__logowrapper2 {
        position: unset;
    }

    .t770__additionalitem-text {
        white-space: nowrap;
    }

    .t770__bottomwrapper {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
    }

    .t770__list.t-menu__list {
        line-height: 1.4em;
    }

    .t-sociallinks__wrapper {
        flex-wrap: nowrap !important;
    }
    
    @media (max-width: 980px) {
        .t-sociallinks__item a {
            width: 40px !important;
            height: 40px !important;
            margin: 0 !important;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .t-sociallinks__item svg {
            width: 40px !important;
            height: 40px !important;
        }
    }
    
    @media (min-width: 981px) {
        .t770__rightwrapper .t770__additionalwrapper .t770__descr.t770__additionalitem {
            white-space: nowrap;
            visibility: hidden;
        }
        
        .t-sociallinks {
            visibility: hidden;
        }
        .t770__topwrapper.hidden-on-scroll {
            transform: translateY(-100%);
            opacity: 0;
            pointer-events: none;
            transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        }

        .t770__bottomwrapper.sticky-on-scroll {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 9999;
            transition: top 0.3s ease-in-out;
        }

        .t770__bottomwrapper.t-align_center {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 10px;
            min-height: 60px;
            height: auto !important;
            transition: justify-content 0.3s ease-in-out;
        }

        .t770__bottomwrapper.t-align_center.justify-between-on-scroll {
            justify-content: space-between;
        }

        .t770__bottomwrapper .t770__descr.t770__additionalitem {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            white-space: normal;
        }

        .t770__leftwrapper {
            padding-right: 75px !important;
        }
        
        .t770__rightwrapper {
            padding-left: 75px !important;
        }
    }