@keyframes slideanim{12.5%,25%{opacity:1;pointer-events:auto}37.5%{opacity:0}}@keyframes zoom{50%{transform:scale(1.3)}}.baner__flex{padding:15px;display:flex;justify-content:space-between;gap:30px;box-sizing:border-box}.baner__flex-img{border-radius:10px;width:60%;height:450px;position:relative;overflow:hidden;background:#000}.baner__flex-imgblock{width:100%;height:100%;position:absolute;opacity:0;animation:slideanim 40s infinite;pointer-events:none}.baner__flex-imgblock img{width:100%;height:100%;object-fit:cover;animation:zoom 40s infinite}.baner__flex-imgblock:nth-child(1),.baner__flex-imgblock:nth-child(1) img{animation-delay:0}.baner__flex-imgblock:nth-child(2),.baner__flex-imgblock:nth-child(2) img{animation-delay:10s}.baner__flex-imgblock:nth-child(3),.baner__flex-imgblock:nth-child(3) img{animation-delay:20s}.baner__flex-imgblock:nth-child(4),.baner__flex-imgblock:nth-child(4) img{animation-delay:30s}.baner__flex-menu{width:40%;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;justify-items:center}.baner__flex-menu-item{transition:all .3s;background:#e3d5e7;border-radius:10px;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:15px}.baner__flex-menu-item:hover{-webkit-box-shadow:0 0 0 12px #e8cc2f;box-shadow:0 0 0 8px #2c4c54;z-index:7}.baner__flex-menu-item h3{padding:0 10px;text-align:center;font-size:18px;letter-spacing:1px;color:#2c4c54;text-transform:uppercase;font-weight:600}.baner__flex-menu-item a{border-radius:10px;background:#2c4c54;color:#fff;padding:8px 15px;font-size:12px;letter-spacing:.5px;position:relative;bottom:10px;opacity:0;filter:alpha(opacity = 0);-webkit-transition:all .3s;transition:all .3s;font-family:"Open Sans",sans-serif;text-transform:uppercase;border:4px rgba(255,255,255,.5) solid}.baner__flex-menu-item:hover a{opacity:1;filter:alpha(opacity = 100);transition:all .5s ease-in-out}.baner__flex-menu-item a:hover{text-decoration:none;color:#333;background:#fff}.baner{padding-bottom:20px}.about{padding:20px 15px}.about h2,.best h2,.blog h2,.popul h2{height:50px;padding-top:30px;text-align:center}.client__grid-block h3,.gradient text{font-weight:700;text-transform:uppercase}.gradient text{text-anchor:middle}.about__flex{padding:0 30px 30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.about__flex-text p{font-size:20px;line-height:30px}.about__flex-img img{border-radius:10px;max-width:600px;width:100%}.client{padding:20px 15px}.client__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.client__grid-block{padding:0 10px;display:flex;gap:10px;justify-content:center;align-items:flex-start;flex-direction:column}.client__grid-block h3{color:#333;font-size:18px}.client__grid-block:nth-child(1),.client__grid-block:nth-child(2){border-right:1px solid #000}.best{padding:20px 15px}.best__flex{padding:0 20px 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.best__flex-block{display:flex;flex-direction:column;gap:10px;align-items:center}.best__flex-img{border-radius:10px;overflow:hidden;position:relative}.best__flex-img>.new-label,.best__flex-img>.sale-label{font-size:8px;font-family:"Open Sans",sans-serif;color:#fff;text-transform:uppercase;padding:0;text-align:center;display:block;position:absolute;top:0;z-index:100;font-weight:700;letter-spacing:1px;width:75px;height:25px;line-height:25px;margin-top:0;border-radius:10px}.best__flex-img>.new-label{background:#2c4c54;margin-left:0}.best__flex-img>.sale-label{background:#4c5bbf;margin-right:0}.best__flex-img img{max-width:300px;transition:2s;border-radius:10px;aspect-ratio:1/1;width:100%}.best__flex-img img:hover{border-radius:10px;transform:scale(1.5)}.best__flex-text{display:flex;flex-direction:column;gap:10px;align-items:center}.best__flex-text h3,.blog__grid-text h3{text-align:center;font-size:18px;filter:drop-shadow(1px 2px 1px #0033c3);text-decoration:none}.best__flex-text h3:hover,.blog__grid-text h3:hover{animation:blur 1s ease-out;color:#000}.best__flex-text p{font-weight:900}.blog,.popul{padding:20px 15px}.popul__grid{padding:0 20px 40px;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.popul__grid-text{display:flex;flex-direction:column;gap:30px;align-items:flex-start}.popul__grid-block{display:flex;flex-direction:row;gap:20px;align-items:center}.popul__grid-button{border-radius:10px;display:inline-flex;text-decoration:none;border:2px solid #bfe2ff;position:relative;overflow:hidden;font-size:16px;line-height:20px;padding:12px 30px;color:#fff;font-weight:700;text-transform:uppercase;font-family:"Roboto",Тahoma,sans-serif;background:#2c4c54;transition:box-shadow .3s,transform .3s;cursor:pointer}.popul__grid-button:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.2),0 16px 20px rgba(0,0,0,.2);color:#fff}.popul__grid-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(-45deg,transparent,rgba(191,226,255,.3),transparent);transition:left .7s}.popul__grid-button:hover:before{left:100%}.blog__grid{padding:0 20px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog__grid-block,.blog__grid-text{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.blog__grid-text{gap:10px}.blog__grid-block-img{position:relative;overflow:hidden}.blog__grid-block-img-a{position:absolute;overflow:hidden;top:0;left:50%;transform:translateX(-50%);text-align:center;margin-top:30px;border-radius:8px;display:inline-block;text-decoration:none;padding:7px 14px;background:#939dbf;color:#fff;font-family:"Open Sans",sans-serif;font-weight:700;font-size:11px;text-transform:uppercase;opacity:0;transition:all .3s ease-in-out .1s}.blog__grid-block-img-a:hover{background:#2c4c54}.blog__grid-block-img:hover .blog__grid-block-img-a{top:35%;opacity:1;transform:translate(-50%,-50%);transition-delay:.3s;cursor:pointer}.blog__grid-block-img:hover img{filter:sepia(100%);transition:all .3s ease-in .4s}.blog__grid-block-img img{border-radius:10px;width:100%;aspect-ratio:16/9}.daten{display:flex;align-items:center;gap:5px}.daten::before{content:url(/assets/img/img-social/icons8.png)}.blog__grid-text h3{text-align:left}.blog__grid-text-text{font-weight:400!important;height:60px;overflow:hidden;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(to bottom,#000,#000,transparent);display:block;opacity:1;transition:1s;text-align:justify}@media only screen and (min-width:946px) and (max-width:1050px){.about__flex-text p{font-size:18px;line-height:25px}}@media only screen and (min-width:320px) and (max-width:945px){.about__flex-text p{font-size:14px;line-height:20px}}@media only screen and (min-width:320px) and (max-width:1050px){.baner__flex-menu-item h3{padding:0 10px;text-align:center;font-size:16px;letter-spacing:1px;color:#2c4c54;text-transform:uppercase;font-weight:600}.baner__flex-menu-item img{padding-top:10px;max-width:50px;width:100%}.baner__flex-menu{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;justify-items:center}.baner__flex{padding:15px;display:flex;justify-content:space-between;gap:30px;box-sizing:border-box;flex-direction:column;align-items:center}}@media only screen and (min-width:320px) and (max-width:768px){.blog__grid-text-text{line-height:17px;font-size:14px;font-weight:400!important;height:60px;overflow:hidden;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(to bottom,#000,#000,transparent);display:block;opacity:1;transition:1s;text-align:justify}.best__flex-text h3,.blog__grid-text h3{text-align:left;font-size:16px;filter:drop-shadow(1px 2px 1px #0033c3);text-decoration:none}.blog__grid{padding:0 10px 30px;display:grid;grid-template-columns:1fr;gap:30px}.popul__grid-text{font-size:14px}.popul__grid-button{border-radius:10px;display:inline-flex;text-decoration:none;border:2px solid #bfe2ff;position:relative;overflow:hidden;font-size:14px;line-height:20px;padding:12px 30px;color:#fff;font-weight:700;text-transform:uppercase;font-family:"Roboto",Тahoma,sans-serif;background:#2c4c54;transition:box-shadow .3s,transform .3s;cursor:pointer}.best__flex,.popul__grid{padding:0 10px 30px;display:grid}.popul__grid{grid-template-columns:1fr;gap:30px}.best__flex-text h3{text-align:center}.best__flex{grid-template-columns:repeat(2,1fr);gap:20px}.client__grid-block{padding:0;display:flex;gap:10px;justify-content:center;align-items:center;flex-direction:column}.client__grid-block:nth-child(1),.client__grid-block:nth-child(2){border-right:none}.about__flex{padding:0 20px 30px;display:grid;grid-template-columns:1fr;gap:30px;justify-items:center}.baner__flex-img{border-radius:10px;width:100%;height:250px;position:relative;overflow:hidden;background:#000}.baner__flex-menu{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;justify-items:center}}