/*стилизация бургерного меню*/
	.t280__menu__content {
    padding: 0 10%;
}

.t280__burger span{
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

.t280__big .t280__burger {
    transform: scale(1.3);
    padding: 10px;
    /*background: linear-gradient(216.4deg, rgba(255, 255, 255, 0.7) 5.17%, rgba(255, 255, 255, 0.3) 89.12%);*/
    /*border: 0.313076px solid rgba(255, 255, 255, 0.2);*/
    /*border-radius: 8.76614px;*/

}

.t280__container__bg{ 
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.show-hide{
    display:block !important;
    height: 100%;
    
}


@media (max-width: 425px) {


.t280__big .t280__burger {
     transform: scale(1);
    }

    /*уменьшение размера шрифта в мобильной версии*/
.t280__menu__link {
    font-size: 20px !important;
    margin: 0;
    /* padding: 0; */
    line-height: 1.2rem;
}    
    
    
}




.show-hidden{
    overflow: visible !important;
    height: 100% !important;
}




/*Уменьшение главного лого для моб устройст*/
@media (max-width: 700px) {

.t280__logo__img {
    height: 34px !important;
    top: -9px;
    position: relative;
}

}


/*Скроллбар*/

    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: linear-gradient(180deg, #3C809F 0%, #824099 100%);;
        /* Укажи радиус скругления скроллбара */
        border-radius: 100px;
    }
    ::-webkit-scrollbar {
        /* Укаж15px;
        /* Укажи высоту горизонтального скроллбара */
        height: 25px;
        /* Укажи цвет фона под скроллбаром */
        background: #282828;
    }



/*наложение фирменной штуки на фон*/

.method-thing{
        mix-blend-mode: screen;
}
