@charset "UTF-8";@keyframes infiniteBackground{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff;z-index:2}.background{position:fixed;top:0;left:0;width:100%;height:100%;background:url(../images/bg.webp)no-repeat center center/cover;z-index:-1}.background::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.56)}.content,body{position:relative}.content{z-index:1}.btn{display:inline-block;padding:12px 24px;background-color:#2c5aa0;color:#fff;text-decoration:none;border:0;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .3s ease}.btn:hover{background-color:#1e3d6f}.section-title,.section-title2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:2rem;text-align:center}.section-title2{color:#f1ebeb}.header{background-color:#f1f3f7;border-bottom:1px solid #e5e5e5;padding:10px 0}.header__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.header__logo,.header__logo-link img{max-width:120px}.header__title{font-size:1.8rem;font-weight:700;color:#2c5aa0;margin-bottom:.5rem}.header__subtitle{font-size:.9rem;color:#666;max-width:400px}.header__nav{flex:0 0 auto}@media (max-width:767px){.header__nav{width:100%}}.header__actions{display:flex;align-items:center;gap:1rem;flex:0 0 auto}.header__consultation-btn{white-space:nowrap}.header__lang-btn{background:0 0;border:1px solid #ddd;padding:8px 12px;border-radius:4px;cursor:pointer;color:#666;font-size:14px;transition:all .3s ease}.header__lang-btn:hover{border-color:#2c5aa0;color:#2c5aa0}.nav__list{display:flex;list-style:none;gap:2rem}.nav__link{text-decoration:none;color:#333;font-weight:500;font-size:1rem;transition:color .3s ease}.nav__link:hover{color:#2c5aa0}.promo{min-height:calc(100vh - 85px)}.promo__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:1;width:100%;height:70vh}.promo__heading-wrapper{text-align:center}.promo__title{color:#e9dfdf;font-size:44px;font-weight:700}.promo__subtitle{color:#f0e9e9;font-size:20px}.promo__link1,.promo__link1:hover{background:linear-gradient(270deg,#2c3e50,#34495e,#1e3d6f);background-size:600% 600%;color:#fff}.promo__link1{padding:10px 20px;border-radius:5px;text-decoration:none;display:block;max-width:250px;margin:20px auto 0;animation:infiniteBackground 3s ease infinite;border:1px solid transparent;transition:all .3s ease}.promo__link1:hover{border:1px solid #2c5aa0}.main{padding:0}.about{padding:4rem 0;background-color:#f8f9fa}.about__container{max-width:1200px;margin:0 auto;padding:0 2rem}.about__description{font-size:1.1rem;line-height:1.8;color:#555;text-align:center;max-width:1000px;margin:0 auto 3rem}.about__stats{margin-top:3rem}.stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stats__item{text-align:center;min-width:150px}.stats__value{font-size:3rem;font-weight:700;color:#2c5aa0;display:block;margin-bottom:.5rem}.stats__label{font-size:1rem;color:#666;font-weight:500}.services{padding:4rem 0;background:rgba(149,165,166,.1019607843)}.services__container{max-width:1200px;margin:0 auto;padding:0 2rem}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.service-card{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.service-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-2px)}.service-card__title{font-size:1.4rem;font-weight:600;color:#2c5aa0;margin-bottom:1.5rem;line-height:1.3}.service-card__list{list-style:none}.service-card__item{margin-bottom:1rem;padding-left:1rem;position:relative;font-size:.95rem;line-height:1.6;color:#555}.service-card__item::before{content:"•";color:#2c5aa0;font-weight:700;position:absolute;left:0}.service-card__item strong{color:#333;font-weight:600}.reviews{padding:4rem 0;background-color:#f8f9fa}.reviews__container{max-width:1200px;margin:0 auto;padding:0 2rem}.reviews__placeholder{text-align:center;color:#999;font-style:italic;padding:2rem 0}.footer{background-color:#2c3e50;color:#ecf0f1;padding:3rem 0 1rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:2rem}.footer__title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer__documents{color:#bdc3c7;font-size:.9rem}.contacts__title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#fff}.contacts__address{font-style:normal;line-height:1.6;margin-bottom:1rem;color:#ecf0f1}.contacts__email{color:#3498db;text-decoration:none;display:block;margin-bottom:1rem}.contacts__email:hover,.footer__link:hover{text-decoration:underline}.contacts__hours{color:#bdc3c7;font-size:.9rem}.footer__bottom{border-top:1px solid #34495e;padding-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-size:.85rem}.footer__copyright{color:#bdc3c7}.footer__links{display:flex;gap:2rem}.footer__link{color:#3498db;text-decoration:none}.footer__yandex{color:#95a5a6;font-size:.8rem}@media (max-width:768px){.header__container{flex-direction:column;align-items:center;gap:1rem}.header__logo{min-width:auto}.nav__list{gap:1rem;justify-content:center}.header__actions{width:100%;justify-content:space-between}.section-title{font-size:2rem}.stats{gap:2rem}.stats__value{font-size:2.5rem}.services__grid{grid-template-columns:1fr}.service-card{padding:1.5rem}.footer__bottom{flex-direction:column;align-items:flex-start}.footer__links{flex-direction:column;gap:.5rem}}@media (max-width:480px){.about__container,.footer__container,.header__container,.reviews__container,.services__container{padding:0 1rem}.section-title{font-size:1.8rem}.header__title{font-size:1.5rem}.stats{flex-direction:column;gap:1.5rem}.service-card{padding:1rem}.service-card__title{font-size:1.2rem}}.reviews{padding:40px 20px}.reviews__title{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:24px}.reviews__toggle{font-size:20px;border:0;background:0 0;cursor:pointer;transition:transform .3s ease}.reviews__toggle.open{transform:rotate(180deg)}.reviews__content{display:none}.reviews__content.open{display:block}.reviews__videos.open{display:flex;justify-content:center;gap:30px;margin-top:20px;flex-wrap:wrap}@media (max-width:768px){.reviews__videos{flex-direction:column}}.reviews__video{width:100%;max-width:320px;height:auto;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.2)}.reviews__placeholder{margin-bottom:20px;line-height:1.5}.reviews__title3{text-align:center;font-size:34px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px}.reviews__toggle{margin-top:10px}.reviews__toggle img{max-width:50px}.section__form{min-height:80vh;display:flex;justify-content:center;align-items:center}.form{background:rgba(255,255,255,.8196078431);border-radius:8px;padding:20px;margin:0 10px;position:relative;box-shadow:0 4px 10px rgba(0,0,0,.2)}.form__title{text-align:center;margin-bottom:20px;font-size:28px;color:#dbe3e7}.form__group input,.form__group textarea{border-radius:4px;outline:0;border:rgba(26,26,26,.1137254902) 1px solid;padding:10px;width:100%;margin-bottom:10px;font-size:16px;background:rgba(238,230,230,.4509803922);transition:.3s ease}.form__group input:active,.form__group input:focus,.form__group textarea:active,.form__group textarea:focus{border-color:rgba(26,26,26,.2705882353)}.form__group label{display:block;color:#212122;font-size:14px;font-weight:600;margin-left:5px}.form__group textarea{resize:none;height:100px}.form__group1{display:flex;gap:30px}@media (max-width:600px){.form__group1{gap:10px}}.form button{width:100%;padding:10px;border-radius:4px;border:0;background-color:#212122;color:rgba(255,255,255,.8196078431);font-size:16px;font-weight:600;cursor:pointer;margin-top:10px}.form button:hover{background-color:#1a1a1a}.promo__heading-wrapper{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease;transition-delay:.2s}.promo__heading-wrapper.visible,.services__item.visible{opacity:1;transform:translateY(0)}.promo__links,.promo__subtitle,.promo__title{opacity:0;transform:translateY(30px);animation-fill-mode:both;animation:fadeUp .6s ease forwards}.promo__title{animation-delay:.3s}.promo__subtitle{animation-delay:.6s}.promo__links{animation-delay:.9s}.services__item{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.trigger-link{color:#cad5e1;text-decoration:underline;cursor:pointer;font-size:16px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;justify-content:center;align-items:center;z-index:1000}.modal-overlay.active{display:flex}.modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.2)}.modal-header{padding:24px 24px 0;position:relative}.modal-title{font-size:20px;font-weight:600;color:#333;margin-bottom:8px}.modal-subtitle{font-size:14px;color:#666;margin-bottom:20px}.close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border:0;background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s}.close-btn:hover{background:#f5f5f5}.close-btn::after,.close-btn::before{content:"";position:absolute;width:16px;height:2px;background:#666;border-radius:1px}.close-btn::before{transform:rotate(45deg)}.close-btn::after{transform:rotate(-45deg)}.modal-content{padding:0 24px 24px;font-size:14px;line-height:1.5;color:#333;overflow-y:auto;max-height:calc(80vh - 120px)}.modal-content p{margin-bottom:16px}.modal-content p:last-child{margin-bottom:0}