body{
background-color: var(--background-color);
}
a{
text-decoration: none;
}
p{
    font-family: Arial, Helvetica, sans-serif;
}
p::selection{
    background-color: var(--psb);
    color: var(--psc);
}
.osn{
    display: flex;
    color: var(--oc);
    font-size:2.8vmax;
}
.ii{
    width: 98vmax; 
    height: 25vmax;
}
.mma{
    margin-top: 2vmax;
}
.t::before{
    color: var(--ui);
    animation: animate 6s infinite;
    content: "уют";
    font-size:2.8vmax;
    font-weight: 1000;
}
@keyframes animate{
25%{
    content: "уют";
}
50%{
    content: "комфорт";
}
75%{
    content: "надежность";
}
100%{
    content: "долговечность";
}
}
.ned{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    background-color: var(--nbc);
    width: 27vmax;
    height: 18vmax;
    position: relative;
    transition: 1s;
}
.ned:hover{
    background-color: var(--nhbc);
    .osn{
        color: var(--nhoc);
        font-weight: 1000;
    }
}
@property --angle{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
.ned::after, .ned::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: conic-gradient(from var(--angle),var(--nabma), var(--nabmi), var(--nabma), var(--nabma), var(--nabma), var(--nabma), var(--nabmi), var(--nabma), var(--nabma), var(--nabma));
    border-radius: 5%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    padding: 1%;
    animation: 4s spin linear infinite;
}
@keyframes spin{
    from{
        --angle: 0deg;
    }
    to{
        --angle: 360deg;
    }
}
.ggshsjhf{
width: 22.5vmax; 
height: 37vmax;
}
.butotons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vmax;
}
.container .glass{
    display: flex; 
    align-items: center; 
    justify-content: center;
    position: relative;
    width: 7.56vmax;
    height: 8.064vmax;
    background: linear-gradient(#fff2, transparent);
    border: 0.112vmax solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.05vmax 1.05vmax rgba(0, 0, 0, 0.25);
    transition: 0.5s;
    border-radius: 0.4032vmax;
    margin: 0 -1.89vmax;
    backdrop-filter: blur(0.4032vmax);
    transform: rotate(calc(var(--r) * 1deg));

}
.container:hover .glass{
    transform: rotate(0deg);
    margin: 0 0.4032vmax;
}
.container .glass svg{
    font-size: 1.4em;
    fill: #fff;
}
.ipssk{
    margin-top: 3vmax;
}
img {
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    -ms-user-select: none;
     user-select:none;
     pointer-events:none
}
img::selection      {background:transparent;color:inherit;}
img::-moz-selection {background:transparent;color:inherit;}
.ajshdvc{
    display: flex;
}
.nfjhxjnsj{
    margin-top: 0vmax;
}
.ajhdopajw{
    height: 17vmax;
}
.str{
left: 3vmax;
top: 3vmax;
}
@media (min-width: 1440px) {
    .ff{
        height: 90vmin;
    }
}
@media(max-width: 768px){
    .ff{
        width: 70vmin;
    }
    .container .glass{
        margin: 0 0.4032vmax;
    }
    .str{
    left: 3vmax;
    top: 3vmax;
    }
    .ggshsjhf{
    width: 30vmax; 
    height: 49vmax;
    }
    .ajhdopajw{
        height: 22.6vmax;
    }
    .nfjhxjnsj{margin-top: 15vmax;}
    .ajshdvc{
        flex-direction: column;
        
    }
    .ipssk{
        margin-top: 20vmax;
    }
    .butotons{
        flex-direction: column;
        margin-top: -1vmax;
    }
    .ii{
        width: 98vmin; 
        height: 20vmax;
    }
    .mma{
        margin-top: 5vmax;
    }
}
@media(max-height: 565px){
    .container .glass{
        margin: 0 0.4032vmax;
    }
    .ff{
    width: 70vmax;
    }
}
/*
-webkit
-moz
-ms
-o
*/