/*body {*/
/*  background-color: #ffffff; *//* запасной цвет */
/*background-image: url('https://static.tildacdn.com/tild3466-3536-4465-b834-633639336232/Airbrush-Image-Enhan.svg');*/ /* ссылка на твой фон */
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/   /* растянуть */
/*  background-position: center center;*/
/*  background-attachment: fixed;*/ /* фон фиксируется при скролле */
/*}*/

.glass {  
    background: rgba(255, 255, 255, 0.2);  
    backdrop-filter: blur(8px);  
    border-radius: 10px;  
    border: 1px solid rgba(255, 255, 255, 0.3);  
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  
}  

.fotterglass {
    background: rgba(255, 255, 255, 0.2);  
    backdrop-filter: blur(8px);  
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  
}



@media (min-width: 960px) {
.t585 .t-container {
    max-width: 100%;
}
.t585 .t-col {
    max-width: 100%;
    margin-left: 80px;
    margin-right: 80px;
    padding: 0;
}
}

@media (min-width: 1440px) {
.t585 .t-container {
    max-width: 100%;
}
.t585 .t-col {
    max-width: 100%;
    margin-left: 100px;
    margin-right: 80px;
    padding: 0;
}
}

@media (min-width: 1920px) {
.t585 .t-container {
    max-width: 100%;
}
.t585 .t-col {
    max-width: 100%;
    margin-left: 200px;
    margin-right: 200px;
    padding: 0;
}
}


    
.t-popup {  
    background: rgba(255, 255, 255, 0.2);  
    backdrop-filter: blur(8px);  
    border-radius: 10px;  
    border: 1px solid rgba(255, 255, 255, 0.3);  
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  
}  

