*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{line-height:1.5;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh;font-family:Yantramanav,sans-serif;font-weight:400;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:inherit;line-height:1.2}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.footer{margin-top:auto;padding:48px 0;background-color:#f8fafc;border-top:1px solid rgba(0,0,0,.08)}.footer__container{max-width:1280px;margin:0 auto;padding:0 16px;text-align:center}.footer__text{font-size:14px;color:#6b7280}.footer__separator{margin:0 8px;color:#0003}.footer__link:hover{color:#1e73be}.header{position:relative;z-index:50;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.08)}.header__container{max-width:1280px;height:80px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.header__logo-icon{width:220px;height:44px}.header__logo-text{font-size:20px;font-weight:700}.header__actions{display:flex;align-items:center;gap:16px}.header__phones{display:none;align-items:center;gap:8px;color:#666}.header__phones select{border:none;background:transparent;font:inherit;cursor:pointer}@media(min-width:768px){.header__phones{display:flex}}.header__email{display:flex;align-items:center;gap:8px;color:#666;text-decoration:none;background-color:#24558f;padding:8px 12px;font-size:16px;transition:all .2s;color:#fff;border-radius:8px}.header__email:hover{opacity:.9}@media(min-width:1024px){.header__email{display:flex}}.header__socials{display:flex;gap:8px;padding-left:16px;border-left:1px solid rgba(0,0,0,.1)}.header__socials a{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#24558f}.header__socials a:hover{opacity:.9}.header__lang{display:none;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.2);background:transparent;cursor:pointer;font-weight:500}@media(min-width:640px){.header__lang{display:flex}}.contacts-dropdown{position:relative;display:inline-block;z-index:100}.contacts-dropdown__button{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#1e73be;border-radius:8px;cursor:pointer;font-size:16px;transition:all .2s;color:#fff}.contacts-dropdown__button:hover{opacity:.9}.contacts-dropdown__icon{transition:transform .3s}.contacts-dropdown__icon.open{transform:rotate(180deg)}.contacts-dropdown__menu{position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;max-height:0;opacity:0;transform:translateY(-10px);padding:0;margin:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;list-style:none;min-width:180px;transition:max-height .3s ease,opacity .3s ease,transform .3s ease;z-index:100}.contacts-dropdown__menu.open{max-height:500px;opacity:1;transform:translateY(0);padding:8px 0}.contacts-dropdown__menu li a{display:block;padding:8px 16px;color:#111827;text-decoration:none;font-size:16px;transition:background .2s}.contacts-dropdown__menu li a:hover{background-color:#f3f4f6;border-radius:8px}.language-dropdown{position:relative;display:inline-block}.language-dropdown__button{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 12px;border-radius:999px;background-color:#1e73be;cursor:pointer;font-weight:500;transition:background .2s;color:#fff;min-width:80px}.language-dropdown__button-text{flex:1;text-align:center}.language-dropdown__button:hover{opacity:.9}.language-dropdown__icon{transition:transform .3s}.language-dropdown__icon.open{transform:rotate(180deg)}.language-dropdown__menu{position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;max-height:0;opacity:0;transform:translateY(-10px);background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;list-style:none;padding:0;margin:0;min-width:70px;transition:max-height .3s ease,opacity .3s ease,transform .3s ease;z-index:100}.language-dropdown__menu.open{max-height:200px;opacity:1;transform:translateY(0);padding:0}.language-dropdown__item{width:100%;padding:6px 12px;display:flex;justify-content:space-between;align-items:center;text-align:left;background:none;border:none;cursor:pointer;font-size:14px;transition:background .2s;border-radius:8px}.language-dropdown__item:hover{background-color:#f3f4f6}.language-dropdown__item.selected{font-weight:600}.language-dropdown__check{color:#1e73be}.home{display:flex;flex-direction:column;min-height:100vh;font-family:sans-serif;background-color:#f9fafb}.container{max-width:1280px;margin:0 auto;padding:0 16px}.hero{position:relative;padding:64px 0}.hero__grid{display:flex;align-items:flex-start;flex-direction:column;gap:32px}@media(min-width:1024px){.hero__grid{flex-direction:row}}.hero__form-card{background-color:#fff;border-radius:32px;padding:32px;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #3b82f60d}.hero__form-header h1{font-size:2.5rem;margin-bottom:16px}.hero__form-header p{color:#6b7280;font-size:1rem}.check-form__fields{display:grid;gap:16px;margin-bottom:24px}@media(min-width:768px){.check-form__fields{grid-template-columns:1fr}}.check-form__field label{display:block;margin-bottom:4px;font-weight:500}.check-form__field input{width:100%;padding:14px;border-radius:16px;border:1px solid #e5e7eb;font-size:1rem;transition:all .2s}.check-form__field input:focus{background-color:#fff;outline:none;border-color:#3b82f6}.check-form__info{font-size:.875rem;color:#6b7280;margin-top:16px}.check-form__info .text-primary{color:#3b82f6;cursor:pointer}.check-form button{width:100%;padding:14px;font-size:1rem;font-weight:600;border-radius:16px;border:none;background-color:#3b82f6;color:#fff;cursor:pointer;transition:all .2s}.check-form button:hover{background-color:#2563eb}.check-form__result{margin-top:16px;padding:16px;background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0;border-radius:16px;text-align:center;font-weight:500}.hero__ways-column{width:100%}@media(min-width:1024px){.hero__ways-column{width:auto}}.hero__ways-card{background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:32px;padding:32px;box-shadow:0 8px 24px #3b82f60d}.hero__ways-column h3{font-size:1.5rem;margin-bottom:16px}.ways__list h3{font-size:24px}.ways__list ul{list-style:none;padding:0;margin:0}.ways__list li{display:flex;gap:16px;margin-bottom:16px}.ways__text h4{color:#24558f;font-size:16px}.ways__text p{font-size:14px}.ways__icon{width:40px;height:40px;min-width:40px;min-height:40px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.08);background-color:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center}.hero__important{background-color:#f0f7fc;border-radius:24px;padding:24px;margin-top:32px}.hero__important span{color:#3b82f6;font-weight:700}.features{padding-bottom:64px}.features__grid{display:grid;gap:32px}@media(min-width:768px){.features__grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:#fff;border-radius:16px;border:2px solid #3b82f6;padding:32px;text-align:center;border-color:#3b82f6}.feature-card:hover{border-color:#3b82f6}.feature-card h3{font-size:16px}.feature-card p{font-size:14px}.feature-card__icon{width:64px;height:64px;margin:0 auto 16px;background-color:#3b82f60d;color:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center}
