* {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

@media screen and (max-width: 639px) {
    * {
        word-break: break-word !important;
    }
}

/* TOP MENU FIXED */

    .fixed {
        position: fixed;
        width: 100%;
        top: -100px;
        z-index: 9999;
        transition:all 0.3s cubic-bezier(0, 0, 0.8, 1.0);
        box-shadow: 0 -18px 40px 20px #5597d02e;
    }
    
    .fonmenu {
        top: 0;
        background:#fff !important;
        transform: translateY(0%) !important;
    }
    
    @media screen and (max-width: 639px) {
        #rec245892362 {
            display: none;
        }
        
        #rec246814823 .t280__container {
            box-shadow: 0 -18px 40px 20px #5597d02e;    
        }
        
    }
    

/* BUTTONS */

    a.btn {
        display: inline-flex;
        align-items: center;
        height: 56px;
        justify-content: center;
        padding: 0 24px 0 20px;
        border-radius: 4px;
        font-family: 'eUkraine', Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        transition: .3s ease-in-out;
    }
    
    a.btn span {
        display: block;
        width: 24px;
        height: 24px;
        background: url('https://static.tildacdn.com/tild6139-3836-4761-b839-623131383563/arrow.svg');
        transition: .3s ease-in-out;
    }
    
    a.denim {
        background: #06548B;
        color: #fff !important;
    }
    
    a.denim:hover {
        background: #fff;
        color: #143959 !important;
    }
    
    a.denim:hover span {
        background-position: 0 24px;
    }
    
    
    .t280__menu__item {
        margin: 40px auto !important;
    }
    
    
    .t-popup__close {
        right: 40px !important;
        top: 40px !important;
        transition: .2s ease-in-out;
    }

    .t-popup__close:hover {
        transform: rotate(90deg);
        opacity: 1 !important;
    }
    
    @media screen and (max-width: 639px) {
        .t-popup__close {
            right: 15px !important;
            top: 15px !important;
        }
    }