/*.uk-logo {
    border-width: 1px;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.7;
    background-color: #222222;
    background-position: center center;
    border-color: #949fa0;
    border-style: solid;
    transition: background-color var(--t396-speedhover, 0s) 
ease-in-out, color var(--t396-speedhover, 0s) 
ease-in-out, border-color var(--t396-speedhover, 0s) 
ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) 
ease-in-out;
}*/

.text-container {
    position: relative;
    display: inline-block;
    padding: 15px 25px;
}
/* Подложка, которая растягивается под размер текста */
.text-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(78, 78, 78, 0.3);
    /*backdrop-filter: blur(1px); */
    border-radius: 8px;
    z-index: 1;
}
.text-container .text {
    position: relative;
    z-index: 2;
    color: white;
    margin: 0;
}
.h1-head {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    padding-left: 15px;
	padding-right: 15px;
}

.tm-text-large{
	font-size: 16px;
    line-height: 1.5;
}