.cabinet-page{background:linear-gradient(135deg,var(--white)0%,var(--primary-extra-light)30%,var(--gray)100%);min-height:100vh;padding-bottom:80px;position:relative;overflow:hidden}.cabinet-page .background-elements{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.cabinet-page .background-elements .bg-circle{opacity:.06;border-radius:50%;position:absolute}.cabinet-page .background-elements .bg-circle.circle-1{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);width:400px;height:400px;animation:30s linear infinite rotate;top:-200px;right:-200px}.cabinet-page .background-elements .bg-circle.circle-2{background:linear-gradient(135deg,var(--secondary)0%,var(--secondary-light)100%);width:300px;height:300px;animation:25s linear infinite reverse rotate;bottom:-150px;left:-150px}.cabinet-page .background-elements .bg-circle.circle-3{background:linear-gradient(135deg,var(--primary-light)0%,var(--secondary)100%);width:200px;height:200px;animation:6s ease-in-out infinite pulse;top:50%;left:50%;transform:translate(-50%,-50%)}.cabinet-page .background-elements .bg-pattern{opacity:.02;background:url(/images/logo-color.webp) 0 0/120px;position:absolute;top:0;bottom:0;left:0;right:0}.cabinet-page .hero-section{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;overflow:visible}@media (max-width:968px){.cabinet-page .hero-section{text-align:center;grid-template-columns:1fr;gap:60px;margin-bottom:80px}}.cabinet-page .hero-section .hero-content .hero-header{margin-bottom:40px}.cabinet-page .hero-section .hero-content .hero-header .hero-title{flex-direction:column;gap:10px;margin:0;font-size:max(2.5rem,min(5vw,3.5rem));font-weight:700;line-height:1.2;display:flex}@media (max-width:968px){.cabinet-page .hero-section .hero-content .hero-header .hero-title{align-items:center}}.cabinet-page .hero-section .hero-content .hero-header .hero-title .subtitle-text{color:var(--secondary);text-transform:uppercase;letter-spacing:2px;font-size:max(1.2rem,min(3vw,1.5rem));font-weight:600}.cabinet-page .hero-section .hero-content .hero-header .hero-title .name-text{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cabinet-page .hero-section .hero-content .hero-description p{color:var(--gray-text);margin-bottom:20px;font-size:1.1rem;line-height:1.8}.cabinet-page .hero-section .hero-content .hero-description p:last-child{margin-bottom:0}.cabinet-page .hero-section .hero-image .image-container{justify-content:center;align-items:center;display:flex;position:relative}.cabinet-page .hero-section .hero-image .image-frame{border:6px solid var(--white);border-radius:24px;width:100%;max-width:450px;height:550px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 25px 70px rgba(37,77,50,.2)}@media (max-width:768px){.cabinet-page .hero-section .hero-image .image-frame{height:400px}}@media (max-width:968px){.cabinet-page .hero-section .hero-image .image-frame{max-width:350px;height:450px;margin:0 auto}}@media (max-width:768px){.cabinet-page .hero-section .hero-image .image-frame{max-width:320px;height:400px}}@media (max-width:480px){.cabinet-page .hero-section .hero-image .image-frame{max-width:280px;height:350px}}.cabinet-page .hero-section .hero-image .image-frame:hover{transform:translateY(-10px);box-shadow:0 35px 90px rgba(37,77,50,.25)}.cabinet-page .hero-section .hero-image .image-frame .profile-image{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .3s}.cabinet-page .hero-section .hero-image .image-frame .profile-image:hover{transform:scale(1.02)}.cabinet-page .hero-section .hero-image .image-frame .image-overlay{pointer-events:none;background:linear-gradient(transparent,rgba(37,77,50,.1));height:120px;position:absolute;bottom:0;left:0;right:0}.cabinet-page .hero-section .hero-image .image-decorations{position:absolute;top:0;bottom:0;left:0;right:0}.cabinet-page .hero-section .hero-image .image-decorations .decoration-element{background:linear-gradient(135deg,var(--secondary)0%,var(--secondary-light)100%);opacity:.8;border-radius:50%;position:absolute}.cabinet-page .hero-section .hero-image .image-decorations .decoration-element.element-1{width:80px;height:80px;animation:6s ease-in-out infinite float;top:10%;right:-10%}.cabinet-page .hero-section .hero-image .image-decorations .decoration-element.element-2{width:60px;height:60px;animation:8s ease-in-out infinite reverse float;bottom:15%;left:-8%}.cabinet-page .info-blocks-section .section-header{text-align:center;margin-bottom:80px}@media (max-width:768px){.cabinet-page .info-blocks-section .section-header{margin-bottom:60px}}.cabinet-page .info-blocks-section .section-header .section-title{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:max(2rem,min(4vw,2.5rem));font-weight:700;line-height:1.2}.cabinet-page .info-blocks-section .section-header .section-subtitle{color:var(--gray-text);text-align:center;max-width:600px;margin:0 auto 30px;font-size:1.2rem;line-height:1.6}.cabinet-page .info-blocks-section .section-header .title-decoration{background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);border-radius:2px;width:80px;height:4px;margin:0 auto}.cabinet-page .info-blocks-section .info-blocks-grid{grid-template-columns:1fr;gap:40px;display:grid}.cabinet-page .info-blocks-section .info-blocks-grid .info-block{background:var(--white);border:2px solid transparent;border-radius:24px;padding:40px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 15px 40px rgba(37,77,50,.1)}@media (max-width:768px){.cabinet-page .info-blocks-section .info-blocks-grid .info-block{padding:30px 25px}}.cabinet-page .info-blocks-section .info-blocks-grid .info-block:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);height:6px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.cabinet-page .info-blocks-section .info-blocks-grid .info-block:hover{border-color:var(--primary-light);transform:translateY(-8px);box-shadow:0 25px 60px rgba(37,77,50,.15)}.cabinet-page .info-blocks-section .info-blocks-grid .info-block:hover:before{transform:scaleX(1)}.cabinet-page .info-blocks-section .info-blocks-grid .info-block:hover .icon-wrapper{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);transform:scale(1.1)rotate(5deg)}.cabinet-page .info-blocks-section .info-blocks-grid .info-block:hover .icon-wrapper .block-icon{color:var(--white)}.cabinet-page .info-blocks-section .info-blocks-grid .info-block:hover .block-decoration{opacity:1;z-index:1;transform:scale(1)}.cabinet-page .info-blocks-section .info-blocks-grid .info-block:hover .block-number{color:var(--secondary);transform:scale(1.1)}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-header .icon-wrapper{background:var(--primary-extra-light);border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;transition:all .4s;display:flex}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-header .icon-wrapper .block-icon{color:var(--primary);font-size:32px;transition:all .4s}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-header .block-number{color:var(--gray-text-light);font-size:2.5rem;font-weight:800;transition:all .4s}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-content{z-index:2;position:relative}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-content .block-title{color:var(--black);margin-bottom:20px;font-size:1.5rem;font-weight:600;line-height:1.3}@media (max-width:768px){.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-content .block-title{font-size:1.3rem}}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-content .block-description{color:var(--gray-text);margin:0;font-size:1rem;line-height:1.7}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-decoration{background:linear-gradient(135deg,var(--secondary-light)0%,var(--secondary)100%);opacity:.1;border-radius:50%;width:100px;height:100px;transition:all .4s;position:absolute;bottom:-25px;right:-25px;transform:scale(.8)}.cabinet-page .cta-section{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);text-align:center;border-radius:32px;margin-top:100px;padding:60px 40px;position:relative;overflow:hidden}@media (max-width:768px){.cabinet-page .cta-section{margin-top:80px;padding:50px 30px}}.cabinet-page .cta-section:before{content:"";opacity:.05;pointer-events:none;background:url(/images/logo-color.webp) 50%/300px no-repeat;position:absolute;top:0;bottom:0;left:0;right:0}.cabinet-page .cta-section .cta-content{z-index:1;position:relative}.cabinet-page .cta-section .cta-content .cta-header{flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.cabinet-page .cta-section .cta-content .cta-header h3{color:var(--white);margin-bottom:16px;font-size:max(1.8rem,min(4vw,2.2rem));font-weight:700;line-height:1.3}.cabinet-page .cta-section .cta-content .cta-header p{color:rgba(255,255,255,.9);text-align:center;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.cabinet-page .cta-section .cta-content .cta-actions{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.cabinet-page .cta-section .cta-content .cta-actions .cta-button{border-radius:50px;justify-content:center;align-items:center;min-width:180px;padding:18px 36px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:480px){.cabinet-page .cta-section .cta-content .cta-actions .cta-button{width:100%;padding:16px 32px}}.cabinet-page .cta-section .cta-content .cta-actions .cta-button.primary{background:var(--secondary);color:var(--white);box-shadow:0 8px 25px rgba(215,154,16,.4)}.cabinet-page .cta-section .cta-content .cta-actions .cta-button.primary:hover{background:var(--secondary-light);transform:translateY(-3px);box-shadow:0 12px 35px rgba(215,154,16,.5)}.cabinet-page .cta-section .cta-content .cta-actions .cta-button.secondary{color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.15);border:2px solid rgba(255,255,255,.3)}.cabinet-page .cta-section .cta-content .cta-actions .cta-button.secondary:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.5);transform:translateY(-3px)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.06;transform:translate(-50%,-50%)scale(1)}50%{opacity:.1;transform:translate(-50%,-50%)scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(180deg)}}@media (max-width:768px){.cabinet-page{padding:100px 0 60px}.cabinet-page .container{padding:0 15px}.cabinet-page .hero-section{gap:40px;height:auto;margin-bottom:60px;overflow:visible}.cabinet-page .hero-section .hero-content .hero-header{margin-bottom:30px}.cabinet-page .hero-section .hero-content .hero-header .logo-container .brand-logo{height:60px}.cabinet-page .info-blocks-section .info-blocks-grid{gap:30px}}@media (max-width:480px){.cabinet-page{padding:90px 0 50px}.cabinet-page .container{padding:0 10px}.cabinet-page .hero-section{gap:30px;margin-bottom:50px}.cabinet-page .hero-section .hero-content .hero-header{margin-bottom:25px}.cabinet-page .hero-section .hero-content .hero-header .logo-container .brand-logo{height:50px}.cabinet-page .hero-section .hero-content .hero-description p{font-size:1rem}.cabinet-page .info-blocks-section .section-header{margin-bottom:40px}.cabinet-page .info-blocks-section .info-blocks-grid{gap:25px}.cabinet-page .info-blocks-section .info-blocks-grid .info-block{padding:25px 20px}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-header{margin-bottom:20px}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-header .icon-wrapper{width:60px;height:60px}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-header .icon-wrapper .block-icon{font-size:28px}.cabinet-page .info-blocks-section .info-blocks-grid .info-block .block-header .block-number{font-size:2rem}.cabinet-page .cta-section{margin-top:60px;padding:40px 20px}.cabinet-page .cta-section .cta-content .cta-header{text-align:center;margin-bottom:30px}.cabinet-page .cta-section .cta-content .cta-actions{gap:15px}}
